@font-face {
    font-family:'roboto';
    src:url("../fonts/Roboto-Bold.ttf");
}

@font-face {
   font-family: montserrat;
   src: url(../fonts/Montserrat-Bold.otf);
}

 @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');


body {
   font-family: 'Roboto', sans-serif;
}

/* Configuração do iframe para ocupar toda a tela */
.site-background {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 0; /* Coloca o iframe no fundo */
   border: none;
}

.bottom-bar {
   display: none;
   position: fixed;
   bottom: 0; /* Desce a barra um pouco mais */
   left: 0;
   width: 100%;
   height: 70px; /* Mantém a altura da barra */
   background-color: transparent;
   padding: 10px 0; /* Reduz um pouco o padding superior */
   /*box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);*/

   flex-direction: column;
   align-items: center;
   justify-content: flex-start;
   z-index: 1; /* Coloca a barra acima do iframe */
   animation: slideUp 0.5s ease-out; /* Animação para a barra aparecer */
   transition: transform 0.5s ease-out; /* Transição suave ao desaparecer */
}

.bottom-bar.hidden {
   transform: translateY(100%); /* Move a barra para fora da tela */
}

.bottom-bar h1 {
   font-size: 20px;
   font-weight: 700;
   margin-bottom: 25px;
   color: #333;
   text-align: center;
}

.options {
   display: flex;
   justify-content: space-between;
   align-items: center;
   width: 90%;
   max-width: 600px;
   margin-bottom: 20px; /* Reduz o espaçamento abaixo das opções */
}

.option {
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   cursor: pointer;
   transition: background-color 0.3s;
   width: 45%;
}

.option img {
   width: 55px;
   height: 55px;
   margin-bottom: 10px;
   border-radius: 50%; /* Arredonda as bordas para formar um círculo */
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Sombra suave ao redor dos ícones */
}

.option span {
   font-size: 16px;
   font-weight: 400;
   color: #555;
}

.check-container {
   display: flex;
   align-items: center;
   justify-content: flex-start;
   width: 80%; /* Ajusta a largura para ficar igual ao botão */
   max-width: 600px;
   margin-top: 10px; /* Reduz o espaçamento acima */
   padding-left: 10%;
}

.check-box {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 24px;
   height: 24px;
   border-radius: 50%;
   margin-right: 10px;
   cursor: pointer;
   position: relative;
   border: 2px solid #ccc; /* Borda cinza inicial */
   transition: background-color 0.3s, border-color 0.3s;
}

.check-box.selected {
   background-color: #3483fa; /* Preenchimento azul quando selecionado */
   border-color: #3483fa; /* Borda azul quando selecionado */
}

.check-icon {
   display: none;
   color: white; /* Cor do check para branco quando selecionado */
   font-size: 14px;
}

.check-box.selected .check-icon {
   display: inline;
}

.check-label {
   font-size: 15px;
   color: #444;
}

.cancel-button {
   background-color: #e0e0e0;
   color: #555;
   font-size: 16px;
   border: none;
   border-radius: 20px;
   padding: 15px 0;
   margin-top: 15px; /* Reduz o espaçamento acima */
   cursor: pointer;
   transition: background-color 0.3s;
   width: 80%;
   max-width: 600px;
   text-align: center;
   font-weight: 500;
}

.cancel-button:hover {
   background-color: #d0d0d0;
}

@keyframes slideUp {
   from {
      transform: translateY(100%);
   }
   to {
      transform: translateY(0);
   }
}

