.contenido__datos{
    width: 50%;
    height: 90%;
    margin: 2.8% auto;
    border: 1px solid #000000;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
}

.seccion_Ingresar{
    font-family: cursive;
    font-size: 20px;
    background: none;
    border: none;
    cursor: pointer;
    color: #170968
}
.seccion_registrarse{
    font-family: cursive;
    font-size: 20px;
    background: none;
    border: none;
    cursor: pointer;
    color: #726aa5
}
.seccion_span{
    line-height: 30px;
    font-family: cursive;
    font-size: 20px;
    background: none;
    border: none;
    color: #726aa5
}
.centrar-contenido-right{
    width: 100%;
}
.cabeza__estados{
    width: 100%;
}
.logos{
    width: 290px;
    display: flex;
    margin: 0 auto;
}
.logo__metis{
    width: 180px;
    height: 110px;
    background: url('../../images/metis.png') no-repeat center / cover;
    object-fit: contain;
    margin: 0 auto;
}
.logo__ud{
    width: 180px;
    height: 110px;
    background: url('../../images/UD.png') no-repeat center / contain;

    margin: 0 auto;
}
.registrar-data{
    margin-top: 20px;
}


@media (min-height: 1000px) {
    .logos{
        width: 460px;
        display: flex;
        margin: 0 auto;
    }
    .logo__metis{
        width: 280px;
        height: 210px;
    }
    .logo__ud{
        width: 280px;
        height: 210px;
    }
}

@media only screen and (max-width: 767px) {
    .logos{
        width: 260px;
        display: flex;
        margin: 0 auto;
    }
    .logo__metis{
        width: 180px;
        height: 110px;
    }
    .logo__ud{
        width: 180px;
        height: 110px;
    }

    .contenido__datos{
        width: 100%;
        height: 55vh;
        margin: 2.8% auto;
        border: 1px solid #000000;
        border-radius: 20px;
        padding: 20px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    /* Agrega tus estilos específicos para tabletas aquí */
    .contenido__datos{
        width: 100%;
        height: 50vh;
        margin: 2.8% auto;
        border: 1px solid #000000;
        border-radius: 20px;
        padding: 20px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
