#sobre-left .imgs{
	margin: 0 0 0 200px;
}
#sobre-left .imgs div:nth-of-type(1){
	z-index: 2;
	width: 275px;
	height: 275px;
	background-image: url(../img/sobre-foto-1.webp);
}
#sobre-left .imgs div:nth-of-type(2){
	z-index: 3;
	top: 200px;
	width: 175px;
	height: 175px;
	background-image: url(../img/sobre-foto-2.webp);
}
#sobre-left .imgs div:nth-of-type(3){
    z-index: 1;
    top: 164px;
    left: 73px;
    width: 184px;
    height: 210px;
    background-image: url(../img/estrelas-1.svg);
    background-size: contain;
    rotate: 180deg;
}
#sobre-right p{
    width: 445px;
}

#vantagens span{
	width: 155px;
}

#depoimentos p{
	width: 770px;
	padding: 14px 10px;
	margin: 34px auto 0 auto;
}
#depoimentos .retangulo div{
	margin: 0 25px 50px 25px;
}
#depoimentos .retangulo{
	position: relative;
	z-index: 2;
}
#depoimentos .retangulo i{
	z-index: -1;
    position: absolute;
    width: 184px;
    height: 210px;
    background-image: url(../img/estrelas-1.svg);
    background-size: contain;
}
#depoimentos .retangulo i:nth-of-type(1){
	top: 104px;
    left: 177px;
}
#depoimentos .retangulo i:nth-of-type(2){
    top: -27px;
    left: 482px;
    rotate: 180deg;
}
#depoimentos .retangulo i:nth-of-type(3){
	top: 92px;
    left: 784px;
}
#depoimentos .retangulo i:nth-of-type(4){
	top: 454px;
    left: 187px;
}
#depoimentos .retangulo i:nth-of-type(5){
	top: 310px;
    left: 500px;
    rotate: 180deg;
}
#depoimentos .retangulo i:nth-of-type(6){
	top: 440px;
    left: 794px;
}


#bio{
	margin-bottom: 50px;
}
#bio .middle{
	position: relative;
}
#bio .middle > i, #faq .middle i{
	position: absolute;
	z-index: 2;
	background: url(../img/planta.svg) no-repeat;
    background-size: contain;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
#bio .middle > i{
	width: 281px;
	height: 361px;
	right: 50px;
	bottom: -50px;
}


#faq{
	margin-top: 50px;
}
#faq .middle{
	position: relative;
}
#faq .middle > i{
	width: 242px;
	height: 189px;
	right: 71px;
	top: -3px;
	transform: scaleX(-1) scaleY(-1);
}
#faq ul{
	width: 850px;
}

#faq .margaridas{
	position: absolute;
	z-index: -1;
}
#faq .margaridas i{
	position: absolute;
	z-index: 2;
	background: url(../img/margarida.svg) no-repeat;
    background-size: contain;
}
#faq .margaridas:nth-of-type(1){
		
}
#faq .margaridas:nth-of-type(1) i:nth-of-type(1){
	width: 149px;
	height: 138px;
	top: 0px;
}
#faq .margaridas:nth-of-type(1) i:nth-of-type(2){
	width: 127px;
	height: 118px;
	top: 168px;
	left: -36px;
}
#faq .margaridas:nth-of-type(1) i:nth-of-type(3){
	width: 58px;
	height: 54px;
	top: 312px;
	left: 49px;
}
#faq .margaridas:nth-of-type(2){
	right: 100px;
}
#faq .margaridas:nth-of-type(2) i:nth-of-type(1){
	width: 110px;
	height: 102px;
	top: 196px;
}
#faq .margaridas:nth-of-type(2) i:nth-of-type(2){
	width: 58px;
	height: 54px;
	top: 597px;
	left: -75px;
}
#faq .margaridas:nth-of-type(2) i:nth-of-type(3){
	width: 124px;
	height: 118px;
	top: 649px;
	left: -23px;
}

#bonus .middle{
	position: relative;
}
#bonus .estrelas-bg{
	position: absolute;
	width: 981px;
	height: 750px;
	background: url('../img/estrelas.png') no-repeat;
	background-size: contain;
	top: -100px;
	opacity: 0.5;
}
#bonus .estrelas-bg:nth-of-type(1){
	left: -530px;
}
#bonus .estrelas-bg:nth-of-type(2){
	right: -720px;
}


@media (max-width:1199px){


	#bio-left{
		padding-left: 10px;
	}

	#depoimentos .retangulo i:nth-of-type(1){
		left: 227px;
	}

	#bio .middle > i{
		height: 247px;
	}

	#faq .middle > i{
		height: 136px;
		right: 63px;
	}

}