
.row{
background-color: #FFFFFF;
}

.fondo {
    height: 100vh;
    width: 100vh;
}

.bb {
    text-decoration-line: underline; 
    text-decoration-color: #FFFFFF; 
    text-decoration-style: solid;
    text-underline-offset: 5px;
    text-decoration-thickness: 5px; 
}

.portada {
    display: flex;
    height: 100vh;
    width: 100vh;
    margin-top: 5px;
    margin-left: 5px;
    border-left: 4px solid;
    border-top: 4px solid;
    border-color: #FFFFFFb;
   
}

.portada div{
    padding-top: 4vh;
    padding-left: 8px;
    padding-right: 8px;
    height: 100%;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
}

.portada h1{
    font-size: 50px;
    letter-spacing: 3px;
    font-weight: bold;
}

.carreras {
    margin: 5px;
    width: 100%;
    height: 380px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-column-align: center;
    border-left: 4px solid;
    border-bottom: 4px solid;
    border-color: #FFFFFF;
}

.carreras img{
    margin: 0px auto;
    vertical-align: top;
    width:150px;
    height: 150px;
    
}


.login {
    display: flex;
    height: 90vh;
    align-items: center;
}

.registro{
    cursor: pointer;
    color: #FFFFFF;
}

.registro:hover{
    font-size: 18px;
    text-decoration-line: underline; 
    text-decoration-color: #FFFFFF; 
    text-decoration-style: solid;
    text-underline-offset: 5px;
    text-decoration-thickness: 1px; 
}

.rgt{
    display:none;
    align-self: flex-end;
}
body {
    display: flex;
    justify-content: space-between; /* Espacio entre elementos */
    align-items: center;
    height: 100vh;
    margin: 0;
    padding: 0 20px;
}

.logout-button {
    padding