/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Muli', sans-serif;
    text-transform: uppercase;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1.3;
    font-family: 'Muli', sans-serif;
    color: #3b3b3b;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.container{max-width: 960px;}



/* HEADER */
header{
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #00def4;
    vertical-align: baseline;
}
header ul{
    text-align: right;
    margin-top: 5px;
}
header ul li{
    display: inline;
    padding: 0 20px;
}
header ul li:last-child{
    background-color: #78eef9;
    border-radius: 100px;
    padding-bottom: 5px;
    padding-top: 5px;
}
header ul li:last-child:hover{
    background-color: #011b34;
    -webkit-transition: 0.3s ease-in; 
    -moz-transition: 0.3s ease-in; 
    -o-transition: 0.3s ease-in; 
    color: #fff;
}
header ul li:last-child a:hover{
    color: #fff;
    text-decoration: none;
}
header ul li a{
    color: #011b34;
    font-size: 14px;
}
header ul li a b{
    font-weight: bold;
}

/* SEJA UM AMANTE IMBATÍVEL */
.amante-imbativel{
    padding-top: 60px;
    padding-bottom: 30px;
    background-color: #011b34;
    background-image: url('../img/amante_bg.png');
    background-position: top;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
}
.amante-imbativel hgroup{
    margin-bottom: 20px;
}
.amante-imbativel h1{
    font-size: 55px;
    font-weight: 900;
}
.amante-imbativel h2{
    font-size: 24px;
    font-weight: 600;
    width: 80%;
    margin: 0 auto;
}
.amante-imbativel .lista{
    margin-top: 40px;
}
.amante-imbativel p{
    text-align: left;
    font-size: 22px;
    line-height: 2.3;
}
.amante-imbativel p b{
    font-weight: 900;
}
.amante-imbativel p i{
    font-size: 25px;
}

/* COM O XTRAMASTER VOCÊ CONSEGUIRÁ */
.xtramaster-conseguira{
    text-align: center;
    padding-top: 80px;
    padding-bottom: 90px;
}
.xtramaster-conseguira h1{
    font-size: 36px;
    font-weight: 900;
    color: #33aed9;
    margin-bottom: 60px;
}
.xtramaster-conseguira h1 b{
    color: #011e39;
}
.xtramaster-conseguira img{
    margin-bottom: 20px;
}
.xtramaster-conseguira h2{
    background-color: #00def4;
    margin: 0 auto;
    font-size: 90px;
    font-weight: 900;
    width: 170px;
    height: 170px;
    border: 7px solid #00528e;
    border-radius: 100%;
    color: #fff;
    padding-top: 15px;
    margin-bottom: 20px;
}
.xtramaster-conseguira p{
    font-size: 25px;
    font-weight: 600;
    color: #011e39;
}
.xtramaster-conseguira .lista_02{
    margin-top: 70px;
}

/* RESULTADOS RÁPIDOS */
.resultados{
    text-align: center;
    background-color: #011e39;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 60px;
}
.resultados h1{
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 30px;
}
.resultados .botao button{
    width: 30%;
}
.resultados .botao p{
    margin-bottom: 0px;
}

/* RESULTADOS REAIS */
.resultados-reais{
    padding-top: 80px;
    padding-bottom: 60px;
}
.resultados-reais hgroup{
    text-align: center;
    margin-bottom: 60px;
}
.resultados-reais hgroup h1{
    font-size: 52px;
    font-weight: 900;
    color: #08a0d2;
    line-height: 1;
}
.resultados-reais hgroup h2{
    font-size: 40px;
    font-weight: 700;
    color: #353535;
}
.resultados-reais .comentarios{
    background-color: #fff;
    padding: 15px;
    width: 31%;
    min-height: 480px;
    margin-right: 20px;
    margin-bottom: 40px;
    -webkit-box-shadow: 0px 0px 37px 0px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 0px 37px 0px rgba(0,0,0,0.14);
    box-shadow: 0px 0px 37px 0px rgba(0,0,0,0.14);
}
.resultados-reais .comentarios:last-child{
    margin-right: 0px;
}
.resultados-reais .comentarios strong{
    font-weight: 900;
    font-size: 16px;
    color: #355999;
}
.resultados-reais .comentarios span{
    font-size: 16px;
    color: #9f9f9f;
}
.resultados-reais .comentarios .img-comentarios img{
    float: left;
    margin-right: 20px;
}
.resultados-reais .comentarios .img-comentarios{
    display: block;
    height: 80px;
}
.resultados-reais .comentarios p{
    margin-bottom: 10px;
}
.resultados-reais .comentarios a{
    font-weight: 800;
    font-size: 11px;
    color: #353535;
    font-family: Tahoma;
}

