@font-face{
    font-family: 'Radomir';
    src: url(./../../assets/fonts/Radomir\ Tinkov\ -\ Gilroy-Regular.otf);
    font-weight: normal;

    font-family: "Radomir";
    src: url(./../../assets/fonts/Radomir\ Tinkov\ -\ Gilroy-SemiBold.otf);
    font-weight: 600;

    /* font-family: "Radomir";
    src: url(./../../assets/fonts/Radomir\ Tinkov\ -\ Gilroy-ExtraBold.otf);
    font-weight: 700; */
}

/* GENERALES
----------------------------*/
body{
    font-family: "Montserrat", sans-serif;
    color: #1E1E1E;
    line-height: normal;
}

.visible-lg{
    display: flex;
}

a{
    color: inherit;
    text-decoration: none;
}

a:hover{
    color: #CDFF64;
}

.a {
    color: inherit;
    text-decoration: none;
}

.a:hover{
    color: #3C57DC;
}

.h100{
    height: 100%;
}

.uppercase{
    text-transform: uppercase;
}

.relative{
    position: relative;
}

.width-80{
    width: 80%;
}

/* Colores */
.h1-yellow{
    color: #CDFF64;
}

.h1-yellow:hover{
    color: #80f1da;
}

.yellow{
    color: #CDFF64;
}

.blue{
    color: #80f1da;
}

.blue:hover{
    color: #CDFF64;
}

.green {
    color: #09FFA0 !important;
}

.white{
    color: white !important;
}

.black{
    color: black !important;
}

.purple{
    /* color: rgb(67, 67, 189); */
    color: #6364F5;
}

.azul{
    color: #3C57DC !important;
}

.golden{
    color: #C2AB86 !important;
}

