@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap');

:root{
	scroll-behavior: smooth;
	--font1: 'Open Sans', sans-serif;
	--padding-container: 60px 0;
	--blanco: #fff;
	--negro: #000;
	--letra-liceo: #020623;
	--letra-liceo-a: rgba(242, 246, 6, 1);
	--sombra-liceo: 0 2px 2px #f2f606;
	--sombra-b: 0 0 6px rgba(0, 0, 0, 1.0);
	--fondo-azul: rgba(6, 5, 53, 1);
	--fondo-azul-suave: rgba(6, 5, 53, .6);
	--fondo-amarillo: rgba(242, 246, 6, 1) ;
}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body{
	font-family: var(--font1);
}

.contenedor{
	box-sizing: border-box;
	width: 90%;
	max-width: 1200px;
	overflow: hidden;
	margin: auto;
	padding: var(--padding-container);
}

header{
	height: 100vh;
	background-image: linear-gradient(to top, rgba(6, 5, 53, .5) 0%, rgba(242, 246, 6, .5) 100%),url('../img/fondoFinal.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

.head{
	text-align: center;
	padding: 0;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: var(--letra-liceo);
	text-shadow: var(--sombra-liceo);
}

.menucolapse{
	position: fixed;
	top: 30px;
	right: 30px;
	background: var(--blanco);
	width: 40px;
	height: 40px;
	cursor: pointer;
	border-radius: 10px;
	box-shadow: 0 0 6px rgba(0, 0, 0, .5);
}

.menu_navega{
	position: fixed;
	top: 0;
	right: 0;
	width: 30vw;
	height: 100%;
	background-image: linear-gradient(to top, rgba(6, 5, 53, .8) 0%, rgba(242, 246, 6, .8) 100%);
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
	transition: transform .3s ease-in-out;
	transform: translate(110%);
	box-shadow: var(--sombra-b);
}


.spread{
	transform: translate(0);
}

.menu_navega a{
	color: var(--letra-liceo);
	text-shadow: var(--sombra-liceo);
	text-decoration: none;
}

.titulo{
	font-size: 60px;
	margin-bottom: 15px;
}

.copy{
	font-weight: 400;
	font-size: 25px;
}

/*
 * segunda seccion
 */

.subtitle{
	text-align: center;
	font-weight: 400;
	color: var(--letra-liceo);
	text-shadow: var(--sombra-liceo);
	margin-bottom: 30px;
	font-size: 40px;
}

.contenedor_especialidades{
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	flex-wrap: wrap;
}

.contenedor_especialidades img{
	width: 40%;
}

.checklist_especialidad{
	width: 55%;
}
.especialidad{
	margin-bottom: 10px;
	font-size: 14px;
	text-align: justify;
}

.n_especialidad{
	margin-bottom: 7px;
	color: var(--letra-liceo);
}

.number{
	display: inline-block;
	background-image: linear-gradient(to top, rgba(6, 5, 53) 0%, rgba(242, 246, 6) 100%);
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 50%;
	font-weight: 700;
	line-height: 30px;
	margin-right: 5px;
}

.section_docentes{
	background-color: var(--fondo-azul);
}

.profesores{
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

.img_docentes{
	object-fit: cover;
	width: 22%;
	height: 41vh;
	display: block;
	margin-bottom: 15px;
	box-shadow: var(--sombra-b);
	cursor: pointer;
}

.imagen_light{
	position: fixed;
	background: rgba(0, 0, 0, .7);
	width: 92%;
	height: 92%;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translate(112%);/*marca 0 100%*/
	transition: transform .2s ease-in-out;
}

.show{
	transform: translate(0);
}

.agregar_imagen{
	object-fit: cover;
	/*width: 70%;*/
	border-radius: 10px;
	transform: scale(0);/*marcados 0 1*/
	transition: transform .3s .2s;
}

.showDocente{
	transform: scale(1);
	height: 80vh;
}

/*
 * INFO FOTO DOCENTE
 */

.info_uno, .info_dos, .info_tres, .info_cuatro, .info_cinco, .info_seis, .info_siete, .info_ocho, .info_nueve, .info_diez, .info_once{
	visibility: hidden;
	display: none;
	transform: translate(90%);
}

.ver_info{
	background: var(--fondo-azul-suave);
	padding: 5px 10px;
	position: absolute;
	transform: scale(1);
	width: 300px;
	/*width: 350px;*/
	color: var(--letra-liceo-a);
	visibility: visible;
	display: block;
	justify-content: center;
	align-items: flex-end;
	margin-top: 15%;
	margin-left: 0;
	z-index: 100;
}

.close{
	position: absolute;
	top: 15px;
	right: 15px;
	width: 40px;
	cursor: pointer;
}
.logotype{
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	flex-wrap: wrap;
}

.contenedor_logotype{
	width: 25%;
	text-align: center;
	margin-bottom: 20px;
}

.contenedor_logotype img{
	width: 95%;
	height: 50vh;
	display: block;
	margin: 0 auto;
}

.text_logotype{
	display: inline-block;
	margin-top: 20px;
	width: 100%;
	font-weight: 700;
	color: var(--letra-liceo);
	text-shadow: var(--sombra-liceo);
}

/*
 * Footer
 */
footer{
	background: var(--fondo-azul);
	padding-bottom: 0.1px;
}

.footer_container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 60px;
	padding-bottom: 40px;
}

.contact-us{
	width: 40%;
	color: var(--letra-liceo-a);
}

.brand{
	font-weight: 500;
	font-size: 40px;
}

.brand+p{
	font-weight: 500;
}

.social_media{
	width: 50%;
	display: flex;
	justify-content: flex-end;
}

.social_media_icon{
	display: inline-block;
	margin-left: 20px;
	width: 60px;
	height: 60px;
	border: 1px solid #f2f606;
	border-radius: 50%;
	text-align: center;
	color: var(--letra-liceo-a);
}

.social_media_icon:hover{
	background: var(--fondo-amarillo);
		border: 1px solid #060535;
		color: var(--letra-liceo);
}

.social_media_icon{
	font-size: 30px;
	line-height: 60px;
}


.line{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	height: 2px;
	background: var(--fondo-amarillo);
	margin-bottom: 60px;
}

@media screen and (max-width: 800px) {

	.menu_navega{
		width: 50vw;
	}

	.titulo{
		font-size: 40px;
	}

	.contenedor_especialidades img{
		width: 80%;
		margin-bottom: 40px;
	}

	.checklist_especialidad{
		width: 80%;
	}
	
	.especialidad{
		margin-bottom: 30px;
	}

	.agregar_imagen{
		width: 80%;
	}

	.img_docentes{
		width: 45%;
	}

	.contenedor_logotype{
		width: 80%;
	}

	.footer_container{
		justify-content: center;
	}

	.social_media{
		width: 80%;
		justify-content: space-evenly;
	}

	.social_media_icon{
		margin-left: 0;
	}

	.social_media i{
		margin-left: 0;
	}

	.contact-us{
		text-align: center;
		width: 80%;
		margin-bottom: 40px;
	}
}
/*
 * Fin del media 800 comienzo del 300px
 */

@media screen and (max-width: 500px) {
	.menu_navega{
		width: 65vw;
	}

	.hamburger{
		top: 20px;
		right: 20px;
	}

	.titulo{
		font-size: 30px;
	}

	.subtitle{
		font-size: 30px;
	}


	.agregar_imagen{
		width: 95%;
	}

	.img_docentes{
		width: 95%;
	}

	.contenedor_logotype{
		width: 90%;
	}

	.social_media{
		width: 100%;
	}

	.contact-us{
		width: 90%;
	}
}

/*
 * Fin CSS
 */

