/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Arimo|Crete+Round|Merriweather');

* {
	box-sizing: border-box;
	}
img {
	display: block;
	max-width:100%;

}
background img{
	display: block;
	max-width:100%;

}
	}
	
body {
	font-family: 'Arimo|Crete+Round', sans-serif;
	
	}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Merriweather', serif;
	letter-spacing: 1.5px;

	}
h2 {
	font-size: 16px;
	text-shadow: 4px 4px 4px #aaa;
}	

h3 {
	font-size: 16px;
	text-shadow: 4px 4px 4px #aaa;
	color:#FFFFFF;
}	


.section--titulo {
	text-align: center;
	font-size: 18px;
	color: #004129;
	text-shadow: 4px 4px 4px #aaa;
}	

.contenedor {
	margin: auto;
	font-size: 18px;
	color: #004129;
}
.contenedor1 {
	margin: auto;
	background:url(../images/fondo-sfj.jpg);
	background-repeat:no-repeat;
}

.contenedor2 {
	margin: auto;
	background:url(../images/4.jpg);
	background-repeat:no-repeat;
}

.contenedor3 {
	margin: auto;

	
}

.contenedor4 {
	margin: auto;
	background:#F5F437;
	
}
a:link {
	color: #F5F437;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F5F437;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
	
/*-----------------------Estilos de header------------------*/
.header {
	height: 60px;
}
.header .contenedor{
	display: flex;
	justify-content: space-between;
}	
.logo, .icon-menu {
	margin: 5px;
	color:#FFFFFF;
}

.icon-menu {
	display: block;
	width: 30px;
	height: 30px;
	font-size: 20px;
	background:#004129;
	text-align: right;
	line-height: 40px;
	border-radius: 5px;
	margin-left: auto;
	cursor: pointer;
}
/*----------------------Estilos de menu------------------*/
.nav {
	position: absolute;
	top: 60px;
	left: -100%;
	width: 100%;
	transition: all 0.4s;
}	
.menu {
	list-style: none;
	padding: 0;
	margin: 0;	
}
.menu-link {
	display:block;
	padding: 15px;
	background: #004129;
	text-decoration: none;
	color:#fff;
}
.menu-link:hover, .select {
	background: #FFFFFF;
	color: #004129;
}
.mostrar {
	left: 0;
}


/*---------------------Estilos del banner ------------------*/

.banner {
	margin-top: -60px;
	position: relative;
	z-index: -1000;
	margin-bottom: 20px;
}

.banner .contenedor {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%)  translateY(-50%);
	width: 100%;
	color:#FFFFFF;
	text-align: center;
} 
.banner--titulo {
	font-size:12px;
	text-shadow: 4px 4px 4px #aaa;
}
.banner img {
	width: 100%;
	height: 100%;
}
.banner1 {
	position: relative;
	margin-bottom: 30px;

}
.banner1 img {
	width: 100%;
	height: 100%;
}
/*----------------------Estilos de info -------------------*/

.info--columna {
	background: #004129;
	color: #ffffff;
	padding: 20px;
	margin-bottom: 10px;
}
.info--titulo {
	font-size:14px;
	text-align: center;
	valign: middle;
}
info--img {
	width: 100%;
	height: 100%;
}


/*-----------------------Estilos de cursos -----------------*/


.cursos--columna {
	position: relative;
	margin-bottom: 30px;

}
.cursos--descripcion {
	position: absolute;
	top: 0;
	left: 0;
	color:#FFFFFF;
	background: rgba(0,0,0,0.5);
	width: 60%;
	height: 100%;
	padding: 5px;
}
.cursos--titulo {
	font-size:18px;
	margin: 5px 0;
}
.cursos--txt {
	font-size:14px;
	margin: 5px 0;
}


.fotos--img {
	width: 100%;
	height:100%;
}




/*-----------------------Estilos de contenido -----------------*/

.contenido--titulo {
	font-size:20px;
	margin: 10px 0;
}
.contenido--txt {
	font-size:16px;
	margin: 5px 0;

}

.contenido--info {
	padding: 10px 0;
	text-align: justify;
	color: #004129;
}

.contenido--info1 {
	padding: 1px 0;
	text-align: justify;
	color: #fff;
}
.contenido--img {
	padding: 20px;
	width: 100%;
	height: 100%;
}


