/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*------------------------------------------------*/
/*---------------- [SCROLL] -----------------*/
/*------------------------------------------------*/
@media (min-width:1201px) {
    html {
        scroll-padding-top: 220px;
    }
}

html {
    scroll-padding-top: 100px;
}

/*------------------------------------------------*/
/*---------------- [GENERAL] -----------------*/
/*------------------------------------------------*/
.elementor-kit-12 header a,
.elementor-kit-12 footer a {
    text-decoration: none;
}

.bg-multi::before {
    mix-blend-mode: multiply;
}

/*------------------------------------------------*/
/*---------------- [TIPOGRAFÍAS] -----------------*/
/*------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0;
}

.elementor-widget-icon-box h3.elementor-icon-box-title a {
  text-decoration: none;
}

/*------------------------------------------------*/
/*------------------ [HEADER] --------------------*/
/*------------------------------------------------*/
.home .sec-header {
    position: absolute;
    top: 0px;
}

#elementor-menu-cart__toggle_button:hover {
    border-width: 0;
}

.sec-header.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded.elementor-sticky.elementor-sticky--effects.elementor-sticky--active.elementor-section--handles-inside {
    background-color: var(--e-global-color-primary);
}

.sec-header.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded.elementor-sticky.elementor-sticky--effects.elementor-sticky--active.elementor-section--handles-inside .e-con-inner {
    padding-top: 8px;
    padding-bottom: 8px;
}

.sec-header.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded.elementor-sticky.elementor-sticky--effects.elementor-sticky--active.elementor-section--handles-inside > .e-con-inner > .e-child > .elementor-widget-theme-site-logo.elementor-widget-image img {
    max-width: 60px;
}

@media (min-width:1201px) {
    .sec-header.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded.elementor-sticky.elementor-sticky--effects.elementor-sticky--active.elementor-section--handles-inside .e-con-inner {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .sec-header.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded.elementor-sticky.elementor-sticky--effects.elementor-sticky--active.elementor-section--handles-inside > .e-con-inner > .e-child > .elementor-widget-theme-site-logo.elementor-widget-image img {
        max-width: 110px;
    }
}


/*------------------------------------------------*/
/*------------------ [FOOTER] --------------------*/
/*------------------------------------------------*/

/*------------------------------------------------*/
/*---------------- [FORMULARIOS] -----------------*/
/*------------------------------------------------*/
/*--- Estructura ---*/
.row_inputs {
    margin-bottom: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.col_inputs {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
    padding: 0;
    border: unset;
}


.col_inputs > label {
    display: block
}

/*--- Campos ---*/
.wpcf7-form span.etiqueta {
    display: block;
    font-weight: 600;
    font-size: 0.9rem;
}

.wpcf7-acceptance .wpcf7-list-item {
    display: inline-block;
    margin: 0;
    font-size: 0.8rem;
}

.wpcf7-spinner {
    position: absolute;
    left: 0;
}

.wpcf7-not-valid-tip {
    font-size: 0.85rem;
}

.wpcf7-not-valid-tip {
    background-color: #fff;
    padding: 0 0.5rem;
    margin-top: 5px;
}

.wpcf7 input[type="file"] {
    display: block;
    width: 100%;
}

.wpcf7 .wpcf7-submit {
    white-space: normal;
}

/*------------------------------------------------*/
/*---------------- [COOKIES] -----------------*/
/*------------------------------------------------*/
#cmplz-manage-consent .cmplz-manage-consent {
    font-weight: bold;
    font-size: 1rem;
}

#cmplz-document {
    max-width: 100%;
}

#cmplz-document p,
#cmplz-document li,
#cmplz-document td {
    font-size: 1rem;
}



/*------------------------------------------------*/
/*------------------[LEGALES]---------------------*/
/*------------------------------------------------*/
.legal h2 {
    font-size: 1.5rem !important;
    margin-bottom: 8px;
    margin-top: 16px;
}


/*------------------------------------------------*/
/*------------------[POST]-------------------*/
/*------------------------------------------------*/

.e-loop-item .elementor-widget-image a {
    width: 100%;
}

.elementor-widget-theme-post-title.elementor-page-title.elementor-widget-heading a {
    text-decoration: none;
}

.elementor-posts .elementor-post__card .elementor-post__title a:hover {
    color: var(--e-global-color-accent);
}

.single .elementor-widget-theme-post-content h1,
.single .elementor-widget-theme-post-content h2,
.single .elementor-widget-theme-post-content h3,
.single .elementor-widget-theme-post-content h4,
.single .elementor-widget-theme-post-content h5,
.single .elementor-widget-theme-post-content h6 {
    margin-bottom: 8px;
    margin-top: 20px;
}

.single .elementor-widget-theme-post-content h1,
.single .elementor-widget-theme-post-content h2 {
    font-size: 1.5rem;
}

.single .elementor-widget-theme-post-content h3 {
    font-size: 1.3rem;
}

.single .elementor-widget-theme-post-content h4 {
    font-size: 1.2rem;
}

.single .elementor-widget-theme-post-content h5 {
    font-size: 1.125rem;
}

.single .elementor-widget-theme-post-content h6 {
    font-size: 1rem;
}

.single .elementor-widget-theme-post-content ol {
    margin-bottom: 16px;
}

.single .elementor-widget-theme-post-content li::marker {
    font-weight: bold;
    color: var(--e-global-color-accent);
}

/*------------------------------------------------*/
/*--------------------[HOME]----------------------*/
/*------------------------------------------------*/

.elementor-counter .elementor-counter-number-prefix {
    font-size: 38px;
    color: var(--e-global-color-secondary);
}



