/* CONFIGURAÇÕES */
.mostrar-mobile {
    display: none !important;
}

:root {
    --cor-primaria: #3A6940;
    --cor-secundaria: #A8CF45;
    --cor-terciaria: #6F9749;
    --cor-detalhe-card: #6E964D;
    --titulos-color: #1A4339;
    --texto-color: #4C5466;
    --cor-input:#777777;
    --background-color: #ffffff;
    --fonte-principal: 'Exo 2', sans-serif;
    --fonte-banner-texto: 'Open sans', sans-serif;
    --fonte-banner-destaque: 'Poppins', sans-serif;
    --fonte-textos: 'Lato', sans-serif;
    --fonte-botao: 'Roboto', sans-serif;
}


p {
    color: var(--texto-color);
}

li {

    color: var(--texto-color);
    list-style-position: inside;
    line-height: 180%;
}

body {
    background: var(--background-color);
}


/* ============ TOPO ============ */

.material-bubble {
    overflow: hidden !important;
}

.material-bubble::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    background-color: var(--cor-terciaria);
    transform: translate(-50%, -50%) scale(0.1);
    opacity: 0;
    z-index: -1;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}

.material-bubble:hover::after {
    opacity: 1;
    transform-origin: 100px 100px;
    transform: translate(-50%, -50%) scale(1);
}

.topo {
    border-top: 3px solid var(--cor-primaria);
}

.barra-topo {
    height: 160px;
    background: #FFFFFF;
}

/* .barra-topo .img-logo {
    width: 317px;
    height: 80px;
} */

.barra-topo .center {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.barra-topo .imagens .img {
    margin-left: 32px;
}

.barra-topo .direita {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 12px;
    box-sizing: border-box;
}


/* ============ NAVBAR ============ */

.barra-menu {
    display: flex;
    height: 65px;
    z-index: 3;
    width: 100%;
    background-color: var(--cor-primaria);
}

.absolute-menu {
    background: var(--cor-primaria);
    position: absolute;
}

.barra-menu ul li {
    font-family: var(--fonte-banner-texto);
    font-size: 1.125em;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    list-style: none;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 15px;
    text-align: center;
    z-index: 2;
}

.barra-menu nav {
    width: 100%;
    height: 100%;
    padding: 0px 20px;
    box-sizing: border-box;
}

.barra-menu ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.barra-menu .active {
    background: var(--cor-terciaria);
}

.barra-menu nav .mobile {
    display: none;
}

/* =============  HAMBURGUER =========== */

.hamburger .line {
    width: 40px;
    height: 4px;
    background-color: var(--cor-primaria);
    display: block;
    margin: 8px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger:hover {
    cursor: pointer;
}

#hamburger-1.is-active .line:nth-child(2) {
    opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(13px) rotate(45deg);
    -ms-transform: translateY(13px) rotate(45deg);
    -o-transform: translateY(13px) rotate(45deg);
    transform: translateY(11px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-13px) rotate(-45deg);
    -ms-transform: translateY(-13px) rotate(-45deg);
    -o-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-14px) rotate(-45deg);
}

@media(max-width: 800px) {
    .hamburger .line {
        width: 40px;
    }
}

/* =========== FOOTER =========== */

.footer {
    min-height: 40px;
    background: var(--primary-color);
    /* box-shadow: 0px -1px 6px rgb(0 0 0 / 10%); */
    display: flex;
    align-items: center;
    border-top: solid 4px var(--primary-color);
}

