@charset"utf-8";

* {
    margin: 0em;
    padding: 0em;
    box-sizing: border-box;
    font-family: 'Rosario', sans-serif;
 
}

body {
    background-color: rgba(113, 196, 198, 0.65)
    
    
}
 /* ---------- inscripciones -------------- */

.bodyinscripciones {
    background-color:rgba(113, 196, 198, 0.65) ;
    }
    body h2 img {
    padding: 1em 1em 1em 1em;
    margin: 0em 0em 0em 1em;
    border-radius: 50%; 
    max-width: 20%;
    height: auto;
    
}

body p {
    color:#ffffff;
    text-align:left;
    margin: 1em 1em 2em 2em;
    font-size: 1em;
    font-family: 'Rosario', sans-serif;
    font-weight: normal;
    margin: 0em 0em 0em 2em;
    padding: 0em 0em 0em 0em;    
}

   /* ---------- inscripciones-------------- */
 /* ---------- hamburguesa -------------- */


body header {
    background: #fdfdfd;
    max-width: 200vw;
}

.barraiconos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    max-width: 200vw;
    margin: 0.4em 0.5em 0.2em 0.5em;
}

.barraiconos img {
    height: 1.7em;
}

.logo {
    height: 3em;
    margin: 0em 3.5em 0em 3.5em;

}

.menudesplegable {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background-color: #44a3a5;
    width: 50vw;
    height: 100vh;
    padding: 2rem 2rem 2rem 1rem;
    z-index: 999;
    left: 0;
    top: 2.6em;
    position: fixed;
}   


#usuario {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 1em;
}

#usuario img { 
    height: 20vw;
    width: 20vw; 
    border-radius: 10em;
}

#usuario h4 {
    color: #5E6472;
    margin-top: .5em;
    margin-bottom: 1.5em;
}

.principal {
    list-style: none;
    margin-left: .5em;
    margin-top: .5em;
}

.principal li {
    margin-bottom: .6em;
    background-color: #FAF3DD;
    height: 7.5vh;
    display: flex;
    align-items: center;
}

.principal a {
    text-decoration: none;
    color: #5E6472;
    display: block;
    padding: .6em;
}




 /* ---------- hambrguesa-------------- */
 
 /* ---------- formulario inscripciones -------------- */



.formulario {
    margin: 0.5em 0em 0.5em 0.5em;

}



.Inscripcion1{
    background-color:black;
    padding: 0.5em;
    margin-top: 5em;
    font-size: 1.3em;
    color: white; 
   }

.Inscripcion1 h1{
    margin-left:0.5em;
    font-size: 1.3em;
    font-weight: 500;
    color:#ededed;
    
}


.inscripcion{
    padding: 1.5em;
    
}


.inscripcion p {
    display: flex;
    justify-content:flex-start;
    font-size: 1em;
    font-weight: 700;
    color: black;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
 }

.inscripcion h2{
    font-size: 1em;
    color: black;
    margin-top: 3em;
    
}

.catedra{
    margin: 0em 0em 0.5em 0em;
    font-size: 0.9em;
font-weight: 400;
    
}


.opcioncatedra select option {
    font-size: 0.8em;
    font-weight: 500;
    color:white;
    
}

.opcioncatedra input {
    max-width: 50vw;
    max-height: 50vh;
    background-color: black;
    
}

.opcioncatedra select {
    max-width: 50vw;
    height: 5vh;
    font-size: 0.9em;
    font-weight: 500;
    background-color: black;
    color: white;
    
}

.botonesinscrip {
    display: flex;
    justify-content: center;
    margin-top: 2em;
    margin-bottom: 2em;
}

.botoninscrip {
    background-color: black;
    height: 1.5em;
    width: 8em;
    font-size: 1em;
    margin: .5em;
    border-radius: .5em;
}

.botoninscrip a {
    text-decoration: none; 
    color: white;
    font-size: 1em;
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 0.2em;
}

footer { margin-top: 2rem; }


footer  { padding-left: 1rem; padding-right: 1rem; padding-bottom: 3rem; 
  
}
footer #pie { margin-bottom: 2rem; }

footer #pie h5{ 
    font-family: sans-serif; 
    text-transform: none; 
    font-size: 1.2rem; 
    line-height: 1.7rem; 
    font-weight: bold; 
    background:black    ;
    color: azure; }

#pie ul p
{margin-top: 1em;
    font-family: sans-serif; 
    text-transform: none; 
    font-size: 1.0rem; 
    line-height: 1rem; 
    font-weight: bold; 
    background: indianred;
    color: azure; }
     }


