@import url('https://fonts.googleapis.com/css?family=Josefin+Sans');
@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display');
@import url('https://fonts.googleapis.com/css?family=Fredericka+the+Great');
@import url('https://fonts.googleapis.com/css?family=Qwigley');


body {
  background-color: #090909;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
.freteGratis {
  background: url(../img/selo-frete-gratis3.png) no-repeat top right;
  background-size: 52px;
}
.navbar {
  background-color: #090909;
  border-color: #090909;
}
.logoLift {
  background: url(../img/logo.png) no-repeat;
  height: 100px;
  width: 200px;
  margin-top: 20px;
  /*margin-left: 20%;*/
  /*position: absolute;*/
}
.textoCabecalho {
  /*background: url(../img/logo.png) no-repeat;*/
  height: 100px;
  width: 280px;
  float: right;
  margin-top: 32px;
  /*margin-left: 20%;*/
  /*position: absolute;*/
  color: #A68F67 !important;
  font-family: Lato;
  /*text-transform: uppercase;*/
  font-weight: 500;
  font-size: 22px;
}
.btnCabecalho {
  margin-top: 30px;
  text-align: center;
  background-color: #5ABB4F;
  border-radius: 15px;
  font-size: 18px;
  width: 30%;
  line-height: 40px;
  color: white;
  margin-right: 5%;
  /*margin-bottom: 20px;*/
  font-family: Verdana, sans-serif;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
  float: right;
}
.btnCabecalho:hover {
  opacity: 0.9;
}
.particle{
  width: 100%;
  position: absolute;
  float: left;
}
.particles-js-canvas-el {
  height: 540px !important;
}
.sobre {
  min-height: 520px;
}
.divEnvie{
  float: right;
  margin-top: 30px;
  width: 100%;
  /*right: 15%;*/
}
.colorA{
  color: white !important;
}
.padding10{
  padding-left: 13%;
  padding-top: 3%;
}
.navbar-nav > li > a {
  font-size: 16px;
  font-family: 'Lato';
  font-weight: bold;
  text-transform: uppercase;

  -webkit-transition: color .50s ease-out,background-color .50s ease-out,border-color .50s ease-out;
  -moz-transition: color .50s ease-out,background-color .50s ease-out,border-color .50s ease-out;
  -ms-transition: color .50s ease-out,background-color .50s ease-out,border-color .50s ease-out;
  -o-transition: color .50s ease-out,background-color .50s ease-out,border-color .50s ease-out;
  transition: color .50s ease-out,background-color .50s ease-out,border-color .50s ease-out;
}
.containerSlide{
  padding-right: 0px;
  margin-right: 0px;
  padding-left: 20%;
  margin-left: 0px;
  width: 99%;
}
.btnCompreAgora {
  margin-left: 25px;
  /*background: url("../img/fundoDourado.jpg") 100% no-repeat;*/
  background-color: #5ABB4F;
  background-position-x: 52%;
  color: #FFF !important;
  font-family: 'Lato';
  transition: all .50s ease-out;
  animation: grow 1500ms ease infinite;
  font-size: 20px;
  padding: 12px;
  padding-left: 35px;
  padding-right: 35px;
}
.btnCompreAgora span {
  display:block;
  /*font-weight: bold; */
  font-size: 26px;
}
@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
.bgChamadaEscuro {
  background: url(../img/fundo3.png) no-repeat;
  background-size: 100% 100%;
}
.bgChamada {
  /*background: url(../img/bckDepoimento.jpg) no-repeat;*/
  /*background-position: 100%;*/
  background-color: #fFF;
  padding-top: 40px;
  padding-bottom: 60px;
  text-align: center;
  color: #A68F67;
  font-family: "Josefin Sans", sans-serif !important;
  /*opacity: 0.9;*/
}
.bgChamada h1{
  font-size: 55px;
}
/*
.btnCompreAgora:hover {
border-color: #6C3A23;
color: #C74505 !important;
}*/

.btnCompreAgoraClaro {
  /*margin-left: 5px;
  margin-bottom: 20px;
  background-color: #f9f9f9;
  border-color: #C4A373;
  text-transform: uppercase;
  color: #C4A373 !important;
  font-family: 'Lato';
  transition: all .50s ease-out;
  animation: grow 1500ms ease infinite;*/

  margin-left: 5px;
  background-color: #f9f9f9;
  border-color: #C4A373;
  text-transform: uppercase;
  color: #C4A373 !important;
  font-family: 'Lato';
  transition: all .50s ease-out;
  animation: grow 1500ms ease infinite;
  font-size: 24px;
  padding-right: 15px;


}

.btnCompreAgoraClaro:hover {
  /*background-color: #753D1E;
  border-color: #753D1E;*/
  /*background-color: #6C3A23;*/
  border-color: #6C3A23;
  color: #C74505 !important;
}
.marginBtn{
  margin-left: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}
.margin0{
  margin: 0px !important;
}
.navbar-nav > li > a:hover {
  /*color: #C74505 !important;*/
  color: #C4A373 !important;
}

.inicio{
  background: url("../img/fundo3.png") no-repeat;
  /*margin-top: 105px;*/
  background-size: 100% 100%;
}
.animacaoTexto{
  z-index: 6;
  white-space: nowrap;
  visibility: inherit;
  transition: none;
}
.slideH4 {
  color: #EEE !important;
  font-family: roboto;
  /*font-size: 1,5em;*/
  /*text-transform: uppercase;*/
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 45px;
  word-wrap: break-word;
  width: 98%;
  text-align: justify;
}

.slideH4:before {
  content: "";
  height: 1px;
  width: 15px;
  background: #b0976d;
  display: block;
  top: 25px;
  left: -25px;
  position: relative;
  margin-right: 30px;
}
.slideP {
  color: white !important;
  font-family: Qwigley;
  /*font-size: 3em;*/
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 70px;
  font-style: italic;
  padding-top: 2%;
  text-align: center;
  /*margin-bottom: 65px;*/
  /*padding-right: 20px;*/
}
.apertePlay {
  /*color: white !important;*/
  font-size: 60px;
  font-family: Qwigley;
  /*font-size: 3em;*/
  font-weight: 300;
  letter-spacing: 2px;
  font-style: italic;
  text-align: center;
  margin-top: 15px;
  /*padding-right: 20px;*/
}
.assinatura {
  float: right;
  text-align: right;
  padding-right: 50px;
  /*color: white !important;*/
  font-size: 20px;
  font-family: roboto;
  font-weight: 300;

}
.imgSlide2{
  display: none;
}
.produto{
  /*background: url("../img/prod1.png") no-repeat;*/
  height: 100%;
  widht: 100%;
  padding-top: 30%;
  padding-right: 25%;
}
.mulherImg{
  /*margin-left: -165px;*/
  right: 0;
  /*position: absolute;*/
  bottom: 0px;
  float: right;
}
.backgroundClaro{
  background-color: #f9f9f9;
  margin: 0px;
  padding: 0px;
}
.backgroundEscuro{
  background-color: #121212;
  margin: 0px;
  padding: 0px;
}
.paddingRight0{
  padding-right: 0px;
}
.paddingLeft0{
  padding-left: 0px;
}
.mulherSlide{
  width: 100%;
  bottom: 0px;
  padding-top: 0;
  text-align: center;
}
.liftProd{
  /*width: 80%;*/
  /*padding-top: 60px;
  padding-left: 20px;*/
}
.seloGarantia{
  height: 60px;
  float: right;
}
.seloDerma {
  margin-top: 20px;
  height: 65px;
  padding-right: 30px;
  display: block;
  padding-left: 1px;
}
.selo30 {
  margin-top: 20px;
  height: 70px;
  padding-right: 50px;
  display: block;
}
.seloGarante {
  margin-top: 105px;
  height: 65px;
  padding-right: 30px;
  display: block;
  margin-left: -5px;
}
.textoVantagens {
  margin-left: -5%;
  font-size: 20px;
  padding-right: 15%;
  color: #b0976d;
  text-align: justify;
  font-family: "Josefin Sans",sans-serif !important;
}
.textoVantagens1{
  margin-top: 5%;
}
.textoVantagens2 {
  margin-top: 11%;
}
.mulherNegraSlide{
  background: url(../img/mulherNegra.png) no-repeat;
  width: 100%;
  height: 475px;
}
.subTitulo {
  color: #A68F67 !important;
  font-family: Lato;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 2px;
  margin-top: 5%;
}
.nomeDepoimento {
  color: #A68F67 !important;
  font-family: Lato;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 2px;
  margin-top: 2%;
  margin-bottom: 1%;
}
.redesSociais {
  color: #A68F67 !important;
  font-family: Lato;
  /* text-transform: uppercase; */
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 2px;
  margin-top: 2%;
  margin-bottom: 1%;
  line-height: 50px;
}
.tituloDepoimento{
  color: #A68F67;
  margin-top: 2%;
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 30px;
}
.tituloVantagens{
  color: #A68F67;
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 40px;
  line-height: 85px;
  border-bottom: 1px solid #b0976d;
}
.tituloVantagens:after {
  display: block;
  position: absolute;
  content: ' ';
  left: 50%;
  bottom: 5px;
  font-size: 9px;
  height: 9px;
  width: 9px;
  background-color: #b0976d;
  transform: translateX(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) rotate(45deg);
}
.subTituloVantagens {
  display: inline-block;
  width: 100%;
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  color: #888;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: 20px 0;
}
.dataDepoimento {
  color: #A68F67 !important;
  font-family: Lato;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 70px;
}
.titulo{
  color: #333;
  font-family: Lato;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 2px;
  margin-bottom: 3%;
}
.beneficios{
  /*border-left: 2px solid #f1f1f1;*/
  background: #f9f9f9 url(../img/triangles-icn.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  padding-top: 40px;
  padding-left: 85px;
}
.beneficiosTitulo{
  margin: 0;
  color: #b0976d;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
}
.beneficiosSubTitulo{
  font-family: "Josefin Sans", sans-serif;
  font-size: 34px;
  margin-bottom: 20px;
}
.beneficios ul{
  list-style: none;
  margin-bottom: 20px;
}
.beneficios li{
  padding-left: 10px;
  font-family: Lato;
  font-size: 16px;
  line-height: 40px;
}
.beneficios li:before{
  content: "";
  height: 1px;
  width: 30px;
  background: #b0976d;
  display: block;
  top: 20px;
  left: -45px;
  position: relative;
  margin-right: 30px;
}
.textoLiftGold {
  color: #333;
  font-size: 19px;
  line-height: 2em;
  font-family: "Josefin Sans",sans-serif !important ;
  text-align: justify;
  letter-spacing: 1px;
}
.textoDepoimento {
  color: #d8d8d8;
  font-size: 22px;
  text-align: justify;
  width: 30%;
  margin: 0 35%;
  margin-top: 2%;
}
.bckVantagens{
  background: url("../img/fundo2.png") no-repeat;
  background-size: 100% 100%;
}
.bckDepoimento{
  background: url("../img/fundo3.png") no-repeat;
  background-size: 100% 100%;
}
.gradient {
  background: -moz-linear-gradient(-45deg,  rgba(0,0,0,0.82) 0%, rgba(33,33,33,0.82) 100%);
  background: -webkit-linear-gradient(-45deg,  rgba(0,0,0,0.82) 0%,rgba(33,33,33,0.82) 100%);
  background: linear-gradient(135deg,  rgba(0,0,0,0.82) 0%,rgba(33,33,33,0.82) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1000000', endColorstr='#d1212121',GradientType=1 );

}
.navbar-nav>li{
  margin-left: 20px;
}
.acompanhaTela{
  position: fixed;
  right: 0px;
  float: right;
  bottom: 0px;
  z-index: 3000;
}
.depoimento {
  height: 120px;
  /*width: 80%;*/
  border-radius: 50%;
  margin-top: 2%;
}
.norton {
  width: 95px;
  margin: 0 3%;
  margin-bottom: 4%;
}
.qualidade {
  margin: 0 3%;
  float: right;
  width: 80px;
  margin-top: -10px;
  margin-bottom: 4%;
}
.pagseguro{
  height: 30px;
  margin-top: 0px;
  margin-bottom: 4%;
}
.correios{
  height: 65px;
  margin-top: -10px;
  margin-bottom: 4%;
}
.ssl {
  width: 60px;
  margin-left: 2%;
  margin-top: -5px;
  margin-bottom: 4%;
}
.verify {
  width: 80px;
  margin-left: 2%;
  margin-top: -5px;
  margin-bottom: 4%;
}
footer {
  margin-top: 20px;
  margin-bottom: 20px;
}
.termos {
  color: #414141;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Lato";
  letter-spacing: 2px;
  position: relative;
  overflow: hidden;
  font-weight: bold;
  line-height: 1.216;
}
.social{
  font-size: 18px;
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 40px 0;
}
.social li {
  display: inline-block;
  margin: 0 1%;
}
.center {
  text-align: center;
}
.campos {
  border: 1px dotted #999;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  min-height: 559px;
}
.campos input {
  font-size: 14px;
  margin: 10px;
  padding: 5px;
  min-width: 47%;
  margin-right: 0px;
  border: 1px solid #999999;
}
.campos input:hover {
  border: 1px solid #A68F67;
}
.campos input:focus {
  border: 1px solid #A68F67;
}
.produtos {
  margin-top: 30px;
}
.produtos .col-md-3 {
  padding: 0px;
}
.marginTop20 {
  margin-top: 20px;
}
.btnFormaPagamento {
  margin-top: 30px;
  text-align: center;
  background-color: #5ABB4F;
  border-radius: 15px;
  font-size: 20px;
  width: 70%;
  line-height: 60px;
  color: white;
  margin-left: 15%;
  margin-bottom: 20px;
  font-family: Verdana, sans-serif;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
}
.btnFormaPagamento:hover {
  opacity: 0.9;
}
.btnCarrinho {
  margin-top: 30px;
  text-align: center;
  background-color: #A68F67;
  border-radius: 15px;
  font-size: 20px;
  width: 100%;
  /*line-height: 60px;*/
  color: white;
  /*margin-left: 15%;*/
  margin-bottom: 20px;
  font-family: Verdana, sans-serif;
  letter-spacing: 1px;
  /*text-transform: uppercase;*/
  padding: 15px;
  /*padding-right: 15px;*/
  cursor: pointer;
}
.btnCarrinho:hover {
  opacity: 0.9;
}
.btnCarrinho span {
  font-size: 24px;
}
.widht97 {
  width: 97%;
}
.selos {
  text-align: center;
  margin-bottom: 30px;
}
.selosPagamento {
  text-align: center;
  padding: 10px;
}
.divImgSlide {
  min-height: 400px;
}
.barraAtencao{
  position: relative;
  background-color: #121212;
  /*border-bottom: 1px solid #A68F67;*/
  color: #fff;
  width: 100%;
  font-family: "Helvetica", Helvetica, Arial, sans-serif;
  text-align: center;
  padding: 5px 0;
  /*margin-bottom: 30px;*/
}
.barraAtencao span{
  color: #A68F67;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}
.paddingTop30 {
  padding-top: 30px;
}
.dourado{
  color: #A68F67;
}
.douradoChamativo {
  color: #A68F67;
  font-weight: bold;
  width: 75%;
  text-align: center;
  margin-left: 15%;
  font-size: 25px;
  margin-bottom: 20px;
}
.douradoTitulo {
  color: #A68F67;
  font-weight: bold;
  text-align: center;
  font-size: 23px;
  margin-bottom: 10px;
}
.douradoSubTitulo {
  color: #A68F67;
  font-weight: bold;
  text-align: center;
  margin-left: 10px;
  font-size: 25px;
  margin-bottom: 0px;
}
.btnVoltar {
  color: #A68F67;
  position: absolute;
  margin-left: 5px;
  top: 5px;
  cursor: pointer;
}
.textoMetodoPag {
  color: #333;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  font-size: 15px;
  border: 1px solid white;
  padding-top: 5px;
}
.textoMetodoPag:hover {
  border: 1px solid #A68F67;
}
.textoMetodoPag:focus {
  color: #A68F67;
}
.imgMetPag{
  text-align: center;
  margin-bottom: 15px;
}
.pointer {
  cursor: pointer;
}
.decorationNone {
  text-decoration: none;
}
.marginTopBot2040 {
  margin-bottom: 40px;
  margin-top: 20px;
}
.marginTopBot15 {
  margin-bottom: 15px;
  margin-top: 15px;
}
.marginTopBot15 h4 {
  font-size: 20px;
}
.marginBot30{
  margin-bottom: 30px;
}
.marginBot15{
  margin-bottom: 15px;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;;
}
.marginTop15 {
  margin-top: 15px;
}
.fontSize10 {
  font-size: 10px;
}
.textoFonte {
  font-size: 14px; font-weight: bold; margin-top: -10px;
}
.imgProduto {
  height: 25px;
  margin-top: 8px;
}
.cardProd {
  margin-top: 25px;
  margin-bottom: 25px;
  border: solid 1px #f1f1f1;
  -webkit-transition: color .50s ease-out,background-color .50s ease-out,border-color .50s ease-out;
  -moz-transition: color .50s ease-out,background-color .50s ease-out,border-color .50s ease-out;
  transition: color .50s ease-out,background-color .50s ease-out,border-color .50s ease-out;
  -webkit-box-shadow: 0px 0px 27px 0px rgba(209,201,190,1);
  -moz-box-shadow: 0px 0px 27px 0px rgba(209,201,190,1);
  box-shadow: 0px 0px 27px 0px rgba(209,201,190,1);
  font-family: "Josefin Sans",sans-serif;
  width: 95%;
  padding: 20px;
  cursor: pointer;
  text-align: center;
}
.cardProd:hover{
  border: solid 1px #FFFFFF;
  -webkit-box-shadow: 0px 0px 27px 0px rgba(146,103,46,1);
  -moz-box-shadow: 0px 0px 27px 0px rgba(146,103,46,1);
  box-shadow: 0px 0px 27px 0px rgba(146,103,46,1);
}
.maisVendidoBorda{
  border: solid 1px #FFFFFF;
  -webkit-box-shadow: 0px 0px 27px 0px rgba(146,103,46,1);
  -moz-box-shadow: 0px 0px 27px 0px rgba(146,103,46,1);
  box-shadow: 0px 0px 27px 0px rgba(146,103,46,1);
}
.tituloKitProduto{
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  text-align: center;
  color: #4e555c;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 20px;
}
.maisvendido {
  position: absolute;
  left: 10px;
  top: 20px;
  height: 80px;
}
.cardProd #prod4 {
  height: 134px;
  margin-bottom: -1px;
  margin-top: 12px;
  margin-left: -11px;
}
.cardProd #prod2 {
  height: 160px;
  margin-bottom: -16px;
  margin-top: 0px;
  margin-left: -15px;
}
.cardProd #prod1 {
  height: 150px;
  margin-bottom: -10px;
  margin-top: 5px;
}
.precoKitProduto{
  font-weight: 700;
  color: #b0976d;
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 30px;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif !important;
}
.kitEsquerda {
  border: 1px dotted #999;
  /*width: 100%;*/
  padding: 10px;
  padding-bottom: 0px;
}
.totalPagamento {
  margin-top: 20px;
  font-weight: bold;
}
.separadorPagamento {
  clear: both;
  height: 1px;
  border-bottom: 1px solid #999;
  width: 90%;
  margin: 0 15px;
}
.headerPagamento{
  padding-top: 30px;
  border-bottom: 1px solid #A68F67;
  padding-bottom: 30px;
  /*margin-bottom: 30px;*/
  background-color: #121212;
}
/*.headerPagamento:after {
display: block;
position: absolute;
content: ' ';
left: 50%;
font-size: 9px;
height: 9px;
width: 9px;
background-color: #b0976d;
transform: translateX(-50%) rotate(45deg);
-webkit-transform: translateX(-50%) rotate(45deg);
margin-top: 26px;
}*/
.headerPagamento img {
  float: left;
}
.headerPagamento span {
  color: #A68F67;
  float: right;
  font-size: 22px;
  padding-top: 15px;
}
#descricaoKit {
  font-weight: bold;
}
.dataCartao::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 12px;
}
.dataCartao::-moz-placeholder { /* Firefox 19+ */
  font-size: 12px;
}
.dataCartao:-ms-input-placeholder { /* IE 10+ */
  font-size: 12px;
}
.dataCartao:-moz-placeholder { /* Firefox 18- */
  font-size: 12px;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 3000; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 60%;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
}
.modal-content h2  {
  font-family: "Josefin Sans",sans-serif !important;
}
.modal-content p  {
  font-family: "Josefin Sans",sans-serif !important;
  font-size: 18px;
  margin-top: 40px;
}
.comprar{
  cursor: pointer;
}
.btnAplicar{
  height: 36px;
  margin-top: 13px;
  width: 80px;
  line-height: 37px;
  text-transform: capitalize;
  font-size: 15px;
  float: right;
  margin-left: 10px;
}
#cupomDesconto{
  margin-top: 13px;
  font-size: 18px;
  padding: 5px;
  min-width: 47%;
  margin-right: 0px;
  border: 1px solid #999999;
  float: right;
  text-transform: none;
}
#comprarPagDesconto{
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #000000;
  color: #ffffff;
  width: 350px;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  margin-left: 30%;
  padding: 20px;
  cursor: pointer;
}
.btnModalCupom{
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #000000;
  color: #ffffff;
  width: 350px;
  text-align: center;
  font-size: 18px;
  text-transform: none;
  margin-left: 30%;
  padding: 20px;
  cursor: pointer;
}
#myBtn{
  color: #b0976d;
  cursor: pointer;
}
.marginLeft10 {
  margin-left: 10px;
}
.dataExpira{
  font-size: 14px;
  margin: 10px;
  padding: 5px;
  margin-right: 0px;
  border: 1px solid #999999;
  float: left;

}
.marginTop5 {
  margin-top: 5px;
}
.marginTop60 {
  margin-top: 60px;
}
.marginTop40 {
  margin-top: 40px;
}
.marginTop290 {
  margin-top: 270px;
}

