@import url('https://fonts.googleapis.com/css?family=Fira+Sans:400,500,600,700,900&display=swap');
body{
    font-family: 'Fira Sans', sans-serif;
    color: #626060;
}

p{
  font-size: 17px !important;
  margin: 0 0 10px;
  line-height: 1.6em;
}
h1,h2,h3,h4,h5{
  margin: 0 0 10px;
  line-height: 1.3;
}
strong,b{font-weight: 700;}
h2{font-size: 40px !important;font-weight: 600; text-transform: uppercase;}
h3{font-size: 23px !important; font-weight: 700; text-transform: uppercase;}

img{max-width: 100%;}

section h2{font-size: 35px !important; font-weight: 700; margin-bottom: 0px;}
section h2 b{font-weight: 800;}
section .titu{ margin-bottom: 50px; }

#alert{
  position: absolute;
  width: 300px;
  font-weight: 500;
  padding: 15px;
  border-radius: 10px;
  border:solid red 4px;
}
.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 // -------*/

.header{
  padding: 50px 0;
  color: #FFF;
  background-color: #000;
  background: url(../img/bg-header.jpg) no-repeat fixed;
  background-size: cover;
}
.header h2 b{
  color: #e8c000;
}
.header ul li{
  font-size: 23px;
  line-height: 1.5em;
  margin-bottom: 10px;
}
.header li i{
  margin-right: 10px;
  font-size: 25px;
  color: #c02621;
}
.btn-chamada {
    margin-top: 30px;
    padding: 25px 28px;
    background: #c02621;
    border-radius: 5px;
    color: #fff;font-weight: bold;
    font-size: 21px;
    line-height: 19px;
    letter-spacing: -1px;
    text-align: center;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.05);
    text-shadow: 2px 1px 3px rgba(0, 0, 0, 0.04);
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: 4px solid #820303;
    transition: all .10s ease-in-out;
    display: block;
}
.btn-chamada:hover{
  color: #FFF;
  text-decoration: none;
  background-color: #d93e39;
}

/*-------- // COMO FUNCIONA // -------*/

.como-funciona{
  padding: 50px 0;
  background-color: #000000f0;
  background-image: url(../img/bg.png);
  color: #FFF;
}
.como-funciona b{
  color: #c02621;
}

/*-------- // PROGRESSO // -------*/

.progresso{
  padding: 40px 0;
  background-color: #c02621;
  background-image: url(../img/bg.png);
  color: #FFF;
  position: relative;
}
.img-du{
  position: relative;
  bottom: 280px;
  right: 0;
}
.progresso .hgt{
  height: 300px;
}
.progresso b{
  font-size: 20px;
}

/*-------- // BENEFICIOS // -------*/

.beneficios{
  padding: 50px 0 60px;
  position: relative;
  background-color: #E9E9E9;
}
.beneficios b{
  color: #c02621;
}
.img-bn{
  border: 4px #c02621 solid;
  border-radius: 25px;
  padding: 5px;
}

/*-------- // SIMULAÇÃO // -------*/

.simulacao{
  padding: 60px 0;
  background-color: #000000f0;
  background-image: url(../img/bg.png);
  color: #FFF;
  position: relative;
}
.simulacao p{
  margin: 0 auto;
}
.simulacao h2 b{
  color: #c02621;
}
.medidas p{
  font-size: 17px !important;
  margin-bottom: 30px;
}
.medidas span{
  font-size: 35px;
  display: block;
  margin-top: 5px;
  color: #c02621;
  font-weight: 900;
  text-shadow: #BD6565 1px 1px 0px;
}
.meses{
  width: 150px;
  height: 150px;
  background-image: url(../img/bg-calendario.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  margin: 0 auto;
}
.meses b{
  display: block;
  font-size: 25px;
}
.meses p{
  margin-bottom: 0px;
  font-size: 17px !important;
  line-height: 1.5em;
}
.btn-chamada{
  position: relative;
  bottom: 15px;
}
.bt-mob{
  display: none;
}
/*-------- // COMPARACAO // -------*/

.comparacao{
  padding: 60px 0;
  background-color: #c02621;
  background-image: url(../img/bg.png);
  color: #FFF;
  position: relative;
}
.comparacao h3, .comparacao h2{
  color: yellow;
}
.comparacao img{
  border:solid 2px #FFF;
  border-radius: 10px;
  padding: 5px;
}

/*---- // Depoimentos // ----*/

.depoimentos{
  padding: 80px 0;
  background-color: #E9E9E9;
}
.depoimentos strong{
  color: #c02621;
}
.depoimento-box{
  background:#c02621;
  text-align: center;
  padding: 8px 8px 30px 8px;
  border-radius: 10px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .3);
  border-bottom: 5px solid #820303;
  color: #FFF;
}
.nome{
  color: #FFF;
  text-align: center;
  margin: 15px 0;
  font-weight: 600;
  display: block;
  font-size: 20px;
}
.descri{
  font-family: sans-serif;
  font-style: italic;
  display: block;
  font-size: 13px;
  margin: 10px 0;
  line-height: 1.5em;
}
.cm{
  font-weight: 700;
  color: #e8c000;
  font-size: 32px;
}
.depoimentos p{
  margin: 0 auto;
}

