.banner-section {
    position: relative;
    width: 100%;
    min-height: 80vh;
    background: url('../images/uploads/Banner.png') no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: flex-start;   /* alinhado no topo */
    justify-content: center;
    padding: 50px 20px;
    box-sizing: border-box;
}

.banner-overlay {
    position: relative;
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.logo-top-left {
    width: 40px;
    height: auto;
    display: block;
    margin: 20px auto 30px auto; /* Top - auto horizontal - bottom */
}

.text-block {
    max-width: 600px;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0,0,0,0.8);
    margin-top: 80px;
}

/* Garante que todo o texto é branco */
.text-block h1,
.text-block p,
.text-block span {
    color: #fff !important;
}

/* Título */
.text-block h1 {
    font-size: 3.0em;
    font-weight: bold;
    margin-bottom: 20px;
}

/* Parágrafo */
.text-block p {
    font-size: 1.3em;
    margin-bottom: 40px;
    line-height: 1.6;
}

/* Botões maiores */
/* Botões maiores e mais espaçados */
/* Botões maiores e mais espaçados */
/* Container dos botões */
.buttons {
    display: flex;
    gap: 70px; /* Espaçamento maior entre os botões */
}

/* Imagem dos botões */
.buttons a img {
    width: 230px;   /* Aumente aqui o tamanho do botão */
    height: 45px;
    transition: transform 0.2s ease;
}

/* Efeito ao passar o mouse */
.buttons a img:hover {
    transform: scale(1.05);
}




.btn-primary {
    background-color: #00AEEF;
    color: white;
}

.btn-secondary {
    background-color: #00BFA5;
    color: white;
}

.logo-bottom-right {
    width: 160px;
    height: auto;
    align-self: flex-end;
    margin-top: auto;
}

/* Responsivo */
@media (max-width: 768px) {
    .text-block h1 {
        font-size: 1.8em;
    }
    .text-block p {
        font-size: 1em;
    }
    .logo-top-left,
    .logo-bottom-right {
        width: 50px;
    }
    .buttons {
        flex-direction: column;
        gap: 30px;
    }
    .btn {
        width: 100%;
        text-align: center;
    }
}

/* Por padrão, esconde a imagem do celular */
.img-mobile {
  display: none;
}

/* Quando a largura da tela for até 768px (celular), inverte: */
@media (max-width: 768px) {
  .img-desktop {
    display: none;
  }
  .img-mobile {
    display: block;
    width: 100%;
    height: auto;
  }
}

@media (max-width: 576px) {
  .modal-footer {
    flex-direction: column;
    align-items: stretch;
  }
  .modal-footer .btn {
    width: 100%;
    margin: 10px 0;
  }
}

@media (max-width: 576px) {
  /* Empilhar botões no modal de edição */
  #modalEditarCadastro .form-group.d-flex {
    flex-direction: column;
    align-items: stretch;
  }
  #modalEditarCadastro .form-group.d-flex .btn {
    width: 100%;
    margin: 5px 0;
  }
}
 @media (max-width: 768px) {
  #ui-id-17 {
    display: none !important;
  }
}


@media (max-width: 768px) {
  #ui-id-27 {
    font-size: 20px !important;
  }
}
/* Fonte padrão desktop */
#texto-ajustado {
  font-size: 18px !important;
}

/* Fonte menor no mobile */
@media (max-width: 768px) {
  #texto-ajustado {
    font-size: 14px !important;
  }
}
/* Fonte e centralização padrão (desktop) */
#texto-planos {
  font-size: 18px !important;
  text-align: center;
}

/* Fonte menor no mobile */
@media (max-width: 768px) {
  #texto-planos {
    font-size: 14px !important;
  }
}
#ui-id-40 {
  height: 50px !important;
  width: auto;
}
.banner-overlay {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.text-block {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
@media (max-width: 768px) {
  .banner-section {
    padding-top: 10px !important;
  }
  .banner-overlay {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .text-block {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .text-block h1 {
    margin-top: 0 !important;
  }
}
/* Por padrão, não mostra o título mobile */
#titulo-mobile {
  display: none !important;
}

/* No mobile, mostra o título mobile e esconde o desktop */
@media (max-width: 768px) {
  #titulo-mobile {
    display: block !important;
  }
  #titulo-desktop {
    display: none !important;
  }
}

@media (max-width: 768px) {
  #content-section7 {
    padding-bottom: 0px !important;
  }
}
@media (max-width: 768px) {
  /* Zera padding da section */
  #callto-action11 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* Zera margens do container */
  #callto-action11 .text-center {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* Zera margens do título mobile */
 
@media (max-width: 768px) {
  #content-section7 > div,
  #content-section7 > div > div {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (max-width: 768px) {
  #content-section7 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media (max-width: 768px) {
  #callto-action11,
  #callto-action11 > div,
  #callto-action11 > div > div,
  #callto-action11 h2#titulo-mobile {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 30px !important; /* Aqui define o espaçamento que você quiser */
  }
}

@media (max-width: 768px) {
  #title-section14 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}





