
body{
    font-family: 'Muli', sans-serif;
}

p{
	margin-bottom: 20px;
}
h1,h2{
	font-weight: 800;
}
h3{font-weight: 700;}
p,h1,h2{
	line-height: 1.5em;
}
img{max-width: 100%;}

strong,b{
	font-weight: 700;
}
/*=========HEADER==========*/

.header{
	background-color: #000;
	padding: 15px 30px 70px;
	background: url(../img/bg-header.jpg) no-repeat;
	background-size: cover;

}
.logo{
	margin: 0 auto;
	display: block;
}
.clock{
	color: #FFF;
	font-size: 0.94em;
	border-right: solid #FFF 3px;
	line-height: 1.5em;
}
.clock i{
	color: #FFF;
	font-size: 2.5em;
	float: left;
	margin-right: 15px;
	margin-top: 5px;
}
.bt-rastrear{
	padding: 15px 20px;
	color: #FFF;
	border: solid 3px red;
	text-align: center;
	border-radius: 6px;
	display: block;
	width: 80%;
	margin: 0 auto;
	transition: all 400ms ease;
	position: relative;
	z-index: 3;
}
.bt-rastrear:hover{
	text-decoration: none;
	color: #FFF;
}
.slide-bg{
	background: #f000;
}
.slide-bg:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: red;
	border-radius: 3px;
	transition: all 0.8s ease;
	z-index: -1;
}
.slide-bg:hover:before{
	width: 100%;
}

.header h1{
	font-size: 3.5em;
	color: red;
	font-style: italic;
	text-shadow: #8a0303 -4px 1px 3px;
}
.header p{
	color: #FFF;
	font-weight: 600;
	font-size: 2.5em;
	margin: 0;
	font-style: italic;
}
.progress{
	height: 40px;
	font-size: 1.2em;
	margin: 15px 0;
}
.progress-bar {
    background-color: #f00;
}
.loader{
	margin: 15px auto;
}
.loader p{
	font-size: 1.2em;
	font-style: normal;
}

/*=========MDIDA==========*/

