/*
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,
.otgs-development-site-front-end,
.wpml-ls-statics-footer {
    display: none;
}

:root {
    scrollbar-color: var(--green) var(--white);
    scrollbar-width: thin;
}

.style-simple,
.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;
}

p:empty {
    margin: 0;
    display: none;
    visibility: hidden;
    opacity: 0;
}

.admin-bar .full-screen .section_wrapper {
    min-height: calc( 100vh - 32px );
}

.section.has-video .section_video {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section.has-video .section_video video {
    top: unset;
    left: unset;
    height: 100%;
}

.section.has-video .section_video .mask {
    display: none;
}

.style-simple .responsiveWidth {
    max-width: var(--halfSection);

    &.left {
        margin-left: calc( 50vw - 5px - var(--halfSection) );
    }

    &.right {
        margin-right: calc( 50vw - 5px - var(--halfSection) );
    }

    @media only screen and (max-width: 959px) {
        max-width: calc( 2 * var(--halfSection) );

        &.left {
            margin-inline: auto;
        }

        &.right {
            margin-inline: auto;
        }
    }
}

.mobile-side-slide {
    overflow-x: clip !important;
}

.section_wrapper, 
.container {
    box-sizing: border-box;
    padding-left: 33px;
    padding-right: 33px;
}

.slick-list {
    width: 100%;
}

.slick-track {
    display: flex;
}

h1 {
    font-size: var(--size-h1);
    line-height: 1.2;
    font-weight: 400;
}

h2 {
    font-size: var(--size-h2);
    line-height: 1.2;
    font-weight: 400;
}

h3 {
    font-size: var(--size-h3);
    line-height: 1.2;
    font-weight: 400;
}

h4 {
    font-size: var(--size-h4);
    line-height: 1.2;
    font-weight: 400;
}

h5 {
    font-size: var(--size-h5);
    line-height: 1.2;
    font-weight: 400;
}

h6 {
    font-size: var(--size-h6);
    line-height: 1.2;
    font-weight: 400;
}

body,
p {
    font-size: var(--size-p);
    line-height: 1.6;
    font-weight: 400;
}

.lead, 
.big {
    font-size: var(--size-plead);
    line-height: 1.4;
    font-weight: 400;
}

.small {
    font-size: var(--size-psmall);
    line-height: 1.4;
    font-weight: 400;
}

a {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;

    &:hover {
        text-decoration: none;
    }
}

.decorative {
    font-family: var(--font-decorative);
}

.principal {
    color: var(--orange);
}

.secundario {
    color: var(--green);
}

.blanco {
    color: var(--white);
}

.button {
    text-transform: uppercase;
    font-size: var(--size-p);
    line-height: 1.4;
    font-weight: 500;

    @media only screen and (max-width: 767px) {
        padding: 10px 20px;
    }
}

.no-content-padding #Content {
    padding-top: var(--headerHeight) !important;
}

/* Arregla padding al abrir popup deshabilitando scroll de la web */
html.mfn-popup-browser-scroll-disabled {
    padding-right: 0;
}

body {
    overflow-x: clip;
}

body.mobile-side-slide{
    overflow-x: clip;
}


/*********************************\
            COMPLIANZ
\*********************************/
/* Cookies button */
body #cmplz-manage-consent .cmplz-manage-consent {
    background: var(--orange-dark);
    right: unset !important;
    left: 10px;
    font-size: 0px;
    color: var(--white);
    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;

    &: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;
    }

    &:hover:before {
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }
}

/* Cookies banner */
#cmplz-cookiebanner-container {
    .cmplz-body {
        scrollbar-width: none;
    }

    .cmplz-cookiebanner {
        grid-row-gap: 5px;
        padding: 20px;
    }

    .cmplz-header {
        display: none;
    }   

    p {
        margin: 0;
    }   
    
    .cmplz-buttons {
        margin: 0 0 10px;

        .cmplz-btn {
            letter-spacing: 0;
            font-size: var(--size-psmall) !important;
            line-height: 1.2 !important;
            text-transform: none;
            justify-content: center;
            height: auto;
        }
    }

    .cmplz-links {
        gap: 20px;
    }
    
    .cmplz-categories .cmplz-category {
        &:not(:last-child) {
            margin-bottom: 5px;
        }

        .cmplz-category-header .cmplz-category-title,
        .cmplz-description > span { 
            font-size: var(--size-psmall);
            line-height: 1; 
        }

        .cmplz-category-header .cmplz-always-active {
            font-size: 10px;
            line-height: 1;
        }
    }
}

