/*
Theme Name: Base
Theme URI: https://www.invbit.com
Author: Base
Author URI: https://www.invbit.com
Description: Base para Betheme
Template: betheme
Version: 1.6.2
*/
@import './css/variables.css';

/*********************************\
              GENERAL
\*********************************/
.validate_email_against_bot {
    display: none
}

:root {
    scrollbar-color: var(--principal) var(--blanco);
    scrollbar-width: thin;
}

body.style-simple,
body.style-simple .mfn-header-tmpl {
    --mfn-column-gap-bottom: 0;
    --mfn-column-gap-top: 0;
    --mfn-column-gap-right: 0;
    --mfn-column-gap-left: 0;
}

body a:not(.cmplz-link) {
    text-decoration: none !important;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

body #cmplz-document {
    max-width: 100%;
    padding: 80px 0;
    text-align: justify;
}

body #cmplz-document p, 
body #cmplz-document li,
body #cmplz-document td {
    font-size: 18px;
}

body #cmplz-document h2 {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 0px;
    border: 0;
    padding: 0;
    margin-bottom: 15px;
    margin-top: 60px;
}

body #cmplz-document h2:first-child {
    margin-top: 0;
}

body #cmplz-document h3 {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0px;
    border: 0;
    padding: 0;
    margin-bottom: 15px;
}

body #cmplz-document h4 {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0px;
    border: 0;
    padding: 0;
    margin-bottom: 15px;
}

body .principal {
    color: var(--principal);
}

body .secundario {
    color: var(--secundario);
}

body .blanco {
    color: var(--blanco);
}

body .listNone {
    list-style: none !important;
    margin: 0 !important;
}

body .listNone li {
    display: flex;
    align-items: flex-start;
}

body .listNone li i {
    margin-right: 10px;
    color: var(--principal);
    font-size: 1.2em;
    margin-top: .1em;
}

body .button {
    text-transform: uppercase;
    transition: all var(--mfn-button-transition) ease-in-out;
    -webkit-transition: all var(--mfn-button-transition) ease-in-out;
    -moz-transition: all var(--mfn-button-transition) ease-in-out;
    -ms-transition: all var(--mfn-button-transition) ease-in-out;
    -o-transition: all var(--mfn-button-transition) ease-in-out;
}

body .button:hover {
    box-shadow: 0 6px 24px 0 rgb(0 0 0 / 20%);
}

body .button:hover span {
    animation: scaleUp 0.3s ease-in-out;
}

@keyframes scaleUp {
    0% { transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); }
    50% { transform: scale(0.95); -webkit-transform: scale(0.95); -moz-transform: scale(0.95); -ms-transform: scale(0.95); -o-transform: scale(0.95); }
    100% { transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); }
}

body .otgs-development-site-front-end,
body .wpml-ls-statics-footer {
    display: none;
}

body p:empty {
    margin: 0;
    display: none;
    visibility: hidden;
    opacity: 0;
}

body #cmplz-manage-consent .cmplz-manage-consent {
    background: var(--principal);
    right: unset !important;
    left: 10px;
    font-size: 0px;
    color: var(--negro) !important;
    bottom: 10px !important;
    padding: 0 !important;
    min-width: 1px;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

body #cmplz-manage-consent .cmplz-manage-consent:before {
    content: "";
    background: transparent url(imagenes/icono-ajustes.svg) center center / contain no-repeat;
    width: 60%;
    height: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.8s ease;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}

body .cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
    letter-spacing: 0;
    font-size: 14px !important;
    text-transform: none;
    justify-content: center;
}

body .cmplz-cookiebanner .cmplz-categories .cmplz-category {
    background: rgb(255 255 255 / 40%);
}

body.admin-bar .full-screen .section_wrapper {
    min-height: calc( 100vh - 32px );
}

body .section.has-video .section_video {
    display: flex;
    align-items: center;
    justify-content: center;
}

body .section.has-video .section_video video {
    top: unset;
    left: unset;
    height: 100%;
}

