@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Raleway');

html{
box-sizing:border-box;
}
*:before,*:after{box-sizing:inherit}
body {
    margin: 0;
    padding: 0;
    font-family: 'Raleway',sans-serif;
    }

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccc;
}
input::-moz-placeholder { /* Firefox 19+ */
  color: #ccc;
}
input:-ms-input-placeholder { /* IE 10+ */
  color: #ccc;
}
input:-moz-placeholder { /* Firefox 18- */
  color: #ccc;
}

/* Log in --------------------------------------------------------------------*/  

.loginbox h2{
    margin-top: -0.8em;
    padding: 0 0 15px;
    font-size: 2em;
    color: white;
    text-align: center;
    font-family:'Raleway','sans-serif';
    }

#login-body{
    margin: 25px;
    background: url(imagenes/fondo.jpg);
    background-size: cover;
}


/* botonera --------------------------------------------------------------------*/   


.loginbox
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform:  translate(-50%,-50%);
    width: 350px;
    height: 400px;
    padding: 80px 40px;
    box-sizing: border-box;
    background: rgba(0,0,0,.5);
}
.user
{
    width: 150px;
    height: 100px;
    overflow: hidden;
    position: absolute;
    top: calc(-100px/2);
    left: calc(50% - 70px);
}
.loginbox p 
{
    margin:  0;
    padding: 0;
    font-weight: bold;
    color: #fff;
}
.loginbox input
{
    width: 100%;
    margin-bottom: 20px;
}

.loginbox input[type="text"],
.loginbox input[type="password"]
{
border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
    outline: none;
    height:  40px;
    color: #fff;
    font-size: 16px;
}
::placeholder
{
    color: rgba(255,255,255,.5);
}
.loginbox input[type="button"]
{
    border: none;
    outline: none;
    height: 40px;
    color: #fff;
    font-size: 16px;
    background: darkorange;
    cursor: pointer;
    border-radius: 20px;
}
.loginbox input[type="button"]:hover
{
    background: #efed40;
    color: #262626;
}
.loginbox a
{
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

@media (min-width:30rem){ 
    }


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


.hvr-underline-from-center {
    text-decoration: underline;
    padding-left: 7%;
    list-style: none;
    color: white;
}

.container{
    background-color:cadetblue;
}

#pagina {
    width:65%;
    margin:auto;
}

.container{
    background-image: url(imagenes/APP2.png);
    background-size: cover;
    height: 420px;
    background-position: center center;
    padding-top: 10em;

}
.download h3{
    font-size: 1em;
    padding-left: 7%;
    padding-top: 0;
    margin-top: 0;
}

.logo-descarga{
    margin-top:0;
    margin-bottom: 0;
    padding-left: 3%;
    height: auto;
    padding-top: 0;
    max-width: 100%;

}

.download h2 {
    color:whitesmoke;
    font-size: 2.3em;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
    padding-left: 7%;
    text-align: left;
    padding-bottom: 0;
    padding-top: 0.5em;
    margin-bottom: 0.2em;
    
}
.vid{
    align-content: center;
    padding: 2em;
    padding-top: 0.5em;
    padding-left: 7em;
    padding-bottom: 5em;
    }
.video h2 {
    color:cadetblue;
    font-size: 2.3em;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 0em;
    margin-left: 0;
    margin-top: 0.7em;
    text-align: center;
}
.video p{
    color: #414c58;
    font-family: 'Raleway', sans-serif;
    font-size: 1em;
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 0.3em;
    margin-bottom: 0.1em;
    margin-left: 0;
    text-align: center;
}

.blueberry {
    padding-top: 2em;
    padding-bottom: 2em;
}


/* topbarhome --------------------------------------------------------------------*/

.barra{
    position: fixed;
    width: 100%;
    align-items:center;
    
}

.header{
  padding: 1em;
  background-color: #efefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items:center;
    
}

.cont-logo{
  height: 30px;
    display: inline-block;
  border-right: 1px solid lightgray;
    padding-left: 1em;

}
.logo{
  height: 40px;
    margin-right: 1.5em;
  
}

