@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');
@font-face {
    font-family: 'Fiona-Regular';
    src: url("/fonts/front-end/Fiona-Regular.otf") format("opentype");
}
:root {
    --greyish-brown: #484848;
    --white: #ffffff;
    --very-light-brown: #d2b287;
    --tomato: #e0241d;
    --light-brown: #b18f54;
    --turquoise: #006E79;
    --deep-turquoise: #006f7a;
    --light-forest-green: #478a63;
    --green: #3F8862;
    --plum: #6b1445;
    --gray: #565A5C
}

*{
    -moz-transition: all .15s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all .15s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all .15s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all .15s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all .15s cubic-bezier(0.77, 0, 0.175, 1);
    outline: 0;
    color: var(--greyish-brown);
    font-family:  'DM Sans', Sans-Serif;
}
.slick-slide, .slick-slide *{

    -moz-transition:none;
    -webkit-transition:none;
    -ms-transition:none;
    -o-transition:none;
    transition:none;
}

h2{
    /*line-height: 56px;*/
    font-size: 40px;
    font-family: 'Fiona-Regular', serif;
    margin-bottom: 20px;
}

h3{
    font-size: 16px;
    font-weight: bold;
    font-family: 'Fiona-Regular', serif;
}
h4{
    font-size: 14px;
    font-weight: normal;
}
p{
    font-family:  'DM Sans', Sans-Serif;
    font-size: 18px;
    margin-bottom: 34px;
}
a{
    text-decoration: underline;
    color: var(--greyish-brown);
}
a:hover{
    text-decoration: unset;
    color: var(--greyish-brown);
}
a.button{
    border: solid 2px var(--greyish-brown);
    text-decoration: none;
    font-size: 16px;
    padding: 5px 20px;
    color: var(--greyish-brown);
}
a.button:hover{
    text-decoration: none;
    color: var(--white);
    background-color: var(--greyish-brown);
}
a.button.button-white{
    border: solid 2px var(--white);
    text-decoration: none;
    font-size: 16px;
    padding: 5px 20px;
    color: var(--white);
}
a.button.button-white:hover{
    text-decoration: none;
    color: var(--greyish-brown)!important;
    background-color: var(--white);
}
a.button.button-dark{
    text-transform: uppercase;
    border: solid 2px var(--greyish-brown);
    background-color: var(--greyish-brown);
    text-decoration: none;
    font-size: 18px;
    padding: 10px 36px;
    color: var(--white);
}
a.button.button-dark:hover{
    text-decoration: none;
    color: var(--greyish-brown);
    background-color: var(--white);
}
a.button.cotton-button{
    display: inline-block;
    text-align: center;
    border: none;
    text-decoration: none;
    font-size: 18px;
    font-weight: normal;
    min-width: 240px;
    padding: 34px 10px 27px;
    font-family: "Fiona-Regular", Serif;
    text-transform: uppercase;
    background-color: var(--very-light-brown);
    color: var(--white);
    margin: 10px auto;
}

a.button.cotton-button:hover{
    text-decoration: none;
    color: var(--white);
    background-color: var(--greyish-brown);
}
#welcome h2{
    hyphens: manual;
    line-height: 80px;
    font-size: 72px;
    margin-bottom: 38px;
}
header{
    background-color: transparent;
    height: 100vh;
    width: 100%;
    max-height: 80px;
    position: fixed;
    overflow: hidden;
    z-index: 99;
}
header.transparent{
    max-height: 160px;
}
header.transparent:not(.scroll) a{
    color:var(--white);
}
header.transparent:not(.scroll) svg path{
    fill: var(--white);
}
header.transparent.scroll{
    background-color: var(--white);
    height: 88px;
}
header.transparent.scroll.opened{
    background-color: var(--greyish-brown);
}

