/*SECTION TITULO INTERNA*/
.sect_title_interna{
    padding: 60px 0;
    padding-top: 130px;
    background-image: url(../../../../public/img/fondo/fondo-nosotros.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}
.sect_title_interna:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: .5;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.sect_title_interna:after {
    content: "";
    background-image: url(../../../../public/img/fondo/nubes2.png);
    background-size: cover;
    position: absolute;
    transform: rotate(180deg);
    bottom: 0;
    left: 0;
    height: 25px;
    width: 100%;
    z-index: 1;
}
.row_height{
    height: 100px;
    align-items: flex-end;
}
.row_height h2{
    color: #fff;
    font-weight: 700;
}
/**/

/*SECTION NOSOTROS*/
.sect_nosotros{
    padding: 50px 0;
}
.title_nosotros{
    padding-bottom: 50px;
}
.stars:before{
    content: "\f005\f005\f005";
    font-family: FontAwesome;
    color: #009D70;
    font-size: 13px;
}
.title_nosotros .title_head img{
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 120px;
}
.title_nosotros .title_body{
    text-align: center;
}
.p_about_us{
    color: #808080;
    text-align: center;
}
/**/



/*SECTION CARACTERISTICAS*/
.sect_carac{
    padding: 50px 0;
}
.box_caracteristica .box_head img{
    display: block;
    margin: 0 auto;
}
.box_caracteristica .box_body h5{
    text-align: center;
    margin-top: 10px;
    color: #525252;
}
.box_caracteristica .box_body p{
    text-align: center;
    color: #848484;
}
/**/

/*SECTION MISION*/
.sect_mision{
    padding: 70px 0;
    background: #f8f9fd;
    position: relative;
}
.sect_mision:before{
    content: "";
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 150px;
    height: 144px;
    background-image: url(../../../../public/img/nosotros/hoja1.png);
    background-size: 100% 100%;
}
.sect_mision:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 144px;
    background-image: url(../../../../public/img/nosotros/hoja2.png);
    background-size: 100% 100%;
}
.mision .mision_body h4{
    text-align: center;
    font-weight: 300;
}
.mision .mision_body h4 b{
    font-size: 20px;
    font-weight: 800;
}
.mision .mision_foot h2{
    font-size: 40px;
    text-align: center;
}
.mision .mision_foot h2 b{
    font-weight: 800;
}
.mision_descrip p{
    text-align: center;
    color: #848484;
}
.img_nosotros{
    margin: 50px 0;
    text-align: center;
}
.img_nosotros img{
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
}
@media(max-width: 991px){
    .sect_mision:before {
        width: 100px;
        height: 90px;
    }
    .sect_mision:after {
        width: 100px;
        height: 90px;
    }
    .mision .mision_foot h2 {
        font-size: 25px;
    }
    .mision .mision_body h4 {
        font-size: 15px;
    }
    .mision_descrip p {
        font-size: 14px;
    }
}