/* ----------------------------------------------------------
    Theme Name: André Lasse Theme
    Theme URI: https://marcasite.com.br
    Author: Henrique Quintino
    Author URI: https://www.linkedin.com/in/henrique-quintino/
    Description: Tema oficial do André Lasse criada pela Marcasite
    Requires at least: 6.4
    Tested up to: 6.4
    Requires PHP: 7.0
    Version: 1.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    ----------------------------------------------------------

/***************************************************************************
       Fonts
***************************************************************************/

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

/***************************************************************************
       Variáveis
***************************************************************************/

:root {
	--cor-branco: #ffffff;
	--cor-cinza: #6e6e6e;
	--cor-cinza-claro: #e2e3e7;
	--cor-roxo: #824ea5;
	--cor-roxo-claro: #616a85;
	--cor-azul: #0f617c;
	--cor-azul-escuro: #142349;

	--font-NunitoSans: "Nunito Sans", system-ui;

	--font-extralight: 200;
	--font-light: 300;
	--font-regular: 400;
	--font-medium: 500;
	--font-semibold: 600;
	--font-bold: 700;
}

/***************************************************************************
        All
***************************************************************************/

.transition_on *,
.transition_on {
	transition: ease .5s all !important;
}

html,
body {
	margin: 0;
	overflow-x: clip;
}

* {
	margin: 0;
	box-shadow: 0 0 0 0;
	border: 0 none;
	outline: 0;
	font-family: var(--font-NunitoSans);
}

a,
a:hover {
	text-decoration: none;
	color: var(--cor-branco);
}

section {
	padding: 110px 0;
}

h2 {
	color: var(--cor-azul-escuro);
	font-size: 36px;
	font-weight: var(--font-bold);
	text-shadow: 1px 1px 1px var(--cor-azul-escuro);
}

span {
	color: var(--cor-azul);
	font-size: 20px;
	text-transform: uppercase;
	font-weight: var(--font-regular);
	line-height: 20px;
}

p {
	font-size: 20px;
	color: var(--cor-cinza);
	margin-bottom: 0;
}

p span {
	font-weight: var(--font-semibold);
	text-transform: initial;
}

img {
	transition: all 0.3s ease-in-out;
	width: 100%;
}

header {
	position: fixed;
	width: 100%;
	z-index: 99;
}

header.drop {
	background-color: #127798;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.11);
	padding-bottom: 20px;
}

header .area-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	box-shadow: 0px 0px 3.56px 0.44px rgba(0, 0, 0, 0.2);
	background-color: var(--cor-branco);
	top: 0;
	width: 256px;
	height: 218px;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
}

header .area-logo img {
	width: 180px;
	margin-top: -30px;
}

header .topo-social {
	justify-content: end;
	gap: 10px;
}

header .topo-social .nav-item.ms-4 .nav-link {
	font-size: 16px;
}

header .topo-social .nav-item .nav-link img {
	width: 22px;
	height: 22px;
	object-fit: contain;
}

header .topo-social p {
	color: var(--cor-branco);
	font-size: 16px;
}

header hr {
	color: var(--cor-branco);
	opacity: 0.4;
}

header ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	list-style: none;
	padding: 0;
	margin: 0;
}

header ul .nav-item .nav-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: var(--cor-branco);
	font-size: 20px;
	font-weight: var(--font-light);
}

header ul .nav-item.btn-roxo .nav-link {
	font-weight: var(--font-regular);
}

/* .btn-whatsapp {
	position: relative;
	display: flex;
	align-items: center;
	padding-left: 15px;
	font-weight: var(--font-medium) !important;
	border-radius: 10px;
	background-image: -moz-linear-gradient(90deg, rgb(39, 180, 62) 0%, rgb(90, 210, 102) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(39, 180, 62) 0%, rgb(90, 210, 102) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(39, 180, 62) 0%, rgb(90, 210, 102) 100%);
	width: 275px;
	height: 44px;
	line-height: 20px;
	color: var(--cor-branco) !important;
}

.btn-whatsapp img {
	position: absolute;
	right: 15px;
	width: 23px;
	height: 23px;
} */

