@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz');

* {
	box-sizing: border-box;
}

img {
	display: block;
	max-width: 100%;
}

body{
	margin: 0;
	font-family: 'Open Sans',sans-serif;

}

h1, h2, h3, h4, h5{
	font-family: 'Yanone Kaffeesatz', sans-serif;
	letter-spacing: 1.5px;
}

/* ------------------------------------------   Estilos generales */
.section__titulo {
	text-align: center;
	font-size: 35px;
	color: rgb(19, 64, 148);/*#FBA919*/
}

.section__titulo3 {
	text-align: center;
	font-size: 25px;
	color: rgb(19, 64, 148);/*#FBA919*/
}
.contenedor {
	margin: auto;
	/*width: 90%;*/
}


.contenedor img {
	width: 370px;
	margin:15px;
}


.contenedor3 {
		background:  rgba(237, 240, 243,1); 
		top: 10px;
		margin:15px 15px;
}

/* ------------------------------------------   Estilos del header */
.header {
	height: auto;
}

.header .contenedor {
	display: flex;
	justify-content: space-between;
	background:  rgba(19, 64, 148,1); 
	color:rgb(19, 64, 148);
}


/*.banner__titulo {
	margin: 5px;
	color: #fff;
	font-size: 20px;
}

.banner__txt {
	color: #fff;
	font-size: 10px;
}*/


.logo , .icon-menu{
	margin: 5px;
	/*color: #fff;*/
}
.icon-menu {
	display: block;
	width: 40px;
	height: 40px;
	font-size: 30px;
	/*background: rgb(19, 64, 148);*//*#FBA919*/
	color: #fff;
	text-align: center;
	line-height: 40px;
	border-radius: 5px;
	margin-left: auto;
	cursor: pointer;
}

/* ---------------------------------------------Estilos del menu  */
.nav {
	position: absolute;
	top: 60px;
	left: -100%;
	width: 100%;
}

.menu  {
	list-style: none;
	/*padding: 50px 50px 0px 300px;*/
	padding: 50px 00px 0px 0px;
	margin:0px;
	background: rgba(19, 64, 148,1);
	/*height: 100%;*/
}

.menu > li {
	float: left;
}

.menu li:hover > ul {
	display: block;
	background:  rgba(19, 64, 148,1);  
	padding: 0px;
	font-size: 10px;
}
 
.menu li ul {
	display: none;
	position: absolute;
	min-width: 50px;
	max-width: 300px;
}

.menu__link,.menu__link2 {
	display: block;
	padding: 5px;
	background:  rgba(19, 64, 148,1); /*#FBA919*/
	text-decoration: none;
	color:#fff;
}

.menu__item li ul {
	float: left;
	display: none;
	background:  rgba(19, 64, 148,1); 
	color:#fff; 
	font-size: 35px;
}

.menu__item ul li ul {
	float: left;
	display: none;
	background:  rgba(19, 64, 148,1); 
	color:#fff; 
	font-size: 30px;
}


.menu__link2 li ul {
	float: left;
	display: none;
	background:  rgba(19, 64, 148,1); 
	color:#fff; 
	font-size: 30px;
	}


 
/*
.menu__item a {
	 
	font-size: 30px;
	font:bold;
}

.menu__item2 a {
	 
	font-size: 20px;
	font:bold;
}*/

.menu__item  a {
	 
	font-size: 30px;
	font:bold;
	/*padding: 0px 15px;*/
} 
 

.menu__item2 a {
	 
	font-size: 20px;
	font:bold;

	/*padding: 5px 0px;*/
}

.menu__link:hover, .menu__link2:hover, .select {
	background: #fff;
	color:  rgba(19, 64, 148,1); /*#FBA919*/
}

.mostrar {
	left: 0;
}


 
/* ---------------------------------------------Estilos del banner*/
.banner {
	margin-top: -60px;
	position: relative;
	z-index: -1000;
}

.banner .contenedor {
	position: absolute;
	top:100%;
	left: 50%;
	transform: translateX(-50%) translateY(-95%);
	width: 100%;
	color: #fff;
	text-align: center;
	background:  rgba(19, 64, 148,0.8); 
}
 
