@font-face {
	font-family: "ligth";
	src: url(../fonts/Sofia_Pro_Light_Az.otf);
}

@font-face {
	font-family: "medium";
	src: url(../fonts/Sofia_Pro_Medium_Az.otf);
}

@font-face {
	font-family: "bold";
	src: url(../fonts/Sofia_Pro_Bold_Az.otf);
}

.footer .boton {
	background-color: var(--color-rojo);
}

#footerUniversidadContainer .boton {
	background-color: #636f03;
}

.header_global .logo {
	width: 25%;
}

.ficha_tecnica_brochure {
	width: 100%;
	margin-top: 3rem;
}

.ficha_tecnica_brochure .boton {
	margin: auto;
}

.background {
	background-color: #ff4800;
}

/* GENERALES */
:root {
	--color-verde: #4f6e00;
	--color-verde-alternativo: #a7a726;
	--color-rojo: #B11F16;
	--color-blanco: #ffffff;
	--color-gris: #bfbfbf;
	--color-naranja: #ff4800;
	--color-negro: #222222;
	--font-ligth: "ligth";
	--font-medium: "medium";
	--font-bold: "bold";
}

* {
	min-width: 0;
	font-family: var(--font-text), Arial, Helvetica, sans-serif;
	color: var(--color-text);
	margin: 0;
	padding: 0;
	transition: 0.3s;

	&,
	&::after,
	&::before {
		box-sizing: border-box;
	}
}

body,
html {
	scrollbar-gutter: auto;
	scroll-behavior: smooth;
	color: var(--color-negro);
	font-size: 16px;
}

@keyframes show {
	from {
		opacity: 0;
		scale: 25%;
	}

	to {
		opacity: 1;
		scale: 100%;
	}
}

img,
svg,
video {
	display: block;
	height: 100%;
	width: 100%;
}

img {
	object-fit: cover;
	object-position: center;
	border-radius: 3px;

	view-timeline-name: --image;
	view-timeline-axis: block;

	animation-timeline: --image;
	animation-name: show;

	animation-range: entry 0% cover 30%;
	animation-fill-mode: both;
}

p,
span,
a,
ul,
li,
form {
	font-family: var(--font-ligth), Arial, Helvetica, sans-serif;
	text-wrap: pretty;
	color: var(--color-negro);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-wrap: balance;
	font-family: var(--font-medium), Arial, Helvetica, sans-serif;
}

.max {
	max-width: 1400px;
	margin: 0 auto 50px;
}

.hide {
	display: none;
}

a:hover {
	color: white !important;
}

a.boton {
	color: white !important;

}

.boton {
	background-color: var(--color-rojo);
	color: var(--color-blanco);
	display: block;
	height: 40px;
	width: fit-content;
	padding: 0 20px;
	text-align: center;
	line-height: 40px;
	border-radius: 20px;
	text-decoration: none;
	border: 0;
	font-size: 1rem;
	cursor: pointer;
}

.habilidades_item article {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex-direction: column;
}

.habilidades_item article img {
	width: 75% !important;
}

.boton:hover {
	scale: 1.1;
	color: var(--color-blanco);
}


#formulario-popup {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	height: 100%;
	width: 100vw;
	display: none;
	background-color: #00000054;
	color: #fff
}

#formulario-popup .close {
	font-size: 32px;
	color: var(--azulOscuro);
	z-index: 101;
	cursor: pointer
}

#formulario-popup .close {
	font-size: 32px;
	color: black;
	z-index: 101;
	cursor: pointer;
	float: right;
	font-weight: 700;
	line-height: 1;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2;
}

.txtContent {
	justify-content: center;
	color: black;
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 15px;
	padding: 15px;
}

#formulario-popup .container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

.ContentForm {
	box-shadow: 0 4px 5px #9f9f9f;
	background-color: #FCFBFD;
	padding: 10px;
	color: black;
	width: 100%;
	border-radius: 20px;
	overflow-y: scroll;
}

