


#promocao_slider{
  
    padding: 30px;
    background-color: #3470F3;
    text-align: center;   
}
#bloco_produto{
    margin-top: -100px;   /* valor negativo sobe o bloco */
   
}
#promocao_slider_1{
  
    padding: 30px;
    background-color: #F3F6FA;
    text-align: center; 
}


#bloco_produto_promocao{
     
       background-color: #F3F6FA;
}


#destaque{
    padding: 10%;
   
}
#produto_promocao{
	margin-bottom: 50px;
	 min-height: 420px;  
}


.prod_prox_rodape{
    padding: 20px;
    background-color: rgb(255, 255, 255);
    margin-bottom: 30px;
}
#carouselExampleIndicators{
    position: relative;
    padding-top: 0px;
}
#carousel_marcas_dos_produtos{
    position: relative;
    padding-top: 127px;

}
#slider_marcas{/*feito por gidel*/
    padding: 30px;
    text-align: center; 
    padding: 20px;
    background-color:#3470F3;
    /*border-bottom: solid 5px rgb(255, 255, 255);*/
    border-radius: 5px;
    bottom: 30px!important;
   
}
#separar{
    height: 10px;
}
.marcas{/*feito por gidel*/
    position: relative;
    height: 60px!important;
    width: 100%;
    background-color: rgb(52, 112, 243)!important;
    
}
.img_marcas{/*feito por gidel*/
   
    position: relative;
    bottom: 30px;
    height: 60px;
   width: 100%!important;
   border-radius: 10px;
}
#box-envio-1{
    margin-top: 10px !important;
    padding-left: 30px !important;
    background-color: #f9f9f9 !important;
    border: 2px solid #d6d6d6 !important;
    border-radius: 10px !important;
    box-shadow: 0 4px 18px rgba(40,40,40,0.14) !important;
    max-width: 500px;

}
#box-envio-2{
    margin-top: 10px !important;
    padding: 20px !important;
    background-color: #f9f9f9 !important;
    border: 2px solid #d6d6d6 !important;
    border-radius: 10px !important;
    box-shadow: 0 4px 18px rgba(40,40,40,0.14) !important;
    max-width: 500px;

}

/* Torna o ícone sempre visível, inclusive no hover */
a .fa-envelope, a .bi-envelope {
  color: #007bff; /* cor azul, pode ajustar */
}
a:hover .fa-envelope, a:hover .bi-envelope {
  color: #007bff;
}

#modal-produtos .modal-body {
  max-height: 70vh; /* Ou outro valor desejado */
  overflow-y: auto;
}

#produtos-combo {
  max-height: 250px; /* Ou outro valor desejado */
  overflow-y: auto;
}














