* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Libre Franklin", sans-serif;
}

.containerem-wrapper {
  display: flex;
  justify-content: space-between;
  margin: 70px auto;
  max-width: 960px;
}

.containerem {
  width: 450px;
  position: relative;
  margin: 15px;
  height: 729px;
  text-align: center;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1), 0px 60px 75px -25px rgba(0, 0, 0, 0.2);
}

.containerem .img-cart {
  width: 90px;
  margin-top: 50px;
  animation: flotar 1.2s ease-in-out infinite;
}

.containerem h3 {
  font-size: 30px;
  letter-spacing: 3px;
  margin-top: 35px;
  color: #ea1d24;
}

.containerem .control-btn span {
  position: absolute;
  width: 35px;
  height: 35px;
  background: #f22d34;
  border-radius: 100%;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  box-shadow: 0px 2px 7px rgba(241, 44, 51, 0.7);
  transition: 0.3s ease-in;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.containerem .control-btn span:hover {
  background: #de2128;
}

.containerem .control-btn .prev {
  left: -17.5px;
}

.containerem .control-btn .next {
  right: -17.5px;
}

.containerem p {
  left: 15px;
  position: relative;
  font-size: 20px;
  padding: 15px 45px;
  color: #000000;
  line-height: 22px;
}

.containerem .properties {
  margin-top: 20px;
  height: 130px;
}

.containerem .properties div {
  text-align: center;
  width: 33.33%;
  float: left;
}

.containerem .properties div h4 {
  font-size: 14px;
  color: #000000;
  padding: 25px 0px;
}

.containerem .properties .qty .fa,
.containerem .properties .price .fa,
.containerem .properties .delivery .fa {
  top: 19px;
  position: relative;
  font-size: 15px;
  color: #000000;
}

.containerem .properties .qty .number {
  position: relative;
  top: 19px;
  font-size: 15px;
  color: #757575;
  padding: 5px;
}

.containerem .properties .price .amount {
  color: #f30000;
  font-size: 18px;
  padding: 0 5px;
}

.containerem .properties .delivery .time {
  display: inline-block;
  color: #757575;
  font-size: 11px;
}

.containerem .ip-add-cart {
  top: 10px;
  position: relative;
  border: none;
  padding: 12px 50px;
  background: #f22d34;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 25px;
  box-shadow: 0px 15px 45px rgba(242, 45, 52, 0.5);
  cursor: pointer;
  transition: 0.3s ease-in;
}

.containerem .ip-add-cart:hover {
  background: #da1920;
}

@keyframes flotar {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}

@media (max-width: 769px) {
  .containerem-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .containerem {
    width: calc(100% - 20px);
    margin-bottom: 20px;
  }
}









.centered-text {
  color: red;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.centered-text div {
  margin-bottom: 10px; /* Espacio entre líneas */
}

.centered-text .line1 {
  font-size: 100%;
}

.centered-text .line2 {
  font-size: 11px;
}









@media screen and (min-width: 992px) and (max-width: 1199px) {
  /* Estilos que deseas aplicar dentro de este rango de tamaño de pantalla */

.containerem{height: 778px;}


.containerem p {
  left: 1px;
  position: relative;
  /* font-size: 20px; */
  padding: 15px 45px;
  color: #000000;
  line-height: 22px;
}

.containerem .ip-add-cart {
  margin-top: 10px;
  top: 29px;
  position: relative;
  border: none;
  padding: 14px 36px;
  background: #f22d34;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 25px;
  box-shadow: 0px 15px 45px rgba(242, 45, 52, 0.5);
  cursor: pointer;
  transition: 0.3s ease-in;
}




.containerem .properties .qty .fa, .containerem .properties .price .fa, .containerem .properties .delivery .fa {
  top: 18px;
  position: relative;
  font-size: 15px;
  color: #757575;
}



.containerem .properties .qty .number 
{top: 18px;position: relative;font-size: 15px;color: #757575;padding: 5px;}

}











@media screen and (min-width: 769px) and (max-width: 991px) {
    /* Estilos que deseas aplicar dentro de este rango de tamaño de pantalla */


.containerem-wrapper {
  flex-wrap: wrap;
  justify-content: center;
}

.containerem {
  width: calc(100% - 20px);
  margin-bottom: 20px;
}

.containerem p {
  left: 1px;
  position: relative;
  /* font-size: 20px; */
  padding: 15px 45px;
  color: #000000;
  line-height: 22px;
}

.containerem .ip-add-cart {
  margin-top: 10px;
  top: 29px;
  position: relative;
  border: none;
  padding: 14px 36px;
  background: #f22d34;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 25px;
  box-shadow: 0px 15px 45px rgba(242, 45, 52, 0.5);
  cursor: pointer;
  transition: 0.3s ease-in;
}




.containerem .properties .qty .fa, .containerem .properties .price .fa, .containerem .properties .delivery .fa {
  top: 18px;
  position: relative;
  font-size: 15px;
  color: #757575;
}



.containerem .properties .qty .number 
{top: 18px;position: relative;font-size: 15px;color: #757575;padding: 5px;}

}
  /* Estilos que deseas aplicar dentro de este rango de tamaño de pantalla */










  @media screen and (min-width: 362px) and (max-width: 430px) {








    /* Estilos que deseas aplicar dentro de este rango de tamaño de pantalla */


    .containerem-wrapper {
      flex-wrap: wrap;
      justify-content: center;
    }
    
    .containerem {
      /* width: 100px; */
      width: calc(100% - 20px);
      margin-bottom: 20px;
      height: 733px;
    }
    
    .containerem p {
      left: 1px;
      position: relative;
      /* font-size: 20px; */
      padding: 15px 45px;
      color: #000000;
      line-height: 22px;
    }
    
    .containerem .ip-add-cart {
      margin-top: 10px;
      top: 29px;
      position: relative;
      border: none;
      padding: 14px 36px;
      background: #f22d34;
      color: #fff;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: bold;
      border-radius: 25px;
      box-shadow: 0px 15px 45px rgba(242, 45, 52, 0.5);
      cursor: pointer;
      transition: 0.3s ease-in;
    }
    
    
    
    
    .containerem .properties .qty .fa, .containerem .properties .price .fa, .containerem .properties .delivery .fa {
      top: 18px;
      position: relative;
      font-size: 15px;
      color: #757575;
    }
    
    
    
    .containerem .properties .qty .number 
    {top: 18px;position: relative;font-size: 15px;color: #757575;padding: 5px;}












    /* Estilos que deseas aplicar dentro de este rango de tamaño de pantalla */
  }




  @media screen and (min-width: 430px) and (max-width: 434px) {
    /* Estilos que deseas aplicar dentro de este rango de tamaño de pantalla */


    .containerem .ip-add-cart {margin-top: 15px;top: 10px;position: relative;border: none;padding: 12px 50px;background: #f22d34;color: #fff;font-size: 12px;text-transform: uppercase;font-weight: bold;border-radius: 25px;box-shadow: 0px 15px 45px rgba(242, 45, 52, 0.5);cursor: pointer;transition: 0.3s ease-in;}


  }
  






































  .containerem1-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .containerem1 {
    width: calc(50% - 10px); /* Ancho máximo para que quepan dos tarjetas por fila */
    margin-bottom: 20px;
    height: 733px;
    box-sizing: border-box;
  }
  
  .containerem1 p {
    left: 1px;
    position: relative;
    /* font-size: 20px; */
    padding: 15px 45px;
    color: #000000;
    line-height: 22px;
  }
  
  .containerem1 .ip-add-cart {
    margin-top: 10px;
    top: 29px;
    position: relative;
    border: none;
    padding: 14px 36px;
    background: #f22d34;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 25px;
    box-shadow: 0px 15px 45px rgba(242, 45, 52, 0.5);
    cursor: pointer;
    transition: 0.3s ease-in;
  }
  
  
  
  
  .containerem1 .properties .qty .fa, .containerem .properties .price .fa, .containerem .properties .delivery .fa {
    top: 18px;
    position: relative;
    font-size: 15px;
    color: #757575;
  }
  
  
  
  .containerem1 .properties .qty .number 
  {top: 18px;position: relative;font-size: 15px;color: #757575;padding: 5px;}












  /* Estilos que deseas aplicar dentro de este rango de tamaño de pantalla */





@media screen and (min-width: 430px) and (max-width: 434px) {
  /* Estilos que deseas aplicar dentro de este rango de tamaño de pantalla */


  .containerem1 .ip-add-cart {margin-top: 15px;top: 10px;position: relative;border: none;padding: 12px 50px;background: #f22d34;color: #fff;font-size: 12px;text-transform: uppercase;font-weight: bold;border-radius: 25px;box-shadow: 0px 15px 45px rgba(242, 45, 52, 0.5);cursor: pointer;transition: 0.3s ease-in;}


}




























.containerem2-wrapper {
  display: flex;
   /* Centra horizontalmente el contenedor */
   /* Centra verticalmente el contenedor */
  height: 100vh; /* Establece la altura del contenedor al 100% del viewport */
  justify-content: center;
  align-items: flex-start;
}

.containerem2 {
  width: calc(50% - 10px); /* Ancho máximo para que quepan dos tarjetas por fila */
  margin-bottom: 20px;
  height: 733px;
  box-sizing: border-box; /* Incluye el padding y el border en el ancho total */
}

.containerem2 p {
  left: 1px;
  position: relative;
  /* font-size: 20px; */
  padding: 15px 45px;
  color: #000000;
  line-height: 22px;
}

.containerem2 .ip-add-cart {
  margin-top: 10px;
  top: 29px;
  position: relative;
  border: none;
  padding: 14px 36px;
  background: #f22d34;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 25px;
  box-shadow: 0px 15px 45px rgba(242, 45, 52, 0.5);
  cursor: pointer;
  transition: 0.3s ease-in;
}




.containerem2 .properties .qty .fa, .containerem .properties .price .fa, .containerem .properties .delivery .fa {
  top: 18px;
  position: relative;
  font-size: 15px;
  color: #757575;
}



.containerem2 .properties .qty .number 
{top: 18px;position: relative;font-size: 15px;color: #757575;padding: 5px;}












/* Estilos que deseas aplicar dentro de este rango de tamaño de pantalla */





@media screen and (min-width: 430px) and (max-width: 434px) {
/* Estilos que deseas aplicar dentro de este rango de tamaño de pantalla */


.containerem1 .ip-add-cart {margin-top: 15px;top: 10px;position: relative;border: none;padding: 12px 50px;background: #f22d34;color: #fff;font-size: 12px;text-transform: uppercase;font-weight: bold;border-radius: 25px;box-shadow: 0px 15px 45px rgba(242, 45, 52, 0.5);cursor: pointer;transition: 0.3s ease-in;}


}





/* Estilos personalizados para el selector de productos */
#productoSelect {
  padding: 10px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #ccc;
  outline: none;
  margin-bottom: 10px;
}