header.white{
    background-color:var(--white);
}
header.white:not(.scroll) a{
    color:var(--greyish-brown);
}
header.white.opened a{
    color:var(--white);
}
header.white:not(.scroll) svg path{
    fill: var(--greyish-brown);
}
header.white.opened svg path{
    fill: var(--white);
}
header.white.scroll{
    background-color: var(--white);
    height: 88px;
}
header.white.scroll.opened{
    background-color: var(--greyish-brown);
}
header.white{
    height: 100vh;
    width: 100%;
    max-height: 140px;
    background-color: var(--white);
    position: fixed;
    overflow: hidden;
    z-index: 99;
}
header svg{
    height: 70px;
    width: auto;
}
header.scroll svg{
    height: 55px;
}
header.scroll.opened svg{
    height: 70px;
}
header svg path{
    fill: var(--white);
}

header #logo-menu-button a{
    padding: 0;
}
header #logo-menu-button{
    z-index: 99;
    position: relative;
    padding: 24px 28px;
    height: 100%;
    min-height: 90px;
    max-height: 90px;
}
header.opened #logo-menu-button{
    height: 100%;
}

header #menu-button{
    height: 24px;
    cursor: pointer;
    justify-content: space-between
}

header.transparent #menu-button span{
    height: 4px;
    width: 20px;
    background-color: var(--white);
}

header.white #menu-button span{
    height: 4px;
    width: 20px;
    background-color: var(--greyish-brown);

}

header #menu-button span:first-child{
    width: 30px;
}
header #menu-button span:last-child{
    width: 10px;
}
header nav {
    margin-top: 2vh;
    position: relative;
    z-index: 9;
    opacity: 0;
}
header.opened nav {
    margin-top: 0;
    position: relative;
    z-index: 9;
    opacity: 1;
}
header nav a{
    text-decoration: none;
    color: var(--white);
    font-family: 'Gupter', serif;
    font-size: 30px;
    line-height: 9.85vh;
    text-align: center;
}
header nav a:hover{
    text-decoration: underline;
    color: var(--white);
}

header nav a#booking-button{
    background-color:  transparent;
    text-transform: lowercase;
    text-decoration: none;
    color: var(--white);
    font-family: 'DM Sans', Sans-Serif;
    font-size: 20px;
    line-height: 8px;
    padding: 15px 20px;
    border: solid 2px var(--white);
    margin-top:40px;
}
header nav a#booking-button:hover{
    background-color: var(--white);
    color: var(--greyish-brown);
}
header nav a{
    text-decoration: none;
    color: var(--white);
    font-family: 'Gupter', serif;
    font-size: 30px;
    line-height: 7vh;
    font-weight: 500;
}
header nav .with-submenu,
header nav .submenu{
    text-align: center;
}
header nav .submenu a{
    font-family: 'DM Sans', Sans-Serif;
    font-size: 18px;
    line-height: 1.33;
    font-weight: normal;
}
header nav .submenu a{
    margin: 5px 0;
}
header nav .submenu a:last-child{
    margin-bottom: 30px;
}
header:not(.opened) #menu-button:hover span{
    width: 30px;
}
header.white.scroll.opened,
header.transparent.scroll.opened,
header.opened{
    background-color: var(--greyish-brown);
    height: 100vh;
    max-height: 100vh;
}
header.opened #menu-button{
    justify-content: center;
    height: 24px;
    transform: rotate(90deg);
}
header.opened #menu-button span{
    transform: rotate(135deg);
    margin: -2px;
    background-color: var(--white);
    width: 30px;
}
header.opened #menu-button:hover{
    transform: rotate(0deg);
}
header.opened #menu-button span:first-child{
    transform: rotate(45deg);
}
header.opened #menu-button span:last-child{
    transform: rotate(0deg);
    width: 0px;
}
header.transparent.scroll #menu-button span{
    background-color: var(--greyish-brown);
}
header.transparent.opened #menu-button span{
    background-color: var(--white);
}
header.white.scroll #menu-button span{
    background-color: var(--greyish-brown);
}
header.white.opened #menu-button span{
    background-color: var(--white);
}
header.opened svg path{
    fill: var(--white);
}
header.scroll svg path{
    fill: var(--greyish-brown)
}
header.scroll.opened svg path{
    fill: var(--white);
}

header #menu-container{
    max-width: 1180px;
    width: 100%;
}

