/* Navbar */

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
    padding: 4px;
}

.navbar-nav {
    display: flex;
    gap: 25px;
}

.ftco-navbar-light {
    background: transparent !important;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9999;
    padding: 0;
    gap: 60px !important;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    font-size: 14px;
    padding-top: 0rem;
    padding-bottom: 0rem;
    padding-left: 0px;
    padding-right: 0px;
    color: #fff;
    font-weight: 400;
    opacity: 1 !important;
    cursor: pointer !important;
    transition: border-color 0.3s ease, transform 0.3s ease;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
    color: #688537;
    transform: scale(1.05);
}

.ftco-navbar-light.scrolled .nav-link {
    padding-top: 0.9rem !important;
    padding-bottom: 0.9rem !important;
    color: #0c0c0c !important;
}

.ftco-navbar-light.scrolled .nav-link:hover {
    color: #688537 !important;
    transform: scale(1.05);
}

.ftco-navbar-light {
    top: 0px !important;
}

@media (max-width: 991.98px) {
    .logo-size {
        width: 140px !important;
        height: auto;
        padding: 1vh;
    }

    .ftco-navbar-light .navbar-nav > .nav-item.active > a {
        background-color: #ebe8e5 !important;
        color: #000 !important;
        z-index: 9999;
       
    }

    .ftco-navbar-light {
        background-color: #ebe8e5 !important;
        color: #000 !important;
         padding: 8px;
    }

    .ftco-navbar-light .navbar-toggler {
        background-color: #000 !important;
    }
}
.ftco-navbar-light .navbar-nav > .nav-item.active > a {
    color: #b8b8b8;
}

.ftco-navbar-light.scrolled {
    background: #ebe8e5 !important;
    z-index: 9999;
}

.space-top-gallery {
    margin-top: 5vh;
}

.voucher-card-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    text-align: center;
}

.image-size-voucher {
    width: 100%;
    height: 250px;
    object-fit: cover;
    margin-bottom: 5vh;
}



.color-text {
    color: #fff !important;
}


.owl-carousel.home-slider .slider-item .overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
    opacity: 0.6;
}

.color-title {
    color: rgb(93, 70, 44) !important;
}

.space-left {
    padding-left: 30px !important;
}

.space-top {
    margin-top: 20px;
}

.space-right-class {
    padding-right: 30px;
}

.justify-text {
    text-align: justify;
    text-justify: inter-word;
}

.space-bottom {
    margin-bottom: 20px;
}

.size-img {
    width: 100%;
    height: auto;
}

.max-characters {
    overflow: hidden;
    max-width: 75ch;
}

.size-img-1 {
    width: 100%;
    height: auto;
}

.color-text-link {
    color: #000 !important;
}

.dropdown-color {
    background-color: #ff9d17 !important;
    border-color: #ff9d17 !important;
}

@media (max-width: 576px) {
    .space-class1 {
        padding-left: 80px;
        padding-right: 80px;
    }
}

.color-btn {
    background-color: #ff9d17 !important;
    border-color: #ff9d17 !important;
}

.space-top-in {
    margin-top: 4px;
}

.owl-carousel.home-slider {
    position: relative;
    height: 900px;
    z-index: 0;
}

.owl-carousel.home-slider .slider-item .slider-text h2:before {
    display: none;
}

.owl-carousel.home-slider .slider-item .slider-text h2:after {
    display: none;
}

.space-top {
    margin-top: 10px;
}

.color-amenities-text {
    color: #000 !important;
}

.icons-amenities-index li i {
    background-color: #ff9d17 !important;
}
.whs {
    width: 1250px;
    height: 65px;
    background-color: rgb(150, 132, 112) !important;
    color: whitesmoke;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: -35px;
    padding: 0 10px;
    z-index: 1;
    opacity: 1;
    border-radius: 5px;
}

.whs.whs #__winpax_form_main_button button,
.whs.whs #__winpax_form_main_modify_or_cancel {
    background: #fff !important;
}

@media screen and (max-width: 1208px) {
    .whs.whs #__winpax_form_main_modify_or_cancel a {
        color: #fff;
    }
}

.dropdown-toggle::after {
    display: none;
}

.spacer-to-gallery {
    padding-left: 75px;
    padding-right: 70px;
}

/* [1] The container */
.img-hover-zoom {
    overflow: hidden;
    /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
    transition: transform 0.5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
    transform: scale(1.5);
}



@media (min-width: 1194px) {
    .spacer-left-us {
        padding-left: 40px;
    }
}

.space-right-icon {
    margin-right: 30px !important;
}


.logo-size {
    width: 180px !important;
    height: auto;
    padding: 1vh;
}

.resize-logo {
    width: 160px !important;
    height: auto;
}

@media (max-width: 359px) {
    .logo-size {
        width: 140px !important;
        height: auto;
        padding: 1vh;
    }
}

.button-img {
    position: relative;
    width: 100%;
    max-width: 400px;
}

.button-img img {
    width: 100%;
    height: auto;
}

