@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);
@import url('https://fonts.googleapis.com/css2?family=Kaisei+Opti:wght@400;700&family=Urbanist:wght@100;300;700&display=swap');
*{font-size: 100%;}
body, html{
	padding   : 0;
	margin    : 0;
	box-sizing: border-box;
	font-family: 'Urbanist', sans-serif;
	font-size: 0.95vw;
	line-height: 160%;
}
h1{
	font-family: 'Kaisei Opti', serif;
	font-size: 3rem;
	font-weight: 400;
	position: relative;
	line-height: 150%;
}
h1.titulo::after{
	content: '';
	display: block;
	margin: 16px 0;
	width: 120px;
	height: 1px;
	background: #cda349;
}
h2{
	font-family: 'Kaisei Opti', serif;
	font-size: 2rem;
	font-weight: 400;
	position: relative;
	line-height: 140%;
}
hr{
	background: rgb(224,224,224);
	width: 100%;
	height: 1px;
	border: 0;
	margin: 30px 0;
}
.bt{
	cursor: pointer;
	display: inline-block;
	width: auto;
	height: 48px;
	line-height: 50px;
	padding: 0 60px;
	border-radius: 25px;
	border: 1px solid rgb(60,60,60);
	color: rgb(60,60,60);
	text-decoration: none;
	margin-top: 40px;
	transition: ease .2s;
}
.bt:hover{
	background: rgb(60,60,60);
	color: #fff;
}
.bt-whatsapp{
	cursor: pointer;
	display: inline-block;
	width: auto;
	height: 60px;
	line-height: 60px;
	padding: 0 30px;
	border-radius: 15px;
	color: #fff;
	background: #e0c0a0;
	text-decoration: none;
	margin: 30px 0;
	transition: ease .3s;
	font-size: 24px;
}
.bt-whatsapp i{margin-right: 5px;}
.bt-whatsapp:hover{
	transform: scale(1.1);
	background: rgb(60,60,60);
	color: #fff;
}
.navigation{min-width: 80px;}
#menuToggle{
	display: block;
	position: relative;
	z-index: 4;  
}
#menuToggle a:hover{color: #000;}
#menuToggle input{
	display: block;
	position: absolute;
	cursor: pointer;
	margin: 0;
	width: 40px;
	height: 32px;
	top: -4px;
	left: -4px;
	opacity: 0;
	z-index: 2;
}
#menuToggle span{
	display: block;
	width: 32px;
	height: 4px;
	margin-bottom: 6px;
	background: #000;
	position: relative;
	z-index: 1;
	transform-origin: 4px 0px;
	transition: transform 0.3s ease-in-out, background 0.3s ease-in-out, opacity 0.33s ease;
}
#menuToggle span:first-child{transform-origin: 0% 0%;}
#menuToggle span:nth-last-child(2){transform-origin: 0% 100%;}
#menuToggle input:checked ~ span{
	opacity: 1;
	transform: rotate(45deg) translate(-2.5px, 1.5px);
	background: #000;
}
#menuToggle input:checked ~ span:nth-last-child(3){
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2)
}
#menuToggle input:checked ~ span:nth-last-child(2){transform: rotate(-45deg) translate(.5px, -3px);}
#menu{
	position: fixed;
	width: 28%;
	height: 100%;
	top: 0;
	left: 0;
	margin: 0;
	padding: 120px 3% 60px 9%;
	background: #fff;
	list-style-type: none;
	-webkit-font-smoothing: antialiased;
	transform-origin: 0% 0%;
	transform: translate(-100%, 0);
	transition: transform 0.3s ease-in-out;
}
#menu a{
	display: block;
	position: relative;
	line-height: 80px;
	font-size: 20px;
	color: rgb(120,120,120);
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 3px;
	transition: ease .2s;
}
#menu a::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 1px;
	background: #cda349;
}
#menuToggle input:checked ~ nav{transform: none;}
header{
	width: 100%;
	position: fixed;
	padding: 12px 0;
	background: #fff;
	box-shadow: 0px 1px 14px 0px rgb(0 0 0 / 24%);
	z-index: 3;
}
header .content{
	max-width: 80%;
	height: 80px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo{max-width: 239px;}
.logo img{width: 100%;}
.social-menu nav {
	width: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}
.social-menu nav.ende-2 {width: 100px;}
.social-menu nav a{
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 34px;
	font-size: 16px;
	text-align: center;
	border: 1px solid #cda349;
	border-radius: 50%;
	color: #cda349;
	text-decoration: none;
	transition: ease .2s;
}
.social-menu nav a:hover{
	color: #fff;
	background: #cda349;
}
.social-menu nav a.color-2{
	color: #e0c0a0;
	border-color: #e0c0a0;
	font-size: 24px;
	width: 40px;
	height: 40px;
	line-height: 42px;
}
.social-menu nav a.color-2:hover{
	color: #fff;
	background: #e0c0a0;
}
#sessao-carrosel{background: #ffe8d4;}
#sessao-carrosel span{
	font-size: 12px;
	letter-spacing: 3px;
}
#sessao-carrosel h1{
	font-size: 4.5rem;
	margin: 0;
	margin-bottom: 40px
}
#sessao-carrosel p{margin: 0;}
#sessao-1-col .content{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 120px auto;
	width: 80%;
}
#sessao-1-col .content-2{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
	padding: 120px 0;
	width: 80%;
}
#sessao-1-col .content div{width: 40%;}
#sessao-2-col{
	display: flex;
	align-items: center;
}
#sessao-2-col.col-80{
	padding: 0 10%;
	background: url(img/bg-bodytite-inmode.png) no-repeat;
	background-size: cover;
	background-position: center right;
}
#sessao-2-col .image{width: 50%;}
#sessao-2-col .image img{width: 100%;}
#sessao-2-col .txt{width: 40%;}
#sessao-2-col .carrosel{width: 50%;}
#sessao-2-col .left{
	margin-left: 10%;
	padding-right: 10%;
}
#sessao-2-col .right{
	margin-right: 10%;
	padding-left: 10%;
}
#sessao-2-col .carrosel-4{
	margin: 0 20%;
	width: 60%;
}
#sessao-2-col.color, #sessao-1-col.color, #sessao-agenda.color{background: #fff0e8;}
#sessao-carrosel .owl-carousel.owl-drag .owl-item div{position: relative;}
#sessao-carrosel .owl-carousel.owl-drag .owl-item div img{width: 100%;}
#sessao-carrosel .owl-carousel.owl-drag .owl-item div div{
	position: absolute;
	width: 25%;
	margin-left: 10%;
	top: 50%;
	margin-top: -12.5%;
}
#sessao-mini-carrosel{
	background: #fff0e8;
	padding: 120px 0;
}
#sessao-mini-carrosel h1.titulo{text-align: center;}
#sessao-mini-carrosel h1.titulo::after{margin: 32px auto;}
#sessao-mini-carrosel .owl-carousel{
	width: 50%;
	margin: 0 auto;
	border: 1px solid #ffe8d4;
}
#sessao-mini-carrosel .owl-carousel.owl-drag .owl-item div{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#sessao-mini-carrosel .owl-carousel.owl-drag .owl-item div img{width: 50%;}
#sessao-mini-carrosel .owl-carousel.owl-drag .owl-item div div{
	width: 50%;
	padding: 0 60px;
	display: block;
}
#sessao-mini-carrosel .owl-dots, #sessao-2-col .owl-dots {
	position: absolute;
	bottom: -32px;
	text-align: center;
	width: 100%;
}

