@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800;900&display=swap');
/* font-family: 'Cinzel', serif; */

@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');
/* font-family: 'Questrial', serif; */

:root {
    --primaria-2: #E8E4E1;
    --primaria-1: #91733A;
    --primaria-3: #C9B5AC;
    --copyright: #FFF;
    --text-color: #000000;   
}
body, html {
    color: var(--text-color);
    font-family: 'Questrial', serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
}
img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}
 p {
    color: var(--text-color);
    font-family: 'Questrial', serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
}
h1, h2 {
    color: var(--primaria-1);
    font-family: 'Cinzel', serif;
    font-size: 34px;
    font-weight: 400;
    line-height: 107.9%;
    letter-spacing: 0.36px;
}
h3 {
    color: var(--primaria-3);
    font-family: 'Questrial', serif;
    font-size: 32px;
    font-weight: 400;
    line-height: normal;
}
a { 
    color: var(--text-color);
    font-family: 'Questrial', serif;
    font-size: 16px;
    line-height: 130%;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
a:hover {
    color: #67431d;
}

.grecaptcha-badge {
    visibility: hidden;
}


/* SCROLL */
body::-webkit-scrollbar, .modal-dialog-scrollable .modal-body::-webkit-scrollbar {
    width: 10px;
    background:var(--primaria-1);
}
body::-webkit-scrollbar-thumb,  .modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
    background-color: rgba(195, 181, 172, 0.5);
    mix-blend-mode: normal;
    border-radius: 5px;
}
::selection {
    background: rgba(204, 204, 204, 0.3);
}
/* FIM SCROLL */

/** INICIO BREADCRUMB */
    .breadcrumb, .breadcrumb-single-tratamento, .breadcrumb-principal {
        background: rgba(195, 181, 172, 0.5);
        mix-blend-mode: normal;
        margin: unset;
        padding: 22px 0;
    }
    a.breadcrumb-page, a.breacrumb-url, a.titulo-home-breadcrumb, span.titulo-taxonomy-trat {
        color: #000;
        font-size: 12px;
        font-weight: 400;
    }
    span.breadcrumb-title, span.breadcrumb-single ,span.titulo-taxonomy-trat {
        font-size: 12px;
        font-weight: 700;
    }
    span.breadcrumb-marker {
        padding: 0 3px;
    }
/** FIM BREADCRUMB */

/** INICIO BOTÕES */
    .button {
        display: flex;
        justify-content: initial;
    }
    a.button-rosa {
        color: var(--primaria-1);
        font-weight: 400;
        border: 2px solid #C9B5AC;
        background: rgba(248, 247, 245, 0.85);
        padding: 10px 10px 10px 10px;
        border-bottom: 3px solid #C9B5AC;
        transition: all .3s ease-in-out;
    }
    a.button-rosa:hover {
        background: var(--primaria-1);
        border: 2px solid var(--primaria-1);
        border-bottom: 3px solid var(--primaria-1);
        color: white;
    }
    .button-rosa {
        color: var(--primaria-1);
        font-weight: 400;
        border: 2px solid #C9B5AC;
        background: rgba(248, 247, 245, 0.85);
        padding: 10px 10px 10px 10px;
        border-bottom: 3px solid #C9B5AC;
        transition: all .3s ease-in-out;
    }
    .button-rosa:hover {
        background: var(--primaria-1);
        border: 2px solid var(--primaria-1);
        border-bottom: 2px solid var(--primaria-1);
        color: white;
    }
    a.button-transparente:hover {
        background: white;
        color: black;
    }
    .cta-protocolos a.button-transparente:hover {
        background: white;
        color: black;
    }
    .cta-tecnologias a.button-transparente:hover {
        background: white;
        color: black;
    }
/** FIM BOTÕES */

/** INÍCIO DO CONTAINER GRID */
    .container-grid {
        display: grid;
        margin: auto;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        grid-gap: 50px 50px ;
        padding: 30px 15px;
        justify-items: center;
    }
/** FIM DO CONTAINER GRID */

/*INICIO HEADER*/
.header-logo a {
    display: flex;
}
.header-logo svg {
    height: 60px;
    width: 100%;
}
.header-content-desk {
    justify-content: center;
    width: 100%;
}
.navbar-expand-lg {
    justify-content: center;
    background: #F8F7F5;
    padding: 15px 0;
}
.header-logo {
    max-width: 10%;
    padding: 0 20px;
    width: 100%;
}

div#nav-desk a {
    padding: 0 40px;
    color: var(--primaria-1);
    font-family: 'Questrial';
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
div#nav-desk .current-menu-item a {
    font-weight: 700;
}
div#nav-desk .current-menu-item {
    position: relative;
}
div#nav-desk .current-menu-item:before {
    content: "";
    position: absolute;
    background-image: url(detalhe-header.svg);
    width: 100%;
    height: 2px;
    bottom: -8px;
    transition: all .3s ease-in-out;
    background-repeat: no-repeat;
    background-position-x: center;
}
div#nav-desk .menu-item:hover:before {
    content: "";
    position: absolute;
    background-image: url(detalhe-header.svg);
    width: 100%;
    height: 2px;
    bottom: -8px;
    transition: all .3s ease-in-out;
    background-repeat: no-repeat;
    background-position-x: center;
}
div#nav-desk .menu-item:hover {
    font-weight: 700;
}
div#nav-desk .menu-item {
    position: relative;
}
.header-content-desk {
    align-items: center;
}
.search-home-bt svg {
    position: relative;
    left: 40px;
}
button.search-home-bt svg path, button#button-header svg path  {
    stroke: #C3B5AC;
}
#input-header {
    border-bottom: 1px solid #C3B5AC;
}
ul#menu-menu-desk-direita #menu-item-291 a {
    padding-left: 0;
}
.navbar-nav .menu-item a:hover {
    font-weight: 600;
}
div#navegacao {
    z-index: 4;
}
/*FIM HEADER*/

