@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2015 Daniel Eden
*/

/* HERO HISTORIA */
.historia-hero {
    position: relative;
    background-image: url('../img/nosotros/historia.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: cover;

    min-height: 420px;   /* controla la altura */
    display: flex;
    align-items: center;
}

/* Capa oscura difuminada */
.historia-overlay {
    width: 100%;
    background: rgba(0, 0, 0, 0.55); /* oscurece para legibilidad */
    padding: 80px 0;
}

/* Texto */
.historia-texto {
    color: #fff;
    max-width: 900px;
    margin: auto;
    text-align: justify;
    line-height: 1.8;
}

.historia-hero h2 {
    color: #fff;
    margin-bottom: 30px;
}

#nosotros {
    padding-bottom: 80px;
}