footer .center {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.institucional-div .titulo_esquerda, .atendimento-div .titulo_esquerda {
    font-size: 1.25em;
    color: #444444;
    font-weight: 400;
}

.lista-links {
    margin-top: 25px;
}

.lista-links li a {
    color: var(--texto-color);
    font-size: 1em;
    line-height: 180%;
    font-weight: normal;
}

.lista-links li::marker {
    color: var(--cor-primaria);
}

.rodape-itens {
    padding: 40px;
    display: flex;
}

.rodape-itens-flex {
    display: flex;
    justify-content: center;
    gap: 60px;
}

.rodape-esquerda {
    width: 42%;
}

.rodape-direita {
    width: 42%;
    display: flex;
    justify-content: space-around;
}

.imgs-footer {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.enderecos-area {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.item-atendimento {
    display: flex;
    align-items: center;
    gap: 10px;
    align-items: flex-start;
}

.container-icone i {
    color: var(--cor-primaria);
}

.area-2 a {
    font-size: 0.875em;
    color: var(--texto-color);
    font-weight: normal;
}

.area-2 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.copyright {
    font-size: 1em;
    color: #fff;
    font-family: var(--fonte-textos);
    background: var(--cor-primaria);
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright .center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright a, .copyright p {
    color: #ffffff;
    font-family: var(--fonte-banner-texto);
}

.developer {
    margin-right: 10%;
}

@media(max-width: 435px) {
    .rodape-itens-flex {
        flex-direction: column;
    }

    .imgs-footer {
        flex-wrap: wrap;
    }

    .rodape-esquerda {
        width: 100%;
    }

    .rodape-direita {
        width: 100%;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 30px;
    }

    .copyright .center {
        flex-direction: column;
        gap: 10px;
    }
}

/* =========== REDES SOCIAIS FOOTER =========== */


.redes-sociais a {
    text-decoration: none;
}

.bolinha-social {
    background: #e9e9e9;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    text-decoration: none;
    font-size: 1.250em;
    color: #999999;
    margin: 0 5px;
    transition: 0.3s;
}

.bolinha-social:hover {
    color: var(--cor-primaria);
    background: #e8e8e8;
}

#direitos {
    display: block;
    margin: 5px auto;
    font-size: 1.3em;
    line-height: 150%;
    letter-spacing: 0.4px;
}

#direitos p {
    color: #ffffff;
    font-size: 15px;
    font-weight: normal;
    font-family: var(--text-font-family);
    text-align: center;
    letter-spacing: 0.4px;
    padding-bottom: 10px;
}

/* =========== RESULTADOS POP UP  ===========*/

.resultados-fixed {
    position: fixed;
    bottom: 20px;
    left: 20px;
    padding: 15px 20px;
    background: #1B998B;
    border-radius: 4px;
    color: #ffffff;
    text-align: center;
    font-size: 1em;
    font-weight: normal;
    animation-duration: 1s;
    z-index: 8000;
}

.resultados-fixed h2 {
    width: 100%;
    font-size: 24px;
    font-weight: normal;
    padding-top: 10px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background: #1B998B;
    border-top-left-radius: 4px;
    z-index: 1;
    font-family: var(--text-font-family);
    color: white;
}

.resultados-fixed p {
    margin: 30px 0 0 0;
    font-family: var(--text-font-family);
    color: white;
    font-size: 16px;
    font-weight: 200;
}

.resultados-fixed .resultados-close {
    position: absolute;
    top: -15px;
    right: -15px;
    padding: 15px 15px;
    background: #1B998B;
    box-shadow: 0px 0px 0px 1px #ecd7dc;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
}

.resultados-fixed .resultados-close i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

/* =========== BANNERS  ===========*/

.banners {
    position: relative;
}

.banners-area {
    position: relative;
    background: #f8f8f8;
}

.banners .item {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.banners .item .imagem {
    width: 100%;
    min-height: 400px;
    object-fit: cover;
    height: 515px;
}

.banners .centralizado {
    width: 95%;
    max-width: 1135px;
    min-width: 280px;
    margin: 0 auto;
    height: auto;
    display: flex;
    position: relative;
    z-index: 10;
}

.banners .texto-area {
    position: absolute;
    color: #fff;
    bottom: 120px;
    transition: 0.5s;
    color: var(--primary-color);
    font-family: 'Open-sans', sans-serif;
    left: 20%;
}

.banners .slick-dots {
    bottom: 15px;
    background: var(--cor-terciaria);
}


.banners .slick-dots li.slick-active button:after, .slick-dots li button:hover:after {
    background: #ffffff !important;
}

.banners .slick-dots li.slick-active button:before, .slick-dots li button:hover:before {
    background: var(--cor-secundaria) !important;
}

.banners .slick-dots li button:before {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    display: block;
    background: #ffffff;
    border-radius: 50%;
}

.banners h1 {
    font-family: var(--fonte-banner-destaque);
    margin-bottom: 10px;
    font-size: 3.4375em !important;
    color: var(--cor-terciaria);
}

.banners p {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 180%;
    letter-spacing: 0.04em;
    color: var(--cor-terciaria);
    font-family: var(--fonte-banner-texto);
}

.detalhe-banner {
    position: absolute;
    top: 0px;
    height: 100%;
    z-index: 2;
}

.div-com-efeito {
    position: absolute;
    top: 0px;
    width: 40%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.banners .slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.banners .detalhe {
    position: absolute;
    z-index: 9999;
    top: 0px;
}

/* =========== CARDS  ===========*/

.cards-container {
    background: var(--background-color);
}

.cards-container .center {
    max-width: 1450px;
}

.cards-container .top {
    /* background: var(--primary-color); */
    height: 222px;
}

.cards-container .top p {
    padding-top: 60px;
    font-size: 1.75em;
    text-align: center;
    color: var(--primary-color);
    font-family: var(--text-font-family);
    margin-bottom: 10px;
}

.cards-container .cards {
    margin-top: -86px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    gap: 0.5em;
}

.cards-container .card-box {
    width: 420px;
    height: 300px;
    border-radius: 5px;
    background: #FFFFFF;
    box-shadow: 1px 1px 4px 0px #AAAAAA;
}

.cards-container .card-box .card_link {
    gap: 7px;
    padding: 5px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    min-height: 322px;
}

.cards-container .card-box .textos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: start;
    align-self: start;
    width: 100%;

}

.titulo-card h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.875em;
    line-height: 120%;
    min-height: 72px;
    color: var(--secondary-color);
    font-family: var(--headings-font-family);
    font-weight: lighter;
    cursor: inherit;
}

.titulo-card h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    font-size: 1.875em;
    line-height: 50%;
    min-height: 45px;
    color: var(--titulos-color);
    font-family: var(--headings-font-family);
    font-weight: 500;
    cursor: inherit;
}

.card-box .textos p {
    color: var(--titulos-color);
    font-family: var(--text-font-family);
    font-size: 15px;
}

.card-box .textos p span {
    font-weight: 700;
}

.btn-saiba-mais_card {
    width: 175px;
    height: 50px;
    background-color: var(--primary-color);
    color: #FFFFFF;
    border-radius: 6px;
    padding: 0 2px;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease-in;
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    font-family: var(--headings-font-family);
    margin-left: 115px;
}

.btn-saiba-mais_card:hover {
    background-color: var(--secondary-color);
}



/* =========== SEÇÃO SOBRE  =========== */

.section-sobre {
    display: flex;
    flex-direction: row;
    margin: 90px auto;
    width: 1200px;
}

.texto-sobre {
    width: 60%;
}

.section-sobre h2 {
    font-family: var(--headings-font-family);
    color: var(--titulos-color);
    font-size: 35px;
}

.section-sobre h3 {
    font-family: Arial, Helvetica, sans-serif;
    color: #E1173D;
    font-size: 20px;
}

.section-sobre p {
    font-family: var(--text-font-family);
    color: #444444;
    padding: 20px;
}

.sobre-paragrafo {
    position: relative;
}

.section-sobre .texto-sobre .sobre-paragrafo::before {
    content: "";
    display: block;
    width: 3px;
    height: 199px;
    background: var(--secondary-color);
    left: 40;
    top: 10%;
    position: absolute;
}

.section-sobre .direita .imagem-principal img {
    margin-top: 70px;
    margin-right: 20px;
}

.sobre-selos {
    display: flex;
    justify-content: space-evenly;
    margin-top: 30px;
}

.imagem-principal {
    position: relative;
}

.imagem-principal::after {
    content: "";
    display: block;
    width: 12px;
    height: 220px;
    background: var(--secondary-color);
    right: 0;
    bottom: 0;
    position: absolute;
}

.imagem-principal::before {
    content: "";
    display: block;
    width: 420px;
    height: 12px;
    background: var(--secondary-color);
    right: 0;
    top: 100%;
    position: absolute;

}

/* =============== POPUP INICIO =============== */
.popup {
    display: none;
    position: fixed;
    z-index: 99999;
    padding-top: 20px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    overflow: hidden;
}

.popup_content {
    position: relative;
    margin: auto;
    padding: 0;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    width: 80%;
    max-width: 650px;
    height: auto;
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

.popup_imagem_full {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    top: -35px;
}

.popup_imagem_full img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 7px;
    background: #ffffff;
    border-radius: 8px;
    box-sizing: border-box;
}

.popup_youtube_full {
    width: 100%;
    position: relative;
    padding-bottom: 60%;
    height: 0;
}

.popup_youtube_full iframe {
    padding: 7px;
    background: #ffffff;
    border-radius: 8px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.popup_youtube_full .legenda {
    bottom: -35px;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 40%);
    text-align: center;
}

.popup .legenda {
    display: flex;
    justify-content: center;
}

.popup .legenda span {
    background: #000;
    color: #ffffff;
    padding: 5px 20px;
    border-radius: 17px;
    margin-top: 5px;
}

.close {
    color: #000;
    float: right;
    font-size: 2.1875em;
    z-index: 999;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.7;
    position: relative;
    right: -14px;
    top: -16px;
    background: #ffffff;
    height: 38px;
    width: 38px;
    text-align: center;
    border-radius: 50%;
    border: solid 1px #c1c1c1;
}

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    background: #dddddd;
}

