.history-01{
    max-width: 45%;
    height: auto;
    margin-left: 20%;
}

.history-02{
    max-width: 45%;
    height: auto;
    margin-bottom: 70px;
}

.history{
    justify-content: center;
}

#history-p{
    color:#3b3b3b;
    font-weight:600;
    /* padding: 0 15px; */
}

#about-p{
    color:#3b3b3b;
    font-weight:600;
}

#recetas-p{
    color:#3b3b3b;
    font-weight:600;
}

#product-p{
    color:#3b3b3b;
    font-weight:600;
}

#new-product-p{
    color:#3b3b3b;
    font-weight:600;
}

#new-product-r{
    color:#3b3b3b;
    font-weight:600;
}

.historyp {
    color:#3b3b3b;
    font-weight:600;
}

.history-title{
    color:#000000;
}

.logo-nav{
    width: 30%;
    height: auto;
}

.boton{
    background-color: transparent;    
    border-color: white;
    margin-top: 30%;
    margin-left: 80%;
}

.text-btn{
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

.carro{
    padding-right: 10%;
}

.boton:hover{
    background-color: red;
    border-color: rgb(248, 3, 3);
    border: dotted 2px rgb(199, 98, 3);
    box-shadow: 2px 2px 2px rgb(36, 115, 219);
    color: rgb(36, 115, 219);
}

.text-btn:hover{
    color: rgb(36, 115, 219);
    font-weight:bold;
    text-transform: uppercase;
}

.redes-nav {
    display: flex;
    justify-content:center; /* Centra los íconos horizontalmente */
    align-items: start !important; /* Centra los íconos verticalmente */
    gap: 20px; /* Espacio entre íconos */
    margin-top: 30px;
    margin-left: -65px;
    
}

.redes-nav .icons-nav img {
    width: 30px; /* Tamaño de los íconos */
    height: 30px;
    transition: transform 0.3s ease-in-out; /* Efecto de zoom */
}

.redes-nav .icons-nav img:hover {
    transform: scale(1.1); /* Aumenta ligeramente el tamaño al pasar el mouse */
}

#redes-footer{    
     display: flex;
     justify-content:center; /* Centra los íconos horizontalmente */
     align-items: start !important; /* Centra los íconos verticalmente */
     gap: 20px; /* Espacio entre íconos */
     margin-top: 30px;
     margin-left: -10px;      
}



.ig:hover {
    border: dotted 2px rgb(199, 98, 3);
    box-shadow: 2px 2px 2px rgb(219, 36, 51);
    border-radius: 10px;
}

.tk:hover {
    border: dotted 2px rgb(53, 240, 240);
    box-shadow: 2px 2px 2px rgb(219, 36, 51);
    border-radius: 5px;
}

.fb:hover {
    border: dotted 2px rgb(2, 115, 243);
    box-shadow: 2px 2px 2px rgb(253, 253, 253);
    border-radius: 5px;
}

.wts:hover {
    border: dotted 2px rgb(255, 255, 255);
    box-shadow: 2px 2px 2px rgb(20, 196, 122);
    border-radius: 50px;
}

.nav-ideas{
    font-weight: 700;
}

.producto-item{
    margin-bottom: 20px ;
}

.favicon{
    width: 50px;
    height: 50px;
}

.certif{
    height: 60px;
    width: auto;
    position: absolute;
    bottom: 50px; 
    left: 50px; 
    z-index: 10; 
}

.original-span{
    color: rgb(248, 3, 3) !important;
    font-weight: bold;    
}
.fina-1{
    color: rgb(36, 115, 219) !important;
    font-weight: bold;    
}

.fina-2{
    color: rgb(199, 98, 3) !important;
    font-weight: bold;    
}

.ahumada-span{
    color: rgb(10, 10, 10) !important;
    font-weight: bold;
}

.pimientas-span{
    color: rgb(10, 77, 165) !important;
    font-weight: bold;
}

.suave-span{
    color: rgb(36, 168, 3) !important;
    font-weight: bold;
}

.especial-span{
    color:rgb(199, 98, 3) !important;
    font-weight: bold;
}

.contact-items{
    display: flex;
    width: 100%;
    justify-content: space-evenly;
}

