/** FONTS **/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: "Roashe";
    src: url(../fonts/Roashe.ttf);

}
@font-face {
    font-family: "Karin";
    src: url(../fonts/KarinBold.ttf);
    font-weight: 700;
}
@font-face {
    font-family: "Karin";
    src: url(../fonts/KarinLight.ttf);
    font-weight: 300;
}
@font-face {
    font-family: "Karin";
    src: url(../fonts/KarinMedium.ttf);
    font-weight: 400;
}
@font-face {
    font-family: "Karin";
    src: url(../fonts/KarinRegular.ttf);
    font-weight: 500;
}

.ultra-1 {
    font-family: 'Roashe';
    font-style: normal;
    font-weight: 400;
    font-size: 184px;
    line-height: 180px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
}


.ultra-2 {
    font-family: 'Roashe';
    font-style: normal;
    font-weight: 400;
    font-size: 128px;
    line-height: 128px;
    text-align: center;
    letter-spacing: 1px;
    /*text-transform: uppercase;*/
}

.heading-1 {
    font-family: 'Roashe';
    font-style: normal;
    font-weight: 400;
    font-size: 94px;
    line-height: 94px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.heading-2 {
    font-family: 'Roashe';
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 64px;
    /* identical to box height, or 100% */

    letter-spacing: 1px;
    text-transform: uppercase;
}

.heading-3 {
    font-family: 'Roashe';
    font-style: normal;
    font-weight: 400;
    font-size: 56px;
    line-height: 56px;
    letter-spacing: 1px;
    text-transform: uppercase;

}

.headline-1 {
    font-family: 'Karin';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.headline-2 {
    font-family: 'Karin';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.body-2 {
    font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #453F3B;
    opacity: 0.7;
}

.body-3 {
    font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.details {
    font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
}
.details-smaller {
    font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
}

.location {
    font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
}

/** HEADER **/
.header {
    border-bottom: 1px solid #000000;
}

.header .row {
    height: 50px;
    align-items: center;
}

.header .logo-header {
    max-width: 90px;
}

.header .link-menu {
    font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    padding: 5px 0;
}

.header .bg-blue {
    background-color: #A5AFDE;
}

.header-border {
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
}

.language {
    border-right: 1px solid #000000;

}


.language .link-menu .arrow-down {

    transition: 0.70s;
}

.language .link-menu:hover .arrow-down {
    transform: rotate(180deg);
    transition: 0.70s;
}






/** MAIN **/

body {
    cursor: url(../img/cursor.svg), auto !important;
    overflow-x: hidden;
}


.mh-100 {
    min-height: calc(100vh - 51px);
}

.mw-100 {
    max-width: 100%;
    width: 100%;
}

.bg-beige {
    background-color: #F8F3EF;
}

.bg-green {
    background-color: #516248;
    color: #ffffff;
}

.sub-logo {
    max-width: 100%;
}

.btn-oldschool-inverted {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
    border: 1px solid #000000;
    padding: 17px;
    border-radius: 50%;
    font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
}

.btn-oldschool-inverted {
    background-color: transparent;
    border-color: #ffffff;
    color: #ffffff;

}


.custom-positioon-1 {
    margin-left: 35px;
    transform: translateY(53px);
    position: relative;
    z-index: 1;
}

.custom-position-2 {
    transform: translate(-122px, -110px);
}

.custom-position-3 {
    transform: translateY(60px);
}

.custom-positioon-1::after {
    content: '';
    background: url(../img/heading.svg);
    width: 173px;
    height: 58px;
    position: absolute;
    background-repeat: no-repeat;
    bottom: -26px;
    right: -38px;
}

.caracteristica {
    border-right: 1px solid #00000033;
}

.caracteristica:last-child {
    border-right: 1px solid transparent;


}

.slick-track {
    display: flex !important;
}

.slider .slick-track .slick-slide {
    display: flex !important;
    height: auto;
    align-items: center;
    justify-content: center;    
}
.slider .slick-track .slick-slide img {
    max-width: 400px;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 2px;
    margin: 0;
    padding: 0;
    background: #516248;
    opacity: 0.2;
    cursor: pointer;
}

.slick-dots .slick-active {
    background: #516248;
    transform: matrix(1, 0, 0, -1, 0, 0);
    opacity: 1;
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: none;
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.element-to-append-dots-nav {
    display: block;
    width: 100%;
    height: 10px;
    position: relative;
    margin-bottom: 60px;
}




/* the parent */
.slider-2 .slick-list {
    margin: 0 -27px;
    overflow: visible;
}


.slider-2 .slick-track .slick-slide:not(.slick-active) {
    opacity: 0.5;
}

.slider-2 .slick-track .slick-slide {
    display: flex !important;
    height: inherit !important;
    flex-wrap: wrap;
    align-content: space-between;
    border-left: 1px solid #00000033;
    padding: 24px 24px 0px 24px;
}

/* the parent */
.slider-3 .slick-list {
    margin: 0 -27px;
    overflow: visible;
}
.slide-3 div{    
        
}


.slider-3 .slick-track .slick-slide:not(.slick-active) {
    
}

.slider-3 .slick-track .slick-slide {
    display: flex !important;
    height: inherit !important;
    flex-wrap: wrap;
    align-content: space-between;    
    padding: 24px 24px 0px 24px;
}



.mt-custom-1 {
    margin-top: 236px;
}

.accordion-item {
    border: none;
    border-bottom: 1px solid #00000033;
    border-radius: 0px !important;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, .125);
}

.accordion-button:not(.collapsed) {
    color: #000000 !important;
    background-color: transparent !important;
    box-shadow: unset !important;
}

.accordion-button .number {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #7F8DD0;
    margin-right: 10px;
}

.accordion-button {
    padding: 30px var(--bs-accordion-btn-padding-x);
}

.accordion-button::after {

    background-image: url(../img/plus.svg);

}

.accordion-button:not(.collapsed)::after {
    background-image: url(../img/minus.svg);
}



/** forms **/

.form {
    padding: 120px;
}

.form-input {
    width: 100%;
    background: transparent;
    color: white;
    border: none;
    border-bottom: 1px solid #ffffff;
    outline: 0;
    padding: 10px 0px;
}

a.link-consent {
    color: #FFD7E6;
}

.container-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: transparent;
    border: 1px solid;
    border-radius: 3px;
}

/* On mouse-over, add a grey background color */


/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked~.checkmark {
    background-color: #ffffff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
    left: 8px;
    top: 3px;
    width: 7px;
    height: 13px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Footer */
footer,
.subfooter  {
    background-color: #F8F3EF;
}
.footer {
    padding: 64px 0;    
}
.wt-btn_sign {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    border: 1px solid;
    height: 76px;
    border-radius: 50%;
    width: 170px;
    background: #A5AFDE;
}

.wt-btn_sign_inverted {
    color: #ffffff;
}

.base-menu-sticky .wt-btn_sign:hover {
    background: #f0f0f0;
}

.wt-btn_sign-bound {
    display: block;
    overflow: hidden;
}

.wt-btn_sign-bound span {
    position: relative;
    display: inline-block;
    padding: 0 22px;

}

.wt-btn_sign:hover .wt-btn_sign-bound span {

    
}

.wt-btn_sign-bound span:after {
    content: attr(data-text);
    position: absolute;
    left: 100%;
    padding: 0 23px;    
    white-space: break-spaces;
    top: 0px;
}


/* SF-STYLES */
.menu-block {
    display: inline-block;
}
.col-menu { 
    display: inline-block;
    padding-right: 40px;
}
.col-text-patio {
    padding-right: 50px;
}
.mw-585 {
    max-width: 585px!important;
}
.mt-70 {
    margin-top: 70px;
}
.mb-24 {
    margin-bottom: 24px;
}
.mw-482 {
    max-width: 482px!important;
}
.mw-355 {
    max-width: 355px!important;
}
.subfooter {
    border-top: 1px solid #000;
    padding-top: 12px;
}
.subfooter .details-smaller {
    text-decoration: none;
    color: #000;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;    
    text-align: center;
}
.form-section label {
    text-transform: uppercase;
}
.txt-recaptcha,
.form-section label.container-checkbox {
    text-transform: none;
}

.mapa .container {
    padding: 102px;    
    margin: 90px auto 24px;
    background-image: url(../img/site/Mapa_Rocio.svg);
    background-repeat: no-repeat;
    background-position: top right;
    background-color: #F8F3EF;
    min-height: 728px;
}
.slider p {
    padding-left: 5px;
}
.slider p::before{
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;    
    border-radius: 50%;
    background-color: #000;
    position: relative;
    left: -5px;
    top: -2px;
}
.mapa .wt-btn_sign_inverted {
    color: #000;
    background-color: transparent;
}
.form-section .wt-btn_sign_inverted {
    color: #fff;
    background-color: transparent;
}
body .slider{
    /*
    cursor: none;
    */
}
.cursorGallery {
    position: absolute;
    z-index: 0;    
}
.hero-image {
    background-image: url(../img/heroBk.png);
    background-position: center 60px;
    background-repeat: no-repeat;
    background-size: 40%;
}
.hero-btn-text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
}
.conceito {
    padding-top: 39px;
}
.accordion-body li {
    color: #453F3B;
}
#contactar label {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    /* identical to box height, or 157% */    
    text-transform: uppercase;
}
#contactar input.form-input::placeholder,
#contactar textarea.form-input::placeholder {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    opacity: .6;
} 
.social-link {
    padding: 4px 15px;
    border: 1px solid #000;
    text-decoration: none;
    border-radius: 50%;
    width: 48px;
    text-align: center;
    height: 36px;
    display: inline-block;
    margin-right: 7px;
}
.footer-btn {
    margin-top: 53px;
}
.contactImage {
    background-image: url("../img/site/2105_ROCIO_10_T1_AM_Patio_Sunset.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 830px;
}
.texture-lisboa {
    position: relative;
}
.texture-lisboa::before {
    content: '';
    display: block;
    position: absolute;
    height: 378px;
    width: 100%;
    background-color: #F8F3EF;
    z-index: -1;
    top: 330px;
}
#conceito {
    position: relative;
}
#conceito::before {
    content: '';
    display: block;
    position: absolute;
    height: 534px;
    width: 100%;
    background-color: #F8F3EF;
    z-index: -1;
    top: 415px;
}
.texture-patio {
    position: relative;
}
.texture-patio::before {
    content: '';
    display: block;
    position: absolute;
    height: 201px;
    width: 646px;
    background-color: #F8F3EF;
    z-index: -1;
    bottom: -30px;
    left: 70px;
}
.texture-edificio {
    position: relative;
}
.texture-edificio::before {    
    content: '';
    display: block;
    position: absolute;
    height: 886px;
    width: 381px;
    background-image: url(../img/texturas/shutterstock_1721846653\ 1.png);
    background-repeat: no-repeat;
    z-index: -1;
    top: -30px;
    left: 110px;
}
.texture-apartamentos {
    position: relative;
}
.texture-apartamentos::before {    
    content: '';
    display: block;
    position: absolute;
    height: 886px;
    width: 381px;
    background-image: url(../img/texturas/shutterstock_1721846653\ 1.png);
    background-repeat: no-repeat;
    z-index: -1;
    top: 110px;
    left: -60px;
}
.texture-rocio {
    position: relative;
    margin-top: 100px;
}
.texture-rocio::before {    
    content: '';
    display: block;
    position: absolute;
    height: 599px;
    width: 420px;
    background-image: url(../img/texturas/shutterstock_1721846653\ 1.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    top: -70px;
    right: 0px;
}
.slider-rocio:hover {
    cursor: url(../img/mouseGallerySmall.svg), auto !important;
}
.slick-dotted.slick-slider {
    margin-bottom: 50px;
}
.slick-dots {
    bottom: -50px;
}
.form-block {
    max-width: 700px;
}
.language {
    max-width: 56px;
}
.language {
    position: relative;
}
.lang-menu {
    display: none;
    position: absolute;
    z-index: 9;
    width: 55px;
    height: 50px;
    top: 50px;
    background-color: #fff;
    padding-top: 10px;
    border: 1px solid #000;
}
.language:hover .lang-menu{
    display: block;
}
.slider p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    /* identical to box height, or 129% */    
    text-transform: uppercase;
    color: #000000;
}
#hero-block .container {    
    background-image: url(../img/texturas/shutterstock_1721846653\ 2.png);
    background-repeat: no-repeat;
    background-size: 586px;
    background-position: center bottom;
}
/* RESPONSIVE */
.logo-plus {
    max-width: 100%;
}
.mobileOnly { display: none!important;}
@media screen and (max-width: 768px) {
    #hero-block .container { background: transparent;}
    .desktopOnly { display: none!important; }
    .mobileOnly { display: block!important; }
    .contactImage {
        min-height: auto;
    }
    section {
        overflow-x: hidden;
    }
    .menu-block { 
        display: none;
    }
    .heading-1 {
        font-size: 52px;
        line-height: 52px;
    }
    .headline-1 {
        font-size: 24px;
        line-height: 26px;
    }
    .slider .slick-track .slick-slide img {
        max-width: 230px;
    }
    .slick-dots li {
        width: 30px;
    }
    .mw-585,
    .mw-482 {
        max-width: 100%!important;
    }
    .mt-custom-1 {
        margin-top: 50px;
    }
    .edificio .heading-1.custom-position-2 {
        transform: none;
        display: inline-block;
        width: 290px;
        text-align: left;
    }
    .mobile-center {
        text-align: center;
    }
    .mobile-left {
        text-align: left;
    }
    .ultra-2.custom-position-3 {
        font-size: 64px;
        line-height: 64px;        
    }
    .ultra-1 {
        font-size: 72px;
        line-height: 72px;
        text-align: left;
    }
    .mapa .container {
        background-size: contain;    
        padding: 20px;
        padding-top: 300px;
        margin-top: 50px;
    }
    .heading-3 {
        margin: 0!important;
        font-size: 37px;
        line-height: 40px;
    }
    #faqsAcoordion .body-3.ms-5 {
        margin-left: 0!important;
    }
    #faqsAcoordion .accordion-body.ms-3 {
        padding-left: 0!important;
    }
    .form {
        padding: 50px 20px;
    }
    footer .mw-100 {
        max-width: 190px!important;
    }
    .custom-positioon-1::after {
        display: none;
    }
    #hero-block .headline-2 {
        margin-top: 65px;
    }
    .hero-logo {
        margin-bottom: 0!important;
        max-width: 85%;
        text-align: center;
        margin: 0 auto;
    }
    .hero-text-block {
        margin-top: 25px!important;
    }
    .hero-image {
        background-size: 60%;
        background-position: center 50px;
        padding-top: 100px
    }
    #hero-block .offset-1 {
        margin:0;
    }
    .sub-logo {
        max-width: 265px;
        margin-bottom: 50px!important;
    }
    .hero-btn-text {
        padding-top: 30px;
    }
    .hero-text-mobile {
        max-width: 80%;
        margin: 0 35px;
    }
    .texture-patio img {
        max-width: 240px!important;
        margin-left: 24px;
    }
    .col-text-patio {
        margin-top: 30px;
        margin-left: 24px;
    }
    .texture-patio::before {
        content: none;
    }
    .projeto-text .body-2{        
        margin: 0 24px;
    }
    .texture-rocio{        
        padding: 10px 0;
    }
    .texture-rocio::before {
        width: 134px;
        height: 365px;
        top: 50px;
    }
    .texture-edificio img {
        width: 90%;
        margin-left: 5%;
    }
    .texture-edificio .heading-1.custom-position-2.mobileOnly {
        margin: 0 auto;
        position: relative;
        top: 30px;
    }
    .texture-edificio::before,
    .texture-apartamentos::before {
        content: none;
    }
    .mt-custom-1.edificio,
    .mt-custom-1.edificio>.mt-5 {
        margin-top: 0!important;
    }
    .custom-position-3 {
        transform: translateY(30px);
    }
    .texture-apartamentos>img {
        width: 90%;
        margin-left: 5%;
    }
    .texture-lisboa {
        padding-top: 0!important;
        margin-bottom: 50px;
    }
    .texture-lisboa .ultra-1{
        margin-left: 25px;
    }
    .texture-lisboa .headline-1.mb-24,
    .texture-lisboa .body-2 {
        width: 90%;
        margin-left: 5%;
    }
    .texture-lisboa::before {
        top: 0;
        width: 100%;
        height: 470px;
    }
    .slider .slick-track .slick-slide {
        max-width: 350px;
    }
    .slider-2 .slick-track .slick-slide {
        max-width: 350px;
    }
    .slider-3 .slick-track .slick-slide {
        max-width: 350px;
    }
    .slider-rocio { 
        width: 90%;
        margin-left: 5%;
    }
    .slider-rocio .mw-355 {
        max-width: 100%!important;
    }
    #localizacao {
        margin-left: 10%;
        width: 80%;
    }
    .faqs-block {
        margin-left: 7%;
        max-width: 90%;
    }
    .coracao-body {
        margin-top: 0px;
    }
    .accordion-button {
        align-items: normal;
        padding-left: 0;
    }
    .accordion-button .number {
        margin-right: 20px!important;
    }
    .form-block {
        padding: 0 20px;
    }
    .subfooter .details-smaller{
        margin: 5px 0;
    }
    .mobile-bottom-10 {
        margin-bottom: 10px;
    }
    .footer-btn {
        background-color: transparent;
    }
    .row.mobile-left {
        margin-left: 5%;
        max-width: 90%;
    }
    .link-mobile-menu {
        display: inline-block;
        height: 50px;
        padding-top: 5px;
    }
    /* TOP MENU */
    .menuOpen {
        border-right: 1px solid #000;
        background-color: #D9DDF1;
    }
    .mobile-menu {
        display: none;
        position: fixed;
        width: 100%;
        text-align: center;
        background-color: #D9DDF1;
        left: 0;
        height: 100%;
        z-index: 9;
        border-top: 1px solid #000;
        padding-top: 150px;
    }
    .menuOpen .mobile-menu {
        display: block;
    }
    .col-menu-mobile {
        margin-bottom: 30px;
    }
    .col-menu-mobile .link-menu {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        font-size: 23px;
        line-height: 25px;
        /* identical to box height, or 109% */
        text-transform: uppercase;
        /* Neutrals/Black */
        color: #000000;        
    }    
}
/* ERROR BLOCKS */
.error-text {
    display: none;
    position: absolute;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: #FFD7E6;
   
    text-transform: none;
    padding-top: 7px;
    padding-left: 35px;
}
.error-text::before {
    content: '';
    display: block;
    position: absolute;
    height: 26px;
    width: 26px;
    background-image: url(../img/Union.svg);
    background-repeat: no-repeat;
    background-size: cover;
    top: 5px;
    left: 0;
}
.error .form-input {
    border-bottom: 1px solid #FFD7E6;
}
.error .error-text {
    display: block !important;
}

