    body {
        font-family: Montserrat, Helvetica, sans-serif;
        font-size: .9375rem;
        line-height: 1.6;
        background-color: #fcfcfc;
    }
    footer{
        position: fixed;
        bottom:0;
        z-index: 1;
    }
    main{
        z-index: 2;
        margin-bottom: 430px;
        position: relative;
        background-color: #fcfcfc;
    }

    /* GENERAL */
    .text-black {
        color: #282c31 !important;
    }

    .text-green {
        color: #307c43;
    }

    .text-gold {
        color: #ebd7b2 !important;
    }

    .border-green-animation {
        position: relative
    }

    .fs-12 {
        font-size: 12px;
    }

    .fs-xxs {
        font-size: 10px;
        letter-spacing: 3px;
        font-weight: 600;
    }
    .fw-600{
        font-weight: 600;
    }

    .rounded-15{
        border-radius: 15px;
    }
    .bg-grayer {
        background-color: #e4e4e4;
    }

    .bg-gray-dark {
        background-color: #575757;
    }

    .bg-green {
        background-color: #307C43;
    }

    .border-green-animation::before {
        content: '';
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 15px;
        height: 2px;
        background-color: #307C43;
        transition: all 0.5s ease;
    }

    .border-green-animation:hover::before {
        width: 20%;
        left: 0;
    }
    .card-body-home{
        margin-top:-35px;
        margin-bottom: 25px;
    }

    .lead {
        font-size: 1.25rem;
        font-weight: 300;
    }
    .text-hover-white{
        transition: all 0.3s ease;
    }
    .text-hover-white:hover {
        color: #fff !important;
    }
    .whatsapp-wrap {
        position: fixed;
        z-index: 60;
        bottom: 30px;
        right: 30px;
        height: 65px;
        width: auto;
        background-color: #128c7e;
        cursor: pointer;
        border-radius: 50px;
        
        -webkit-transition: .2s linear;
        line-height: 65px;
        text-align: center;
        font-size: 27px;
        -webkit-animation: shake-top 4000ms ease-in-out infinite;
        animation: shake-top 4000ms ease-in-out infinite;
        text-decoration: none;
        color: white;
    }
    .whatsapp-wrap.--big.active-icon {
        display: flex;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        color: #fff;
        align-items: center;
        padding-left: 22px;
    }
    .whatsapp-wrap.active-icon {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        transition: all 0.5s ease-out;
        color: #fff
    }
    .whatsapp-wrap.--big span {
        font-size: 16px;
        font-weight: 500;
        text-transform: capitalize !important;
    }
    .whatsapp-wrap.--big svg {
        margin-left: 12px;
        padding: 15px 18px 15px 15px;
        background-color: #107569;
        border-radius: 0% 50% 50% 0%;
        height: 65px;
        width: 65px;
    }
    
    .whatsapp-pulse {
        position: absolute;
        bottom: 0;
        right: 0%;
        height: 50px;
        width: 206px;
        display: block;
        opacity: 1;
        border-radius: 50px;
        background-color: #128c7e;
        -webkit-animation: ping 2.5s ease-in infinite;
        animation: ping 2.5s ease-in infinite;
        z-index: -1;
    }
    .whatsapp-pulse {
        height: 64px;
        width: 215px;
        bottom: 1px;
        right: 2%;
    }

    .whatsapp-pulse.--en {
        width: 142px;
    }
    .whatsapp-wrap.active-icon:hover {
        transform: scale(1.05) !important;
    }
    .message_response {
        display: flex;
        align-items: flex-start;
        height: 0;
        overflow: visible;
        font-size: 15px;
        padding: 15px;
        border-radius: 8px;
        border: 1px solid;
        font-weight: 500;
        line-height: 1.3;
        margin-bottom: 0px;
    }
    .message_response.--success {
        height: auto;
        color: #058a1d;
        border-color: #b6ffd8;
        background-color: #e8fff3;
    }
    .message_response.--error {
        height: auto;
        color: #b8761f;
        border-color: #ffedbb;
        background-color: #fff7e4;
    }

    .btn-top {
        position: fixed;
        z-index: 60;
        bottom: 30px;
        left: 30px;
        height: 65px;
        width: 65px;
        text-align: center;
        background-color: #a7a7a78e;
        cursor: pointer;
        border-radius: 50px;
        color: white;
        line-height: 50px;
        font-size: 96px;
        transition: all 0.3s ease-in-out;
    }
    .btn-top:hover {
        color: #3b9953;
        background-color: #a3a3a38e;
    }

    /* ------------ HEADER ----------------- */
    .logo-texts {
        border-left: 1px solid #d7d7d7;
        padding-left: 10px;
        margin-left: 10px
    }
    .logo-texts .sub {
        margin-bottom: 3px;
        font-size: 12px;
        font-weight: 500;
        color: #9c9ba0;
        line-height: 1.05;
        text-transform: uppercase;
    }
    .logo-texts .main {
        margin-bottom: 0px;
        font-size: 20px;
        font-weight: 600;
        color: #282c31;
        line-height: 1;
    }
    .navbar-toggler {
        border: none;
        outline: none;
    }
    .nav-link.active{
        font-weight: 600;
    }
  

    /* ------------ HOME ----------------- */
    .home-carousel .card-image{
        height:548px;
        object-position: center;
        object-fit: cover;
        overflow: hidden;
    }
    .home-carousel .card-image img{
        transform: translate(0px, 0%);
    }
    .swiper-pagination{
        bottom: 28px !important;
    }
    .swiper-pagination .swiper-pagination-bullet-active{
        background-color: #ffffff !important;
        transform: scale(1.5);
    }
    .swiper-wrapper .home-card{
        box-shadow: none;
    }
    .swiper-wrapper img{
        transform: scale(1.05);
    }
    .swiper-wrapper .card-image{
        border-radius: 13px;
        overflow: hidden;
    }
    .swiper-wrapper .card-layer{
        position: relative;
        z-index: 500;
        background-color: #ffffff;
    }
    .custom-indicators {
        position: absolute;
        display: block;
        top: 30%;
        bottom: 0px;
        right: 15px;
        margin: 0 auto 0 auto;
        padding: 0;
        z-index: 3;
        width: 20px;
    }
    .custom-indicators button {
        display: block;
        outline: none;
        background-color: transparent;
        border: none;
        margin-top: 10px;
        position: relative;
        width: 10px;
        height: 10px;
    }
    .custom-indicators button span {
        border-radius: 20px;
        width: 15px;
        height: 15px;
        border: #ffffffe7 solid 3px;
        position: absolute;
    }
    .custom-indicators button.active span::before {
        cursor: pointer;
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-42%, -50%);
        width: 5px;
        height: 5px;
        background-color: #257729e7;
        border-radius: 50%;
    }
    .home-card {
        border-radius: 10px;
        overflow: hidden;
    }
    .home-card h5 {
        font-size: 14px;
        font-weight: 600;
    }
    .home-card img {
        object-fit: cover;
        transition: all 0.5s ease;
        transform: scale(1.05);
    }
    .home-card:hover img {
        transform: scale(1.2);
        /* transform: translateY(-10px); */
    }
    .btn-hover-green:hover {
        background-color: #3b9953;
        color: #fff;
    }
    .btn-hover-dark:hover {
        background-color: #292929;
        color: #fff;
    }

    /*------------- Home ZONE -----------------*/
    .zone-carousel.main-swiper {
        max-height: 85vh;
        min-height: 200px;
        width: 100%;
        overflow: hidden;
        position: relative;
    }
    .zone-carousel.main-swiper .swiper-slide {
        height: 85vh;
    }
    .zone-carousel.main-swiper .carousel-image {
        width: 100%;
        top: 0;
        left: 0;
        background-size: cover;
        background-position: center;
        filter: brightness(0.8);
        height: 100%;
        z-index: -1;
    }
    .zone-carousel.main-swiper small {
        letter-spacing: 4px;
        font-weight: 600;
        display: block;
        margin: 0 0 15px;
        font-size: .875em;
    }
    .swiper-button-next, .swiper-button-prev {
        color: #ffffffab !important;
    }
    .swiper-button-next:hover, .swiper-button-prev:hover {
        color: #ffffff !important;
    }
    .zone-carousel.main-swiper .carousel-indicators {
        margin-left: 0px;
        margin-right: 0px;
    }
    .background-image {
        background-position: center center;
        -o-transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        transition: .5s;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1;
        background-size: cover;
        background-repeat: no-repeat;
        bottom: 0;
    }
    .background-image__logo {
        position: absolute;
        height: 100px !important;
        width: auto !important;
        right: 15px;
        top: 15px;
        z-index: 1;
    }
    .logo__rooms {
        position: absolute;
        height: 98px !important;
        width: auto !important;
        right: 15px;
        top: 15px;
        z-index: 1;
        transform: scale3d(100%, 100%, 100%) !important;
    }
    a.box_cat_rooms {
        display: block;
        margin-bottom: 25px;
        height: 500px;
        overflow: hidden;
        background-color: #ccc;
        -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2);
        box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2)
    }
    a.box_cat_rooms .info {
        position: absolute;
        width: 100%;
        z-index: 9;
        display: block;
        padding: 25% 30px 60px;
        color: #fff;
        left: 0;
        bottom: -75px;
        backface-visibility: hidden;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        -moz-transition: .4s;
        -o-transition: .4s;
        -webkit-transition: .4s;
        -ms-transition: .4s;
        transition: .4s;
        background: 0 0;
        background: -webkit-linear-gradient(top, transparent, #000);
        background: linear-gradient(to bottom, transparent, #000)
    }
    a.box_cat_rooms:hover .info span:before {
        width: 100%
    }
    a.box_cat_rooms:hover .info span {
        opacity: 1
    }
    a.box_cat_rooms .info small {
        font-weight: 600;
        letter-spacing: 2px;
        display: block;
        margin-bottom: 0;
        color: #fff
    }
    a.box_cat_rooms .info h3 {
        color: #fff;
        font-size: 1.625rem;
        font-weight: 600;
        margin-bottom: 15px
    }
    a.box_cat_rooms .info span {
        font-size: .9375rem;
        display: inline-flex;
        align-items: center;
        font-weight: 600;
        opacity: 0;
        position: relative
    }
    a.box_cat_rooms .info span:before {
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 10px;
        height: 2px;
        content: "";
        transition: width .5s;
        background-color: #fff
    }
    a.box_cat_rooms .info span:hover {
        background-color: #24262d;
        border-color: transparent
    }
    a.box_cat_rooms figure {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100%
    }
    a.box_cat_rooms:hover .info {
        -webkit-transform: translate(0, -65px);
        -moz-transform: translate(0, -65px);
        -ms-transform: translate(0, -65px);
        -o-transform: translate(0, -65px);
        transform: translate(0, -65px)
    }
    a.box_cat_rooms:hover .background-image {
        -ms-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }
    a.box_cat_rooms {
        position: relative;
        border-radius: 10px
    }
    a.box_cat_rooms {
        height: 400px
    }
    .amenidad img{
        max-height: 85px;
        margin-bottom: 15px;
    }

    .pinned-img img{
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        object-fit: cover;
        object-position: center;
        width: 100%;
        background-color: #ccc;
    }
    
    .amenidad h4{
        font-weight: 600;
    }
    .pinned-img-container{
        position: relative;
        border-radius: 15px;
        height: 50vh;
        /* display: flex;
        justify-content: center;
        overflow: hidden; */
    }

    .pinned-img{
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        translate: none;
        rotate: none;
        scale: none;
        z-index: 10;
        object-fit: cover;
        object-position: center;
        border-radius: 15px;
        overflow: hidden;
        width: 100%;
        
    }
    .btn-pregunta{
        background-color: #fff;
        border: none;
    }

    .carousel-custom {
        position: relative;
        width: 100%;
        /* max-width: 1000px; */
        padding: 5vh 0;
    }

    .deconstructed-card{
        width: 33%;
    }
    .carousel-track {
         max-width: 1400px;
        display: flex;
        transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
        padding: 10px 0;
        gap: 5px;
    }

    .carousel-controls {
        display: flex;
        justify-content: space-between;
        gap: 20px;
        margin-top: 30px;
        position: absolute;
        width: 100%;
        top: 50%;
        left: 0;
    }

    .carousel-button {
        background: #ffffff;
        color: var(--white);
        border: none;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: transform 0.3s ease, opacity 0.3s ease;
    }

    .carousel-button:hover {
        transform: translateY(-2px);
    }

    .carousel-button:active {
        transform: translateY(0);
    }

    .carousel-button svg {
        width: 24px;
        height: 24px;
    }
    .swiper-btn{
        position:absolute;
        background-color: white;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.555);
        width: 32px !important;
        height: 32px !important;
        text-align: center;
    }
    .swiper-btn::after{
        font-size: 15px !important;
        font-weight: 600;
        color:black !important;
    }


    /* -----------  NOSOTROS --------- */
    .header-banner img{
        filter: brightness(0.8);
    }
    .header-banner h1{
        height: 50px;
    }
    .padding-big{
        padding-top: 120px;
        padding-bottom: 95px;
    }
    .border-top-clarito{
        border-top:1px solid #ededed;
    }
    .border-r-nosotros{
        border-left: 1px solid rgb(0 0 0 / 21%);
    }

    .card-habitacion{
        margin-top: -100px;
    }
    .btn-reservar{
        width: 160px;
        height: auto;
        position:relative;
    }
    .btn-reservar .circle{
        position: relative;
        display: block;
        margin: 0;
        width: 2.6rem;
        height: 2.6rem;
        background: #3b9953;
        border-radius: 1.625rem;
        transition: .45s cubic-bezier(.65, 0, .076, 1);
    }
    .btn-reservar .button-text {
        position: absolute;
        top: 0;
        left: 23px;
        right: 0;
        bottom: 0;
        padding: .78rem 0;
        margin: 0 0 0 1.5rem;
        color: #282c31;
        font-weight: 600;
        line-height: 1.1;
        text-align: center;
    }
    .btn-reservar .circle .icon.arrow {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: .425rem;
        width: 1.125rem;
        height: .125rem;
        background: 0 0;
        transition: .45s cubic-bezier(.65, 0, .076, 1);
    }
    .btn-reservar .circle .icon.arrow::before {
        position: absolute;
        content: '';
        top: -.25rem;
        right: .0625rem;
        width: .625rem;
        height: .625rem;
        border-top: .125rem solid #fff;
        border-right: .125rem solid #fff;
        transform: rotate(45deg);
    }
     .btn-reservar:hover .circle{
        width: 100%;
    }
    .btn-reservar:hover .button-text{
        color: #fff;
    }
    .btn-reservar:hover .circle .icon.arrow {
        background: #fff;
        transform: translate(1rem, 0);
    }
    .fixed-title{
        height: 80vh;
        position: relative;
    /* border:#000 dashed 3px; */
    }
    .banner-habitacion{
        height: 50vh;
    }
    .banner-habitacion img{
        transform: translate(0px,-26%);
        position: relative;
        left:0;
        top: 0;
    }
    .is-sticky{
        position: sticky;
        /* top: 17%; Adjust this value for the desired offset from the top */
        left: 10%;
        width: 30.8%; /* Ensure it spans the full width if needed */
        z-index: 1000; /
    }
    .amenidad h4{
        font-weight: 600;
        margin-bottom: 10px;
    }


    /* ------------ GALERIA ----------- */
    .banner-gallery{
        height: 30vh;
        background-size: cover;
        background-position: center ;
        position: relative;
    }
    .item-gallery{
        position: relative;
    }
    .item-gallery a::after{
        content: url('/img/plus-circle.svg');
        color:white;
        font-size: 50px;
        text-align: center;
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0px;
        width: 100%;
        height: 100%;
        transition: opacity 0.2s ease-in-out;
        margin: auto 0;
        border-radius: 15px;
        padding: 0% 0%;
        display: inline-block;
        vertical-align: middle;
        justify-content: center;
    }
    .item-gallery a:hover::after{
        /* content: ""; */
        background-color: #307C43;
        opacity: 0.5;
        /* transition: 0.2 ease-in transform; */
    }
    .item-gallery a{
        overflow: hidden;
        object-fit: cover;
        position: relative;
    }
    #modal-galeria{
        position: sticky;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100vh;
        z-index: 10;
        z-index: 1500;
        background-color: #000000cc;
    }
    #modal-galeria .modal-container{
        display: block;
    }
    #modal-galeria .swiper-slide{
        /* max-width: 80%; */
    }
    .swipe-btn{
        position: absolute;
        top: 50%;
        z-index: 5000;
        width: 38px;
        height: 38px;
        background: rgba(35, 35, 35, .65);
        padding: 7px;
    }
    .swipe-btn.gallery-btn-prev{
        left:0;
    }

    .swipe-btn.gallery-btn-next{
        right:0;
    }
    @media (max-width:575px) {
        .logo__rooms {
            height: 70px !important;
            right: 10px;
            top: 10px;
        }
    }

    /* Menor que LG */
    @media screen and (max-width: 1200px) {
        .banner-habitacion{
            height: auto;
        }
        .banner-habitacion img{
            transform: translate(0px,0px);
            position: relative;
            left:0;
            top: 0;
        }
    }

    /* Menor que MD */
    @media screen and (max-width: 767px) {
        /* .swiper-wrapper{
            height: 20% !important;
        } */
         .home-card:hover img {
            transform: scale(1.2) translateY(-10px);
            /* transform: translateY(-10px); */
        }
        .home-card img {
            filter: brightness(0.8);
        }
        .home-carousel .card-image {
            height: auto;
            margin-bottom: 20px;
        }

        .border-r-nosotros{
            border-left:none;
        }
        .fixed-title{
            height: auto;
            margin-bottom: 50px;
        }
        .padding-big {
            padding-top: 62px;
            padding-bottom: 95px;
        }
        main{
            display: block;
            margin-bottom: 0px;
            z-index: unset;
        }
        footer{
            position: relative !important;
            display: block !important;
            bottom: unset !important;
            z-index: unset;
        }
         .amenidad h4{
            font-size: 24px;
        }
        
        a.box_cat_rooms .info{
            padding: 10% 10px 63px;
        }
        a.box_cat_rooms .info h3{
            font-size: 1.125rem;
        }
        
    }

    @media (min-width:1200px) {
        .rooms-item {
            transition: .3s ease-in-out
        }

        .rooms-item:hover {
            flex: 1 0 35%
        }

        .col-xl-2-5 {
            width: 20.83333347%
        }

    }

    @media (max-width:1024px) {
        .roomsHome .col.rooms-item {
            flex-basis: 50%
        }
        
    }

    @media (min-width: 992px) {
        #sticky-div {
            position: sticky;
            top: 150px; /* Ajusta según tu header */
            z-index: 10;
            transition: width 0.2s;
        }
    }
    @media (max-width: 991.98px) {
        #sticky-div {
            position: static !important;
            width: 100% !important;
            top: unset !important;
        }
    }

    @keyframes ping {
    0% {
      opacity: 0.6;
    }
    30% {
      -webkit-transform: scale(1.1, 1.3);
              transform: scale(1.1, 1.3);
      opacity: 0.25;
    }
    50% {
      -webkit-transform: scale(1.20, 1.45);
              transform: scale(1.20, 1.45);
      opacity: 0;
    }
    70% {
        -webkit-transform: scale(1.20, 1.45);
        transform: scale(1.20, 1.45);
        opacity: 0;
      }
    100% {
        -webkit-transform: scale(1.20, 1.45);
                transform: scale(1.20, 1.45);
        opacity: 0;
      }
    }