.py-4 {
	padding: 40px 0;
}

section.bg-grey-100 {
	background-color: var(--light-grey);
}
/* 
section.one-column,
section.two-column,
section.two-column-reversal,
section.cards-container {
  margin-top: 80px;
} */

section.one-column,
section.two-column,
section.two-column-reversal {
	flex-direction: column;
}

section.one-column {
	justify-content: center;
	align-items: center;
}

.section-title {
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
	color: var(--grey);
	margin-bottom: 10px;
}

section.one-column p {
	width: 80%;
	text-align: justify;
	margin-top: 20px;
	font-size: 18px;
}

section.one-column > span {
	width: 80%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 10px;
	margin: 10px 0px;
	font-size: 18px;
}

section.one-column > span > span {
	width: 95%;
}

#sect-gob-esc {
	margin-top: 80px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#sect-gob-esc > p {
	width: 80%;
	text-align: center;
	margin-top: 20px;
	font-size: 18px;
}

#content-gob-esc {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
	margin: 40px 0px;
}

.card-info-maestros {
	width: calc(100% / 3 - 50px);
	height: 500px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	padding: 20px;
	background-color: #fff;
	border-radius: 20px;
}

.card-info-maestros img {
	margin-bottom: 10px;
}

.card-info-maestros h5 {
	color: var(--azul-title);
	font-size: 20px;
	margin-bottom: 10px;
}

.card-info-maestros p {
	color: #000;
	text-align: start;
	font-size: 16px;
	margin: 0px;
}

.btn-manual {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.btn-manual img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #e4e2e2;
	border: 1px solid #e4e4e4;
	transition: ease all 0.4s;
}

#s-manual {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.btn-manual:hover span,
.btn-manual:hover img {
	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);
}

#s-manual > p {
	width: 80%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
}

.btn-manual span {
	background-color: #011C6D;
	border-radius: 8px;
	padding: 5px 10px;
	color: #fff;
	font-weight: bold;
	transition: ease all 0.4s;
	margin-bottom: 15px;
}

#content-proposito,
#content-card-tarj {
	margin-bottom: 80px;
}

section.one-column span svg {
	width: 20px;
	fill: #53a22b;
}

#s-est-info {
	width: 100%;
}

#s-est-info img {
	width: 100%;
}

.two-column__columns-container,
.two-column-reversal__columns-container {
	display: flex;
	flex-direction: column;
}

.two-column__columns-container {
	margin-top: 20px;
}

.two-column__columns-container .left-column {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.two-column__columns-container .left-column img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}

.two-column__columns-container .left-column__image-caption {
	margin-top: 10px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.two-column__columns-container .image-caption__position {
	font-size: 1.2rem;
	font-weight: 700;
}

.two-column__columns-container .image-caption__names {
	font-size: 1.3rem;
}

.two-column__columns-container .image-caption__description {
	margin-top: 7px;
	font-size: 0.9rem;
	font-weight: 700;
	text-align: center;
	width: 76%;
	color: var(--green);
}

.two-column__columns-container .right-column {
	padding: 20px 0 20px 20px;
}

.two-column__columns-container .right-column__title {
	font-weight: 700;
}

.two-column__columns-container .right-column__text {
	margin-top: 20px;
	text-align: justify;
}

.two-column__columns-container .right-column__cta {
	margin-top: 30px;
	display: flex;
	align-items: center;
	font-weight: 700;
}

.two-column__columns-container .right-column__cta img {
	width: 50px;
	height: 50px;
}

.two-column__columns-container .right-column__cta span {
	background-color: var(--green);
	padding: 5px 10px;
	border-radius: 12px;
	color: var(--white);
	text-align: center;
}

section.cards-container {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 10px;
}

.cards-container__img-title-card {
	display: flex;
	flex-direction: column;
	cursor: pointer;
}

.cards-container__img-title-card img {
	width: 100%;
	height: auto;
}

.img-title-card__title-container h3 {
	background-color: #011C6D;
	text-align: center;
	color: var(--white);
	padding: 7px 10px;
	font-size: 30px;
}

.two-column-reversal__columns-container {
	display: flex;
}

.row-reversed {
	flex-direction: column important;
}

.two-column-reversal__columns-container .left-column {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.two-column-reversal__columns-container .left-column img {
	min-width: 80%;
	width: 80%;
	object-fit: cover;
	border: none;
}

.two-column-reversal__columns-container .right-column {
	flex: 1;
	display: flex;
	padding: 40px;
	flex-direction: column;
	justify-content: center;
}

.two-column-reversal__columns-container .right-column h3 {
	font-size: 3rem;
	color: var(--azul-title);
	font-weight: bold;
	margin: 0px 0px 30px;
	font-family: "Lato Bold";
	text-align: center;
	width: 100%;
}
.two-column-reversal__columns-container .right-column p {
	text-align: center;
}

#cont-resoluciones {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 40px 0px;
	gap: 10px;
}

#cont-resoluciones p {
	width: 90%;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

#content-info-gobierno {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 30px;
	margin-top: 50px;
}

