*{ margin:0;padding:0; vertical-align:top; box-sizing:border-box;} /*position:relative;*/
html{ overflow:auto; overflow-y:scroll; -webkit-overflow-scrolling:touch;}
html, body{ height: 100%;}
/*a{width: 100%; height: 100%;}*/
a,button{ text-decoration:none; cursor: pointer;}
button, input, textarea, a img{ border:0; outline:none;}
/*img,picture,video,embed{ max-width:100%;}*/
li{ list-style:none;}
fieldset{ border:0;}
/**, *:before, *:after { box-sizing:border-box;}*/
h1,h2{ cursor: default;}


::-webkit-input-placeholder {
   color: #F42095;
}
:-moz-placeholder {
   color: #F42095;
}
::-moz-placeholder {
   color: #F42095;  
}
:-ms-input-placeholder {  
   color: #F42095;  
}
::-ms-input-placeholder {
   color:    #F42095;
}
::placeholder {
   color:    #F42095;
}
input::placeholder{
	color: #F42095;	
}

body{
	background: #FFCAE5;
	font-family: system-ui;
	position: relative;
}

h2{
	text-align: center;
	padding: 0 30px;
}
.col-50{
	display: inline-block;
}


.logo{
	position: absolute;
	-webkit-transition: filter 0.3s;
	transition: filter 0.3s;
}
.logo div{
	background-size: contain;
	background-repeat: no-repeat;
}
.logo-text{
	width: 301px;
	height: 120px;
	background-image: url('../img/logo-malb.webp');
	position: relative;
}

main > header .logo-text{
	top: 36px;
}

#inicio{
	padding-bottom: 125px;
	overflow: hidden;
}
#inicio p {
    color: #fff;
    width: 100%;
    font-size: 34px;
    line-height: 43px;
    font-weight: bold;
   	-webkit-text-shadow: 1px 1px 2px #000000;
	-moz-text-shadow: 1px 1px 2px #000000;
    text-shadow: 1px 1px 2px #000000;
}
#inicio span{
    color: #be5ce6;
}
#inicio a{
    display: table;
    margin: 0 auto;
    padding: 25px 50px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
    font-size: 28px;
    border-radius: 50px;
    background: rgb(181,4,71);
    background-image: linear-gradient(180deg, #b40044 0%, #fa1069 50%, #b40044 100%);
	-webkit-box-shadow:0px 0px 28px 9px rgba(255,21,111,0.9);
	-moz-box-shadow: 0px 0px 28px 9px rgba(255,21,111,0.9);
	box-shadow: 0px 0px 28px 9px rgba(255,21,111,0.9);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
#inicio a:hover{
	filter: brightness(1.15);
}


#sobre{
	background: linear-gradient(180deg, rgba(250,203,232,1) 0%, rgba(255,244,204,1) 100%);
	padding-bottom: 160px;
}
#sobre h2{
	margin-bottom: 61px;
    font-size: 71px;
    color: #fdd446;
    -webkit-text-shadow: 2px 0 #4b0038, -2px 0 #4b0038, 0 2px #4b0038, 0 -2px #4b0038,
               1px 1px #4b0038, -1px -1px #4b0038, 1px -1px #4b0038, -1px 1px #4b0038;
	-moz-text-shadow: 2px 0 #4b0038, -2px 0 #4b0038, 0 2px #4b0038, 0 -2px #4b0038,
               1px 1px #4b0038, -1px -1px #4b0038, 1px -1px #4b0038, -1px 1px #4b0038;
	text-shadow: 2px 0 #4b0038, -2px 0 #4b0038, 0 2px #4b0038, 0 -2px #4b0038,
               1px 1px #4b0038, -1px -1px #4b0038, 1px -1px #4b0038, -1px 1px #4b0038;
}
#sobre-left .imgs{
	position: relative;
}
#sobre-left .imgs div{
	position: absolute;
}
#sobre-left .circle-image{
	box-shadow: 0 0 11px 14px #fff;
	border-radius: 50%;
}
#sobre-right p{
    margin-top: 10px;
    font-size: 32px;
    line-height: 46px;
    color: #8e4e5c;
    text-align: center;
    font-weight: bold;
    -webkit-text-shadow: 2px 2px 2px #fff;
	-moz-text-shadow: 2px 2px 2px #fff;
    text-shadow: 2px 2px 2px #fff;
}

