@font-face
{
font-family: 'Lato-Regular';
    src: url('fonts/Lato-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

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

body {
    display: flex;
    flex-direction:column;
    justify-content: space-between;
    min-height: 100vh;
    flex-wrap: wrap;
    background-color:#1D2647;
   
    margin: 0;
    padding:0;
    font-family:'Lato-Regular'; }

.fondo { background-color: rgba(255, 255, 255, 0.22);
width:100%;
   

}
.dgpc {display: flex;
    flex-direction: row;
    justify-content: center;
    box-sizing: border-box; 
    padding: 0;  
} 

header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    
}

header nav {width: 100%;
	background-color: #54AD7D;
}
header nav ul {display: flex;
    flex-direction:row;
    justify-content: space-between;  
    align-items: center;
  
} 

header nav ul li {
	display: flex;
    flex-direction:row;
    justify-content:center;  
    align-items: center;
	text-align: center;
	box-shadow:  0 0.35em 0.5em rgba(0, 0, 0, 0.31) inset;
	border-right: 1px #293A56 double;
	 width:25%;
	color: white;
}

ul {list-style: none}
li {list-style: none}


header ul li a {  
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 0.5rem;
    box-sizing: border-box;
    color: white;
    text-align: center;
   width: 100%;

    text-decoration: none;
}

header ul li a:hover {background-color:#D6C333; }
header ul li a:visited {background-color: #3c7154;}

/******************************** MAIN **************************************************************************/


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

.logo img { width: 70%;}
main h1 { 
    box-sizing: border-box;
   color: white;
   font-size: 40;
   text-align: center;
   margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.25rem;   
    margin-top: 0.25rem;}

.realizacion {color: white;
text-align: center;
    margin-left: 1rem;
    margin-right: 1rem;
}

#logo {text-align: center;
    margin-top: 3em;
    margin-bottom: 1em;
}


h2 {
    box-sizing: border-box;
    display: block;
    background-color:rgba(255, 255, 255, 0.2); 
    color:#d9c842;
    text-align: center;
    margin-top: 1.5rem;
	 margin-left: 1rem;
    margin-right: 1rem;
   
   
}

/******** FIGCAPTION ***********/

.galeria h3 {font-size: 1em; color: #293A56;}


.galeria {
    padding-bottom: 2em;
    display: flex;
	flex-direction: column;
    justify-content: space-between;
     align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    transition: all 1s ease;
     align-items: center;
    margin-bottom: -2rem;

}

.galeria h3 {
    width: 100%;
    padding: 1em;
}

.galeria figure {
	display: flex;
    flex-direction:column;
    justify-content: center;
     align-items: center;
    position: relative;
    overflow: hidden;
    flex-grow: 1;
	margin-bottom: 1rem;

}

.galeria img { display: block; 
max-width: 40%;
    height: auto;
}

.galeria figcaption {
	
    background-color: rgba(29, 38, 71, 0.67);
    border: solid 2px rgba(0,0,0,0);
    border-radius: 0 0 0 0;
    color: white;
    padding: .5em;
    line-height: 1.25em;
    position: absolute;
    height: 100%;
    top: calc(100% - 2em);
    left: 30vw;
    right: 0;
    transition: all .5s ease;
    width:40%;
}

.galeria figure:hover figcaption {
    background-color: rgba(29, 38, 71, 0.62);
    border: solid 2px #1D2647;
    border-radius: 5em 5em 0 0;
    padding: 1em;
    text-align: center;
    top: .5em;
     left: 30vw;
    right: 0em;
    transition: all .3s ease-out;
	
}

.galeria figcaption span {
    display: block;
    font-size: .75em;
    color: #ddd;
}

figure a {color: floralwhite;
    text-decoration: none;
    font-weight: 300;}




/************************************ ASIDE DATOS ACADEMICOS ***************************************/
aside {display: flex;
    flex-direction: column;
    justify-content: center;
   
}

.datos {margin-bottom: 1rem;}

.caja { background-color: rgba(255, 255, 255, 0.2);
padding:0.5rem;
	 margin-left: 1rem;
    margin-right: 1rem;
}

h3 { font-size:18;
color: floralwhite;
    margin-top:1rem;
    margin-bottom:0.7rem;
}

h4 {font-size: 14;
margin:0.5rem;
    font-style:bold;
}


.uba ul li {
list-style: circle;
    margin-left: 3rem;
        margin-bottom:0.5rem;
    font-size: 16;
    font-weight: 200;
	color: floralwhite;
}

.catedra h4 {font-size:18;
color: floralwhite;
	margin-right: 2rem;
}

.catedra p { font-size: 18;
margin-left: 0.5rem;
    font-weight:600;
    margin-bottom: 1rem;
	color: floralwhite;
	margin-right: 2rem;
}

.catedra ul li ul li {list-style: disc;
margin-left:4em;
    font-weight: 200;
    color: floralwhite;
}

.catedra ul li {list-style: circle;
margin-left: 3rem;
        margin-bottom:0.5rem;
    font-size: 16;
    font-weight: 600;
	color: floralwhite;
}



footer { display: flex;
    flex-direction:row;
    justify-content: space-between;
background-color: rgba(255, 255, 255, 0.22);
    margin-top: 0.5em;
}


footer p {display: flex;
    flex-direction: row;
    justify-content: center;
           text-align: justify;
          color: white;
    font-size: 9;   
    margin: 1em;}

/**************************************** PLAN ************************************************/

.texto p { text-align: justify;
margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
}

.plan {display: flex;
    flex-direction: row;
    justify-content: space-between;
align-items: center;
    align-content: center;
}

.plan .botones {margin-top: 0.5rem;}

/**************************************** MAPA ************************************************/

.mapa img {width: 70%;
    height: auto;
box-sizing: border-box;
margin-top: 1em;
    margin-bottom: 1em;
margin-left: 3em;
margin-right: 3em;}

.capturas {display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
align-items: center;
width: 90%;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 0.5rem;
    background-color: rgba(255, 255, 255, 0.44);
}

.capturas img {width: 40%;
 margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

/****************************************** MEDIA ************************************************/

@media screen and (min-width:30em) {
    
.galeria {
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;

}

.galeria h3 {
    width: 100%;
    padding: 1em;
}

.galeria figure {
    width:28%;
	display: flex;
    flex-direction:row;
    margin-top: 1rem;

}

.galeria img { display: block; 
max-width: 45%;
    height: auto;
}

.galeria figcaption {
    left: 9vw;
    width: 15vw;
}

.galeria figure:hover figcaption {
    left: 9vw;	
}    
    
    header {width: 100%;}
 
    .logo img {width: 20vw;}  
    .realizacion  {font-size: 1.2em;}
    
    
     .datos {width: 97.5%;
    display: flex;
         align-items: center;
         justify-content: center;
    } 
    
   
    .uba  {width: 50%;}
    
    .catedra  {width: 50%;}
    
    .caja ul {margin-right: 1rem;
    margin-left: 1rem;
    }
    
    
    
    .botones li a {
        padding: 0.7rem;
        margin-right:2rem;
        font-size: 20;
        
    }
    
    .botones {width: 80%;
        margin-right: 8rem;
    
    }
    .dgpc {margin-left: 5rem;}
    
    .logoclub {display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
        align-items: center;
    }
    
    .perfil {display: flex;
    flex-direction: row;
    justify-content: center;}
    
    
    .perfil li {display: flex;
    flex-direction: row;
    justify-content: center;
        margin: auto;}
    
    h2 { width:100%;
        padding: 0.5rem;
        border-radius: 0;
        margin-top: 2rem;
    }
    
     
    aside {display: flex;
    flex-direction: column;
    justify-content: center;}
    
    .caja {display: flex;
    flex-direction: row;
    justify-content: center;
    
    }
    
    .bloque {display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 1rem;
    }
    
    footer p {font-size:12;}
    
    footer  {display: flex;
    flex-direction: row;
    justify-content: center;}
    
    
    /**************** PLAN DE TRABAJO  MEDIA ******************/
   
    .punteo {
        display: flex;
        flex-direction: row;
        justify-content: center;
        
        
    }
    








