.producto .btn-volver {
  margin-bottom: 20px;
}
.producto .btn-volver:hover i {
  margin-left: 0;
  transform: translateX(-15px);
}
.producto .producto-tit {
  margin-bottom: 40px;
  color: #FF6200;
  font-size: 54px;
  line-height: 58px;
  font-weight: 300;
}
.producto .producto-tit2 {
  margin-bottom: 6px;
  color: #FF6200;
  font-weight: 300;
  font-size: 28px;
  line-height: 32px;
}
.producto .producto-flex .producto-imgs .swiper .swiper-button-prev,
.producto .producto-flex .producto-imgs .swiper .swiper-button-next {
  width: 48px;
  height: 48px;
  color: #FF6200;
}
.producto .producto-flex .producto-imgs .swiper .swiper-button-prev:focus,
.producto .producto-flex .producto-imgs .swiper .swiper-button-next:focus {
  color: rgb(255, 129.4, 51);
}
.producto .producto-flex .producto-imgs .swiper .swiper-button-prev:hover,
.producto .producto-flex .producto-imgs .swiper .swiper-button-next:hover {
  color: #00ADC3;
}
.producto .producto-flex .producto-imgs .swiper .swiper-button-prev {
  left: 0;
}
.producto .producto-flex .producto-imgs .swiper .swiper-button-next {
  right: 0;
}
.producto .producto-flex .producto-imgs #miniaturas-slider {
  margin-top: 10px;
}
.producto .producto-flex .producto-info .producto-detalles + .producto-disponibilidad {
  margin-top: 16px;
}
.producto .producto-flex .producto-info .producto-detalles + .producto-pvp {
  margin-top: 30px;
}
.producto .producto-flex .producto-info .producto-disponibilidad {
  display: flex;
}
.producto .producto-flex .producto-info .producto-disponibilidad span {
  padding: 4px 12px;
  border-radius: 16px;
  background-color: #F44336;
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
}
.producto .producto-flex .producto-info .producto-disponibilidad + .producto-pvp {
  margin-top: 16px;
}
.producto .producto-flex .producto-info .producto-pvp {
  margin-bottom: 30px;
  color: #00738A;
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
}
.producto .producto-flex .producto-info .producto-uds-btn .producto-uds {
  margin-bottom: 20px;
  display: flex;
}
.producto .producto-flex .producto-info .producto-uds-btn .producto-uds .btn {
  flex-shrink: 0;
}
.producto .producto-flex .producto-info .producto-uds-btn .producto-uds span {
  border: 1px solid;
  border-radius: 8px;
  margin: 0 10px;
  flex-grow: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.producto .producto-flex .producto-info .producto-uds-btn .producto-uds span input {
  width: 100%;
  color: rgba(33, 36, 41, 0.8);
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  opacity: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.producto .producto-flex .producto-info .producto-uds-btn .producto-uds.disabled span {
  opacity: 0.2;
}
.producto .producto-bottom {
  padding-top: 40px;
  border-top: 1px solid #FF6200;
  margin-top: 40px;
}
.producto .producto-bottom strong {
  color: #FF6200;
}
.producto .producto-bottom p {
  margin-bottom: 6px;
}
.producto .producto-bottom [style="padding-left: 40px;"] {
  padding-left: 30px !important;
}
@media (min-width: 1440px) {
  .producto .producto-flex .producto-imgs {
    width: 440px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .producto .producto-flex .producto-imgs {
    width: 300px;
  }
}
@media (min-width: 768px) {
  .producto .producto-flex {
    display: flex;
    justify-content: space-between;
    gap: 40px;
  }
  .producto .producto-flex .producto-info {
    flex-grow: 1;
  }
  .producto .producto-flex .producto-uds-btn,
  .producto .producto-flex .producto-btn {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .producto .producto-flex .producto-imgs {
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .producto .producto-flex .producto-disponibilidad span {
    width: 300px;
  }
  .producto .producto-flex .productos-aside {
    margin-top: 40px !important;
  }
  .producto .producto-bottom .row > * + * {
    margin-top: 40px;
  }
}/*# sourceMappingURL=producto.css.map */