/*SECTION TITLE INTERNA*/
.sect_title_interna{
    padding: 50px 0;
    position: relative;
    background-position: top;
    background-size: cover;
}
.sect_title_interna:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
}
.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 HOTEL DESCRIPCIÓN*/
.sect_hoteles_descrip{
    padding: 50px 0;
}
.sect_hoteles_descrip .box_title h4 b{
    color: #6e747c;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
    font-size: 20px;
}
.sect_hoteles_descrip .box_title h4{
        font-size: 45px;
    font-weight: 700;
    vertical-align: bottom;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    width: 70%;
}
.sect_hoteles_descrip .box_title h5{
        font-size: 35px;
    font-weight: 700;
    vertical-align: middle;
    display: inline-block;
    text-align: right;
    width: 30%;
    color: #00c8e1;
}
.sect_hoteles_descrip .box_title h5 span{
    color: #000;
    font-size: 25px;
}
.sect_hoteles_descrip .box_title h4 span{
    display: flex;
    align-items: center;
} 
.sect_hoteles_descrip .box_title h4 span img{
    width: 50px;
    vertical-align: baseline;
    margin: 0 10px;
}

.sect_hoteles_descrip .box_title .box_body p{
    text-align: justify;
    color: #716e6e;
    font-size: 15px;
}
@media(max-width: 767px){
    .sect_hoteles_descrip .box_title h4{
            width: 100%;
        text-align: center;
        margin-bottom: 20px;
        font-size: 30px;
    }
    .sect_hoteles_descrip .box_title h5 {
        font-size: 19px;
        width:  100%;
        text-align: center; 
    }
}
/**/
/*TIME LINE*/
.timeline{
    position: relative;
    padding-top: 10px;
}
.timeline:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 35px;
    height: 100%;
    width: 2px;
    background: #d7d7d7;
    z-index: -99;
}
.timeline .timeline-block {
    position: relative;
}
.timeline-title {
    line-height: 30px;
}
.timeline-title span {
    background-color: #101360;
    padding: 7px 15px 6px;
    color: #fff;
}
.timeline-content {
    margin-left: 65px;
    margin-top: 30px;
    margin-bottom: 50px;
    position: relative;
}
.timeline-point {
    position: absolute;
    left: -39px;
    top: 50%;
    width: 20px;
    height: 20px;
    background-color: #FFF;
    border: 3px solid #FFF;
    margin-top: -8px;
}
.timeline-point:before {
    content: "";
    height: 2px;
    width: 80px;
    position: absolute;
    background-color: #d7d7d7;
    left: 16px;
    top: 5px;
    z-index: -9999;
}
.timeline-point i {
    position: absolute;
    top: -1px;
    left: 1px;
    font-size: 15px;
    color: #d7d7d7;
}
.timeline-col {
    width: 48%;
    margin-left: 2%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    display: flex;
    align-items: center;
}
.timeline-col:before {
    content: "";
    height: 2px;
    width: 0;
    position: absolute;
    background-color: #d7d7d7;
    left: -40px;
    top: 50%;
    z-index: -9999;
}
.timeline-direccion {
    padding: 30px 30px 20px 69px;
    position: relative;
    background-color: #fafafa;
    min-height: 250px;
    border-right: 2px solid #FFF;
}
.timeline-direccion .location-name {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: bold;
    position: relative;
}
.timeline-direccion .description {
    margin-bottom: 0px;
    font-size: 15px;
    text-align: justify;
    color: #848484;
}
.timeline-direccion .location-name .icon-marker {
    position: absolute;
    left: -40px;
    top: -5px;
    border: 1px solid;
    border-radius: 50%;
    padding: 1%;
    width: 32px;
    height: 32px;
}
.timeline-direccion .location-name .icon-marker:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}
@media(max-width: 991px){
    .timeline-col {
        width: 100%;
    }
}
@media(max-width: 600px){
    .timeline-direccion {
        padding: 30px 15px 20px 15px;
    }
}

.lista-servicio5
{
    padding: 0;
    list-style: none;
}

.lista-servicio5 li 
{
    margin: 4px 0;
}

.lista-servicio6
{
    list-style: none;
    padding: 0;
}

.lista-servicio6 span
{
    font-weight: bold;
    color: #101360;
}