.c-degradado{
    background: -webkit-linear-gradient(left top, #80F1DA, #CDFF64);
    background: linear-gradient(to bottom right, #80F1DA, #CDFF64);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gray{
    color: #808184 !important;
}

/* Fonts */
h1{
    font-size: 70px;
    font-weight: 600;
}

h2{
    font-size: 65px;
    font-weight: 600;
}

h3{
    font-size: 55px;
    font-weight: 600;
}

h4{
    font-size: 40px;
    font-weight: 600;
}

.paragraph{
    font-size: 17px;
    font-weight: 400;
}

.p-16{
    font-size: 16px;
}

.texto{
    font-size: 13px;
    font-weight: 400;
}

.p-text{
    font-size: 22px;
    font-weight: 600;
}

.p-slider{
    font-size: 28px;
}

.lh-30{
    line-height: 30px;
}

.lh-18{
    line-height: 18px;
}

.through{
    text-decoration: line-through;
    /* font-weight: 700; */
}

.regular{
    font-weight: 300 !important;
}

.medium{
    font-weight: 600;
}

.semibold{
    font-weight: 600 !important;
}

.bold{
    font-weight: 700 !important;
}

.semibold-xxl{
    font-weight: 600 !important;
}

.fs-10{
    font-size: 10px;
}

.fs-12{
    font-size: 16px;
}

/* .fs-16{
    font-size: 16px;
} */

.fs-20{
    font-size: 20px !important;
}

.fs-25{
    font-size: 25px !important;
}

.fs-27{
    font-size: 27px;
}

.fs-30{
    font-size: 30px !important;
}

.fs-35{
    font-size: 35px !important;
}

.fs-40{
    font-size: 30px;
}

.fs-42{
    font-size: 42px;
}

.fs-50{
    font-size: 50px;
}

.fs-60{
    font-size: 55px;
}

.titles{
    font-size: 50px;
    font-weight: 600;
    font-family: 'Radomir';
}

.subtitles{
    font-size: 19px;
    font-weight: normal;
    font-family: 'Radomir';
}

.subtitle-recibe{
    font-size: 19px;
    font-weight: normal;
    font-family: 'Radomir';
}

.encabezados{
    font-size: 65px;
    font-weight: 600;
    font-family: 'Radomir';
}

.bold-gilroy{
    font-weight: 600 !important;
    font-family: 'Radomir';
}


/* Buttons */
.btn-primary{
    color: white;
    background-color: #6364F5;
    border: none;
    border-radius: 100px;
    padding: 10px 30px;
}

.btn-primary:hover{
    color: white;
    background-color: #363689;
    border: none;
    border-radius: 100px;
    padding: 10px 30px;
}

.btn-secondary {
    color: black;
    background-color: #09FFA0;
    border: none;
    border-radius: 100px;
    padding: 10px 30px;
}

.btn-secondary:hover {
    color: white;
    background-color: #0c9d65;
    border: none;
    border-radius: 100px;
    padding: 10px 30px;
}

.xxxl-btn-primary{
    color: white;
    background-color: #6364F5;
    border: none;
    border-radius: 100px;
    padding: 10px 30px;
}

.xxxl-btn-primary:hover{
    color: white;
    background-color: #363689;
    border: none;
    border-radius: 100px;
    padding: 10px 30px;
}

/* Margin - Padding - Gap */
.pd-0{
    padding: 0;
}

.py-6{
    padding-top: 6vw;
    padding-bottom: 6vw;
}

.py-10{
    padding-top: 10vw;
    padding-bottom: 10vw;
}

.py-20{
    padding-top: 20vw;
    padding-bottom: 20vw;
}

.py-7{
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.xxxl-py{
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.pt-7{
    padding-top: 7rem;
}

.px-7{
    padding-left: 7rem;
    padding-right: 7rem;
}

.px-resort{
    padding-right: 3rem;
    padding-left: 3rem;
}

.pd-aventura{
    padding: 70px 70px 0px 70px;
}

.gp-1{
    gap: 1vw;
}

.gp-2{
    gap: 2vw;
}

.gp-3{
    gap: 3vw;
}

.gp-4{
    gap: 4vw;
}

.gp-5{
    gap: 5vw;
}

.gp-lg{
    gap: 3vw;
}


/* NAV
----------------------------*/
#navDesk{
    display: flex;
}

#navSm{
    display: none;
}

.logo{
    width: 10vw;
}

.logo-white{
    width: 10vw;
}

.logo-dark{
    width: 10vw;
}

.nav-container {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.navbar-toggler {
    border: none;
    text-decoration: none !important;
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: url(./../../assets/images/hamburguesa.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: white;
    font-weight: 600;
}


.form-select{
    text-decoration: none !important;
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.form-control{
    text-decoration: none !important;
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.c-black{
    background: #3a3a3a !important;
}


.wrapper{
    position: relative;
    top: -80px;
}

.py-galery{
    position: relative;
    top: -40px;
}

/* new's section */
.ms-5rem {
    margin-left: 5rem;
}

.me-5rem {
    margin-right: 5rem;
}

.logo-w{
    width: 10vw;
}

.nav-gris {
    background-color: white !important;
}

.modern-nav.stay-top.nav-gris:not(.details-dark):not(.scrolled) .hamburger-menu div,
.modern-nav.fixed.nav-gris:not(.details-dark):not(.scrolled) .hamburger-menu div,
.modern-nav.stay-top.link-hover-02.nav-gris:not(.details-dark):not(.scrolled)
.nav-links>li>.nav-link:before, .modern-nav.fixed.link-hover-02.nav-gris:not(.details-dark):not(.scrolled)
.nav-links>li>.nav-link:before .modern-nav.fixed.nav-gris:not(.details-dark):not(.scrolled)
.hamburger-menu .c-gray{
 background-color: #58595b !important;
}

.modern-nav.nav-gris {
    background-color: #fff;
    color: #333;
}

.modern-nav.nav-gris.bordered {
    border-bottom-color: rgba(100, 100, 100, 0.13) !important;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
/* end new's section */


/* HOME
----------------------------*/
#sliderDesk{
    display: flex !important;
}

#sliderMob{
    display: none !important;
}

#arrowMd{
    display: none !important;
}

#descubreDesk{
    display: flex !important;
}

#descubreIpad{
    display: none !important;
}

#descubreMob{
    display: none !important;
}

.carousel-indicators {
    flex-direction: column;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: inherit;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 2%;
    margin-bottom: 1rem;
    margin-left: inherit;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 20px;
    height: 20px;
    padding: 0;
    margin-right: 15px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 100%;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    /* opacity: .5; */
    transition: opacity .6s ease;
}

.carousel-caption {
    z-index: 1;
    position: absolute;
    right: 15%;
    top: 17.25rem;
    bottom: inherit;
    left: 4rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: start;
}

.social{
    position: absolute;
    right: 2%;
    bottom: 25%;
    z-index: 10;
}

.btn-social{
    color: white;
    background-color: transparent;
    text-decoration: none;
    border-radius: 100px;
    border: 2px solid white;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 45px;
    width: 45px;
    padding: 10px;
}

.btn-social:hover{
    color: white;
    background-color: transparent;
    text-decoration: none;
    border-radius: 100px;
    border: 2px solid #363689;
    background-color: #363689;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 45px;
    width: 45px;
    padding: 10px;
}


/* Travel Slider */
.slide-container{
    max-width: 1120px;
    width: 100%;
    padding: 40px 0;
}

.slide-content{
    padding-top: 30px;
    margin: 0 40px;
    overflow: hidden;
    border-radius: 25px;
    /* height: 400px; */
    height: 440px;
}

.card{
    height: 340px;
    border: none;
    border-radius: 25px;
    background-color: #ffffffab;
    box-shadow: 5px -8px 20px 10px #00000012;
}

.card:hover{
    color: white;
    height: 340px;
    border: none;
    border-radius: 25px;
    background-color: #6364F5;
    box-shadow: 5px -8px 20px 10px #00000012;
}

.card:hover .purple{
    color: white;
}

.card:hover .p-leyenda{
    color: black;
}

.image-content,
.card-content{
    /* display: flex; */
    flex-direction: column;
    align-items: center;
    padding: 10px 14px;
}

.image-content{
    padding: 0;
    row-gap: 5px;
    height: 100%;
    position: relative;
}

.card-image{
    position: relative;
    height: 210px;
    width: 280px;
    border-radius: 0;
    padding: 3px;
    margin: auto;
}

.card-image .card-img{
    position: relative;
    top: -40px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 0;
}

.card-mt{
    margin-top: -30px;
}

.name{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.descuento{
    font-size: 30px;
    font-weight: 600;
    text-align: right;
    margin-bottom: 0;
}

.description{
    font-size: 13px;
    text-align: start;
    line-height: normal;
    margin-bottom: 0;
}

.fs-usd{
    font-size: 18px;
}

.button{
    border: none;
    font-size: 16px;
    color: #FFF;
    padding: 10px 20px;
    background-color: #000;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    position: relative;
    bottom: -5px;
}

.button:hover{
    color: white;
    background-color: #303CB4;
    width: 100%;
}

.swiper-navBtn{
    color: #000;
    transition: color 0.3s ease;
}

.swiper-navBtn:hover{
    color: #000;
}

.swiper-navBtn::before,
.swiper-navBtn::after{
    font-size: 35px;
}

.swiper-button-next{
    right: 0;
}

.discover-swiper-button-prev{
    left: 0;
}

.discover-swiper-button-next{
    right: 0;
}

.swiper-button-prev{
    left: 0;
}

.p-cards-xxl{
    font-size: 20px;
}

@media screen and (max-width: 768px) {
    .slide-content{
      margin: 0 10px;
    }
    .swiper-navBtn{
      display: none;
    }
}

@media screen and (min-width: 768px) {
    .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: -30px !important;
        right: auto;
    }
}

.stars{
    font-size: 13px;
    /* width: 4vw; */
}

.travel-slider{
    position: relative;
    top: -170px;
}

.p-leyenda{
    font-size: 12px;
    margin-top: 1rem;
}

.w-leyenda{
    width: 90%;
}
/* End Travel Slider */

/* Descubre */
.box-descubre{
    border-radius: 25px;
    background-color: #FAFAFA;
    padding: 3vw;
    position: relative;
    bottom: -50px;
}
/* End Descubre */

/* Ahorros */
.bg-grey{
    background-color: #eeeeee;
    border-bottom: 1px solid black;
}

.w-text{
    width: 70%;
}

.icons-ahorro{
    width: 7vw;
}
/* End Ahorros */

.box-img{
    border-radius: 25px;
    object-fit: cover;
    position: relative;
}

.box-img-slider{
    padding: 0;
    border-radius: 25px;
    object-fit: cover;
    overflow: hidden;
    height: 245px;
}

.img-1{
    background-image: url(./../../assets/images/home/bookers-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 500px;
}

.img-2{
    background-image: url(./../../assets/images/home/bookers-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 500px;
}

.img-3{
    background-image: url(./../../assets/images/home/bookers-3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 245px;
}

.indicators {
    bottom: 10% !important;
}

.slider-gallery{
    height: 300px;
    object-fit: cover;
}

.circle-arrow{
    color: #000;
    background-color: #CDFF64;
    padding: 10px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: auto;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.circle-arrow:hover{
    color: #000;
    background-color: #CDFF64;
    padding: 10px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: auto;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.bg-degradado{
    background-image: url(./../../assets/images/home/conviertete/degradado-green.png);
    background-repeat: no-repeat;
    background-position: center;
    object-fit: cover;
}

/* Expanding Cards Hover */
.gallery-animation {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    flex: 1;
}

.gallery-animation .cards {
    flex: 1;
    height: 400px;
    margin: 0 5px;
    border-radius: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: 0.3s all ease;
    flex-direction: column;
    color: transparent;
    position: relative;
    backdrop-filter: blur(4px);
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.gallery-animation .cards .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-animation .cards:hover {
    flex: 2;
    color: white;
}

.gallery-animation .cards .anim{
    opacity: 0;
    transition: 0.3s;
    transform: translateX(50%);
}

.gallery-animation .cards .anim:hover{
    opacity: 1;
    transform: translateX(0);
}

.p-ahorros{
    font-size: 15px;
    line-height: normal;
}

.stars-white{
    width: 5vw;
}

.hover-descript{
    height: 100%;
    width: 100%;
    padding: 30px;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between !important;
    /* background: rgb(1,1,1); */
    /* background: linear-gradient(0deg, rgba(1,1,1,1) 0%, rgba(0,0,0,0) 100%); */
}

.flex-info{
    flex-direction: row;
    gap: 3vw;
}

.btn-circle-arrow{
    color: #000;
    background-color: #CDFF64;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
}
/* End Expanding Cards Hover */

.fantasma{
    color: transparent;
}

/* Accordion */
.px-10{
    padding: 0px 10px;
}

.p-accordion{
    font-size: 22px !important;
    line-height: normal;
}

.slick-slide img {
    display: block;
    height: 220px !important;
    width: 260px !important;
    border-radius: 20px !important;
    object-fit: cover;
    margin-bottom: 30px;
}

.slick-initialized-img{
    justify-content: flex-end !important;
    display: flex !important;
}

.slick-initialized .slick-slide{
    width: 250px !important;
}

.accordions__inner {
    gap: 24px;
    display: flex;
    flex-direction: column;
    list-style: none;
}

.accordion {
    background-color: transparent;
    width: auto;
    border-radius: 12px;
    height: 80px;
    will-change: height;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

/* swipper */
.slide-content-multi{
    overflow: hidden;
    padding-top: 40px;
}

.card-image-multi{
    position: relative;
    height: 240px;
    border-radius: 0;
    margin: auto;
}

.swiper-pagination-bullet{
    width: 15px !important;
    height: 15px !important;
}

.swiper-pagination-dos{
    margin: auto;
}

.swiper-pagination-tres{
    margin: auto;
}

.swiper-pagination-cuatro{
    margin: auto;
}
/* swipper */

.accordion__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    height: 80px;
    cursor: pointer;
    transition: background 0.3s ease, height 0.4s ease;
    background: none;
    border: none;
    width: 100%;
    border-radius: inherit;
}

.accordion.is-active .accordion__header {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordions.has-active-accordion .accordion:not(.is-active) .accordion__header {
    height: 50px;
}

.accordion__title {
    margin: 0;
    font-size: 25px;
    font-weight: 600;
    text-align: start;
}

.accordion__icons {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}

.accordion__icon.accordion__icon--expand svg {
    fill: #000;
    width: 40px;
    height: 40px;
    padding: 7px;
    background-color: #cdff64;
    border-radius: 100px;
}

.accordion__icon.accordion__icon--close svg {
    fill: #000;
    width: 40px;
    height: 40px;
    padding: 7px;
    background-color: #80f1da;
    border-radius: 100px;
}

.accordion__icon {
    opacity: 0;
    visibility: hidden;
    display: flex;
    position: absolute;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.accordion:not(.is-active) .accordion__icon--expand,
.accordion.is-active .accordion__icon--close {
    opacity: 1;
    visibility: visible;
}

.accordion__content {
    display: flex;
    flex-direction: flex;
    gap: 48px;
    opacity: 0;
    visibility: visible;
    max-height: 0;
    overflow: hidden;
    padding: 0 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    transition: opacity 0.5s ease;
}

.accordion__content figure {
    display: flex;
    flex: 0.35;
}

.accordion__content img {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
    border-radius: 20px !important;
    margin-bottom: 20px;
    object-fit: cover;
}

.accordion__content p {
    font-size: 16px;
    letter-spacing: 0.3px;
    line-height: 1.2;
    flex: 0.65;
}

.accordion.is-active .accordion__content {
    opacity: 1;
    visibility: visible;
    max-height: initial;
    transition-delay: 0.6s;
}

.number{
    height: 40px;
    width: 40px;
    background-color: #cdff64;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* End Accordion */

.post-slide .post-img{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 0px 10px;
}

.post-slide .post-img img{
    width: 100%;
    height: 210px;
    object-fit: cover;
    transform: scale(1,1);
    transition:transform 0.2s linear;
}

.post-slide:hover .post-img img{
    transform: scale(1.1,1.1);
}

.post-slide .over-layer{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    opacity:0;
    background: linear-gradient(-45deg, rgba(6,190,244,0.75) 0%, rgba(45,112,253,0.6) 100%);
    transition:all 0.50s linear;
}

.post-slide:hover .over-layer{
    opacity:1;
    text-decoration:none;
}

.post-slide .over-layer i{
    position: relative;
    top:45%;
    text-align:center;
    display: block;
    color:#fff;
    font-size:25px;
}

.post-slide .post-content{
    padding: 2px 20px 40px;
    border-radius: 15px;
}

.post-slide .post-title a{
    font-size:15px;
    font-weight:bold;
    color:#333;
    display: inline-block;
    text-transform:uppercase;
    transition: all 0.3s ease 0s;
}

.post-slide .post-title a:hover{
    text-decoration: none;
    color:#3498db;
}

.post-slide .post-description{
    line-height:24px;
    color:#808080;
    margin-bottom:25px;
}

.post-slide .post-date{
    color:#a9a9a9;
    font-size: 14px;
}

.post-slide .post-date i{
    font-size:20px;
    margin-right:8px;
    color: #CFDACE;
}

.post-slide .read-more{
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: #2196F3;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #1376c5;
    border-radius: 25px;
    text-transform: uppercase;
}

.post-slide .read-more:hover{
    background: #3498db;
    text-decoration:none;
    color:#fff;
}

.owl-carousel .owl-item{
    width: 260px !important;
}


@media only screen and (max-width:1280px) {
    .post-slide .post-content{
        padding: 0px 15px 25px 15px;
    }
}

.card-pasos{
    width: 32%;
    padding: 0px 20px 20px;
    border-radius: 20px;
    background-color: white;
    box-shadow: 3px 5px 0px 0px #00000005;
    position: relative;
}

.img-pasos{
    width: 7vw;
}

.bg-image{
    height: 100vh;
    object-fit: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    background-image: url(./../../assets/images/home/unete/descubre.png);
}

.icons-unete{
    width: 6vw;
    margin: auto;
}

/* .gp-xxl{
    gap: 2vw;
} */

.carousel-caption-unete {
    position: absolute;
    right: 15%;
    top: 29rem;
    bottom: inherit;
    left: 20rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: start;
}

.box-aventura{
    border-radius: 25px;
    background-color: #FAFAFA;
    position: relative;
}

.form-input{
    font-size: 14px;
    padding: 11px;
    border-radius: 100px !important;
    background-color: #d8d8d8;
    position: relative;
    border: none;
    text-decoration: none !important;
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: calc(var(--bs-border-width)* -1);
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    position: absolute;
    right: 0;
    z-index: 10;
}

.img-gallery{
    padding: 5px;
}

.img-aventura-dk{
    width: 100%;
    display: flex;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.img-aventura{
    width: 100%;
    display: none;
}

.justify-aventura{
    justify-content: space-between;
}

.wrapper-inferior{
    top: -6em;
    position: relative;
}


/* DISCOVER
----------------------------*/
.banner-caption{
    left: 12rem;
    color: #fff;
    top: 19.25rem;
    bottom: inherit;
    text-align: start;
    position: absolute;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.slider-container {
    width: 100%;
    padding: 40px 0;
}

.slider-content{
    margin: 0 80px;
    overflow: hidden;
    padding-top: 30px;
    border-radius: 25px;
    padding: 30px 10px 0px 10px;
}

.card-secret{
    border: none;
    border-radius: 25px;
    background-color: white;
    box-shadow: 2px 4px 15px 2px #00000029;
}

.image-secret{
    height: 100%;
    margin: auto;
    position: relative;
}

.img-viaje{
    width: 100%;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.card-titulo{
    font-size: 34px;
    color: #3C57DC;
    font-weight: 600;
    font-family: 'Radomir';
}

.card-subtitulo{
    font-size: 19px;
    color: #1E1E1E;
    font-weight: 600;
    font-family: 'Radomir';
}

.card-descripcion{
    font-size: 17px;
    color: #1E1E1E;
    /* font-weight: normal;
    font-family: 'Radomir'; */
}

.swiper-button-prev-left{
    left: 0 !important;
    width: 45px !important;
    height: 45px !important;
    display: flex ;
    align-items: center !important;
    border-radius: 100% ;
    justify-content: center !important;
    border: 2px solid #808184;
}

.swiper-button-prev-left::after{
    color: #808184;
    font-size: 22px !important;
}

.swiper-button-prev-right{
    width: 45px !important;
    height: 45px !important;
    display: flex ;
    align-items: center !important;
    border-radius: 100% ;
    justify-content: center !important;
    border: 2px solid #808184;
}

.swiper-button-prev-right::after{
    color: #808184;
    font-size: 22px !important;
}

/* discover arrow */
.discover-swiper-button-prev-left{
    left: 0 !important;
    width: 45px !important;
    height: 45px !important;
    display: flex ;
    align-items: center !important;
    border-radius: 100% ;
    justify-content: center !important;
    border: 2px solid #808184;
}

.discover-swiper-button-prev-left::after{
    color: #808184;
    font-size: 22px !important;
}

.discover-swiper-button-prev-right{
    width: 45px !important;
    height: 45px !important;
    display: flex ;
    align-items: center !important;
    border-radius: 100% ;
    justify-content: center !important;
    border: 2px solid #808184;
}

.discover-swiper-button-prev-right::after{
    color: #808184;
    font-size: 22px !important;
}
/* discover arrow */

.bg-gray{
    background-color: #E5E6E7;
}

.back-funcion{
    top: -70px;
    position: relative;
}

.box-resort{
    border-radius: 25px;
    background-color: white;
    box-shadow: 2px 4px 15px 2px #00000029;
}

.img-resort{
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.links{
    color: #3C57DC;
    text-decoration: underline;
}

.links:hover a{
    color: #27BCFF;
    text-decoration: underline;
}

.c-start{
    color: #27BCFF;
}

.he{
    height: 60%;
    border-right: 1px solid #E5E6E7;
}

.destacado{
    top: -15px;
    right: 20px;
    width: 6vw;
    position: relative;
}

.br-precio{
    padding: 10px;
    border-radius: 10px;
    border: 2px solid #3C57DC;
}

.circle-img{
    width: 80%;
    border-radius: 100%;
}

.triangulo{
    width: 5vw;
}

.position-triangulo{
    /* left: 50%; */
    top: -6vw;
    position: relative;
}

.bg-testimonios{
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(./../../assets/images/discover/bg-testimonios.png);
}

.card-testimonio{
    border: none;
    height: 300px !important;
    border-radius: 25px;
    background-color: rgba(0, 0, 0, 0.443);
    box-shadow: 2px 4px 15px 2px #00000029;
}

.slider-content-test{
    margin: 0 80px;
    overflow: hidden;
    padding-top: 30px;
    border-radius: 25px;
    padding: 30px 10px 10px 10px;
}

.star-test{
    color: white;
    font-size: 22px;
}


.btn-prev-left{
    left: 30px !important;
}

.btn-prev-left::after{
    color: #808184;
    font-size: 22px !important;
}

.btn-prev-right{
    right: 30px !important;
}

.btn-prev-right::after{
    color: #808184;
    font-size: 22px !important;
}

.dots-pagination{
    bottom: 30px;
}

.swiper-pagination-bullet-active{
    background: #6364F5 !important;
}

.position-btalk{
    bottom: -20px;
    position: absolute;
}

/* Social Icons */
#social_side_links {
	position: fixed;
    top: 50%;
    right: 0;
    padding: 0;
    list-style: none;
    z-index: 99;
}

#social_side_links li a {
    display: block;
}

#social_side_links li a img {
	display: block;
	max-width:40px;
    padding: 10px;
    -webkit-transition:  background .2s ease-in-out;
    -moz-transition:  background .2s ease-in-out;
    -o-transition:  background .2s ease-in-out;
    transition:  background .2s ease-in-out;
}

#social_side_links li a:hover img {
    background: rgba(0, 0, 0, .2);
}

.social-float{
    color: #000;
    display: flex;
    padding: 10px 10px;
    align-items: center;
    justify-content: center;
    background-color: #09FFA0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.circle-social{
    width: 30px;
    height: 29px;
    display: flex;
    align-items: center;
    border-radius: 100%;
    justify-content: center;
    border: 2px solid black;
}

.circle-social:hover{
    width: 30px;
    height: 29px;
    display: flex;
    align-items: center;
    border-radius: 100%;
    justify-content: center;
    border: 2px solid #303CB4;
    background-color: #303CB4;
}
/* End Social Icons */


/* BENEFITS
----------------------------*/
.banner-caption-benefits {
    left: 12rem;
    color: #fff;
    top: 21.25rem;
    bottom: inherit;
    text-align: start;
    position: absolute;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.row-franja{
    left: 0;
    bottom: 0;
    width: 100%;
    margin: auto;
    position: absolute;
}

.h-franja{
    height: 100px;
    width: 100%;
}

.swiper-button-next,
.swiper-button-prev{
    top: 14rem;
}

.discover-swiper-button-next,
.discover-swiper-button-prev{
    top: 14rem;
}

.logo-mr{
    width: 70%;
}


/* POLITICAS
----------------------------*/
.slider-content-politicas{
    margin: 0 80px;
    overflow: hidden;
    padding-top: 30px;
    border-radius: 25px;
    padding: 30px 10px 0px 10px;
}

.swiper-button-next-politicas,
.swiper-button-prev-politicas{
    top: 30% !important;
}

.scroll_container {
    height: 1900px;
    overflow:hidden;
}

.scroll_content {
    position:relative;
    height: 1900px;
    overflow-y:auto;
}


/* TERMINOS
----------------------------*/
.scroll_container_terminos {
    height: 1700px;
    overflow:hidden;
}

.scroll_content_terminos {
    position:relative;
    height: 1700px;
    overflow-y:auto;
}


/* TERMINOS
----------------------------*/


/* BOOKERS
----------------------------*/
.backg-gray{
    border-radius: 20px;
    background-color: #F1F2F2;
}

.br-img{
    border-top-right-radius: 20px;
}

.form-control-bookers{
    padding: 1rem 1rem;
    border-radius: 100px;
}

.box-bookers{
    background-color: #808080;
    border-bottom-right-radius: 20px;
}

.icons-bookers{
    width: 4vw;
}

.etiqueta-precio{
    font-size: 35px;
    font-weight: 600;
    font-family: 'Radomir';
    padding: 10px 20px;
    border-radius: 100px;
    background-color: #3C57DC;
}

.caption-bookers{
    top: -240px;
    z-index: 5;
    position: relative;
}

.position-triangulo-dos{
    /* left: 38rem; */
    top: -2vw;
    position: relative;
}


.icon-experiencias{
    width: 8vw;
}


/* CONVIERTETE
----------------------------*/
.icon-regresar {
    width: 1vw;
}


/* FOOTER
----------------------------*/
.bg-footer{
    background-color: #808080;
}

.l-footer{
    width: 10vw;
}

.ul-style{
    list-style: none;
    padding-left: 0;
}

.mt-ul{
    margin-top: 2.1rem;
}

.f-redes{
    width: 1.4vw;
}

.p-footer-xxl{
    font-size: 12px;
    margin-bottom: 5px;
}

.title-footer-xxl{
    font-size: 15px;
}


/* LOGIN
----------------------------*/
.m-login{
    margin-top: 3rem;
    margin-bottom: 3rem;
    margin-right: 3rem;
    margin-left: 3rem;
}

.h1-login{
    font-size: 30px;
    font-weight: 600;
    font-family: 'Radomir';
}

.p1-bienvenido{
    font-size: 50px;
    font-weight: 600;
    font-family: 'Radomir';
}

.p2-bienvenido{
    font-size: 23px;
    font-weight: normal;
    font-family: 'Radomir';
}

.caption-login{
    top: 0;
    position: absolute;
}

.form-br{
    border-radius: 100px;
}

.link-password{
    color: #2196F3;
}

.link-password:hover {
    color: #2196F3;
    text-decoration: underline;
}

.img-bs-login{
    width: 100%;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.px-ingresa{
    padding-right: 1rem;
    padding-left: 1rem;
}

@media only screen and (min-width: 992px) {
    /* .modern-nav .container-fluid {
        padding-left: 0 !important;
        padding-right: 0 !important;
    } */
}


@media only screen and (min-width: 1px) and (max-width: 600px){
    .lh-30{
        line-height: 24px;
    }

    #sliderDesk{
        display: none !important;
    }

    #sliderMob{
        display: flex !important;
    }

    #descubreDesk{
        display: none !important;
    }

    #descubreIpad{
        display: none !important;
    }

    #descubreMob{
        display: flex !important;
    }

    .accordion__content {
        display: flex;
        flex-direction: flex;
        gap: 0;
        opacity: 0;
        visibility: visible;
        max-height: 0;
        overflow: hidden;
        padding: 0 24px;
        border-top: 1px solid rgba(255, 255, 255, 0.05);
        transition: opacity 0.5s ease;
    }

    .slick-slide img {
        display: block;
        height: 180px !important;
        width: 260px !important;
        border-radius: 20px !important;
        object-fit: cover;
        margin-bottom: 30px;
    }

    .slick-initialized .slick-slide {
        width: 180px !important;
    }

    .accordion .is-active {
        background-color: transparent;
        width: auto;
        border-radius: 12px;
        height: auto !important;
        will-change: height;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    }

    .mt-20-sm{
        margin-top: 20px;
    }

    .mb-20-sm{
        margin-bottom: 20px;
    }

    .px-5 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .txt-start-sm{
        text-align: start;
    }

    .txt-center-sm{
        text-align: center !important;
    }

    h1 {
        font-size: 60px;
        font-weight: 600;
    }

    h2 {
        font-size: 30px;
        font-weight: 600;
    }

    .p-text {
        font-size: 18px;
        font-weight: 600;
    }

    .fs-30 {
        font-size: 25px;
    }

    .fs-35 {
        font-size: 29px !important;
    }

    .visible-lg{
        display: none;
    }

    #navDesk{
        display: none;
    }

    #navSm{
        display: flex;
    }

    .logo {
        width: 30vw;
    }

    .logo-white {
        width: 30vw;
    }

    .logo-dark {
        width: 30vw;
    }

    .desk-nb {
        display: none;
    }

    .carousel-indicators {
        display: none !important;
        flex-direction: column;
        position: absolute;
        right: 0;
        bottom: 0;
        top: 0;
        left: inherit;
        z-index: 2;
        display: flex;
        justify-content: center;
        padding: 0;
        margin-right: 2%;
        margin-bottom: 0;
        margin-left: inherit;
    }

    .carousel-indicators [data-bs-target] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 7px;
        height: 7px;
        padding: 0;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border: 0;
        border-radius: 100%;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        /* opacity: .5; */
        transition: opacity .6s ease;
    }

    .travel-slider {
        position: relative;
        top: 0;
    }

    .stars {
        width: 5vw;
    }

    .image-content, .card-content{
        padding: 5px;
    }

    .slide-content {
        padding-top: 30px;
        height: 500px;
    }

    .box-descubre {
        border-radius: 25px;
        background-color: #FAFAFA;
        padding: 10vw 3vw;
        position: relative;
        bottom: inherit;
    }

    .w-text {
        width: 100%;
    }

    .icons-ahorro{
        width: 20%;
    }

    .gallery-animation {
        display: flex;
        align-content: center;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        vertical-align: super;
        flex: 1;
        flex-direction: column;
        gap: 2vw;
    }

    .gallery-animation .cards {
        flex: 1;
        height: 400px;
        margin: 0 5px;
        border-radius: 20px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        transition: 0.3s all ease;
        flex-direction: column;
        color: white;
        position: relative;
        backdrop-filter: blur(4px);
        box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    }

    .fantasma {
        display: none;
        color: transparent;
    }

    .flex-sm{
        display: flex;
        justify-content: end;
    }

    .flex-info {
        flex-direction: column;
        gap: 3vw;
    }

    .accordions__inner {
        padding-left: 0px;
        gap: 24px;
        display: flex;
        flex-direction: column;
        list-style: none;
    }

    .accordion__content {
        flex-direction: column;
    }

    .img-pasos {
        width: 20vw;
    }

    .card-pasos {
        height: 200px;
        margin-bottom: 20px;
        padding: 0px 20px 20px;
        border-radius: 20px;
        background-color: white;
        box-shadow: 3px 5px 0px 0px #00000005;
        position: relative;
    }

    .icons-unete {
        width: 20vw;
        margin: auto;
    }

    .pd-aventura {
        padding: 30px;
    }

    .l-footer {
        width: 40vw;
        margin-bottom: 20px;
    }

    .f-redes {
        width: 5vw;
    }

    .p-accordion {
        font-size: 16px !important;
        line-height: normal;
    }

    .fs-42 {
        font-size: 20px;
    }

    .fs-27 {
        font-size: 16px;
    }

    .box-aventura {
        border-radius: 25px;
        background-color: #FAFAFA;
        position: relative;
        top: 0;
    }

    .img-aventura-dk{
        width: 100%;
        display: flex;
        border-radius: 20px;
    }

    .justify-aventura{
        justify-content: center;
    }


    /* NAV
    ----------------------------*/
    .me-5rem {
        margin-right: 0;
    }

    .ms-5rem {
        margin-left: 0;
    }

    .logo-w{
        width: 25vw;
    }


    /* HOME
    ----------------------------*/
    .wrapper {
        position: relative;
        top: 25px;
    }

    .py-galery {
        margin-bottom: 35px;
        margin-top: 0px;
        position: relative;
        top: -45px;
    }

    .card-pasos {
        width: 83.33%;
        padding: 0px 20px 20px;
        border-radius: 20px;
        background-color: white;
        box-shadow: 3px 5px 0px 0px #00000005;
        position: relative;
    }

    .carousel-caption {
        position: absolute;
        right: 15%;
        top: 8rem;
        bottom: inherit;
        left: 1rem;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: start;
    }

    /* Travel */
    .card-image {
        position: relative;
        height: 100%;
        width: 100%;
        border-radius: 0;
        padding: 3px;
        margin: auto;
    }

    .name {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 0;
    }

    .description {
        font-size: 15px;
        text-align: start;
        line-height: normal;
        margin-bottom: 10px;
    }

    .descuento {
        font-size: 35px;
        font-weight: 600;
        text-align: left;
        margin-bottom: 10px;
    }

    .precio-xxl {
        font-size: 18px;
    }

    .button {
        border: none;
        font-size: 14px;
        color: #FFF;
        padding: 10px 20px;
        background-color: #000;
        border-radius: 100px;
        cursor: pointer;
        transition: all 0.3s ease;
        width: 100%;
        position: relative;
        bottom: -5px;
    }

    .fs-usd {
        font-size: 14px;
    }

    .card {
        height: 380px;
        box-shadow: none;
        border-radius: 25px;
        border: 1px solid #d8d8d8;
        background-color: #ffffffab;
    }

    .card:hover {
        color: white;
        height: 380px;
        box-shadow: none;
        border-radius: 25px;
        border: 1px solid #d8d8d8;
        background-color: #6364F5;
    }

    .card-image .card-img {
        position: relative;
        top: -30px;
        height: 100%;
        width: 100%;
        object-fit: cover;
        border-radius: 0;
    }

    .p-16 {
        line-height: 24px;
        font-size: 15px;
    }
    /* Travel */

    .gallery-animation .cards .anim{
        opacity: 100;
        transition: 0.1s;
        transform: translateX(0);
    }

    .gallery-animation .cards .anim:hover{
        opacity: 1;
        transform: translateX(0);
    }

    .hover-descript {
        height: 100%;
        width: 100%;
        padding: 30px;
        position: absolute;
        display: flex;
        flex-direction: row;
        justify-content: space-between !important;
        /* background: rgb(1, 1, 1); */
        /* background: linear-gradient(0deg, rgb(1 1 1 / 59%) 0%, rgba(0, 0, 0, 0) 100%); */
    }

    .swiper-pagination-dos {
        position: relative;
        margin: 0;
        padding-bottom: 20px;
    }

    .swiper-pagination-tres {
        position: relative;
        margin: 0;
        padding-bottom: 20px;
    }

    .swiper-pagination-cuatro {
        position: relative;
        margin: 0;
        padding-bottom: 20px;
    }

    .card-image-multi {
        position: relative;
        height: auto;
        border-radius: 0;
        margin: auto;
    }

    .accordion .active{
        height: 430px;
    }

    .accordion{
        height: 70px;
    }

    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 0 !important;
    }

    .accordion__title {
        margin: 0;
        font-size: 20px;
        font-weight: 600;
        text-align: start;
    }

    .accordion__header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 5px;
        height: 80px;
        cursor: pointer;
        transition: background 0.3s ease, height 0.4s ease;
        background: none;
        border: none;
        width: 100%;
        border-radius: inherit;
    }

    .carousel-caption-unete {
        position: absolute;
        right: 15%;
        top: 7rem;
        bottom: inherit;
        left: 2rem;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: start;
    }

    .wrapper-inferior {
        top: -4em;
        position: relative;
    }

    /* Nuevos 25 Sep 2024 */
    .sm-align-content-end{
        align-content: flex-end;
    }

    .p-cards-xxl {
        font-size: 17px;
    }

    .gap-2 {
        gap: 1.1rem !important;
    }
    /* End Nuevos 25 Sep 2024 */


    /* DISCOVER
    ----------------------------*/
    .encabezados {
        font-size: 30px;
        font-weight: normal;
        font-family: 'Radomir';
    }

    .subtitles {
        font-size: 17px;
        font-weight: normal;
        font-family: 'Radomir';
    }

    .subtitle-recibe {
        font-size: 17px;
        font-weight: normal;
        font-family: 'Radomir';
    }

    .fs-30 {
        font-size: 26px !important;
    }

    .card-titulo {
        font-size: 25px;
        color: #3C57DC;
        font-weight: 600;
        font-family: 'Radomir';
    }

    .card-subtitulo {
        font-size: 16px;
        color: #1E1E1E;
        font-weight: 600;
        font-family: 'Radomir';
    }

    .card-descripcion {
        font-size: 16px;
        color: #1E1E1E;
        /* font-weight: normal;
        font-family: 'Radomir'; */
    }

    .img-viaje {
        border-radius: 20px;
        width: 100%;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
    }

    .slider-content {
        margin: 0;
        overflow: hidden;
        padding-top: 30px;
        border-radius: 25px;
        padding: 30px 10px 0px 10px;
    }

    .banner-caption {
        left: 12rem;
        color: #fff;
        top: 19.25rem;
        bottom: inherit;
        text-align: start;
        position: absolute;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .swiper-button-next, .swiper-button-prev{
        display: none !important;
    }

    .px-7 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .pt-7 {
        padding-top: 3rem;
    }

    .img-resort {
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
    }

    .destacado {
        top: 0;
        right: 20px;
        width: 19vw;
        position: absolute;
    }

    .titles {
        font-size: 35px;
        font-weight: 600;
        font-family: 'Radomir';
    }

    .slider-content-test {
        margin: 0;
        overflow: hidden;
        padding-top: 30px;
        border-radius: 25px;
        padding: 30px 10px 10px 10px;
    }

    .sm-card-subtitulo{
        font-size: 25px !important;
    }

    .position-triangulo {
        left: 43% !important;
        top: -106px !important;
        position: absolute;
    }

    .triangulo {
        width: 20vw;
    }

    .position-triangulo-dos {
        /* left: 38rem; */
        top: -9vw;
        position: relative;
    }

    .back-funcion {
        top: 0;
        position: relative;
    }

    .sm-fs-14{
        font-size: 14px;
    }

    .sm-mt-5{
        margin-top: 3rem;
    }

    .width-80{
        width: 100%;
    }

    .star-test {
        margin-top: 2rem;
    }


    /* POLITICAS
    ----------------------------*/
    .slider-content-politicas {
        margin: 0;
        overflow: hidden;
        padding-top: 30px;
        border-radius: 25px;
        padding: 30px 10px 0px 10px;
    }


    /* TERMINOS
    ----------------------------*/
    .slider-content-terminos {
        margin: 0;
        overflow: hidden;
        padding-top: 30px;
        border-radius: 25px;
        padding: 30px 10px 0px 10px;
    }


    /* BENEFITS
    ----------------------------*/
    .pt-20-sm{
        padding-top: 20px;
    }

    .logo-mr{
        width: 100%;
    }


    /* BOOKERS
    ----------------------------*/
    .w-100-sm{
        width: 100%;
    }

    .br-img {
        margin-top: 20px;
        border-radius: 20px;
        border-top-right-radius: 20px;
    }

    .icons-bookers {
        width: 15vw;
    }

    .box-bookers {
        border-radius: 20px;
        background-color: #808080;
        border-bottom-right-radius: 20px;
    }

    .mx-4{
        margin-right: 0.3rem !important;
        margin-left: 0.3rem !important;
    }

    .icon-experiencias {
        width: 20vw;
    }

    .mb-0-sm{
        margin-bottom: 0 !important;
    }


    /* CONVIERTETE
    ----------------------------*/
    .etiqueta-precio {
        font-size: 25px;
        font-weight: 600;
        font-family: 'Radomir';
        padding: 10px 20px;
        border-radius: 100px;
        background-color: #3C57DC;
    }

    .p-voucher {
        font-size: 14px;
    }

    .icon-regresar {
        width: 6vw;
    }


    /* LOGIN
    ----------------------------*/
    .m-login{
        margin-top: 0rem;
        margin-bottom: 0rem;
        margin-right: 0rem;
        margin-left: 0rem;
    }

    .h1-login{
        font-size: 25px;
        font-weight: 600;
        font-family: 'Radomir';
    }

    .p1-bienvenido{
        font-size: 50px;
        font-weight: 600;
        font-family: 'Radomir';
    }

    .p2-bienvenido{
        font-size: 23px;
        font-weight: normal;
        font-family: 'Radomir';
    }

    .caption-login{
        top: 0;
        margin: auto;
        position: absolute;
    }

    .form-br{
        border-radius: 100px;
    }

    .link-password{
        color: #2196F3;
    }

    .link-password:hover {
        color: #2196F3;
        text-decoration: underline;
    }

    .img-bs-login{
        width: 100%;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
    }


    /* FOOTER
    ----------------------------*/
    .fs-footer{
        font-size: 14px;
        line-height: 22px;
    }


}

@media only screen and (min-width: 430px) and (max-width: 432px){
    /* HOME
    ----------------------------*/

    /* Travel */
    .card-image {
        position: relative;
        height: 100%;
        width: 90%;
        border-radius: 0;
        padding: 3px;
        margin: auto;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px){
    /* Fonts */
    h1{
        font-size: 60px;
        font-weight: 600;
    }

    h2 {
        font-size: 60px;
        font-weight: 600;
    }


    /* HOME
    ----------------------------*/
    .carousel-caption {
        position: absolute;
        right: 15%;
        top: 7.25rem;
        bottom: inherit;
        left: 4rem;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: start;
    }

    .name{
        font-size: 17px;
        font-weight: 600;
        margin-bottom: 0;
    }

    .button{
        border: none;
        font-size: 14px;
        color: #FFF;
        padding: 10px 10px;
        background-color: #000;
        border-radius: 100px;
        cursor: pointer;
        transition: all 0.3s ease;
        width: 100%;
        position: relative;
        bottom: -5px;
    }

    .card-image{
        position: relative;
        height: 210px;
        width: 230px;
        border-radius: 0;
        padding: 3px;
        margin: auto;
    }

    .col-left{
        width: 40%;
    }

    .col-right{
        width: 50%;
    }

    .travel-slider {
        position: relative;
        top: -100px;
    }

    .flex-info {
        flex-direction: row;
        gap: 4vw;
    }

    .social {
        position: absolute;
        right: 2%;
        bottom: 20%;
        z-index: 10;
    }

    .py-6 {
        padding-top: 9vw;
        padding-bottom: 9vw;
    }

    .gp-xxl{
        gap: 3vw;
    }

    .img-aventura-dk {
        width: 100%;
        display: flex;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
    }

    .fs-27 {
        font-size: 19px;
    }

    .pd-aventura {
        padding: 60px;
    }

    .carousel-caption-unete {
        position: absolute;
        right: 15%;
        top: 12rem;
        bottom: inherit;
        left: 8rem;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: start;
    }

    .wrapper-inferior {
        top: -3em;
        position: relative;
    }

    /* Nuevos 20 Sep 2024 */
    .gap-2 {
        gap: 2.5rem !important;
    }
    /* Nuevos 20 Sep 2024 */

    .encabezados {
        font-size: 50px;
        font-weight: 600;
        font-family: 'Radomir';
    }


    /* DISCOVER
    ----------------------------*/
    .titles {
        font-size: 45px;
        font-weight: 600;
        font-family: 'Radomir';
    }

    .subtitle-recibe {
        font-size: 27px;
        font-weight: normal;
        font-family: 'Radomir';
    }

    .card-titulo {
        font-size: 25px;
        color: #3C57DC;
        font-weight: 600;
        font-family: 'Radomir';
    }

    .card-subtitulo {
        font-size: 15px;
        color: #1E1E1E;
        font-weight: 600;
        font-family: 'Radomir';
    }

    .circle-img {
        width: 70%;
        border-radius: 100%;
    }

    .banner-caption {
        left: 12rem;
        color: #fff;
        top: 12rem !important;
        bottom: inherit;
        text-align: start;
        position: absolute;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .me-5rem {
        margin-right: 2rem;
    }

    .ms-5rem {
        margin-left: 2rem;
    }


    /* LOGIN
    ----------------------------*/
    .m-login{
        margin-top: 0rem;
        margin-bottom: 0rem;
        margin-right: 0rem;
        margin-left: 0rem;
    }

    .h1-login{
        font-size: 30px;
        font-weight: 600;
        font-family: 'Radomir';
    }

    .p1-bienvenido{
        font-size: 40px;
        font-weight: 600;
        font-family: 'Radomir';
    }

    .p2-bienvenido{
        font-size: 16px;
        font-weight: normal;
        font-family: 'Radomir';
    }

    .caption-login{
        top: 0;
        margin: auto;
        position: absolute;
    }

    .form-br{
        border-radius: 100px;
    }

    .link-password{
        color: #2196F3;
    }

    .link-password:hover {
        color: #2196F3;
        text-decoration: underline;
    }

    .img-bs-login{
        width: 100%;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
    }

    .btn-secondary {
        color: black;
        background-color: #09FFA0;
        border: none;
        border-radius: 100px;
        padding: 10px 20px;
    }

    .btn-secondary:hover {
        color: white;
        background-color: #0c9d65;
        border: none;
        border-radius: 100px;
        padding: 10px 20px;
    }

    .p-password{
        font-size: 15px;
    }

    /* CONVIERTETE
    ----------------------------*/
    .icon-regresar {
        width: 3vw;
    }


    /* FOOTER
    ----------------------------*/
    .fs-footer{
        font-size: 12px;
        line-height: 20px;
    }


    /* BOOKERS
    ----------------------------*/
    /* .position-triangulo-dos {
        left: 34rem;
        top: -28px;
        position: absolute;
    } */
}

@media (min-width: 1200px){
    .flex-info {
        flex-direction: row;
        gap: 3vw !important;
    }

    .fs-40{
        font-size: 28px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1900px) {
    .carousel-caption {
        position: absolute;
        right: 15%;
        top: 15.25rem;
        bottom: inherit;
        left: 4rem;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: start;
    }

    .carousel-caption-unete {
        position: absolute;
        right: 15%;
        top: 16rem;
        bottom: inherit;
        left: 9rem;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: start;
    }

    .wrapper-inferior {
        top: -4em;
        position: relative;
    }

    .travel-slider {
        position: relative;
        top: -120px;
    }

    .gp-3 {
        gap: 3vw;
    }

    .subtitle-recibe {
        font-size: 31px;
        font-weight: normal;
        font-family: 'Radomir';
    }


    /* DISCOVER
    ----------------------------*/
    .swiper-button-next, .swiper-button-prev {
        position: absolute;
        /* top: 35% !important; */
        width: calc(var(--swiper-navigation-size) / 44* 27);
        height: var(--swiper-navigation-size);
        margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
        z-index: 10;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--swiper-navigation-color, var(--swiper-theme-color));
    }

    .circle-social {
        width: 37px;
        height: 37px;
        display: flex;
        align-items: center;
        border-radius: 100%;
        justify-content: center;
        border: 2px solid black;
    }


    /* LOGIN
    ----------------------------*/
    .m-login{
        margin-top: 0rem;
        margin-bottom: 0rem;
        margin-right: 0rem;
        margin-left: 0rem;
    }

    .h1-login{
        font-size: 30px;
        font-weight: 600;
        font-family: 'Radomir';
    }

    .p1-bienvenido{
        font-size: 45px;
        font-weight: 600;
        font-family: 'Radomir';
    }

    .p2-bienvenido{
        font-size: 20px;
        font-weight: normal;
        font-family: 'Radomir';
    }

    .caption-login{
        top: 0;
        margin: auto;
        position: absolute;
    }

    .form-br{
        border-radius: 100px;
    }

    .link-password{
        color: #2196F3;
    }

    .link-password:hover {
        color: #2196F3;
        text-decoration: underline;
    }

    .img-bs-login{
        width: 100%;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
    }


    /* CONVIERTETE
    ----------------------------*/
    .icon-regresar {
        width: 2vw;
    }


    /* FOOTER
    ----------------------------*/
    .fs-footer{
        font-size: 12px;
        line-height: 20px;
    }
}

@media (max-width: 1440px) {
    /* Nuevos 2 Agosto 2024*/
    .pt-sm{
        padding-top: 5px;
    }

    .flex-info {
        flex-direction: row;
        gap: 3.2vw;
    }

    .fs-60{
        font-size: 60px;
    }
    /* End Nuevos 2 Agosto 2024*/


    /* DISCOVER
    ----------------------------*/
    .banner-caption {
        left: 12rem;
        color: #fff;
        top: 15rem;
        bottom: inherit;
        text-align: start;
        position: absolute;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .swiper-button-next, .swiper-button-prev {
        position: absolute;
        top: 35%;
        width: calc(var(--swiper-navigation-size) / 44* 27);
        height: var(--swiper-navigation-size);
        margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
        z-index: 10;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--swiper-navigation-color, var(--swiper-theme-color));
    }


    /* BENEFITS
    ----------------------------*/
    .banner-caption-benefits {
        left: 12rem;
        color: #fff;
        top: 17rem;
        bottom: inherit;
        text-align: start;
        position: absolute;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }
}

@media (min-width: 1440px) {
    .accordion__content {
      flex-direction: row;
    }

    .slick-initialized .slick-slide{
        width: 260px !important;
    }
}

@media (min-width: 2500px) {
    /* NAV */
    .logo-white {
        width: 12vw;
    }

    .modern-nav .container-fluid {
        padding-left: 7rem !important;
        padding-right: 7rem !important;
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .modern-nav .nav-links .nav-link {
        font-size: 40px;
        font-weight: 600;
        color: inherit;
        pointer-events: auto !important;
        padding: 0 20px;
        display: flex;
        display: -ms-flexbox;
        align-items: center;
        -ms-flex-align: center;
        width: auto;
        height: 100%;
        opacity: 1;
        position: relative;
        -webkit-transition: all 0.2s, height 0s, line-height 0s, background 0s, padding 0s;
        -moz-transition: all 0.2s, height 0s, line-height 0s, background 0s, padding 0s;
        transition: all 0.2s, height 0s, line-height 0s, background 0s, padding 0s;
    }

    .material-symbols-outlined {
        font-family: 'Material Symbols Outlined';
        font-weight: normal;
        font-style: normal;
        font-size: 60px;
        line-height: 1;
        letter-spacing: normal;
        text-transform: none;
        display: inline-block;
        white-space: nowrap;
        word-wrap: normal;
        direction: ltr;
        -webkit-font-smoothing: antialiased;
    }

    .hamburger-menu {
        display: -ms-flexbox;
        display: flex;
        align-self: center;
        -ms-flex-align: center;
        flex-wrap: wrap;
        align-content: space-between;
        width: 75px !important;
        height: 40px !important;
        cursor: pointer;
    }

    .hamburger-menu div {
        align-self: flex-start;
        display: inline-flex;
        height: 4px !important;
        width: 100%;
        background: #3a3a3a;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

    .modern-nav.fixed.scrolled:not(.fixed-height):not(.has-top-bar), .modern-nav.sticky.scrolled:not(.fixed-height):not(.has-top-bar) {
        height: auto !important;
    }

    .modern-nav .nav-menu{
        gap: 1vw;
    }

    .modern-nav .nav-links{
        gap: 1vw;
    }

    /* Home */
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 80%;
        margin: 120px auto;
    }

    h1 {
        font-size: 100px;
        font-weight: 600;
        margin-bottom: 40px;
    }

    .p-slider {
        font-size: 45px;
        margin-bottom: 40px;
    }

    .p-text {
        font-size: 35px;
        font-weight: 400;
        margin-bottom: 40px;
    }

    .semibold-xxl{
        font-weight: 600 !important;
    }

    .btn-primary {
        margin-top: 25px !important;
        font-size: 30px;
        color: white;
        background-color: #6364F5;
        border: none;
        border-radius: 100px;
        padding: 30px 100px;
    }

    .btn-primary:hover {
        margin-top: 25px !important;
        font-size: 30px;
        color: white;
        background-color: #363689;
        border: none;
        border-radius: 100px;
        padding: 30px 100px;
    }

    .xxxl-btn-primary {
        margin-top: 25px !important;
        font-size: 30px;
        color: white;
        background-color: #6364F5;
        border: none;
        border-radius: 100px;
        padding: 30px 100px;
    }

    .xxxl-btn-primary:hover{
        margin-top: 25px !important;
        font-size: 30px;
        color: white;
        background-color: #363689;
        border: none;
        border-radius: 100px;
        padding: 30px 100px;
    }

    /* Travel Slider */
    .carousel-caption {
        position: absolute;
        right: 15%;
        top: 23.25rem;
        bottom: inherit;
        left: 7rem;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: start;
    }

    .carousel-indicators [data-bs-target] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 40px;
        height: 40px;
        padding: 0;
        margin-right: 15px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border: 0;
        border-radius: 100%;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        /* opacity: .5; */
        transition: opacity .6s ease;
    }

    .carousel-indicators {
        flex-direction: column;
        position: absolute;
        right: 20px;
        bottom: 0;
        top: 0;
        left: inherit;
        z-index: 2;
        display: flex;
        justify-content: center;
        padding: 0;
        margin-right: 2%;
        margin-bottom: 1rem;
        margin-left: inherit;
        gap: 1vw;
    }

    .social {
        position: absolute;
        right: 2%;
        bottom: 15%;
        z-index: 10;
    }

    .btn-social {
        color: white;
        background-color: transparent;
        text-decoration: none;
        border-radius: 100px;
        border: 2px solid white;
        align-items: center;
        justify-content: center;
        display: flex;
        height: 120px;
        width: 120px;
        padding: 10px;
    }

    .btn-social:hover{
        color: white;
        background-color: transparent;
        text-decoration: none;
        border-radius: 100px;
        border: 2px solid #363689;
        background-color: #363689;
        align-items: center;
        justify-content: center;
        display: flex;
        height: 120px;
        width: 120px;
        padding: 10px;
    }

    .btn-social .fa {
        font-size: 40px;
    }

    .fa {
        font-size: 30px;
    }

    .slide-container {
        max-width: 100%;
        width: 100%;
        padding: 40px 0;
    }
    /* End Travel Slider */


    /* Slider Hoteles */
    .travel-slider {
        position: relative;
        top: -410px;
    }

    .precio-xxl {
        font-size: 35px;
    }

    .card-image {
        position: relative;
        height: 100%;
        width: 90%;
        border-radius: 0;
        padding: 3px;
        margin: auto;
    }

    .card-image .card-img {
        position: relative;
        top: -70px;
        height: 100%;
        width: 100%;
        object-fit: cover;
        border-radius: 0;
    }

    .card {
        height: 589px;
        border: none;
        border-radius: 50px;
        background-color: #ffffffab;
        box-shadow: 5px -8px 20px 10px #00000012;
    }

    .card:hover {
        color: white;
        height: 589px;
        border: none;
        border-radius: 50px;
        background-color: #6364F5;
        box-shadow: 5px -8px 20px 10px #00000012;
    }

    .p-leyenda {
        font-size: 22px;
        margin-top: 1rem;
    }

    .name {
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 0;
    }

    .descuento {
        font-size: 80px;
        font-weight: 700;
        text-align: right;
        margin-bottom: 0;
    }

    .description {
        font-size: 30px;
        text-align: start;
        line-height: normal;
        margin-bottom: 0;
    }

    .fs-usd {
        font-size: 25px;
    }

    .button {
        border: none;
        font-size: 30px;
        color: #FFF;
        padding: 25px 25px;
        background-color: #000;
        border-radius: 100px;
        cursor: pointer;
        transition: all 0.3s ease;
        width: 100%;
        position: relative;
        bottom: -5px;
    }

    .slide-content {
        padding-top: 140px;
        margin: 0 40px;
        overflow: hidden;
        border-radius: 25px;
        height: 850px;
    }

    .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: -140px !important;
        right: auto;
    }

    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: -50px !important;
        left: auto;
    }
    /* End */


    /* Contenido */
    .wrapper {
        position: relative;
        top: -400px;
    }

    h2 {
        font-size: 100px;
        font-weight: 600;
    }

    .fs-27 {
        font-size: 35px !important;
    }

    .bold {
        font-weight: 700 !important;
    }

    .paragraph {
        line-height: 1.6;
        font-size: 35px;
        font-weight: 400;
        margin-top: 80px !important;
    }

    .box-descubre {
        border-radius: 25px;
        background-color: #FAFAFA;
        padding: 3vw;
        position: relative;
        bottom: -200px;
    }

    .img-1 {
        background-image: url(./../../assets/images/home/bookers-1.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 1000px;
    }

    .img-2 {
        background-image: url(./../../assets/images/home/bookers-2.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 1000px;
    }

    .img-3 {
        background-image: url(./../../assets/images/home/bookers-3.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 500px;
    }

    .box-img-slider {
        padding: 0;
        border-radius: 40px;
        object-fit: cover;
        overflow: hidden;
        height: 500px;
    }

    .slider-gallery {
        height: 500px;
        object-fit: cover;
    }

    .box-img {
        border-radius: 40px;
        object-fit: cover;
        position: relative;
    }

    .pd-xxl{
        padding: 0px 90px;
    }

    .pl-xxl{
        padding: 120px;
    }

    h3 {
        font-size: 100px;
        font-weight: 600;
    }

    h4 {
        font-size: 50px;
        font-weight: 600;
    }

    .gallery-animation .cards {
        flex: 1;
        height: 1300px;
        margin: 0 5px;
        border-radius: 100px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        transition: 0.3s all ease;
        flex-direction: column;
        color: transparent;
        position: relative;
        backdrop-filter: blur(4px);
        box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    }

    .fs-40 {
        font-size: 55px;
        font-weight: 700 !important;
    }

    .fs-60 {
        font-size: 95px;
        font-weight: 700;
    }

    .p-cards-xxl{
        font-size: 45px !important;
    }

    .fs-30 {
        font-weight: 600;
        font-size: 70px !important;
    }

    .fs-35 {
        font-size: 45px !important;
    }

    .lh-30 {
        line-height: 45px;
    }

    .flex-info {
        flex-direction: row;
        gap: 8vw;
    }

    .gp-lg {
        gap: 8vw;
    }

    .gp-3 {
        gap: 8vw;
    }

    .hover-descript {
        height: 100%;
        width: 100%;
        padding: 100px 50px;
        position: absolute;
        display: flex;
        flex-direction: column;
        justify-content: space-between !important;
    }

    .txt-xxl{
        font-size: 30px;
    }

    .accordion__title {
        font-size: 60px;
        font-weight: 600;
    }

    .accordion__header {
        height: 400px;
    }

    .box-descubre {
        border-radius: 100px;
        background-color: #FAFAFA;
        padding: 3vw;
        position: relative;
        bottom: 0px;
    }

    .number {
        height: 120px;
        width: 120px;
        background-color: #cdff64;
        border-radius: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 3rem !important;
    }

    .p-accordion {
        font-size: 35px !important;
        /* line-height: normal !important; */
    }

    .accordion__content p {
        font-size: 16px;
        letter-spacing: 0.3px;
        line-height: 1.5;
        flex: 0.65;
    }

    .accordion__content img {
        aspect-ratio: 16 / 9;
        width: 90%;
        height: auto;
        border-radius: 100px;
        margin-bottom: 20px;
        object-fit: cover;
    }

    .accordions.has-active-accordion .accordion:not(.is-active) .accordion__header {
        height: 400px;
    }

    .fs-25 {
        font-size: 50px !important;
    }

    .card-pasos {
        width: 30%;
        padding: 0px 90px 90px 90px;
        border-radius: 50px;
        background-color: white;
        box-shadow: 3px 5px 0px 0px #00000005;
        position: relative;
    }

    .img-pasos {
        width: 9vw;
    }

    .bg-image {
        background-image: url(./../../assets/images/home/unete/descubre-xxl.png);
        background-repeat: no-repeat;
        background-position-x: center;
        object-fit: cover;
    }

    .icons-unete {
        width: 7vw;
        margin: auto;
    }

    .gp-xxl{
        gap: 3vw;
    }

    .fs-42 {
        font-size: 70px;
    }

    .box-aventura {
        border-radius: 100px;
        background-color: #FAFAFA;
        position: relative;
        top: -150px;
    }

    .pd-aventura {
        padding: 100px 70px 100px 170px;
    }

    .mt-xxl{
        margin-top: 90px !important;
    }

    .form-input {
        font-size: 25px;
        padding: 50px;
        border-radius: 100px !important;
        background-color: #d8d8d8;
        position: relative;
        border: none;
        text-decoration: none !important;
        outline: none !important;
        outline-width: 0 !important;
        box-shadow: none !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }

    .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
        margin-left: calc(var(--bs-border-width)* -1);
        border-top-left-radius: 100px;
        border-bottom-left-radius: 100px;
        position: absolute;
        right: 10px;
        top: 25px;
        z-index: 10;
        margin-top: 0 !important;
    }

    .img-aventura-dk {
        width: 100%;
        display: flex;
        border-bottom-right-radius: 100px;
        border-top-right-radius: 100px;
        object-fit: cover;
        height: 100%;
    }

    .py-galery {
        position: relative;
        top: -130px;
    }

    .accordion__icon.accordion__icon--expand svg {
        fill: #000;
        width: 120px;
        height: 120px;
        padding: 35px;
        background-color: #cdff64;
        border-radius: 100px;
    }

    .accordion__icon.accordion__icon--close svg {
        fill: #000;
        width: 120px;
        height: 120px;
        padding: 10px;
        background-color: #80f1da;
        border-radius: 100px;
    }

    .card-image-multi {
        position: relative;
        height: 450px;
        border-radius: 0;
        margin: auto;
    }

    .swiper-pagination-bullet {
        width: 40px !important;
        height: 40px !important;
    }

    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 40px;
        left: 0;
        width: 100%;
    }

    .accordion {
        background-color: transparent;
        width: auto;
        border-radius: none;
        height: auto !important;
        will-change: height;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        border-bottom: 1px solid #a6a5a5;
    }

    .fs-20 {
        font-size: 30px !important;
    }

    .fs-gallery{
        font-size: 80px;
        margin-bottom: 40px;
    }
    /* End Contenido */

    .titles {
        font-size: 90px;
        font-weight: 600;
        font-family: 'Radomir';
    }

    /* DISCOVER
    ------------------------------------------------*/
    p{
        font-size: 27px;
    }

    .encabezados {
        font-size: 100px;
        font-weight: 600;
        font-family: 'Radomir';
    }

    .subtitles {
        font-size: 30px;
        font-weight: normal;
        font-family: 'Radomir';
    }

    .subtitle-recibe {
        font-size: 55px;
        font-weight: normal;
        font-family: 'Radomir';
    }

    .texto {
        font-size: 25px;
        font-weight: 400;
        line-height: 40px;
    }

    .card-titulo {
        font-size: 60px;
        color: #3C57DC;
        font-weight: 600;
        font-family: 'Radomir';
    }

    .card-subtitulo {
        font-size: 30px;
        color: #1E1E1E;
        font-weight: 600;
        font-family: 'Radomir';
    }

    .card-descripcion {
        font-size: 25px;
        color: #1E1E1E;
    }

    .fs-10 {
        font-size: 20px;
    }

    .card-testimonio {
        border: none;
        height: auto !important;
        border-radius: 25px;
        background-color: rgba(0, 0, 0, 0.443);
        box-shadow: 2px 4px 15px 2px #00000029;
    }

    /* arrow discover */
    .discover-swiper-button-prev-right {
        width: 80px !important;
        height: 80px !important;
        display: flex;
        align-items: center !important;
        border-radius: 100%;
        justify-content: center !important;
        border: 2px solid #808184;
    }

    .discover-swiper-button-prev-left {
        left: 0 !important;
        width: 80px !important;
        height: 80px !important;
        display: flex;
        align-items: center !important;
        border-radius: 100%;
        justify-content: center !important;
        border: 2px solid #808184;
    }


    .discover-swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: 0px !important;
        left: auto;
    }

    .discover-swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: -10px !important;
        right: auto;
    }
    /* arrow discover */

    .h-2500{
        height: 700px;
    }

    .dots-2500-pagination{
        bottom: 20px;
    }

    .circle-social {
        width: 70px;
        height: 70px;
        display: flex;
        align-items: center;
        border-radius: 100%;
        justify-content: center;
        border: 2px solid black;
    }

    .social-float {
        color: #000;
        display: flex;
        padding: 20px;
        align-items: center;
        justify-content: center;
        background-color: #09FFA0;
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
    }


    /* BENEFITS
    ----------------------------*/
    .benefits-swiper-button-next, .swiper-rtl .benefits-swiper-button-prev {
        right: 0px !important;
        left: auto;
    }

    .benefits-swiper-button-prev, .swiper-rtl .benefits-swiper-button-next {
        left: 0px !important;
        right: auto;
    }

    .benefits-swiper-button-prev-right {
        width: 80px !important;
        height: 80px !important;
        display: flex;
        align-items: center !important;
        border-radius: 100%;
        justify-content: center !important;
        border: 3px solid #808184;
    }

    .benefits-swiper-button-prev-right {
        width: 80px !important;
        height: 80px !important;
        display: flex;
        align-items: center !important;
        border-radius: 100%;
        justify-content: center !important;
        border: 3px solid #808184;
    }


    /* LOGIN
    ------------------------------------------------*/
    .m-login {
        margin-top: 15rem;
        margin-bottom: 3rem;
        margin-right: 7rem;
        margin-left: 7rem;
    }

    .h1-login {
        font-size: 50px;
        font-weight: 600;
        font-family: 'Radomir';
    }

    .p-password{
        font-size: 30px;
    }

    .p1-bienvenido {
        font-size: 75px;
        font-weight: 600;
        font-family: 'Radomir';
    }

    .p2-bienvenido {
        font-size: 34px;
        font-weight: normal;
        font-family: 'Radomir';
    }

    .p1-bienvenido {
        font-size: 100px;
        font-weight: 600;
        font-family: 'Radomir';
    }

    .btn-secondary {
        font-size: 25px;
        color: black;
        background-color: #09FFA0;
        border: none;
        border-radius: 100px;
        padding: 10px 30px;
    }

    .btn-secondary:hover {
        font-size: 25px;
        color: white;
        background-color: #0c9d65;
        border: none;
        border-radius: 100px;
        padding: 10px 30px;
    }

    .form-check-input {
        width: 2em;
        height: 2em;
        border: 2px solid #808184;
        margin-right: 1rem;
    }

    .form-control {
        padding: 0.375rem 1.75rem;
        font-size: 2rem;
        margin-bottom: 1rem;
        margin-top: 1rem;
    }


    /* CONVIERTETE
    ------------------------------------------------*/
    .icon-regresar {
        width: 2vw;
    }


    /* Footer
    ------------------------------------------------*/
    .l-footer {
        width: 12vw;
    }

    .title-footer-xxl{
        font-size: 35px;
    }

    .p-footer-xxl{
        font-size: 25px;
        margin-bottom: 20px;
    }

    .bg-footer {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
        background-color: #808080;
    }

    .mb-container{
        margin-bottom: 0 !important;
    }

    .fs-footer{
        font-size: 17px;
        line-height: 30px;
    }
    /* Footer */

    /* Nuevos 20 Sep 2024 */
    .lh-18{
        line-height: normal;
        font-size: 35px !important;
    }

    .p-ahorros {
        font-size: 30px;
        line-height: normal;
    }

    .gap-2 {
        gap: 1.5rem !important;
    }
    /* Nuevos 20 Sep 2024 */

}

@media (min-width: 5120px) {
    /* NAV */
    .modern-nav .container-fluid {
        padding-left: 20rem !important;
        padding-right: 20rem !important;
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .modern-nav .nav-links .nav-link {
        font-size: 55px;
        font-weight: 600;
        color: inherit;
        pointer-events: auto !important;
        padding: 0 20px;
        display: flex;
        display: -ms-flexbox;
        align-items: center;
        -ms-flex-align: center;
        width: auto;
        height: 100%;
        opacity: 1;
        position: relative;
        -webkit-transition: all 0.2s, height 0s, line-height 0s, background 0s, padding 0s;
        -moz-transition: all 0.2s, height 0s, line-height 0s, background 0s, padding 0s;
        transition: all 0.2s, height 0s, line-height 0s, background 0s, padding 0s;
    }

    .material-symbols-outlined {
        font-family: 'Material Symbols Outlined';
        font-weight: normal;
        font-style: normal;
        font-size: 85px;
        line-height: 1;
        letter-spacing: normal;
        text-transform: none;
        display: inline-block;
        white-space: nowrap;
        word-wrap: normal;
        direction: ltr;
        -webkit-font-smoothing: antialiased;
    }

    .modern-nav.fixed.scrolled:not(.fixed-height):not(.has-top-bar), .modern-nav.sticky.scrolled:not(.fixed-height):not(.has-top-bar) {
        height: auto !important;
    }

    .hamburger-menu {
        display: -ms-flexbox;
        display: flex;
        align-self: center;
        -ms-flex-align: center;
        flex-wrap: wrap;
        align-content: space-between;
        width: 150px !important;
        height: 60px !important;
        cursor: pointer;
    }

    .hamburger-menu div {
        align-self: flex-start;
        display: inline-flex;
        height: 7px !important;
        width: 100%;
        background: #3a3a3a;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

    .modern-nav .nav-menu{
        gap: 1vw;
    }

    .modern-nav .nav-links{
        gap: 1vw;
    }

    /* HOME */
    h1 {
        font-size: 200px;
        font-weight: 600;
        margin-bottom: 40px;
    }

    .p-slider {
        font-size: 75px;
        margin-bottom: 40px;
    }

    .p-text {
        font-size: 83px;
        font-weight: 400;
        margin-bottom: 40px;
    }

    .semibold-xxl{
        font-weight: 600 !important;
    }

    .btn-primary {
        margin-top: 80px !important;
        font-size: 70px;
        color: white;
        background-color: #6364F5;
        border: none;
        border-radius: 100px;
        padding: 30px 100px;
    }

    .btn-primary:hover {
        margin-top: 80px !important;
        font-size: 70px;
        color: white;
        background-color: #363689;
        border: none;
        border-radius: 100px;
        padding: 30px 100px;
    }

    .xxxl-btn-primary {
        margin-top: 80px !important;
        font-size: 70px;
        color: white;
        background-color: #6364F5;
        border: none;
        border-radius: 100px;
        padding: 30px 100px;
    }

    .xxxl-btn-primary:hover{
        margin-top: 80px !important;
        font-size: 70px;
        color: white;
        background-color: #363689;
        border: none;
        border-radius: 100px;
        padding: 30px 100px;
    }

    .carousel-caption {
        position: absolute;
        right: 15%;
        top:  53.25rem;
        bottom: inherit;
        left: 20rem;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: start;
    }

    .carousel-indicators [data-bs-target] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 70px;
        height: 70px;
        padding: 0;
        margin-right: 15px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border: 0;
        border-radius: 100%;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        /* opacity: .5; */
        transition: opacity .6s ease;
    }

    .carousel-indicators {
        flex-direction: column;
        position: absolute;
        right: 0;
        bottom: 0;
        top: 0;
        left: inherit;
        z-index: 2;
        display: flex;
        justify-content: center;
        padding: 0;
        margin-right: 2%;
        margin-bottom: 1rem;
        margin-left: inherit;
        gap: 1vw;
    }

    .btn-social {
        color: white;
        background-color: transparent;
        text-decoration: none;
        border-radius: 100px;
        border: 2px solid white;
        align-items: center;
        justify-content: center;
        display: flex;
        height: 150px;
        width: 150px;
        padding: 10px;
    }

    .btn-social:hover{
        color: white;
        background-color: transparent;
        text-decoration: none;
        border-radius: 100px;
        border: 2px solid #363689;
        background-color: #363689;
        align-items: center;
        justify-content: center;
        display: flex;
        height: 150px;
        width: 150px;
        padding: 10px;
    }

    .fa {
        font-size: 70px;
    }

    .slide-container {
        max-width: 100%;
        width: 100%;
        padding: 40px 0;
    }

    .wrapper {
        position: relative;
        top: -600px;
    }

    h2 {
        font-size: 200px;
        font-weight: 600;
    }

    .fs-27 {
        font-size: 100px !important;
    }

    .bold {
        font-weight: 700 !important;
    }

    .paragraph {
        line-height: 1.6;
        font-size: 70px;
        font-weight: 400;
        margin-top: 80px !important;
    }

    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 80%;
        margin: 120px auto;
    }

    .img-1 {
        background-image: url(./../../assets/images/home/bookers-1.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 1500px;
    }

    .img-2 {
        background-image: url(./../../assets/images/home/bookers-2.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 1500px;
    }

    .img-3 {
        background-image: url(./../../assets/images/home/bookers-3.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 750px;
    }

    .box-img-slider {
        padding: 0;
        border-radius: 80px;
        object-fit: cover;
        overflow: hidden;
        height: 750px;
    }

    .slider-gallery {
        height: 750px;
        object-fit: cover;
    }

    .box-img {
        border-radius: 80px;
        object-fit: cover;
        position: relative;
    }

    .pd-xxl{
        padding: 0px 90px;
    }

    .pl-xxl{
        padding: 120px;
    }

    h3 {
        font-size: 200px;
        font-weight: 600;
    }

    .gallery-animation .cards {
        flex: 1;
        height: 1300px;
        margin: 0 5px;
        border-radius: 100px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        transition: 0.3s all ease;
        flex-direction: column;
        color: transparent;
        position: relative;
        backdrop-filter: blur(4px);
        box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    }

    .fs-40 {
        font-size: 100px;
        font-weight: 700 !important;
    }

    .fs-60 {
        font-size: 175px;
        font-weight: 700;
    }

    .p-cards-xxl{
        font-size: 70px !important;
    }

    .fs-30 {
        font-weight: 600;
        font-size: 100px !important;
    }

    .lh-30 {
        line-height: normal;
    }

    .gp-lg {
        gap: 3vw;
    }

    .gp-3 {
        gap: 3vw;
    }

    .hover-descript {
        height: 100%;
        width: 100%;
        padding: 100px;
        position: absolute;
        display: flex;
        flex-direction: column;
        justify-content: space-between !important;
    }

    .flex-info {
        flex-direction: row;
        gap: 2vw !important;
    }

    .fs-105-xxl{
        font-size: 105px !important;
    }

    .txt-xxl{
        font-size: 70px;
    }

    .accordion__title {
        font-size: 100px;
        font-weight: 600;
    }

    .accordion__header {
        height: 400px;
    }

    .box-descubre {
        border-radius: 100px;
        background-color: #FAFAFA;
        padding: 3vw;
        position: relative;
        bottom: -300px;
    }

    .number {
        height: 180px;
        width: 180px;
        background-color: #cdff64;
        border-radius: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 3rem !important;
    }

    .p-accordion {
        font-size: 70px !important;
        /* line-height: normal !important; */
    }

    .accordion__content p {
        font-size: 16px;
        letter-spacing: 0.3px;
        line-height: 1.5;
        flex: 0.65;
    }

    .accordion__content img {
        aspect-ratio: 16 / 9;
        width: 90%;
        height: auto;
        border-radius: 100px;
        margin-bottom: 20px;
        object-fit: cover;
    }

    .accordions.has-active-accordion .accordion:not(.is-active) .accordion__header {
        height: 400px;
    }

    .fs-25 {
        font-size: 100px !important;
    }

    .card-pasos {
        width: 30%;
        padding: 0px 90px 90px 90px;
        border-radius: 100px;
        background-color: white;
        box-shadow: 3px 5px 0px 0px #00000005;
        position: relative;
    }

    .img-pasos {
        width: 8vw;
    }

    .bg-image {
        background-image: url(./../../assets/images/home/unete/descubre-xxl.png);
        background-repeat: no-repeat;
        background-position-x: center;
        object-fit: cover;
    }

    .icons-unete {
        width: 7vw;
        margin: auto;
    }

    .gp-xxl{
        gap: 3vw;
    }

    .fs-42 {
        font-size: 135px;
    }

    .box-aventura {
        border-radius: 100px;
        background-color: #FAFAFA;
        position: relative;
        top: -300px;
    }

    .pd-aventura {
        padding: 100px 70px 100px 170px;
    }

    .mt-xxl{
        margin-top: 90px !important;
    }

    .form-input {
        font-size: 75px;
        padding: 50px;
        border-radius: 100px !important;
        background-color: #d8d8d8;
        position: relative;
        border: none;
        text-decoration: none !important;
        outline: none !important;
        outline-width: 0 !important;
        box-shadow: none !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }

    .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
        margin-left: calc(var(--bs-border-width)* -1);
        border-top-left-radius: 100px;
        border-bottom-left-radius: 100px;
        position: absolute;
        right: 6px;
        top: 3.5rem;
        z-index: 10;
        margin-top: 0 !important;
    }

    .img-aventura-dk {
        width: 100%;
        display: flex;
        border-bottom-right-radius: 100px;
        border-top-right-radius: 100px;
        object-fit: cover;
        height: 1610px;
    }

    h4 {
        font-size: 200px;
        font-weight: 600;
    }

    .py-galery {
        position: relative;
        top: -130px;
    }

    .title-footer-xxl{
        font-size: 50px;
    }

    .p-footer-xxl{
        font-size: 40px;
        margin-bottom: 30px;
    }

    .bg-footer {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
        background-color: #808080;
    }


    /* Slider Hoteles */
    .travel-slider {
        position: relative;
        top: -700px;
    }

    .precio-xxl{
        font-size: 60px;
    }

    .card-image {
        position: relative;
        height: 100%;
        width: 80%;
        border-radius: 0;
        padding: 3px;
        margin: auto;
    }

    .card-image .card-img {
        position: relative;
        top: -130px;
        height: inherit;
        width: 100%;
        object-fit: cover;
        border-radius: 0;
    }

    .card {
        height: 1090px;
        border: none;
        border-radius: 100px;
        background-color: #ffffffab;
        box-shadow: 5px -8px 20px 10px #00000012;
    }

    .card:hover {
        color: white;
        height: 1090px;
        border: none;
        border-radius: 100px;
        background-color: #6364F5;
        box-shadow: 5px -8px 20px 10px #00000012;
    }

    .name {
        font-size: 70px;
        font-weight: 600;
        margin-bottom: 0;
    }

    .descuento {
        font-size: 130px;
        font-weight: 700;
        text-align: right;
        margin-bottom: 0;
    }

    .description {
        font-size: 65px;
        text-align: start;
        line-height: normal;
        margin-bottom: 0;
    }

    .fs-usd {
        font-size: 60px;
    }

    .button {
        border: none;
        font-size: 60px;
        color: #FFF;
        padding: 55px 20px;
        background-color: #000;
        border-radius: 100px;
        cursor: pointer;
        transition: all 0.3s ease;
        width: 100%;
        position: relative;
        bottom: -5px;
    }

    .slide-content {
        padding-top: 140px;
        margin: 0 40px;
        overflow: hidden;
        border-radius: 25px;
        height: 1510px;
    }

    .p-leyenda {
        font-size: 42px;
        margin-top: 1rem;
    }

    .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: -190px !important;
        right: auto;
    }

    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: -50px !important;
        left: auto;
    }

    .accordion__icon.accordion__icon--expand svg {
        fill: #000;
        width: 180px;
        height: 180px;
        padding: 40px;
        background-color: #cdff64;
        border-radius: 100px;
    }

    .accordion__icon.accordion__icon--close svg {
        fill: #000;
        width: 180px;
        height: 180px;
        padding: 7px;
        background-color: #80f1da;
        border-radius: 100px;
    }

    .card-image-multi {
        position: relative;
        height: 750px;
        border-radius: 0;
        margin: auto;
    }

    .swiper-pagination-bullet {
        width: 40px !important;
        height: 40px !important;
    }

    .accordion {
        background-color: transparent;
        width: auto;
        border-radius: none;
        height: auto !important;
        will-change: height;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        border-bottom: 1px solid #a6a5a5;
    }

    .fs-20 {
        font-size: 60px !important;
    }

    /* Nuevos 20 Sep 2024 */
    .p-ahorros {
        font-size: 50px;
        line-height: normal;
    }
    /* Nuevos 20 Sep 2024 */

    .container-xxxl{
        max-width: 85%;
        /* margin: 120px auto; */
    }

    h2{
        margin-bottom: 2rem;
    }

    .m-xxxl{
        margin-top: 3rem;
        margin-bottom: 3rem;
    }


    /* DISCOVER
    ------------------------------------------------*/
    p{
        font-size: 55px;
    }

    .encabezados {
        font-size: 170px;
        font-weight: 600;
        font-family: 'Radomir';
    }

    .subtitles {
        font-size: 60px;
        font-weight: normal;
        font-family: 'Radomir';
    }

    .subtitle-recibe {
        font-size: 91px;
        font-weight: normal;
        font-family: 'Radomir';
    }

    .texto {
        font-size: 40px;
        font-weight: 400;
        line-height: 60px;
    }

    .card-titulo {
        font-size: 110px;
        color: #3C57DC;
        font-weight: 600;
        font-family: 'Radomir';
    }

    .card-subtitulo {
        font-size: 65px;
        color: #1E1E1E;
        font-weight: 600;
        font-family: 'Radomir';
        line-height: 90px;
    }

    .card-descripcion {
        font-size: 45px;
        color: #1E1E1E;
    }

    .fs-10 {
        font-size: 40px;
    }

    .fs-35 {
        font-size: 96px !important;
    }

    .card-testimonio {
        border: none;
        height: auto !important;
        border-radius: 100px;
        background-color: rgba(0, 0, 0, 0.443);
        box-shadow: 2px 4px 15px 2px #00000029;
    }

    /* arrow discover */
    .discover-swiper-button-prev-right::after {
        color: #808184;
        font-size: 60px !important;
    }

    .discover-swiper-button-prev-left::after {
        color: #808184;
        font-size: 60px !important;
    }

    .discover-swiper-button-prev-right {
        width: 150px !important;
        height: 150px !important;
        display: flex;
        align-items: center !important;
        border-radius: 100%;
        justify-content: center !important;
        border: 6px solid #808184;
    }

    .discover-swiper-button-prev-left {
        left: 0 !important;
        width: 150px !important;
        height: 150px !important;
        display: flex;
        align-items: center !important;
        border-radius: 100%;
        justify-content: center !important;
        border: 6px solid #808184;
    }


    .discover-swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: -100px !important;
        left: auto;
    }

    .discover-swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: -100px !important;
        right: auto;
    }
    /* arrow discover */

    .h-2500{
        height: 700px;
    }

    .dots-2500-pagination{
        bottom: 20px;
    }

    .circle-social {
        width: 120px;
        height: 120px;
        display: flex;
        align-items: center;
        border-radius: 100%;
        justify-content: center;
        border: 3px solid black;
    }

    .social-float {
        color: #000;
        display: flex;
        padding: 46px;
        align-items: center;
        justify-content: center;
        background-color: #09FFA0;
        border-top-left-radius: 55px;
        border-bottom-left-radius: 55px;
    }


    .card-secret {
        border: none;
        border-radius: 150px;
        background-color: white;
        box-shadow: 2px 4px 15px 2px #00000029;
    }

    .img-viaje {
        width: 100%;
        border-top-right-radius: 150px;
        border-bottom-right-radius: 150px;
    }

    .slider-content {
        margin: 0 80px;
        overflow: hidden;
        padding-top: 30px;
        border-radius: 25px;
        padding: 30px 10px 10px 10px;
    }

    .box-resort {
        border-radius: 150px;
        background-color: white;
        box-shadow: 2px 4px 15px 2px #00000029;
    }

    .br-precio {
        padding: 10px;
        border-radius: 25px;
        border: 2px solid #3C57DC;
    }

    .img-resort {
        border-top-left-radius: 150px;
        border-bottom-left-radius: 150px;
    }

    .titles {
        font-size: 150px;
        font-weight: 600;
        font-family: 'Radomir';
    }

    .xxxl-py{
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .xxxl-btn-primary {
        margin-top: 80px !important;
        font-size: 55px;
        color: white;
        background-color: #6364F5;
        border: none;
        border-radius: 100px;
        padding: 30px 100px;
    }

    .xxxl-btn-primary:hover{
        margin-top: 80px !important;
        font-size: 55px;
        color: white;
        background-color: #363689;
        border: none;
        border-radius: 100px;
        padding: 30px 100px;
    }

    .star-test {
        margin-top: 3rem;
    }

    .h-5120 {
        height: 800px !important;
    }


    /* BENEFITS
    ------------------------------------------------*/
    .benefits-swiper-button-prev-right {
        width: 150px !important;
        height: 150px !important;
        display: flex;
        align-items: center !important;
        border-radius: 100%;
        justify-content: center !important;
        border: 3px solid #808184;
    }

    .benefits-swiper-button-prev-left {
        width: 150px !important;
        height: 150px !important;
        display: flex;
        align-items: center !important;
        border-radius: 100%;
        justify-content: center !important;
        border: 3px solid #808184;
    }

    .swiper-button-prev-right::after {
        color: #808184;
        font-size: 55px !important;
    }

    .benefits-swiper-button-prev-right::after {
        color: #808184;
        font-size: 55px !important;
    }

    .benefits-swiper-button-prev-left::after {
        color: #808184;
        font-size: 55px !important;
    }

    .benefits-swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: -80px !important;
        left: auto;
    }

    .benefits-swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: -90px !important;
        right: auto;
    }


    /* CONVIERTETE
    ------------------------------------------------*/
    .form-control-bookers {
        padding: 3.375rem 3.75rem;
        font-size: 3rem;
        margin-bottom: 3rem;
        margin-top: 3rem;
        border-radius: 100px;
    }

    .form-label {
        font-size: 3rem;
        margin-bottom: 0;
    }

    .form-select {
        background-size: 60px 70px;
        background-position: right 3.75rem center;
    }

    .caption-bookers {
        top: -40rem;
        z-index: 5;
        position: relative;
    }

    .etiqueta-precio {
        font-size: 70px;
        font-weight: 600;
        font-family: 'Radomir';
        padding: 35px 20px;
        border-radius: 100px;
        background-color: #3C57DC;
    }

    .p-voucher {
        font-size: 40px;
        margin-top: 4rem;
    }

    .icon-regresar {
        width: 2vw;
    }


    /* LOGIN
    ------------------------------------------------*/
    .m-login {
        margin-top: 15rem;
        margin-bottom: 3rem;
        margin-right: 0rem;
        margin-left: 0rem;
    }

    .h1-login {
        font-size: 120px;
        font-weight: 600;
        font-family: 'Radomir';
    }

    .p-password{
        font-size: 50px;
    }

    .p1-bienvenido {
        font-size: 175px;
        font-weight: 600;
        font-family: 'Radomir';
    }

    .p2-bienvenido {
        font-size: 66px;
        font-weight: normal;
        font-family: 'Radomir';
    }

    .btn-secondary {
        font-size: 55px;
        color: black;
        background-color: #09FFA0;
        border: none;
        border-radius: 100px;
        padding: 25px 30px;
    }

    .btn-secondary:hover {
        font-size: 55px;
        color: white;
        background-color: #0c9d65;
        border: none;
        border-radius: 100px;
        padding: 25px 30px;
    }

    .img-bs-login {
        width: 100%;
        border-top-left-radius: 150px;
        border-bottom-left-radius: 150px;
    }

    .xxxl-w{
        width: 100%;
    }

    .form-check-input {
        width: 4em;
        height: 4em;
        border: 3px solid #808184;
        margin-right: 1rem;
    }

    .form-control {
        padding: 3.375rem 3.75rem;
        font-size: 3rem;
        margin-bottom: 3rem;
        margin-top: 3rem;
    }


    /* FOOTER
    ------------------------------------------------*/
    .fs-footer {
        font-size: 42px;
        line-height: 90px;
    }
}


