@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: #1c212d;
	border: 0px solid red;
}

.footer-brand{
	max-width: 60rem;
	margin: 0 auto;
	padding: clamp(2.5rem, 5vw, 4rem) 1.5rem clamp(2rem, 4vw, 3rem);
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
	text-align: center;
}

.footer-brand__logo{
	width: min(11.5rem, 58vw);
	height: auto;
}

.footer-brand p{
	max-width: 60rem;
	margin: 1.5rem auto 0;
	color: #fff;
	font-family: montserratmedium;
	font-weight: 600;
	font-size: clamp(0.95rem, 1.5vw, 1.05rem);
	line-height: 1.55;
}
#contenedor_footer{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 1100px;
	margin: 0 auto;
	padding: clamp(2rem, 4vw, 3.5rem) 1.5rem clamp(1.25rem, 1.5vw, 1.5rem);
}

#inicio_footer,
#quehacemos_footer,
#programas_footer,
#media_footer,
#herramientas_footer{
	padding-top: 0;
}

#inicio_footer{
  margin: 4px;
	padding-top: 0;
	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: 0;
	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: 0;
	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: 0;
	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: 0;
	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{
	display: inline-block;
	margin-bottom: 20px;
	color: #FFFFFF;
	font-family: montserratbold;
	font-size: 0.8em;
	text-decoration: none;
}

.footerbold:focus-visible{
	outline: 2px solid #00a9bd;
	outline-offset: 4px;
}


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




@media (max-width:1024px){
	
#inicio_footer{
display: block;
width: min(200px, calc(50% - 8px));
padding-top: 40px;
}
	
#quehacemos_footer{
display: block;
width: min(200px, calc(50% - 8px));
padding-top: 40px;
}

#programas_footer{
display: block;
width: min(200px, calc(50% - 8px));
padding-top: 40px;
}
	
#media_footer{
display: block;
width: min(200px, calc(50% - 8px));
padding-top: 40px;
}

#herramientas_footer{
display: block;
width: min(200px, calc(50% - 8px));
padding-top: 40px;
}

#inicio_footer p,
#quehacemos_footer p,
#programas_footer p,
#media_footer p,
#herramientas_footer p{
font-size: 0.9rem;
line-height: 1.5;
}

	
}

@media (max-width: 30rem){
	#inicio_footer,
	#quehacemos_footer,
	#programas_footer,
	#media_footer,
	#herramientas_footer{
		width: min(100%, 20rem);
		padding-top: 32px;
	}
}


#redes_foot{
   width: 100%;
   height: auto;
   background-color: transparent;
   border: 0px solid red;
   position: relative;
    top: 0;
	padding: 0.5rem 1.5rem 0;
}

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

#redes img{
	width: 35px;
	height: 35px;
	margin: 10px;
	display: block;
	transition: opacity 0.3s ease, transform 0.3s ease;
}

#redes img:hover{
	opacity: 0.75;
	transform: translateY(-2px);
}

.footer-legal{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0;
	padding: 1rem 1.5rem 0;
}

.footer-legal__link{
	color: #fff;
	font-family: montserratli;
	font-size: 0.9rem;
	text-decoration: none;
}

.footer-legal__link + .footer-legal__link::before{
	content: "·";
	margin: 0 1rem;
	color: #fff;
}

.footer-copyright{
	margin: 0;
	padding: 0 1.5rem;
	color: #fff;
	font-family: montserratli;
	font-size: 0.8rem;
	line-height: 1.5;
	text-align: center;
}

.footer-copyright{
	padding-top: 1rem;
	padding-bottom: 2rem;
}
