*{

	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%;
}

.info-txt{
		font-size: 25px;
		margin: 30px;
		text-align: justify;
		/*text-shadow: black 0.1em 0.1em 0.2em;*/
}

.guia{
	width: 100%;
}

 #imagen{
 	margin: auto;
	width: 75%;
	height: 75%;

}
/*menu*/


/*header*/

.header{
	width: 100%;
	height: 130px;
	background: #023673;	
	position: fixed;
	top: 0;

	/*posicion en eje z*/
	z-index: 5;
}
.header .contenedor{
	display: flex;
	justify-content: space-between;

}
	.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*/
.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;
}
*/

/*cursos*/
.section-titulo{
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: center;
	font-size:  20px;
	color:  #45aaf2;
	text-shadow: black 0.1em 0.1em 0.2em;
}

.cursos-titilo{
	font-size:  30px;
	margin: 10px;
	text-shadow: black 0.1em 0.1em 0.2em;
}

	.contenedor .curso{
		height: 380px;
	}

.contenedor .card{		
	width: 100%;
	border-radius: 3px;	
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
	overflow: hidden;
	margin: 10px 5px 10px 5px;
	padding: 1px;
	text-align: center;
	transition: all .25s;
	background: #45aaf2;
}

.contenedor .card:hover {
	transform: translateY(-5px);
	box-shadow:  0 12px 16px rgba(0, 0, 0, 0.2);
}

.contenedor .card img{
	padding: 20px;
	width:100%;
	height: 300px;
	object-fit: fill;
	
}

.contenedor .card h4{
	font-weight: bold;
	margin: 10px 4px 0 4px;
	font-size: 25px;
	color: #fff;
	text-shadow: black 0.1em 0.1em 0.2em;
}

.contenedor .card p{
	margin: 10px;
	padding: 5px;
	text-align: justify;
	color: #fff;
	font-size: 15px;
}


.contenedor .card a{
	text-decoration: none;
	border-radius: 5px;
	border: 2px solid #fff;
	padding: 10px;
	font-weight: bold;
}


/*solo para las listas de grupos 2023-2024 editado 16-08-2023 */
.contenedor .card #imgcarda{
	border-radius: 0px;
	border: 0px;
}
.contenedor .card #imgcarda:hover{
	box-shadow:  none;
}
/*solo para las listas de grupos 2023-2024*/

.contenedor .card .link-asignacion {
	text-decoration: none;
	border-radius: 5px;
	border: 0px;
	padding: 10px;
	font-weight: bold;
	margin: 1em auto 2em;
}

.contenedor .card a:hover{
	transform: scale(1.3);
	box-shadow:  0 12px 16px rgba(0, 0, 0, 0.2);
}


/*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){
	.header{
		height: 100px;
	}
	.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-column{
		width: 33%;
		margin-right: 4px;
	}
	.info-titulo{
		font-size: 20px;
		margin: 5px 0;
		text-shadow: black 0.1em 0.1em 0.2em;
	}
	.info-img{
		width: 100%;

	}

	.cursos{
		flex-wrap: wrap;
	}
	.section-titulo{
		width: 100%;
		text-shadow: #fff 0.1em 0.1em 0.2em;
	}
	.cursos-columna{
		width: 48%;
	}

	.contenedor .card{		
		width: 380px;
	}

	.iframe{
		width: 1000px;
		height: 1000px;
	}
}

@media(min-width: 768px){

	.banner-titulo{
		font-size: 50px;

	}
	.contenedor .card{		
		width: 380px;
	}

	.guia{
		display: flex;
	}

	 .guia #imagen{
	 	display: flex;
		width: 100%;
		height: 100%;
		justify-items: center;
		align-items: center;
	}
}

@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;
		
	}
	
	.contenedor .card{		
		width: 380px;
	}



}