.button-img .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #555;
    color: white;
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
}

.button-img .btn:hover {
    background-color: black;
}

.button-above-img {
    background-color: transparent !important;
    color: white !important;
    border-style: solid !important;
    border-color: white !important;
    background-color: transparent !important;
}

.img-darken {
    filter: brightness(50%);
}

.color-link {
    color: white !important;
}

/*----------------------------------------------------*/

.widget-father {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 120px;
}

.wvs {
    background-color: #ff9d17;
    color: whitesmoke;
    opacity: 1;
    display: grid;
    position: fixed;
    align-content: center;
    box-sizing: border-box;
    padding: 10px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    transition: all ease 1s;
}

.wvs.wvs span {
    background-color: #0d3546;
    color: whitesmoke;
    display: inline-block;
    position: absolute;
    top: 0;
    width: 80px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    transition: all ease 0.5s;
}

.wvs.wvs span:hover,
.wvs .wvs span:focus {
    background-color: #155671;
}

.wvs label {
    color: white;
    text-align: center;
    margin-bottom: 5px;
}

.wvs input {
    color: black;
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.wvs .promotion-code label {
    color: white;
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-top: 15px;
    font-style: italic;
}

.wvs .promotion-code input {
    color: black;
}

.wvs button {
    background-color: #281603;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    padding: 7px 15px;
    margin: 20px;
    cursor: pointer;
    transition: all ease 0.5s;
}

.wvs button:hover,
.wvs button:focus {
    background-color: #100901;
}

.wvs a {
    color: #fff;
    display: flex;
    justify-content: center;
}

.wvs a:hover,
.wvs a:focus {
    color: #333333;
}

#form-reservation-widget {
    display: flex;
    justify-content: center;
}

.whs {
    width: 1250px;
    height: 65px;
    background-color: #ff9d17;
    color: whitesmoke;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: -35px;
    padding: 0 10px;
    z-index: 1;
    opacity: 1;
    border-radius: 5px;
}

.whs label {
    text-align: center;
    width: 150px;
    font-weight: 500;
    padding-right: 15px;
}

.whs input {
    color: black;
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
    width: 150px;
    margin-top: 10px;
    text-align: center;
    border: white;
}

.whs .promotion-code {
    display: flex;
    grid-template-columns: repeat(auto-fit, minmax(150px, 2fr));
}

.whs .promotion-code label {
    width: 150px;
    margin: 5px 15px 0 15px;
    line-height: 45px;
    font-style: italic;
}

.whs button {
    background-color: #fff;
    color: #281603;
    font-weight: bold;
    border-radius: 5px;
    padding: 7px 15px;
    margin: 20px;
    cursor: pointer;
    transition: all ease 0.5s;
    margin: 0 5px;
    color: black;
    border: white;
}

.whs button:hover,
.whs button:focus {
    background-color: black;
    color: #ff9d17;
}

.whs a {
    color: #000;
    transition: all ease 0.5s;
}

.whs a:hover,
.whs a:focus {
    color: #333333;
}

.whs .carousel-control-next-icon,
.whs .carousel-control-prev-icon {
    margin-top: 450px;
    width: 50px;
    height: 50px;
}

@media screen and (max-width: 1208px) {
    .carousel {
        display: flex;
        flex-flow: row wrap-reverse;
    }

    .widget-father {
        position: relative;
        height: 500px;
        background-color: transparent;
    }

    .whs {
        display: flex;
        flex-direction: column;
        width: 40vh;
        height: auto;
        padding: 25px 0;
        margin: 40px;
    }

    .whs label {
        width: 280px;
        margin: 5px;
        padding: 0 30px;
        font-weight: bold;
    }

    .whs input {
        margin-top: 0;
        width: 200px;
        text-align: center;
    }

    .whs .promotion-code {
        display: flex;
        flex-direction: column;
        margin-bottom: 15px;
    }

    .whs .promotion-code label,
    .whs .promotion-code input {
        margin: auto;
        font-weight: 400;
    }

    .whs .promotion-code label {
        width: 280px;
    }

    .whs button {
        margin-bottom: 15px;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        margin-top: -100px;
    }

    .navbar-collapse {
        margin-top: 15px;
    }
}

@media screen and (max-width: 500px) {
    .whs {
        width: 90%;
    }
}

/*# sourceMappingURL=styles.css.map */

.center-position {
    text-align: center !important;
}

@media screen and (min-width: 1209px) {
    .whs .adults-quantity label,
    .whs .kids-quantity label {
        width: 80px !important;
    }
}

.whs .adults-quantity select,
.whs .kids-quantity select {
    border: white;
    margin: auto;
    width: 50px;
    height: 30px;
    text-align: center;
}

@media screen and (min-width: 1209px) {
    .whs input {
        margin-left: -30px;
    }
}

/*----------------------------------------------------*/

.space-top-title-gallery-generics {
    margin-top: 40px;
}

.position-banner-gastronomy {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom !important;
}

.size-img-slider {
    height: 440px;
}

