@charset "UTF-8"
    

* {
    margin: 0;
    padding: 0;
    border:0;
    box-sizing: border-box;
}
.paginaCompleta 
{
    background-color: white;
    margin: auto;
    max-width: 100%; 
    font-family: "Rubik", sans-serif;
    font-weight: 400;
  } 
body {
    margin: 0;
    max-width: 100%; 
    
}


.contenedorHeader {
    background-color: #575756;
    margin-top: -1em;
    max-width: 100%; 
  
}

.menugrupal nav a {
    padding: 20px;
    display: block;
    text-decoration: none;
    color: white;
    font-family: "montserrat", sans-serif;
    font-weight: 500;
    font-weight: bold;
    text-transform: uppercase;
} 
    
.menugrupal nav li{
    display: inline-block;
    border-radius: 8px;
    
    }

.menugrupal nav li:hover{
    background-color: #FF1D25;
    border-radius: 5px; 
    }


.logo{
    display: flex;
    align-items: center;
    }

.logo img {
    width: 30%; 
    margin-left: auto;
    margin-right: auto;
}

main section h1 { 
    text-align: center;
    font-size: 1.1em;
    color: #575756; 
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    padding-bottom: 0.5em; 
    padding-right: 1em;
    padding-left: 1em; 

}

main section h2 { 
    text-align: center;
    font-size: 1.1em;
    color: #575756; 
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    padding-right: 1em;
    padding-left: 1em; 
}


.menugrupal ul
{
    display: flex;
    justify-content: center; 
    padding: 0; 
} 



.titulo h3{
    text-align: center;
    background-color: #4279BA;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em; 
    margin-bottom: 1em; 
    font-family: "montserrat", sans-serif;
    font-weight: 800;
    color: white;
    justify-content: center;
    text-transform: uppercase;
    padding: 0.5em; 
    }
}

.titulo h4 {
    width: 100%;
    color: white;
    text-align: center;
    font-family: "Rubik regular";
    font-weight: bold;
    margin: 1em 0 1em 0;
    font-size: 1.1em;
}


.info { 
    display: inline-block;
    color: #575756;
    text-align: center;  
    display: block;
    max-width: 80%;
    margin: auto;
    font-family: "Rubik regular"; 

}

.tp {
    list-style: none;
    text-align: center;
    font-family: "Rubik regular"; 
    color: #575756;
}
.objetivos  {
    list-style: none;
    text-align: center;
    font-family: "Rubik regular"; 
    color: #575756;

}

.parametros ul li {
    list-style: none;
    text-align: center;
    font-family: "Rubik regular";

}

.compas {
    display: block;
    text-align: center;
    list-style-type: decimal;
}


.matiaskotelanski {
    margin: 0.25em;
    background-color: #575756;
    border-radius: 8px;
    padding: 1em;
    width: 8em;
    display: inline-block;

}

.matiaskotelanski img {
    width: 90%;
    height: auto;
    border-radius: 8px;
    
}

.matiaskotelanski:hover{
    background-color: #FF1D25;

}


.palomacerrudo {
    margin: 0.25em;
    background-color: #575756;
    border-radius: 8px;
    padding: 1em;
    width: 8em;
    display: inline-block;
}

.palomacerrudo:hover{
    background-color: #FF1D25;

}

.palomacerrudo img {
    width: 90%;
    height: auto;
    border-radius: 8px;   
}

.carolinafraga {
    margin: 0.25em;
    background-color: #575756;
    border-radius: 8px;
    padding: 1em;
    width: 8em;
    display: inline-block;
}
    
.carolinafraga img {
    width: 90%;
    height: auto;
    border-radius: 8px;
    
}

.carolinafraga:hover{
    background-color: #FF1D25;
}


.link {
    color: white; 
    font-size: 0.8em;
}


.datosacademicos {
    padding: 0.5em;
    margin-bottom: 3em 

}

h4{
    text-align: center;
    font-size: 0.8em;
    color: black;
    font-family: "Rubik regular";
    font-style: normal;
    font-size: 0.9em;
    color: #575756;

}

.datosacademicos h5 {
    margin: 0 0 0 0;
    text-align: center;
    font-size: 0.8em;
    color: black;
    font-family: "Rubik regular";
    font-style: italic;
    font-size: 0.7em;
    color: #575756;

}



footer{
	position: fixed;
	bottom: 0;
}

@media (max-height:800px)
{
	footer { position: static; }
}


.footer-distributed{
	background-color: #575756;
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
	padding: 50px 50px 60px 50px;
	margin-top: 0px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

.footer-distributed .footer-left{
	width: 30%;
}

.footer-distributed h3{
	color: white;
	font: normal 36px 'Cookie', cursive;
	margin: 0;
}


.footer-distributed .footer-left img{
	width: 40%;
}

.footer-distributed h3 span{
	color:  #FF1D25;
}


.footer-distributed .footer-links{
	color:  white;
	margin: 20px 0 12px;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-center{
	width: 35%;
}


.footer-distributed .footer-center i{
	background-color: white;
	color: #575756;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: white;
	vertical-align: middle;
	margin: 0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size: 14px;
	line-height: 2;
}

.footer-distributed .footer-center p a{
	color:  #4279BA;
	text-decoration: none;;
}


.footer-distributed .footer-right{
	width: 30%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  white;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color: white;
	border-radius: 2px;

	font-size: 20px;
	color: #575756;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}


@media (max-width: 880px) {

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

}
  
.mapa {
    text-align: center;
}

.mapa img {
    padding: 2em;
    max-width: 80%;
    
 }

#mapa
{
     width: 100%;
      }
#boceto
{
     width: 80%;
      }


