/*SLIDER*/
.sect_slider_main{
    position: relative;
    height: 100vh;
}
/*.sect_slider_main:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 51px;
    background-image: url(../../../../public/img/slider/line.svg);
    background-size: cover;
    background-repeat: repeat;
    transform: rotate(180deg);
}*/
.sect_slider_main .carousel{
    height: 100%;
}
.sect_slider_main .carousel-inner{
    height: 100%;
}
.carousel-item {
    height: 100%;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 150px 0;
}
.carousel-item:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .3;
}



.slide_caption{
        position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* right: 0; */
    display: flex;
    display: -moz-flex;
    flex-flow: row wrap;
    align-items: flex-end;
    justify-content: center;
}
.slide_caption>div{
    width: 550px;
    overflow: hidden;
    margin-left: 20px;
    margin-right: 20px;
    height: calc(100vh - 182px);
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}
.slide_caption>div>div{
    width: 100%;
}
.slide_caption h2{
    background: linear-gradient(to right, #ffffff 0%, #ffffff 15%, #ffffff 35%, #ffffff 50%, #ffffff 85%, #000 90%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: color-text 9s linear infinite, slideInDown 1s linear;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 700;
    text-align: center;
    font-size: 45px;
    font-family: sans-serif;
}

@keyframes color-text {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 545px 0;
    }
}

.slide_caption h4{
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
}