header #lang-menu a{
    margin: 30px 0 0 0;
    padding: 0 10px 0 10px;
    text-transform: uppercase;
    border-right: 1px solid var(--white);
}
header #lang-menu a:last-child {
    border-right: none;
}
h2 {
    line-height: normal;
}
body {

    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    background-color: var(--white);
    font-family: "brandon-grotesque",sans-serif;
}
body #header-gallery{
    background-size: cover;
    background-position: center;
    height: 100%;
}

body #header-gallery .slick-slide{
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100%;
}

#header-container{
    height: 90vh;
    position: relative;
}
body #header-gallery .slick-slide .filter{
    height: 100%;
    width: 100%;
    background-color:  rgba(0, 0, 0, 0.3);
}
body #header-gallery .slick-slide .filter h1.slide-title{
    font-family: 'Fiona-Regular', serif;
    color: var(--white);
    font-size: 80px;
    font-weight: 500;
    line-height: 1.2;
    width: 75vw;
    max-width: 780px;
}
body #header-gallery .slick-slide .filter h2.slide-subtitle{
    color: var(--white);
    font-family: "DM Sans", Sans-Serif;
    font-weight: normal;
    font-size: 18px;
}
body #header-gallery .slick-slide .filter a.button{
    font-size: 18px;
    color: var(--white);
    border-color:var(--white);
}
body #header-gallery .slick-slide .filter a.button:hover{
    font-size: 18px;
    color: var(--greyish-brown);
    background-color:var(--white);
}
footer{
    background-color: var(--greyish-brown);
    color: var(--white);
}

footer #footer-content{
    padding: 20px 15px 14px 15px;
    max-width: 1180px;
    width: 100%;
}
footer #footer-content *{
    color: var(--white);
}
footer a {
    font-size: 16px;
    text-decoration: none;
}
footer a:hover {
    text-decoration: underline;
}
footer #footer-menu a:hover {
    text-decoration: underline;
}
footer svg{
    height: 120px
}
footer #footer-content svg path{
    fill: var(--white);
}
footer #legal-links{
    padding: 18px 18px 12px 18px;
}
footer #legal-links a {
    text-decoration: none;
    color: var(--white);
    font-size: 14px;
}
footer #legal-links a:hover {
    text-decoration: underline;
}

footer #legal-links span{
    text-align: center;
}
footer #legal-links span::before {
    content:"-";
    margin-left: 5px;
    margin-right: 5px;
    color: var(--white);
}
footer #legal-links span:first-child::before {
    content:"";
}


/***********GALERIA****************/
#photo-gallery,
#photo-gallery *{

    -moz-transition: none;
    -webkit-transition:none;
    -ms-transition: none;
    -o-transition:none;
    transition: none;
}
#photo-gallery .slick-list{
    z-index: 0;
}
#photo-gallery .photo{
    -moz-transition:  none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    background-position: center center;
    background-size: cover;
    margin: 8px;
}

#photo-gallery .photo{
    padding-top: 70%;
    position: relative;
}

#photo-gallery .arrow{
    display: inline-block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    height: 36px;
    background-color: transparent;
    z-index: 9;
    top: 50%;
}
#photo-gallery .arrow.arrow-left {
    transform: rotate(180deg);
    left:10px;
    right: auto;

}

#photo-gallery .arrow span {
    opacity: 1;
    top: 0;
    left: 4px;
    position: relative;
    height: 5px;
    width: 40px;
    display: block;
    border-radius: 3px;
    transform: rotate(0deg);
    background-color: var(--white);
}
#photo-gallery .arrow span:first-child {
    transform: rotate(45deg);
    top: 6px;
    width: 20px;
    margin-bottom: 8px;
    left: 25px;
}
#photo-gallery .arrow span:last-child {
    margin-bottom: 8px;
    transform: rotate(-45deg);
    top: 2px;
    width: 20px;
    left: 25px;

}
#photo-gallery .arrow:hover span{
    background-color: var(--greyish-brown);
}
#photo-number{
    text-align: right;
    font-size: 18px;
    padding: 12px 34px 50px 0;
    font-family: 'Fiona-Regular',Serif;
}
/*********** FIN GALERIA ***************/
/*  POPUP  */
.modal-header {
    border: none;
}
.modal-content {
    padding: 20px 15px 15px;
    border: none;
    border-radius: 0;
}
.modal-footer {
    border: none;
}
.modal-title{
    padding-bottom: 20px;
    padding-left: 16px;
    letter-spacing: 1.2px;
}
.modal-header {
    padding: 22px 0 12px 0;
}
.close:not(:disabled):not(.disabled):hover,

