.container {
    background-color: #EDEDED;
    height: 100%;
}

.contenedorGrupo {
    flex-direction: column;
    justify-content: flex-start;
    padding: 150px 10vw;
    background-color: #EDEDED;
    align-items: unset;
}

.txtTitleAviso {
    font-size: 2em;
    text-align: center;
}

.txtTab {
    margin-top: 2em !important;
    margin-bottom: 0.5em !important;
    font-size: 1.5em !important;
    text-align: center !important;
}

.txt, .txt-paragraph {
    font-size: 1.5vw;
}

.txt-paragraph {
    padding-left: 5rem;
}

.txt a, .txt-paragraph a {
    color: #0FA79D;
}

@media (max-width: 420px) {
    .txtTab {
        font-size: 3em;
    }

    .txtTitleAviso {
        font-size: 4.5vw;
    }

    .txt, .txt-paragraph {
        font-size: 3vw;
    }
}