
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 #0076ba;
	text-align: center;
	border-radius: 6px;
	display: block;
	width: 80%;
	margin: 0 auto;
	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: #0076ba;
	border-radius: 3px;
	transition: all 0.8s ease;
	z-index: -1;
}
.slide-bg:hover:before{
	width: 100%;
}
.pulsar {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
@keyframes pulse{
0%,100%{transform:scale(.9);opacity:.9;}
50%{transform:scale(1);opacity:1;}
}
@-webkit-keyframes pulse{
0%,100%{-webkit-transform:scale(.95);opacity:.7}
50%{-webkit-transform:scale(1);opacity:1}
}
.header h1 {
    font-size: 3.5em;
    color: #0076ba;
	font-style: italic;
	text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0#fff;
}
.header p{
	color: #FFF;
	font-weight: 800;
	font-size: 2.5em;
	margin: 0;
	font-style: italic;
}
.progress{
	height: 40px;
	font-size: 1.2em;
	margin: 15px 0;
}
.progress-bar {
    background-color: #0076ba;
}
.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;
}

/*=========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: #0067b1;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.oquee h3{
	font-size: 1.5em;
	color: #0067b1;
	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: #0067b1;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.como-funciona h3{
	font-size: 1.5em;
	color: #0067b1;
	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: #0067b1;
	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: #0067b1;
	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: #0067b1;
    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: #0067b1;
	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: #0067b1;
	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 #0067b1;
	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: #0067b1;
}
#drag li:hover{
	background: #5fb2ee;
}
.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: #0067b1;
	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: #0067b1;
	background: url(../img/bg-header.jpg) no-repeat;
	background-position: -267px;
	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: #0067b1;
	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: #0067b1;
	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 #0067b1;
	position: relative;
	border-radius: 5px;
}
.box-midia p:before{
	content: '';
	position: absolute;
	top: -38px;
	border: 19px solid;
	border-color: #FFF0 #FFF0 #0067b1 #FFF0;
	left: 42%;
}
/*=========TABELAS==========*/

.tabelas{
	padding: 50px 0;
	position: relative;

}
.tabelas h2{
	font-size: 2.2em;
	color: #0067b1;
	margin-bottom: 10px;
}
.tabelas h3{
	font-size: 1.5em;
	margin-bottom: 40px;
	color:gray;
}
.tabelas p b{
	font-weight: 700;
}
.tabela{
	position: relative;
	z-index: 4;
	padding: 24px;
	border-radius: 20px;
	background-color:#fff;
	box-shadow: 0 0 50px 0 rgba(0, 0, 0, .12);
	max-width: 300px;
	width: 100%;
	margin: 0 auto 40px auto;
	cursor: pointer;
}
.titulo-tab{
	text-align: center;
	color: #394165;
	font-weight: 600;
	font-size: 35px;
	text-transform: uppercase;
	padding: 10px 0;
	font-family: teko;
}
.titulo-tab b{
	font-weight: 800;
}
.desconto{
	background:#ffaa09;
	padding: 0px 6px;
	border-radius: 5px;
	color:#FDFDFD;
	font-weight: 400;
	border: dashed 2px#fff;
	text-shadow:#b57907 1px 1px 11px;
}
.titulo-tab span{
	margin: 5px 0;
	font-size: 20px;
	display: block;
	color: #757da2;
}
.strike{
	display: block;
	text-align: center;
    font-family: 'Fira Sans', sans-serif;
	color:#9ea6ad;
	font-size: 22px;
	font-weight: 300;
	letter-spacing: -1px;
	margin: 10px 0;
	position: relative;
}
.strike::before{
	content: '';
    position: absolute;
    top: 10px;
    width: 90px;
    height: 2px;
    background-color: #d64040;
    right: 90px;
}
.cifrao, .centavos{
	font-size: 25px;
	font-weight: 800;
	color: #394165;
	font-family: 'Fira Sans', sans-serif;
}
.reais{
	font-size: 50px;
	font-weight: 800;
	color: #394165;
	font-family: 'Fira Sans', sans-serif;
}
.parcelas{
	display: block;
	color: #394165;
	font-family: 'Fira Sans', sans-serif;
	margin-top: 10px;
	font-size: 20px;
}