.phone_number_form .error .error-text {
    display: block !important;
}

/* */
#cookies-accept,
#cookies-decline { 
    width: 120px;
    height: 60px;
}
.cookies {
    visibility: hidden;
    position: fixed;
    bottom: 0;
    z-index: 100;
    width: 100%;
    padding: 2rem 0 1rem;
    background: #fff;
    opacity: 0;
    transition: opacity .3s ease;
    box-shadow: rgba(0,0,0,.1) 0 8px 20px
}

.cookies.visible {
    visibility: visible
}

.cookies.on {
    opacity: 1;
    transition: opacity .3s ease
}

.cookies__wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

@media (max-width: 991px) {
    .cookies__wrapper {
        display:block
    }
}

@media (max-width: 991px) {
    .cookies__wrapper>div {
        display:flex;
        justify-content: center;
        padding-top: 20px
    }
}

.cookies p {
    flex: 1;
    max-width: 800px;
    text-align: left;
    color: #002736;
    margin-bottom: 0;
    padding-right: 25px
}

@media (max-width: 991px) {
    .cookies p {
        text-align:center;
        font-size: .9375rem;
        max-width: 100%;
        padding-right: 0
    }
}

.cookies p a {
    color: #002736;
    font-weight: 500
}

.cookies .button--secondary {
    margin-left: 15px
}