.barra-de-anuncio {
   background-image: linear-gradient(to right, #ffe600, #ffe600);
   padding: 10px 0;
}

.texto-barra-de-anuncio{
   color: #fff;
   font-size: 14px;
   font-weight: 700;
   padding: 0;
   margin: 0;
}

.texto-barra-de-anuncio svg{
   width: 25px;
   height: auto;
   margin-right: 5px;
}   

.topo-0{
   padding: 0 0 20px 0;
   background-image: linear-gradient(to right, #ffe600, #ffe600);
}

.img-logo{
   max-width: 100%;
   width: 145px;
   height: auto;
}

.img-merlin{
   width: 100%;
   height: auto;
}

.search-bar{
   padding: 0 15px 1px 15px;
   background-color: #fff;
   border: none !important;
   width: 100%;
   border-radius: 4px;
   height: 40px;
}

.img-pesquisar{
   flex: none;
   font-size: 25px;
    width: 30px;
    height: auto;
    color: #040000;
    background: #ffffff;
    border-radius: 0px 0px 0px 0px;
    margin-right: 0px;
    border-left: 1px solid #e6e6e6;
    position: absolute;
    top: 10px;
    right: 18px;
    padding-left: 10px;
}

.img-perfil{
   width: auto;
   height: 30px;
   display: none;
}

.img-carrinho{
   width: auto;
   height: 30px;
}

.fa-bars{
   display: none !important;
}

.texto-menu{
   color: #000;
   font-weight: 400;
   font-size: 12px;
   line-height: 1;
   padding: 0;
   margin: 0;
} 

.img-max{
   width: 100%;
   height: auto;
   margin: 20px auto;
} 

.texto-menu a{
   text-decoration:none;
   color: #000;
   margin-right: 20px;
} 

.texto-menu i{
   margin-right: 10px;
   margin-left: 10px;
}

.topo-1{
   background-color: #ededed;
   padding: 20px 0 40px 0;
}

.aparecer{
   display: none;
}

.fundo-branco{
   background-color: #fff;
   border-radius: 15px;
   padding: 20px;
   margin-top: 35px;
}

.indicador{
   width: 100%;
   height: auto;
   border-radius: 10px;
   margin-bottom: 10px;
}

.imagem-principal{
   width: 100%;
   height: auto;
   border-radius: 15px;
}

.texto-img-principal{
   font-size: 12px;
   color: #000;
   margin-top: 20px;
   font-weight: 400;
}

.texto-desc{
   font-size: 20px;
   font-weight: 400;
   color: #040000;
   line-height: 1.5;
   text-align: left;
}

.texto-princ{
   color: #040000;
   font-size: 16px;
   font-weight: 400;
   text-align: left;
   margin-bottom: 20px;
}

.img-conteudo{
   width: 100%;
   height: auto;
   margin: 20px auto;
}

.img-conteudo2{
   width: 60%;
   height: auto;
   margin: 20px auto;
}

.img-conteudo3{
   width: 100%;
   height: auto;
   margin: 0px auto;
}

.titulo-princ{
   margin-bottom: 20px;
}

.texto-fixo{
   position: sticky;
   top: 10px; /* Fica preso a 0 pixels do topo */
}

.texto-0{
   font-size: 13px;
    color: #777e9a;
    margin-bottom: 18px;
}

.titulo{
   font-size: 22px;
   font-weight: 600;
   line-height: 1.18;
   margin-bottom: 5px;     
   color: #040000;
}

.frete{
   background: #f87733;
   color: #ffffff;
   padding: 3px 5px;
   border-radius: 4px;
   font-weight: 700;
   font-size: 13px;
   margin: 0;
}

.dodia{
   background: #3483fa;
   color: #ffffff;
   padding: 3px 5px;
   border-radius: 4px;
   font-weight: 700;
   font-size: 13px;
   margin: 0;
}

.preco-anti{
   color: #7d7b7b;
   font-size: 13px;
   margin: 0;
   font-weight: 500;
   text-decoration: line-through;
}

.preco{
   color: #040000;
   font-size: 36px;
   font-weight: 500;
   line-height: 1.2;
   margin: 0;
   padding: 0;
}

.preco span{
   margin-left: 10px;
   font-size: 19px;
    padding: 3px 0px;
    padding-left: 6px;
    padding-left: 1px;
    color: #00a650;
    font-weight: 500;
}

.preco-div{
   font-size: 18px;
   color: #040000;
   line-height: 1.2;
   font-weight: 400;
   padding: 0;
   margin: 0;
}

.preco-div b{
   color: #00a650;
}

.texto-opcao{
   font-size: 15px;
   font-weight: 400;
   display: block;
   margin-top: 0px;
   color: #3483fa;
   box-shadow: 0 10px 0px -10px #0000002e;
   margin-bottom: 10px;
}

.texto-tam{
   color: #040000;
   font-weight: 600;
   font-size: 16px;
   margin-bottom: 10px;
}

.card-title{
   color: #040000;
   font-weight: 500;
   font-size: 14px;
   text-align: center;
   margin-bottom: 0;
   padding-bottom: 0;
}

.img-esc{
   width: 100%;
   height: auto;
}

.img-logomp{
   width: 60px;
   height: auto;
   float: left;
   margin-right: 10px;
}

.card-check{
   border-color: rgb(59, 130, 246, 1) !important;
   color: rgb(59, 130, 246, 1) !important;
}

.card-body{
   padding: 0px !important;
}

.card{
   padding: 10px 10px !important;
}

.botao{
   border: none;
   background: linear-gradient(to right, #3483fa, #3483fa);
   color: #fff;
   margin-bottom: 10px;
   height: 45px;
   width: 100%;
   font-weight: 500;
   font-size: 14px;
   position: relative;
    display: inline-block;
    padding: 0 30px;
    line-height: 48px;
    border-radius: 5px;
    margin-top: 15px;
}

.texto-cont{
   text-align: left !important;
   color: #4a4a4a !important;
   padding: 0 0 0 0px;
   font-size: 16px !important;
   margin: 5px 0px 5px 0;
}

.texto-cont2{
    text-align: left !important;
   color: #808080 !important;
   font-size: 14px !important;
   margin: 5px 0px 5px 0;
}

.texto-cont2 b{
   color: #0086ff;
}

.preco-div2{
   text-align: left !important;
   color: #4a4a4a !important;
   padding: 0 0 0 0px;
   font-size: 14px !important;
   margin: 15px 0px 5px 0;
}

.preco-div2 b{
   color: #00a650;
}

.img-lista{
   width: 90%;
   height: auto;
}

.rodape{
   padding: 40px 0 20px 0;
   background-color: #fff;
}

.owl-prev, .owl-next{
      display: none;
}

.texto-rodape{
   font-size: 13px;
   color: #040000;
   font-weight: 400;
   line-height: 1.3;
}

.texto-rodape a{
   color:#000;
} 

.texto-rodape a:hover{
   color:#000;
}   

.topo-2{
   background-color: #ededed;
   padding: 20px 0 40px 0;
}

.titulo-topo-2{
   font-size: 24px!important;
    margin-bottom: 20px;
    margin-top: 5px;
    color: #2d2d2d;
    font-weight: bold!important;
}

.linha2{
  border-color:#d4d4d4;
  box-sizing:border-box;
  width:100%;  
  margin-top: 15px;
  margin-bottom: 0px;
}

.barra-fora{
   height: 12px;
    border-radius: 0;
    background-color: #d8d8d8!important;
}

.barra{
   background-color: #f3c621 !important;
   height: 12px;
}

.fundo-coment{
   box-shadow: 0 5px 10px -11px #00000080;
    border-radius: 20px !important;
    border: 1px solid #f2f1f1 !important;
    padding: 20px 15px !important;
    background-color: #fff;
    margin: 5px;
    margin-top: 30px;
}

.texto-coment{
   font-size: 14px;
   margin-top: 10px;
   margin-bottom: -10px;
}

.texto-coment2{
   font-size: 14px;
   margin-top: 10px;
}

.borda-esq{
   border-top: 1px solid #e1e1e1;
}

.titulo-icone{
   font-weight: bold;
   color: #333;
   margin-bottom: 4px;
   font-size: 14px;
}

.texto-icone{
   font-size: 12px;
}

svg{
   width: 80%;
   height: auto;
}

.esp-topo-comet{
      padding-top: 20px;
}

.esp-topo{
   padding-top: 30px;
}

.img-depo-cer{
      width: 100%;
      height: auto;
      margin-bottom: 10px;
}

.img-pag{
   width: auto;
   height: 55px;
   max-width: 100%;
}

.botao-carregar{
   display: block;
   max-width: 400px;
   border: 1px solid green;
   border-radius: 15px;
   padding: 10px 15px;
   font-size: 16px;
   font-weight: 500;
   line-height: 1;
   color: green;
   margin: 0 auto;
}

@media screen and (max-width: 600px) {

   .img-pag{
      display: block;
      margin: 10px auto;
   }   

   .img-lista{
      width: 100%;
      height: auto;
   }

   .texto-rodape{
      text-align: left;
      margin-top: 5px;
   }

   .tirar-esp{
      width: 31% !important;
      padding: 0 !important;
      margin: 0 3px !important;
   }

   .texto-0{
      margin-top: 15px;
   }

   .aparecer{
      display: block;
   }


   .texto-barra-de-anuncio{
      font-size: 12px;
   }   

   .fa-bars{
      display: block !important;
      float: left;
      margin-right: 5px;
      font-size: 24px;
      color: #000;
      margin-top: 8px;
   }

   .img-perfil{
      display: block;
      float: right;
   }

   .img-pesquisar{
      margin-top: 0px;
   }   

   .search-bar{
      margin-top: 0px;
   }

   .sumir{
      display: none;
   }

   .centralizar{
      text-align: center;
      margin: 0 auto !important;
   }

   

}