body .section.has-video .section_video .mask {
    display: none;
}

.joinchat--left .joinchat__button {
    left: 20px;
    bottom: 40px;
}

body.style-simple .responsiveWidth {
    max-width: calc( 2 * var(--halfSection) );
}

body.mobile-side-slide {
    overflow-x: clip !important;
}

body .section_wrapper, 
body .container {
    box-sizing: border-box;
    padding-left: 33px;
    padding-right: 33px;
}

body .slick-list {
    width: 100%;
}

body .slick-track {
    display: flex;
}

body h1, body h2, body h3, body h4, body h5, body h6, body p, body p.lead, body p.big {
    line-height: 1.2;
}


/*********************************\
              HEADER
\*********************************/
body #mfn-header-template .section > .mcb-background-overlay {
    mix-blend-mode: luminosity;
}

@media only screen and (max-width: 1239px) and (min-width: 960px) {
    body #mfn-header-template .section {
        padding: 14px 0;
    }

    body #mfn-header-template .logoWrap {
        flex-grow: 1;
    }

    body #mfn-header-template .logoWrap .mcb-wrap-inner {
        padding: 0;
    }
}


/*********************************\
              FOOTER
\*********************************/
body .mfn-footer-tmpl .mcb-section:not(.full-width) {
    max-width: 100%;
}

body #mfn-footer-template .section > .mcb-background-overlay,
body .backBlendLum > .mcb-background-overlay {
    mix-blend-mode: luminosity;
}

body .social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 22px;
    line-height: 1;
}

body .social a,
body #mfn-footer-template .social a {
    color: var(--negro);
    display: block;
}

body .social a:hover,
body #mfn-footer-template .social a:hover {
    color: var(--principal);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

body .column_footer_menu.twoColumns ul {
    display: block;
    column-count: 2;
    column-gap: 50px;
}

body #back_to_top.sticky {
    bottom: 10px;
    right: 10px !important;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

body #back_to_top.sticky:hover {
    background: var(--principal);
    color: var(--blanco);
    border-color: var(--principal);
}

body #back_to_top.sticky:before {
    content: none;
}

@media only screen and (max-width: 767px) {
    body .column_footer_menu.twoColumns ul {
        column-count: 1;
    }
}

/* Language popup */
.wpml-popup-content {
    background: var(--blanco);

    .wpml-popup-title {
        color: var(--negro);
    }

    .wpml-language-item {
        background: var(--secundario);
        border-color: var(--secundario);

        &:hover {
            border-color: var(--principal);
        }

        &.active {
            background: var(--principal);
            border-color: var(--principal);
        }
    }
}


/*********************************\
              INICIO
\*********************************/
body .overlayMaskGradient .mcb-wrap-background-overlay {
    mask-image: linear-gradient(180deg, var(--negro) 70%, transparent 98%);
    -webkit-mask-image: linear-gradient(180deg, var(--negro) 70%, transparent 98%);
}

body .backBlendColor > .mcb-background-overlay {
    mix-blend-mode: color-burn;
}

body .backBlendOverlay {
    background-blend-mode: overlay;
}

/* Slider portada */
body .sliderPortada .slick-slider {
    --slide-width: 600px;
    width: 100%;
    position: static;
}

body .sliderPortada .titlesSlider .slick-track {
    gap: calc( calc( 100vw - var(--slide-width) ) / 4 );
}

body .sliderPortada .titlesSlider .slick-slide {
    width: 100%;
    max-width: var(--slide-width);
    opacity: .6;
    transform: scale(.6);
    -webkit-transform: scale(.6);
    -moz-transform: scale(.6);
    -ms-transform: scale(.6);
    -o-transform: scale(.6);
    transition: all .65s ease-in-out;
    -webkit-transition: all .65s ease-in-out;
    -moz-transition: all .65s ease-in-out;
    -ms-transition: all .65s ease-in-out;
    -o-transition: all .65s ease-in-out;
}

