:root {
    --mainColor: #bba991;
    --obscureColor: #796856;
    --optionalColor: #445565;
    
}
.offcanvas, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-xl, .offcanvas-xxl {
    --bs-offcanvas-width: 50%;
}

/*.default-btn{background: var(--);}*/
.textprimary{color: #445565;}
.textsecundary{color: #C19870;}
.bigtitles{color: var(--mainColor);}
.bigsubtitles{color: #ffffff;font-size: 18px;}
h2{color:#796856}
.ptb-50{padding-top: 50px; padding-bottom: 50px;}
.pt-50{padding-top: 50px;}
.pb-50{padding-bottom: 50px;}
.bgc-primary{background-color: #445565 !important;}
.bg-secundary{background-color: var(--obscureColor);}
.page-area{overflow: hidden;}
.widget_rss ul li a:hover { color: #C19870 !important; }
.post-password-form input[type="submit"]:hover{ border-color: #C19870; }
#section_home #navbar{position: fixed;}
#navbar{position: fixed;}
.navbar.first-navbar .navbar-nav .nav-item .nav-link{color:#ffffff}
.navbar.first-navbar.sticky  .navbar-nav .nav-item .nav-link{color:#ffffff}
.navbar.inner-navbar { background-color: #132027; }
.navbar.inner-navbar.sticky { background-color: #132027 !important; }
.navbar.first-navbar { background: linear-gradient(180deg, rgba(0,0,0,.9) 0%, rgba(0,0,0,.4) 55%, rgba(0,0,0,0) 100%); }
.navbar.first-navbar.sticky { background: var(--optionalColor);}
.navbar.second-navbar.sticky { background-color: #39505E; }
.navbar.style2 { background-color: #192227; }
.navbar.style2.sticky { background-color: #39505E; }
.navbar.fourth-navbar.sticky, .navbar.five-navbar.sticky { background-color: #192227; }
.navbar .navbar-nav .nav-item:hover .nav-link, .navbar .navbar-nav .nav-item.active .nav-link, .navbar .navbar-nav .nav-item .dropdown-menu .nav-item:hover .nav-link, .navbar .navbar-nav .nav-item .dropdown-menu .nav-item.active .nav-link, .navbar.first-navbar .navbar-nav .nav-item:hover .nav-link::before, .navbar.first-navbar .navbar-nav .nav-item.active .nav-link::before { color: #C19870 !important; }
.footer-widget .social-list li a:hover { color: #C19870; }
.footer-widget.widget_nav_menu ul li a { color: #ffffff; line-height: 20px; }
.footer-widget.widget_nav_menu ul li a:hover { color: var(--optionalColor); }
.footer-area .single-footer-widget a:hover  { color: var(--optionalColor); }
.footer-widget h3 {color: #ffffff;}
.footer-widget span{display: block; color: #ffffff;}
.footer-area{padding-top: 30px; padding-bottom: 30px;}
.footer-area .single-footer-widget{margin-bottom: 0;}
.copy-right-warp{background: #445565 !important;padding-top: 0;}
.copy-right-warp a{color: #ffffff; margin-right: 30px;}
.copy-right-warp a:last-child{border-left: 1px solid  #ffffff; padding-left: 30px;}
.responsive-navbar .offcanvas-body .navbar-nav .current-menu-ancestor a, .responsive-navbar .offcanvas-body .navbar-nav .current-menu-ancestor ul li.current_page_item a { color: #C19870; }
.navbar-brand img{max-height: 112px;position: absolute;top: 2px;}


#herowithvideo{position: absolute;width: 100%;top: -8px;z-index: 1;padding-bottom: 0;height: 100%;}
.hero-warp{overflow: hidden;padding-top: 56.25%;}
.hero-video-bg{position: absolute;inset: 0;}
.hero-video-bg iframe{position: absolute;inset: 0;width: 100%;height: 100%;border: 0;pointer-events: none;}

.hero-slider-warp .content .title{color: #ffffff;}
.herosubtitle{color: #ffffff;}
.concepto{margin-top: -8px;background-color: var(--optionalColor);}
.concepto .swiper-slide{width: 30%;flex-shrink: 1;flex-grow: 0;}
.concepto .swiper-wrapper{display: flex;justify-content: space-between;}
.concepto .swiper-btn{display: none;}
.concepto .blog-card{text-align: center; color: #445565;}
.concepto .blog-card span{margin-bottom: 10px;}
.concepto .blog-card h3{color: #445565;}
.concepto .icon-concept{width: 100%; max-width: 65px; filter: invert(100%) brightness(75%);}
.concepto .blog-slider-warp{flex-wrap: wrap;display: flex;justify-content: space-between;position: relative;z-index: 2;}
.concepto .blog-card{width: 15%;padding: 15px; background-color: #394755;box-shadow:0px 4px 34px 0px rgba(0, 0, 0, 0.24);overflow: hidden; border-radius: 20px;}
.concepto .blog-card p{margin-top: 10px; color:#C6C6C6;line-height: 125%;}
#suites{background-color: var(--optionalColor);}
#suites .summer-vacation-warp{
    opacity: 0;
    transform: translateY(35px);
    transition: opacity .8s ease-out, transform .8s ease-out;
}
#suites .summer-vacation-warp.is-visible{
    opacity: 1;
    transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
    #suites .summer-vacation-warp,
    #suites .summer-vacation-warp.is-visible{
        transition: none;
        opacity: 1;
        transform: none;
    }
}
#suites .vacation-content .about-vacation{margin-right: 0;}
.ptb-125e{padding-bottom: 0 !important;}
.ptb-125te{padding-top: 0 !important;}
.service-card{padding: 0px;position: relative;overflow: hidden;}
.service-card .icon{margin-bottom: 10px;}
#amenidades{background-color: var(--optionalColor);}
.amenidades-grid-warp{margin-top: 40px;}
.amenidades-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
}
.amenidades-grid .service-card{
    min-height: 320px;
    aspect-ratio: 4 / 3;
    margin-bottom: 0;
}
.amenidades-grid .service-card .icon{
    margin: 0;
    height: 100%;
}
.amenidades-grid .service-card .icon img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.amenidades-grid .service-card h3{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    z-index: 2;
    text-align: left;
}
.amenidades-grid .service-card h3 a{
    display: block;
    padding: 18px 20px;
    color: #ffffff;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.75) 100%);
    text-transform: uppercase;
    letter-spacing: .05em;
}
.amenidades-grid .service-card .widget-description{
    padding: 24px;
    text-align: left;
}
.amenidades-grid .service-card .widget-description span{
    border: 0;
    text-align: center;
    font-size: 20px;
}
.amenidades-grid .service-card .widget-description .arrow{
    margin-top: 18px;
}
@media (max-width: 991px){
    .amenidades-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 575px){
    .amenidades-grid{
        grid-template-columns: 1fr;
    }
}
.inner-testimonial-warp{padding-bottom: 50px;padding-top: 50px;}
.inner-page-hero-warp{padding-top: 30px;padding-bottom: 46px;}
#amenidades-carrousel .content-btn{display: none;}
.v360{height: 450px !important;}
.suite-specs {
    gap: 12px;
    margin-top: 1rem;
}
.suite-specs li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #445565;
    font-weight: 500;
    margin: 0 12px 12px 0;
}
.suite-specs li i {
    font-size: 1.6rem;
}

#testimonials .widget-description span{ font-size: 15px;}

.hoteleria-carousel__item-proximamente {
    position: absolute;
    right: 0;
    top: 0;
    width: 8em;
    height: 8em;
    background: url(../images/proximamente.png) no-repeat top right transparent;
    background-size: contain;
}    

.suite .blog-card{text-align: center; color: #445565;background-color: var(--mainColor);}
.suite .blog-card span{margin-bottom: 10px;}
.suite .blog-card h3{color: #445565;}
.suite .icon-concept{width: 80%; max-width: 65px; filter: invert(100%) ;}
.suite .blog-slider-warp{flex-wrap: wrap;display: flex;justify-content: space-between;position: relative;z-index: 2;}
.suite .blog-card{width: 19%;padding: 28px 15px 0 15px;margin-bottom: 15px;overflow: hidden;border-radius: 20px;}
.suite .blog-card p{margin-top: 15px;}
.concepto .blog-card .icon-concept,
.suite .blog-card .icon-concept{
    transition: transform .4s ease;
}
.concepto .blog-card:hover .icon-concept,
.suite .blog-card:hover .icon-concept{
    transform: scale(1.2);
}
.instagram-widget {position: relative;overflow: hidden;}
.widget-description {position: absolute;z-index: 3;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .5);color: #ffffff;padding: 20px;display: flex;flex-direction: column; justify-content: center;align-items: center;opacity: 0;visibility: hidden;transform: translateY(15px);transition: opacity .3s ease, transform .3s ease, visibility .3s ease;pointer-events: none;}
.instagram-widget:hover .widget-description, .service-card:hover .widget-description {opacity: 1;visibility: visible;transform: translateY(0);pointer-events: auto;}
.instagram-widget:hover .player-testimonial-over{display: none;}
.widget-description span{display: flex; border: 1px solid #ffffff;justify-content: center;align-items: center;text-align: center;font-size: 20px; padding: 10px;}
.widget-description a{display: block !important;text-align: center;color: #ffffff !important;margin-top: 20px;}

#faqs .section-title h2{color: var(--mainColor)}
.inner-question-warp .accordion-item .accordion-button:not(.collapsed)::after {
    background-image: url(../images/svgs/cross.svg);
    transform: var(--bs-accordion-btn-icon-transform);
    background-size: 23px;
}
.inner-question-warp .accordion-item .accordion-button::after {
    background-image: url(../images/svgs/pluse.svg);
    background-size: 16px;
}
.player-testimonial-over {position: absolute;z-index: 4;width: 60px;right: calc(50% - 30px);top: calc(50% - 30px);filter: brightness(0) invert(1);filter: brightness(0) saturate(100%) invert(1) contrast(100%);opacity: .5;}
.player-testimonial {margin:auto;width: 60px;cursor: pointer;filter: invert(100%) sepia(14%) saturate(1200%) hue-rotate(186deg) brightness(82%) contrast(120%);}
.contact-hero{
    position: relative;
    background-image: url(../images/lobby_big.jpg);
    background-size: cover;
    background-position: center;
    padding: 80px 60px;
    overflow: hidden;
}
.contact-hero-overlay{
    position: absolute;
    inset: 0;
    background: rgba(7, 13, 21, .75);
}
.contact-hero .row{
    position: relative;
    z-index: 1;
}
.contact-hero-text h3{
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: .03em;
}
.contact-hero-copy{
    color: rgba(255, 255, 255, .85);
}
.contact-hero-form .form-label{
    color: #ffffff;
    letter-spacing: .08em;
}
.contact-hero-form .form-control{
    background-color: rgba(255, 255, 255, .12);
    border-color: rgba(255, 255, 255, .35);
    color: #ffffff;
}
.contact-hero-form .form-control::placeholder{
    color: rgba(255, 255, 255, .6);
}
.contact-form .input-box .form-select {
    height: 60px;
    padding-left: 20px;
    border-radius: 0;
    border: 1px solid rgba(158, 188, 206, 0.4);
    background-color: transparent;
    transition: var(--transition);
    color: #fff;
}
.contact-form .input-box .form-select option{
    background-color: #ffffff;
    color: #000000;
}

.contact-hero-form .default-btn{
    width: 100%;
}
#contacto{background-color: var(--optionalColor);}
#contactaddress{color: #ffffff;}
.convertowhite{filter: brightness(0) invert(1);}
#faqs{background: var(--optionalColor);margin-top: 0;display: block;}
.inner-question-warp .accordion-item .accordion-button {
    background-color: #fff;
    border-radius: 12px !important;
    padding: 15px 25px;
    box-shadow: unset;
    font-family: var(--bodyFont);
    font-size: 18px;
    margin-bottom: 10px;
    color: var(--optionalColor);
}
.inner-question-warp .accordion-item{border: 0;}
.inner-question-warp .accordion-item .accordion-button::after {
    background-image: url(../assets/down_arrow_icon.png);
}
.inner-question-warp .accordion-item .accordion-body {
    padding: 30px;
    border-top: 0;
    background-color: #ffffff;
    border-radius: 12px;
    margin-bottom: 12px;
}
.vacation-content .about-vacation .vacation-list li{color: #ffffff; padding-left: 25px; font-size: 15px;}
.vacation-content .about-vacation .vacation-list li::before{width: 15px;}

.rounded{border-radius: 20px;}
#counters li{min-width: 246px;}

@media (max-width: 767px){
    .contact-hero{
        padding: 50px 25px;
    }
}
.video-lightbox {position: fixed;inset: 0;background: rgba(0, 0, 0, .85);display: flex;align-items: center;justify-content: center;padding: 30px;opacity: 0;visibility: hidden;transition: opacity .3s ease, visibility .3s ease;z-index: 9999;}
.video-lightbox.is-visible {opacity: 1;visibility: visible;}
.video-lightbox__content {position: relative;width: min(90vw, 900px);max-width: 400px;background: #000;border-radius: 12px;overflow: hidden;box-shadow: 0 20px 45px rgba(0, 0, 0, .6);height: min(90vh, 900px);}
.video-lightbox__close {position: absolute;top: 12px;right: 12px;width: 36px;height: 36px;border-radius: 50%;display: flex;align-items: center;justify-content: center;background: rgba(0, 0, 0, .6);border: 1px solid rgba(255, 255, 255, .4);color: #fff;font-size: 18px;line-height: 1;cursor: pointer;transition: background .2s ease;z-index: 9;}
.video-lightbox__close:hover {background: rgba(255, 255, 255, .2);}
.video-lightbox__video {width: 100%;height: 100%;aspect-ratio: 16 / 9;background: #000;}
.video-lightbox__video video {width: 100%;height: 100%;object-fit: cover;}
body.video-lightbox-open {overflow: hidden;}
.container-full{width: 100%;overflow: hidden;}
.footer-bg{background-color: /* #CCBDA5 !important;*/ var(--mainColor) !important;}
.logo-footer{max-width: 150px;margin: auto;width: 100%;}
.social-menu .menu-item{display: inline-block;}
.social-menu a{font-size: 24px;margin-right: 5px;}
.footer-contact{color: #ffffff;border: 1px solid #ffffff;border-radius: 30px;padding: 10px 20px;margin-top: 14px;display: inline-block;}
.footer-contact:hover{color: var(--optionalColor); border-color: var(--optionalColor);}
.activities-events{padding-right: 74px;}
.simple-plan-slider,
.cs-generic-swiper {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.simple-plan-slider .swiper-slide,
.cs-generic-swiper .swiper-slide {
    display: flex;
}
.simple-plan-slider .swiper-slide img,
.cs-generic-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.simple-plan-pagination,
.cs-generic-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
    position: static;
}
.simple-plan-pagination .swiper-pagination-bullet,
.cs-generic-pagination .swiper-pagination-bullet {
    background: var(--mainColor);
    opacity: .35;
    transition: opacity .3s ease;
}
.simple-plan-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.cs-generic-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}
.simple-plan-widget{padding: 48px 35px 48px 35px;}
.simple-plan-widget .simple-plan-item{margin-bottom: 26px;}
.simple-plan-widget .simple-plan-item span{width: 50px;height: 50px;line-height: 50px;}
.simple-plan-widget .simple-plan-item h5{margin-bottom: 12px;}
#experiences{display: block;padding-top: 140px;}
.fixexperience-pos{margin-top: -80px;}
.fixexperience-pos .experience-content{padding-top: 100px;}
.hiddenfaqs{display: none;}
.hiddenfaqs.show{display: block;}
.explore-warp.aboutus-wrap::before{    height: 310px;bottom: 128px;}
.list-about li{display: inline-block;width: 30%;}
.margen-negativo{margin-top: -30px;}
.essence-content .amenities-warp{border-bottom: 0;}
.reduced-list{padding-left: 20%;padding-right: 20%;}
.icon-menu-size{font-size: 16px !important;}
.logo-mobile-menu img{height: 145px;}
.responsive-navbar .offcanvas-body .navbar-nav li{margin-bottom:16px ;}
.navbar.first-navbar .navbar-toggler .burger-menu span{background-color: #fff /*#445565*/;}
.responsive-navbar .ri-arrow-down-s-line:before{display: none;}
.responsive-navbar .dropdown-toggle::after{display: none;}
.concepto .icon-concept {width: 50%;}
.summer-vacation-warp .summer-vacation-image{height: auto; max-width: 100%;}

.logo2lagos{height: 100px;}
#header-restaurante{top: -28px;}
.amenities-list span{display: inline-block; width: 55px; height: 55px; margin-right: 1px;}
.specifications{ height: 100%; width: 100%;}
.boxshadow{box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.24);}
.h-ajusted{height: 98%;}
#slide_hoteleria{background-color: var(--optionalColor);}


.hoteleria-carousel,
.hoteleria2-carousel,
.amenidades-carousel{
    position: relative;
}
.hoteleria-carousel .hoteleria-carousel__media,
.hoteleria2-carousel .hoteleria2-carousel__media,
.amenidades-carousel .amenidades-carousel__media{
    position: relative;
    /*border-radius: 24px;*/
    overflow: hidden;
    display: block;
}
.hoteleria-carousel__media img,
.hoteleria2-carousel__media img,
.amenidades-carousel__media img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .4s ease;
}
.hoteleria-carousel__media:hover img,
.hoteleria2-carousel__media:hover img,
.amenidades-carousel__media:hover img{
    transform: scale(1.2);
}
.hoteleria-carousel__caption,
.hoteleria2-carousel__caption,
.amenidades-carousel__caption{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 18px 20px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .08em;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.75) 100%);
}
.hoteleria-carousel__item {
    padding: 8px 0;
}
.hoteleria2-carousel__item{
    padding: 0;
}
.hoteleria-carousel .owl-nav,
.hoteleria2-carousel .owl-nav,
.amenidades-carousel .owl-nav{
    pointer-events: none;
}
.amenidades-carousel .owl-nav{ margin: 0;}

.hoteleria-carousel .owl-nav button.owl-prev,
.hoteleria-carousel .owl-nav button.owl-next,
.hoteleria2-carousel .owl-nav button.owl-prev,
.hoteleria2-carousel .owl-nav button.owl-next,
.amenidades-carousel .owl-nav button.owl-prev,
.amenidades-carousel .owl-nav button.owl-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--mainColor);
    color: #ffffff;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s ease, border-color .2s ease;
    pointer-events: auto;
}
.amenidades-carousel .owl-nav button.owl-prev,
.amenidades-carousel .owl-nav button.owl-next{
    background: var(--optionalColor);
}
.hoteleria-carousel .owl-nav button.owl-prev:hover,
.hoteleria-carousel .owl-nav button.owl-next:hover,
.hoteleria2-carousel .owl-nav button.owl-prev:hover,
.hoteleria2-carousel .owl-nav button.owl-next:hover{
    background: var(--obscureColor);
    border-color: #ffffff;
}
.amenidades-carousel .owl-nav button.owl-prev:hover,
.amenidades-carousel .owl-nav button.owl-next:hover{
    background: var(--mainColor);
    border-color: #ffffff;
}
.hoteleria-carousel .owl-nav button.owl-prev,
.hoteleria2-carousel .owl-nav button.owl-prev,
.amenidades-carousel .owl-nav button.owl-prev{
    left: -64px;
}
.hoteleria-carousel .owl-nav button.owl-next,
.hoteleria2-carousel .owl-nav button.owl-next,
.amenidades-carousel .owl-nav button.owl-next{
    right: -64px;
}
.hoteleria-nav__icon, 
.hoteleria2-nav__icon,
.amenidades-nav__icon{
    font-size: 18px;
    line-height: 1;
    color: #ffffff;
}

#testimonials{background-color: var(--mainColor);}
#testimonials .instagram-widget{border-radius: 24px;}
.contact-form .input-box .form-label{color: #ffffff;}
.contacttitle{font-size: 60px;}
.img-360{max-height: 60px;}

#section_home .section-title{max-width: 800px;}

/*Nosotros*/
.background-dark{background-color: #000000;}
.title-section {
  font-size: 100px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 4px;
  margin: 0;
  padding: 100px 0 0px 0;
  color: white;
}

#d-nosotros-somos{
    background-color: var(--obscureColor);
    color: white;
}

#d-nosotros-eventos{
    background-color: var(--optionalColor);
    color: white;
}

.title-section span {
  font-family: 'Playfair Display', 'Georgia', serif;
  font-weight: 400;
  font-style: italic;
  color: #d6c4a0; /* tono dorado-beige */
}

.pt-10{padding-top: 18%;}
.pb-10{padding-bottom: 10%;}
.pl-8{padding-left: 5%;}

#section_nosotros .packages-warp::before{
    background: rgba(19, 32, 39, 0.4);
}

#section_nosotros .packages-list::before{
    background: rgba(19, 32, 39, 0.9);
}

/* suite y jrsuite */

#section_suite .amenidades-grid,
#section_jrsuite .amenidades-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
#section_suite .variation-card .img-ml img, 
#section_jrsuite .variation-card .img-ml img {
    height: auto !important;
}

.btn-whatsapp{
    background: var(--optionalColor);
    color: #fff;
}
/*.btn-whatsapp:hover{
    background-color: #128c7e;
    text-decoration: none;
    color: white;
}*/
.whatsapp-icon{
    max-width: 30px;
}

/* amenidades */

#section_amenidades-tabs{background-color: var(--optionalColor);}

#section_amenidades-contenido{background-color: var(--obscureColor); color: #ffffff;}
#section_amenidades-contenido h3, #section_amenidades-contenido h4, #section_amenidades-contenido p{ color: #ffffff;}

.amenidades-carousel0{padding-left: 5em; padding-right: 5em;}

#section_amenidades-contenido h3{
    font-size: 2.5em;
    font-weight: 600;
    margin-bottom: 16px;
}
#section_amenidades-contenido h4{
    font-size: 1.5em;
    font-weight: 500;
    margin-bottom: 12px;
}
#section_amenidades-contenido p{
    font-size: 1.2em;
    line-height: 28px;
}


#section_amenidades-extras{background-color: var(--optionalColor); color: #ffffff;}
#section_amenidades-extras h2{background-color: var(--mainColor); color: #ffffff; font-size: 4em;}

#section_amenidades-extras h3, #section_amenidades-extras h4, #section_amenidades-extras p{ color: #ffffff;}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: var(--obscureColor);
    color: #ffffff;
}

.amenidades-carousel .owl-item img{
    height: 100%;
    min-height: 27em;
}


#section_amenidades .hero-slider-warp::before{
    background: linear-gradient(103deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 45.7%);
}

/* Restaurante */

#d-restaurante-sabor {
    background-color: var(--optionalColor);
    color: white;
}

#d-restaurante-sabor h3{
    color: var(--mainColor);
    font-size: 2.5em;
    margin-bottom: 1em;
} 
#d-restaurante-sabor p{
    color: #ffffff;
    font-size: 1.2em;
    line-height: 28px;
}

#d-restaurante-sabor-img img{
    border: 7px solid #fff;
}

#d-restaurante-buffet {
    background-color: var(--mainColor);
    color: white;
}

#d-restaurante-buffet .container{
    max-width: 800px;
}

#d-restaurante-buffet h3{
    color: #ffffff;
    font-size: 2.5em;
    margin-bottom: 1em;
} 
#d-restaurante-buffet p{
    color: #ffffff;
    font-size: 1.2em;
    line-height: 28px;
}

#d-restaurante-jueves {
    background-color: var(--obscureColor);
    color: white;
}

#d-restaurante-jueves .container{
    max-width: 800px;
}

#d-restaurante-jueves h3{
    color: #ffffff;
    font-size: 2.5em;
    margin-bottom: 1em;
}
#d-restaurante-jueves p{
    color: #ffffff;
    font-size: 1.2em;
    line-height: 28px;
}
#section_restaurante .icon{
    height: 100%;
    overflow: hidden;
}
#section_restaurante .icon img{
    transition: all 0.4s ease;
}

#section_restaurante .icon:hover img{
    transform: scale(1.05);
}

#section_restaurante .hero-slider-warp{
    background-position: top center !important;
    background-size: 100% 100% !important;
}
#section_restaurante .hero-slider-warp::before{
    background: linear-gradient(103deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 45.7%);
    transition: background-image 1s ease-in-out;
}

#d-restaurante-menus {
    background-color: var(--optionalColor);
    color: white;
}
#d-restaurante-menus h3{
    color: #ffffff;
    font-size: 2.5em;
    margin-bottom: 1em;
}

/* Estilos generales */

.navbar .navbar-nav .nav-item .dropdown-menu{width: 150px;}

.title-section2{
    font-size: 3em;
    font-weight: 600;
    line-height: 1.2em;
    color: white;
    text-align: left;
    margin: 0;
    margin-bottom: 5%;
}

.etiqueta{
	height: 40px;
    display: inline-block;
    width: 100%;
    color: #ffffff;
    margin-top: 5%;
    font-size: 20px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    margin-top: 5%;
    margin-bottom: 5%;	
}

.info p{
	font-size: 14px;
    line-height: 24px;
    display: inline-block;
    width: 100%;
    text-align: justify;
}

.servicesimagebg{background-image: url(../images/bgservicios.jpg);}
.fun-fact-card{margin-bottom: 0;}
#slider-eventoscomunidad .swiper-pagination{display: none;}
#video-nosotros{background-color: var(--mainColor);display: block;padding-top: 0;padding-bottom: 0;}


.footer-warp a:hover, .copy-right-warp a:hover{color: var(--optionalColor);}
#nav_menu-4 a,.footer-contact{text-decoration: none !important;}

.modal-content{background-color: var(--optionalColor);}
.mini-logo{max-width: 60px; margin: -15px;}

.whatsapp-button {
    bottom: 20px;
    left: 20px;
    z-index: 1000;
}
.whatsapp-button a {
    background: #25d366 50% / 60% no-repeat;
    background-image: url('../images/whatsapp-icon.svg');
    width: 50px;
    height: 50px;
    color: white;
    font-size: 24px;
    padding: 15px;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}
.whatsapp-button a:hover {
    background-color: #128c7e;
    text-decoration: none;
    color: white;
}

#nav_menu-2 ul li a::before,
#nav_menu-3 ul li a::before,
.copy-right-warp1 a::before {
    position: relative;
    content: "›";
    font-size: 1.4em;
    font-weight: bold;
    font-weight: 900;
    margin-right: 10px;
}

.grecaptcha-badge {
    /*bottom: 85px !important;*/
    display: none;
}

@media screen and (max-width: 1450px){
	.title-section{font-size: 90px;}
	.description p{font-size: 12px; line-height: 14px;}
	.pl-8{padding-left: 4%;}
	.info p{font-size: 12px; line-height: 14px;}
}

@media (max-width: 991px){
    .hoteleria-carousel .owl-nav button.owl-prev{
        left: 8px;
    }
    .hoteleria-carousel .owl-nav button.owl-next{
        right: 8px;
    }
    .contacttitle{font-size: 40px;}
    .title-section{font-size: 40px;}
    #nav_menu-4{text-align: center; margin-top: 1em;}
    .copy-right-content{text-align: center;}
    .copy-right-content a{display: block; margin: 0; padding: 0.5em; border: 0 !important;}

    .amenidades-grid {grid-template-columns: repeat(2, minmax(0, 1fr));}

    #amenidades .widget-description{ width: 50%;}
    #amenidades .widget-description span{padding: 0;}
    .amenidades-grid .service-card .widget-description span{font-size: 16px;}

    .essence-content .amenities-warp .amenities-widget .amenities-list li{padding-left: 0;}

    #section_suite .amenidades-grid{grid-template-columns: repeat(2, minmax(0, 1fr));}

    .inner-video-area{margin-bottom: 0;}

    #video-nosotros{padding: 0;}
    #d-nosotros-somos, #d-nosotros-eventos{text-align: justify;}
    #d-nosotros-somos .title-section,#d-nosotros-eventos .title-section,#d-nosotros-eventos .title-section2{font-size: 2.6em; text-align: center !important;}

    #section_amenidades .hero-slider-warp{background-position: top center !important;}

    .amenidades-carousel .owl-item img{min-height: 15em;}
}

@media (min-width: 991px) and (max-width: 1460px) {
    .hero-slider-warp{padding-top: 322px;}
}

/* Desktop static layout for instagram testimonials */
@media (min-width: 1296px) {
    .instagram-slider--static {
        overflow: visible;
        cursor: default;
    }
    .instagram-slider--static .swiper-wrapper {
        display: flex;
        flex-wrap: nowrap;
        gap: 22% ;/*20px*/
        transform: none !important;
        transition-duration: 0ms !important;
        transition-delay: 0ms !important;
    }
    .instagram-slider--static .swiper-slide {
        flex: 1 1 calc((100% - 80px) / 5);
        width: calc((100% - 80px) / 5) !important;
        max-width: calc((100% - 80px) / 5);
    }
}


@media (max-width: 991px) {
    .hero-warp{padding-top: 75%;}
    .concepto .blog-card{width: 32%;}
    .suite .blog-card{width: 32%;}
    .suite .blog-card.w50{width: 48%;}
    .suite .blog-slider-warp{justify-content: space-around;}
    .suite .icon-concept{width: 60%;}
    .fixexperience-pos{margin-top: 0px;}
    .fixexperience-pos .experience-content{padding-top: 20px;}
    .fixexperience-pos .experience-widget{margin-top: 50px;}
    #experiences{padding-top: 40px;}
    .h-main{padding-top: 50px !important;}
    .list-about li{width: 90%;}
    .activities-events{padding-bottom: 50px;}
    .margen-negativo{margin-top: 0px;}
    .reduced-list{padding-left: 10%;padding-right: 10%;}
    .hero-video-bg iframe{transform: scale(1.2);transform-origin: center;}
}

@media (min-width: 992px) {
    #section_restaurante .hero-slider-warp{
        padding-top: 12em;
        padding-bottom: 12em;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1899px) {
    .summer-vacation-warp .summer-vacation-image {
        width: 100%;
        height: 100%;
    }
    #suites .single-section .title{padding-top: 70px;}
    .variation-card .img-ml img {
        height: auto;
    }
}

@media (max-width:991px) {
    .hero-slider-warp .content h2{font-size: 44px;}
    .navbar-brand img{max-height: 64px;}
    .concepto .swiper-slide{width: 100%;flex-shrink: 0;}
    .concepto .swiper-wrapper{display: flex;justify-content: space-between;}
    .concepto .swiper-btn{display: flex;}
    .concepto .swiper-wrapper{overflow: hidden;}
    .hero-slider-warp::before{background: linear-gradient(103deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 6.7%);}
    .hero-video-bg iframe{transform: scale(1.45);}
}

@media only screen and (min-width: 768px) and  (max-width: 991px) {
    #herowithvideo{display: flex;align-items: center;padding-top: 75px;}
}

@media (max-width:767px) {
    .hero-slider-warp .content h2{font-size: 36px;}
    #videoherohome{height:360px ;}
    .container-full{
        width: 100%;
        overflow: hidden;
        margin: auto;
        padding: 0 68px;
    }
}

@media (max-width: 575px){
    #videoherohome{height:316px ;}
    .hero-warp{padding-top: 365px;}
    #herowithvideo{top: 0px;}
    .hero-video-bg iframe{transform: scale(1.7);}
    .concepto .icon-concept{width: 50%;}
    .concepto .blog-card p{font-size: 12px;margin-bottom: 12px;line-height: 18px;margin-top: 10px;}
}
@media (max-width: 390px){
    #videoherohome{height:300px ;}
    #herowithvideo .container-fluid{margin-top: -16px;}
}



.websiteby{
    font-size: 12px;
}

.copy-right-warp2{
    padding: 0 1em 1em;
}
.copy-right-warp2 .container1{
    border-top: 1px solid var(--obscureColor);
}
.copy-right-warp2 #d-link-corey a{
    color: #000000;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
}
#d-link-corey a:hover{
    color: var(--optionalColor);
}
#d-link-corey img {
    max-width: 150px;
}
.websiteby a{
    color: var(--obscureColor);
}