/**************************/
/******** LANDING NAYA  *******/
/**************************/

@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-bglight: #E5DED1;
    --color-bgdark: #DDD0BE;
    --color-black: #000000;
	--color-white: #FFFFFF;
	--color-gold: #B99C80;
    --color-blue: #009092;
    --color-turquoise: #93C7C9;
    --color-text: #767474;
    --font-title: "Noto Serif", serif;
    --font-general: 'Gotham', Arial, sans-serif;
	/* --font-icons:"Font Awesome 5 Free"; */
}

.wpcf7 form .wpcf7-response-output{
    margin: 0;
    margin-top: 1rem;
    border: 0;
    color: var(--color-text);
}

.wpml-ls-link {
    pointer-events: inherit !important;
}

.splide{
    padding-top: inherit;
    padding-bottom: inherit;
}

.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-white);
        text-align: right;
        font-family: var(--font-general);
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal; /* 142.857% */
        text-transform: uppercase;
        border-right: 1px solid var(--color-white);
        padding: 0;
        padding-right: 5px !important;
        span{
            width: 19px;
            overflow: hidden;
            display: inline-block;
        }
    }
}

.imgl-pin-data {
    background-image: url("/wp-content/themes/naya/images/marcador.png") !important;
    background-size: 24px 24px !important;
}

 
.ic-notactive .imgl-pin-data {
    background-image: url('/wp-content/themes/naya/images/logo-naya-map.png') !important;
    background-size: contain !important;
}

.ic-imagelinks,
.imgl-theme-light .imgl-tooltips .imgl-tooltip-form{
    padding: 0 !important;
}

.imgl-tt{
    border-radius: 50px;
    background: var(--color-white);
    padding: 5px 10px;
    p{
        padding: 0;
        color: #63B2B3;
        text-align: center;
        font-family: var(--font-general);
        font-size: 12.906px;
        font-style: normal;
        font-weight: 500;
        line-height: 21.509px; /* 166.667% */
        letter-spacing: 0.181px;
        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-form p {
    margin-bottom: 0 !important;
}

.wpcf7-not-valid-tip{
    background-color: transparent;
    font-size: 12px;
    margin-top: 0;
}

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

.wpcf7-form .intl-tel-input input,
.wpcf7-form .intl-tel-input input[type=tel],
.wpcf7-form .intl-tel-input input[type=text],
.wpcf7-form .form-control,
.wpcf7-form .textarea.form-control,
.wpcf7-form .form-control:focus,
textarea.form-control,
.wpcf7 input[type=text], .wpcf7 input[type=tel], .wpcf7 input[type=text], .wpcf7 select, .wpcf7 input[type=email]{
    padding: 13px 12px;
    border-radius: 6px;
    border: 1px solid #ECE9E4;
    background: var(--color-white);
    color: var(--color-text);
    font-family: var(--font-general);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-transform: none;
    margin-bottom: 0 !important;
    min-height: inherit !important;
}

/* 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] {
    width: 100%;
    border-radius: 6px;
    background: var(--color-blue);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
    /* height: 43px; */
    color: var(--color-bgbody);
    text-align: center;
    font-family: var(--font-general);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    padding-left: 22px;
    padding: 13px 22px;
    margin-top: 2rem;

    &:hover{
        padding-right: 22px;
    }
}

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

    &:checked{
        background-image: url('../images/icons/icon-checkbox.svg');
        background-size: 14px 14px;
        background-position: center center;
        background-repeat: no-repeat;
    }
}

#wpadminbar{
    display: none !important;
}

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

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

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

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

    .ic-menu{
        gap: 50px;
    }

    a{
        color: var(--color-white);
        font-family: var(--font-general);
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px; /* 142.857% */
        text-transform: uppercase;
    }

    .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;
        }
    }

    .ic-header-contact{
        display: flex;
        width: 150px;
        height: 31px;
        padding: 11px 35px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 6px;
        background: radial-gradient(100% 100% at 0% 17.59%, #63B2B3 0%, #009092 100%);
        margin-left: 25px;
    }

    .wpml-ls-legacy-list-horizontal {
        padding: 0;
    }

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

        a{
            color: var(--color-gold)
        }

        .ic-logo-link{
            img{
                content: url('/wp-content/uploads/2026/03/Logo-reducido_Cremas.png');
            }
        }

        .ic-lang{
            a{
                border-color: var(--color-gold);
            }
        }

        .ic-header-contact{
            color: var(--color-white);
        }

    }
}

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: clamp(55px, 4vw, 80px);
    font-style: normal;
    font-weight: 400;
    line-height: clamp(55px, 4vw, 82px);
    text-transform: inherit;

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

.main-header + .wp-block-cover.vh-100{
    position: relative;

    .wp-block-cover__inner-container{
        width: 100%;
        max-width: 1320px;
        min-height: 100vh;
        padding-top: 190px;
        margin: 0 auto;

        .wp-block-buttons{
            margin-top: 42px;
            gap: 21px;
            .wp-block-button{
                .wp-block-button__link{
                    width: 100%;
                    max-width: 258.074px;
                    height: 50px;
                    border-radius: 8px;
                    background-color: var(--color-bgbody);
                    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
                    color: var(--color-gold);
                    text-align: center;
                    font-family: var(--font-general);
                    font-size: 12px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: 20px; /* 166.667% */
                }

                &:last-child{
                    .wp-block-button__link{
                        background-color: var(--color-blue);
                        color: var(--color-bgbody);
                    }
                }
            }
        }

        .wp-block-list{
            position: absolute;
            bottom: 40px;
            display: flex;
            gap: 43px;

            li{
                color: var(--color-white);
                font-family: var(--font-title);
                font-size: 24px;
                font-style: normal;
                font-weight: 500;
                line-height: normal; /* 325% */

                strong{
                    display: block;
                    color: #E4E3E3;
                    font-family: var(--font-general);
                    font-size: 12px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: normal; /* 166.667% */
                    text-transform: uppercase;
                }
            }
        }
    }
}

