/*--------- Menu ----------*/

.jet-mega-menu.jet-mega-menu--layout-horizontal.jet-mega-menu--sub-position-right
    .jet-mega-menu-sub-menu {
    left: auto !important;
    right: 0 !important;
	z-index: 1000000 !important;
}

.jet-mega-menu-item.jet-mega-current-menu-item .jet-mega-menu-item__label {
    text-decoration: underline;
    text-decoration-thickness: 4px;
    text-underline-offset: 16px;
}

/*--------- Galerías ----------*/

.elementor-element-11cd5be:hover .galeria-title-name .elementor-heading-title {
    color: white !important;
}

.elementor-element-0e8856a:hover .galeria-title-name .elementor-heading-title {
    color: white !important;
}

.elementor-element-bd9ab18:hover .galeria-title-name .elementor-heading-title {
    color: white !important;
}

.elementor-element-24a8cdf:hover .galeria-title-name .elementor-heading-title {
    color: white !important;
}

.logo-acreditadora .jet-listing-dynamic-image img {
    height: 6rem !important;
    width: auto;
}

/*--------- Plan de Estudios ----------*/

.plan-de-estudios-card {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    transition: color 0.3s ease, fill 0.3s ease;
}

.plan-de-estudios-card:hover .elementor-icon svg {
    fill: #ffffff !important;
    transition: fill 0.3s ease;
}

.plan-de-estudios-card:hover .elementor-heading-title {
    color: #ffffff !important;
    transition: color 0.3s ease;
}

/*--------- Submenu ----------*/

.jet-mega-menu-item__inner {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.jet-mega-menu-sub-menu__list {
	border: 2px solid var(--alt2);
}

.jet-mega-menu-item {
	flex-grow: 1;
}

.jet-mega-menu-item__inner {
	display: flex !important;
	justify-content: center !important;;
}

.jet-mega-menu-sub-menu__list .jet-mega-menu-item {
	width: 95vw;
}

@media (min-width: 1440px) {
  .hero-main {
		margin-top: -160px !important;
	}
}

/*--------- Header Sticky ----------*/

.header__nav {
    position: relative;
    width: 100%;
    background-color: white;
    z-index: 100;
    top: 0;
    transition: top 0.5s ease, transform 0.3s ease;
	will-change: top, position;
	
}

.header__nav.sticky {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	transition: top 0.5s ease, transform 0.3s ease;
}

.header__nav.sticky + .header__nav-placeholder {
	display: block;
}

.header__nav-placeholder {
	display: none;
	height: 80px;
} 

/*--------- Slider -------*/

.slider__container {
	overflow: hidden !important;
}

.swiper-slide-image {
    loading: eager !important;
}

.s-slider .swiper-slide-inner {
    width: 100%;
    height: 70vh !important;
	overflow: hidden !important;
    max-width: 100%; /* Asegura que la imagen no crezca más allá del contenedor */
    max-height: 100%;
}

@media (min-width: 992px) {
	.s-slider .swiper-slide-inner {
    	height: 88vh !important;
		overflow: hidden !important;
	}
}

.s-slider .swiper-slide-inner > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.s-slider .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    text-align: right;
	padding-right: 64px;
	bottom: 40px;
	z-index: 100;
}

@media (min-width: 768px) {
	.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
		bottom: 56px;
	}
}

.slider__content {
	bottom: 0 !important;
	max-width: 100%; /* Evita que se expanda más de lo debido */
    overflow: hidden; /* Si hay contenido adicional, lo oculta */
}

/*--------- Escuelas ---------*/

.elementor-element-7faa7f8.elementor-absolute.escuela__logo.elementor-widget.elementor-widget-image {
	bottom: -15%;
	right: -15%;
}

/*------ Columna fija Identidad Académica ------*/
.jet-sticky-column.elementor-element.elementor-element-8acdf51.e-con-full.organizacion__content--fixed.e-flex.e-con.e-child.jet-sticky-container-sticky {
    z-index: 100 !important;
}

h1 {
	font-size: 2.275rem !important;
}


h2 {
	font-size: 1.8rem !important;
}

.jet-listing-dynamic-field__content {
	line-height: 1.25!important;
}

/*---------Editor de Texto----------*/

blockquote {
	font-style: italic;
    color: #393939;
    border-left: 4px solid var(--principal);
    padding: 10px 20px;
    margin: 2rem 0;
    background: #f9f9f9;
}

blockquote p {
	margin: 0;
}

.elementor-heading-title.elementor-size-default {
	line-height: 1.25 !important;
}

.plan-de-estudios-card:hover .elementor-icon {
	background-color: #ffffff !important;
}

.plan-de-estudios-card:hover .elementor-icon svg {
	fill: #e8a134 !important;
}

h6.nombreEscuela__background {
    font-size: 6rem !important;
    font-weight: 900 !important;
    -webkit-text-stroke-width: 2px !important;
    stroke-width: 2px !important;
    -webkit-text-stroke-color: #E8A1341A !important;
    stroke: #E8A1341A !important;
    color: #FDFDFD00 !important;
	text-transform: uppercase !important;
	overflow: hidden !important;
	margin-left: -88px !important;
}

.title-lista-perfil {
    margin: 10px 0;
    font-weight: 700;
    color: var(--principal);
}

.title-lista-perfil:first-child {
    margin-top: 0;
}

.lista-perfil {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.lista-perfil li {
    position: relative;
    padding-left: 30px;
}

.lista-perfil li::before {
    content: "check";
    font-family: "Material Icons";
    position: absolute;
    left: 0;
    top: -3px;
    font-size: 20px;
    font-weight: 700;
    color: var(--principal);
}

.lista-order {
    counter-reset: list-counter;
    list-style: none;
    padding: 0;
    margin: 0;
}

.lista-order li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    counter-increment: list-counter;
}

.lista-order li::before {
    content: counter(list-counter) ". ";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    font-weight: 700;
    color: var(--principal);
}

.e-con .elementor-widget {
    min-width: auto !important;
}

#site-footer {
    padding: 0 !important;
}
