body{
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

.slider-costa-rica{
    width: 100%;
    height: 720px;
    background-attachment: fixed;
}

.slider-back-img{
    width: 100%;
    height: 720px;
    background-attachment: fixed;
}

.slider-fondo-data{
    width: 70%;
}

.titleslider{
    overflow: hidden;
    color: #FFF;
    text-align: center;
    text-overflow: ellipsis;
    font-family: "Rubik";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 150px;
}

.descriptionslider{
    overflow: hidden;
    color: #FFF;
    text-align: center;
    font-family: "Rubik";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 20px;
}

.resultado{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    z-index: 900;
}

.resultado .opacity{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.resultado .whites{
    width: 100%;
    height: 290px;
    margin-top: 0px;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(4px);
    padding: 8px 88px;
    transition: 0.5s;
}

.resultado .whites .otrobuscador{
    width: 100%;
    height: 48px;
    border-radius: 70px;
    border: 1px solid #316EE5;
    padding: 5px;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(4px);
}

.resultado .whites .otrobuscador input{
    width: 100%;
    height: 38px;
    border: 0px;
    color: #000;
    font-family: "Rubik";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 70px 0px 0px 70px;
    padding: 0px 10px;
    outline: none;
    background-color: transparent;
}

.resultado .whites .otrobuscador button{
    width: 120px; 
    height: 34px;
    color: #FFF;
    font-family: "Rubik";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 70px;
    background: #0E0453;
    border: 0px;
    margin-top: 1px;
    margin-right: 1px;
}

.resultado .whites .resultados{
    width: 100%;
    height: 180px;
    border-radius: 4px;
    border: 0.5px solid #A1A4A9;
    background: #FFF;
    margin-top: 10px;
    list-style: none;
    padding: 0px 10px;
    overflow-y: auto;
}

.resultado .whites .resultados li{
    width: 100%;
    height: 60px;
    color: #000;
    font-family: "Rubik";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    border-bottom: 0.5px solid #DFE6ED;
    cursor: pointer;
}

.resultado .whites .resultados li a{
    color: #000;
    text-decoration: none;
    display: block;
}

#slidercontent{
    width: 100%;
    height: 720px;
}

#slidercontent > #carouselExampleCaptions > .carousel-inner, #slidercontent > #carouselExampleCaptions > .carousel-inner .carousel-item{
    width: 100%;
    height: 720px;
}

.vermass{
    width: 56px;
    height: 40px;
    border: 0px;
    background-color: transparent;
    animation-name: example2;
    animation-duration: 2s;
    background: url(./../img/home/boton1.png);
}

.vermass:hover{
    width: 165px;
    animation-name: example;
    animation-duration: 2s;
    background: url(./../img/home/boton2.png);
}

@keyframes example {
    from { width: 56px; background: url(./../img/home/boton1.png); }
    to { width: 165px; background: url(./../img/home/boton2.png); }
}

@keyframes example2 {
    from { width: 165px; background: url(./../img/home/boton2.png); }
    to { width: 56px; background: url(./../img/home/boton1.png); }
}

#slidercontent > #carouselExampleCaptions .carousel-indicators{
    bottom: 20px;
}

#slidercontent > #carouselExampleCaptions > .carousel-indicators button{
    width: 14px;
    height: 14px;
    border-radius: 40px;
}

#slidercontent > #carouselExampleCaptions > .carousel-indicators .active{
    width: 14px;
    height: 14px;
    border-radius: 40px;
}

.fondolugares{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 80px;
    margin: 16px 0px;
    overflow-x: auto;
}

.fondolugares > ul{
    list-style: none;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 80px;
    margin: 0px;
    padding: 0px;
}

.fondolugares > ul > li a{
    position: relative;
    display: inline-block;
    width: 160px;
    border-radius: 4px;
    margin: 0px 5px;
    overflow: hidden;
}

.fondolugares > ul > li > a img{
    width: 100%;
    max-height: 100%;
    border-radius: 8px;
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
}

.fondolugares > ul > li > a img:hover{
    transform: scale(1.4);
    -ms-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -o-transform: scale(1.4);
}