/** CARROSSEL **/
.owl-slider.owl-theme .owl-dots .owl-dot span, .owl-slider-2.owl-theme .owl-dots .owl-dot span {
    background: url(../images/traco-branco.svg) center no-repeat;
    background-size: auto; 
    opacity: 0.5;
}
.owl-slider.owl-theme .owl-dots .owl-dot.active span, .owl-slider-2.owl-theme .owl-dots .owl-dot.active span {
    background-size: auto; 
    opacity: 1;
}
.owl-nav.disabled button span {
    font-size: 40px;
}
.owl-theme .owl-dots .owl-dot {
    outline: none;
}
.owl-theme .owl-dots .owl-dot span {
    width: 40px;
    height: 20px;
} 
.owl-item .item img{
    height: auto;
}
#slider {
    position: relative;
}
#slider .owl-nav {
    margin-top: 0;
    position: absolute;
    width: 800px;
    left: calc( ( 100% - 800px) / 2);
    text-align: center;
    display: flex;
    justify-content: space-between;
    bottom: 0%;
    top: 90%;
}
#slider .owl-nav.disabled{
    opacity: 0;
    display: none;
}
#slider .owl-nav span {
    font-size: 70px;
}
#slider .owl-dots {
    position: relative;
    z-index: 1;
    width: 40%;
    margin-top: -35px;
    left: 30%;
}
#slider .owl-nav svg {
    width: 25px;
    height: auto;   
    fill: #fff;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    outline: none !important;
    background: none !important;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    color: var(--primaria-3);
}
.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    width: 1400px;
    left: calc( ( 100% - 1400px) / 2);
    text-align: center;
    display: flex;
    justify-content: space-between;
    top: 200px;
}
.owl-nav .owl-prev, .owl-nav .owl-next{
    font-size: 50px;
}
.owl-carousel .item:hover .img-cursos img{
    position: relative;
    transform: scale(1.04);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.item_img_efect {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--primaria_1);
    opacity: 0.8;
    transition: all .3s ease-in-out;
    display: none;
    justify-content: center;
    align-items: center;
}
.item_img_efect_svg {
    padding: 5px;
    border-radius: 5px;
    display: none;
}
.item_img_efect svg {
    fill: white;
}
article:hover .item_img_efect {
    display: flex;
}
article:hover .item_img_efect_svg {
    display: flex;
}
.img-gallery:hover .item_img_efect {
    display: flex;
}
.img-gallery:hover .item_img_efect_svg {
    display: flex;
}
.item_img{
    text-align: center;
    position: relative;
}
.item_img img {
    width: 100%;
    height: auto;
}
.galeria-clinica .item_img img {
    width: 370px;
    height: 100%;
    max-height: 247px;
    object-fit: cover;
}
/** FIM CARROSSEL */

