:root {
    --cor-primaria: #775339;
    --cor-secundaria: #EA601E;
    --cor-terciaria: #051F44;
    --cor-branco: #ffffff;
    --cor-titulo: #4C4C4C;
    --cor-texto: #4C4C4C;
    --cor-texto-novo: #775339;
    --cor-background: #F5F0EA;
    --fonte-titulo: "Poppins", sans-serif;
    --fonte-texto: "Nunito sans", sans-serif;
    --fonte-banner: 'Cerebri sans', sans-serif;
    --fonte-rodape: 'Open sans', sans-serif;
    --fonte-odomentro: 'Roboto', sans-serif;
    --transicao: all 0.3s ease-in-out;
}

/* ==== GERAL ==== */
* {
    font-family: "Poppins", sans-serif;
}

@font-face {
    font-family: 'Cerebri sans';
    src: url('CerebriSansPro.otf') format('opentype'), url('CerebriSansPro.ttf') format('truetype');

}

html {
    height: 100%;
}

body {
    position: relative;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

.sombra {
    width: 100%;
    height: 34px;
    display: block;
    background: url(../img/sombra.webp) center top no-repeat;
}

.overflow-hidden {
    overflow: hidden;
}

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

/* TOPO */
.topo {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
}

.topo nav {
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-area {
    background-color: transparent;
    height: 90px;
    position: absolute;
    z-index: 5;
    width: 100%;
    margin-top: 20px;
}

.arrow {
    transition: 0.4s ease-in-out;
}

i.arrow.up {
    transform: rotate(180deg);
}

.topo .menu-area {
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 40px;
}


.menu-topo nav ul {
    display: flex;
    list-style: none;
    gap: 40px;
    height: 90px;
    align-items: center;
    justify-content: space-between;
}

.menu-topo nav ul li {
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding: 10px 5px 5px 5px;
}

.menu-topo nav ul li a {
    color: #ffffff;
    font-family: var(--fonte-menu);
    font-weight: 500;
    font-size: 1em;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
}


.menu-topo nav ul li a::before {
    display: flex;
    justify-content: center;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background: transparent;
    border: 2px solid transparent;
}

.menu-topo nav ul li:not(li.active) a::after {
    content: "";
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background: transparent;
    border: 2px solid transparent;
}

.menu-topo nav ul li:not(li.active) a:hover::before {
    animation: animate_principal 0.5s linear forwards;
    -webkit-animation: animate_principal 0.5s linear forwards;
    -ms-animation: none;
}

.menu-topo nav ul li.active a {
    font-weight: 600;
    color: var(--cor-secundaria);
}

img.logo-menu {
    padding: 40px;
    width: 55%;
}


.menu-links {
    /* gap: 42px; */
    gap: 23px;
    display: flex;
}


.link-assessoria {
    z-index: 3;
    list-style-type: none;
}

.menu-topo .dropdown {
    position: absolute;
    /* top: 70px; */
    top: 34px;
    /* background: #29467D; */
    background: var(--cor-primaria);
    /* width: 100%; */
    width: 90%;
    /* padding: 10px; */
    z-index: 2;
    text-align: start;
    display: none;
    transition: 0.4s ease-in-out;
    border-radius: 4px;
}

.link-dropdown {
    cursor: pointer;
}


.menu-topo .dropdown a {
    padding: 10px 5px 10px 5px;
}

.menu-topo .dropdown a:hover {
    background-color: var(--cor-secundaria);
}


@media (max-width:1024px) {
    .menu-topo .dropdown {
        top: 2px;
        /* top:61px; */
        background-color: var(--cor-secundaria);
        position: relative;
        width: 330px;
    }

    .menu-topo nav ul li a {
        display: flex;
        align-items: center;
    }

}

@media (max-width: 375px) {
    .menu-topo nav ul li a {
        font-size: 1.25em;
        /* font-size: 1.563em; */
    }
}



@media (max-width:320px) {
    .menu-topo .dropdown {
        width: 264px;
    }

}


/* topo 1024 */
@media (max-width: 1100px) {
    .menu-area {
        background: transparent;
        border: none;
    }

    .topo .barra {
        background-color: var(--cor-primaria);

    }

    .topo .barra .hamburger {
        z-index: 2;
    }

    .topo {
        position: relative;
    }

    .menu-topo .center {
        width: 100% !important;
        padding: 0;
        bottom: unset;
    }

    .menu-topo .menu-area {
        position: absolute;
        top: 85px;
        width: 100%;
    }

    .menu-topo nav {
        display: none;
        width: 100%;
        top: -20px;
        z-index: 2;
        background: var(--cor-primaria);
        box-sizing: border-box;
        border-top: 3px solid #ffffff;
        position: absolute;
    }

    .menu-links {
        display: flex;
        flex-direction: column;
    }

    .menu-topo nav ul {
        flex-direction: column;
        margin-bottom: 40px;
        width: 100%;
        height: auto;
        align-items: start;
        align-items: center;
        margin: auto;
    }

    .menu-topo nav ul a {
        color: #ffffff;
        height: 60px;
        text-decoration: none;
    }

    .menu-topo nav ul li {
        position: relative;
    }

    .menu-topo nav ul li.active a {
        font-weight: 600;
        color: var(--cor-secundaria);
    }

    .menu-topo nav ul li {
        padding: 20px;
        margin-right: 0 !important;
    }

    .menu-mobile-ativador {
        display: flex !important;
        justify-content: space-between;
        padding: 20px 40px;
        align-items: center;
        background-color: var(--cor-primaria);
    }

    .menu-mobile-ativador img {
        width: 150px;
    }

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

    .topo img.sombra {
        display: none;
    }

    .topo nav ul li a::after,
    .topo nav ul li a::before {
        display: none;
    }

    .topo nav ul li a:hover:after,
    .topo nav ul li a:hover::before {
        animation: none;
    }

    @media (max-width:320px) {
        .menu-topo .dropdown {
            top: 5px;
        }

        .menu-topo nav ul li a {
            font-size: 1.125em !important;
        }

        .menu-links {
            gap: 20px;
        }

        .menu-topo .dropdown a {
            padding: 13px 11px 28px 5px;
        }
    }

    /*Hamburger menu*/

    .menu-topo nav ul li a {
        color: #ffffff;
        font-size: 1.563em;
    }

    img.logo-menu {
        display: none;
    }

    .menu-topo .menu-area li.dropdown {
        background-position-x: right !important;
        width: auto !important;
        justify-content: center;
        background-position-y: 35px !important;
        padding: 20px;
    }

    .menu-topo .menu-area li.dropdown.re:active .conteudo-drop {
        width: 100px;
    }

    .conteudo_dropdown_1 {
        display: none;
    }

    .conteudo_dropdown_1.mostrar {
        display: block;
    }


    .menu-topo .menu-mobile {
        position: absolute;
        top: 85px;
        width: 100%;
    }

    .menu-mobile .seta {
        position: relative;
        top: -4px;
    }

    .menu-mobile .cont {
        display: none;
        justify-content: center;
        align-self: center;
        flex-direction: column;
        background: #44b06480;
        width: 700px;
        padding-top: 30px;
    }
}

@media (max-width: 1140px) {
    .hamburger .line {
        width: 40px;
        height: 4px;
        background-color: var(--cor-branco);
        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;
    }

    .mostrar-menu {
        display: block !important;
        /* left: 0% !important; */

    }


    #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);
    }

    .banners .slick-dots {
        bottom: 4px;
        background: transparent;
    }

    .menu .submenu .submenu-itens a {
        justify-content: flex-start;
        padding-left: 18px;
    }

}



@supports (-ms-ime-align: auto) {
    nav.menu.principal .menu ul li a:hover:before {
        animation-name: none;
    }
}


@supports (-ms-ime-align: auto) {
    nav.menu.principal .menu ul li a:hover:before {
        animation-name: none;
    }
}

.menu-mobile {
    display: none;
}


.menu-topo .menu-area .area-logo {
    display: flex;
    width: 100%;
    justify-content: center;
    position: absolute;
    top: 200px;
}

.menu-mobile-ativador {
    display: none;
}

.menu-mobile {
    display: none;
}

@media(max-width:375px) {
    .menu-mobile-ativador {
        gap: 30px;
    }

    .topo img.logo {
        width: 90%;
    }
}

@media(max-width:768px) {
    .menu-mobile .cont {
        width: 100%;
    }
}



/* ==== TOPO - BANNERS ==== */

/* BANNER */
.banner {
    position: relative;
    top: 19px;
}

.banner .item-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #775339;
    opacity: 40%;
    z-index: 1;
}

