@charset "utf-8";

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

body {
    font-family: 'Roboto', sans-serif;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #32A0DA;
}


.menu{
    display: flex;
    flex-direction:row;
    height:100%;
    justify-content: center;
    align-items: center;
    list-style: none;
}

.menu li{
    display: flex;
    flex-direction:row;
    justify-content: center;
    align-items: center;
    list-style: none;
}


header {
    position: fixed;
    top: 0;

    width:100vw;
    display: flex;
    flex-direction:row;
    justify-content:flex-start;
    align-items: center;    
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    background:#47494C;
    height: 2.8em;
    z-index: 5;
}

header .menuburguer {
    background:#f6f6f6;
    position: fixed;
    right: -80vw;
    top: 0;
    height: 100vh;
    width: 80vw;
    max-width: 25em;
    transition: all .6s ease;
    z-index: 8;
}

header nav ul li {
    width: 3em;
    height: 3em;
    margin-left:.25em;
    margin-right:1em;    
    margin-top:.5em;
    display: flex;  
}

header nav ul li a {
    height: 100%;
    color: white;
    text-decoration: none;
    font-weight: bold;
    justify-content: right;
    display: flex;
    justify-content: center;
    align-items: center;
}


.limenuresp,.amenuresp{
    width:0%;
    height:0%;
    font-size:0px; 
    text-decoration: none;
    font-style: none;
    opacity:0;
    position:fixed;
    right:-100%;
}

.menuburguer{
    width: 80%;
    background:#f6f6f6;
}
.menunoti{
    display:flex;
    flex-direction: column;
    background:#f6f6f6;
    justify-content: center;
    align-items: center;
}

.ulmenuburguer{
    background:#f6f6f6;
    display:flex;
    flex-direction:column;
    align-items: flex-end;
    margin-top: 12vh;
}

.limenuburguer{
    margin-right: 1em;
    display:flex;
    flex-direction:column;
    justify-content: space-around;
    align-items: flex-end;
    width: 80%;
    background:#f6f6f6;
    margin-bottom: .5em;
}

.amenuburguer{
    background:#f6f6f6;
    color:black;
    text-align: right;
    display: flex;
    font-size: 1.2em; 
    font-weight:300;
}

.cerrarsesion{
    background:#f6f6f6;
    color:#1d86c5;
    text-align: right;
    display: flex;
    font-size: 1.2em; 
    font-weight:300;
    font-style: italic;
}

.cerrarsesion2{
    background:white;
    color:#1d86c5;
    text-align: right;
    display: flex;
    font-size: 1.2em; 
    font-weight:300;
    font-style: italic;
    text-decoration: none;
}
.cerrarsesion2:hover{font-weight:400;}


.amenuburguer:hover,.editarperfil:hover,.cerrarsesion:hover{
    color: #10BEF0;
}

.editarperfil{
    background:#f6f6f6;
    color:#1d86c5;
    text-align: right;
    display: flex;
    font-size:1.5em; 
    font-weight:400;
}

/*notificaciones*/

header .menunoti {
    background:#47494C;
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    right: 0;
    top: -80vh;
    width: auto;
    z-index: 1;
    border-radius: 0px 0px 0px 10px;
}


.ulmenunoti{
    background:#47494C;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
    width:100%;
}

.limenunoti{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items:center;
    width: 75%;
    background:#47494C;
}

.amenunoti{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items:flex-start;
    
    width:100%;
    background:#47494C;
    color:white;
    font-size: 1rem; 
    font-weight:300;
    text-align: left;
}

.amenunoti:hover,.amenunotiimp:hover{
    color: #10BEF0;
}


/*visible*/
header nav.notivisible {
top: 2.8em;    

}

header nav.menuvisible {
    right: 0;
    transition: all .7s ease;
}

.line{
    text-align: right;
    display: flex;
    width: 70%;
    font-size: 1px;
    color: #7c7c7c;
    background:#32A0DA;
    line-height: 1.5px;
    margin-right: 20em;
}


/*HOME*/

.home {
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    align-items: center;
    height: 100%;
    width:auto;

 }

.homea {
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    align-items: center;
    height: 100%;
    width:auto;
 }

.logosiu {
    display: flex;
    flex-direction:row; 
    justify-content:flex-start;
    align-items: center;  
    height: 50%;
    width: auto;
    z-index: 5;

 }

.icons {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content:flex-end;
    flex-direction:row;
 }

.Notific {
    display: flex;
    flex-direction:row;
    justify-content: flex-end;
    align-items: center;
    height:100%;
    width: auto;
    margin-right: .5em;
    z-index: 5;
}

.Notifica {
    display: flex;
    flex-direction:row;
    justify-content: center;
    align-items: center;
    height:100%;
    width: auto;
}

.Notificicon {
    display: flex;
    flex-direction:row;
    justify-content: center;
    align-items: center;
    height:80%;
    width: auto;
}