.BtonFlotante2 {
	width: 80px;
	height: 90px;
	position: absolute;
	right: 0;
	display: none;
	bottom: -53rem;
}

.botonF2,
.botonF3 {
	bottom: 5rem;
	width: 65px;
	height: 65px;
	border-radius: 100%;
	background: #0dc143;
	right: 0;
	margin-right: 16px;
	border: none;
	outline: 0;
	color: #fff;
}

.botonF3 {
	background: #FF4A00;
}

.BtonFlotante2>.menuWhatsapp,
.botonF2,
.botonF3 {
	z-index: 10;
	position: fixed;
	transition: .3s;
}

.botonF2 span,
.botonF3 span {
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
}

.BtonFlotante2>.menuWhatsapp,
.botonF2,
.botonF3 {
	z-index: 10;
	position: fixed;
	transition: .3s
}

.BtonFlotante2 .closeMenuWhatsapp {
	position: absolute;
	top: .5rem;
	right: .5rem;
	cursor: pointer;
	background: 0 0;
	border: none;
	font-size: 2rem;
	font-family: 'Poppins', sans-serif !important;
	color: black;
	width: 7%;
	font-weight: bold;
}

.BtonFlotante2>.menuWhatsapp {
	display: none;
	top: 60%;
	left: 50%;
	width: 95%;
	border-radius: 1rem;
	translate: -65% 0;
	background: linear-gradient(234deg, #ededed 10%, #fff 100%);
	height: 50%;
	justify-items: center;
	flex-direction: column;
	transform: translate(170%, -25%);
	box-shadow: 1px 0 20px #7e7e7e;
	align-items: center;
	justify-content: flex-start
}

.BtonFlotante2>.menuWhatsapp a>p {
	margin: 0;
	text-align: center;
	color: #fff;
	font-weight: 700
}

.BtonFlotante2>.menuWhatsapp a {
	display: flex;
	gap: 10px;
	color: #fff;
	font-size: 14px;
	padding: 0 24px;
	text-decoration: none;
	width: 25rem;
	font-weight: 600;
	height: 100%;
	border-radius: 50px;
	background-color: #0dc143;
	align-items: center;
	flex-direction: column;
	justify-content: center
}

.BtonFlotante2>.menuWhatsapp a:hover {
	box-shadow: 0 0 20px 0 #000
}

#formulario-popup .formulario {
	height: 70vh;
}

@media screen and (max-width: 1450px) {
	.max {
		max-width: 1200px;
	}
}

@media screen and (max-width: 1250px) {
	.max {
		max-width: 1000px;
	}

	.BtonFlotante2>.menuWhatsapp {
		transform: translate(10%, -25%)
	}
}

