.titulo-seccion1{
    text-align: left;
}

.texto-seccion1{
    text-align: justify;
}

.titulo-seccion2{
    text-align: left;
}

.texto-seccion2{
    text-align: justify;
}

.titulo-seccion3{
    text-align: center;
}

.texto-seccion3{
    text-align: center;
}



/* ===============================================================================================
EFECTO PARALLAX
===============================================================================================  */
.section-background {
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    height: 100vh;
    width: 100%;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.parallax {
    /* background-image: url("../img/3.png"); */
    --opacidad-negro: 0.5;
    background-image: linear-gradient(rgba(0, 0, 0, var(--opacidad-negro)), rgba(0, 0, 0, var(--opacidad-negro))), url("../img/3.png");
}


@media only screen and (max-width: 992px) {



    .titulo-seccion1{
        text-align: center;
    }
    
    .texto-seccion1{
        text-align: center;
    }
    
    .titulo-seccion2{
        text-align: center;
    }
    
    .texto-seccion2{
        text-align: center;
    }
    
    


}