.banner__txt {
	display: none;
}


.banner__img {
	width: 100%;
}
/* ---------------------------------------------Estilos de info  */
.info__columna {
	background: rgb(19, 64, 148);/*#FBA919*/
	color:#fff;
	padding: 10px;
	margin-bottom: 30px;
}
.info__img {
	width: 100%;
}

.info__titulo2 {
	text-align: center;
	font-size: 20px;
	 
}
/* ---------------------------------------------Estilos de info2  */

#info2{
	background:rgb(19, 64, 148); /*#333;*/
	color:#fff;
	text-align: center;

}

#info2 .contenedor2{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.info-srv{
	margin:20px;
}

.info-srv img{
	width: 180px;
	height: 180px;
	border-radius: 50%;
	border: 7px solid #fff;
}

/* ---------------------------------------------Estilos de slider  */
.slider {
	/*width: 95%;*/
	margin-top: -20px;
	/*margin: auto;*/
	overflow: hidden;

}

.slider ul{
	display: flex;
	padding: 0;
	width: 400%;

	animation: cambio 20s infinite alternate linear;
	 
}

.slider li {
	width: 100%;
	list-style: none;
}

.slider img{
	width: 100%;
	/*height: 600px;*/
}
 
@keyframes cambio {
	0% {margin-left: 0; }
	20% {margin-left: 0; }

	25% {margin-left: -100%; }
	45% {margin-left: -100%; }

	50% {margin-left: -200%; }
	70% {margin-left: -200%; }

	75% {margin-left: -300%; } 
	100% {margin-left: -300%; }
}
/* ---------------------------------------------Estilos de servicios  */
.cursos  {
	position: relative;
	margin-bottom: 30px;
}
.cursos__columna {
	position: relative;
	margin-bottom: 30px;
}

.cursos__descripcion {
	position: relative;
	top:0;
	left: 0;
	color: #fff;
	background: rgba(19, 64, 148,1);
	width: 100%;
	height: 100%;
	padding: 5px;
	justify-content: center;
	text-align: center;
}

.cursos__titulo {
	font-size: 25px;
	margin:5px 0;
}
.cursos__titulo2 {
	font-size: 25px;
	margin:5px 0;
	text-align: center;
}
.cursos__img {
	width: 100%;
}

.cursos__descripcion2 {
	position: absolute;
	top:90%;
	/*left: 0;*/
	text-align: center;
	color: #fff;
	background: rgba(19, 64, 148,0.9);
	width: 100%;
	height: 10%;
	padding: 5px;
}

.cursos2  {
	position: relative;
	margin-bottom: 30px;
	 
	 display: flex;
	flex-wrap: column;
}
.cursos__columna2 {
	/*position: relative;*/
	margin-bottom: 0px;
}

.cursos__descripcion3 {
	/*position: relative;*/
	top:0;
	left: 0;
	color: #fff;
	/*background: rgba(19, 64, 148,0.2);*/
	/*color:rgb(19, 64, 148);*/
	width: 100%;
	height: 100%;
	padding: 5px;
	justify-content: left;
	/*text-align: left;*/
	text-align: center;
}

 

.form_wrap {
	width: 80%;
	height: 280px;
	margin: 50px 20px; 
	 
	display: flex;
	flex-wrap: wrap;
	justify-content:left;
	vertical-align: center;
	/*background:#fff;
	color:#000;*/
	background: rgba(19, 64, 148,0.9);
	color:#fff;
	
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 0px 20px rgb(0,0,0,.2);
}