@media screen and (max-width: 1050px) {
	.BtonFlotante2 .btnWhatsapp {
		display: flex;
		height: 30%;
		width: 100%;
		flex-direction: column;
		font-weight: 700;
		align-content: center;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}

	.BtonFlotante2>.menuWhatsapp a {
		display: flex;
		gap: 10px;
		color: #fff;
		font-size: 14px;
		padding: 0 24px;
		text-decoration: none;
		width: 100%;
		font-weight: 600;
		height: 100%;
		border-radius: 50px;
		background-color: #0dc143;
		align-items: center;
		flex-direction: column;
		justify-content: center;
	}

	.BtonFlotante2 .menuWhatsapp .contentBtn {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		height: 50%;
		width: 80%;
	}

	.BtonFlotante2>.menuWhatsapp a>p {
		margin: 0;
		text-align: center;
		color: #fff;
		font-weight: 700;
	}

	.txtWtp .txtP1 p {
		width: 100%;
		color: #000;
	}

	.txtWtp .txtP1 {
		text-align: center;
		width: 100%;
	}

	.txtWtp {
		width: 85%;
		margin-top: 1rem;
	}

	.SecColor .txtImg {
		display: flex;
		width: 90%;
		align-items: center;
		justify-content: flex-start;
	}

	.SecColor {
		display: flex;
		height: 40%;
		width: 100%;
		justify-content: center;
		align-items: center;
		border-radius: 1rem 1rem 0 0;
	}

	.SecColor .txtImg img {
		width: 100%;
	}

	.contentImgMenu {
		width: 50%;
	}

	.BtonFlotante2>.menuWhatsapp {
		transform: translate(15%, -70%)
	}

	.botonF2 {
		bottom: 0rem;
		width: 50%;
		border-radius: 0%;
		left: 0;
		margin-right: 0%;
	}

	.botonF2 p {
		color: white;
	}

	.BtonFlotante2 span p {
		display: block;
		margin-left: 10px;
		color: white;
	}

	.Mobile,
	.BtonFlotante2 {
		display: flex !important;
	}

	.botonF3 {
		bottom: 0rem;
		width: 50%;
		border-radius: 0%;
		right: 0;
		margin-right: 0%;
	}

	.Desk {
		display: none !important;
	}


	a.boton {
		width: 100%;
		margin-top: 2rem;
	}

	.footer_widgets {
		margin-top: 1rem !important;
		gap: 45px !important;
	}

	.footer_widgets article {
		width: 100%;
	}

	.footer .boton {
		width: 100%;
		margin-top: 1rem;
	}

	.max {
		max-width: 800px;
	}

	.porqueUCentral h2 {
		width: 100% !important;
	}

	.preguntas_frecuentes .accordion {
		& button {
			.accordion-title {
				width: 90%;
				display: block;
				padding: 0 !important;
			}
		}
	}
}

@media screen and (max-width: 850px) {
	.header_global .logo {
		width: 50%;
	}

	.max {
		max-width: 600px;
	}

	.descripcion h1 {
		text-wrap: wrap !important;
		font-size: 20px !important;
	}
}

@media screen and (max-width: 650px) {
	.max {
		max-width: 400px;
		width: 90%;
	}

	.ficha_tecnica_item {
		width: 100% !important;
		height: auto !important;
	}

	.campos_desempenio_text {
		width: 100% !important;
	}

	.header_global .logo {
		width: 70%;
	}

}

/* HEADER */
.header_global {
	padding: 20px 0;
	background-color: var(--color-blanco);
	position: sticky;
	top: 0;
	height: 100px;
	z-index: 2;
	border-bottom: 1px solid var(--color-gris);
}

.ayuda_financiera_items {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	margin: 40px auto;
	max-width: 1200px;
	width: 90%;
}

.ayuda_financiera_items_item {
	width: 250px;
	height: 250px;
	border: 1px solid var(--color-gris);
	padding: 20px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 20px;
	border-radius: 20px;
}

.ayuda_financiera_items_item a {
	font-size: 14px;
}

.ayuda_financiera_items_item img {
	object-fit: contain;
}

.header_global img {
	animation-timeline: none;
}

.header_global>div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}

.header_navigation {
	display: flex;
	align-items: center;
	gap: 20px;
}

.header_navigation .icon {
	display: none;
}

.header_navigation ul {
	border: 1px solid var(--color-negro);
	display: flex;
	align-items: center;
	/* gap: 20px; */
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}

.header_navigation ul li {
	position: relative;
}

.porque_estudiar a {
	margin-top: 3rem;
}

.header_navigation ul li a {
	text-decoration: none;
	display: block;
	padding: 0 20px;

	height: 38px;
}

.header_navigation ul li a:hover {
	background-color: var(--color-rojo);
	color: var(--color-blanco);
}

.header_navigation ul li:first-child a {
	border-radius: 20px 0 0 20px;
}

.header_navigation ul li:last-child a {
	border-radius: 0 20px 20px 0;
}

.header_navigation ul li .sub-menu {
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	flex-direction: column;
	height: auto;
	border-radius: 10px;
	background-color: var(--color-blanco);
}

