/* FONTS */

@import 'https://fonts.googleapis.com/css?family=Lato:300,400,700';

h1 {
font-family: "Lato", sans-serif;
color: white;
font-size: 0.7m;
font-weight: 400
  } 

p { 
    font-family: "Lato", sans-serif;
    font-size: 1em;  
        }
p a {
    color: dimgrey;
}
p a:hover { 
    
    color:#0CC;
    text-decoration: none;
}


/* CSS GENERAL */
body{
	background: #faf9f9;
	padding: 0px;
	margin: 0px;
}

a:focus{
	color: #fff!important;
	text-decoration: none!important;
}

.container{
	max-width: 1150px;
}


/*		Header 		*/

header{
	position: relative;
	display: block;
	width: 100%;
	height: 130px;
	z-index: 99;
	background-color:#0CC;
	background-image: -moz-linear-gradient(bottom, #66CCCC 0%, #66CCCC 0.27%, #66CCCC 99.46%, #66CCCC 100%);
	background-image: -o-linear-gradient(bottom, #66CCCC 0%, #66CCCC 0.27%, #66CCCC 99.46%, #66CCCC 100%);
	background-image: -webkit-linear-gradient(bottom, #66CCCC 0%, #66CCCC 0.27%, #66CCCC 99.46%, #66CCCC 100%);
	background-image: linear-gradient(bottom, #66CCCC 0%, #66CCCC 0.27%, #66CCCC 99.46%, #66CCCC 100%);
    color:#fff;
}

header .logo{
	display: table-cell;
	margin: 45px 100px 0 0;
}

header .burger_icon{
	display: none;
	float: right;
	background: #ffffff;
	padding: 5px 10px;
	text-transform: uppercase;

	color: #66CCCC;
	font-family: "Lato", sans-serif;
	font-size: 14px;

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;

	margin: 45px 10px 0 0;
}

header .burger_icon:hover{
	cursor: pointer;
}

header .burger_icon.active{
	background: #489696;
	color: #ffffff;
}

header nav{
	margin-top: 50px;
	display: table-cell;
}

header nav li{
	float: left;
	margin-left: 40px;
}

header nav li:first-child{
	margin: 0;
}

header nav li a{
	color: #fff;
	font-family: "Lato", sans-serif;
	font-size: 16px;

	transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
}

header nav li a:hover,
header nav li a:focus{
	text-decoration: none;
	color: #c7ffff!important;
}



/* VN13 */

.vn13 { 
    background: #faf9f9;
    text-align: center;
}

.vn13 h1 {
     color:#0CC;
    font-family: "Lato", sans-serif;
	font-size: 60px;
}

.vn13 h2 {
    color:#0CC;
    font-family: "Lato", sans-serif;
	font-size: 30px;
    font-weight: 300;
    padding-bottom: 13px;
}

/* MapaNav */

.mapatit { 
    text-align: center;
}

.mapatit h1 {
    color:#0CC  ;
    font-family: "Lato", sans-serif;
	font-size: 30px;
    font-weight: 300;
    padding-bottom: 13px;
}

/* Fotos */

#fotos{
    background-color:#0CC;
    background-image: -webkit-linear-gradient(bottom, #66CCCC 0%, #66CCCC 0.27%, #66CCCC 99.46%, #66CCCC 100%);
    display: flex;
    padding: 2em;
    position: relative;
}

#fotos article{
    margin: .5em auto;
    text-align: center;
    width: 100%;

}

 #fotos article img{
    max-width: 70%;
    display: block;
    margin: 1em auto;
}
 
#fotos article a{
    text-decoration: none;
    color:dimgray;
}

#fotos article a:hover{
    color:darkturquoise;
}

#fotos a img{
    position: absolute;
    margin-left: 50%;
    left: -15px;
    bottom: 1em;
}

#fotos p a {
    color:floralwhite; 
}

#fotos p a:hover{
    color: dimgray;
}


/*		Propuesta 		*/

.propuesta {
    background: #faf9f9;
    display:block;
	padding: 50px 50px 50px 50px;
	    }
	
.nombreapp {
	font-family: "Lato", sans-serif;
	font-weight: 700;
    font-size:20px;
    color:dimgrey;
    text-align:center;
     
			}

.descripcionapp {
    font-family: "Lato", sans-serif;
	font-weight: 300;
    font-size: 16px;
    color:dimgrey;
    margin: 0px 50px 0px 50px;
    text-align:left;
	    }

.linkapp {
	font-family: "Lato", sans-serif;
	font-weight: 300;
    font-size:20px;
    color:dimgrey;
    text-align:center;
    text-decoration: underline
			}


/*		Datos Academicos		*/

.datos{
	width: 100%;
	padding: 100px 0 20px 0;
    background-color:#0CC;
    background-image: -webkit-linear-gradient(bottom, #66CCCC 0%, #66CCCC 0.27%, #66CCCC 99.46%, #66CCCC 100%);
}

.datos h1{
	color: #fff;
	font-family: "Lato", sans-serif;
	font-size: 18px;
    font-weight: 400
	margin: 50px 0px 0px 0px;
	word-break: break-word;
}

.datos p{
	color:#fff;
	font-family: "Lato", sans-serif;
	font-weight: 300;
    font-size: 16px;
    margin: 30px 0 0 0;
	line-height: 28px;
}

.datos .details{
	margin-bottom: 80px;
}

.datos .details:nth-child(3n+1){
	clear: both;
}


/*		Footer 		*/

footer{
    margin: 10px 0 0 0;
	padding: 50px 0;
	text-align: center;
   background: #faf9f9;
}
.legales {
    
    margin: 0px 100px 0px 100px;
}


/*		Responsive		*/



@media (max-width:995px) {


	/*		Header 		*/
	header .logo{
		margin-right: 0;
	}

	header .burger_icon{
		display: block;
	}

	header nav{
		width: 100%;
		float: none;
		background: #66CCCC;
		position: absolute;
		margin-top: 130px;
		left: 0;
		display: none;
	}

	header nav.show{
		display: block;
	}


	header nav li{
		display: block;
		width: 100%;
		margin: 0;
		text-align: center;
	}

	header nav li a{
		display: block;
		width: 100%;	
		padding: 20px 0;
		border-bottom: 1px solid #389965;
	}

	header nav li:first-child a{
		border-top: 1px solid #389965;
	}

	header .social{
		display: none;
	}

	header .social li{
		margin-left: 10px;
	}
    
    /*		Fotos		*/
    
    #fotos{
        flex-direction: row;
        flex-wrap: wrap;
    }
  
    #fotos article{
        width: 50%;
    }
    
    #fotos article img{
    max-width: 80%;
    }
    
}
        
       @media (max-width: 600px) {

    #fotos{
        flex-direction: column;
        flex-wrap: wrap;
    }
  
    #fotos article{
        width: 50%;
    }
    
    #fotos article img{
    max-width: 80%;
    }
} 
