/*SECTION TITLE INTERNA*/
.sect_title_interna{
    height: 280px;
    background-image: url(../../../../public/img/fondo/title_interna_nosotros.jpg);
    background-size: cover;
    padding-bottom: 50px;
    background-position: center;
    position: relative;
}
.sect_title_interna:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
}
.height{
    height: 100%;
}
.h1_title_interna{
    color: #fff;
    font-weight: 700;
}
/**/
.sect_nosotros{
    padding: 50px 0;
}
.card-header {
    padding: 0;
    background: transparent;
    border: 0;
}
.card-header h5 button{
    display: block;
    width: 100%;
    padding: 20px;
    border: 1px solid rgba(0,0,0,.125);
    color: #FFB715;
    text-decoration: none;
    text-align: left;
    font-weight: 500;
}
.card-header h5 button:hover,
.card-header h5 button:focus,
.card-header h5 button:active{
    text-decoration: none;
    border-color: #dfdfdf
}
.card-body{
    font-family: 'PT Sans', sans-serif;
}
#accordion .card{
    border: 0;
    margin-bottom: 20px;    
}
/*SECTION VALORES*/
.sect_valores{
    padding: 50px 0;
    padding-top: 0;
    background: #f9f9f9;
}
.box_valor{
    background: #fff;
    padding: 10px;
    color: #0f2764;
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -o-flex;
    box-shadow: 0px 0px 5px #dadada;
}
.img_valor{
    width: 40px;
        margin-right: 10px;
}
@media(max-width: 991px){
    .box_valor{
        margin-bottom: 20px;
    }
}