body .sliderPortada .titlesSlider .slick-slide.slick-current {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

body .sliderPortada .upperTitle {
    display: block;
    font-size: var(--size-plead);
    line-height: 1.2;
    font-family: var(--font-text);
    text-transform: none;
}

body .slick-slider .slick-arrow {
    display: flex;
    gap: 10px;
    font-size: var(--size-psmall);
    line-height: 1;
    text-transform: uppercase;
    position: absolute;
    z-index: 10;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    color: var(--secundario);
    opacity: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

body .slick-slider .slick-arrow.prevArrow {
    left: -100px;
}

body .slick-slider .slick-arrow.nextArrow {
    right: -100px;
    flex-direction: row-reverse;
}

body .slick-slider:hover .slick-arrow.prevArrow,
body .sliderPortada:hover .slick-arrow.prevArrow {
    left: 25px;
    opacity: 1;
}

body .slick-slider:hover .slick-arrow.nextArrow,
body .sliderPortada:hover .slick-arrow.nextArrow {
    right: 25px;
    opacity: 1;
}

body .sliderPortada .secondSlider .slick-slide .mcb-wrap-inner {
    width: 100%;
    max-width: var(--slide-width);
    margin: 0 auto;
}

body .sliderPortada .moreInfo {
    z-index: 10;
    position: absolute;
    bottom: 175px;
    color: var(--secundario);
    font-size: var(--size-psmall);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

@keyframes scroll {
    0% { height: 0; top: calc( 100% + 15px ); }
    65% { height: 120px; top: calc( 100% + 15px ); }
    90% { height: 0; top: calc( 100% + 135px ); }
    100% { height: 0; top: calc( 100% + 135px ); }
}

body .sliderPortada .moreInfo:after {
    content: "";
    position: absolute;
    top: calc( 100% + 15px );
    left: 50%;
    width: 1px;
    background: var(--secundario);
    animation: scroll 3.5s ease-in-out 1.5s forwards infinite;
    -webkit-animation: scroll 3.5s ease-in-out 1.5s forwards infinite;
}

@media only screen and (max-width: 959px) {
    body .sliderPortada .slick-slider {
        --slide-width: 450px;
    }

    body .sliderPortada .slick-arrow.prevArrow,
    body .sliderPortada:hover .slick-arrow.prevArrow {
        left: 25px;
        opacity: 1;
    }
    
    body .sliderPortada .slick-arrow.nextArrow,
    body .sliderPortada:hover .slick-arrow.nextArrow {
        right: 25px;
        opacity: 1;
    }
    
    body .sliderPortada .moreInfo {
        bottom: 135px;
    }

    @keyframes scroll {
        0% { height: 0; top: calc( 100% + 15px ); }
        65% { height: 80px; top: calc( 100% + 15px ); }
        90% { height: 0; top: calc( 100% + 95px ); }
        100% { height: 0; top: calc( 100% + 95px ); }
    }
}

@media only screen and (max-width: 767px) {
    body .sliderPortada .slick-slider {
        --slide-width: 400px;
    }

    body .sliderPortada .slick-arrow .label {
        display: none;
    }

    body .sliderPortada .slick-arrow.prevArrow,
    body .sliderPortada:hover .slick-arrow.prevArrow {
        left: 10px;
    }
    
    body .sliderPortada .slick-arrow.nextArrow,
    body .sliderPortada:hover .slick-arrow.nextArrow  {
        right: 10px;
    }
    
    body .sliderPortada .moreInfo {
        bottom: 115px;
    }

    @keyframes scroll {
        0% { height: 0; top: calc( 100% + 15px ); }
        65% { height: 60px; top: calc( 100% + 15px ); }
        90% { height: 0; top: calc( 100% + 75px ); }
        100% { height: 0; top: calc( 100% + 75px ); }
    }

    body .sliderPortada .secondSlider .slick-slide {
        padding: 0 33px;
    }
}

/* Slider productos */
body .product-slider-container {
    --image-size: 600px;
}

body .product-slider-container .product-image-slider .slick-list {
    overflow: visible;
}

body .product-slider-container .product-image-slider .product-image,
body .familias-slider-container .familia-item .image-wrap {
    width: var(--image-size);
    height: var(--image-size);
    margin: 0 calc( var(--image-size) / 20 );
    position: relative;
}

body .product-slider-container .product-image-slider .product-image img,
body .familias-slider-container .familia-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: contain;
    transition: all .65s ease-in-out;
    -webkit-transition: all .65s ease-in-out;
    -moz-transition: all .65s ease-in-out;
    -ms-transition: all .65s ease-in-out;
    -o-transition: all .65s ease-in-out;
}

body .product-slider-container .product-image-slider .product-image .secondary,
body .familias-slider-container .familia-item .secondary {
    opacity: 0;
}

body .product-slider-container .product-image-slider .product-image.slick-current .secondary + .main,
body .product-slider-container .product-image-slider .product-image:not(.slick-current):hover .secondary + .main,
body .familias-slider-container .familia-item.active .secondary + .main,
body .familias-slider-container .familia-item:hover .secondary + .main {
    opacity: 0;
}

body .product-slider-container .product-image-slider .product-image.slick-current .secondary,
body .product-slider-container .product-image-slider .product-image:not(.slick-current):hover .secondary,
body .familias-slider-container .familia-item.active .secondary,
body .familias-slider-container .familia-item:hover .secondary {
    opacity: 1;
}

body .product-slider-container .product-image-slider .product-image:not(.slick-current),
body .familias-slider-container .familia-item {
    cursor: pointer;
}

body .product-slider-container .product-image-slider .product-image:not(.slick-current) a {
    pointer-events: none;
}

body .product-slider-container .product-title-slider .product-title {
    width: 100%;
    display: flex;
    justify-content: center;
}

body .product-slider-container .product-title-slider .product-title .title {
    max-width: calc( var(--image-size) * 2 / 3 );
    color: var(--secundario);
    text-align: center;
}

body .product-image-slider.slick-slider .slick-arrow,
body .receta-slider-container.slick-slider .slick-arrow,
body .familias-slider-container .slick-arrow {
    font-size: var(--size-h3);
    width: 8vw;
    height: 100%;
    align-items: center;
    opacity: 1;
    justify-content: center;
}

body .product-image-slider.slick-slider .slick-arrow .label,
body .receta-slider-container.slick-slider .slick-arrow .label,
body .familias-slider-container .slick-arrow .label {
    display: none;
}

body .product-image-slider.slick-slider .slick-arrow.prevArrow {
    left: calc(50% - 50vw);
    background: linear-gradient(90deg, var(--negro) 0%, transparent 100%);
}

body .product-image-slider.slick-slider .slick-arrow.nextArrow {
    right: calc(50% - 50vw);
    background: linear-gradient(270deg, var(--negro) 0%, transparent 100%);
}

body .product-image-slider.slick-slider .slick-arrow.prevArrow .icon,
body .receta-slider-container.slick-slider .slick-arrow.prevArrow .icon,
body .familias-slider-container .slick-arrow.prevArrow .icon {
    opacity: 0;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

body .product-image-slider.slick-slider .slick-arrow.nextArrow .icon,
body .receta-slider-container.slick-slider .slick-arrow.nextArrow .icon,
body .familias-slider-container .slick-arrow.nextArrow .icon {
    opacity: 0;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

body .product-image-slider.slick-slider:hover .slick-arrow .icon,
body .receta-slider-container.slick-slider:hover .slick-arrow .icon,
body .familias-slider-container:hover .slick-arrow .icon {
    opacity: 1 !important;
    transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
}

@media only screen and (max-width: 1239px) {
    body .product-slider-container {
        --image-size: 500px;
    }
}

@media only screen and (max-width: 959px) {
    body .product-slider-container {
        --image-size: 400px;
    }

    body .product-image-slider.slick-slider .slick-arrow {
        background: none !important;
    }

    body .product-image-slider.slick-slider .slick-arrow .icon,
    body .receta-slider-container.slick-slider .slick-arrow .icon,
    body .familias-slider-container .slick-arrow .icon {
        opacity: 1 !important;
        transform: translateX(0) !important;
        -webkit-transform: translateX(0) !important;
        -moz-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
        -o-transform: translateX(0) !important;
    }

    body .product-slider-container .product-image-slider .product-image:not(.slick-current) {
        opacity: .5;
    }
}

@media only screen and (max-width: 767px) {
    body .product-slider-container {
        --image-size: 300px;
    }
}

/* Slider recetas */
body .receta-slider-container,
body .recetasRelacionadas {
    --gap: 36px;
}

body .receta-slider-container .slick-list {
    width: calc( 100% + var(--gap) );
    margin: 0 calc( 0px - var(--gap) / 2 );
    overflow: visible;
}

body .receta-item {
    margin: 0 calc( var(--gap) / 2 )
}

body .receta-item a {
    display: block;
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

body .receta-item a:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--negro);
    opacity: 0;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

body .receta-item a:hover:before {
    opacity: .8;
}

body .receta-item .desc {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 75%;
    height: 75%;
    top: 12.5%;
    left: 12.5%;
    border: 1px solid var(--secundario);
    padding: 5%;
    opacity: 0;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

body .receta-item a:hover .desc {
    opacity: 1;
}

body .receta-item .desc .title {
    color: var(--secundario);
    font-size: var(--size-h4);
    line-height: 1.2;
    margin: 0 0 10px;
    transition: all .2s ease-in-out .2s;
    -webkit-transition: all .2s ease-in-out .2s;
    -moz-transition: all .2s ease-in-out .2s;
    -ms-transition: all .2s ease-in-out .2s;
    -o-transition: all .2s ease-in-out .2s;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    opacity: 0;
}

body .receta-item .desc .time {
    color: var(--secundariooscuro);
    transition: all .2s ease-in-out .3s;
    -webkit-transition: all .2s ease-in-out .3s;
    -moz-transition: all .2s ease-in-out .3s;
    -ms-transition: all .2s ease-in-out .3s;
    -o-transition: all .2s ease-in-out .3s;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    opacity: 0;
}

body .receta-item a:hover .desc .title,
body .receta-item a:hover .desc .time {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    opacity: 1;
}

body .receta-slider-container.slick-slider .slick-arrow,
body .familias-slider-container .slick-arrow {
    color: var(--negro);
}

body .receta-slider-container.slick-slider .slick-arrow.prevArrow,
body .familias-slider-container.slick-slider .slick-arrow.prevArrow {
    left: calc(50% - 50vw);
    background: linear-gradient(90deg, var(--secundario) 0%, transparent 100%); 
}

body .receta-slider-container.slick-slider .slick-arrow.nextArrow,
body .familias-slider-container.slick-slider .slick-arrow.nextArrow {
    right: calc(50% - 50vw);
    background: linear-gradient(270deg, var(--secundario) 0%, transparent 100%);
}

@media only screen and (max-width: 959px) {
    body .receta-slider-container.slick-slider .slick-arrow {
        background: none !important;
    }
}


/*********************************\
              QUÉ ES
\*********************************/
body .column_video .content_video, 
body .column_video .section_video, 
body .column_video .section_video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body .circleVideo .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 490px) {
    body #QueEs .column {
        width: 100%;
    }

    body #QueEs .title {
        text-align: center;
    }
}


/*********************************\
          SOSTENIBILIDAD
\*********************************/
body .imageMask .image_wrapper:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(/wp-content/uploads/2025/02/fondo-minerva-2025-02-06-fondo-minerva.jpg) center / cover no-repeat;
    z-index: 1;
    opacity: .5;
    mix-blend-mode: multiply;
}

@media only screen and (min-width: 960px) {
    body .logosCertificaciones .mcb-wrap-inner {
        align-items: stretch;
    }
    
    body .logosCertificaciones .mcb-column-inner {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}


/*********************************\
              RECETAS
\*********************************/
body .familias-slider-container {
    --image-size: 350px;
    --line-height: 50px;
}

body .familias-slider-container .slick-list {
    overflow: visible;
    margin: 0 0 var(--line-height);
}

body .familias-slider-container .familia-item {
    position: relative;
}

body .familias-slider-container .familia-item:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 0;
    background: var(--principal);
    left: 50%;
    top: 100%;
    transition: all .65s ease-in-out;
    -webkit-transition: all .65s ease-in-out;
    -moz-transition: all .65s ease-in-out;
    -ms-transition: all .65s ease-in-out;
    -o-transition: all .65s ease-in-out;
}

body .familias-slider-container .familia-item.active:after {
    height: var(--line-height);
}

@media only screen and (max-width: 959px) {
    body .familias-slider-container {
        --image-size: 280px;
        --line-height: 40px;
    }
}

@media only screen and (max-width: 640px) {
    body .familias-slider-container {
        --image-size: 220px;
        --line-height: 30px;
    }
}

/* SINGLE */
body .listaReceta li:not(:last-child) {
    margin: 0 0 15px;
}

body .recetasRelacionadas {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    gap: var(--gap);
}

body .recetasRelacionadas .receta-item {
    width: 100%;
    margin: 0;
}

@media only screen and (max-width: 1239px) and (min-width: 960px) {
    body .recetasRelacionadas {
        grid-template-columns: repeat(3, 1fr);
    }
    
    body .recetasRelacionadas .receta-item:nth-child(4) {
        display: none;
    }
}

@media only screen and (max-width: 959px) {
    body .recetasRelacionadas {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 580px) {
    body .recetasRelacionadas {
        grid-template-columns: repeat(1, 1fr);
    }
}


/*********************************\
             CONTACTO
\*********************************/
body .wpcf7-form [type="submit"] {
    width: 100%;
    margin: 0 !important;
}

body .wpcf7-form .wpcf7-spinner {
    margin: 5px 0 0 -12px;
    left: 50%;
}

body .wpcf7-form .form-legal {
    font-size: 0.7em;
    line-height: 1.5em;
    opacity: 0.7;
    padding: 10px 0;
    text-align: justify;
}

body .wpcf7-form input[name="politica"] + span {
    font-weight: 500;
}

body .column_cf7 input[type="checkbox"] {
    min-height: 0px;
}

body .wpcf7 .row {
    display: flex;
    gap: 15px;
}

body .wpcf7 .row p {
    width: 100%;
}

body .wpcf7-list-item {
    margin: 0;
}

body input[type="checkbox"],
body input[type="radio"] {
    accent-color: var(--principal);
}

@media only screen and (max-width: 520px) {
    body .wpcf7 .row {
        gap: 0;
        flex-direction: column;
    }

    body .wpcf7 p {
        margin: 0 0 5px;
    }
}


/*********************************\
          BLOG / NOTICIAS
\*********************************/
/* Archive */
body.blog .column_blog,
body.archive.category .column_blog,
body.archive.tag .column_blog {
    padding-bottom: 120px;
}

body.archive.category .mcb-sidebar,
body.archive.tag .mcb-sidebar {
    display: none;
}

body .posts_group.classic {
    --image-size: 500px;
}

body .posts_group.classic .post {
    display: flex;
    align-items: center;
    overflow: hidden;
    background: rgba(203, 169, 144, 0.5);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

body .posts_group.classic .post:nth-child(2n+2) {
    flex-direction: row-reverse;
}

body .posts_group.classic .image_frame {
    width: var(--image-size);
    height: var(--image-size);
    line-height: 0;
}

body .posts_group.classic .image_frame * {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body .posts_group.classic .post-desc-wrapper {
    padding: 0;
    width: calc(100% - var(--image-size));
}

body .posts_group.classic .post-desc {
    padding: 40px 60px;
}

body .posts_group.classic .post-title {
    margin: 0 0 25px;
}

body .posts_group.classic .post-excerpt {
    max-width: 700px;
    color: var(--gris);
}

body .posts_group .post-footer {
    padding: 0;
    overflow: visible;
    margin: 30px 0 0;
}

body .posts_group .post-links {
    padding: 0;
    border: 0;
    float: none;
}

body .pager .pages {
    background: none;
}

@media only screen and (max-width: 1239px) {
    body .posts_group.classic .post {
        flex-direction: column !important;
    }

    body .posts_group.classic .image_frame {
        width: 100%;
    }
    
    body .posts_group.classic .post-desc-wrapper {
        width: 100%;
    }
}

@media only screen and (max-width: 680px) {
    body .posts_group.classic .post {
        --image-size: 300px;
    }

    body .posts_group.classic .post-desc {
        padding: 40px;
    }
}

/* Single */
body .relatedPosts .button {
    padding: 10px 20px;
}

body .posts_group.grid {
    --gap: 34px;
    display: grid;
    gap: var(--gap);
}

body .posts_group.grid.col-2 {
    grid-template-columns: repeat(2, 1fr);
}

body .posts_group.grid.col-3 {
    grid-template-columns: repeat(3, 1fr);
}

body .posts_group.grid.col-4 {
    grid-template-columns: repeat(4, 1fr);
}

body .posts_group.grid.col-5 {
    grid-template-columns: repeat(5, 1fr);
}

body .posts_group.grid.col-6 {
    grid-template-columns: repeat(6, 1fr);
}

body .posts_group.grid .post {
    width: 100% !important;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
}

body .posts_group.grid .post .post-desc-wrapper {
    flex: 1;
}

body .posts_group.grid .post .post-desc {
    height: 100%;
}

@media only screen and (min-width: 960px) and (max-width: 1239px) {
    body .posts_group.grid.col-4 {
        grid-template-columns: repeat(3, 1fr);
    }

    body .relatedPosts .posts_group.grid .post:nth-child(4) {
        display: none;
    }
}

@media only screen and (max-width: 959px) {
    body .posts_group.grid.col-4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 580px) {
    body .posts_group.grid.col-4 {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* Fixed nav arrows */
body .fixed-nav {
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

body .fixed-nav .desc h6 {
    line-height: 1.3;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

body .fixed-nav .desc .date {
    font-size: 13px;
    color: var(--gris);
    border: 0;
}

body .fixed-nav .desc .date .icon-clock {
    display: none;
}

body .fixed-nav .photo img,
body .Recent_posts ul li .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Barra lateral */
body .Recent_posts ul li a .desc {
    padding: 8px 10px 3px;
    min-height: 80px;
}

body .Recent_posts ul li a .desc h6 {
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
}

body .Recent_posts ul li a .desc .date {
    font-size: 12px;
    line-height: 14px;
}

body .widget:not(.widget_block) > h3 {
    font-size: 21px;
    line-height: 29px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: -1px;
}

body .mcb-sidebar select {
    width: 100%;
}

body .widget_categories ul {
    list-style: none;
    padding: 0;
    background: none;
}

body .widget_categories ul li:after {
    content: none
}

body .widget_categories ul li a {
    padding: 5px 10px;
    background: var(--principal);
    display: block;
    border-radius: 3px;
    margin-bottom: 6px;
}

body .widget_categories ul li a:hover {
    background: var(--secundario);
}


/*********************************\
           WOOCOMMERCE
\*********************************/
body .woocommerce ul.products li.product .woocommerce-placeholder {
    border: 0;
}

body .woocommerce .quantity .qty {
    padding: 10px 30px !important;
}

body .woocommerce table.shop_table tr.order-total .includes_tax {
    display: block;
}

body .woocommerce table.shop_table tr.order-total .includes_tax .woocommerce-Price-amount {
    font-size: 1em;
    font-weight: 400;
    color: #767676;
}

.woocommerce div.product form.cart .reset_variations,
.woocommerce .sku_wrapper {
    display: none;
}

.woocommerce ul.products {
    display: grid;
    gap: 40px;
}

.woocommerce.columns-2 ul.products {
    grid-template-columns: repeat(2, 1fr);
}

.woocommerce.columns-3 ul.products,
.woocommerce ul.products.columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.woocommerce.columns-4 ul.products,
.woocommerce ul.products.columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.woocommerce ul.products:before, 
.woocommerce ul.products:after {
    display: none;
}

.woocommerce ul.products li.product {
    height: inherit;
    margin: 0;
    width: auto !important;
}


/*********************************\
          ACCESSIBILITY
\*********************************/
#pojo-a11y-toolbar {
    .pojo-a11y-toolbar-overlay p.pojo-a11y-toolbar-title {
        line-height: 1.2;
    }

    .pojo-a11y-toolbar-toggle a {
        font-size: 26px;
        padding: 8px;
    }
}


/*********************************\
            RESPONSIVE
\*********************************/
@media only screen and (min-width: 960px) and (max-width: 1239px) {
    
}

@media only screen and (min-width: 768px) and (max-width: 1239px) {
    body .Recent_posts ul li .photo {
        display: none;
    }

    body .Recent_posts ul li a .desc {
        margin: 0;
    }
}

@media only screen and (max-width: 959px) {
    body .animate {
        animation-delay: 0ms !important;
    }

    html.mfn-header-tmpl-burger-sidebar-opened #pojo-a11y-toolbar { 
        display: none; 
    }

    body #cmplz-document p, 
    body #cmplz-document li,
    body #cmplz-document td {
        font-size: 16px;
    }

    body #cmplz-document h2 {
        font-size: 38px;
    }

    body #cmplz-document h3 {
        font-size: 24px;
    }

    body #cmplz-document h4 {
        font-size: 18px;
    }
}

@media only screen and (min-width: 768px) {
}

@media only screen and (max-width: 767px) {
    .joinchat {
      --bottom: 20px;
    }

    .joinchat--left .joinchat__button {
        bottom: 0;
    }

    body .hideMobile {
        display: none !important;
    }

    body.style-simple .responsiveWidth {
        max-width: 670px;
        padding: 0 33px;
    }

    body .section_wrapper, 
    body .container {
        padding-left: 0;
        padding-right: 0;
    }

    body .content_wrapper .mcb-column-inner {
        margin: 0;
    }

    body #cmplz-document p, 
    body #cmplz-document li,
    body #cmplz-document td {
        font-size: 14px;
    }

    body #cmplz-document h2 {
        font-size: 30px;
    }

    body #cmplz-document h3 {
        font-size: 18px;
    }

    body #cmplz-document h4 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 580px) {
    body h1, 
    .text-logo #logo {
        font-size: 40px;
    }
}

@media only screen and (max-width: 480px) {
    body .woocommerce-variation-add-to-cart {
        flex-direction: column;
    }

    body .woocommerce .quantity {
        width: 100%;
        margin: 0 0 5px !important;
    }

    body .woocommerce .product div.entry-summary .cart .button {
        width: 100%;
    }
    
    body .woocommerce .product div.entry-summary .accordion table.shop_attributes tr {
        display: flex;
        flex-direction: column;
        padding: 0 0 10px;
    }
    
    body .woocommerce .product div.entry-summary .accordion table.shop_attributes tr:last-child {
        padding: 0;
    }
    
    body .woocommerce .product div.entry-summary .accordion table.shop_attributes th,
    body .woocommerce .product div.entry-summary .accordion table.shop_attributes td {
        width: 100%;
        padding: 0;
        text-align: left;
    }
}

@media only screen and (max-width: 430px) {
    body h1, 
    .text-logo #logo {
        font-size: 28px;
    }
}