@media (max-width: 768px) {
    .popup_content {
        width: 98%;
    }
}

@media (max-width: 700px) {
    .close {
        right: -2px;
    }
}

/* =============== POPUP FIM =============== */

/* =============== Redes sociais lateral =============== */

.redes-sociais {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

.redes-sociais a {
    text-decoration: none;
}

.redes-sociais-right {
    height: auto;
    position: fixed;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    z-index: 999;
    display: flex;
    flex-direction: column;
    transition: 1s;
}

.redes-sociais-right a {
    text-decoration: none;
    margin-top: 18px;
}

.redes-sociais-right .fa-facebook-f {
    color: #ffffff;
}

.redes-sociais-right .fa-twitter {
    color: #ffffff;
}

.redes-sociais-right .fa-linkedin-in {
    color: #ffffff;
}

.redes-sociais-right .fa-instagram {
    color: #ffffff;
    font-size: 1.1875em;
}

.redes-sociais-right .fa-whatsapp {
    color: #ffffff;
    font-size: 1.125em;
}


.bolinha-facebook {
    background: #3b5998 !important;
}

.bolinha-linkedin {
    background: #2867B2 !important;
}

.bolinha-instagram {
    background: #C13584 !important;
}

.bolinha-twitter {
    background: #1DA1F2 !important;
}

.bolinha-whatsapp {
    background: #25D366 !important;
}

.bolinha-youtube {
    background: #FF0000 !important;
}

.bolinha-tour {
    background: #354b9c;
    box-shadow: 2px 0px 6px 6px rgb(255 255 255 / 75%);
    -webkit-box-shadow: 0px 0px 6px 4px rgb(255 255 255 / 75%);
    -moz-box-shadow: 0px 0px 6px 6px rgba(255, 255, 255, 0.75);
}

.bolinha-tour img {
    width: 58px;
    margin-top: 4px;
}

.bolinha-tour:hover {
    background: #354b9c;
}

.redes-sociais-right .bolinha-social:hover {
    transform: scale(1.2);
}

/* =============== POLITICA DE PRIVACIDADES =============== */

.quem_somos h2 {
    font-family: var(--headings-font-family);
    color: var(--titulos-color);
}

.quem_somos .texto-padrao {
    font-family: var(--text-font-family);
}

.row {
    flex-direction: row;
}

.row-reverse {
    flex-direction: row-reverse;
}

.column {
    flex-direction: column;
}

.column-reverse {
    flex-direction: column-reverse;
}

/* =============== Flex Container =============== */
.mapa-footer {
    width: 100%;
    box-shadow: 0px -1px 6px rgb(0 0 0 / 10%);
}

.mapa-site {
    display: flex;
    min-height: 200px;
    width: 100%;
    margin: 0 auto;

}

.item h2 {
    margin: 10px 0 0 5px;
    font-size: 25px;
    font-weight: normal;
    font-family: var(--text-font-family);
    color: #FFFFFF;
}

.menu-footer {
    margin: 10px 0 0 5px;
    font-size: 0.935em;
    font-weight: normal;
    font-family: var(--text-font-family);
    color: #FFFFFF;
}

.menu-footer li {
    margin: 10px 0 0 10px;
    font-size: 15px;
    font-weight: normal;
    font-family: var(--text-font-family);
}

.menu-footer a {
    color: #FFFFFF;
}

.menu-footer a:hover {
    color: var(--secondary-color);
}

@media(max-width:1000px) {
    .mapa-site {
        flex-direction: column;
    }
}

.sombra {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%);
}

/* ================ Horário de atendimento home =========== */
#section-horarios {
    margin-top: 100px;
}

.horarios {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.titulo {
    font-size: 1.5rem;
    position: relative;
    font-family: var(--fonte-principal);
    color: #1A4339;
}

.titulo_branco {
    font-size: 1.5rem;
    position: relative;
    font-family: var(--fonte-principal);
    color: #ffffff;
}

.titulo_esquerda {
    font-size: 1.5rem;
    position: relative;
    font-family: var(--fonte-principal);
    color: #1A4339;
}

.titulo::after {
    content: '';
    position: absolute;
    width: 25%;
    height: 4px;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--cor-secundaria);
}

.titulo.convenios::after {
    content: '';
    position: absolute;
    width: 25%;
    height: 3px;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--cor-primaria);
}

.titulo_esquerda::after {
    content: '';
    position: absolute;
    width: 25%;
    height: 4px;
    bottom: -10px;
    left: 13%;
    transform: translateX(-50%);
    background-color: var(--cor-secundaria);
}

.texto-centro {
    text-align: center;
}

.horarios .texto p {
    font-family: var(--fonte-textos);
}

.flex {
    display: flex;
}

.blocos {
    width: 100%;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    /* justify-content: space-between; */
}

.bloco {
    min-width: 260px;
    height: 100px;
    background-color: var(--cor-primaria);
    border-radius: 10px;
    color: #fff;
    width: 28%;
    padding: 20px 20px;
    text-align: center;
    cursor: pointer;
    transition: .3s ease-in-out;
}

.bloco:hover {
    background-color: var(--cor-terciaria);
}

.bloco h2 {
    font-family: 'Exo 2', sans-serif;
    font-size: 1.6em;
   
}

.bloco p {
    font-family: var(--fonte-textos);
    font-size: 1rem;
    margin-top: 7px;
    color: #fff;
    line-height: 180%;
    font-weight: 300;
}

.horarios .titulo {
    font-size: 1.875em;
    position: relative;
    color: var(--titulos-color);
    font-weight: normal;
}


/* =============== Fim Horário de atendimento home =========== */

/* ================ sobre home =========== */

.sobre-area {
    margin-top: 50px;
    position: relative;
    padding: 10px 0px;
}

.sobre {
    display: flex;
    gap: 30px;
    position: relative;
}