.medida{
	background: linear-gradient(#f20c0c,#b50b0c);
    padding: 20px 0 8px;
    text-align: center;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    position: relative;
    bottom: 33px;
    color: #FFF;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    font-size: 2.5em;
    box-shadow: 1px 10px 10px #808080b8;
}
.medida b{
	color: yellow;
}
.medida img{
	width: 400px;
}

/*-------- // ANVISA // -------*/

.anvisa{
	background-color: #FFF;
	padding: 30px 0;
}
.anvisa h2{
	font-size: 28px !important;
}

/*=========OQUEE==========*/

.oquee{
	padding: 50px 0px;
	background: url(../img/efeito-xanimal.jpg) no-repeat;
	background-size: auto;
	margin-top: 20px;
}
.oquee h2{
	font-size: 2.2em;
	color: red;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.oquee h3{
	font-size: 1.5em;
	color: red;
	margin-bottom: 25px;
	color: gray;
}
.oquee p{
	font-size: 1.2em;
}

/*=========COMO FUNCIONA==========*/

.como-funciona{
	padding: 50px 0px;
}
.como-funciona h2{
	font-size: 2.2em;
	color: red;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.como-funciona h3{
	font-size: 1.5em;
	color: red;
	margin-bottom: 25px;
	color: gray;
}
.como-funciona p{
	font-size: 1.2em;
}

/*=========BT-FLUID==========*/

.bt-check-fluid{
	padding: 30px 0;
	position: relative;
}
.bt-fluid{
	background: red;
	text-align: center;
	display: block;
	color: #FFF;
	padding: 20px 5px;
	border-radius: 6px;
	font-size: 1.5em;
	font-weight: 800;
	margin: 0 auto;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.54);
	z-index: 3;
	transition: all 0.5s;
}
.bt-fluid:hover{
	color: #FFF;
	text-decoration: none;
	transform:scale(1.1);
}

.slide-bg2{
	background: red;
}
.slide-bg2:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: #b30b0b;
	border-radius: 3px;
	transition: all 0.8s ease;
	z-index: -1;
}
.slide-bg2:hover:before{
	width: 100%;
}

.bt-check-fluid:before{
	content: '';
	width: 100%;
	height: 0px;
	border: dashed #959393 1px;
	position: absolute;
	top: 50%;
}
.bt-fluid span{
	font-size: 18px;
	font-weight: 300;
}

/*=========BENEFICIOS==========*/

.beneficios{
	padding: 50px 0;
	background: url(../img/fundo-wave.png) no-repeat;
	background-size: cover;
	background-position: 0px 145px;
}
.beneficios img{
    position: relative;
    left: 82px;
}
.beneficios h2{
	font-size: 2.2em;
	color: red;
	margin-bottom: 10px;
}

.beneficios h3{
	font-size: 1.5em;
	margin-bottom: 25px;
	color: gray;
}
.beneficios h4{
	font-size: 1.0em;
	color: gray;
	font-weight: 800;
}
.beneficios p{
	font-size: 1.1em;
	margin: 0px;
	color: #605e5e;
}
.beneficios ul{
	position: relative;
}
.beneficios ul:before{
	content: '';
	width: 3px;
	height: 100%;
	background-color: red;
	position: absolute;
	left: -9px;
	bottom: 0;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.beneficios li{
	border-radius: 10px;
	box-shadow: #b0acac 1px 1px 10px;
	padding: 10px 30px;
	margin-bottom: 30px;
	position: relative;
	background-color: #FFF;
}
.beneficios li:before{
    content: '1';
    width: 50px;
    height: 50px;
    color: #FFF;
    font-size: 40px;
    text-align: center;
    position: absolute;
    background-color: red;
    left: -31px;
    top: 24px;
    font-weight: bold;
    box-shadow: #b0acac 1px 1px 3px;
    padding: 5px;
    border-radius: 50%;

}
.beneficios li:nth-child(2):before{
	content: '2';
}
.beneficios li:nth-child(3):before{
	content: '3';
}

/*=========AUMENTO SEMANAL==========*/

.aumento-semanal{
	padding: 50px 0;
	background: url(../img/fundo-aumento.jpg) no-repeat;
	background-size: cover;
}
.aumento-semanal h2{
	font-size: 2.2em;
	color: red;
	margin-bottom: 10px;
}
.aumento-semanal h3{
	font-size: 1.5em;
	margin-bottom: 40px;
	color: #FFF;
}
.aumento-semanal p{
	font-size: 1.1em;
	margin: 0px;
	color: #FFF;
	margin-bottom: 50px;
	padding: 0 80px;
	position: relative;
}
.aumento-semanal p:before{
	content: '2 SEMANAS';
	color: #F00;
	text-align: center;
	font-size: 15px;
	position: absolute;
	left: 0;
	padding: 15px;
	transform: rotate(-90deg);
	bottom: 20px;
	font-weight: 700;
	letter-spacing: 0px;
}
.aumento-semanal p:nth-child(2):before{
	content: '3 SEMANAS';
}
.aumento-semanal p:nth-child(3):before{
	content: '4 SEMANAS';
}

#simulacao{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}
#simulacao img{
	position: absolute;
	bottom: 23px;
	left: 37%;
	z-index: 2;
}
.aumento-semanal span{
	background: red;
	padding: 12px 0px;
	font-size: 15px;
	font-weight: 800;
	color: #FFF;
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 50%;
}
#drag{
	width: 90%;
	position: relative;
	z-index: 9999;
	display: flex;
	justify-content: space-between;
	margin: 20px auto;

}
#drag li{
	width: 30px;
	height: 30px;
	background: #ff000012;
	border-radius: 50%;
	border: solid 3px red;
	cursor: pointer;
	position: relative;
}
#drag li:before{
    content: '1° Mês';
    font-size: 16px;
    color: white;
    position: absolute;
    bottom: -37px;
    width: 100px;
    left: -19px;
    font-weight: 800;

}
#drag li:nth-child(2):before{
	content: "2° Mês";
}
#drag li:nth-child(3):before{
	content: "3° Mês";
}
#drag li:nth-child(4):before{
	content: "4° Mês";
}
#drag li:nth-child(5):before{
	content: "5° Mês";
}
#drag li:hover:before{
	color: red;
}
#drag li:hover{
	background: red;
}
.segunda-semana{
	width: 128px;
	display: none;
}
.terceira-semana{
	width: 161px;
	display: none;
}
.quarta-semana{
	width: 175px;
	display: none;
}
.quinta-semana{
	width: 185px;
	display: none;
}
.tms{
	position: absolute;
	right: 0;
	top: 30%;
	z-index: 3;
}
.tms h4{
	font-size: 23px;
	font-weight: 600;
	color: #FFF;
	margin-bottom: 15px;
}
.tms b{color: #3eff00;}

.txt-1,.txt-2,.txt-3,.txt-4{
	display: none;
}

/*=========DEPOIMENTOS==========*/

.depoimentos{
	padding: 50px 0;
	position: relative;
}
.depoimentos h2{
	font-size: 2.2em;
	color: red;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.depoimentos h3{
	font-size: 1.5em;
	margin-bottom: 40px;
	color:gray;
}
.box-depoimento{
	box-shadow: gray 1px 1px 10px;
	position: relative;
	border-radius: 5px;
	background-color: red;
	background: url(../img/fundo-box-dp.jpg) no-repeat;
	background-size: cover;
}
.box{
	padding: 50px;
	position: relative;
	background-color: #FFF;
	border-radius: 5px;
}
.box-depoimento img{
	position: absolute;
	left: 0;
	position: absolute;
	left: -45px;
	border: solid 5px #FFF;
}
.box-depoimento h4, .box-depoimento h5{
	text-align: center;
}
.box-depoimento h4{
	font-size: 1.3em;
	margin-bottom: 10px;
}
.box-depoimento h5{
	font-size: 1.0em;
	margin-bottom: 10px;
	color: gray;
}
.box-depoimento p{
	font-size: 1.0em;
	padding: 20px 10px;
}
.bulets{
	text-align: center;
	margin-top: 30px;
}
.bulet-1, .bulet-2, .bulet-3{
    width: 50px;
    height: 9px;
    border-radius: 5px;
    display: inline-block;
    margin: 0 10px;
}
.bulet-1{
	background: red;
	cursor: pointer;
}
.bulet-2{
	background: gray;
	cursor: pointer;
}
.bulet-3{
	background: gray;
	cursor: pointer;
}

.dpm-2{
	display: none;
}
.dpm-3{
	display: none;
}
/*=========MIDIA==========*/

.midia{
	padding: 50px 0;
	position: relative;
}
.midia h2{
	font-size: 2.2em;
	color: red;
	margin-bottom: 10px;
}
.midia h3{
	font-size: 1.5em;
	margin-bottom: 40px;
	color:gray;
}
.box-midia{
	
}
.box-midia img{
	margin: 0 auto;
	display: block;
	margin-bottom: 15px;
}
.box-midia p{
	font-size: 1.0em;
	padding: 20px 20px;
	background: #FFF;
	border: 2px solid red;
	position: relative;
	border-radius: 5px;
}
.box-midia p:before{
	content: '';
	position: absolute;
	top: -38px;
	border: 19px solid;
	border-color: #FFF0 #FFF0 red #FFF0;
	left: 42%;
}
/*=========TABELAS==========*/

.tabelas{
	padding: 50px 0;
	position: relative;

}
.tabelas h2{
	font-size: 2.2em;
	color: red;
	margin-bottom: 10px;
}
.tabelas h3{
	font-size: 1.5em;
	margin-bottom: 40px;
	color:gray;
}
.tabela{
	border-radius: 10px;
	background-color: #f6f6fe;
	text-align: center;
	background: url(../img/fundo-tabela.png);
	-webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 20ms ease-in;
    transform: scale(1); 
}
.tabela:hover{
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.03);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.03);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.03);
    transition: all 200ms ease-in;
    transform: scale(1.03);
}
.tabelas a{
	text-decoration: none;
}

