@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300&display=swap');

*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
    

}
.hero{
    position: relative;
    width: 100%;
    min-height: 100vh;
    padding: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f3efef;
 
}
header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
 

header .logo{
    position: relative;
    max-width: 80px;
    max-height: 80px;
}
header img{
    max-width: 150px;
}
header ul{
    position: relative;
    display: flex;
}
header ul li{
    list-style: none;
}
header ul li a{
    display: inline-block;
    color: #333;
    font-weight: 400;
    margin-left: 40px;
    text-decoration: none;
}
.content{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content .textBox{
    position: relative;
    max-width: 600px;
}
.content .textBox h2{
    color: #333;
    font-size: 4em;
    line-height: 1.4em;
    font-weight: 500;
}
.content .textBox h2 span{
    color: red;
    font-size:1.2em ;
    font-weight: 900;
}
.content .textBox p{
    color: #000000;
}
.content .textBox a{
    display: inline-block;
    margin-top: 20px;
    padding: 8px 20px;
    background: #db0000;
    color: #fff;
    border-radius: 40px;
    font-weight: 500;
    letter-spacing: 1px;
    text-decoration: none;
}

.content .imgBox{
    width: 600px;
    display: flex;
    justify-content: flex-end;
    padding-right: 50px;
    margin-top: 50px;

}

.content .imgBox img{
    max-width: 300px;

}
.thumb{
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    display: flex;
}
.thumb li{
    list-style: none;
    display: inline-block;
    margin: 0 20px;
    cursor: pointer;
    transition: 0.5s;
}
.thumb li:hover{
    transform: translateY(-15%);
}
.thumb li img{
   width: 150px;
   height: 150px;
}
.sci{
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.sci li{
    list-style: none;
}
.sci li a{
    display: inline-block;
    margin: 5px 0 ;
    transform: scale(0.6);
    filter: invert(1);
}
.sci li a img{
    max-width: 50px;

}
.circle{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #B1BF45;
    clip-path: circle(600px at right 800px);
}

/*--Responsive 1 section---*/
@media (max-width: 991px){
    header{
        padding: 20px ;
    }
    header .logo{
        position: relative;
        max-width: 60px;
    }
    header ul{
        display: none;
    }
    section{
        padding: 20px;
    }
    .content{
        flex-direction: column;
        margin-top: 100px;
    }
    .content .textBox h2{
        font-size: 2.5em;
    }
    .content .imgBox{
        max-width: 100px;
        justify-content: center;
    }
    .content .imgBox img{
        max-width: 300px;
    }
    .circle{
        clip-path: circle(400px at center bottom);
    }
    .thumb{
        width: 100vw;
    }
    .thumb li{
        width: 150%;
    
    }
    .thumb li img{
        width: 180%;
        height: auto;
    }
    
    
    .sci{
        background: #db0000;
        right: 0;
        width: 50px;
        border-top-left-radius: 5px ;
        border-bottom-left-radius: 5px;
    }
   



}
#nosotros {
    background-color: #f3efef;
    padding: 50px 0;
    text-align: center;
  }
  
  #nosotros h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }
  
  #nosotros img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-radius:20px 50px 20px 50px;
  }
  
  #nosotros p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  
  @media (min-width: 992px) {
    #nosotros .container {
      max-width: 960px;
    }
    #nosotros .row {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -15px;
    }
    #nosotros .col-md-6 {
      flex: 0 0 50%;
      max-width: 50%;
      padding: 0 15px;
    }
  }
  
  
  #contadores {
    background-image: linear-gradient(to top, #feada6 0%, #f5efef 100%);
    padding: 50px 0;
    text-align: center;
  }
  
  #contadores .contador {
    padding: 30px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
  }
  
  #contadores .contador h2 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
  }
  
  #contadores .contador-cantidad {
    font-size: 48px;
    font-weight: bold;
  }
  
  @media (min-width: 992px) {
    #contadores .container {
      max-width: 960px;
    }
    #contadores .row {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -15px;
    }
    #contadores .col-md-4 {
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
      padding: 0 15px;
    }
    
  }

  .Productos{
    
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    background-image: linear-gradient(to bottom, rgba(254, 173, 169,1), rgba(137, 55, 51,1));

  }
  .Card{
    display: flex;
    align-items: center;
    width: 200px;
    height: 300px;
    background-color: #ffff;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    transition: 0.5s ease-in-out;

  }
  .Card:hover{
    width: 400px;
  }
  .Card .imgBox{
    position: relative;
    min-width: 200px;
    width: 300px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
  }
  .Card .imgBox img{
    height: 200%;
    
  }
  .Card:hover .imgBox{
    transform: rotate(-15deg);
    
  }
  .Card .details{
    position: relative;
    min-width: 185px;    
    background: #f5efef;
    display: flex;
    width: 100%;
    height: 100%;
    padding-top: 5px;
    padding-left: 10px;
    flex-direction: column;
    justify-content: left;
    font-size: 0.8em;
    color: #000000;
}
.importfoods{
    height: 500px;
    
}
.Card .details::before{
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    border-left: 10px solid #fff;

}
.Card .details .title small{
    font-weight: 200;
    font-size: 0.8em;
}
.Card .details h4{
    font-size: 0.9em;
}
.Card .details .description p{
    font-size: 0.7em;
    font-weight: 2000;

}
.Card .details .sabor ul{
    display: flex;
    width: 100%;
    justify-content: space-between;

}
.Card .details .sabor ul li {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8em;
    border: solid 1px ;


}
.Card .details .sabor ul li:hover{
    background-color: #B1BF45;
}