.img-sobre {
    position: relative;
    z-index: 2;
}

.img-sobre::before {
    content: '';
    position: absolute;
    left: -35px;
    top: -28px;
    background-image: url('../img/efeito-img-sobre.png');
    width: 100%;
    height: 70%;
    z-index: -1;
}

.img-sobre a img {
    width: 530px;
    transition: .4s ease-in-out;
}

.img-sobre a img:hover {
    transform: translate(10px, -13px);
    /* border: solid #ffffff; */
    box-shadow: -15px 10px 0px #3A6940;
}

.sobre-texto {
    width: 54%;
}

.sobre-texto .titulo_esquerda {
    margin-bottom: 30px;
    font-weight: normal;
    font-size: 1.875em;
    font-family: var(--fonte-principal);
}

.sobre-texto p {
    color: var(--texto-color);
    font-family: var(--fonte-textos);
    font-size: 1em;
}

.barra-verde {
    width: 100%;
    height: 130px;
    background: var(--cor-primaria);
    margin-top:20px;
    /* position: absolute; */
    bottom: 0px;
   
}

.agendamento{
    display: flex;
    justify-content: space-evenly;
    padding:20px;
}

.btnConsulta{
    background-color: transparent;
    border: 1px solid #ffffff;
    width:200px;
    height: 46px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:10px;
    cursor: pointer;
    transition: all 0.2s ease-in;
}

.btnConsulta:hover{
    transform: scale(1.01);

}

.btnConsulta a {
    font-family: var(--fonte-botao);
    color:var(--background-color);
    font-size: 1.25em;
    text-align: center;
    
}
.agendamento p{
    color:var(--background-color);
    font-size: 2.5em;
    font-family: var(--fonte-principal);
}


@media (max-width:768px){
    .agendamento p{
        font-size: 1.875em;
    }
}

@media (max-width:430px){
    .agendamento{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .agendamento p{
        font-size: 1.375em;
    }
}

@media(max-width:425px){
    .barra-verde .agendamento{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .agendamento p{
        font-size: 1.375em;
    }
}

@media (max-width:320px){
    .agendamento p{
        font-size:1.25em;
    }
}


@media (max-width:1024px){
    .sobre{
        margin-bottom:20px;
    }
}


/* ====== estrutura-area home =========== */

.estrutura-area {
    position: relative;
    padding: 60px;
}

.estrutura {
    display: flex;
    gap: 30px;
}

.estrutura-texto {
    width: 44%;
}

.estrutura-texto .titulo_esquerda {
    margin-bottom: 30px;
    font-weight: normal;
    font-size: 1.875em;
}

.estrutura-texto p {
    color: var(--texto-color);
    font-family: var(--fonte-textos);
    font-size: 1em;
}

.img-estrutura a img {
    max-width: 630px;
    transition: .3s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0) 1.95px 1.95px 2.6px;
    -webkit-box-shadow: rgba(0, 0, 0, 0) 9.95px 9.95px 7.6px;
}

.img-estrutura a img:hover {
    transform: scale(0.98);
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    -webkit-box-shadow: rgb(110 150 77) 9.95px 9.95px 0px;
}

/* @media (max-width:1024px){
    .estrutura {
        display: flex;
        flex-direction: column-reverse;
        gap: 30px;
    }
    .estrutura-texto{
        width:100%;
    }
    .img-estrutura.show-right {
        text-align: center;
    }
} */

/* =============== SEÇÃO DICAS  =============== */

.dicas-container {
    background: #f6f7f9;
    width: 100%;
    padding: 45px 0 60px;
    position: relative;
}

.titulo-dicas .titulo {
    font-size: 2.1875em;
    color: var(--titulos-color);
    font-weight: normal;
}

.titulo-dicas {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.titulo-dicas p {
    font-size: 1em;
    font-family: var(--fonte-textos);
    color: var(--texto-color);
    margin: 20px;
}

.dicas {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px auto;
}

.dica-box {
    width: 380px;
    height: 460px;
    background: #fff;
    position: relative;
    display: flex;
    margin-bottom: 30px;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    transition: .3s ease-in-out;
}

.dica-box:hover {
    box-shadow: rgb(0 0 0 / 15%) 2.95px 2.95px 10.6px;
    -webkit-box-shadow: rgb(0 0 0 / 15%) 2.95px 2.95px 10.6px;
    cursor: pointer;
}

.dica-box img {
    width: -webkit-fill-available;
    height: 250px;
    object-fit: cover;
    border-radius: 0px !important;
    border-bottom: 3px solid #6E964D;
}

.dicas-conteudo-preview {
    border-left: 1px solid #f1f1f1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 50px;
    padding: 5px 10px;
}

.dicas-conteudo-preview h3 {
    text-align: left;
    font-family: var(--fonte-botao);
    color: var(--titulos-color);
    font-size: 1.125em;
    font-weight: bold;
    margin-bottom: 8px;
    width: 100%;
}

.dicas-conteudo-preview p {
    font-weight: 400;
    color: var(--texto-color);
    font-family: var(--fonte-textos);
    font-size: 1em;
    line-height: 180%;
    font-style: italic;
}

.btn-saiba-mais {
    width: 175px;
    height: 50px;
    background-color: var(--primary-color);
    color: #FFFFFF;
    border-radius: 6px;
    padding: 0 2px;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease-in;
    cursor: pointer;
    position: absolute;
    bottom: -28px;
    font-family: var(--headings-font-family);
}

.btn-saiba-mais:hover {
    background-color: var(--cor-terciaria);
}


/* ########################################> CHECKUPS <############################################## */

.checkups .item .seta {
    display: none;
}

.checkups h2 {
    margin-bottom: 25px;
}

.checkups {
    display: flex;
    padding-top: 65px;
    padding-bottom: 22px;
}

.checkups div.checkups {
    width: 90%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.checkups div.checkups .titulo {
    margin-top: 40px;
}

.checkups .titulo-area h2 {
    text-align: center;
    font-size: 1.875em;
    font-weight: 400;
}

.checkups .titulo-area p {
    text-align: center;
}

.checkups .texto {
    width: 100%;
    text-align: center;
}

.checkups .item {
    width: 27%;
    padding-top: 30px;
    margin-left: 3%;
    margin-right: 3%;
    min-width: 200px;
}

.checkups .item h3 {
    margin: 10px 0;
    font-size: 1.3em;
    font-weight: bolder;
    color: var(--primary-color);
}

.checkups .item .nome p {
    color: #323232;
    transition: color .3s ease-in-out;
    font-size: 0.875em;
}

.checkups .item h3::after {
    content: "";
    display: block;
    height: 2px;
    top: 2px;
    position: relative;
    background: var(--primary-color);
    border-radius: 4px;
    margin-bottom: 30px;
}

.checkups.interna .lista {
    margin-top: 25px;
    padding-bottom: 25px;
}

@media screen and (max-width: 768px) {
    .checkups .item {
        padding-top: 18px;
        width: 100%;
        width: 95%;
        margin: 0 auto;
    }

    .checkups .item .seta {
        display: block;
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
    }

    .checkups .item .detalhe {
        margin-top: 8px;
    }

    .checkups .item .texto-padrao {
        display: none;
    }

    .checkups .item h3 {
        position: relative;
    }

    .checkups .item h3 span {
        max-width: 85%;
        display: block;
    }

    .ocultar-checkup {
        display: none;
    }
}

/* ======== fim checkups =========== */



/*  =============== SEÇÃO PARCEIROS  =============== */

section .parceiros {
    background: #FFFFFF;
    width: 100%;
    padding: 60px 0px 110px;
    font-size: 16px;
}

.parceiros .slick-dots {
    bottom: -30px;
    background: #6E964D;
}

.parceiros .slick-dots li button:before {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    display: block;
    background: #ffffff;
    border-radius: 50%;
}

.parceiros .slick-dots li.slick-active button:after, .slick-dots li button:hover:after {
    background: #1A4339 !important;
}


.parceiros .slick-dots li.slick-active button:before, .slick-dots li button:hover:before {
    background: #1A4339 !important;
}

.titulo-parceiros {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.titulo-parceiros .titulo {
    font-size: 1.375em;
    color: #1A443A;
    font-weight: 400;
}

.parceiros {
    width: 100%;
}

.parceiros-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 1400px;
    margin: auto;
    padding: 20px;
    height: auto;
}

.convenios {
    margin-top: 15px;
}

.convenio-item {
    height: 150px;
    width: 170px;
    background-color: #ffffff;
    border: 5px black;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    height: 55px !important;
    padding: 10px;
}

.convenio-item:hover {
    box-shadow: rgba(0, 0, 0, 0.15) 4.95px 4.95px 2.6px;
}

.galeria-convenios a {
    height: 150px;
    width: 170px;
    background-color: #ffffff;
    border: 5px black;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    height: 55px !important;
    padding: 10px;
}

.galeria-convenios a:hover {
    box-shadow: rgba(0, 0, 0, 0.15) 4.95px 4.95px 2.6px;
}

@media (max-width:320px){
    .parceiros .slick-dots{
        padding:0px;
    }
}

/* =============== NEWSLETTER ================= */
#newsletter {
    height: 180px;
    width: 100%;
    background-color: #3A6940;
}

#newsletter .center {
    width: 55%;
}

#newsletter .conteudo {
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

#newsletter .conteudo .input-btn {
    display: flex;
}