/* INICIO HOME */

    .box-home-sobre {
        display: flex;
    }
    .texto-sobre-home {
        padding-right: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .sobre-dra {
        padding: 10px 20px 50px;
    }
    .img-sobre-home {
        padding-top: 40px;
    }
    p.crm-dra {
        color: #96783F;
        font-size: 21px;
        line-height: normal;
    }
    .descricao-doutora {
        padding: 30px 0;
    }
    .tratamento-post-icone {
        background: var(--primaria-3);
        border-radius: 50%;
        aspect-ratio: 1/1;
        display: flex;
        justify-content: center;
        align-items: center;
        max-height: 100px;
        height: 100px;
        transition: all .3s ease-in-out;
        overflow: hidden;
    }
    .item-tratamentos-home:hover .tratamento-post-icone {
        background: #7C6A53;
    }
    .item-tratamentos-home {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .button-simples p {
        color: #91733A;
        font-size: 16px;
    }
    .intro-tratamentos {
        text-align: center;
    }
    .tratamentos-listagem.trat-list-home {
        padding: 50px 20px;
        background: #F8F7F5;
    }
    .botao-trat-home {
        text-align: center;
        padding-top: 30px;
    }
    .box-tecnologias-home {
        display: flex;
        padding: 0;
    }
    .tecnologias-home {
        background: #E8E4E1;
    }
    .texto-tecnologias-home {
        display: flex;
        align-items: baseline;
        flex-direction: column;
        justify-content: center;
        padding-left: 40px;
    }
    .texto-tecnologias-home p {
        padding: 30px 0;
    }
    .intro-ultimas-blog {
        text-align: center;
    }
    .img-post img {
        width: 400px;
        height: 268px;
        object-fit: cover;
    }
    .ultimas-blog {
        padding: 50px 20px;
    }
    .titulo-post h3 {
        color: #7C6A53;
        font-size: 26px;
        padding: 15px 0 5px;
    }
    .texto-descricao-post p {
        line-height: 149.4%;
        min-height: 71px;
    }
    .box-item-post-home:hover .button-rosa {
        background: var(--primaria-1);
        border: 2px solid var(--primaria-1);
        border-bottom: 3px solid var(--primaria-1);
        color: white;
    }
    .box-item-post-home {
        transition: all .3s ease-in-out;
        max-width: 396px;
    }
    .mapa iframe {
        width: 100%;
    }
    .titulo-cta-avaliacao h2 {
        color: #F9EFE5;
        padding-bottom: 30px;
    }
    .descricao-cta-avaliacao p {
        color: rgba(248, 247, 245, 0.85);
        font-size: 21px;
        font-weight: 400;
        line-height: 149.4%;
        padding-bottom: 15px;
    }
    a.button-transparente {
        border: 2px solid #C9B5AC;
        background: rgba(248, 247, 245, 0.00);
        color: rgba(248, 247, 245, 0.85);
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        line-height: 107.9%;
        padding: 10px 10px 10px 10px;
    }

    /* INICIO CTA FIDELITE */

    .cta-fidelite {
        background: #e4caa8;
        text-align: center;
        overflow: hidden !important;
        object-fit: cover;
        position: relative;
    }
    .simbolo-fundo  {
        position: absolute;
        z-index: 0;
        height: 100%;
    }
    .cta-fidelite .simbolo-fundo img{
        height: 100%;
    }
    .box-cta-fidelite {
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
    }
    .cta-fidelite .logo-texto {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: start;
        gap: max(3vw, 30px);
    }
    .logo-cta-fidelite {
        max-width: 500px;
        display: flex;
        justify-self: center;
        /* margin-bottom: 80px; */
    }
    .cta-fidelite .texto {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    .cta-fidelite h2 {
        font-size: 48px;
        color: #3a3632;
        margin: 0;
        font-family: 'Questrial', serif;
    }
    .separador {
        width: 70%;
        height: 2px;
        background: #700609;
        display: flex;
        align-self: center;
        justify-self: center;
        /* margin: 30px 0;  */
    }
    .descricao-cta-fidelite {
        width: 60%;
        font-size: 18px;
        /* padding: 0 0 40px; */
        text-align: center;
        display: flex;  
        justify-self: center;
    }
    .button-cta-fidelite{
        width: 60%;
        display: flex;
        justify-self: center;
        background-color: #700609;
        color: #e4caa8;
        font-size: 18px;
        border: 1px solid #700609;
        font-weight: 400;
        padding: 14px;
        justify-content: center;
    }
    .button-cta-fidelite:hover {
        background-color: #3a3632;
        border: 1px solid #3a3632;
        color: #e4caa8;
    }


    @media (max-width: 992px) {
        .cta-fidelite{
            padding: 50px;
        }
        .cta-fidelite h2 {
            font-size: 32px;
        }
        .descricao-cta-fidelite {
            width: 100%;
        }
        .button-cta-fidelite{
            width: 96%;
            font-size: 18px;
        }
        .simbolo-fundo  {
            display: none;
        }
    }
    /* FIM CTA FIDELITE */


/*FIM HOME*/

/*INICIO SOBRE*/
 
    .redes-sobre p {
        color: #8E6F37;
    }
    .redes-sobre {
        display: flex;
        align-items: center;
        gap: 15px;
    }
    .redes-sobre ul.redes-sociais {
        padding: 0;
    }
    .sobre-dra-sobre {
        background: #F8F7F5;
        padding: 50px 20px;
    }
    #sobre-clinica {
        padding: 70px 20px 50px;
    }
    .textos-clinica-home {
        text-align: center;
    }
    .textos-clinica-home p {
        padding: 30px 0;
    }
/*FIM SOBRE*/

/*INICIO TRATAMENTOS*/
    .imagem-tratamento img {
        width: 394px;
        height: 265px;
    }
    .tratamento-post-titulo h2 {
        text-align: center;
        font-family: Questrial;
        font-size: 24px;
        padding: 20px 0 10px;
        text-transform: uppercase;
        min-height: 82px;
        margin: 0;
    }
    .titulo-protocolo {
        min-height: unset;
    }
    .tratamento-post-titulo h3 {
        text-align: center;
        font-family: Questrial;
        font-size: 21px;
        color: #7C6A53;
    }
    .tratamento-content .button {
        justify-content: center;
        padding-top: 10px;
    }
    .intro-tratamentos p {
        padding: 20px 0;
    }
    .background-r img {
        width: 633px;
        height: 675px;
    }
    .background-r {
        position: absolute;
        z-index: -1;
        left: 0;
        right: 0;
        top: 35px;
        display: flex;
        justify-content: center;
    }
    .tratamentos-category {
        padding: 70px 20px 50px;
        position: relative;
    }
    .tratamentos-category .itens-filtro-trat {
        display: flex;
        justify-content: center;
        padding: 0px 0px 30px;
        align-items: center;
        gap: 100px;
        text-align: center;
    }
    .tratamentos-category hr {
        border: 1px solid #d2c07e;
        opacity: 1;
        max-width: 781px;
    }
    .tratamentos-category .row {
        justify-content: center;
    }
    .item-tratamentos-home.active .tratamento-post-icone {
        background: #7C6A53;
    }
    .item-filtro .tratamento-post-icone {
        background: #7C6A53;
    }
    .tratamento-item {
        max-width: 396px;
    }
    .tratamento-item:hover .button-rosa {
        background: var(--primaria-1);
        border: 2px solid var(--primaria-1);
        border-bottom: 2px solid var(--primaria-1);
        color: white;
    }
    .tratamentos-listagem {
        padding-bottom: 50px;
    }
    .cta-tratamentos .box-cta-avaliacao {
        background: #C9B5AC;
    }
    .cta-tratamentos a.button-transparente {
        border: 2px solid white;
    }
    .tratamentos-listagem {
        position: relative;
    }
    .protocolos-list .tratamento-post-titulo h2 {
        padding: 20px 0 0;
        margin: 0;
    }
    .tratamentos-listagem.protocolos-list {
        padding: 70px 20px 50px;
    }
    /*INICIO SINGLE TRATAMENTOS*/
        .banner-imagem-single-tratamento img {
            width: 834px;
            height: 520px;
        }
        .tratamento-single-content {
            padding: 50px 0;
        }
        .tratamento-descricao-content h2 {
            color: #3D3D3D;
            font-family: Questrial;
            font-size: 24px;
            font-weight: 400;
            line-height: 149.4%;
        }
        .tratamento-descricao-content h3 {
            color: #3D3D3D;
            font-family: Questrial;
            font-size: 21px;
            font-weight: 400;
            line-height: 149.4%;
        }
        .tratamento-descricao-content p {
            line-height: 149.4%;
        }
        .banner-imagem-single-tratamento {
            padding: 20px 0 30px;
        }
        .sidebar-relacionados p {
            padding: 30px 0 0;
            margin: 0;
        }
        .sidebar-relacionados {
            text-align: center;
        }
        aside.listagem-side-bar {
            background: linear-gradient(0deg, #F8F7F5 0%, #F8F7F5 100%), #EFEBE8;
            padding: 30px 30px;
            margin: 115px 0 30px;
            height: 100%;
        }
        .aside-form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
            border: 1px solid #7C6A53;
            background: rgba(255, 255, 255, 0.00);
        }
        .aside-form input.wpcf7-form-control.wpcf7-tel.wpcf7-text.wpcf7-validates-as-tel {
            border: 1px solid #7C6A53;
            background: rgba(255, 255, 255, 0.00);
        }
        .aside-form textarea.wpcf7-form-control.wpcf7-textarea {
            border: 1px solid #7C6A53;
            background: rgba(255, 255, 255, 0.00);
        }
        .aside-form input.wpcf7-form-control.wpcf7-submit.has-spinner.submit-contato {
            background: #C9B5AC;
            width: 100%;
        }
        .intro-side h2 {
            text-align: center;
            font-family: Questrial;
            font-size: 16px;
            text-transform: uppercase;
        }
        .detalhe-sidebar {
            text-align: center;
            padding-bottom: 10px;
        }
        .aside-infos p {
            margin: 0;
            text-align: center;
        }
        .aside-infos ul.redes-sociais {
            justify-content: center;
            padding-top: 20px;
        }
        .detalhe-svg-blog {
            text-align: center;
        }
        .aside-category a:last-child .detalhe-svg-blog {
            display: none;
        }
        .intro-side {
            padding-top: 50px;
        }
        .container-grid.ultimas-do-blog {
            padding: 10px 0;
            grid-gap: 20px 20px;
        }
        .tecnologia-item h3 {
            color: #7C6A53;
            font-size: 16px;
        }
        .single-tecnologia .container-grid {
            display: grid;
            margin: auto;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            grid-gap: 15px 15px;
            padding: 0px 0px;
        }
        .aside-category .tratamento-post-icone {
            max-height: 60px;
            height: 60px;
        }
        .aside-category .tratamento-post-icone svg {
            max-height: 60px;
            height: 60px;
        }
        .item-sidebar-blog {
            align-items: center;
        }
        .detalhe-svg-blog SVG {
            width: 100%;
        }
        .detalhe-sidebar svg {
            width: 100%;
        }
    /*FIM SINGLE TRATAMENTOS*/
/*FIM TRATAMENTOS*/

/*INICIO PAGE TECNOLOGIAS*/
    figure.wp-block-video video {
        max-height: 580px;
        width: 100%;
    }
    .tecnologias-listagem .owl-carousel .owl-item img {
        width: 170px;
        height: 425px;
    }
    .tecnologias-listagem img {
        width: auto;
        max-height: 425px;
    }
    .tecnologia-post-titulo h2 {
        text-align: center;
        font-size: 25px;
        line-height: 107.9%;
    }
    .tecnologias-listagem .owl-item {
        padding: 0 40px;
    }
    .tecnologia-post-titulo {
        min-height: 45px;
    }
    .tecnologia-content {
        background: #FFF;
        /* margin-top: 30px; */
        padding: 25px;
        padding: 25px;
    }
    .tecnologias {
        background: #EDEDE8;
        position: relative;
        padding: 50px 20px;
    }
    .imagem-icone-tecnologia {
        display: flex;
        justify-content: center;
    }
    .resumo-post {
        text-align: center;
        /* min-height: 210px; */
        min-height: 115px;
    }
    .tecnologia-content .button {
        display: flex;
        justify-content: center;
    }
    /* .tecnologias .background-r {
        z-index: 0;
    } */
    .tecnologias .background-r img {
        width: 1000px;
        height: 1000px;
    }
    .intro-tecnologias {
        text-align: center;
    }
    .intro-tecnologias p {
        padding: 30px 0 0;
    }
    .cta-tecnologias {
        padding: 90px 20px;
    }
    .tecnologia-image {
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
    }
    .tratamento-descricao-content li {
        font-weight: 300;
    }
    .tratamento-descricao-content img {
        border-radius: 10px;
    }
    
    /* .tecnologias-listagem .container-grid {
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    } */
/*FIM PAGE TECNOLOGIAS*/

/*INICIO PAGE PROTOCOLOS*/
    .descricao-cta-protocolo p {
        color: #FFF;
        font-size: 21px;
        padding-bottom: 30px;
    }
    .titulo-cta-protocolo H2 {
        color: #FFF;
    }
    .cta-protocolos a.button-transparente {
        border: 2px solid #FFF;
        background: rgba(248, 247, 245, 0.00);
        color: white;
    }
    .cta-tecnologias a.button-transparente {
        border: 2px solid #FFF;
        background: rgba(248, 247, 245, 0.00);
        color: white;
    }
    .cta-protocolos {
        padding: 110px 20px;
    }
    .box-cta-protocolo {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .descricao-cta-protocolo {
        text-align: center;
        padding-top: 20px;
    }
/*FIM PAGE PROTOCOLOS*/

/* INICIO PAGE BLOG */
    .blog {
        padding: 50px 20px 0 20px;
    }
    .cta-blog a.button-transparente {
        border: none;
        background: #67431d;
        color: white;
        padding: 15px;
    }
    .cta-blog {
        padding: 70px 20px;
    }
    .titulo-cta-protocolo {
        padding-bottom: 15px;
    }
    .paginacao.paginacao-blog {
        text-align: center;
        padding: 30px 0;
        font-size: 20px;
    }
    .paginacao.paginacao-blog a {
        font-size: 20px;
    }
    span.page-numbers.current {
        font-weight: 800;
    }
/* FIM PAGE BLOG */

    /*SINGLE BLOG*/
        .item-sidebar-blog p {
            text-transform: uppercase;
            color: #7C6A53;
            line-height: 107.9%;
            margin: 0;
        }
        .item-sidebar-blog {
            display: flex;
            gap: 10px;
            padding: 15px 0px 15px 30px;
        }
        .ultimas-blog-item .blog-imagem img {
            min-width: 165px;
            max-width: 165px;
            height: 110px;
        }
        .ultimas-blog-item .blog-titulo h3 {
            color: #7C6A53;
            font-size: 16px;
            margin: 0;
        }
        .ultimas-blog-item .blog-descricao p {
            font-size: 14px;
        }
        .ultimas-blog-item a {
            display: flex;
            gap: 15px;
        }
        .tratamento-single-content {
            padding: 50px 45px 50px 0px;
        }
        .titulo-blog-principal {
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .titulo-blog-principal h1 {
            display: flex;
            align-items: center;
            flex-direction: column;
        }
    /*SINGLE BLOG*/
/* FIM PAGE BLOG */

/*INICIO CONTATO*/
    .cta-avaliacao {
        padding: 88px 20px;
    }
    input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
        background: #F8F7F5;
        border: none;
        font-weight: 400;
        line-height: 169.5%;
        margin-bottom: 10px;
        padding: 10px;
        width: 100%;
    }
    .page-contato p {
        margin: 0;
        line-height: 149.4%;
    }
    input.wpcf7-form-control.wpcf7-tel.wpcf7-text.wpcf7-validates-as-tel {
        background: #F8F7F5;
        border: none;
        font-weight: 400;
        line-height: 169.5%;
        margin-bottom: 10px;
        padding: 10px;
        width: 100%;
    }
    textarea.wpcf7-form-control.wpcf7-textarea {
        background: #F8F7F5;
        border: none;
        font-weight: 400;
        line-height: 169.5%;
        margin-bottom: 10px;
        padding: 10px;
        width: 100%;
        max-height: 197px;
    }
    input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required:focus {
        outline: none;
    }
    input.wpcf7-form-control.wpcf7-tel.wpcf7-text.wpcf7-validates-as-tel:focus {
        outline: none;
    }
    textarea.wpcf7-form-control.wpcf7-textarea:focus {
        outline: none;
    }
    input.wpcf7-form-control.wpcf7-submit.has-spinner.submit-contato {
        border: 0px solid #96783F;
        background: #96783F;
        color: white;
        font-size: 14px;
        font-weight: 400;
        line-height: 107.9%;
        padding: 15px 10px;
    }
    .submit-content p {
        display: flex;
        flex-direction: column;
        align-items: end;
    }
    .descricao-contato {
        padding-bottom: 30px;
    }
    ul.redes-sociais {
        padding: 0;
        list-style: none;
        display: flex;
        gap: 20px;
        padding-top: 30px;
    }
    .page-contato {
        padding: 50px 20px;
    }
    .box-intro-formulario {
        padding-right: 30px;
    }
    .box-cta-avaliacao {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .cta-avaliacao .container-fluid {
        display: flex;
        padding: 0;
    }
/*FIM CONTATO*/
    
/* INICIO FOOTER */
    .footer-listagem-1 {
        flex-direction: column;
    }
    .footer-listagem-2 {
        flex-direction: column;
    }
    .logo-footer .button {
        justify-content: center;
    }
    .button-amarelo {
        background: #96783F;
        color: rgba(248, 247, 245, 0.85);
        font-size: 14px;
        font-weight: 400;
        border: none;
        padding: 10px;
    }
    .logo-footer p {
        text-align: center;
        line-height: 149.4%;
        padding: 30px 0;
    }
    .copyright-footer {
        background: #91733A;
        padding: 15px 0;
    }
    .copyright-footer * {
        color: #FFF;
        font-weight: 400;
        font-size: 14px;
    }
    .copyright-footer a svg {
        margin-left: 10px;
    }
    .titulo-footer h3 {
        color: #000;
        font-size: 16px;
        line-height: 149.4%;
        font-weight: 600;
    }
    .titulo-tratamento-footer h3 {
        color: #000;
        font-family: Questrial;
        font-size: 14px;
        line-height: 149.4%;
        margin: 0;
    }
    .ultimas-blog-footer .titulo-footer {
        padding-top: 15px;
    }
    .tratamentos-footer {
        display: flex;
        justify-content: space-between;
    }
    .ultimas-blog-footer .container-grid {
        grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
        grid-gap: 30px 30px;
        padding: 0px;
    }
    .ultimas-blog-footer .ultimas-blog-item a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .ultimas-blog-footer .ultimas-blog-item .blog-titulo h3 {
        text-align: center;
    }
    .footer-listagem-1 {
        padding-left: 30px;
    }
    footer {
        background: linear-gradient(0deg, rgba(212, 208, 200, 0.85) 0%, rgba(217, 217, 217, 0.00) 100%);
        padding: 50px 20px;
    }
    .tecnologia-footer {
        width: 28%;
    }
    .tratamento-2 {
        width: 33.3%;
    }
    .tratamento-1 {
        width: 33.3%;
    }
    /** BTN TOP **/
        .div-gotop {
            opacity: 0;
            display: block;
            position: fixed;
            right: 15px;
            bottom: 95px;
            z-index: 10;
        }
        .div-gotop button.gotop {
            border-radius: 50px;
            background: #ffffff;
            outline: 0 !important;
            box-shadow: none;
            border: 2px solid var(--primaria-1);
            text-shadow: none;
            cursor: pointer;
            margin: 0;
            padding: 0;
            width: 100%;
            height: 100%;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }
        .div-gotop.active {
            opacity: 1;
            background: white;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
        } 
        .gotop svg {
            fill: var(--primaria-1);
            width: 30px;
            height: 30px;
        }
        .div-gotop.active:hover button.gotop {
            background: var(--primaria-1);
        }
        .div-gotop.active:hover svg {
            fill: white;
        }
    /* FIM GOTOP */
    
    
/* FIM FOOTER */

/* INICIO PAGE SEARCH */
    section.breadcrumb-search ul {
        list-style: none;
        display: flex;
        padding: 22px 0;
    }
    #search .container-grid {
        grid-gap: 30px 30px;
    }
    img.attachment-.size-.wp-post-image {
        padding: 10px 20px;
        height: 220px;
    }
    .listaPost_img img.attachment-.size-.wp-post-image {
        padding: 10px 20px 0;
    }
    .listaPost_content {
        gap: 12px;
        padding: 0px 21px 30px 19px;
        color: var(--text-color);
        font-size: 18px;
    }
    .listaPost_content h2 {
        font-size: 22px;
        padding: 10px 0px 5px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #search .button {
        padding: 20px 0px 0px 0px;
        justify-content: center;
    }
    .listaPost_content .button-padrao {
        padding: 5px 10px;
        margin: 0 auto;
        font-size: 16px;
    }
    #search .container-grid {
        padding-bottom: 25px;
    }
    .mt-2.lerMais.button-1.button-sl-1 svg {
        width: 17%;
    }
    span.breadcrumb-marker.marker-search {
        padding: 0 5px;
    }
    .pesquisa-introducao {
        text-align: center;
        padding: 30px 0;
    }
    
    /* INICIO SEARCH */
        #button-header {
            background: none;
            border: none;
        }
        #input-header {
            border: none;
            border-bottom: 1px solid #C3B5AC;
            color: var(--primaria-6);
        }
        .search-menu * {
            transition: all .3s ease-in-out;
        }
        .search-home-bt {
            border: none;
            background: transparent;
            /* padding: 0 15px 0 0; */
        }
        .search-menu input {
            border: none;
            border-bottom: 1px solid black;
            outline: none;
            background: transparent;
            width: 700px;
        }
        .search-menu #button-header {
            background: transparent;
        }
        .search-menu #button-header {
            background: transparent;
            padding: 0;
            border: none;
        }
        .search-menu form {
            display: flex;
            align-items: center;
            gap: 10px;  
            padding: 0px;
        }
        .search-menu {
            position: relative;
            display: none;
            padding: 18px 0;
        }
        .search-menu .search-home-bt {
            position: absolute;
            top: 0;
            height: 100%;
            right: 15px;
            padding: 0;
        }
        .search-main-header {
            display: flex;
            align-items: center;
        }
        button.search-home-bt svg {
            height: 25px;
        }
    /* FIM SEARCH */