#pie li 
{font-family:sans-serif; 
    text-transform:none;
     list-style: none;
background: indianred;
    
}

#pie a 
{font-family:sans-serif; 
color: white;
    text-transform: none;
}

@media all and (min-width:400px) {
    ul#hamburguesa>li img {
        display: none
    }
 
}
 /* ---------- formulario inscripciones -------------- */


 /* ---------- formulario inscripciones -------------- */
header nav p { color: white;
}
.bodydatos {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    max-width: 100vw;
    max-height: 100vh;

}


.botonesinscrip {
    display: flex;
    justify-content: center;
    margin-top: 2em;
    margin-bottom: 1em;
}

.botoninscrip {
    background-color: black;
    height: 1.5em;
    width: 8em;
    font-size: 1em;
    margin: .5em;
    border-radius: .5em;
  
}

.botoninscrip a {
    text-decoration: none; 
    color: white;
    font-size: 1em;
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 0.2em;
}



.Datos{
   display: flex;
    flex-direction: column;
    align-self: center;
    justify-content:flex-start;
    margin: 0em 0em 0em 0em;
    margin-bottom: 1em;
    padding: 1em;
    
}
.formulariodatos{
    font-size: 0.9em;
    color: black;
    font-weight: 600;
    margin-top: 1em;
    margin-bottom: .6em;

}

.datos input{
    font-size: .9em;
    font-weight: 600;
    color: black;

 }


.divmisdatosh2{
    background-color: black;
        
}

.misdatosh2{
 
    margin-left: 0.5em;
    font-size: 1.3em;
    font-weight: 700;
    color: white;
}



.opcioncarrera {
    max-width: 90vw;
    height: 5vh;
    font-size: .9em;
    font-weight: 600;
    color: black;
    margin-top: 1em;
}

.opcioncarrera option{
    max-width: 90vw;
    max-height: 50vh;
    font-size: .9em;
    font-weight: 600;
    color: black;
    
}
 /* ---------- dstos -------------- */


 /* ---------- historial -------------- */
.bodyhistorial {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    max-width: 100vw;
    max-height: 100vh;
}
.clasetabla1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color:#1d699a;
    margin: 1em;
    padding: .5em;
  }

.clasetabla2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color:#1d699a;
    margin: 1em;
    padding: .5em;
   
}
.clasetabla3{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color:#1d699a;
    margin: 1em;
    padding: .5em;
   
}


.flechita{
    width: 1em;
    
}

.DivHistoria{
    background-color: black;
    padding: .5em;
    margin-left: 0.5em;
    margin-top: 8em;
    
}

.academicoh1{
     margin-left:0.5em;
    font-size: 1.3em;
    font-weight: 500;
    color: white
}

.historiah3 {
   font-size: 1.5m;
    font-weight: 600;
    color: black;


}



.aulas, th, td {
    color: #FAF3DD;
    background-color: black;
    padding: 0.5em;
    margin-left: 1em;
}

.headtabla {
    background: #8BC6C7;
}

.contenidotabla td {
    border-bottom: 1px solid #8BC6C7;
    border-left: 1px solid #8BC6C7;
}

.finaltabla {
    border-right: 1px solid #8BC6C7;
}

.porcentajes {
    display: flex; 
    justify-content: space-between;
    margin: 1em;
    padding: .8em;
    background-color: black;
    margin-top: 2.5em;
    border-radius: 0.6em;
    margin-bottom: 2em;
}

.porcentajes h1 {
    color: #00fbff;
}

.porcentajes h3 {
    color: #00fbff;
    font-size: .7em;
    margin-top: .3em;
}

.porcentajes h4 {
    margin-top: 0;
 color: #00fbff;
}

.porcentajes h6 {
    font-weight: 600;
     color: #00fbff;
}



@media (max-width: 55em){
   .hamburguesa {
        display: flex;
       
}

@media (min-width: 55em){
    .hamburguesa {
        display: none;
      width: 100vw;
               height: 4em;
    }
        .menudesplegable {
        display: flex;
        flex-direction: row;
        padding: .5em .2em .5em .5em; 
        height: 4em;
        width: 100vw;
        background-color: transparent;
        flex-grow: 1;
    }
    
    header nav {
        display: flex;
        flex-direction: column;
        height: 7.3em;
        justify-content: space-between;
        width: 100vw;
    }
    
    .principal {
        display: flex;
        flex-direction: row; 
        flex-wrap: wrap;
        background-color: transparent;
        margin-top: 2.1em;
        flex-grow: 1;
    }
    
    .principal a {
    font-size: .8em;
    margin-right: .2em;
    }

    #usuario {
        display: none;
    }
    
    .barraiconos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    min-width: 40vw;
    padding: .2em;
    margin: 0;
    margin-right: .7em; 
    margin-top: .5em;
    margin-left: .7em;
    border-bottom: solid .05em #5E6472; 
}

    .principal li {
    background-color: #FAF3DD;
    height: 4vh;
    display: flex;
    align-items: center;
}

    #logo {
    height: 2.8em;
    margin-right: 30vw;
    margin-left: 30vw;
    }

    .barraiconos{
        justify-content: space-between;
    }
    
