@font-face {
    font-family:'roboto';
    src:url("./fonte/Roboto-Bold.ttf");
}

@font-face {
    font-family:'Roboto-light';
    src:url("./fonte/Roboto-Light.ttf");
}

@font-face {
   font-family: "montserrat";
   src: url(./font/Montserrat-Bold.otf);
}

@font-face {
   font-family: "Raleway-bold";
   src: url(./fonti/Raleway-ExtraBold.ttf);
}

a:link{
   text-decoration: none;
}

.fundo-verde{
   background-color: green;
   padding: 15px 10px;
   border-radius: 5px;
   width: 80%;
   margin: 10px auto;
}

.img-depo-med{
   width: 80%;
   height: auto;
}

.texto-porcentagem{
   color: #562f55;
   font-size: 18px;
   padding-right: 20px;
   padding-top: 0px;
   font-weight: bold;
   text-align: right;
   float: right;
   z-index: 9999;
   position: absolute;
   right: 20px;
}


.container-barra{
    height: 25px;
    background-color: #a493b6;
    position: relative;
}

.container-barra .progress-bar{
   width: 21%;
   position: absolute;
   height: 100%;
   background-color: #fff;
   animation: progress-animation 5s;
}

.container-barra .progress-bar2{
   width: 14%;
   position: absolute;
   height: 100%;
   background-color: #fff;
   animation: progress-animation2 5s;
}

.container-barra .progress-bar3{
   width: 95%;
   position: absolute;
   height: 100%;
   background-color: #fff;
   animation: progress-animation3 5s;
}


@keyframes progress-animation{
    0% { width: 0%; } 
    100% { width: 21%}
}

@keyframes progress-animation2{
    0% { width: 0%; } 
    100% { width: 14%}
}

@keyframes progress-animation3{
    0% { width: 0%; } 
    100% { width: 95%}
}

body{
   background-color: #EDEDED;
}

.rodape h5{
   margin-top: 15px;
}

.topo-0{
   background-image: url(../imagens/pngejpg/topo2.jpg);
   background-position: top center;
   background-size: cover;
   background-repeat: no-repeat;
   padding: 20px 0px 20px 0px;
}

.logo-topo-0{
   width: 80%;
   height: auto;
   max-width: 200px;
}

.esp-topo-0{
   padding-top: 40px;
}

.titulo-principal{
   color: #FFFFFF;
    font-family: "Raleway-bold", Sans-serif;
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: -0.02em;
}

.titulo-principal b{
   font-weight: 900;
    color: #a493b6;
}

.sub-titulo-principal{
   color: #FFFFFF;
    font-family: "Roboto", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4em;
}

