body, html{
  font-family: "Montserrat", serif;
}
.logo_cbc {
    width: 90%;
    display: block;
    margin: 0 auto; 
    user-select: none;
}
.menu_top_borda{
    background-color: #01553B;
    color: #ffffff !important;
    padding: 5px;
    border-radius: 30px;
    font-size: 14px !important;
    font-weight: 600 !important;
}
.menu_top_borda a{
    color: #ffffff !important;
}
.cbc_contato_avioes {
    width: 190px;
    padding-top: 10px;
    user-select: none;
}
.title_inventario{
    font-size: 60px;
    text-align: center;
    color: #01553B;
    font-weight: 900;
}


/* Estilização Customizada */
.card-custom {
    border: 2px solid #01553B; /* Cor da borda */
    border-radius: 55px; /* Arredondamento */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Sombra */
    overflow: hidden;
    background-color: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-weight: 400;
  }
  
  .card-custom:hover {
    transform: translateY(-5px); /* Efeito de elevação */
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
  }
  
  .card-custom img {
    width: 100%;
    height: auto;
    border-bottom: 2px solid #01553B; /* Divisor de borda */
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  
  .card-custom .p-3 {
    padding: 20px;
  }
  
  .card-custom p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #333;
  }
  
  .card-custom p strong {
    font-weight: bold;
    color: #008000; 
  }
  
  .card-custom .btn-custom {
    background-color: #00d084; 
    color: white;
    border-radius: 8px;
    padding: 5px 15px;
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 60%;
    transform: translate(-50%, -50%);
  }
  
  .card-custom .btn-custom:hover {
    background-color: #00a864;
    text-decoration: none;
  }
  


  .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  .img_host{
    width: 14% !important;
  }
  .w-30{
    width: 240px;
    border-radius: 13px !important;
  }
  @media (max-width: 768px) {

    .w-30{
      width: 100%;
      padding-bottom: 30px !important;
    }
    .img_host{
      width: 43% !important;
    }

    .card-custom p {
      font-size: 0.9rem; /* Texto menor para telas menores */
    }
  
    .card-custom .btn-custom {
      font-size: 1rem;
      padding: 8px 12px;
    }

  }
  
  .br_cbc{
    width: 35px;
  }


  .card-title{
    font-weight: 900 !important;
    font-size: 25px;
  }


.cbc_corretor_avioes{
    width: 100%;
    border-top-right-radius: 20%;
    border-bottom-right-radius: 20%;
    border-top-left-radius: 5%;
    border-bottom-left-radius: 35%;
    box-shadow: 0px 26px 12px rgba(0, 0, 0, 0.2);
}

h1{
    font-weight: 900 !important;
    line-height: 40px !important;
}


.cbc_clientes_title{
    width: 100%;
    user-select: none;
}


.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
  }

  .carousel-inner {
    position: relative;
    padding: 20px !important;
  }

  .carousel-item img {
    object-fit: cover;
    height: 100%;
    border-radius: 45px !important;
    padding: 5px !important;
  }

  .carousel-item .row {
    display: flex;
    justify-content: center;
  }

  .carousel-item .col-6 {
    padding: 0;
  }

  .pt-7{
    padding-bottom: 40px !important;
  }





.logo {
    max-width: 250px;
}
.contact-info i {
    font-size: 1.2rem;
}
.social-icons a {
    margin: 0 10px;
    font-size: 1.5rem;
}
footer {
    margin-top: 20px;
    text-align: center;
}



.whatsapp-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #25d366;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.whatsapp-button:hover {
  background-color: #1ebe5b;
  transform: scale(1.05);
}

.b{
  font-weight: 500 !important;
}



.bck_rodape {
  background-image: url('img/rodape.jpg');
  background-size: 100%;
  width: 100%; /* Garante que ocupe toda a largura */
  height: auto;
  background-repeat: no-repeat;
  padding: 2rem 0; /* Espaçamento vertical */
}

