/* Media query para telas com menos de 1400px de largura */

@media (max-width: 1400px) {
    .symptom-item svg {
        left: 18px;
        /* Ajuste do ícone */
        top: 30px;
        /* Ajuste do ícone */
    }
    .symptom-item p {
        font-size: 18px;
        /* Diminui o tamanho da fonte */
        line-height: 24px;
        /* Ajusta a altura da linha */
        top: 100px;
        /* Ajuste de posicionamento */
        left: 18px;
        /* Ajuste de posicionamento */
    }
    .consulta-cep-form {
        font-size: 20px;
        line-height: 30px;
    }
}

@media (min-width: 1401px) {
    .symptom-item {
        /* max-width: 226px; */
        /* max-height: 249px; */
        /* width: 100%;
        height: 100%; */
        /* height: 249px; */
        margin-right: 10px;
        /* Espaçamento de 10px entre os itens */
        margin-left: 10px;
    }
    .symptom-item svg {
        left: 22px;
        /* Alinhamento à esquerda com 22px */
        top: 35px;
        /* Alinhamento ao topo com 35px */
    }
    .symptom-item p {
        top: 100px;
        /* Ajuste de posicionamento */
        left: 18px;
        /* Ajuste de posicionamento */
        line-height: 30px;
        max-width: 184px;
        top: 126px;
        left: 22px;
    }
    .consulta-cep-form {
        font-size: 24px;
        line-height: 34px;
    }
    .cta-button {
        width: 15vw;
    }
    .projeto-cao-guia-button {
        width: 15vw;
    }
}

@media(min-width:1921px) {
    .cta-button {
        width: 15vw;
    }
    .projeto-cao-guia-button {
        width: 15vw;
        font-size: 20px;
    }
    .faq-question {
        font-size: 22px;
        line-height: 24px;
        padding: 20px;
        height: 3.1vw;
    }
    .consulta-faq {
        width: 20vw;
    }
    .main-title {
        font-size: 34px;
        line-height: 42px;
    }
    .description {
        font-size: 24px;
        line-height: 30px;
    }
    .symptom-item p {
        font-size: 24px;
    }
    .diagnosis h3,
    .treatment h3 {
        font-size: 34px;
        line-height: 42px;
    }
    .diagnosis p,
    .treatment p {
        font-size: 24px;
        line-height: 30px;
    }
    .projeto-cao-guia-header {
        font-size: 34px;
        line-height: 46px;
    }
    .projeto-cao-guia-description {
        font-size: 24px;
        line-height: 30px;
    }
    .consulta-faq-title {
        font-size: 36px;
        line-height: 42px;
    }
    .nav-link,
    .nav-link-destaque {
        font-size: 16px;
        line-height: 20px;
    }
    .symptom-item {
        width: 10vw;
        height: 21vh;
    }
}

@media(max-width:1920px) {
    .cta-button {
        width: 20vw;
    }
    .projeto-cao-guia-button {
        width: 20vw;
        font-size: 20px;
    }
    .faq-question {
        font-size: 22px;
        line-height: 23px;
        padding: 20px;
        height: 4.2vw;
    }
    .consulta-faq {
        width: 25vw;
    }
    .main-title {
        font-size: 34px;
        line-height: 42px;
    }
    .description {
        font-size: 24px;
        line-height: 30px;
    }
    .symptom-item p {
        font-size: 1.4rem;
    }
    .diagnosis h3,
    .treatment h3 {
        font-size: 34px;
        line-height: 42px;
    }
    .diagnosis p,
    .treatment p {
        font-size: 24px;
        line-height: 30px;
    }
    .projeto-cao-guia-header {
        font-size: 34px;
        line-height: 46px;
    }
    .projeto-cao-guia-description {
        font-size: 24px;
        line-height: 30px;
    }
    .nav-link,
    .nav-link-destaque {
        font-size: 16px;
        line-height: 20px;
    }
    .symptom-item {
        width: 13vw;
        height: 26vh;
    }
}

@media(max-width:1440px) {
    .cta-button {
        width: 25vw;
        font-size: 18px;
    }
    .projeto-cao-guia-button {
        width: 25vw;
        font-size: 18px;
    }
    .faq-question {
        font-size: 18px;
        line-height: 19px;
    }
    .consulta-faq {
        width: 25vw;
    }
    .main-title {
        font-size: 32px;
        line-height: 48px;
    }
    .description {
        font-size: 20px;
        line-height: 26px;
    }
    .symptom-item p {
        font-size: 20px;
    }
    .diagnosis h3,
    .treatment h3 {
        font-size: 32px;
        line-height: 38px;
    }
    .diagnosis p,
    .treatment p {
        font-size: 20px;
        line-height: 26px;
    }
    .projeto-cao-guia-header {
        font-size: 32px;
        line-height: 42px;
    }
    .projeto-cao-guia-description {
        font-size: 20px;
        line-height: 26px;
    }
    .consulta-faq-title {
        font-size: 32px;
        line-height: 42px;
    }
    .nav-link,
    .nav-link-destaque {
        font-size: 14px;
        line-height: 16px;
    }
    .symptom-item {
        width: 16vw;
        height: 25vh;
    }
}

@media(max-width:1366px) {
    .cta-button {
        width: 28vw;
    }
    .projeto-cao-guia-button {
        width: 28vw;
    }
    .faq-question {
        font-size: 16px;
        line-height: 17px;
    }
    .symptom-item {
        width: 15vw;
    }
}