/* Complianz documents */
#cmplz-document {
    max-width: 100%;
    padding: 40px 0;
    text-align: justify;

    p, li, td {
        font-size: var(--size-p);
        line-height: 1.4;
        font-weight: 400;
    }

    h2, h3, h4 {
        font-weight: 600;
        border: 0;
        padding: 0;
        margin-bottom: 15px;
        line-height: 1.2;
    }

    h2 {
        font-size: var(--size-h2);
        margin-top: 60px;
    
        &:first-child {
            margin-top: 0;
        }
    }
    
    h3 {
        font-size: var(--size-h3);
    }
    
    h4 {
        font-size: var(--size-h4);
        font-weight: 700;
    }
}


/*********************************\
            HEADER
\*********************************/
.mfn-language-switcher-dropdown.mfn-language-switcher-dropdown-icon ul li.wpml-ls-current-language>a span.mfn-arrow-icon {
    width: 2.1em;
    height: 2.1em;

    i {
        font-size: 1em;
    }
}

ul.social {
    display: flex;
    gap: 10px;

    li a:hover {
        color: var(--orange) !important;
    }
}


/*********************************\
              FOOTER
\*********************************/
/* Footer template */
.mfn-footer-tmpl {
    .mcb-section:not(.full-width) {
        max-width: 100%;

        @media screen and (max-width: 767px) {
            padding-left: 20px;
            padding-right: 20px;

            .section_wrapper {
                padding-left: 0;
                padding-right: 0;
            }
        }
    }
}

/* Back to top */
#back_to_top.sticky {
    bottom: 10px;
    right: 10px !important;
    width: 40px;
    height: 40px;
    padding: 0;
    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;

    &:before {
        content: none;
    }
}

/*Kit digital*/
body #mfn-footer-template .financiacion {
    display: grid;
    grid-template-columns: 1fr 1fr 5fr;
    gap: 20px;
    text-align: left;
    align-items: center;
}

body #mfn-footer-template .financiacion > div {
    line-height: 0;
}

body #mfn-footer-template .financiacion > div img {
    max-height: 50px;
    width: auto;
}

body #mfn-footer-template .financiacion > div p {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 0;
}

@media only screen and (max-width: 959px) {
    body #mfn-footer-template .financiacion {
        grid-template-columns: 1fr 1fr;
        text-align: center;
        gap: 5px;
   }

    body #mfn-footer-template .financiacion > div:last-child {
        grid-column: 1 / span 2;
   }
}

body #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay p.pojo-a11y-toolbar-title {
    line-height: 1.2;
}

body #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
    font-size: 26px;
    padding: 8px;
    border-radius: 100px 0 0 100px;
    -webkit-border-radius: 100px 0 0 100px;
    -moz-border-radius: 100px 0 0 100px;
    -ms-border-radius: 100px 0 0 100px;
    -o-border-radius: 100px 0 0 100px;
}

/*********************************\
            PAGINA DE INICIO
\*********************************/
.slick-list {
    width: 100%;
}

.slick-track {
    display: flex;
}

.play-button{
    background-color: transparent;
    display: none;
}

.slick-prev, .slick-next {
    background: url('/wp-content/uploads/2025/06/arrowdown-2025-06-30-arrowdown.svg');
    background-position: 75% 50%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.slick-arrow {
    position: absolute;
    border-color: var(--green);
    background-color: var(--white);
    color: var(--green);
    width: 38px;
    height: 38px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    padding: 0;
    font-size: 0;
    line-height: 0;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
}

.mcb-item-video-inner{
    margin: 0px;
}

#Content .todo-slider .slick-prev {
    left: 0;
}

#Content .todo-slider .slick-next {
    right: 0;
}

#Content .services-slider .slick-initialized,
#Content .todo-slider .slick-initialized {
    justify-content: center;
}