.banner .lista {
    margin-bottom: 0px !important;
    margin-top: -18px;
}

.banner video {
    width: 100%;
    height: auto;
    /* object-fit: fill; */
    object-position: center;
    position: relative;
    top: 0;
    left: 0;
    display: block;
    /* height: 100%; */
    object-fit: cover;
}

.banner .item-banner {
    position: relative;
}

.banner .item-banner img.imagem {
    width: 100%;
    position: relative;
    object-fit: cover;
}

.banner .item-banner .texto-banner {
    position: absolute;
    top: 56%;
    padding: 10px;
    left: 20%;
    font-family: var(--fonte-banner);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    width: 70%;
    z-index: 2;
}

.banner .item-banner .texto-banner .descricao {
    /* width: 550px; */
    width: 53%;
    font-weight: 200;
    line-height: 25px;
    font-size: 1.25em;
    font-family: var(--fonte-banner);
}

.banner .item-banner .texto-banner .descricao p {
    font-family: var(--fonte-texto);
    line-height: 140%;
    font-weight: 400;

}

.banner .item-banner .texto-banner .titulo {
    /* margin-bottom: 40px; */
    margin-bottom: 30px;

}

.banner .leia-mais-banner p {
    font-size: 1.25em;
    color: var(--cor-branco);
}

.banner .item-banner .texto-banner .titulo h1 {
    font-size: 3.125em;
    font-weight: 400;
    font-family: var(--fonte-titulo);
    width: 50%;
    color: var(--cor-branco);
}

.banner .item-banner.textos-banner .texto p,
.banner .item-banner .textos-banner .texto div {
    font-size: 1.25em;
    font-weight: 200;
    font-family: var(--fonte-banner);
}

