@font-face {
    font-family:'roboto';
    src:url("fonte/Roboto-Bold.ttf");
}

a:link{
   text-decoration: none;
}

.texto-legal{
   font-size: 18px;
   line-height: 1.5;
   margin-bottom: 25px;
   color: #000;
}

.disclaime{
        display: none!important;
    }

.topo-0{
   background-color: #f00000;
   padding: 15px 0;
}

.texto-topo-0{
   color: #fff;
   font-family: Montserrat, Sans-serif;
   font-size: 20px;
   font-weight: 700;
   line-height: 1.1em;
   letter-spacing: 0;
   padding: 0;
   margin: 0;
}

.texto-topo-0 span{
   color: #ff0;
}

.topo-1{
   background-color: #fff;
   padding: 40px 0;
}

.titulo-topo-1{
   color: red;
   font-family: Montserrat, Sans-serif;
   font-size: 50px;
   font-weight: 700;
   line-height: 1.2em;
   letter-spacing: 0;
}

.subtitulo-topo-1{
   color: #000;
   font-family: Montserrat, Sans-serif;
   font-size: 40px;
   font-weight: 700;
   line-height: 1.2em;
   letter-spacing: 0;
}

.texto-topo-1{
   color: #000;
   font-family: Montserrat, Sans-serif;
   font-size: 26px;
   font-weight: 400;
   line-height: 1.2em;
   letter-spacing: 0;
}

.texto-topo-1-1{
   color: #000;
   font-family: Montserrat, Sans-serif;
   font-size: 22px;
   font-weight: 700;
   line-height: 1.2em;
   letter-spacing: 0;
   margin-top: 20px;
}

.botao{
   display: block;
   background-color: #00c220;
    width: 325px;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    border-color: #000000;
    border-radius: 10px;
    border-width: 0px;
    text-transform: none;
    outline: none;
    padding: 15px 25px;
    margin: 0 auto;
}

.texto-btn{
   font-family: Montserrat;
   font-size: 14px;
   font-weight: 400;
   color: #FC0000;
   margin-top: 25px;
}

.texto-btn a{
   color: #FC0000;
}

.texto-btn a:hover{
   color: #FC0000;
}   

.rodape{
   background-color: #272727;
   padding: 15px 0;
 }

.texto-rodape{
   color: rgba(255, 255, 255, 0.6);
   font-size: 14px;
   line-height: 1rem;
   font-weight: 400;
   padding: 0;
   margin: 0;
}

.texto-rodape a{
   text-decoration: none;
   color: rgba(255, 255, 255, 0.6);
   margin: 0 10px;
   font-weight: 600;
}

.img-rodape{
   display: block;
   margin: 20px auto 20px auto;
   height: 60px;
   width: auto;
   max-width: 100%;
}



.rodape2{
   background-color:  #1B1B1B;;
   
    padding: 40px 0 20px 0;
}

.tam-mobile{
      min-height: 100vh;
   }

   .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: #1a2168;
    height: 30px;
    width: 100%;
}

.img-kit{
   width: 80%;
   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: 50px;
}

.discount:first-child {
    border-top: 1px solid #17417e52;
}

.discount {
    padding: 6px 6px 6px 13%;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #17417e52;
}

.discount i{
   font-size: 20px;
   color: #000;
   margin-right: 10px;
}

.discount .lto {
    font-size: 13px;
    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: #1a2168;
}

.fundo-amarelo{
   background-color: #FFF9F9;
}

.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;
}

.titulo-roleta {
            color: rgb(31, 32, 34);
            font-family: "Poppins", sans-serif;
            font-weight: 500;
            letter-spacing: 0;
            line-height: 150%;
            font-size: 26px;
            text-align: center;
        }

        .subtitulo-roleta {
            font-size: 16px;
            font-weight: 400;
            color: rgb(29, 29, 44);
        }

        .spin-text {
            font-size: 1.5em;
            text-align: center;
            margin-top: 1.5em;
            color: #202020;
            font-weight: 500;
        }

        .botao-premio {
            display: block;
            min-width: 250px;
            margin: 1em auto;
            padding: 15px 20px;
            font-size: 20px;
            font-weight: 700;
            background-color: #59C150;
            color: #fff;
            border: none;
            border-radius: 5px;
            cursor: pointer;
        }

        .popup {
            display: none;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: white;
            padding: 20px;
            border: 2px dashed rgb(213, 49, 30);
            z-index: 998;
            text-align: center;
        }

        .close-btn {
            position: absolute;
            top: 10px;
            right: 10px;
            background: black;
            color: white;
            border-radius: 50%;
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        }

        .roulette-container {
            position: relative;
            width: 40%;
            aspect-ratio: 1 / 1;
            margin: 20px auto;
        }

        .img-roleta {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            transition: transform 3s ease-out;
        }

        .pointer {
            position: absolute;
            left: 50%;
            top: -10px;
            transform: translateX(-50%);
            width: 0px;
            height: 0px;
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            border-top: 40px solid black;
            z-index: 999;
        }

        /* Overlay (fundo escuro) */
        .overlay {
            display: none; /* Inicialmente invisível */
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5); /* Fundo preto com 50% de opacidade */
            z-index: 997; /* Abaixo do popup */
        }