.modal-header .close{
    height: 62px;
    width: 62px;
}
.modal-header .close,
.modal-header .close:hover{
    opacity: 1;
    margin-right: 0;
}
.modal-header .close span{
    opacity: 1;
    top: 0;
    position: relative;
    background-color: var(--greyish-brown);
    height: 2px;
    width: 30px;
    margin-bottom: 9px;
    display: block;
}
.modal-header .close span{
    background-color: var(--greyish-brown);
    opacity: 0;
    transform: rotate(90deg);
    left: -2px;
}
.modal-header .close:hover{
    transform: rotate(-90deg);
}
.modal-header .close span:first-child{
    opacity: 1;
    transform: rotate(45deg);
    top:10px;
    left: -1px;
}
.modal-header .close span:last-child{
    opacity: 1;
    transform: rotate(-45deg);
    top: -1px;
    left: -1px;
}
/*  END POPUP  */


.highlighted{
    font-family: 'Fiona-Regular', Serif;
    color: var(--greyish-brown);
    font-size: 38px;
    font-weight: normal;
    text-align: center;
    line-height: 1.25;
    margin-bottom: 0;
}

p.highlighted{
    font-size: 16px;
    margin-top: 25px;
    font-family: "DM Sans", Sans-Serif;
}
.highlighted div{
    font-family: 'Fiona-Regular', Serif;
    color: var(--greyish-brown);
}
.conditions{
    margin-top: 30px;
    margin-bottom: 20px;
    font-family: 'DM Sans', Sans-Serif;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
.no-padding{
    padding: 0;
}
.no-margin{
    margin: 0;
}
.padding{
    padding: 0 15px;
}
.max-width-400{
    width: 100%;
    max-width: 400px;
}
.max-width-700{
    width: 100%;
    max-width: 700px;
}
.max-width-960{
    width: 100%;
    max-width: 960px;
}
.max-width-1050{
    width: 100%;
    max-width: 1050px;
}
.max-width-1180{
    width: 100%;
    max-width: 1180px;
}
.max-width-1300{
    width: 100%;
    max-width: 1300px;
}
.block{
    margin: 34px 0 30px 0;
}
.picture-frame-gallery{
    position: relative;
}
.picture-frame-gallery .picture-frame{
    border: solid 2px var(--white);
    background-size: cover;
    background-position: center center;
    padding-bottom: 74%;
}
.picture-frame-gallery .frame{
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: 215% auto;
    background-position: top left;
    top: 0;
    left: 0;
}
.picture-frame-gallery .text-picture-frame{
    position: relative;
    width: 100%;
    padding: 50px 30px 80px 30px;
}
.picture-frame-gallery .text-picture-frame h3{
    font-family: "DM Sans", Sans-serif;
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}
.picture-frame-gallery .text-picture-frame h4{
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}
.picture-frame-gallery .text-picture-frame p{
    margin-bottom: 0;
    text-align: center;
}
.picture-frame-gallery .slick-dots{
    position: absolute;
    bottom: 25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.picture-frame-gallery .slick-dots li {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 41px;
    margin: 0 4px;
    padding: 4px 0;
    cursor: pointer;
}
.picture-frame-gallery .slick-dots li button {
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    color: transparent;
    outline: none;
    width: 42px;
    height: 4px;
    border: solid 1px var(--greyish-brown);
    background-color: transparent;
    -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;
}
.picture-frame-gallery .slick-dots li:hover button,
.picture-frame-gallery .slick-dots li.slick-active button{
    background-color: var(--greyish-brown);
}
.picture-frame-gallery polygon.st0 {
    fill:  var(--very-light-brown)!important;
}

#faqs{
    background-color: var(--white);
    padding:25px 32px;
}
#faqs h2{
    text-align: center;
    font-family: 'Fiona-Regular', Serif;
    color: var(--greyish-brown);
    font-size: 40px;
    font-weight: 500;
}
#faqs ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
#faqs ul li{
    padding-bottom: 20px;
    color: var(--greyish-brown);
}
#faqs ul li span.line{
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid var(--greyish-brown);
}
#faqs ul li h3,
#faqs ul li h3 span{
    font-family: 'DM Sans', Sans-Serif;
    font-size: 18px;
    cursor: pointer;
    font-weight: normal;
    color: var(--greyish-brown);
    margin:0;
    padding-bottom: 10px;
}
#faqs ul li h3 span{
    display: block;
    padding: 10px;
    transform: rotate(45deg);
    margin-right: -10px;
    margin-top: -10px;
    font-size: 20px;
}
#faqs ul li h3.collapsed,
#faqs ul li h3.collapsed span{
    padding-bottom: 0px;
}
#faqs ul li h3.collapsed span{
    transform: rotate(0deg);
}
#faqs ul li p{
    font-family: 'DM Sans', Sans-Serif;
    font-size: 16px;
    color: var(--greyish-brown);
    margin-bottom: 0;
    margin-right: 30px;
    text-align: left;
}
.img-lg-square,
.img-md-square{
    padding-bottom:320px;
    width: 100%;
    background-position: center;
    background-size: cover;
}
@media (min-width:768px) {

    h2{
        /*line-height: 62px;*/
        font-size: 56px;
        font-family: "Gupter", serif;
    }

    p{
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 34px;
    }
    a{
        text-decoration: underline;
        color: var(--greyish-brown)
    }
    header.scroll svg {
        height: 55px!important;
    }
    header.transparent.scroll{
        background-color: var(--white);
        height: 100px;
    }

    #header-container{
        height: 100vh;
        position: relative;
    }
    body #header-gallery{
        height: 100vh;
    }
    body #header-gallery .slick-slide {
        height: 100vh;
        width: 100%;

    }
    body #header-gallery .slick-slide .filter{
        height: 100%;
        width: 100%;
        background-color:  rgba(0, 0, 0, 0.3);
    }
    #welcome h2{
        line-height: 112px;
        font-size: 136px;
    }

    #welcome p{
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 34px;
    }
    #welcome a{
        font-size: 24px;
        line-height: 32px;
    }
    footer svg{
        margin-top: 42px;
        height: 194px;
    }
    footer h4{
        text-transform: uppercase;
        font-size: 18px;
        font-weight: bold;
        margin-top: 42px;
    }
    footer a,
    footer span{
        font-size: 18px;
    }

    .block{
        margin: 44px 0 40px 0;
    }

    .highlighted{
        font-size: 48px;
        max-width: 930px;
    }
    p.highlighted{
        font-size: 18px;
        margin-top: 25px;
    }

    .conditions{
        font-size: 20px;
    }
    #photo-gallery .photo{
        margin: 16px;
    }
    #photo-number{
        font-size: 24px;
        padding: 25px calc(22vw + 15px) 70px 0;
    }
    .no-padding-md{
        padding: 0;
    }
    .padding-md{
        padding: 0 15px;
    }
    .no-margin-md{
        margin: 0;
    }
    .margin-md{
        margin: 0 15px;
    }
    .full-width-col-md{
        margin-left: -15px;
        margin-right: -15px;
    }
    .no-full-width-col-md{
        margin-left: 15px;
        margin-right: 15px;
    }
    .row.full-width-md{
        margin-left: -30px;
        margin-right: -30px;
    }

    .picture-frame-gallery{
        position: relative;
    }
    .picture-frame-gallery .picture-frame{
        background-size: cover;
        background-position: center center;
        padding-bottom: 36%;
    }
    .picture-frame-gallery .frame{
        position: absolute;
        height: 100%;
        width: 100%;
        background-size: 100% auto;
        background-position: top left;
        top: 0;
        left: 0;
    }
    .picture-frame-gallery .slick-dots{
        right: 0;
        bottom:1vw;
    }
    .picture-frame-gallery .picture-frame{
        width: 50%;
    }
    .picture-frame-gallery .text-picture-frame{
        width: 50%;
        padding: 4vw 15px;
    }
    .picture-frame-gallery .text-picture-frame h3{
        font-size: 40px;
        letter-spacing: 1.2px;
    }
    .picture-frame-gallery .text-picture-frame h4{
        font-size: 24px;
    }
    .picture-frame-gallery .text-picture-frame p{
        margin-bottom: 0;
        text-align: center;
        max-width: 480px;
    }
    .picture-frame-gallery .slick-dots{
        width: 50%;
        right: 0;
        bottom: 1vw;
    }

    #faqs{
        padding: 60px 30px 90px 30px ;
    }

    #faqs ul li h3:hover,
    #faqs ul li h3:hover span{
        color: var(--greyish-brown);
    }

    #faqs ul li div ul,
    #faqs ul li div ul li{
        list-style: initial;
        padding-left: 10px;
    }

    #faqs ul li div p,
    #faqs ul li div ul{
        padding-top: 10px;
    }
    #faqs ul li div ul li {
        padding-bottom: 10px;
        padding-right: 10px;
        width: auto;
        margin-left: 0;
        display: block;
    }

    #faqs ul li div ul li:before {
        content: "– ";
    }
    .img-md-square{
        padding-bottom:92%;
    }
}