/*------------------------------------------------------------------------------------
iPads
------------------------------------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 770px) {
    .fs-10 {
        font-size: 16px;
    }

    .fs-60 {
        font-size: 30px;
    }

    .fs-40 {
        font-size: 25px;
    }

    .md-mb-5{
        margin-bottom: 5rem;
    }

    .md-mt-4{
        margin-top: 4rem;
    }

    .d-none{
        display: none !important;
    }

    #arrowMd{
        justify-content: end;
        display: flex !important;
        position: absolute;
        z-index: 9999999;
        left: 5px;
        bottom: 5px;
    }

    #navSm {
        display: flex;
    }

    .nav-container {
        padding-right: 20px;
        padding-left: 20px;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    /* .visible-lg {
        display: none;
    } */

    .hover-descript {
        height: 100%;
        width: 100%;
        padding: 15px;
        position: absolute;
        display: flex;
        flex-direction: column;
        justify-content: space-between !important;
    }

    .logo-white {
        width: 15vw;
    }

    .carousel-indicators [data-bs-target] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 10px;
        height: 10px;
        padding: 0;
        margin-right: 15px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border: 0;
        border-radius: 100%;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        /* opacity: .5; */
        transition: opacity .6s ease;
    }

    .social {
        position: absolute;
        right: 2%;
        bottom: 5%;
        z-index: 10;
    }

    .carousel-caption {
        position: absolute;
        right: 15%;
        top: 80px;
        bottom: inherit;
        left: 20px;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: start;
    }

    h1 {
        font-size: 40px;
        font-weight: 600;
    }

    .p-slider {
        font-size: 20px;
    }

    .p-text {
        margin-top: 2px !important;
        font-size: 20px;
        font-weight: 600;
    }

    .travel-slider {
        position: relative;
        top: -30px;
    }

    .card-image .card-img {
        position: relative;
        top: -40px;
        left: 5px;
        height: 100%;
        width: 95%;
        object-fit: cover;
        border-radius: 0;
    }

    .slide-content {
        padding-top: 30px;
        margin: 0 40px;
        margin-bottom: 30px;
        overflow: hidden;
        border-radius: 25px;
        height: 405px;
    }

    .button {
        border: none;
        font-size: 16px;
        color: #FFF;
        padding: 10px 20px;
        background-color: #000;
        border-radius: 100px;
        cursor: pointer;
        transition: all 0.3s ease;
        width: 100%;
        position: relative;
        bottom: -5px;
    }

    .card-image {
        position: relative;
        height: 100%;
        width: 285px;
        border-radius: 0;
        padding: 3px;
        margin: auto;
    }

    .name {
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 0;
    }

    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: -30px;
        left: auto;
    }

    .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: -30px;
        right: auto;
    }

    h2 {
        font-size: 45px;
        font-weight: 600;
    }

    .icons-ahorro {
        width: 12vw;
    }

    .btn-primary {
        color: white;
        background-color: #6364F5;
        border: none;
        border-radius: 100px;
        padding: 10px 30px;
    }

    .btn-primary:hover {
        color: white;
        background-color: #363689;
        border: none;
        border-radius: 100px;
        padding: 10px 30px;
    }

    .xxxl-btn-primary {
        color: white;
        background-color: #6364F5;
        border: none;
        border-radius: 100px;
        padding: 10px 30px;
    }

    .xxxl-btn-primary:hover{
        color: white;
        background-color: #363689;
        border: none;
        border-radius: 100px;
        padding: 10px 30px;
    }

    .flex-revers{
        flex-direction: column-reverse;
    }

    .accordion__content {
        display: flex;
        flex-direction: column;
        gap: 0;
        opacity: 0;
        visibility: visible;
        max-height: 0;
        overflow: hidden;
        padding: 0 24px;
        border-top: 1px solid rgba(255, 255, 255, 0.05);
        transition: opacity 0.5s ease;
    }

    .accordion {
        height: auto !important;
    }

    .card-pasos {
        width: 30% !important;
        padding: 0px 20px 20px;
        border-radius: 20px;
        background-color: white;
        box-shadow: 3px 5px 0px 0px #00000005;
        position: relative;
    }

    .img-pasos {
        width: 7vw;
    }

    .icons-unete {
        width: 10vw;
        margin: auto;
    }

    .img-aventura-dk{
        width: 100%;
        display: none;
    }

    .img-aventura{
        width: 90%;
        display: flex;
        margin: auto;
    }


    /* NAV
    ----------------------------*/
    .logo-w{
        width: 18vw;
    }

    .me-5rem {
        margin-right: 1rem;
    }

    .ms-5rem {
        margin-left: 1rem;
    }


    /* HOME
    ----------------------------*/
    .wrapper {
        position: relative;
        top: 20px;
    }

    .w-text {
        width: 100%;
    }

    .py-6 {
        padding-top: 12vw;
        padding-bottom: 12vw;
    }

    .gp-lg {
        gap: 3vw;
    }

    .gp-xxl{
        gap: 8vw;
    }

    .justify-aventura {
        justify-content: center;
    }

    .accordion__title {
        margin: 0;
        font-size: 22px;
        font-weight: 600;
    }

    .semibold-xxl{
        font-weight: 600 !important;
    }

    .bold{
        font-weight: 700 !important;
    }

    .paragraph {
        font-size: 17px;
        font-weight: 400;
        line-height: 1.5;
    }

    /* Travel */
    .card {
        height: 305px;
        border: none;
        border-radius: 25px;
        background-color: #ffffffab;
        box-shadow: 5px -8px 20px 10px #00000012;
    }

    .card:hover {
        height: 305px;
        border: none;
        border-radius: 25px;
        background-color: #6364F5;
        box-shadow: 5px -8px 20px 10px #00000012;
    }

    .fs-usd {
        font-size: 12px;
    }

    .flex-info {
        flex-direction: row;
        gap: 4vw;
    }

    .p-16 {
        font-size: 16px;
        line-height: 25px;
    }
    /* Travel */

    .gallery-animation .cards {
        flex: 1;
        height: 470px;
        margin: 0 5px;
        border-radius: 20px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        transition: 0.3s all ease;
        flex-direction: column;
        color: transparent;
        position: relative;
        backdrop-filter: blur(4px);
        box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    }

    .carousel-caption-unete {
        position: absolute;
        right: 15%;
        top: 10rem;
        bottom: inherit;
        left: 4rem;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: start;
    }

    .wrapper-inferior {
        top: -4em;
        position: relative;
    }

    #descubreDesk{
        display: none !important;
    }

    #descubreIpad{
        display: flex !important;
    }

    #descubreMob{
        display: none !important;
    }

    /* Nuevos 20 Sep 2024 */
    .lh-18 {
        line-height: 18px;
        font-size: 16px !important;
    }
    /* Nuevos 20 Sep 2024 */


    /* DISCOVER
    ----------------------------*/
    .encabezados {
        font-size: 40px;
        font-weight: normal;
        font-family: 'Radomir';
    }

    .fs-30 {
        font-size: 22px !important;
    }

    .fs-35 {
        font-size: 30px !important;
    }

    .fs-25 {
        font-size: 18px !important;
    }

    .subtitles {
        font-size: 16px;
        font-weight: normal;
        font-family: 'Radomir';
    }

    .subtitle-recibe {
        font-size: 24px;
        font-weight: normal;
        font-family: 'Radomir';
    }

    .titles {
        font-size: 40px;
        font-weight: 600;
        font-family: 'Radomir';
    }

    .slider-content {
        margin: 0;
        overflow: hidden;
        padding-top: 30px;
        border-radius: 25px;
        padding: 30px 10px 0px 10px;
    }

    .img-viaje {
        height: 290px;
        border-radius: 25px;
        width: 100%;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
    }

    .img-resort {
        height: 190px;
        border-radius: 20px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }

    .destacado {
        top: -10px;
        right: 20px;
        width: 10vw;
        position: absolute;
    }

    .card-testimonio {
        border: none;
        height: 100% !important;
        border-radius: 25px;
        background-color: rgba(0, 0, 0, 0.443);
        box-shadow: 2px 4px 15px 2px #00000029;
    }

    .back-funcion {
        top: 0;
        position: relative;
    }

    .md-position-top{
        object-position: top;
    }

    /* arrows discover */
    .discover-swiper-button-next, .swiper-rtl .discover-swiper-button-prev {
        right: -30px !important;
        left: auto;
    }

    .discover-swiper-button-prev, .swiper-rtl .discover-swiper-button-next {
        left:-30px !important;
        right: auto;
    }
    /* arrows discover */


    /* BENEFITS
    ----------------------------*/
    .logo-mr {
        margin-bottom: 1rem !important;
        padding-top: 30px;
        width: 45%;
    }

    .pt-7 {
        padding-top: 2rem;
    }

    .benefits-swiper-button-next, .swiper-rtl .benefits-swiper-button-prev {
        right: 25px !important;
        left: auto;
    }

    .benefits-swiper-button-prev, .swiper-rtl .benefits-swiper-button-next {
        left: 25px !important;
        right: auto;
    }


    /* BOOKERS
    ----------------------------*/
    .br-img {
        margin-top: 35px;
        border-radius: 20px;
        border-top-right-radius: 20px;
    }

    .box-bookers {
        padding-top: 20px;
        border-radius: 20px;
        background-color: #808080;
        border-bottom-right-radius: 20px;
    }

    .icons-bookers {
        width: 6vw;
    }

    .mb-0-md{
        margin-bottom: 0 !important;
    }


    /* CONVIERTETE
    ----------------------------*/
    .icon-regresar {
        width: 4vw;
    }


    /* LOGIN
    ----------------------------*/
    .m-login{
        margin-top: 0rem;
        margin-bottom: 0rem;
        margin-right: 0rem;
        margin-left: 0rem;
    }

    .h1-login{
        font-size: 30px;
        font-weight: 600;
        font-family: 'Radomir';
    }

    .p1-bienvenido{
        font-size: 65px;
        font-weight: 600;
        font-family: 'Radomir';
    }

    .p2-bienvenido{
        font-size: 26px;
        font-weight: normal;
        font-family: 'Radomir';
    }

    .caption-login{
        top: 0;
        margin: auto;
        position: absolute;
    }

    .form-br{
        border-radius: 100px;
    }

    .link-password{
        color: #2196F3;
    }

    .link-password:hover {
        color: #2196F3;
        text-decoration: underline;
    }

    .img-bs-login{
        width: 100%;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
    }


    /* FOOTER
    ----------------------------*/
    .f-redes {
        width: 3vw;
    }

    .fs-footer{
        font-size: 12px;
        line-height: 20px;
    }

}