.form_wrap1 {
	width: 80%;
	height: 305px;
	margin: 50px 20px; 
	 
	display: flex;
	flex-wrap: wrap;
	justify-content:left;
	vertical-align: center;
	/*background:#fff;
	color:#000;*/
	background: rgba(19, 64, 148,0.9);
	color:#fff;
	
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 0px 20px rgb(0,0,0,.2);
}
 .form_wrap8 {
	width: 80%;
	height: 400px;
	margin: 50px 20px; 
	 
	display: flex;
	flex-wrap: wrap;
	justify-content:left;
	vertical-align: center;
	/*background:#fff;
	color:#000;*/
	background: rgba(19, 64, 148,0.9);
	color:#fff;
	
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 0px 20px rgb(0,0,0,.2);
}
  .form_wrap9 {
	width: 80%;
	height: 320px;
	margin: 50px 20px; 
	 
	display: flex;
	flex-wrap: wrap;
	justify-content:left;
	vertical-align: center;
	/*background:#fff;
	color:#000;*/
	background: rgba(19, 64, 148,0.9);
	color:#fff;
	
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 0px 20px rgb(0,0,0,.2);
}


/* ---------------------------------------------Estilos de footer  */
.footer {
	background: #333;
	color: #fff;
	padding: 10px;
	text-align: center;

}

.footer .social [class^="icon-"] {
	display: inline-block;
	color: #333;
	text-decoration: none;
	font-size: 30px;
	padding: 5px;
	background: white;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	line-height: 40px;
}

/* ---------------------------------------------Estilos responsive */
@media(min-width: 480px){
	.logo {
		font-size: 40px;

	}

	.banner__titulo {
		font-size: 30px;
		margin:5px 0;
	}

	.banner__txt {
		display: block;
		font-size: 18px;
		margin: 7px 0;
	}

	.info, .cursos {
		display: flex;
		justify-content: space-between;
		margin-top: -90px;
	}

	.info__columna {
		width: 32%;
	}

	.info__titulo {
		font-size: 30px;
		margin:5px 0;
	}

	.section__titulo, .section__titulo3 {
		width: 100%;
	}

	.cursos {
		flex-wrap: wrap;
		margin-top: 0;
	}

	.cursos__columna {
		width: 48%;
	}


	.footer .social [class^="icon-"] {
	margin: 0 10px;	
	}

}


@media(min-width: 768px){
	/*.banner__titulo {
		font-size: 50px;
	}

	.cursos__titulo {
		font-size: 40px;
	}

	.info {

		margin-top: -90px; 
		width: 90%; 
	}

	.info__columna {
		width: 32%;
	}

	.cursos {
		margin-top: 0;
		width: 90%;
	}

	.cursos__columna {
		width: 48%;
	}*/


}


@media(min-width: 1024px){

	.contenedor {
		margin: auto;
		/*width: 1000px;*/
	}

.contenedor3 {
		margin: auto;
		/*width: 1500px;*/

	}

	.section__titulo{
		font-size: 40px;
		margin: 15px 0;
	}
.section__titulo2{
		font-size: 25px;
		margin: 15px 0;
	}
	.nav {
		position: static;
		width: auto;
	}

	.menu {
		display: flex;
	}
	.icon-menu {
		display: none;
	}

	.menu__link {
		background: none;
		font-size: 20px;
	}


.menu__link2 {
		background: none;
		font-size: 10px;
	}

	.select {
		color:#fff;
		background: white;
	}
	.banner__titulo {
		font-size: 60px;
	}

	.banner__txt {
		font-size: 25px;
	}



	/*.info {
		margin-top: -90px;
		width: 90%;
	}


	.info__columna {
		padding: 10px;
	}

	.info__columna {
		margin:10px;
	}

	.info__titulo {
		font-size: 40px;
		text-align: center;
	}

	.cursos__descripcion {
		padding: 20px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		align-content: center;
	}
	.cursos__titulo {
		font-size: 50px;

	}
	.cursos__columna {
		width: 48%;
	}

	.cursos__txt {
		font-size: 20px;
	}

	.cursos {
		margin-top: 0;
	}*/
}


@media(min-width: 1200px){
	/*.contenedor {
		width: 1200px;
	}
 
	.banner .contenedor {
		top:115%;
	}*/

	.info  {
		margin-top: -200px;
			z-index: 10;
	}
 
	.cursos__columna {
		width: 48%;
	}

}


h1{
	text-align: center;
	color: #fff;
	font-size: 40px;
	background:  rgba(19, 64, 148,1); 
	margin-top: 20px;
	padding: 20px;		
}