.titulo-tabela{
	margin-bottom: 10px;
	border-bottom: dashed 1px #FFF;
	padding: 10px 0;
}
.produto-img{
	background: url(../img/fundo-produto.png) no-repeat;
	background-size: cover;
}
.produto-img img{
	position: relative;
	top: 29px;
}
.titulo-tabela h2{
	font-size: 1.8em;
	text-align: left;
	color: #FFF;
	padding: 2px 27px;
	font-weight: 200;
}
.titulo-tabela b{
	font-size: 2.0em;
	text-align: left;
	color: #FFCF01;
	font-weight: 800;
	position: relative;
	bottom: 11px;
}

.precos{
	color: #FFF;
	text-align: left;
	padding: 10px 20px;
	border-bottom: dashed 1px #FFF;
	margin-bottom: 10px;
}
.precos p{
	margin-bottom: 0;
	font-weight: 200;
}

strike{
	font-weight: 200;
}
.parcelas{
	font-size: 1.2em;
	color: #FFF;
}
.parcelas b{
	font-size: 1.5em;
	color: #FFCF01;
	font-weight: 800;
	font-style: italic;
}
.valor{
	margin: 5px 0;
	padding-bottom: 30px;
}
.cifrao{
    font-size: 2.0em;
    color: #FFCF01;
}
.reais{
    font-size: 3.5em;
    font-weight: 800;
    color: #FFCF01;
}
.centavos{
	font-size: 1.8em;
	font-weight: 800;
	color: #FFCF01;
}
.bt-tabela{
	font-size: 1.5em;
	color: #FFF;
	font-weight: 700;
	padding: 20px;
	position: relative;
}
.bt-tabela:before{
	content: '';
	width: 100%;
	height: 6px;
	background: #FFF;
	position: absolute;
	left: 0;
	top: -20px;
	transform: rotate(3deg);
}
/*=========SEGURANCA==========*/