@media(max-width:1280px) {
    .cta-button {
        width: 27vw;
    }
    .projeto-cao-guia-button {
        width: 27vw;
    }
    .nav-link,
    .nav-link-destaque {
        font-size: 12px;
        line-height: 14px;
    }
    .main-title {
        font-size: 28px;
        line-height: 42px;
    }
    .description {
        font-size: 16px;
        line-height: 20px;
    }
    .symptom-item {
        width: 16vw;
        height: 26vh;
    }
    .symptom-item svg {
        left: 15px;
        /* Ajuste adicional do ícone */
        top: 25px;
        /* Ajuste adicional do ícone */
    }
    .symptom-item p {
        font-size: 15px;
        /* Diminui mais o tamanho da fonte */
        line-height: 22px;
        /* Ajusta mais a altura da linha */
        top: 110px;
        /* Ajuste adicional de posicionamento */
        left: 15px;
        /* Ajuste adicional de posicionamento */
    }
    .diagnosis h3,
    .treatment h3 {
        font-size: 28px;
        line-height: 38px;
    }
    .diagnosis p,
    .treatment p {
        font-size: 16px;
        line-height: 20px;
        width: 45vw;
    }
    .projeto-cao-guia-header {
        font-size: 28px;
        line-height: 38px;
    }
    .projeto-cao-guia-description {
        font-size: 16px;
        line-height: 20px;
    }
    .consulta-faq-title {
        font-size: 28px;
        line-height: 38px;
    }
}


/* Media query para telas ainda menores (por exemplo, abaixo de 1024px) */

@media (max-width: 769px) {
    .main-title {
        font-size: 28px;
        line-height: 42px;
    }
    .description {
        font-size: 16px;
        line-height: 20px;
    }
    .cta-button {
        width: 45vw;
        font-size: 16px;
    }
    .projeto-cao-guia-button {
        width: 45vw;
        font-size: 16px;
    }
    .symptom-item {
        width: 15vw;
        height: 26vh;
    }
    .symptom-item svg {
        left: 15px;
        /* Ajuste adicional do ícone */
        top: 25px;
        /* Ajuste adicional do ícone */
    }
    .symptom-item p {
        font-size: 15px;
        /* Diminui mais o tamanho da fonte */
        line-height: 22px;
        /* Ajusta mais a altura da linha */
        top: 90px;
        /* Ajuste adicional de posicionamento */
        left: 15px;
        /* Ajuste adicional de posicionamento */
    }
    .consulta-faq {
        width: 44vw;
    }
    .faq-question {
        height: 7vw;
    }
    .diagnosis h3,
    .treatment h3 {
        font-size: 28px;
        line-height: 38px;
    }
    .diagnosis p,
    .treatment p {
        font-size: 16px;
        line-height: 20px;
        width: 45vw;
    }
    .projeto-cao-guia-header {
        font-size: 28px;
        line-height: 38px;
    }
    .projeto-cao-guia-description {
        font-size: 16px;
        line-height: 20px;
    }
    .consulta-faq-title {
        font-size: 28px;
        line-height: 38px;
    }
    .footer-logo {
        display: none;
    }
    .footer-container {
        padding-left: 60px;
    }
    .floatButton {
        bottom: 100px;
        /* A distância do rodapé permanece a mesma */
        left: 50%;
        /* Posiciona o botão a 50% da tela */
        right: auto !important;
        /* Remove o right, pois não é mais necessário */
        transform: translateX(-50%);
        /* Centraliza o botão horizontalmente */
    }
    .consulta-cep-form p {
        line-height: 22px;
        margin-bottom: 10px !important;
        margin-top: 10px !important;
    }
    .consulta-cep-form form {
        margin-top: 10px !important;
    }
    .location-info {
        min-width: 195px;
        max-width: 492px;
    }
    .location-description {
        margin: 0px !important;
        margin-top: 2px !important;
        margin-bottom: 0px !important;
    }
    .consulta-cep-form {
        padding: 10px !important;
        max-height: 252px !important;
    }
}


/* Media query para telas ainda menores (por exemplo, abaixo de 1024px) */

@media (max-width: 1024px) {
    .cta-button {
        width: 37vw;
    }
    .projeto-cao-guia-button {
        width: 37vw;
    }
    .symptom-item {
        width: 15vw;
        height: 20vh;
        max-height: 165px;
        max-width: 165px;
    }
    .symptom-item svg {
        left: 15px;
        /* Ajuste adicional do ícone */
        top: 25px;
        /* Ajuste adicional do ícone */
        width: 5vw;
        max-width: 70px;
    }
    .symptom-item p {
        font-size: 2rex;
        line-height: 2.7rex;
        /* Ajusta mais a altura da linha */
        top: 90px;
        /* Ajuste adicional de posicionamento */
        left: 15px;
        /* Ajuste adicional de posicionamento */
    }
    .consulta-faq {
        width: 34vw;
    }
    .faq-question {
        height: 5vw;
    }
    .footer-logo {
        display: none;
    }
    .footer-container {
        padding-left: 60px;
    }
}


/* Alterar o ponto de colapso da navbar para telas menores que 1200px */

