@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz');

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

* {
	box-sizing: border-box;
}

img {
	display: block;
	max-width: 100%;
}

body{
	margin: 0;
	font-family: 'Open Sans',sans-serif;
	/*background: #DBDBDB;*/
}

h1, h2, h3, h4, h5{
	font-family: 'Yanone Kaffeesatz', sans-serif;
	letter-spacing: 1.5px;
}

/*:focus{
	outline: none;
}*/
/*-------------------------------------------- Contactenos */
/*---Formulario */
.form_wrap2 {
	width: 1050px;
	height: 530px;
	margin: 50px auto; 
	display: flex;

	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 0px 20px rgb(0,0,0,.2);

	
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
}
.form_wrap {
	width: 80%;
	height: 230px;
	margin: 50px auto; 
	 
	display: flex;
	flex-wrap: column;
	justify-content: center;
	position: relative;

	background: rgba(19, 64, 148,0.8);/*#4091EC;*/
	color:#fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 0px 20px rgb(0,0,0,.2);
}
/*--informacion de contacto */
.contact_info::before{
	content: '';
	width: 100%;
	height: 100%;

	position: absolute;
	top:0;
	left: 0;
	background: rgb(19, 64, 148);/*#4091EC;*/
	opacity: 0.9;
}

.contact_info{
	/*width: 38%;*/
	width: 80%;
	position: absolute;

	display: flex;
	/*flex-direction: column;*/
	flex-direction: wrap;
	align-items: center;
	justify-content: center;

	background-image: url('../img/Personal.jpg')
	background-size:cover;
	background-position: center center; 
}

.info_title, .info_items{
	position: relative;
	/*z-index: 2;*/

	color:#fff;
}

.info_title{
	margin-bottom: 60px;
}

.info_title span{
	/*font-size: 90px;*/
	font-size: 2em;
	display: block;

	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

.info_title h2{
	font-size: 30px;
	text-align: center;
}

.info_items span{
	font-size: 40px;
	display: block;

	text-align: center;
	margin: 15px 15px 5px 25px;
}
.info_items p{
	display: flex;
	align-items: center;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}

.info_items p:nth-child(1) span{
	font-size: 30px;
	/*margin-right: 10px;*/
}


.info_items p:nth-child(2) span{
	font-size: 50px;
	/*margin-right: 15px;
	margin-left: 4px;*/
}


/* ------- formulario de contacto*/
.form_contact{
	/*width: 62%;*/
	/*width: 80%;*/
	padding: 30px 40px;
	/*background: rgba(19, 64, 148,0.8); 
	opacity: 0.9;
*/

	/*width: 80%;*/
	height: 370px;
	margin: 0% 10% 30px; 
	 
	display: flex;
	flex-wrap: column;
	justify-content: center;
	position: relative;

	background: rgba(19, 64, 148,0.8);/*#4091EC;*/
	color:#fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 0px 20px rgb(0,0,0,.2);
}

.form_contact h2{
	font-size: 25px;
	font-weight: 600;
	color:#fff;
	/*margin-bottom: 30px;*/
}

.form_contact .user_info{
	display: flex;
	flex-direction: column; 
	justify-content: center;
	text-align: left;
}

.form_contact label{
	font-weight: 600;
}

.form_contact input,form.form_contact textarea {
	width: 100%;
	padding: 8px 0px 5px;
	margin-bottom: 20px;

	border: none;
	border-bottom: 2px solid #D1D1D1;

	font-family: 'Open sans';
	color:#5A5A5A;
	font-size: 14px;
	font-weight: 400;
}
.form_contact input  {
	min-width: 100%;
	max-width: 100%;
	max-height: 2em;
}

.form_contact  textarea {
	min-width: 100%;
	max-width: 100%;
	max-height: 30vh;
}

.form_contact input[type="button"]{
	width: 180px;
	background: rgb(19, 64, 148);/*#4091EC;*/
	padding: 10px;
	border: none;
	border-radius: 25px;

	align-self: flex-end;

	color:#fff;
	font-family: 'Open sans';
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;

}


.form_contact input[type="button"]:hover{
	background: #3371B6;
}

/* ventana de errores*/
.modal_wrap{
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.7);

	position: fixed;
	top:0;
	left:0;
	z-index: 3;

	display: flex;
	justify-content: center;
	align-items: center;
}

.mensaje_modal{
	background: #fff;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
	width: 400px;
	padding: 30px 20px 15px;
}

.mensaje_modal h3{
	text-align: center;
	font-family: 'Ubuntu';
	font-size: 20px;
	font-weight: 400;
}

.mensaje_modal h3:after{
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #C5C5C5;
	margin: 10px 0px 15px;
}

.mensaje_modal p{
	font-size: 16px;
	color:#606060;
}

.mensaje_modal p:before{
	content: '\f00d';
	font-family: FontAwesome;
	display: inline-block;
	color:#E25151;
	margin-right: 8px;
}


.mensaje_modal #btnClose{
	display: inline-block;
	padding: 3px 10px;
	margin-top: 10px;

	background: #E25151;
	color: #fff;
	border: 2px solid #B14141;
	cursor: pointer;

	float: right;
}





/* ------------------------------------------   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%;*/
	z-index: 999;
}

.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%;
	}*/

}