#newsletter .textos {
    color: #ffffff;
}

#newsletter .textos h2.new {
    font-size: 1.875em;
    color: #ffffff;
    font-family: var(--fonte-banner-texto);
    font-weight: normal;
}

#newsletter .textos p {
    font-size: 1em;
    font-weight: 300;
    color: #ffffff;
    font-family: var(--fonte-textos);
}

#newsletter input {
    height: 57px;
    width: 425px;
    font-size: 1em;
    color: #9F9F9F;
    border: 1px solid var(--cor-secundaria);
    border-radius: 3px 0px 0px 3px;
    padding-left: 20px;
    border: 1px solid transparent;
}

#newsletter input::placeholder {
    color: #9F9F9F;
    font-family: var(--fonte-banner-texto);
}

#newsletter input:focus {
    box-shadow: 1px 1px 20px 0px rgba(184, 177, 210, 1);
    transition: all 0.3s ease-in-out;
}

#newsletter a {
    color: #ffffff;
    height: 57px;
    width: 200px;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 500;
    background-color: var(--titulos-color);
    font-family: var(--fonte-principal);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px 3px 3px 0px;
    transition: 0.3s ease-in-out;
    border: 1px solid transparent;
}

#newsletter a:hover {
    background-color: var(--cor-primaria);
    border: 1px solid #ffffff;
}

@media screen and (max-width: 1440px) {
    #newsletter .center {
        width: 75%;
    }
}

@media screen and (max-width: 1024px) {
    #newsletter .center {
        width: 95%;
    }

    #newsletter input {
        width: 400px;
    }
}

@media screen and (max-width: 768px) {

    #newsletter input,
    #newsletter a {
        height: 55px;
    }

    #newsletter {
        height: 240px;
    }

    #newsletter .conteudo {
        flex-direction: column;
        height: 240px;
    }

    .novidades.interna.detalhe .center {
        flex-direction: column;
        gap: 50px;
    }

    .dicas-ver-topo {
        width: 100% !important;
    }

    .dicas-ver-right {
        width: 100% !important;
    }

    .titulo-card-topo {
        left: -2px;
        bottom: -2px !important;
    }
}

@media screen and (max-width: 450px) {
    #newsletter input {
        width: 90%;
    }

    #newsletter input,
    #newsletter a {
        height: 50px;
    }

}

/* =============== FIM NEWSLETTER ================= */


/* AREA CONTATOS */

/* CONTATO */
#contato {
    padding: 50px 0;
    background-color: #F8F8F8;
  }

  #contato .titulo-contato {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

#contato .titulo-contato h2{
    font-family: var(--fonte-banner-texto);
    font-size:1.375em;
    color:var(--titulos-color);
    font-weight: normal;
}
  
  #contato .detalheTitulo {
    justify-content: center;
    margin-bottom: 80px;
  }
  
  .titulo-contato::after{
    content: '';
    position: absolute;
    width: 5%;
    height: 3px;
    margin-top:40px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--cor-primaria);
  }
  
  #contato .conteudo {
    width: 100%;
    display: flex;
  }


  #contato #seleciona_unidades{
    width:330px;
    height: 45px;
    border: 1px solid #A19F9E;
    border-radius: 4px;
    margin: 0px 0px 20px 0px;
    padding-left:10px;
    background-color: var(--background-color);
  }

  #seleciona_unidades {
     font-family: var(--fonte-banner-texto);
     font-size: 1em;
     color: #444444;
  }
  
  #contato .conteudo .area-um {
    width: 35%;
    padding-top: 20px;
  }
  
  #contato .conteudo .area-um .lista-itens {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .area-um .itens {
    display: flex;
    align-items: center;
    padding-top: 20px;
    gap:30px;
}

