@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400&family=Spectral:wght@200&display=swap');
/*font-family: 'Spectral', serif;*/
:root {
    --white: #ffffff;
    --gray: #F6F6F6;
    --dark-blue: #15232B;
    --black: #233B47;
    --yellow: 184, 138, 53;

}
html {
    scroll-behavior: smooth;
}
body{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 20px;
}
body.opened-menu{
    overflow-x:hidden;
    overflow-y:hidden;
}
*:not(.no-animated):not(.slick-track):not(.slick-slide){
    -moz-transition: all .15s ease-out;
    -webkit-transition: all .15s ease-out;
    -ms-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out;
}
.fa{
    font-family: FontAwesome !important;
}
h1{
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    color: var(--white);
    font-size: 36px;
    text-align: center;
}
p{
    text-align: center;
}
.small-text{
    font-weight: 300;
    font-size: 16px;
}

a.button{
    display: inline-flex;
    margin: 10px 10px 0 10px;
    min-width: 215px;
    padding: 8px 15px 9px 15px;
    font-size: 16px;
    color:white;
    text-decoration: none;
    border: 1px solid var(--white);
    background-color: transparent;
    align-content: center;
    justify-content: center;

}
a.button:hover{
    color: var(--black);
    background-color: var(--white);

}
header{
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100%;
}
header #logo{
    padding: 22px;
}
header #logo svg{
    max-width: 226px;
}
header #menu{
    display: block;
    position: fixed;
    right: 100%;
    flex-direction: column;
    height: 100vh;
    width: 100%;
    background-color: var(--dark-blue);
    z-index: 1;
}
header #menu.opened{
    right: 0;
}
header #menu ul{
    margin: 0;
    padding: 10px;
    list-style: none;
    display: flex;
    flex-direction: column;
}
header #menu ul li{
    padding: 8px 0;
    margin: 0;
}
header #menu ul li a{
    color:var(--white);
    font-weight: 200;
    font-size: 2em;
    text-decoration: none;
}

header #menu ul li a.selected{
    border-bottom: 1px solid rgb(var(--yellow));
}
header #menu ul li a:hover{
    color:rgb(var(--yellow));
}

header #menu ul li a#lang-option{
    text-transform: uppercase;
}
header #burguer{
    height: 28px;
    width: 30px;
    position: absolute;
    right: 26px;
    top:26px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    z-index: 2;
}

header #burguer:not(.opened):hover{

    width: 35px;
}
header #burguer span.line{
    width: 100%;
    height: 1px;
    background-color: var(--white);
}
header #burguer.opened span.line{
    width: 0;
}
header #burguer.opened span.line:first-child{
    transform: rotate(45deg) translate(10px, 10px);
    width: 30px;
}
header #burguer.opened span.line:last-child{
    transform: rotate(-45deg) translate(9px, -9px);
    width: 30px;
}
header #burguer:hover span.line{
    height: 1px;
    background-color: rgb(var(--yellow));
}
section#home{
    background-size: cover!important;
    background-position: center bottom!important;
    height: 100vh;
    max-height: 715px;
    padding: 30px;
}
section#header-text p{
    max-width: 960px;
}
section#hotels #urban p{
    max-width: 890px;
}
section#home h1{
    max-width: 958px;
}
#atrium-palace .gallery-content p{
    max-width: 982px;
}
#brick .gallery-content p{
    max-width: 730px;
}
#apartments #apartments-text p{
    max-width: 958px;
}
#portaferrissa .gallery-content p{
    max-width: 780px;
}
#ramblas .gallery-content p{
    max-width: 730px;
}
#born .gallery-content p{
    max-width: 730px;
}
#beach #beach-text h1{
    max-width: 950px;
}
#beach #beach-text p{
    max-width: 900px;
}
#beach #beach-apartment h1{
    max-width: 800px;
    line-height: 70px;
}
#beach #beach-apartment p{
    max-width: 830px;
}
.block{
    padding: 85px 35px;
}
.block h1{
    margin-bottom: 40px;
}
.block.white-block{
    background-color: var(--gray);
}
.block.white-block h1{
    color: var(--black);
    text-align: center;
}
.block.blue-block{
    background-color: var(--dark-blue);
}
.block.blue-block h1{
    font-family: 'Poppins', serif;
    font-size: 48px;
    color: var(--white);
    text-align: center;
}
.block.blue-block p{
    color: var(--white);
    text-align: center;
}
.block.yellow-block{
    background-color:  rgba(var(--yellow), 0.5);
}
.block.yellow-block h1{
    font-size: 36px;
    color: var(--black);
    text-align: center;
}
.block.yellow-block p{
    font-size: 20px;
    color: var(--black);
    text-align: center;
}
section#home #scrolldown{
    z-index: 0;
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
section#home #scrolldown #sd-arrow{
    display: inline-block;
    height: 8px;
    width: 12px;
    margin-right: 10px;
}
section#home #scrolldown #sd-arrow span{
    width: 12px;
    height: 1px;
    background-color: var(--white);
    display: block;
    transform:  rotate(45deg) translate(0px,7px);
}
section#home #scrolldown #sd-arrow span:last-child{
    transform: rotate(-45deg) translate(0px,5px);
}
section#home #scrolldown:hover{
    color: rgb(var(--yellow));
}
section#home #scrolldown:hover #sd-arrow span{
    background-color: rgb(var(--yellow));
    transform:  rotate(45deg) translate(5px,11px);
}
section#home #scrolldown:hover #sd-arrow span:last-child{
    transform: rotate(-45deg) translate(-5px,10px);
}