.banner .area-detalhe {
    position: absolute;
    bottom: -1px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.banner .area-detalhe a {
    position: absolute;
    top: 10px;
}

.banner .area-detalhe .flutuar {
    animation-name: flutuar;
    animation-duration: 0.7s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: flutuar;
    -webkit-animation-duration: 0.7s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease-in-out;
}

@-webkit-keyframes flutuar {
    from {
        transform: translate3d(0, 3px, 0);
        filter: brightness(100%);
    }

    to {
        transform: translate3d(0, -4px, 0);
        filter: brightness(150%);
    }
}

@keyframes flutuar {
    from {
        transform: translate3d(0, 3px, 0);
        filter: brightness(100%);
    }

    to {
        transform: translate3d(0, -4px, 0);
        filter: brightness(150%);
    }
}

.banner .area-detalhe .seta-detalhe {
    height: auto;
    width: auto;
}



/* BANNER 1440 */


@media (min-width:1360px) and (max-width:1600px) {

    .banner .item-banner .texto-banner {
        top: 36%;
        left: 13%;
    }

    .banner .item-banner .texto-banner .titulo h1 {
        width: 80%;
    }

    .fas.fa-sharp-duotone.fa-solid.fa-chevron-left {
        margin-left: 2% !important;
    }

    .fas.fa-sharp-duotone.fa-solid.fa-chevron-right {
        margin-left: 94% !important;
    }

    .banner .item-banner .texto-banner .descricao {
        width: 80%;
    }
}

/* BANNER 1024 */
@media(max-width:1024px) {

    .banner {
        top: 17px;
    }

    .banner .item-banner .texto-banner {
        top: 30%;
        left: 15%;
    }

    .fas.fa-sharp-duotone.fa-solid.fa-chevron-left {
        margin-left: 2% !important;
    }

    .fas.fa-sharp-duotone.fa-solid.fa-chevron-right {
        margin-left: 94% !important;
    }

    .banner .item-banner .texto-banner .titulo h1 {
        font-size: 2.5em;
        width: 90%;
    }

    .banner .item-banner .texto-banner .descricao {
        width: 90%;
    }



}


@media(max-width:1280px) {

    .banner .item-banner .texto-banner {
        top: 25% !important;
    }

    .banner .item-banner .texto-banner .titulo h1 {
        width: 70% !important;
    }

    .banner .item-banner .texto-banner .descricao {
        width: 70% !important;
    }
}


/* BANNER 768 */
@media(max-width:768px) {
    .banner .item img {
        height: 100%;
    }

    .fas.fa-sharp-duotone.fa-solid.fa-chevron-left {
        margin-left: 4% !important;
    }

    .fas.fa-sharp-duotone.fa-solid.fa-chevron-right {
        margin-left: 90% !important;
    }

    .banner .item-banner .texto-banner {
        left: 14%;
    }

    .banner .item .texto-banner {
        top: 460px;
    }

    /* .banner .item-banner .texto-banner {
        left: 10%;
    } */

    .banner .item-banner .texto-banner .descricao {

        font-size: 1.125em;
    }

}



@media(max-width:430px) {
    .banner .item-banner .texto-banner .titulo h1 {
        font-size: 1.5em;
        width: 100% !important;

    }

    .banner .item-banner .texto-banner .descricao {
        font-size: 1.125em;
        width: 100% !important;
    }

    .banner .leia-mais-banner p {
        font-size: 1.125em;
    }

    .banner .item-banner .texto-banner {
        top: 20% !important;
    }

}


@media(max-width:440px) {

    .banner .item-banner .texto-banner {
        top: 10% !important;
        width: 91%;
        left: 2%;
    }

    .banner .item-banner .texto-banner.video {
        top: 5%;
        width: 91%;
        left: 0%;
    }

    .banner .item-banner .texto-banner .titulo h1 {
        font-size: 1.5em;
        width: 97% !important;
    }

    .banner .item-banner .texto-banner .descricao {
        width: 100% !important;
        font-size: 1em;
        /* margin-left: 20px; */
    }

    .banner .item-banner .texto-banner .descricao.video p {
        padding-top: 10px;
        margin-top: -20px;
    }

}


/* BANNER 425 */
@media(max-width:425px) {
    .banner .item-banner .texto-banner {
        top: 10% !important;
        /* width: 290px; */
        width: 91%;
        left: 0%;
    }

    .banner .item-banner .texto-banner {
        top: 10%;
        /* width: 290px; */
        width: 91%;
        left: 0%;
    }

    .banner .item-banner .texto-banner.video {
        top: 1%;

    }

    .banner .item-banner .texto-banner .titulo h1 {
        font-size: 1.5em;
        width: 95% !important;
        margin-left: 20px;
    }

    .banner .item-banner .texto-banner .descricao {
        width: 95% !important;
        font-size: 1em;
        margin-left: 20px;
    }

    .banner .item-banner .texto-banner .descricao.video p {
        padding-top: 10px;
        margin-top: -20px;
    }


    .conteudo .area-um-sobre .titulo-sobre {
        margin-top: 4px;
    }

    .leia-mais-banner {
        display: flex;
        /* align-items: center; */
        gap: 20px;
        padding-top: 8px;
        margin-left: 10px;
    }

    .banner .leia-mais-banner p {
        font-size: 1em;
    }

    .leia-mais-banner .bg-flecha {
        width: 40px;
        height: 40px;

    }

}



/* BANNER 375 */
@media(max-width:375px) {

    .banner .item-banner .texto-banner {
        top: 10% !important;
        width: 91%;
    }

    .banner .item .texto-banner .titulo h1 {
        font-size: 1.563em !important;
    }

    .banner .item .texto-banner .titulo {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 80px;
    }

    .banner .item-banner .texto-banner .descricao.video p {
        padding-top: 10px;
        margin-top: -25px;
        font-size: 14px;
    }


}

/* BANNER 320 */
@media(max-width:320px) {

    .banner .item-banner .texto-banner {
        top: 10% !important;
        width: 91%;
        left: 0% !important;
    }

    .banner .item-banner .texto-banner .titulo h1 {
        font-size: 1.25em;
        width: 100%;
        margin-left: 10px;
    }

    .banner .item-banner .texto-banner .descricao {
        width: auto;
        font-size: 0.875em;
        margin-left: 10px;
    }

    .banner .item .texto-banner {
        padding-top: 50px;
        top: -45px;
    }

    .banner .item-banner .texto-banner .descricao.video p {
        padding-top: 10px;
        margin-top: -28px;
        font-size: 14px;
    }

    .banner .item .texto-banner .titulo {
        margin-bottom: 40px;
        margin: 25px auto;
    }

    .banner .item .texto-banner .titulo h1 {
        line-height: 35px;
    }

}

@media (max-width: 450px) {
    .nav-area {
        align-items: flex-start;
    }

    .nav-area {
        padding-top: 25px;
    }
}

/* ==== POPUPS ==== */
.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_video_full {
    width: 100%;
    position: relative;
    padding-bottom: 60%;
    height: 0;
}

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

.popup_video_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;
    }
}

/* ==== REDES SOCIAIS ==== */
.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;
    bottom: 10%;
    transform: translate(0, -50%);
    z-index: 999;
    display: flex;
    flex-direction: column;
    transition: 1s;
}

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

.bolinha-social {
    background: #F6F6F6;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    text-decoration: none;
    font-size: 1.250em;
    color: #989898 !important;
    margin: 0 5px;
    transition: 0.5s;
    /* border: 2px solid #ffffff; */
}

.bolinha-social.rodape {
    background: #F6F6F6;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    text-decoration: none;
    font-size: 1.250em;
    color: #989898 !important;
    margin: 0 5px;
    transition: 0.5s;
    /* border: 2px solid #ffffff; */
}


