.info-txt{
		font-size: 25px;
		margin: 30px;
		text-align: justify;
		/*text-shadow: black 0.1em 0.1em 0.2em;*/
}


*{

	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
}
h1{
	letter-spacing: 1.5px;
}
body{
	margin: 0;
	background: #d1d8e0;
}

img{
	display:  block;
	max-width: 100%;
}

.cont{
	position: relative;
}


.contenedor{
	margin: auto;
	width: 100%;
}

/*header*/


	.logo-titulo{
		display: none;
	}
/*
.logo{
	filter: drop-shadow(0 2px 5px rgba(255, 255, 255, 0.5));

}
*/

.logo, .icono-menu i{
	margin: 5px;
	color: #fff;
	width: 85px;
	height: 85px;

}
.icono-menu i{
	display: block;
	width: 75px;
	height: 75px;
	font-size: 50px;
	background: #45aaf2;
	text-align: center;
	line-height: 70px;
	border-radius: 5px;
	margin-left: auto;
	cursor: pointer;

}

/*botones*/
#btns{
	width: 300px;
	text-decoration: none;
	color: #fff;
	display: block;
	text-align:  center;
	font-weight: 600;
	padding:  3px;
	border: 1px solid;
	border-radius: 5px;
	margin: auto;
	font-size: 15px;
	cursor: pointer;
	padding: 5px;
	box-shadow: black 0.1em 0.1em 0.2em;
}

#btns:hover{
	background: #fff;
	color: #45aaf2;
}




/*botones*/
.contenedor-btn .btn-sys{
	text-decoration: none;
	color: #fff;
	display: block;
	text-align:  center;
	padding:  3px;
	border: 1px solid;
	border-radius: 5px;
	margin-bottom: 2px;
	margin: 5px;
	font-size: 11px;
	cursor: pointer;
	padding: 5px;
	box-shadow: black 0.1em 0.1em 0.2em;
}

.contenedor-btn .btn-sys:hover{
	background: #fff;
	color: #45aaf2;
}


/*banner
.banner{
	margin-top: 110px;
	position: relative;
	/*z-index: -1000;
	z-index: 0;
	width: 100%;
	overflow: hidden;
}*/
/*
.banner .contenedor{
	position: absolute;
	top: 90%;
	left:  50%;
	transform: translateX(-50%) translateY(-90%);
	width: 100%;
	color: #fff;
	text-align: center;

}

.banner-txt{
	display: none;
}
*/
/* info */

.main{
	margin-top: 110px;
	position: relative;
	/*z-index: -1000;*/
	z-index: 0;
	width: 100%;
	overflow: hidden;

}

.info-column{
/*	background:  #45aaf2;*/
	color: #000;
	padding: 15px;
	margin-bottom: 20px;
	text-align: center;
}

/*cursos*/
.section-titulo{
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: center;
	font-size:  30px;
	color:  #45aaf2;
	text-shadow: black 0.1em 0.1em 0.1em;
}

.cursos-columna{
	/*position: relative;*/
	margin-bottom: 5px;
}

.cursos-img{
	width: 100%;
}
.cursos-descripcion{
	/*position:  relative;*/
	top: 0;
	left: 0;
	color:  #fff;
	background:  #9B9898;	
	width: 100%;
	padding:  15px;
	border-radius: 5px;
	text-align: center;
}


.cursos-titilo{
	font-size:  30px;
	margin: 10px;
	text-shadow: black 0.1em 0.1em 0.2em;

}
.cursos-txt{
	margin: 15px;

}

.info-titulo{
		/*text-shadow: gray 0.1em 0.1em 0.1em;*/
	}



/*footer*/
.footer{
	background: #333;
	color: #fff;
	padding: 10px;
	text-align: center;
}

.footer .social [class^="icon-"]{
	color: #333;
	text-decoration:  none;
	font-size: 30px;
	padding:  10px;
	background: #fff;
	border-radius:  50%;
	width: 50px;
	height:  50px;
	display:  inline-block;
	line-height:  40px;

}

/*responsive*/
@media(min-width: 480px){
	.banner-titulo{
		font-size: 35px;
		margin: 5px 0;
		text-shadow: black 0.1em 0.1em 0.2em;
	}
	.banner-txt{
		display: block ;
		font-size: 20px;
		margin: 7px 0;
		text-shadow: black 0.1em 0.1em 0.2em;
	}
	.info, .cursos{
		display: flex;
		justify-content: space-evenly;
		flex-wrap: wrap;
		margin-top: 0px;
	}

	.info-titulo{
		font-size: 30px;
		margin: 5px 0;
		/*text-shadow: black 0.1em 0.1em 0.2em;*/
	}
	.cursos{
		flex-wrap: wrap;
	}
	.section-titulo{
		width: 100%;
		text-shadow:none;
	}
	.cursos-columna{
		width: 48%;
	}
	.info-column{
		width: 100%;
	}

	.info-txt{
		font-size: 20px;
		/*text-shadow: black 0.1em 0.1em 0.2em;*/
	}
}

@media(min-width: 768px){
	.banner-titulo{
		font-size: 50px;

	}

}

@media(min-width: 1024px){

	.icono-menu{
		display: none;
	}
	.banner-titulo{
		font-size: 50px;

	}
	.contenedor{
		width: 90%;
	}
	.banner-img{
		width: 100%;
	
	}
	.section-titulo{
		font-size:  40px;
	}
	.contenedor-btn{
		display: flex;
		position: absolute;
		right: 10px;
		bottom: 0px;
	}
	.contenedor-btn .btn-sys{
		font-size: 20px;
	}
	
	.logo-titulo{
		display: block;
		height: 100%;
		width: 375px;
		margin-top: 10px;
		text-shadow: black 0.1em 0.1em 0.2em;
		color: #fff;
		text-align: center;
	}


	#btns{
	width: 500px;
	
	font-size: 20px;
	}



}


