/* General ---------- */

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto Mono', monospace;
}

h3 {
    margin-top: 1rem;
    margin-bottom: 0.3rem;
    font-size: 1rem;
    font-weight: 400;
}

h5 {
    font-size: 1rem;
    font-weight: 400;
}


/* index ----------- */

.container {
    width: 100%; 
    height: 100vh;
    background-color:#2e2e3d;
    color: #65b6de;
    display: flex;
    flex-flow: wrap column;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.index-cont{
    width: 100%;
    height: 100vh;
    background: #2e2e3d;
    position: fixed;
    justify-content: center;
    align-items: center;
    top: 0;
    display: flex;
    flex-flow: wrap column;
}

#logo-index {
    width: 17rem;
    margin-top: 13rem;
}

#uba {
    width: 15rem;
    margin-top: 10rem;
    margin-bottom: 2rem;
}

#logo {
    width: 8rem;
    display: flex;
    margin: auto;
    margin: 2rem 0;  
}

.iniciar-sesion {
    font-weight: normal;
    font-style: normal;
    text-align: center;
}

.form-inicio {
    display: flex;
    flex-flow: wrap column;
    align-content: center;
    justify-content: center;
    margin-top: 1rem;
    width: 100%;
}

.campo{
    font-family: 'Roboto Mono', monospace;
    width: 80%;
    color: #65b6de;
    background: #2e2e3d;
    border: solid 0.05rem;
    border-color: #65b6de;
    border-radius: 0.2rem;
    padding: 0.3rem;    
}

.link {
    text-decoration: none;
    color: #fd4f13;
}



/* clase para botones rojos ---------*/

.boton-rojo {
    font-size: 1rem;
    font-weight: 600;
    display: inline-block;
    margin: auto;
    margin-top: 5rem;
    background: #fd4f13;
    color: #2e2e3d;
    padding: 1rem 3rem;
    border-radius: 0.8rem;
    border: none;
    width: 15rem;
    text-align: center;
}

/* ---------------------------------*/


/* registro ---------*/

.container-reg {
    width: 100%; 
    height: 100vh;
    background: #65b6de;
    color: #2e2e3d;
    display: flex;
    flex-flow: wrap column;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.form-registro {
    display: flex;
    flex-flow: wrap column;
    align-content: center;
    justify-content: center;
    margin-top: 1rem;
    width: 100%;
}

.campo-reg{
    font-family: 'Roboto Mono', monospace;
    width: 80%;
    color: #2e2e3d;
    background: #65b6de;
    border: solid 0.05rem;
    border-color: #2e2e3d;
    border-radius: 0.2rem;
    padding: 0.3rem;    
}

.reg-cont{
    width: 100%;
    height: 100vh;
    background: #2e2e3d;
    position: fixed;
    justify-content: center;
    align-items: center;
    align-content: center;
    top: 0;
    display: flex;
    flex-flow: wrap column;
}

#qr{
    width: 20rem;
}

.scan {
    font-size: 0.8rem;
    font-weight: 400;
    display: inline-block;
    margin: auto;
    margin-top: 5rem;
    background: #2e2e3d;
    padding: 1rem;
    border-radius: 0.8rem;
    border: none;
    text-align: center;
}

a .scan{
    color: #65b6de;
    text-decoration: none;
    width: 100%;
}

/* home -------------------- */

.top-menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: top fixed;
    margin-top: 0;
}

.boton-atras {
    background: #fff;
}

.spc-between {
    justify-content: space-between;
}

.cont-tareas {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-flow: wrap column;
    width: 100%;
    padding: 1rem;
    padding-top: 0;
}

.cont-tareas a {
    text-decoration: none;
    width: 100%;
}

.tarea {
    width: 100%;
    font-size: 0.9rem;
    margin-top: 1rem;
    display: flex;
    justify-content: space-around;
    flex-flow: wrap column;
    align-content: center;
    background: #ffcc00;
    color: #2e2e3d;
    text-align: center;
    border-radius: 1rem;
    padding: 2rem;
}

.lista-tareas {
    display: flex;
    flex-flow: wrap row;
}

.tarea ul {
    list-style-type: none;
    text-align: left;
}

.tarea h5 {
    font-weight: 800;
    font-size: 1.3rem;
    display: inline-block;
    padding-bottom: 1rem;
}

.tarea li {
    font-style: italic;
}

.destacado {
    font-weight: 800;
    text-align: right !important;
    margin-right: 1rem;
}

.bot-menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap row;
    padding: 1rem;
    box-sizing: border-box;
}

#noti {
    width: 3rem;
}

.noti {
    width: 26%;
    padding: 0.5rem 1rem;
    background: #65b6de;
    border-radius: 1rem;
    margin-right: 0.5rem;
    display: flex;
    align-content: center;
    justify-content: center;
}

.img-materia {
    width: 13rem;
}

.materia {
    width: 70%;
    padding: 0.5rem 1.5rem;
    background: #65b6de;
    border-radius: 1rem;
    display: flex;
    align-content: center;
    justify-content: center;
}

.modal-materias {
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    flex-flow: wrap column;
}

.modal-materias .materia {
    margin: 1rem;
}

.registrar{
    margin: 4rem;
    color: #fd4f13;
}