.hmenu {
    display: flex;
    flex-direction:row;
    justify-content: flex-end;
    align-items: center;
    height:100%;
    width: auto;
 }

.hmenua {
    display: flex;
    flex-direction:row;
    justify-content: flex-end;
    align-items: center;
    height:100%;
    width: auto;
 }

.hmenuicon {
    margin-left: 0.5rem;
    display: flex;
    flex-direction:row;
    justify-content: flex-end;
    align-items: center;
    height:80%;
    width: auto;
    z-index: 10;
 }

.hmenuicon:hover {
    margin-left: 0.39rem;
    height:85%;
 }

/*MAIN*/
main {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;    
    align-items: space-around;
}

/*USUARIO*/
.titulo {

    display: flex;
    flex-direction: row;
    justify-content:center;
    align-items: center;
    height:10rem;
    width:auto;
    padding-top:3.5rem;
    padding-bottom:.7rem;
    margin-left: auto;
    margin-right: auto;
}

.fotoperfil {
    display: flex;
    flex-direction: row;
    justify-content:space-around;
    align-items: center;
    height:100%;
    width:auto;
}

.foto{
    display: flex;
    flex-direction: row;
    justify-content:center;
    align-items: center;
    height: 90%;
    width:auto;
    border: 1px solid #33CBFF;
    border-radius: 4px;
}

.infoPersonal{
    height: 90%;
    width:auto;
    margin-left: 1em;
    display: flex;
    flex-direction: column;
    justify-content: space-around;

}

.infoPersonal .nombre{
    padding-left:0.2em;  
    font-weight: 300;
    font-size: 1em;
    font-stretch: condensed;
    letter-spacing: .05em;
}

.infoPersonal .rotulo{
    padding-left:0.35em;    
    font-weight: normal;
    font-size: .9em;
    color:darkgray;
    font-stretch: condensed;
    letter-spacing: .1em;
}

.select-style {
    display: flex;   
    align-items: center;
    width:16rem;
    height:2.5em; 
    padding-left:0em;
    color:darkgray;
    
    text-align-last: left;
    border: 1px solid #33CBFF;
    
    font-weight: normal;
    font-size: .8em;
    color:darkgray;
    font-stretch:extra-condensed;
}

.select-style select {

    padding-left:0.1em;
    padding-right:0.4em;

    text-align-last: left;
    width: 100%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    
    font-weight: normal;
    font-size: 1.1em;
    color:darkgray;
    font-stretch:extra-condensed;
}

.select-style select:focus {
    font-stretch:extra-condensed;
    outline: none;
}



        /*INSCRIPCIONES*/

article {
            background-color: #32A0DA;
        }

.materias{
    display:flex;
    flex-direction: column;
    justify-content:space-between;
    font-size: 0.9em;
    font-weight: 200;
    margin-bottom: 1em;
    color: white;
    margin-left: 30px;
}
.materiasfechas{
    display:flex;
    flex-direction: column;
    justify-content:space-between;
    font-size: 0.9em;
    font-weight: 200;
    margin-bottom: 1em;
    color: white;
    margin-left: 30px;
}

.titulo { color: black;
text-align: center;
    font-weight: bold; 
    font-size: 25px;
    background-color: white;
}


hr{
    height: 1px;
    border: 0;
    background-color: white;
}

h2{
    color: white; 
    margin-left: 30px;
    font-size: 1.2em; 
    font-weight: 300;
    font-style: normal; 
}


  li {
         list-style: none;    display: flex;
    flex-direction:row;
    justify-content: space-between;
    align-items: center;
    list-style: none;
}

.mas { 
    cursor:pointer;
}
.menos   { 
    cursor:pointer;
}

.boton {
    border-radius: 2px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    text-decoration:none;
    height:2em; 
    min-height:2em; 
    text-align: center;
    color:black;
    background: white;
    border: 1px solid white;
    font-size: 1em;
    width:11em;
    letter-spacing: .07em;
    box-shadow: 1px 1px 4px #1072aa;
    z-index:3;
}



.cursadabotones{
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 1.2rem;
    width:100%;
   
}

.cursadabotones li{
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style: none;
    width:30%;
    margin:2.8%;
}

/*INSCRIPCIONES */
.desplegable {
    background-color: white;
}

details
{ margin-left: 30px;
}

/*COMPROBANTE */

h4 {
    margin-left: 30px;
    color: white; 
    font-weight: lighter; 
}


/*FOOTER*/

footer{
    position: fixed;
    bottom: 0;
    display:flex;
    flex-direction: row;
    justify-content:space-around;
    align-items: center;
    background-color: #47494C;
    height:2.7rem;
    width:100vw;
    z-index:100;
}


footer p{
    color:darkgray;
    font-size: 0.85rem;
    letter-spacing: 0.05rem;
    font-style: italic;
}


    