.titulo-seccion1{
    text-align: center;
}

.texto-seccion1{
    text-align: center;
}

.size-icon {
    font-size: 2rem;
}


/* ===============================================================================================
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");
}