.redes-sociais-rodape .bolinha-social:hover i.fa-whatsapp {
    color: #25D366;
}

.redes-sociais-rodape .bolinha-social:hover i.fa-youtube {
    color: #FF0000;
}

.redes-sociais-rodape .bolinha-social:hover i.fa-instagram {
    color: #C13584;
}

.redes-sociais-rodape .bolinha-social:hover i.fa-facebook-f {
    color: #3b5998;
}

.redes-sociais-rodape .bolinha-social:hover i.fa-linkedin {
    color: #0e76a8;
}

.redes-sociais-rodape .bolinha-social:hover i.fa-twitter {
    color: #1DA1F2;
}

.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.9em;
}

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

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



.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);
}

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

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

/* ============ SOBRE =========== */

#sobre {
    background-color: #F5F0EA;
    padding-top: 100px;
    padding-bottom: 80px;
}


.area-um-sobre .titulo-sobre {
    display: flex;
}

.texto-sobre p {
    width: 90%;
}

.texto-sobre .subtitulo {
    width: 97%;
    font-family: var(--fonte-titulo);
    font-weight: 300;
    font-size: 1.875em;
    line-height: 130%;
    padding: 20px 0px 20px 0px;
    color: var(--cor-texto-novo);

}

.texto-sobre p {
    font-family: var(--fonte-texto);
    line-height: 160%;
    font-size: 1em;
    color: var(--cor-texto-novo);
    width: 98%;
}


.area-um-sobre .final {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#sobre .conteudo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 20px 0px 25px;

}

#sobre .conteudo .area-um-sobre {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 20px;
    width: 50%;
}

#sobre .conteudo .area-um-sobre h1 {
    font-family: var(--fonte-titulo);
    color: var(--cor-secundaria);
    font-weight: 500;
    font-size: 1.25em;
    text-transform: uppercase;

}

#sobre .conteudo .area-um-sobre .texto {
    font-family: var(--fonte-textos);
    font-size: 1em;
    width: 95%;
}


.area-dois {
    display: flex;
    width: 50%;
    gap: 30px;
    justify-content: center;
}



/* SOBRE 1024 */
@media(max-width:1024px) {

    #sobre .conteudo {
        display: flex;
        flex-direction: column;
        padding: 0px;
    }

    .area-um-sobre .texto-sobre .subtitulo {
        padding: 0px 0px 20px 0px;
    }

    #sobre .conteudo .area-um-sobre {
        width: 100%;
        gap: 30px;
    }

    .area-um-sobre .btn-veja-mais {
        margin: auto;
    }

    #sobre .conteudo .area-dois {
        width: 100%;
        justify-content: center;
    }

    .area-dois {
        background-size: 88% 90%;
    }
}


@media(max-width:768px) {
    #sobre {
        padding-top: 60px;
        margin-top: -9px;
        padding-bottom: 60px;
    }
}



@media (max-width:440px) {

    #sobre {
        margin-top: -7px;
    }

    #sobre .conteudo {
        padding: 0px;
    }

    .area-imagem {
        width: 100%;
    }

    .area-imagem img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }
}

@media(max-width:425px) {
    .texto-mapa h3 {
        font-size: 1.75em !important;
    }


}

@media(max-width:390px) {
    .area-dois {
        gap: 10px !important;
    }

    .texto-card2, .texto-card3 {
        height: 100px;
    }

    .texto-mapa h3 {
        font-size: 1.5em !important;
    }


}

@media (max-width: 375px) {
    .area-dois {
        flex-wrap: wrap;
        gap: 12px;
        justify-content: center;
    }

    .coluna1,
    .coluna2 {
        width: 48%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .card2, .card3 {
        width: 100% !important;
        margin: 0 !important;
        height: auto;
        padding: 15px 10px;
        box-sizing: border-box;
    }

    img.img-card {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .texto-card2 #odometer,
    .texto-card3 #odometer {
        font-size: 1.6em;
    }

    .subtitulo-card {
        font-size: 0.95em;
    }
}


/* ================= ODOMETRO ================ */


#informativo {
    background-color: var(--cor-primaria);
    position: relative;
    width: 100%;
    min-height: 288px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

#informativo .conteudo {
    width: 90%;
    margin: auto;
    color: var(--cor-branco);
}

.odometro-swiper {
    width: 100%;
    overflow: hidden;
}

#informativo .conteudo-topo {
    width: 90%;
    margin: auto;
}

#informativo .odometros {
    color: var(--cor-branco);
    position: relative;
    z-index: 3;
    width: 100%;
}

#informativo .odometros .conteudo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#informativo .odometros span.afixo {
    font-size: 40px;
    font-weight: 700;
}

#informativo .odometros span.span {
    color: var(--cor-branco);
    font-family: var(--fonte-texto);
    font-size: 1.25em;
    font-weight: 400;
    padding: 0 0 10px 0;
    text-transform: uppercase;
    display: block;
    width: 95%;
}

/* .swiper-wrapper {
    justify-content: space-evenly;
} */

#informativo .odometros p {
    font-size: 1.375em;
    font-weight: 600;
    line-height: 25px;
    width: 90%;
}

#informativo .odometros .odometro-box {
    /* width: 150px; */
    text-align: center;
    margin-top: 20px;
}

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

    #informativo .conteudo .texto p {
        font-size: 1.25em;
    }
} */

@media (max-width: 768px) {
    #informativo {
        min-height: 200px;
        padding: 10px 0;
    }


    #informativo .odometros span.span {
        padding: 4px 0;
        font-size: 1.125em;
    }

    #informativo .odometros .odometro-box {
        margin-top: 10px;
    }

    .odometro-swiper .swiper-wrapper {
        height: auto !important;
    }
}



/* ================= BANNER PROPAGANDA // PARALLAX ================ */



.banner-propaganda::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: #00204C; */
    background-color: var(--cor-primaria);
    opacity: 80%;
    z-index: 1;
}