.gallery{
    background-size: cover;
    background-position: center;
    position: relative;
}
.gallery .slick-slide{
    height: 100vh;
    max-height: 715px;
    width: 100%;
    background-size: cover;
    background-position: center center;
}
.gallery .slick-slide .filter{
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.3);
}
.gallery .slick-slide .filter h1.slide-title{
    font-family: 'Gupter', serif;
    color: var(--white);
    font-size: 48px;
    width: 75vw;
    max-width: 440px;
    margin-top: 23.5vh;
}
.gallery .slick-slide .filter p.slide-subtitle{
    color: var(--white);
    font-size: 18px;
}

.gallery .slick-dots{
    list-style: none;
    position:absolute;
    display: flex;
    flex-direction: row;
    gap: 1em;
    justify-content: center;
    width: 100%;
    bottom: 32px;
    padding: 0 20px;
    margin: 0;
    -moz-transition: all .15s cubic-bezier(0.77, 0, 0.175, 1) !important;
    -webkit-transition: all .15s cubic-bezier(0.77, 0, 0.175, 1) !important;
    -ms-transition: all .15s cubic-bezier(0.77, 0, 0.175, 1) !important;
    -o-transition: all .15s cubic-bezier(0.77, 0, 0.175, 1) !important;
    transition: all .15s cubic-bezier(0.77, 0, 0.175, 1) !important;
}
.even-columns {
    display: flex;
}

.gallery .slick-dots > * {
    flex: 1;
    max-width: 60px;
}
.gallery .slick-dots li button {
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    color:transparent;
    border: 0;
    outline: none;
    width: 100%;
    height: 1px;
    opacity: 0.5;
    background-color: var(--white);
    -moz-transition: all .15s cubic-bezier(0.77, 0, 0.175, 1) !important;
    -webkit-transition: all .15s cubic-bezier(0.77, 0, 0.175, 1) !important;
    -ms-transition: all .15s cubic-bezier(0.77, 0, 0.175, 1) !important;
    -o-transition: all .15s cubic-bezier(0.77, 0, 0.175, 1) !important;
    transition: all .15s cubic-bezier(0.77, 0, 0.175, 1) !important;
}
.gallery .slick-dots li button:hover {
    background-color: rgb(var(--yellow));
    opacity: 1;
}
.gallery .slick-dots li.slick-active button{
    opacity: 1;
}
.gallery-content{
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 20px 50px 20px;
}
.gallery-content h1{
    font-size: 48px;
    margin-bottom: 50px;
}
.gallery-content p{
    color: var(--white);
    font-size: 20px;
    margin-bottom: 50px;
}
#contact{
    background-color: var(--dark-blue);
    color: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;

}
#contact #map,
#contact #contact-data{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

#contact #map{
    padding: 40px 0;
}
#contact #map img{
    width: 100%;
    height: auto;
}
#contact small{
    font-weight: 300;
    font-size: 18px;
    text-align: center;
    max-width: 548px;
    margin-bottom: 30px;
}
#contact h1{
    font-family: 'Poppins', serif;
    font-size: 48px;
}
#contact #contact-data{
    display: flex;
    flex-direction: column;
    padding: 44px 30px 90px;
    border-bottom: 1px solid var(--white);
}
#contact #contact-data #contact-links{
    display: flex;
    justify-content: center;
}
#contact #contact-data #contact-links a{
    display: inline-flex;
    text-align: center;
    min-width: 248px;
    justify-content: center;
    margin: 16px;
}
footer{
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    background-color: var(--dark-blue);
    color:white;

}
footer{
    display: flex;
    flex-flow: wrap;
    padding: 15px 18px;
    font-size: 18px;
}
footer div{
    flex: 1 1 0px;
}
footer a{
    color: var(--white);
    border-bottom: solid 1px transparent;
    font-size: 20px;
    margin: 0 17px;
    text-decoration: none;
}
footer a:hover{
    color: rgb(var(--yellow));
    border-bottom: solid 1px rgb(var(--yellow));
    text-decoration: none;
}