@media (max-width: 1200px) {
    .navbar-expand-lg .navbar-collapse {
        display: none !important;
    }
    .navbar-expand-lg .navbar-toggler {
        display: block !important;
    }
    .navbar-expand-lg .navbar-collapse.collapse.show {
        display: block !important;
    }
    .navbar-nav .nav-link {
        font-family: 'Roboto Regular', sans-serif;
        font-size: 16px;
        line-height: 24px;
        color: white;
        text-decoration: none;
        text-align: right;
        display: flex;
        justify-content: right;
        align-items: right;
        height: 100%;
        padding: 0 12px;
        margin-right: 20px;
        transition: background 0.3s ease;
    }
    .menu-popup .btn-primary {
        align-items: center;
        justify-content: center;
        margin-top: 10px;
    }
}


/* Ocultar o menu toggle em telas grandes */

@media (min-width: 1200px) {
    #menu-popup {
        display: none;
    }
}

@media (max-width: 375px) {
    .diagnosis {
        margin-bottom: 350px !important;
    }
    .diagnosis p,
    .treatment p,
    .projeto-cao-guia-description,
    .description {
        font-size: 14px !important;
        line-height: 20px !important;
        margin-bottom: 10px !important;
    }
    .projeto-cao-guia-button {
        margin-top: 60px !important;
    }
    .diagnosis h3,
    .treatment h3,
    .main-title {
        font-size: 18px !important;
        margin-bottom: 20px !important;
        margin-top: 20px !important;
    }
}

@media (max-width: 321px) {
    .consulta-cep-form p {
        line-height: 16px !important;
        font-size: 12px !important;
        margin-bottom: 10px !important;
        margin-top: 10px !important;
    }
}