.services-slider {
    .slick-slide {
        display: flex;
        justify-content: center; 
        
        .mcb-column-inner {
            max-width: 236px;
        }
    }
}

#Content .services-slider .slick-list .slick-track .slick-slide .slick-slider .slick-list .slick-track .slick-slide {
    justify-content: center;
    display: flex;
}

.slick-dots {
    display: flex;
    gap: 16px;
    line-height: 0;
}

.services-slider .slick-dots{
    margin-top: 54px;
}

.todos-slider .slick-slider {
    position: relative;
}

.todo-slider .slick-dots{
    margin-top: 64px;
}

.todo-slider .slick-dots button,
.services-slider .slick-dots button {
    width: 10px;
    height: 10px;
    font-size: 0px;
    border-width: var(--mfn-button-border-width);
    border-style: var(--mfn-button-border-style);
    border-radius: var(--mfn-button-border-radius);
    border-color: var(--green);
    background-color: var(--color-background);
    padding: 0px;
}

.todo-slider .slick-active button,
.services-slider .slick-dots .slick-active button{
    background-color: var(--green);
}

.todo-slider .slick-slide {
    margin: 0px 17px;
    border-radius: 8px;
    position: relative;
}

/* Degradado sobre las imágenes de fondo de los slides */
.todo-slider .slick-slide .mcb-wrap-inner::before, .gradient .mcb-wrap-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, 
        rgba(0, 0, 0, 0.7) 0%, 
        rgba(0, 0, 0, 0.5) 30%, 
        rgba(0, 0, 0, 0.3) 60%, 
        rgba(0, 0, 0, 0.1) 100%);
    z-index: 1;
    pointer-events: none;
    border-radius: 8px;
}

/* Asegurar que el contenido dentro del wrap esté por encima del degradado */
.todo-slider .slick-slide .mcb-wrap-inner > * {
    position: relative;
    z-index: 3;
}

/* Degradado para elementos con clase gradient */
.gradient {
    position: relative;
}

.gradient .mcb-wrap-inner > * {
    position: relative;
    z-index: 2;
}

.extra-width .section_wrapper {
    max-width: 1312px;
    padding-left: 64px;
    padding-right: 64px;
}

body .slider-section .slick-list {
    transition: all 1s ease-in-out;
}

/* Buscador de reservas */
.buscador-reserva {
    display: flex;
    background: var(--white);
    box-shadow: 0 4px 16px 0 rgb(0 0 0 / 6%);
    border-radius: 500px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    -ms-border-radius: 500px;
    -o-border-radius: 500px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 0 12px 0 34px;
    gap: 20px;

    .input-group {
        display: flex;
        flex-wrap: wrap;

        .input-item {
            width: 240px;
            padding: 12px 35px 12px 20px;
            border-left: solid 1px rgb(148 148 148 / 40%);

            &:first-child {
                border-left: none;
            }

            label {
                font-size: var(--size-psmall);
                line-height: 1.4;
                font-weight: 500;
                color: var(--headings);
                margin: 0;
            }

            input, select {
                margin: 0;
                border: 0;
                padding: 6px 0;
                box-shadow: none;
                font-size: var(--size-p);
                line-height: 1.2;
                font-weight: 400;
                color: var(--paragraphs);
            }

            @media only screen and (max-width: 1239px) {
                width: 200px;
            }

            @media only screen and (max-width: 959px) {
                width: 155px;
                padding: 8px 10px 8px 10px;
            }

            @media only screen and (max-width: 767px) {
                padding: 5px 10px 0px 10px;
            }

            @media only screen and (max-width: 730px) {
                width: 100%;
                border-left: 0;
                border-bottom: solid 1px rgb(148 148 148 / 40%);

                &:last-child {
                    border-bottom: 0;
                }

                input, select {
                    width: 100%;
                }
            }
        }

        @media only screen and (max-width: 730px) {
            width: 100%;
        }
    }

    @media only screen and (max-width: 959px) {
        padding: 0 7px 0 15px;
        margin-top: 20px;
    }

    @media only screen and (max-width: 730px) {
        padding: 15px;
        flex-direction: column;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;

        button {
            width: 100%;
        }
    }
}

