

@font-face {
  font-family: "BigCity Grotesque Pro Heavy";
  src: url("https://db.onlinewebfonts.com/t/a2905f516908123fc5aca0e19310cc49.eot");
  src: url("https://db.onlinewebfonts.com/t/a2905f516908123fc5aca0e19310cc49.eot?#iefix")format("embedded-opentype"),
  url("https://db.onlinewebfonts.com/t/a2905f516908123fc5aca0e19310cc49.woff2")format("woff2"),
  url("https://db.onlinewebfonts.com/t/a2905f516908123fc5aca0e19310cc49.woff")format("woff"),
  url("https://db.onlinewebfonts.com/t/a2905f516908123fc5aca0e19310cc49.ttf")format("truetype"),
  url("https://db.onlinewebfonts.com/t/a2905f516908123fc5aca0e19310cc49.svg#BigCity Grotesque Pro Heavy")format("svg");
}
.card p {
    font-size: 17px;
}
.menu-cta{
  display: flex;
  justify-content: end;
}
a#robbu-whatsapp-button {
    z-index: 99999 !important;
}
.hero-content h2{
  padding-bottom: 20px;
}
.bloco-servico .texto{
  font-size: 35px;
}
body{
  font-family: "Montserrat";
  font-size: 20px;
}
h2 {
  font-size: 35px;
  font-family: "BigCity Grotesque Pro Bold";
}
h5 {
  font-family: "BigCity Grotesque Pro";
}
.bn-mec {
  position: absolute !important;
  right: 0;
  top: 20px;
  width: 625px;
}
.container.hero-content h4 {
  font-family: "BigCity Grotesque Pro Heavy";
  font-size: 35px;
}
.navbar-custom {
  background-color: #00aef0; 
}
.vehicles-section img {
  width: 100%;
}
.nav-link {
  color: white !important;
  font-weight: bold;
  margin: 0 10px;
}

.btn-orcamento {
  background-color: #001f5f;
  color: white;
  font-weight: bold;
  border-radius: 25px;
  padding: 8px 20px;
}

.navbar-logo {
  height: 60px;
}



.hero-section {
  background: url(images/base_copiar.png) no-repeat center center;
  background-size: cover;
  color: white;
  text-align: center;
  padding: 150px 20px 150px;
  position: relative;
  clip-path: ellipse(93% 100% at 50% 0%);
  z-index: 1;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6); /* Escurece o fundo */
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
}
.container.hero-content h4 {

}
.highlight {
  /*background-color: #00aef0;*/
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: bold;
}

.whatsapp-button {
  background-color: #00aef0;
  border: none;
  padding: 10px 25px;
  border-radius: 30px;
  font-weight: bold;
  color: white;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
  font-family: "BigCity Grotesque Pro Bold";
  font-size: 25px;
}

.truck-row {
  background: white;
  padding: 40px 0;
  text-align: center;
  margin-bottom: 50px;
}


.truck-img {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: -150px auto 0 auto; /* <- centraliza horizontalmente e sobe a imagem */
  z-index: 2;
  display: block;
}



.sobre-nos {
  position: relative;
  padding-bottom: 10rem !important;
}

.imagem-fundo {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 20%;
  z-index: 1;
  border-radius: 0 0 0 50px;
}

.imagem-frontal {
  z-index: 2;
  max-height: 450px;
  margin-left: 343px;
}

h6 {
  color: #061e47;
}

.text-info {
  color: #00aaff !important;
}


@media (max-width: 992px) {
  .btn-orcamento {
   margin-top: 10px;
 }
 .truck-img {
   max-width: 1000px; /* Tamanho maior em telas grandes */
   z-index: 2;
 }
}


.secao-excelencia {
  display: flex;
  flex-wrap: wrap;
  background-color: #000c47;
  width: 100%;
  padding: 0px;
  height: 450px;
}

.secao-excelencia .imagem {
  flex: 1 1 40%;
  background: url('images/caminhao4.png') no-repeat center center;
  background-size: cover;
  min-height: 100%;
  height: auto;
}

.secao-excelencia .conteudo {
  flex: 1 1 60%;
  background-color: #000c47;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 30px;
}