/*POR DENTRO DA FORMULA*/
.dentro-formula{
  background-color: #0e2a44;
  padding-top: 60px;
  padding-bottom: 60px;
  color: #fff;
  text-align: center;
}
.dentro-formula img{
  width: 90%;
  margin-top: 10px;
}
.dentro-formula hgroup{
  text-align: left;
  margin-bottom: 20px;
}
.dentro-formula h1{
  font-size: 40px;
  font-weight: 900;
  color: #12a2d3;
  margin-bottom: -10px;
}
.dentro-formula h2{
  font-size: 33px;
  font-weight: 900;
}
.dentro-formula p{
  font-size: 18px;
  font-weight: 400px;
  text-align: left;
}

/*ESPECIALISTA*/
.especialista{
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
.especialista hgroup{
  margin-bottom: 30px;
}
.especialista h1{
  font-size: 42px;
  font-weight: 900;
  color: #0d2741;
  margin-bottom: -10px;
}
.especialista h2{
  font-size: 42px;
  font-weight: 900;
  color: #13a8d6;
}
.especialista iframe{
  width: 80%;
  margin-bottom: 40px;
}
.especialista a{
  color: #fff;
  text-decoration: none;
}
.especialista .satisfacao{
  text-align: center;
  font-weight: 900;
  font-size: 12px;
  margin-top: 10px;
  color: #0d2741;
  margin-bottom: -10px;
}
.especialista .satisfacao i{
  font-weight: 200;
  font-size: 11px;
}

/*PRODUTOS*/
.produtos{
  background-color: #011b33;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
.especial-produtos{
  background-color: #08a0d2;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 60px;
}
.produtos .title h1 {
    font-size: 40px;
    font-weight: 200;
    text-align: center;
    color: #ffffff;
    line-height: 1.3;
}
.produtos .title h2 {
    font-size: 25px;
    font-weight: 900;
    text-align: center;
    color: #ffffff;
    margin-bottom: 40px;
    line-height: 1;
}
.produtos .kit{
    width: 31.77%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 15px 15px 0;
    border: 1px solid transparent;
    border: 5px solid #d7d7d7;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -o-border-radius: 7px;
    background: #f7f7f7;
    background: -moz-linear-gradient(top,#f7f7f7 45%,#d7d7d7 100%);
    background: -webkit-linear-gradient(top,#f7f7f7 45%,#d7d7d7 100%);
    background: linear-gradient(to bottom,#f7f7f7 45%,#d7d7d7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7',endColorstr='#e8e8e8',GradientType=0 );
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.produtos .maior{
  border-color: #f1a01f;
}
.produtos .title-desconto{
  background-color:#17a5dd;
  color: #fff;
  font-size: 23px;
  font-weight: 900;
  text-transform: none;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
}
.produtos .title-desconto:after {
  content: '';
	display: block;
	position: absolute;
	left: 0%;
	top: 100%;
	width: 0;
	height: 0;
	border-top: 15px solid #17a5dd;
	border-right: 132px solid transparent;
	border-bottom: 0 solid transparent;
	border-left: 132px solid transparent;
}
.produtos .title-desconto-maior{
  background-color:#f1a01f;
  color: #fff;
  font-size: 23px;
  font-weight: 900;
  text-transform: none;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
}
.produtos .title-desconto-maior:after {
  content: '';
	display: block;
	position: absolute;
	left: 0%;
	top: 100%;
	width: 0;
	height: 0;
	border-top: 15px solid #f1a01f;
	border-right: 132px solid transparent;
	border-bottom: 0 solid transparent;
	border-left: 132px solid transparent;
}
.produtos .kit img{
  width: 100%;
  margin-top: 40px;
  margin-bottom: 10px;
}
.produtos .kit hgroup h1{
  font-size: 34px;
  color: #011b33;
  font-weight: 900;
  text-transform: none;
  line-height: 1;
}
.produtos .kit hgroup h2{
  font-size: 22px;
  color: #011b33;
  font-weight: 900;
  text-transform: none;
  line-height: 1;
  margin-bottom: 2px;
}
.produtos .kit p{
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 23px;
    color: #011b33;
}
.produtos .kit h5{
    font-size: 17px;
    color: #252525;
    text-transform: none;
}
.produtos .kit span{
  font-weight: 400;
  color: #de3519;
  font-size: 15px;
  margin-bottom: 10px;
}
.produtos .kit h2{
  font-weight: 800;
  text-transform: none;
  color: #2b2b2b;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: -20px;
}
.produtos .kit h3{
  font-weight: 900;
  color: #2b2b2b;
  font-size: 82px;
}
.produtos .kit h3 span{
  font-size: 20px;
  color: #2b2b2b;
  font-weight: 900;
}
.produtos .kit h4{
  font-weight: 400;
  color: #2b2b2b;
  font-size: 13px;
  text-transform: none;
  margin-top: -15px;
  margin-bottom: 10px;
}

/* DESAFIO */
.desafio{
    padding-top: 80px;
    padding-bottom: 60px;
}
.desafio hgroup{
    margin-bottom: 40px;
}
.desafio h1{
    font-size: 46px;
    font-weight: 900;
    color: #08a0d2;
    line-height: 0.8;
}
.desafio h2{
    font-size: 39px;
    font-weight: 700;
    color: #011b33;
}
.desafio p{
    font-size: 28px;
    font-weight: 400;
}
.desafio img{
    width: 100%;
}

/* DÚVIDAS */
.duvidas {
    background-color: #dfdfdf;
    background-image: url('../img/duvidas.png');
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 60px;
    padding-bottom: 50px;
}
.duvidas hgroup{
    margin-bottom: 40px;
}
.duvidas h1{
    font-size: 23px;
    font-weight: 900;
    color: #011b34;
    line-height: 1;
}
.duvidas h2{
    font-size: 40px;
    font-weight: 900;
    color: #011b34;
    line-height: 1;
}
.duvidas h3{
    font-size: 19px;
    font-weight: 800;
    color: #454545;
    text-transform: none;
}
.duvidas .itens{
    margin-bottom: 30px;
}
.duvidas img{
    float: left;
    margin-right: 15px;
    width: 23%;
}
.duvidas p{
    font-size: 16px;
}
.duvidas p b{
    font-weight: 900;
}

/* SEGREDO */
.segredo{
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}
.segredo h1{
    font-size: 35px;
    font-weight: 700;
   text-align: left;
   text-transform: none;
   color: #08a0d2;
   line-height: 1;
   margin-bottom: 20px;
}
.segredo p{
    font-size: 18px;
    text-align: left;
}

/*FOOTER*/
footer{
  background-color: #06101a;
  color: #ffffff;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
}
footer h1{
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 900;
}
footer img{
  margin-bottom: 20px;
  width: 90%;
}
footer p{
  font-size: 12px;
}

/*DIREITOS*/
.direitos{
  background-color: #030a12;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 85px;
  text-align: right;
}
.direitos h1{
  font-size: 15px;
  font-weight: 900;
  text-align: left;
  color: #16a0e0;
}
.direitos ul li{
  display: inline;
  font-size: 10px;
  font-weight: 900;
  padding: 0 10px;
}
.direitos ul li a{
  color: #fff;
}

/* FORMULÁRIO */
.formulario{
    background-color: #08a0d2;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.formulario h1{
    font-size: 29px;
    font-weight: 900;
    line-height: 1;
}
.formulario h2{
    font-size: 44px;
    font-weight: 900;
    line-height: 1;
}
.formulario h3{
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
    color: #011b34;
    text-transform: none;
}
.formulario img{
    margin-top: 10px;
    margin-bottom: 20px;
}
.formulario .form-control{
    border-radius: 0px;
    padding-top: 23px;
    padding-bottom: 23px;
}
.formulario button{
    background-color: #12df47;
    border: 7px solid #12df47;
    border-radius: 100px;
    width: 100%;
    font-size: 25px;
    font-weight: 900;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.formulario button:hover{
    background-color: #12df47!important;
    border-color: #12df47!important;
    color: #fff;
    -webkit-transition: 0.3s ease-in; 
    -moz-transition: 0.3s ease-in; 
    -o-transition: 0.3s ease-in; 
}
.formulario button:focus{
    background-color: transparent;
    border: 7px solid #12df47;
    color: #fff!important;
}
.formulario p{
    text-align: center;
    font-weight: 400;
    font-size: 10px;
    color: #fff;
    margin-bottom: -8px;
}

/*BOTÃO PRODUTOS*/
.botao-produtos button{
  background-color: #17a5dd;
  border: 5px solid #17a5dd;
  border-radius: 150px;
  font-size: 27px;
  font-weight: 900;
  padding: 5px 40px;
  margin-bottom: -40px;
}
.botao-produtos button:hover{
  background-color: #058abf;
  border: 5px solid #17a5dd;
  -webkit-transition: 0.2s ease-in; 
  -moz-transition: 0.2s ease-in; 
  -o-transition: 0.2s ease-in; 
}
.botao-produtos-maior button{
  background-color: #f1a01f;
  border: 5px solid #f1a01f;
  border-radius: 150px;
  font-size: 27px;
  font-weight: 900;
  padding: 5px 40px;
  margin-bottom: -40px;
}
.botao-produtos-maior button:hover{
  background-color: #cb8009;
  border: 5px solid #f1a01f;
  -webkit-transition: 0.2s ease-in; 
  -moz-transition: 0.2s ease-in; 
  -o-transition: 0.2s ease-in; 
}

/* BOTÃO */
.botao{margin-top: 30px;}
.botao button{
    background-color: transparent;
    border: 7px solid #00def4;
    border-radius: 100px;
    width: 100%;
    font-size: 25px;
    font-weight: 900;
    color: #00def4;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.botao button:hover{
    background-color: #00def4;
    border-color: #00def4;
    color: #000;
    -webkit-transition: 0.3s ease-in; 
    -moz-transition: 0.3s ease-in; 
    -o-transition: 0.3s ease-in; 
}
.botao button:focus{
    background-color: #00def4!important;
    border-color: #00def4!important;
    color: #000!important;
}
.botao p{
    text-align: center;
    font-weight: 900;
    font-size: 12px;
    color: #00def4;
}
.botao p span{
    font-weight: 400;
    font-size: 11px;
}

/* BOTÃO 02 */
.botao_02{margin-top: 30px;}
.botao_02 button{
    background-color: #08a0d2;
    border: 7px solid #00def4;
    border-radius: 100px;
    width: 100%;
    font-size: 25px;
    font-weight: 900;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.botao_02 button:hover{
    background-color: #08a0d2;
    border-color: #08a0d2;
    color: #fff;
    -webkit-transition: 0.3s ease-in; 
    -moz-transition: 0.3s ease-in; 
    -o-transition: 0.3s ease-in; 
}
.botao_02 button:focus{
    background-color: #00def4!important;
    border-color: #00def4!important;
    color: #000!important;
}
.botao_02 p{
    text-align: center;
    font-weight: 900;
    font-size: 12px;
    color: #08a0d2;
}
.botao_02 p span{
    font-weight: 400;
    font-size: 11px;
}

/*BOTAO 03*/
.botao-vermelho {
    background-color: #ff2f0f;
    border: 7px solid #d01f03;
    color: #fff;
    border-radius: 100px;
    width: 45%;
    padding: 20px;
    font-size: 25px;
    font-weight: 900;
    display: block;
    clear: both;
    margin: auto;
    position: relative;
    z-index: 2;
}
.botao-vermelho:hover{
    background-color: #d01f03;
    border-color: #ff2f0f;
    color: #fff;
    -webkit-transition: 0.3s ease-in; 
    -moz-transition: 0.3s ease-in; 
    -o-transition: 0.3s ease-in; 
}
.botao-vermelho:focus{
    background-color: #d01f03!important;
    border-color: #d01f03!important;
    color: #fff!important;
}

/* MOBILE / TABLET */
@media (max-width:780px) {
    /* HEADER */
    header{text-align: left;}
    header ul{display: block;}
    header .logo-mobile{width: 30%;}
    header .mobile{width: 70%;}
    /* COM O XTRAMASTER VOCÊ CONSEGUIRÁ */
    .amante-imbativel h1{font-size: 45px;}
    .amante-imbativel h2{font-size: 19px;}
    .amante-imbativel img{width: 100%;}
    .amante-imbativel p{font-size: 18px;}
    /* RESULTADOS RÁPIDOS */
    .resultados img{width: 100%;}
    /* RESULTADOS REAIS */
    .resultados-reais .comentarios{width: 47%;}
    /* DENTRO DA FORMULA */
    .dentro-formula h1{font-size: 32px;}
    /*ESPECIALISTA*/
    .especialista h1{font-size: 35px;}
    .especialista iframe{width: 100%;}
    /* DESAFIO */
    .desafio p{font-size: 24px;}
    /* DÚVIDAS */
    .duvidas{background-image: none;}
    .duvidas .col-sm-8{width: 100%;}
    /* SEGREDOS */
    .segredo img{width: 100%;}
    /*PRODUTOS*/
    .produtos .kit {width: 31%;}
    .produtos .kit hgroup h2 {font-size: 18px;}
    .produtos .kit p, .produtos .kit h2 {font-size: 14px;}
    .produtos .title-desconto-maior, .produtos .title-desconto{font-size: 20px;}
    .produtos .title-desconto-maior:after, .produtos .title-desconto:after {
    	border-right: 100px solid transparent;
    	border-bottom: 0 solid transparent;
    	border-left: 100px solid transparent;
    }
    .botao-produtos-maior button, .botao-produtos button {font-size: 20px; padding: 5px 40px;}
    /* FORMULÁRIO */
    .formulario{padding-left: 20px; padding-right: 20px;}
    .formulario h2{font-size: 40px;}
    /*FOOTER*/
    footer img{
      width: 30%;
    }
    /* BOTÃO */
    .botao button{font-size: 20px;}
    .botao p{font-size: 11px;}
    /* BOTÃO 2 */
    .botao_02 p {font-size: 10px;}
    /*BOTÃO 03*/
    .botao-vermelho{width: 55%;}
}
@media (max-width:740px) {
    /* HEADER */
    header{text-align: left;}
    header ul{display: block;}
    header .logo-mobile{width: 30%;}
    header .mobile{width: 70%;}
    /* COM O XTRAMASTER VOCÊ CONSEGUIRÁ */
    .amante-imbativel img{width: 50%;}
    .amante-imbativel p{font-size: 18px;}
    /* COM O XTRAMASTER VOCÊ CONSEGUIRÁ */
    .xtramaster-conseguira .mobile{width: 33.3%;}
    .xtramaster-conseguira p{font-size: 20px;}
    /* RESULTADOS REAIS */
    .resultados-reais .comentarios{width: 47%;}
    /*DENTRO DA FORMULA*/
    .dentro-formula img{width: 40%; margin-bottom: 20px;}
    .dentro-formula h1, .dentro-formula h2, .dentro-formula p{text-align: center;}
    /*ESPECIALISTA*/
    .especialista h1, .especialista h2{font-size: 33px;}
    .especialista iframe{width: 100%;}
    /*PRODUTOS*/
    .produtos .kit hgroup h1 {font-size: 32px;}
    .produtos .kit span {font-size: 13px;}
    .produtos .kit h2 {font-size: 12px;}
    .produtos .title-desconto-maior:after, .produtos .title-desconto:after {
    	border-right: 90px solid transparent;
    	border-bottom: 0 solid transparent;
    	border-left: 90px solid transparent;
    }
    .botao-produtos-maior button, .botao-produtos button {font-size: 20px; padding: 5px 30px;}
    /* DESAFIO */
    .desafio .mobile{width: 50%;}
    .desafio img{width: 100%;}
    /* DÚVIDAS */
    .duvidas .itens{width: 50%;}
    /* SEGREDO */
    .segredo .mobile{width: 50%;}
    /* BOTÃO */
    .botao button{font-size: 20px;}
    /* BOTÃO 2 */
    .botao_02 p {font-size: 10px;}
    /*BARRA FIXA*/
    .barra-fixa .row{width: 60%;}
}
@media (max-width: 670px){
    /* HEADER */
    header .logo-mobile{width: 20%;}
    header .mobile{width: 80%;}
    /* SEJA UM AMANTE IMBATÍVEL */
    .amante-imbativel h1{font-size: 35px;}
    .amante-imbativel h2{font-size: 16px;}
    /* RESULTADOS RÁPIDOS */
    .resultados .botao button{width: 50%;}
    .resultados-reais .comentarios {width: 46.5%;}
    /* DESAFIO */
    .desafio .mobile{width: 100%; text-align: center;}
    .desafio img{width:70%; margin-top: 30px;}
    /* DÚVIDAS */
    .duvidas .itens {width: 45%;}
    /* SEGREDO */
    .segredo .mobile{width: 100%;}
    .segredo img{width: 50%;}
    /*PRODUTOS*/
    .produtos .kit {width: 100%;text-align: center; margin-bottom: 50px;}
    .produtos .kit img{width: 50%;}
    .produtos .title-desconto-maior:after, .produtos .title-desconto:after{
    	border-right: 285px solid transparent;
    	border-bottom: 0 solid transparent;
    	border-left: 285px solid transparent;
    }
    .produtos .kit hgroup h1 {font-size: 40px; margin-bottom: -10px;}
    .produtos .kit hgroup h2 {font-size: 28px;}
    .produtos .kit p {font-size: 20px;}
    .produtos .kit span, .produtos .kit h2 {font-size: 18px;}
    .botao-produtos-maior button, .botao-produtos button {font-size: 27px; padding: 5px 60px;}
    /* BOTÃO */
    .botao p{font-size: 12px!important;}
    /*BOTÃO 03*/
    .botao-vermelho{width: 65%;}
}
@media (max-width: 640px){
    /* HEADER */
    header .logo-mobile{width: 20%;}
    header .mobile{width: 80%;}
    /* SEJA UM AMANTE IMBATÍVEL */
    .amante-imbativel h1{font-size: 35px;}
    .amante-imbativel h2{font-size: 16px;}
    /* RESULTADOS RÁPIDOS */
    .resultados .botao button{width: 50%;}
    .resultados-reais .comentarios {width: 46.5%;}
    /* DESAFIO */
    .desafio .mobile{width: 100%; text-align: center;}
    .desafio img{width:70%; margin-top: 30px;}
    /* DÚVIDAS */
    .duvidas .itens {width: 45%;}
    /* SEGREDO */
    .segredo .mobile{width: 100%;}
    .segredo img{width: 50%;}
    /* OFERTA ESPECIAL */
    .oferta-especial hgroup{width: 100%;padding-top: 40px;padding-bottom: 40px;margin-bottom: 40px;}
    /* BOTÃO */
    .botao p{font-size: 12px!important;}
}
@media (max-width: 520px){
    /* HEADER */
    header .logo-mobile{width: 100%;}
    header{text-align: center!important;}
    header ul{display: none;}
    /* SEJA UM AMANTE IMBATÍVEL */
    .amante-imbativel h1{font-size: 35px;}
    .amante-imbativel h2{font-size: 16px;}
    .amante-imbativel p{font-size: 16px;}
    .amante-imbativel img{width: 100%;}
    /* COM O XTRAMASTER VOCÊ CONSEGUIRÁ */
    .xtramaster-conseguira .mobile{width: 100%;}
    .xtramaster-conseguira{padding-top: 40px;}
    .xtramaster-conseguira h1{font-size: 30px;}
    .xtramaster-conseguira p{margin-bottom: 40px;}
    .xtramaster-conseguira .lista_02{margin-top: 0px;}
    /* RESULTADOS RÁPIDOS */
    .resultados img{width: 100%;}
    .resultados .botao button{width: 100%;}
    /* RESULTADOS REAIS */
    .resultados-reais hgroup h1{font-size: 30px;}
    .resultados-reais hgroup h2{font-size: 35px;}
    .resultados-reais .comentarios{width: 100%;}
    /*ESPECIALISTA*/
    .especialista h1, .especialista h2 {line-height: 1;margin-bottom: 5px;}
    /*RESULTADOS*/
    .resultados-reais hgroup h1 {font-size: 40px;}
    .resultados-reais hgroup h2 {font-size: 35px;}
    /*PRODUTOS*/
    .produtos .title-desconto-maior:after, .produtos .title-desconto:after {
    	border-right: 170px solid transparent;
    	border-bottom: 0 solid transparent;
    	border-left: 170px solid transparent;
    }
    /* DESAFIO */
    .desafio .mobile{width: 100%;}
    .desafio h2{font-size: 25px;}
    .desafio p{font-size: 25px;}
    .desafio img{margin-top: 40px;}
    /* DÚVIDAS */
    .duvidas{background-image: none;}
    .duvidas h2{font-size: 30px;}
    .duvidas .itens{width: 100%;}
    /* SEGREDO */
    .segredo .mobile{width: 100%;}
    .segredo img{width: 100%;}
    /*FOOTER*/
    footer img{
      width: 70%;
    }
    /*DIREITOS*/
    .direitos{
      text-align: center;
    }
    .direitos h1 {
      text-align: center;
      margin-bottom: 10px;
    }

    /* FORMULÁRIO */
    .formulario{padding-left: 30px; padding-right: 30px;}
    /* BOTÃO */
    .botao button{font-size: 16px;}
    .botao p{font-size: 11px!important;}
    /* BOTÃO 2 */
    .botao_02 button {font-size: 17px;}
    .botao_02 p {font-size: 12px;}
    /*BOTÃO 03*/
    .botao-vermelho{width: 100%; font-size: 20px;}
    /*BARRA FIXA*/
    .barra-fixa .row{width: 100%;}
    .barra-fixa h1, .barra-fixa h2{font-size: 14px;}
}
@media (max-width:380px) {
  /*PRODUTOS*/
  .produtos .title-desconto-maior:after, .produtos .title-desconto:after {
    border-right: 140px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 140px solid transparent;
  }
}
@media (max-width: 320px) {
    /* SEJA UM AMANTE IMBATÍVEL */
    .amante-imbativel p{font-size: 15px;}
    /* COM O XTRAMASTER VOCÊ CONSEGUIRÁ */
    .xtramaster-conseguira h1{font-size: 24px;}
    /* RESULTADOS RÁPIDOS */
    .resultados img{width: 100%;}
    .resultados .botao button{width: 100%;}
    /* RESULTADOS REAIS */
    .resultados-reais hgroup h1{font-size: 25px;}
    .resultados-reais hgroup h2{font-size: 28px;}
    /*PRODUTOS*/
    .produtos .kit hgroup h2 {font-size: 25px;}
    .produtos .title-desconto-maior:after, .produtos .title-desconto:after {
    	border-right: 125px solid transparent;
    	border-bottom: 0 solid transparent;
    	border-left: 125px solid transparent;
    }
    .botao-produtos-maior button, .botao-produtos button {font-size: 27px; padding: 5px 40px;}
    /* DESAFIO */
    .desafio h2{font-size: 23px;}
    .desafio p{font-size: 20px;}
    /* DÚVIDAS */
    .duvidas{background-image: none;}
    .duvidas h2{font-size: 30px;}


    /* FORMULÁRIO */
    .formulario{padding-left: 20px; padding-right: 20px;}
    .formulario h1{font-size: 27px;}
    .formulario h2{font-size: 35px;}
    .formulario button{font-size: 18px;}
    /* BOTÃO */
    .botao button{font-size: 14px;}
    .botao p{font-size: 11px!important;}
    /* BOTÃO 2 */
    .botao_02 button{font-size: 22px;}
    .botao_02 p {font-size: 12px;}
}
