/* RESET */
	html, html * {backface-visibility: hidden;-webkit-backface-visibility: hidden; padding: 0;margin: 0;}
	ul {list-style: none;margin: 0;padding: 0;}
	.owl-carousel {position: relative;}	
	input,
	button {outline: none;border-radius: 0;}
	input[type=text],
	input[type=search] {
		appearance: none !important;
		-moz-appearance: none !important;
		-webkit-appearance: none !important;
	}
	picture,
	img {display: block;width: 100%; list-style: none;line-height: 0;}
	a {outline:none;}	
	section {overflow: hidden;}
/* ATALHOS */
	.dn {display: none;}
	.reset {width: 0; height:0; margin:0; padding:0;border: 0;}
	#overlay {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		opacity: 0;
		background: #333;
		transition: all .5s,z-index 0ms;
		visibility: hidden;
		z-index: 200;
	}
	#overlay.ativo {
		opacity: .5;
		visibility: visible;
	}

	.clearfix:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	.row,
	header h2,
	.pele-irritada .cuidados,
	.problema .solucao,
	.problema .solucao .txt,
	.problema .pense .txt,
	.problema .pense,
	.depilpos .itens,
	.produto .descricao,
	.box,
	.flex {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	.row {
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
	}

/* CORPO */
body, html {
	height: 100%;
	margin: 0;
	font-family: Lato;
	font-weight: 900;
}
h1,
h2,
h3 {
	position: relative;
	font-size: 28px;
	line-height: 33px;
	text-transform: uppercase;
	margin: 30px 0;
}
h2,
h3 {color: #00a39e;}
h2::after,
h3::after {
	content: "";
	position: absolute;
	display: block;
	width: 60px;
	height: 4px;
	background-color: #7bc694;
	bottom: -10px;
	border-radius: 15px 0 15px 0;
}
.box li,
p{
	font-family: Lato;
	font-size: 18px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 24px;
	letter-spacing: normal;
	color: #87898b;
	margin-bottom: 10px;
}
/* BOX */
.box {
	box-shadow: 1px 4px 6px 0 rgba(123, 198, 148, 0.36);
	background-color: #ffffff;
	width: 100%;
	max-width: 378px;
	border-radius: 15px 0 15px 0;
	flex-flow: column nowrap;
	justify-content: flex-start;
}
.box img {
	border-top-left-radius: 15px;
}
.box .txt {padding: 30px 20px;}
.box ul {margin: 0 20px;}
.box li {
	list-style: disc;
	color: #c6c6c6;
}

header {padding: 20px 0 15px;}
header figure {
	margin: 0 auto;
	max-width: 117px;
}

header img {max-width: 117px;}
.destaque {
	position: relative;
	padding-top: 60px;
	background: rgb(212,244,255);
	background: linear-gradient(180deg, rgba(212,244,255,1) 0%, rgba(255,255,255,1) 42%, rgba(255,255,255,1) 55%, rgba(147,231,215,1) 97%, rgba(141,233,218,1) 100%);
}
.bg-destaque {
	background-image: url('../img/banner-imagem.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.bg-destaque::after {
	content: "";
	position: absolute;
	display: block;
	width: 80px;
	height: 80px;
	left: 50%;
    bottom: 15px;
    z-index: 10;
	transform: translateX(-50%);
	background-image: url('../img/Banner-seta.png');
	background-size: cover;
}
.destaque .row {	
	min-height: 645px;
	padding-bottom: 50px;
}
.destaque::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 221px;
	background-image: url('../img/banner-onda.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	bottom: -85px;
}
.destaque h1 {
	color: #7bc694;
	margin-bottom: 10px;		
}
.destaque h2 {
	color: #7bc694;
    font-size: 20px;
    margin-top: 0;
}
.destaque h2::after {display: none;}
.destaque .txt p:last-child {
	font-weight: 900;
}
.destaque .descricao {flex: 2;flex-basis: 565px;}
.destaque figure {flex: 1;flex-basis: 580px}

.btn-comprar {
	position: relative;
	display: block;
	width: 100%;
	max-width: 328px;
	border-radius: 30px;
	box-shadow: 1px 4px 6px 0 rgba(0, 187, 180, 0.36);
	background-color: #00bbb4;
	color: #ffffff;
	text-decoration: none;
	line-height: 59px;
	text-align: center;
	font-size: 23px;
	text-transform: uppercase;
	transition: background-color 0.2s;
	margin-top: 40px;
	height: 59px;
}
.btn-comprar:hover {
	background-color: #54D1CD;
}

/* COMBINACAO */
.combinacao {padding: 90px 0;}
.combinacao .row {
	justify-content: space-between;
	flex-flow: row nowrap;
}
.combinacao .descricao {flex: 1;flex-grow:0; flex-basis: 561px;}
.combinacao figure {flex: 1;flex-grow:0; flex-basis: 513px}

.combinacao figure img {
	border-radius: 15px 0 15px 0;
}
.pele-irritada {background-color: #f6f6f6;padding: 90px 0;}
.pele-irritada .row {flex-flow: column nowrap;}
.problema h2,
.depilpos h2,
.pele-irritada h2 {
	color: #7bc694;
	font-size: 33px;
	line-height: 40px;
	text-align: center;
}
.problema h2::after,
.depilpos h2::after,
.pele-irritada h2::after {display: none;}
.pele-irritada .cuidados {
	flex-flow: row nowrap;
	margin-top: 45px;
	justify-content: space-between;	
}
.pele-irritada .cuidados .box {
	flex-flow: column nowrap;
}
.pele-irritada .descricao p {text-align: center;}

.problema .row {
	flex-flow: column nowrap;
	padding: 90px 0;
}
.problema h2 {margin-bottom: 60px;}
.problema .solucao,
.problema .pense {
	flex-flow: row nowrap;
	justify-content: space-between;
	margin-bottom: 60px;
}
.problema .pense .txt {text-align: right;}
.problema .solucao .txt,
.problema .pense .txt {
	flex-shrink: 1;
	flex-grow:0;
	flex-basis: 510px;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: center;
}

.problema .solucao figure,
.problema .pense figure {flex-shrink: 1;flex-grow:0; flex-basis: 582px}

.problema img {border-radius: 15px 0 15px 0;}
.problema .pense h3::after {right: 0;}
.problema .btn-comprar {align-self: center;margin-top: 0;}
.depilpos {
	position: relative;
	padding: 100px 0 200px;
	background: rgb(212,244,255);
	background: linear-gradient(180deg, rgba(212,244,255,1) 0%, rgba(255,255,255,1) 42%, rgba(255,255,255,1) 55%, rgba(147,231,215,1) 97%, rgba(141,233,218,1) 100%);
}
.depilpos h3 {
	margin-top: 0;
	font-size: 23px;
	line-height: 28px;
}
.depilpos .row {
	flex-flow: column nowrap;
}
.depilpos .box {
	margin-bottom: 30px;
}
.depilpos .itens {
	flex-flow: row wrap;
	justify-content: flex-start;
	margin-top: 30px;
}
.depilpos .itens > div:nth-child(2),
.depilpos .itens > div:nth-child(5) {margin: 0 30px 30px;}
.depilpos::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 304px;
	background-image: url('../img/itens-onda.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	bottom: 0;
}
.produto {padding-bottom: 100px;}
.produto .descricao {
	flex-shrink: 1;
	flex-grow:0;
	flex-basis: 582px;
	flex-flow: column nowrap;
	align-items: flex-start;
	justify-content: center;
}
.produto .descricao h3 {margin-top: 0;}
.produto figure {
	flex-shrink: 1;
	flex-grow:0;
	flex-basis: 582px;
}
footer {
	background-color: #f2f2f2;
	padding: 0 20px;
}
footer .row {
	flex-flow: row nowrap;
	justify-content: space-between;
	padding: 30px 0 20px;
}
footer a {font-size: 14px;color: #4f805f;text-decoration: none;}
footer p {font-size: 14px;}
footer a:hover {color: #00bbb4;}

@media screen and (max-width:1245px) {
	.produto .descricao,
	.pele-irritada .descricao,
	.combinacao figure,
	.combinacao .descricao,
	.destaque .descricao {margin-left: 20px;}
	.produto figure,
	.pele-irritada .descricao,
	.combinacao .descricao,
	.destaque figure {margin-right: 20px;}
	.box {
		flex-basis: 31%;
	}
	.pele-irritada .cuidados {justify-content: space-around;}

	.problema .solucao .txt,
	.problema .pense .txt,
	.problema .solucao figure,
	.problema .pense figure {flex-basis: 48%;}

	.problema .solucao,
	.problema .pense {justify-content: space-around;}
}

@media screen and (max-width:945px) {
	h2::after, h3::after {display: none;}
	.destaque .row {
		flex-flow: column nowrap;
		align-items: center;
	}
	.destaque .btn-comprar {
		margin: 40px auto;
	}
	.destaque .descricao {order: 2;margin: 20px;}
	.destaque .descricao .txt {text-align: center;}
	.destaque figure {
		order: 1;
		max-width: 50%;
		margin-right: 85px;
		flex-basis: 100%;
	}
	
	.combinacao .row {
		flex-flow: column nowrap;
		align-items: center;
	}
	.combinacao figure {
		margin: 0 20px;
		max-width: 65%;
		flex-basis: 100%;
	}
	.combinacao .txt {text-align: center;}
	.combinacao .descricao {flex-basis: 100%;}
	.combinacao .btn-comprar {
		margin: 40px auto;
	}
	.pele-irritada {padding-left: 20px;padding-right: 20px;}
	.pele-irritada .cuidados {
		flex-flow: row wrap;
	}
	.pele-irritada .cuidados .box {margin-bottom: 40px;}
	.problema {padding-left: 20px;padding-right: 20px;}
	.problema .solucao {
		flex-flow: column nowrap;
	}
	.problema .pense {
		flex-flow: column-reverse nowrap;
	}
	.problema .solucao, .problema .pense {margin-bottom: 40px;}
	.box {flex-basis: 100%;}
	.depilpos { padding: 70px 0 200px;}
	.depilpos .itens > div:nth-child(2), .depilpos .itens > div:nth-child(5) {margin: 0 0 30px;}
	.depilpos .itens {justify-content: space-around;padding-left: 20px;padding-right: 20px;}
}
@media screen and (max-width:840px) {
	.produto .row {
		flex-flow: column nowrap;
		align-items: center;
	}
	.produto .row .descricao,
	.produto .row figure {
		flex-basis: 100%;
	}
	.produto .row .descricao {
		margin: 0 20px 60px;
		text-align: center;
		align-items: center;
	}
	.produto .row figure {max-width: 50%;margin-right:65px;}
	.produto .descricao {order: 2;margin: 20px;}
	.produto figure {order: 1;margin-bottom: 60px;}
	footer .row {
		flex-flow: column nowrap;
		align-items: center;
		text-align: center;
	}	
}
@media screen and (max-width:540px) {
	.destaque {padding-bottom: 60px;}
	.destaque figure {
		margin-right: 55px;
	}
}
@media screen and (max-width:400px) {
	.produto .row figure {max-width: 200px;margin-right:35px;}
}