.banner-propaganda .textos-banner-propaganda {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

.textos-banner-propaganda {
    position: relative;
    z-index: 2;
}


.banner-propaganda .textos-banner-propaganda h3 {
    color: var(--cor-branco);
    font-family: var(--fonte-titulo);
    font-size: 1.875em;
    font-weight: 300;
    padding-bottom: 40px;
    z-index: 2;
}

.banner-propaganda .textos-banner-propaganda p {
    color: var(--cor-branco);
    font-family: var(--fonte-texto);
    font-size: 1.25em;
    font-weight: 400;
    width: 61%;
    text-align: center;
    z-index: 2;
    line-height: 160%;

}

/* o que fazemos MEDIA QUERY */


@media(max-width:1024px) {
    .banner-propaganda .textos-banner-propaganda p {
        width: 70%;
    }
}

@media(max-width:768px) {
    .banner-propaganda .textos-banner-propaganda h3 {
        text-align: center;
    }

    .banner-propaganda .textos-banner-propaganda p {
        width: 90%;
    }


    .banner-propaganda .textos-banner-propaganda {
        padding-bottom: 60px;
        padding-top: 60px;
    }
}

@media (max-width:440px) {
    .banner-propaganda .textos-banner-propaganda h3 {
        text-align: center;
        font-size: 1.625em;
    }

    .banner-propaganda .textos-banner-propaganda p {
        width: 95%;
    }

    .textos-banner-propaganda {
        padding-bottom: 60px;
        padding-top: 60px;
    }
}



@media (max-width:425px) {
    .banner-propaganda .textos-banner-propaganda h3 {
        text-align: center;
        font-size: 1.625em;
    }

    .banner-propaganda .textos-banner-propaganda p {
        width: 92%;
    }

    .banner-propaganda .textos-banner-propaganda p {
        font-size: 1.25em;
    }
}



/* ================= MEDICINA OCUPACIONAL ================ */

.medicina-ocupacional {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: var(--cor-background);
}

.area-conteudo-med {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 40px 40px 40px 55px;

}

.area-textos-med {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-bottom: 75px;
}

.area-titulos-med {
    width: 50%;
}

.texto-med {
    width: 50%;
}

.texto-med p {
    font-family: var(--fonte-texto);
    font-size: 1em;
    color: var(--cor-texto-novo);
}

.area-titulos-med h1 {
    color: var(--cor-secundaria);
    font-size: 1.25em;
    font-family: var(--fonte-titulo);
    font-weight: 500;
    text-transform: uppercase;
}

.area-titulos-med p {
    font-family: var(--fonte-titulo);
    font-size: 1.875em;
    color: var(--cor-texto-novo);
    font-weight: 300;
    width: 95%;
}

.area-icones {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bottom-card-med {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card-itens-med {
    width: 285px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.card-itens-med .topo-card-med {
    height: 80px;
}

.bottom-card-med h3 {
    font-family: var(--fonte-titulo);
    color: var(--cor-texto-novo);
    font-size: 1.375em;
    font-weight: 400;
}

.bottom-card-med p {
    font-family: var(--fonte-texto);
    color: var(--cor-texto-novo);
    font-size: 1em;
    font-weight: 400;
    width: 95%;
    text-align: center;
}

@media(max-width:1024px) {
    .area-titulos-med p {
        width: 95%;
    }

    .area-icones {
        gap: 30px;
    }

    .area-icones {
        justify-content: space-evenly;
    }
}


@media(max-width:768px) {
    .area-textos-med {
        flex-direction: column;
        width: 100%;
    }

    .area-titulos-med {
        width: 100%;
    }

    .area-conteudo-med {
        padding: 0px !important;
    }

    .texto-med {
        width: 100%;
    }

    .medicina-ocupacional {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}


@media(max-width:440px) {


    .area-icones {
        justify-content: center;
    }


}


/* AREA MAPA */

#mapa {
    background-image: url(../img/bannermapa.png);
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#mapa::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: #00204C; */
    background-color: var(--cor-primaria);
    opacity: 80%;
    z-index: 1;
}

.conteudo-mapa {
    width: 100%;
    z-index: 2;
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 80px;
    margin-bottom: 80px;
    align-items: center;
}

.conteudo-mapa .btn-veja-mais {
    background-color: var(--cor-secundaria);
    width: 145px;
    height: 57px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    transition: 0.4s ease;
    cursor: pointer;
}

.conteudo-mapa .btn-veja-mais:hover {
    box-sizing: border-box;
    background-color: var(--cor-primaria);
}

.conteudo-mapa .btn-veja-mais a {
    color: var(--cor-branco);
    font-family: var(--fonte-texto);
    font-weight: 500;
    text-align: center;
}

.mapa-mobile {
    display: none;
}

.area-texto-mapa {
    width: 60%;
    display: flex;
    /* align-items: center; */
    flex-direction:column;
}

.texto-mapa h3 {
    font-family: var(--fonte-titulo);
    font-size: 1.875em;
    font-weight: 300;
    color: var(--cor-branco);
    padding-bottom: 40px;
    width: 65%;

}

.texto-mapa p {
    font-family: var(--fonte-texto);
    font-size: 1em;
    color: var(--cor-branco);
    width: 96%;
}


 /* .area-mapa {
    background-image: url(../img/testesulmapa.png);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
}  */

.area-mapa {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.mapa-wrapper {
    position: relative;
}

.mapa-img {
    width: 100%;
    height: auto;
    display: block;
}

.pinpoint {
    position: absolute;
    top:0%;
    right:0%;
    z-index: 2;
}




/* .area-mapa {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.mapa-img {
    max-width: 100%;
    height: auto;
    display: block;
} */


@media(max-width:1024px) {


    .area-mapa img {
        display: block;
    }

    .mapa-mobile {
        display: none;
    }

    h3.titulo-desktop {
        display: block;
    }

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

    .texto-mapa p {
        width: 100%;
    }
}

@media(max-width:768px) {

    .conteudo-mapa {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .area-mapa {
        display: none;
    }

    .area-mapa img {
        display: none;
    }

    .area-texto-mapa {
        width: 100%;
        align-items: center;
    }

    .mapa-mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 20px;
    }

    h3.titulo-desktop {
        display: none;
    }
}

@media(max-width:440px) {
    .mapa-mobile {
        width: 100%;
    }

    .mapa-mobile img {
        width: 50%;
        height: auto;
        object-fit: contain;
    }
}



/* ==== AREA EXAMES ==== */

#exames {
    background-color: var(--cor-background);
    padding-bottom: 80px;
    padding-top: 80px;
}

.textos-exames {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    padding-bottom: 75px;
}

.textos-exames h1 {
    font-family: var(--fonte-titulo);
    color: var(--cor-texto-novo);
    font-size: 2.188em;
    font-weight: 300;
    padding-bottom: 25px;
    text-align: center;
}

.textos-exames p {
    font-family: var(--fonte-texto);
    font-size: 1em;
    color: var(--cor-texto-novo);
    font-weight: 400;
    text-align: center;
    width: 67%;
    display: flex;
    margin: auto;
}

.area-cards-exames {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.card-itens-exames {
    width: 260px;
    height: 170px;
    /* width: 250px;
    height: 180px; */
    background-color: var(--cor-branco);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out;
    padding: 5px;
}

.bottom-card-exames {
    text-align: center;
}

.card-itens-exames:hover {
    transform: scale(1.02);
}

.topo-card-exames {
    text-align: center;
}

.conteudo-card-exame {
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.bottom-card-exames h3 {
    font-family: var(--fonte-titulo);
    word-break: break-word;
    color: var(--cor-titulo);
    font-size: 1.125em;
    font-weight: 300;
    min-height: 48px;
}

@media(max-width:768px) {
    .textos-exames p {
        width: 95%;
    }
}

@media(max-width:440px) {
    .textos-exames p {
        width: 100%;
    }

    #exames {
        padding-bottom: 60px;
        padding-top: 60px;
    }
}



/* ==== AREA ESPECIALIDADES ==== */

#especialidades {
    background-color: var(--cor-background);
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
}

.textos-especialidades {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    padding-bottom: 75px;
}

.textos-especialidades h1 {
    font-family: var(--fonte-titulo);
    color: var(--cor-texto-novo);
    font-size: 2.188em;
    font-weight: 300;
    padding-bottom: 25px;
    text-align: center;
}

.textos-especialidades p {
    font-family: var(--fonte-texto);
    font-size: 1em;
    color: var(--cor-texto-novo);
    font-weight: 400;
    text-align: center;
    width: 67%;
    display: flex;
    margin: auto;
}

.area-cards-especialidades {
    gap: 30px;
    width: 100%;
    box-sizing: border-box;
}

.especialidades-swiper {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    height: 250px;
}

.card-itens-especialidades {
    height: 200px;
    border-radius: 10px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out;
}

.swiper-wrapper {
    box-sizing: border-box;
}

.swiper-slide {
    box-sizing: border-box;
}


.swiper-infos-dots {
    position: absolute;
    /* bottom: -50px !important; */
    z-index: 4;
    width: max-content !important;
    right: 0;
    left: 0;
    margin: auto;
    background-color: var(--cor-primaria);
    padding: 5px;
    border-radius: 50px;
    /* display: flex; */
}

.swiper-infos-dots .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
}

.swiper-infos-dots .swiper-pagination-bullet-active {
    background-color: var(--cor-secundaria);
}

.topo-card-especialidades {
    text-align: center;
    height: 80px;
}

.topo-card-especialidades img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.conteudo-card-especialidade {
    display: flex;
    flex-direction: column;
    /* height: 110px; */
    gap: 5px;
    justify-content: space-between;
    /* justify-content: center; */
    align-items: center;
}


.bottom-card-especialidades h3 {
    font-family: var(--fonte-titulo);
    word-break: break-word;
    color: var(--cor-titulo);
    font-size: 1.125em;
    font-weight: 300;
    min-height: 48px;
    text-align: center;
}

@media(max-width:768px) {
    .textos-especialidades p {
        width: 95%;
    }

    #especialidades {
        padding-bottom: 60px;
        padding-top: 60px;
    }
}

@media(max-width:440px) {
    .textos-especialidades p {
        width: 100%;
    }

    .bottom-card-especialidades h3 {
        font-size: 1em;
    }

    #especialidades {
        padding-bottom: 60px;
        padding-top: 60px;
    }

    .swiper-infos-dots {
        display: none;
    }

    .especialidades-swiper {
        height: auto;
    }
}

@media(max-width:320px) {
    .bottom-card-especialidades h3 {
        font-size: 0.875em;
    }
}

/* ==== AREA FORMULÁRIO DE SOLICITAÇÃO ==== */

#contato-wpp {
    background-color: var(--cor-primaria);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

.input-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

#contato-wpp .titulo-ligar {
    margin-left: 38px;
}

