.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#7A7A7A;--e-global-color-text:#7A7A7A;--e-global-color-accent:#6EC1E4;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Heebo", Sans-serif;font-weight:bold;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:#6EC1E4;text-shadow:0px 0px 10px rgba(0,0,0,0.3);color:#FFFFFF;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);border-style:none;border-radius:9px 9px 9px 9px;}.elementor-kit-5 button:hover,.elementor-kit-5 button:focus,.elementor-kit-5 input[type="button"]:hover,.elementor-kit-5 input[type="button"]:focus,.elementor-kit-5 input[type="submit"]:hover,.elementor-kit-5 input[type="submit"]:focus,.elementor-kit-5 .elementor-button:hover,.elementor-kit-5 .elementor-button:focus{background-color:#7A7A7A;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:#6EC1E4;font-weight:bold;}.elementor-kit-5 a:hover{color:#7A7A7A;}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Contenedor del mensaje - estructura y centrado */
.woocommerce-message {
    background-color: #6EC1E4;
    border: 2px solid #4CAF50;
    color: #ffffff;
    display: flex;
    align-items: center;             /* Alinea verticalmente los elementos */
    justify-content: center;         /* Centra todo horizontalmente */
    gap: 50px;                       /* Separación entre icono, texto y botón */
    padding: 10px 20px;
    flex-wrap: wrap;                 /* Permite salto de línea en pantallas pequeñas */
    text-align: center;
}

/* Icono de check */
.woocommerce-message::before {
    font-size: 20px;
    color: #000000;
    line-height: 1;
    margin: 0;
    position: relative;
    top: 0;
    display: inline-block;
}

/* Texto del mensaje */
.woocommerce-message strong,
.woocommerce-message span {
    font-size: 16px;
    color: #ffffff;
}

/* Botón "Ver carrito" */
.woocommerce-message .button {
    background-color: #4CAF50;
    color: white;
    font-weight: bold;
    border: none;
    padding: 8px 16px;
    font-size: 14px;
    white-space: nowrap;
}





/* Botón "Proceder al pago" de WooCommerce Blocks */
.wc-block-cart__submit-button {
    background-color: #6EC1E4 !important;
    color: #FFFFFF !important;
    border-radius: 9px !important;
    font-weight: bold !important;
    
    padding: 12px 24px !important;
    display: inline-block !important;
    text-align: center !important;
    border: none !important;
    transition: background-color 0.3s ease !important;
}

.wc-block-cart__submit-button:hover {
    background-color: #4BAFD2 !important;
    color: #FFFFFF !important;
}/* End custom CSS */