/*********************************\
            QUE HACER
\*********************************/
.decorative-letters { 
    display: flex;
    justify-content: center;
    
    .title {
        font-size: 26vw;
        line-height: 1;
    }
}

.testimonials_slider { 
    .testimonials_slider_ul .testimonials_slider_li {
        background: var(--accent-background);
        padding: 64px !important;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;

        .hr_dots {
            display: none;
        }

        .author .title {
            margin: 0;
        }

        @media only screen and (max-width: 767px) {
            padding: 34px !important;
        }
    }

    .slick-dots {
        justify-content: center;

        li {
            a {
                margin: 0 !important;
                background: var(--secondary-text);
                width: 10px;
                height: 10px;
                border-radius: 50px;
                -webkit-border-radius: 50px;
                -moz-border-radius: 50px;
                -ms-border-radius: 50px;
                -o-border-radius: 50px;

                &:after {
                    content: none;
                }
            }

            &.slick-active a {
                background: var(--white);
            }
        } 
    }
}

/*********************************\
            SERVICIOS
\*********************************/

#Content .full-width .section_wrapper{
    
    max-width: none;
}

#Content .mcb-item-map-inner{
    
    margin: 0px;
}

.icon-text-row .column_attr p {
    margin: 0px;
}

#Content .map-container img{
    height: 54px;
    width: 47px;
}

/* Estilos para los iconos del acordeón */
#Content .acc-icon-plus,
#Content .acc-icon-minus {
    font-size: 20px;
    background: var(--green);
    color: var(--white);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;

    @media only screen and (max-width: 959px) {
        font-size: 16px;
        width: 31px;
        height: 31px;
    }
}

.style-simple .accordion {
    .question {
        &.active:after {
            display: none;
        }

        & > .answer {
            box-shadow: none;
        }
    }

    .acc-icon-plus, .acc-icon-minus {
        font-size: 20px;
        background: var(--green);
        color: var(--white);
        width: 38px;
        height: 38px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }
}

/*********************************\
             CONTACTO
\*********************************/
.wpcf7-form {
    input[type=date], input[type=email], 
    input[type=number], input[type=password], 
    input[type=search], input[type=tel], 
    input[type=text], input[type=url], 
    select, textarea {
        padding: 16px;
        box-shadow: none;
    }

    input[type="submit"] {
        width: 100%;
        margin: 0 !important;
    }

    input[name="politica"] + span {
        font-weight: 400;
        font-family: var(--font-text);
        font-size: var(--size-p);
        line-height: 1.6;

        a {
            text-decoration: underline;
        }
    }

    input[type="checkbox"] {
        min-height: 0px;
    }

    .wpcf7-list-item {
        margin: 0;
    }

    .wpcf7-spinner {
        margin: 5px 0 0 -12px;
        left: 50%;
    }

    .form-legal {
        padding: 38px 0 0;

        p {
            font-size: var(--size-psmall);
            font-weight: 300;
            line-height: 1.2;
            margin: 0;
            color: var(--paragraphs);
        }
    }

    .form-row {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 16px 24px;
        margin: 0 0 16px;

        p, span {
            margin: 0;
        }

        .full-width {
            grid-column: auto / span 6;
        }

        .half-width {
            grid-column: auto / span 3;

            @media only screen and (max-width: 420px) {
                grid-column: auto / span 6;
            }
        }

        .third-width {
            grid-column: auto / span 2;
        }
    }

    label {
        font-family: var(--font-decorative);
        font-size: var(--size-plead);
        line-height: 1.4;
        font-weight: 400;
        margin: 0 0 10px;
    }

    button {
        width: 100%;
    }
}

input[type="checkbox"],
input[type="radio"] {
    accent-color: var(--green);
}



/*********************************\
            RESPONSIVE
\*********************************/
@media only screen and (max-width: 1200px) {

    #Content .section_wrapper{
        max-width: 100%;
    }
}

