#s-form-admisiones {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 50px;
}

#principal-content-form-admisiones {
	width: 80%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

#info-form {
	width: 25%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #0d6c26;
}

#info-form > img {
	width: 100%;
}

.card-paso-1 {
	width: 90%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding: 10px 0px;
}

.card-paso-1 > img {
	width: 30%;
	position: relative;
	left: 10px;
}

.card-paso-1 > div {
	width: 70%;
	background-color: #fff;
	border-radius: 0px 20px 20px 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 10px;
	padding-left: 20px;
	margin-top: 20px;
}
.card-paso-1 > div h4 {
	color: #858484;
	font-size: 18px;
	overflow-wrap: anywhere;
}
.card-paso-1 > div > a {
	font-size: 14px;
	color: #858484;
	overflow-wrap: anywhere;
}
.card-paso-1 > div .line {
	height: 1px;
	background-color: #b9b7b7;
	width: 100%;
	margin: 5px 0px 10px;
}
.line-blanca {
	height: 1px;
	background-color: #fff;
	width: 100%;
	margin: 10px 0px;
}
.card-paso-1 > div .line.azul {
	background-color: #031749 !important;
}

.info-pequena {
	color: #031749;
	width: 100%;
	text-align: start;
}

.info-pequena h5 {
	font-size: 14px;
}

.info-pequena a {
	margin-left: 20px;
	font-size: 18px;
}

#content-form-admisiones {
	width: 75%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0px 20px;
}

#content-form-admisiones form {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px 0px;
}

#content-form-admisiones select,
#content-form-admisiones input,
#content-form-admisiones textarea {
	width: 100%;
	padding: 10px 15px;
	border-radius: 20px;
	background-color: #f0f0f3;
	border: none;
	outline: none;
	resize: none;
}

#content-form-admisiones textarea {
	height: 300px;
}

.btn-form-admisiones {
	width: 100% !important;
	cursor: pointer;
	background-color: #031749 !important;
	border-radius: 20px !important;
	padding: 10px 0px !important;
	color: #fff !important;
	font-size: 20px !important;
}

#s-virtual {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #f0f0f3;
	padding: 50px;
	gap: 40px 0px;
}

#s-virtual > a {
	background-color: #9b0c23;
	border-radius: 20px;
	padding: 10px 20px;
	color: #fff;
	font-size: 20px;
}

.content-img-pasos {
	width: 70%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
	justify-content: center;
	align-items: center;
}

.content-img-pasos a,
.content-img-pasos a img {
	width: 100%;
}

#s-pagos-linea {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #f0f0f3;
	padding: 50px;
	gap: 40px 0px;
	margin-top: 40px;
}

#s-pagos-linea > a {
	background-color: #9b0c23;
	border-radius: 20px;
	padding: 10px 20px;
	color: #fff;
	font-size: 20px;
}

#content-pagos {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#content-pagos > div {
	width: 90%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 15px;
	font-size: 20px;
	color: #858484;
}

#description-admisiones {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#description-admisiones > ol{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 30px;
}
#description-admisiones > ol li,
#description-admisiones > ol li h4{
	color: var(--azul-title);
    font-weight: bold;
	font-size: 22px;
}

#description-admisiones > ol li h4{
	margin-bottom: 10px;
}

#description-admisiones > ol li p{
	color: #000;
    font-size: 18px;
	font-weight: normal;
	margin-bottom: 15px;
}

#s-form-admisiones > p{
	color: #000;
    font-size: 18px;
	font-weight: normal;
	margin-bottom: 15px;
	text-align: start;
	width: 80%;
}

#description-admisiones > ol li ul li a,
#description-admisiones > ol li p a{
	color: var(--red);
	font-weight: bold;
}

#description-admisiones > ol li ul {
	margin-left: 30px;
}
#description-admisiones > ol li ul li {
	color: #000;
    font-size: 18px;
	font-weight: normal;
	margin-bottom: 15px;
}

#description-admisiones>a {
    color: #ffffff;
    font-weight: bold;
    font-size: 25px;
	margin-top: 20px;
    background-color: #011C6D;
    border-radius: 20px;
    padding: 6px 20px;
    transition: ease all 0.6s;
}

@media screen and (max-width: 992px) {
	#s-form-admisiones {
		padding: 20px;
	}

	#principal-content-form-admisiones {
		width: 90%;
	}

	#info-form {
		width: 100%;
		margin-bottom: 20px;
	}

	#content-form-admisiones {
		width: 100%;
		padding: 0px;
		margin-bottom: 25px;
	}

	#s-virtual {
		padding: 20px;
	}

	#s-virtual > a {
		font-size: 13px;
	}

	.content-img-pasos {
		width: 90%;
		display: grid;
		grid-template-columns: 1fr;
	}

	#s-pagos-linea > a {
		font-size: 13px;
	}

	#s-pagos-linea {
		padding: 20px;
	}

	#content-pagos > div {
		width: 100%;
		font-size: 18px;
	}

	#s-form-admisiones > p{
		width: 100%;
	}
}