#contato-wpp h2 {
    color: var(--cor-branco);
    font-family: var(--fonte-titulo);
    font-size: 2.188em;
    font-weight: 300;
    text-align: center;
    padding-bottom: 35px;
}

#contato-wpp form {
    display: flex;
    background-color: var(--cor-branco);
    width: 630px;
    justify-self: center;
    align-items: center;
    padding: 5px;
    border-radius: 5px;
}



#contato-wpp .area-wpp .input-container-ligar {
    display: flex;
    align-items: center;
    position: relative;
}

#contato-wpp .area-wpp input {
    border: none;
    margin-inline: 0 auto;
    font-family: var(--fonte-titulo);
    padding: 13px 10px;
    font-size: 1em;
    color: #849698;
}

.detalhe-linha hr {
    height: 56px;
    position: absolute;
    top: -9%;
    left: 235px;
}

.btn-cadastrar {
    position: absolute;
    left: 96%;
    top: 49%;
    transform: translateY(-50%);
    width: 155px;
    height: 50px;
    border-radius: 4px;
    color: var(--cor-branco);
    background: var(--cor-secundaria);
    border: none;
    font-size: 1.125em;
    cursor: pointer;
    font-weight: 600;
    transition: 0.4s ease;
}

.btn-cadastrar p {
    font-family: var(--fonte-texto);

}

