@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700&display=swap');
/* font-family: 'Nunito Sans', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;600;700&display=swap');
/* font-family: 'Lora', serif; */

:root {
    --primaria-1: #D7DAE2;
    --primaria-2: #EFEBE8;
    --primaria-3: #F7F5F3;
    --primaria-4: #3B3B3B;
    --primaria-5: #3D3D3D;
    --primaria-6: #C9B5AC;
    --breadcrumb: rgba(195, 181, 172, 0.5);
    --copyright: #C3B5AC;
    --lines: #662119;
    --text-color: #000000;
    --fundos: rgba(239, 235, 232, 0.15);      
}
body, html {
    font-family: 'Nunito Sans', sans-serif; 
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 0;
    color: var(--text-color);
}

.error404 .wa__btn_popup, .error404 .wa__popup_chat_box {
    display: none;
}
img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}
p {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 0;
    color: var(--text-color);
}
h1, h2 {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 28px;
    color: var(--text-color);
}
h3 {
    font-family: 'Lora', serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 28px;
    color: var(--text-color);
}
a { 
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    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;
}
hr {
    color: var(--lines);
}
.grecaptcha-badge {
    visibility: hidden;
}
/* SCROLL */
body::-webkit-scrollbar, .modal-dialog-scrollable .modal-body::-webkit-scrollbar {
    width: 10px;
    background:var(--primaria-3);
}
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 */

/* ANIMAÇÕES */
    .loader {
        width: 48px;
        height: 48px;
        border: 5px solid #c9b5ac;
        border-bottom-color: transparent;
        border-radius: 50%;
        display: inline-block;
        box-sizing: border-box;
        animation: rotation 1s linear infinite;
        position: absolute;
        top: 50%;
        left: calc(50% - 20px);
        }

        @keyframes rotation {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    } 
/* FIM ANIMAÇÕES */
/** INICIO BREADCRUMB */
    .breadcrumb, .breadcrumb-single-tratamento, .breadcrumb-principal {
        background: rgba(195, 181, 172, 0.5);
        mix-blend-mode: normal;
        margin: unset;
        padding: 5px 0;
    }
    a.breadcrumb-page, a.breacrumb-url, a.titulo-home-breadcrumb, span.titulo-taxonomy-trat {
        color: #000;
        font-size: 16px;
        font-weight: 400;
    }
    span.breadcrumb-title, span.breadcrumb-single ,span.titulo-taxonomy-trat {
        font-size: 16px;
        font-weight: 700;
    }
    span.breadcrumb-marker {
        padding: 0 3px;
    }
/** FIM BREADCRUMB */

/** INICIO BOTÕES */
    .button {
        display: flex;
        justify-content: initial;
        padding: 15px 0 30px 30px;
    }
    .button-padrao {
        font-family: 'Nunito Sans', sans-serif;
        padding: 10px 20px;
        color: var(--text-color);
        border: 2px solid var(--primaria-6);
    }
    a.button-padrao:hover {
        color: var(--primaria-6);
    }
/** 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;
    }
/** 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: #363138;
}
.header-logo {
    max-width: 20%;
    padding: 0 20px;
    width: 100%;
}
.header-logo path,
.header-logo a {
    transition: all .3s ease-in-out;
}
.header-logo a:hover path {
    fill: #FFF;
}
div#nav-desk a {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    padding: 0 50px;
    color: #C3B5AC;
}
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;
    border-bottom: 0.5px solid var(--primaria-6);
    width: 100%;
    height: 100%;
    max-width: 20%;
    left: 40%;
    top: 15%;
}
div#nav-desk a:hover {
    color: #FFF;
}
.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 {
    color: var(--text-color);
}
div#navegacao {
    z-index: 4;
}
/*FIM HEADER*/

/* INICIO HOME */
    /** 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: url(../images/traco-preto.svg) center no-repeat;
    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: 20px;
    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: 1050px;
    left: calc( ( 100% - 1050px) / 2);
    text-align: center;
    display: flex;
    justify-content: space-between;
    top: -10%;
}
.owl-nav .owl-prev, .owl-nav .owl-next{
    font-size: 50px;
}
.owl-cursos .owl-item .item a:hover {
    color: red;
}
.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;
}
.cta-home {
    background: radial-gradient(105.12% 105.12% at 50% 50%, rgba(0, 0, 0, 0) 15.1%, rgba(0, 0, 0, 0.1) 100%), #EFEBE8;
    padding: 50px 20px;
}
.cta-home svg {
    margin-bottom: 15px;
}
.cta-home p {
    font-size: 35px;
    line-height: 35px;
    text-align: center;
    margin: 0 auto;
}
.sheila-video {
    padding: 30px 0;
    position: relative;
}
    /* Sobre clinicas home */
#sobre-clinica-home {
    background: linear-gradient(0deg, #EFEBE8, #EFEBE8), #EFEBE8;
    padding: 50px 0;
}
.box-sobre-clinica {
    display: flex;
}
.textos-clinica-home {
    padding: 0 0 0 30px;
}
#sobre-clinica-home .owl-slider.owl-theme .owl-dots .owl-dot.active span {
    background: url(../images/traco-preto.svg) center no-repeat;
    background-size: auto; 
    opacity: 1;
}
#sobre-clinica-home .owl-slider.owl-theme .owl-dots .owl-dot span{
    background: url(../images/traco-marrom.svg) center no-repeat;
    background-size: auto; 
    opacity: 0.7;
}
.textos-clinica-home p {
    padding: 0 0 15px;
}
.botao-clinica-home {
    padding-top: 30px;
}
    /* tratamentos home */
.trat-home .category-item:first-child {
    display: none;
}
.trat-home .container-grid-item {
    padding: 120px 0 !important;
}
.trat-home .container-grid {
    max-width: 100% !important;
    grid-gap: 0 25px !important;
}
.trat-home .tratamento-facial-post_titulo p {
    font-size: 40px;
    color: var(--primaria-2);
}
.tratamentos-listagem.trat-list-home {
    padding: 50px 0;
}
.tratamentos-listagem.trat-list-home, .tratamentos-box.trat-home {
    background: unset;
}
.tratamento-facial-post_desc p {
    padding: 10px 0;
}

.botao-item-trat-home button {
    background: unset;
    border: unset;
    padding: unset;
    color: var(--primaria-6);
    font-weight: 700;
    font-size: 16px;
}
.botao-trat-home {
    text-align: center;
    margin: 30px 0 10px;
}
    /*  ultimas blog */
.ultimas-blog {
    background: var(--primaria-4);
    padding: 50px 0;
}
.ultimas-blog .container-grid {
    grid-gap: 50px 25px;
}
.intro-ultimas-blog {
    text-align: center;
    margin: 0 auto;
}
.intro-ultimas-blog h2 {
    text-transform: uppercase;
    color: #FFF;
}
.intro-ultimas-blog p {
    color: #FFF;
    padding: 15px 0 40px;
}
.titulo-home-blog h3 {
    font-size: 22px;
    color: #FFF;
    padding: 10px 0 5px;
}
.texto-descricao-post-home {
    height: 105px;
}
.texto-descricao-post-home p {
    color: #FFF;
}
.botao-blog-home-item {
    text-align: center;
}
.botao-blog-home-item .button-padrao {
    background: unset;
    color: #FFF;
    border: 1px solid #FFF;
}
.botao-blog-home-item .button-padrao, .botao-posts-blog .button-padrao {
	padding: 10px 20px;
	border: none;
	position: relative;
	cursor: pointer;
	box-sizing: border-box;
	overflow: hidden;
	color: #FFF;
    border: 1px solid #FFF;
	z-index: 0;
	transition: all 0.6s;
	font-weight: 600;
}
.botao-blog-home-item .button-padrao::before, .botao-posts-blog .button-padrao::before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 70%;
	height: 100%;
	background: linear-gradient(90deg, transparent, #4e4b4a, transparent);
	transition: all 3s;
	z-index: -1;
	transform: translateX(-120px)
			   skew(-20deg);
}
.botao-blog-home-item .button-padrao:hover::before, .botao-posts-blog .button-padrao:hover::before {
	transform: translateX(300px)
			   skew(-20deg);
}
.img-blogHome img {
    max-height: 260px;
}
.ultimas-blog .titulo-blog {
    height: 75px;
}
section#sobre-clinica-home svg {
    margin-bottom: 30px;
}
section.equipe-home {
    padding: 30px 20px 50px;
}
.titulo-equipe-home h2 {
    text-align: center;
    font-weight: 400;
    line-height: 107.9%;
    letter-spacing: 0.36px;
}
.equipe-item-descricao p {
    padding: 15px 0 30px;
    color: #000;
    text-align: center;
    font-family: Nunito Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 149.4%;
}
/*FIM HOME*/

