.card-contenedor {
   height: 120px !important;
}

.card-etiqueta {
   font-size: 10px !important;
}

.card-producto {
   position: absolute !important;
   top: 230px !important;
   left: 0px !important;
   width: 100% !important;
}

.card-presentacion {
   position: absolute !important;
   top: 270px !important;
   left: 0px !important;
   width: 100% !important;
   color: #636e72 !important;
   font-size: 10px !important;
}

.card-precio {
   position: absolute !important;
   top: 290px !important;
   left: 0px !important;
   width: 100% !important;
}

.card-boton {
   position: absolute !important;
   top: 330px !important;
   left: 0px !important;
   width: 100% !important;
}

@media (max-width:1200px) {
   .card-contenedor {
      height: 130px !important;
   }
   .card-producto {
      top: 180px !important;
      font-size: 12px !important;
   }
   .card-presentacion {
      top: 220px !important;
   }
   .card-precio {
      top: 240px !important;
   }
   .card-boton {
      top: 280px !important;
   }
}

@media (max-width:1080px) {
   .card-contenedor {
      height: 130px !important;
   }
   .card-producto {
      top: 220px !important;
      font-size: 12px !important;
   }
   .card-presentacion {
      top: 260px !important;
   }
   .card-precio {
      top: 280px !important;
   }
   .card-boton {
      top: 320px !important;
   }
}

@media (max-width:991px) {
   .card-contenedor {
      height: 120px !important;
   }
   .card-producto {
      top: 220px !important;
   }
   .card-presentacion {
      top: 260px !important;
   }
   .card-precio {
      top: 280px !important;
   }
   .card-boton {
      top: 320px !important;
   }
}

@media (max-width:768px) {
   .card-contenedor {
      height: 110px !important;
   }
   .card-producto {
      top: 280px !important;
   }
   .card-presentacion {
      top: 320px !important;
   }
   .card-precio {
      top: 340px !important;
   }
   .card-boton {
      top: 380px !important;
   }
}

@media (max-width:720px) {
   .card-contenedor {
      height: 130px !important;
   }
   .card-producto {
      top: 210px !important;
   }
   .card-presentacion {
      top: 250px !important;
   }
   .card-precio {
      top: 270px !important;
   }
   .card-boton {
      top: 310px !important;
   }
}

@media (max-width:700px) {
   .card-contenedor {
      height: 130px !important;
   }
   .card-producto {
      top: 280px !important;
   }
   .card-presentacion {
      top: 320px !important;
   }
   .card-precio {
      top: 340px !important;
   }
   .card-boton {
      top: 380px !important;
   }
}

@media (max-width:640px) {
   .card-contenedor {
      height: 140px !important;
   }
   .card-producto {
      font-size: 14px !important;
   }
}

@media (max-width:568px) {
   .card-contenedor {
      height: 150px !important;
   }
   .card-producto {
      top: 240px !important;
   }
   .card-presentacion {
      top: 280px !important;
   }
   .card-precio {
      top: 300px !important;
   }
   .card-boton {
      top: 340px !important;
   }
}

@media (max-width:480px) {
   .card-movile{
      width: 50% !important;
   }
   .card-contenedor {
      height: 100px !important;
   }
   .card-producto {
      top: 160px !important;
      font-size: 10px !important
   }
   .card-presentacion {
      top: 190px !important;
      font-size: 8px !important
   }
   .card-precio {
      top: 200px !important;
   }
   .card-boton {
      top: 240px !important;
   }
}

