.elementor-2484 .elementor-element.elementor-element-4830485{--display:flex;--min-height:100vh;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--padding-top:40px;--padding-bottom:40px;--padding-left:40px;--padding-right:40px;}.elementor-2484 .elementor-element.elementor-element-4830485:not(.elementor-motion-effects-element-type-background), .elementor-2484 .elementor-element.elementor-element-4830485 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F7F7F7;}.elementor-2484 .elementor-element.elementor-element-817ad26{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );border-style:solid;--border-style:solid;border-width:1px 1px 1px 1px;--border-top-width:1px;--border-right-width:1px;--border-bottom-width:1px;--border-left-width:1px;border-color:#EFEFEF;--border-color:#EFEFEF;--border-radius:18px 18px 18px 18px;box-shadow:0px 12px 35px 0px rgba(0, 0, 0, 0.06);--padding-top:40px;--padding-bottom:40px;--padding-left:40px;--padding-right:40px;}.elementor-2484 .elementor-element.elementor-element-817ad26:not(.elementor-motion-effects-element-type-background), .elementor-2484 .elementor-element.elementor-element-817ad26 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-2484 .elementor-element.elementor-element-34f080c{text-align:center;}.elementor-2484 .elementor-element.elementor-element-34f080c .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:40px;font-weight:900;}.elementor-2484 .elementor-element.elementor-element-e50a43e{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;text-align:center;}.woocommerce .elementor-2484 .elementor-element.elementor-element-e50a43e .woocommerce-product-details__short-description{color:#000000;font-family:"Avenir", Sans-serif;}.elementor-2484 .elementor-element.elementor-element-13081e1 .cart button, .elementor-2484 .elementor-element.elementor-element-13081e1 .cart .button{color:#FFFFFF;background-color:#C9252D;transition:all 0.2s;}.elementor-2484 .elementor-element.elementor-element-13081e1 .cart button:hover, .elementor-2484 .elementor-element.elementor-element-13081e1 .cart .button:hover{color:#FFFFFF;background-color:#A91F26;}@media(max-width:767px){.elementor-2484 .elementor-element.elementor-element-4830485{--padding-top:24px;--padding-bottom:24px;--padding-left:24px;--padding-right:24px;}.elementor-2484 .elementor-element.elementor-element-817ad26{--padding-top:22px;--padding-bottom:22px;--padding-left:22px;--padding-right:22px;}.elementor-2484 .elementor-element.elementor-element-34f080c .elementor-heading-title{font-size:32px;}}@media(min-width:768px){.elementor-2484 .elementor-element.elementor-element-4830485{--width:100%;}.elementor-2484 .elementor-element.elementor-element-817ad26{--width:520px;}}/* Start custom CSS for woocommerce-product-add-to-cart, class: .elementor-element-13081e1 *//* Card / formulario MSI */
.single-product form.variations_form.cart {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}

/* Bloque del .elementor-2484 .elementor-element.elementor-element-13081e1 */
.single-product table.variations {
  width: 100%;
  margin: 0 0 20px;
  padding: 22px;
  background: #f7f7f7;
  border-radius: 12px;
  border: 1px solid #eeeeee;
  display: block;
}

.single-product table.variations tbody,
.single-product table.variations tr,
.single-product table.variations th,
.single-product table.variations td {
  display: block;
  width: 100%;
  padding: 0;
}

/* Label */
.single-product table.variations .label label {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #222222;
}

/* Select */
.single-product table.variations select {
  width: 100%;
  height: 54px;
  padding: 0 16px;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  background-color: #ffffff;
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  outline: none;
}

.single-product table.variations select:focus {
  border-color: #c9252d;
  box-shadow: 0 0 0 3px rgba(201, 37, 45, 0.12);
}

/* Ocultar "Limpiar" */
.single-product .reset_variations {
  display: none !important;
}

/* Precio */
.single-product .woocommerce-variation-price {
  margin: 0 0 14px;
  text-align: center;
}

.single-product .woocommerce-variation-price .price,
.single-product .woocommerce-variation-price .amount {
  color: #222222 !important;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.1;
}

.single-product .woocommerce-Price-currencySymbol {
  margin-left: 4px;
}

/* Ocultar cantidad */
.single-product .quantity {
  display: none !important;
}

/* Botón */
.single-product .single_add_to_cart_button {
  width: 100%;
  min-height: 56px;
  padding: 16px 24px !important;
  background: #c9252d !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 12px !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  text-transform: none !important;
  letter-spacing: 0;
}

.single-product .single_add_to_cart_button:hover {
  background: #a91f26 !important;
}

/* Estado deshabilitado */
.single-product .single_add_to_cart_button.disabled,
.single-product .single_add_to_cart_button:disabled {
  background: #cccccc !important;
  color: #ffffff !important;
  opacity: 1 !important;
  cursor: not-allowed;
}

/* Separación general */
.single-product .single_variation_wrap {
  width: 100%;
}

.single-product .e-atc-qty-button-holder {
  width: 100%;
}

/* Mobile */
@media (max-width: 767px) {
  .single-product table.variations {
    padding: 18px;
  }

  .single-product .woocommerce-variation-price .price,
  .single-product .woocommerce-variation-price .amount {
    font-size: 30px;
  }
}

/* Poner símbolo de moneda antes del precio */
.single-product .woocommerce-Price-amount bdi {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: baseline;
  gap: 2px;
}

.single-product table.variations tbody > tr:nth-child(odd) > td,
.single-product table.variations tbody > tr:nth-child(odd) > th {
  background-color: transparent !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://pago.institutoproposito.com/wp-content/uploads/Roboto-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://pago.institutoproposito.com/wp-content/uploads/Roboto-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://pago.institutoproposito.com/wp-content/uploads/Roboto-Black.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Avenir';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://pago.institutoproposito.com/wp-content/uploads/avenir.ttf') format('truetype');
}
/* End Custom Fonts CSS */