/*--------POPUP---------*/
.modal-backdrop{
    background-color: var(--dark-blue);
}
.modal-backdrop.show {
    opacity: 0.5;
}
.modal-content{
    border-radius: 0;
    border:none;
}
.modal-header {
    border: none;
    background-color: var(--dark-blue);
    border-radius: 0;
}
.modal-title{
    font-family: "Poppins", Sans-Serif;
    font-size: 30px;
}
.modal-body p,
.modal-body li{
    text-align: left;
    font-size: 18px;
}
.modal-body h2{
    margin-top: 35px;
    margin-bottom: 20px;
    font-size: 25px;

}
.modal-body ul{
    padding: 30px 0 30px 20px;
    margin: 0;
    list-style: none;
}
.modal-body ul li{
    list-style: none;
}
.modal-body a{
    color: #000;
}
body{
    -moz-transition: none;
    -webkit-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.fade,
.modal.fade .modal-dialog{
    -moz-transition: all .15s ease-out;
    -webkit-transition: all .15s ease-out;
    -ms-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out;
}
.modal .close {
    position: absolute;
    float: right;
    display: block;
    width: 28px;
    height: 28px;
    padding:0;
    cursor: pointer;
    opacity: 1;
    top: 38px;
    right: 30px;

}
.modal .close span{
    top: 0;
    background-color: #FFFFFF;
    opacity: 0;
    transform: rotate(90deg);
    left: -2px;
    height: 2px;
    width: 30px;
    margin-bottom: 9px;
    display: block;
    position: relative;
}
.modal .close span:first-child{
    opacity: 1;
    transform: rotate(45deg);
    top: 10px;
    left: -1px;
}
.modal .close span:last-child{
    opacity: 1;
    transform: rotate(-45deg);
    top: -1px;
    left: -1px;
}
.modal .close:hover span{
    transform: rotate(90deg);
    top: 10px;
    left: -1px;
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}
.modal .close:hover span:first-child{
    transform: rotate(-45deg);
    top: 10px;
    left: -1px;
}
.modal .close:hover span:last-child{
    transform: rotate(45deg);
    top: -1px;
    left: -1px;
}

/*-------FIN POPUP------*/
@media(min-width: 768px) {

    body{
        font-size: 24px;
    }

    body.opened-menu{
        overflow-x: auto;
        overflow-y: auto;
    }
    h1{
        font-weight: 200;
        font-size: 68px;
    }
    header{
        flex-direction: row;
    }
    header #logo{
        padding: 36px 40px;
    }
    header #logo svg{
        max-width: 308px;
    }
    header #menu,
    header #menu.opened{
        display: flex;
        flex-direction: row;
        position: relative;
        right: auto;
        height: initial;
        width: initial;
        background-color: transparent;
        font-weight: 300;
        justify-content: right;
    }
    header #menu ul{
        width: 100%;
        max-width: 700px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    header #menu ul li{
        padding: 8px 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    header #menu ul li a{
        font-weight: 300;
        font-size: 16px;
    }

    .block{
        padding: 116px 35px;
    }

    .block.blue-block h1{
        font-size: 64px;
    }
    .block.blue-block p{
        font-weight: 200;
        font-size: 22px;
    }
    .block.yellow-block h1{
        font-size: 68px;
    }
    .block.yellow-block p{
        font-size: 24px;
    }
    .gallery .slick-slide{
        max-height: 778px;
    }

    .gallery-content h1{
        font-size: 96px;
        margin-bottom: 70px;
    }
    .gallery-content p{
        color: var(--white);
        font-size: 24px;
        font-weight: 400;
    }

    #contact #contact-data{
        display: flex;
        flex-direction: column;
        padding: 44px 30px 90px;
        border-bottom: none;
    }
    #contact #map{
        padding: 100px;
        border-bottom: 1px solid var(--white);
    }
}

@media(min-width: 1200px) {

    .block{
        padding: 116px 240px;
    }
}
#cookie-bar {
    display: flex;
    position: fixed;
    bottom:0;
    left:0;
    z-index:9999;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#cookie-bar.fixed { top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {color: #6a6b65;margin:0 0 5px; padding:0;text-decoration: none;}
#cookie-bar a {text-decoration: underline}
#cookie-bar a.button {margin-top: 20px}
#cookie-bar .cb-enable {position: absolute;top: 10px; right: 10px;background:url(./cerrar_cookiebar.png) no-repeat 0 0 transparent;height: 17px;width: 17px;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#0033bb;}
#cookie-bar .cb-policy:hover {background:#0055dd;}

#cookie-bar{
}

#cookie-bar #cookies-container {
    background-color: var(--dark-blue);
    color: white;
    padding:25px;
    max-width: 464px;
}

#cookie-bar #cookies-container .button.white{
    text-decoration: none;
    color: white!important;
    background-color:transparent;
}
#cookie-bar #cookies-container .button.white:hover{
    color: var(--dark-blue)!important;
    background-color: white!important;
}
#cookie-bar #cookies-container *{
    font-size: 14px;
    color: white;
}

#cookie-bar #cookies-container img{
    margin-bottom: 18px;
    width: 32px;
}
#cookie-bar #cookies-container span.modallink {
    text-decoration: underline;
    cursor: pointer;
}