.frete {
    text-align: center;
    margin: 15px 0;
    color: #000;
    padding: 10px;
    border-top: 1px solid #DDD7D7;
    border-bottom: 1px solid #DDD7D7;
    font-size: 13px;
}
.frete b{
	color: #000;
	font-weight: bolder;
}
.frete img {
    width: 26px;
    display: inline-block;
    margin-right: 5px;
}
.bt-comprar{
	color: #FFF;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1.2rem 0;
	background-color: #1d97c9;
	font-weight: 700;
	font-size: 16px;
	margin: 20px auto;
	position: relative;
	width: 100%;
	max-width: 70%;
	border-radius: 30px;

}
.bt-comprar:hover{
	opacity: 0.7;
}
.bt-comprar span{
	position: relative;
	z-index: 1;
}
.bt-comprar i{
	margin-left: 7px;
	font-size: 30px;
	z-index: 1;
	opacity: 0.6;
}
.blur {
    position: absolute;
    top: 6px;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background-color: #17b7f9;
    opacity: 0.68;
    -webkit-filter: blur(15px);
    filter: blur(15px);
}
.mais-vendido{
	position: absolute;
	color:#FFF;
	background:#31bb2c;
	padding: 10px 0;
	border-radius: 20px;
	font-size: 12px;
	font-weight: bold;
	width: 160px;
	height: 30px;
	text-align: center;
	top: -16px;
	right: 30%;
	-webkit-animation: slide 2.5s ease-in-out infinite alternate;
  -moz-animation: slide 2.5s ease-in-out infinite alternate;
  animation: slide 2.5s ease-in-out infinite alternate;
  box-shadow: #31bb2c 1px 1px 10px;
  z-index: 1;
}
@-webkit-keyframes slide {
  from {
    right: 5%;
  }
  to {
    right: 40%;
  }
}

/*=========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: #0067b1;
}
.seguranca h2{
	font-size: 2.2em;
	color: #0067b1;
	margin-bottom: 10px;
}
.seguranca h3{
	font-size: 1.5em;
	margin-bottom: 40px;
	color:gray;
}
.fa-shield-alt{
	border: solid 2px #0067b1;
	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: #0067b1;
	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 #0067b1;
	margin-bottom: 30px;
	box-shadow: 0px 6px 2px 1px rgba(0, 0, 0, 0.1);
}
.box-pergunta h4{
	font-size: 19px;
	color: #0067b1;
	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;
}
/*-----//MODAL//-----*/