.btn-roxo {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--cor-roxo);
	width: 100%;
	max-width: 285px;
	height: 52px;
	color: var(--cor-branco);
	font-weight: var(--font-medium);
	text-decoration: none;
	font-size: 18px;
	border-radius: 26px;
	transition: all 0.4s ease-in-out;
}

.btn-roxo:hover,
.btn-topo:hover {
	background-color: #652d8a;
}

/***************************************************************************
        Banner Principal
***************************************************************************/

section.banner-principal {
	display: flex;
	align-items: center;
	background-image: url(https://andrelasse.com.br/wp-content/uploads/2024/08/banner-principal.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 856px;
	padding-top: 190px;
}

section.banner-principal.novo {
	padding-top: 170px;
	padding-bottom: 10px;
	background-image: url(https://andrelasse.com.br/wp-content/uploads/2024/08/banner-principal-novo.png);
	min-height: 472px;
}

.banner-principal span,
.banner-principal h2,
.banner-principal p {
	color: var(--cor-branco);
}

.banner-principal h2 {
	font-size: 50px;
	max-width: 470px;
	font-weight: var(--font-bold);
	line-height: 45px;
}

.banner-principal p {
	font-size: 20px;
	font-weight: var(--font-extralight);
	line-height: 25px;
	margin-bottom: 20px;
	max-width: 330px;
}

/***************************************************************************
        Agende uma Consulta
***************************************************************************/

.agende-uma-consulta p {
	max-width: 520px;
}

.agende-uma-consulta .btn-roxo {
	max-width: 215px;
}

.agende-uma-consulta .card,
.sobre-nos .card,
.andre-lasse .card {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 240px;
	height: 96px;
	padding: 15px;
	border-radius: 10px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 8.9px 1.1px rgba(0, 0, 0, 0.19);
	position: absolute;
	right: 0;
	bottom: 0px;
	cursor: default;
}

.agende-uma-consulta .card span,
.sobre-nos .card span {
	font-size: 49px;
	font-weight: var(--font-bold);
	text-shadow: 1px 1px 1px var(--cor-azul);
}

.agende-uma-consulta .card p,
.sobre-nos .card p {
	color: var(--cor-roxo-claro);
	line-height: 22px;
}

/***************************************************************************
        Nossos Tratamentos / Tratamentos
***************************************************************************/

.nossos-tratamentos .card,
.tratamentos .card {
	background-color: var(--cor-branco);
	border-radius: 10px;
	box-shadow: 0px 0px 3.56px 0.44px rgba(0, 0, 0, 0.2);
	height: 100%;
	border: none;
	padding: 25px;
}

.nossos-tratamentos .card .card-header,
.tratamentos .card .card-header {
	background-color: var(--cor-branco);
	border-bottom: none;
}

.nossos-tratamentos .card .card-header img,
.tratamentos .card .card-header img {
	width: 60px;
	height: 60px;
	object-fit: contain;
}

.nossos-tratamentos .card .card-body h3,
.tratamentos .card .card-body h3 {
	color: var(--cor-azul-escuro);
	text-shadow: 0.5px 0.5px 0.5px var(--cor-azul-escuro);
	font-weight: var(--font-bold);
	font-size: 23px;
	max-width: 350px;
	margin-bottom: 10px;
}

.nossos-tratamentos .card .card-body p,
.tratamentos .card .card-body p {
	max-width: 430px;
	font-size: 18px;
	margin-bottom: 12px;
	line-height: 20px;
}

.nossos-tratamentos .card.veja-mais {
	display: flex;
	justify-content: end;
	position: relative;
	background-color: #0f617cde;
	box-shadow: none;
	padding: 35px;
}

.nossos-tratamentos .card.veja-mais img {
	position: absolute;
	height: 100%;
	z-index: -1;
	left: 0px;
	top: 0;
	object-fit: cover;
	border-radius: 10px;
	box-shadow: 0px 0px 3.56px 0.44px rgba(0, 0, 0, 0.2);
}

.nossos-tratamentos .card.veja-mais h3 {
	color: var(--cor-branco);
	max-width: 250px;
	text-shadow: 0.5px 0.5px 0.5px var(--cor-branco);
	font-weight: var(--font-bold);
}

.nossos-tratamentos .card.veja-mais .btn-roxo {
	width: 180px;
}

.tratamentos .procedimento {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 12px;
}

.tratamentos .procedimento .area-icone {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	background-color: var(--cor-branco);
	box-shadow: 0px 0px 3.56px 0.44px rgba(0, 0, 0, 0.2);
	border-radius: 50%;
}

.tratamentos .procedimento .area-icone img {
	width: 30px;
	height: 30px;
	object-fit: contain;
}

.tratamentos .procedimento span {
	text-shadow: 0.5px 0.5px 0.5px var(--cor-azul);
}

.tratamentos h2 {
	max-width: 580px;
	margin-bottom: 20px;
}

.tratamentos p {
	max-width: 547px;
}

.tratamentos .thumb {
	border-radius: 28px;
	height: 450px;
	object-fit: cover;
}

.tratamentos .thumb.single {
	box-shadow: 0px 2px 4.8px 0.2px rgba(0, 0, 0, 0.17);
}

.tratamentos #owl-galeria .owl-nav .owl-prev,
.tratamentos #owl-galeria .owl-nav .owl-next {
	position: absolute;
	top: 44%;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: rgb(25, 25, 25, 0.451);
	color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(https://andrelasse.com.br/wp-content/uploads/2025/02/seta-carrossel.png);
}

.tratamentos #owl-galeria .owl-nav .owl-prev {
	transform: rotate(180deg);
}

.tratamentos #owl-galeria .owl-nav .owl-next {
	right: 0;
}