@media only screen and (min-width: 1024px) and (max-width: 1025px) {
    .modern-nav .container-fluid {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .logo-w {
        width: 12vw;
    }

    .gap1{
        gap: 1vw;
    }

    /* nuevos prueba */
    .carousel-caption {
        position: absolute;
        right: 15%;
        top: 5.25em;
        bottom: inherit;
        left: 4rem;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: start;
    }

    .carousel-indicators [data-bs-target] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 15px;
        height: 15px;
        padding: 0;
        margin-right: 15px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border: 0;
        border-radius: 100%;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        /* opacity: .5; */
        transition: opacity .6s ease;
    }

    h1 {
        font-size: 50px;
        font-weight: 600;
    }

    .p-slider {
        font-size: 20px;
    }

    .card-image {
        position: relative;
        height: 100%;
        width: 90%;
        border-radius: 0;
        padding: 3px;
        margin: auto;
    }

    .name {
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 0;
    }

    .travel-slider {
        position: relative;
        top: -100px;
    }

    .description {
        font-size: 12px;
        text-align: start;
        line-height: normal;
        margin-bottom: 0;
    }

    .descuento {
        font-size: 25px;
        font-weight: 600;
        text-align: right;
        margin-bottom: 0;
    }

    .fs-usd {
        font-size: 10px;
    }

    .precio-xxl{
        font-size: 13px;
    }

    .p-cards-xxl {
        font-size: 16px;
    }

    .card {
        height: 235px;
        border: none;
        border-radius: 20px;
        background-color: #ffffffab;
        box-shadow: 5px -8px 20px 10px #00000012;
    }

    .card:hover {
        color: white;
        height: 235px;
        border: none;
        border-radius: 20px;
        background-color: #6364F5;
        box-shadow: 5px -8px 20px 10px #00000012;
    }

    .button {
        border: none;
        font-size: 11px;
        color: #FFF;
        padding: 10px 20px;
        background-color: #000;
        border-radius: 100px;
        cursor: pointer;
        transition: all 0.3s ease;
        width: 100%;
        position: relative;
        bottom: -5px;
    }

    .social {
        position: absolute;
        right: 2%;
        bottom: 15%;
        z-index: 10;
    }

    .slide-content {
        padding-top: 30px;
        margin: 0 40px;
        overflow: hidden;
        border-radius: 25px;
        height: 350px;
    }

    .wrapper {
        position: relative;
        top: -60px;
    }

    .fs-20 {
        font-size: 18px !important;
    }

    .fs-30 {
        font-size: 25px !important;
    }

    #arrowMd {
        justify-content: end;
        display: flex !important;
        position: absolute;
        z-index: 9999999;
        right: 2px;
        bottom: 5px;
    }

    .btn-circle-arrow {
        color: #000;
        background-color: #CDFF64;
        border-radius: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        width: 40px;
        height: 40px;
    }
    /* nuevos prueba */

    .accordion {
      height: auto !important;
    }

    .accordion__header {
        height: 120px;
    }

    .accordions.has-active-accordion .accordion:not(.is-active) .accordion__header {
        height: 85px;
    }

    .accordion__icons {
        width: 25px;
        height: 25px;
    }

    .carousel-caption-unete {
        position: absolute;
        right: 15%;
        top: 5rem !important;
        bottom: inherit;
        left: 3rem !important;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: start;
    }

    .wrapper-inferior {
        top: -3em !important;
        position: relative;
    }

    .icons-unete {
        width: 7vw !important;
        margin: auto;
    }

    .w-leyenda {
        width: 100%;
    }

    .p-leyenda {
        font-size: 11px;
        margin-top: 1rem;
    }

    /* Nuevos 20 Sep 2024 */
    .lh-18 {
        line-height: 18px;
        font-size: 14px !important;
    }

    .gap-2 {
        gap: 3.5rem !important;
    }
    /* Nuevos 20 Sep 2024 */


    /* DISCOVER
    ----------------------------*/
    .px-resort{
        padding-right: 2rem;
        padding-left: 2rem;
    }

    .md-mt-4{
        margin-top: 3rem;
    }

    .encabezados {
        font-size: 40px;
        font-weight: normal;
        font-family: 'Radomir';
    }

    .fs-30 {
        font-size: 22px !important;
    }

    .fs-35 {
        font-size: 30px !important;
    }

    .fs-25 {
        font-size: 18px !important;
    }

    .subtitles {
        font-size: 16px;
        font-weight: normal;
        font-family: 'Radomir';
    }

    .subtitle-recibe {
        font-size: 24px;
        font-weight: normal;
        font-family: 'Radomir';
    }

    .titles {
        font-size: 40px;
        font-weight: 600;
        font-family: 'Radomir';
    }

    .slider-content {
        margin: 0;
        overflow: hidden;
        padding-top: 30px;
        border-radius: 25px;
        padding: 30px 10px 0px 10px;
    }

    .img-viaje {
        height: 100%;
        border-radius: inherit;
        width: 100%;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
    }

    .card-titulo {
        font-size: 22px;
        color: #3C57DC;
        font-weight: 600;
        font-family: 'Radomir';
    }

    .card-subtitulo {
        font-size: 16px;
        color: #1E1E1E;
        font-weight: 600;
        font-family: 'Radomir';
    }

    .lh-30 {
        line-height: 25px;
    }

    .card-descripcion {
        font-size: 15px;
        color: #1E1E1E;
    }

    .img-resort {
        height: 100%;
        border-radius: inherit;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }

    .destacado {
        top: -10px;
        right: 20px;
        width: 7vw;
        position: absolute;
    }

    .card-testimonio {
        border: none;
        height: 100% !important;
        border-radius: 25px;
        background-color: rgba(0, 0, 0, 0.443);
        box-shadow: 2px 4px 15px 2px #00000029;
    }

    .back-funcion {
        top: 0;
        position: relative;
    }

    .md-position-top{
        object-position: top;
    }

    /* arrows discover */
    .discover-swiper-button-next, .swiper-rtl .discover-swiper-button-prev {
        right: -30px !important;
        left: auto;
    }

    .discover-swiper-button-prev, .swiper-rtl .discover-swiper-button-next {
        left:-30px !important;
        right: auto;
    }
    /* arrows discover */

    .circle-social {
        width: 30px;
        height: 29px;
        display: flex;
        align-items: center;
        border-radius: 100%;
        justify-content: center;
        border: 1px solid black;
    }


    /* BENEFITS
    ----------------------------*/
    .benefits-swiper-button-next, .swiper-rtl .benefits-swiper-button-prev {
        right: -35px !important;
        left: auto;
    }

    .benefits-swiper-button-prev, .swiper-rtl .benefits-swiper-button-next {
        left: -30px !important;
        right: auto;
    }


    /* LOGIN
    ----------------------------*/
    .m-login{
        margin-top: 0rem;
        margin-bottom: 0rem;
        margin-right: 0rem;
        margin-left: 0rem;
    }

    .h1-login{
        font-size: 25px;
        font-weight: 600;
        font-family: 'Radomir';
    }

    .p1-bienvenido{
        font-size: 30px;
        font-weight: 600;
        font-family: 'Radomir';
    }

    .p2-bienvenido{
        font-size: 17px;
        font-weight: normal;
        font-family: 'Radomir';
    }

    .caption-login{
        top: 0;
        margin: auto;
        position: absolute;
    }

    .form-br{
        border-radius: 100px;
    }

    .link-password{
        color: #2196F3;
    }

    .link-password:hover {
        color: #2196F3;
        text-decoration: underline;
    }

    .img-bs-login{
        width: 100%;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
    }

    .btn-secondary {
        color: black;
        background-color: #09FFA0;
        border: none;
        border-radius: 100px;
        padding: 10px 20px;
    }

    .btn-secondary:hover {
        color: white;
        background-color: #0c9d65;
        border: none;
        border-radius: 100px;
        padding: 10px 20px;
    }

    .p-password{
        font-size: 14px;
    }

    .px-ingresa{
        padding-right: 0;
        padding-left: 0;
    }

    /* CONVIERTETE
    ----------------------------*/
    .icon-regresar {
        width: 3vw;
    }


    /* FOOTER
    ----------------------------*/
    .fs-footer{
        font-size: 12px;
        line-height: 20px;
    }

}

