@font-face {
    font-family:"roboto";
    src:url("../fonts/Roboto-Bold.ttf");
}

@font-face {
    font-family:"roboto-light";
    src:url("../fonts/Roboto-Regular.ttf");
}

@font-face {
   font-family: "montserrat";
   src: url(../fonts/Montserrat-Bold.otf);
}

.topo-0{
   background-image: url(../images/fundo.jpg);
   background-position: top center;
   background-repeat: no-repeat;
   background-size: cover;
   padding-top: 60px;
   padding-bottom: 60px;
}

.titulo{
   text-align: center;
    color: #FFFFFF;
    font-family: "roboto", Sans-serif;
    font-size: 39px;
    font-weight: bold;
    line-height: 50px;
    margin-top: 70px;
}

.titulo u{
   color: red;
}

.esp-topo{
   padding-top: 30px;
}

.texto{
   color: #000000;
    font-family: "roboto-light", Sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.texto a{
   font-weight: 700;
   color: darkred;
}

.texto span{
   background-color: yellow;
}   

.img{
   margin-top: 25px;
   margin-bottom: 25px;
   width: 100%;
   height: auto;
}

.vermelho{
   color: red;
}

.laranja{
   background-color: darkorange;
}

.botao{
   font-family: "Roboto", Sans-serif;
   font-size: 22px;
   font-weight: bold;
   background-color: #D5312C;
   color: #fff;
   padding: 10px 15px;
   border-radius: 5px;
}

mark{
   background-color: #ffff00;
}

.img-depo{
   width: 70%;
   height: auto;
   max-width: 250px;
}





.pull-right{
  float:right;
}
.pull-left{
  float:left;
}
#fbcomment{
  background:#fff;
  border: 1px solid #dddfe2;
  border-radius: 3px;
  color: #4b4f56;
  padding:50px;
}
.header_comment{
    font-size: 14px;
    overflow: hidden;
    border-bottom: 1px solid #e9ebee;
    line-height: 25px;
    margin-bottom: 24px;
    padding: 10px 0;
}
.sort_title{
  color: #4b4f56;
}
.sort_by{
  background-color: #f5f6f7;
  color: #4b4f56;
  line-height: 22px;
  cursor: pointer;
  vertical-align: top;
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
  padding: 4px;
  justify-content: center;
  border-radius: 2px;
  border: 1px solid #ccd0d5;
}
.count_comment{
  font-weight: 600;
}
.body_comment{
    padding: 0 8px;
    font-size: 14px;
    display: block;
    line-height: 25px;
    word-break: break-word;
}
.avatar_comment{
  display: block;
}
.avatar_comment img{
  height: 48px;
  width: 48px;
}
.box_comment{
   display: block;
    position: relative;
    line-height: 1.358;
    word-break: break-word;
    border: 1px solid #d3d6db;
    word-wrap: break-word;
    background: #fff;
    box-sizing: border-box;
    cursor: text;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
   padding: 0;
}
.box_comment textarea{
   min-height: 40px;
   padding: 12px 8px;
   width: 100%;
   border: none;
   resize: none;
}
.box_comment textarea:focus{
  outline: none !important;
}
.box_comment .box_post{
   border-top: 1px solid #d3d6db;
    background: #f5f6f7;
    padding: 8px;
    display: block;
    overflow: hidden;
}
.box_comment label{
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  color: #90949c;
  line-height: 22px;
}
.box_comment button{
  margin-left:8px;
  background-color: #4267b2;
  border: 1px solid #4267b2;
  color: #fff;
  text-decoration: none;
  line-height: 22px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  text-align: center;
}
.box_comment button:hover{
  background-color: #29487d;
  border-color: #29487d;
}
.box_comment .cancel{
   margin-left:8px;
   background-color: #f5f6f7;
   color: #4b4f56;
   text-decoration: none;
   line-height: 22px;
   border-radius: 2px;
   font-size: 14px;
   font-weight: bold;
   position: relative;
   text-align: center;
  border-color: #ccd0d5;
}
.box_comment .cancel:hover{
   background-color: #d0d0d0;
   border-color: #ccd0d5;
}
.box_comment img{
  height:16px;
  width:16px;
}
.box_result{
  margin-top: 24px;
}
.box_result .result_comment h4{
  font-weight: 600;
  white-space: nowrap;
  color: #365899;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.358;
  margin:0;
}
.box_result .result_comment{
  display:block;
  overflow:hidden;
  padding: 0;
}
.child_replay{
   border-left: 1px dotted #d3d6db;
   margin-top: 12px;
   list-style: none;
   padding:0 0 0 8px
}
.reply_comment{
   margin:12px 0;
}
.box_result .result_comment p{
  margin: 4px 0;
  text-align:justify;
  font-size: 14px;
}
.box_result .result_comment .tools_comment{
  font-size: 12px;
  line-height: 1.358;
  margin-bottom: 5px;
}
.box_result .result_comment .tools_comment a{
  color: #4267b2;
  cursor: pointer;
  text-decoration: none;
}
.box_result .result_comment .tools_comment span{
  color: #90949c;
}
.body_comment .show_more{
  background: #3578e5;
  border: none;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  margin-top: 24px;
  padding: 12px;
  text-shadow: none;
  width: 100%;
  font-weight:bold;
  position: relative;
  text-align: center;
  vertical-align: middle;
  border-radius: 2px;
}