/***************************************************************************
        Blog
***************************************************************************/

section.blog.home {
	background-image: url(https://andrelasse.com.br/wp-content/uploads/2024/08/banner-blog-home.png);
	max-height: 536px;
	margin-bottom: 90px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-bottom: 340px;
}

.blog .btn-white {
	width: 220px;
}

.blog.home span,
.blog.home h2 {
	color: var(--cor-branco);
	max-width: 472px;
}

.blog a .bloco-blog {
	display: flex;
	flex-direction: column;
	text-align: left;
	transition: ease 0.5s all;
	background-color: var(--cor-branco);
	border-radius: 12px 12px 10px 10px;
	box-shadow: 0px 2px 4.8px 0.2px rgba(0, 0, 0, 0.17);
	padding-bottom: 20px;
	height: 100%;
}

.blog .bloco-blog .itens {
	position: relative;
	padding: 0 25px;
	margin-top: 28px;
}

.blog .bloco-blog .itens img {
	width: 17px;
	height: 17px;
	object-fit: contain;
}

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

.blog .info img {
	width: 25px;
	height: 25px;
	object-fit: contain;
}

.blog .info .btn-roxo {
	width: 200px;
}

.blog .title {
	max-width: 750px;
}

.blog .thumb {
	height: 570px;
	object-fit: cover;
	margin-bottom: 30px;
	border-radius: 10px;
}

.blog a img.thumb {
	object-fit: cover;
	height: 241px;
	width: 100%;
	transition: ease 0.5s all;
	border-radius: 10px 10px 0px 0px;
	margin-bottom: 0;
}

.blog .bloco-blog .itens span {
	font-weight: var(--font-bold);
	font-size: 16px;
	text-transform: initial;
	margin-bottom: 7px;
	color: var(--cor-azul);
}

.blog .bloco-blog .itens h2 {
	font-size: 20px;
	transition: ease 0.5s all;
	color: var(--cor-azul-escuro);
	font-weight: var(--font-bold);
	margin: 0;
	margin-bottom: 0px;
	max-width: 300px;
	text-shadow: 0.5px 0.5px 0.5px var(--cor-azul-escuro);
}

.blog .bloco-blog .itens p {
	transition: ease 0.5s all;
	margin: 5px 0;
	font-size: 16px;
}

.blog .bloco-blog .itens b,
.nossos-tratamentos .card .card-body b,
.tratamentos .card .card-body b {
	font-size: 18px;
	color: var(--cor-roxo);
	text-decoration: underline;
	font-weight: var(--font-bold);
}

/***************************************************************************
        Contact Us
***************************************************************************/

section.contact-us {
	display: flex;
	align-items: end;
	background-image: url(https://andrelasse.com.br/wp-content/uploads/2024/08/banner-contact-us.png);
	background-position: left;
	background-repeat: no-repeat;
	min-height: 587px;
	padding: 0;
}

.contact-us a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 320px;
	height: auto;
	margin-bottom: -45px;
}

.contact-us a .card {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 12px;
	border-radius: 10px;
	background-image: -moz-linear-gradient(90deg, rgb(80, 167, 77) 0%, rgb(92, 201, 88) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(80, 167, 77) 0%, rgb(92, 201, 88) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(80, 167, 77) 0%, rgb(92, 201, 88) 100%);
	box-shadow: 0px 0px 8.9px 1.1px rgba(0, 0, 0, 0.19);
	width: 318px;
	height: 96px;
	border: none;
}

.contact-us .card .card-image {
	display: flex;
	align-items: center;
}

.contact-us .card .card-image img {
	width: 50px;
	height: 50px;
	object-fit: contain;
}

.contact-us .card .card-content {
	display: flex;
	flex-direction: column;
}

.contact-us .card .card-content span,
.contact-us .card .card-content p {
	color: var(--cor-branco);
}

.contact-us .card .card-content span {
	text-transform: initial;
	font-weight: var(--font-semibold);
}

.contact-us .area-form {
	margin-bottom: -100px;
	min-height: 100%;
	height: auto;
}

/***************************************************************************
        Nossa Equipe
***************************************************************************/

section.nossa-equipe {
	padding-top: 230px;
}

.nossa-equipe .item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: var(--cor-branco);
	border-radius: 10px;
	box-shadow: 0px 0px 3.56px 0.44px rgba(0, 0, 0, 0.2);
	position: relative;
	min-height: 275px;
	padding: 105px 15px 30px 15px;
	text-align: center;
	gap: 10px;
	margin: 65px 5px 5px 5px;
	cursor: default;
}

