.centrado{
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
font-family: oxygen, sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    font-weight: 600;
    text-align: center;
}
.on_top{

    top: 330px;
    position: fixed;
    background: #363636;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    margin-left: -60px;
    min-width: 60px;
}
.incr-btn:hover { color:#007bff }
.incr-btn:visited { color:#007bff }
input.quantity {text-align: center}


#module_checkout_modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #252525;
  overflow: auto;
  z-index: 4000;
  display: none; }
#popup-modal-loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.86);
  overflow: auto;
  z-index: 90000000;
  display: none; }
#select-drop {
border: 1px solid #f0f0f0; height: 44px;text-indent: 5px;
}
.footer-img img{
  width: 100%;
  height: auto;
}
@supports(object-fit: cover){
    .footer-img{
      height: 100%;
      object-fit: cover;
      object-position: center center;
    }
}
.resultado {
            background-color: red;
                        color: white;
                                    font-weight: bold;
}
.resultado.ok {
            background-color: green;
}