.slide_caption .btn_slider{
    width: 225px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    background-color: transparent;
    border-radius: 50px;
    padding: 8px 0 8px 15px;
    position: relative;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    display: inline-block;
    text-decoration: none;
    margin: 0 auto;
    display: block;
    margin-top: 30px;
    font-weight: 900;
}
.slide_caption .btn_slider:before{
    position: absolute;
    left: 90px;
    content: attr(data-hover);
    opacity: 0;
    text-align: center;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.slide_caption .btn_slider .text {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    font-weight: 800;
}
.slide_caption .btn_slider:hover:before {
    opacity: 1;
}
.slide_caption .btn_slider:hover .text {
    opacity: 0;
}
.slide_caption .btn_slider .icons {
    position: absolute;
    left: 1px;
    top: 1px;
    bottom: 1px;
    padding: 9px 10px;
    border-radius: 50%;
    text-align: center;
    color: #101360;
    background-color: rgba(255, 255, 255, 0.6);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.slide_caption .btn_slider:hover .icons {
    left: 188px;
    background-color: #ffffff;
}

.slide_caption .btn_slider:hover,
.slide_caption .btn_slider:active,
.slide_caption .btn_slider:focus{
    color: #ffffff;
    border-color: #ffffff;
    font-weight: 900;
    /* background: #ffffff; */
    transition: all ease 500ms;
}
.list_redes_slider {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    margin-top: 20px;
}
.list_redes_slider>li {
    display: inline-block;
    margin-right: 10px;
}
.list_redes_slider>li>a {
    color: #fff;
    display: block;
    font-size: 20px;
}
@media(max-width: 991px){
    .slide_caption h2 {
        font-size: 20px;
    }
    .slide_caption>div {
        margin-left: 50px;
    }
    .slide_caption .btn_slider {
        width: 150px;
        font-size: 12px;
    }
}
/*NEXT SLIDER*/
.carousel-control-next {
    right: 20px;
    width: 60px;
    height: 60px;
    z-index: 50;
    top: 50%;
    border-radius: 50%;
    background: #101360;
}
.carousel-control-next-icon {


}
/*PREV SLIDER*/
.carousel-control-prev{
    left: 20px;
    /* right: 0; */
    width: 60px;
    height: 60px;
    z-index: 50;
    /* bottom: 40px; */
    top: 50%;
    border-radius: 50%;
    background: #101360;
}
.carousel-control-prev-icon {
}
/**/


/*SECTION NOSOTROS*/
.sect_nosotros{
   padding: 70px 0;
}
.sect_nosotros .box_nosotros h4 b{
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
    font-size: 26px;
    color: #0076B3;
}
.sect_nosotros .box_nosotros h4{
    font-size: 45px;
    font-weight: 700;
    vertical-align: bottom;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.sect_nosotros .box_nosotros h4 span{
    display: flex;
    align-items: center;
} 
.sect_nosotros .box_nosotros h4 span img{
    width: 50px;
    vertical-align: baseline;
    margin: 0 10px;
}

.sect_nosotros .box_nosotros .box_body p{
    text-align: justify;
    color: #716e6e;
    font-size: 15px;
}
/**/

/*SECTION HOTELES*/
.sect_hoteles{
    padding: 100px 0;
    background-image: url(../../../../public/img/fondo/fondo-hotel-home.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
.sect_hoteles:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #181828;
    opacity: .9;
}
/*.sect_hoteles .before_after:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 51px;
    background-image: url(../../../../public/img/slider/line.svg);
    background-size: cover;
    background-repeat: repeat;
    transform: rotate(180deg);
}*/
/*.sect_hoteles .before_after:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 51px;
    background-image: url(../../../../public/img/slider/line.svg);
    background-size: cover;
    background-repeat: repeat;
}*/

.sect_hoteles .box_title h4 b{
    text-transform: uppercase;
    display: flex;
    margin-bottom: 0;
    font-size: 26px;
    color: #fff;
    align-items: center;
}
.sect_hoteles .box_title h4{
    font-size: 45px;
    font-weight: 700;
    vertical-align: bottom;
    margin-bottom: 40px;
    color: #fff;
    display: flex;
    align-items: center;
}
.sect_hoteles .box_title h4 span{
    display: inline-block;
} 
.sect_hoteles .box_title h4 span img{
    width: 50px;
    vertical-align: baseline;
    margin: 0 10px;
}
.sect_hoteles .box_hotel .box_head img{
    width: 100%;
    transition: all ease 500ms;
}
.sect_hoteles .box_hotel:hover .box_head img{
    transform: scale(1.2);
    transition: all ease 500ms;
}
.sect_hoteles .box_hotel .box_head a{
    display: block;
    position: relative;
    overflow: hidden;
}
.sect_hoteles .box_hotel .box_head a:before{
    content: "";
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 120%;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0.6) 75%, rgba(0, 0, 0, 0.7) 85%, rgba(0, 0, 0, 0.8) 90%, rgba(0, 0, 0, 0.9) 100%);
}
.sect_hoteles .box_hotel .box_head a:hover:before{
    height: 100%;
    transition: all ease 500ms;
}
.box_hotel .caption_hotel{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    align-items: center;
    z-index: 3;
}
.box_hotel .caption_hotel h5{
    width: calc(100% - 60px);
    margin-bottom: 0;
    color: #fff;
    position: relative;
    padding: 20px 15px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    transition: all ease 500ms;
}
.box_hotel:hover .caption_hotel h5{
    transition: all ease 500ms;
}
.box_hotel .caption_hotel span{
    width: 60px;
    color: #fff;
    text-align: center;
}
.box_hotel .box_body ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.box_hotel .box_body ul>li{
    width: 100%;
}
.box_hotel .box_body ul>li a{
    display: block;
    padding: 10px;
    color: #848484;
    font-size: 13px;
    text-align: center;
    background: #fff;
    text-decoration: none;
    border-left: 1px solid #ccc;
    transition: all ease 500ms;
}
.box_hotel .box_body ul>li a:hover{
    background: #0076B3;
    color: #fff;
    transition: all ease 500ms;
}
/**/

/*---------------------------- SECTION OFERTA ----------------------------*/
.sect_oferta{
    background-image: url(../../../../public/img/fondo/fondo-oferta.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}
.flex_oferta{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
}
.flex_oferta .flex_oferta_right{
    width: 45%;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex_oferta .flex_oferta_right>div{
    width: 100%;
}
.flex_oferta .flex_oferta_right h2{
    mix-blend-mode: lighten;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.88);
    text-transform: uppercase;
    margin: 0;
    font-weight: 700;
    color: #000;
    font-size: 55px;
    padding: 100px;
    padding-top: 80px;
    padding-bottom: 20px;
}
.flex_oferta .flex_oferta_right h3{
    mix-blend-mode: lighten;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.88);
    text-transform: uppercase;
    margin: 0;
    font-weight: 700;
    color: #000;
    font-size: 45px;
    padding: 0 100px;
    padding-bottom: 20px;
}
.flex_oferta .flex_oferta_right h4{
    mix-blend-mode: lighten;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.88);
    text-transform: uppercase;
    margin: 0;
    font-weight: 700;
    color: #000;
    font-size: 45px;
    padding: 0 100px;
    padding-bottom: 80px;
}
.flex_oferta .flex_oferta_left{
    width: 55%;
}

/*--------------------------------SECTION HOTELES RECOMENDADOS--------------------------------*/
.sect_hoteles_recomendados{
    padding: 70px 0;
    background: #f1f1f1;
}
.sect_hoteles_recomendados .box_title h4 b{
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
    font-size: 28px;
    color: #0076B3;
}
.sect_hoteles_recomendados .box_title h4{
    font-size: 45px;
    font-weight: 700;
    vertical-align: bottom;
    margin-bottom: 40px;
    color: #181828;
    display: flex;
    align-items: center;
}
.sect_hoteles_recomendados .box_title h4 span{
    display: flex;
    align-items: center;
} 
.sect_hoteles_recomendados .box_title h4 span img{
    width: 50px;
    vertical-align: baseline;
    margin: 0 10px;
}
.box_hotel_recomendado{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    background: #fff;
    box-shadow: -1px 3px 5px #dcdcdc;
}
.box_hotel_recomendado {
    margin-bottom: 30px;
}
.box_hotel_recomendado .box_left{
    width: 45%;
}
.box_hotel_recomendado .box_left img{
    width: 100%;
    height: 162px;
    object-fit: contain;
}
.box_hotel_recomendado .box_right{
    width: 55%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box_hotel_recomendado .box_right>div{
    padding: 0 20px;
}
.box_hotel_recomendado .box_right>div h6{
    color: #0076B3;
    font-size: 25px;
    font-weight: 700;
}
.box_hotel_recomendado .box_right>div h6 span{
    font-size: 15px;
    color: #000;
}
.box_hotel_recomendado .box_right>div p{
        margin-bottom: 0;
    font-size: 13px;
    line-height: 1.4;
    text-align: justify;
}
.box_hotel_recomendado .box_right>div .btn_vermas{
    display: block;
    width: 100%;
    max-width: 130px;
    text-align: center;
    color: #fff;
    background: #181828;
    border-radius: 25px;
    padding: 4px;
    text-decoration: none;
    font-weight: 700;
    margin-top: 15px;
    transition: all ease 500ms;
}
.box_hotel_recomendado .box_right>div .btn_vermas:hover,
.box_hotel_recomendado .box_right>div .btn_vermas:active,
.box_hotel_recomendado .box_right>div .btn_vermas:focus{
    background: #0076B3;
    transition: all ease 500ms;
}





@media(max-width: 1200px)
{
    .flex_oferta .flex_oferta_right h2
    {
        padding: 35px;
        padding-top: 80px;
        padding-bottom: 20px;
    }

    .flex_oferta .flex_oferta_right h3
    {
        padding: 0 35px;
        padding-bottom: 20px;
    }

    .flex_oferta .flex_oferta_right h4
    {
        padding: 0 35px;
        padding-bottom: 80px;
    }
}

@media(max-width: 992px)
{
    .flex_oferta .flex_oferta_right h2
    {
        font-size: 40px;
    }

    .flex_oferta .flex_oferta_right h3
    {
        font-size: 30px;
    }

    .flex_oferta .flex_oferta_right h4
    {
        font-size: 30px;
    }
}

@media(max-width: 768px)
{
    .flex_oferta .flex_oferta_right h2
    {
        font-size: 30px;
    }

    .flex_oferta .flex_oferta_right h3
    {
        font-size: 20px;
    }

    .flex_oferta .flex_oferta_right h4
    {
        font-size: 20px;
    }
}

@media(max-width: 576px)
{
    .flex_oferta .flex_oferta_right h2
    {
        padding: 20px;
        padding-top: 80px;
        padding-bottom: 20px;
        font-size: 22px;
    }

    .flex_oferta .flex_oferta_right h3
    {
        font-size: 20px;
        padding: 0 20px;
        padding-bottom: 20px;
    }
    

    .flex_oferta .flex_oferta_right h4
    {
        font-size: 20px;
        padding: 0 20px;
        padding-bottom: 80px;
    }
}

@media(max-width: 410px)
{
    .flex_oferta .flex_oferta_right h2
    {
        padding: 10px;
        padding-top: 80px;
        padding-bottom: 20px;
        font-size: 15px;
    }

    .flex_oferta .flex_oferta_right h3 {
        font-size: 15px;
        padding: 0 10px;
        padding-bottom: 20px;
    }

    .flex_oferta .flex_oferta_right h4 {
        font-size: 13px;
        padding: 0 10px;
        padding-bottom: 80px;
    }
}