.itens .texto a {
    color: #444444;
    font-family: var(--fonte-banner-texto);
    font-size: 0.938em;
}
  
  #contato .conteudo .area-um .lista-itens .item {
    width: 100%;
    display: flex;
    align-items: center;
  }
 

  #contato .conteudo .area-um .lista-itens .item .icon img {
    width: 40px
  }
  
  #contato .conteudo .area-um .lista-itens p {
    font-size: 1em;
    line-height: 140%;
    margin-left: 20px;
    color: var(--cinza);
    font-family: var(--fonte-textos);
    transition: 0.3s ease-in-out;
}
  
 
.area-um .itens:hover {
    transform: scale(1.1) !important;
    transition: 0.5s !important;
    cursor: pointer;
}
  
  #contato .conteudo .area-dois {
    width: 65%;
  }
  
  #contato .conteudo .area-dois input {
    width: 100%;
    height: 55px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    box-sizing: border-box;
    font-size: 15px !important;
    border-radius: 0;
    /* background-color: var(--branco); */
    font-family: var(--fonte-banner-texto);
    color: var(--cor-input);
  }
  
  #contato .conteudo .area-dois textarea {
    width: 100%;
    height: 200px;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    font-size: 15px !important;
    padding: 16px;
    box-sizing: border-box;
    font-family: var(--fonte-textos);
    margin-bottom: 8px;
    border-radius: 0;
    color: var(--cor-input);
  }
  
  #contato .conteudo .area-dois input::placeholder,
  #contato .conteudo .area-dois textarea::placeholder {
    color: var(--cor-input);
  }
  
  #contato .conteudo .area-dois .captcha-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
  }
  
  #contato .conteudo .area-dois button {
    font-family: var(--fonte-banner-destaque);
    width: 200px;
    height: 57px;
    font-size: 1em;
    color: var(--background-color);
    cursor: pointer;
    border-radius: 5px;
    background-color: var(--cor-secundaria);
    border: 1px solid var(--branco);
    transition: all 0.3s ease;
  }
  
  #contato .conteudo .area-dois button:hover {
    background-color: var(--cor-primaria);

  }
  
  @media(max-width: 768px) {
    
    #contato .detalheTitulo {
      margin-bottom: 20px;
    }
  
    #contato .conteudo .area-um {
      width: 100%;
      padding: 30px 0;
    }
  
    #contato .conteudo .area-dois {
      width: 100%;
    }
  
    #contato .conteudo .captcha-area {
      display: flex;
      flex-direction: column;
    }
  
  }
  
  @media(max-width: 425px) {
    #contato .conteudo {
      flex-direction: column;
    }
  
    #contato .conteudo .area-um {
      margin-left: 10px;
    }
  
    #contato .conteudo .area-dois {
      margin-left: 10px;
    }
  
    #contato .conteudo .captcha-area {
      display: flex;
      flex-direction: column;
    }
  }

  @media (max-width:430px){
    #contato .conteudo {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
  }
  
  @media(max-width: 320px) {
    #contato .conteudo .area-um .lista-itens .item p {
      font-size: 15px;
    }

    #contato #seleciona_unidades{
        width:270px;
    }
  }


/* ####################################> EXAMES <########################################## */

.exames.interna {
    padding-bottom: 30px;
}

.exames.interna h2 {
    margin-bottom: 25px;
}

.exames {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
}

.exame-titulos {
    text-align: center;
}

.exame-titulos .titulo {
    font-size: 1.875em;
    font-weight: normal;
}

.exame-titulos p {
    font-size: 0.875em;
    font-family: var(--fonte-textos);
}

.exame-titulos .titulo::after {
    width: 10%;
}

.exames .alfabeto {
    min-width: 300px;
    max-width: 715px;
    width: 70%;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    margin-top: 40px;
    text-align: center;
    font-size: 1em;
    margin-bottom: 15px;
}

.exames .alfabeto li {
    display: inline-block;
    transition: color .3s ease-in-out;
}

.exames .alfabeto li a {
    color: var(--secondary-color);
    min-width: 22px;
    display: block;
}

.ocultar-alfabeto {
    display: none !important;
}

.ocultar-seta {
    display: none !important;
}

.exames .alfabeto li a:hover {
    color: #fff;
    background: var(--primary-color);
    border-radius: 5px;
    display: block;
}

.exames .left {
    float: left;
}

.exames .grid {
    min-height: 250px;
    margin: 20px;
}

.exames .lista-grid {
    width: 295px;
    margin: 0 auto;
    list-style: none;
}

.exames .item-lista-grid {
    width: 100%;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}

.exames .item-lista-grid a {
    color: #323232;
    transition: color .3s ease-in-out;
    font-size: 0.875em;
}

.exames .item-lista-grid a:hover {
    color: var(--primary-color);
}

.exames .inicial {
    margin: 10px 0;
    border-bottom: 2px solid var(--primary-color);
    font-size: 1.3em;
    font-weight: bolder;
    line-height: 120%;
    color: var(--secondary-color);
}

.exames .inicial.blink {
    animation: blink 1s linear infinite;
}

.exames .sem-exame {
    text-align: center;
    margin: 10px 0;
}

.exames .info {
    width: 70%;
    height: auto;
    display: table;
    margin: 0 auto;
    margin-top: 40px;
    border-collapse: collapse;
}

.exames .info .legenda {
    width: 100%;
    height: auto;
    display: table-row;
    background: #E9E9E9;
}

.exames .info .legenda .legenda-titulo {
    width: 20%;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    padding: 20px;
    border: 10px solid #ffffff;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: bold;
    color: #727272;
}

.exames .info .legenda .legenda-texto {
    display: table-cell;
    vertical-align: middle;
    padding: 20px;
    border: 10px solid #ffffff;
    color: #666666;
}

