header{
    background: url(../img/nosotros/header-background.png) no-repeat bottom center;
    background-size: cover;
}

section .container>h2:after{
    width: 108px;
    margin-top: 15px;
}
.mision-vision-objetivo{
    position: relative;
    max-width: 800px;
    background: url(../img/nosotros/nosotros-mision-vision.png) no-repeat center;
    background-size: cover;
    margin: auto;
    margin-top: 50px;
    padding: 191px 50px;
}
.mision-vision-objetivo h2,.mision-vision-objetivo p{
    margin: 0;
    text-align: center;
    color: #011f5f;
}
.mision-vision-objetivo p{
    max-width: 470px;
    margin: 30px auto 50px auto;
}
.mision-vision-objetivo p:last-child{
    margin-bottom: 0 !important;
}

#historia h2 + p {
    width: 90%;
}

#valores {
    background: url(../img/nosotros/valores-fondo.png) no-repeat center;
    background-size: cover;
    margin-top: -281px;
    padding-top: 250px;
    padding-bottom: 0;
}
#valores ul{
    list-style: none;
    padding: 0 9.5%;
    box-sizing: border-box;
}
#valores ul li{
    color: #fff;
    margin-bottom: 50px;
}
#valores ul li h4, #valores ul li p{
    margin: 0
}
#valores ul li p{
    font-weight: 300
}

.gallery-container{
    padding: 0 !important;
    border-bottom: solid 10px #ffda1c;
}
.gallery-container .gallery-item{
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media only screen and (max-width: 622px){
    .mision-vision-objetivo{
        padding-left: 5% !important;
        padding-right: 5% !important;
    }
}
@media only screen and (max-width: 567px){
    header{
        white-space: nowrap;
    }
}