.seguranca{
	padding: 50px 0;
	position: relative;
	background: url(../img/fundo-seguranca.png) no-repeat;
	background-size: cover;
}
.seguranca li{
	margin-bottom: 30px;
	font-size: 1.2em;
}
.seguranca i{
	font-size: 35px;
	margin-right: 5px;
	color: red;
}
.seguranca h2{
	font-size: 2.2em;
	color: red;
	margin-bottom: 10px;
}
.seguranca h3{
	font-size: 1.5em;
	margin-bottom: 40px;
	color:gray;
}
.fa-shield-alt{
	border: solid 2px red;
	padding: 20px;
	border-radius: 50%;
}

/*=========GARANTIA==========*/

.garantia{
	padding: 50px 0;
	background: url(../img/fundo-aumento.jpg) no-repeat;
    background-size: auto;
	background-size: cover;
}
.garantia h2{
	font-size: 1.8em;
	color: #FFF;
}
.garantia p{
	font-size: 1.2em;
	color: #FFF;
}

/*=========PERGUNTAS==========*/

.perguntas{
	padding: 50px 0;
	background-color: #FFF;
}
.perguntas h2{
	font-size: 2.2em;
	color: red;
	margin-bottom: 10px;
}
.perguntas h3{
	font-size: 1.5em;
	margin-bottom: 40px;
	color:gray;
}
.box-pergunta{
	background-color: rgba(234,234,243,0.68);
	border-left: solid 4px red;
	margin-bottom: 30px;
	box-shadow: 0px 6px 2px 1px rgba(0, 0, 0, 0.1);
}
.box-pergunta h4{
	font-size: 19px;
	color: red;
	margin: 10px;
	font-weight: 700;
}
.box-pergunta p{
	font-size: 15px;
	margin: 10px;
}

