#s-banner {
	width: 100%;
	position: relative;
	margin-top: 145px;
	display: none;
}

#s-banner-res {
	width: 100%;
	position: relative;
	margin-top: 145px;
	display: block;
}

#carrousel-banner {
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

#carrousel-banner img {
	width: 100%;
}

#carrousel-banner p {
	font-size: 23px;
	width: 70%;
	border-radius: 20px;
	background-color: #b0000fa1;
	color: #fff;
	position: absolute;
	padding: 20px;
	text-align: center;
	top: 50px;
	right: 100px;
}

#s-2 {
	padding: 30px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

#s-2-desk {
	display: none;
}

#carrousel-2 {
	width: 80%;
}

#carrousel-2-desk {
	width: 90%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
}

/* .owl-carousel .owl-item img {
	display: block;
	width: 100%;
	height: 600px;
	object-fit: cover;
} */

.item-car-2 {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: ease all 0.6s;
	padding: 10px 0px;
}

.item-car-2:hover {
	transform: scale(1.1);
	background-color: #d3d3d3;
	border-radius: 20px;
}

.item-car-2 img {
	width: 80%;
}

.item-car-2 span {
	font-size: 22px;
	font-weight: bold;
}

.azul {
	color: #0010a8;
}

.rojo {
	color: #be0f34;
}

.naranja {
	color: #f36c2b;
}

.morado {
	color: #cc06c2;
}

.verde {
	color: #53a22b;
}

.morado-osc {
	color: #7f08b7;
}

#s-cartelera {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0px 0px;
}

#info-cartelera {
	width: 90%;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	flex-direction: column;
}

#info-slider {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#carrouselcartelera {
	width: 100%;
}

.card-cartelera {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.card-cartelera > div {
	width: 100%;
	height: 300px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	background-color: #e5e5e5;
	padding: 20px 20px 30px;
}

.card-cartelera img {
	width: 100% !important;
	height: 210px;
	object-fit: cover;
	object-position: top;
}

.card-cartelera > div > h4 {
	color: #606060;
	font-weight: bold;
	font-size: 25px;
	margin-bottom: 10px;
}

.card-cartelera > div > p {
	color: #000;
	font-size: 18px;
	margin-bottom: 10px;
}

.content-btn-noticia {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.content-btn-noticia > a {
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	background-color: #011C6D;
	border-radius: 20px;
	padding: 6px 20px;
}

#info-iframe {
	width: 500px;
	display: none;
	justify-content: center;
	align-items: center;
}

#info-iframe iframe {
	width: 100%;
	height: 500px;
}

.fb-page {
	width: 100%;
}

#s-estudiantes {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 50px 0px;
}

#info-estudiantes {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
	background-image: url("/src/img/fondo-estudiantes.png");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 30px;
}

#info-estudiantes h4 {
	font-size: 3rem;
	color: #fff;
	font-weight: bold;
	margin: 0px 0px 30px;
	font-family: "Lato Bold";
	text-align: center;
}

#info-estudiantes a {
	color: #011C6D;
	font-weight: bold;
	font-size: 25px;
	background-color: #fff;
	border-radius: 20px;
	padding: 6px 20px;
	transition: ease all 0.6s;
}

#info-estudiantes a:hover {
	transform: scale(1.1);
}

.content-info {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
}

.content-info img {
	width: 30%;
}

.content-info > div {
	width: 70%;
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: flex-start;
}

.content-info > div span {
	font-size: 55px;
	font-weight: bold;
	color: #fff;
}

.content-info > div p {
	color: #ffffff;
	font-size: 22px;
}

#s-iniciativas {
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#s-iniciativas > span {
	color: #000000;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 50px;
	text-align: center;
}

#content-info-iniciativas {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 30px;
	margin-bottom: 30px;
}

.card-iniciativa {
	width: 90%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 15px;
	background-color: #f4f4f4;
	border-radius: 10px;
	padding: 20px;
}

.card-iniciativa img {
	width: 60%;
	border: 1px solid #d3d3d3;
}