#conteudo-2{
	background: linear-gradient(180deg, rgba(255,244,204,1) 0%, rgba(250,203,232,1) 100%);
}
#conteudo-2 h2{
	font-size: 28px;
	color: #722838;
}
#conteudo-2 .circulos{
	text-align: center;
	width: 940px;
	margin: 71px auto 0;
}
#conteudo-2 .circle-image{
	box-shadow: 0 0 11px 14px #fff;
	border-radius: 50%;
	margin: 0 25px 50px 25px;
	width: 180px;
	height: 180px;
	display: inline-block;

}
#conteudo-2 .circle-image:nth-of-type(1){
	background-image: url(../img/prod-1.webp);
}
#conteudo-2 .circle-image:nth-of-type(2){
	background-image: url(../img/prod-2.webp);
}
#conteudo-2 .circle-image:nth-of-type(3){
	background-image: url(../img/prod-3.webp);
}
#conteudo-2 .circle-image:nth-of-type(4){
	background-image: url(../img/prod-4.webp);
}
#conteudo-2 .circle-image:nth-of-type(5){
	background-image: url(../img/prod-5.webp);
}
#conteudo-2 .circle-image:nth-of-type(6){
	background-image: url(../img/prod-6.webp);
}
#conteudo-2 .circle-image:nth-of-type(7){
	background-image: url(../img/prod-7.webp);
}
#conteudo-2 .circle-image:nth-of-type(8){
	background-image: url(../img/prod-8.webp);
}
#conteudo-2 .circle-image:nth-of-type(9){
	background-image: url(../img/prod-9.webp);
}
#conteudo-2 .circle-image:nth-of-type(10){
	background-image: url(../img/prod-10.webp);
}
#conteudo-2 .circle-image:nth-of-type(11){
	background-image: url(../img/prod-11.webp);
}
#conteudo-2 .circle-image:nth-of-type(12){
	background-image: url(../img/prod-12.webp);
}


#valor h2{
	margin: 90px 0 40px 0;
	color: #d60067;
	font-size: 36px;
	line-height: 46px;
	text-shadow: 2px 2px 2px #fff;
}


#vantagens{
	display: table;
	background: #ff9000;
	border-radius: 36px;
	color: #fff;
	opacity: 0.7;
	text-align: center;
	padding: 30px 40px;
	margin: 0 auto
}
#vantagens span{
	display: inline-block;
	color: #fff;
	font-weight: bold;
	text-align: center;
	width: 145px
}
#vantagens span:last-child{
	margin-right: 0;
}
#vantagens span i{
	display: block;
    height: 46px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 15px;
}
#vantagens span:nth-of-type(1) i{
    background-image: url(../img/cell.svg);
}
#vantagens span:nth-of-type(2) i{
    background-image: url(../img/vitalicio.svg);
}
#vantagens span:nth-of-type(3) i{
    background-image: url(../img/certificado.svg);
}
#vantagens span:nth-of-type(4) i{
    background-image: url(../img/whats.svg);
}
#vantagens span div{
	display: block;
	font-size: 17px;
	line-height: 20px;
}