.barraiconos img {
    height: 1.6em;
}
@media (min-width: 55em)


.porcentajes {
    width: 20vw;
    align-self: center;
    margin-left: 4vw;
    margin-right: 0vw;
    margin-top: 1.5em;
    margin-bottom: 1em;
    display: flex;
    flex-direction: column;
    height: 60vh;
    }
@media (min-width: 25em)
    .porcentajes {
    width: 20vw;
    align-self: center;
    margin-left: 4vw;
    margin-right: 0vw;
    margin-top: 1.5em;
    margin-bottom: 1em;
    display: flex;
    flex-direction: column;
    height: 60vh;
    }


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

.bodyregistro  {
    min-height:100vh;
    display:flex;
    background-color: white;
}

.registro {
    margin: auto;
    width: 100%;
    max-width: 350px;
    background: rgba(124, 120, 120, 0.44);
    padding: 30px;
    border: 1px solid #000000;
   height: auto;
margin-top: 90px;

    
    
}

.reg {
  text-align: center;
    margin: auto;
    margin-bottom: 25px;
    margin-top: 25px;
    color:#1d699a;
     font-family: 'Rosario', sans-serif;
    font-size: 1.2em;
}

.inputregistro  {
      display: block;
    padding: 15px;
    width: 100%;
    margin: auto;
    margin-bottom: 25px;
    font-size: 13px;
    text-align: left;
    border-color: #ffffff;
    height: 10px;
    }

.inputregistrodate  {
      display: block;
    padding: 15px;
    width: 100%;
    margin: auto;
    margin-bottom: 25px;
color: #7c7878;
    font-family: 'Rosario', sans-serif;
    font-size: 13px;
    text-align: left;
    border-color: #ffffff;
    height: 10px;
 
    }


.materiasregistro{
      display: block;
    padding: 15px;
    width: 100%;
    margin: auto;
    margin-bottom: 25px;

    font-size: 13px;
    text-align: left;
    border-color: #ffffff;
    height: 30px;
    background-color: rgba(66, 166, 229, 0.64);
    }



 .aregistro > input[type='registrobutton']{
background: linear-gradient(to bottom, rgba(108, 214, 239, 0.69), #000000);
    border: 0px;
    color: #ffffff;
    opacity: 0.75;
    cursor: pointer;
    border-radius: 30px;
margin: auto;
      margin-bottom: 25px;
        margin-top: 25px;
     width: 60%;
     height: 30px;
     text-align: center;
     display: block;
    font-size: 15px;
        outline: none;
}


.inputregistro[type='registrobutton'] :hover {
    opacity: 3;
    
}
.inputregistro[type='registrobutton']:active {
    transform: scale(0.95);
    
}


.pextra{
box-sizing:border-box;
color:#000000;
display:inline;
font-family:sans-serif;
font-size:13px;
font-weight:normal;
height:auto;
margin-left:0px;
margin-right:0px;
margin-top:0px;
padding:0px;
text-align:center;
width:auto;    
}

.minilogo   
    { position: relative;
        bottom: 0;
        right:0;
      width: 100px;
    
    
}
     

@media (max-width:768px){
    .reg { width: 75%;
    }
}

@media (max-width:480px){
    .reg { width: 100%;
    }
}
  
    
    /* principalE */






.botonesprincipales {padding: 3em 0.2em 0.2em 0.2em;
    
    }

.inscripcionesboton { 
    background-color: rgba(0, 0, 0, 0.86);
    border: 0.6 solid;
    padding: 0.5em 0.5em 0.5em 0.5em;
    display: flex;
    flex-direction: column;
    font-family: 'Rosario', sans-serif;
    text-align: center;
    align-content:space-around;
    justify-content: space-around;
        text-decoration: none;
}

 botonesprincipales inscripcionesboton a {
    text-decoration: none;
    color: white;
    font-size: 0.5em;
    text-decoration-line: underline;
    }
    
.footerprincipal{
    display:flex;
    margin-bottom: 0em;
    max-width: 100%;
    height: auto;
    margin: 1em 1em 1em 1em;
}