/*=========FOOTER==========*/

footer{
	background: url(../img/fundo-aumento.jpg) no-repeat;
    background-size: auto;
	background-size: cover;
	padding: 50px 0;
	color: #FFF;
}
footer span{
	font-weight: 700;
	margin-bottom: 30px;
	display: block;
}
footer p, footer a{
	font-size: 12px;
	color: #FFF;
}
.borda{
	border-bottom: solid 1px #FFF;
}

/*=========INDICAÇÃO==========*/

.indicacao{
	background: url(../img/fundo-aumento.jpg) no-repeat;
    background-size: auto;
	background-size: cover;
	padding: 50px 0;
	color: #FFF;
}
.indicacao h3{
	margin-top: 15px;
}


/*---===RESPONSIVO===---*/

/*==992==*/

@media (max-width: 992px){

/*--HEADER--*/
.header p {
	font-size: 2.3em;
}
.header h1 {
	font-size: 2.5em;
}
.loader p {
    font-size: 1.1em;
    font-style: normal;
}

/*--AUMENTO SEMANAL--*/

.segunda-semana {
    width: 125px;
}
.terceira-semana {
    width: 157px;
}
.quarta-semana {
    width: 165px;
}
.quinta-semana {
    width: 170px;
}


}

/*==768==*/

@media (max-width: 768px){

/*--HEADER--*/
.header p {
	font-size: 1.7em;
}
.header h1 {
	font-size: 2.3em;
}
.loader p {
    font-size: 1.1em;
    font-style: normal;
}
.anvisa h2 {
    	font-size: 19px !important;
    }
    .mb-mobile{
		margin-bottom: 40px;
	}
/*--AUMENTO SEMANAL--*/

.segunda-semana {
    width: 125px;
}
.terceira-semana {
    width: 157px;
}
.quarta-semana {
    width: 165px;
}
.quinta-semana {
    width: 170px;
}
#drag{
	margin: 35px auto;
	width: 100%;
}
/*--BT FLUID--*/

.bt-fluid{
	font-size: 1.3em;
}
.bt-fluid span {
    font-size: 14px;
}
.loader p {
    font-size: 12px;
}

/*--MEDIDA--*/
.medida{
	font-size: 2.0em;
}

/*--COMO FUNCIONA--*/
.como-funciona h2 {
    font-size: 1.8em;
}

/*--BENEFICIOS--*/

.beneficios h2 {
    font-size: 1.5em;
}

/*--MIDIA--*/

.midia h2 {
    font-size: 1.5em;
}
.midia h3 {
    font-size: 1.3em;
}

/*--TABELAS--*/

/*--SEGURANÇA--*/

.seguranca h2 {
    font-size: 1.5em;
}
.seguranca h3 {
    font-size: 1.3em;
}

}

/*==576==*/

@media (max-width: 576px){

/*--HEADER--*/
.header p {
	font-size: 1.7em;
}
.header h1 {
	font-size: 2.3em;
}
.loader p {
    font-size: 19px;
}
.clock {
    font-size: 11px;
}
.bt-rastrear{
	width: 95%;
}
.logo{
	width: 40%;
}
/*--AUMENTO SEMANAL--*/

.aumento-semanal h2{
	font-size: 1.6em;
}
.aumento-semanal h3{
	font-size: 1.3em;
}
.segunda-semana {
    width: 125px;
}
.terceira-semana {
    width: 157px;
}
.quarta-semana {
    width: 165px;
}
.quinta-semana {
    width: 170px;
}
#drag{
	margin: 35px auto;
	width: 80%;
}
/*--BT FLUID--*/

.bt-fluid{
	font-size: 1.3em;
}
.bt-fluid span {
    font-size: 14px;
}

