/*SECTION TITLE INTERNA*/
.sect_title_interna{
    padding: 50px 0;
    position: relative;
    background-position: 50%;
    background-size: cover;
}
.sect_title_interna:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .2;
}
.row_height{
    height: 250px;
    align-items: flex-end;
}
.sect_title_interna h1{
    color: #fff;
    font-weight: 700;
}
@media(max-width: 991px){
    .sect_title_interna h1 {
        font-size: 30px;
        text-align: center;
    }
    .row_height {
        height: 210px;
    }
    .sect_main_logo {
        text-align: center;
        border-bottom: 1px solid #63888f;
    }
}
@media(max-width: 767px){
    .sect_title_interna h1 {
        font-size: 25px;
    }
    .sect_title_interna {
        padding: 20px 0;
    }
}
@media(max-width: 500px){
    .sect_title_interna h1 {
        font-size: 18px;
    }
}
/*END SECTION TITLE INTERNA*/   
/*SECTION HOTELES*/
.sect_hoteles{
    padding: 50px 0;
}
.sect_hoteles .box_title h4 b{
    color: #6e747c;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
}
.sect_hoteles .box_title h4{
    font-size: 45px;
    font-weight: 700;
    vertical-align: bottom;
    display: inline-block;
    margin-bottom: 40px;
    color: #fff;
}
.sect_hoteles .box_title h4 span{
    display: inline-block;
    vertical-align: super;
} 
.sect_hoteles .box_title h4 span img{
    width: 80px;
}

/**/

.flex_hoteles{
    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_hoteles .item{
    width: 32%;
    margin: 0 auto;
    margin-bottom: 12px;
}

.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{
    color: #fff;
    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 5px;
    color: #848484;
    font-size: 12px;
    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;
}

@media(max-width: 991px){
    .flex_hoteles .item {
        width: 48%;
        margin-bottom: 10px;
    }
    .aside_hotel .aside_head h5 {
        font-size: 16px;
    }
    .aside_hotel .aside_body ul>li a {
        display: block;
        font-size: 13px;
    }
}
@media(max-width: 991px){
    .flex_hoteles .item {
        width: 100%;
    }
}
/**/

/*ASIDE HOTELES*/
.aside_hotel{
    box-shadow: 0px 0px 5px #ccc;
    background: #fff
}
.aside_hotel .aside_head h5{
        color: #181828;
    font-weight: 700;
    padding: 10px;
    background: #ffffff;
    box-shadow: 0px 0px 5px #ccc;
    margin-bottom: 0;
}
.aside_hotel .aside_body ul{
    list-style: none;
    padding-left: 0;
}
.aside_hotel .aside_body ul>li a{
    display: block;
    font-size: 14px;
    background: #0076B3;
    padding: 10px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    transition: all ease 500ms;
}
.aside_hotel .aside_body ul>li a:hover,
.aside_hotel .aside_body ul>li a:active,
.aside_hotel .aside_body ul>li a:focus{
    color: #181828;
    transition: all ease 500ms;
}