.icone-topo-0{
   background: linear-gradient(#a493b6,#a493b6);
    border-radius: 50%;
    padding: 2px;
    width: 50px;
    height: auto;
    float: left;
    margin-top: 2px;
}

.texto-topo-0{
   color: #FFFFFF;
    font-family: "Raleway", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    padding-top: 8px;
    margin-top: -15px;
    padding-left: 55px;
    
}

.fundo-icone{
   float: left;
   margin: 0px 0px 10px 0px;
   padding-left: 0px;
   background-color: transparent;
   background-image: linear-gradient(50deg, #a493b6 0%, #F2295B00 70%);
   border-radius: 50px 0px 0px 50px;
}

.img-principal{
   width: 100%;
   height: auto;
   margin-bottom: -140px;
}

.btn{
   font-family: libre franklin,Sans-serif;
    font-size: 18px;
    font-weight: 600;
    background-color: transparent;
    border: none;
    background-image: linear-gradient(140deg,#69b42c 0%,#24450d 100%);
    border-radius: 20px 20px 20px 20px;
    box-shadow: 1px 2px 5px 0 rgb(0 0 0 / 26%);
    padding: 25px;
    color: #fff;
}

.btn:hover{
   color: #fff;
}

.aparecer{
      display: none;
}

.branco{
   color: #fff;
}

.satisfacao{
   font-family: "montserrat",Sans-serif;
    font-size: 10px;
    font-weight: 400;
    margin-top: -20px;
}

.satisfacao2{
   font-family: "montserrat",Sans-serif;
    font-size: 10px;
    font-weight: 400;
    margin-top: -55px;
    padding-left: 10%;
}

.topo-1{
   padding-top: 40px;
   padding-bottom: 40px;
}

.titulo-topo-1{
    color: #3C3C3C;
    font-family: "Raleway-bold", Sans-serif;
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: -0.02em;
}

.titulo-topo-1 b{
   color: #a493b6;;
} 

.sub-titulo-topo-1{
   color: #3C3C3C;
    font-family: "Roboto-light", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4em;
}

.fundo-depoimento{
   margin-top: 45px;
   background-color: #562f55;
   box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 26%);
   padding: 10px 6px 6px 6px;
   border-radius: 15px;
}

.img-dep{
   width: 80%;
   height: auto;
   margin-top: -50px;
}

.nome{
   font-family: "Raleway", Sans-serif;
   font-size: 13px;
   font-weight: 500;
   color: #fff;
}

.texto-depo-topo-1{
   font-family: "Raleway", Sans-serif;
   font-size: 16px;
   font-weight: 500;
   color: #fff;
}

.img-apostrofo{
   width: 20%;
   height: auto;
}

.topo-2{
   padding-top: 40px;
   padding-bottom: 40px;
}

.topo-7{
   padding-top: 40px;
   padding-bottom: 40px;
}

.fundo-topo-2{
   background: #562f55;
    padding: 30px 50px;
    border-radius: 10px;
}

.fundo-topo-7{
   background: #fff;
    padding: 30px 50px;
    border-radius: 10px;
}

.img-topo-2{
   display: block;
   width: 80%;
   height: auto;
   border-radius: 25px 100px 25px 25px;
   margin: 0 auto;
   text-align: center;
}

.titulo-topo-2{
   font-weight: 800;
    margin: 0;
    color: #FFF;
    font-size: 32px;
    font-family: "Raleway-bold", Sans-serif;
}

.titulo-topo-2 b{
   color: #a493b6;
}

.texto-topo-2{
   color: #FFF;
   font-size: 19px;
   font-weight: 500;
   line-height: normal;
   font-family: "Raleway", Sans-serif;

}

.texto-topo-2 span{
   color: #a493b6;
}

.topo-3{
   padding: 0px 0px 0px 0px;
   background-color: #562f55;
}

.topo-5{
   padding-top: 40px;
   padding-bottom: 40px;
   background-color: #562f55;
}

.fundo-topo-3{
 
}

.img-dor{
   width: 90%;
   height: auto;
   border-radius: 25px;
}

.titulo-topo-3{
   color: #FFFFFF;
    font-family: "Raleway-bold", Sans-serif;
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: -0.02em;
    padding-top: 50px;
}

.titulo-topo-3 b{
   color: #a493b6;
} 

.texto-topo-3{
   color: #FFFFFF;
    font-family: "Roboto-light", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4em;
}  

.img-topo-3-1{
   width: 90%;
   height: auto;
   margin: 0 auto;
   margin-top: 277px;
}

.redondo-topo-3{
   border: 7px solid #a493b6;
   border-radius: 50%;
   width: 90px;
   height: 90px;
   background-color: #562f55;
   margin: 0 auto;
}

.redondo-topo-3{
   font-size: 28px;
   color: #fff;
   padding-top: 14px;
   font-family: "Raleway-bold", Sans-serif;
}

.texto-redondo-topo-3{
   color: #FFFFFF;
   font-family: "Raleway", Sans-serif;
   font-size: 13px;
   font-weight: 600;
   line-height: 1.3em;
}

.esp-topo-3{
   padding-top: 40px;
}

.img-vidro-topo-3{
   width: 100%;
   height: auto;
}

.owl-prev{

  font-size: 80px !important;
  width: 50px !important;
  height: 50px !important;
  color: #fff !important;
  border-radius: 50%;
  color: #FFF;
  display: flex;
  justify-content: center;
  position: absolute;
  left: -70px;
  top: 10%;
  font-weight: 800;
}
.owl-next{

  font-size: 80px !important;
  width: 50px !important;
  height: 50px !important;
  color: #fff !important;
  border-radius: 50%;
  color: #FFF;
  display: flex;
  justify-content: center;
  position: absolute;
  right: -70px;
  top: 10%;
  font-weight: 800;
}

.titulo-carousel{
   color: #FFFFFF;
    font-family: "Raleway-bold", Sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 1em;
    letter-spacing: -0.02em;
}

.titulo-4{
   color: #FFFFFF;
    font-family: "Raleway", Sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 1em;
    letter-spacing: -0.02em;
}

.titulo-carousel b{
   color: #a493b6;
}

.titulo-4 b{
   color: #a493b6;
}

.img-cont{
   width: 100%;
   height: auto;
   border-radius: 15px;
}

.titulo-cont{
   background: linear-gradient(to left, #F9B13E,#F9B13E);
    position: absolute;
    display: block;
    width: 95%;
    margin: 0 auto;
    left: -15px;
    right: 0;
    bottom: 35px;
    padding: 5px;
    border-radius: 5px;
    box-shadow: #17171754 1px 1px 5px;
    color: #522e50;
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
}

.topo-4{
   padding-top: 40px;
   padding-bottom: 40px;
}

.esp-topo-4{
   padding-top: 40px;
}

.img-max{
   width: 100%;
   height: auto;
}



.box{
      padding: 20px;
      line-height: 1.7;
      border-radius: 10px;
      background-color: #f5e9f3;
      box-shadow: 4px 4px 6px rgb(13 51 83 / 11%);
   }

.img-box{
   width: 100%;
   height: auto;
}

.titulo-box{
   font-size: 20px;
   font-family: "roboto", sans-serif;
   color: #562f55;
}

.texto-topo-4{
   font-size: 1.0rem;
    line-height: 1.2rem;
    color: #000;
}

.fundo-kit{
   background-color: #fff;
   border: 1px solid rgba(0, 0, 0, 0.575) !important;
   border-radius: 15px !important;
   margin: 5px;
}


.fundo-1{
   border-radius: 15px !important;
   background: #562f55 !important;
    margin-top: 15px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9rem;
    color: #FFF;    
    padding-top: 5px;
    padding-bottom: 5px;
}

.fundo-2{
   font-size: 1.2rem;
    margin-top: 5px;
    font-weight: bold;
    color: #562f55;
}

.img-kit{
   width: 100%;
   height: auto;
}

.preco strong{
   color: #562f55;
    font-size: 2rem;
    margin-left: 5px;
    font-weight: 800;
}

.preco span{
   font-size: 1.2rem;
    color: #444;
    font-weight: 700;
}

.img-frete{
   width: 90%;
   height: auto;
}

.promo-preco{
   font-weight: 600;
    color: #444;
    font-size: .9rem;
}

.promo-preco small{
   color: #ccc;
}

.cta{
    font-size: 18px;
    position: relative;
    padding: 20px 0;
    color: #fff !important;
    background: #69b42c;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    margin: 20px auto 20px;
    border-radius: 25px;
}

.desconto-extra2{
   padding: 5px 8px 5px 8px;
   background-color: #c9d8be;
   font-size: 16px;
   color: #333;
   border-radius: 20px;
   width: 50%;
   margin: 0 auto;
}

.desconto-extra{
   padding: 8px 10px 8px 10px;
   background-color: #c9d8be;
   font-size: 16px;
   color: #333;
   border-radius: 20px;
}

.desconto-extra strong{
   color: #24450d;
}

.esp-topo-kit{
   padding-top: 30px;
}

.borda-video{
   border: 3px solid #562f55;
}

.img-recebido{
   width: 100%;
   height: auto;
}

.img-antes{
   width: 100%;
   height: auto;
   border-radius: 15px;
   margin-top: 30px;
}

.bord-seg{
   border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 50%);
    margin: 10px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    background-color: #EDEDED;
}

.icone-seg{
   font-size: 35px;
   color: #562f55;
}

.titulo-seg{
   font-family: "roboto", Sans-serif;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.1em;
    color: #000;
    margin-top: 10px;
}

.texto-seg{
       font-family: "roboto", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #818181;
}

.topo-6{
   background-color: #ebe3ea;
   padding-top: 40px;
   padding-bottom: 40px;
}

.img-garantia{
   width: 60%;
   height: auto;
}

.img-medico{
   width: 100%;
   height: auto;
   margin-bottom: -30px;
}

.fundo-man-1{
   background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #562f55;
    background-image: url(../imagens/pngejpg/bn_01-1.png);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 5px;
    padding: 10px 5px 0px 5px;
    border-radius: 10px;
    min-height: 380px;
}

.fundo-man-2{
   background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #562f55;
    background-image: url(../imagens/pngejpg/bn_02-1.png);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 5px;
    padding: 10px 5px 0px 5px;
    border-radius: 10px;
    min-height: 380px;
}

.fundo-man-3{
   background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #562f55;
    background-image: url(../imagens/pngejpg/bn_03-1.png);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 5px;
    padding: 10px 5px 0px 5px;
    border-radius: 10px;
    min-height: 380px;
}

.fundo-man-4{
   background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #562f55;
    background-image: url(../imagens/pngejpg/bn_04-1.png);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 5px;
    padding: 10px 5px 0px 5px;
    border-radius: 10px;
    min-height: 380px;
}

.titulo-man{
   padding-top: 220px;
   color: #fff;
   font-family: "Raleway", Sans-serif;
   font-size: 17px;
   font-weight: 700;
   line-height: 1em;
}

.texto-man{
   color: #FFFFFF;
    font-family: "Roboto-ligh", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3em;
}

.esp-man{
   padding-top: 20px;
}



.card{
    
    border: none;
    margin-top: 15px;

}

.card-body{
    padding-left: 25px;
    border: none;
    background-color: #f5e9f3;
}  

.card-header {
  cursor: pointer;
}

.card-header:after {
  content: '-';
  position: absolute;
  top: 5px;
  right: 10px;
  color: #562f55;
  font-size: 35px;
}

.card-header.collapsed:after{
  content: '+';
}

.topo-rosa{
    background-color: #f5e9f3;
    border-radius: 10px;
    box-shadow: 4px 4px 6px rgb(13 51 83 / 11%);
    padding: 20px;
}

.btn-link{

    font-family:"roboto",Sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2em;
    letter-spacing: 1px;
    color: #562f55;

}

.btn-link:hover{

    color: #a493b6;
    text-decoration: none

}
.resposta{
   color: #562f55;
    font-family:"roboto",Sans-serif;
    font-size: 16px;
    font-weight: 420;
    line-height: 1.5em;
    letter-spacing: .1px;
}

.esp-topo-7{
      padding-top: 30px;
}

.rodape{
   background-color: #562f55;
   padding-top: 50px;
   padding-bottom: 20px;
}

.hr{
   border-bottom: solid 9px rgba(0,0,0,.1);
}

.titulo-rodape{
   text-align: center;
    color: #FFF;
    font-weight: 600;
    margin: 0;
    line-height: normal;
}

.btn-rodape{
   background-color: #a493b6;
    color: #fff;
    text-align: center;
    padding: 10px 40px;
    border-radius: 30px;
    align-items: center;
    grid-gap: 10px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: normal;
    box-shadow: inset 0 -3px 0 rgb(203 203 203 / 50%);
}

.btn-rodape2{
   background-color: #fff;
    color: #a493b6;
    text-align: center;
    padding: 10px 40px;
    border-radius: 30px;
    align-items: center;
    grid-gap: 10px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: normal;
    box-shadow: inset 0 -3px 0 rgb(203 203 203 / 50%);
}

.texto-rodape{
   font-size: 14px;
   color: #fff;
   font-family: "Roboto-light",sans-serif;
   line-height: 1.1;
   padding-top: 5px;
   padding-bottom: 10px;
}

.img-pag{
   width: 60%;
   height: auto;
}

.btn-rodape:hover{
   color: #562f55;
}


@media screen and (max-width: 600px) {

   .fundo-verde{
      width: 100%;
   }   

   .img-depo-med{
      display: none;
   }

   .esp-topo-4{
      padding-top: 20px;
   }

   .esp-topo-7{
      padding-top: 10px;
   }


   .fundo-man-1,.fundo-man-2,.fundo-man-3, .fundo-man-4{
      margin-top: 25px;
   }

   .img-medico{
      margin-bottom: -10px;
   }

   .satisfacao2{
      font-family: "montserrat",Sans-serif;
      font-size: 10px;
      font-weight: 400;
      margin-top: -55px;
      padding-left: 0;
      text-align: center;
   }

   .img-garantia{
      width: 60%;
      height: auto;
      margin: 0 auto;
   }

   .img-box{
      width: 20%;
      height: auto;
   }

   .box{
      width: 98%;
      margin: auto;
   }

   .topo-3{
      padding: 0px 0px 20px 0px;
      background-color: #562f55;
   }

   .titulo-carousel{
      font-size: 20px;
   }

   .titulo-4{
      font-size: 18px;
   }

   .owl-prev, .owl-next{
      top: 25%;
   }

   .fundo-topo-3{   
      margin-top: 0px;
      background-image: url(../imagens/pngejpg/dor_bg_02.png);
      position: top center;
      background-repeat: no-repeat;
      background-size: contain;
   }   

   .texto-topo-3{
      font-size: 15px;
      padding-top: 20px;
   }   

   .titulo-topo-3{
      font-size: 25px;
      padding-top: 30px;
   }   

   .fundo-topo-2{
      padding: 30px 20px 10px 20px;
   }

   .fundo-topo-7{
      padding: 30px 20px 30px 20px;
   }  

   .texto-topo-2{
      font-size: 17px;  
   }   

   .titulo-topo-2{
      text-align: center;
      font-size: 28px;
      margin-top: 25px;
   }   

   .titulo-topo-1{
      font-size: 24px;
   }   

   .topo-1{
      padding-top: 30px;
      padding-bottom: 40px;
   }

   .img-principal{
      width: 80%;
      height: auto;
      margin: 0 auto;
      margin-bottom: 0px;
   }

   .btn{
      padding: 15px 20px 15px 20px;
   }

   .desaparecer{
      display: none;
   }

   .aparecer{
      display: block;
   }

   .centralizar{
     text-align: center;
   }


   .fundo-icone{
      float: none !important;
      background-color: none !important;
      background-image: none !important;
      margin: 0;
   }

   .icone-topo-0{
      margin: 0px 0px -15px 0px;
      float: none !important;
   }

   .texto-topo-0{
      text-align: center;
      margin-bottom: 8px;
      font-size: 12px;
      padding-left: 0px;
      margin-top: -2px;
   }

   .sub-titulo-principal{
      font-size: 15px;
      text-align: center;
   }

   .titulo-principal{
      font-size: 25px;
      text-align: center;
   }   

   .topo-0{
      background-position: 0px 0px;
   }   

   .esp-topo-0{
      padding-top: 10px;
   }

}



.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;
      }
   }