.lista_exames {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.exames .alfabeto-area {
    display: none;
}

.exames .nenhum_resultado {
    text-align: center;
    margin: 40px 0;
    color: var(--primary-color);
}

@media screen and (max-width: 768px) {
    .alfabeto-area {
        width: 90%;
        margin: 0 auto;
        display: block !important;
    }

    .lista_exames {
        margin-top: 25px;
    }

    .exames .alfabeto {
        width: 98%;
        display: block;
        margin-top: 30px;
        min-width: auto;
        height: auto;
    }

    .alfabeto-area .desktop {
        display: none;
    }

    .exames .alfabeto li a {
        font-size: 1.5em;
    }

    .exames .alfabeto li {
        display: inline-block;
        transition: color .3s ease-in-out;
        border: solid 1px var(--primary-color);
        border-radius: 5px;
        width: 40px;
        height: 48px;
        margin: 8px;
        padding-top: 8px;
        box-sizing: border-box;
    }

    .alfabeto.desktop {
        display: none;
    }

    .mostrar-alfabeto {
        background: #FFFFFF;
        border: 0.4px solid var(--primary-color);
        box-sizing: border-box;
        border-radius: 4px;
        padding: 15px;
        font-size: 1em;
        line-height: 16px;
        letter-spacing: 0.02em;
        color: #8F8F8F;
        padding-top: 18px;
        padding-bottom: 18px;
        margin-top: 25px;
    }

    .alfabeto-area .pesquisa-area input {
        background: #FFFFFF;
        border: 0.4px solid var(--primary-color);
        box-sizing: border-box;
        border-radius: 4px;
        padding: 15px;
        font-size: 1em;
        line-height: 16px;
        letter-spacing: 0.02em;
        color: #8F8F8F;
        padding-top: 15px;
        padding-bottom: 15px;
        width: 100%;
        background: url(../img/pesquisa.png)right 11px center no-repeat;
        -webkit-appearance: none;
    }

    .alfabeto-area .pesquisa-area button {
        height: 48px;
        left: 56px;
        top: 429px;
        background: var(--primary-color);
        border-radius: 4px;
        width: 100%;
        border: solid 1px var(--primary-color);
        margin-top: 10px;
        font-family: 'Lato', sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 1em;
        line-height: 16px;
        letter-spacing: 0.04em;
        color: #FFFFFF;
    }

    .alfabeto-area .pesquisa-area button:active {
        background: #fff;
        color: var(--primary-color);
    }

    .alfabeto-area p {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 1em;
        letter-spacing: 0.02em;
        color: #8F8F8F;
    }

    .mostrar-alfabeto .texto {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .exames .lista-grid {
        width: 100%;
    }
}




/* === OPORTUNDIADES === */

#section-oportunidades {
    padding: 50px 0;
}

#section-oportunidades .titulos {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#section-oportunidades .titulos h1 {
    font-size: 35px;
    font-family: var(--headings-font-family);
    color: var(--titulos-color);
}

.oportunidades {
    margin-top: 20px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.op {
    box-shadow: 0 0 5px gray;
    -webkit-box-shadow: 0 0 5px gray;
    width: 100%;
    ;
}

.op .texto {
    font-size: 15px;
    font-family: var(--headings-font-family);
    color: var(--titulos-color);
}

.abrir-vaga {
    width: 100%;
    background: var(--primary-color);
    text-align: center;
    cursor: pointer;
    font-size: 1rem;
    color: #fff;
    padding: 6px 0;
    transition: .1s all ease-in;
}

.abrir-vaga:hover {
    background-color: #6d0c21;
}

.abrir-vaga img {
    transition: .2s all ease-in-out;
}

.abrir-vaga span {
    letter-spacing: 0.5px;
    font-family: var(--headings-font-family);
}

.topo-op {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.topo-op .esquerda-topo h2 {
    font-size: 25px;
    font-family: var(--headings-font-family);
    color: var(--titulos-color);
}

.salario {
    font-weight: bold;
    font-size: 15px;
    font-family: var(--headings-font-family);
    color: var(--titulos-color);
}

.op a.botao-link {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 46px;
    font-weight: bold;
    width: auto;
    padding: 0 18px;
    letter-spacing: 0.02em;
    min-width: 200px;
    max-width: 250px;
    position: relative;
    background: var(--primary-color);
    font-family: var(--headings-font-family);
    text-align: center;
    color: #ffffff;
    border-radius: 25px;
    cursor: pointer;
}

.op-padding {
    padding: 24px 72px;
    padding-top: 50px;
}

.extra {
    padding: 0px 90px;
    margin-bottom: 20px;
    display: none;
}

.extra-item span {
    font-weight: bold;
}

.erro-op {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 15px;
    margin-top: 10px;
    font-family: var(--headings-font-family);
    color: var(--titulos-color);
}

.extra ul {
    list-style: disc !important;
    line-height: 28px;
    font-size: .875rem;
}

.extra ul li {
    list-style: disc;
    font-size: .875rem;
    font-family: var(--headings-font-family);
    color: var(--titulos-color);
}

.extra ul li::marker {
    color: #6d0c21 !important;
}

.img-logo-mobile {
    display: none;
}

@media screen and (max-width: 600px) {
    .op-padding {
        padding: 20px 20px;
    }

    .extra {
        padding: 0px 40px;
    }
}

@media screen and (max-width: 437px) {
    .topo-op a.botao-link {
        margin: auto;
    }
}

/*mobile */
@media (max-width: 890px) {
    .hide_mobile {
        display: none !important
    }
}

/* desktop */
@media (min-width: 891px) {
    .hide_desktop {
        display: none !important;
    }

}

@media (max-width:1024px){
    .estrutura{
        flex-direction: column;
    }

    .estrutura-texto{
        width: 100%;
    }

    .img-estrutura.show-right {
        text-align: center;
    }
}

@media (max-width: 1200px) {
    .section-sobre {
        width: auto;
    }

    .dicas {
        align-content: center;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
        margin: 20px auto;
    }

    .parceiros-list {
        width: auto;
    }
}

@media screen and (max-width: 1200px) {
    .center {
        width: 95%;
    }

    .btnMarcarConsulta.btn-interno {
        right: 85px;
    }
}

@media (max-width: 1300px) {
    .texto-sobre {
        margin-left: 5%;
    }
}

@media (max-width: 1000px) {
    #bottom-contact-us {
        flex-direction: column;
        align-items: center;
    }

    #info {
        order: 2;
        margin-top: 70px;
    }

    #enviar-mensagem {
        width: 100%;
    }
}

