@charset "utf-8";
/* CSS Document */

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

body{
	background-color:#FFFFFF;
	height: 3000px;
}

header{
	width: 100%;
	height: 80px;
	background-color:transparent;
	border: 0px solid blue;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	transition: background-color 0.7s;
	-webkit-transition: background-color 0.7s;
	-moz-transition: background-color 0.7s;
	-ms-transition: background-color 0.7s;
	-o-transition: background-color 0.7s;
}


.contenedor{
	width: 98%;
	margin: auto;
}

section#cuerpo{
	height: 3000px;
	background: #FFFFFF;
	margin-top: 0px;
}

#footer{
	background-color: #292929;
	border: 0px solid red;
}
#contenedor_footer{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#inicio_footer{
 margin: 4px;
	padding-top: 60px;
	width: 200px;
	border: 0px solid #fff;
}


#inicio_footer p{
	width: 100%;
	color: #FFFFFF;
	font-family: montserratli;
	font-size: 0.8em;
	
}

#quehacemos_footer{
 margin: 4px;
	padding-top: 60px;
	width: 200px;
	border: 0px solid #fff;
}


#quehacemos_footer p{
	width: 100%;
	color: #FFFFFF;
	font-family: montserratli;
	font-size: 0.8em;
}

#programas_footer{
	 margin: 4px;
	padding-top: 60px;
	width: 200px;
	border: 0px solid #fff;
}


#programas_footer p{
	width: 100%;
	color: #FFFFFF;
	font-family: montserratli;
	font-size: 0.8em;
}

#media_footer{
 margin: 4px;
	padding-top: 60px;
	width: 200px;
	border: 0px solid #fff;
}


#media_footer p{
	width: 100%;
	color: #FFFFFF;
	font-family: montserratli;
	font-size: 0.8em;
}

#herramientas_footer{
    margin: 4px;
	padding-top: 60px;
	width: 200px;
	border: 0px solid #fff;
}


#herramientas_footer p{
	width: 100%;
	color: #FFFFFF;
	font-family: montserratli;
	font-size: 0.8em;
}







#titulo_footer{
	
	width: 100%;
	color: #FFFFFF;
	font-family: montserratli;
	font-size: 0.8em;
	text-align: center;
}
#titulo_footerbold{
	padding-top: 70px;
	padding-bottom: 20px;
	color: #FFFFFF;
	font-family: montserratbold;
	font-size: 0.8em;
	text-align: center;
}

#footerbold{
	margin-bottom: 20px;
	color: #FFFFFF;
	font-family: montserratbold;
	font-size: 0.8em;
}


#hr{
	border: solid 0px;
	margin-top: 6px;
	width: 60%;
	height: 2px;
	background-color: #00a9bd;
}




@media (max-width:1024px){
	
#inicio_footer{
display: none;
}
	
#quehacemos_footer{
display: none;
}

#programas_footer{
display: none;
}
	
#media_footer{
display: none;
}

#herramientas_footer{
display: none;
}

	
}


#redes_foot{
   width: 100%;
   height: 100px;
   background-color: #292929;
   border: 0px solid red;
   position: relative;
   top: -70px;
}

#redes{
	display: flex;
	justify-content: center;
}

#redes img{
	width: 35px;
	height: 100%;
	margin: 10px;
}