.btn-cadastrar:hover {
    box-sizing: border-box;
    background-color: var(--cor-primaria);
}

.area-wpp-mensagem {
    display: none;
    color: var(--cor-branco);
    font-family: var(--fonte-textos);
    font-size: 1.125em;
    text-align: center;
    margin-top: 20px;
}

@media (min-width:1441px) and (max-width:1600px) {
    .btn-cadastrar {
        left: 98%;
    }
}

@media(max-width:1024px) {
    .btn-cadastrar {
        left: 96%;
    }

    #contato-wpp h2 {
        font-size: 1.875em;
    }
}

@media (max-width: 440px) {
    #contato-wpp form {
        flex-direction: column;
        width: 100%;
        padding: 20px 10px;
        width: 95%;
    }

    #contato-wpp {
        padding-top: 60px;
        padding-bottom: 60px;
    }


    #contato-wpp .area-wpp .input-container-ligar {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        gap: 10px;
        position: static;
    }

    #contato-wpp .area-wpp .input-wrapper {
        border: 1px solid #DDDDDD !important;
    }

    img.icon {
        padding-left: 5px;
    }

    #contato-wpp .area-wpp input {
        width: 100%;
        box-sizing: border-box;
    }

    .detalhe-linha hr {
        display: none;
    }

    .btn-cadastrar {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 100%;
        height: 45px;
        margin-top: 10px;
    }

    .btn-cadastrar p {
        text-align: center;
        width: 100%;
    }

    #contato-wpp h2 {
        font-size: 1.625em;
    }
}


/* ==== CONTATO ==== */

#contato {
    background-color: var(--cor-branco);
    padding-top: 80px;
    padding-bottom: 80px;
}

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

.titulo-contato h3 {
    font-weight: 300;
    font-size: 2.188em;
    font-family: var(--fonte-titulo);
    font-weight: 300;
    color: var(--cor-texto)
}

#contato .itens {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#contato .esquerda {
    width: 32%;
    display: flex;
    flex-direction: column;
    align-self: baseline;
    margin-top: 30px;
}

#contato .esquerda .item {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
}

#contato .esquerda .item:hover {
    transform: scale(1.1);
    transition: 0.5s;
}

#contato .esquerda .area-1 {
    display: flex;
    align-items: center;
    width: 40px;
    justify-content: center;
}

#contato .esquerda .area-2 {
    display: flex;
    padding: 0 15px 0 8px;
    box-sizing: border-box;
    color: #444346;
    font-size: 1em;
    line-height: 190%;
    flex-direction: column;
}

#contato .esquerda .area-2 a,
#contato .esquerda .area-2 p {
    color: var(--cor-texto);
    font-size: 1em;
    font-family: var(--fonte-texto);
}

#contato .direita {
    width: 68%;
}

/* .input-container input:focus + .icon, 
 .input-container input:not(:placeholder-shown) + .icon {
    display: none;
 } */



#contato .direita .formulario input {
    width: 100%;
    height: 55px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
    border: 1px solid #DDDDDD;
    font-family: var(--fonte-texto);
    box-sizing: border-box;
    font-size: 1em;
    background: #ffffff;
    border-radius: 0;
}

#contato .direita .formulario input::placeholder {
    font-family: var(--fonte-texto);
    font-weight: 500;
    color: var(--cor-texto);
}

#contato .direita .formulario textarea {
    width: 100%;
    height: 230px;
    border: 1px solid #DDDDDD;
    background: #ffffff;
    font-size: 1em;
    padding: 16px;
    box-sizing: border-box;
    margin-bottom: 8px;
    border-radius: 0;
    font-family: var(--fonte-texto);
    font-weight: 500;
    color: var(--cor-texto);

}

#contato .direita .formulario textarea::placeholder {
    font-family: var(--fonte-texto);
    color: var(--cor-texto);
}

#contato .captcha-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.g-recaptcha {
    margin: 10px 0;
    display: block;
}

#contato .direita .formulario button {
    width: 200px;
    height: 57px;
    background-color: var(--cor-secundaria);
    color: var(--cor-branco);
    font-family: var(--fonte-texto);
    cursor: pointer;
    font-size: 1.125em;
    border: 2px solid #ffffff;
    border-radius: 4px;
    font-weight: 600;
    transition: 0.4s ease;
}

#contato .direita .formulario button:hover {
    box-sizing: border-box;
    background-color: var(--cor-primaria);

}


/* Contato MQ */

@media(min-width:428px) and (max-width:768px) {
    #contato {
        display: flex;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    #contato .esquerda,
    #contato .direita {
        width: 100%;
    }

    #contato .sublinhado {
        display: flex;
        justify-content: center;
        height: 5px;
        background-color: #ADC2CE;
    }

    #contato .titulo-contato h1 {
        font-weight: 300;
        font-size: 2em;
        /* position: absolute; */
        padding-top: 36px;
    }


    #contato .captcha-area {
        display: flex !important;
        flex-direction: column !important;
    }

    #contato {
        padding-top: 60px;
        padding-bottom: 60px;
    }


}

/* contato 425 */
@media(max-width:425px) {

    #contato .captcha-area {
        display: flex !important;
        flex-direction: column !important;
    }

    .titulo-contato h1 {
        font-size: 1.875em;
        margin-left: 20px;
    }

    #contato .esquerda,
    #contato .direita {
        width: 100%;
    }

    #contato .itens {
        padding-top: 0 !important;
    }

    #contato {
        padding-top: 60px;
        padding-bottom: 60px;
    }

}

/* contato 375 */
@media(max-width:375px) {

    #contato .titulo h1 {
        font-size: 1.875em !important;
    }

    #contato .itens {
        padding: 0;
    }

}


/* contato 320 */
@media(max-width:320px) {

    #contato .esquerda .item {
        gap: 5px;
    }

}



/* ==== INFO CONTATO ==== */
#info-contato .center {
    padding-block: 46px 80px;
}