.nossa-equipe .item .area-image {
	border-radius: 50%;
	position: absolute;
	top: -58px;
}

.nossa-equipe .item .area-image.sem-imagem,
.equipe .card-equipe .card-equipe-header.sem-imagem {
	border: 2px solid var(--cor-azul);
}

.nossa-equipe .item .area-image img,
.equipe .card-equipe .card-equipe-header img {
	background-color: var(--cor-cinza-claro) opacity(0.5);
	height: 145px;
	width: 150px;
}

.nossa-equipe .item h3,
.equipe .card-equipe .card-equipe-body h3 {
	font-size: 24px;
	max-width: 250px;
	color: var(--cor-azul-escuro);
	font-weight: var(--font-bold);
	margin-bottom: 0;
	text-shadow: 0.5px 0.5px 0.5px var(--cor-azul-escuro);
}

.nossa-equipe .item p {
	line-height: 22px;
	font-size: 16px;
	max-width: 250px;
}

.nossa-equipe .item span {
	font-size: 16px;
	font-weight: var(--font-medium);
	text-shadow: 0.5px 0.5px 0.5px var(--cor-azul);
}

/***************************************************************************
        Map
***************************************************************************/

section.map {
	position: relative;
	z-index: -1;
	padding-bottom: 0;
}

.map iframe {
	width: 100%;
	height: 250px;
	margin-bottom: -50px;
	position: relative;
	filter: grayscale(100%);
	transition: all 0.3s ease-in-out;
}

.map:hover iframe {
	filter: grayscale(0);
}

/***************************************************************************
        Sobre Nós
***************************************************************************/

.sobre-nos p {
	max-width: 600px;
}

.sobre-nos .card {
	left: 60px;
	bottom: 18px;
}

/***************************************************************************
        André Lasse
***************************************************************************/

.andre-lasse ul {
	padding-left: 22px;
	margin-top: 12px;
	margin-bottom: 0;
}

.andre-lasse ul li {
	font-size: 18px;
	color: var(--cor-cinza);
	margin-bottom: 10px;
	max-width: 475px;
}

