* {
    font-family: Roboto, sans-serif;
    margin: 0;
    padding: 0;
}


p {
    line-height: 1.5em;
}

figcaption {
    margin: 1em 0em;
    font-style: italic;
}

figure h4 {
    
    margin-bottom: 1em;
}

.container {
    margin: 1em;
}




header{
    display:block; 
    position: fixed;
    width: 100%;
    top: 0em;
    right: 0;

}

nav{
    width: 100%;
    background: white;
    position: absolute;
    background-color: #77b255;
    
}



main{
    margin-top: 14em;
}


.logos     {
    width:100%; 
    display:flex; 
    flex-direction: row;
    align-items: center;
    justify-content: center;

}

.logoDgpc a img {
    width: 6em;
    margin-left: 10px;
}

.logoFadu a img {
    width: 14em;
    margin-bottom: 0.5em;
}


#btn-menu{display: none;}

header label{
    display: none; 
    width: 3em; 
    padding: 1em; 
}


header label:hover{
    cursor: pointer; 
    
}


.menu ul{
    width: 100%;
    margin: 0 1em;
    list-style: none;
    display: flex;
    justify-content: center;
    margin-top: 0.5em;
    
}



.menu li a:hover{
    color:#3e721d;
}
.menu li a{
    display: inline-block;
    margin: 0 2em 1em 0;
    padding:1em;
    color: white;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.28);
    border-radius: 2em;
}


label h1 {
    font-size: 50px;
    color: #3e721d;
}

label :hover {
    color:  #3e721d;
}

.responsive {
    max-width: 100%;
    height: auto;
}



/* INDEX */



.datosEstudiante {
    display: flex;
    flex-direction: column;
    background-color: rgba(119, 178, 85, 0.58);
    border-radius: 2em;
    justify-content:center;
    text-align: center;
    align-items: center;
    margin-top: 2em;
    padding: 2em;
    
}




.datosEstudiante h1 {
    font-size: 2em;
    color: #3e721d;
    margin-bottom: 0.5em;
    font-weight: 550;
}




.datosEstudiante p {
    
    text-align: center;
    
}


.datosPerfil div {
    color:rgba(0, 0, 0, 0.62);
    margin-top: 1em; 
}


.datosPerfil div p span{
    font-size: 1.1em;
    font-weight: 550;
    color: rgba(0, 0, 0, 0.62);
}


.materias {
    display:flex;
    margin-top: 2em;
    background-color: rgba(119, 178, 85, 0.22);
    border-radius: 1em;
    padding: 2em;
    justify-content:center; 
}


.materias h3 {
    font-size: 17px;
    color: #3e721d;
    text-decoration: underline #77b255 0.2em;
    margin-bottom: 0.5em;
}

.matAprobadas {
    margin-bottom: 20px;
    margin-right: 20px;
}

.matAprobadas ul li{
     list-style: none;
    line-height: 1.4em;
  
}
.matCurso {
    margin-left: 20px;
}
.matCurso ul li{
     list-style: none;
    line-height: 1.4em;
}





.tPs {
    display: flex;
    flex-direction: column;
    background-color: rgba(119, 178, 85, 0.12);
    border-radius: 1em;
    padding: 2em;
    margin-top: 2em;
    align-items: flex-start;
    text-align: center;
}



.tPs h3 {
    font-size: 25px;
    color: #3e721d;
    
    margin-bottom: 0.5em;
    width: 100%;
    
}

figure h4 {
    font-size: 20px;
    color: #77b255;
}

figcaption {
    font-size: 13px; 
    color: dimgrey;
}

#tp1 {
    margin-top: 2em;
}

#tp2 {
    margin-top: 2em;
}



#boceto h4{
    font-size: 20px;
    color: #77b255;
    margin-bottom: 1em;
}



.link a {
    font-size: 1.1em;
    background-color: #77b255;
    text-decoration: none;
    display: inline-block;
    color: #ffff;
    padding: 1em;
    border-radius: 2em;
}










/* PLAN */

.plan {
    background-color: rgba(119, 178, 85, 0.58);
    border-radius: 2em;
    padding: 2em;
    margin-top: 3em;
    
}


.plan h1 {
    font-size: 1.5em;
    color: #3e721d;
    text-decoration: underline #77b255 0.2em;
    margin-bottom: 1em;
    text-align: center;

    
}


.plan h3 {
   color:#3e721d; 
}

.plan p {
    margin-bottom: 1.5em;
    font-size: 15px;
}

.infoDis {
    flex-direction: column;
    margin-top: 2em;
    font-size: 15px;
}


.infoDis li  {
    display: block; 
    color: #3e721d;
    margin-bottom: 1em;
}

.infoDis li a {
    display: block;
    color: #000;
    flex-direction: column;
}












/* MAPA */

.mapaApp {
    display: flex;
    flex-direction: column;
    background-color: rgba(119, 178, 85, 0.12);
    border-radius: 1em;
    padding: 2em;
    margin-top: 3em;
}

.mapaApp h2 {
    text-align: center;
    font-size: 1.5em;
    color: #3e721d;
    text-decoration: underline #77b255 0.2em;
    margin-bottom: 1em;
    
}

.mapaApp img {
    border-style: solid;
    border-color: #3e721d;
    border-width: 2px;
    
}





footer{
    padding-top: 3em;
    background-color: #ffffff;
    font-size: 13px;
   
}

footer p {
    border-top-style: solid;
    border-top-width: 0.2em;
    border-top-color: #77b255;
    padding-top: 1em;
    
}










/* responsive */

@media (max-width:992px){
    
   
    header label{
        display: block;
    }
    
    .menu{
        position: absolute;
        background:#3e721d;
        width: 40%;
        margin-left: -70%;
        transition: all .3s;
    }
    .menu ul{
        flex-direction: column;
    }
    .menu li a {
        border-radius: 0em;
        border-top: 1px solid white;
        
        
    }
    
.menu li a:hover{
    color:#3e721d;
}
    
    .menu li a{
    display: block;
    color: white;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0);
}
    #btn-menu:checked ~ .menu{
        margin: 0;
        background-color: #77b255;
        
    }
    
}


@media (min-width:768px) {
  
    
    
    .logos {
        justify-content: center;
    }
 
    
    
    .datosR {
        margin-top: 3em;
        display: flex;
        justify-content: center;
        background-color: rgba(119, 178, 85, 0.58);
    border-radius: 2em;
    justify-content:center;
    align-items: center;
        

    }
    .datosEstudiante {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0);
    
}
    
   
    
    .datosPerfil {
    display: block;
    margin-left: 0em;
    
}

    .materias {
        margin-top: 0em;
        background-color: rgba(119, 178, 85, 0);
 
}
    
    .materias h3 {
        color: #3e721d;
    }

    .tPs {
        justify-content: flex-start;
        align-items: center;
    }
    
    .plan h1 {
    font-size: 30px;
    
}
    
    .link a{
        font-size: 15px;
    } 

    .mapaApp h2 {
        font-size: 30px;
    }
}