@media (max-width: 991px) {
    .cookies .button--secondary {
        margin-right:8px
    }
}

@media (max-width: 991px) {
    .cookies .button--primary {
        margin-left:8px
    }
}

.tourism .body-2 {
    color: #fff;
}

.tourism-title {
    margin-bottom: 60px;
    margin-top: 160px;
    text-align: left;
    z-index: 2;
    position: relative;
}

.tourism-container {
    background-color: #7F8DD0;
    color: #FFFFFF;
    padding: 60px 0;
    margin-bottom: 150px;
}

.tourism-img {
    position: absolute;
    margin-top: -170px;
    margin-bottom: 0;
    right: 0;
    margin-left: auto;
}

@media (max-width: 991px) {
    .tourism-img {
        position: relative;
        margin-bottom: 64px;
    }

    .tourism-title {
        margin-bottom: 80px;
        font-size: 52px;
        line-height: 52px;
    }
}

.wt-btn_sign_transparent {
    background-color: transparent;
    color: #fff;
}

.wt-btn_sign_transparent:hover {
    background-color: #fff;
    color:#7F8DD0
}

/* BASE MENU sticky */
.base-menu-sticky {    
    padding: 10px 20px;
    position: fixed;
    bottom: 30px; 
    width: 100%;    
    z-index: 100;
    display: flex; 
    flex-wrap: nowrap;
    justify-content: center;
    gap: 30px; 
}

