/**************************/
/******** LANDING ÁTICOS  *******/
/**************************/

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
  font-family: 'Gotham';
  src: url('../fonts/gotham/Gotham-Book.ttf') format('truetype'),
       url('../fonts/gotham/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url('../fonts/gotham/Gotham-Medium.ttf') format('truetype'),
       url('../fonts/gotham/Gotham-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

:root {
    --color-bgbody: #F4F2EE;
    --color-black: #000000;
	--color-white: #FFFFFF;
	--color-gold: #B99C80;
    --color-turquoise: #93C7C9;
    --color-text: #767474;
    --font-title: "Noto Serif", serif;
    --font-general: 'Gotham', Arial, sans-serif;
	/* --font-icons:"Font Awesome 5 Free"; */
}
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link{
    background-color: var(--color-green-dark);
    color: var(--color-white);
    font-family: var(--font-general);
    font-size: 16.5px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    border-radius: 8px;
    border: 1px solid var(--color-green-dark);
    padding: 13px 22px;
    min-width: 165px;
}

.ic-lang{
    .wpml-ls-link{
        color: var(--color-text);
        font-family: var(--font-general);
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        letter-spacing: -0.28px;
        text-transform: uppercase;
        border-right: 1px solid var(--color-text);
        padding-right: 5px !important
    }
}

.imgl-pin-data.active {
    background-image: url("/wp-content/uploads/2026/03/ON.svg") !important;
}

.ic-notactive{
    cursor:  pointer;
}

.ic-notactive .imgl-pin-data.active {
    background-image: url(https://quintessencemarbella.com/wp-content/uploads/2026/03/QUINTESSENCE.svg) !important;
}

.ic-imagelinks
.imgl-tooltip-form{
    padding: 5px 1rem !important;
}

.imgl-tt{
    color: var(--color-green-dark);
    text-align: center;
    font-family: var(--font-general);
    font-size: 16.5px;
    font-style: normal;
    font-weight: 600;
    line-height: 25.667px; /* 155.556% */
    text-transform: uppercase;
}

.lg-counter{
    display: none !important;
}

.lg-image{
    box-shadow: 3px 4px 13.9px 0 rgba(0, 0, 0, 0.25);
}

.lg-backdrop{
    background-color: var(--color-white) !important;
}

.lg-toolbar .lg-icon,
.lg-counter,
.lg-sub-html{
    color: var(--color-text) !important;
}

.lg-next,
.lg-prev{
    height: 50px !important;
    width: 50px !important;
    padding: 0 !important;
    opacity: 1 !important;
    background-image: url('../images/landing/arrow-splide-left.svg');
    background-size: 13px 31px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 100% !important;
    background-color: rgba(255,255,255,.5) !important;
    margin-top: -25px !important;
}

.lg-next{
    background-image: url('../images/landing/arrow-splide-right.svg');
}

.lg-next:before,
.lg-prev:after{
    content: none !important;
    
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill{
    -webkit-text-fill-color: var(--color-text); /* color del texto */
    transition: background-color 9999s ease-in-out 0s;
    box-shadow: 0 0 0px 1000px transparent inset;
}


.wpcf7 .intl-tel-input, .wpcf7 .country-select{
    margin-top: 0;
}

textarea.form-control,
.wpcf7 input[type=text], .wpcf7 input[type=tel], .wpcf7 input[type=text], .wpcf7 select, .wpcf7 input[type=email]{
    margin-top: 0;
    color: var(--color-text);
    font-family: var(--font-general);
    font-size: 16.5px;
    font-style: normal;
    font-weight: 500;
    line-height: 25.667px; /* 155.556% */
    border-radius: 8px;
    background-color: #F6F6F6;
    border: 0;
}

/* Placeholder */
textarea.form-control::placeholder,
.wpcf7 input[type=text]::placeholder,
.wpcf7 input[type=tel]::placeholder,
.wpcf7 input[type=email]::placeholder,
.wpcf7 select::placeholder {
    color: var(--color-text);
}

.wpcf7 input[type=submit] {
    color: var(--color-white);
    font-family: var(--font-general);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    text-transform: uppercase;
    border-radius: 8px;
    background-color: var(--color-blue) !important;
    background-image: url('/wp-content/uploads/2026/03/arrow-button.svg');
    background-repeat: no-repeat;
    background-position: calc(100% - 22px) center;
    padding: 8px 62px 8px 22px;
    margin-left: 40px;
    width: inherit;
    height: inherit;
    margin-left: 0;
}

.wpcf7 input[type=checkbox] {
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border: 0;
    background-color: #F6F6F6;
}

#wpadminbar{
    display: none !important;
}

figure,
:where(.wp-block-columns) {
    margin-bottom: 0;
}

body{
    background-image: none;
    position: relative;
    background-color: var(--color-bgbody);

    &::after{
        /* content: ''; */
        position: absolute;
        top: 0;
        left: 0;
        width: 50vw;
        height: 100%;
        background-color: white;
        opacity: .25;
    }
}

.main-header{
    width: 100%;
    z-index: 10;
    position: fixed;
    padding-top: 35px;
    padding-bottom: 40px;
    background-color: transparent;

    .dropdown-toggle{
        background-color: transparent;
        border: 0;
        &::after{
            content: none;
        }

        img:last-child{
            display: none;
        }

        &.show{
            img:first-child{
                display: none;
            }
            img:last-child{
                display: block;
            }
        }
    }

    .dropdown-menu{
        border: 0;
        border-radius: 0;
        li{
            margin-bottom: 1rem;

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

    .dropdown-item{
        color: var(--color-text);
        font-family: var(--font-general);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: -0.28px;
        text-transform: uppercase;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 8px;
        transition: 0s all;

        &:hover{
            background-color: transparent;
            border-left: 1px solid var(--color-green-dark);
            font-weight: 600;
        }
    }

    .row{
        align-items: center;
    }

    .ic-header-contact{
        color: var(--color-white);
        font-family: var(--font-general);
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px; /* 157.143% */
        text-transform: uppercase;
        border-radius: 8px;
        background: var(--color-green-dark);
        padding: 8px 22px;
        margin-left: 26px;
    }

    &.scrolled{
        background-color: var(--color-bgbody);
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
    }
}

p{
    color: var(--color-text);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;

    strong{
        color: var(--color-black);
        font-weight: 500;
    }
}

strong{
    color: var(--color-black);
    font-weight: 500;
}

h3.wp-block-heading{
    color: var(--color-gold);
    font-family: var(--font-general);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px; /* 141.667% */
    letter-spacing: 1.4px;
}

h2.wp-block-heading{
    color: var(--color-black);
    font-family: var(--font-title);
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 52px; /* 123.81% */
    text-transform: inherit;
}

h1.wp-block-heading{
    color: var(--color-white);
    font-family: var(--font-title);
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: 82px; /* 102.5% */

    strong{
        color: var(--color-turquoise);
    }
}

.ic-first-video{
    margin-bottom: clamp(36px, 10vw, 72px);
}

.ic-last-video{
    margin-top: 80px;
    width: 100vw;
    height: 715px;
    overflow: hidden;
    margin-bottom: clamp(65px, 10vw, 65px);
}

.ic-list-phases{
    list-style: none;
    padding-left: 0;
    display: flex;
    align-items: center;
    margin: 52px auto;

    li{
        /* &:not(:last-child){ */
            color: var(--color-text);
            font-family: Montserrat;
            font-size: 16.5px;
            font-style: normal;
            font-weight: 600;
            line-height: 25.667px;
            letter-spacing: -0.33px;
        /* } */

        &:first-child{
            padding-right: 2rem;
            margin-right: 2rem;
            border-right: 1px solid var(--color-blue);
        }

        &:nth-child(3){
            margin-left: auto;
        }

        &:last-child{
            a{
                color: var(--color-white);
                font-family: var(--font-general);
                font-size: 14px;
                font-style: normal;
                font-weight: 500;
                line-height: 22px; /* 157.143% */
                text-transform: uppercase;
                border-radius: 8px;
                background: var(--color-green-dark);
                padding: 16px 22px;
                margin-left: 40px;
            }
        }
    }
}

.ic-wrapper-gallery{
    position: relative;
    cursor: pointer;

    .ic-img-gallery{
        height: 392px;
        img{
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: bottom;
        }
    }

    .ic-icon-gallery{
        position: absolute;
        bottom: 21px;
        right: 27px;
    }

}

.ic-list-feat{
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: clamp(26px, 10vw, 52px);
    margin-bottom: clamp(42px, 10vw, 84px);
    gap: 12px;

    li{
        color: var(--color-blue);
        font-family: var(--font-general);
        font-size: 16.5px;
        font-style: normal;
        font-weight: 600;
        line-height: 25.667px; /* 155.556% */
        text-transform: uppercase;
        border-radius: 8px;
        border: 1px solid var(--color-blue);
        padding: 11px 22px;
    }
}

.ic-wrapper-pisopiloto{
    background-color: var(--color-blue);

    .wp-block-columns{
        gap: 0;
    }

    .wp-block-heading,
    p{
        color: var(--color-white)
    }

    .ic-wrapper-middle-video{
        overflow: visible;
        position: relative;
        
        .ic-middle-video{
            cursor: pointer;
            height: 560px;
            width: 61vw;

            video{
                width: 100%;
                height: 100%;
                object-fit: cover;                
            }
        }
    }

    .wp-block-buttons{
        margin-top: 35px;
        .wp-block-button{
            .wp-block-button__link{
                background-color: var(--color-green-dark);
                color: var(--color-white);
                font-family: var(--font-general);
                font-size: 16.5px;
                font-style: normal;
                font-weight: 600;
                line-height: 22px;
                border-radius: 8px;
                border: 1px solid var(--color-green-dark);
                padding: 13px 22px;
                min-width: 165px;
            }
        }
    }
}

.ic-splide-piloto{
    cursor: pointer;
    position: relative;
    /* flex-basis: 120px; */
    transition: .3s flex-basis ease;

    .wp-block-cover{
        height: 900px;
        max-height: calc(100vh - 150px);
    }

    .wp-block-cover__background{
        background-color: rgb(0,0,0) !important;
        opacity: .7 !important;
    }

    .wp-block-cover__inner-container{
        display: none;
    }

    &::after{
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%);
        width: 94px;
        height: 94px;
        background-image: url('../images/landing/arrow-acordeon.svg');
        background-repeat: no-repeat;
        background-size: contain;
        transition: .3s all;
    }

    &.active{
        /* flex-basis: calc(100% - 360px); */

        &::after{
            top: inherit;
            left: 150px;
            bottom: 75px;
            width: 519px;
            height: 265px;
            transform: inherit;
            background-image: url('../images/landing/claim.svg');
        }

        .wp-block-cover__background{
            background-color: transparent !important;
        }

        .wp-block-cover__inner-container{
            display: block;
            padding-top: 100px;
            padding-right: 60px;
            max-width: 560px;

            .wp-block-heading{
                color: var(--color-white);
                font-family: var(--font-general);
                font-size: 40px;
                font-style: normal;
                font-weight: 600;
                line-height: 48px;
                letter-spacing: -1.6px;
                margin-bottom: 2rem;

                &::before{
                    content: none;
                }
            }

            p{
                color: var(--color-white);
                font-kerning: none;
                font-feature-settings: 'liga' off;
                font-family: var(--font-general);
                font-size: 16.5px;
                font-style: normal;
                font-weight: 400;
                line-height: 25.7px;
            }
        }

    }
}

.ic-wrapper-acordeon{
    .wp-block-columns{
        gap: 0;
        display: flex;
        /* flex-direction: row-reverse; */
        overflow: hidden;
        transition: transform 0.5s ease;

        .wp-block-column{
            flex-shrink: 0;
            cursor: pointer;
            position: relative;
            flex: 0 0 120px;
            transition: .4s flex ease;
            will-change: flex;

            .wp-block-cover{
                height: 900px;
                max-height: calc(100vh - 150px);

                .wp-block-cover__image-background{
                    width: 100vw;
                }
            }

            .wp-block-cover__background{
                background-color: rgb(0,0,0) !important;
                opacity: .7 !important;
            }

            .wp-block-cover__inner-container{
                opacity: 0;
                visibility: hidden;
                transition: opacity .3s ease;
            }

            &::after{
                content: '';
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%);
                width: 94px;
                height: 94px;
                background-image: url('../images/landing/arrow-acordeon.svg');
                background-repeat: no-repeat;
                background-size: contain;
                transition: .3s all;
            }

            &.active{
                /* flex-basis: calc(100% - 360px); */
                flex: 1;

                &::after{
                    content: none;
                }

                &::before{
                    z-index: 1;
                    content: '';
                    position: absolute;
                    left: 150px;
                    bottom: 75px;
                    /* width: 519px;
                    height: 265px; */
                    width: 420px;
                    height: 210px;
                    background-image: url('../images/landing/claim.svg');
                    background-repeat: no-repeat;
                    background-size: contain;
                    transition: .3s all;
                }

                .wp-block-cover__background{
                    background-color: transparent !important;
                }

                .wp-block-cover__inner-container{
                    opacity: 1;
                    visibility: visible;
                    padding-top: 100px;
                    padding-right: 60px;
                    max-width: 560px;

                    .wp-block-heading{
                        color: var(--color-white);
                        font-family: var(--font-general);
                        font-size: 40px;
                        font-style: normal;
                        font-weight: 600;
                        line-height: 48px; /* 120% */
                        letter-spacing: -1.6px;
                        margin-bottom: 2rem;

                        &::before{
                            content: none;
                        }
                    }

                    p{
                        color: var(--color-white);
                        font-kerning: none;
                        font-feature-settings: 'liga' off;
                        font-family: var(--font-general);
                        font-size: 16.5px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: 25.7px; /* 155.758% */
                    }
                }

            }
        }
    }
}

.ic-wrapper-zonascomunes{
    padding-top: 90px;

    .ic-wrapper-3images{
        margin-top: clamp(62px, 10vw, 94px);
        margin-bottom: clamp(95px, 10vw, 190px);

        figure{
            height: 350px;
            img{
                height: 100%;
                width: 100%;
                object-fit: cover;
            }
        }
    }

    .nav{
        justify-content: space-between;

        .nav-item{
            width: 16.6%;
            .nav-link{
                padding: 17px;
                color: var(--color-text);
                text-align: center;
                font-family: var(--font-general);
                font-size: 16.5px;
                font-style: normal;
                font-weight: 400;
                line-height: 120%; /* 19.8px */
                letter-spacing: 0.33px;
                text-transform: uppercase;
                border-radius: 0;
                width: 100%;

                &.active{
                    background-color: var(--color-blue);
                    color: var(--color-white);
                }
            }
        }
    }

    .tab-content{
        .tab-pane{
            margin-bottom: 130px;
            img{
                width: 100%;
                height: 515px;
                object-fit: cover;
                margin-bottom: 20px;
            }
            p{
                font-size: 16.5px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
            }
        }
    }
}

.ic-wrapper-ubicacion{

    .ic-splide-ubicacion{
        margin-top: 80px;

        .splide__slide{
            max-width: 850px;
            margin: 0 10px;

            img{
                height: 365px;
                object-fit: cover;
            }

            .wp-element-caption{
                background-color: #E4E2D7;
                font-size: 16.5px;
                font-style: normal;
                font-weight: 600;
                line-height: normal;
                letter-spacing: -0.33px;
                text-transform: uppercase;
                margin-top: 0;
                margin-bottom: 90px;
                padding: 20px 30px;

                strong{
                    float: right;
                    font-weight: 600;
                }
            }
        }
        .splide__arrows{
            /* padding-top: 80px;
            padding-bottom: 80px; */

            .splide__arrow{
                svg{
                    display: none;
                }
                top: calc(50% - 45px);
                opacity: 1;
                background-color: rgba(255,255,255,.5);
                height: 45px;
                width: 45px;
                background-image: url('../images/landing/arrow-splide-left.svg');
                background-size: 13px 31px;
                background-repeat: no-repeat;
                background-position: 50% 50%;

                &.splide__arrow--next{
                    background-image: url('../images/landing/arrow-splide-right.svg');
                    background-position: 55% 50%;
                }
            }
        }
    }

}

.ic-wrapper-contact{
    .wp-block-heading{
        color: var(--color-blue);
        font-family: var(--font-title);
        font-size: clamp(50px, 3vw, 64px);
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        margin-bottom: clamp(20px, 3vw, 41px);

        &::before{
            content: none;
        }
    }

    .wpcf7-list-item-label{
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: 18px; /* 128.571% */
        letter-spacing: -0.56px;
    }

    .ic-info{
        margin-top: clamp(15px, 4vw, 78px);
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: 18px; /* 150% */
        letter-spacing: -0.48px;
    }
}

.main-footer{
    .footer-three{
        a{
            color: #1B1B1B;
            font-size: 16.5px;
            font-style: normal;
            font-weight: 400;
            line-height: 80%; /* 13.2px */
            letter-spacing: -0.33px;
        }

        p{
            margin-bottom: 0;
        }

        p:last-of-type,
        p:last-child{
            a{
                color: var(--color-green);
            }
        }
    }
}

.footer-bottom{
    margin-top: clamp(0px, 4vw, 60px); 
    p,a{
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 25.667px; /* 183.333% */
        letter-spacing: -0.28px;
    }
    .row{
        &:last-child{
            p{
                color: rgba(27, 27, 27, 0.50);
                text-align: center;
                font-size: 13px;
                font-style: normal;
                font-weight: 300;
                line-height: 15px; /* 115.385% */
                letter-spacing: -0.52px;
            }
        }
    }
}

#toTop{
    background-image: url('../images/landing/scroll-up.svg');
    background-repeat: no-repeat;
    background-size: 40px 40px;
    background-color: transparent;
    /* background-color: rgba(255, 255, 255, 1); */
    border-radius: 100%;

    svg{
        display: none;
    }
}

.ic-show-mobile-custom{
    display: none !important;
}


.ic-page-thankyou-lp{

    .wp-block-heading{
        width: inherit;
        color: var(--color-blue);
        text-align: center;
        font-family: var(--font-general);
        font-size: 16.5px;
        font-style: normal;
        font-weight: 600;
        line-height: 25.667px; /* 155.556% */
        letter-spacing: -0.33px;
        text-transform: uppercase;
        margin-bottom: 0;

        &::before{
            content: none;
        }
    }

    h1.wp-block-heading{
        font-family: var(--font-title);
        font-size: 100px;
        font-weight: 400;
        line-height: 100%; /* 100px */
        letter-spacing: -6px;
        margin-top: 27px;
        margin-bottom: 57px;
        text-transform: inherit;
    }

    figure{
        height: 370px;
        margin-top: 95px;
        margin-bottom: 95px;
        img{
            height: 100%;
            width: 100%;
            object-fit: cover;
        }
    }
}





/**************************/
/********* RESPONSIVE *********/
/**************************/

/* MacBook Pro o pantallas grandes (menos de 1441px) */
@media (max-width: 1440.98px) { 
    /* html {
        scroll-padding-top: 110px;
    } */

    .main-header.scrolled,
    .main-header{
        padding-top: 15px !important;
        padding-bottom: 20px !important;
    }

    .ic-wrapper-acordeon{
        .wp-block-columns{
            .wp-block-column{

                &::after{
                    width: 75px;
                    height: 75px;
                }

                &.active{
                    .wp-block-cover__inner-container{
                        padding-top: 50px;
                        padding-right: 30px;
                    }

                    &::before{
                        left: 75px;
                        bottom: 35px;
                    }
                }
            }
        }
    }

    .ic-wrapper-zonascomunes{
        .tab-content{
            .tab-pane{
                img{
                    max-height: calc(100vh - 270px);
                }
            }
        }
    }

    .ic-last-video{
        max-height: calc(100vh - 100px);
    }
    
}

/* Bootstrap XXL: menos de 1400px */
@media (max-width: 1399.98px) {

}

/* Bootstrap XL: menos de 1200px */
@media (max-width: 1199.98px) {

}

/* Bootstrap LG: menos de 992px */
@media (max-width: 991.98px) {

    .wpcf7 input[type=submit] {
        margin-right: 0 !important;
        font-size: 14px !important;
        padding: 8px 62px 8px 22px !important;
    }

    .main-header{
        border-bottom: 0;
        box-shadow: none;
    }

    .mobile-nav-wrapper.active {
        display: flex;
        width: 100%;
        position: fixed;
        left: 0px;
        background-color: white;
        height: calc(100vh - 75px);
        top: 75px;
        justify-content: center;
        align-items: center;
        flex-direction: column;

        ul{
            list-style: none;
            padding-left: 0;
        }

        li a{
            color: var(--color-text);
            font-family: var(--font-general);
            font-size: 16.5px;
            font-style: normal;
            font-weight: 400;
            letter-spacing: -0.28px;
            text-transform: uppercase;
            text-align: center;
            padding-top: 0;
            padding-bottom: 0;
            padding-left: 8px;
            transition: 0s all;
            margin-bottom: 2rem;
            display: block;

            &.ic-header-contact{
                margin-left: 0;
                padding: 8px 22px;
                color: var(--color-white)
            }

            &.wpml-ls-link {
                color: var(--color-text);
                font-family: var(--font-general);
                font-size: 14px;
                font-style: normal;
                font-weight: 600;
                letter-spacing: -0.28px;
                text-transform: uppercase;
                border-right: 0;
                padding-right: 5px !important;
            }

            &:hover{
                background-color: transparent;
                border-left: 1px solid var(--color-green-dark);
                font-weight: 600;
            }
        }
    }

    #mobile-switch{
        border-left: 1px solid var(--color-green-dark) !important;
        border-radius: 0 !important;
        padding: 0;
        padding-left: 20px;
        margin-left: 20px;
        height: 37px;
        margin-top: -4px;

        .ic-close-menu-mobile{
            height: 37px !important;
            margin-left: -13px;
        }
    }

    .ic-list-feat{
        flex-wrap: wrap;
    }

    .ic-list-phases{
        p{
            color: var(--color-text);
            font-family: Montserrat;
            font-size: 16.5px;
            font-style: normal;
            font-weight: 600;
            line-height: 25.667px;
            letter-spacing: -0.33px;
        }
        a{
            color: var(--color-white);
            font-family: var(--font-general);
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: 22px; /* 157.143% */
            text-transform: uppercase;
            border-radius: 8px;
            background: var(--color-green-dark);
            padding: 16px 22px;
            margin-top: 20px;
            display: inline-block;
        }

        .wp-block-columns.is-not-stacked-on-mobile{
            position: relative;
            &::after{
                content: '';
                position: absolute;
                top: 10px;
                left: 50%;
                width: 1px;
                height: 36px;
                background-color: var(--color-green-dark);
            }
        }
    }

    .ic-wrapper-ubicacion{
        .ic-splide-ubicacion{
            .splide__slide{
                max-width: 75vw;
            }
        }
    }

    .ic-wrapper-contact {
        .wp-block-heading {
            font-size: clamp(43px, 3vw, 64px);
        }
    }

    .wpcf7{
        margin-top: 50px;
    }

    .ic-last-video{
        height: inherit;
    }

    .ic-wrapper-zonascomunes{
        .nav{
            .nav-item{
                width: 33.33%;
            }
        }
        .ic-wrapper-3images{
            figure{
                height: inherit;
            }
        }
    }

    .ic-wrapper-acordeon{
        .wp-block-columns{
            .wp-block-column{
                &.active{
                    &::before{
                        /* left: 0;
                        width: 50vw;
                        height: 260px; */
                        content: none;
                    }
                }
            }
        }
    }

    .ic-wrapper-pisopiloto{
        .wp-block-columns{
            .wp-block-column{
                &:first-child{
                    padding-top: 80px;
                    padding-bottom: 40px;
                }
            }
        }
        .ic-wrapper-middle-video{
            .ic-middle-video{
                height: 100%;
            }
        }
    }

    .footer-bottom{
        .footer-bottom-right{
            .menu{
                display: flex;
                justify-content: center;
                gap: 2rem;
            }
        }
    }

    .ic-imagelinks::after{
        background: url('../images/landing/scroll-map.svg');
        width: 46px;
        height: 46px;
    }

    .ic-imagelinks .imgl-map .imgl-image{
        width: 1920px !important;
        height: 550px !important;
    }
    
    .claim-mobile{
        margin-top: 50px;
        margin-bottom: 65px;
    }

    .main-footer{
        .ic-show-mobile{
            .menu{
                margin-top: 2rem;
                list-style: none;
                padding-left: 0;
                
                li{
                    margin-bottom: 1rem
                };
            }
        }
    }

}

/* Bootstrap MD: menos de 768px */
@media (max-width: 767.98px) {

     body main{
        margin-top: 30px;
    }

    .wp-block-heading{
        padding-left: 18px;
        margin-bottom: 2rem;
        
        &:before{
            left: 0;
        } 
    }

    .ic-show-desktop-custom{
        display: none !important;
    }

    .ic-show-mobile-custom{
        display: block !important;
    }

    .main-header{
        .ic-logo-link{
            img{
                max-width: 196px;
            }
        }
    }

    .ic-first-video{
        aspect-ratio: 1 / 1;
        height: inherit;
        margin-bottom: 0;

        video{
            height: 100%;
            width: 100%;
            object-fit: cover;
        }
    }

    .ic-wrapper-gallery{
        .ic-img-gallery{
            aspect-ratio: 1 / 1;
            width: 100%;
        }
    }

    .ic-wrapper-middle-video{
        .ic-show-mobile-custom{
            margin-top: 2rem;
            margin-bottom: 2rem;
            display: flex !important;
        }
    }

    .ic-wrapper-pisopiloto{
        .wp-block-heading{
            margin-bottom: 60px;
        }

        .ic-wrapper-middle-video{
            .ic-middle-video{
                height: 250px;
                width: inherit;
            }
        }
    }

    .ic-wrapper-acordeon{
        .wp-block-heading{
            padding-left: 0;
        }

        .wp-block-columns{
            .wp-block-column{
                height: 70px;

                .wp-block-cover{
                    .wp-block-cover__image-background{
                        height: 70px;
                    }
                }

                &::after{
                    width: 48px;
                    height: 48px;
                    top: calc(50% - 24px);
                    left: inherit;
                    right: 1rem;
                    transform: inherit;
                }

                &.active{
                    height: 510px;

                    .wp-block-cover{
                        .wp-block-cover__image-background{
                            height: 510px;
                        }
                    }

                    .wp-block-cover__inner-container{
                        padding-top: 20px;
                    }

                    &::before{
                        content: none
                    }
                }
            }
        }
    }


    .ic-wrapper-contact{
        .wp-block-columns{
            gap: 0 !important;
        }
    }

    .ic-contact-form{
        margin-bottom: 0;
        .wp-block-heading{
            padding-left: 0;
        }
    }

    .wpcf7{
        margin-top: 0
    }

    .ic-wrapper-ubicacion{
        .ic-splide-ubicacion{
            margin-top: 0;

            .splide__slide{
                max-width: 90vw;
                .wp-element-caption{
                    margin-bottom: 2rem;
                }

                &.splide__slide_shopping-centre{
                    img{
                        object-position: -180px;
                    }
                }

            }
            .splide__arrows{
                padding-top: 0;
                padding-bottom: 0;
                /* transform: translateY(-50px); */

                /* .splide__arrow{
                    &.splide__arrow--next{
                        right: 2rem;
                    }
                } */
            }
        }
    }


    .footer-bottom{
        .footer-bottom-right{
            .menu{
                gap: 0;
                flex-direction: column;
                li:not(:last-child){
                    margin-bottom: 0;
                }
            }
        }
    }

    .ic-imagelinks{
        margin-top: 1rem;
    }

    .ic-wrapper-zonascomunes{
        .ic-splide-zonascomunes{
            .splide__slide{
                margin-bottom: 50px;
                margin-right: 1rem;
                max-width: 90vw;
                .wp-element-caption {
                    text-align: center;
                    color: var(--color-text);
                    strong{
                        display: block;
                        color: var(--color-white);
                        background-color: var(--color-blue);
                        font-size: 16.5px;
                        font-style: normal;
                        font-weight: 600;
                        line-height: normal;
                        letter-spacing: -0.33px;
                        text-transform: uppercase;
                        margin-top: 0;
                        margin-bottom: 0;
                        padding: 20px 30px;
                    }
                }
                img {
                    height: 365px;
                    object-fit: cover;
                }
            }
            .splide__arrows{
                padding-top: 80px;
                padding-bottom: 80px;

                .splide__arrow{
                    svg{
                        display: none;
                    }
                    opacity: 1;
                    background-color: transparent;
                    height: 31px;
                    width: 13px;
                    background-image: url('../images/landing/arrow-splide-left.svg');
                    background-size: 13px 31px;
                    background-repeat: no-repeat;

                    &.splide__arrow--next{
                        background-image: url('../images/landing/arrow-splide-right.svg');
                    }
                }
            }
            .splide__arrows{
                padding-top: 0;
                padding-bottom: 0;
                transform: translateY(-50px);

                .splide__arrow{
                    &.splide__arrow--prev{
                        left: inherit;
                        right: 50px;
                    }
                }
            }
        }
    }

    .wpcf7 input[type=submit] {
        margin: 0 auto !important;
    }

    .ic-wrapper-contact {
        .wp-block-heading {
            font-size: clamp(50px, 3vw, 64px);
        }
    }

}

/* Bootstrap SM: menos de 576px */
@media (max-width: 575.98px) {

}