.bck_rodape2 {
  background-image: url('img/fale_conosco_bck.jpg');
  background-size: 100%;
  width: 100%; /* Garante que ocupe toda a largura */
  height: auto;
  background-repeat: no-repeat;
  padding: 2rem 0; /* Espaçamento vertical */
}

.bck_rodape .container {
  max-width: 1140px; /* Largura máxima centralizada */
  margin: 0 auto; /* Centraliza horizontalmente */
}


.contact-info p {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  color: #ffffff !important;
}

.contact-info {
  color: #ffffff !important;
}

.contact-info img {
  width:50px;
  margin-right: 10px;
}

.logo {
  max-width: 250px;
  height: auto;
}

.info_aviao{
  font-weight: 500;
  font-size: 12px !important;
}


.bbrd{
  border-radius: 7px;
}

.menu_top_borda ul {
  padding: 0;
  margin: 0;
}

.menu_top_borda .nav-link {
  padding: 0.5rem;
  font-size: 0.9rem;
}

.logo_cbc, .br_cbc, .cbc_contato_avioes {
  max-width: 100%;
  height: auto;
}


.navbar-toggler {
  border: none;
  outline: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='currentColor' class='bi bi-list' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2.5 12.5a.5.5 0 0 1 0-1h11a.5.5 0 0 1 0 1h-11zm0-4a.5.5 0 0 1 0-1h11a.5.5 0 0 1 0 1h-11zm0-4a.5.5 0 0 1 0-1h11a.5.5 0 0 1 0 1h-11z'/%3E%3C/svg%3E");
}

.txt_agende{
  font-size: 30px;
  font-weight: 700;
  line-height: 30px !important;
  text-align: center;
}
.center{
  text-align: center;
}

.img_visita{
  display: none;
}
.pimg{
  width: 30%;
}
/* Estilo para mobile e tablet */
@media (max-width: 991px) { /* Até dispositivos médios (tablets inclusos) */
  .menu_top_borda {
      background-color: #fff;
      color: #000 !important;
  }

  .pimg{
    width: 80%;
  }
  .title_inventario{
      font-size:40px;
      text-align: center;
      color: #01553B;
      font-weight: 900;
  }
  

  .bck_rodape2 {
    background-color: #f3f3f3;
    color: fff !important;
    border-radius: 6px;
    background-image: none;
    background-size: 100%;
    width: 100%; /* Garante que ocupe toda a largura */
    height: auto;
    background-repeat: no-repeat;
    padding: 2rem 0; /* Espaçamento vertical */
  }
  .menu_top_borda .nav-link {
    color: #000 !important;
  }
  .img_visita{
    display: block;
    border-top-right-radius: 20%;
    border-bottom-right-radius: 20%;
    border-top-left-radius: 5%;
    border-bottom-left-radius: 35%;
    box-shadow: 0px 26px 12px rgba(0, 0, 0, 0.2);
  }
  
  .card-custom .btn-custom {
    background-color: #00d084; 
    color: white;
    border-radius: 8px;
    padding: 5px 15px;
    font-size: 0.9rem;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
    position: absolute;
    bottom: 5px;
    left: 50%;
    width: 65%;
    transform: translate(-50%, -50%);
  }
  
  .card-custom .btn-custom:hover {
    background-color: #00a864;
    text-decoration: none;
  }

  .bck_rodape {
    height:auto !important;
    background: #01553B !important;
    border-radius: 16px;
    font-size: 13px !important;
    line-height: 5px !important;
    margin-top: 50px;
  }

  .text-r{
    font-size: 17px !important;
    font-weight: 800 !important;
    padding-bottom: 30px;
  }

  .me-2{
    width: 30px;
  }

  .pbtn{
    padding: 20px !important;
  }

  .btn-success{
    font-weight: 600 !important;
  }

  .textt{
    font-size: 30px !important;
    line-height: 33px !important;
  }

  .ftnt{
    font-size: 15px !important;
    line-height: 24px  !important;
  }

  .cbc_clientes_title {
    width: 60%;
    user-select: none;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

}

.btn-success{
  font-weight: 700 !important;
  background-color: #00d084 !important;
  border: 0px solid;
  font-size: 16px;
}