/* FIM PAGE SEARCH */    

/* INICIO FIDELITE */   

    .page-id-482 .cta-fidelite {
        background: #edece6;
        text-align: center;
        overflow: hidden !important;
        object-fit: cover;
        position: relative;
    }

    .page-id-482 .simbolo-fundo  {
        position: absolute;
        z-index: 0;
        height: 100%;
    }
    .page-id-482 .cta-fidelite .simbolo-fundo img{
        height: 100%;
    }
    .page-id-482 .box-cta-fidelite {
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
    }
    .page-id-482 .cta-fidelite .logo-texto {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: start;
        gap: max(3vw, 30px);
    }
    .page-id-482 .logo-cta-fidelite {
        max-width: 500px;
        display: flex;
        justify-self: center;
        /* margin-bottom: 80px; */
    }
    .page-id-482 .cta-fidelite .texto {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    .page-id-482 .cta-fidelite h2 {
        font-size: 32px;
        color: #8e0304;
        margin: 0;
        font-family: 'Questrial', serif;
    }
    .page-id-482 .descricao-cta-fidelite {
        width: 100%;
        font-size: 16px;
        text-align: center;
        display: flex;  
        justify-self: center;
    }

    .section-2{
        padding: 80px 0px;
        position: relative;
    }
    .section-2 .simbolo-fundo {
        position: absolute;
        z-index: 0;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: start;
        top: 2%;
        width: 100%;
    }
    .section-2 .simbolo-fundo img {
        max-width: 630px !important;
    }
    .section-2-container{
        z-index: 2;
        position: relative;
    }
    .section-2 .titulo{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 25px;
        text-align: center;
    }
    .section-2 .titulo-secao-2{
        font-size: 36px;
        color: #91733a;
        font-family: 'Cinzel', serif;
        width: 70%;
    }
    .section-2 .subtitulo-secao-2{
        font-size: 16px;
        color: #000000;
        font-family: 'Questrial', serif;
        width: 70%;
    }
    .section-2 .titulo-2-secao-2{
        font-size: 36px;
        color: #8e0304;
        font-family: 'Questrial', serif;
        border-top: 3px solid #8e0304;
        border-bottom: 3px solid #8e0304;
        padding: 10px;
        width: 60%;
    }
    .section-2 .row-2{
        padding: 80px 0;
    }
    .section-2 .item{
        padding: 20px;
    }
    .section-2 .box-item-secao-2{
        border-radius: 20px;
        padding: 85px 65px;
        background-color: #EDECE6;
        opacity: 0.7;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
    .section-2 .titulo-item-secao-2{
        font-size: 32px;
        color: #8e0304;
        font-family: 'Questrial', serif;
    }
    .section-2 .separador{
        width:100%;
        height: 3px;
        background: #8e0304;
        margin: 20px 0;
    }
    .section-2 .subtitulo-item-secao-2{
        font-size: 16px;
        color: #000000;
        font-family: 'Questrial', serif;
    }

    .section-2 .fundo{
        border-radius: 20px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 30px;
    }

    .section-2 .row-3 .titulo {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        flex-direction: row;
        padding: 0 20px;
    }
    .section-2 .row-3 h3 {
        font-size: 38px;
        color: #000000;
        font-family: 'Cinzel', serif;
        margin: 0;
    }
    .section-2 .row-3 img {
        max-width: 50%;
    }

    .section-2 .row-3 .box-texto{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 15px;
        padding-top: 50px;
    }
    .section-2 .row-3 .texto-1 {
        text-align: center;
        font-size: 18px;
        color: #000000;
        font-family: 'Questrial', serif;
    }
    .section-2 .row-3 .texto-2 {
        text-align: center;
        font-size: 28px;
        color: #8e0304;
        font-family: 'Questrial', serif;
    }

    .cta-grupo {
        padding: 20px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .col-cta-grupo{
        display: flex;
        justify-content: center;
        /* align-items: center; */
        flex-direction: column;
    }
    
    .cta-grupo .texto-1 h2{
        font-size: 42px;
        font-family: 'Questrial', serif;
        color: #f5f5f5;
        text-align: right;
    }
    .cta-grupo .imagem {
        border-radius: 20px;
        overflow: hidden;
    }
    .cta-grupo .texto-2 h3{
        width: 100%;
        font-size: 32px;
        font-family: 'Questrial', serif;
        color: #f5f5f5;
        text-align: left;
    }
    .cta-grupo .texto-3 p{
        width: 100%;
        font-size: 24px;
        font-family: 'Questrial', serif;
        color: #f5f5f5;
        text-align: left;
    }
    .cta-grupo .texto-1 .button-transparente{
        display: flex;
        flex-direction: column;
        gap: 5px;
        background-color: white;
        color: black;
    }
    .cta-grupo .texto-1 .button-transparente:hover{
        background: rgba(248, 247, 245, 0.00);
        color: white;
    }

    @media (max-width: 992px) {
        .cta-fidelite{
            padding: 50px;
        }
        .cta-fidelite h2 {
            font-size: 32px;
        }
        .descricao-cta-fidelite {
            width: 100%;
        }
        .button-cta-fidelite{
            width: 96%;
            font-size: 18px;
        }
        .simbolo-fundo  {
            display: none;
        }
        .section-2 .box-item-secao-2 {
            padding: 40px;
        }
        .section-2 .row-2 {
            padding: 30px 0;
        }

        .col-cta-grupo{
            align-items: center;
            padding: 15px 0;
        }        
        .cta-grupo .texto-1 h2{
            font-size: 42px;
            text-align: center;
        }
        .cta-grupo .texto-2 h3{
            font-size: 32px;
            text-align: center;
        }
        .cta-grupo .texto-3 p{
            font-size: 24px;
            text-align: center;
        }
        .cta-grupo .imagem{
            max-width: 80%;
        }
    }

    @media (max-width: 768px) {

        .section-2 .row-3 .titulo {
            gap: 10px;
            flex-direction: column;
        }
        .section-2 .row-3 img {
            max-width: 100%;
        }   
        .section-2 .row-3{
            padding: 15px;
        }
    }

    @media (max-width: 400px) {
        .section-2 .titulo-secao-2 {
            font-size: 24px;
            width: 100%;
        }
        .cta-grupo .texto-1 h2 {
            font-size: 24px;
            text-align: center;
        }
                .cta-grupo .texto-2 h3{
            font-size: 22px;
            text-align: center;
        }
        .cta-grupo .texto-3 p{
            font-size: 14px;
            text-align: center;
        }
    }
/* FIM FIDELITE */

/** INICIO DO MEDIA */
    @media screen and (max-width: 1605px){
    }
    @media screen and (max-width: 1507px){
        .descricao-cta-avaliacao p {
            font-size: 18px;
        }
        .titulo-cta-avaliacao h2 {
            padding-bottom: 15px;
        }
    }
    @media screen and (max-width: 1399px){
        .tecnologia-post-titulo h2 {
            font-size: 22px;
        }
        .ultimas-blog-item .blog-descricao p {
            font-size: 12px;
        }
        .ultimas-blog-item .blog-titulo h3 {
            font-size: 14px;
        }
        .aside-infos p {
            font-size: 14px;
        }
        .resumo-post {
            min-height: 125px;
        }
        .owl-theme .owl-nav {
            width: 1200px;
            left: calc( ( 100% - 1200px) / 2);
        }
        .tecnologias-listagem .owl-item {
            padding: 0 30px;
        }
        .cta-protocolos {
            padding: 70px 20px;
        }
        h1, h2 {
            font-size: 32px;
            line-height: 120%;
        }
        .logo-footer svg {
            width: 100%;
        }
        .img-sobre img {
            height: auto;
        }
        .titulo-cta-avaliacao h2 {
            padding-bottom: 0px;
        }
        .sidebar-relacionados svg {
            width: 100%;
        }
    }

    @media screen and (max-width: 1199px){
       
        .resumo-post {
            min-height: 100px;
        }
        .owl-theme .owl-nav {
            width: 1000px;
            left: calc( ( 100% - 1000px) / 2);
        }
        .resumo-post {
            min-height: 100px;
        }
        .tecnologias-listagem .owl-item {
            padding: 0 20px;
        }
        .tecnologias-listagem .container-grid {
            padding: 0px 15px 0px;
        }
        .tecnologia-post-titulo h2 {
            font-size: 24px;
        }
        .cta-avaliacao {
            padding: 50px 20px;
        }
        .texto-tecnologias-home p {
            padding: 15px 0;
        }
        div#nav-desk a {
            padding: 0 25px;
        }
        footer .ultimas-blog-item .blog-imagem img {
            min-width: 140px;
            max-width: 140px;
            height: 90px;
        }
    }

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

    @media screen and (max-width: 991px){
        .tecnologia-post-titulo {
            min-height: 60px;
        }
        .galeria-clinica .item_img img {
            max-height: 225px;
        }
        .listagem-blog {
            padding: 0 20px;
        }
        .blog-content {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .logo-footer p {
            padding: 20px 0;
            margin: 0;
        }
        .ultimas-blog-footer .container-grid {
            margin: 0;
        }
        .cta-blog {
            padding: 100px 20px;
        }
        .resumo-post {
            min-height: unset;
        }
        .box-cta-protocolo.box-cta-blog {
            padding: 0;
            align-items: center;
        }
        .owl-theme .owl-nav {
            width: 600px;
            left: calc( ( 100% - 600px) / 2);
        }
        .descricao-cta-protocolo p {
            font-size: 18px;
        }
        .cta-protocolos {
            padding: 50px 20px;
        }
        .descricao-cta-protocolo p {
            padding-bottom: 15px;
        }
        .descricao-cta-protocolo {
            text-align: initial;
            padding-top: 0px;
        }
        .titulo-cta-protocolo {
            padding-bottom: 0;
        }
        .box-cta-protocolo {
            align-items: flex-start;
            padding-right: 38%;
        }
        .banner-imagem-single-tratamento img {
            height: auto;
        }
        aside.listagem-side-bar {
            padding: 30px 100px;
            margin: 0px;
        }
        .tratamento-single-content {
            padding: 30px 20px;
        }
        .cta-avaliacao {
            padding: 95px 20px;
        }
        .galeria-clinica .owl-slider.owl-theme .owl-dots .owl-dot span, .owl-slider-2.owl-theme .owl-dots .owl-dot span {
            background: url(../images/traco-bege.svg) center no-repeat;
        }
        .galeria-clinica img {
            padding: 0 15px;
        }
        .texto-tecnologias-home h2 {
            text-align: center;
        }
        .d-flex.d-lg-none.ultimas-blog-footer {
            flex-direction: column;
        }
        .redes-sobre {
            justify-content: center;
            align-items: baseline;
        }
        
        .box-cta-avaliacao {
            padding-right: 43%;
        }
        .search-menu .search-home-bt {
            right: -5px;
        }
        .search-menu {
            padding: 15px 0;
        }
        .box-intro-formulario {
            padding-right: unset;
        }
        .img-sobre-home img {
            height: auto;
        }
        .tecnologia-footer {
            width: unset;
        }
        .formulario-contato ul.redes-sociais {
            position: absolute;
            bottom: 30px;
        }
        .formulario-contato {
            position: relative;
        }
        .container.texto-tecnologias-home {
            align-items: center;
            padding: 30px 20px;
        }
        .box-tecnologias-home {
            display: flex;
            background: #E8E4E1;
            padding: 0;
            flex-direction: column;
        }
        .descricao-doutora {
            padding: 15px 0 10px;
        }
        .sobre-dra {
            padding: 50px 20px 50px;
        }
        .sobre-dra .button {
            justify-content: center;
        }
        .texto-sobre-home {
            padding-right: 0;
            text-align: center;
        }
        .img-sobre-home {
            padding-top: 0px;
        }
        .box-home-sobre {
            flex-direction: column;
        }
        input:checked ~ label .hamburguer {
            transform: rotate(45deg);
        }
        .search-home-bt svg {
            position: unset;
        }
        .header-logo img {
            width: 234px;
            height: 63px;
            max-width: unset;
        }
        .header-logo {
            width: unset;
            padding: 15px 15px;
            max-width: unset;
        }
        .header-logo a {
            display: unset;
        }
        .input-hamburguer:checked ~ .navbar-collapse-menu {
            position: absolute;
            top: 100%;
            right: 0;
            border-top: none;
        }
        .navbar-nav {
            width: 100%;
            align-items: center;
            margin: 0;
            padding: 0;
            text-align: center;
        }
        .navbar-collapse-menu {
            background: #e8e4e1;
            width: 100vw;
            max-width: 100%;
        }
        button.navbar-toggler {
            border: none;
        }
        button.navbar-toggler:focus {
            border: none;
            background: none;
            box-shadow: none;
        }
        .search-main-header {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            background: #B2A59B;
        }
        .container-fluid.header-navbar {
            padding: 0;
        }
        .navbar-expand-lg {
            padding: 0;
        }
        button.search-home-bt svg path, button#button-header svg path {
            stroke: #eeebe7;
        }
        ul.redes-sociais {
            padding-top: 0;
            margin: 0;
            padding-right: 20px;
        }
        header .menu-item a {
            color: #91733A;
            font-weight: 400;
        }
        .navbar-nav li {
            width: 90%;
            border-bottom: 1px solid #7C6A53;
            padding: 20px 0;
        }
        .search-home-bt {
            padding: 15px 0;
        }
    }

    @media screen and (max-width: 767px){
        .tecnologia-post-titulo {
            min-height: unset;
        }
        .intro-tratamentos p {
            margin: 0;
        }
        footer {
            padding: 30px 20px;
        }
        .blog {
            padding: 30px 20px 0 20px;
        }
        .tecnologias-listagem .owl-carousel .owl-item img {
            width: 155px;
            height: 390px;
        }
        .tecnologias-listagem img {
            max-height: 390px;
        }
        .owl-theme .owl-nav {
            width: 450px;
            left: calc( ( 100% - 450px) / 2);
        }
        .descricao-cta-protocolo p {
            font-size: 16px;
        }
        .titulo-cta-protocolo H2 {
            font-size: 24px;
        }
        .cta-protocolos {
            padding: 30px 20px;
        }
        .tratamento-post-titulo h2 {
            font-size: 21px;
            min-height: unset;
        }
        aside.listagem-side-bar {
            padding: 30px 30px;
            margin: 0px;
        }
        
        .tratamentos-category .itens-filtro-trat {
            display: grid;
            margin: auto;
            grid-template-columns: repeat(auto-fit, minmax(161px, 1fr));
            grid-gap: 30px 30px;
            justify-items: center;
        }
        a.button-transparente {
            font-size: 14px;
        }
        .descricao-cta-avaliacao p {
            font-size: 16px;
        }
        .titulo-cta-avaliacao h2 {
            font-size: 24px;
        }
        .cta-avaliacao {
            padding: 40px 20px;
        }
        .textos-clinica-home p {
            padding: 15px 0 0;
        }
        .sobre-dra-sobre {
            background: #F8F7F5;
            padding: 30px 20px;
        }
        #sobre-clinica {
            padding: 30px 20px 30px;
        }
        .ultimas-blog .container-grid {
            
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        }
        .container-grid.footer-lista-trat-mobile {
            grid-template-columns: repeat(auto-fit, minmax(155px, 1fr));
            grid-gap: 30px 30px;
            padding: 30px 15px;
            justify-items: initial;
        }
        .sobre-dra {
            padding: 30px 20px 30px;
        }
        .tratamentos-listagem.trat-list-home {
            padding: 30px 20px;
        }
        .ultimas-blog {
            padding: 30px 20px;
        }
        .page-contato {
            padding: 30px 20px;
        }
        .tratamentos-box.trat-home .container-grid {
            display: grid;
            margin: auto;
            grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
            grid-gap: 30px 30px;
            padding: 0px 0px;
        }
        .tecnologias-listagem .owl-nav svg {
            max-height: 90px;
        }
        .cta-tecnologias {
            padding: 30px 20px;
        }
    }

    @media screen and (max-width: 576px){
        .titulo-blog-principal svg {
            max-height: 65px;
            width: auto;
        }
        .cta-blog .titulo-cta-protocolo H2 {
            text-align: center;
        }
        .ultimas-blog-footer .container-grid {
            grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        }
        .descricao-cta-avaliacao p {
            font-size: 14px;
        }
        .container-grid {
            padding: 15px 0px;
        }
        .tratamentos-listagem {
            padding: 0 20px;
        }
        a.button-transparente {
            font-size: 12px;
        }
        .descricao-cta-avaliacao p {
            font-size: 16px;
            margin: 0;
        }
        .cta-avaliacao {
            padding: 25px 20px;
        }
        .titulo-cta-avaliacao h2 {
            font-size: 21px;
        }
        .descricao-cta-avaliacao p {
            font-size: 14px;
            margin: 0;
        }
    }

    @media screen and (max-width: 475px){
        .intro-tecnologias p {
            padding: 30px 0 0;
        }
        .imagem-tratamento img {
            width: 394px;
            height: 230px;
        }
        .container-grid.footer-lista-trat-mobile {
            grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        }
        .banner-imagem-single-tratamento {
            padding: 20px 0 20px;
        }
        .tratamento-descricao-content h3 {
            font-size: 18px;
            line-height: normal;
        }
        .tratamento-descricao-content h2 {
            font-size: 21px;
            line-height: normal;
        }
        .single-post h1 {
            font-size: 24px;
            line-height: 120%;
        }
        .owl-theme .owl-nav {
            width: 360px;
            left: calc( ( 100% - 360px) / 2);
        }
        .cta-protocolos {
            padding: 30px 10px;
        }
        .descricao-cta-protocolo p {
            padding-bottom: 0px;
        }
        .box-cta-protocolo {
            padding-right: 21%;
        }
        footer .ultimas-blog-item .blog-imagem img {
            min-width: 120px;
            max-width: 140px;
            height: 78px;
        }
        footer p {
            font-size: 14px;
        }
        .texto-tecnologias-home h2 {
            text-align: center;
        }
        h1, h2 {
            font-size: 28px;
            line-height: 120%;
        }
        .titulo-post h3 {
            font-size: 21px;
        }
        .texto-descricao-post p {
            min-height: unset;
        }
        .img-post img {
            width: 380px;
            height: 230px;
        }
        .ultimas-blog-item .blog-titulo h3 {
            font-size: 14px;
        }
        a.button-rosa {
            font-size: 14px;
        }
        .header-logo img {
            width: 200px;
            height: 54px;
        }
    }

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

    @media screen and (max-width: 400px){
        .container-grid.footer-lista-trat-mobile {
            grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
            grid-gap: 30px 30px;
            padding: 30px 15px;
        }
        .tratamentos-category .itens-filtro-trat {
            grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
            grid-gap: 30px 30px;
        }
        .item-sidebar-blog {
            display: flex;
            gap: 10px;
            padding: 15px 0px 15px 0px;
        }
        .box-cta-avaliacao {
            padding-right: 28%;
        }
    }

    @media screen and (max-width: 375px){
        h1, h2 {
            font-size: 26px;
            line-height: 120%;
        }
        .header-logo img {
            width: 180px;
            height: 48px;
        }
        ul.redes-sociais svg {
            max-height: 20px;
        }
        ul.redes-sociais {
            gap: 10px;
        }
        
    }
