html,
body {
    font-family: "Manrope", sans-serif;
    margin: 0 !important;
    padding: 0 !important;
}

html {
    scroll-behavior: smooth;
}

header {
    padding: 0px 0px;
    background: #ebebeb;
}

header img{
    width: 177px;
}

.btnRastrear {
    background: #000000;
    display: inline-block;
    padding: 10px;
    margin: 10vh 0px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 700;
    /* float: right; */
}


.btnAlugar {
    background: #014282;
    display: inline-block;
    padding: 10px 29px;
    margin: 10vh 0px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 700;
    /* float: right; */
}

.barra{
    background: #001f31;
    padding: 7px;
}

.banner {
    background-image: url(imagens/banner.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 800px;
}

.texto {
    padding: 15px 0;
    text-align: center;
}

h1 {
    color: #001f31;
    font-size: 3.75rem;
    font-weight: 600;
    margin-top: 15vh;
    text-align: center;
}

.texto h2 {
    text-align: center;
    font-size: 29px;
    color: #014381;
}

.btn {
    display: inline-block;
    background: #000000;
    padding: 19px 34px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 10vh;
}

.btn:hover {
    background: #001f31;
    transition: 2.5s;
    color: #fff;
}

h2 {
    color: #001f31;
    font-weight: 600;
}

.box {
    text-align: center;
    background: #fff;
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 6px 5px 0px rgb(0 0 0 / 11%);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    padding: 10px;
    border-radius: 8px;
    font-size: 15px;
}

.box h3 {
    font-size: 18px;
    margin: 5px;
    padding: 10px;
    color: #001f31;
    font-weight: 600;
}

.bg-brand-yellow {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0);
    height: 60px;
    border-radius: 50%;
    width: 60px;
    margin: 0 auto;
}

.bg-brand-yellow svg {
    color: #ffffff;
    margin-top: 18px;
}

.mt-15 {
    margin-top: 10vh;
}

.dep img {
    margin: 0 auto;
    display: block;
    width: 100%;
}

.foto img {
    height: 380px;
    object-fit: cover;
    border-radius: 11px;
    margin: 5px;
}

.coteu {
    display: block;
    padding: 25px;
}

footer {
    background: #001f31;
    color: #fff;
}

.azul {
    text-align: center;
}

.fotos {
    --tw-bg-opacity: 1;
    background-color: rgb(0 31 49);
    height: 60px;
    border-radius: 50%;
    width: 60px;
    margin: 0 auto;
}

.fotos svg {
    color: #feb900;
    margin-top: 18px;
}

.azul h3{
    font-size: 18px;
    margin-top: 19px;
    color: #001f31;
    font-weight: 700;
}

.bold{
    font-weight: 700;
}

.whatsapp {
	position: fixed;
	bottom: 50px;
	right: 50px;
	width: 70px;
	height: 70px;
	border-radius: 35px;
	background-color: #00f870;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	z-index: 1000000;
	box-shadow: 0 0 0 0 00f870;
	transform: scale(1);
	animation: pulse 1s infinite;
  }

  a{
    text-decoration: none;
    color: #001f31;
  }

  .topo-cacamba {
    background: url('imagens/banner.png') no-repeat center center;
    background-size: cover;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: left;
    padding: 0 20px;
}

.topo-cacamba .conteudo {
    background: rgb(255 255 255 / 18%); /* leve escurecimento para contraste */
    padding: 30px;
    border-radius: 10px;
    max-width: 600px;
}

.topo-cacamba h1 {
    font-size: 36px;
    font-weight: 900;
}

.topo-cacamba h2 {
    font-size: 28px;
    color: #000000;
    font-weight: bold;
    margin-top: 10px;
}

.topo-cacamba p {
    margin: 20px 0;
    font-size: 16px;
    color: #1c1c1c;
}

.btn-whatsapp {
    background: #00cc00;
    color: white;
    padding: 12px 20px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    font-weight: bold;
}

.vermelho{

border: solid 1px #001f31;

padding: 20px 20px;

width: 100%;

height: 168px;

text-align: center;

border-radius: 18px;

margin-top: 2vh;
}

.vermelho h3{
    
margin-top: 17px;
}

#frota {
    background: url(imagens/frota.png);
    color: #fff;
    padding: 20px;
}

#frota h2{
    color: #fff;
    margin-top: 5vh;
}

#funciona {
    background: #f5f5f5;
    padding: 20px;
}

#sobre img {
    width: 70%;
    border-radius: 8px;
}