.modal-back{
	display: none;
	z-index: 999999;
	position: fixed;
	margin: auto;
	text-align: center;
	width: 100%;
	height: 100%;
	background:url(../img/bg-potes.jpg) no-repeat;
	background-size: cover;
	top: 0;
	left: 0;
}
.wrap-modal{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	width: 100%;
	height: 100%;
}
.modal-back h2{
	color: #FFF;
	font-size: 50px !important;
	text-transform: none;
	font-weight: 800;
	margin-bottom: 20px;
}
.modal-back p{
	color: #FFF;
	font-size: 25px !important;
}
.modal-back p b{
	font-weight: 800;
	color: yellow;
}
.modal-back span{
	background-color: yellow;
	color: #000;
	font-size: 23px;
	font-weight: 700;
	padding: 5px;
}
.bt-modal{
	display: flex;
	margin-top: 15px;
}
.bt-sim{
	display: block;
    padding: 20px 44px;
    background: #13bb13;
    color: #FFF;
    text-align: center;
    font-weight: 800;
    border-radius: 5px;
    margin: 20px;
    font-size: 20px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.bt-nao{
	display: block;
    padding: 20px 44px;
    background: #e1390f;
    color: #FFF;
    text-align: center;
    font-weight: 800;
    border-radius: 5px;
    margin: 20px;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.bt-sim:hover,.bt-nao:hover{
	text-decoration: none;
	color: #FFF;
	opacity: 0.8;
}

/*-----//MODAL POTES //-----*/

.modal-potes{
	display: none;
	z-index: 999999;
	position: fixed;
	margin: auto;
	text-align: center;
	width: 100%;
	height: 100%;
	background:url(../img/bg-potes.jpg) no-repeat;
	background-size: cover;
	background-color: #FFF;
	top: 0;
	left: 0;
}
.modal-potes .wrap-modal{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	width: 100%;
	height: 100%;
}
.modal-potes h2{
	color: #FFF;
	font-size: 50px !important;
	text-transform: none;
	font-weight: 800;
	margin-bottom: 20px;
}
.modal-potes p{
	color: #FFF;
	font-size: 20px !important;
	max-width: 625px;
	width: 90%;
	font-weight: 600;
}
.modal-potes p b{
	font-weight: 800;
	background-color: #df762a;
	padding: 5px;
}
.close-modal-potes{
	color:#FFF;
	font-size: 36px;
	font-weight: 700;
	padding: 5px;
	position: absolute;
	top: 25px;
	right: 25px;
	cursor: pointer;
}
.close-modal-potes:hover{
	opacity: 0.7;
}
.bt-modal{
	display: flex;
	margin-top: 15px;
}
.bt-quero{
	display: block;
    padding: 20px 44px;
    background: #13bb13;
    color: #FFF;
    text-align: center;
    font-weight: 800;
    border-radius: 5px;
    margin: 20px;
    font-size: 18px;
    font-family: Montserrat, sans-serif;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.bt-nao-quero{
	display: block;
    padding: 20px 44px;
    background: #ee3434;
    color: #FFF;
    text-align: center;
    font-weight: 800;
    border-radius: 5px;
    margin: 20px;
    font-size: 18px;
    font-family: Montserrat, sans-serif;
    cursor: pointer;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.bt-quero:hover,.bt-nao-quero:hover{
	text-decoration: none;
	color: #FFF;
	opacity: 0.8;
}
/*==========
PAGE DE DEPOIMENTO
===============*/

/*==========AUMENTO===============*/

.aumento{
	padding: 6% 0;
	background: red;
	background:  linear-gradient(to bottom,#600b0b,red 90%);
	background-size: 4px;
}
.aumento h1{
	color: #FFF;
	font-size: 2.5em;
	margin-bottom: 15px;
	font-weight: 800;
}
.aumento strong{
	color: yellow;
}
.box-a{
	margin: 25px 10px;
	padding:0px 0px 10px;
	background: #FFF;
}
.box-a p{
	text-align: left;
	font-size: 0.97em;
	font-weight: 300;
	color: #000;
	font-family: "Barlow Semi Condensed", Roboto, "Helvetica Neue", Arial, sans-serif;
	padding: 0 15px 15px 15px;
}

.box-a strong{
	color: #000;
	font-weight: 600;
}



.pulsar{
animation-name:pulse;
-webkit-animation-name:pulse;
animation-duration:1.5s;
-webkit-animation-duration:1.5s;
animation-iteration-count:infinite;
-webkit-animation-iteration-count:infinite;
}

@keyframes pulse{
0%,100%{transform:scale(.9);opacity:.9;}
50%{transform:scale(1);opacity:1;}
}
@-webkit-keyframes pulse{
0%,100%{-webkit-transform:scale(.95);opacity:.7}
50%{-webkit-transform:scale(1);opacity:1}
}

/*---==========SUPORTE WPP============---*/
.suporte-wpp img{
	width: 50px;
}

.suporte-wpp{
	bottom: 7px;
	right: 8px;
	z-index: 9999;
	position: fixed;
}



/*---===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;
}

/*--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;
}
.modal-potes h2 {
		font-size: 46px !important;
	}
	.modal-potes p {
    	font-size: 18px !important;
	}
	.bt-quero,.bt-nao-quero{
		font-size: 15px;
	}
	.modal-potes img{
		width: 80%;
	}

}

/*==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;
}


}
@media (max-width: 420px){
.bt-modal{
		flex-direction: column;
	}
	.modal-back h2{
		font-size: 36px !important;
		margin-top: 15px;
	}
	.modal-back p {
    	color: #FFF;
    	font-size: 19px !important;
	}
	.bt-sim,.bt-nao{
		padding: 20px 15px;
		font-size: 18px;
	}
	.modal-potes p {
    	font-size: 17px !important;
	}
	.bt-quero,.bt-nao-quero{
		font-size: 15px;
		padding: 20px 20px;
		margin: 9px 20px;
	}
}
@media (max-width: 360px){

.bt-quero, .bt-nao-quero {
	    font-size: 15px;
	    padding: 20px 10px;
	    margin: 9px 15px;
	}
}
@media (max-width: 320px){

.bt-quero, .bt-nao-quero {
	    font-size: 14px;
	    padding: 20px 7px;
	    margin: 9px 15px;
	}
}