/*INICIO SOBRE*/
section.sobre-dras {
    padding-bottom: 50px;
}
.cta-sobre {
    background: unset;
    padding-bottom: 70px;
}
.box-superior-sobre, .box-inferior-sobre {
    display: flex;
    /* padding:  30px 0px; */
    /* justify-content: center; */
    /* align-items: center; */
}
.box-inferior-sobre {
    flex-direction: row-reverse;
    padding-top: 60px;
    padding-bottom: 60px;
}
/*add*/
.img-sobre-superior img {
    max-width: 85%;
}
.img-sobre-superior {
    display: flex;
    justify-content: start;
}
.box-inferior-sobre .img-sobre-superior {
    justify-content: end;
}
.texto-sobre-superior {
    padding: 60px 30px 0 100px;
}
.box-inferior-sobre .texto-sobre-superior {
    padding: 60px 100px 0 30px;
}
/*fim add*/
.texto-sobre-superior h1, .texto-sobre-superior h2 {
    font-family: 'Lora', serif;
    text-align: center;
    margin-bottom: 5px;
}
.texto-sobre-superior span {
    display: flex;
    justify-content: center;
    font-size: 14px;
}
.texto-sobre-superior p {
    padding: 10px 0 0 0;
    line-height: 26.5px;
}
.botao-sobre-dras {
    position: relative;
    top: 10%;
    text-align: center;
}
.botao-sobre-dras.botao-dra-2 {
    top: 7%;
}
.owl-slider-2 .item.animated {
    padding: 50px 10px 0;
}
.owl-slider-2 .owl-nav svg {
    max-width: 60%;
}
.owl-slider-2.owl-theme .owl-nav {
    width: 1250px;
    left: calc( ( 100% - 1250px) / 2);
    top: 45%;
}
.owl-item .item .item-masonry img {
    width: 415px;
    height: 250px;
}
/*FIM SOBRE*/