.card-gobierno {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	border-radius: 5px;
	background: #e3e3e3;
	flex-direction: column;
	transition: ease all 0.6s;
	position: relative;
}

.card-gobierno h4 {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 8px;
	color: var(--azul-title);
	font-weight: bold;
	font-size: 18px;
}

.card-gobierno h4 svg {
	width: 50px;
	fill: #011C6D !important;
}

.card-gobierno h4 svg path{
	fill: #011C6D !important;
}

.card-gobierno p {
	font-size: 18px;
}

.content-desplegable {
	display: none;
}

.content-desplegable.active {
	display: block;
	margin-top: 10px;
}

.content-desplegable p {
	color: #000;
	font-size: 18px;
}

.btn-desplegable:hover {
	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);
}

.svg-down {
	width: 30px !important;
	position: absolute;
	right: 0px;
}

.info-popup-proyec {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#title-col {
	font-size: 30px;
	color: var(--azul-title);
	margin-bottom: 20px;
}

#description-col {
	font-size: 18px;
	color: #000;
	margin-bottom: 10px;
}

#content-carousel {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
	padding: 20px;
	background-color: #e3e3e3;
	border-radius: 20px;
}

#carrousel-col {
	width: 100%;
}

#carrousel-col img {
	width: 100%;
	border-radius: 10px;
}

@media screen and (min-width: 992px) {
	#content-carousel {
		width: 30%;
	}
	section.cards-container {
		grid-template-columns: repeat(3, 1fr);
	}
	.two-column__columns-container,
	.two-column-reversal__columns-container {
		display: flex;
		flex-direction: row;
	}

	section.cards-container {
		gap: 20px;
	}

	.two-column-reversal__columns-container .left-column img {
		min-width: 600px;
		width: 100%;
		/* height: 400px;
		object-fit: cover; */
		border: none;
	}
	.two-column-reversal__columns-container .right-column p {
		text-align: left;
		font-size: 18px;
	}
	.row-reversed {
		flex-direction: row-reverse !important;
	}
	.two-column__columns-container .left-column img {
		width: 400px;
	}

	#cont-resoluciones {
		margin: 50px 0px 30px;
	}

	#cont-resoluciones p {
		font-size: 20px;
		width: auto;
	}

	#content-proposito,
	#content-card-tarj {
		margin-bottom: 10px;
	}

	.card-gobierno {
		width: 70%;
		padding: 20px;
	}

	.svg-down {
		right: 20px;
	}

	.btn-manual {
		flex-direction: column;
	}
}

.image-uniformes {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 20px;
}

.image-uniformes > div img {
	width: 100%;
	height: 400px;
	object-fit: contain;
}

.content-image-uniforme {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
