section.participa {
    background: url(../img/participa/fondo.png) no-repeat center left/cover;
    width: 100vw;
    height: auto;
}

section.participa .inscribete {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

section.participa .inscribete .texto img {
    display: block;
    width: 65vw;
    max-width: 1115px;
}

section.participa .inscribete .texto-mobile img {
    display: none;
}

section.participa .inscribete .formulario {
    display: flex;
    flex-direction: row;
    margin-top: 97px;
    align-items: baseline;
}

section.participa .inscribete .formulario a {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #3C3C3B;
    text-decoration: none;
}

section.participa .inscribete .formulario a:hover {
    text-decoration: underline;
}

section.participa .inscribete .formulario .cuadrado {
    width: 10.82px;
    height: 10.82px;
    background-color: #3C3C3B;
    margin-left: 10.29px;
    margin-bottom: -2px;
}


@media(max-width: 991px) {
    section.participa .inscribete .texto img {
        display: none;
    }

    section.participa .inscribete .texto-mobile img {
        display: block;
        width: 80vw;
    }

    section.participa {
        background: url(../img/participa/fondo-mobile.png) no-repeat top/cover;
    }
}