.ic-wrapper-naya{
    padding-top: 80px;
    padding-bottom: 100px;

    .wp-block-columns{
        &:first-child{
            margin-bottom: 120px;
            .wp-block-column{
                &:first-child{
                    figure{
                        height: calc(100vh - 160px);
                        max-height: 700px;
                        img{
                            border-radius: 6px;
                            height: 100%;
                            width: 100%;
                            object-fit: cover;
                        }
                    }
                }
                &:last-child{
                    .wp-block-heading{
                        margin-bottom: 2rem;
                        max-width: 495px;
                    }
                    .wp-block-list{
                        margin-top: 45px;
                        li{
                            margin-bottom: 30px;
                            img{
                                float: left;
                                margin-bottom: 30px;
                                margin-right: 1rem;
                            }
                        }
                    }
                }
            }
        }
        &:last-child{
            .wp-block-column{
                .wp-block-heading{
                    margin-top: 22px;
                    margin-bottom: 22px;
                    color: var(--color-blue);
                    font-size: 25px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: 32px; /* 128% */
                }
            }
        }
    }
}

.ic-wrapper-contact{

    .wp-block-columns{
        .wp-block-column:last-child{
            border-radius: 12px;
            border: 0.5px solid #F9F9F9;
            background: #ECE9E4;
            padding: 40px;
            padding-top: 1rem;
        }
    }

    form{
        label{
            margin-top: 24px;
            color: var(--color-gold);
            font-family: var(--font-general);
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: 16px; /* 133.333% */
            letter-spacing: 1.4px;
            text-transform: uppercase;
        }

        .form-legal{
            text-align: start;
            label{
                color: var(--color-text);
                font-family: var(--font-general);
                font-size: 12px;
                font-style: normal;
                font-weight: 400;
                line-height: 15px; /* 125% */
                text-transform: none;
            }
        }
    }

    .wp-block-heading{
        margin-top: 0;
        margin-bottom: 0;
    }


    h2.wp-block-heading{
        color: var(--color-blue);
        font-size: 42px;
        font-style: normal;
        font-weight: 500;
        line-height: 48px; /* 114.286% */
        margin-top: 1rem;
        margin-bottom: 2rem;
    }

    .wp-block-list{
        display: block;
        li{
            padding-right: 0;
            border-right: 0;
            color: var(--color-black);
            font-family: var(--font-general);
            font-size: 15px;
            font-style: normal;
            font-weight: 400;
            line-height: 20px; /* 133.333% */
            margin-bottom: 2rem;

            a{
                color: var(--color-black);
                font-family: var(--font-general);
                font-size: 15px;
                font-style: normal;
                font-weight: 400;
                line-height: 20px; /* 133.333% */
            }

            img{
                float: left;
                margin-right: 1rem;
                margin-bottom: 2rem;
            }

            strong{
                font-family: var(--font-title);
                font-size: 16px;
                font-style: normal;
                font-weight: 500;
                line-height: 28px; /* 175% */
            }

            &:last-child {
                padding-left: 0;
            }
        }
    }
}

body:not(.home){

    .main-header{
        background-color: var(--color-bgbody);
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);

        a{
            color: var(--color-gold)
        }

        .ic-logo-link{
            img{
                content: url('/wp-content/uploads/2026/03/Logo-reducido_Cremas.png');
            }
        }

        .ic-lang{
            a{
                border-color: var(--color-gold);
            }
        }

        .ic-header-contact{
            color: var(--color-white);
        }
    }

    .ic-wrapper-contact{
        .wp-block-columns{
            .wp-block-column:last-child{
                padding: 0;
                background-color: transparent;

                figure{
                    height: 100%;
                    img{
                        height: 100%;
                        width: 100%;
                        object-fit: cover;
                        border-radius: 6px;
                    }
                }
            }
        }
    }

    h2.wp-block-heading{
        color: var(--color-black);
    }
}

.ic-wrapper-sliderfullwidth{
    .slider-for{
        .slick-slide{
            img{
                width: 100vw;
                height: 100%;
                max-height: calc(100vh - 80px);
                object-fit: cover;
            }
        }
    }
    .slider-nav{
        width: 100%;
        max-width: 1320px;
        margin: 0 auto;
        transform: translateY(-60px);


        .slick-track{
            display: flex;
            justify-content: space-around;
            align-items: center;
        }

        .slick-slide{
            width: fit-content !important;
            cursor: pointer;

            div div{
                text-align: center;
                color: var(--color-white);
                text-align: center;
                font-family: var(--font-general);
                font-size: 18px;
                font-style: normal;
                font-weight: 400;
                line-height: 22px; /* 122.222% */
                opacity: .5;
                padding-bottom: 10px;
            }
            
            &.slick-current{
                div div{
                    opacity: 1;
                    border-bottom: 1px solid var(--color-white);
                }
            }
        }
    }
}