@media(min-width: 607px) {
    .carousel-item {
        height: 100vh;
        /* Define a altura do carrossel */
    }
    .desktop-image {
        display: block;
        /* Exibe a imagem de desktop */
        padding-top: 60px;
        max-width: 100vw;
        /* Garante que a imagem não ultrapasse o tamanho do carrossel */
        max-height: 100%;
        /* Garante que a imagem não ultrapasse a altura do carrossel */
        object-fit: contain;
        margin: auto;
        /* Mantém a proporção da imagem */
    }
    .mobile-image {
        display: none;
    }
    /* Seção de vídeo */
    .video-section {
        width: 100vw;
        height: 100vh;
    }
    .background-video {
        width: 100%;
        height: 100%;
    }
    .main-title {
        margin-top: 90px;
        margin-bottom: 50px;
    }
    .description {
        margin: 0 auto 50px;
    }
    .sub-title {
        font-size: 34px;
        line-height: 42px;
        margin-bottom: 50px;
    }
    /* Diagnóstico e tratamento */
    .diagnosis-treatment-section {
        margin-top: 30px;
        padding: 40px 20px;
        display: flex;
    }
    .diagnosis h3,
    .treatment h3 {
        margin-bottom: 30px;
        margin-top: 20px;
        text-align: left;
    }
    .diagnosis p,
    .treatment p {
        margin-bottom: 20px;
    }
    .cta-button {
        height: 56px;
        padding: 10px 0;
        line-height: 35px;
        text-align: center;
    }
    .informative-section {
        width: 100%;
        margin: 0 auto;
        padding: 40px;
        background-color: #000;
        background-image: url('../img/bg01.png');
        background-size: cover;
        /* Faz com que o background se ajuste ao tamanho da seção */
        background-position: center center;
        /* Centraliza o background */
        background-repeat: no-repeat;
        /* Garante que o background não se repita */
        color: #fff;
    }
    /* Footer */
    .footer {
        background-color: #000;
        color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        font-family: 'Aktiv Grotesk Ex Light', sans-serif;
        padding-top: 100px;
    }
    /* Container principal */
    .footer-container {
        display: flex;
        justify-content: space-between;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }
    /* Colunas de links */
    .footer-links {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    /* Coluna de links */
    .footer-column {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-right: 60px;
    }
    .footer-column h3 {
        font-family: 'Aktiv Grotesk Ex XBold', sans-serif;
        font-size: 16px;
        line-height: 35px;
        margin-bottom: 10px;
    }
    .footer-column ul {
        list-style: none;
        padding: 0;
    }
    .footer-column a {
        text-decoration: none;
        font-family: 'Aktiv Grotesk Ex Light', sans-serif;
        color: white;
        transition: color 0.3s ease;
        font-size: 14px;
    }
    .footer-column a:hover {
        color: #1983BC;
    }
    /* Redes Sociais */
    .social-icons {
        display: flex;
        gap: 20px;
        margin-top: 20px;
    }
    /* Copyright */
    .footer-copyright {
        font-family: 'Aktiv Grotesk Ex Light', sans-serif;
        text-align: center;
        color: white;
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
        padding-top: 20px;
        font-size: 14px;
    }
    /******************/
    /* Logo alinhado à esquerda */
    .footer-logo {
        width: 135px;
    }
    .footer-logo img {
        width: 135px;
        height: 27px;
    }
    .footer-column li {
        margin-bottom: 10px;
    }
    .footer-copyright p {
        margin: 5px 0;
    }
    .smooth-transition {
        bottom: -30px;
        /* Manter a imagem acima do vídeo */
    }
    .symptom-grid-mobile {
        display: none;
    }
    .diagnosis-treatment-section-mobile {
        display: none;
    }
    .projeto-cao-guia-section-mobile {
        display: none;
    }
    /* Seção Projeto Cão Guia */
    .projeto-cao-guia-section {
        width: 100%;
        height: auto;
        background-image: url('../img/bg02.png');
        background-size: cover;
        background-position: center;
        padding-top: 100px;
        padding-bottom: 50px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    .projeto-cao-guia-header {
        font-family: 'Aktiv Grotesk Ex Medium', sans-serif;
        color: #000;
        max-width: 581px;
        margin: 0 auto;
        margin-bottom: 30px;
        text-align: left;
    }
    .projeto-cao-guia-description {
        font-family: 'Roboto Regular', sans-serif;
        color: #000;
        max-width: 635px;
        margin: 0 auto;
        margin-bottom: 50px;
        text-align: left;
    }
    .projeto-cao-guia-description strong {
        font-weight: bold;
    }
    .projeto-cao-guia-button {
        display: inline-block;
        height: 56px;
        color: #000;
        padding: 10px 0;
        border-radius: 28px;
        text-decoration: none;
        font-family: 'Aktiv Grotesk Ex XBold', sans-serif;
        line-height: 35px;
        text-align: center;
        border: 2px solid #000;
        transition: background-color 0.3s ease, border-color 0.3s ease;
        margin: 0 auto;
        display: block;
    }
    .projeto-cao-guia-button:hover {
        border-color: #006fa3;
    }
    .cta-button {
        display: inline-block;
        color: #1983BC;
        border-radius: 28px;
        text-decoration: none;
        font-family: 'Roboto Bold', sans-serif;
        text-align: center;
        border: 2px solid #1983BC;
        transition: background-color 0.3s ease, border-color 0.3s ease;
    }
    .cta-button:hover {
        border-color: #FFF;
        color: #fff;
    }
    .consulta-title {
        font-size: 34px;
        line-height: 42px;
    }
    .consulta-glaucoma-section {
        background-image: url('../img/bg03.png');
        background-size: cover;
        background-position: center;
        padding: 60px 0;
        color: #fff;
    }
    .consulta-references {
        padding-top: 100px;
        margin: 20px auto;
    }
    .footer-mobile {
        display: none;
    }
    .reference-list {
        font-size: 10px;
    }
    .navbar-nav {
        margin-top: 0px !important;
    }
}

@media(max-width: 606px) {
    .mobile-image {
        display: block;
        /* Exibe a imagem móvel */
        padding-top: 58px;
        max-height: 640px;
        margin: auto;
        /* Centraliza a imagem se o contêiner permitir */
    }
    .desktop-image {
        display: none;
    }
    /* Seção de vídeo */
    .video-section {
        max-width: auto;
        max-height: 640px;
        height: 100vh;
        width: auto;
    }
    .background-video {
        width: 100%;
        height: 100%;
    }
    .main-title {
        font-size: 22px;
        line-height: 28px;
        margin-top: 50px;
        margin-bottom: 55px;
    }
    .description {
        font-size: 17px;
        line-height: 23px;
        height: 210px;
        margin: 0 auto 25px;
    }
    .sub-title {
        margin-top: 45px;
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 55px;
    }
    .symptom-grid-mobile .symptom-item {
        width: 44vw;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0px;
        margin-right: 0px;
        /* margin-bottom: 25px; */
        background-color: #1c1c1c;
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-image: url('../img/bg-icon01-mb.png');
        background-size: cover;
        background-position: center;
    }
    .symptom-grid-mobile .symptom-item-large {
        /* Ajustar altura e largura para manter um tamanho uniforme */
        height: 165px;
        width: 90vw;
        max-width: 390px;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0px;
        background-color: #1c1c1c;
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-image: url('../img/bg-icon02-mb.png');
        background-size: cover;
        background-position: center;
        padding-left: 15px;
    }
    .symptom-grid-mobile .symptom-item-large svg {
        /* Centraliza o SVG dentro do item */
        width: 42px;
        height: auto;
        margin-bottom: 10px;
    }
    .symptom-grid-mobile .symptom-item svg {
        /* Centraliza o SVG dentro do item */
        width: 42px;
        height: auto;
        margin-bottom: 10px;
    }
    .symptom-grid-mobile .symptom-item-large p {
        font-size: 14px;
        line-height: 18px;
        color: #fff;
        text-align: left;
        margin: 0;
        padding: 0;
        margin-top: 20px;
        max-width: 200px;
    }
    .symptom-grid-mobile .symptom-item p {
        font-size: 14px;
        line-height: 18px;
        color: #fff;
        text-align: left;
        margin: 0;
        padding: 0;
    }
    .diagnosis h3,
    .treatment h3 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 30px;
        margin-top: 20px;
        text-align: center;
    }
    .diagnosis {
        margin-bottom: 420px;
    }
    .diagnosis p,
    .treatment p {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 30px;
        margin-left: 0px;
        margin-right: 0px;
        width: 90vw;
    }
    .cta-button {
        width: 90vw;
        height: 56px;
        padding: 10px 0;
        line-height: 35px;
        text-align: center;
        margin-top: 0;
    }
    .informative-section {
        width: 100%;
        max-height: 2020px;
        margin: 0 auto;
        padding: 24px;
        /* padding-left: 24px;
        padding-right: 24px; */
        background-color: #000;
        background-image: url('../img/bg01-mb.png');
        background-size: cover;
        /* Faz com que o background se ajuste ao tamanho da seção */
        background-position: center center;
        /* Centraliza o background */
        background-repeat: no-repeat;
        /* Garante que o background não se repita */
        color: #fff;
    }
    .main-header {
        width: 100%;
        /* Garante que o header ocupe toda a largura da viewport */
        padding: 0;
        /* Remove qualquer padding que pode estar adicionando espaçamento */
    }
    .container-fluid {
        padding: 0;
        /* Remove o padding do container para telas menores */
        margin: 0;
        /* Remove qualquer margem para garantir que o container ocupe 100% */
        width: 100%;
        /* Define a largura do container como 100% */
    }
    .navbar-brand {
        margin-left: 0;
        /* Remove margens extras no logo */
    }
    .navbar-brand img {
        width: 20vw;
    }
    .navbar-toggler {
        width: 20vw;
    }
    .navbar-toggler {
        margin-right: 0px;
        /* Adiciona espaçamento ao ícone do menu */
    }
    .navbar-collapse {
        width: 100%;
        /* Garante que o menu expansível ocupe toda a largura da tela */
    }
    .navbar-nav .nav-link {
        text-align: center;
        /* Centraliza os links do menu */
        width: 100%;
        /* Cada link ocupará 100% da largura disponível */
    }
    .menu-popup {
        width: 100vw;
        /* Garante que o popup do menu ocupe toda a largura da viewport */
    }
    /* Ajuste de margin e padding para o botão do menu e demais itens */
    #menu-close {
        margin-right: 15px;
    }
    .smooth-transition {
        bottom: 0px;
        /* Manter a imagem acima do vídeo */
    }
    .symptom-grid {
        display: none;
    }
    .symptom-grid-mobile {
        display: inline;
        padding-left: 0px;
        padding-right: 0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        /* Ajuste como necessário */
    }
    /* Seção Projeto Cão Guia */
    .projeto-cao-guia-section {
        display: block;
        width: 100%;
        height: 940px;
        background-image: url('../img/bg02-mb.png');
        background-size: cover;
        background-position: center;
        padding-top: 35px;
        padding-left: 12px;
        padding-right: 12px;
        padding-bottom: 50px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    .projeto-cao-guia-header {
        font-family: 'Aktiv Grotesk Ex Medium', sans-serif;
        font-size: 22px;
        line-height: 28px;
        color: #000;
        max-width: 581px;
        margin: 0 auto;
        margin-bottom: 30px;
        text-align: left;
    }
    .projeto-cao-guia-description {
        font-family: 'Roboto Regular', sans-serif;
        font-size: 16px;
        line-height: 24px;
        color: #000;
        max-width: 635px;
        margin: 0 auto;
        margin-bottom: 50px;
        text-align: left;
    }
    .projeto-cao-guia-description strong {
        font-weight: bold;
    }
    .projeto-cao-guia-button {
        display: inline-block;
        width: 90vw;
        height: 56px;
        color: #000;
        padding: 10px 0;
        border-radius: 28px;
        text-decoration: none;
        font-family: 'Roboto Bold', sans-serif;
        line-height: 35px;
        text-align: center;
        border: 2px solid #000;
        transition: background-color 0.3s ease, border-color 0.3s ease;
        margin: 0 auto;
        display: block;
    }
    .projeto-cao-guia-button:hover {
        border-color: #006fa3;
    }
    .cta-button {
        display: inline-block;
        color: #006fa3;
        border-radius: 28px;
        text-decoration: none;
        font-family: 'Roboto Bold', sans-serif;
        text-align: center;
        border: 2px solid #006fa3;
        transition: background-color 0.3s ease, border-color 0.3s ease;
    }
    .cta-button:hover {
        border-color: #FFF;
        color: #FFF;
    }
    .consulta-title {
        font-size: 24px;
        line-height: 28px;
    }
    .consulta-faq-title {
        font-size: 22px;
        line-height: 26px;
    }
    .consulta-faq {
        width: 85vw;
    }
    .faq-question {
        height: 11vw;
        font-size: 14px;
        line-height: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .faq-answer p {
        font-size: 13px;
        margin-bottom: 0px;
    }
    .consulta-glaucoma-section {
        background-image: url('../img/bg03.png');
        background-size: cover;
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 60px;
        padding-bottom: 60px;
        background-position: center;
        color: #fff;
    }
    .consulta-references {
        padding-top: 30px;
    }
    .footer {
        display: none;
    }
    /* Footer */
    .footer-mobile {
        background-color: #000;
        color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        font-family: 'Aktiv Grotesk Ex Light', sans-serif;
        padding-top: 50px;
        padding-left: 24px;
        padding-right: 24px;
    }
    /* Container principal */
    .footer-container {
        display: block;
        justify-content: space-between;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding-left: 15px;
    }
    .footer-copyright h3 {
        font-size: 14px;
        font-family: 'Aktiv Grotesk Ex XBold', sans-serif;
        margin-bottom: 25px;
    }
    /* Colunas de links */
    .footer-links {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    /* Coluna de links */
    .footer-column {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-column h3 {
        font-family: 'Aktiv Grotesk Ex XBold', sans-serif;
        font-size: 14px;
        line-height: 35px;
        margin-bottom: 10px;
    }
    .footer-column ul {
        list-style: none;
        padding: 0;
    }
    .footer-column a {
        text-decoration: none;
        font-family: 'Aktiv Grotesk Ex Light', sans-serif;
        color: white;
        transition: color 0.3s ease;
        font-size: 12px;
    }
    .footer-column a:hover {
        color: #1983BC;
    }
    /* Redes Sociais */
    .social-icons {
        display: flex;
        gap: 20px;
        margin: 0 auto;
        justify-content: center;
    }
    /* Copyright */
    .footer-copyright {
        font-family: 'Aktiv Grotesk Ex Light', sans-serif;
        text-align: center;
        color: white;
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
        padding-top: 20px;
    }
    /******************/
    /* Logo alinhado à esquerda */
    .footer-logo {
        position: relative;
        margin-bottom: 20px;
        width: 135px;
    }
    .footer-logo img {
        width: 135px;
        height: 27px;
    }
    .footer-column li {
        margin-bottom: 10px;
        width: 40vw;
    }
    .footer-copyright p {
        margin: 5px 0;
        font-size: 12px;
    }
    .reference-list {
        font-size: 1rex;
    }
    .navbar-toggler .navbar-toggler-icon,
    .navbar-toggler svg {
        width: 23px !important;
    }
    #menu-close {
        right: -15px !important;
        top: 21px !important;
        /* Assegura que o botão de fechar fique acima dos links */
    }
    .navbar-nav {
        margin-top: 20px !important;
    }
    .menu-popup .nav-link {
        font-size: 16px !important;
        margin: 8px 0 !important;
        /* Garante que o cursor mostre que é clicável */
    }
    .menu-popup,
    .menu-overlay {
        height: 400px !important;
    }
}

@font-face {
    font-family: 'Aktiv Grotesk Ex Regular';
    src: url('../fonts/Aktiv\ Grotesk\ Ex.woff') format('woff');
}

@font-face {
    font-family: 'Aktiv Grotesk Ex Medium';
    src: url('../fonts/Aktiv\ Grotesk\ Ex\ Medium.woff') format('woff');
}

@font-face {
    font-family: 'Aktiv Grotesk Ex XBold';
    src: url('../fonts/Aktiv\ Grotesk\ Ex\ XBold.woff') format('woff');
}

@font-face {
    font-family: 'Roboto Light';
    src: url('../fonts/Roboto-Light.woff') format('woff');
}

@font-face {
    font-family: 'Roboto Regular';
    src: url('../fonts/Roboto-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Roboto Bold';
    src: url('../fonts/Roboto-Bold.woff') format('woff');
}


/* Reset básico */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #000;
}

.container {
    padding: 0;
}


/* Garante que o container-fluid ocupe 100% da largura em todas as resoluções */

.container-fluid {
    width: 100% !important;
    /* Força o container a ocupar toda a largura da viewport */
    max-width: 100% !important;
    /* Garante que não haverá limite na largura */
    padding: 0 !important;
    /* Remove qualquer padding que possa estar interferindo */
    margin: 0 !important;
    /* Remove qualquer margem que possa estar causando o problema */
}


/* Header com logo e navegação */

.navbar {
    background-color: #005481;
}

.nav-link,
.nav-link-destaque {
    font-family: 'Aktiv Grotesk Ex Regular', sans-serif;
    color: white;
    text-decoration: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 12px;
    transition: background 0.3s ease;
}

.nav-link-destaque {
    background-color: #2E83BC;
    border-radius: 18px;
    padding: 0.5rem 1.5rem;
}

.nav-link-destaque:hover {
    background-color: #276B9B;
}


/* Customizando o ícone do menu hambúrguer com SVG */

.navbar-toggler {
    border: none;
}

.navbar-toggler .navbar-toggler-icon,
.navbar-toggler svg {
    width: 28px;
    height: auto;
    fill: #fff;
}

.main-header {
    position: fixed;
    /* Fixa o header no topo da página */
    top: 0;
    left: 0;
    width: 100%;
    /* Garante que o header ocupe 100% da largura */
    z-index: 1000;
    /* Certifica-se de que o header fique acima dos outros elementos */
    background-color: rgba(0, 84, 129, 0.8);
    /* Torna o fundo do header um pouco transparente, se desejar */
    backdrop-filter: blur(10px);
    /* Adiciona um efeito de desfoque para conteúdos de fundo */
}


/* Estilos para o popup do menu */

.menu-popup {
    position: fixed;
    top: 0;
    right: -100%;
    width: 250px;
    /* Largura fixa */
    height: 478px;
    /* Altura máxima do popup */
    background-color: #3B97DE;
    /* Cor de fundo */
    transition: right 0.3s ease-in-out;
    /* Animação suave */
    z-index: 1001;
    /* Sobrepor o conteúdo */
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* Centralizar os itens verticalmente */
    align-items: center;
    /* Centralizar os itens horizontalmente */
}


/* Adicionar botão de fechar dentro do popup */

#menu-close {
    position: absolute;
    right: 12px;
    top: 22px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1100;
    /* Assegura que o botão de fechar fique acima dos links */
}


/* Estilos dos links */

.menu-popup .nav-link {
    font-size: 18px;
    color: white;
    margin: 12px 0;
    text-align: center;
    cursor: pointer;
    /* Garante que o cursor mostre que é clicável */
}


/* Estilo para o botão de conteúdo médico */

.menu-popup .btn-primary {
    margin-top: 20px;
    width: 205px;
    height: 40px;
}


/* Mostra o menu quando ativado */

.menu-popup.show {
    right: 0;
}


/* Overlay para cobrir o resto da tela */

.menu-overlay {
    position: fixed;
    top: 0;
    right: 0;
    /* Alinhado à direita, assim como o popup */
    width: 100%;
    /* Mesmo que a largura do popup */
    height: 478px;
    background-color: rgba(0, 25, 101, 0.4);
    /* Background azul com opacidade */
    z-index: 1000;
    /* Fica abaixo do popup */
    display: none;
    /* Inicialmente oculto */
}


/* Mostra o overlay */

.menu-overlay.show {
    display: block;
}


/* Animação suave para o background do header */

.main-header.bg-primary {
    background-color: rgba(0, 25, 101, 0.4);
}


/* Ocultar o menu toggle em telas grandes */

@media (min-width: 1200px) {
    #menu-popup {
        display: none;
    }
}


/* Seção de vídeo */

.video-section {
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
}

.background-video {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    /* Garante que o vídeo cubra a área inteira */
    z-index: -1;
    /* Certifica-se de que o vídeo fique atrás de outros elementos */
}

.smooth-transition {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10;
    /* Manter a imagem acima do vídeo */
}


/* Estilo do botão de mute/unmute */

.mute-button {
    position: absolute;
    bottom: 20px;
    right: 20px;
    padding: 10px 20px;
    font-size: 16px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    z-index: 20;
}

.mute-button:hover {
    background-color: rgba(0, 0, 0, 0.9);
}

.main-title {
    font-family: 'Aktiv Grotesk Ex XBold', sans-serif;
    text-align: center;
}

.description {
    text-align: left;
    font-family: 'Roboto Regular', sans-serif;
    max-width: 1192px;
}

.sub-title {
    font-family: 'Aktiv Grotesk Ex XBold', sans-serif;
    text-align: center;
}


/* Grid de sintomas */


/* Garantir espaçamento de 10px entre as colunas */

.row.gap-10>.col-md-2 {
    margin-right: 10px;
    /* Espaçamento horizontal entre os ícones */
}

.row.gap-10 {
    margin-left: -10px;
    /* Ajustar a margem esquerda da row para compensar */
}


/* Estilização adicional opcional */

.symptom-item {
    position: relative;
    /* Permite ajustar a posição dos elementos internos */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* Espaçamento de 10px entre os itens */
    background-image: url('../img/bg-icon01.png');
    background-size: cover;
    background-position: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    max-height: 249px;
    max-width: 226px;
}


/* Alinha o SVG no left e top conforme solicitado */

.symptom-item svg {
    position: absolute;
    height: auto;
    fill: #fff;
}

.row {
    justify-content: center;
    /* Centraliza os itens da row */
}

.symptom-item p {
    font-family: 'Roboto Regular', sans-serif;
    color: #fff;
    text-align: left;
    margin: 0;
    position: absolute;
    max-height: 250px;
    height: 100%;
}


/* Diagnóstico e tratamento */

.diagnosis-treatment-section {
    flex-direction: row;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.diagnosis h3,
.treatment h3 {
    font-family: 'Aktiv Grotesk Ex XBold', sans-serif;
    color: #fff;
}

.diagnosis p,
.treatment p {
    font-family: 'Roboto Regular', sans-serif;
    color: #FFF;
}


/* Consulta Oftalmológica */

.consulta-glaucoma-section {
    background-size: cover;
    background-position: center;
    color: #fff;
}

.consulta-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    /* Garante que o conteúdo fique centralizado */
}

.consulta-title {
    font-family: 'Aktiv Grotesk Ex XBold', sans-serif;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}

.consulta-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    /* Permite que os elementos se ajustem em telas menores */
    gap: 20px;
    /* Espaço entre as colunas */
}