/*----------------------Estilos de fotos -------------------*/

.efotos--columna {
	background: 004129;
	color: #FFFFFF;
	padding: 20px;
	margin-bottom: 10px;
	justify-content: center;	
	align-items: center;
	align-content: center;
	
}
.fotos--titulo {
	font-size:14px;
	text-align: center;
	valign: middle;
}
fotos--img {
	padding: 20px;
	width: 100%;
	height: 100%;
	max-width:300px;
	max-height:200px;
}



/*---------------------------Estilos de footer ---------------------------*/
.footer {
	background: #004129;
	color: #FFFFFF;
	padding: 10px;
	text-align: center;
}

.footer .social [class^="icon-"] {
	display: inline-block;
	color: #004129;
	text-decoration: none;
	font-size: 30px;
	padding: 10px;
	background:#FFFFFF;
	border-radius: 20%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	
}


/*---------------------------Estilos responsive ---------------------------*/
@media(min-width:480px) {
.icon-menu {
	display: block;
	width: 40px;
	height: 40px;
	font-size: 30px;
	line-height: 50px;
	}
	.logo {
		font-size:40px;
	}
	.banner--titulo {
		font-size:30px;
		margin: 5px 0;
	}
	.banner--txt {
		display:block;
		font-size:16px;
		margin: 7px 0;
	}
	.banner--titulo {
		font-size:20px;
	}
	.banner {
		margin-bottom: 70px;
	}	
	.info, .cursos, .fotos{
		display: flex;
		justify-content: space-between;
		margin-top: -90px;
	}
	.info--columna {
		width: 32%;
		padding: 10px;
		
	}
	
	.info--columna1 {
		
		padding: 10px;
	}

	.info--titulo {
		font-size:14px;
		margin: 5px 0;
	}
	.section--titulo {
		width: 100%;
		font-size: 25px;
	}	


	.cursos {
		flex-wrap: wrap;
		font-size:20px;
		display: flex;
		justify-content: space-between;
	}

	.enlaces {
		display: flex;
		justify-content: space-between;
		margin-top: 0px;
	}
	.enlaces--columna {
		width: 18%;
		padding: 10px;
		justify-content: center;	
		align-items: center;
		align-content: center;
	}
	.enlaces--titulo {
		font-size:14px;
		margin: 5px 0;
	}
	.contenido--table {
		width: 100%
}
}
@media(min-width:768px) {
	.banner--titulo {
		font-size:30px;
	}
	.banner {
		margin-bottom: 60px;
}
	.section--titulo {
		font-size: 30px;
}	
	.info--titulo {
		font-size:16px;	
		text-align: center;

}
	.info--columna {
		padding: 30px;
}
	.cursos {
		flex-wrap: wrap;
		font-size:20px;
		margin-top: 0;
		
}
	.cursos--columna {
		width: 48%;
		justify-content: space-between;
}

	.contenido--table {
		width: 60%
}
}
@media(min-width:1024px) {
	.banner {
		margin-bottom: 50px;
}
	
	.contenedor {
		width: 1000px;
	}
	
	.section--titulo {
		font-size:30px;
		margin: 30px 0;
	}
	
	.contenedor h1 {
		font-size: 40px;
		text-shadow: 4px 4px 4px #aaa;
	}

	
	.nav {
		position: static;
		width: auto;
		}
	.menu {
		display: flex;
	}	
	.icon-menu {
		display: none;
	}
	.menu-link {
		background: none;
		font-size:16px;
	
	}
	.select {
		color: #fff;
		background: #004129;
	}
	.banner--titulo {
		font-size:30px;
	}
	.banner--text {
		font-size:25px;
	}	
	.info--titulo {
		font-size:20px;	
		text-align: center;
	}
	.info--columna {
		padding: 15px;
	}
	.info  {
		display: flex;
		justify-content: space-between;
		margin-top: -90px;
	}	
	.cursos {
		flex-wrap: wrap;
		font-size:20px;
		margin-top: 0;
		
	}
	
	.cursos--descripcion {
		padding: 10px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;	


	}		
	
	.cursos--titulo {
		font-size:22px;

	}	
	
	.cursos--txt {
		font-size:18px;

	}
	.contenido--txt {
		font-size:18px;

	}
	
}

@media(min-width:1024px) {
	.contenedor {
		width: 1100px;
	}
}