@media only screen and (min-width: 1440px) {        
    .animacion-servicios, .animacion-servicios-zapatos {
        animation: floatUpOnly-1 3s ease-out forwards paused;
    }

    @keyframes floatUpOnly-1 {
        0% {
            transform: translateY(0px);
        }
        100% {
            transform: translateY(-210px);
        }
    }

    .animacion-servicios-zapatos {
        animation: floatUpOnly-2 3s ease-out forwards paused;
    }

    @keyframes floatUpOnly-2 {
        0% {
            transform: translateY(0px);
        }
        100% {
            transform: translateY(-260px);
        }
    }

    .animacion-servicios-left, .animacion-servicios-right {
        animation: floatUpOnly-4 3s ease-out forwards paused;
    }

    @keyframes floatUpOnly-4 {
        0% {
            transform: translateY(0px);
        }
        100% {
            transform: translateY(-200px);
        }
    }
}

@media only screen and (max-width: 1240px) {

    .slider-section {
        margin: 0px 20px;
    }
}

@media only screen and (min-width: 959px) {

        
    .animacion-servicios {
        animation: floatUpOnly-1 3s ease-out forwards;
    }

    @keyframes floatUpOnly-1 {
        0% {
            transform: translateY(200px);
        }
        100% {
            transform: translateY(0px);
        }
    }

    .animacion-servicios-zapatos {
        animation: floatUpOnly-2 3s ease-out forwards;
    }

    @keyframes floatUpOnly-2 {
        0% {
            transform: translateY(0px);
        }
        100% {
            transform: translateY(-290px);
        }
    }

    .animacion-servicios-camas {
        animation: floatUpOnly-3 3s ease-out forwards;
    }

    @keyframes floatUpOnly-3 {
        0% {
            transform: translateY(0px);
        }
        100% {
            transform: translateY(-80px);
        }
    }

    .animacion-servicios-left, .animacion-servicios-right {
        animation: floatUpOnly-4 3s ease-out forwards;
    }

    @keyframes floatUpOnly-4 {
        0% {
            transform: translateY(0px);
        }
        100% {
            transform: translateY(-150px);
        }
    }
}

@media only screen and (max-width: 959px) {
    #Content .section_wrapper {
        max-width: 800px;
    }
    
    #Content .supermercado-foto .mcb-column-inner .image_frame  img{
        max-width: 428px;
    }  

    .posts_group.grid.col-3 .post-item {
        width: 48%;
    }
}


@media only screen and (min-width: 767px) {
    
    #Content .contacto-dudas .mfn-wrapper-for-wraps{
        align-items: flex-start;
    }

    .animacion-servicios {
        animation: floatUpOnly-1 3s ease-out forwards paused;
    }

    @keyframes floatUpOnly-1 {
        0% {
            transform: translateY(50px);
        }
        100% {
            transform: translateY(-90px);
        }
    }

    .animacion-servicios-zapatos {
        animation: floatUpOnly-2 3s ease-out forwards paused;
    }

    @keyframes floatUpOnly-2 {
        0% {
            transform: translateY(70px);
        }
        100% {
            transform: translateY(-70px);
        }
    }

    .animacion-servicios-camas {
        animation: floatUpOnly-3 3s ease-out forwards paused;
    }

    @keyframes floatUpOnly-3 {
        0% {
            transform: translateY(0px);
        }
        100% {
            transform: translateY(-50px);
        }
    }

    .animacion-servicios-left, .animacion-servicios-right {
        animation: floatUpOnly-4 3s ease-out forwards paused;
    }

    @keyframes floatUpOnly-4 {
        0% {
            transform: translateY(0px);
        }
        100% {
            transform: translateY(-100px);
        }
    }

    #Content .img-overflow {

        overflow: hidden;
        animation: floatUpOnly-5 3s ease-out forwards paused;
    }

    @keyframes floatUpOnly-5 {
        0% {
            transform: translateY(0px);
        }
        100% {
            transform: translateY(-300px);
        }
    }

    .texto-fijo {
        position: sticky;
        top: 100px;
        z-index: 10;
        height: fit-content;
        align-self: flex-start;
    }
}