.consulta-form-enderecos,
.consulta-map {
    flex: 1 1 100%;
    /* Garantir que cada uma ocupe 50% da largura da linha */
    max-width: 50%;
    /* Garantir que elas não ultrapassem a largura do container */
}

.consulta-map iframe {
    border: none;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}


/* Formulário de CEP */

.consulta-cep-form {
    background-image: url('../img/bg04.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 20px;
    font-family: 'Aktiv Grotesk Ex Regular', sans-serif;
    text-align: left;
}

.consulta-cep-form form {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.consulta-cep-form input[type="text"] {
    background-color: rgba(255, 255, 255, 0.7);
    width: 75%;
    height: 40px;
    padding: 0 10px;
    border: none;
    font-size: 16px;
}

.consulta-cep-form button {
    background-color: #1983BC;
    color: #fff;
    width: 150px;
    height: 40px;
    border: none;
    cursor: pointer;
    font-family: 'Aktiv Grotesk Ex XBold', sans-serif;
    font-size: 16px;
    margin-left: 10px;
}

.consulta-cep-form button:hover {
    background-color: #166b97;
}

.location-icon {
    width: 28.598px;
    height: 38.469px;
    margin-right: 25px;
}

.location-info {
    display: flex;
    flex-direction: column;
}

.location-title {
    font-family: 'Roboto Bold', sans-serif;
    font-size: 18px;
    line-height: 18px;
    text-align: left;
    color: #fff;
}

.location-description {
    font-family: 'Roboto Regular', sans-serif;
    font-size: 13px;
    line-height: 15px;
    text-align: left;
    width: 100%;
    height: auto;
    color: #fff;
}


/* Estilos dos cards de localização */

.consulta-location-card {
    display: flex;
    align-items: center;
    background-image: url('../img/bg05.png');
    background-position: center;
    background-size: 100% 100%;
    padding: 20px;
    max-height: 100px;
    border-radius: 12px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

#locationsList {
    max-height: 265px;
    /* Ajuste a altura conforme necessário */
    overflow-y: auto;
    /* Permite rolagem quando o conteúdo excede a altura */
}

.consulta-location-card {
    margin-bottom: 20px;
    /* Espaço entre os cards */
}


/* Estilos Gerais da FAQ */

.consulta-faq-section {
    margin-top: 60px;
}

.consulta-faq-title {
    font-family: 'Aktiv Grotesk Ex XBold', sans-serif;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}

.faq-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}


/* Estilos do Card */

.consulta-faq {
    border: 1px solid #1983BC;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}


/* Estilo do Cabeçalho da FAQ */

.faq-question {
    cursor: pointer;
    background-color: #1983BC;
    color: #fff;
    font-family: 'Aktiv Grotesk Ex XBold', sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
}

.faq-question p {
    margin: 0;
}


/* Ícone */

.faq-icon {
    transition: transform 0.3s ease;
}

.faq-icon.rotate {
    transform: rotate(180deg);
}


/* Estilo da Resposta */

.faq-answer {
    display: none;
    background-color: #F5F5F5;
    padding: 20px;
    font-family: 'Roboto Regular', sans-serif;
    font-size: 18px;
    color: #005481;
    line-height: 26px;
    border-top: 1px solid #1983BC;
    text-align: left;
}

.faq-answer.show {
    display: block;
}

.consulta-references {
    max-width: 800px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: left;
    /* Garante que o conteúdo fique centralizado */
}

.reference-title {
    font-size: 10px;
    line-height: 35px;
    font-family: 'Aktiv Grotesk Ex XBold', sans-serif;
    margin-bottom: 10px;
}

.reference-list {
    line-height: 18px;
    max-width: 90%;
    font-family: 'Aktiv Grotesk Ex Regular', sans-serif;
    width: 80vw;
}

.reference-list a {
    color: #FFF;
    text-decoration: none;
    max-width: 100%;
    transition: color 0.3s ease;
}

.reference-list a:hover {
    color: #1983BC;
}

.symptom-grid {
    max-width: 1250px;
    margin: 0 auto;
}

.carousel-inner {
    justify-content: center;
    /* Centraliza horizontalmente */
    align-items: center;
    /* Centraliza verticalmente */
}

@media (min-width: 576px) {
    .symptomItem,
    .symptomItemLarge {
        max-width: 249px !important;
        max-height: 226px !important;
        background-image: url('../img/bg-symptom.png') !important;
        height: 226px !important;
        /* width: 16vw; */
        /* background-size: contain; */
    }
    .symptomItem img,
    .symptomItemLarge img {
        max-width: 65px !important;
        max-height: 53px !important;
        width: 100vw !important;
    }
    .symptomItem p,
    .symptomItemLarge p {
        font-size: 18px;
        /* Diminui o tamanho da fonte */
        line-height: 22px;
    }
}

.symptomItem {
    max-width: 149px;
    max-height: 146px;
    background-image: url('../img/bg-symptom-mb.png');
    background-repeat: no-repeat;
    height: 146px;
    background-size: 100% 100%;
}

.symptomItem img,
.symptomItemLarge img {
    max-width: 55px;
    max-height: 42px;
    width: 100vw;
}

.symptomItemLarge {
    max-width: 314px;
    max-height: 146px;
    background-image: url('../img/bg-symptom-mb-lg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 146px;
}

@media(max-width:991px) {
    .location-title {
        font-size: 14px !important;
        line-height: auto !important;
    }
    .location-description {
        font-size: 12px !important;
        line-height: auto !important;
    }
    #locationsList {
        max-height: 262px !important;
        /* Ajuste a altura conforme necessário */
        overflow-y: auto;
        /* Permite rolagem quando o conteúdo excede a altura */
    }
}

@media(max-width:991px) {
    .map-div {
        height: 545px;
    }
    #locationsList {
        max-height: 300px !important;
        /* Ajuste a altura conforme necessário */
        overflow-y: auto;
        /* Permite rolagem quando o conteúdo excede a altura */
    }
}

.map-div {
    max-height: 545px;
}


/* Estilos para o botão flutuante */

.floatButton {
    position: fixed;
    /* Posicionamento fixo na tela */
    bottom: 100px;
    /* Distância do botão em relação ao rodapé */
    right: 100px;
    /* Distância do botão em relação à lateral direita */
    background-color: #1983bc;
    /* Cor de fundo (ex: verde) */
    color: white;
    /* Cor do texto */
    border-radius: 30px;
    /*Borda arredondada*/
    padding: 10px 20px;
    /* Espaçamento interno */
    font-size: clamp(12px, calc(0.5rem + 0.9vw), 20px);
    font-family: 'Aktiv Grotesk Ex XBold', sans-serif;
    /* Tamanho da fonte */
    cursor: pointer;
    /* Cursor para indicar que é clicável */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    /* Sombra para o botão */
    z-index: 1000;
    /* Certifica-se de que o botão está acima de outros elementos */
    transition: background-color 0.3s ease;
    /* Transição suave para mudança de cor */
    max-width: 485px;
    max-height: 56px;
    min-width: 292px;
    min-height: 40px;
}

.floatButton:hover {
    background-color: #00527e;
    /* Cor de fundo ao passar o mouse */
}