.topo-faq{
   background-color: #fff;
   padding: 40px 0;
}        

.titulo-faq{
   font-family: "Inter", Sans-serif;
    font-size: 42px;
    font-weight: 700;
    -webkit-text-stroke-color: #000;
    stroke: #000;
    color: #111111;
}

.accordion-item{
   margin-bottom: 15px;
}

.accordion-button{
   background-color: #F8F8F8;
   padding: 15px;
   color: #1f2124;
   font-weight: 600;
   font-size: 20px;
}

.accordion-button:not(.collapsed) {
    color: #1f2124 !important;
    background-color: #F8F8F8 !important;
} 

.fundo-garantia{
   border-radius: 20px;
   border: 3px solid #1a2168;
   background-color: #fff;
   position: relative;
   display: flex;
   gap: 15px;
}   

.simbolo-garantia{
   position: absolute;
   top: -50px;
   right: -50px;
   width: 200px;
   height: auto;
}

.img-garantia{
   width: 40%;
   height: auto;
   border-top-right-radius: 20px;
   border-bottom-right-radius: 20px;
}

.subtitulo-garantia{
       font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #1a2168;
}

.titulo-garantia{
   font-family: "Inter", Sans-serif;
    font-size: 36px;
    font-weight: 700;
    -webkit-text-stroke-color: #000;
    stroke: #000;
    color: #111111;
}

.texto-garantia{
   font-family: "Inter", Sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 24px;
    color: #111111;
}

@media screen and (max-width: 600px) {



   .simbolo-garantia{
      position: absolute;
      top: 60% !important;
      right: 0px !important;
      width: 200px;
      height: auto;
   }

   .img-garantia{
      width: 100%;
      height: auto;
      margin-top: 0px;
      border-top-right-radius: 0px;
      border-bottom-right-radius: 20px;
      border-bottom-left-radius: 20px;
   }

   .fundo-garantia{
      display: block;
   }   

   .subtitulo-garantia{
      text-align: center;
      font-size: 17px;
   }

   .titulo-garantia{
      text-align: center;
      font-size: 28px;
   }

   .texto-garantia{
      text-align: center;
      font-size: 16px;
   }

   .titulo-faq{
      font-size: 30px;
      line-height: 1.3em;
   }   

   .popup{
      width: 95%;
   }

   .roulette-container {
      width: 90%;
   }

   .titulo-roleta{
      font-size: 16px;   
   }

     .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: 100%;
      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-qnt{
      margin: -31px -5px 0 !important;
   }  

    .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;
   }

   .img-logo{
      width: 100%;
      height: auto;
      max-width: 160px;
   }

   .img-frete {
       width: 80%;
       height: auto;
   }

   .texto-topo-1-1{
      font-size: 14px;
      line-height: 1.3em;
   }   

   .texto-topo-1{
      font-size: 18px;
        line-height: 1.3em;
   }

   .subtitulo-topo-1{
      font-size: 26px;
      line-height: 1.1em;
      letter-spacing: -.9px;
   }

   .titulo-topo-1{
      font-size: 32px;
      line-height: 1.3em;
   }   

   .texto-topo-0{
      font-size: 14px;
      line-height: 1.3em;
   }   

}

.branco{
   color: #fff;
}




.pulse {
  animation: pulse 0.7s infinite;
  margin: 0 auto;
  display: table;
  margin-top: 30px;
  animation-direction: alternate;
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -webkit-filter: brightness(100%);
  }
  100% {
    -webkit-transform: scale(1.1);
    -webkit-filter: brightness(100%);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
    filter: brightness(100%);
  }
  100% {
    transform: scale(1.1);
    filter: brightness(100%);
  }
}