.logos-track {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  gap: 40px;
  align-items: center;
  animation: scrollLogos 25s linear infinite;
}

.logos-track > * {
  flex: 0 0 auto;
}

@keyframes scrollLogos {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.ast-theme-transparent-header #masthead,
.ast-transparent-header #masthead,
#masthead {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #ffffff !important;
}

.admin-bar .ast-theme-transparent-header #masthead,
.admin-bar .ast-transparent-header #masthead,
.admin-bar #masthead {
  top: 32px;
}


.ast-button,
.ast-custom-button {
  transition: all 0.3s ease;
}

.ast-button:hover,
.ast-custom-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.elementor-widget-text-editor h1 {
  line-height: 1.20 !important;
  margin: 0 !important;
}

.gallery-img {
  transition: all 0.3s ease;
}

.gallery-img:hover {
  transform: scale(1.08);
}

.btn-full .elementor-button {
    width: 100%;
    justify-content: center;
}

.wpforms-form .wpforms-submit-container {
  text-align: center;
}


#wpforms-1012 .wpforms-submit-container button,
#wpforms-1012 .wpforms-submit-container input[type="submit"] {
  background: #0C0C31 !important;
  color: #FFFFFF !important;
  padding: 18px 36px !important;
  border: 1px solid #0C0C31 !important;
  border-radius: 8px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  min-height: 56px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: none !important;
  transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  cursor: pointer !important;
}

#wpforms-1012 .wpforms-submit-container button:hover,
#wpforms-1012 .wpforms-submit-container input[type="submit"]:hover,
#wpforms-1012 .wpforms-submit-container button:focus,
#wpforms-1012 .wpforms-submit-container input[type="submit"]:focus {
  background: #3D46F2 !important;
  border-color: #3D46F2 !important;
  color: #FFFFFF !important;
  transform: translateY(-1px) !important;
  box-shadow: none !important;
}

  
#wpforms-1012 {
  font-family: 'Roboto', sans-serif;
}

#wpforms-1012 .wpforms-field-label {
  font-size: 16px;
  font-weight: 500;
  color: #0C0C31;
}



.comments-area {
    display: none;
}


.eael-post-grid .eael-entry-media img {
    height: 240px;
    width: 100%;
    object-fit: cover;
}


.eael-entry-meta .eael-posted-by,
.eael-entry-meta .eael-author-avatar,
.eael-entry-meta a[rel="author"] {
    display: none !important;
}

.eael-post-grid .eael-entry-title {
    margin-bottom: 8px;
}

.eael-post-grid .eael-entry-meta {
    margin-bottom: 12px;
}

.eael-post-grid .eael-grid-post-holder {
    transition: all 0.3s ease;
}

.eael-post-grid .eael-grid-post-holder:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}


.eael-post-grid .eael-entry-media img {
    transition: transform 0.3s ease;
}

.eael-post-grid .eael-grid-post-holder:hover img {
    transform: scale(1.05);
}


.eael-post-grid .eael-entry-meta i,
.eael-post-grid .eael-entry-meta svg {
    color: #5e617d !important;
    margin-right: 0.4rem;
}



/* Card */
.premium-blog-post-container {
    background: #ffffff !important;
    border-radius: 0.4rem !important;
    overflow: hidden !important;
    max-width: 18rem !important;
    margin: 0 auto !important;
}

/* Imagen */
.premium-blog-post-container img {
    height: 10rem !important;
    width: 100% !important;
    object-fit: cover !important;
}

/* Contenido */
.premium-blog-post-container .premium-blog-content-wrapper {
    padding: 1rem !important;
}

/* T?tulo */
.premium-blog-post-container .premium-blog-entry-title,
.premium-blog-post-container .premium-blog-entry-title a {
    font-size: 1rem !important;
    line-height: 1.5 !important;
    font-weight: 700 !important;
    color: #07072F !important;
}

/* Texto */
.premium-blog-post-container .premium-blog-post-content,
.premium-blog-post-container .premium-blog-excerpt {
    font-size: 0.935rem !important;
    line-height: 1.375 !important;
    color: #07072F !important;
}

/* Learn More */
.premium-blog-post-container .premium-blog-post-link,
.premium-blog-post-container .premium-blog-read-more {
    font-size: 0.935rem !important;
    line-height: 1.375 !important;
    font-weight: 700 !important;
    color: #07072F !important;
}