.secao-excelencia h2 {
  color: #00a6ff;
  font-weight: 700;
}

.secao-excelencia p {
  margin-top: 15px;
}

@media (max-width: 768px) {
  .secao-excelencia {
   flex-direction: column;
 }

 .secao-excelencia .imagem,
 .secao-excelencia .conteudo {
   flex: 1 1 100%;
 }
}



.secao-diesel {
  text-align: center;
  padding: 60px 20px;
}
.secao-diesel .beneficios div{
  width: 400px;
}
.beneficios{
  justify-content: center;
}
.secao-diesel h2 {
  font-weight: bold;
  margin-bottom: 30px;
  color: #141e51;
}
.col.b1 {
  margin-right: 20px;
}
.col.b3 {
  margin-right: 20px;
}
.col.b2 {
  margin-left: 20px;
}
.col.b4 {
  margin-left: 20px;
}

.btn-custom {
  border-radius: 30px;
  font-weight: 600;
  padding: 10px 20px;
  margin: 5px;
}

.btn-blue-fill {
  background-color: #00a6ff;
  color: white;
  border: none;
}

.btn-blue-outline {
  border: 2px solid #00a6ff;
  color: #00a6ff;
  background-color: transparent;
}

.beneficios {
  margin-top: 50px;
}
.img-box {
  background-color: #00a6ff;
  width: 116px !important;
  height: 80px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.beneficio-box {
  background-color: #f9f9f9;
  border-radius: 20px;
  padding: 25px;
  height: 100%;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);

}

.beneficio-box h5 {
  color: #00a6ff;
  font-weight: bold;
  margin: 0px;

}

.beneficio-box p {
  color: #333;
  margin-top: 20px;
}
.servico-conteudo p {

  min-height: 125px;
}
.beneficio-box img {
  width: 55px;
  height: 55px;

}
.txt-box {
  width: 100% !important;
  font-size: 20px !important;
}
.txt-box h5 {
    font-size: 25px !important;
}
.box-title {
  width: 345px !important;
  height: 80px;
}
.box-title {
  display: flex;
  align-items: center;
}
section.hero-section h4 {
    font-size: 40px;
}
.servico-box {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 440px;
  color: white;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: end;
  padding: 20px;
}

.servico-overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0,0,64,1), rgba(0,0,64,0.2));
  z-index: 1;
}

.servico-conteudo {
  position: relative;
  z-index: 2;
  min-height: 150px;
}

.servico-conteudo h5 {
    margin-bottom: 10px;
    min-height: 55px;
    font-family: "BigCity Grotesque Pro Bold";
    font-weight: bold;
    font-size: 23px;
}
.servico-box {
  transition: transform 0.3s ease;
}
.servico-box:hover {
  transform: scale(1.02);
}
@media (max-width: 768px) {
  .servico-overlay {
    background: linear-gradient(to top, rgba(0,0,64,0.95), rgba(0,0,64,0.3));
  }
}

.bloco-servico {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
  max-width: 100%;
  margin: 40px 0;
}

.bloco-servico .imagem img {
  width: 100%;
  height: auto;
  max-width: 545px;
  display: block;
}

.bloco-servico .texto {
  background-color: #041e50;
  color: white;
  padding: 40px;
  flex: 1;
  text-align: right;
  line-height: 1.5;
  font-weight: 500;
  height: 460px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'BigCity Grotesque Pro';
}

.bloco-servico .texto .azul {
  color: #00a9f4;
  font-weight: bold;
}
.depoimentos {
  text-align: center;
  padding: 40px 20px;
}

.depoimentos h2 {
  margin-bottom: 30px;
  color: #041e50;
}

.cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 40px;
}

.card {
  background: #041e50;
  color: white;
  padding: 30px 20px;
  border-radius: 20px;
  width: 345px;
  box-sizing: border-box;
}

.card img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 20px;
}

.card p {
  margin-bottom: 15px;
}

.card em {
  font-style: italic;
  font-weight: 400;
}