.fondolugares > ul > li > a div{
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: flex;
    align-items: flex-end;
    color: #FFF;
    text-align: center;
    font-family: "Rubik";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    text-align: left;
    padding: 0px 10px;
}

/* slider promociones */

.main {
    padding: 0px 80px;
}

.items2 {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    transition: all 0.2s;
    transform: scale(0.98);
    will-change: transform;
    user-select: none;
    cursor: pointer;
    text-align: center;
}

/*Webkit*/
.items2::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: transparent;
}
.items2::-webkit-scrollbar-thumb {
    background-color: transparent;
}
.items2:hover::-webkit-scrollbar-thumb {
    background-color: transparent;
}

.item {
    position: relative;
    display: inline-block;
    width: 280px;
    height: 380px;
    border-radius: 8px;
    padding: 8px;
}

.item:hover{
    border: 1px solid #DFE6ED;
}

.item > img{
    width: 100%;
    border-radius: 8px 8px 0px 0px;
}

.main .titlesugeridas{
    color: #111;
    font-family: "Rubik";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.item > .title{
    height: 40px;
    overflow: hidden;
    color: #0E0453;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: "Rubik";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: left;
    margin-top: 5px !important;
}

.item .dias{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #0E0453;
    font-family: "Rubik";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
}

.item .garantizada{
    color: #459A33;
    font-family: "Rubik";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    border-radius: 16px;
    background: rgba(227, 242, 224, 0.30);
    padding: 4px 14px;
}

.item .marca{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #A1A4A9;
    font-family: "Rubik";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
}

.item > .desde{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #0E0453;
    font-family: "Rubik";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    margin-top: 15px;
}

.item .precio{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #0E0453;
    font-family: Rubik"";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: left;
    margin-top: 15px;
}

.item .impuestos{
    color: #316EE5;
    font-family: "Rubik";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 4px 8px;
    border-radius: 4px;
    background: #F1F5FE;
}

.item .tc{
    color: #6A6868;
    font-family: "Rubik";
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

.item > .loquiero{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 40px;
    color: #0E0453;
    text-align: center;
    font-family: "Montserrat";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    text-transform: capitalize;
    border-radius: 0px 0px 8px 8px;
    background: #CEFFEA;
}

.viajes-botones-navegacion{
    padding: 0px 30px;
}

.home-link{
    text-decoration: none;
}

.botonazul{
    width: 328px;
    padding: 8px 52px;
    border-radius: 54px;
    color: #FFF;
    text-align: center;
    font-family: "Montserrat";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    background: #316EE5;
    border: 0px;
    padding: 16px;
}

.botonazul svg{
    margin-left: 10px;
}

.descubre-back{
    margin: 48px 0px;
    padding: 0px 80px;
}

.descubre-back > .title{
    flex-direction: column;
    text-align: center;
    color: #0E0453;
    font-family: "Rubik";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.descubre-back > .title > .descripcion{
    overflow: hidden;
    color: #0E0453;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    text-overflow: ellipsis;
    font-family: "Rubik";
    font-size: 64px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}

.descubre-back > .cards{
    display: flex;
    justify-content: flex-start;
}

.descubre-back > .cards > div{
    width: calc(33% - 20px);
    height: 242px;
    padding: 8px;
    margin: 0px 10px;
}

.descubre-back > .cards > div a{
    text-decoration: none;
    color: #A1A4A9;
    font-family: "Rubik";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.descubre-back > .cards > div:hover{
    border: 1px solid #DFE6ED;
}

.descubre-back > .cards > div > a .img{
    width: 100%;
    height: 150px;
    border-radius: 4px;
    background-attachment: fixed;
}

.descubre-back > .cards > div > a .contenido .title{
    overflow: hidden;
    color: #0E0453;
    text-overflow: ellipsis;
    font-family: "Rubik";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 5px;
}

.descubre-back > .cards > div > a .contenido .descripcion{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2; 
    -webkit-box-orient: vertical;
    margin-top: 5px;
}

.back-videos{
    width: 100%;
    height: 580px;
    background-color: #0E0453;
    padding: 32px 0px !important;
}

.back-videos .titlesugeridas{
    color: #FFF;
}

.back-videos .items2 .item3{
    width: 280px;
    height: 430px;
    border: 0px;
}

.back-videos .items2 .item3 div{
    width: 100%;
    height: 100%;
}

.back-videos .items2 .item3 div img{
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.back-videos .items2 .item3 div .backplay{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-categorias{
    position: absolute;
    bottom: 15px;
    left: 20px;
    width: auto !important;
    height: 22px !important;
    color: #111;
    font-family: "Rubik";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 4px;
    background: #DEE2E6;
    padding: 4px 8px;
}

.back-videos .items2 .item3 p{
    color: #CEFFEA;
    font-family: "Rubik";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3; 
    -webkit-box-orient: vertical;
    white-space: wrap;
    margin-top: 5px;
}

/* Show videos */

.backplays{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    background-color: #000000;
    z-index: 1000;
    color: #FFF;
    font-family: "Rubik";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 10px;
}

.playtitle{
    width: 100%;
    height: 60px;
}

.backplays > div p{
    width: 100%;
    height: 60px;
    margin-left: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2; 
    -webkit-box-orient: vertical;
    white-space: wrap;
    margin-bottom: 0px;
}

.containers {
  height: calc(100vh - 160px);
  width: 380px;
  min-width: 380px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-top: 40px;
}
::-webkit-scrollbar {
  display: none;
}
.con {
  height: 100%;
  width: 100%;
}

/* setting up mandatory scroll-snap on parent */
.y.mandatory-scroll-snapping {
  scroll-snap-type: y mandatory;
}

/* defining scroll-snap alignment on children */
div > div {
  scroll-snap-align: center;
}

/* defining scroll-snap stop on children */
.always-stop > div {
  scroll-snap-stop: always;
}

.always-stop-odd > div:nth-of-type(odd) {
  scroll-snap-stop: always;
}

.always-stop-even > div:nth-of-type(even) {
  scroll-snap-stop: always;
}

.normal-stop > div {
  scroll-snap-stop: normal;
}
.content {
    display: flex;
    justify-content: center;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.iconplay{
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
}

@media (max-width: 554px) {
    .fondolugares > ul{
        justify-content: flex-start;
    }
}

@media (max-width: 855px) {
    #slidercontent > #carouselExampleCaptions > .carousel-inner > .carousel-item .carousel-caption{
        display: block !important;
    }
  
    .main {
        padding: 0px 10px !important;
    }

    .viajes-botones-navegacion{
        padding: 0px 16px;
    }

    .descubre-back{
        padding: 0px 16px;
    }

    .descubre-back > .cards{
        flex-direction: column;
    }

    .descubre-back > .cards > div{
        display: flex;
        justify-content: flex-start;
        width: 100%;
        height: 115px;
        border: 1px solid #DFE6ED;
        margin: 0px;
        margin-top: 15px;
    }

    .descubre-back > .cards > div a{
        display: flex;
        justify-content: flex-start;
    }

    .descubre-back > .title{
        text-align: left;
    }

    .descubre-back > .title > .descripcion{
        text-align: left;
    }

    .descubre-back > .cards > div > a .img{
        width: 100px;
        height: 95px;
    }

    .descubre-back > .cards > div > a .contenido{
        width: calc(100% - 132px);
        padding: 0px 10px;
    }

    .descubre-back > .cards > div > a .contenido .title{
        font-size: 16px;
    }

    .descubre-back > .cards > div > a .contenido .descripcion{
        font-size: 12px;
        -webkit-line-clamp: 3;
        line-clamp: 3; 
    }

    .resultado .whites{
        padding: 8px 16px;
    }

    .backplays{
        font-size: 14px;
    }

    .backplays > div p{
        height: 35px;
        padding-top: 5px;
    }

    .containers {
        width: 100%;
        height: calc(100vh - 100px);
        margin-top: 0px;
    }

    .botonazul{
        width: 100%;
    }

    .main .titlesugeridas{
        font-size: 14px;
    }

    .botonazul{
        font-size: 16px;
    }

    .descubre-back > .title > .descripcion{
        font-size: 32px;
    }
    
    .footer-back .marca{
        font-size: 24px;
    }
}

@media (min-width: 550px) and (max-width: 850px) {
    .fondolugares > ul{
        justify-content: center;
    }
}