@media (min-width:992px) {

    header.white,
    header{
        overflow: unset;
    }
    header,
    header.opened,
    header.white,
    header.transparent,
    header.white.scroll.opened,
    header.transparent.scroll.opened{
        height: 170px;
        max-height: 170px;
    }
    header svg{
        height: 108px;
    }
    header.scroll svg {
        height: 79px!important;
    }
    header.white.scroll.opened,
    header.white.scroll,
    header.transparent.scroll.opened,
    header.transparent.scroll{
        background-color: var(--white);
        height: 100px;
    }
    header.white.scroll.opened,
    header.white.scroll{
        background-color: var(--white);
        height: 100px;
    }
    header nav {
        opacity: 1;
        position: relative;
        margin-top:0;
    }
    header nav a{
        color: var(--white);
        font-size: 16px;
        font-family: "DM Sans", sans-serif;
        font-weight: 500;
        line-height: unset;
        margin-top: 0px;
        padding: 10px 0;
    }
    header nav a#booking-button{
        color: var(--white);
        font-size: 16px;
        line-height: unset;
        padding: 5px 20px;
        margin-top:0px;
    }
    header.scroll nav a {
        color: var(--greyish-brown)
    }

    header.scroll nav a#booking-button{
        color: var(--greyish-brown);
        border: solid 2px var(--greyish-brown);
    }
    header.scroll nav a#booking-button:hover{
        background-color: var(--greyish-brown);
        color:  var(--white);
    }
    header.white nav a#booking-button{
        color: var(--greyish-brown);
        border: solid 2px var(--greyish-brown);
    }
    header.white nav a#booking-button:hover{
        background-color: var(--greyish-brown);
        color:  var(--white);
    }
    header nav a.active{
        text-decoration: underline;
    }
    header nav .submenu{
        position: absolute;
        opacity: 0;
        overflow: hidden;
        max-height: 0;
        background-color: rgba(0,0,0,0.5);
        box-shadow: 0 0 0 rgba(0,0,0,0);
        margin-top: 10px;
    }
    header.scroll nav .submenu{
        overflow: hidden;
        max-height: 0;
    }
    header nav .with-submenu a{
        margin-left: 0;
    }
    header.transparent.scroll nav .submenu{
        background-color: var(--white);
        box-shadow: 0px 5px 5px rgba(0,0,0,0.1);
    }
    header.white nav .submenu{
        background-color: var(--white);
        box-shadow: 0px 5px 5px rgba(0,0,0,0.1);
    }
    header nav .with-submenu:hover .submenu{
        max-height: 500px;
        position: absolute;
        display: flex !important;
        opacity: 1;
        padding: 0 15px;
        margin-left: -15px;
        background-color: rgba(0,0,0,0.5);
    }

    header.scroll nav .with-submenu:hover .submenu {
        background-color: var(--white);
        box-shadow: 0px 5px 5px rgba(0,0,0,0.1);
    }
    header.white nav .with-submenu:hover .submenu {
        background-color: var(--white);
        box-shadow: 0px 5px 5px rgba(0,0,0,0.1);
    }
    header nav .submenu a {
        font-size: 14px;
        font-weight: normal;
        margin:5px 0;
        padding:0;
    }
    header nav .submenu a{
        margin:10px 0 0 0 ;
    }
    header nav .submenu a:first-child {
        margin-top: 12px;
    }
    header nav .submenu a:last-child {
        margin-bottom: 15px;
    }
    header #logo-menu-button {
        padding: 0px 15px;
    }
    header.opened.transparent{
        background-color: transparent;
    }
    header.opened.white{
        background-color: var(--white);
    }
    header.white.opened svg path{
        fill: var(--greyish-brown);
    }
    header.white.opened a {
        color: var(--greyish-brown);
    }
    header.opened.transparent.scroll{
        background-color: var(--white);
    }
    header.opened.transparent.scroll svg path{
        fill: var(--greyish-brown);
    }
    header.opened svg path{
        fill: var(--greyish-brown);
    }
    header #lang-menu a{
        margin: 20px 0;
        border-right: none;
    }
    footer svg{
        margin-top: 42px;
        width: 280px;
    }
    footer #footer-content {
        padding: 10px 0;
    }
    footer #footer-content div {
        padding: 20px 15px;
    }
    body #header-gallery .slick-slide .filter h1.slide-title{
        font-size: 152px;
        margin-top: -100px;
    }
    body #header-gallery .slick-slide .filter h2.slide-subtitle{
        color: var(--white);
        font-family: "DM Sans", Sans-Serif;
        font-size: 24px;
    }
    .no-padding-lg{
        padding: 0;
    }
    .padding-lg{
        padding: 0 15px;
    }
    .no-margin-lg{
         margin: 0;
     }
    .margin-lg{
        margin: 0 15px;
    }
    .full-width-col-lg{
        margin-left: -15px;
        margin-right: -15px;
    }
    .no-full-width-col-lg{
        margin-left: 15px;
        margin-right: 15px;
    }
    .row.full-width-lg{
        margin-left: -30px;
        margin-right: -30px;
    }

    #faqs ul li{
        display: inline-block;
        margin-left: 120px;
        width: calc(50% - 120px);
        min-width: 300px;
        padding-bottom: 30px;
    }
    #faqs h2{
        margin-left: 120px;
        text-align: left;
        font-size: 56px;
        margin-bottom: 30px;
    }
    .img-lg-square{
        padding-bottom:320px;
    }
}
@media (min-width:1440px) {
    #photo-number {
        font-size: 24px;
        padding: 25px calc(30vw + 15px) 70px 0;
    }
}


























#cookie-bar {
    display: flex;
    position: fixed;
    bottom:0;
    right:0;
    z-index:9999;
    width:100%;
    -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 {color:#6a6b65; display:inline-block; border-radius:3px; text-decoration:underline;}
#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(--greyish-brown);
    color: var(--white);
    padding:25px;
    max-width: 464px;
}

#cookie-bar #cookies-container *{
    font-size: 14px;
    color: var(--white);
}

#cookie-bar #cookies-container img{
    margin-bottom: 18px;
    width: 32px;
}
#cookie-bar #cookies-container span.modallink {
    text-decoration: underline;
    cursor: pointer;
}
#cookie-bar a.btn {
    margin-top: 25px;
    display: inline-block;
    color: var(--greyish-brown)!important;
    background-color: var(--white);
    text-decoration: none;
    padding: 4px 15px;
    border-radius: 0px;
    font-size: 18px;
    text-align: center;
    border: 2px solid var(--white);
    transform: scale(1);
}
#cookie-bar a.btn:hover{
    color:var(--white)!important;
    background-color:transparent;
    border: 2px solid var(--white);
}