.premium-blog-post-container .premium-blog-author-thumbnail,
.premium-blog-post-container .premium-blog-post-author-thumbnail,
.premium-blog-post-container .premium-blog-author-img,
.premium-blog-post-container .premium-blog-post-avatar,
.premium-blog-post-container .premium-blog-entry-avatar,
.premium-blog-post-container img.avatar {
    display: none !important;
}


/* Imagen sin borde abajo */
.premium-blog-post-container img {
    border-radius: 0.4rem 0.4rem 0 0 !important;
}

/* Contenedor asegura borde redondeado */
.premium-blog-post-container {
    overflow: visible !important;
    border-radius: 0.4rem !important;
}



/* ===== CARD GENERAL ===== */
.premium-blog-post-container {
    height: 23.5rem !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
    border-radius: 0.4rem !important;
}

/* ===== IMAGEN ===== */
.premium-blog-post-container img {
    height: 9rem !important;
    width: 100% !important;
    object-fit: cover !important;
    border-radius: 0.4rem 0.4rem 0 0 !important;
}

/* ===== CONTENIDO ===== */
.premium-blog-post-container .premium-blog-content-wrapper {
    padding: 1rem !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}

/* ===== T?TULO ===== */
.premium-blog-post-container .premium-blog-entry-title,
.premium-blog-post-container .premium-blog-entry-title a {
    font-size: 1rem !important;
    line-height: 1.5 !important;
    font-weight: 700 !important;
    color: #07072F !important;
    margin-bottom: 0.4rem !important;
	display: block !important;
min-height: 4.5rem !important;
}

/* ===== TEXTO LIMITADO A 2 L?NEAS ===== */
.premium-blog-post-container .premium-blog-excerpt {
    font-size: 0.935rem !important;
    line-height: 1.375 !important;
    color: #07072F !important;

    display: -webkit-box !important;
    -webkit-line-clamp: 2; /* ? n?mero de l?neas */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ===== BOT?N ===== */
.premium-blog-post-container .premium-blog-post-link,
.premium-blog-post-container .premium-blog-read-more {
    font-size: 0.935rem !important;
    font-weight: 700 !important;
    color: #07072F !important;
    margin-top: auto !important;
}

/* ===== LIMPIEZA ===== */
.premium-blog-post-container .premium-blog-entry-meta,
.premium-blog-post-container .premium-blog-post-author,
.premium-blog-post-container .premium-blog-post-avatar,
.premium-blog-post-container .premium-blog-entry-tags,
.premium-blog-post-container a[rel="tag"] {
    display: none !important;
}

/* ===== EO EVENTS ARROWS FINAL ===== */

/* Permitir que los arrows se vean */
.events-carousel,
.events-carousel .slick-slider,
.events-carousel .slick-list,
.events-carousel .slick-track {
    overflow: visible !important;
}

/* Arrow base */
.events-carousel .slick-arrow {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 2.5rem !important;
    height: 2.5rem !important;

    background: #0C0C31 !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 999px !important;

    opacity: 1 !important;
    visibility: visible !important;
    z-index: 9999 !important;

    top: 50% !important;
    transform: translateY(-50%) !important;
}

/* Flechas */
.events-carousel .slick-arrow:before {
    color: #FFFFFF !important;
    opacity: 1 !important;
    font-size: 1.25rem !important;
    font-weight: 700 !important;
}

/* IZQUIERDA */
.events-carousel .slick-prev {
    left: 2rem !important;
}

/* DERECHA */
.events-carousel .slick-next {
    right: 2rem !important;
}



#wpforms-2521 .wpforms-submit-container button,
#wpforms-2521 .wpforms-submit-container input[type="submit"] {
  background: #0C0C31 !important;
  color: #FFFFFF !important;
  padding: 18px 36px !important;
  border: 1px solid #0C0C31 !important;
  border-radius: 8px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  min-height: 56px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: none !important;
  transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  cursor: pointer !important;
}

#wpforms-2521 .wpforms-submit-container button:hover,
#wpforms-2521 .wpforms-submit-container input[type="submit"]:hover,
#wpforms-2521 .wpforms-submit-container button:focus,
#wpforms-2521 .wpforms-submit-container input[type="submit"]:focus {
  background: #3D46F2 !important;
  border-color: #3D46F2 !important;
  color: #FFFFFF !important;
  transform: translateY(-1px) !important;
  box-shadow: none !important;
}

