.containerCentro{
    text-align:-webkit-center;
    height: -webkit-fill-available;
    border: 4px solid rgb(246, 255, 255);
    margin: 20px;
    bottom: 0;
}

.tituloPagina{
    font-size: 40px;
    font-weight: 600;
    color: rgb(255, 255, 255);
}

.imgLogotipo{
    width: 80px;
    padding: 20px;
    padding-top: 40vh;
}

.svgLogotips {
    color: #FFF;
    display: flex;
    fill: #FFF;
}

.svgLogotips img {
    fill: #FFF;
    width: 55px;
    height: 55px;
}

.texto{
    color: rgb(0, 255, 255);
    font-weight: normal;
}

@media (max-width: 600px) {
    body {
        line-height: 11px;
    }

    .tituloPagina{
        font-size: 28px;
    }

    .texto{ 
        font-size: 13px;
    }

    .containerCentro{
        border: none;
        margin: 15px;
    }

}