.right-message-sticky {  
    font-family: 'Roashe';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;    
    color:#fff;
    

    letter-spacing: 1px;
    text-transform: uppercase;  
    padding-bottom: 2px;
    position: fixed;
    top:50%;
    right: -108px;
    width: 250px;
    height: 40px;
    transform: rotate(270deg);
    text-align: center;
    z-index: 100; 
    background-color: #808dc6;        
    border: #5e5e5e solid 1px;
}

.wt-btn_sign_sticky {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    border: 1px solid;
    height: 76px;
    border-radius: 50%;
    width: 170px;
    background: #A5AFDE;
}
.wt-btn_sign-bound_sticky span {
    position: relative;
    display: inline-block;
    padding: 0 22px;

}

@media screen and (max-width: 768px) {
    .wt-btn_sign_sticky {
        font-size: 11px;
        line-height: 15px;        
        width: 130px;        
    }

    .base-menu-sticky {    
        padding: 10px;
        bottom: 30px; 
        width: 100%;    
        gap: 10px; 
    }

    .wt-btn_sign-bound_sticky span {
        padding: 0 8px;
    }
}


/* photoswipe custom */
.gallery-rocio a{
    text-decoration: none;
    cursor: url(../img/mouseGallerySmall.svg), auto !important;
}


.pswp__custom-caption {
    background: rgba(127, 141, 208, 0.75);
    font-size: 16px;
    color: #fff;
    width: calc(100% - 32px);
    max-width: 400px;
    padding: 2px 8px;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    bottom: 16px;
    transform: translateX(-50%);
  }
  .pswp__custom-caption a {
    color: #fff;
    text-decoration: underline;
  }
  .hidden-caption-content {
    display: none;
  }
  
  .headline-overflow{
    position: relative;
    z-index: 9;
  }

