.elementor-kit-7{--e-global-color-primary:#466658;--e-global-color-secondary:#54595F;--e-global-color-text:#060F0A;--e-global-color-accent:#266B4D;--e-global-color-be6fce4:#ECE9E6;--e-global-color-c59a625:#F8F5F1;--e-global-color-843628e:#FFFFFF;--e-global-color-99a0c76:#BA8A4F;--e-global-color-0034441:#102419;--e-global-color-defb270:#F8F8F2;--e-global-color-0c054b7:#C04949;--e-global-color-3c24dc2:#FCFBF9;--e-global-color-3d1ee30:#06080E;--e-global-typography-primary-font-family:"Nunito";--e-global-typography-primary-font-size:1.1rem;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-line-height:1.5rem;--e-global-typography-secondary-font-family:"Bitter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Nunito";--e-global-typography-text-font-size:1.1rem;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:2rem;--e-global-typography-accent-font-family:"Nunito";--e-global-typography-accent-font-size:1.1rem;--e-global-typography-accent-font-weight:700;--e-global-typography-ecc9fc0-font-family:"Bitter";--e-global-typography-ecc9fc0-font-size:1.1rem;--e-global-typography-ecc9fc0-font-weight:500;--e-global-typography-ecc9fc0-line-height:1.5rem;--e-global-typography-89c2979-font-size:1rem;--e-global-typography-6c746e9-font-family:"Bitter";--e-global-typography-6c746e9-font-size:3rem;--e-global-typography-6c746e9-font-weight:600;--e-global-typography-6c746e9-line-height:3rem;background-color:var( --e-global-color-defb270 );color:var( --e-global-color-text );font-family:"Nunito", Sans-serif;font-size:1.1rem;font-weight:400;line-height:1.5rem;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:var( --e-global-color-primary );color:var( --e-global-color-843628e );}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{background-color:var( --e-global-color-accent );color:var( --e-global-color-843628e );}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 p{margin-block-end:1.1rem;}.elementor-kit-7 a{color:var( --e-global-color-99a0c76 );}.elementor-kit-7 a:hover{color:var( --e-global-color-99a0c76 );text-decoration:none;}.elementor-kit-7 h1{font-family:"Bitter", Sans-serif;font-weight:normal;}.elementor-kit-7 h2{color:var( --e-global-color-99a0c76 );font-family:"Bitter", Sans-serif;font-weight:normal;line-height:3rem;}.elementor-kit-7 h3{color:var( --e-global-color-text );font-family:"Bitter", Sans-serif;font-weight:normal;}.elementor-kit-7 h4{font-family:"Bitter", Sans-serif;font-weight:normal;}.elementor-kit-7 h5{font-family:"Bitter", Sans-serif;font-weight:normal;}.elementor-kit-7 h6{font-family:"Bitter", Sans-serif;font-weight:normal;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{background-color:#FFFFFF00;}.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 *//*caja de luz*/
.elementor-lightbox {
    backdrop-filter: blur(5px);
}

/* Subrayado animado SOLO en el primer nivel de Jet Mega Menu */

.jet-mega-menu-container > .jet-mega-menu-list
> .jet-mega-menu-item--top-level > .jet-mega-menu-item__inner
> .jet-mega-menu-item__link--top-level {
  position: relative;
}

.jet-mega-menu-container > .jet-mega-menu-list
> .jet-mega-menu-item--top-level > .jet-mega-menu-item__inner
> .jet-mega-menu-item__link--top-level::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background: currentColor; /* usa el color del texto actual */
  transition: width 0.3s ease, left 0.3s ease;
}

.jet-mega-menu-container > .jet-mega-menu-list
> .jet-mega-menu-item--top-level > .jet-mega-menu-item__inner
> .jet-mega-menu-item__link--top-level:hover::after,
.jet-mega-menu-container > .jet-mega-menu-list
> .jet-mega-menu-item--top-level > .jet-mega-menu-item__inner
> .jet-mega-menu-item__link--top-level:focus-visible::after {
  width: 100%;
  left: 0;
}

/* Respeta accesibilidad: reduce animación si el usuario lo pide */
@media (prefers-reduced-motion: reduce) {
  .jet-mega-menu-container .jet-mega-menu-item__link--top-level::after {
    transition: none;
  }
}

/* (Opcional) Marcar activo por URL actual */
.jet-mega-menu-container > .jet-mega-menu-list
> .jet-mega-menu-item--top-level.current-menu-item
> .jet-mega-menu-item__inner > .jet-mega-menu-item__link--top-level::after,
.jet-mega-menu-container > .jet-mega-menu-list
> .jet-mega-menu-item--top-level > .jet-mega-menu-item__inner
> .jet-mega-menu-item__link--top-level[aria-current="page"]::after {
  width: 100%;
  left: 0;
  background: #fff;
}

.jet-mega-menu-item__link {
    width: 100%;
}

/*z-index flechas*/
.jet-listing-grid__slider-icon {
    z-index: 1 !important;
}

/*PORTADA*/
/*Sliders*/
.swiper-slide-contents {
    
    background-color: #ffffff55;
    padding: 2rem;
    border: none;
   backdrop-filter: blur(10px);
   width: 100%;
   border-top: 3px solid #ffffff70;
   border-bottom: 3px solid #ffffff70;
   filter: saturate(120%) brightness(1.15);


   
   
}
.elementor-slides .swiper-slide-inner {
    padding: 0px!important;
}

/*Tienda y pago */

.wp-block-woocommerce-checkout-order-summary-block {
    border: 1px solid 
color-mix(in srgb, currentColor 20%, transparent);
    background-color: #fff;
}

/**/

.wc-block-components-sidebar-layout .wc-block-components-main {
    box-sizing: border-box;
    margin: 0;
    padding-right: 4.5283018868%;
    width: 65%;
    background-color: #fff;
    padding: 1rem;
}

.wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button--full-width {
    width: 100%;
    font-size: 1.2rem;
    background-color: #266B4D;
}

.wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected {
    background: #d59a55!important;
    border: 2px solid #fff;
    border-radius: 10px;
    color: #fff;
}
.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted, .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
    border-radius: 4px;
    box-shadow: inset 0 0 0 1.5px rgb(213 154 85)!important;
    background-color: #d59a550d;
}
.wc-block-components-main.wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block {
    border-radius: 20px;
}

/*Gracias por el pedido*/

.woocommerce-order {
    background-color: #fff;
    padding: 2rem;
    border-radius: 20px;
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 1rem;
}
.woocommerce-thankyou-order-received {
    font-size: 2rem;
    text-align: center;
    padding: 2rem;
    color: var(--e-global-color-99a0c76);
}
section.woocommerce-bacs-bank-details {
    text-align: center;
}
.woocommerce ul.order_details {
    margin: 0 0 3em;
    list-style: none;
    background-color: #fffdcb;
    padding: 2rem;
    border-radius: 10px;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details thead {
    background-color: #ba8a4f;
    color: #fff;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    border-top:none !important;
}
.woocommerce-order-details table td, table th {
    border: none!important;
}
section.woocommerce-customer-details address {
    font-size: 1rem;
}
section.woocommerce-customer-details address {
    font-size: 1rem;
}
.woocommerce-order-details table tfoot th, table thead th
 {
    font-size: 1rem;
}/* End custom CSS */