#info-contato .bolinhas-verdes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#info-contato .bolinhas-verdes a {
    text-decoration: none;
    font-size: 1em;
    color: #666666;
    line-height: 150%;
    font-family: var(--fonte-texto);
    width: 250px;
    text-align: center;
}

#info-contato .bolinha-verde {
    position: relative;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    margin: 10px auto;
    background: var(--cor-primaria);
    border: 10px solid #F8F8F8;
    cursor: pointer;
    transition: all 0.5s ease-out;
}

#info-contato .bolinha-verde:hover {
    border: 10px solid #f2adb0;
    transition: all 0.5s ease-in;
}

#info-contato .bolinha-verde img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#info-contato .bolinha-verde p {
    font-size: 1em;
    color: #666666;
    line-height: 150%;
    font-family: var(--fonte-texto);
    width: 220px;
}


/* COPIRYGHT */

.copyright {
    /* margin-top: -200px; */
    background: var(--cor-primaria);
    color: #ffffff;
    font-size: 1em;
}

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

.copyright .center .texto {
    width: 100%;
    font-family: var(--fonte-rodape);
    font-size: 0.875em;
}

.copyright .texto span {
    font-family: var(--fonte-rodape);
}

.copyright .center span a {
    color: #ffffff;
    font-weight: 700;
}

@media (max-width: 768px) {
    .copyright .center {
        flex-direction: column;
        gap: 25px;
        text-align: center;
    }

    .extras .fundo {
        width: 100%;
    }

    #faixa .faixa-menor {
        flex-direction: column;
    }

    #faixa .faixa-menor .area-esquerda,
    #faixa .faixa-menor .area-direita {
        width: 100%;
        text-align: center;
    }

    #faixa .faixa-menor .area-esquerda p {
        font-size: 1.375em;
        line-height: 20px;
        padding: 15px 40px;
    }
}

@media (max-width: 320px) {
    #faixa .faixa-menor .area-esquerda p {
        font-size: 1.125em;
        line-height: 20px;
        padding: 10px 10px;
    }
}


/* ==== FOOTER ==== */
#rodape-sobre {
    padding-block: 46px 80px;
}

#rodape-sobre .titulo {
    font-weight: 600;
    color: var(--cor-secundaria);
    line-height: 120%;
    font-family: var(--fonte-titulo);
}

footer ul {
    width: 100%;
    padding: 0;
    list-style: none;
}

footer ul li {
    font-family: var(--font-raleway);
    font-weight: normal;
    font-size: 0.875em;
    position: relative;
    margin: 15px 0;
    padding-left: 10px;
    color: #666666;
    transition: .3s ease;
}

footer ul li a {
    display: inline-block;
    text-decoration: none;
    color: var(--cor-texto)
}

.titulo.detalhe:after {
    content: '';
    width: 50px;
    height: 3px;
    display: block;
    margin: 10px 0 0;
    background-color: var(--cor-primaria);
}

.footer-responsa p {
    padding: 30px 20px 0 0;
    font-family: var(--font-raleway);
    font-size: 1em;
    line-height: 180%;
    color: #444346;
    margin-bottom: 30px;
}

.footer-institucional ul li::before {
    content: '\f111';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size: 0.4em;
    color: var(--cor-primaria);
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.footer-institucional ul li a {
    padding-left: 25px;
}

.footer-atendimento select {
    border-radius: 4px;
    padding: 10px 10px;
    width: 200px;
    margin-top: 15px;
    box-shadow: 0 5px 15px 0 #848688;
}

.footer-atendimento ul li.endereco::before {
    content: '\f015';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size: 1.3em;
    color: var(--cor-primaria);
    position: absolute;
    top: 0;
}

.footer-atendimento ul li.email::before {
    content: '\f0e0';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    font-size: 1.3em;
    color: var(--cor-primaria);
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.footer-atendimento ul li.telefone::before {
    content: '\f590';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size: 1.3em;
    color: var(--cor-primaria);
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.footer-atendimento ul li.whatsapp::before {
    content: '\f232';
    font-family: 'Font Awesome 5 Brands';
    font-weight: 900;
    font-size: 1.3em;
    color: var(--cor-primaria);
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.footer-atendimento ul li a {
    padding-left: 40px;
}


footer .footer {
    width: 100%;
    position: relative;
    text-align: center;
    padding: 15px 0;
    display: inline-block;
}

footer .footer .rede-social {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f6f6f6;
    display: inline-block;
    transition: all 0.5s ease-out;
    cursor: pointer;
}

footer .footer .rede-social:hover {
    background: var(--cor-secundaria);
    transition: all 0.5s ease-in;
    color: #fff;
}

footer .footer .rede-social:hover .fa-linkedin-in:before {
    color: #fff;
}

footer .footer .rede-social:hover .fa-facebook-f:before {
    color: #fff;
}

footer .footer .rede-social:hover .fa-twitter:before {
    color: #fff;
}

footer .footer .rede-social:hover .fa-instagram:before {
    color: #fff;
}

footer .footer .rede-social .fa-linkedin-in:before {
    color: #999999;
}

footer .footer .rede-social .fa-linkedin-in {
    margin-top: 13px;
}

footer .footer .rede-social .fa-twitter:before {
    color: #999999;
}

footer .footer .rede-social .fa-twitter {
    margin-top: 13px;
}

footer .footer .rede-social .fa-facebook-f:before {
    color: #999999;
}

footer .footer .rede-social .fa-facebook-f {
    margin-top: 13px;
}

footer .footer .rede-social .fa-instagram:before {
    color: #999999;
}

footer .footer .rede-social .fa-instagram {
    margin-top: 13px;
}

@media (max-width: 520px) {
    footer .copyright-area {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
}


.menu-topo .menu-interno {
    background: var(--cor-primaria) !important;
}

.menu-topo .menu-interno nav ul li{
    padding: 0px !important;
}

.menu-interno .menu-links{
    gap:30px;
}

/* .menu-area.interno {
	margin-top: 0px;
}
 */

@media(max-width:1024px) {
    .menu-interno nav {
        top: 83px;
    }
}