.card-iniciativa > div {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.card-iniciativa > div h5 {
	color: #606060;
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 10px;
}

.card-iniciativa > div p {
	color: #000;
	font-size: 18px;
	margin-bottom: 10px;
	text-align: start;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.card-iniciativa > div a {
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	background-color: #011C6D;
	border-radius: 20px;
	padding: 6px 20px;
	transition: ease all 0.6s;
}

.card-iniciativa > div a:hover {
	transform: scale(1.1);
}

.bnn {
	width: 30px;
	height: 30px;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: calc(50% - 40px);
	z-index: 1;
}

.bnn svg {
	width: 40px !important;
	height: 40px !important;
}

#bnn-izq-paq-2,
#bnn-izq-paq {
	display: block;
	left: 30px;
}

#bnn-der-paq-2,
#bnn-der-paq {
	display: block;
	right: 30px;
}

.info-popup-proyec {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.info-popup-proyec h5 {
	font-size: 20px;
	width: 100%;
	text-align: start;
	margin-bottom: 10px;
	margin-top: 10px;
}

/* .info-popup-proyec img {
	margin-bottom: 30px;
} */

#content-info-uniminuto,
#content-info-modelo {
	display: none;
}

#content-info-uniminuto.active,
#content-info-modelo.active {
	display: flex;
}

#carrousel-banner-res img,
#carrousel-banner-res {
	width: 100%;
}

#carrousel-2 img {
	width: 80%;
}

/* ------------------ Estilos calendario ------------------------- */

#s-calendar {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/* display: none !important; */
}

#s-calendar > div {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	padding: 20px;
	gap: 20px;
}

#content-calendar {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#calendar {
	width: 100%;
}

#info-calendar {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #b0000f;
	padding: 40px;
}

#title-calendar {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
}

#title-calendar h4 {
	font-size: 70px;
	color: #fff;
}

#title-calendar > div {
	font-size: 20px;
	display: flex;
	flex-direction: column;
	color: #fff;
}

#title-calendar > div > span {
	font-weight: bold;
}

#title-calendar > div > p {
	font-size: 20px;
	color: #fff;
	font-weight: normal;
}

#info-calendar > p {
	width: 100%;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: #ffffff;
}

#envent-description {
	display: none;
}

#envent-description.shown {
	display: block;
}

#info-calendar > div {
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: #ffffff;
}

#popup-inicio img {
	width: 100%;
}

#popup-inicio .popup-container {
	width: 95%;
}

#popup-inicio .popup-content {
	padding: 0px;
}

@media screen and (min-width: 992px) {
	#s-calendar > div {
		flex-direction: row;
		padding: 50px;
	}
	#content-calendar {
		width: 48%;
	}

	#info-calendar {
		width: 48%;
	}
}

/* ------------------ fin Estilos calendario ------------------------- */

@media screen and (min-width: 992px) {
	#carrouselcartelera {
		width: 100%;
	}

	.card-cartelera > div {
		width: 100%;
		height: 220px;
	}

	.card-cartelera img {
		height: 300px;
	}

	#info-cartelera {
		width: 80%;
		flex-direction: row;
	}

	#info-slider {
		width: 80%;
	}

	#info-estudiantes {
		padding: 100px 50px;
	}

	.content-info {
		width: calc(100% / 3 - 40px);
	}

	#s-iniciativas > span {
		font-size: 18px;
		width: 80%;
	}

	.card-iniciativa {
		width: 40%;
		flex-direction: row;
	}

	#content-info-iniciativas {
		gap: 60px;
	}

	.bnn {
		width: 80px;
		height: 80px;
	}

	.bnn svg {
		width: 80px !important;
		height: 80px !important;
	}

	#carrousel-banner img {
		width: 100%;
		height: auto;
	}

	#info-iframe {
		display: none;
	}

	#carrousel-2 {
		width: 80%;
	}

	#s-2 {
		display: none;
	}

	#s-2-desk {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 30px;
		margin: 60px 0px 0px;
	}

	#s-banner {
		display: block;
	}

	#s-banner-res {
		display: none;
	}

	#popup-inicio .popup-container {
		width: 45%;
	}
}