#depoimentos{
	padding-bottom: 60px;
	background: linear-gradient(180deg, rgba(250,203,232,1) 0%, rgba(255,244,204,1) 100%);
}
#depoimentos h2{
	margin: 180px 0 50px 0;
	color: #f40086;
	font-size: 40px;
	line-height: 46px;
	-webkit-text-shadow: 2px 2px 2px #fff;
	-moz-text-shadow: 2px 2px 2px #fff;
	text-shadow: 2px 2px 2px #fff;
}
#depoimentos .retangulo{
	text-align: center;
}
#depoimentos .retangulo div{
	width: 210px;
	height: 285px;
	border: 3px solid #5ce1e6;
	border-radius: 20px;
	-webkit-box-shadow: 0 0 9px 1px #fff;
	-moz-box-shadow: 0 0 9px 1px #fff;
	box-shadow: 0 0 9px 1px #fff;
	display: inline-block;
}
#depoimentos .retangulo div:nth-of-type(1){
	background-image: url(../img/dep-1.webp);
}
#depoimentos .retangulo div:nth-of-type(2){
	background-image: url(../img/dep-2.webp);
}
#depoimentos .retangulo div:nth-of-type(3){
	background-image: url(../img/dep-3.webp);
}
#depoimentos .retangulo div:nth-of-type(4){
	background-image: url(../img/dep-4.webp);
}
#depoimentos .retangulo div:nth-of-type(5){
	background-image: url(../img/dep-5.webp);
}
#depoimentos .retangulo div:nth-of-type(6){
	background-image: url(../img/dep-6.webp);
}
#depoimentos .retangulo div:nth-of-type(7){
	background-image: url(../img/dep-7.webp);
}
#depoimentos .retangulo div:nth-of-type(8){
	background-image: url(../img/dep-8.webp);
}
#depoimentos p{
	text-align: center;
	color: #610236;
	font-size: 23px;
	line-height: 30px;
	border-radius: 31px;
	background: #feda99;
	-webkit-box-shadow: 0 0 19px 8px #8BC34A;
	-moz-box-shadow: 0 0 19px 8px #8BC34A;
    box-shadow: 0 0 19px 8px #8BC34A;
}
#depoimentos a{
    display: table;
    margin: 120px auto 0 auto;
    padding: 21px 141px;
    width: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
    font-size: 28px;
    border-radius: 68px;
    background: rgb(181,4,71);
    background-image: linear-gradient(180deg, #b40044 0%, #fa1069 50%, #b40044 100%);
	-webkit-box-shadow: 0px 0px 28px 9px rgba(255,21,111,0.9);
	-moz-box-shadow: 0px 0px 28px 9px rgba(255,21,111,0.9);
	box-shadow: 0px 0px 28px 9px rgba(255,21,111,0.9);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
#depoimentos a:hover{
	filter: brightness(1.15);
}


#bio{
	background: linear-gradient(180deg, rgba(255,244,204,1) 0%, rgba(250,203,232,1) 100%);
	padding-top: 60px;
}
#bio .middle{
	position: relative;
}
#bio-left{
	padding-top: 330px;
	text-align: center;
	color: #561a3a;
}
#bio-left p{
	width: 430px;
	font-size: 20px;
	margin-bottom: 15px;
}
#bio-left .margarida{
	z-index: 1;
	top: 10px;
	left: 0px;
	width: 150px;
	height: 139px;
	background: url('../img/margarida.svg') no-repeat;
	background-size: contain;
	position: absolute;
}
#bio-left .nome-bio{
	z-index: 2;
	top: 115px;
	left: 35px;
	width: 350px;
	height: 168px;
	background: url('../img/nome-bio.webp') no-repeat;
	background-size: contain;
	position: absolute;
}
#bruna-foto-bio{
    border-radius: 50%;
    background: url('../img/bruna-foto-bio.webp') no-repeat;
    background-size: contain;
    margin-top: 60px;
    width: 500px;
    height: 500px;
	-webkit-box-shadow: 0 0 64px 60px #fff;
	-moz-box-shadow: 0 0 64px 60px #fff;
	box-shadow: 0 0 64px 60px #fff;
}
#bio .chamada-clock{
	margin: 35px 0 20px 4px;
	font-size: 18px;
	font-weight: bold;
}