#wpforms-2521 {
  font-family: 'Roboto', sans-serif;
}

#wpforms-2521 .wpforms-field-label {
  font-size: 16px;
  font-weight: 500;
  color: #0C0C31;
}
  


#wpforms-2706 .wpforms-submit-container button,
#wpforms-2706 .wpforms-submit-container input[type="submit"] {
  background: #0C0C31 !important;
  color: #FFFFFF !important;
  padding: 18px 36px !important;
  border: 1px solid #0C0C31 !important;
  border-radius: 8px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  min-height: 56px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: none !important;
  transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  cursor: pointer !important;
}

#wpforms-2706 .wpforms-submit-container button:hover,
#wpforms-2706 .wpforms-submit-container input[type="submit"]:hover,
#wpforms-2706 .wpforms-submit-container button:focus,
#wpforms-2706 .wpforms-submit-container input[type="submit"]:focus {
  background: #3D46F2 !important;
  border-color: #3D46F2 !important;
  color: #FFFFFF !important;
  transform: translateY(-1px) !important;
  box-shadow: none !important;
}

#wpforms-2706 {
  font-family: 'Roboto', sans-serif;
}

#wpforms-2706 .wpforms-field-label {
  font-size: 16px;
  font-weight: 500;
  color: #0C0C31;
}



/* ===== EVENTS CAROUSEL STABLE ===== */

.events-carousel .premium-blog-post-container {
    height: 26rem !important;
    overflow: hidden !important;
    border-radius: 0.4rem !important;
    background: #fff !important;
    position: relative !important;
}

.events-carousel .slick-slide {
    padding: 0 0.8rem !important;
    box-sizing: border-box !important;
}

.events-carousel .premium-blog-image,
.events-carousel .premium-blog-image a,
.events-carousel .premium-blog-image img {
    width: 100% !important;
    display: block !important;
}

.events-carousel .premium-blog-image img {
    height: 11rem !important;
    object-fit: cover !important;
    border-radius: 0.4rem 0.4rem 0 0 !important;
}

.events-carousel .premium-blog-content-wrapper {
    padding: 1rem !important;
}

.events-carousel .premium-blog-entry-title,
.events-carousel .premium-blog-entry-title a {
    font-size: 1rem !important;
    line-height: 1.5 !important;
    font-weight: 700 !important;
    color: #07072F !important;
}

.events-carousel .premium-blog-excerpt {
    font-size: 0.935rem !important;
    line-height: 1.375 !important;
    color: #07072F !important;
}

.events-carousel .premium-blog-read-more,
.events-carousel .premium-blog-post-link {
    font-size: 0.935rem !important;
    font-weight: 700 !important;
    color: #07072F !important;
}

.events-carousel .premium-blog-entry-meta,
.events-carousel .premium-blog-post-author,
.events-carousel .premium-blog-post-avatar {
    display: none !important;
}

/* ===== TAGS ===== */

.events-carousel .premium-blog-entry-tags,
.events-carousel .premium-blog-tags,
.events-carousel .premium-blog-post-tags {
    display: flex !important;
    justify-content: flex-end !important;
    width: 100% !important;
    margin-top: 0.75rem !important;
}

/* Badge base */
.events-carousel .premium-blog-post-container a[rel="tag"] {
    position: absolute !important;
    top: 0.75rem !important;
    left: 0.75rem !important;
    z-index: 99 !important;

    display: inline-block !important;
    font-size: 0.5rem !important;
    line-height: 1rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    color: #fff !important;

    padding: 0.25rem 0.5rem !important;
    border-radius: 0.25rem !important;
    text-decoration: none !important;
}

/* Open to Everyone */
.events-carousel a[href*="open-to-everyone"] {
    background: #FF346E !important;
}

/* Member Exclusive */
.events-carousel a[href*="member-exclusive"] {
    background: #3D46F2 !important;
}

/* Limited Seats visible abajo */
.events-carousel a[href*="limited-seats"] {
    position: static !important;
    background: transparent !important;
    color: #0C0C31 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    text-transform: none !important;
    font-size: 0.75rem !important;
    line-height: 1rem !important;
}