/*--------------------
Credit Card
--------------------*/
/*.dadosCartao {
margin-top: 270px;
}*/
.credit-card-box {
  -webkit-perspective: 1000;
  perspective: 1000;
  width: 273px;
  height: 236px;
  position: absolute;
  top: -75px;
  right: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.credit-card-box:hover .flip, .credit-card-box.hover .flip {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.credit-card-box .front,
.credit-card-box .back {
  width: 350px;
  height: 250px;
  border-radius: 15px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /*background: -webkit-linear-gradient(315deg, #bd6772, #53223f);
  background: linear-gradient(135deg, #bd6772, #53223f);*/
  background: -webkit-linear-gradient(315deg, #523100, #dca24c);
  background: linear-gradient(135deg, #523100, #dca24c);
  position: absolute;
  color: #fff;
  font-family: Inconsolata;
  top: 300px;
  left: 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}
.credit-card-box .front::before,
.credit-card-box .back::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../img/44386.svg") no-repeat center;
  background-size: cover;
  opacity: .05;
}
.credit-card-box .flip {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
}
.credit-card-box .logo {
  position: absolute;
  top: 9px;
  right: 20px;
  width: 60px;
}
.credit-card-box .logo svg {
  width: 100%;
  height: auto;
  fill: #fff;
}
.credit-card-box .front {
  z-index: 2;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.credit-card-box .back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.credit-card-box .back .logo {
  top: 185px;
}
.credit-card-box .chip {
  position: absolute;
  width: 60px;
  height: 45px;
  top: 20px;
  left: 20px;
  background: -webkit-linear-gradient(315deg, #ddccf0 0%, #d1e9f5 44%, #f8ece7 100%);
  background: linear-gradient(135deg, #ddccf0 0%, #d1e9f5 44%, #f8ece7 100%);
  border-radius: 8px;
}
.credit-card-box .chip::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 4px solid rgba(128, 128, 128, 0.1);
  width: 80%;
  height: 70%;
  border-radius: 5px;
}
.credit-card-box .strip {
  background: -webkit-linear-gradient(315deg, #404040, #1a1a1a);
  background: linear-gradient(135deg, #404040, #1a1a1a);
  position: absolute;
  width: 100%;
  height: 50px;
  top: 30px;
  left: 0;
}
.credit-card-box .number {
  position: absolute;
  margin: 0 auto;
  top: 103px;
  left: 19px;
  font-size: 30px;
}
.credit-card-box label {
  font-size: 10px;
  letter-spacing: 1px;
  text-shadow: none;
  text-transform: uppercase;
  font-weight: normal;
  opacity: 0.5;
  display: block;
  margin-bottom: 3px;
}
.credit-card-box .card-holder,
.credit-card-box .card-expiration-date {
  position: absolute;
  margin: 0 auto;
  top: 180px;
  left: 19px;
  font-size: 22px;
  text-transform: capitalize;
}
.credit-card-box .card-expiration-date {
  text-align: right;
  left: auto;
  right: 20px;
}
.credit-card-box .ccv {
  height: 36px;
  background: #fff;
  width: 91%;
  border-radius: 5px;
  top: 110px;
  left: 0;
  right: 0;
  position: absolute;
  margin: 0 auto;
  color: #000;
  text-align: right;
  padding: 10px;
}
.credit-card-box .ccv label {
  margin: -25px 0 14px;
  color: #fff;
}


@media (min-width: 768px) {
  .navbar-nav {
    margin-top: 30px;
    right: 0;
    float:  right;
  }
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (min-width: 1500px) {
  .slideH4 {
    font-size: 26px;
  }
  .slideP {
    font-size: 80px;
  }
  .mulherImg{
    min-height: 837px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1500px) {
  .slideH4 {
    font-size: 26px;
  }
  .slideP {
    font-size: 80px;
  }
  .mulherImg{
    min-height: 837px;
  }
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .slideH4 {
    font-size: 12px;
  }
  .slideP {
    font-size: 60px;
  }
  .beneficios li{
    font-size: 14px;
  }
  .textoDepoimento {
    font-size: 18px;
    width: 80%;
    margin: 0 10%;
  }
  .textoLiftGold {
    font-size: 10px;
  }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  .slideH4 {
    color: #EEE !important;
    font-family: roboto;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 15px;
    word-wrap: break-word;
    width: 98%;
    text-align: justify;
    font-size: 12px;
  }

  .slideH4:before {
    content: "";
    height: 1px;
    width: 15px;
    background: #b0976d;
    display: block;
    top: 20px;
    left: -20px;
    position: relative;
    margin-right: 30px;
  }
  .btnMobile {
    text-align: center;
    display: inline-block;
    background-color: #5ABB4F;
    border-radius: 15px;
    font-size: 10px;
    width: 110px;
    color: white;
    font-family: Verdana, sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 30px;
    padding: 10px;
    height: 35px;
    margin-left: 15px;
  }
  .produtoInicio {
    width: 100%;
    margin-left: 10px;
    margin-top: -10px;
  }
  .logoLift {
    background: url(../img/logo.png) no-repeat;
    height: 60px;
    width: 185px;
    margin-top: 20px;
    margin-left: 2%;
  }
  .botaoFixo {
    background-color: #5ABB4F;
    height: 93px;
    position: fixed;
    font-size: 21px;
    bottom: 0;
    width: 95%;
    z-index: 9999;
    color: #fff;
    padding-top: 10px;
    text-align: center;
  }
  .container-fix.fix {
    padding: 0;
    margin: 0px;
    height: 110px;
    position: fixed;
    bottom: 0;
    z-index: 99999;
    text-align: center;
  }
  .container-fix {
      /*background: #000;*/
      background-size: 480px 71px;
      /*padding-bottom: 10px;*/
      /*height: 71px;*/
  }
  section {
      float: left;
      width: 100%;
  }
  .wrap {
    width: 375px;
  }
  .container-fix .actn-bt {
    width: 100%;
    background: transparent;
    height: 61px;
    margin: 0;
  }
  .actn-btn {
      cursor: pointer;
      float: left;
      width: 440px;
      height: 61px;
      margin-top: 20px;
      background: url(../MasterSizeMobile/btn01.png) no-repeat;
      text-shadow: -1px 2px 3px rgba(219, 129, 0, 0.65);
  }
  .container-fix .actn-btn strong {
    font-size: 24px;
    line-height: 24px;
    margin-top: 7px;
  }
  .actn-btn strong {
      float: left;
      width: 100%;
      font-size: 30px;
      text-align: center;
      color: #fff;
      text-transform: uppercase;
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 700;
      line-height: 30px;
      margin-top: 5px;
  }

  .textoDepoimento {
    font-size: 18px;
    width: 80%;
    margin: 0 10%;
  }
  .textoLiftGold {
    font-size: 12px;
  }
  .slideP {
    font-size: 35px;
    color: white !important;
    font-family: Qwigley;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 10px;
    font-style: italic;
    margin-top: 35px;
    text-align: center;
  }
  .mulherImg{
    max-height: 400px;
  }
  .containerSlide{
    padding-left: 10%;
  }
  .apertePlay {
    font-size: 30px;
    font-family: Qwigley;
    font-weight: 300;
    letter-spacing: 2px;
    font-style: italic;
    text-align: center;
    margin-top: 15px;
  }
  .beneficios ul {
    list-style: none;
    margin-bottom: 20px;
    padding-left: 35px;
  }
  .beneficios li{
    font-family: Lato;
    font-size: 14px;
    padding-left: 0px;
    line-height: 30px;
  }
  .beneficios li:before{
    content: "";
    height: 1px;
    width: 15px;
    background: #b0976d;
    display: block;
    top: 15px;
    left: -30px;
    position: relative;
  }
  .liftProd {
    width: 65%;
  }

  #cupomDesconto{
    margin-top: 13px;
    font-size: 18px;
    padding: 5px;
    width: 200px;
    min-width: 200px;
    margin-right: 0px;
    border: 1px solid #999999;
    float: right;
    text-transform: none;
  }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .slideH4 {
    font-size: 8px;
  }
  .slideP {
    font-size: 28px;
  }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
/*@media only screen and (max-width: 479px) {
.slideH4 {
font-size: 8px;
}
.slideP {
font-size: 28px;
}
}*/