/*INICIO TRATAMENTOS*/
.tratamentos-box, .tratamentos-listagem, .tratamentos-apresentacao {
    background: linear-gradient(0deg, #F7F5F3, #F7F5F3), #EFEBE8;
}
.tratamentos-box .container-grid, .tratamentos-apresentacao .container-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 0 20px;
    padding: 50px 0;
    max-width: 100%;
}
.tratamentos-box .container-grid-item, .tratamentos-apresentacao .container-grid-item {
    text-align: center;
    padding: 60px 0;
}
a.category-item .container-grid-item {
    transition: all .3s ease-in-out;
}
a.category-item:hover .container-grid-item {
    opacity: 0.8;
}
a.category-item.active .container-grid-item p {
    color: var(--lines);
}
a.category-item.active {
    position: relative;
}
.container-grid-item article {
    position: relative;
    z-index: 2;
}
a.category-item.active .container-grid-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(201, 181, 172, 0.65), rgba(201, 181, 172, 0.65));
}
.imagem-icone-tratamento {
    overflow: hidden;
}
.imagem-icone-tratamento img {
    transition: all .5s ease-in-out;
    width: 400px;
    height: 250px;
}
.imagem-icone-tratamento img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.tratamento-facial-post_titulo p {
    font-family: 'Lora', serif;
    font-size: 30px;
    color: #FFF;
    font-weight: 600;
}
.tratamentos-listagem .intro-tratamentos, .tratamentos-apresentacao .intro-tratamentos {
    text-align: center;
    margin: 0 auto;
}
.tratamentos-listagem .intro-tratamentos p, .tratamentos-apresentacao .intro-tratamentos p {
    padding: 15px 0 30px;
}
.tratamentos-apresentacao .intro-tratamentos hr {
    margin: unset;
}
.tax-tratamentos .tratamentos-listagem .titulo-introducao-tratamento {
    text-align: center;
    padding: 30px 0 0;
}
.tratamentos-listagem .intro-tratamentos h1, .tratamentos-apresentacao .intro-tratamentos h1 {
    text-transform: uppercase;
}
.tratamentos-listagem .tratamento-post-titulo h2 {
    padding: 10px 0;
    background: #FFF;
    font-size: 18px;
    color: var(--lines);
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
}
.tratamentos-listagem .tratamento-content {
    padding: 10px 10px 10px;
}
.tratamento-item .resumo-post {
    /* height: 100px; */
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
section.tratamentos-listagem.trat-list {
    padding-bottom: 30px;
}
.tratamento-item {
    max-width: 400px;
}
.botao-listagem-trat {
    text-align: center;
}
.botao-listagem-trat .button-padrao, .botao-listagem-tech .button-padrao {
    font-family: 'Nunito Sans', sans-serif;
	padding: 10px 20px;
	border: none;
	position: relative;
	cursor: pointer;
	box-sizing: border-box;
	overflow: hidden;
	background: unset;
	color: var(--lines);
    border: 1px solid var(--lines);
	z-index: 0;
	transition: all 0.5s;
	font-weight: 600;
}
.botao-listagem-trat .button-padrao::before, .botao-listagem-tech .button-padrao::before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 70%;
	height: 100%;
	background: linear-gradient(90deg, transparent, #eeeaea, transparent);
	transition: all 2s;
	z-index: -1;
	transform: translateX(-120px)
			   skew(-20deg);
}
.botao-listagem-trat .button-padrao:hover::before, .botao-listagem-tech .button-padrao:hover::before {
	transform: translateX(300px)
			   skew(-20deg);
}
    /*INICIO SINGLE TRATAMENTOS*/
    .single-trat {
        background: var(--fundos);
    }
    .tratamento-single-content.banner-tratamento-content {
        padding: 50px 30px 50px 0;
    }
    .tratamento-single-content.banner-tratamento-content h1 {
        font-size: 28px;
        font-weight: 400;
        color: var(--lines);
    }
    .banner-imagem-single-tratamento img {
        height: 100%;
        max-height: 500px;
        width: 850px;
    }
    .tratamento-descricao-content {
        margin: 15px 0;
    }
    .tratamento-descricao-content.blog-content {
        margin: 10px 0;
    }
    /* .tratamento-descricao-content figure {
        margin: 1rem 0 1rem;
    } */
    aside.listagem-side-bar {
        background: linear-gradient(0deg, #F7F5F3, #F7F5F3), #EFEBE8;
        margin: 87px 0;
        padding: 50px 30px;
        display: inline-block;
        height: 100%;
    }
    .sidebar-relacionados {
        text-align: center;
    }
    .sidebar-relacionados p {
        text-align: initial;
        padding: 20px 0;
        font-size: 16px;
    }
    .sidebar-form {
        padding: 50px 0;
    }
    .form-control {
        background: unset;
        border: 1px solid var(--lines);
        border-radius: unset;
        margin: 15px 0;
        outline: none;
    }
    .form-control:focus {
        border-color: unset;
        box-shadow: unset;
        background: unset;
        outline: none;
    }
    .form-contato-button input {
        width: 100%;
        background: var(--lines);
        color: white;
        padding: 5px 20px;
    }
    .intro-side-form h2 {
        font-size: 18px;
        font-weight: 700;
        line-height: unset;
        color: var(--lines);
        text-transform: uppercase;
    }
    .intro-side-form p {
        font-size: 16px;
        padding: 0 0 15px;
    }
    .sidebar-form textarea {
        resize: none;
        height: 100%;
        height: 400px;
    }
    .tratamentos-box.trat-sidebar {
        background: unset;
    }
    .tratamentos-box.trat-sidebar .container-grid-item {
        padding: 5px 0;
        border: 1px solid var(--lines);
        margin: 10px 0;
    }
    .tratamentos-box.trat-sidebar .container-grid-item article {
        display: flex;
        align-items: center;
        padding: 5px 20px;
    }
    .tratamentos-box.trat-sidebar .container-grid-item article p {
        color: var(--lines);
        font-size: 16px;
        margin-left: 10px;
    }
    .titulo-side-cat {
        text-transform: uppercase;
        color: var(--lines);
        font-weight: 700;
        font-size: 18px;
        margin-bottom: 5px;
    }
    .tratamentos-box.trat-sidebar .container-grid {
        width: 100%;
        max-width: 100%;
        padding: unset;
    }
    a.sidebar-link-tech {
        display: flex;
        align-items: center;
        border: 1px solid var(--lines);
        padding: 10px 20px;
        margin: 10px 0;
    }
    a.sidebar-link-tech p {
        font-family: 'Lora', serif;
        font-size: 16px;
        font-weight: 600;
        color: var(--lines);
        margin-left: 10px;
    }
    .tratamento-descricao-content .container-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        grid-gap: 30px 23px;
        padding: unset;
    }
    .tratamento-descricao-content .item-video iframe {
        max-width: 250px;
        height: auto;
        min-height: 450px;
        margin-bottom: 10px;
    }
    .item-video {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    /*FIM SINGLE TRATAMENTOS*/
/*FIM TRATAMENTOS*/

/*INICIO PAGE TECNOLOGIAS*/
section.tecnologias {
    background: var(--fundos);
}
.intro-tecnologias {
    text-align: center;
    margin: 0 auto;
    padding: 50px 0 20px;
}
.intro-tecnologias p {
    padding: 15px 0 30px;
}
.tech-post-titulo h2 {
    padding: 15px 0 20px;
    text-align: center;
    color: var(--lines);
    font-size: 18px;
    font-weight: 700;
}
.tech-item .resumo-post {
    height: 120px;
    overflow: hidden;
}
.botao-listagem-tech {
    text-align: center;
    margin: 20px 0;
}
.botao-listagem-tech .button-padrao {
    background: unset;
    border: 1px solid var(--lines);
    color: var(--lines);
}
.imagem-icone-tech {
    overflow: hidden;
}
.imagem-icone-tech img {
    aspect-ratio: 6/4;
    width: 100%;
    height: 100%;
}
.imagem-icone-tech img:hover {
    transform: scale(1.1);
    transition: all .5s ease-in-out;
}
    /*INICIO SINGLE TECNOLOGIA*/
    .single-tech {
        background: var(--fundos);
    }
    .titulo-sidebar-tech {
        margin: 40px 0 0;
    }
    .titulo-sidebar-tech h2 {
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        color: var(--lines);
    }
    .side-titulo-tech {
        width: 100%;
        border: 1px solid var(--lines);
        padding: 5px 20px;
        margin: 10px 0;
    }
    .side-titulo-tech a {
        display: flex;
        align-items: center;
    }
    .side-titulo-tech h2 {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: unset;
        margin-left: 15px;
        color: var(--lines);
    }
    /*FIM SINGLE TECNOLOGIA*/
/*FIM PAGE TECNOLOGIAS*/

/*INICIO PAGE PROCEDIMENTOS*/
.list-proced {
    background:  linear-gradient(0deg, #F7F5F3, #F7F5F3), #EFEBE8;
    padding-bottom: 30px;
}
.intro-tratamentos.intro-proced {
    padding: 50px 0 0 0;
}
/*.list-proced .resumo-post {*/
/*    height: 110px;*/
/*}*/
.img-cta-tech {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 45px 0 0;
}
.img-cta-tech p {
    color: var(--lines);
    opacity: 0.2;
    font-size: 5em;
    padding-bottom: 15px;
    font-weight: 700;
}
.conteudo-cta-tech {
    padding: 0 0 70px 0;
}
.conteudo-cta-tech p {
    font-size: 24px;
    padding: 55px 0 55px 20px;
    line-height: 30px;
    color: var(--primaria-5);
}
.conteudo-cta-tech .button-padrao {
    font-size: 16px;
    font-weight: 600;
    border: 1px solid var(--lines);
    color: var(--lines);
}
.botao-cta-proced {
    text-align: center;
}
/*FIM PAGE PROCEDIMENTOS*/

/* INICIO PAGE BLOG */
.tratamento-descricao-content .wp-block-embed__wrapper iframe {
    width: 100%;
}
.blog, .posts-blog, .paginacao {
    background: var(--primaria-5);
}
.introducao-blog {
    margin: 0 auto;
    padding-top: 20px;
}
.titulo-blog {
    display: flex;
    justify-content: center;
}
section.blog {
    padding: 30px 0 50px;
}
.introducao-blog .titulo-blog h1 {
    color: #FFF;
    font-size: 36px;
    line-height: 43px;
    font-weight: 700;
    padding-bottom: 10px;
}
.introducao-blog .titulo-blog h2 {
    color: #FFF;
    font-size: 36px;
    line-height: 43px;
    font-weight: 700;
    padding-bottom: 10px;
}
.introducao-blog .descricao-blog p {
    color: #FFF;
    font-size: 18px;
    line-height: 24px;
}
.descricao-blog {
    padding-bottom: 30px;
    text-align: center;
}
.blog-descricao {
    padding-bottom: 20px;
}
.blog-descrição p {
    color: #FFF;
}
.blog-conteudo .container-grid {
    display: grid;    
    gap: 50px 50px;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    padding: unset;
}
.blog-imagem-main {
    position: relative;
}
.blog-imagem-main img {
    height: 100%;
    max-height: 250px;
    aspect-ratio: 1/1;
}
.posts-blog .blog-descricao {
    min-height: 90px;
}
.blog-descricao p {
    color: #FFF;
    font-size: 18px;
}
.blog-titulo h2 {
    font-size: 24px;
    color: #FFF;
}
.blog-conteudo .blog-titulo {
    padding: 10px 0 5px;
    height: 95px;
}
.blog-conteudo {
    padding-bottom: 50px;
    overflow: hidden;
}
.blog-posts-content-descricao p {
color: #FFF;
font-size: 18px;
line-height: 24px;
}
.blog-posts-content-descricao p {
    padding-bottom: 15px;
}
.botao-posts-blog {
    text-align: center;
}
.botao-posts-blog .button-padrao {
    background: unset;
    border: 1px solid #FFF;
    color: #FFF;
}
.paginacao span, .paginacao a {
    color: #FFF;
}
.paginacao {
    padding: 20px 0;
    text-align: center;
}
.page-numbers.current {
    font-weight: 700;
}
.paginacao .page-numbers {
    padding: 0 3px;
}
/* FIM PAGE BLOG */
    /*single blog*/
    .data-categorias {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 5px 5px;
    }
    .data-categorias svg {
        width: 20px;
        height: 20px;
    }
    span.cat-post-blog,
    span.dataPost,
    .sidebar-tratamento-content,
    .tratamento-facial-post_titulo.titulo-cat-single {
        display: flex;
        align-items: center;
    }
    ul.post-categories {
        list-style: none;
        padding: 0 0 0 3px;
        margin: unset;
    }
    ul.post-categories a {
        font-family: 'Nunito Sans', sans-serif;
        font-size: 15px;
        color: var(--text-color);
    }
    span.dataPost {
        gap: 2px;
        font-size: 14px;
        font-weight: 700;
    }
    .sidebar-tratamento-content img {
        width: 12vw;
        height: 10.5vh; 
        margin: 10px 0;
    }
    .sidebar-titulo-blog h2 {
        font-size: 18px;
        padding: 0 10px;
        color: var(--primaria-5);
    }
    h2.intro-blog-sidebar,
    .titulo-cat-sidebar h2 {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 700;
        color: var(--lines);
        line-height: unset;
        margin-top: 40px;
    }
    .single-tech .titulo-tratamento h1 {
        text-transform: uppercase;
        line-height: 1.1;
    }
    h2.wp-block-heading,
    h3.wp-block-heading {
        margin: 20px 0 5px;
        line-height: 32px;
    }
    h2.wp-block-heading {
        font-size: 32px;
    }
    h3.wp-block-heading {
        font-size: 30px;
    }
    .tratamento-descricao-content p {
        margin: 3px 0;
    }
    .tratamento-descricao-content p a {
        color: var(--lines);
        text-decoration: underline !important;
    }
    .tratamento-descricao-content h2 {
        font-weight: 700;
        font-size: 26px;
        line-height: 149.4%;
        color: #3D3D3D;
    }
    .sidebar-form.side-form-single {
        padding: 50px 0 0;
    }
    .tratamento-descricao-content p {
        padding-bottom: 10px;
        margin: 0;
    }
    .tratamento-descricao-content h3 {
        font-weight: 700;
        font-size: 22px;
        line-height: 149.4%;
        color: #3D3D3D;
    }
    .tratamento-descricao-content h3 a {
        font-weight: 700;
        font-size: 22px;
        line-height: 149.4%;
        color: #3D3D3D;
        font-family: 'Lora', serif;
    }
    .tratamento-descricao-content h2 a {
        font-weight: 700;
        font-size: 26px;
        line-height: 149.4%;
        color: #3D3D3D;
    }
    ul.wp-block-list li a {
        color: var(--lines);
    }
    .caption-tratamento p, .caption-tratamento p a {
        font-size: 12px;
        color: var(--text-color);
    }
    /*single blog*/
    /*archive.php*/
     span.blog-cat {
        font-weight: 700;
    }
     .intro-cat-blog hr {
        color: #FFF;
        margin-bottom: 50px;
    }
    .intro-cat-blog .blog-categoria {
        text-align: center;
    }
    .intro-cat-blog .blog-categoria h2 {
        font-family: 'Nunito Sans', sans-serif;
        font-size: 32px;
        font-weight: 700;
        color: #FFF;
        text-transform: uppercase;
    }
    .intro-cat-blog .blog-categoria h1 {
        font-family: 'Nunito Sans', sans-serif;
        font-size: 32px;
        font-weight: 700;
        color: #FFF;
        text-transform: uppercase;
    }
    .posts-cat-blog .blog-conteudo .container-grid {
        grid-gap: 50px 50px;
        padding: 0 100px;
    }
    .posts-cat-blog .blog-imagem-main img {
        max-height: 280px;
    }
    .posts-cat-blog .blog-titulo {
        height: unset;
    }
    .posts-cat-blog .blog-item-main {
        max-width: 522px;
        margin: 0 auto;
    }
    /*archive.php*/
    .paginacao.paginacao-blog {
        background: var(--primaria-5);
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 0 30px;
    }
/* FIM PAGE BLOG */

/*INICIO CONTATO*/
.box-formulario {
    text-align: center;
    padding: 50px 20px;
}
.box-formulario h1 {
    font-family: 'Lora', serif;
    text-transform: uppercase;
    color: var(--lines);
}
p.desc-contato {
    padding: 15px 10px 40px;
}
.box-formulario .form-control {
    border: unset;
    background: var(--primaria-3);
    margin: 10px 0;
}
.box-formulario textarea.form-control {
    resize: none;
    max-height: 250px;
}
.box-formulario .form-contato-button {
    display: flex;
    justify-content: end;
}
.box-formulario .form-contato-button input {
    background: unset;
    color: #000;
    border: 2px solid var(--primaria-2);
    font-size: 15px;
    font-weight: 600;
    padding: 5px 5px;
}
.box-formulario .form-contato-button p {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-bottom: 40px;
}
.box-img-contato {
    margin: 50px 0;
}
.infos-contato {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
}
.info-item-contato {
    display: flex;
    max-width: 45%;
    min-width: 45%;
}
.info-item-contato svg {
    max-width: 30px;
    width: 100%;
    height: 30px;
}
.info-item-contato p {
    font-size: 16px;
    text-align: initial;
    margin: 0 30px 10px 12px;
}
section.mapa {
    max-height: 450px;
}
.mapa iframe {
    width: 100%;
    height: 450px;
}
/*FIM CONTATO*/
    
/* INICIO FOOTER */
    /** BTN TOP **/
        .div-gotop {
            opacity: 0;
            display: block;
            position: fixed;
            right: 40px;
            bottom: 95px;
            z-index: 10;
        }
        .div-gotop button.gotop {
            border-radius: 50px;
            background: #e8e8e8;
            outline: 0 !important;
            box-shadow: none;
            border: 2px solid #2a2e30;
            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: #2a2e30;
            width: 30px;
            height: 30px;
        }
        .div-gotop.active:hover {
            background: var(--primaria-5);
        }
        .div-gotop.active:hover svg {
            fill: #000000;
        }
    /* FIM GOTOP */
    .footer-publicacoes.d-none.d-lg-flex {
        flex-direction: column;
    }
    footer {
        background: #FFF;
        padding: 30px 0 15px;
    }
    .footer-conteudo {
        justify-content: space-around;
    }
    ul#menu-menu-principal-1 {
        display: flex;
        flex-direction: column;
        padding: 0;
    }
    ul#menu-menu-principal-1 li {
        padding: 10px 0;
    }
    ul#menu-menu-principal-1 li a {
        font-size: 16px;
        font-weight: 600;
        color: var(--primaria-5);
    }
    ul#menu-menu-principal-1 li a:hover {
        color: var(--primaria-6);
    }
    .footer-publicacoes h3 {
        font-family: 'Nunito Sans', sans-serif;
        color: var(--primaria-6);
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
    }
    .footer-publicacoes p {
        font-family: 'Nunito Sans', sans-serif;
        font-weight: 700;
        font-size: 15px;
        color: var(--primaria-5);
    }
    .logo-footer {
        text-align: center;
    }
    .logo-footer svg {
        margin-bottom: 10px;
    }
    .logo-footer p {
        font-size: 16px;
        padding: 20px 0;
    }
    .siga-redes-footer {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 50px;
    }
    .svg-siga-redes {
        padding: 0 15px;
    }
    .footer-listagem-1 {
        padding-top: 10px;
        padding-left: 40px;
    }
    .listagem-categorias ul:first-child {
        display: none;
    }
    /* .listagem-categorias {
        column-count: 2;
        padding-left: 12%;
    } */
    .listagem-categorias {
        display: flex;
    }
    .listagem-categorias ul {
        list-style: none;
    }
    .listagem-categorias li {
        line-height: 18px;
        padding-bottom: 5px;
    }
    ul li.footer-tratamentos-titulo {
        list-style: none;
    }
    .listagem-categorias ul li a {
        color: var(--primaria-5);
        font-size: 13px;
        /* text-transform: capitalize; */
    }
    .footer-listagem-1 li a:hover {
        color: var(--copyright);
    }
    .listagem-categorias ul {
        color: var(--primaria-6);
        padding: unset;
        max-width: 180px;
    }
    li.footer-tratamentos-titulo a {
        font-family: 'Nunito Sans', sans-serif;
        font-size: 16px !important;
        font-weight: 700;
        color: var(--primaria-6) !important;
        text-transform: uppercase !important;
    }
    .footer-publicacoes ul {
        padding-left: unset;
        margin-bottom: unset;
    }
    .footer-publicacoes ul, .footer-navegacao ul {
        list-style: none;
    }
    .footer-publicacoes img {
        height: 100px;
        width: 200px;
        margin-right: 10px;
    }
    .footer-publicacoes li a {
        display: flex;
        align-items: center;
        padding: 0 0 20px;
    }
    .footer-tratamentos, .footer-publicacoes {
        padding-top: 10px;
    }
    .infos-footer {
        display: flex;
    }
    .info-footer {
        text-align: center;
    }
    .info-footer p {
        font-size: 15px;
        font-weight: 700;
        padding-top: 5px;
        text-transform: uppercase;
    }
    p.desc-info-footer {
        font-size: 15px;
        font-weight: 400;
        padding-top: 5px;
        text-transform: unset;
    }
    .copyright {
        background: var(--copyright);
        padding: 10px;
    }
    .copyright-footer p, .copyright-footer a {
        font-size: 15px;
        color: var(--primaria-5);
    }
    .copyright-footer a {
        font-weight: 700;
    }
    .copyright-footer {
        padding: 50px 0 0;
    }
    .copyright-footer svg {
        width: 25px;
        height: 25px;
        margin-left: 5px;
        padding-bottom: 4px;
    }
    .footer-conteudo hr {
        margin: 20px 0;
        border-top: 3px solid;
        max-width: 80%;
    }