.andre-lasse .card {
	width: 320px;
	bottom: 30px;
	right: 17px;
}

.andre-lasse .card img {
	width: 53px;
	height: 53px;
	object-fit: contain;
}

.andre-lasse .card span {
	font-size: 18px;
	font-weight: var(--font-medium);
	color: var(--cor-roxo-claro);
	text-transform: initial;
}

.andre-lasse .card p {
	font-size: 16px;
	color: var(--cor-cinza);
	line-height: 18px;
}

/***************************************************************************
        Equipe
***************************************************************************/

.equipe .card-equipe {
	border-radius: 10px;
	background-color: var(--cor-branco);
	box-shadow: 0px 0px 3.56px 0.44px rgba(0, 0, 0, 0.2);
	position: relative;
	padding: 110px 35px 35px 35px;
	height: 100%;
}

.equipe .card-equipe .card-equipe-header {
	position: absolute;
	top: -50px;
	left: 35px;
	border-radius: 50%;
}

.equipe .card-equipe .card-equipe-body {
	display: flex;
	flex-direction: column;
}

.equipe .card-equipe .card-equipe-body h3 {
	max-width: 450px;
	font-size: 22px;
}

.equipe .card-equipe .card-equipe-body p {
	color: var(--cor-roxo);
	text-transform: uppercase;
	font-size: 14px;
	text-shadow: 0.5px 0.5px 0.5px var(--cor-roxo);
}

.equipe .card-equipe .card-equipe-body ul {
	padding-left: 20px;
	margin-top: 20px;
	margin-bottom: 30px;
}

.equipe .card-equipe .card-equipe-body ul li {
	color: var(--cor-cinza);
	font-size: 16px;
	margin-bottom: 12px;
}

.equipe .card-equipe .card-equipe-body span {
	font-size: 16px;
	text-shadow: 0.5px 0.5px 0.5px var(--cor-azul);
	position: absolute;
	bottom: 20px;
}

/***************************************************************************
        Contato
***************************************************************************/

.contato .item-contato,
.contato .item-contato .itens,
.contato .item-contato .itens .info {
	width: 100%;
}

.contato .item-contato {
	margin-bottom: 20px;
}

.contato .item-contato .itens a {
	display: flex;
	align-items: center;
	gap: 10px;
}

.contato .item-contato .itens .icon {
	width: 42px;
	height: 42px;
	object-fit: contain;
}

.contato .item-contato .itens .info {
	display: flex;
	flex-direction: column;
}

.contato .item-contato .itens .info p,
.contato .item-contato span {
	font-size: 16px;
	color: var(--cor-cinza);
	max-width: 350px;
	text-transform: initial;
}

.contato .item-contato .itens .info p {
	font-weight: var(--font-bold);
	line-height: 18px;
}

.contato ul {
	display: flex;
	align-items: center;
	gap: 10px;
	list-style: none;
	padding: 0;
}

.contato ul li {
	margin-bottom: 5px;
}

.contato ul li a img {
	width: 48px;
	height: 48px;
	object-fit: contain;
}

.contato .endereco {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--cor-cinza);
	max-width: 340px;
	line-height: 20px;
}

.contato .area-form {
	max-width: 100%;
}

.area-form {
	width: 100%;
	max-width: 470px;
	height: 100%;
	padding: 40px 40px 0 40px;
	background-color: var(--cor-branco);
	border-radius: 10px;
	box-shadow: 0px 0px 3.56px 0.44px rgba(0, 0, 0, 0.2);
}

.area-form h2 {
	font-size: 28px;
	margin-bottom: 12px;
}

form input::placeholder,
form textarea::placeholder {
	opacity: 0.7;
}

form {
	margin-top: 20px;
}

form input {
	background-color: #F8F8F8;
	width: 100%;
	height: 46px;
	padding: 15px;
	border-radius: 6px;
	margin-bottom: 12px;
}

form textarea {
	width: 100%;
	height: 134px !important;
	background-color: #F8F8F8;
	padding: 15px;
	resize: none;
	border-radius: 6px;
}