header nav {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
header nav a {
  display: inline-block;
    padding-left: 1.5em;
 
  color: #424242;
  text-decoration: none;
  font-weight: 600;
}
.nav-secundaria {
  text-align: right;
    
}

/* menu ---------------------------------------------------------------------*/

/* barra*/
/* right */

.menu-desplegable {
    
    background-color: #efefef; 
    padding-top: 0.5em;
    padding-bottom: 1em;
    height: 3em;
    
}
.menu-desplegable ul{
    list-style: none;
}

.menu-desplegable > .right-navbar{
    right: 0;
    }

.menu-desplegable > .center-navbar{
    right: calc(50% - 85px);
    }

.menu-desplegable > ul {
    display: flex;
    margin-right: 15px;
    margin-top: 0;
    position: absolute;
    top: 5px;
}

.menu-desplegable nav {
    background-color: rgba(0,0,0,0.85);
    color: white;
    position: fixed;
    top: 0;
    height: 100vh;
    min-width: 30vw;
    transition: all .6s ease;
    z-index: 999;
}

.menu-desplegable nav#menu{
    right: -60vw;
}

.menu-desplegable nav#hamb{
    left: -60vw;
}

.menu-desplegable nav#menu:target {
    right: 0;
    transition: all .6s ease;
}

.menu-desplegable nav#hamb:target {
    left: 0;
    transition: all .6s ease;
    height: 52vh;
    min-width: 20vw;
}

.mat  .mat-sub-menus{
    display: none;
    transition: all .6s ease;
}

.mat:hover .mat-sub-menus{
    display: block;
    transition: all .6s ease;
}

.ex  .ex-sub-menus{
    display: none;
    transition: all .6s ease;
}

.ex:hover .ex-sub-menus{
    display: block;
    transition: all .6s ease;
}

.usuario {
    margin: auto;
    text-align: center;
    font-size: 85%;
    padding: 3em 1em 1em 1em;
    border-bottom: solid 1px rgba(255,255,255,.25);
}
.usuario h3{
    
    font-size: 2em;
    margin-bottom: 0;
    
}

.usuario img {

    max-width: 15em;
    max-height: 15em;
    border: 4px solid gray;
    box-shadow: 0 .35em .5em rgba(0, 0, 0, .25) inset, 0 .35em .5em rgba(0, 0, 0, .25);
}


.menu-desplegable nav a {
    color: rgba(255,255,255,.75);
    display: block;
    padding: .7em 1em;
    text-decoration: none;
}

.menu-desplegable nav a:hover {
    color: white;
}

#Cerrar{
    max-width: 0.1em;
    max-height: 0.1em; 
}

#x {
    position: absolute;
    right: 0;
    top: 0;
    
}

#textousuario{
    text-align: center;
}
#menufoto{
    display: block;
	height: 60px;
    display: flex;
    justify-content: space-between;
    align-items:flex-end;
}

#menufoto img{
	height: 70%;
    margin-bottom: 0.5em;
    margin-right: 1em;
}


.logonav img {
    height: 60px;
    display: flex;
    justify-content: center;

}
/* left */


.menu-desplegable > .left-navbar{
   left: 0;
    }

.left-navbar> ul {
    display: flex;
    margin-left: 15px;
    margin-top: 0;
    position: absolute;
    top: 5px;
}


.left-navbar > ul {
    display: flex;
    margin-left: 15px;
    margin-top: 0;
    position: absolute;
    top: 5px;
    list-style: none;
}

.left-navbar nav {
    background-color: rgba(0,0,0,0.85);
    color: white;
    position: fixed;
    left: -60vw;
    top: 0;
    height: 100vh;
    min-width: 40vw;
    transition: all .6s ease;
    z-index: 999;
}
.left-navbar nav#hamburguesa:target {
    left: 0;
    transition: all .6s ease;
}

.left-navbar nav a {
    color: rgba(255,255,255,.75);
    display: block;
    padding: 1em .7em;
    text-decoration: none;
}

.left-navbar nav a:hover {
    color: white;
}


#menuhamb{
    display: block;
	height: 60px;
    display: flex;
    justify-content: space-between;
    align-items:flex-end;
}

#menuhamb img{
	height: 40%;
    margin-bottom: 1em;
    
}