/* FIX LIMITED SEATS */
.events-carousel .premium-blog-post-container a[href*="limited-seats"],
.events-carousel .premium-blog-post-container a[title*="Limited Seats"] {
    display: block !important;
    position: absolute !important;

    bottom: 1rem !important;
    right: 1rem !important;

    top: auto !important;
    left: auto !important;

    background: transparent !important;
    color: #0C0C31 !important;
    font-size: 0.75rem !important;
    line-height: 1rem !important;
    font-weight: 500 !important;

    padding: 0 !important;
    z-index: 100 !important;
}

/* FIX REAL LIMITED SEATS MIN?SCULA */
.events-carousel .premium-blog-post-container a[href*="limited-seats"] {
    text-transform: none !important;
}

.events-carousel .premium-blog-post-container a[href*="limited-seats"] span {
    text-transform: none !important;
}

.events-carousel .premium-blog-post-container a[href*="limited-seats"] * {
    text-transform: none !important;
}



/* TAGS SOLO VISUALES */
.premium-blog-post-container a[rel="tag"] {
    pointer-events: none !important;
    cursor: default !important;
}


/* BLOG CARDS - MISMA ALTURA EN TABLET */
@media (max-width: 1024px) and (min-width: 768px) {

  .eael-grid-post {
    display: flex !important;
  }

  .eael-grid-post-holder {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    width: 100% !important;
  }

  .eael-entry-wrapper {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
  }

  .eael-entry-title {
    min-height: 3rem !important;
  }

  .eael-entry-meta {
    margin-top: auto !important;
  }
}


/* Evitar que el carousel ensanche la p?gina */
.events-carousel {
  max-width: 100% !important;
  overflow: hidden !important;
}

.events-carousel .slick-list {
  overflow: hidden !important;
}

.events-carousel .slick-track {
  max-width: none !important;
}

/* Forzar 2 visibles en tablet */
@media (max-width: 1280px) and (min-width: 768px) {
  .events-carousel .slick-slide {
    width: 50% !important;
  }
}

/* 1 visible en mobile */
@media (max-width: 767px) {
  .events-carousel .slick-slide {
    width: 100% !important;
  }
}

/* menu de pantallas tablet */
@media (max-width: 957px) {
  .ast-header-button-1,
  .ast-builder-button-wrap,
  .ast-custom-button {
    display: none !important;
  }
}



@media (min-width: 958px) and (max-width: 1111px) {

  .ast-header-button-1 .ast-custom-button {

    padding: 16px 26px !important;

    min-width: 130px !important;

    white-space: nowrap !important;

    font-size: 15px !important;

    font-weight: 600 !important;

    line-height: 1.2 !important;
  }

  .ast-builder-menu .main-header-menu > .menu-item > .menu-link {

    padding-left: 1px !important;
    padding-right: px !important;

    font-size: 14px !important;
  }

}



@media (min-width: 922px) and (max-width: 993px) {

    .main-header-menu > .menu-item > .menu-link {
        padding-left: 8px !important;
        padding-right: 8px !important;
        font-size: 15px !important;
    }
}





/* =========================================
RESET
========================================= */

.gallery-desktop-ipad,
.gallery-tablet-ipad,
.gallery-tablet-normal {
  display: none !important;
}


/* =========================================
DESKTOP
1201px+
========================================= */

@media screen and (min-width: 1201px) {

  .gallery-desktop-ipad {
    display: flex !important;
  }

}


/* =========================================
IPAD SPECIAL
1180px–1200px
========================================= */

@media screen and (min-width: 1180px) and (max-width: 1200px) {

  .gallery-tablet-ipad {
    display: flex !important;
  }

}


/* =========================================
TABLET + MOBILE
1179px hacia abajo
========================================= */

@media screen and (max-width: 1179px) {

  .gallery-tablet-normal {
    display: flex !important;
  }

}



.wpforms-confirmation-container-full {
    background: #A3A7E4 !important;
    border-left: 5px solid #3D46F2 !important;
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
}




.category .entry-title,
.category .entry-title a,
.category .entry-content,
.category .entry-summary {
    font-family: 'Roboto', sans-serif !important;
}




@media (min-width: 768px) and (max-width: 1024px) {
  .archive.category .ast-row {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 32px !important;
  }

  .archive.category .ast-article-post {
    width: 100% !important;
    margin: 0 !important;
  }
}




/* CONTENIDO DEL POST */

