/*SECTION TITLE INTERNA*/
.sect_title_interna{
    padding: 50px 0;
    position: relative;
    background-position: center 20%;
    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;
    }
    .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*/
.box_head
{
    margin-bottom: 25px;
}

.sect_nosotros{
    padding: 50px 0;
}
.sect_nosotros .box_title h4 b,
.sect_valores .box_title h4 b{
    color: #6e747c;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
    font-size: 20px;
}
.sect_nosotros .box_title h4,
.sect_valores .box_title h4{
    font-size: 45px;
    font-weight: 700;
    vertical-align: bottom;
    width: 100%;
    display: flex;
    align-items: center;
}
.sect_nosotros .box_title h5 span,
.sect_valores .box_title h5 span{
    color: #000;
    font-size: 25px;
}
.sect_nosotros .box_title h4 span,
.sect_valores .box_title h4 span{
    display: flex;
    align-items: center;
    justify-content: center;
} 
.sect_nosotros .box_title h4 span img,
.sect_valores .box_title h4 span img{
    width: 50px;
    vertical-align: baseline;
    margin: 0 10px;
}

.sect_nosotros .box_title .box_body p,
.sect_valores .box_title .box_body p{
    text-align: justify;
    color: #716e6e;
    font-size: 15px;
}
@media(max-width: 600px){
    .sect_nosotros .box_title h4, .sect_valores .box_title h4 {
        text-align: center;
    }
}
/**/
/*SECCION NOSOTROS*/
.sect_nosotros{
    padding: 40px 0px;
}
.sect_nosotros .box_descripcion .box_head h4,
.sect_nosotros .box_descripcion .box_head h4{
    font-weight: 700;
    color: #191919;
    font-size: 50px;
    line-height: 1;
    letter-spacing: 0px; 
}

.sect_nosotros .box_descripcion .box_head{
    color: #333333;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0px;
    font-weight: 400;
    font-style: normal;
}
.sect_nosotros .box_descripcion .box_body p{
    text-align: justify;
    color: #848484;
    font-size: 18px;
}
.sect_nosotros .box_imagen{
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sect_nosotros img { transition: all .6s ease-in-out; width: 400px}
.sect_nosotros img:hover { transform: scale(1.1); }
/*SECCION DE SERVICIOS O VALORES*/
.hr_valor{
    border-top: 2px solid #0075b2;
    width: 60px;
    margin-top: 10px;
}
.sect_valores{
    padding: 40px 0px;
    background: #f5f4f4;
}
.sect_valores .box_header img{
    padding-left: 0px;
    width: 70px;
}

.box_header {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sect_valores .box_body{
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.sect_valores .box_body p{
    text-align: center;
    font-size: 18px;
}
.sect_valores .box_valor h2{
    font-weight: 700;
    color: #191919;
    font-size: 50px;
    line-height: 1;
    letter-spacing: 0px;
    text-align: center;
    padding: 40px 0px;
}

.sect_valores .box_body h5{
    font-weight: 600;
    font-size: 18px;  
}
@media(max-width: 991px){
    .sect_valores .box_header img {
        width: 40px;
    }
}
@media(max-width: 767px){
    .sect_valores .box_body {
        padding-left: 65px;
    }
}

/*VIDEO NOSOTROS*/
.sect-video-nosotros{
    background: url(../../../../public/img/nosotros/banner_nosotros.jpg);
    background-attachment: fixed;
    padding: 0px 0;
    position: relative;
    background-position: bottom;
    background-size: cover;
     padding: 150px 0;
}
.sect-video-nosotros:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00c7df;
    opacity: .5;
}
.video-title{
    text-align: center;
}
.sect-video-nosotros .video-title img{
    width: 15%;
}
.sect-video-nosotros .video-title .video-title-text p{
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: 0px;
   
}