.hambnav img {
    height: 60px;
    display: flex;
    justify-content: center;

   }

/* slide*/


.mySlides {display:none}

.faduimagen{
    padding-left: 15%;
    padding-top: 2em;
}
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}
.galeriafotos {
   text-align: center;
    margin: auto;
    margin-bottom: 30px;
    margin-top: -5px;
    color:#ff0076;
     font-family: 'Raleway', sans-serif;
    font-size: 25px;
}
   


.prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: darkorange;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: darkorange;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}


.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}



.slicefoto {
  color: white;
  font-size: 1em;
  padding: 8px 0px;
  position: absolute;
  bottom: 8px;
  width: 70%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-family: 'Raleway', sans-serif;
    right: 15%;
    left:15%;
    
}
.slicefoto imgen {
   width: 100%;
   padding: auto;
   
  }

.numbertext {
  color: rgba(0, 0, 0, 0);
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: rgba(0, 0, 0, 0.8);
}


.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* perfil---------------------------------------------------------------------*/

.fotoperfil {
    margin-top: 2em;
    margin-left: 4em;
    padding-bottom: 0;
    margin-bottom: 0;
}

.ac-container {
	 max-width: 300px;
	margin: auto;
    display: block;
    margin-top:  30px;
background-color: white;
}

.ac-container article{
    padding: 0px 20px;
    width: 100%;	
}

.ac-container label{
	 font-family:'Raleway', sans-serif ;
	padding: 5px 20px;
	position: relative;
	z-index: 20;
	display: block;
    margin: auto;
    width: 300px;
	height: 40px;
    margin-top: 5px;
	cursor: pointer;
	color: #ffffff;
    border-radius: 30px;
	line-height: 33px;
	font-size: 19px;
	background:  #313131;
	
}



.boton2 {
	 font-family:'Raleway', sans-serif ;
	padding: 5px 20px;
	position: relative;
	z-index: 20;
	display: block;
	height: 40px;
	cursor: pointer;
	color: #ffffff;
  border-radius: 30px;
	line-height: 33px;
	font-size: 19px;
	background:  #a29d9d;
    width: 300px;
    margin-top: 20px;
    text-align: left;
	
}


.ac-container label:hover{
	background: darkorange;

}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background: darkorange;
	color: #ffffff;
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container input[type='checkbox'] { 
    display: none;
}


.ac-container .historial{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	transition: 
		height 0.3s ease-in-out, 
		box-shadow 0.6s linear;
}
.ac-container .datos{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	transition: 
		height 0.3s ease-in-out, 
		box-shadow 0.6s linear;
}
.ac-container input:checked ~ article{
	transition: 
		height 0.5s ease-in-out, 
		box-shadow 0.1s linear;
	
}
.ac-container input:checked ~ article{
    height: 310px;
	transition: 
		height 0.5s ease-in-out, 
		box-shadow 0.1s linear;
	
}
/*.ac-container input:checked ~ article.datos{
	height: 350px;
}
.ac-container input:checked ~ article.historial{
	height: 350px;
}*/ 


.container-profile{
    width: 100%;
    margin: 0;
    display: flex;
    padding-bottom: 30px;
    }

.imagen-profile{
    width: 50%;
}
.acordeon-profile{
    width: 50%;
    padding-top: 2em;

}

table {
    font-family:'Raleway', sans-serif ;
    border-collapse: separate;
    width: 300px;
    background: rgba(255, 255, 255, 0.9);
    display: block;
    margin: auto;
    margin-top: 20px;

}

td {
    border: 3px  ;
    text-align: left;
    padding: 8px;
    font-family:'Raleway', sans-serif ;
    color: rgba(5, 5, 5, 0.9);
}
th {
    border: 3px  black;
    text-align: left;
    padding: 8px;
    font-family:'Raleway', sans-serif ;
    color: black;
    background-color: cadetblue;
        
}

.gris{
    background-color: cadetblue;
    font-family:'Raleway', sans-serif ;
    height: 10px;
}
.borde{
    font-family:'Raleway', sans-serif ;
    height: 10px;
}