.contact-details{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.icon-contact{
    width: 25px;
    height: 25px;
}

.contact-icon {
    text-align: center;
}

.whatsapp{
    border: solid 1px  rgb(248, 3, 3);
    color: rgb(0, 0, 0);
    transition: transform 0.3s ease-in-out;
    width: 400px;
    margin-left: 5px;
    margin-right: 5px;
    
}

.boton-catalogo{
    background-color: red;
    border-color: rgb(248, 3, 3);
    margin-top: 10%;
    margin-left: 0;
    
    transition: transform 0.3s ease all; 
    position: relative;          
}

.boton-catalogo:hover{
    background-color: transparent;
    border-color: rgb(248, 3, 3);
    border: dotted 2px rgb(199, 98, 3);
    box-shadow: 2px 2px 2px rgb(36, 115, 219);
    color: rgb(36, 115, 219);
}

.text-btn-catalogo{
    color: rgb(194, 194, 194);
    font-weight: bold;
    text-transform: uppercase;
    transition: transform 0.3s ease-in-out; 
}

.text-btn-catalogo:hover{
    color: rgb(199, 98, 3);
    font-weight:bold;
    text-transform: uppercase;
}

#text-wsp{
    text-align: center;
    color: #000;
    font-weight: 600;
}

#text-mail{
    text-align: center;
    color: #000;
    font-weight: 600;
}

#text-gps{
    text-align: center;
    color: #000;
    font-weight: 600;
}


.whatsapp:hover {
    background-color: red;
    border-color: rgb(248, 3, 3);
    border: dotted 2px rgb(199, 98, 3);
    box-shadow: 2px 2px 2px rgb(36, 115, 219);
    color: rgb(36, 115, 219);
    transform: scale(1.1);
    color: rgb(255, 255, 255);
    
}

.email{
    border: solid 1px  rgb(248, 3, 3);
    color: rgb(0, 0, 0);
    transition: transform 0.3s ease-in-out;
    width: 400px;
    margin-right: 5px;
}


.email:hover {
    background-color: red;
    border-color: rgb(248, 3, 3);
    border: dotted 2px rgb(199, 98, 3);
    box-shadow: 2px 2px 2px rgb(36, 115, 219);
    color: rgb(36, 115, 219);
    transform: scale(1.1);
    color: rgb(255, 255, 255);   
    
}

.gps{
    border: solid 1px  rgb(248, 3, 3);
    color: rgb(0, 0, 0);
    transition: transform 0.3s ease-in-out;
    width: 400px;
    margin-left: 5px;
    
}


.gps:hover {
    background-color: red;
    border-color: rgb(248, 3, 3);
    border: dotted 2px rgb(199, 98, 3);
    box-shadow: 2px 2px 2px rgb(36, 115, 219);
    color: rgb(36, 115, 219);
    transform: scale(1.1);
    color: rgb(255, 255, 255);   
    
}

.p-copyright{
    opacity: 0;
}

.titulo-ideas{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 150px;
}

.nameSlogan{
    font-weight:bolder;
}

/* WHATSAPP */

.whatsapp-float {
	position:fixed;
	width:60px;
	height:60px;
	bottom:80px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	font-size:30px;
	z-index:100;
  }
  
  .whatsapp-icon {
	margin-top:13px;
  }

  .fixed-action-btn {  
    position: fixed;
    bottom: 50px;
    left: -5px;
    z-index: 999;
  }
  
  .fixed-action-btn .whatsapp-btn {
    position: relative;
    transition: all 0.3s ease;
  }
  
  .fixed-action-btn .whatsapp-btn:hover {
    width: 100px;
  }
  
  .fixed-action-btn .slider {
    position: absolute;
    bottom: 0;
    left: 90px;
    background-color: #25d366;
    color: #fff;
    padding: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    transition: all 0.3s ease;
    opacity: 0;
    white-space: nowrap;
    text-transform: uppercase;
  }
  
  .fixed-action-btn:hover .slider {
    opacity: 1;
    left: 90px;
  }
  
  .tab {
    white-space: nowrap;
  }
  
  .btn-floating {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .btn-floating i {
    color: #fff;
  }
  
  .btn-lg {
    width: 64px;
    height: 64px;
    font-size: 24px;
  }

/* END WHATSAPP */ 


 


