#home #slider {
  height: 310px !important;
}

#home #slider .slider-caption.custom-caption-pos {
  top: 30px !important;
  min-height: 150px;
}

#home #content .content-wrap {
  padding-top: 0;
}

#home #content .productos:first-child {
  background:
    radial-gradient(circle at 1px 1px, rgba(0, 0, 0, 0.055) 1px, transparent 0) 0 0 / 18px 18px,
    #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  margin-top: 0;
  padding-bottom: 24px;
  padding-top: 10px;
}

#home #oc-box-destacados .producto {
  padding: 22px 8% 24px !important;
}

#home #oc-box-destacados .producto .box-img {
  max-width: 245px !important;
}

#home #oc-box-destacados .producto .box-img img {
  display: block;
  height: auto;
  width: 100%;
}

#home #oc-box-destacados .producto .box {
  min-height: 112px !important;
}

#home #oc-box-destacados .producto .box p {
  margin-top: 2px !important;
  margin-bottom: 6px !important;
}

#home #oc-box-destacados .producto .box-precio {
  font-size: 18px !important;
}

@media (min-width: 1400px) {
  #home #slider {
    height: 340px !important;
  }

  #home #slider .slider-caption.custom-caption-pos {
    top: 38px !important;
    min-height: 160px;
  }
}

#slider .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

#slider .hero-actions .hiper {
  align-items: center;
  display: inline-flex;
  float: none;
  justify-content: center;
  line-height: 1.3;
  min-height: 38px;
  width: auto;
}

#slider .hero-actions .hiper-secundario {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.75);
  color: #fff;
  box-shadow: none;
}

#slider .hero-actions .hiper-secundario:hover {
  background: #fff;
  color: #6b4a00;
}

@media (max-width: 991px) {
  #home #slider {
    height: 410px !important;
  }
}

@media (max-width: 575px) {
  #home #slider {
    height: 410px !important;
  }

  #home #slider .slider-caption.custom-caption-pos {
    top: auto !important;
    bottom: 24px;
    min-height: 190px;
  }

  #home #content .content-wrap {
    padding-top: 0;
  }

  #slider .hero-actions {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 260px;
  }

  #slider .hero-actions .hiper {
    width: 100%;
  }

  #home #oc-box-destacados .producto .box {
    min-height: 96px !important;
  }
}
