/* header */
.header-flex{
    display: flex;
    align-items: center;
}

.header-flex ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;

}
.logo-banner{
    position: absolute;
    width: 330px;
    top: 72%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    opacity: .95;
}
.logo-mobile{
    display: none !important;
}
.logo-mobile img{
    width: 250px;
}
#header .header-navi{
    height: 50px!important;
}

#header .header-navi .navbar-nav li a{
    padding: 0;
    padding: 0;
    height: 0;
}

#banner svg{
    position: absolute;
    bottom: 0;
    width: 100%;
}

.header-top .header-language{
    z-index: 9;
}

.header-top{
    font-size: 16px;
    height: 45px !important;
    background-color: fill="#ffffea";
}

.header-top a{
    font-size: 16px;
}




@media (max-width: 992px){
    #header-toggle{
        display: flex !important;
        align-items: center;
        justify-content: center;
        height: 55px;
        background-color: #ffffea;
    }
    .header-flex{
        flex-direction: column;
        padding-bottom: 20px;
    }

    .logo-desk{
        display: none !important;
    }
    .logo-mobile{
        display: block !important;
    }
    .logo-banner{
        top: 46%;
    }
    #header .header-navi{
        height: auto!important;
        display: block;
    }
    #header .header-navi .navbar-nav li a{
        padding: 20px 0 !important;
    }
    .supertabs .tab-content .tab-pane{
        background-position: top !important;
    }
}


/* Footer */

#footer .footer-top .widget.widget-newsletter .social ul li a {
    font-size: 40px;
}




.color-facebook{
    color: #3b5998;
    font-size: 14px;
}
.color-insta{
    color: #d62976;
    font-size: 14px;
}


.about .about-img{
    transition: all .4s ease-in-out;
}
.about .about-img:hover{
    transform: scale(1.2);
}

.about .overlay{
    border-radius: 10px;
}



/* aparts */

#amenities .custom-list li{
    display: flex;
    align-items: baseline;
}



/* fonts size */
#header .header-navi .navbar-nav li a,
.supertabs .tab-navigation ul li a .subtitle{
    font-size: 14px;
    line-height: 20px;
}

.preamble p,
.testimonials blockquote,
.supertabs .tab-navigation ul li a .title {
    font-size: 16px;
}

/* banner */
#banner .banner-bg-item,
#banner .banner-bg,
#banner{
    height: 100vh !important;
}

#banner .banner-bg .banner-bg-item{
    background-position: center 70% !important;
}


.about{
    padding: 0 0 30px 0 !important;
    background-color: #ffffea;
}

.supertabs{
    background-color: #ffffea;
}

.supertabs .tab-navigation ul li a,
.supertabs .tab-navigation ul li a .subtitle{
    color: white;
    background-color: transparent;
}
.supertabs .tab-navigation ul li.active a,
.supertabs .tab-navigation ul li.active a h6{
    background-color: #F1FCF6;
    color: #333;
}
.supertabs .tab-navigation ul li:nth-child(1){
    background-color: #45C68F;
}
.supertabs .tab-navigation ul li:nth-child(2){
    background-color: #2A8CF9;
}
.supertabs .tab-navigation ul li:nth-child(3){
    background-color: #EE7052
}

.supervideos video{
    margin-bottom: 15px;
}
.header-section.room{
    background-image: url(../img/habitaciones/3.jpg);
    background-position: center 75%;
}

.header-section.contact{
    background-position: center 65%;
}

#room{
    background-color: #ffffea;
}

.footer-top{
    background-color: #003f5c !important;
}
#footer .footer-copyrights {
    background-color: #183e4b !important;
}

.d-flex{
    display: flex;
    flex-wrap: wrap;
    gap:0 15px;
}
.row .album-box{
    height: 38vh;
    flex-grow: 1;
}

.row .album-box:nth-child(1){
    height: 51vh;
    width: 100%;
}

.row .album-box:last-child{
    height: 53vh;
    width: 100%;
}

.row .album-box img{
    max-height: 100%;
    min-width: 100%;
    object-fit: cover;
    vertical-align: bottom;
}

@media (max-width: 480px){
    .row .album-box{
        height: auto;
    }
    
    .row .album-box:nth-child(1){
        height: auto;
    }
    
    .row .album-box:last-child{
        height: auto;
    }
}