/*--MEDIDA--*/
.medida{
	font-size: 1.5em;
}

/*--OQUE É--*/
.oquee{
	background: linear-gradient(#b3aaaac2,#a6a6a630), url(../img/efeito-xanimal.jpg) no-repeat;
}
.oquee h3{
	color: #393636;
}

/*--COMO FUNCIONA--*/
.como-funciona h2 {
    font-size: 1.8em;
}
.como-funciona img{
	width: 50%;
}

/*--BENEFICIOS--*/

.beneficios h2 {
    font-size: 1.5em;
}
.beneficios img{
	left: 0;
	width: 70%;
}

/*--MIDIA--*/

.midia h2 {
    font-size: 1.5em;
}
.midia h3 {
    font-size: 1.3em;
}

/*--TABELAS--*/
.tabelas h2 {
    font-size: 1.8em;
}
.tabelas h3 {
    font-size: 1.3em;
}

/*--SEGURANÇA--*/

.seguranca h2 {
    font-size: 1.2em;
}
.seguranca h3 {
    font-size: 1.1em;
}
.garantia h2 {
    font-size: 1.7em;
}

/*--DUVIDAS--*/

.perguntas h2 {
    font-size: 1.5em;
}
.perguntas h3 {
    font-size: 1.1em;
}
.box-pergunta{
	margin-bottom: 30px;
}


}


/*==480==*/

@media (max-width: 480px){

/*--HEADER--*/
.header{
	padding: 15px 5px 70px;
}
.header p {
	font-size: 1.7em;
}
.header h1 {
	font-size: 2.3em;
}
.loader p {
    font-size: 19px;
}
.clock {
    font-size: 11px;
}
.bt-rastrear{
	width: 95%;
	font-size: 10px;
	font-weight: 800;
}
.logo{
	width: 40%;
}
.header .bt-fluid{
	margin-bottom: 35px;
}
/*--AUMENTO SEMANAL--*/

.aumento-semanal h2{
	font-size: 1.6em;
}
.aumento-semanal h3{
	font-size: 1.3em;
}
.segunda-semana {
    width: 125px;
}
.terceira-semana {
    width: 130px;
}
.quarta-semana {
    width: 140px;
}
.quinta-semana {
    width: 150px;
}
#drag{
	margin: 35px auto;
	width: 78%;
}
/*--BT FLUID--*/

.bt-fluid{
	font-size: 1.3em;
}
.bt-fluid span {
    font-size: 14px;
}

/*--MEDIDA--*/
.medida{
	font-size: 1.5em;
}

/*--OQUE É--*/
.oquee{
	background: linear-gradient(#b3aaaac2,#a6a6a630), url(../img/efeito-xanimal.jpg) no-repeat;
}
.oquee h3{
	color: #393636;
}
.oquee h2 {
    font-size: 1.5em;
}
/*--COMO FUNCIONA--*/
.como-funciona h2 {
    font-size: 1.8em;
}
.como-funciona img{
	width: 50%;
}

/*--BENEFICIOS--*/

.beneficios h2 {
    font-size: 1.5em;
}
.beneficios img{
	left: 0;
	width: 70%;
}

/*--MIDIA--*/

.midia h2 {
    font-size: 1.5em;
}
.midia h3 {
    font-size: 1.3em;
}

/*--TABELAS--*/
.tabelas h2 {
    font-size: 1.8em;
}
.tabelas h3 {
    font-size: 1.3em;
}

/*--SEGURANÇA--*/

.seguranca h2 {
    font-size: 1.2em;
}
.seguranca h3 {
    font-size: 1.1em;
}
.garantia h2 {
    font-size: 1.7em;
}

/*--DUVIDAS--*/

.perguntas h2 {
    font-size: 1.5em;
}
.perguntas h3 {
    font-size: 1.1em;
}
.box-pergunta{
	margin-bottom: 30px;
}


}