.slider-3-item:hover{
    text-decoration: none;
    color: #000;
}
  
.slider-3-item {        
    display: flex;
    width: 100%;
    height: 600px;
    flex-direction: column;
    justify-content: space-between;    
    align-items: center;
    font-family: 'Montserrat';
    color:#000;
    text-decoration: none;
}


@media screen and (max-width: 768px) {
   
    .slider-3-item {       
        width: 100%;         
        height: 300px;        
        background-size: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .slider-3 .slick-track .slick-slide {
        padding: 5px;        
    }    

}

.slider-3-title{
    margin-top: 5%;
    padding: 5px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;    
}
.slider-3-description{
    padding: 10px;
    font-weight: 700;
    text-align: center;
    color:#fff;
    background-color:rgba(0, 0, 0, 0.3);
    width: 100%;
    margin-bottom: 0%;    
    text-decoration: none;
}
.slider-3:hover {
    cursor: url(../img/mouseGallerySmall.svg), auto !important;
}


#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(165, 175, 222, 0.9);
    display: none; 
    justify-content: center;
    align-items: center;
    z-index: 100000;
}

.spinner {
    border: 5px solid #fff; 
    border-top: 5px solid #8795d4;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    animation: spin 2s linear infinite;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.phone_number_form div{
    margin-bottom: 2px !important;
}