.header_navigation ul li .sub-menu li a {
	color: var(--color-negro);
	width: 200px;
}

.header_navigation ul li .sub-menu li:first-child a {
	border-radius: 8px 8px 0 0;
}

.header_navigation ul li .sub-menu li:last-child a {
	border-radius: 0 0 8px 8px;
}

.header_navigation ul li:hover .sub-menu {
	display: block;
}

.header_navigation ul li .sub-menu li:hover a {
	color: var(--color-blanco);
}

@media screen and (max-width: 1250px) {
	.header_navigation {
		gap: 10px;
		flex-direction: row-reverse;
	}

	.header_navigation .icon {
		display: block;
		width: 40px;
		height: 40px;
		line-height: 41px;
		text-align: center;
		background-color: var(--color-blanco);
		border: 1px solid var(--color-gris);
		color: #fff;
		font-size: 18px;
		border-radius: 50%;
		cursor: pointer;
	}

	.header_navigation {
		position: relative;
	}

	.header_navigation span {
		line-height: 40px;
	}

	.header_navigation span.fa-xmark {
		display: none;
	}

	.header_navigation .nav_items {
		display: none;
		position: absolute;
		background-color: var(--color-blanco);
		right: 0px;
		top: 74px;
		width: auto;
		height: initial;
		padding: 20px;
		border: 1px solid var(--color-negro);
		border-radius: 0 0 30px 30px;
	}

	.header_navigation .nav_items li a {}

	.header_navigation .nav_items {
		flex-direction: column;
	}

	.header_navigation .nav_items li {
		margin: 5px 0;
	}

	.header_navigation .nav_items li a {
		color: var(--color-rojo);
		display: block;
		width: 100%;
		border-radius: 3px;
		text-align: left;
		text-decoration: none;
	}

	.header_navigation .nav_items li a:hover {
		border-radius: 20px;
		color: var(--color-blanco);
	}

	.header_navigation ul li .sub-menu {
		display: block;
		position: initial;
		border: 0;
		padding-left: 1rem;
	}

	.header_navigation ul li .sub-menu li a {
		width: 100%;
	}

	.header_navigation ul li .sub-menu li:first-child a,
	.header_navigation ul li .sub-menu li:last-child a {
		border-radius: 20px;
	}
}

/* @media screen and (max-width: 850px) {
	.header_navigation .nav_items {
		width: 600px;
	}
} */

@media screen and (max-width: 650px) {
	.header_navigation {
		gap: 0;
	}

	/* .header_navigation .nav_items {
		
	} */
	.header_navigation>a {
		display: none;
	}
}

/* Footer */
.footer {
	background-color: var(--color-negro);
	padding: 40px;
}

.footer .logo {
	margin: auto;
	background: transparent !important;
	max-width: 360px;
	width: 90%;
}

.footer_widgets {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 80px;
	margin-top: 60px;
}

.footer_widgets h3 {
	color: var(--color-blanco);
	font-size: 1rem;
	text-align: center;
}

.footer_widgets ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 5px;
	text-align: left;
}

.footer_widgets ul li a {
	color: var(--color-blanco);
	text-decoration: none;
	display: block;
	padding: 0px 0;
	min-height: 30px;
	line-height: 1.4;
	font-size: 15px;

}

.footer_widgets ul li a:hover {
	text-decoration: underline;
}

.footer_bottom {
	background-color: #222222;
	padding: 10px 0;
}

.footer_bottom p {
	text-align: center;
	margin-bottom: 0;
	color: var(--color-blanco);
	font-size: 12px;
}

/* banner */
.banner {
	margin-top: 40px;
	margin-bottom: 50px;
}

/* formulario */
.formulario {
	max-width: 800px;
	margin: 0 auto 50px;
	width: 90%;
}

.form {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 20px;
	margin-top: 1rem;
}

.form_filed,
.ic-class-form-row {
	width: 48%;
	display: flex;
	flex-direction: column;
}

.form_filed:nth-child(even) {}

