.elementor-37201 .elementor-element.elementor-element-d173490{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-37201 .elementor-element.elementor-element-d173490{--content-width:750px;}}/* Start custom CSS for html, class: .elementor-element-de64c76 *//* Caja general */
.descuentos-box {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 20px;
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

/* Título */
.descuentos-box h2 {
  color: #cc3366;
  font-size: 22px;
  margin-bottom: 15px;
}

/* Ítems de descuentos */
.descuentos-box ul {
  list-style: none;
  padding-left: 0;
}

.descuentos-box ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}

.descuentos-box ul li::before {
  content: "✔";
  color: #cc3366;
  position: absolute;
  left: 0;
}

/* Importante */
.descuentos-box .importante {
  border-top: 1px dashed #cc3366;
  margin-top: 20px;
  padding-top: 15px;
  font-style: italic;
  color: #555;
}

/* Responsive */
@media (max-width: 600px) {
  .descuentos-box {
    font-size: 14px;
    padding: 15px;
  }
}/* End custom CSS */