/*------------------------------------------------*/
/*--------------------[LOOP POST]----------------------*/
/*------------------------------------------------*/
.loop-post-categoria a {
    background-color: var(--e-global-color-primary);
    color: var(--e-global-color-42a5ab4) !important;
    border-radius: 8px;
    text-decoration: none;
    font-size: 12px !important;
    padding: .3em 1em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    -webkit-transition: 0.3s linear all;
    -o-transition: 0.3s linear all;
    transition: 0.3s linear all;
}

.loop-post-categoria a:hover,
.loop-post-categoria a:focus {
    background-color: var(--e-global-color-accent);
}

/*------------------------------------------------*/
/*--------------------[NOSOTROS]----------------------*/
/*------------------------------------------------*/
.timeline-historia .e-n-tab-title:hover,
.timeline-historia .e-n-tab-title[aria-selected="true"] {
    border-radius: 0px;
}

.timeline-historia .e-n-tab-title:hover .e-n-tab-title-text {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.timeline-historia .e-n-tabs-content .e-active:before {
    background: -o-linear-gradient(326deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 1) 55%);
    background: linear-gradient(124deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 1) 55%);
    opacity: 1;
}

.timeline-historia .e-n-tabs-heading {
    padding: 0 40px;
    background: #fff;
}

@media (max-width:1024px) {
    .timeline-historia .e-n-tabs-content .e-active:before {
        background: -o-linear-gradient(326deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 55%);
        background: linear-gradient(124deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 55%);
        opacity: 1;
    }

    .timeline-historia .e-n-tab-title {
        background-color: var(--e-global-color-0e34fb3) !important;

    }

}
    /*------------------------------------------------*/
    /*--------------[TIENDA Y PRODUCTOS]-------------------*/
    /*------------------------------------------------*/

    .woocommerce div.product p.price ins {
        text-decoration: none;
    }

    .elementor-widget-sidebar .elementor-widget-container {
        list-style: none;
    }

    .elementor-widget-container h5 {
        font-size: 1rem;
        margin-bottom: 8px;
        font-weight: 700;
    }

    .elementor-widget-wp-widget-woocommerce_product_categories ul,
    .elementor-widget-wp-widget-categories ul,
    .woocommerce-widget-layered-nav-list {
        font-size: 0.95rem;
        line-height: 140%;
        list-style: none;
        padding-left: 1rem;
    }

    .elementor-widget-wp-widget-woocommerce_product_categories li,
    .elementor-widget-wp-widget-categories li,
    .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
        margin-bottom: 8px;
    }

    @media (min-width:1441px) {
        .woocommerce-product-search {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            gap: 8px;
        }

        .woocommerce-product-search label,
        .woocommerce-product-search input {
            padding: 0px 12px !important;
        }

        .woocommerce-product-search button {
            max-width: -webkit-fit-content;
            max-width: -moz-fit-content;
            max-width: fit-content;
        }
    }

    .woocommerce-product-search > * {
        width: 100%;
        margin-bottom: 8px;
    }

    .woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
    .woocommerce .widget_price_filter .ui-slider .ui-slider-range {
        background-color: #cecece;
    }

    .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
        background-color: #ececec;
    }

    .woocommerce .widget_price_filter .price_slider_amount .button {
        font-size: 0.8rem;
        background-color: var(--e-global-color-b85a7b2) !important;
        color: var(--e-global-color-primary) !important;
        border: none;
        padding: 5px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
    }

    .woocommerce .widget_price_filter .price_slider_amount .button:hover {
        background-color: var(--e-global-color-primary) !important;
        color: var(--e-global-color-42a5ab4) !important;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
    }

    .woocommerce .widget_price_filter .price_slider_amount {
        font-size: 14px;
    }


    .select2-container .select2-selection--single .select2-selection__rendered {
        padding: 0;
    }

    .single-product .orbesa-product-price {
        font-weight: 400;
        line-height: 140%;
        font-size: 24px;
        margin-bottom: 14px;
    }

    .single-product span.product-pieces {
        font-size: 20px;
    }


    .tax-product_cat .orbesa-product-price,
    .woocommerce-shop .orbesa-product-price {
        font-weight: 400;
        font-size: 17px;
        text-align: center;
    }

    .tax-product_cat .orbesa-product-price span.product-pieces,
    .woocommerce-shop .orbesa-product-price span.product-pieces {
        font-size: 15px;
    }

    /*------------------------------------------------*/
    /*--------------[CARRITO]-------------------*/
    /*------------------------------------------------*/
    @media (max-width: 768px) {

        .woocommerce-page table.cart .product-thumbnail,
        .woocommerce table.shop_table_responsive tbody th,
        .woocommerce-page table.shop_table_responsive tbody th {
            display: block !important;
        }

        .woocommerce-page table.cart .product-thumbnail:before {
            display: none;
        }

        .elementor-widget-woocommerce-cart .woocommerce table.cart td {
            padding-top: 5px !important;
            padding-bottom: 5px !important;
        }

        .elementor-widget-woocommerce-cart .woocommerce table.cart tr {
            padding: 8px !important;
        }

    }

    .woocommerce-button.button.e-apply-coupon {
        width: 100% !important;
    }
 /*------------------------------------------------*/
    /*--------------[CATEGORIAS CONSERVAS]-------------------*/
    /*------------------------------------------------*/

@media (min-width:1701px){
    .texto-banner-cat{
    	padding-left: calc( max(20px, (100% - 1600px) / 2) );
	}
}
@media (max-width:1700px) and (min-width:1201px){
    .texto-banner-cat{
    	padding-left:100px;
	}
}

.grecaptcha-badge {
    visibility: hidden !important;
}