.ic-wrapper-residencial{
    background-color: var(--color-bgdark);
    padding-top: 78px;
    padding-bottom: 78px;
    margin-top: -41px;

    p{
        color: var(--color-black);
    }

    .wp-block-columns{
        .wp-block-column{
            &:first-child{
                .wp-block-heading{
                    margin-bottom: 35px;
                }
                figure{
                    margin-top: 60px;
                }
            }
            &:last-child{
                figure{
                    width: 100%;
                    height: 385px;
                    img{
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                        border-radius: 8px;
                    }
                }
            }
        }
    }
}

.ic-wrapper-location{
    padding-top: 89px;
    padding-bottom: 123px;

    .wp-block-columns{
        h2{
            margin-top: 2rem;
            margin-bottom: 2rem;
        }
    }

    .ic-two-images{
        figure{
            img{
                height: 536px;
                width: 100%;
                object-fit: cover;
                border-radius: 8px;
            }
        }
    }

    .ic-splide-ubicacion{
        margin-top: 70px;
        margin-bottom: 115px;

        .splide__arrow{
            top: -115px;
            bottom: inherit;
            &.splide__arrow--prev{
                left: inherit;
                right: 50px;
                background-image: url('../images/icons/arrow-splide-left.svg');
            }
            &.splide__arrow--next{
                left: inherit;
                right: 0;
                background-image: url('../images/icons/arrow-splide-right.svg');
                border-left: 0;
            }
        }

        .splide__slide{
            margin: 0 8px;
            max-width: 200px;
            overflow: hidden;
        }

        img{
            height: 200px;
            width: 200px;
            object-fit: cover;
            border-radius: 100%;
        }

        .wp-element-caption{
            color: var(--color-blue);
            text-align: center;
            font-family: var(--font-general);
            font-size: 11px;
            font-style: normal;
            font-weight: 500;
            line-height: 16px; /* 123.077% */
            text-transform: uppercase;
            margin-top: 20px;
        }
    }
    
}

.ic-wrapper-map{
    background-color: var(--color-bglight);
    padding-top: 114px;
    padding-bottom: 90px;

    h2{
        margin-top: 2rem;
        margin-bottom: 2rem;
        padding-right: 15%;
    }

    .wp-block-list{
        margin-top: 50px;
        li{
            margin-bottom: 30px;
            img{
                margin-right: 1rem;
            }
        }
    }

    .imgl-map{
        overflow-x: hidden;
        overflow-y: hidden;
        height: 620px;
        /* overflow: hidden; */
        border-radius: 8px;

        .imgl-image{
            border-radius: 8px;
            width: 1920px !important;
            /* height: 550px !important; */
            /* height: 100% !important; */
            /* background-size: auto 100%; */
        }
    }

    /* Scrollbar */
    .imgl-map::-webkit-scrollbar {
    width: 1px;
    }

    /* Fondo */
    .imgl-map::-webkit-scrollbar-track {
    background: var(--color-bglight);
    }

    /* Barra */
    .imgl-map::-webkit-scrollbar-thumb {
    background: var(--color-bgdark);
    border-radius: 2px;
    }

    /* Hover */
    .imgl-map::-webkit-scrollbar-thumb:hover {
        background: var(--color-bgdark);
    }

    .imgl-map + .wp-block-list{
        display: flex;
        transform: translateY(-110px);
        justify-content: space-around;
        align-items: center;
        position: relative;
        z-index: 1;
        li{
            color: var(--color-white);
            font-family: var(--font-general);
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 22.741px; /* 142.13% */
            text-transform: uppercase;
            margin-bottom: 0;

            img{
                margin: 0 5px;
            }

            &:last-child{
                text-align: end;
            }
        }
    }

}

