.elementor-kit-32{--e-global-color-primary:#A5A5AF;--e-global-color-secondary:#000000;--e-global-color-text:#015249;--e-global-color-accent:#77C9D4;--e-global-color-2bc7b818:#000;--e-global-color-427d36c8:#F4F4F4;--e-global-color-a4e6e1e:#FFFFFF;--e-global-typography-primary-font-family:"Montserrat Regular";--e-global-typography-secondary-font-family:"Montserrat Regular";--e-global-typography-text-font-family:"Lato";--e-global-typography-accent-font-family:"Lato";--e-global-typography-2c02dc9-font-family:"Montserrat Regular";--e-global-typography-2c02dc9-font-size:30px;--e-global-typography-2c02dc9-font-weight:900;--e-global-typography-2c02dc9-text-transform:uppercase;--e-global-typography-2c02dc9-line-height:40px;--e-global-typography-2c02dc9-letter-spacing:1px;--e-global-typography-2c02dc9-word-spacing:4px;--e-global-typography-e7e44fd-font-family:"Lato";--e-global-typography-e7e44fd-font-size:20px;--e-global-typography-e7e44fd-line-height:22px;--e-global-typography-e7e44fd-letter-spacing:0.1px;--e-global-typography-e7e44fd-word-spacing:1px;--e-global-typography-189230a-font-family:"Poppins Bold";--e-global-typography-189230a-font-size:22px;--e-global-typography-189230a-text-transform:uppercase;--e-global-typography-a1aea83-font-family:"Montserrat Regular";--e-global-typography-a1aea83-text-transform:uppercase;color:#333333;font-family:var( --e-global-typography-e7e44fd-font-family ), Sans-serif;font-size:var( --e-global-typography-e7e44fd-font-size );line-height:var( --e-global-typography-e7e44fd-line-height );letter-spacing:var( --e-global-typography-e7e44fd-letter-spacing );word-spacing:var( --e-global-typography-e7e44fd-word-spacing );}.elementor-kit-32 a{color:#1A7A6E;font-family:"Montserrat Regular", Sans-serif;font-weight:800;font-style:normal;text-decoration:none;}.elementor-kit-32 a:hover{color:#13564D;}.elementor-kit-32 h1{color:#1A7A6E;font-family:"Poppins Bold", Sans-serif;font-size:40px;font-weight:700;}.elementor-kit-32 h2{color:#1A7A6E;font-family:"Poppins Bold", Sans-serif;font-size:30px;font-weight:700;}.elementor-kit-32 h3{color:#222222;font-size:24px;font-weight:600;}.elementor-kit-32 h4{color:#222222;font-size:20px;font-weight:600;}.elementor-kit-32 h5{color:#222222;font-size:18px;font-weight:600;}.elementor-kit-32 h6{color:#222222;font-size:16px;font-weight:600;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-32{font-size:var( --e-global-typography-e7e44fd-font-size );line-height:var( --e-global-typography-e7e44fd-line-height );letter-spacing:var( --e-global-typography-e7e44fd-letter-spacing );word-spacing:var( --e-global-typography-e7e44fd-word-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-32{--e-global-typography-2c02dc9-font-size:19px;--e-global-typography-2c02dc9-line-height:25px;--e-global-typography-2c02dc9-letter-spacing:0.7px;--e-global-typography-2c02dc9-word-spacing:0.1em;--e-global-typography-e7e44fd-font-size:15px;--e-global-typography-e7e44fd-line-height:15px;--e-global-typography-e7e44fd-letter-spacing:0.1px;--e-global-typography-e7e44fd-word-spacing:1px;--e-global-typography-189230a-font-size:15px;--e-global-typography-189230a-line-height:23px;--e-global-typography-a1aea83-font-size:15px;font-size:var( --e-global-typography-e7e44fd-font-size );line-height:var( --e-global-typography-e7e44fd-line-height );letter-spacing:var( --e-global-typography-e7e44fd-letter-spacing );word-spacing:var( --e-global-typography-e7e44fd-word-spacing );}.elementor-kit-32 h1{font-size:25px;}.elementor-kit-32 h2{font-size:22px;}.elementor-kit-32 h3{font-size:19px;}.elementor-kit-32 h4{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* Estilos personalizados para el precio del producto */
.product .price .woocommerce-Price-amount.amount {
  color: #000000;
  font-size: 30px;
  font-weight: bold;
}

/* Cambiar la tipografía del precio */
.woocommerce-variation-price .woocommerce-Price-amount.amount,
.product .price .woocommerce-Price-amount.amount {
  font-family: 'Helvetica', Arial, sans-serif; /* Cambia 'Helvetica' por la fuente que quieras usar */
}

/* Centrar el contenedor del precio de la variación */
.single-product .woocommerce-variation-price {
  text-align: center;
  width: 100%; /* Asegura que el contenedor ocupe todo el ancho disponible para centrar el texto */
}

/* Añadir espacio (margen) arriba y abajo del precio */
.single-product .price, 
.single-product .woocommerce-variation-price {
  margin-top: 100px !important;    /* <-- ESTA LÍNEA AÑADE EL ESPACIO ARRIBA */
  margin-bottom: 100px !important; /* <-- Esta línea es para el espacio de abajo */
}

/* Apuntamos al contenedor específico del widget "Añadir al Carrito" de Elementor */
.elementor-widget-woocommerce-product-add-to-cart .elementor-widget-container {
    background-color: #FFFFFF !important; /* Color de fondo suave */
    border: 2px solid #e0e0e0 !important;   /* Borde delgado y sutil */
    padding: 30px !important;               /* Espacio INTERNO */
    border-radius: 8px !important;          /* Esquinas redondeadas */
    box-shadow: 0 4px 15px rgba(0,0,0,0.08) !important; /* Sombra suave */
    margin-top: 20px !important;            /* Margen superior */
    text-align: center;
}

/* --- Recuadro para destacar el precio de compra --- */
.woocommerce-variation-price .woocommerce-Price-amount.amount {
  background-color: #f7f7f7; /* Color de fondo suave. Puedes cambiarlo. */
  border: 2px solid #e0e0e0; /* Borde delgado y sutil. */
  padding: 30px;             /* Espacio INTERNO para que el contenido no se pegue a los bordes. */
  border-radius: 10px;        /* Esquinas redondeadas para un look más moderno. */
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08); /* Sombra suave para que el cuadro "flote". */
  margin-top: 30px;          /* Espacio para separarlo del contenido de arriba. */
}

/* --- AJUSTAR TAMAÑO DEL PRECIO SOLO PARA CELULARES --- */

.woocommerce-variation-price .woocommerce-Price-amount.amount {
    font-size: 50px !important;   /* <--- ¡Puedes cambiar este número! Prueba con 22px, 26px, etc. */
    line-height: 2 !important;   /* <-- Esto añade espacio vertical entre los dos precios */
  }

}
/* Añadir espacio (margen) arriba y abajo del precio */
.woocommerce-variation-add-to-cart .variations_button .woocommerce-variation-add-to-cart-enabled {
  margin-top: 100px !important;    /* <-- ESTA LÍNEA AÑADE EL ESPACIO ARRIBA */
  margin-bottom: 100px !important; /* <-- Esta línea es para el espacio de abajo */
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Montserrat Regular';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('http://superateofficial.co/wp-content/uploads/2023/03/Montserrat-VariableFont_wght.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Poppins Bold';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('http://superateofficial.co/wp-content/uploads/2023/03/Poppins-Bold.ttf') format('truetype');
}
/* End Custom Fonts CSS */