form .btn-roxo {
	width: 100%;
	max-width: 100%;
	background-color: var(--cor-roxo) !important;
	opacity: 1 !important;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

form .btn-gray:hover {
	background-color: #653387 !important;
}

.wpcf7-not-valid-tip {
	margin-top: -5px;
	margin-bottom: 5px;
}

.wpcf7-form-control-wrap,
.wpcf7-list-item-label {
	font-family: var(--font-Poppins);
	font-size: 16px !important;
	line-height: normal !important;
}

.wpcf7-list-item-label {
	font-size: 13px !important;
	position: relative;
}

.wpcf7-list-item {
	display: flex !important;
	margin: 0 !important;
}

.wpcf7-list-item.first.last {
	position: absolute;
}

.wpcf7-list-item.first.last input {
	width: 18px;
	height: 18px;
	margin-right: 10px;
}

.wpcf7 form .wpcf7-response-output {
	margin: 0;
	margin-bottom: 30px;
}

.rodape-form p {
	display: flex;
	margin: 0;
	width: 100%;
}

.rodape-form p label {
	font-size: 13px;
	margin-left: 15px;
	margin-bottom: 15px;
	margin-top: 13px;
}

.rodape-form p label a {
	display: flex;
	justify-content: left;
	text-decoration: none !important;
	color: #0d6efd !important;
}

.rodape-form p label a:hover {
	color: #0d6efd;
}

.rodape-btn p {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.contato iframe {
	width: 100%;
	height: 242px;
	border-radius: 16px;
	filter: grayscale(100%);
	transition: all 0.3s ease-in-out;
}

.contato iframe:hover {
	filter: grayscale(0);
}

/***************************************************************************
        Footer
***************************************************************************/

section.area-footer {
	padding: 90px 0 60px 0;
	background-image: url(https://andrelasse.com.br/wp-content/uploads/2024/08/banner-footer.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 354px;
	position: relative;
}

.area-footer h2 {
	color: var(--cor-branco);
	font-size: 22px;
}

.area-footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.area-footer ul.menu {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.area-footer p {
	margin-top: 40px;
	line-height: 20px;
}

.area-footer ul li,
.area-footer p {
	color: #ececec;
}

.area-footer .btn-azul {
	width: 260px;
}

.area-footer .social,
.area-footer .social-contato,
.area-footer .endereco a {
	display: flex;
	margin-top: 12px;
}

.area-footer .social-contato {
	flex-direction: column;
	gap: 10px;
}

.area-footer .social li a,
.area-footer .social-contato li a,
.area-footer .endereco .info span,
.area-footer .endereco .info p {
	color: var(--cor-branco);
}

.area-footer .social li a img {
	width: 31px;
	height: 31px;
	object-fit: contain;
}

.area-footer .social-contato li a img,
.area-footer .endereco img {
	width: 18px;
	height: 18px;
	object-fit: contain;
}

.area-footer .endereco .info {
	display: flex;
	flex-direction: column;
}

.area-footer .endereco .info span {
	text-transform: initial;
	font-size: 16px;
	font-weight: var(--font-semibold);
	margin-bottom: 3px;
}

.area-footer .endereco p {
	font-size: 16px;
	font-weight: var(--font-light);
	margin-top: 0;
}

footer {
	background-color: var(--cor-roxo);
	padding: 10px 0px;
}

footer .logo-marcasite {
	width: 225px;
}

.area-footer .logo {
	width: 240px;
}

/***************************************************************************
        Responsivo
***************************************************************************/

.mobile {
	display: none;
}

@media (min-width: 1400px) {
	.txt-port p {
		margin-top: 70px;
	}
}

@media (max-width: 1399px) {}

@media (max-width: 1199px) {
	.banner-principal h2 {
		font-size: 37px;
	}

	.banner-principal.novo h2 {
		font-size: 45px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	header ul .nav-item .nav-link {
		font-size: 16px;
	}

	.txt-port a {
		font-size: 15px;
	}

	.agende-uma-consulta h2 {
		font-size: 30px;
	}

	.area-footer .logo {
		width: 200px;
	}
}

@media (min-width: 992px) {}

@media (max-width: 991px) {
	.mobile {
		display: block;
	}

	.desktop {
		display: none !important;
	}

	header {
		padding-top: 0;
	}

	header .logo {
		width: 200px;
	}

	header .hamburguer-bt {
		display: inline-block;
		height: fit-content;
		min-height: 32px;
		margin: 18px 15px;
		margin-bottom: -12px;
		float: right;
	}

	header .hamburguer-bt .hamburguer_line {
		background: var(--cor-roxo);
		width: 30px;
		height: 4px;
		margin: 5px 0;
	}

	header .hamburguer-bt.ativo .hamburguer-top {
		transform: rotate(45deg);
		margin-top: 11px;
	}

	header .hamburguer-bt.ativo .hamburguer-middle {
		opacity: 0;
	}

	header .hamburguer-bt.ativo .hamburguer-bottom {
		transform: rotate(-45deg);
		margin-top: -18px;
	}

	header #opt_menu {
		position: fixed;
		height: calc(100% - 86px);
		width: 320px;
		background: var(--cor-branco);
		opacity: 1;
		z-index: 99;
		right: -150%;
		top: 130px;
		padding: 10px;
		display: block;
		overflow: auto;
	}

	header #opt_menu.ativo {
		right: 0;
	}

	header .fundo_menu {
		background: #00000096;
		width: 100%;
		height: 100%;
		top: 130px;
		right: -100%;
		position: fixed;
		z-index: 89;
	}

	header .fundo_menu.ativo {
		right: 0;
	}

	header #opt_menu .navbar-brand {
		width: 100%;
		margin: 0;
		text-align: -webkit-center;
	}

	header #opt_menu .nav-item {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		padding: 0px;
		text-transform: uppercase;
	}

	#opt_menu .nav-item.btn-roxo .nav-link {
		color: var(--cor-branco);
	}

	#opt_menu .nav-item .nav-link {
		color: var(--cor-roxo);
		font-weight: var(--font-semibold);
	}

	header #menu-segundo {
		background-color: var(--cor-branco);
		position: inherit;
		width: 100%;
		height: 130px;
		z-index: 99;
		box-shadow: 0px -3px 11px 4px;
	}

	header #opt_menu ul {
		padding-top: 40px;
		align-items: center;
	}

	header .btn-whatsapp {
		font-size: 16px !important;
		width: 255px;
	}

	section.banner-principal {
		padding-top: 205px;
		min-height: 600px;
		background-image: none;
		background-color: var(--cor-azul);
		padding-bottom: 45px;
	}

	.banner-principal h2 {
		margin-bottom: 15px;
		line-height: 32px;
	}

	.banner-principal h2,
	.banner-principal p,
	.agende-uma-consulta p,
	.nossos-tratamentos .card.veja-mais h3,
	.blog .bloco-blog .itens h2,
	.tratamentos p {
		max-width: 100%;
	}

	.agende-uma-consulta .col-lg-6,
	.banner-principal .col-12,
	.nossos-tratamentos .col-12,
	.sobre-nos .col-lg-7,
	.equipe .col-12,
	.tratamentos .content {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	.social-media,
	.btn-rodape {
		padding: 0 !important;
	}

	.social-media {
		margin-bottom: 30px;
	}

	.blog h2 {
		font-size: 27px;
	}

	section.blog.home {
		min-height: 488px;
		max-height: 100%;
		margin-bottom: 110px;
	}

	.nossos-tratamentos .card {
		max-height: 100%;
	}

	.nossos-tratamentos .card.veja-mais {
		align-items: center;
		text-align: center;
	}

	.nossos-tratamentos .card.veja-mais .btn-roxo {
		width: 100%;
	}

	.nossos-tratamentos .card.veja-mais h3 {
		margin-bottom: 25px;
	}

	.contact-us .col-lg-8,
	.andre-lasse .col-lg-6 {
		flex-direction: column;
		align-items: center !important;
		justify-content: center;
	}

	.contact-us .area-form,
	.contact-us a {
		margin-bottom: 0;
	}

	.contact-us .area-form {
		padding: 40px 25px 0 25px;
		min-height: auto;
	}

	section.nossa-equipe {
		padding-top: 150px;
	}

	.area-footer .logo {
		width: 200px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.andre-lasse .card {
		bottom: 70px;
	}
}

@media (min-width: 767px) {
	.area-footer .endereco.second {
		display: none;
	}
}

@media (max-width: 767px) {
	.banner-principal h2 {
		font-size: 31px;
	}

	.banner-principal.novo h2 {
		font-size: 38px;
	}

	.area-footer .col-lg-3 {
		display: flex;
		flex-direction: column;
		text-align: center;
		align-items: center;
		justify-content: center;
	}

	.area-footer .endereco {
		display: none;
	}

	.area-footer .endereco.second {
		display: flex;
	}

	.area-footer .endereco.second a {
		display: flex;
		flex-direction: column;
	}

	.area-footer .endereco .info {
		flex-direction: row;
		justify-content: center;
	}
}

@media (max-width: 575px) {
	.banner-principal.novo .col-12 {
		justify-content: center !important;
	}
}

@media (max-width: 567px) {
	section.banner-principal {
		padding-top: 188px;
	}

	.blog .info {
		flex-direction: column;
		gap: 20px;
	}
}

@media (max-width: 475px) {
	section.banner-principal {
		min-height: 640px;
	}
}

@media (max-width: 467px) {
	.banner-principal p {
		font-size: 18px;
	}

	.col-lg-4:hover .content h2 {
		transform: translateY(-375px);
	}
}

@media (max-width: 422px) {
	.politica {
		flex-direction: column;
		gap: 10px;
	}
}

@media (max-width: 418px) {
	.blog.home .col-12 {
		flex-direction: column;
		text-align: center;
		gap: 10px !important;
	}
}

@media (max-width: 400px) {
	section.banner-principal {
		min-height: 700px;
		padding-top: 220px;
	}

	.banner-principal h2 {
		font-size: 24px;
	}

	.banner-principal.novo h2 {
		font-size: 30px;
	}

	.btn-white {
		width: 100%;
		font-size: 15px;
	}
}

@media (max-width: 380px) {
	section.banner-principal {
		padding-top: 190px;
		min-height: 650px;
	}

	.banner-principal p {
		font-size: 16px;
	}

	.contact-us a {
		width: 100%;
	}

	.andre-lasse .card {
		width: 295px;
		right: 13px;
	}
}

.btn-topo {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: 70px;
	left: 12px;
	background-color: var(--cor-roxo);
	border: none;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	cursor: pointer;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
	z-index: 99;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

#btnTopo.show {
	opacity: 1;
}

.btn-topo.disabled {
	cursor: default;
	pointer-events: none;
	opacity: 0;
}

.btn-topo img {
	width: 17px;
	height: 15px;
	transform: rotate(-90deg);
}

.wp-pagenavi span.current {
	background-color: var(--cor-roxo);
	cursor: default;
}

.wp-pagenavi span {
	background-color: var(--cor-cinza);
	color: var(--cor-branco);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	padding: 0;
	margin: 0;
	width: 41px;
	height: 41px;
	cursor: pointer;
}

.whatsapp img {
	position: fixed;
	z-index: 8;
	bottom: 86px;
	right: 8px;
	width: 50px;
	height: 50px;
	opacity: 0.7;
	transition: ease .8s all;
}

.whatsapp a:hover img {
	opacity: 1;
	filter: drop-shadow(0px 0px 6px black);
}

.bafg-twentytwenty-container {
	border-radius: 18px;
	margin-bottom: 30px;
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
	background-color: var(--cor-azul);
	border-radius: 16px !important;
	top: 8% !important;
	font-size: 18px;
	font-weight: var(--font-semibold);
}

.twentytwenty-overlay:hover {
	background: rgba(0, 0, 0, 0) !important;
	border-radius: 25px;
	margin-bottom: 30px;
}

.skip-lazy.twentytwenty-before,
.skip-lazy.twentytwenty-after {
	height: 330px;
	object-fit: cover;
}

.twentytwenty-before-label,
.twentytwenty-after-label {
	opacity: 1 !important;
}