.form_filed label,
.ic-class-form-row label {
	font-family: var(--font-medium), Arial, Helvetica, sans-serif;
	padding: 0 0 5px 20px;
}

.form_filed input,
.form_filed select,
.ic-class-form-row input,
.ic-class-form-row select {
	height: 40px;
	padding: 0 20px;
	border-radius: 20px;
	border: 1px solid var(--color-gris);
}

.form_filed input:focus,
.form_filed input:focus-visible,
.ic-class-form-row input:focus,
.ic-class-form-row input:focus-visible {
	border: 2px solid var(--color-rojo);
}

.form_filed div {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-direction: row-reverse;
}

.form_filed:last-child,
.ic-class-form-row:last-child {
	width: 100%;
}

.form_filed div label {
	font-size: 12px;
	padding: 5px;
}

.form_filed button,
.ic-class-form-row button,
.btn-success {
	margin: auto;
	background-color: var(--color-rojo) !important;
	color: var(--color-blanco) !important;
	border: 2px solid var(--color-rojo) !important;
	display: block;
	height: 40px;
	width: 200px;
	padding: 0 20px;
	text-align: center;
	line-height: 40px;
	border-radius: 20px !important;
	text-decoration: none;
	border: 0;
	font-size: 1rem;
	cursor: pointer;
}

.form_filed span,
.ic-class-form-row span,
.error {
	color: red;
	font-size: 14px;
}

/* descripcion */
.descripcion {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto 50px;
}

.descripcion h1 {
	font-size: clamp(35px, 8vw, 50px);
	margin-bottom: 10px;
	width: 65%;
	font-weight: 600;
	text-wrap: nowrap;
}

.descripcion p {
	margin-bottom: 10px;
	text-align: justify;
}

/* ficha_tecnica */
.ficha_tecnica {
	max-width: 800px;
	margin: 0 auto 100px;
	width: 90%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}

.ficha_tecnica_item {
	width: 48%;
	display: flex;
	/* justify-content: space-between; */
	text-align: center;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 10px;
	height: 60px;
}

.ficha_tecnica_item_image {
	width: 55px;
}

.ficha_tecnica_item_text {
	width: 100%;
	display: flex;
	text-align: center;
	justify-content: center;
	flex-direction: column;
}

.ficha_tecnica_item_text h3 {
	font-size: 18px;
}

.ficha_tecnica_item_text p {
	font-size: 14px;
}

/* habilidades */
.habilidades {
	margin: 0 auto 100px !important;

}

.habilidades h2 {
	font-size: clamp(35px, 8vw, 50px);
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;

}

.habilidades_items {
	display: flex !important;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}

.habilidades_item {
	background-color: var(--color-rojo);
	padding: 30px;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	/* flex-direction: column; */
	flex-wrap: wrap;
	gap: 20px;
	width: 200px;
	height: 400px;
	text-align: center;
}

.habilidades_item_image {
	width: 100px;
}

.habilidades_item_text h3 {
	margin-bottom: 5px;
}

.habilidades_item_text h3,
.habilidades_item_text p {
	color: #fff;
}

.habilidades_item_text p {
	font-size: 14px;
}

