@charset "utf-8";
@import url("servicios_sub.css");
@import url("menu_program.css");


#banner_program {
	position: relative;
}

#banner_program img {
	margin-top: 100px;
	width: 100%;
	height: 100%;
	
}

#banner_program .contenedor {
	position: absolute;
	margin-top: 55px;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	top: 45%;
	text-align: center;
	color:#FFFFFF;
	transition: all 0.5s;
}

#banner_program h2 {
	font-size: 24px;
}

#banner_program a {
	display: inline-block;
	align-content: center;
	color: #FFFFFF;
	text-decoration: none;
	padding: 7px;
	margin-top: 10px;
	border: 1px solid;
	border-color:#3B7FD7;
}

#contenido_program{
	text-align: center;
}

#program_icons .contenedor{
	margin-bottom: 50px;
}


#program_icons.contenedor {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 30px;
}



#contenido_program p {
	text-align: justify;
	margin-bottom: 15px
}

#contenido_program h3 {
	margin-top: 5%;
	margin-bottom: 1%;
}

#contenido_program h2 {
	margin-top: 3%;
	margin-bottom: 2%;
}

#contenido_program p {
	justify-content: center;
	margin: 2%;
}

.program_icons {
	margin: 7%;

}

#program_icons.contenedor img {
	width: 7vw;
	height: auto;
	margin: 0%;
	padding: 0%;

}

label {
	cursor: pointer;
	
}

#check_enti {
	display: none;
}

#check_fact {
	display: none;
}

#check_nomi {
	display: none;
}

#conocenos {
	text-align: center;
	margin-top: 100px;
}

#conocenos a {
	color: rgba(0,0,0,1.00);
	text-decoration: none;
	
}

#servicios_sub {
	margin-top: 5%;
}

#conocenos img {
	padding-top: 2%;
}

@media (min-width:480px) {
	#banner_videos .contenedor{
		transition: all 0.5s;
	}
	
	#banner_videos h2 {
		font-size: 28px;
		margin-bottom: 0px;
	}
	
	#banner_videos a {
		margin-top: 10px;
	}
	
		#bienvenidos {
		padding: 30px;
	}
}

@media (min-width:768px) {
	#banner_program .contenedor {
		transition: all 0.5s;
		
	}
	
	#banner_program h2 {
		font-size: 40px;
		margin-bottom: 20px;
	}
	
}


@media (min-width:1024px) {
	#banner_program .contenedor{
		transition: all 0.5s;
	}
	
}