#faq{
	padding-bottom: 90px;
	overflow: hidden;
}
#faq h2{
	font-size: 50px;
    color: #e7c753;
    -webkit-text-shadow: 2px 0 #400303, -2px 0 #400303, 0 2px #400303, 0 -2px #400303, 1px 1px #400303, -1px -1px #400303, 1px -1px #400303, -1px 1px #400303;
    -moz-text-shadow: 2px 0 #400303, -2px 0 #400303, 0 2px #400303, 0 -2px #400303, 1px 1px #400303, -1px -1px #400303, 1px -1px #400303, -1px 1px #400303;
    text-shadow: 2px 0 #400303, -2px 0 #400303, 0 2px #400303, 0 -2px #400303, 1px 1px #400303, -1px -1px #400303, 1px -1px #400303, -1px 1px #400303;
}
#faq ul{
	margin: 55px auto 0;
}
#faq li{
	margin-bottom: 35px;
}
#faq h3{
	margin-bottom: 5px;
	color: #d60067;
}
#faq p{
	color: #494545;
	font-size: 19px;
	line-height: 26px;
	font-weight: bold;
}


#garantia{
	margin: 0 auto;
	padding: 30px 0 30px;
	background: linear-gradient(180deg, rgba(250,203,232,1) 0%, rgba(255,244,204,1) 100%);
}
#garantia h2{
	color: #fff;
	font-size: 42px;
	margin-bottom: 50px;
	-webkit-text-shadow: 2px 0 #7d0030, -2px 0 #7d0030, 0 2px #7d0030, 0 -2px #7d0030, 1px 1px #7d0030, -1px -1px #7d0030, 1px -1px #7d0030, -1px 1px #7d0030;
    -moz-text-shadow: 2px 0 #7d0030, -2px 0 #7d0030, 0 2px #7d0030, 0 -2px #7d0030, 1px 1px #7d0030, -1px -1px #7d0030, 1px -1px #7d0030, -1px 1px #7d0030;
	text-shadow: 2px 0 #7d0030, -2px 0 #7d0030, 0 2px #7d0030, 0 -2px #7d0030, 1px 1px #7d0030, -1px -1px #7d0030, 1px -1px #7d0030, -1px 1px #7d0030;
}
#garantia .content{
	text-align: center;
}
#garantia p{
	display: inline-block;
	width: 442px;
	margin: 35px 15px 0 0;
	color: #66294a;
	line-height: 36px;
	font-size: 26px;
	text-align: center;
	font-weight: bold;
}
#garantia i{
	display: inline-block;
	width: 260px;
	height: 231px;
	background: url('../img/garantia.webp') no-repeat;
    background-size: contain;
}


#bonus{
	padding-top: 140px;
	background: linear-gradient(180deg, rgba(255,244,204,1) 0%, rgba(250,203,232,1) 100%);
	overflow: hidden;
}
#bonus h2{
    width: 530px;
    margin: 0 auto;
    color: #f40086;
    font-size: 40px;
}
#bonus ul{
	width: 600px;
    margin: 80px auto 0;
}
#bonus li{
	font-size: 22px;
    font-weight: 700;
    margin-bottom: 36px;
    color: #600035;
}
#bonus li i{
	width: 37px;
	height: 33.67px;
	margin: -6px 14px 0 0;
	display: inline-block;
	background: url('../img/certo.svg') no-repeat;
    background-size: contain;
}
#bonus a{
    padding: 27px 71px;
    display: table;
    font-size: 22px;
    margin: 70px auto;
    font-weight: bold;
    color: #fff;
    border-radius: 16px;
    background: #009213;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#bonus a:hover{
	filter: brightness(1.15);
	-webkit-box-shadow:0px 0px 28px 9px rgba(255,255,255,0.9);
	-moz-box-shadow: 0px 0px 28px 9px rgba(255,255,255,0.9);
	box-shadow: 0px 0px 28px 9px rgba(255,255,255,0.9);
}