.porque_estudiar {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

/* perfil_egresado */
.perfil_egresado,
.porque_estudiar {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto 100px;
}

.perfil_egresado h2,
.porque_estudiar h2 {
	font-size: clamp(35px, 8vw, 50px);
	text-align: center;
	margin-bottom: 30px;
	font-weight: bold;
}

.perfil_egresado p {
	margin-bottom: 10px;
	text-align: justify;
}

.perfil_egresado_link {
	background-color: var(--color-rojo);
}

.perfil_egresado .boton {
	margin: 20px auto;
	display: block;
	font-size: 18px;
}

/* detalles */
.detalles {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	margin-bottom: 100px !important;
}

.detalles_image {
	width: 40%;
}

.detalles_text {
	width: 60%;
}

.detalles_text h2 {
	font-size: clamp(35px, 8vw, 50px);
	font-weight: bold;
	margin-bottom: 20px;
}

/* Acordeon */
.accordion {
	display: grid;
	align-content: center;
}

.accordion__container {
	display: grid;
	row-gap: 0.75rem;
	border-radius: 0.5rem;
}

.accordion__title {
	font-weight: 400;
	margin-top: 0.15rem;
	transition: 0.2s;
	font-size: 20px;
}

.accordion__header {
	display: flex;
	column-gap: 0.5rem;
	padding: 1.25rem 1.25rem 1.25rem 1rem;
	cursor: pointer;
}

.accordion__description {
	padding: 0 1.25rem 1.25rem 3rem;
}

.accordion__icon {
	font-size: 1.5rem;
	height: max-content;
	transition: 0.3s;
}

.accordion__item {
	border-radius: 0.25rem;
	position: relative;
	transition: all 0.25s ease;
}

.accordion__item::after {
	content: "";
	background-color: var(--color-negro);
	width: 3px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.accordion__content {
	overflow: hidden;
	height: 0;
	transition: all 0.25s ease;
}

.accordion-open .accordion__title {
	font-weight: 600;
	font-size: 30px;
}

.accordion-open::after {
	background-color: var(--color-rojo);
}

.campos_desempenio {
	margin: 0 auto 100px;
	max-width: 1000px;
	width: 90%;
}

.campos_desempenio_texts {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}

.campos_img {
	width: 120px;
	margin-right: 1rem;
	height: auto;
}

.campos_desempenio h2 {
	font-size: clamp(35px, 8vw, 50px);
	font-weight: bold;
	margin-bottom: 50px;
}

.campos_desempenio_text {
	border: 1px solid var(--color-rojo);
	border-radius: 10px;
	padding: 60px 30px;
	width: 35%;
	height: 100px;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	text-align: center;
	align-items: center;

}

.campos_txt {
	width: 80%;
}

.campos_desempenio_text p {
	font-size: 16px;
	width: 100%;
	text-align: left;
	font-weight: bold;
	font-family: 'medium';
}

.campos_desempenio_text span {
	font-size: 14px;
}

.ayuda_txt {
	width: 100%;
	background-color: var(--color-rojo);
	color: white;
	margin-bottom: 2rem;
	text-align: center;
	height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 20px;
}

.ayuda_txt p {
	max-width: 800px;
	width: 90%;
	color: var(--color-blanco);

}

.porqueUCentral {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto 100px;
	max-width: 1200px;
	width: 100%;
}

.max {
	max-width: 1400px;
	margin: 0 auto 20px;
}

.porqueUCentral h2,
.ayuda_txt h2 {
	width: 70%;
	font-weight: bold;
	font-size: clamp(35px, 8vw, 50px);
}

.owl-carousel .owl-item {
	display: flex;
	align-items: center;
	justify-content: center;
}

.porqueUCentral_items_item {
	width: 200px;
	height: 230px;
	text-align: center;
	background-color: var(--color-rojo);
	padding: 20px;
	border-radius: 20px;
}

.ayuda_financiera_items_item article {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	height: 190px;
}

.porqueUCentral_items_item p {
	font-size: 14px;
	color: var(--color-blanco);
}

.porqueUCentral_items_item span {
	margin: 1rem 0;
	background-color: var(--color-blanco);
	color: var(--color-rojo);
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	width: 100%;
	display: block;
}

.porqueUCentral_items {
	margin-top: 40px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 20px;
	flex-wrap: wrap;
}

/* plan_estudio */
.plan_estudio {
	margin: 0 auto 100px;
	max-width: 800px;
	width: 90%;
}

.plan_estudio h2,
.ayuda_financiera_items h2 {
	font-size: clamp(35px, 8vw, 50px);
	margin-bottom: 50px;
	font-weight: bold;
	text-align: center;
}

.plan_estudio .accordion-content ul {
	list-style: disc;
	padding: 1rem 2rem;
}

.plan_estudio .accordion-content ul li {
	margin-bottom: 5px;
}

.accordion-title {
	font-weight: bold;
}

.plan_estudio .accordion {
	border-radius: 1rem;
	gap: 0.1rem;

	/* box-shadow: -1px 0px 0px black; */
	/* border-radius: 20px; */
	.accordion-item {
		border-radius: 1rem;
		/* box-shadow: 1px -1px 1px black; */

		button[aria-expanded="true"] {
			background-color: var(--color-rojo);
			/* box-shadow: -1px -1px 1px black; */
			border-radius: 1rem;
		}

		button[aria-expanded="true"] .accordion-title {
			color: white;
		}
	}

	button {
		position: relative;
		display: block;
		text-align: left;
		width: 100%;
		padding: 1em;
		font-size: 1.05rem;
		font-weight: 400;
		border-radius: 1rem;
		background-color: var(--color-blanco);

		span {
			color: var(--color-negro);
		}

		&:hover,
		&:focus {
			cursor: pointer;

			&::after {
				cursor: pointer;
				border: 1px solid $blue;
			}
		}

		.accordion-title {
			padding: 1em 1.5em 1em 0;
		}

		.icon {
			display: inline-block;
			position: absolute;
			top: 18px;
			right: 18px;
			width: 22px;
			height: 22px;
			/* border: 1px solid; */
			border-radius: 22px;

			&::before {
				display: block;
				position: absolute;
				content: "";
				top: 9px;
				left: 5px;
				width: 10px;
				height: 2px;
				background: currentColor;
			}

			&::after {
				display: block;
				position: absolute;
				content: "";
				top: 5px;
				left: 9px;
				width: 2px;
				height: 10px;
				background: currentColor;
			}
		}
	}

	button[aria-expanded="true"] {
		.icon {
			&::after {
				width: 0;
			}
		}

		+.accordion-content {
			opacity: 1;
			max-height: 240px;
			transition: all 200ms linear;
			will-change: opacity, max-height;
			border: 1px solid black;
			border-radius: 1rem;
		}
	}

	.accordion-content {
		opacity: 0;
		max-height: 0;
		overflow: hidden;
		transition: opacity 200ms linear, max-height 200ms linear;
		will-change: opacity, max-height;

		p {
			font-size: 1rem;
			font-weight: 300;
			margin: 2em 0;
		}
	}
}



.plan_estudio .accordion-content ul.materias {
	list-style: disc;
	padding-left: 1.2rem;
	margin: 0;
}

.plan_estudio .accordion-content ul.materias li {
	display: grid;
	grid-template-columns: 1fr 60px;
	align-items: center;
	gap: 1rem;
	margin-bottom: 8px;
}

.plan_estudio .accordion-content ul.materias li .credito {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: #f2f2f2;
	font-weight: 700;
	min-height: 34px;
}

.plan_estudio .accordion-item:first-child .accordion-content ul.materias::before {
	content: "Créditos";
	display: block;
	text-align: right;
	font-weight: 700;
	color: var(--color-rojo);
	margin-bottom: 10px;
	padding-right: 8px;
}

.plan_estudio .accordion button[aria-expanded="true"] + .accordion-content {
	opacity: 1;
	max-height: 500px;
	transition: all 200ms linear;
	will-change: opacity, max-height;
	border: 1px solid black;
	border-top: none;
	border-radius: 0 0 1rem 1rem;
}

.plan_estudio .accordion-item button[aria-expanded="true"] {
	background-color: var(--color-rojo);
	border-radius: 1rem 1rem 0 0;
}

.plan_estudio .accordion-item button[aria-expanded="true"] .accordion-title,
.plan_estudio .accordion-item button[aria-expanded="true"] .icon {
	color: white;
}
.preguntas_frecuentes {
	margin: 0 auto 100px;
	max-width: 800px;
	width: 90%;
}

.preguntas_frecuentes h2,
.ayuda_financiera_items h2 {
	font-size: clamp(35px, 8vw, 50px);
	margin-bottom: 50px;
	font-weight: bold;
	text-align: center;
}

.preguntas_frecuentes .accordion-content ul {
	list-style: disc;
	padding: 1rem 2rem;
}

.preguntas_frecuentes .accordion-content ul li {
	margin-bottom: 5px;
	list-style: none;
}

.preguntas_frecuentes .accordion {
	gap: 0.1rem;

	.fa-chevron-up {
		display: none;
	}

	.accordion-item {
		border-radius: 1rem;

		button[aria-expanded="true"] {
			background-color: var(--color-rojo);

			.fa-chevron-up {
				display: block;
				color: white;
			}

			.fa-chevron-down {
				display: none;
			}
		}

		button[aria-expanded="true"] .accordion-title {
			color: white;
		}

		button[aria-expanded="false"] {
			.fa-chevron-down {
				display: block;
				color: var(--color-rojo);
			}

			.fa-chevron-up {
				display: none;
			}
		}
	}

	button {
		position: relative;
		display: block;
		text-align: left;
		width: 100%;
		padding: 1em;
		font-size: 1.05rem;
		font-weight: 400;

		span {
			color: var(--color-negro);
		}

		&:hover,
		&:focus {
			cursor: pointer;

			&::after {
				cursor: pointer;
				border: 1px solid $blue;
			}
		}

		.accordion-title {
			padding: 1em 1.5em 1em 0;
		}

		.icon {
			display: inline-block;
			position: absolute;
			top: 18px;
			right: 18px;
			width: 22px;
			height: 22px;
			/* border: 1px solid; */
			border-radius: 22px;

			&::before {
				position: absolute;
				content: "";
				top: 9px;
				left: 5px;
				width: 10px;
				height: 2px;
			}

			&::after {
				position: absolute;
				content: "";
				top: 5px;
				left: 9px;
				width: 2px;
				height: 10px;
			}
		}
	}

	button[aria-expanded="true"] {
		.icon {
			&::after {
				width: 0;
			}
		}

		+.accordion-content {
			opacity: 1;
			max-height: 240px;
			transition: all 200ms linear;
			will-change: opacity, max-height;
			border: 1px solid black;
			border-radius: 1rem;
		}
	}

	.accordion-content {
		opacity: 0;
		max-height: 0;
		overflow: hidden;
		transition: opacity 200ms linear, max-height 200ms linear;
		will-change: opacity, max-height;

		p {
			font-size: 1rem;
			font-weight: 300;
			margin: 2em 0;
		}
	}
}

@media screen and (max-width: 650px) {
	.detalles_image {
		display: none;
	}

	.detalles_text,
	.form_filed {
		width: 100%;
	}

	.form_filed,
	.ic-class-form-row {
		width: 100%;
		display: flex;
		flex-direction: column;
	}
}

/*Codigo de Estilos Formulario*/

.ic-class-form-check-label-legal {
	font-size: 0.7em;
	/* Igual que los campos del formulario */
	line-height: 1.2em;
	/* Espaciado coherente */
	margin: 0;
	/* Por si algún estilo externo lo altera */
}

.ic-class-form-link {
	font-size: 1.1em;
	/* Asegura que el enlace tenga el mismo tamaño */
	line-height: 1.2em;
	color: #005CC8;
}

.ic-class-form-check-input-legal {
	all: unset;
	/* Elimina TODOS los estilos anteriores */
	appearance: checkbox !important;
	-webkit-appearance: checkbox !important;
	width: 16px !important;
	height: 16px !important;
	margin-right: 10px !important;
	cursor: pointer !important;
	accent-color: #007bff !important;
	/* Azul, o cámbialo por otro color */
	display: inline-block !important;
	position: relative !important;
	vertical-align: middle !important;
}

/* texto solo para lectores de pantalla */
.sr-only {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}