.ic-wrapper-amenities{
    padding-top: 114px;
    padding-bottom: 90px;

    h2{
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .ic-splide-amenities{
        margin-top: 100px;
        margin-bottom: 115px;

        .splide__arrow{
            top: -60px;
            bottom: inherit;
            &.splide__arrow--prev{
                left: inherit;
                right: 50px;
                background-image: url('../images/icons/arrow-splide-left.svg');
            }
            &.splide__arrow--next{
                left: inherit;
                right: 0;
                background-image: url('../images/icons/arrow-splide-right.svg');
                border-left: 0;
            }
        }

        .splide__slide{
            margin: 0 16px;
            max-width: 405px;
        }

        img{
            height: 334px;
            width: 100%;
            object-fit: cover;
            border-radius: 6px;
        }

        .wp-element-caption{
            color: var(--color-text);
            font-family: var(--font-general);
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 22.7px; /* 141.875% */

            strong{
                display: block;
                margin-top: 20px;
                margin-bottom: 15px;
                color: var(--color-blue);
                font-family: var(--font-title);
                font-size: 25px;
                font-style: normal;
                font-weight: 500;
                line-height: 36.709px; /* 146.837% */
            }
        }
    }
}

.ic-wrapper-video{
    position: relative;

    .wp-block-cover{
        min-height: 645px;
        cursor: pointer;
    }

    h3.wp-block-heading{
        color: var(--color-white);
        font-family: var(--font-general);
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 16px; /* 133.333% */
        letter-spacing: 5px;
        text-transform: uppercase;
    }

    h2.wp-block-heading{
        margin-top: 25px;
        margin-bottom: 95px;
        color: var(--color-white);
        text-align: center;
        font-family: var(--font-title);
        font-size: 42px;
        font-style: normal;
        font-weight: 400;
        line-height: 54px; /* 128.571% */
    }

    iframe{
        width: 100%;
        height: 100%;
        aspect-ratio: 16 / 9;
    }

    .modal-content{
        background-color: transparent;
        border: 0;
        .modal-header{
            border-bottom: 0;
            button{
                filter: invert(1);
            }
        }
    }
}

.ic-wrapper-cita{
    background-color: var(--color-bgdark);
    padding-top: 30px;
    padding-bottom: 30px;

    p{
        color: var(--color-black);
        margin-bottom: 0;
    }

    .wp-block-buttons{
        width: 100%;
        max-width: 496px;
        .wp-block-button{
            width: 100%;
            max-width: 496px;
            .wp-block-button__link{
                width: 100%;
                max-width: 496px;
                border-radius: 6px;
                background: var(--color-blue);
                box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
                /* height: 43px; */
                color: var(--color-bgbody);
                text-align: center;
                font-family: var(--font-general);
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: 24px; /* 171.429% */
                letter-spacing: 1.4px;
                text-transform: uppercase;
            }
        }
    }
}

.ic-wrapper-typologies{
    padding-top: 98px;
    /* padding-bottom: 125px; */

    h3 + h2{
        margin-top: 1rem;
        margin-bottom: 35px;
        + p{
            max-width: 870px;
            margin: 0 auto;
            margin-bottom: 60px;
        }
    }

    .ic-columns-typologies{
        margin-bottom: 90px;

        .wp-block-column{
            figure{
                margin-bottom: 20px;
                position: relative;
                img{
                    height: 425px;
                    width: 100%;
                    object-fit: cover;
                    border-radius: 6px;
                }
                .wp-element-caption{
                    position: absolute;
                    top: 18px;
                    left: 17px;
                    color: #63B2B3;
                    font-family: var(--font-general);
                    font-size: 12px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: 20px; /* 166.667% */
                    letter-spacing: 0.168px;
                    text-transform: uppercase;
                    border-radius: 100px;
                    background: var(--color-white);
                    width: fit-content;
                    padding: 5px 10px 2.5px 10px;
                }
            }

            .wp-block-heading{
                font-size: 25px;
                font-style: normal;
                font-weight: 500;
                line-height: 36.709px; /* 146.837% */
            }

            .wp-block-list{
                margin-top: 1rem;
                li{            
                    color: var(--color-text);
                    font-family: var(--font-general);
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 22.741px; /* 142.13% */
                    padding-left: 30px;
                    margin-bottom: 10px;
                    position: relative;

                    &::before{
                        content: '';
                        position: absolute;
                        left: 0;
                        top: calc(50% - 6.5px);
                        width: 13px;
                        height: 13px;
                        border-radius: 4px;
                        background-color: var(--color-bgdark);
                    }
                }
            }

            .wp-block-buttons{
                margin-top: 30px;
                .wp-block-button{
                    .wp-block-button__link{
                        min-height: 24px;
                        color: var(--color-blue);
                        font-family: var(--font-general);
                        font-size: 12px;
                        font-style: normal;
                        font-weight: 500;
                        line-height: 16px; /* 133.333% */
                        text-transform: uppercase;
                        padding: 0;
                        padding-right: 30px;
                        background-image: url('/wp-content/uploads/2026/03/DESCARGAR.svg');
                        background-position: right center;
                        background-repeat: no-repeat;
                    }
                }
            }
            
        }
    }

    .ic-download-plan{
        padding-top: 1rem;
        padding-bottom: 1rem;
        background-color: #ECE9E4;
        border-radius: 6px;
        text-align: center;
        margin-bottom: 54px;

        .wp-block-heading{
            color: var(--color-black);
            text-align: center;
            font-family: var(--font-general);
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 16px; /* 114.286% */
            letter-spacing: 1.4px;
            text-transform: uppercase;
            margin-bottom: 0;
        }

        p{
            color: var(--color-gold);
            text-align: center;
            font-family: var(--font-title);
            font-size: 25px;
            font-style: normal;
            font-weight: 400;
            line-height: 54px; /* 216% */
            margin-bottom: 0;
        }

        /* .wp-block-buttons{
            margin-top: 15px;
            .wp-block-button{
                .wp-block-button__link{
                    min-height: 24px;
                    color: var(--color-blue);
                    font-family: var(--font-general);
                    font-size: 12px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: 16px;
                    text-transform: uppercase;
                    padding: 0;
                    padding-right: 30px;
                    background-image: url('/wp-content/uploads/2026/03/DESCARGAR.svg');
                    background-position: right center;
                    background-repeat: no-repeat;
                }
            }
        } */

        /* .wp-block-column:last-child{
            justify-items: flex-end;
            .wp-block-group{
                text-align: center;

                .wp-block-heading{
                    color: var(--color-gold);
                    font-size: 12px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: 16px;
                    text-transform: uppercase;
                    margin-bottom: 0;
                }

                p{
                    color: var(--color-gold);
                    font-family: var(--font-title);
                    font-size: 35px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 54px;
                    margin-bottom: 0;
                }
            }
        } */
    }

}

.modal-planos{
    .modal-dialog{
        min-width: 575px;
    }
    .modal-content{
        border-radius: 12px;
        border: 0.5px solid #F9F9F9;
        background: #ECE9E4;
        padding: 40px;
        padding-top: 1rem;
        position: relative;

        &::after{
            content: '';
            position: absolute;
            top: -135px;
            left: 0;
            width: 298px;
            height: 253px;
            background-image: url('../images/bg-modal-plano.png');
            background-repeat: no-repeat;
            background-position: top left;
            background-size: contain;
        }
        

        .modal-header{
            border-bottom: 0;

            .btn-close{
                width: 43px;
                height: 43px;
                padding: 0;
                background-size: 43px 43px;
                background-image: url('../images/icons/close-modal.svg');
            }
        }


        label{
            color: var(--color-gold);
            font-family: var(--font-general);
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: 16px; /* 133.333% */
            letter-spacing: 0.6px;
            text-transform: uppercase;
            margin-top: 12px;
        }

        .form-legal{
            label{
                color: var(--color-text);
                font-family: var(--font-general);
                font-size: 12px;
                font-style: normal;
                font-weight: 400;
                line-height: 15px; /* 125% */
                text-transform: none;
            }
        }
    }

    &.modal-plano-interactivo{
        .modal-content{
            &::after{
                background-image: url('../images/bg-modal-planointeractivo.png');
            }
        }
    }
}

.ic-wrapper-brochure{
    background-color: #D5EAE9;
    padding-top: 78px;
    padding-bottom: 122px;
    text-align: center;

    .wp-block-heading{
        font-size: 25px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    p{
        max-width: 612px;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 40px;
    }

    .wp-block-buttons{
        width: 100%;
        max-width: 496px;
        margin: 0 auto;
        .wp-block-button{
            width: 100%;
            max-width: 496px;
            .wp-block-button__link{
                width: 100%;
                max-width: 496px;
                border-radius: 6px;
                background: var(--color-blue);
                box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
                /* height: 43px; */
                color: var(--color-bgbody);
                text-align: center;
                font-family: var(--font-general);
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: 24px; /* 171.429% */
                letter-spacing: 1.4px;
                text-transform: uppercase;

                &.hidden{
                    display: none;
                }
            }

        }

    }

    .ic-wrapper-brochure-form{
        height: 0;
        opacity: 0;
        transition: .6s all;
        overflow: hidden;

        form{
            .ic-bgcolor{
                border-radius: 12px;
                border: 0.5px solid #F9F9F9;
                background: #ECE9E4;
                padding: 40px;
                padding-top: 1rem;
            }
            
            max-width: 576px;
            margin: 0 auto;

            label{
                text-align: start;
                margin-top: 24px;
                color: var(--color-gold);
                font-family: var(--font-general);
                font-size: 12px;
                font-style: normal;
                font-weight: 400;
                line-height: 16px; /* 133.333% */
                letter-spacing: 1.4px;
                text-transform: uppercase;
            }

            .form-legal{
                text-align: start;
                label{
                    color: var(--color-text);
                    font-family: var(--font-general);
                    font-size: 12px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 15px; /* 125% */
                    text-transform: none;
                }
            }

            .intl-tel-input.separate-dial-code .selected-dial-code{
                padding-left: 10px !important;
            }

        }

        &.active{
            height: 450px;
            opacity: 1;
            overflow: visible;
        }
    }

}

.ic-wrapper-brosh{
    background-color: var(--color-bglight);
    padding-top: 114px;
    padding-bottom: 90px;

    .ic-splide-logos{
        margin-top: 55px;
        margin-bottom: 0;

        .splide__arrow{
            display: none;
        }

        .splide__slide{
            margin: 0 75px;
        }

        img{
            max-width: 170px;
            height: 40px;
            object-fit: contain;
        }
    }

    h2{
        font-size: 37px;
        font-style: normal;
        font-weight: 400;
        /* line-height: 54px; 138.462% */
        line-height: normal;
        margin-top: 34px;
        margin-bottom: 30px;
    }

    .wp-block-columns{
        .wp-block-column:first-child{
            .wp-block-heading:last-child{
                margin-top: 94px;
                position: relative;
                padding-left: 60px;
                &::before{
                    content: '';
                    position: absolute;
                    top: 50%;
                    left: 0;
                    width: 48px;
                    height: 1px;
                    background-color: var(--color-black);
                }
            }
        }

        .wp-block-column:not(:first-child){
            figure{
                img{
                    border-radius: 6px;
                }
            }
        }
    }
}


.ic-legal{
    padding-top: 150px;

    .wp-block-table{
        margin-bottom: 2rem;
    }
    
    ul,ol{
        li{
            strong{
                &:first-child{
                    color: var(--color-black);
                    font-family: var(--font-general);
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: 22.741px; /* 142.13% */
                }
            }
        }
    }

    .wp-block-heading{
        color: var(--color-black);
        font-family: var(--font-general);
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 22.741px; /* 142.13% */
    }
    
    h3.wp-block-heading{
        color: var(--color-gold);
        font-family: var(--font-general);
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px; /* 166.667% */
        letter-spacing: 1.4px;
        text-transform: uppercase;
        margin-bottom: 0;
    }

    .wp-block-post-title{
        color: var(--color-black);
        font-family: var(--font-title);
        font-size: 42px;
        font-style: normal;
        font-weight: 500;
        line-height: 48px; /* 114.286% */
        margin-top: 34px;
        margin-bottom: 34px;
    }

    a,
    li,
    p{
        color: var(--color-black);
        font-family: var(--font-general);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22.741px;
    }
}

.bottom-fixed{
    z-index: 1;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    width: 57px;
    height: 57px;
    padding: 10px;
    border-radius: 6px;
    background: var(--color-blue);
    text-align: end;
    transition: .3s all;
    
    a{
        display: block;
        color: var(--color-white);
        text-align: right;
        font-family: var(--font-general);
        font-size: 0;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        text-align: end;
        transition: 0s all;
        
        img{
            position: absolute;
            top: 1rem;
            right: 2.5px;
            margin-left: 1rem;
            padding-left: 0rem;
            width: 52px !important;
            height: 26px;
        }
    }
    
    &:hover{
        width: 298px;
        padding-right: 70px;
        background: linear-gradient(90deg, #D5EAE9 -11.74%, #009092 40.27%), #D5EAE9;
        
        a{
            font-size: 16px;
            text-decoration: none;
            
            img{
                border-left: 1px solid var(--color-white);
                
            }
        }
    }
}

.main-footer{
    padding-top: clamp(40px, 4vw, 80px); 
    padding-bottom: 20px;

    a{
        color: var(--color-text);
        font-family: var(--font-general);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 125% */
    }

    ul{
        li{
            margin-bottom: 1rem;
        }
    }

    .footer-one{
        .widget-footer-one{
            &:first-child{
                .wp-block-list{
                    margin-bottom: 35px;
                    display: flex;
                    gap: 1rem;
                    li{
                        margin-bottom: 0;
                    }
                }
            }
        }
    }

    .footer-two{
        figure{
            width: 175px;
        }
    }

    .footer-three{
        .wp-block-heading{
            margin-bottom: 47px;
        }
        .wp-block-list{
            li{
                img{
                    margin-right: 1rem;
                }
            }
        }
    }

    .bottom-footer{
        margin-top: 60px;
        padding-top: 25px;
        border-top: 1px solid var(--color-bgdark);
        gap: 0;

        p{
            color: var(--color-text);
            font-family: var(--font-general);
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: 18px; /* 150% */
        }

        &::before{
            content: none;
        }

        .wp-block-list{
            display: flex;
            justify-content: space-between;
            li{
                color: var(--color-text);
                font-family: var(--font-general);
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: 20px; /* 125% */
                letter-spacing: 1.4px;
                text-transform: uppercase;

                a{
                    color: var(--color-text);
                    font-family: var(--font-general);
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 20px; /* 125% */
                    letter-spacing: 1.4px;
                    text-transform: uppercase;
                }

                margin-bottom: 20px;

                &:last-child{
                    position: relative;
                    text-transform: none;
                    a{
                        text-transform: none;
                    }
                    &::before{
                        /* content: ''; */
                        position: absolute;
                        top: calc(50% - .5rem);
                        left: -2rem;
                        width: 1rem;
                        height: 1rem;
                        background-color: #63B2B3;
                        border-radius: 100%;
                    }
                }
            }
        }

    }
}

#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;
    }
}





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

/* MacBook Pro o pantallas grandes (menos de 1441px) */
@media (max-width: 1440.98px) { 
    .main-header + .wp-block-cover.vh-100 {
        .wp-block-cover__inner-container {
            max-width: 1280px;
        }
    }

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

    .ic-wrapper-map{
        .wp-block-list{
            li{
                margin-bottom: 1rem;
            }
        }
    }

    
    
}

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

    .main-header + .wp-block-cover.vh-100 {
        .wp-block-cover__inner-container {
            max-width: 1140px;
        }
    }

}