#se-voce{
	padding-top: 60px;
}
#se-voce h2{
	color: #fbab08;
	font-size: 55px;
	-webkit-text-shadow: 2px 0 #7e5400, -2px 0 #7e5400, 0 2px #7e5400, 0 -2px #7e5400,
				 1px 1px #7e5400, -1px -1px #7e5400, 1px -1px #7e5400, -1px 1px #7e5400;
	-moz-text-shadow: 2px 0 #7e5400, -2px 0 #7e5400, 0 2px #7e5400, 0 -2px #7e5400,
				 1px 1px #7e5400, -1px -1px #7e5400, 1px -1px #7e5400, -1px 1px #7e5400;
	text-shadow: 2px 0 #7e5400, -2px 0 #7e5400, 0 2px #7e5400, 0 -2px #7e5400,
				 1px 1px #7e5400, -1px -1px #7e5400, 1px -1px #7e5400, -1px 1px #7e5400;
}
#se-voce .middle{
	font-size: 0;
}
#se-voce .col-1{
	display: inline-block;
    width: 68%;
    padding: 0px 7% 0 5%;
}
#se-voce .col-2{
	display: inline-block;
	width: 26%;
}
#se-voce ul{
    margin: 80px auto 0 30px;
}
#se-voce li{
	font-size: 22px;
	font-weight: 700;
	line-height: 31px;
	color: #600035;
	margin-bottom: 36px;
}
#se-voce li i{
	width: 37px;
	height: 33.67px;
	margin: -6px 14px 0 0;
	display: inline-block;
	background: url('../img/certo.svg') no-repeat;
    background-size: contain;
}
#se-voce p{
	font-weight: 700;
	font-size: 26px;
	color: #f40086;
	margin: 40px 0 0 0;
	text-align: center;
}
#se-voce a{
	padding: 27px 71px;
    display: table;
    font-size: 22px;
    margin: 91px auto;
    font-weight: bold;
    color: #fff;
    border-radius: 16px;
    background: #c20000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#se-voce a:hover{
	filter: brightness(1.15);
	-webkit-box-shadow: 0px 0px 28px 9px rgba(255,255,255,0.9);
	-moz-box-shadow: 0px 0px 28px 9px rgba(255,255,255,0.9);
	box-shadow: 0px 0px 28px 9px rgba(255,255,255,0.9);
}


#aviso{
	padding: 80px 0 40px;
	color: #4a4a4a;
}
#aviso .middle{
	width: 700px;
	margin: 0 auto;
}
#aviso p{
	line-height: 22px;
	text-align: center;
	font-size: 18px;
}
#aviso p:last-child{
	font-size: 14px;
	margin-top: 6px;
}


footer{
	background: #66294A;
	padding: 30px 0;
	color: #aaa;
	font-weight: 600;
	font-size: 14px;
	text-align: center;
	line-height: 25px;
}
footer a{
	color: #aaa;
	padding: 6px;
    
}
footer a:hover{
	color: #ddd;
}
footer p{
	margin-top: 10px;
}



@media(min-width: 768px){

	#se-voce .imgs{
		position: relative;
		margin: 120px 0 0 0;
	}
	#se-voce .imgs div{
		position: absolute;
	}
	#se-voce .circle-image{
		box-shadow: 0 0 11px 14px #fff;
		border-radius: 50%;
	}
	#se-voce .imgs div:nth-of-type(1){
		z-index: 2;
		width: 275px;
		height: 275px;
		background-image: url(../img/sobre-foto-1.webp);
	}
	#se-voce .imgs div:nth-of-type(2){
		z-index: 3;
		top: 200px;
		width: 175px;
		height: 175px;
		background-image: url(../img/sobre-foto-2.webp);
	}
	#se-voce .imgs div:nth-of-type(3){
		z-index: 1;
		top: 192px;
	    left: 81px;
		width: 180px;
		height: 210px;
		background-image: url(../img/sobre-estrelas.webp);
	}
}