.single-post .entry-content,
.single-post .entry-content p,
.single-post .entry-content li {
    font-family: 'Roboto', sans-serif;
    font-size: 0.9375rem; /* 15px */
    line-height: 1.8;
    color: #0C0C31;
}

/* TITULO PRINCIPAL */

.single-post .entry-title {
    font-family: 'Roboto', sans-serif;
    font-size: 2.5rem; /* 40px */
    font-weight: 700;
    color: #0C0C31;
}

/* META */

.single-post .entry-meta,
.single-post .entry-meta a {
    font-size: 0.875rem; /* 14px */
    color: #5D6485;
}

/* SUBTITULOS */

.single-post .entry-content h2 {
    font-size: 1.75rem;
    color: #0C0C31;
}

.single-post .entry-content h3 {
    font-size: 1.375rem;
    color: #0C0C31;
}



.ast-single-related-posts-container,
.ast-single-related-posts-container p,
.ast-single-related-posts-container .entry-title a,
.ast-single-related-posts-container .entry-meta,
.ast-single-related-posts-container .entry-meta a {
    color: #FFFFFF !important;
}




.single-post .ast-single-related-posts-container {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding: 48px 0 !important;
    background: #0C0C31 !important;
}

.single-post .ast-single-related-posts-container > * {
    max-width: 1100px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
}

.single-post .ast-related-posts-wrapper {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 32px !important;
}

.single-post .ast-related-post img {
    height: 350px !important;
    width: 100% !important;
    object-fit: cover !important;
}




.single-post .ast-single-related-posts-container {
    margin-bottom: -1px !important;
}

.single-post .site-content > .ast-container {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.single-post .ast-container,
.single-post .content-area,
.single-post main.site-main {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}



/* Previous / Next post navigation */
.single-post .post-navigation a,
.single-post .post-navigation .nav-title,
.single-post .post-navigation .nav-subtitle {
    color: #A3A7E4 !important;
    text-decoration: none !important;
}

.single-post .post-navigation a:hover,
.single-post .post-navigation a:hover .nav-title,
.single-post .post-navigation a:hover .nav-subtitle {
    color: #3D46F2 !important;
}

/* Quitar línea separadora */
.single-post .post-navigation,
.single-post .nav-links,
.single-post .nav-previous,
.single-post .nav-next {
    border: none !important;
}

.single-post .nav-links::before,
.single-post .nav-links::after {
    display: none !important;
}




/* EAEL Blog cards - equal height */
.eael-post-grid .eael-grid-post {
    display: flex !important;
}

.eael-post-grid .eael-grid-post-holder {
    height: 100% !important;
    min-height: 24rem !important;
    display: flex !important;
    flex-direction: column !important;
}

.eael-post-grid .eael-entry-wrapper {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
}

.eael-post-grid .eael-entry-title {
    min-height: 4.5rem !important;
}

.eael-post-grid .eael-entry-meta {
    margin-top: auto !important;
}

.eael-post-grid .eael-post-grid-read-more {
    margin-top: 1rem !important;
}




/* EAEL Blog cards - equal height TABLET */
@media (min-width: 768px) and (max-width: 1024px) {
  .eael-post-grid .eael-grid-post-holder {
      height: 26rem !important;
      min-height: 26rem !important;
  }

  .eael-post-grid .eael-entry-wrapper {
      height: 100% !important;
      display: flex !important;
      flex-direction: column !important;
  }

  .eael-post-grid .eael-entry-title {
      min-height: 7rem !important;
  }

  .eael-post-grid .eael-entry-meta {
      margin-top: auto !important;
  }
}




@media (max-width: 1100px) {
  .apply-now-mobile > a {
    background: #3D46F2 !important;
    color: #FFFFFF !important;
    border-radius: 8px !important;
    padding: 14px 24px !important;
    text-align: center !important;
    font-weight: 700 !important;
    display: block !important;
    width: calc(100% - 48px) !important;
    max-width: 320px !important;
    margin: 18px auto !important;
  }
}




/* Header menu size on blog-related pages */
.archive.category .main-header-menu > .menu-item > .menu-link,
.single-post .main-header-menu > .menu-item > .menu-link {
  font-size: 15px !important;
  line-height: 1.5 !important;
}

@media (max-width: 1024px) {
  .archive.category .main-header-menu > .menu-item > .menu-link,
  .single-post .main-header-menu > .menu-item > .menu-link {
    font-size: 14px !important;
  }
}