.rodape{
   background-color: #333;
   margin-top: 40px;
   padding-top: 30px;
   padding-bottom: 15px;
}

.texto-rodape{
   color: #fff;
   font-size: 14px;
   line-height: 1.2;
}

.texto-rodape a{
   color: #fff;
}

.texto-rodape a:hover{
   color: #fff;   
}   


.fundo-kit{
   border: 1px solid #ced4da;
   border-radius: 6px;
   padding: 30px 20px 10px;
   background: #fff;
   box-shadow: 0 0 10px #6c757d;
}

.texto-qnt{
   background-color: #fff4d4;
    margin: -31px -20px 0 !important;
    padding-top: 20px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    position: relative;
    padding-bottom: 20px;
}

.titulo-qnt{
   font-weight: 600;
   font-size: 30px;
   line-height: 1.4;
   letter-spacing: -1px;
   line-height: 1;
   color: #353535;
}

.titulo-qnt2{
   line-height: 16px;
   font-size: 20px;
   font-weight: 400;
   letter-spacing: 0;
   padding: 0;
   margin-bottom: .5rem;
   color: #000;
}   

.cta-vshape {
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    max-width: 100%;
    margin: 0 auto -48px;
    background-color: #fff4d4;
    height: 30px;
    width: 100%;
}

.cta-vshape2 {
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    max-width: 100%;
    margin: 0 auto -48px;
    background-color: #ffbc00;
    height: 30px;
    width: 100%;
}

.img-kit{
   width: 100%;
   height: auto;
   margin-top: 35px;
}

.opacity{
   opacity: 0.8;

}

.esp-topo{
   margin-top: 30px;
}


.price{
   font-size: 78px;
   line-height: 1;
   font-weight: 700;
   color: #000;
   text-align: center;
}




.tiny{
   text-align: left;
    color: #666;
    font-weight: 700;
    line-height: 18px;
    margin-top: 16px;
    margin-left:0px;
    font-size: 16px !important;
}

.botao{
   width: 340px !important;
    background: #ffd814;
    transition-property: none;
    border-radius: 100px;
    letter-spacing: 0;
    z-index: 1;
    position: relative;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 18px !important;
    line-height: 28px;
    margin-bottom: 10px;
    border: 0 !important;
    margin-top: 30px;
    min-width: 70%;
    max-width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 40px !important;
    padding-right: 40px !important;
    box-shadow: 1px 2px 10px 0 rgba(12, 12, 12, .2);
    color: #000 !important;
}

.botao i{
   font-size: 25px;
   margin-right: 15px;
} 

.img-cards{
   width: 65%;
   height: auto;
}

.botao2{
   margin: 0 auto;
   margin-top: -20px;
   font-size: 50px;
   position: relative;
   line-height: 1;
   padding: 13px 24px;
   background-color: #fcc819;
   box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.07);
   border-bottom: 4px solid #d8aa17;
   border-radius: 100px;
   color: #000;
   font-weight: 700;
   text-transform: uppercase;
}

.texto-frete{
   opacity: 0.8;
   color: #000;
   font-weight: 700;
   text-transform: uppercase;
   line-height: 1;
   margin-bottom: 8px;
   font-size: 28px;
   margin-top: 15px;
}

.texto-preco{
   font-size: 16px;
   line-height: 1.8;
   font-weight: 700;
   color: #000;
   margin-top: 15px;
   letter-spacing: 0;
}


.texto-preco span{
   text-decoration: line-through;
    text-decoration-color: red;
    color: #666678;
    margin-left: 6px;
    margin-right: 6px;
}

.cta-mx-reset {
    margin-left: -20px;
    margin-right: -20px;
    min-height: 150px;
}

.discount:first-child {
    border-top: 1px solid #17417e52;
}

.discount {
    padding: 6px 6px 6px 23%;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #17417e52;
}

.discount i{
   font-size: 23px;
   color: #000;
   margin-right: 10px;
}