@media only screen and (min-width: 820px) and (max-width: 825px) {
    .fs-10 {
        font-size: 16px;
    }

    .fs-60 {
        font-size: 30px;
    }

    .fs-40 {
        font-size: 25px;
    }

    .md-mb-5{
        margin-bottom: 5rem;
    }

    .md-mt-4{
        margin-top: 4rem;
    }

    .visible-lg {
        display: none;
    }

    .hover-descript {
        height: 100%;
        width: 100%;
        padding: 15px;
        position: absolute;
        display: flex;
        flex-direction: column;
        justify-content: space-between !important;
    }

    .logo-white {
        margin-left: 10px;
        width: 17vw;
    }

    .carousel-indicators [data-bs-target] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 10px;
        height: 10px;
        padding: 0;
        margin-right: 15px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border: 0;
        border-radius: 100%;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        /* opacity: .5; */
        transition: opacity .6s ease;
    }

    .social {
        position: absolute;
        right: 2%;
        bottom: 5%;
        z-index: 10;
    }

    .carousel-caption {
        position: absolute;
        right: 15%;
        top: 80px;
        bottom: inherit;
        left: 20px;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: start;
    }

    h1 {
        font-size: 40px;
        font-weight: 600;
    }

    .p-slider {
        font-size: 20px;
    }

    .p-text {
        margin-top: 2px !important;
        font-size: 20px;
        font-weight: 600;
    }

    .travel-slider {
        position: relative;
        top: -85px;
    }

    .card-image .card-img {
        position: relative;
        top: -40px;
        left: 5px;
        height: 100%;
        width: 100%;
        object-fit: cover;
        border-radius: 0;
    }

    .button {
        border: none;
        font-size: 16px;
        color: #FFF;
        padding: 10px 20px;
        background-color: #000;
        border-radius: 100px;
        cursor: pointer;
        transition: all 0.3s ease;
        width: 100%;
        position: relative;
        bottom: -5px;
    }

    .card-image {
        position: relative;
        height: 100%;
        width: 260px;
        border-radius: 0;
        padding: 3px;
        margin: auto;
    }

    .swiper {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        overflow: visible;
        list-style: none;
        padding: 0;
        z-index: 1;
        top: 60px;
    }

    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: -30px;
        left: auto;
    }

    .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: -50px;
        right: auto;
    }

    .slide-content {
        padding-top: 30px;
        margin: 0 40px;
        overflow: hidden;
        border-radius: 25px;
        height: 430px;
    }

    h2 {
        font-size: 45px;
        font-weight: 600;
    }

    .icons-ahorro {
        width: 10vw;
    }

    .btn-primary {
        font-size: 20px;
        color: white;
        background-color: #6364F5;
        border: none;
        border-radius: 100px;
        padding: 10px 30px;
    }

    .btn-primary:hover {
        font-size: 20px;
        color: white;
        background-color: #363689;
        border: none;
        border-radius: 100px;
        padding: 10px 30px;
    }

    .xxxl-btn-primary {
        font-size: 20px;
        color: white;
        background-color: #6364F5;
        border: none;
        border-radius: 100px;
        padding: 10px 30px;
    }

    .xxxl-btn-primary:hover{
        font-size: 20px;
        color: white;
        background-color: #363689;
        border: none;
        border-radius: 100px;
        padding: 10px 30px;
    }

    .flex-revers{
        flex-direction: column-reverse;
    }

    .accordion__content {
        display: flex;
        flex-direction: column;
        gap: 0;
        opacity: 0;
        visibility: visible;
        max-height: 0;
        overflow: hidden;
        padding: 0 24px;
        border-top: 1px solid rgba(255, 255, 255, 0.05);
        transition: opacity 0.5s ease;
    }

    .accordion {
        height: auto !important;
    }

    .card-pasos {
        width: 30% !important;
        padding: 0px 20px 20px;
        border-radius: 20px;
        background-color: white;
        box-shadow: 3px 5px 0px 0px #00000005;
        position: relative;
    }

    .img-pasos {
        width: 10vw;
    }

    .icons-unete {
        width: 12vw;
        margin: auto;
    }

    .img-aventura-dk{
        width: 100%;
        display: none;
    }

    .img-aventura{
        width: 100%;
        display: flex;
        margin: auto;
        border-radius: 25px;
        margin-top: 40px !important;
    }

    .form-input {
        padding: 15px;
    }


    /* NAV
    ----------------------------*/
    .logo-w{
        width: 18vw;
    }

    .me-5rem {
        margin-right: 1rem;
    }

    .ms-5rem {
        margin-left: 1rem;
    }


    /* HOME
    ----------------------------*/
    .mt-30-md{
        margin-top: 30px;
    }

    .mt-40-md{
        margin-top: 40px;
    }

    .wrapper {
        position: relative;
        top: 40px;
    }

    .wrapper-inferior {
        top: 0;
        position: relative;
    }

    .fs-usd {
        font-size: 16px;
    }

    .paragraph {
        font-size: 17px;
        font-weight: 400;
        line-height: 1.5;
    }

    .w-text {
        width: 90%;
    }

    .accordion__title {
        margin: 0;
        font-size: 25px;
        font-weight: 600;
    }

    .gp-xxl{
        gap: 8vw;
    }

    .box-aventura {
        border-radius: 25px;
        background-color: #FAFAFA;
        position: relative;
        top: -85px;
    }

    .gp-lg {
        gap: 12vw;
    }

    .fs-25 {
        font-size: 20px !important;
    }

    .bold{
        font-weight: 700 !important;
    }

    .semibold-xxl{
        font-weight: 600 !important;
    }

    .justify-aventura {
        justify-content: center;
    }

    .f-redes {
        width: 2vw;
    }

    .py-6 {
        padding-top: 10vw;
        padding-bottom: 10vw;
    }

    #arrowMd {
        justify-content: end;
        display: flex !important;
        position: absolute;
        z-index: 9999999;
        left: 5px;
        bottom: 5px;
    }

    .fs-30 {
        font-size: 25px !important;
    }

    .card-image-multi {
        position: relative;
        height: 170px;
        border-radius: 0;
        margin: auto;
    }

    .swiper-accordion{
        top: 0 !important;
    }

    #descubreDesk{
        display: none !important;
    }

    #descubreIpad{
        display: flex !important;
    }

    #descubreMob{
        display: none !important;
    }

    .carousel-caption-unete {
        position: absolute;
        right: 15%;
        top: 6rem;
        bottom: inherit;
        left: 4rem;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: start;
    }

    /* Travel */
    .carousel-caption {
        position: absolute;
        right: 15%;
        top: 6rem;
        bottom: inherit;
        left: 2rem;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: start;
    }

    .card {
        height: 300px;
        border: none;
        border-radius: 25px;
        background-color: #ffffffab;
        box-shadow: 5px -8px 20px 10px #00000012;
    }

    .card:hover {
        height: 300px;
        border: none;
        border-radius: 25px;
        background-color: #6364F5;
        box-shadow: 5px -8px 20px 10px #00000012;
    }

    .card-image {
        position: relative;
        height: 195px;
        width: 90%;
        border-radius: 0;
        padding: 3px;
        margin: auto;
    }

    .name {
        font-size: 13px !important;
        font-weight: 600;
        margin-bottom: 0;
    }

    .p-16 {
        font-size: 16px;
        line-height: 25px;
    }
    /* Travel */

    .gallery-animation .cards {
        flex: 1;
        height: 500px;
        margin: 0 5px;
        border-radius: 20px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        transition: 0.3s all ease;
        flex-direction: column;
        color: transparent;
        position: relative;
        backdrop-filter: blur(4px);
        box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    }

    /* Nuevos 20 Sep 2024 */
    .lh-18 {
        line-height: 18px;
        font-size: 16px !important;
    }
    /* Nuevos 20 Sep 2024 */


    /* DISCOVER
    ----------------------------*/
    .encabezados {
        font-size: 40px;
        font-weight: normal;
        font-family: 'Radomir';
    }

    .fs-30 {
        font-size: 22px !important;
    }

    .fs-35 {
        font-size: 30px !important;
    }

    .fs-25 {
        font-size: 18px !important;
    }

    .subtitles {
        font-size: 16px;
        font-weight: normal;
        font-family: 'Radomir';
    }

    .subtitle-recibe {
        font-size: 24px;
        font-weight: normal;
        font-family: 'Radomir';
    }

    .titles {
        font-size: 40px;
        font-weight: 600;
        font-family: 'Radomir';
    }

    .slider-content {
        margin: 0;
        overflow: hidden;
        padding-top: 30px;
        border-radius: 25px;
        padding: 30px 10px 0px 10px;
    }

    .img-viaje {
        height: 290px;
        border-radius: 25px;
        width: 100%;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
    }

    /* .swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: 15px;
        left: auto;
    }

    .swiper-button-prev-left {
        left: 15px !important;
        width: 45px !important;
        height: 45px !important;
        display: flex;
        align-items: center !important;
        border-radius: 100%;
        justify-content: center !important;
        border: 2px solid #808184;
    } */

    .swiper-button-next, .swiper-button-prev {
        position: absolute;
        top: 40% !important;
        width: calc(var(--swiper-navigation-size) / 44* 27);
        height: var(--swiper-navigation-size);
        margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
        z-index: 10;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--swiper-navigation-color, var(--swiper-theme-color));
    }

    .img-resort {
        height: 190px;
        border-radius: 20px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }

    .destacado {
        top: -10px;
        right: 20px;
        width: 10vw;
        position: absolute;
    }

    .card-testimonio {
        border: none;
        height: 100% !important;
        border-radius: 25px;
        background-color: rgba(0, 0, 0, 0.443);
        box-shadow: 2px 4px 15px 2px #00000029;
    }

    .back-funcion {
        top: 0;
        position: relative;
    }

    .md-position-top{
        object-position: top;
    }


    /* BENEFITS
    ----------------------------*/
    .logo-mr {
        margin-bottom: 1rem !important;
        padding-top: 30px;
        width: 45%;
    }

    .swiper-benefits{
        top: 20px !important;
    }

    .benefits-swiper-button-next, .swiper-rtl .benefits-swiper-button-prev {
        right: 25px !important;
        left: auto;
    }

    .benefits-swiper-button-prev, .swiper-rtl .benefits-swiper-button-next {
        left: 25px !important;
        right: auto;
    }

    /* CONVIERTETE
    ----------------------------*/
    .icon-regresar {
        width: 4vw;
    }

    /* LOGIN
    ----------------------------*/
    .m-login{
        margin-top: 0rem;
        margin-bottom: 0rem;
        margin-right: 0rem;
        margin-left: 0rem;
    }

    .h1-login{
        font-size: 30px;
        font-weight: 600;
        font-family: 'Radomir';
    }

    .p1-bienvenido{
        font-size: 65px;
        font-weight: 600;
        font-family: 'Radomir';
    }

    .p2-bienvenido{
        font-size: 26px;
        font-weight: normal;
        font-family: 'Radomir';
    }

    .caption-login{
        top: 0;
        margin: auto;
        position: absolute;
    }

    .form-br{
        border-radius: 100px;
    }

    .link-password{
        color: #2196F3;
    }

    .link-password:hover {
        color: #2196F3;
        text-decoration: underline;
    }

    .img-bs-login{
        width: 100%;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
    }


    /* FOOTER
    ----------------------------*/
    .fs-footer{
        font-size: 12px;
        line-height: 20px;
    }
}

