@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: 40px;
	color: rgb(19, 64, 148);/*#FBA919*/
}

.contenedor {
	margin: auto;
	/*width: 100%;*/
}
.contenedormenu {
	margin: auto;
	/*width: 100%;*/
}
.contenedormenu img {
	/*width: 100%;*//*370px;*/
	width: 370px;
	margin:15px;
}
.contenedor img {
	 width: 100%; 
	 
	margin:15px;
}

.contenedor3 {
	/*background: rgba(15, 149, 252,1);*/
}



/* ------------------------------------------   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);
}

.header .contenedormenu {
	display: flex;
	justify-content: space-between;
	background:  rgba(19, 64, 148,1); 
	color:rgb(19, 64, 148);
}


.banner__titulo {
	margin: 0px;
	color: #fff;
	font-size: 20px;
}

.banner__txt {
	color: #fff;
	font-size: 10px;
}


.logo , .icon-menu{
	margin: 5px;
	/*#fff;*/
}
.icon-menu {
	display: block;
	width: 40px;
	height: 40px;
	font-size: 30px;
	/*background: #fff;*//*rgb(40, 80, 167);*//*#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;
	/*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: 0px;
	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.7);
}

/*.cursos__descripcion {
	position: absolute;
	top:0;
	left: 0;
	color: #fff;
	background: rgba(0,0,0,0.4);
	width: 60%;
	height: 100%;
	padding: 5px;
}*/

/*.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:rgba(237, 240, 243,1);/*rgb(40, 80, 167);*/ /*#333;*/
	color:rgb(19, 64, 148);
	text-align: center;

}

#info2 .contenedor2{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}


#info2 h1{
	 font-size: 50px;
	 padding:  50px 0 0 0px;
}

#info2 h4{
	 font-size: 20px;
}
.info-srv{
	margin:20px;
}

.info-srv img{
	width: 280px;
	height: 280px;
	border-radius: 50%;
	border: 7px solid #fff;
}

/* ---------------------------------------------Estilos de slider  */
.slider {
	/*width: 95%;*/
	margin-top: 10px;
	/*margin: auto;*/
	overflow: hidden;

position: relative;
	z-index: -1000;
	
}

.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__columna {
	position: relative;
	margin-bottom: 30px;
	/*overflow: hidden;*/
}

.cursos__descripcion {
	position: absolute;
	top:0;
	left: 0;
	color: #fff;
	background: rgba(19, 64, 148,0.4);
	width: 60%;
	height: 100%;
	padding: 5px;
}

.cursos__titulo {
	/*font-size: 50px;*/
	font-size: 45px;
	margin:5px 0;
}

.cursos__txt  {
	/*font-size: 25px;*/
	font-size: 20px;
	margin:5px 0;
}

.cursos__img {
	width: 100%;
}

 .leer__mas{
 	list-style: none;
	text-decoration: none;
	display: none;

 	padding:  0px 0px  0px 75%;
 	margin:0;
 	display: inline-block;
	top:90%;
	 
	color:rgba(19, 64, 148,1);
	height: 40px;
	width: 100%; 
	font-size: 30px;
}

.cursos2  {
	position: relative;
	margin-bottom: 30px;
}
.section__titulo2 {
	text-align: center;
	font-size: 40px;
	color: rgb(19, 64, 148);/*#FBA919*/
}

/* ---------------------------------------------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   {
		/*top:10%;*/
		display: block;
		margin:0px 0;
		margin-top: -90px;
	}

	.banner__titulo {
		font-size: 20px;
		margin:0px 0;
	}

	/*.banner__txt {
		display: block;
		font-size: 18px;
		margin: 1px 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 {
		width: 100%;
	}

	.cursos {
		flex-wrap: wrap;
		margin-top: 0;
	}

	.cursos__columna {
		width: 48%;
	}


	.footer .social [class^="icon-"] {
	margin: 0 10px;	
	} 

}


@media(min-width: 768px){
.contenedor {
		margin: auto;
		/*width: 1000px;*/
	}
	.banner   {
		top:10%;
		/*display: wrap;*/
		
		/*margin:15px 0;*/
		/*margin-top: -10px;*/
	}

	.banner__titulo {
		font-size: 40px;

		margin:0px 0;
	}
./*banner__txt {
		position: absolute;
		display: block;
		font-size: 23px;
		margin: 7px 0;
	}*/
	/*

	.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: 50px;
		margin: 30px 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;*/
		margin: auto;
	}
 
	/*.banner .contenedor {
		top:40%;
	}*/
.banner__titulo {
		font-size: 60px;
	}

	.banner__txt {
		font-size: 35px;
	}

	.info  {
		margin-top: -200px;
			z-index: 10;
	}
 
	/*.cursos__columna {
		width: 48%;
	}*/

}