.botoes {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.btn-whats,
.btn-visita {
  padding: 10px 20px;
  font-weight: bold;
  border-radius: 20px;
  cursor: pointer;
  border: 2px solid #00a9f4;
  transition: all 0.3s ease;
  font-family: "BigCity Grotesque Pro Bold";

}

.btn-whats {
  background: #00a9f4;
  color: white;
}

.btn-whats:hover {
  background: #008fcc;
}

.btn-visita {
  background: transparent;
  color: #00a9f4;
}

.btn-visita:hover {
  background: #00a9f4;
  color: white;
}
.vehicles-section {
  background: white;
  padding: 4rem 0; /* Margem branca acima e abaixo */
}

.vehicles-bar {
  background: #00AEEF;
  padding: 2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vehicles-bar img {
  max-height: 300px;
  margin: 0 1.5rem;
  height: auto;
}
.form-container {
  background-color: #0d1b52;
  color: white;
  border-radius: 20px;
  max-width: 500px;
  padding: 2rem;
  margin: 0 auto;
  position: relative;
}

.form-container h2 {
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.form-container label {
  font-weight: 500;
}

.form-container .form-control {
  border-radius: 8px;
}

.form-container .logo {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 60px;
  height: 60px;
}

.form-title {
  text-align: center;
  margin-bottom: 2rem;
  font-weight: bold;
}

.highlight {
  text-decoration: underline;
}

.send-button {
  margin-top: 1.5rem;
}
.secao-compromisso {
  background: linear-gradient(to right, #001533 40%, rgba(0, 21, 51, 0.3)),
  url('images/bn2.png') no-repeat center center;
  background-size: cover;
  color: white;
  padding: 4rem 2rem;
  min-height: 400px;
  display: flex;
  align-items: center;
  margin-top: 50px;
}
.texto-compromisso{
  font-family: "BigCity Grotesque Pro Bold";
  width: 520px;
  font-size: 25px;
}
.navbar {
  font-size: 20px !important;
}
.titulo-compromisso {
  font-weight: bold;
  margin-bottom: 1rem;
}

.texto-compromisso p {
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .secao-compromisso {
    flex-direction: column;
    padding: 2rem 1rem;
    text-align: center;
    background: #001533;
  }

  .conteudo-compromisso {
    max-width: 100%;
  }
}
section.bt-cta {
  margin-top: 50px;
  margin-bottom: 50px;
}
.rodape-institucional {
  background-color: #001533;
  color: white;
  padding: 4rem 2rem 2rem;
  text-align: center;
}

.rodape-institucional h5 {
  font-weight: bold;
  margin-top: 1rem;
}

.logo-institucional {
  width: 80px;
  margin-bottom: 1rem;
}

.text-destaque {
  color: #00B2FF;
  font-weight: 900;
}
.lista-servicos h3{
  color: #00B2FF;
}
.info-contato a {
  color: #fff;
  text-decoration: none;
}
.info-contato,
.lista-servicos {
  text-align: left;
  font-family: Montserrat;
}

.info-contato i,
.lista-servicos i {
  margin-right: 0.5rem;
}

.contato-icon {
  color: #00B2FF;
}

.creditos-nupis {
  margin-top: 3rem;
  color: #ccc;
}

.creditos-nupis img {
  width: 50px;
  margin-top: 0.5rem;
}

.card p {
  min-height: 100px;
}


@media (min-width: 1400px) {
  .secao-diesel .beneficios div {
    width: 425px;
  }
  
}

@media (max-width: 600px) {
  .menu-cta{
    display: none !important;
  }
  .truck-row {
    margin-bottom: -50px;
  }
  .box-title{
    width: 100% !important;
  }
  .img-box {
    width: 70px !important;
  }
  .beneficio-box img {
    width: 40px;
    height: 40px;
}
  .img-box {
    height: 50px;
  }
  .bloco-servico .texto{
    text-align: center !important;
  }
  .bn-mec {
    position: relative !important;
  }
  .imagem-frontal{
    margin-left: 0px;
  }
  .bloco-servico{
    flex-direction: column;
  }
  .texto-compromisso {
    width: 100%;
  }
  .secao-diesel .beneficios div {
    width: 100%;
  }
  .col.b1{
    margin-right: 0px;
  }
  .col.b2{
    margin-left: 0px;
  }
  .col.b3{
    margin-right: 0px;
  }
  .col.b4{
    margin-left: 0px;
  }
}