@media (max-width: 900px) {

    /* NAVBAR */
    .topo .direita {
        display: none;
    }

    .topo {
        border-bottom: 2px solid var(--cor-primaria);
    }

    .barra-topo {
        height: 100px;
    }

    .barra-topo .logo {
        margin-left: 0px;
    }

    .barra-topo .center {
        box-sizing: border-box;
    }

    .barra-topo .img-logo {
        width: 250px;
        height: 70px;
    }

    .mostrar-mobile {
        display: block !important;
    }

    .barra-menu {
        position: fixed;
        left: -100%;
        flex-direction: column;
        background-color: var(--cor-primaria);
        width: 100%;
        height: 100%;
        text-align: center;
        transition: 0.3s;
        position: absolute;
        box-shadow:
            0 10px 27px rgba(0, 0, 0, 0.05);
    }

    .mostrar-menu {
        left: 0%;
    }

    .barra-menu nav {
        padding: 0px 0px 20px 0px;
    }

    .barra-menu ul {
        flex-direction: column;
        justify-content: flex-start;
    }

    .barra-menu ul li {
        padding: 0 20px;
    }

    .barra-menu ul a {
        height: 55px;
    }

    .barra-menu nav .mobile {
        display: block;
    }

    /* CARDS */
    .cards-container .cards {
        flex-direction: column;
        align-items: center;
    }

    .cards-container .card-box {
        width: 100%;
        max-width: 450px;
    }

    .section-sobre {
        flex-direction: column;
        align-items: center;
    }

    .qualidades-diferenciais {
        flex-direction: column;
    }

    .container-texto-esquerda {
        width: 100%;
    }

    .img-direita {
        width: 100%;
    }

}

@media (min-width: 850px) {
    .area-exames-mob {
        display: none;
    }
}

@media (max-width: 850px) {
    .hide_desktop {
        display: none;
    }

    .exame-detalhes {
        width: 100%;
    }

    .hide_mobile {
        display: block;
    }
}

@media (max-width: 768px) {
    .redes-sociais-right {
        top: -100%;
    }

    .mostrar-redes-sociais {
        top: 150px;
        transform: none;
    }

    .blocos {
        justify-content: space-evenly;
    }

    .sobre {
        flex-direction: column-reverse;
    }

    .sobre-texto {
        width: 100%;
    }


    .estrutura {
        flex-direction: column;
    }

    .estrutura-texto {
        width: 100%;
    }

    /* .sombra, .sombra-rodape {
        display: none;
        bottom: -6px;
        width: 768px;
    } */

    .sombra-rodape .sombra {
        bottom: -31px !important;
    }

    .sombra img, .sombra-rodape img {
        width: 100%;
    }

    .rodape-itens-flex {
        flex-direction: column;
    }

    .rodape-esquerda {
        width: 100%;
    }

    .rodape-esquerda div:first-child {
        margin-top: 0px !important;
    }

    .rodape-direita {
        width: 100%;
    }

    /* .btnMarcarConsulta.btn-interno {
        display: none;
    } */

    /* .sobre-area .btnMarcarConsulta {
        top: 50%;
        right: 10%;
    } */

    .img-sobre a {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 700px) {
    .seleciona_cidade {
        width: 200px;
    }

    .linha-form {
        flex-direction: column;
        margin-bottom: 5px;
    }

    .linha-form input {
        width: 100%;
    }

    .sobre-area .btnMarcarConsulta {
        display: none;
    }
}

@media (max-width: 575px) {
    .cards-container .cards {
        margin-top: -50px;
    }
}

@media (max-width: 450px) {

    /* .img-logo-mobile {
        display: block;
        width: 80px;
    } */

    /* .img-logo {
        display: none;
    } */

    .barra-topo .img-logo {
        width: 200px;
        height: 50px;
    }

    .barra-topo .logo {
        width: 100%;
        height: 50px;
    }


    .direita {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .imagem-principal::before {
        display: none;
    }

    .imagem-principal::after {
        display: none;
    }

    .imagem-principal {
        width: auto;
    }

    .imagem-principal img {
        width: 85%;
        margin-left: 20px;
    }

    .titulo-dicas p {
        text-align: center;
    }

    .btn-ver-mais {
        font-size: 0.875em !important;
    }

    #info {
        width: 60%;
    }

    .dica-box {
        width: 320px;
        margin-bottom: 30px;
    }

    .texto-sobre {
        width: 80%;
    }

    .resultados-fixed {
        left: 5%;
        right: 5%;
    }

    .banners h2 {
        font-size: 2.1em;
    }

    footer .center {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
    }

    .copyright {
        order: 2;
        text-align: center;
        /* margin: 5px auto; */
    }

    .developer {
        margin-right: 0;
        margin: 5px;
    }

    .cards-container .card-box {
        height: 350px;
    }

    .info-select {
        width: 92%;
        display: flex;
        align-items: center;
    }

    .seleciona_cidade {
        margin-bottom: auto;
    }

    #botao-send {
        flex-direction: column;
    }

    .sombra {
        width: 100%;
        bottom: -18px;
    }

    .img-sobre a img {
        width: 100%;
    }

    .detalhe-banner {
        display: none !important;
    }

    .img-estrutura a img {
        width: 100%;
    }

    .banners .item .imagem {
        height: 600px;
    }

    #section-horarios {
        margin-top: 80px;
    }

    .sobre-area {
        margin-top: 35px;
    }

    .estrutura-area {
        position: relative;
        padding: 45px 0px;
    }

    .dicas-container {
        padding: 40px 0;
    }

    .sombra-rodape .sombra {
        bottom: -19px !important;
    }

    .div-com-efeito {
        display: none;
    }

    .banners .texto-area {
        bottom: 0px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .dicas-ver-titulo {
        width: 95% !important;
        bottom: -90px !important;
    }

    .dicas-texto {
        margin-top: 20px !important;
    }


    .div-titulo h2 {
        font-size: 1.1em !important;
    }

    .div-titulo {
        margin-top: 10px !important;
        padding: 10px 20px;
        left: -1px;
    }


    .dicas-ver-titulo {
        left: -1px;
    }

    .logo-data {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        gap: 15px !important;
    }

    .data-dica {
        gap: 20px !important;
    }

    .data-dica i {
        font-size: 2em !important;
    }

    .material-bubble::after {
        width: 100%;
    }

    .convenios-text {
        width: 100% !important;
    }

    .convenios .slick-initialized .slick-slide {
        display: flex;
        justify-content: center;
    }

    .horarios .titulo {
        text-align: center;
    }

    .pre_agendamento .file-upload-label {
        /* width: 90% !important; */
        margin: 5px auto;
    }

    .contato-form form {
        width: 100% !important;
    }

}

@media(max-width: 394px) {
    .sombra-rodape .sombra {
        bottom: -17px !important;
    }
}

@media(max-width: 320px) {
    .dica-box {
        width: 296px;
    }

    .sombra {
       display:none;
    }

    .sombra-rodape .sombra {
        display:none;
    }

 
}