@media (min-width: 1170px) and (max-width: 1199px) {
    .carousel-caption {
        position: absolute;
        right: 15%;
        top: 8.25rem;
        bottom: inherit;
        left: 3rem;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: start;
    }

    .slide-container {
        max-width: 100%;
        width: 100%;
        padding: 40px 0;
    }

    .travel-slider {
        position: relative;
        top: -110px;
    }

    .slide-content {
        padding-top: 30px;
        margin: 0;
        overflow: hidden;
        border-radius: 25px;
        height: 400px;
    }

    .card-image {
        position: relative;
        height: auto;
        width: 220px;
        border-radius: 0;
        padding: 3px;
        margin: auto;
    }

    .card-image .card-img {
        position: relative;
        top: -40px;
        height: 70%;
        width: 100%;
        object-fit: cover;
        border-radius: 0;
    }

    .wrapper {
        position: relative;
        top: -70px;
    }

    .name {
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 0;
    }

    .fs-usd {
        font-size: 12px;
    }

    .button {
        border: none;
        font-size: 12px;
        color: #FFF;
        padding: 10px 20px;
        background-color: #000;
        border-radius: 100px;
        cursor: pointer;
        transition: all 0.3s ease;
        width: 100%;
        position: relative;
        bottom: -5px;
    }

    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: -50px !important;
        left: auto;
    }

    .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: -70px !important;
        right: auto;
    }

    .image-content {
        padding: 0;
        row-gap: 5px;
        height: 100%;
        /* height: inherit; */
        position: relative;
    }

    .card {
        height: 280px;
        border: none;
        border-radius: 25px;
        background-color: #ffffffab;
        box-shadow: 5px -8px 20px 10px #00000012;
    }

    .card:hover {
        color: white;
        height: 280px;
        border: none;
        border-radius: 25px;
        background-color: #6364F5;
        box-shadow: 5px -8px 20px 10px #00000012;
    }

    .button {
        border: none;
        font-size: 12px;
        color: #FFF;
        padding: 15px 20px;
        background-color: #000;
        border-radius: 100px;
        cursor: pointer;
        transition: all 0.3s ease;
        width: 100%;
        position: relative;
        bottom: -10px;
    }

    .button:hover {
        color: white;
        background-color: #303CB4;
        width: 100%;
        padding: 15px 20px;
    }

    .carousel-indicators [data-bs-target] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 15px;
        height: 15px;
        padding: 0;
        margin-right: 15px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border: 0;
        border-radius: 100%;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        transition: opacity .6s ease;
    }

    .social {
        position: absolute;
        right: 2%;
        bottom: 20%;
        z-index: 10;
    }

    h2 {
        font-size: 50px;
        font-weight: 600;
    }

    .p-text {
        font-size: 20px;
        font-weight: 600;
    }

    .fs-42 {
        font-size: 35px;
    }

    .fs-27 {
        font-size: 20px;
    }

    .icons-unete {
        width: 7vw;
        margin: auto;
    }

    .fs-12 {
        font-size: 18px;
    }

    .gp-xxl{
        gap: 0vw;
    }

    .semibold-xxl{
        font-weight: 600 !important;
    }

    .p-footer-xxl{
        font-size: 13px;
    }

    .title-footer-xxl{
        font-size: 16px;
    }

    .pd-aventura {
        padding: 50px;
    }

    .paragraph {
        font-size: 17px;
        font-weight: 400;
        line-height: 1.5;
    }

    .mt-xxl{
        margin-top: 50px;
    }

    .img-aventura-dk {
        width: 100%;
        display: flex;
        border-bottom-right-radius: 25px;
        border-top-right-radius: 25px;
        object-fit: cover;
        height: 100%;
        object-fit: cover;
    }

    .bold{
        font-weight: 700 !important;
    }

    .accordion__title {
        font-size: 25px;
    }

    .p-cards-xxl {
        font-size: 16px;
    }

    .fs-60 {
        font-size: 44px;
    }

    .fs-20 {
        font-size: 16px !important;
    }

    .p-accordion {
        font-size: 18px !important;
        line-height: normal;
    }

    .card-image-multi {
        position: relative;
        height: 170px;
        border-radius: 0;
        margin: auto;
    }

    .accordion {
        background-color: transparent;
        width: auto;
        border-radius: 12px;
        height: auto !important;
        will-change: height;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    }

    .carousel-caption-unete {
        position: absolute;
        right: 15%;
        top: 10rem;
        bottom: inherit;
        left: 8rem;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: start;
    }

    .wrapper-inferior {
        top: -3em;
        position: relative;
    }

    .p-leyenda {
        font-size: 11px;
        margin-top: 1rem;
    }

    .w-leyenda{
        width: 100%;
    }

    .fs-28-landscape{
        font-size: 28px;
    }

    /* Nuevos 20 Sep 2024 */
    .fs-30 {
        font-size: 27px !important;
    }

    .fs-40 {
        font-size: 27px;
    }

    .lh-18 {
        line-height: 18px;
        font-size: 15px !important;
    }

    .gap-2 {
        gap: 1rem !important;
    }
    /* Nuevos 20 Sep 2024 */

    .logo-w {
        width: 13vw;
    }


    /* DISCOVER
    ----------------------------*/
    .encabezados {
        font-size: 50px;
        font-weight: 600;
        font-family: 'Radomir';
    }

    .subtitle-recibe {
        font-size: 31px;
        font-weight: normal;
        font-family: 'Radomir';
    }

    .card-descripcion {
        font-size: 16px;
        color: #1E1E1E;
    }

    .lh-30 {
        line-height: 25px;
    }

    .slider-content {
        margin: 0px 10px;
        overflow: hidden;
        padding-top: 30px;
        border-radius: 25px;
        padding: 30px 10px 0px 10px;
    }

    /* arrow discover */
    .discover-swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: -25px !important;
        left: auto;
    }

    .discover-swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: -25px !important;
        right: auto;
    }
    /* arrow discover */

    .card-titulo {
        font-size: 25px;
        color: #3C57DC;
        font-weight: 600;
        font-family: 'Radomir';
    }

    .card-subtitulo {
        font-size: 16px;
        color: #1E1E1E;
        font-weight: 600;
        font-family: 'Radomir';
    }

    .fs-35 {
        font-size: 30px !important;
    }

    .card-testimonio {
        border: none;
        height: auto !important;
        border-radius: 25px;
        background-color: rgba(0, 0, 0, 0.443);
        box-shadow: 2px 4px 15px 2px #00000029;
    }

    .circle-social {
        width: 30px;
        height: 29px;
        display: flex;
        align-items: center;
        border-radius: 100%;
        justify-content: center;
        border: 1.5px solid black;
    }

    .dots-1170-pagination {
        bottom: 0px !important;
        left: 0;
        width: 100%;
    }


    /* BENEFITS
    ----------------------------*/
    .benefits-swiper-button-next, .swiper-rtl .benefits-swiper-button-prev {
        right: -25px !important;
        left: auto;
    }

    .benefits-swiper-button-prev, .swiper-rtl .benefits-swiper-button-next {
        left: -20px !important;
        right: auto;
    }


    /* LOGIN
    ----------------------------*/
    .m-login{
        margin-top: 0rem;
        margin-bottom: 0rem;
        margin-right: 0rem;
        margin-left: 0rem;
    }

    .h1-login{
        font-size: 30px;
        font-weight: 600;
        font-family: 'Radomir';
    }

    .p1-bienvenido{
        font-size: 45px;
        font-weight: 600;
        font-family: 'Radomir';
    }

    .p2-bienvenido{
        font-size: 20px;
        font-weight: normal;
        font-family: 'Radomir';
    }

    .caption-login{
        top: 0;
        margin: auto;
        position: absolute;
    }

    .form-br{
        border-radius: 100px;
    }

    .link-password{
        color: #2196F3;
    }

    .link-password:hover {
        color: #2196F3;
        text-decoration: underline;
    }

    .img-bs-login{
        width: 100%;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
    }

    .btn-secondary {
        color: black;
        background-color: #09FFA0;
        border: none;
        border-radius: 100px;
        padding: 10px 20px;
    }

    .btn-secondary:hover {
        color: white;
        background-color: #0c9d65;
        border: none;
        border-radius: 100px;
        padding: 10px 20px;
    }

    .p-password{
        font-size: 14px;
    }


    /* FOOTER
    ----------------------------*/
    .fs-footer{
        font-size: 12px;
        line-height: 20px;
    }
}