@media (max-width: 1193px) {
    .size-img-slider {
        height: 340px !important;
    }
}

@media (min-width: 1250px) {
    .size-img-slider1 {
        height: 440px !important;
    }
}

@media screen and (max-width: 1208px) {
    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        margin-top: -10px !important;
    }
}

.image-size-promotion {
    width: 100%;
    height: auto;
    padding-left: 10px;
}

.color-dropdown-link {
    color: #000 !important;
}

.radius-btn-modal {
    border-radius: 1px !important;
    border-color: black !important;
}

.radius-btn-modal1 {
    border-radius: 1px !important;
    border-top-color: black !important;
    border-left-color: black !important;
    border-right-color: black !important;
}

.style-button-popup {
    border-radius: 1px;
    margin-bottom: 20px;
    height: 45px;
    width: 145px;
    background: transparent;
    border: 1px solid white;
}

.height-banner-customer {
    height: 500px;
}

.space-bottom-title-banner-customer {
    margin-bottom: 30%;
}

@media (max-width: 993px) {
    .space-bottom-title-banner-customer {
        margin-bottom: 420px;
    }
}

.text-size-title-banner {
    text-transform: none !important;
}

.space-down-banner-customer {
    margin-bottom: -300px;
}

.responsive-image-banner {
    width: 100% !important;
    height: 900px !important;
}

.responsive-image-banner-customer {
    width: 100% !important;
    height: 600px !important;
}

.font-title-banner-customer {
    font-family: "Playfair Display", Arial, serif !important;
}

.size-title-banner-customer {
    font-size: 50px !important;
}

@media (max-width: 1208px) {
    .about-us-div {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
}

@media (max-width: 500px) {
    .responsive-image-banner-customer {
        width: auto !important;
        height: 60vh !important;
    }

    .space-down-banner-customer {
        margin-bottom: -500px;
    }
}

/* VIDEO BANNER */
#bg-video {
    min-width: 100vw;
    min-height: 50vh;
    max-width: 100vw;
    max-height: 100vh;
    object-fit: cover;
    z-index: -1;
}

.heading-section h2:after,
.heading-section h2:before {
    background: #0c0c0d;
}

.container-social-networks {
    display: flex;
    list-style: none;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 20px;
}

.social-networks {
    text-decoration: none;
    color: inherit;
    padding-bottom: 2px;
    border-bottom: 2px solid transparent;
    transition: border-color 0.3s ease, transform 0.3s ease;
    display: inline-block;
    font-size: 1rem;
}

.social-networks:hover {
    color: #333333;
    border-bottom: 2px solid #95c73e;
    transform: scale(1.05);
}

@media (max-width: 600px) {
    .container-social-networks {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    .social-networks {
        font-size: 1.1rem;
    }
}

.contact-info h2 {
    color: #95c73e;
    text-align: center !important;
}

.map-contact {
    width: 100% !important;
    height: 100% !important;
    margin: 20px 0px 20px 0px;
    border-radius: 10px;
    border: 1px solid #ced4da;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
}

.form-contact-location {
    margin: 20px 0px 20px 0px;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
    border: 1px solid #ced4da;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
}

.block-9 .form-control {
    border-radius: 10px;
}

.color-btn {
    background-color: #95c73e !important;
    border-color: #95c73e !important;
    transition: transform 0.5s ease-in-out;
}

.color-btn:hover {
    background-color: #688537 !important;
    border-color: #688537 !important;
    color: #ffffff !important;
    transform: scale(0.9);
}

.item-info p {
    color: #333333 !important;
}

.item-info a {
    color: #333333 !important;
}

.item-info p a {
    color: #333333 !important;
}

.contact-info p {
    text-align: center !important;
}

.experiences {
    margin-top: 125px;
    z-index: 999;
    position: relative;
}

.voucher {
    margin-top: 125px;
    z-index: 999;
    position: relative;
}

@media (min-width: 680px) {
    .experiences {
        margin-top: 50px;
        z-index: 999 !important;
        position: relative;
    }
    .voucher {
        margin-top: 50px;
        z-index: 999 !important;
        position: relative;
    }
}

.experiences-item-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    margin-bottom: 5vh;
}

.location-title{
    color: #5D462C !important;
}

.experiences-title2{
    text-align: left !important;
}

.experiences-description2{
    text-align: left !important;
}

.lounge-image-container{
    margin-top: 120px;
}

.aditional-lounge{
    display: none;
}

.button-lounge-prev,
.button-lounge-next{
    display: none;
}

/* Footer */

footer {
    background-color: #968470 !important;
}

.logo-footer-size {
    width: 50vw !important;
    height: auto;
    padding-top: 4vh;
    padding-bottom: 8vh;
}

@media (max-width: 500px) {
    .logo-footer-size {
        width: 80vw !important;
        height: auto;
        padding-top: 4vh;
        padding-bottom: 8vh;
    }
}

.text-color-footer {
    color: white !important;
}

footer .container p {
    color: #ffffff !important;
}

footer .container p a {
    color: #ffffff !important;
}