/* Bootstrap XL: menos de 1200px */
@media (max-width: 1199.98px) {
    .main-header + .wp-block-cover.vh-100 {
        .wp-block-cover__inner-container {
            max-width: 900px;
        }
    }

}

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

    .splide{
        .splide__arrow{
            width: 72px;
            height: 28px;
        }
    }


    h1.wp-block-heading{
        text-align: center;
    }

    :where(.wp-block-columns.is-layout-flex) {
        gap: 1em;
    }

    .main-footer{
        padding-bottom: 40px;

        .footer-one{
            display: flex;
            flex-direction: row-reverse;
            align-items: end;
            justify-content: space-between;
            margin-top: 25px;

            .widget-footer-one{
                &:first-child{
                    .wp-block-list{
                        margin-bottom: 1rem;
                    }
                }
            }

        }

        .footer-three{
            .wp-block-heading{
                margin-top: 28px;
                margin-bottom: 28px;
            }
        }

        .container{
            .d-flex.justify-content-between{
                flex-direction: column;
                justify-content: center !important;
                align-items: center;
                > div:last-child{
                    width: 100%;
                }
            }
        }
        .bottom-footer{
            margin-top: 20px;
            .wp-block-list{
                flex-direction: column-reverse;
            }
        }
    }

    .bottom-fixed:hover,
    .bottom-fixed{
        bottom: 1rem;
        right: 50%;
        transform: translate(50%);

        height: auto;
        width: fit-content;
        padding-right: 10px;
        padding-left: 40px;
        border-radius: 6px;
        background: radial-gradient(100% 100% at 0% 17.59%, #63B2B3 0%, #009092 100%);
        
        a{
            font-size: 16px;
            text-decoration: none;
            text-align: left;
            
            img{
                top: calc(50% - 10px);
                right: inherit;
                margin-left: inherit;
                width: 20px !important;
                height: 20px;
                left: 10px;
                border-left: 0;
            }
        }
    }

    .main-header + .wp-block-cover.vh-100{
        overflow: visible;
        margin-bottom: 195px;
        
        .wp-block-cover__inner-container{
            max-width: 680px;
            .wp-block-buttons{
                justify-content: center;
                .wp-block-button{
                    &:first-child{
                        display: none;
                    }
                }
            }
            .wp-block-list{
                width: 100%;
                flex-direction: column;
                bottom: -250px;
                border-radius: 20px;
                background: #ECE9E4;
                padding: 25px 1rem;
                gap: 20px;
                li{
                    color: var(--color-gold);
                    strong{
                        color: var(--color-gold);
                    }
                }
            }
        }
    }

    .ic-wrapper-naya{
        .wp-block-columns{
            &:first-child{
                margin-bottom: 60px;
                .wp-block-column{
                    &:first-child{
                        figure{
                            height: inherit;
                            max-height: inherit;
                            aspect-ratio: 1 / 1;
                            img{
                                object-position: 50% 0%;
                            }
                        }
                    }
                }
            }
        }
    }

    .slider-only-mobile{
        .slick-arrow{
            top: inherit;
            bottom: -20px;
            right: inherit;
            left: -5px;
            background-image: url('../images/icons/arrow-splide-left.svg');
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            transform: none;
        }
        .slick-next{
            background-image: url('../images/icons/arrow-splide-right.svg');
            left: 45px;
            border-left: 0;
        }
    }

    .ic-wrapper-sliderfullwidth {
        .slider-for {
            .slick-slide {
                img {
                    width: 100vw;
                    height: inherit;
                    aspect-ratio: 16 / 9;
                    object-fit: cover;
                }
            }
            .slick-arrow{
                display: none;

                &.slick-next{
                    display: block;
                    width: 72px !important;
                    height: 28px !important;
                    background-image: url('../images/icons/arrow-splide-right.svg');
                    background-size: contain;
                    background-repeat: no-repeat;
                    border-left: 0;
                    margin-right: 1rem;
                    top: inherit;
                    bottom: -42px;
                }
            }
        }
        .slider-nav{
            transform: inherit;
            margin-top: 1rem;
            margin-bottom: 40px;
            .slick-slide{
                display: none;

                &.slick-current{
                    display: block;
                    margin-left: 1rem;
                    margin-right: auto;
                    div div{
                        color: var(--color-gold);
                        font-family: var(--font-general);
                        font-size: 18px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: 8.751px; /* 48.615% */
                        border-bottom-color: var(--color-gold);
                    }
                }
            }
        }
    }

    .ic-wrapper-residencial{
        padding: 23px 0 34px 0;
        border-radius: 20px;
        margin: auto 1rem;
        margin-top: 2rem;
        .wp-block-columns{
            flex-direction: column-reverse;
            .wp-block-column{
                &:first-child{
                    .wp-block-heading{
                        margin-bottom: 20px;
                    }
                    figure{
                        text-align: center;
                    }
                }
                &:last-child{
                    figure{
                        height: 248px;
                    }
                }
            }
        }
    }

    .ic-wrapper-location{
        padding-top: 45px;
        padding-bottom: 60px;
        .ic-splide-ubicacion{
            margin-bottom: 0;
            padding: 0;
            .splide__slide{
                max-width: 150px;
            }
            img{
                height: 150px;
                width: 150px;
            }
            .wp-element-caption{
                font-size: 12px;
                text-align: center;
            }
            .splide__arrow{
                top: -60px;
                &.splide__arrow--prev{
                    right: inherit;
                    left: 0;
                }
                &.splide__arrow--next{
                    right: inherit;
                    left: 50px;
                }
            }
        }

        .ic-two-images{
            display: none;
        }
    }

    .ic-wrapper-map{
        padding-top: 35px;
        padding-bottom: 0;

        .wp-block-heading + p,
        .wp-block-list{
            display: none;
        }

        h2{
            padding-right: inherit;
        }

        .imgl-map{
            height: 375px;
            overflow-y: scroll;
            overflow-x: scroll;

            + .wp-block-list{
                li{
                    display: none;

                    &:nth-child(2){
                        display: block;
                    }
                }
            }
        }



    }

    .ic-wrapper-amenities{
        padding-top: 35px;

        .ic-splide-amenities{
            padding: 0;
            margin-top: 40px;
            margin-bottom: 0;
            .splide__slide{
                max-width: calc(100vw - 32px);
            }
            .splide__arrow{
                top: inherit;
                bottom: -30px;
                &.splide__arrow--prev{
                    right: inherit;
                    left: 0;
                }
                &.splide__arrow--next{
                    right: inherit;
                    left: 50px;
                }
            }
        }

        h2{
            margin-bottom: 0;
        }
    }

    .ic-wrapper-video{
        h3.wp-block-heading{
            display: none;
        }
        h2.wp-block-heading{
            font-size: 30px;
            font-style: normal;
            font-weight: 400;
            line-height: 35px; /* 116.667% */
            margin-bottom: 40px;

            + .wp-block-image{
                margin: 0 auto;
                width: 93px;
            }
        }
        .wp-block-cover{
            min-height: 300px;
            > img{
                content: url('/wp-content/uploads/2026/03/video-mobile.jpg');
            }
        }

    }

    .ic-wrapper-cita{
        .wp-block-buttons{
            max-width: inherit;
            .wp-block-button{
                max-width: inherit;
                .wp-block-button__link{
                    max-width: inherit;
                }
            }
        }
    }

    .ic-wrapper-typologies{
        padding-top: 35px;
        padding-bottom: 35px;

        .wp-block-group__inner-container{
            padding: 1rem;

            .has-text-align-center{
                margin-bottom: 2rem;
                text-align: start !important;
            }
        }

        .ic-columns-typologies{
            margin-bottom: 0;
            padding: 0;
            
            .wp-block-column{
                .wp-block-buttons{
                    .wp-block-button{
                        margin-bottom: 35px;
                    }
                }
            }
        }

        .ic-download-plan{
            text-align: center;
        }

    }

    .ic-wrapper-brochure{
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 35px;
        padding-bottom: 60px;
        .wp-block-buttons{
            max-width: inherit;
            .wp-block-button{
                max-width: inherit;
                .wp-block-button__link{
                    max-width: inherit;
                }
            }
        }
        .ic-wrapper-brochure-form{
            &.active{
                height: 580px;
            }
        }
    }

    .ic-wrapper-brosh{
        padding-top: 60px;
        padding-bottom: 60px;

        .logo-brosh-mb{
            margin-bottom: 60px;
        }

        .wp-block-columns{
            .wp-block-column:first-child{
                .wp-block-heading:last-child{
                    margin-top: 45px;
                    padding-left: 35px;
                    &::before{
                        width: 20px;
                    }
                }
            }
        }

        .ic-splide-logos{
            .splide__slide{
                margin: 0 1rem;
            }
        }
    }

    .ic-wrapper-contact{
        padding-bottom: 2rem;
        .wp-block-columns{
            .wp-block-column:last-child{
                padding: 1rem;
            }
        }
    }

    .ic-mobile-switcher {
        cursor: pointer;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
        background-image: url(../images/icons/open-mobile-menu.svg);
        background-position: center center;
        background-size: 100%;
        background-repeat: no-repeat;
        margin-left: 1rem;

            span{
            display: none;
        }

        &.open {
            background-image: url(../images/icons/close-mobile-menu.svg);
        }
    }

    .main-header{
        .ic-header-contact{
            display: none;
        }

        .mobile-nav-wrapper{
            background-color: var(--color-bgbody);
            padding: 1rem;
            padding-top: 115px;
            text-align: center;
            justify-content: inherit;
            top: 0;
            
            &.active{
                height: 100vh;
                z-index: -1;
            }

            .ic-menu{
                flex-direction: column;
                gap: 50px;
                li{
                    a{
                        color: var(--color-gold);
                        font-family: var(--font-general);
                        font-size: 14px;
                        font-style: normal;
                        font-weight: 500;
                        line-height: 20px; /* 142.857% */
                        text-transform: uppercase;
                    }
                }
            }

            .ic-downloadbrochure{
                margin: 0 auto;
                margin-top: 110px;
                padding: 1rem;
                border-radius: 8px;
                background: #CFB9A3;
                box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
                width: 100%;
                max-width: 260px;
                color: #FFF;
                text-align: center;
                text-transform: uppercase;
                font-family: var(--font-general);
                font-size: 12px;
                font-style: normal;
                font-weight: 500;
                line-height: 20px; /* 166.667% */
            }
        }
    
        &.scrolled{
            .ic-mobile-switcher{
                background-image: url(../images/icons/open-mobile-menu-scrolled.svg);
                &.open{
                    background-image: url(../images/icons/close-mobile-menu.svg);
                }
            }
        }
    }

}

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

    .main-header + .wp-block-cover.vh-100{
        .wp-block-cover__inner-container{
            padding-top: 95px;
        }
    }

    .ic-hide-mobile, .ic-show-desktop {
        display: none !important;
    }

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

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

    .main-header + .wp-block-cover.vh-100 {
        .wp-block-cover__inner-container {
            max-width: inherit;
        }
    }

    .modal-planos {
        .modal-dialog {
            min-width: inherit;
        }
        .modal-content{
            padding: 0;
            &::after{
                top: -125px;
                left: -25px;
                width: 250px;
                height: 250px;
                background-size: contain;
            }
        }
    }

    .ic-wrapper-typologies{
        .ic-columns-typologies{

            .wp-block-column{
                height: 365px;
                overflow: visible;
                transition: .3s all;

                .wp-block-heading{
                    position: relative;

                    &:after{
                        content: '';
                        position: absolute;
                        right: 0;
                        top: calc(50% - 12px);
                        width: 20px;
                        height: 24px;
                        background-image: url('../images/icons/arrow-typologies.svg');
                        background-position: right;
                        background-size: 20px 24px;
                        background-repeat: no-repeat;
                        transform: rotate(180deg);
                        transition: .3s all;
                    }
                }

                &.ic-collapsed{
                    height: 175px;
                    overflow: hidden;

                    .wp-block-heading{
                        &:after{
                            transform: none;
                        }
                    }
                }

                figure{
                    margin-bottom: 10px;
                    img{
                        height: inherit;
                    }
                    .wp-element-caption{
                        display: none;
                    }
                }
            }
        }
    }

    
    
    

}

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

}
