.titulo-seccion1{
    text-align: center;
}

.texto-seccion1{
    text-align: center;
}

.size-icon {
    font-size: 2rem;
}

/* ===============================================================================================
EFECTO HOVER EN LOS SERVICIOS INICIA
===============================================================================================  */
.sobre-servicio{
    transition: transform .2s !important; /* Animation */
}

.sobre-servicio:hover{
    transform: scale(1.05) !important;
    border: 1px solid #f1709e !important;
}
/* ===============================================================================================
EFECTO HOVER EN LOS SERVICIOS TERMINA
===============================================================================================  */

/* ===============================================================================================
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");
}

.espacio{
    margin-bottom: 0px;
}

@media only screen and (max-width: 540px) {

    .espacio{
        margin-bottom: 20px;
    }
}