/* FIM FOOTER */

/* INICIO PAGE SEARCH */
    section#breadcrumb-search, div#search {
        background: linear-gradient(0deg, #F7F5F3, #F7F5F3), #EFEBE8;
    }
    #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;
    }
    .breadcrumb-introducao ul {
        list-style: none;
    }
    .listaPost_content h2 {
        font-size: 22px;
        background: #FFF;
        padding: 5px 5px;
        height: 85px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .listaPost_content p {
        height: 90px;
    }
    #search .button {
        padding: 20px 0px 0px 0px;
    }
    .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%;
    }
    .breadcrumb-introducao span {
        color: var(--text-color);
    }
    span.breadcrumb-marker.marker-search {
        padding: 0 5px;
    }
    .breadcrumb-introducao h2 {
        color: var(--text-color);
        padding-bottom: 15px;
    }
    .breadcrumb-introducao {
        font-size: 18px;
        line-height: 24px;
        padding: 40px 0 40px 0;
    }
    .breadcrumb-introducao ul {
        display: flex;
        padding: 0px;
        margin: 0;
    }
    /* INICIO SEARCH */
        #button-header {
            background: none;
            border: none;
        }
        #input-header {
            border: none;
            border-bottom: 1px solid;
            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 10px 0 0;
        }
        .search-menu {
            position: relative;
            display: none;
            padding: 17px 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 */    

/*CAIXAS CONTATO*/
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output {
    border-color: var(--lines);
    color: var(--lines);
    margin: unset;
}
.wpcf7-not-valid-tip {
    color: var(--lines);
    font-size: 16px;
    font-weight: 600;
    display: block;
}
/*CAIXAS CONTATO*/

/** INICIO DO MEDIA */
    @media screen and (max-width: 1480px){
        h1, h2 {
            font-size: 30px;
        }
        div#nav-desk a, p, span, a {
            font-size: 16px;
        }
       /*header - 1440px*/
       div#nav-desk a {
        padding: 0 30px;
        }
    /*header - 1440px*/
        p.desc-info-footer {
            max-width: 250px;
            margin: 0 auto;
        }
        .copyright-footer p, .copyright-footer a {
            font-size: 13px;
        }
        /*home - 1480px*/
        .cta-home p {
            font-size: 30px;
        }
        .trat-home .container-grid-item {
            padding: 100px 0 !important;
        }
        .img-blogHome img {
            max-height: 230px;
        }
        /*home - 1480px*/
       
    }
 
    @media screen and (max-width: 1399px){
        .tratamento-descricao-content .item-video iframe {
            max-width: 225px;
        }
        .listagem-categorias ul {
            color: var(--primaria-6);
            padding: unset;
            max-width: 151px;
            padding-left: 10px;
        }
        .siga-redes-footer {
            margin-top: 30px;
        }
        .blog-conteudo .blog-titulo {
            padding: 10px 0 5px;
            min-height: 108px;
        }
        .posts-blog .blog-descricao {
            min-height: 140px;
        }
      
        /*INICIO HOME - 1399PX*/
        /* .cta-home p {
            font-size: 32px;
        } */
        .texto-sobre-superior {
            padding: 30px 30px 0 85px;
        }
        .box-inferior-sobre .texto-sobre-superior {
            padding: 30px 85px 0 30px;
        }
        .texto-sobre-superior, .texto-sobre-inferior {
            background-size: contain;
        }
        .botao-sobre-dras.botao-dra-2 {
            top: 5%;
        }
        .botao-clinica-home {
            top: 3%;
        }
        /* .trat-home .container-grid-item {
            padding: 100px 0 !important;
        } */
        /* .img-blogHome img {
            max-height: 230px;
        } */
        .titulo-home-blog {
            height: 80px;
        }
        .owl-slider-2.owl-theme .owl-nav {
            width: 1080px;
            left: calc( ( 100% - 1080px) / 2);
        }
        /*FIM HOME - 1399PX*/

        /*INICIO SOBRE - 1399PX*/
        .owl-item .item .item-masonry img {
           height: 220px;
        }
        .botao-sobre-dras .button-padrao {
            padding: 8px 15px;
        }
        /*FIM SOBRE - 1399PX*/

        /*INICIO TRATAMENTOS - 1399PX*/
        .tratamentos-listagem.trat-list .container-grid, .tratamentos-listagem.list-proced .container-grid {
            grid-gap: 50px 30px;
            padding: 30px 0;
        }
        .tratamentos-listagem.trat-list .tratamento-post-titulo h2 {
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .tratamentos-listagem.trat-list .imagem-icone-tratamento img, .tratamentos-listagem.list-proced .imagem-icone-tratamento img {
            max-height: 220px;
        }
        .tratamentos-listagem .tratamento-post-titulo h2 {
            height: 50px;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        /*FIM TRATAMENTOS - 1399PX*/
        
        /*INICIO SINGLE TRATAMENTOS - 1399PX*/
        .sidebar-relacionados {
            padding: 20px;
        }
        .sidebar-relacionados svg {
            width: 280px;
        }
        .banner-imagem-single-tratamento img, .wp-block-image img {
            max-height: 430px;
        }
        /*FIM SINGLE TRATAMENTOS - 1399PX*/

        /*INICIO TECNOLOGIAS - 1399PX*/
        .tech-content .resumo-post {
            height: 140px;
        }
        /*INICIO TECNOLOGIAS - 1399PX*/

        /*INICIO PROCEDIMENTOS - 1399PX*/
        .tratamentos-listagem.list-proced .resumo-post {
            height: 110px;
        }
        .img-cta-tech {
            padding: 45px 0 0;
        }
        .img-cta-tech p {
            font-size: 4.2em;
        }
        .conteudo-cta-tech {
            padding: unset;
        }
        .conteudo-cta-tech p {
            font-size: 21px;
            padding: 45px 0 55px 20px;
        }
        /*FIM PROCEDIMENTOS - 1399PX*/

        /*INICIO BLOG - 1399PX*/
        .blog-imagem-main img {
            max-height: 230px;
        }
        .blog-conteudo .container-grid {
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            grid-gap: 50px 30px;
        }
        .blog-titulo h2 {
            font-size: 22px;
        }
        /*FIM BLOG - 1399PX*/

        /*CONTATO - 1399PX*/
        .infos-contato {
            gap: unset;
        }
        .infos-contato {
            padding: 40px 0 0 0;
            width: 85vw;
            flex-wrap: nowrap;
        }
        .info-item-contato {
            flex-direction: column;
            align-items: center;
            max-width: 280px;
            min-width: unset;
        }
        .info-item-contato p {
            text-align: center;
            margin: 0 20px;
        }
        .info-item-contato svg {
            margin-bottom: 5px;
        }
        .box-formulario {
            padding: 50px 20px 30px;
        }
        /*CONTATO - 1399PX*/
    }

    @media screen and (max-width: 1199px){
        .info-item-contato {
            max-width: 240px;
        }
        div#nav-desk a {
            padding: 0 20px;
        }
        /*INICIO HOME - 1199PX*/
    
        .titulo-blog {
            height: 75px;
        }
        .owl-slider-2.owl-theme .owl-nav {
            width: 910px;
            left: calc( ( 100% - 910px) / 2);
        }
        .cta-home p {
            font-size: 28px;
        }        
        .titulo-home-blog {
            height: unset;
        }
        /*FIM HOME - 1199PX*/
        /*Sobre - 1199px*/
        section.sobre-dras { 
            padding: 50px 0;
        }
        section.sobre-dras.sobre-dras-page { 
            padding: 30px 0 50px;
        }
        .botao-sobre-dras {
            top: 8%;
        }
        .botao-sobre-dras.botao-dra-2 {  
            top: 7%;
        }
        .botao-sobre-dras .button-padrao {
            font-size: 16px;
        }
        .texto-sobre-superior h3 {
            font-size: 28px;
        }
        .texto-sobre-superior p {
            padding: 7px 0 0 0;
            line-height: 24px;
        }
        .owl-slider-2 .item.animated img {
            width: 440px;
            /* max-height: 288px; */
            height: 270px;
        }
        .texto-sobre-superior {
            padding: 30px 20px 0 70px;
        }
        .box-inferior-sobre .texto-sobre-superior {
            padding: 30px 70px 0 20px;
        }
        /*Sobre - 1199px*/

        /*INICIO TRATAMENTOS - 1199PX*/
        .tratamentos-box .container-grid, .tratamentos-apresentacao .container-grid {
            grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
        }
        .tratamentos-listagem.trat-list .imagem-icone-tratamento img, .tratamentos-listagem.list-proced .imagem-icone-tratamento img {
            max-height: 200px;
        }
        .tratamento-item .resumo-post {
            height: 120px;
        }
        /*FIM TRATAMENTOS - 1199PX*/

        /*INICIO SINGLE - 1199PX*/
        .sidebar-relacionados {
            padding: 10px;
        }
        .sidebar-relacionados svg {
            width: 230px;
        }
        /*FIM SINGLE - 1199PX*/

        /*INICIO PROCEDIMENTOS - 1199PX*/
        .list-proced .tratamento-post-titulo {
            height: 62px;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .tratamentos-listagem.list-proced .resumo-post {
            height: 125px;
        }
        .img-cta-tech p {
            font-size: 3.7em;
        }
        .img-cta-tech {
            padding: 55px 0 0;
        }
        .conteudo-cta-tech p {
            font-size: 20px;
            padding: 45px 0 25px 20px;
        }
        /*FIM PROCEDIMENTOS - 1199PX*/

        /*INICIO TECNOLOGIAS - 1199PX*/
        .tech-content .resumo-post {
            height: 120px;
        }
        /*FIM TECNOLOGIAS - 1199PX*/

        /*INICIO BLOG - 1199PX*/
        .introducao-blog .titulo-blog {
            height: unset;
        }
        .introducao-blog .titulo-blog h1 {
            font-size: 30px;
        }
        .blog-imagem-main img {
            max-height: 280px;
        }
        .aside-bloco.bloco-3 .sidebar-tratamento-titulo h2 {
            font-size: 18px;
        }
        .blog-conteudo .container-grid {
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            grid-gap: 50px 50px;
        }
        .posts-blog .blog-descricao {
            min-height: 125px;
        }
        .blog-conteudo .blog-titulo {
            min-height: 90px;
        }
            /*archive.php*/
            .posts-cat-blog .blog-conteudo .container-grid {
                grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
                padding: unset;
            }
            /*archive.php*/
        /*FIM BLOG - 1199PX*/

        /*CONTATO - 1199PX*/
        .infos-contato {
            padding: unset;
            width: 78vw;
        }
        .box-img-contato {
            margin: 93px 0;
        }
        /*CONTATO - 1199PX*/

        /*FOOTER - 1199px*/
        .footer-publicacoes a {
            display: flex;
            flex-direction: column;
        }
        .svg-footer svg {
            width: 210px;
        }
        .col-lg-1.footer-navegacao {
            padding: 0;
        }
        .box-footer-redes {
            justify-content: center;
            margin-top: 10px;
        }
        .siga-redes-footer {
            margin-top: 30px;
        }
        .svg-siga-redes {
            padding: 0 8px;
        }
    }
    @media screen and (max-width: 1122px){
        .info-item-contato {
            flex-direction: column;
            align-items: center;
            max-width: 230px;
            min-width: unset;
        }
        .infos-contato {
            padding: unset;
            width: 90vw;
        }
    }
    @media screen and (max-width: 991px){
        .equipe-item-descricao p {
            font-size: 16px;
        }
        /* .equipe-item-imagem img {
            width: auto !important;
        }
        .equipe-item-imagem {
            text-align: center;
            display: flex;
            justify-content: center;
        }
        .imagem-icone-tratamento img {
            width: 100%;
        }
        .card-nossa-equip {
            display: flex;
            flex-direction: column;
            align-items: center;
        } */
        .equipe-item-imagem img {
            height: auto;
        }
        .equipe-home .container-grid {
            padding: 15px 15px;
        }
        section.equipe-home {
            padding: 30px 20px 60px;
        }
        h1, h2 {
            font-size: 32px;
        }
        /*PAGE SEARCH - 991PX*/
        .listaPost_img img.attachment-.size-.wp-post-image {
            height: unset;
            max-height: 400px;
        }
        #search .container-grid {
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        }
        .listaPost_content p {
            height: 55px;
        }
        #search .container-grid {
            grid-gap: 15px 30px;
        }
        /*PAGE SEARCH - 991PX*/

        /*HEADER*/
        .menu-itens-content {
            align-items: center;
            padding: 0 80px;
            width: 100%;
        }
        .btn-menu span,
        .btn-menu .hamburguer:before,
        .btn-menu .hamburguer:after {
            background: #C3B5AC;
        }
        .header-logo {
            margin: 0 auto;
        }
        .input-hamburguer:checked ~ .navbar-collapse-menu {
            position: absolute;
            top: 100%;
            right: 0;
            border-top: none;
        }
        .navbar-collapse-menu {
            background: var(--primaria-3);
            width: 100vw;
        }
        .navbar-collapse-menu a {
            display: flex;
            justify-content: center;
            padding: 10px 20px;
            text-transform: none;
            font-size: 16px;
            line-height: 19px;
            color: var(--text-color);
        }
        .navbar-nav.menu li {
            position: relative;
            border-bottom: 2px solid #FFF;
            width: 60%;
            padding: 5px 0;
        }
        .navbar-nav.menu li:last-child {
            border-bottom: none;
        }
        .navbar-nav {
            padding: unset;
        }
        .search-home-bt {
            padding: 0 10px 0 0;
        }
        .search-home-bt svg {
            position: unset;
            left: unset;
        }
        .navbar-nav .menu-item a {
            font-weight: 400;
            padding-left: unset;
            padding-right: unset;
        }
        .navbar-nav .current-menu-item a {
            font-weight: 700;
        }
        .header-logo {
            max-width: unset;
            padding: 0;
            width: unset;
        }
        .header-logo svg {
            height: 55px;
        }
        .search-menu #button-header {
            margin-left: 20vw;
        }
        #input-header {
            width: 50vw;
        }
        /*HEADER*/

        /*INICIO HOME - 991PX*/
        section#sobre-clinica-home svg {
            margin-bottom: unset;
        }
        .box-superior-sobre, .box-inferior-sobre {
            flex-direction: column;
        }
        .titulo-dra-mobile {
            text-align: center;
            margin: 0 0 15px;
        }
        .texto-sobre-superior, .texto-sobre-inferior {
            margin: 25px 0 50px;
        }
        .texto-sobre-superior, .box-inferior-sobre .texto-sobre-superior {
            padding: 10px 0 60px;
            max-width: 90%;
            margin: 0 auto;
        }
        .box-inferior-sobre {
            margin-top: 20px;
        }
        .texto-sobre-superior p {
            padding: unset;
        }
        .botao-sobre-dras {
            margin-bottom: 25px;
        }
        .botao-sobre-dras.botao-dra-2 {
            top: 8%;
        }
        .box-sobre-clinica {
            flex-direction: column-reverse;
        }
        .imagens-clinica-home {
            margin-top: 60px;
        }
        .botao-clinica-home {
            text-align: center;
            top: 5%;
        }
        .textos-clinica-home {
            padding: 30px 20px;
        }
        .trat-home .container-grid-item {
            padding: 150px 0 !important;
        }
        .tratamentos-box.trat-home .container-grid a {
            margin-bottom: 50px;
        }
        .botao-trat-home {
            margin: unset;
        }
        .ultimas-blog .owl-slider.owl-theme .owl-dots .owl-dot.active span, .ultimas-blog .owl-slider-2.owl-theme .owl-dots .owl-dot.active span {
            background: url(../images/trac-branco-active.svg) center no-repeat;
        }
        .ultimas-blog .titulo-blog {
            height: 65px;
        }
        .owl-item .item .img-blogHome img {
            height: 400px;
            max-height: unset;
        }
        .box-item-blog-home .item {
            padding: 0 30px;
        }
        .texto-descricao-post-home {
            height: 80px;
        }
        .owl-theme .owl-nav.disabled+.owl-dots {
            position: relative;
            top: 7%;
        }
        .img-sobre-superior img {
            max-width: 90%;
            margin: 0 auto;
        }
        /*FIM HOME - 991PX*/

        /*INICIO TRATAMENTOS - 991PX*/
        .paginacao {
            background: var(--primaria-3);
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 0 0 30px;
        }
        section.tratamentos-listagem.trat-list {
            padding-bottom: unset;
        }
        .tratamentos-box .container-grid, .tratamentos-apresentacao .container-grid {
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            grid-gap: 20px 20px;
            padding: 30px 30px 0;
        }
        .tratamentos-listagem.trat-list .intro-tratamentos,
        .tratamentos-apresentacao .intro-tratamentos {
            margin-top: 30px;
        }
        .tratamentos-listagem.trat-list .intro-tratamentos p {
            padding: 15px 0;
        }
        .tratamentos-listagem .container-grid {
            grid-gap: unset;
            display: flex;
            flex-direction: column;
            text-align: center;
        }
        .tratamentos-listagem.trat-list .imagem-icone-tratamento img,
        .tratamentos-listagem.list-proced .imagem-icone-tratamento img {
            max-height: unset;
        }
        .tratamentos-listagem.trat-list .container-grid,
        .tecnologias-listagem .container-grid,
        .tratamentos-listagem.list-proced .container-grid {
            grid-gap: unset;
            padding: 10px 0 20px;
        }
        .tratamentos-listagem.trat-list .tratamento-post-titulo h2 {
            height: unset;
            font-size: 20px;
        }
        .tratamentos-listagem.trat-list .resumo-post {
            height: unset;
        }
        .botao-listagem-trat button {
            background: unset;
            border: 1px solid var(--lines);
            color: var(--lines);
            margin: 10px 0;
            padding: 5px 10px;
        }
        span.page-numbers, a.page-numbers {
            font-size: 25px;
            color: #000;
            padding: 0 5px;
        }
        .item-cta-depoimentos {
            padding: 30px 0 40px;
        }
        .item-cta-depoimentos img {
            display: none;
        }
        .resumo-post {
            height: unset;
        }
        .tratamento-item {
            max-width: 80%;
            margin: 0 auto;
            padding: 20px 0;
        }
        .imagem-icone-tratamento img {
            height: 300px;
        }
        /*FIM TRATAMENTOS - 991PX*/

        /*SINGLE TRATAMENTOS - 991PX*/
        .tratamentos-box.trat-sidebar .container-grid {
            display: flex;
            flex-direction: column;
            grid-gap: unset;
        }
        .sidebar-tratamento-titulo {
            width: 180px;
        }
        .banner-tratamento-content, .tratamento-single-content {
            padding-right: unset;
        }
        .sidebar-relacionados svg {
            width: 100%;
        }
        .trat-sidebar .container-grid {
            padding: unset;
        }
        .tratamento-single-content.banner-tratamento-content {
            padding: 50px 0;
        }
        aside.listagem-side-bar {
            margin: 0 0 50px 0;
        }
        /*SINGLE TRATAMENTOS - 991PX*/

        /*TAXONOMY TRATAMENTOS - 991PX*/
        .titulo-introducao-tratamento .descricao {
            padding: 10px 0 0;
        }
        /*TAXONOMY TRATAMENTOS - 991PX*/

        /*TECNOLOGIAS - 991PX*/
        .tecnologias-listagem .container-grid {
            display: flex;
            flex-direction: column;
        }
        .tech-item {
            margin: 0 auto;
            max-width: 80%;
        }
        .tech-content .resumo-post {
            height: unset;
        }
        .botao-listagem-tech {
            margin: 20px 0 50px;
        }
        /*TECNOLOGIAS - 991PX*/

        /*PROCEDIMENTOS - 991PX*/
        .tratamentos-listagem.list-proced .resumo-post {
            height: unset;
        }
        .list-proced .tratamento-post-titulo {
            height: 50px;
        }
        .cta-tech {
            display: none;
        }
        /*PROCEDIMENTOS - 991PX*/

        /*BLOG - 991PX*/
        .tratamento-single-content.banner-tratamento-content {
            padding: 30px 0;
        }
        .introducao-blog .titulo-blog {
            padding: 0 80px;
            text-align: center;
        }
        .blog-item-main {
            padding: 0 50px;
        }
        .blog-imagem-main img {
            max-height: 320px;
        }
        .blog-conteudo .blog-titulo,
        .posts-blog .blog-descricao {
            min-height: unset;
            height: unset;
        }
        .sidebar-relacionados p {
            padding: 20px 0 0;
        }
            /*archive.php*/
            .posts-cat-blog .blog-conteudo .container-grid {
                display: flex;
                flex-direction: column;
            }
            .posts-cat-blog .blog-imagem-main img {
                max-height: 300px;
            }
            .posts-cat-blog .blog-item-main {
                max-width: unset;
            }
            /*archive.php*/
            .paginacao.paginacao-blog span, .paginacao.paginacao-blog a {
                color: #FFF;
                font-size: 16px;
            }
        /*BLOG - 991PX*/

        /*SINGLE BLOG - 991PX*/
        .blog-listagem .sidebar-tratamento-titulo {
            width: 205px;
        }
        .blog-single-content {
            padding-right: 10px;
        }
        .sidebar-tratamento-content img {
            width: 29vw;
            height: 20%;
        }
        /*SINGLE BLOG - 991PX*/
       
        /*INICIO CONTATO - 991PX*/
        .box-img-contato {
            display: none;
        }
        .infos-contato {
            flex-direction: column;
            max-width: 82%;
            padding-left: 7%;
        }
        .info-item-contato {
            flex-direction: unset;
            align-items: unset;
            max-width: unset;
            padding: 7px 0;
        }
        .info-item-contato p {
            text-align: initial;
        }
        /*FIM CONTATO - 991PX*/

        /*INICIO FOOTER - 991PX*/
        /* .div-gotop {
            display: none !important;
        }
        .wa__btn_popup {
            display: none;
        } */
        .siga-redes-footer {
            margin-top: 20px;
        }
        .footer-navegacao {
            padding-left: unset;
        }
        ul#menu-menu-principal-1 {
            padding-left: unset;
        }
        .footer-mapa, .footer-tratamentos, .footer-publicacoes {
            text-align: center;
        }
        .footer-tratamentos ul {
            padding-left: unset;
            list-style: none;
        }
        .footer-publicacoes li a {
            flex-direction: row;
            text-align: initial;
        }
        .svg-footer svg {
            width: unset;
        }
        .siga-redes-footer {
            margin-bottom: 30px;
        }
        .infos-footer {
            flex-direction: column;
        }
        .info-footer {
            margin-bottom: 20px;
        }
        footer .listagem-categorias {
            padding-left: unset;
            gap: 30px;
        }
        .footer-listagem-1 {
            padding-left: unset;
            justify-content: center;
        }
        .listagem-categorias ul li {
            margin: 5px 0;
        }
        footer .listagem-categorias ul {
            padding-left: unset;
        }
        .footer-publicacoes {
            padding: 0 0px 0 30px;
        }
        .footer-publicacoes img {
            max-width: 150px;
            height: auto;
            width: 100%;
        }
        .copyright-footer {
            padding: 15px 0 0;
        }
        .titulo-infos {
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .info-footer {
            text-align: initial;
        }
        .titulo-footer {
            text-align: initial;
        }
        /*FIM FOOTER - 991PX*/

    }
    @media screen and (max-width: 767px){
        /*PAGE SEARCH - 767PX*/
        .listaPost_img img.attachment-.size-.wp-post-image {
            max-height: 280px;
        }
        .listaPost_content p {
            height: 65px;
        }
        /*PAGE SEARCH - 767PX*/
        /*HEADER*/
        .menu-itens-content {
            padding: 0 30px;
        }
        .search-main-header {
            width: 50px;
            height: 50px;
            justify-content: center;
        }
        .search-menu {
            left: 40vw;
        }
        /*HEADER*/
        /*INICIO HOME - 767PX*/
        /* .texto-sobre-superior p {
            padding: 10px 0 0 0;
        } */
        .imagens-clinica-home {
            margin-top: 80px;
        }
        .owl-item .item .img-blogHome img {
            height: 300px;
        }
        .box-item-blog-home .item {
            padding: 0 20px;
        }
        .ultimas-blog .titulo-blog {
            height: 75px;
        }
        /*FIM HOME - 767PX*/

       /*INICIO TRATAMENTOS - 767PX*/
        .tratamentos-box .container-grid,
        .tratamentos-apresentacao .container-grid {
            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
            grid-gap: 20px 20px;
            padding: 30px 30px 0;
        }
        .tratamentos-box .item_svg svg {
            max-width: 85%;
        }
        .tratamentos-box .item_descricao {
            margin-left: unset;
        }
        .banner-imagem-single-tratamento img {
            max-height: 300px;
        }
        .tratamento-item {
            max-width: unset;
        }
        footer .listagem-categorias {
            display: unset;
            column-count: 2;
            padding-bottom: 15px;
        }
       /*FIM TRATAMENTOS - 767PX*/

       /*TECNOLOGIAS - 767PX*/
       .tech-item {
            max-width: unset;
        }
       /*TECNOLOGIAS - 767PX*/

       /*BLOG- 76PX*/
       .introducao-blog .titulo-blog,
       .blog-item-main {
            padding: unset;
        }
            /*archive.php*/
            .posts-cat-blog .blog-conteudo {
                padding: 0 30px 50px;
            }
            /*archive.php*/
       /*BLOG- 76PX*/

       /*SINGLE BLOG - 767PX*/
       .blog-listagem .sidebar-tratamento-titulo {
        width: 345px;
        }
        .banner-imagem-single-blog img {
            height: 300px;
        }
       /*SINGLE BLOG - 767PX*/

       /*CONTATO - 767PX*/
       .infos-contato {
            max-width: 96%;
            padding-left: 5%;
        }
       /*CONTATO - 767PX*/

       /*SEARCH - 767PX*/
       img.attachment-.size-.wp-post-image {
        height: 300px;
        }
       /*SEARCH - 767PX*/

       /*FOOTER - 767PX*/
       .svg-siga-redes {
            padding: 0 15px;
        }
       .copyright-footer p, .copyright-footer a {
            font-size: 13px;
        }
        .copyright-footer {
            padding: 30px 0 0;
        }
        .footer-publicacoes img {
            max-width: 100px;
        }
       /*FOOTER - 767PX*/
    }
    @media screen and (max-width: 576px){
        .footer-publicacoes {
            padding: 0 0px 0 20px;
        }
        .footer-publicacoes p {
            font-size: 13px;
        }
        .footer-listagem-1 {
            padding: 15px 20px;
        }
        h1, h2, h3 {
            font-size: 28px;
        }
        #input-header {
            width: 40vw;
        }
        /*HOME - 576PX*/
        .titulo-dra-mobile span {
            font-size: 17px;
        }
        section.sobre-dras {
            padding: 30px 0;
        }
        .botao-sobre-dras {
            top: 10%;
        }
        .botao-sobre-dras.botao-dra-2 {
            top: 7%;
        }
        .trat-home .container-grid-item {
            padding: 110px 0 !important;
        }
        .owl-theme .owl-nav.disabled+.owl-dots {
            position: relative;
            top: 7%;
        }
        /*HOME - 576PX*/

        /*TRATAMENTOS - 576PX*/
        .tratamentos-box, .tratamentos-listagem.trat-list, .tratamentos-apresentacao {
            padding: 0 10px;
        }
        .tratamentos-box .container-grid,
        .tratamentos-apresentacao .container-grid {
            display: flex;
            flex-direction: column;
            grid-gap: 15px 0;
            padding: 30px 50px 0;
        }
        /*TRATAMENTOS - 576PX*/

       /*SINGLE TRATAMENTOS - 576PX*/
       .tratamento-single-content.banner-tratamento-content {
        padding: 30px 15px;
        }
        aside.listagem-side-bar {
            margin: unset;
            padding: 30px 30px;
        }
       /*SINGLE TRATAMENTOS - 576PX*/

       /*TECNOLOGIAS - 576PX*/
        section.tecnologias {
            padding: 0 10px;
        }
       /*TECNOLOGIAS - 576PX*/

       /*PROCEDIMENTOS - 576PX*/
       .tratamentos-listagem.list-proced {
            padding: 0 15px;
        }
       /*PROCEDIMENTOS - 576PX*/

       /*BLOG - 576PX*/
       .blog-imagem-main img {
            max-height: 280px;
        }
       /*BLOG - 576PX*/

       /*INICIO CONTATO - 576PX*/
       .infos-contato {
            width: unset;
        }
       /*FIM CONTATO - 576PX*/

       /*SEARCH - 576PX*/
       section#breadcrumb-search {
        padding: 0 0 0 50px;
        }
        #search .container-grid {
            grid-gap: 0 30px;
        }
       /*SEARCH - 576PX*/
       .copyright p, .copyright a {
            font-size: 14px;
        }
    }
    @media screen and (max-width: 475px){
        .footer-blog.d-flex.d-lg-none {
            flex-direction: column;
            align-items: center;
            gap: 30px;
        }
        .listaPost_content p {
            height: 85px;
        }
        /*HOME - 475PX*/
        .search-menu {
            left: 33vw;
        }
        .section.sobre-dras, #sobre-clinica-home, .trat-list-home, .ultimas-blog, footer {
            padding: 30px 5px;
        }
        .cta-home {
            padding: 30px 20px;
        }
        .cta-home svg {
            margin-bottom: 5px;
            padding: 10px;
        }
        .cta-home p {
            font-size: 22px;
        }
        .titulo-dra-mobile h3 {
            font-size: 26px;
            line-height: 15px;
        }
        .titulo-dra-mobile span {
            font-size: 15px;
        }
        .botao-sobre-dras.botao-dra-2 {
            top: 8%;
        }
        .trat-home .container-grid-item {
            padding: 90px 0 !important;
        }
        .box-item-blog-home .item {
            padding: 0 20px;
        }
        .owl-item .item .img-blogHome img {
            height: 230px;
        }
        .titulo-blog {
            height: 95px;
        }
        .texto-descricao-post-home {
            height: 110px;
        }
        .ultimas-blog .container-grid {
            padding: 15px 15px 30px;
        }
        /*HOME - 475PX*/

        /*TRATAMENTOS - 475PX*/
        .imagem-icone-tratamento img {
            height: 250px;
        }
        span.page-numbers, a.page-numbers {
            font-size: 18px;
        }
        a.next.page-numbers svg, a.prev.page-numbers svg {
            width: 20px;
            height: 20px;
        }
        /*TRATAMENTOS - 475PX*/
        
    /*PROCEDIMENTOS - 475px*/
        .list-proced .tratamento-post-titulo {
            height: 40px;
            line-height: 27px;
        }
        .list-proced .resumo-post {
            height: 93px;
        }
    /*PROCEDIMENTOS - 475px*/

    /*BLOG - 475px*/
    .introducao-blog .titulo-blog h1 {
        font-size: 28px;
    }
    .blog-imagem-main img {
        max-height: 230px;
    }
    .tratamento-single-content .titulo-tratamento h1 {
        font-size: 22px;
    }
    .intro-cat-blog .blog-categoria h2 {
        font-size: 26px;
    }
    .intro-cat-blog hr {
        margin-bottom: 30px;
    }
    .posts-cat-blog .blog-imagem-main img {
        max-height: 200px;
    }
    /*BLOG - 475px*/
    }
    @media screen and (max-width: 420px){
        h1, h2 {
            font-size: 26px;
        }
        #sobre-clinica-home svg {
            padding: 10px;
        }
        .search-menu #button-header {
            margin-left: 15vw;
        }
        .home-tratamentos .tratamento-post_titulo {
            height: 40px;
        }
        .imagem-apresentacao img {
            bottom: -13%;
        }
        .trat-home .container-grid-item {
            padding: 70px 0 !important;
        }
        .owl-item .item .img-blogHome img {
            height: 200px;
        }
        .footer-publicacoes img {
            width: 70%;
        }
    }
    @media screen and (max-width: 400px){
        .texto-descricao-post-home {
            height: 125px;
        }
        .blog-listagem .sidebar-tratamento-titulo {
            width: 380px;
        }
        .ultimas-blog .titulo-blog {
            height: 100px;
        }
        footer .listagem-categorias {
            padding-left: unset;
            gap: 20px;
        }
    }
    @media screen and (max-width: 375px){
        .svg-footer svg {
            max-width: 85%;
        }
        .infos-contato {
            width: 100%;
            max-width: 100%;
        }
        .info-item-contato p {
            margin: 0 15px;
        }
        footer .listagem-categorias {
            padding-left: unset;
            gap: 15px;
        }
    }