@media only screen and (max-width: 767px) {
    
    #Content .play-button {
        top: 40%;
        left: 48%;
    }

    .div-scroll {
        top: 5%;
        right: 40px;
    }

    .content_wrapper .section_wrapper, .container, .four.columns .widget-area {
        max-width: none !important;
    }

    #Content .supermercado-foto .mcb-column-inner .image_frame  img{
        max-width: 250px;
    }

    #Content .formulario-contacto{
        max-width: 330px;
        padding: 32px;
        background-color: #F8F6F2;
        border-radius: 8px;
    }

    .todo-slider .slick-slide {
        margin: 0px 12px;
    }

    #Content .todo-slider .slick-prev {
        left: 0;
    }
    
    #Content .todo-slider .slick-next {
        right: 0;
    }

    .slick-prev {
        left: 10px;
    }
    
    .slick-next {
        right: 10px;
    }
}

@media only screen and (max-width: 629px) {
    .todo-slider .slick-slide {
        margin: 0 !important;
    }
}

/*********************************\
            COPYRIGHT
\*********************************/
body #Footer .copyright a:hover {
    text-decoration: none;
}

body #Footer .footer_copy {
    border: 0;
    background: black;
    color: white;
}

body #Footer .footer_copy a {
    color: white;
}

body #Footer .footer_copy a:hover {
    color: var(--primary);
}

body #Footer .footer_copy .one {
    --mfn-column-gap-bottom: 15px;
    padding-top: 15px;
    margin-bottom: 0;
}

body #Footer .footer_copy .mcb-column-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

body #Footer .menu {
    list-style: none;
    padding: 0;
    background: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

body #Footer .copyright .menu {
    gap: 0 10px;
    flex-direction: row;
}

body #Footer .menu li:after {
    content: none;
}

body #Footer .menu a {
    padding: 5px 0;
}

body #Footer .footer_copy .copyright {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: .02em;
    float: none;
    text-align: left;
}

body #Footer .footer_copy .copyText {
    margin: 0 0 5px;
}

body #Footer .footer_copy .social {
    line-height: 0;
}

body #Footer .footer_copy .social li a {
    font-size: 22px;
    line-height: 1;
}

@media only screen and (max-width: 959px) {
    body .animate {
        animation-delay: 0ms !important;
    }

    body #Footer .footer_copy .mcb-column-inner {
        flex-direction: column;
    }

    body #Footer .copyright .menu {
        justify-content: center;
    }

    body #Footer .footer_copy .copyright {
        text-align: center;
    }

    body #Footer .footer_copy .social {
        margin-top: 15px;
    }
}


/*********************************\
            KIT DIGITAL
\*********************************/
body #Footer .footer_action {
    background: none;
}

body #Footer .footer_action .one {
    margin-bottom: 0;
}

body #Footer .footer_action .financiacion {
    display: grid;
    grid-template-columns: 1fr 1fr 5fr;
    gap: 20px;
    text-align: left;
    align-items: center;
}

body #Footer .footer_action .financiacion>div {
    line-height: 0;
}

body #Footer .footer_action .financiacion>div img {
    max-height: 50px;
    width: auto;
}

body #Footer .footer_action .financiacion>div p {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 0;
}

@media only screen and (max-width: 959px) {
    body #Footer .footer_action .financiacion {
        grid-template-columns: 1fr 1fr;
        text-align: center;
        gap: 5px;
    }

    body #Footer .footer_action .financiacion>div:last-child {
        grid-column: 1 / span 2;
    }
}

@media only screen and (max-width: 767px) {
    .content_wrapper .mcb-column-inner {
        margin: 0;
    }

    body #Footer .footer_action .financiacion>div img {
        max-height: unset;
        width: 100%;
    }
}

body #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay p.pojo-a11y-toolbar-title {
    line-height: 1.2;
}


/*********************************\
            BLOG
\*********************************/
.blog_noticias {
    h2 {
        font-size:round(calc(var(--size-p) * 2.13), 1px);
    }

    .image_frame {
        border-radius: 15px;
    }
}

.single-post {
    article {
        h1.entry-title{
            margin: 50px 0 20px 0;
        }

        .image_frame {
            border-radius: 15px;
            -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            -ms-border-radius: 15px;
            -o-border-radius: 15px;
        }
    }

    .post-header .title_wrapper h1 {
        font-size: var(--size-h2);
        line-height: 1.1;
    }

    .post-wrapper-content{
        margin: 50px 0;
    }
} 

@media only screen and (max-width: 959px) and (min-width: 768px) {
    .blog-related .post-item:nth-child(3) {
        display: none;
    }
}