.contenedor {
    width: 100vw;
    height: 100vh;
    background-color: #E2E2E2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url(../img/sistema-diseno/background_section1.png), url(../img/sistema-diseno/background_section3.png), url(../img/sistema-diseno/background_section_gris1.png), url(../img/sistema-diseno/background_section_gris2.png), url(../img/sistema-diseno/background_section_gris3.png);
    background-size: auto;
    background-position: top left 5%, bottom left 1%, top right 3%, bottom left 50%, bottom right;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .contenedor {
        background-size: 20%;
    }
}

.logotcc {
    display: flex;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.titleUnit {
    color: #C21015;
    margin-top: 50px;
    margin-bottom: 10px;
    text-align: center;
}

.nameUnit {
    color: #C21015;
    margin-bottom: 40px;
    text-align: center;
}

.btn__init {
    font-size: 1.4rem;
    margin-bottom: 40px;
}

.message p {
    color: #C21015;
    text-align: center;
    font-weight: bold;
    font-family: var(--font-title);
    line-height: 1.2;
    font-size: 1.5rem;
    margin-bottom: 40px;
}