#sessao-mini-carrosel .owl-dots .owl-dot, #sessao-2-col .owl-dots .owl-dot {
	width: 16px;
	height: 16px;
	border-radius: 16px;
	background: #fff;
	margin: 0 10px;
	transition: ease-in .3s;
}

#sessao-mini-carrosel .owl-dots .owl-dot.active, #sessao-2-col .owl-dots .owl-dot.active {
	background: #ffe8d4;
}
#sessao-depoimentos, #sessao-agenda{
	background: #fff;
	padding: 120px 0;
}
#sessao-agenda .content{
	text-align: center;
	width: 33.33%;
	margin: 0 auto;
}
#sessao-depoimentos h1.titulo, #sessao-agenda h1.titulo{text-align: center;}
#sessao-depoimentos h1.titulo::after, #sessao-agenda h1.titulo::after{margin: 16px auto;}
#sessao-depoimentos i{
	color: #e0c0a0;
	margin: 0 8px;
}
#sessao-depoimentos .owl-carousel{
	width: 76%;
	margin: 0 auto;
	position: relative;
}
#sessao-depoimentos .owl-carousel.owl-drag .owl-item div{
	position: relative;
	margin: 30px;
	padding: 30px;
	background: #fff0e8;
	border-radius: 10px;
	font-style: italic;
}
#sessao-depoimentos .owl-carousel.owl-drag .owl-item div::after{
	content: "";
	width: 0;
	height: 0;
	border-top: 27px solid #fff0e8;
	border-right: 24px solid transparent;
	position: absolute;
	left: 0;
	bottom: -20px;
}
#sessao-depoimentos .owl-nav{
	position: absolute;
	top: 50%;
	margin-top: -40px;
	width: 100%;
	height: 80px;
}
#sessao-depoimentos .owl-nav button span{
	font-size: 80px;
	font-weight: 100;
}
#sessao-depoimentos .owl-nav .owl-prev{
	float: left;
	margin-left: -25px;
}
#sessao-depoimentos .owl-nav .owl-next{
	float: right;
	margin-right: -25px;
}
footer{
	background: rgb(30,30,30);
	padding: 120px 0;
	padding-bottom: 60px;
	color: rgb(180,180,180);
}
footer a{
	text-decoration: none;
	color: rgb(180,180,180);
	transition: ease .2s;
}
footer a:hover{color: #fff;}
footer h3{color: #fff;}
footer i.ico{margin-right: 8px;}
footer .content{
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
footer ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
footer .content div{
	width: 25%;
}
footer .menu-map{
	list-style: none;
	margin: 0;
	padding: 0;
}
footer .menu-map a{
	display: inline-block;
	line-height: 45px;
	transition: ease .2s;
}
footer .menu-map a:hover{color: #fff;}
footer .menu-map a::after{
	content: '';
	width: 0%;
	height: 1px;
	background: #fff;
	display: block;
	transition: ease .2s;
	margin-top: -5px;
}
footer .menu-map a:hover::after{width: 100%;}
footer .social-menu{
	width: 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
footer .social-menu a{
	display: inline-block;
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 42px;
	text-align: center;
	border: 1px solid rgb(180,180,180);
	border-radius: 50%;
	color: rgb(180,180,180);
	text-decoration: none;
	transition: ease .2s;
}
footer .social-menu a:hover{
	border-color: #fff;
	color: rgb(30,30,30);
	background: #fff;
}
footer .credito{
	width: 80%;
	margin: 0 auto;
	margin-top: 60px;
	padding-top: 60px;
	color: rgb(120,120,120);
	text-align: center;
	border-top: 1px solid rgb(60,60,60);
}
#sessao-titulo{
	padding-top: 104px;
	position: relative;
	display: block;
	background: #fff0e8;
}
#sessao-titulo .content{
	width: 80%;
	height: 30vh;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
#sessao-titulo-serv{
	padding-top: 104px;
	position: relative;
	display: block;
	background: #fff0e8;
}
#sessao-titulo-serv * img{
	height: 40vh;
	position: relative;
}
#sessao-titulo-serv .content{
	position: relative;
	width: 80%;
	height: 40vh;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
#sessao-titulo-serv .content nav{
	position: absolute;
	top: 30px;
	left: 0;
	text-transform: lowercase;
}
#sessao-titulo-serv .content nav a{
	text-decoration: none;
	color: rgba(80,80,80,1);
	transition: ease .2s;
}
#sessao-titulo-serv .content nav a:hover{color: rgba(80,80,80,.7);}
#sessao-titulo-serv .content div{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}
.bg-perfil{
	background:	url(img/bg-dra-fernanda-zanetta.png),#ffe8d4;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 104px;
	height: 80vh;
}
.bg-sobre{
	background:	url(img/bg-sobre-titulo.png),#fff0e8;
	background-repeat: no-repeat;
	background-size: cover;
	height: 30vh;
}
.img-ocult-desk{
	display: none;
	width: 100%;
}
.list-data{
	margin: 0;
	padding: 0;
	list-style: none;
}
.list-data *{
	margin: 0;
	padding: 0;
}
.list-data li{
	position: relative;
	min-height: 64px;
	padding-bottom: 16px;
}
.list-data ul li{
	position: relative;
	min-height: inherit;
	padding: 0;
}
.list-data li::after{
	content: '';
	position: absolute;
	left: 7px;
	top: 24px;
	width: 1px;
	height: calc(100% - 24px);
	background: #cda349;
}
.list-data li:last-child:after, .list-data ul li::after{display: none;}
.list-data li span{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	color: #cda349;
}
.list-data li span i{margin-right: 12px;}
.list-data p{margin-left: 48px;}
.list-data ul{margin-left: 48px;}
.list-1-col{
	margin: 0;
	padding: 0;
	list-style: none;
}
.list-2-col{
	margin: 0;
	padding: 0;
	list-style: none;
	columns: 2;
}
.list-1-col li, .list-2-col li{
	position: relative;
	padding-left: 16px;
}
.list-1-col i, .list-2-col i{
	position: absolute;
	left: 0;
	top: 33.33%;
	font-size: 50%;
	margin-right: 12px;
}
.catalogo{
	width: 80%;
	margin: 120px auto;
	margin-bottom: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.catalogo * img{width: 100%;}
.catalogo * a{
	color: #787878;
	text-decoration: none;
	transition: ease .2s;
}
.catalogo * a:hover{color: #000;}
.cat-item{
	width: 30%;
	margin-bottom: 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.cat-item div{
	display: inherit;
	background: #fff0e8;
	overflow: hidden;
}
.cat-item div a{display: inherit;}
.cat-item div img{transition: ease .5s;}
.cat-item:hover img{transform: scale(1.2);}
.ver-mbl{display: none;}
.ver-dsk{display: block;}
.ende * a{
	text-decoration: none;
	color: rgba(0,0,0,1);
	transition: ease .2s;
}
.ende * i{margin-right: 8px;}
.ende * a:hover{color: rgba(0,0,0,.7);}
.ende ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 1089px){
	body, html{font-size: 14px; }
	h1{font-size: 2.5rem;}
	header .social-menu{display: none;}
	#menu{width: 100%;}
	#menu a{font-size: 16px; line-height: 60px;}
	#sessao-1-col .content{margin: 60px auto;}
	#sessao-1-col .content-2{padding: 60px 0;}
	#sessao-1-col .content div{width: 100%;}
	.bg-perfil{
		background: #fff;
		height: auto;
	}
	#sessao-carrosel .owl-carousel.owl-drag .owl-item div img{display: none;}
	#sessao-carrosel .owl-carousel.owl-drag .owl-item div div{position: relative; width: 80%; margin: 0 auto; top: 0; padding: 90px 0;}
	#sessao-carrosel h1{font-size: 3rem;}
	#sessao-2-col{flex-direction: column;}
	#sessao-2-col .right{margin: 0; padding: 90px 0;}
	#sessao-2-col .txt{width: 80%;}
	#sessao-2-col .image{width: 100%;}
	#sessao-2-col.col-80{padding: 60px 0;}
	#sessao-2-col .carrosel{width: 100%;}
	#sessao-agenda .content{width: 80%;}
	#sessao-depoimentos, #sessao-agenda{padding: 60px 0;}
	#sessao-mini-carrosel{padding: 60px 0;}
	#sessao-mini-carrosel .owl-carousel{width: 80%; border: none;}
	#sessao-mini-carrosel .owl-carousel.owl-drag .owl-item div{flex-direction: column;}
	#sessao-mini-carrosel .owl-carousel.owl-drag .owl-item div div{text-align: center; padding: 0; width: 100%}
	#sessao-mini-carrosel .owl-carousel.owl-drag .owl-item div img{width: 100%;}
	#sessao-mini-carrosel .owl-dots{display: none;}
	footer{padding: 60px 0;}
	footer .content{flex-direction: column;}
	footer .content div{width: 100%; margin-bottom: 30px;}
	footer .credito{font-size: 12px; margin-top: 30px; padding-top: 30px;}
	.img-ocult-desk{display: block;}
	.catalogo{flex-direction: column;}
	.cat-item{width: 100%;}
	.list-2-col{columns:1;}
	#sessao-titulo-serv .content{width: 100%;}
	#sessao-titulo-serv .content div{justify-content: flex-start;}
	#sessao-titulo-serv .content nav{display: none;}
	#sessao-titulo-serv .content div h1{display: none;}
	.ver-mbl{display: block;}
	.ver-dsk{display: none;}
}