td {
    background-color:#ccccff;
    font-family:'Raleway', sans-serif ;        
}
 .graficop{
     width: 250px;
     height: 150px;
      display: block;
      margin: auto;
     margin-top: 15px;
    
}
.respuesta{
    padding-left: 0.5em; 
}
.nombre-profile{
    padding-left: 18%; 
    font-family: 'Raleway', sans-serif ; 
    font-size: 3em;
    color: darkorange;
    margin-top: 0;
    padding-top: 0;
    font-weight: bold;
}
@media all and (max-width: 1027px) {
    
    .menu-desplegable {
        max-width: 100%;
        
    
 }
    .container-profile {
        float: left;
        display: flex;
        justify-content: center;
        align-content: center;
        
    
 }
    .ac-container {
        padding-top: 13em;
        width: auto;
        float: right;
        padding-left: 0;
        max-height: 100px;
        background: none;
        
        
        
        }
    
    .fotoperfil{
        padding-top: 0em;
        margin-top: 0;
        width: 180px;
        padding-left: 0.5em;
        
        
}
    .nombre-profile{
        font-size: 1.8em;
        padding-left: 4em;

}
         
}
     
    
/* inscripción materias ---------------------------------------------------------------------*/

.articleborder{
    width:100%;
    margin-left:0;
    margin-right:0;
    text-align: center;
    margin-bottom: 7em;

}

.articleborder img{
    height: 40px;
    padding-top: 1em;
    }


.articleborder figure {
    width: 2.5em;
    margin: .3em auto;
}

.tipo {
    background-color:#e23d58;
	border-radius:5px;
	font-weight:400;
    height: 100px;
    font-weight: bold;
}
.tipo a {
	color: white;
    text-decoration: none;
    font-family:'Raleway', sans-serif ; 
    font-size: 0.9em;
    font-weight: bold;
    
}

.dg {
    background-color:#3fb7ad;
	border-radius:5px;
	font-weight:400;
    height: 100px;
    
}
.dg a {
    color: white;
    text-decoration: none;
    font-family:'Raleway', sans-serif ; 
    font-size: 0.9em;
    font-weight: bold;
}

.com {
    background-color:darkcyan;
	border-radius:5px;
	font-weight:400;
    height: 100px;
}
.com a {
    color: white;
    text-decoration: none;
    font-family:'Raleway', sans-serif ; 
    font-size: 0.9em;
    font-weight: bold;
}

.his {
    background-color:darkorange;
	border-radius:5px;
	font-weight:400;
    height: 100px;
    padding-bottom: 0em;
}
.his a {
    color: white;
    text-decoration: none;
    font-family:'Raleway', sans-serif ; 
    font-size: 0.9em;
    font-weight: bold;
}


.texto-materias{
    text-align: center;
}


/* anotado ---------------------------------------------------------------------*/



.correcto{ 
    display: flex;
    justify-content: space-between;
    min-height: 100vh;
    flex-direction: column; 
    margin-left: 0;
    margin-right: 0;
    
   }


.correcto > h1{
    font-family:'Raleway', sans-serif ;
    font-size: 2em;
    text-align: center;
    margin-top: 0.5em;
    margin-bottom: 0em;
    
    
}

.correcto > section > img{width: 50%;
    text-align: center;
    max-width: 15em;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1vh;
    border-width: thick;
}

.correcto > h2{
    font-family: 'Raleway', sans-serif ;
    font-size: 1.2em;
    text-align: center;
    background: darkorange;
    margin-top: 2.5em;
    margin-bottom: 2.5em;
    padding-top: 0em;
    padding-bottom: 0.2em;
    margin-left: 22em;
    margin-right: 1.5em;
    width: 40%;
}

.correcto > a{
   
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Raleway', sans-serif ;
    color: black;
    font-weight: bold;
    padding-bottom: 9em;
    text-decoration: none;
}











/* footer---------------------------------------------------------------------*/

footer {
    background: #efefef;
    color: black; 
    margin-top: 2em;
    padding-left: 4em;
    padding-right: 4em;
    font-family: 'Raleway', sans-serif;
    font-size: 0.6rem;
    font-weight: 400; 
    padding-top: 1.8em;
    padding-bottom: 0.5em;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    margin-right: 0;
    width: 100%;
}






