#s-padres-info {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 145px;
}

#info-padres {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#info-padres img {
	width: 100%;
}

#info-padres > div {
	width: 100%;
	padding: 20px;
	color: #000;
	gap: 20px;
}

#info-padres > div h4 {
	font-size: 3rem;
	color: var(--azul-title);
	font-weight: bold;
	margin: 0px 0px 30px;
	font-family: "Lato Bold";
	text-align: center;
}

#info-padres > div p {
	font-size: 18px;
	text-align: center;
}

.content-cards-padres {
	width: auto;
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	gap: 10px;
}

.card-p-1 {
	width: 100%;
	background-color: #011C6D;
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 8px 20px;
	text-align: center;
	transition: ease all 0.6s;
	gap: 10px;
}

.card-p-2 {
	width: 100%;
	background-color: #1a9b08;
	border-radius: 30px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	padding: 8px 15px;
	text-align: center;
	transition: ease all 0.6s;
	gap: 15px;
}

.content-cards-padres a:hover {
	transform: scale(1.1);
	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-p-1 img {
	width: 30px;
}

.card-p-2 img {
	width: 30%;
}

.card-p-1 span {
    font-weight: bold;
    font-size: 18px;
    margin-top: 0px;
    color: #ffffff;
}

.card-p-2 span {
	font-weight: bold;
	font-size: 20px;
	color: #ffffff;
}

.info-docentes h4 {
	font-size: 3rem !important;
	color: var(--azul-title) !important;
	font-weight: bold !important;
	margin: 0px 0px 30px !important;
	font-family: "Lato Bold" !important;
}

#content-info-gobierno {
	width: 95%;
	display: grid;
	grid-template-columns: 1fr;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
	margin-top: 20px;
}

.card-gobierno {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 5px 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 img {
	width: 50px;
}

.card-gobierno p {
	font-size: 18px;
}

.content-desplegable {
	display: none;
}

.content-desplegable > div:first-child {
	width: 95%;
}

.content-desplegable.active {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}

.content-desplegable p {
	color: #000;
	font-size: 18px;
	margin-bottom: 10px;
}

.content-desplegable > b {
	display: flex;
	margin-bottom: 30px;
	margin-top: 20px;
	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;
}

.sub-items > div {
	margin-top: 0px !important;
	margin-right: 50px;
}

.sub-items {
	gap: 10px !important;
	margin-left: 10px !important;
}

.sub-items p {
	font-size: 18px !important;
}

#s-reserva {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#content-reserva {
	width: 90%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column-reverse;
	border-radius: 20px;
	background-color: #e3e3e3;
	overflow: hidden;
}

#content-reserva > div {
	width: 100%;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

#content-reserva > div h4 {
	margin-bottom: 20px;
	color: var(--azul-title);
	font-weight: bold;
	font-size: 22px;
}

#content-reserva > div p {
	font-size: 18px;
	color: #000;
}

.content-btn-pad {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.content-btn-pad a {
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
	background-color: #3d8d3e;
	border-radius: 20px;
	padding: 6px 20px;
	transition: ease all 0.6s;
	margin-top: 15px;
}

#content-reserva img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: top;
}

#content-certificados {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#content-form-certificado {
	width: 80%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
#content-form-certificado h5 {
	font-size: 22px;
	margin-bottom: 15px;
	color: var(--azul-title);
}

#content-form-certificado form {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.cont-inp-uno {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	margin: 20px 0px;
}

.cont-inp-uno label {
	color: var(--azul-title);
	font-size: 18px;
	margin-bottom: 10px;
}

.cont-inp-uno select,
.cont-inp-uno textarea,
.cont-inp-uno input {
	width: 100%;
	padding: 5px 15px;
	color: var(--azul-title);
	font-size: 18px;
	border-radius: 20px;
	border: 1px solid var(--azul-title);
}

.cont-inp-dos {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	margin: 20px 0px;
	gap: 30px;
}

.cont-inp-dos > div {
	width: 50%;
	display: flex;
	flex-direction: column;
}

.cont-inp-dos label {
	color: var(--azul-title);
	font-size: 18px;
	margin-bottom: 10px;
}

.cont-inp-dos select,
.cont-inp-dos input {
	width: 100%;
	padding: 5px 15px;
	color: var(--azul-title);
	font-size: 18px;
	border-radius: 20px;
	border: 1px solid var(--azul-title);
}

#content-btn-save-form input {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
	background-color: #1a9b08;
	border-radius: 20px;
	padding: 6px 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);
	transition: ease all 0.6s;
}

#content-btn-save-form input:hover {
	transform: scale(1.1);
}

#content-poliza,
#content-poliza > img {
	width: 100%;
}

@media screen and (min-width: 992px) {
	#info-padres {
		flex-direction: column;
	}
	#info-padres img {
		width: 100%;
		object-position: top;
	}

	#info-padres > div {
		width: 85%;
		padding: 80px 0px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
	}

	#info-padres > div h4 {
		text-align: center;
	}

	#info-padres > div p {
		text-align: center;
	}

	.card-gobierno {
		width: 100%;
		padding: 20px;
	}

	.card-gobierno h4 {
		font-size: 22px;
	}

	.svg-down {
		right: 20px;
	}

	.content-desplegable.active {
		flex-direction: column;
		align-items: center;
	}

	.content-desplegable > div:first-child {
		width: 75%;
	}

	.content-cards-padres {
		width: auto;
		margin-bottom: 0px;
	}

	.sub-items {
		margin-left: 30px !important;
	}

	#content-reserva {
		width: 50%;
		flex-direction: row;
	}
	#content-reserva > div {
		width: 50%;
	}
	#content-reserva img {
		width: 50%;
	}

	#content-info-gobierno {
		width: 80%;
		grid-template-columns: 1fr 1fr;
		flex-direction: column;
		justify-content: flex-start;
		align-items: stretch;
		gap: 30px;
		margin-top: 50px;
	}

	.card-p-1 span {
		font-size: 20px;
	}
}