.discount .lto {
    font-size: 13px;
    letter-spacing: 1.5px;
    color: #000 !important;
}

.discount .lto2{
   font-size: 14px;
   line-height: 1.7;
   font-weight: 900;
   letter-spacing: 2px;
   color: #99ac1a !important;
}



.texto-desconto{
   margin-top: 20px;
   font-size: 30px;
   opacity: 0.8;
   color: #000;
   line-height: 1;
   font-weight: 700;
}

.vermelho{
   color: #f23d4c;
}

.vermelho-fundo{
   background-color: #ffbc00;
}

.fundo-amarelo{
   background-color: #fff4d4;
}

.opca{
   opacity: 1!important;
}

.fundo-kit-mobile{
   min-height: 190px;
   padding: 10px 1vw;
   padding-left: 0;
   border: 3px solid #000;
   border-radius: 10px;
   background-color: #fff;
}

.titulo-mobile{
   margin-bottom: 0;
   font-size: 6.7vw;
   line-height: 1;
   color: #000;
   font-weight: 700;
   font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 600px) {

    .so-cel{
      display: block;
   }

   .texto-frete{
      font-size: 16px;
      margin-top: -20px;
   }

   .texto-desconto{
      font-size: 4.1vw;
      font-weight: 900;
      letter-spacing: 0.4px;
      margin-top: 10px;
   }

   .price{
      font-size: 10vw;
      letter-spacing: -3px;
      margin-bottom: -15px;
   }

   .price-wrapper{
      margin-top: 25px;
   }

   .medium{
      font-size: 8vw;
   }

   .tiny{
      font-size: 4.5vw;
      line-height: 1.1;
      letter-spacing: -1px;
   }

   .img-kit{
      width: 95%;
      height: auto;
      padding: 0;
      margin: 0;
   }

   .img-cards{
      display: none;
   }

   .mobile{
      display: block;
   }

   .pc{
      display: none;
   }

   .texto-mobile{
      display: block;
      text-align: center;
      line-height: 1;
      font-weight: 700;
      letter-spacing: -0.4px;
      font-size: 4.2vw;
      color: #000;
      margin-top: 10px;
   }  

   .texto-preco{
      font-size: 13px;
      line-height: 1.4;
      margin-top: 10px;
   }

   .texto-preco span{
    margin-left: 1px;
    margin-right: 1px;
   }

   .zero-esp{
      padding: 5 !important;
      margin: 0 !important;
   }

   .botao{
      display: block;
      margin: 0 auto;
      width: 340px !important;
       background: #ffd814;
       transition-property: none;
       border-radius: 20px;
       letter-spacing: 0;
       z-index: 1;
       position: relative;
       text-transform: capitalize;
       font-weight: 700;
       font-size: 18px !important;
       line-height: 28px;
       margin-bottom: 0px;
       border: 0 !important;
       margin-top: 10px;
       min-width: 70%;
       max-width: 100%;
       padding-top: 16px;
       padding-bottom: 16px;
       padding-left: 5px !important;
       padding-right: 5px !important;
       box-shadow: 1px 2px 10px 0 rgba(12, 12, 12, .2);
       color: #000 !important;
   }

   .botao i{
      font-size: 20px;
      margin-right: 5px;
   } 

   .fundo-kit{
      padding: 30px 5px 10px;
   }

   .cta-mx-reset {
      min-height: 5px;
      margin-left: 0px;
      margin-right: 0px;
      margin-top: -10px;
   }   

   .discount:first-child {
       border-top: 1px solid #17417e52;
   }

   .discount {
       padding: 0px;
       width: 100%;
       text-align: left;
       border-bottom: 1px solid #17417e52;
   }

   .discount i{
      font-size: 12px;
      color: #000;
      margin-right: 3px;
   }

   .discount .lto {
       font-size: 9px;
       letter-spacing: 1.5px;
       color: #000 !important;
   }

   .discount .lto2{
      font-size: 9px;
      line-height: 1.7;
      font-weight: 900;
      letter-spacing: 2px;
      color: #99ac1a !important;
   }

   .botao3{
      width: 100%;
      font-size: 22px;
      line-height: 1.3;
      padding:10px 15px;
   }
   
   .botao3 span{
      font-size: 45px;
   }

   .texto-rodape{
      color: #fff;
      font-size: 12px;
   }

   #fbcomment{
      padding: 10px;
   }  

   .topo-0{
      padding-top: 20px;
      padding-bottom: 20px;
   }

   .titulo{
      margin-top: 20px;
      font-size: 22px;
      line-height: 1.3em;
   }
   .texto-qnt{
      margin: -31px -5px 0 !important;
   }  

}