/*-----*/
.contacto{
    background-image: linear-gradient(to bottom, rgb(133, 56, 52), rgb(134, 33, 28));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 80vh;
}
.contacto h1{
    color: #000000;
    padding-bottom: 10px;
    margin-top: 0;
}
.contacto .container{
    width: 80%;
    background: #fff;
    border-radius: 6px;
    padding: 30px 60px 40px 40px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5) ;
}
.container .content{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.container .content .left-side{
    width: 25%;
    height: 100%;
    position: relative;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;

}
.content .left-side::before{
    content: '';
    position: absolute;
    height: 70%;
    width: 2px;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    background: #afafb6;
}
.content .left-side .details{
    margin: 14px;
    text-align: center;

}
.content .left-side .details .text-one,.content .left-side .details .text-two{
    font-size: 14px;
    color: #afafb6;

}
.content .right-side .topic-text{
    font-size: 23px ;
    font-weight: 600;
    color: #3e3093;
}
.content .right-side .topic-text p{
    color: #595961;
    font-size: 16px;
    font-weight: 300;
}
.right-side .input-box{
    height: 50px;
    width: 100%;
    margin: 12px 0;
}
.right-side .topic-text .input-box input,
.right-side .topic-text .input-box textarea{
    height: 100%;
    width: 100%;
    border: none;
    border-radius: 6px;
    background: #f0f1f8;
    font-size: 16px;
    font-weight: 500;
    padding: 0 15px;
    resize: none;

}
.right-side .message-box{
    min-height: 110px;
    margin-top: 6px;
    
}
.right-side .button{
    margin-top: 6px;
    display: inline-block;
}
.right-side .button input[type="button"]{
    color: #fff;
    font-size: 18px;
    outline: none;
    border: none;
    border-radius: 6px;
    background: #3e3093;
    padding: 8px 16px;
    transition: all 0.3 ease;
    cursor: pointer;
}
.right-side .button input[type="button"]:hover{
    background: #5029bc;
}
.content .left-side .details i{
    font-size: 30px;
    color: #3e3093;
    margin-bottom: 10px ;
}
.content .left-side .details .topic{
    font-size: 18px;
    font-weight: 500;
}
.container .content .right-side{
    width: 75%;
    margin-left: 75px;
}
@media (max-width:950px){ 
    .container{
        width: 90%;
        padding: 30px 35px 40px 35px;
        
    }

}
@media (max-width:820px){ 
    .container{
        margin: 40px 0;
        height: 100%;
        
    }
    .container .content{
        flex-direction: column-reverse;
    }
    .container .content .left-side{
        width: 100%;
        flex-direction: row;
        margin-top: 40px;
        justify-content: center;
        flex-wrap: wrap;

    }
    .container .content .left-side::before{
        display: none;
    }
    .container .content .right-side{
        width: 100%;
        margin-left: -30px;
    }
    .importfoods{
        height: 300px;
    }
    
    

}

footer {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #fff;
    background: rgb(66, 66, 66);
  }
  footer ul {
    list-style: none;
  }
  footer p {
    color: #fff;
    max-width: 25em;
    font-size: 0.9em;
    line-height: 23px;
  }
  footer a {
    color: #fff;
    text-decoration: none;
  }
  footer .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2em;
  }
  .footer .container {
    display: flex;
    justify-content: space-between;
    gap: 2em;
  }
  .brand {
    display: block;
    font-size: 1.8em;
    font-weight: 600;
    margin-bottom: 1em;
  }
  .media-icons li,
  .services-icons li {
    display: inline-block;
    margin: 0.5em 0.5em 0.5em 0;
  }
  .media-icons a {
    font-size: 1.1em;
    width: 2em;
    height: 2em;
    border: 1px #fff solid;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
  }
  .media-icons a:hover {
    background: #fff;
    color: #111;
  }
  .services-icons a {
    font-size: 1.6em;
  }
  .services-icons a:hover {
    color: #94fbab;
  }
  .footer-bottom {
    display: flex;
    justify-content: center;
    border-top: 1px solid rgba(138, 208, 153, 0.36);
    padding: 2em;
  }
  .footer .menu {
    margin-bottom: 1em;
  }
  .footer .menu li {
    display: inline-block;
    margin: 0 0.7em 0.7em 0;
    text-align: center;
  }
  .footer .menu a {
    transition: 0.3s;
    font-weight: 600;
  }
  .footer .menu a:hover {
    color: #94fbab;
  }
  .input-wrap {
    margin: 1em 0;
    display: flex;
  }
  .input-wrap input {
    padding: 0.5em;
    border: none;
    background: #20232a;
    color: #ccc;
  }
  .input-wrap input:focus {
    outline: none;
  }
  .input-wrap button {
    padding: 0.8em;
    background: #94fbab;
    border: none;
    color: #217634;
    transition: 0.3s;
  }
  .input-wrap button:hover {
    background: #fff;
    color: #111;
  }
  /* == responsive == */
  @media screen and (max-width: 900px) {
    .footer .container {
      flex-direction: column;
    }
  }
      /* Estilos para el botón de WhatsApp */
      .whatsapp-button {
        display: inline-block;
        padding: 10px 20px; /* Ajusta el espacio alrededor del botón según sea necesario */
        background-color: #25d366; /* Color de fondo del botón */
        color: #fff; /* Color del texto del botón */
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
        border-radius: 5px; /* Borde redondeado */
        border: none;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }
  
    .whatsapp-button:hover {
        background-color: #128c7e; /* Cambio de color al pasar el cursor sobre el botón */
    }
  
    /* Estilos para el ícono de WhatsApp dentro del botón */
    .whatsapp-icon {
        display: inline-block;
        width: 20px; /* Ajusta el tamaño del ícono según sea necesario */
        height: 20px;
        background: url('ruta/a/tu/imagen-de-whatsapp-icono.png') no-repeat center center; /* Reemplaza 'ruta/a/tu/imagen-de-whatsapp-icono.png' con la ruta de tu imagen */
        background-size: cover;
        margin-right: 10px; /* Espaciado a la derecha del ícono */
        vertical-align: middle; /* Alinea verticalmente con el texto del botón */
    }
.mapa{
    
    background-color: #943937 ;
    background-image: linear-gradient(to bottom, rgb(140,59,56), rgb(133,55,51));
}
.mobile-only{
    background-color: red;
    border-radius: 50px;
    height: 80px;
    width: 100px;
}
.mobile-only a{
    text-decoration: none;
    color: white;
    
}
/* Estilos para dispositivos móviles */
@media only screen and (min-width: 991px) {
    .mobile-only {
      display: none;
    }
  }
  
  /* Estilos para dispositivos de escritorio */
  @media only screen and (min-width: 991px) {
    .desktop-only {
      display: none;
    }
  }



