#s-carousel-images {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px 0px;
}

#carousel-images {
	width: 80%;
	display: block;
}

#s-quien-es-lilia {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	padding: 40px;
	background-color: #e7e7e7;
}

#content-info-quien-es-lilia {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 20px;
}

#content-info-quien-es-lilia h3 {
	font-size: 25px;
	font-weight: bold;
	color: #000;
}
#content-info-quien-es-lilia span {
	font-size: 20px;
	color: #000;
}

#content-info-quien-es-lilia p {
	font-size: 18px;
	color: #000;
}

#content-img-quien-es-lilia {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#carousel-quien-es-lilia {
	width: 100%;
}

#carousel-quien-es-lilia img {
	width: 100%;
	height: 500px;
	object-fit: cover;
	border-radius: 20px;
}

#content-btn-perfil {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
}

#content-btn-perfil a {
	background-color: #df7d00;
	border-radius: 20px;
	padding: 4px 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
		0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

#content-btn-perfil a span {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}

#content-btn-perfil a svg {
	width: 30px;
	fill: #fff;
}

#s-mujeres-paz {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#content-info-mujeres-paz {
	width: 80%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 30px;
	padding: 40px 0px;
}

#content-info-mujeres-paz h3 {
	font-size: 25px;
	font-weight: bold;
	color: #000;
}

#content-info-mujeres-paz p {
	font-size: 18px;
	color: #000;
	text-align: center;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#content-galeria-mujeres {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	justify-content: center;
	align-items: stretch;
	gap: 5px;
}

#content-galeria-mujeres a {
	width: 100%;
}

#content-galeria-mujeres a img {
	width: 100%;
	height: 100%;
	max-height: 300px;
	object-fit: cover;
}

#content-info-slider-mujeres-paz {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 30px;
}

#carousel-mujer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
	background-color: #e7e7e7;
	padding: 20px;
	border-radius: 20px;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
		0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.card-mujeres {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.card-mujeres img {
	width: 150px !important;
	height: 150px !important;
	border-radius: 50%;
}

.card-mujeres p {
	font-size: 16px;
	font-weight: bold;
}

#content-videos {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	justify-content: center;
	align-items: center;
}

#content-videos iframe {
	width: 100%;
	height: 400px;
	border-radius: 10px;
	border: none;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
		0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.btn {
	background-color: #df7d00;
	border-radius: 20px;
	padding: 4px 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
		0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.btn span {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}

.btn svg {
	width: 30px;
	fill: #fff;
}

#content-paz {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 50px;
}

.card-paz {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-content: center;
	align-items: center;
	background-color: #e7e7e7;
	border-radius: 10px;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
		0 2px 4px -1px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}

.info-img-paz iframe,
.info-img-paz img,
.info-img-paz {
	width: 100%;
}

.info-img-paz iframe {
	height: 400px;
}

.info-paz {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
	padding: 30px;
}

.card-paz-alto {
	align-items: flex-start;
	position: relative;
}

.card-paz-alto .info-paz {
	position: sticky;
	top: 100px;
}

#content-publicaciones {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	justify-content: center;
	align-items: stretch;
	gap: 40px;
}

.card-publicaciones {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	background-color: #e7e7e7;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
		0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.info-img-publicaciones {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.info-img-publicaciones,
.info-img-publicaciones img {
	width: 100%;
}

.info-img-publicaciones img {
	height: 200px;
	object-fit: contain;
	background-color: #fff;
}

.info-publicaciones {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 20px;
	gap: 20px;
}

.info-publicaciones h3 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 22px !important;
}

#s-publi-interna {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 30px;
	margin-top: 120px;
}

#content-publi-interna {
	width: 80%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding-bottom: 40px;
}

#content-publi-interna h3 {
	text-align: center;
	margin-bottom: 10px;
}

#content-publi-interna img {
	width: 100%;
}

#content-publi-interna p {
	width: 100%;
	text-align: start;
}

#content-publi-interna iframe {
	width: 100%;
	height: 500px;
	border-radius: 20px;
	border: none;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
		0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

#cargo-lilia {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

#cargo-lilia img {
	width: 30px;
}

#s-banner.b-2 img {
	width: 80%;
	margin: 30px 0px;
	border-radius: 10px;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
		0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.b-2 img:nth-child(1){
	display: flex;
}

.b-2 img:nth-child(2){
	display: none;
}

@media screen and (max-width: 992px) {
	#s-banner {
		display: none;
	}
	#s-banner.b-2 {
		display: flex;
	}

	.b-2 img:nth-child(1){
		display: none;
	}

	.b-2 img:nth-child(2){
		display: flex;
	}

	#s-banner.b-2 img {
		width: 100%;
		margin: 0px;
		border-radius: 0px;
		box-shadow: none;
	}

	#content-info-quien-es-lilia {
		width: 100% !important;
	}

	#s-quien-es-lilia {
		gap: 20px;
		padding: 20px;
	}

	#carousel-images {
		width: 90%;
	}

	#content-info-quien-es-lilia h3 {
		font-size: 20px;
	}

	#content-info-quien-es-lilia span {
		font-size: 16px;
	}

	#content-info-quien-es-lilia p {
		font-size: 16px;
	}

	#content-btn-perfil {
		flex-direction: column;
	}

	#content-btn-perfil a span {
		font-size: 16px;
	}

	#content-btn-perfil a svg {
		width: 25px;
	}

	#content-img-quien-es-lilia {
		width: 100%;
	}

	#carousel-quien-es-lilia img {
		width: 100%;
		height: 220px;
	}

	#content-info-mujeres-paz h3 {
		font-size: 20px;
	}

	#content-info-mujeres-paz p {
		font-size: 16px;
		text-align: justify;
	}

	#content-galeria-mujeres {
		grid-template-columns: repeat(2, 1fr);
	}

	#content-info-mujeres-paz {
		width: 90%;
	}

	.card-paz {
		grid-template-columns: 1fr;
	}

	.info-paz {
		padding: 10px;
	}

	#content-videos {
		grid-template-columns: 1fr;
	}

	#content-videos iframe {
		height: 250px;
	}

	#content-publicaciones {
		grid-template-columns: 1fr;
	}

	.btn span {
		font-size: 16px;
	}

	.btn svg {
		width: 25px;
	}

	#content-galeria-mujeres a img {
		max-height: 150px;
	}
}
