*{
    margin: 0;
    padding: 0;
}

body{
    width: 100%;
    font-family: 'lato';
}

.parallax-completo{
    width: 100%;
    height:100vh;
    background-image: url('hero.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
}

.texto-hero{
    background: #111;
    padding: 18px;
    width: 320px;
    text-align: center;
    color: #fff;
}

h2{
    font-size:32px;
    font-weight: 300;
}

.center{
    max-width: 1100px;
    width: 90%;
    overflow: hidden;
    margin: auto;
    text-align: center;
}

.espacio{
    padding: 30px 0 60px 0;
}

.espacio h2{
    text-align: center;
    padding: 30px;
}

.espacio p{
    text-align: justify;
}

.parallax-chico{
    height: 450px;
    background-image: url(fondo1.png);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.parallax-chico h2{
    display: flex;
    height: inherit;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 400;
}

.texto{
    background: #ccc;
    height:190px;
}

.texto h2{
    text-align: center;
    color: #000;
    display: flex;
    height:inherit;
    justify-content: center;
    align-items: center;
}