/*-------- // TABELAS // -------*/
.tabelas{
  padding: 80px 0;
  background-color: #000000f0;
  background-image: url(../img/bg.png);
}
.tabelas h2{
  color: #FFF;
}
.tabelas b{
  color: #c02621;
}
.tabela b{
  font-weight: 800;
  color: #FFF;
}
.tabela{
  background-color: #FFF;
  margin: 0px 15px;
  padding-bottom: 15px;
  box-shadow: 3px 3px 14px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: all .3s;
}
.tabela:hover{
  transform: scale(1.1);
}
a{
  color: #626060;
  text-decoration: none;
}
a:hover{
  color: #626060;
  text-decoration: none;
}
.header-tab{
  background-color: #f4f4f4;
}
.desconto{
  color: #FFF;
  background-color: #c02621;
  padding: 15px 0;
  text-align: center;
  font-weight: 700;
  line-height: 1.2em;
  font-size: 18px;
}
.text-header-tab{
  background-color: transparent;
  text-align: center;
  padding: 15px 0;
  color: #c02621;
  font-weight: 700;
  font-size: 18px;
  font-family: roboto, sans-serif;
}
.text-header-tab span{
  font-size: 16px;
  font-weight: normal;
  display: block;
  margin-top: 7px;
  color: #333;;
}
.precos{
  font-size: 14px;
}
.precos strike{
  color: red;
}
.precos b{
  font-weight: 700;
  color: #333;
}
.text-block{
    font-family: Montserrat, sans-serif;
    color: #c02621;
    font-size: 50px;
    font-weight: 700;
}
.parcelas b{
  font-weight: 700;
  font-size: 15px;
  color: #333;
  margin: 5px 0 5px;
}
.span-1{
  font-size: 20px;
}
.span-2{
  font-size: 30px;
}
.bt-tab{
  display: block;
  padding: 20px 30px;
  border-radius: 12px;
  background-image: -webkit-linear-gradient(270deg, #5ec43b, #2db200);
  background-image: linear-gradient(180deg, #5ec43b, #2db200);
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  margin: 20px auto 10px auto;
}
.bt-tab:hover{
  opacity: 0.8;
}
.destaque .desconto{
  background-image: -webkit-linear-gradient(270deg, #ff8000, #ff8000);
    background-image: linear-gradient(180deg, #ff8000, #ff8000);
}
.destaque .text-header-tab{
  color: #ff8000;
}
.destaque .bt-tab{
  background-image: -webkit-linear-gradient(346deg, #ff8000, #fc7d3a), -webkit-linear-gradient(270deg, #612b68, #612b68);
    background-image: linear-gradient(104deg, #ff8000, #fc7d3a), linear-gradient(180deg, #612b68, #612b68);
}
.destaque .text-block{
  color: #ff8000;
}
.mais-vendido{
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: -webkit-linear-gradient(210deg, #ff8000, #ffb932);
  background-image: linear-gradient(240deg, #ff8000, #ffb932);
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.frete {
    text-align: center;
    margin: 15px 0;
    color: #000;
    padding: 10px;
    border: 1px solid #EEE;
    font-size: 13px;
}
.frete b{
  color: #000;
}
.frete img {
    width: 26px;
    display: inline-block;
    margin-right: 5px;
}
.tabelas ul li{
  display: inline-block;
}
.tabelas p{
  color: #FFF;
  font-size: 20px !important;
}
.sprite {
    background-image: url(../img/spritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.sprite-bd1 {
    width: 48px;
    height: 30px;
    background-position: -5px -5px;
}

.sprite-bd2 {
    width: 48px;
    height: 30px;
    background-position: -63px -5px;
}

.sprite-bd3 {
    width: 48px;
    height: 30px;
    background-position: -121px -5px;
}

.sprite-bd4 {
    width: 48px;
    height: 30px;
    background-position: -179px -5px;
}

.sprite-bd5 {
    width: 48px;
    height: 30px;
    background-position: -237px -5px;
}

.sprite-bd6 {
    width: 48px;
    height: 30px;
    background-position: -295px -5px;
}

.sprite-bd7 {
    width: 48px;
    height: 30px;
    background-position: -353px -5px;
}
.clock span{
  background: #c02621;
  padding: 18px;
  border-radius: 6px;
  color: #FFF;
  font-size: 40px;
  font-family: Optima, Segoe,  'Segoe UI', Candara, Calibri, Arial, sans-serif;
}

/*=========SEGURANÇA==========*/

.seguranca{
  padding: 50px 0px 30px;
  position: relative;
  background-color: #EAE3E3;
}
.seguranca h2{
  font-weight: 400;
  color: #2b2a2a;
  margin-bottom: 10px;
}
.seguranca b{
  font-weight: 800;
  color: #c02621;
  
}
.seguranca h4{
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px !important;
  margin-bottom: 30px;
}
.ico img{
  float: left;
  margin-right: 20px;
}
.seguranca p{
  font-family: Roboto !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    line-height: 1.6em !important;
    margin-bottom: 30px;
}
.pote-cortado{
  position: absolute;
  bottom: -32px;
  right: 0;
}

/*=========GARANTIA==========*/

.garantia{
  padding: 80px 0px;
  position: relative;
  color: #FFF;
  font-family: Roboto !important;
  background: linear-gradient(#000,#262626);
    background-color: #000;
}
.garantia h2{
  font-weight: 400;
  margin-bottom: 10px;
  letter-spacing: -1px;
}
.garantia h3{
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 40px;
  letter-spacing: -1px;
}


/*=========PERGUNTAS FREQUENTES==========*/

.perguntas-frequentes{
  padding: 70px 0px;
  position: relative;
}
.perguntas{
  margin-bottom: 30px;
}
.pergunta{
  background:#c02621;
    background-color: #c02621;
  padding: 11px 15px;
  color:#FFF;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 15px;
  border: 1px none #d3ccb6;
  border-radius: 10px;
  box-shadow: -3px 3px 15px 0 rgba(0, 0, 0, .06);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pergunta i{
  -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
}
.resposta{
  padding: 15px;
  background-color: #25263e;
  background:#F9F6F633;
  position: relative;
  bottom: 6px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: none;
}
.resposta p{
  font-size: 14px !important;
}

/*-------- // FOOTER // -------*/
footer{
  background-color: #000;
    overflow: hidden;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 58px 58px 58px 58px;
}
footer a, footer p{
  color: rgba(255,255,255,0.36);
  font-size: 14px !important;
  display: block;
  font-weight: 300;
  margin-bottom: 3px;
}
.linha{
  background-color: #6ec1e4;
  display: block;
  margin: 7px 0;
  width: 100%;
  height: 1px;

}
footer h4{
  color: #FFF;
  font-weight: 600;
  margin-bottom: 25px;
}
.rodape{
  background-color: rgba(43,43,43,0.98);
  font-size: 14px !important;
  padding: 10px 0;
  color: #FFF;
}
.zap {
    display: block;
    z-index: 100;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 80px;
}


@media (max-width: 768px){

  .progresso .hgt{
    height: auto;
  }
  .img-du {
    position: relative;
    bottom: 0px;
  }
  .tabela{
    margin-bottom: 50px;
  }
}

@media (max-width: 576px){
.pote-cortado {
    position: relative;
    bottom: -32px;
    right: 0;
  }
  .center{
    text-align: center;
  }
  .slide{
    order: 2;
  }
  .bt-dsk{
    display: none;
  }
  .bt-mob{
    display: block;
  }

}

@media (max-width: 380px){
  
  .btn-chamada {
    font-size: 17px;
  }
  section h2 {
    font-size: 28px !important;
  }
}