@charset "UTF-8";
/* CSS Document */
body {
	background-color: #eee;
}

.imgPortada {
	background: #C8C8C8;
	width: 100%;
	min-height: 350px;
}

.portadassp {
	width: 100%;
	height: auto;
	margin: auto;
	display: block;
	
}

.escudovedacoah {
	float:left;
	width: 200px;
	margin-top: 50px;
}

.contenidofotoytexto {
    width: 100%;
    height: 250px;
    margin: auto;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	box-sizing: border-box;
	
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(1, auto);

}

/* .foto {
	width: 250px;
} */

.contenedorfoto {
	background: url(../images/fotocaphugo.jpg);
	background-size: cover;
	grid-column: 1 / 2;
	background-repeat:no-repeat;
}

.contenedortexto {
	grid-column: 2 / -1;
}

.contenedortexto {
    background-color: rgb(255, 255, 255);
	overflow: scroll;
}

.textotitulo {
    font-size: 20px;
	color: #2c3847;
	line-height: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

.textotitulo2 {
    font-size: 15px;
	color: #2c3847;
	margin-top: 0px;
	line-height: 15px;
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: 1px solid #2c3847;
}

.texto {
	font-size: 13px;
    color: #4a7b8f;
    text-align: justify;
	line-height: 16px;
	padding-left: 20px;
	padding-right: 20px;
	
	display: flex;
    justify-content: center;
    align-items: center;

	
}

/* ESTILOS CARTA NO ANTECEDENTES */

.carta img {
	width: 100%;
	height: auto;
	margin: auto;
}

.contenido {

	width: 1000px;
	padding: 10px;
	display: flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;
}

.contenido p {
	width: 1000px;
	text-align: center;
}

.enlace1 {
	text-decoration: none;
	font-size: 25px;
	background-color: green;
	color: #fff;
	padding: 10px 20px 10px 20px;
	border-radius: 3px;
}

.enlace1:hover {
	background-color: darkgreen;
}

.telefono {
	width: 1074px;
	background-color: #323232;
	color: #fff;
	padding: 5px 20px 5px 20px;
}

/* ESTILOS CALEA */

.logocalea {
	display: flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;
}


.enlacecalea {
	text-decoration: none;
	font-size: 25px;
	background-color: #0c3258;
	color: #fff;
	padding: 10px 20px 10px 20px;
	border-radius: 3px;
	display: flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;
}

.enlacecalea:hover {
	color: goldenrod;
}

/* ESTILOS direccion */

.titulodireccion {
	display: flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;
}

.menudireccion li a {
	background-color: #63a4bf;
	color: #FFFFFF;
	padding: 10px 20px 10px 20px;
	border-radius: 3px;
	text-decoration: none;
	margin-bottom: 10px;
}

.menudireccion li a {
	display: flex;
    align-items: center;
}

.menudireccion li a:hover {
	background-color: #4f647d;
}



/* ESTILOS requisitos */

.iconrequisitos {
	width: 40px;
	margin-right: 10px;
}

/* estilos directorio */

.directorio {
	width: 90%;
	height: auto;
	
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	
}

.directorio div {
	padding: 5px;
	text-align: center;
	font-family: "aller";
	color: #3b4b5e;
	border-bottom: 2px solid #e0edf2;
}

.directorio div a {
	text-decoration: none;
	color: #4a7b8f;
}

.directorio div a:hover {
	color: #FFFFFF;
	background-color: #63a4bf;
}

.correodirectorio {
	padding: 10px;
	font-size: 13px;
	font-family: "aller";
	color: #3b4b5e;
	background-color: #e0edf2;
}

.escudoveda {
	width: 200px;
}

.contenedorbanners {
	width: 100%;
	height: auto;
	
}

.banners {
	width: 100%;
	height: auto;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	box-sizing: border-box;

	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(3, 1fr);
}

.banner5 img {
	width: 50%;
}

.banner5 {
	grid-column: 1 / -1;
	background-color: #fff;
	display: flex;
}

.banner5 a {
	display: flex;
	justify-content: center;
	align-items: center;
}

.textobanners {
	width: 75%;
	margin: auto;
}

.textobanners p {
	margin: auto;
	display: flex;
    justify-content: center;
    align-items: center;
}

.objetivo, .mision, .vision {
	display: flex;
    justify-content: center;
	align-items: center;
	background: #FFFFFF;
}

.banner1, .banner2, .banner3, .banner4 {
	display: flex;
    justify-content: center;
	align-items: center;
	background-color: #fff;
}

.treselementos {
	width: 100%;
	height: auto;
	margin-top: 10px;
	box-sizing: border-box;
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(3, 1fr);
}

.fas {
	font-size: 30px;
	color: #63a4bf;
}

.objetivo {
	height: 300px;
	color: #2c3847;
	grid-column: 1 / 2;
	background-color: #FFFFFF;
	display: flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;
	padding: 20px;
	border-radius: 3px;
}

.mision {
	height: 300px;
	color: #2c3847;
	grid-column: 2 / 3;
	display: flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;
	padding: 20px;
	border-radius: 3px;
}

.vision {
	height: 300px;
	color: #2c3847;
	grid-column: 3 / -1;
	display: flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;
	padding: 20px;
	border-radius: 3px;
}

.treselementos, .objetivo p, .mision p, .vision p {
	color: #2c3847;
}

@media only screen and (max-width: 1187px){

	.img_relevante{
		width: 100%;
		height:auto;
		float: left;
		position:relative;
	}
}

@media only screen and (max-width: 1000px){
	.contenidofotoytexto {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(1, auto);
	}

	.contenedorfoto {
		background: url(../images/fotofederico.html) no-repeat;
		background-size: cover;
		grid-column: 1 / 2;
	}
	
	.contenedortexto {
		grid-column: 2 / -1;
	}

	.img_relevante{
		width: 100%;
		height: auto;
		float: left;
		position:relative;
	}

	.banners {
		width: 100%;
		height: auto;
		margin: auto;
		margin-top: 10px;
		margin-bottom: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		box-sizing: border-box;
	
		display: grid;
		grid-gap: 10px;
		grid-template-columns: repeat(2, 1fr);
	}

	.banner1, .banner2, .banner3, .banner4 {
		
		background-color: #FFFFFF;
	}
}


@media only screen and (max-width: 768px){
	.contenidofotoytexto {
		height: 515px;
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: repeat(2, 259px);
	}

	.contenedorfoto {
		background: url(../images/fotofederico.html) no-repeat;
		background-size: cover;
		grid-column: 1 / -1;
	}
	
	.contenedortexto {
		grid-column: 1 / -1;
	}

	.img_relevante{
		width: 100%;
		height: auto;
		float: left;
		position:relative;
	}

	.banners {
		width: 100%;
		height: auto;
		margin: auto;
		margin-top: 10px;
		margin-bottom: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		box-sizing: border-box;
	
		display: grid;
		grid-gap: 10px;
		grid-template-columns: repeat(1, 1fr);
	}
	.textobanners {
		width: 368px;
		margin: auto;
	}

	.treselementos {
		width: 100%;
		height: auto;
		
		box-sizing: border-box;
		display: grid;
		grid-gap: 10px;
		grid-template-columns: repeat(1, 1fr);
		
	}
	
	.objetivo {
		color: #51657d;
		grid-column: 1 / -1;
		background: #FFFFFF;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		padding: 20px;
	}
	
	.mision {
		color: #51657d;
		grid-column: 1 / -1;
		background-color: #FFFFFF;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		padding: 20px;
	}
	
	.vision {
		color: #51657d;
		grid-column: 1 / -1;
		background: #FFFFFF;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		padding: 20px;
	}


}

.slider {
	width: 100%;
	margin: auto;
	overflow: hidden;
}

.slider ul {
	display: flex;
	padding: 0;
	width: 600%;

	animation: cambio 20s infinite alternate;
	animation-timing-function: ease;
}

.slider li {
	width: 100%;
	list-style: none;
}

.slider img {
	width: 100%;
}

@keyframes cambio {
	0% { margin-left: 0;}
	10% { margin-left: 0;}

	15% { margin-left: -100%;}
	25% { margin-left: -100%;}

	30% { margin-left: -200%;}
	40% { margin-left: -200%;}

	45% { margin-left: -300%;}
	60% { margin-left: -300%;}

	65% { margin-left: -400%;}
	80% { margin-left: -400%;}

	85% { margin-left: -500%;}
	100% { margin-left: -500%;}
}