/*
  nuevo.css
  PersonalizaciÃ³n visual IEEL para el template Business Press
  Colocar este archivo DESPUÃ‰S de style.css y responsive.css.
*/

:root {
  --ieel-vino: #591919;
  --ieel-vino-oscuro: #2b0b0b;
  --ieel-vino-profundo: #3b1010;
  --ieel-rojo-borde: #6b1117;
  --ieel-negro: #181818;
  --ieel-negro-2: #202020;
  --ieel-texto: #6b6b6b;
  --ieel-titulo: #161616;
  --ieel-fondo: #f7f7f7;
  --ieel-borde: #e6e6e6;
  --ieel-blanco: #ffffff;
}

/* Base */
body {
  color: var(--ieel-texto);
  background: var(--ieel-blanco);
}

h1,
h2,
h3,
h4,
h5,
h6,
.section-title h2,
.blog-title > h2,
.single-service h2,
.signle-box h2,
.team-info h2 {
  color: var(--ieel-titulo);
}

a {
  color: var(--ieel-vino);
}

a:hover,
a:focus {
  color: var(--ieel-rojo-borde);
}

/* Fondos suaves */
.gray-bg,
.our-contact,
.contact-bg,
.colto-area {
  background-color: var(--ieel-fondo);
}

/* Header superior */
.header-top {
  background-color: var(--ieel-vino);
  color: var(--ieel-blanco);
}

.header-top a,
.header-top i {
  color: var(--ieel-blanco);
}

.header-top a:hover,
.header-social ul li a:hover {
  color: #f1d7d7;
}

/* Header y menÃº */
.header {
  background: var(--ieel-blanco);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
}

.logo {
  padding: 10px 0;
}

.main-menu nav ul li a {
  color: var(--ieel-titulo);
  font-weight: 600;
  letter-spacing: 0.2px;
}

.main-menu nav ul li a:hover,
.main-menu nav ul li:hover > a,
.main-menu nav ul li.current-menu-item > a {
  color: var(--ieel-vino);
}

.main-menu nav ul li ul {
  border-top-color: var(--ieel-vino);
  background: var(--ieel-blanco);
}

.main-menu nav ul li ul li a {
  color: var(--ieel-titulo);
}

.main-menu nav li ul li a:hover,
.main-menu nav ul li ul li:hover > a {
  background-color: rgba(89, 25, 25, 0.07);
  color: var(--ieel-vino);
}

.header.navbar-fixed-top {
  background: rgba(89, 25, 25, 0.94);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.18);
}

.header.navbar-fixed-top .main-menu ul li a {
  color: var(--ieel-blanco);
}

.header.navbar-fixed-top .main-menu ul li a:hover {
  color: #f1d7d7;
}

.header.navbar-fixed-top .main-menu ul li ul li a {
  color: var(--ieel-titulo);
}

.header.navbar-fixed-top .main-menu ul li ul li a:hover {
  color: var(--ieel-vino);
}

/* MenÃº mÃ³vil */
.mean-container a.meanmenu-reveal {
  border-color: var(--ieel-vino);
  color: var(--ieel-vino);
}

.mean-container a.meanmenu-reveal span {
  background-color: var(--ieel-vino);
}

/* Slider */
.slide-img:after {
  background: linear-gradient(
    90deg,
    rgba(43, 11, 11, 0.88) 0%,
    rgba(89, 25, 25, 0.72) 48%,
    rgba(0, 0, 0, 0.62) 100%
  );
}

.slide-caption h2,
.slide-caption-2 h2 {
  color: var(--ieel-blanco);
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.32);
}

.slide-caption h2 span,
.slide-caption-2 h2 span {
  color: #f1d7d7;
}

.slide-caption p,
.slide-caption-2 p {
  color: rgba(255, 255, 255, 0.92);
}

.slide-btn,
.colto-btn,
.log-btn,
.blog-readmore-btn:hover,
.pagination-nav li a:hover,
.pagination-nav li a:focus,
.pagination-nav .active a {
  background-color: var(--ieel-vino);
  border-color: var(--ieel-vino);
  color: var(--ieel-blanco);
}

.slide-btn:hover,
.colto-btn:hover,
.log-btn:hover {
  background-color: var(--ieel-rojo-borde);
  color: var(--ieel-blanco);
}

.owl-carousel .owl-nav div {
  color: var(--ieel-blanco);
}

.slide-active .owl-dots div {
  background-color: var(--ieel-vino);
}

.slide-active .owl-dots div.active {
  background-color: var(--ieel-blanco);
}

/* Separadores */
.separator:after,
.section-title .separator:after {
  background: linear-gradient(
    to right,
    transparent 0%,
    rgba(89, 25, 25, 0.20) 35%,
    rgba(89, 25, 25, 0.55) 50%,
    rgba(89, 25, 25, 0.20) 70%,
    transparent 100%
  );
}

/* Features */
.signle-box i,
.single-service .icon i,
.single-contact .icon i,
.single-counter i {
  color: var(--ieel-vino);
}

.signle-box {
  padding: 22px 15px;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.signle-box:hover {
  background: var(--ieel-blanco);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

/* Servicios */
.single-service {
  border-left: 4px solid transparent;
  border-bottom: 3px solid transparent;
  border-radius: 4px;
}

.single-service:hover {
  border-left-color: var(--ieel-vino);
  border-bottom-color: var(--ieel-vino);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

/* Proyectos */
.overlay-top,
.overlay-bottom,
.overlay-to-top,
.overlay-link {
  background-color: rgba(89, 25, 25, 0.84);
}

.overlay-bottom .btn:hover,
.overlay-top .btn:hover,
.overlay-link i:hover {
  background-color: var(--ieel-blanco);
  color: var(--ieel-vino);
  border-color: var(--ieel-blanco);
}

/* Llamada a la acciÃ³n y contadores */
.col-to-bg:after,
.counter-section:after {
  background: linear-gradient(
    135deg,
    rgba(43, 11, 11, 0.90) 0%,
    rgba(89, 25, 25, 0.82) 100%
  );
}

.counter-section .separator:after {
  background: var(--ieel-blanco);
}

/* Testimonios */
.my-testimonial .inner-content {
  border-color: var(--ieel-borde);
  border-left-color: var(--ieel-vino);
}

.my-testimonial .inner-content .designation,
.my-testimonial .inner-content .content .rating .fa {
  color: var(--ieel-vino);
}

.my-testimonial .inner-content h4 {
  color: var(--ieel-titulo);
}

/* Equipo */
.single-team {
  border-bottom: 4px solid transparent;
}

.single-team:hover {
  border-bottom-color: var(--ieel-vino);
}

.team-img img {
  border-color: rgba(89, 25, 25, 0.28);
}

.team-info h2 span {
  color: var(--ieel-vino);
}

/* Blog */
.single-blog {
  border-color: var(--ieel-borde);
  background: var(--ieel-blanco);
  transition: all 0.3s ease;
}

.single-blog:hover {
  border-color: rgba(89, 25, 25, 0.35);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.10);
  transform: translateY(-4px);
}

.blog-date {
  background: var(--ieel-vino);
}

.blog-meta i,
.blog-meta a:hover,
.blog-conent h3 a:hover,
.post-comments-area a:hover,
.popular-post-widget p,
.search-widget button,
.widget-content a:hover,
.widget-content a:focus,
.widget-content a:active,
.widget-content .dropdown li a:hover,
.widget-content .dropdown li a:focus,
.widget-content .dropdown li a:active {
  color: var(--ieel-vino);
}

.blog-readmore-btn {
  color: var(--ieel-vino);
}

.widget-content a:hover,
.widget-content a:focus,
.widget-content a:active,
.widget-content .dropdown li a:hover,
.widget-content .dropdown li a:focus,
.widget-content .dropdown li a:active {
  border-color: var(--ieel-vino);
}

/* Contacto */
.single-contact > span {
  color: var(--ieel-titulo);
  font-weight: 600;
}

.contact-info-area .col-md-3 {
  border-right-color: var(--ieel-borde);
}

.contact-box {
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

.contact-box button.submit {
  border-color: var(--ieel-vino);
  color: var(--ieel-vino);
  background: var(--ieel-blanco);
}

.contact-box button.submit:hover {
  background: var(--ieel-vino);
  color: var(--ieel-blanco);
}

.contact-box input[type="text"],
.contact-box input[type="email"],
.contact-box input[type="phone"],
.contact-box input[type="submit"],
.contact-box textarea,
input[type="email"],
input[type="phone"],
input[type="submit"],
textarea {
  border-color: rgba(89, 25, 25, 0.35);
}

.contact-box input:focus,
.contact-box textarea:focus {
  border-color: var(--ieel-vino);
  box-shadow: 0 0 0 3px rgba(89, 25, 25, 0.10);
}

/* Footer */
.footer-area {
  background-color: var(--ieel-negro);
  color: #ababab;
}

.single-footer h2 {
  color: var(--ieel-blanco);
  position: relative;
  padding-bottom: 12px;
}

.single-footer h2:after {
  content: "";
  width: 45px;
  height: 3px;
  background: var(--ieel-vino);
  position: absolute;
  left: 0;
  bottom: 0;
}

.Post-title,
.useful-link ul li a,
.footer-bottom-menu ul li a {
  color: #d8d8d8;
}

.Post-title:hover,
.useful-link ul li a:hover,
.footer-bottom-menu ul li a:hover {
  color: var(--ieel-blanco);
}

.post-content,
.useful-link ul li {
  border-bottom-color: #363636;
}

.post-content > p {
  color: #ababab;
}

.footer-bottom {
  background: var(--ieel-negro-2);
}

p.copy-write {
  color: #d0d0d0;
}

/* PÃ¡ginas internas */
.breadcumb-area:before {
  background: rgba(43, 11, 11, 0.82);
}

.page-title h2 {
  color: var(--ieel-blanco);
}

.page-title a span,
.page-title a:hover {
  color: #f1d7d7;
}

.check-icon li:before {
  color: var(--ieel-vino);
}

/* Scroll y preloader */
#scrollUp {
  background: var(--ieel-vino);
  color: var(--ieel-blanco);
}

#scrollUp:hover {
  background: var(--ieel-rojo-borde);
}

#preloader-wrapper {
  background: rgba(89, 25, 25, 0.86);
}

.preloader-wave-effect:before,
.preloader-wave-effect:after {
  background: var(--ieel-blanco);
}

/* Botones genÃ©ricos Bootstrap del template */
.btn,
button,
input[type="submit"] {
  transition: all 0.3s ease;
}

.btn-primary,
.btn-success {
  background-color: var(--ieel-vino);
  border-color: var(--ieel-vino);
}

.btn-primary:hover,
.btn-success:hover {
  background-color: var(--ieel-rojo-borde);
  border-color: var(--ieel-rojo-borde);
}

/* Responsive */
@media only screen and (max-width: 767px) {
  .header-top {
    text-align: center;
  }

  .header-social {
    margin-top: 6px;
  }

  .slide-caption h2,
  .slide-caption-2 h2 {
    font-size: 36px;
  }

  .slide-caption h2 span,
  .slide-caption-2 h2 span {
    font-size: 42px;
  }

  .section-padding {
    padding: 65px 0;
  }

  .footer-bottom,
  .footer-bottom-menu {
    text-align: center;
  }

  .footer-bottom-menu {
    margin-top: 10px;
  }

  .contact-info-area .col-md-3 {
    border-right: none;
    border-bottom: 1px solid var(--ieel-borde);
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

/* ================================
   IEEL - Header / Topbar
================================ */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

:root {
  --ieel-vino: #591919;
  --ieel-vino-oscuro: #4b1515;
  --ieel-gris-boton: #3f3f3f;
  --ieel-texto-menu: #241618;
  --ieel-blanco: #ffffff;
}

html,
body,
input,
textarea,
button,
select {
  font-family: 'Montserrat', sans-serif;
}

.ieel-site-header {
  font-family: 'Montserrat', sans-serif;
  background: var(--ieel-blanco);
}

/* TOPBAR */
.ieel-topbar {
  background: var(--ieel-vino) !important;
  color: var(--ieel-blanco);
  padding: 0 !important;
  min-height: 64px;
}

.ieel-topbar-container {
  min-height: 64px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.ieel-topbar-left {
  display: flex;
  align-items: center;
}

.ieel-topbar-info {
  display: flex;
  align-items: center;
  gap: 24px;
}

.ieel-topbar-contact {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.ieel-topbar-info i {
  padding-left: 0 !important;
  color: var(--ieel-blanco) !important;
}

.ieel-topbar-info a {
  color: var(--ieel-blanco) !important;
  text-transform: none !important;
}

.ieel-topbar-right {
  display: flex;
  align-items: stretch;
  margin-left: auto;
}

.ieel-topbar-right a {
  display: flex;
  align-items: center;
  color: var(--ieel-blanco) !important;
  text-transform: none !important;
  padding: 0 28px;
  height: 100%;
}

.ieel-topbar-link {
  background: var(--ieel-vino);
}

.ieel-topbar-button {
  background: var(--ieel-gris-boton);
}

/* HEADER PRINCIPAL */
.ieel-main-header {
  background: var(--ieel-blanco) !important;
  box-shadow: none !important;
}

.ieel-main-header.navbar-fixed-top,
.header.navbar-fixed-top.ieel-main-header {
  background: var(--ieel-blanco) !important;
}

.ieel-main-header.navbar-fixed-top .logo {
  margin-top: 0 !important;
}

.ieel-header-row {
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo.ieel-logo {
  padding: 0 !important;
  flex: 0 0 330px;
}

.logo.ieel-logo img {
  width: 300px;
  max-width: 100%;
  height: auto;
  display: block;
}

/* MENÚ */
.ieel-main-menu {
  text-align: right;
  flex: 1;
}

.ieel-main-menu nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 36px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.ieel-main-menu nav ul li {
  display: block;
}

.ieel-main-menu nav ul li a {
  padding: 0 !important;
  margin: 0 !important;
  color: var(--ieel-texto-menu) !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

.ieel-main-menu nav ul li a:hover {
  color: var(--ieel-vino) !important;
}

.header.navbar-fixed-top .ieel-main-menu nav ul li a {
  color: var(--ieel-texto-menu) !important;
}

.ieel-search-item a {
  color: var(--ieel-vino) !important;
}

.ieel-search-item i {
  color: var(--ieel-vino) !important;
  font-size: 18px;
}

/* MOBILE */
@media only screen and (max-width: 991px) {
  .ieel-header-row {
    min-height: 92px;
  }

  .logo.ieel-logo {
    flex: 0 0 260px;
  }

  .logo.ieel-logo img {
    width: 250px;
  }

  .ieel-main-menu {
    display: none;
  }

  .mobile-menu {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .ieel-topbar-container {
    flex-direction: column;
    min-height: auto;
  }

  .ieel-topbar-left,
  .ieel-topbar-right {
    width: 100%;
    justify-content: center;
  }

  .ieel-topbar-info {
    flex-wrap: wrap;
    justify-content: center;
    padding: 12px 0;
    gap: 12px;
  }

  .ieel-topbar-right a {
    padding: 14px 18px;
  }

  .ieel-header-row {
    min-height: 86px;
  }

  .logo.ieel-logo {
    flex: 0 0 220px;
  }

  .logo.ieel-logo img {
    width: 220px;
  }
}

/* ================================
   FIX IEEL - Topbar + Header/Menu
   Pegar al final de nuevo.css
================================ */

/* TOPBAR */
.ieel-topbar {
  background: #591919 !important;
  min-height: 42px !important;
  padding: 0 !important;
}

.ieel-topbar .container {
  height: 42px;
}

.ieel-topbar-inner {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ieel-topbar-info {
  display: flex;
  align-items: center;
  gap: 28px;
}

.ieel-topbar-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #ffffff;
  font-size: 13px;
  line-height: 1;
}

.ieel-topbar-item i,
.ieel-topbar-item a,
.ieel-topbar-cta a {
  color: #ffffff !important;
}

.ieel-topbar-item a,
.ieel-topbar-cta a {
  text-decoration: none;
  text-transform: none !important;
  font-weight: 500;
}

.ieel-topbar-cta {
  height: 42px;
  display: flex;
  align-items: center;
}

.ieel-topbar-cta a {
  display: flex;
  align-items: center;
  height: 42px;
  padding: 0 24px;
  background: #3f3f3f;
  font-size: 13px;
}

.ieel-topbar-cta a:hover {
  background: #2f2f2f;
  color: #ffffff !important;
}

/* HEADER PRINCIPAL */
.ieel-main-header {
  background: #ffffff !important;
  box-shadow: none !important;
}

.ieel-header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo.ieel-logo {
  padding: 0 !important;
  margin: 0 !important;
  flex: 0 0 330px;
}

.logo.ieel-logo img {
  width: 300px;
  max-width: 100%;
  height: auto;
  display: block;
}

/* MENÚ */
.ieel-main-menu {
  flex: 1;
  text-align: right;
}

.ieel-main-menu nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 36px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ieel-main-menu nav ul li {
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

.ieel-main-menu nav ul li a {
  padding: 0 !important;
  margin: 0 !important;
  color: #241618 !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.ieel-main-menu nav ul li a:hover,
.ieel-main-menu nav ul li:hover > a {
  color: #591919 !important;
}

/* Evita que el sticky cambie el menú a vino */
.header.navbar-fixed-top.ieel-main-header,
.ieel-main-header.navbar-fixed-top {
  background: #ffffff !important;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08) !important;
}

.header.navbar-fixed-top .ieel-main-menu nav ul li a {
  color: #241618 !important;
}

.header.navbar-fixed-top .ieel-main-menu nav ul li a:hover {
  color: #591919 !important;
}

/* MOBILE */
@media only screen and (max-width: 991px) {
  .ieel-header-inner {
    min-height: 78px;
  }

  .logo.ieel-logo {
    flex: 0 0 250px;
  }

  .logo.ieel-logo img {
    width: 240px;
  }

  .ieel-main-menu {
    display: none;
  }

  .mobile-menu {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .ieel-topbar {
    min-height: auto !important;
  }

  .ieel-topbar .container {
    height: auto;
  }

  .ieel-topbar-inner {
    height: auto;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .ieel-topbar-info {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    padding: 10px 0;
  }

  .ieel-topbar-cta {
    width: 100%;
    height: auto;
  }

  .ieel-topbar-cta a {
    width: 100%;
    height: 38px;
    justify-content: center;
  }

  .ieel-header-inner {
    min-height: 76px;
  }

  .logo.ieel-logo {
    flex: 0 0 220px;
  }

  .logo.ieel-logo img {
    width: 215px;
  }
}
/* ================================
   IEEL - Imagen fija en lugar de slider
================================ */

.ieel-hero-fixed {
  width: 100%;
  height: 520px;
  position: relative;
  overflow: hidden;
  background: #591919;
}

.ieel-hero-fixed img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

/* Opcional: capa oscura suave encima de la imagen */
.ieel-hero-fixed::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(43, 11, 11, 0.45) 0%,
    rgba(89, 25, 25, 0.25) 50%,
    rgba(0, 0, 0, 0.25) 100%
  );
  pointer-events: none;
}

@media only screen and (max-width: 991px) {
  .ieel-hero-fixed {
    height: 420px;
  }
}

@media only screen and (max-width: 767px) {
  .ieel-hero-fixed {
    height: 300px;
  }
}

.single-image-hero .single-slide {
    position: relative;
}

.single-image-hero .slide-img {
    min-height: 650px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.single-image-hero .slide-caption {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 2;
}

.single-image-hero .single-slide {
    position: relative;
}

.single-image-hero .slide-img {
    min-height: 650px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.single-image-hero .slide-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(8, 25, 45, 0.72);
    z-index: 1;
}

.ieel-hero-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    max-width: 1100px;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 2;
}

.ieel-hero-caption h2 {
    font-size: 48px;
    line-height: 1.15;
    font-weight: 700;
    margin-bottom: 25px;
    color: #fff;
}

.ieel-hero-main-text {
    font-size: 22px;
    line-height: 1.35;
    max-width: 900px;
    margin: 0 auto 18px;
    color: #fff;
}

.ieel-hero-subtext {
    font-size: 16px;
    line-height: 1.45;
    font-style: italic;
    max-width: 820px;
    margin: 0 auto 40px;
    color: #ddd;
}

.ieel-hero-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.ieel-hero-buttons .slide-btn {
    min-width: 185px;
    padding: 14px 28px;
    border-radius: 5px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

.ieel-btn-primary {
    background: #a94a45;
    color: #fff;
    border: 2px solid #a94a45;
}

.ieel-btn-outline {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.ieel-btn-primary:hover,
.ieel-btn-outline:hover {
    background: #fff;
    color: #a94a45;
    border-color: #fff;
}

@media (max-width: 767px) {
    .single-image-hero .slide-img {
        min-height: 560px;
    }

    .ieel-hero-caption h2 {
        font-size: 34px;
    }

    .ieel-hero-main-text {
        font-size: 18px;
    }

    .ieel-hero-subtext {
        font-size: 15px;
    }
}

.single-image-hero .single-slide {
    position: relative;
    overflow: hidden;
}

.single-image-hero .slide-img {
    min-height: 650px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.single-image-hero .slide-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(5, 18, 32, 0.72);
    z-index: 1;
}

/* CENTRAR TODO EL TEXTO DEL HERO */
.single-image-hero .slide-caption.ieel-hero-caption {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    transform: translate(-50%, -50%) !important;

    width: 90% !important;
    max-width: 1100px !important;
    margin: 0 auto !important;
    padding: 0 15px !important;

    text-align: center !important;
    color: #fff;
    z-index: 2;
}

/* Evita que el título se salga */
.single-image-hero .ieel-hero-caption h2 {
    max-width: 100%;
    margin: 0 auto 25px auto !important;
    text-align: center !important;
    white-space: normal !important;

    font-size: 48px;
    line-height: 1.15;
    font-weight: 700;
    color: #fff;
}

.single-image-hero .ieel-hero-main-text {
    max-width: 900px;
    margin: 0 auto 18px auto !important;
    text-align: center !important;

    font-size: 22px;
    line-height: 1.35;
    color: #fff;
}

.single-image-hero .ieel-hero-subtext {
    max-width: 820px;
    margin: 0 auto 40px auto !important;
    text-align: center !important;

    font-size: 16px;
    line-height: 1.45;
    font-style: italic;
    color: #ddd;
}

.single-image-hero .ieel-hero-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.single-image-hero .ieel-hero-buttons .slide-btn {
    min-width: 190px;
    padding: 14px 28px;
    border-radius: 5px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

/* =========================
   HERO MOBILE FIX
========================= */
@media (max-width: 767px) {
    .single-image-hero .single-slide {
        position: relative;
        overflow: hidden;
    }

    .single-image-hero .slide-img {
        min-height: 600px;
        background-size: cover;
        background-position: center center;
    }

    .single-image-hero .slide-caption.ieel-hero-caption {
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        right: auto !important;
        transform: translate(-50%, -50%) !important;

        width: 100% !important;
        max-width: 390px !important;
        padding: 0 28px !important;
        margin: 0 auto !important;

        text-align: center !important;
        z-index: 2;
    }

    .single-image-hero .ieel-hero-caption h2 {
        font-size: 38px !important;
        line-height: 1.15 !important;
        margin: 0 auto 24px auto !important;
        max-width: 360px;
        text-align: center !important;
        color: #fff;
    }

    .single-image-hero .ieel-hero-main-text {
        font-size: 22px !important;
        line-height: 1.25 !important;
        max-width: 360px;
        margin: 0 auto 20px auto !important;
        text-align: center !important;
        color: #fff;
    }

    .single-image-hero .ieel-hero-subtext {
        font-size: 16px !important;
        line-height: 1.35 !important;
        max-width: 340px;
        margin: 0 auto 36px auto !important;
        text-align: center !important;
        color: #fff;
    }

    .single-image-hero .ieel-hero-buttons {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 14px;
    }

    .single-image-hero .ieel-hero-buttons .slide-btn {
        width: 190px;
        min-width: 190px;
        padding: 15px 18px !important;
        font-size: 14px !important;
        line-height: 1.2;
        margin: 0 !important;
        text-align: center;
    }
}

/* =========================
   MOBILE HEADER + HERO FIX
========================= */
@media (max-width: 767px) {

    /* TOPBAR */
    .ieel-site-header .ieel-topbar {
        background: #681818;
        padding: 0;
    }

    .ieel-site-header .ieel-topbar .container {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .ieel-topbar-inner {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: center;
    }

    .ieel-topbar-info {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 12px;
        flex-wrap: wrap;
        padding: 9px 8px;
        width: 100%;
        font-size: 12px;
        line-height: 1.2;
        text-align: center;
    }

    .ieel-topbar-item {
        display: inline-flex;
        align-items: center;
        gap: 5px;
        color: #fff;
        white-space: nowrap;
    }

    .ieel-topbar-item a {
        color: #fff;
        font-size: 12px;
        font-weight: 700;
    }

    .ieel-topbar-cta {
        width: 100%;
        text-align: center;
        background: #3d3d3d;
        padding: 10px 12px;
    }

    .ieel-topbar-cta a {
        color: #fff;
        font-size: 13px;
        font-weight: 700;
        display: block;
    }


    /* HEADER / LOGO / MENÚ */
    .ieel-main-header {
        background: #fff;
        padding: 0;
    }

    .ieel-main-header .container {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .ieel-header-inner {
        min-height: 72px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 14px 18px;
        position: relative;
    }

    .ieel-logo {
        max-width: 245px;
        line-height: 0;
    }

    .ieel-logo img {
        max-width: 220px;
        height: auto;
        display: block;
    }

    .ieel-main-menu {
        display: none;
    }

    .mobile-menu {
        display: block;
        position: static;
        margin-left: auto;
    }

    .mean-container .mean-bar {
        background: transparent !important;
        min-height: 0 !important;
        padding: 0 !important;
        position: static !important;
        float: none !important;
    }

    .mean-container a.meanmenu-reveal {
        position: absolute !important;
        top: 50% !important;
        right: 18px !important;
        transform: translateY(-50%) !important;
        width: 42px !important;
        height: 38px !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        border: 1px solid #7a2a2a;
        color: #681818 !important;
        background: #fff !important;
        text-indent: 0 !important;
        font-size: 0 !important;
    }

    .mean-container a.meanmenu-reveal span {
        background: #681818 !important;
        height: 3px !important;
        margin-top: 4px !important;
        width: 22px !important;
        display: block !important;
    }

    .mean-container .mean-nav {
        margin-top: 72px !important;
        background: #681818 !important;
    }


    /* HERO */
    .slider-area {
        margin-top: 0 !important;
        overflow: hidden;
    }

    .single-image-hero .single-slide {
        position: relative;
        overflow: hidden;
        min-height: 690px;
    }

    .single-image-hero .slide-img {
        position: absolute;
        inset: 0;
        min-height: 690px;
        height: 100%;
        width: 100%;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .single-image-hero .slide-img::after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(5, 18, 32, 0.76);
        z-index: 1;
    }

    .single-image-hero .slide-caption.ieel-hero-caption {
        position: absolute !important;
        top: 54% !important;
        left: 50% !important;
        right: auto !important;
        bottom: auto !important;
        transform: translate(-50%, -50%) !important;

        width: 100% !important;
        max-width: 390px !important;
        padding: 0 26px !important;
        margin: 0 auto !important;

        text-align: center !important;
        color: #fff;
        z-index: 2;
    }

    .single-image-hero .ieel-hero-caption h2 {
        font-size: 36px !important;
        line-height: 1.12 !important;
        font-weight: 700;
        margin: 0 auto 24px auto !important;
        max-width: 360px;
        text-align: center !important;
        color: #fff;
        white-space: normal !important;
    }

    .single-image-hero .ieel-hero-main-text {
        font-size: 21px !important;
        line-height: 1.28 !important;
        max-width: 355px;
        margin: 0 auto 18px auto !important;
        text-align: center !important;
        color: #fff;
    }

    .single-image-hero .ieel-hero-subtext {
        font-size: 15.5px !important;
        line-height: 1.35 !important;
        max-width: 340px;
        margin: 0 auto 34px auto !important;
        text-align: center !important;
        color: #fff;
    }

    .single-image-hero .ieel-hero-buttons {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 14px;
    }

    .single-image-hero .ieel-hero-buttons .slide-btn {
        width: 190px;
        min-width: 190px;
        padding: 15px 16px !important;
        margin: 0 !important;
        font-size: 14px !important;
        line-height: 1.2;
        text-align: center;
    }
}


/* iPhone angosto */
@media (max-width: 430px) {
    .single-image-hero .single-slide,
    .single-image-hero .slide-img {
        min-height: 700px;
    }

    .single-image-hero .slide-caption.ieel-hero-caption {
        top: 55% !important;
        padding: 0 24px !important;
    }

    .single-image-hero .ieel-hero-caption h2 {
        font-size: 34px !important;
        max-width: 330px;
    }

    .single-image-hero .ieel-hero-main-text {
        font-size: 20px !important;
        max-width: 325px;
    }

    .single-image-hero .ieel-hero-subtext {
        font-size: 15px !important;
        max-width: 315px;
    }
}
/* =====================================================
   IEEL - Header y Hero Profesional
   Pegar AL FINAL de nuevo.css
   ===================================================== */

:root {
    --ieel-red: #6f1718;
    --ieel-red-dark: #4f0f10;
    --ieel-red-soft: #b64e48;
    --ieel-ink: #151515;
    --ieel-muted: #6b6b6b;
    --ieel-white: #ffffff;
    --ieel-shadow: 0 18px 50px rgba(0, 0, 0, 0.16);
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', Arial, sans-serif;
}

.ieel-pro-container {
    width: min(1140px, calc(100% - 32px));
    margin: 0 auto;
}

/* =========================
   HEADER PROFESIONAL
========================= */
.ieel-pro-header {
    position: relative;
    z-index: 1000;
    background: var(--ieel-white);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

.ieel-pro-topbar {
    background: var(--ieel-red);
    color: var(--ieel-white);
    font-size: 13px;
    font-weight: 700;
}

.ieel-pro-topbar__inner {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.ieel-pro-topbar__contacts {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.ieel-pro-topbar a {
    color: var(--ieel-white);
    text-decoration: none;
}

.ieel-pro-topbar__contacts a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    line-height: 1.2;
}

.ieel-pro-topbar__cta {
    align-self: stretch;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 26px;
    background: rgba(255, 255, 255, 0.12);
    transition: background 0.2s ease;
    white-space: nowrap;
}

.ieel-pro-topbar__cta:hover {
    background: rgba(255, 255, 255, 0.2);
    color: var(--ieel-white);
}

.ieel-pro-navbar {
    background: var(--ieel-white);
}

.ieel-pro-navbar__inner {
    min-height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    position: relative;
}

.ieel-pro-logo {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    text-decoration: none;
}

.ieel-pro-logo img {
    display: block;
    width: min(350px, 44vw);
    height: auto;
}

.ieel-pro-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.ieel-pro-nav ul {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ieel-pro-nav a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 13px;
    border-radius: 999px;
    color: var(--ieel-ink);
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.2s ease, background 0.2s ease;
    white-space: nowrap;
}

.ieel-pro-nav a:hover,
.ieel-pro-nav a:focus {
    background: rgba(111, 23, 24, 0.08);
    color: var(--ieel-red);
    outline: none;
}

.ieel-pro-menu-toggle {
    display: none;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(111, 23, 24, 0.35);
    border-radius: 12px;
    background: #fff;
    color: var(--ieel-red);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    padding: 0;
    cursor: pointer;
}

.ieel-pro-menu-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--ieel-red);
    border-radius: 999px;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.ieel-pro-header.is-open .ieel-pro-menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.ieel-pro-header.is-open .ieel-pro-menu-toggle span:nth-child(2) {
    opacity: 0;
}

.ieel-pro-header.is-open .ieel-pro-menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* =========================
   HERO PROFESIONAL
========================= */
.ieel-pro-hero {
    position: relative;
    min-height: clamp(620px, calc(100svh - 130px), 790px);
    display: flex;
    align-items: center;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: var(--ieel-white);
}

.ieel-pro-hero__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(6, 17, 31, 0.88) 0%, rgba(6, 17, 31, 0.76) 44%, rgba(6, 17, 31, 0.50) 100%),
        linear-gradient(180deg, rgba(6, 17, 31, 0.28) 0%, rgba(6, 17, 31, 0.88) 100%);
    z-index: 1;
}

.ieel-pro-hero__inner {
    position: relative;
    z-index: 2;
    padding: 96px 0;
}

.ieel-pro-hero__content {
    max-width: 940px;
}

.ieel-pro-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.ieel-pro-hero__eyebrow::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 2px;
    background: var(--ieel-red-soft);
    border-radius: 999px;
}

.ieel-pro-hero h1 {
    margin: 0 0 22px;
    max-width: 960px;
    color: var(--ieel-white);
    font-size: clamp(44px, 5vw, 72px);
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -0.04em;
    text-shadow: 0 3px 24px rgba(0, 0, 0, 0.36);
}

.ieel-pro-hero__lead {
    max-width: 850px;
    margin: 0 0 18px;
    color: rgba(255, 255, 255, 0.96);
    font-size: clamp(20px, 2.1vw, 25px);
    line-height: 1.42;
    font-weight: 500;
}

.ieel-pro-hero__support {
    max-width: 760px;
    margin: 0 0 34px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px;
    line-height: 1.55;
    font-style: italic;
}

.ieel-pro-hero__actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.ieel-pro-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 190px;
    min-height: 52px;
    padding: 14px 26px;
    border-radius: 10px;
    border: 2px solid transparent;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.ieel-pro-btn:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

.ieel-pro-btn--primary {
    background: var(--ieel-red-soft);
    border-color: var(--ieel-red-soft);
    color: #fff;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

.ieel-pro-btn--primary:hover {
    background: #9d3f3a;
    border-color: #9d3f3a;
    color: #fff;
}

.ieel-pro-btn--outline {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.82);
    color: #fff;
    backdrop-filter: blur(4px);
}

.ieel-pro-btn--outline:hover {
    background: #fff;
    border-color: #fff;
    color: var(--ieel-red);
}

/* Neutraliza restos del slider/menú anterior solo en esta cabecera/hero */
.ieel-pro-header .mean-container,
.ieel-pro-header .mean-bar,
.ieel-pro-header .mean-nav,
.ieel-pro-header .mobile-menu {
    display: none !important;
}

@media (max-width: 1199px) {
    .ieel-pro-nav a {
        padding: 0 9px;
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .ieel-pro-menu-toggle {
        display: inline-flex;
    }

    .ieel-pro-navbar__inner {
        min-height: 82px;
    }

    .ieel-pro-nav {
        position: absolute;
        top: calc(100% + 10px);
        left: 0;
        right: 0;
        display: block;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        background: #fff;
        border: 1px solid rgba(0, 0, 0, 0.08);
        border-radius: 6px;
        box-shadow: var(--ieel-shadow);
        transform: translateY(-6px);
        transition: max-height 0.28s ease, opacity 0.2s ease, transform 0.2s ease;
    }

    .ieel-pro-header.is-open .ieel-pro-nav {
        max-height: 480px;
        opacity: 1;
        transform: translateY(0);
    }

    .ieel-pro-nav ul {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 10px;
    }

    .ieel-pro-nav li + li {
        border-top: 1px solid rgba(0, 0, 0, 0.07);
    }

    .ieel-pro-nav a {
        width: 100%;
        min-height: 48px;
        border-radius: 12px;
        padding: 0 14px;
        justify-content: flex-start;
        white-space: normal;
    }

    .ieel-pro-hero {
        text-align: center;
        min-height: auto;
        background-position: center center;
    }

    .ieel-pro-hero__overlay {
        background:
            linear-gradient(180deg, rgba(6, 17, 31, 0.82) 0%, rgba(6, 17, 31, 0.78) 55%, rgba(6, 17, 31, 0.92) 100%);
    }

    .ieel-pro-hero__inner {
        min-height: calc(100svh - 124px);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 70px 0 76px;
    }

    .ieel-pro-hero__content {
        max-width: 760px;
        margin: 0 auto;
    }

    .ieel-pro-hero__eyebrow {
        justify-content: center;
    }

    .ieel-pro-hero h1,
    .ieel-pro-hero__lead,
    .ieel-pro-hero__support {
        margin-left: auto;
        margin-right: auto;
    }

    .ieel-pro-hero__actions {
        justify-content: center;
    }
}

@media (max-width: 640px) {
    .ieel-pro-container {
        width: min(100% - 28px, 430px);
    }

    .ieel-pro-topbar__inner {
        min-height: auto;
        padding: 8px 0;
        flex-direction: column;
        gap: 6px;
    }

    .ieel-pro-topbar__contacts {
        width: 100%;
        justify-content: center;
        gap: 8px 14px;
        font-size: 12px;
    }

    .ieel-pro-topbar__cta {
        align-self: center;
        min-height: 28px;
        padding: 0 14px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.16);
        font-size: 12px;
    }

    .ieel-pro-navbar__inner {
        min-height: 78px;
    }

    .ieel-pro-logo img {
        width: min(235px, 62vw);
    }

    .ieel-pro-menu-toggle {
        width: 44px;
        height: 44px;
        border-radius: 6px;
    }

    .ieel-pro-nav {
        top: calc(100% + 8px);
    }

    .ieel-pro-hero {
        background-position: center center;
    }

    .ieel-pro-hero__inner {
        min-height: calc(100svh - 126px);
        padding: 58px 0 66px;
    }

    .ieel-pro-hero__eyebrow {
        margin-bottom: 14px;
        font-size: 12px;
        letter-spacing: 0.18em;
    }

    .ieel-pro-hero__eyebrow::before {
        width: 30px;
    }

    .ieel-pro-hero h1 {
        max-width: 390px;
        margin-bottom: 18px;
        font-size: clamp(34px, 9vw, 43px);
        line-height: 1.08;
        letter-spacing: -0.035em;
    }

    .ieel-pro-hero__lead {
        max-width: 390px;
        margin-bottom: 16px;
        font-size: clamp(17px, 4.8vw, 21px);
        line-height: 1.38;
    }

    .ieel-pro-hero__support {
        max-width: 370px;
        margin-bottom: 28px;
        font-size: 15px;
        line-height: 1.48;
    }

    .ieel-pro-hero__actions {
        flex-direction: column;
        gap: 12px;
    }

    .ieel-pro-btn {
        width: min(100%, 260px);
        min-height: 50px;
        padding: 13px 18px;
        border-radius: 9px;
        font-size: 13px;
    }
}

@media (max-width: 380px) {
    .ieel-pro-topbar__contacts {
        font-size: 11px;
        gap: 6px 10px;
    }

    .ieel-pro-logo img {
        width: min(215px, 60vw);
    }

    .ieel-pro-hero h1 {
        font-size: 32px;
    }

    .ieel-pro-hero__lead {
        font-size: 17px;
    }
}
/* =========================
   HERO IEEL - DESKTOP
========================= */

.single-image-hero .single-slide {
    position: relative;
    overflow: hidden;
}

.single-image-hero .slide-img {
    min-height: 650px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.single-image-hero .slide-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(5, 18, 32, 0.72);
    z-index: 1;
}

.single-image-hero .slide-caption.ieel-hero-caption {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    transform: translate(-50%, -50%) !important;

    width: 90% !important;
    max-width: 1100px !important;
    margin: 0 auto !important;
    padding: 0 15px !important;

    text-align: center !important;
    color: #fff;
    z-index: 2;
}

.single-image-hero .ieel-hero-caption h2 {
    font-size: 48px;
    line-height: 1.15;
    font-weight: 700;
    margin: 0 auto 25px auto !important;
    color: #fff;
    text-align: center !important;
    white-space: normal !important;
}

.single-image-hero .ieel-hero-main-text {
    font-size: 22px;
    line-height: 1.35;
    max-width: 900px;
    margin: 0 auto 18px auto !important;
    color: #fff;
    text-align: center !important;
}

.single-image-hero .ieel-hero-subtext {
    font-size: 16px;
    line-height: 1.45;
    font-style: italic;
    max-width: 820px;
    margin: 0 auto 40px auto !important;
    color: #ddd;
    text-align: center !important;
}

.single-image-hero .ieel-hero-buttons {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.single-image-hero .ieel-hero-buttons .slide-btn {
    min-width: 185px;
    padding: 14px 28px;
    border-radius: 5px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

.ieel-btn-primary {
    background: #a94a45;
    color: #fff;
    border: 2px solid #a94a45;
}

.ieel-btn-outline {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.ieel-btn-primary:hover,
.ieel-btn-outline:hover {
    background: #fff;
    color: #a94a45;
    border-color: #fff;
}


/* =========================
   SOLO CORRECCIÓN MOBILE
========================= */

@media (max-width: 767px) {
    .single-image-hero .single-slide {
        min-height: 660px;
        position: relative;
        overflow: hidden;
    }

    .single-image-hero .slide-img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        min-height: 660px;
        background-size: cover;
        background-position: center center;
    }

    .single-image-hero .slide-caption.ieel-hero-caption {
        position: absolute !important;
        top: 52% !important;
        left: 50% !important;
        right: auto !important;
        bottom: auto !important;
        transform: translate(-50%, -50%) !important;

        width: 100% !important;
        max-width: 390px !important;
        padding: 0 28px !important;
        margin: 0 auto !important;

        text-align: center !important;
        z-index: 2;
    }

    .single-image-hero .ieel-hero-caption h2 {
        font-size: 36px !important;
        line-height: 1.12 !important;
        max-width: 340px;
        margin: 0 auto 24px auto !important;
        text-align: center !important;
        color: #fff;
    }

    .single-image-hero .ieel-hero-main-text {
        font-size: 20px !important;
        line-height: 1.3 !important;
        max-width: 340px;
        margin: 0 auto 18px auto !important;
        text-align: center !important;
        color: #fff;
    }

    .single-image-hero .ieel-hero-subtext {
        font-size: 15px !important;
        line-height: 1.35 !important;
        max-width: 330px;
        margin: 0 auto 32px auto !important;
        text-align: center !important;
        color: #fff;
    }

    .single-image-hero .ieel-hero-buttons {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 14px;
    }

    .single-image-hero .ieel-hero-buttons .slide-btn {
        width: 210px;
        min-width: 210px;
        padding: 14px 18px !important;
        margin: 0 !important;
        font-size: 14px !important;
        line-height: 1.2;
        text-align: center;
    }
}

@media (max-width: 430px) {
    .single-image-hero .single-slide,
    .single-image-hero .slide-img {
        min-height: 690px;
    }

    .single-image-hero .slide-caption.ieel-hero-caption {
        top: 53% !important;
        padding: 0 24px !important;
    }

    .single-image-hero .ieel-hero-caption h2 {
        font-size: 34px !important;
        max-width: 320px;
    }

    .single-image-hero .ieel-hero-main-text {
        font-size: 19px !important;
        max-width: 320px;
    }

    .single-image-hero .ieel-hero-subtext {
        font-size: 14.5px !important;
        max-width: 310px;
    }
}
/* =========================
   SEGUNDO HERO - CONGRESO
========================= */

.congreso-hero {
    position: relative;
    min-height: 720px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.congreso-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.congreso-hero-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(7, 24, 48, 0.76);
    z-index: 1;
}

.congreso-hero-content {
    position: relative;
    z-index: 2;
    width: 90%;
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.congreso-badge {
    display: inline-block;
    background: #a94a45;
    color: #fff;
    padding: 6px 22px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.congreso-hero-content h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 48px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    margin: 0 auto 28px;
}

.congreso-hero-content h3 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 21px;
    line-height: 1.4;
    font-weight: 700;
    color: #fff;
    margin: 0 auto 10px;
}

.congreso-date {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 17px;
    color: #d6a4a0;
    margin: 0 auto 28px;
}

.congreso-description {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    line-height: 1.35;
    max-width: 720px;
    color: #fff;
    margin: 0 auto 42px;
}

.congreso-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #a94a45;
    color: #fff;
    border: 2px solid #a94a45;
    padding: 16px 34px;
    border-radius: 5px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.25s ease;
}

.congreso-btn i {
    font-size: 22px;
}

.congreso-btn:hover {
    background: #fff;
    color: #a94a45;
    border-color: #fff;
    text-decoration: none;
}


/* =========================
   CONGRESO HERO MOBILE
========================= */


/* =========================
   TIPOGRAFÍA GLOBAL IEEL
   Solo Montserrat en toda la web
========================= */

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
div,
li,
button,
input,
textarea,
select {
    font-family: 'Montserrat', Arial, sans-serif !important;
}

/* No tocar Font Awesome para que los íconos sigan funcionando */
.fa {
    font-family: FontAwesome !important;
}



@media (max-width: 767px) {
    .congreso-hero {
        min-height: 680px;
        padding: 70px 0;
    }

    .congreso-hero-content {
        width: 100%;
        max-width: 390px;
        padding: 0 26px;
    }

    .congreso-badge {
        font-size: 10px;
        line-height: 1.4;
        letter-spacing: 2.5px;
        padding: 7px 16px;
        margin-bottom: 24px;
    }

    .congreso-hero-content h2 {
        font-size: 34px;
        line-height: 1.18;
        margin-bottom: 24px;
    }

    .congreso-hero-content h3 {
        font-size: 18px;
        line-height: 1.35;
        margin-bottom: 10px;
    }

    .congreso-date {
        font-size: 16px;
        line-height: 1.35;
        margin-bottom: 24px;
    }

    .congreso-description {
        font-size: 16px;
        line-height: 1.4;
        max-width: 330px;
        margin-bottom: 34px;
    }

    .congreso-btn {
        padding: 14px 26px;
        font-size: 15px;
    }
}

@media (max-width: 430px) {
    .congreso-hero {
        min-height: 700px;
    }

    .congreso-hero-content h2 {
        font-size: 31px;
    }

    .congreso-description {
        font-size: 15.5px;
    }
}

.congreso-hero-content h2 {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    margin: 0 auto 28px;
}

.congreso-hero-content h3 {
    font-size: 21px;
    line-height: 1.4;
    font-weight: 700;
    color: #fff;
    margin: 0 auto 10px;
}

.congreso-date {
    font-size: 17px;
    color: #d6a4a0;
    margin: 0 auto 28px;
}

.congreso-description {
    font-size: 18px;
    line-height: 1.35;
    max-width: 720px;
    color: #fff;
    margin: 0 auto 42px;
}

.congreso-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #a94a45;
    color: #fff;
    border: 2px solid #a94a45;
    padding: 16px 34px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.25s ease;
}

/* =========================
   SECCIÓN TEXTO CONGRESO
========================= */

.congreso-text-section {
    background: #ffffff;
    padding: 85px 0 80px;
}

.congreso-text-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.congreso-text-content h2 {
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: 34px;
    line-height: 1.28;
    font-weight: 700;
    color: #2b1d20;
    margin: 0 auto 38px;
}

.congreso-text-content p {
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 400;
    color: #3f3535;
    margin: 0 auto 24px;
}

.congreso-text-content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .congreso-text-section {
        padding: 60px 0 55px;
    }

    .congreso-text-content {
        max-width: 100%;
        padding: 0 22px;
    }

    .congreso-text-content h2 {
        font-size: 27px;
        line-height: 1.3;
        margin-bottom: 30px;
    }

    .congreso-text-content h2 br {
        display: none;
    }

    .congreso-text-content p {
        font-size: 15px;
        line-height: 1.55;
        margin-bottom: 22px;
    }
}

/* =========================
   PARTICIPACIÓN CONGRESO
========================= */

.participacion-section {
    background: #f8f7f6;
    padding: 85px 0 80px;
}

.participacion-content {
    max-width: 1120px;
    margin: 0 auto;
    text-align: center;
}

.participacion-content h2 {
    font-size: 34px;
    line-height: 1.25;
    font-weight: 700;
    color: #2b1d20;
    margin: 0 0 50px;
}

.participacion-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    max-width: 980px;
    margin: 0 auto;
}

.participacion-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    min-height: 54px;
    padding: 0 24px;

    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);

    color: #2b1d20;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

.participacion-item img {
    width: 22px;
    height: auto;
    display: block;
    flex-shrink: 0;
}

.participacion-item-wide {
    margin-top: 2px;
}


/* MOBILE */
@media (max-width: 767px) {
    .participacion-section {
        padding: 60px 0 55px;
    }

    .participacion-content h2 {
        font-size: 27px;
        line-height: 1.3;
        margin-bottom: 35px;
        padding: 0 20px;
    }

    .participacion-grid {
        max-width: 100%;
        padding: 0 22px;
        gap: 12px;
    }

    .participacion-item {
        width: 100%;
        justify-content: flex-start;
        min-height: 52px;
        padding: 0 18px;
        font-size: 14px;
        text-align: left;
    }

    .participacion-item img {
        width: 21px;
    }
}

.participacion-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    max-width: 1120px;
    margin: 0 auto;
}

.participacion-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: nowrap;
}

.participacion-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    min-height: 54px;
    padding: 0 24px;

    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);

    color: #2b1d20;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
}

.participacion-item img {
    width: 22px;
    height: auto;
    display: block;
    flex-shrink: 0;
}

.participacion-item-wide {
    padding-left: 32px;
    padding-right: 32px;
}

@media (max-width: 767px) {
    .participacion-grid {
        gap: 12px;
        padding: 0 22px;
    }

    .participacion-row {
        width: 100%;
        flex-direction: column;
        gap: 12px;
    }

    .participacion-item {
        width: 100%;
        justify-content: flex-start;
        min-height: 52px;
        padding: 0 18px;
        font-size: 14px;
        text-align: left;
        white-space: normal;
    }

    .participacion-item img {
        width: 35px;
    }

    .participacion-item-wide {
        padding-left: 18px;
        padding-right: 18px;
    }
}

/* =========================
   PONENTES DESTACADOS
========================= */

.ponentes-section {
    background: #ffffff;
    padding: 85px 0 80px;
}

.ponentes-content {
    max-width: 1025px;
    margin: 0 auto;
}

.ponentes-content h2 {
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: 34px;
    line-height: 1.25;
    font-weight: 700;
    color: #2b1d20;
    text-align: center;
    margin: 0 0 55px;
}

.ponentes-block {
    margin-bottom: 46px;
}

.ponentes-block h3 {
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: 23px;
    line-height: 1.25;
    font-weight: 700;
    color: #2b1d20;
    margin: 0 0 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e02b20;
}

.ponentes-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.ponente-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 46px;
    padding: 0 20px;

    background: #ffffff;
    border: 1px solid #dedede;
    border-radius: 6px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);

    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 700;
    color: #2b1d20;
    text-align: center;
}

.ponentes-note {
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: 15px;
    line-height: 1.5;
    color: #7f7775;
    margin: -12px 0 0;
}


/* MOBILE */
@media (max-width: 767px) {
    .ponentes-section {
        padding: 60px 0 55px;
    }

    .ponentes-content {
        padding: 0 22px;
    }

    .ponentes-content h2 {
        font-size: 28px;
        line-height: 1.3;
        margin-bottom: 42px;
    }

    .ponentes-block {
        margin-bottom: 38px;
    }

    .ponentes-block h3 {
        font-size: 21px;
        line-height: 1.3;
        margin-bottom: 18px;
    }

    .ponentes-list {
        gap: 10px;
    }

    .ponente-item {
        width: 100%;
        justify-content: flex-start;
        min-height: 46px;
        padding: 12px 16px;
        font-size: 14px;
        text-align: left;
    }

    .ponentes-note {
        font-size: 14px;
        margin-top: -6px;
    }
}

/* =========================
   PONENTES COMO TEAM CARDS
========================= */

.ponentes-team-section {
    background: #f4f4f6;
}

.ponentes-main-title {
    margin-bottom: 55px;
}

.ponentes-main-title h2 {
    font-size: 34px;
    font-weight: 700;
    color: #2b1d20;
}

.ponentes-main-title p {
    font-size: 15px;
    line-height: 1.6;
    color: #4a4a4a;
}

.ponentes-team-block {
    margin-bottom: 65px;
}

.ponentes-team-block h3 {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
    color: #2b1d20;
    margin: 0 0 30px;
    padding-bottom: 12px;
    border-bottom: 2px solid #a94a45;
}

.ponente-card {
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
    border-radius: 6px;
    overflow: hidden;
    text-align: center;
}

.ponente-card .team-img {
    padding: 6px;
    background: #fff;
}

.ponente-card .team-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    border: 4px solid  #a94a45;
}

.ponente-card .team-info {
    padding: 22px 18px 26px;
}

.ponente-card .team-info h2 {
    font-size: 20px;
    line-height: 1.25;
    font-weight: 700;
    color: #3b3b3b;
    margin: 0 0 12px;
}

.ponente-card .team-info h2 span {
    display: block;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
    color: #a94a45;
    margin-top: 6px;
}

.ponente-card .team-info p {
    font-size: 14px;
    line-height: 1.55;
    color: #444;
    margin: 0;
}

.ponentes-team-note {
    font-size: 15px;
    color: #777;
    margin: -20px 0 0;
}


/* MOBILE */
@media (max-width: 767px) {
    .ponentes-main-title {
        margin-bottom: 40px;
    }

    .ponentes-main-title h2 {
        font-size: 28px;
    }

    .ponentes-team-block {
        margin-bottom: 48px;
    }

    .ponentes-team-block h3 {
        font-size: 22px;
        margin-bottom: 24px;
    }

    .ponente-card {
        max-width: 330px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 28px;
    }

    .ponente-card .team-img img {
        height: 250px;
    }

    .ponente-card .team-info h2 {
        font-size: 19px;
    }
}

/* =========================
   EXPERIENCIA CONGRESO
========================= */

.experiencia-congreso-section {
    background: #f7f2f1;
    padding: 85px 0 80px;
}

.experiencia-congreso-content {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

.experiencia-congreso-content h2 {
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: 34px;
    line-height: 1.25;
    font-weight: 700;
    color: #2b1d20;
    margin: 0 auto 36px;
}

.experiencia-congreso-content p {
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 400;
    color: #3f3535;
    margin: 0 auto 24px;
}

.experiencia-congreso-content p:nth-of-type(2) {
    color: #24364f;
}

.experiencia-congreso-content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .experiencia-congreso-section {
        padding: 60px 0 55px;
    }

    .experiencia-congreso-content {
        max-width: 100%;
        padding: 0 22px;
    }

    .experiencia-congreso-content h2 {
        font-size: 27px;
        line-height: 1.3;
        margin-bottom: 30px;
    }

    .experiencia-congreso-content h2 br {
        display: none;
    }

    .experiencia-congreso-content p {
        font-size: 15px;
        line-height: 1.55;
        margin-bottom: 22px;
    }
}

/* =========================
   VISIÓN CONGRESO
========================= */

.vision-congreso-section {
    background: #3b241f;
    padding: 95px 0 95px;
}

.vision-congreso-content {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

.vision-congreso-content h2 {
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: 34px;
    line-height: 1.25;
    font-weight: 700;
    color: #ffffff;
    margin: 0 auto 34px;
}

.vision-congreso-content p {
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.72);
    margin: 0 auto 24px;
}

.vision-congreso-content p:last-child {
    margin-bottom: 0;
}


/* =========================
   QUÉ ES EL IEEL
========================= */

.que-es-ieel-section {
    background: #ffffff;
    padding: 85px 0 85px;
}

.que-es-ieel-content {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

.que-es-ieel-content h2 {
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: 34px;
    line-height: 1.25;
    font-weight: 700;
    color: #2b1d20;
    margin: 0 auto 32px;
}

.que-es-ieel-content p {
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 400;
    color: #3f3535;
    margin: 0 auto 24px;
}

.que-es-ieel-content p:last-child {
    margin-bottom: 0;
}


/* MOBILE */
@media (max-width: 767px) {
    .vision-congreso-section {
        padding: 65px 0 65px;
    }

    .vision-congreso-content,
    .que-es-ieel-content {
        max-width: 100%;
        padding: 0 22px;
    }

    .vision-congreso-content h2,
    .que-es-ieel-content h2 {
        font-size: 27px;
        line-height: 1.3;
        margin-bottom: 28px;
    }

    .vision-congreso-content p,
    .que-es-ieel-content p {
        font-size: 15px;
        line-height: 1.55;
        margin-bottom: 22px;
    }

    .que-es-ieel-section {
        padding: 60px 0 60px;
    }
}

/* =========================
   COMUNIDAD ACADÉMICA
========================= */

.comunidad-academica-section {
    background: #f7f2f1;
    padding: 90px 0 95px;
}

.comunidad-academica-header {
    max-width: 780px;
    margin: 0 auto 65px;
    text-align: center;
}

.comunidad-academica-header h2 {
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: 34px;
    line-height: 1.25;
    font-weight: 700;
    color: #2b1d20;
    margin: 0 0 24px;
}

.comunidad-academica-header h3 {
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 700;
    color: #2b1d20;
    margin: 0 0 18px;
}

.comunidad-academica-header p {
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 400;
    color: #6b5960;
    margin: 0;
}

.comunidad-destacada-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}

.comunidad-card {
    background: #ffffff;
    border: 1px solid #e4e0df;
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(31, 45, 63, 0.08);
    text-align: center;
    padding: 34px 24px 30px;
    min-height: 310px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.comunidad-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(31, 45, 63, 0.13);
}

.comunidad-card-destacada {
    width: 100%;
    max-width: 420px;
    padding-top: 36px;
    border-top: 4px solid #8d1b1b;
}

.comunidad-photo-wrap {
    position: relative;
    width: 132px;
    height: 132px;
    margin: 0 auto 24px;
}

.comunidad-photo-wrap img {
    width: 132px;
    height: 132px;
    object-fit: cover;
    display: block;
    border-radius: 50%;
    border: 4px solid #ffffff;
    box-shadow: 0 7px 18px rgba(31, 45, 63, 0.22);
    background: #ffffff;
}

.comunidad-badge {
    position: absolute;
    top: 0;
    right: -2px;
    width: 42px;
    height: 42px;
    background: #e32828;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #ffffff;
    font-size: 15px;
}

.comunidad-badge .fa {
    font-family: FontAwesome !important;
}

.comunidad-card-body h3 {
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    color: #2b1d20;
    margin: 0 0 8px;
}

.comunidad-card-body h4 {
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 700;
    color: #8d1b1b;
    margin: 0 0 14px;
}

.comunidad-card-body p {
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 400;
    color: #5f5353;
    margin: 0;
}

.comunidad-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.comunidad-grid .comunidad-card {
    min-height: 300px;
    padding: 30px 20px 28px;
}

.comunidad-grid .comunidad-photo-wrap {
    width: 116px;
    height: 116px;
    margin-bottom: 22px;
}

.comunidad-grid .comunidad-photo-wrap img {
    width: 116px;
    height: 116px;
}


/* TABLET */
@media (max-width: 991px) {
    .comunidad-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* MOBILE */
@media (max-width: 767px) {
    .comunidad-academica-section {
        padding: 65px 0 70px;
    }

    .comunidad-academica-header {
        max-width: 100%;
        padding: 0 22px;
        margin-bottom: 48px;
    }

    .comunidad-academica-header h2 {
        font-size: 28px;
        line-height: 1.3;
    }

    .comunidad-academica-header h3 {
        font-size: 15px;
    }

    .comunidad-academica-header p {
        font-size: 15px;
    }

    .comunidad-destacada-wrap {
        margin-bottom: 45px;
        padding: 0 22px;
    }

    .comunidad-card-destacada {
        max-width: 360px;
    }

    .comunidad-grid {
        grid-template-columns: 1fr;
        gap: 22px;
        padding: 0 22px;
    }

    .comunidad-grid .comunidad-card {
        max-width: 360px;
        width: 100%;
        margin: 0 auto;
    }
}


/* =========================
   CTA ACTIVIDADES ACADÉMICAS
========================= */

.ieel-cta-academica {
    background: #f7f2f1;
    padding: 80px 0 80px;
    border-top: 1px solid #e4dedc;
}

.ieel-cta-content {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.ieel-cta-content h2,
.ieel-formacion-content h2 {
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: 32px;
    line-height: 1.3;
    font-weight: 700;
    color: #2b1d20;
    margin: 0 auto 26px;
}

.ieel-cta-content p,
.ieel-formacion-content p {
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 400;
    color: #6b5960;
    margin: 0 auto 34px;
}

.ieel-section-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 245px;
    min-height: 44px;
    padding: 12px 26px;

    background: #7b2a2a;
    color: #ffffff;
    border: 2px solid #7b2a2a;
    border-radius: 5px;

    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    text-decoration: none;

    transition: all 0.25s ease;
}

.ieel-section-btn:hover {
    background: #ffffff;
    color: #7b2a2a;
    border-color: #7b2a2a;
    text-decoration: none;
}


/* =========================
   FORMACIÓN ESPECIALIZADA
========================= */

.ieel-formacion-section {
    background: #ffffff;
    padding: 80px 0 90px;
}

.ieel-formacion-content {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}


/* MOBILE */
@media (max-width: 767px) {
    .ieel-cta-academica,
    .ieel-formacion-section {
        padding: 60px 0 60px;
    }

    .ieel-cta-content,
    .ieel-formacion-content {
        max-width: 100%;
        padding: 0 22px;
    }

    .ieel-cta-content h2,
    .ieel-formacion-content h2 {
        font-size: 27px;
        line-height: 1.3;
        margin-bottom: 24px;
    }

    .ieel-cta-content p,
    .ieel-formacion-content p {
        font-size: 15px;
        line-height: 1.55;
        margin-bottom: 30px;
    }

    .ieel-section-btn {
        width: 100%;
        max-width: 280px;
        min-width: auto;
        font-size: 14px;
    }
}

/* =========================
   PARTNERS / ALIADOS
========================= */

.partners-section {
    background: #ffffff;
    padding: 85px 0 80px;
}

.partners-header {
    max-width: 820px;
    margin: 0 auto 48px;
    text-align: center;
}

.partners-header h2 {
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: 34px;
    line-height: 1.25;
    font-weight: 700;
    color: #2b1d20;
    margin: 0 0 20px;
}

.partners-header p {
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 400;
    color: #6b5960;
    margin: 0;
}

.partners-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1030px;
    margin: 0 auto;
}

.partner-card {
    min-height: 125px;
    padding: 28px 26px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #ffffff;
    border: 1px solid #e4e0df;
    border-radius: 10px;
    box-shadow: 0 8px 22px rgba(31, 45, 63, 0.07);

    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.partner-card:hover {
    transform: translateY(-4px);
    border-color: #8d1b1b;
    box-shadow: 0 14px 30px rgba(31, 45, 63, 0.12);
}

.partner-card img {
    max-width: 100%;
    max-height: 70px;
    width: auto;
    height: auto;
    display: block;
    object-fit: contain;
}


/* TABLET */
@media (max-width: 991px) {
    .partners-grid {
        grid-template-columns: repeat(2, 1fr);
        max-width: 680px;
    }
}


/* MOBILE */
@media (max-width: 767px) {
    .partners-section {
        padding: 60px 0 55px;
    }

    .partners-header {
        max-width: 100%;
        padding: 0 22px;
        margin-bottom: 36px;
    }

    .partners-header h2 {
        font-size: 27px;
        line-height: 1.3;
    }

    .partners-header p {
        font-size: 15px;
        line-height: 1.55;
    }

    .partners-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 0 22px;
    }

    .partner-card {
        min-height: 115px;
        padding: 24px 22px;
    }

    .partner-card img {
        max-height: 62px;
    }
}	


/* =========================
   FORMULARIO FORME PARTE
========================= */

.forme-parte-section {
    background: #f7f2f1;
    padding: 85px 0 80px;
}

.forme-parte-content {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.forme-parte-content h2 {
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: 34px;
    line-height: 1.25;
    font-weight: 700;
    color: #2b1d20;
    margin: 0 0 20px;
}

.forme-parte-content > p {
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: 16px;
    line-height: 1.55;
    color: #6b5960;
    margin: 0 auto 38px;
}

.forme-parte-form {
    text-align: left;
}

.forme-parte-form .form-group {
    margin-bottom: 18px;
}

.forme-parte-form label {
    display: block;
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 500;
    color: #2b1d20;
    margin-bottom: 8px;
}

.forme-parte-form input {
    width: 100%;
    height: 50px;
    padding: 10px 14px;
    background: #ffffff;
    border: 1px solid #cfd4da;
    border-radius: 5px;
    outline: none;

    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: 15px;
    color: #2b1d20;

    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.forme-parte-form input:focus {
    border-color: #8d1b1b;
    box-shadow: 0 0 0 3px rgba(141, 27, 27, 0.12);
}

.forme-parte-btn {
    width: 100%;
    min-height: 48px;
    margin-top: 2px;

    background: #963b3b;
    color: #ffffff;
    border: 2px solid #963b3b;
    border-radius: 5px;

    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;

    cursor: pointer;
    transition: all 0.25s ease;
}

.forme-parte-btn:hover {
    background: #ffffff;
    color: #963b3b;
    border-color: #963b3b;
}


/* MOBILE */
@media (max-width: 767px) {
    .forme-parte-section {
        padding: 60px 0 60px;
    }

    .forme-parte-content {
        max-width: 100%;
        padding: 0 22px;
    }

    .forme-parte-content h2 {
        font-size: 28px;
        line-height: 1.3;
    }

    .forme-parte-content > p {
        font-size: 15px;
        line-height: 1.55;
        margin-bottom: 32px;
    }

    .forme-parte-form input {
        height: 48px;
    }
}

.counter-section .single-counter i {
    color: #ffffff;
}

.counter-section .single-counter p {
    color: #ffffff;
}

.counter-section .col-md-3:nth-child(1) .counter::before {
    content: "+";
}

.counter-section .col-md-3:nth-child(3) .counter::after {
    content: "";
}

.counter-section .single-counter i {
    color: #ffffff;
}

.counter-section .single-counter p {
    color: #ffffff;
}

.counter-section .row:first-child .col-md-3:nth-child(1) .counter::before {
    content: "+";
}

.counter-section .row:first-child .col-md-3:nth-child(3) .counter::after {
    content: "";
}

.counter-section .counter-percent .counter {
    color: #a8423f;
}

.counter-section .counter-percent .counter::after {
    content: "%";
}

.counter-second-row {
    margin-top: 35px;
}

.footer-area .single-footer h2 {
    color: #ffffff;
    text-transform: uppercase;
}

.footer-area .single-footer p,
.footer-area .single-footer a {
    color: #d7d7d7;
}

.footer-area .single-footer a:hover {
    color: #ffffff;
}

.footer-area .post-content i,
.footer-area .useful-link i {
    color: #ffffff;
    margin-right: 6px;
}

.footer-bottom .copy-write {
    color: #d7d7d7;
}

.footer-bottom-menu ul li a {
    color: #d7d7d7;
}

.footer-bottom-menu ul li a:hover {
    color: #ffffff;
}

.footer-logo {
    margin-bottom: 22px;
}

.footer-logo img {
    max-width: 250px;
    height: auto;
    display: block;
}

.footer-logo {
    margin-bottom: 22px;
}

.footer-logo img {
    max-width: 250px;
    height: auto;
    display: block;
}

.footer-ieel-btn {
    display: inline-block;
    margin-top: 12px;
    padding: 11px 18px;
    background: #ffffff;
    color: #3a201c !important;
    font-weight: 600;
    border-radius: 3px;
}

.footer-ieel-btn:hover {
    background: #d7b9b3;
    color: #3a201c !important;
}







/* Ajuste mobile - Hero Congreso */
@media (max-width: 767px) {
    .congreso-hero {
        min-height: auto;
        padding: 50px 18px 45px;
    }

    .congreso-hero-content {
        width: 100%;
        max-width: 360px;
        padding: 0 10px;
    }

    .congreso-badge {
        font-size: 10px;
        line-height: 1.35;
        letter-spacing: 1.5px;
        padding: 10px 18px;
        border-radius: 25px;
        max-width: 320px;
        margin: 0 auto 25px;
    }

    .congreso-hero-content h2 {
        font-size: 34px;
        line-height: 1.12;
        margin: 0 0 24px;
    }

    .congreso-hero-content h3 {
        font-size: 20px;
        line-height: 1.25;
        margin-bottom: 14px;
    }

    .congreso-date {
        font-size: 17px;
        line-height: 1.3;
        margin-bottom: 28px;
    }

    .congreso-description {
        font-size: 17px;
        line-height: 1.45;
        max-width: 310px;
        margin: 0 auto 28px;
    }

    .congreso-btn {
        font-size: 14px;
        padding: 12px 20px;
    }
}

@media (max-width: 420px) {
    .congreso-hero-content h2 {
        font-size: 30px;
    }

    .congreso-hero-content h3 {
        font-size: 18px;
    }

    .congreso-date,
    .congreso-description {
        font-size: 16px;
    }

    .congreso-badge {
        font-size: 9px;
        letter-spacing: 1.3px;
        padding: 9px 15px;
    }
}


/* Footer responsive fix */
@media (max-width: 767px) {
    .footer-area,
    .footer-bottom {
        width: 100%;
        overflow: hidden;
        text-align: center;
    }

    .footer-area .container,
    .footer-bottom .container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 22px;
        padding-right: 22px;
    }

    .footer-area .row,
    .footer-bottom .row {
        margin-left: 0;
        margin-right: 0;
    }

    .footer-area [class*="col-"],
    .footer-bottom [class*="col-"] {
        width: 100%;
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    .footer-area .single-footer {
        margin-bottom: 34px;
        text-align: center;
    }

    .footer-logo img {
        margin-left: auto;
        margin-right: auto;
        max-width: 155px;
    }

    .footer-area .single-footer h2 {
        font-size: 20px;
        line-height: 1.3;
        text-align: center;
    }

    .footer-area .single-footer h2:after {
        margin-left: auto;
        margin-right: auto;
    }

    .footer-area .single-footer p {
        font-size: 15px;
        line-height: 1.7;
        text-align: center;
    }

    .footer-area .latest-post .post-content {
        text-align: center;
    }

    .footer-area .useful-link ul {
        padding-left: 0;
        margin-left: 0;
    }

    .footer-area .useful-link ul li {
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }

    .footer-area .useful-link ul li i {
        display: none;
    }

    .footer-ieel-btn {
        display: inline-block;
        margin-top: 15px;
    }

    .footer-bottom {
        padding: 25px 0;
    }

    .footer-bottom .copy-write {
        text-align: center;
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 18px;
    }

    .footer-bottom-menu {
        text-align: center;
    }

    .footer-bottom-menu ul {
        padding-left: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px 16px;
    }

    .footer-bottom-menu ul li {
        display: inline-block;
        float: none;
        margin: 0;
        padding: 0;
    }

    .footer-bottom-menu ul li a {
        font-size: 14px;
        line-height: 1.4;
        white-space: nowrap;
    }
}

/* =========================================================
   Header estilo IEEL
   Topbar se oculta al hacer scroll y queda fijo el menú
========================================================= */

.ieel-pro-header {
    --ieel-topbar-height: 62px;
    --ieel-navbar-height: 108px;

    width: 100%;
    background: #ffffff;
    position: sticky;
    top: calc(var(--ieel-topbar-height) * -1);
    z-index: 9999;
    font-family: "Montserrat", Arial, sans-serif;
}

.ieel-pro-container {
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Topbar */
.ieel-pro-topbar {
    background: #641313;
    color: #ffffff;
    height: var(--ieel-topbar-height);
}

.ieel-pro-topbar__inner {
    height: var(--ieel-topbar-height);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ieel-pro-topbar__contacts {
    display: flex;
    align-items: center;
    gap: 28px;
}

.ieel-pro-topbar__contacts a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.ieel-pro-topbar__contacts a:hover {
    color: #ffffff;
}

.ieel-pro-topbar__contacts i {
    color: #ffffff;
    margin-right: 8px;
    font-size: 15px;
}

/* Botón derecho del topbar */
.ieel-pro-topbar__cta {
    height: var(--ieel-topbar-height);
    min-width: 190px;
    padding: 0 25px;
    background: #3d3d3d;
    color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.ieel-pro-topbar__cta:hover {
    background: #2f2f2f;
    color: #ffffff !important;
}

/* Navbar */
.ieel-pro-navbar {
    background: #ffffff;
    height: var(--ieel-navbar-height);
    border-bottom: 1px solid #eeeeee;
    position: relative;
    z-index: 2;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.ieel-pro-navbar__inner {
    height: var(--ieel-navbar-height);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ieel-pro-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.ieel-pro-logo img {
    max-width: 285px;
    height: auto;
    display: block;
}

/* Menú desktop */
.ieel-pro-nav {
    display: flex;
    align-items: center;
    z-index: 99999;
}

.ieel-pro-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 34px;
}

.ieel-pro-nav ul li {
    margin: 0;
    padding: 0;
}

.ieel-pro-nav ul li a {
    color: #111111;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    transition: color 0.2s ease;
}

.ieel-pro-nav ul li a:hover {
    color: #641313;
}

/* Botón mobile */
.ieel-pro-menu-toggle {
    display: none;
    width: 44px;
    height: 38px;
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
}

.ieel-pro-menu-toggle span {
    display: block;
    width: 28px;
    height: 3px;
    background: #641313;
    margin: 6px auto;
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.25s ease;
}

/* Animación hamburguesa */
.ieel-pro-header.is-open .ieel-pro-menu-toggle span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}

.ieel-pro-header.is-open .ieel-pro-menu-toggle span:nth-child(2) {
    opacity: 0;
}

.ieel-pro-header.is-open .ieel-pro-menu-toggle span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}


/* =========================================================
   Tablet / mobile menu
========================================================= */

@media (max-width: 991px) {
    .ieel-pro-header {
        --ieel-topbar-height: 92px;
        --ieel-navbar-height: 88px;
    }

    .ieel-pro-topbar__inner {
        flex-wrap: wrap;
        gap: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        align-content: center;
    }

    .ieel-pro-topbar__contacts {
        gap: 18px;
        flex-wrap: wrap;
    }

    .ieel-pro-topbar__cta {
        height: 44px;
        min-width: auto;
        padding: 0 18px;
        font-size: 13px;
    }

    .ieel-pro-logo img {
        max-width: 230px;
    }

    .ieel-pro-menu-toggle {
        display: block;
    }

    .ieel-pro-nav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #ffffff;
        border-top: 1px solid #eeeeee;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);

        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transform: translateY(-12px);
        visibility: hidden;

        transition:
            max-height 0.45s ease,
            opacity 0.3s ease,
            transform 0.35s ease,
            visibility 0.35s ease;
    }

    .ieel-pro-header.is-open .ieel-pro-nav {
        max-height: 430px;
        opacity: 1;
        transform: translateY(0);
        visibility: visible;
    }

    .ieel-pro-nav ul {
        display: block;
        width: 100%;
        padding: 10px 0;
    }

    .ieel-pro-nav ul li a {
        display: block;
        padding: 14px 25px;
        font-size: 15px;
        border-bottom: 1px solid #eeeeee;
    }
}


/* =========================================================
   Mobile
========================================================= */

@media (max-width: 767px) {
    .ieel-pro-header {
        --ieel-topbar-height: 132px;
        --ieel-navbar-height: 78px;
    }

    .ieel-pro-topbar__inner {
        flex-direction: column;
        align-items: stretch;
        justify-content: center;
        padding-left: 15px;
        padding-right: 15px;
    }

    .ieel-pro-topbar__contacts {
        justify-content: center;
        text-align: center;
    }

    .ieel-pro-topbar__contacts a {
        font-size: 13px;
    }

    .ieel-pro-topbar__cta {
        width: 100%;
        height: 42px;
    }

    .ieel-pro-logo img {
        max-width: 205px;
    }
}

@media (max-width: 420px) {
    .ieel-pro-header {
        --ieel-topbar-height: 150px;
    }

    .ieel-pro-logo img {
        max-width: 180px;
    }

    .ieel-pro-topbar__contacts {
        flex-direction: column;
        gap: 7px;
    }
}


/* Igualar alturas de tarjetas de ponentes */
.ponentes-team-block > .row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.ponentes-team-block > .row > [class*="col-"] {
    float: none;
    display: flex;
    margin-bottom: 30px;
}

.ponente-card {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.ponente-card .team-img {
    width: 100%;
}

.ponente-card .team-img img {
    width: 100%;
    height: 245px;
    object-fit: cover;
    display: block;
}

.ponente-card .team-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}


/* Bandera en tarjeta de ponente */
.ponente-flag {
    position: absolute;
    top: 108px;
    right: 18px;
    width: 42px;
    height: 28px;
    object-fit: cover;
    border-radius: 3px;
    border: 2px solid #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.22);
    z-index: 2;
}

.ponente-nacionalidad {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 8px auto 14px;
    padding: 5px 12px;
    border-radius: 8px;
    background: #f7f7f7;
    border: 1px solid #e5e5e5;
    font-size: 13px;
    font-weight: 600;
    color: #8f2f2b;
}

.ponente-nacionalidad img {
    width: 24px;
    height: 16px;
    object-fit: cover;
    border-radius: 2px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.18);
}


/* Botones tarjeta destacada comunidad */
.comunidad-card-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 22px;
    flex-wrap: wrap;
}

.comunidad-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 125px;
    padding: 10px 18px;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    transition: all 0.25s ease;
}

.comunidad-action-primary {
    background: #9b1c1f;
    color: #ffffff;
    border: 1px solid #9b1c1f;
    box-shadow: 0 6px 16px rgba(155, 28, 31, 0.22);
}

.comunidad-action-primary:hover {
    background: #7f1719;
    border-color: #7f1719;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-2px);
}

.comunidad-action-outline {
    background: #ffffff;
    color: #9b1c1f;
    border: 1px solid #9b1c1f;
}

.comunidad-action-outline:hover {
    background: #9b1c1f;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-2px);
}



/* Modal trayectoria - estilo institucional */
.trayectoria-modal .modal-backdrop,
.modal-backdrop.in {
    opacity: 0.72;
}

.trayectoria-modal-dialog {
    width: 92%;
    max-width: 920px;
    margin: 45px auto;
}

.trayectoria-modal-content {
    position: relative;
    border: none;
    border-radius: 10px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.trayectoria-modal-content::before {
    content: "";
    display: block;
    height: 5px;
    background: linear-gradient(90deg, #7f1719, #b43a34, #7f1719);
}

.trayectoria-modal-close {
    position: absolute;
    top: 18px;
    right: 22px;
    z-index: 5;
    width: 38px;
    height: 38px;
    border: none;
    border-radius: 50%;
    background: #ffffff;
    color: #8f1d1f;
    font-size: 28px;
    line-height: 34px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.14);
    transition: all 0.25s ease;
}

.trayectoria-modal-close:hover {
    background: #8f1d1f;
    color: #ffffff;
}

.trayectoria-modal-hero {
    display: flex;
    align-items: center;
    gap: 32px;
    padding: 42px 48px 34px;
    background:
        radial-gradient(circle at top left, rgba(155, 28, 31, 0.08), transparent 35%),
        linear-gradient(135deg, #ffffff 0%, #fbf7f6 100%);
    border-bottom: 1px solid #eee1df;
}

.trayectoria-photo-wrap {
    flex: 0 0 155px;
    width: 155px;
    height: 155px;
    border-radius: 50%;
    padding: 6px;
    background: #ffffff;
    box-shadow: 0 12px 34px rgba(0,0,0,0.18);
    border: 1px solid rgba(155, 28, 31, 0.18);
}

.trayectoria-photo-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.trayectoria-eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    padding: 6px 14px;
    border-radius: 8px;
    background: rgba(155, 28, 31, 0.09);
    color: #8f1d1f;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.trayectoria-hero-info h2 {
    margin: 0 0 8px;
    color: #151923;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.25;
}

.trayectoria-hero-info h3 {
    margin: 0 0 14px;
    color: #9b1c1f;
    font-size: 16px;
    font-weight: 700;
}

.trayectoria-hero-info p {
    margin: 0;
    max-width: 600px;
    color: #555;
    font-size: 15px;
    line-height: 1.7;
}

.trayectoria-modal-body {
    max-height: 58vh;
    overflow-y: auto;
    padding: 34px 48px 18px;
}

.trayectoria-highlight-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-bottom: 30px;
}

.trayectoria-highlight-grid div {
    padding: 18px 16px;
    border-radius: 8px;
    background: #fbf8f7;
    border: 1px solid #eee1df;
    text-align: center;
}

.trayectoria-highlight-grid strong {
    display: block;
    color: #8f1d1f;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
}

.trayectoria-highlight-grid span {
    display: block;
    color: #555;
    font-size: 13px;
}

.trayectoria-section {
    padding: 24px 0;
    border-top: 1px solid #eee1df;
}

.trayectoria-section h4 {
    position: relative;
    margin: 0 0 15px;
    padding-left: 18px;
    color: #151923;
    font-size: 17px;
    font-weight: 700;
}

.trayectoria-section h4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 5px;
    height: 18px;
    border-radius: 4px;
    background: #9b1c1f;
}

.trayectoria-section ul {
    margin: 0;
    padding-left: 20px;
}

.trayectoria-section li {
    margin-bottom: 10px;
    color: #444;
    font-size: 14.5px;
    line-height: 1.65;
}

.trayectoria-section li::marker {
    color: #9b1c1f;
}

.trayectoria-modal-footer {
    padding: 18px 48px 34px;
    text-align: right;
    background: #ffffff;
}

.trayectoria-footer-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 24px;
    border-radius: 8px;
    border: 1px solid #9b1c1f;
    background: #9b1c1f;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 700;
    transition: all 0.25s ease;
}

.trayectoria-footer-btn:hover {
    background: #7f1719;
    border-color: #7f1719;
    transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 767px) {
    .trayectoria-modal-dialog {
        width: 94%;
        margin: 24px auto;
    }

    .trayectoria-modal-hero {
        flex-direction: column;
        text-align: center;
        padding: 36px 24px 28px;
    }

    .trayectoria-photo-wrap {
        width: 132px;
        height: 132px;
        flex-basis: 132px;
    }

    .trayectoria-hero-info h2 {
        font-size: 22px;
    }

    .trayectoria-modal-body {
        padding: 26px 24px 12px;
        max-height: 58vh;
    }

    .trayectoria-highlight-grid {
        grid-template-columns: 1fr;
    }

    .trayectoria-modal-footer {
        padding: 16px 24px 28px;
        text-align: center;
    }
}

/* Modal siempre por encima del header y de todo el sitio */
.trayectoria-modal.modal {
    z-index: 99999 !important;
}

.modal-backdrop {
    z-index: 99998 !important;
}

/* Cuando el modal esté abierto, bajamos el header */
body.modal-open .ieel-pro-header {
    z-index: 100 !important;
}

.trayectoria-modal-dialog {
    margin-top: 70px;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .trayectoria-modal-dialog {
        margin-top: 35px;
        margin-bottom: 25px;
    }
}

/* Mantener texto blanco en botón principal, incluso después de cerrar modal */
.comunidad-action-primary,
.comunidad-action-primary:visited,
.comunidad-action-primary:focus,
.comunidad-action-primary:active {
    color: #ffffff !important;
    text-decoration: none !important;
}

.comunidad-action-primary:hover {
    color: #ffffff !important;
    text-decoration: none !important;
}
/* Modal publicaciones */
.publicaciones-modal .trayectoria-eyebrow {
    background: rgba(155, 28, 31, 0.09);
}

.publicaciones-section li strong {
    color: #1b1f2a;
    font-weight: 700;
}

.publicaciones-section li {
    margin-bottom: 13px;
}

.publicaciones-highlight-grid div {
    background: linear-gradient(135deg, #ffffff 0%, #fbf7f6 100%);
}

.counter-number {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 2px;
}

.counter-plus,
.counter-number .counter {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

/* Counter aval Universidad de Salamanca */
.counter-salamanca-icon {
    width: 46px;
    height: 46px;
    object-fit: contain;
    display: block;
    margin: 0 auto 18px;
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.25));
}

.counter-salamanca-text {
    display: block;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}

.counter-salamanca p {
    max-width: 210px;
    margin-left: auto;
    margin-right: auto;
}

/* Modal galería congreso */
.galeria-congreso-modal.modal {
    z-index: 99999 !important;
}

.galeria-congreso-modal + .modal-backdrop,
.modal-backdrop {
    z-index: 99998 !important;
}

body.modal-open .ieel-pro-header {
    z-index: 100 !important;
}

.galeria-congreso-dialog {
    width: 92%;
    max-width: 1050px;
    margin: 60px auto;
}

.galeria-congreso-content {
    position: relative;
    border: none;
    border-radius: 18px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.32);
}

.galeria-congreso-content::before {
    content: "";
    display: block;
    height: 5px;
    background: linear-gradient(90deg, #7f1719, #b43a34, #7f1719);
}

.galeria-modal-close {
    position: absolute;
    top: 18px;
    right: 22px;
    z-index: 5;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: #ffffff;
    color: #8f1d1f;
    font-size: 30px;
    line-height: 36px;
    box-shadow: 0 8px 22px rgba(0,0,0,0.18);
    transition: all 0.25s ease;
}

.galeria-modal-close:hover {
    background: #8f1d1f;
    color: #ffffff;
}

.galeria-modal-header {
    padding: 28px 38px 20px;
    text-align: center;
    background: linear-gradient(135deg, #ffffff 0%, #fbf7f6 100%);
    border-bottom: 1px solid #eee1df;
}

.galeria-modal-header span {
    display: inline-block;
    margin-bottom: 8px;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(155, 28, 31, 0.09);
    color: #8f1d1f;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.galeria-modal-header h2 {
    margin: 0;
    color: #151923;
    font-size: 25px;
    font-weight: 700;
}

.galeria-modal-body {
    padding: 26px;
    background: #ffffff;
}

.galeria-modal-body img {
    width: 100%;
    max-height: 72vh;
    object-fit: contain;
    display: block;
    border-radius: 12px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.16);
}

@media (max-width: 767px) {
    .galeria-congreso-dialog {
        width: 94%;
        margin: 28px auto;
    }

    .galeria-modal-header {
        padding: 26px 22px 18px;
    }

    .galeria-modal-header h2 {
        font-size: 21px;
    }

    .galeria-modal-body {
        padding: 16px;
    }

    .galeria-modal-body img {
        max-height: 68vh;
    }
}

/* Galería del Congreso - 8 imágenes por fila */
.galeria-congreso-section {
    background: #ffffff;
}

.galeria-congreso-grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
}

.galeria-congreso-item {
    width: 12.5%;
    padding: 4px;
}

.galeria-congreso-item .overlay-container {
    margin: 0;
    height: 155px;
    overflow: hidden;
}

.galeria-congreso-item .overlay-container img {
    width: 100%;
    height: 155px;
    object-fit: cover;
    display: block;
}

.galeria-congreso-item .overlay-bottom .links a {
    padding: 6px 14px;
    font-size: 12px;
    border-radius: 999px;
}

/* Responsive */
@media (max-width: 991px) {
    .galeria-congreso-item {
        width: 25%;
    }

    .galeria-congreso-item .overlay-container,
    .galeria-congreso-item .overlay-container img {
        height: 150px;
    }
}

@media (max-width: 575px) {
    .galeria-congreso-item {
        width: 50%;
    }

    .galeria-congreso-item .overlay-container,
    .galeria-congreso-item .overlay-container img {
        height: 145px;
    }
}

/* Galería del Congreso - 8 imágenes por fila */
.galeria-congreso-section {
    background: #ffffff;
}

.galeria-congreso-grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
}

.galeria-congreso-item {
    width: 12.5%;
    padding: 4px;
}

.galeria-congreso-item .overlay-container {
    margin: 0;
    height: 155px;
    overflow: hidden;
}

.galeria-congreso-item .overlay-container img {
    width: 100%;
    height: 155px;
    object-fit: cover;
    display: block;
}

.galeria-congreso-item .overlay-bottom .links a {
    padding: 6px 14px;
    font-size: 12px;
    border-radius: 999px;
}

/* Modal Galería Congreso */
.galeria-congreso-modal.modal {
    z-index: 99999 !important;
}

.modal-backdrop {
    z-index: 99998 !important;
}

body.modal-open .ieel-pro-header {
    z-index: 100 !important;
}

.galeria-congreso-dialog {
    width: 92%;
    max-width: 1050px;
    margin: 60px auto;
}

.galeria-congreso-content {
    position: relative;
    border: none;
    border-radius: 18px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.32);
}

.galeria-congreso-content::before {
    content: "";
    display: block;
    height: 5px;
    background: linear-gradient(90deg, #7f1719, #b43a34, #7f1719);
}

.galeria-modal-close {
    position: absolute;
    top: 18px;
    right: 22px;
    z-index: 5;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: #ffffff;
    color: #8f1d1f;
    font-size: 30px;
    line-height: 36px;
    box-shadow: 0 8px 22px rgba(0,0,0,0.18);
    transition: all 0.25s ease;
}

.galeria-modal-close:hover {
    background: #8f1d1f;
    color: #ffffff;
}

.galeria-modal-header {
    padding: 28px 38px 20px;
    text-align: center;
    background: linear-gradient(135deg, #ffffff 0%, #fbf7f6 100%);
    border-bottom: 1px solid #eee1df;
}

.galeria-modal-header span {
    display: inline-block;
    margin-bottom: 8px;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(155, 28, 31, 0.09);
    color: #8f1d1f;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.galeria-modal-header h2 {
    margin: 0;
    color: #151923;
    font-size: 25px;
    font-weight: 700;
}

.galeria-modal-body {
    padding: 26px;
    background: #ffffff;
}

.galeria-modal-body img {
    width: 100%;
    max-height: 72vh;
    object-fit: contain;
    display: block;
    border-radius: 12px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.16);
}

/* Responsive galería */
@media (max-width: 991px) {
    .galeria-congreso-item {
        width: 25%;
    }

    .galeria-congreso-item .overlay-container,
    .galeria-congreso-item .overlay-container img {
        height: 150px;
    }
}

@media (max-width: 575px) {
    .galeria-congreso-item {
        width: 50%;
    }

    .galeria-congreso-item .overlay-container,
    .galeria-congreso-item .overlay-container img {
        height: 145px;
    }

    .galeria-congreso-dialog {
        width: 94%;
        margin: 30px auto;
    }

    .galeria-modal-header {
        padding: 24px 18px 18px;
    }

    .galeria-modal-header h2 {
        font-size: 21px;
    }

    .galeria-modal-body {
        padding: 16px;
    }

    .galeria-modal-body img {
        max-height: 68vh;
    }
}


/* Ajuste mobile: línea de títulos de ponentes */
@media (max-width: 767px) {
    .ponentes-team-block h3 {
        width: calc(100% - 30px);
        max-width: 300px;
        margin-left: 15px;
        margin-right: auto;
        padding-bottom: 14px;
    }

    .ponentes-team-block h3::after {
        width: 100%;
        max-width: 220px;
        left: 0;
    }
}

@media (max-width: 767px) {
    .ponentes-team-section,
    .ponentes-team-block {
        overflow-x: hidden;
    }

    .ponente-card,
    .ponente-card img {
        max-width: 100%;
        box-sizing: border-box;
    }
}

/* Ponentes mobile: tarjetas a todo el ancho */
@media (max-width: 767px) {
    .ponentes-team-section .container {
        width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .ponentes-team-block > .row {
        display: block !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .ponentes-team-block > .row > [class*="col-"] {
        float: none !important;
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 30px !important;
    }

    .ponentes-team-section .ponente-card {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }



    .ponentes-team-section .ponente-card .team-info {
        width: 100% !important;
        padding: 34px 22px 36px !important;
        text-align: center !important;
    }
}

@media (max-width: 767px) {
    .ponentes-team-block {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .ponentes-team-section .single-team {
        box-shadow: 0 8px 24px rgba(0,0,0,0.08) !important;
        border-radius: 4px !important;
    }
}

/* Ponencias del Congreso */
.ponencias-congreso-section {
    background: #ffffff;
}

.ponencia-card {
    border: 1px solid #e8e2df;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(0,0,0,0.07);
    transition: all 0.25s ease;
}

.ponencia-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 38px rgba(0,0,0,0.11);
}

.ponencia-thumb {
    position: relative;
    overflow: hidden;
}

.ponencia-thumb img {
    width: 100%;
    height: 245px;
    object-fit: cover;
    display: block;
}

.ponencia-thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(85, 18, 18, 0.18);
    opacity: 0;
    transition: all 0.25s ease;
}

.ponencia-card:hover .ponencia-thumb::after {
    opacity: 1;
}

.ponencia-play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 58px;
    height: 58px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #ffffff;
    color: #8f1d1f;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 28px rgba(0,0,0,0.22);
}

.ponencia-play i {
    margin-left: 4px;
    font-size: 20px;
}

.ponencia-meta span {
    color: #8f1d1f;
    font-weight: 600;
    font-size: 13px;
}

.ponencia-meta i {
    margin-right: 6px;
}

.ponencia-card .blog-title h2 {
    color: #151923;
    font-size: 19px;
    line-height: 1.35;
    font-weight: 700;
}

.ponencia-card .blog-title p {
    color: #555;
    font-size: 14px;
    line-height: 1.7;
}

.ponencia-card .log-btn,
.ponencia-card .log-btn:visited,
.ponencia-card .log-btn:focus,
.ponencia-card .log-btn:active {
    background: #6f1718;
    color: #ffffff !important;
    border-radius: 999px;
    padding: 12px 20px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    text-decoration: none !important;
}

.ponencia-card .log-btn:hover {
    background: #8f1d1f;
    color: #ffffff !important;
    text-decoration: none !important;
}

/* Modal YouTube */
.ponencia-youtube-modal.modal {
    z-index: 99999 !important;
}

.modal-backdrop {
    z-index: 99998 !important;
}

body.modal-open .ieel-pro-header {
    z-index: 100 !important;
}

.ponencia-youtube-dialog {
    width: 92%;
    max-width: 980px;
    margin: 60px auto;
}

.ponencia-youtube-content {
    position: relative;
    border: none;
    border-radius: 18px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.32);
}

.ponencia-youtube-content::before {
    content: "";
    display: block;
    height: 5px;
    background: linear-gradient(90deg, #7f1719, #b43a34, #7f1719);
}

.ponencia-modal-close {
    position: absolute;
    top: 18px;
    right: 22px;
    z-index: 5;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: #ffffff;
    color: #8f1d1f;
    font-size: 30px;
    line-height: 36px;
    box-shadow: 0 8px 22px rgba(0,0,0,0.18);
    transition: all 0.25s ease;
}

.ponencia-modal-close:hover {
    background: #8f1d1f;
    color: #ffffff;
}

.ponencia-modal-header {
    padding: 28px 38px 20px;
    text-align: center;
    background: linear-gradient(135deg, #ffffff 0%, #fbf7f6 100%);
    border-bottom: 1px solid #eee1df;
}

.ponencia-modal-header span {
    display: inline-block;
    margin-bottom: 8px;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(155, 28, 31, 0.09);
    color: #8f1d1f;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.ponencia-modal-header h2 {
    margin: 0;
    color: #151923;
    font-size: 25px;
    font-weight: 700;
}

.ponencia-modal-body {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    background: #111;
}

.ponencia-modal-body iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .ponencia-thumb img {
        height: 220px;
    }

    .ponencia-youtube-dialog {
        width: 94%;
        margin: 35px auto;
    }

    .ponencia-modal-header {
        padding: 24px 18px 18px;
    }

    .ponencia-modal-header h2 {
        font-size: 21px;
    }
}

.ponencia-meta span {
    color: #6f1718;
    font-weight: 600;
    font-size: 13px;
}

.ponencia-meta i {
    margin-right: 6px;
    color: #6f1718;
}

.ponencia-play,
.ponencia-play:visited,
.ponencia-play:focus,
.ponencia-play:active {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    width: 58px;
    height: 58px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #ffffff;
    color: #8f1d1f !important;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 28px rgba(0,0,0,0.22);
    text-decoration: none !important;
    transition: all 0.25s ease;
}

.ponencia-play:hover {
    background: #8f1d1f;
    color: #ffffff !important;
    transform: translate(-50%, -50%) scale(1.06);
    text-decoration: none !important;
}

.ponencia-play i {
    margin-left: 4px;
    font-size: 20px;
}

/* Ponencias del Congreso */
.ponencias-congreso-section {
    background: #ffffff;
}

.ponencia-card {
    border: 1px solid #e8e2df;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(0,0,0,0.07);
    transition: all 0.25s ease;
}

.ponencia-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 38px rgba(0,0,0,0.11);
}

.ponencia-thumb {
    position: relative;
    overflow: hidden;
}

.ponencia-thumb img {
    width: 100%;
    height: 245px;
    object-fit: cover;
    display: block;
}

.ponencia-play,
.ponencia-play:visited,
.ponencia-play:focus,
.ponencia-play:active {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    width: 58px;
    height: 58px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #ffffff;
    color: #8f1d1f !important;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 28px rgba(0,0,0,0.22);
    text-decoration: none !important;
    transition: all 0.25s ease;
}

.ponencia-play:hover {
    background: #8f1d1f;
    color: #ffffff !important;
    transform: translate(-50%, -50%) scale(1.06);
}

.ponencia-play i {
    margin-left: 4px;
    font-size: 20px;
}

.ponencia-meta span {
    color: #6f1718;
    font-weight: 600;
    font-size: 13px;
}

.ponencia-meta i {
    margin-right: 6px;
    color: #6f1718;
}

.ponencia-card .blog-title h2 {
    color: #151923;
    font-size: 19px;
    line-height: 1.35;
    font-weight: 700;
    margin-bottom: 10px;
}

.ponencia-card .blog-title h3 {
    color: #9b1c1f;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 12px;
}

.ponencia-card .blog-title p {
    color: #555;
    font-size: 14px;
    line-height: 1.7;
}

/* Ponencias del Congreso - 4 columnas y cards iguales */
.ponencias-congreso-section {
    background: #ffffff;
}

.ponencias-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.ponencias-grid .ponencia-col {
    float: none;
    display: flex;
    margin-bottom: 30px;
}

.ponencia-card {
    width: 100%;
    height: 100%;
    min-height: 560px;
    display: flex;
    flex-direction: column;
    border: 1px solid #e8e2df;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(0,0,0,0.07);
    transition: all 0.25s ease;
}

.ponencia-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 38px rgba(0,0,0,0.11);
}

.ponencia-thumb {
    position: relative;
    height: 185px;
    overflow: hidden;
    background: #111;
}

.ponencia-thumb img {
    width: 100%;
    height: 185px;
    object-fit: cover;
    display: block;
}

.ponencia-thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(85, 18, 18, 0.20);
    opacity: 0;
    transition: all 0.25s ease;
}

.ponencia-card:hover .ponencia-thumb::after {
    opacity: 1;
}

.ponencia-play,
.ponencia-play:visited,
.ponencia-play:focus,
.ponencia-play:active {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    width: 58px;
    height: 58px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #ffffff;
    color: #8f1d1f !important;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 28px rgba(0,0,0,0.22);
    text-decoration: none !important;
    transition: all 0.25s ease;
}

.ponencia-play:hover {
    background: #8f1d1f;
    color: #ffffff !important;
    transform: translate(-50%, -50%) scale(1.06);
}

.ponencia-play i {
    margin-left: 4px;
    font-size: 20px;
}

.ponencia-card .blog-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 24px 22px 26px;
}

.ponencia-meta {
    min-height: 38px;
    margin-bottom: 14px;
}

.ponencia-meta span {
    color: #6f1718;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.45;
}

.ponencia-meta i {
    margin-right: 6px;
    color: #6f1718;
}

.ponencia-card .blog-title {
    flex: 1;
}

.ponencia-card .blog-title h2 {
    color: #151923;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 700;
    margin-bottom: 12px;
    min-height: 68px;
}

.ponencia-card .blog-title h3 {
    color: #9b1c1f;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 12px;
    min-height: 58px;
}

.ponencia-card .blog-title p {
    color: #555;
    font-size: 13.5px;
    line-height: 1.65;
    margin-bottom: 0;
}

/* Responsive */
@media (max-width: 991px) {
    .ponencia-card {
        min-height: 540px;
    }
}

@media (max-width: 767px) {
    .ponencias-grid {
        display: block;
    }

    .ponencias-grid .ponencia-col {
        display: block;
        width: 100%;
    }

    .ponencia-card {
        min-height: auto;
    }

    .ponencia-thumb,
    .ponencia-thumb img {
        height: 220px;
    }

    .ponencia-card .blog-title h2,
    .ponencia-card .blog-title h3 {
        min-height: auto;
    }
}



/* Carrusel de ponencias */
.ponencias-congreso-section {
    background: #ffffff;
}

.ponencias-carousel {
    position: relative;
}

.ponencias-carousel .owl-stage {
    display: flex;
}

.ponencias-carousel .owl-item {
    display: flex;
}

.ponencia-slide {
    display: flex;
    width: 100%;
    height: 100%;
    padding-bottom: 4px;
}

.ponencias-carousel .ponencia-card {
    width: 100%;
    height: 100%;
    min-height: 560px;
    display: flex;
    flex-direction: column;
}

.ponencias-carousel .ponencia-card .blog-info {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.ponencias-carousel .ponencia-card .blog-title {
    flex: 1;
}

.ponencias-carousel .owl-nav {
    text-align: center;
    margin-top: 28px;
}

.ponencias-carousel .owl-nav .owl-prev,
.ponencias-carousel .owl-nav .owl-next {
    width: 44px;
    height: 44px;
    margin: 0 7px;
    border-radius: 50% !important;
    background: #6f1718 !important;
    color: #ffffff !important;
    border: none !important;
    font-size: 25px !important;
    line-height: 44px !important;
    transition: all 0.25s ease;
}

.ponencias-carousel .owl-nav .owl-prev:hover,
.ponencias-carousel .owl-nav .owl-next:hover {
    background: #8f1d1f !important;
    transform: translateY(-2px);
}

.ponencias-carousel .owl-nav i {
    line-height: 44px;
}

.ponencias-carousel .owl-dots {
    margin-top: 18px;
    text-align: center;
}

.ponencias-carousel .owl-dot span {
    width: 9px;
    height: 9px;
    margin: 0 4px;
    display: block;
    border-radius: 50%;
    background: #d8c7c4;
}

.ponencias-carousel .owl-dot.active span {
    background: #8f1d1f;
}

@media (max-width: 767px) {
    .ponencias-carousel .ponencia-card {
        min-height: auto;
    }
}
/* Ajuste flechas carrusel ponencias */
.ponencias-carousel {
    position: relative;
}

.ponencias-carousel .owl-nav {
    margin-top: 0 !important;
    text-align: initial !important;
}

.ponencias-carousel .owl-nav .owl-prev,
.ponencias-carousel .owl-nav .owl-next {
    position: absolute !important;
    top: 50% !important;
    width: 44px !important;
    height: 44px !important;
    margin: 0 !important;
    border-radius: 50% !important;
    background: #8f1d1f !important;
    color: #ffffff !important;
    border: none !important;
    font-size: 26px !important;
    line-height: 44px !important;
    text-align: center !important;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22) !important;
    transform: translateY(-50%) !important;
    transition: background 0.25s ease, box-shadow 0.25s ease !important;
}

.ponencias-carousel .owl-nav .owl-prev {
    left: 18px !important;
}

.ponencias-carousel .owl-nav .owl-next {
    right: 18px !important;
}

.ponencias-carousel .owl-nav .owl-prev:hover,
.ponencias-carousel .owl-nav .owl-next:hover {
    background: #6f1718 !important;
    color: #ffffff !important;
    transform: translateY(-50%) !important;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.28) !important;
}

.ponencias-carousel .owl-nav i {
    line-height: 44px !important;
}

/* Ocultar puntos del carrusel */
.ponencias-carousel .owl-dots {
    display: none !important;
}

/* Responsive flechas */
@media (max-width: 767px) {
    .ponencias-carousel .owl-nav .owl-prev {
        left: 8px !important;
    }

    .ponencias-carousel .owl-nav .owl-next {
        right: 8px !important;
    }
}


.ponencia-thumb {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto !important;
    overflow: hidden;
    background: #111;
}

.ponencia-thumb img {
    width: 100%;
    height: 100% !important;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center center;
    display: block;
}

.ponencia-thumb,
.ponencia-thumb img {
    height: auto !important;
}

.ieel-banner-menu {
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.ieel-banner-menu a {
    display: block;
}

.ieel-banner-menu img {
    width: 100%;
    height: auto;
    display: block;
}

.forme-parte-form textarea {
    width: 100%;
    resize: vertical;
}

.partners-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(180px, 260px));
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.partner-card {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .partners-grid {
        grid-template-columns: 1fr;
        max-width: 320px;
        margin: 0 auto;
    }
}

.forme-parte-alert {
    padding: 15px 18px;
    margin-bottom: 25px;
    border-radius: 8px;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
}

.forme-parte-alert.success {
    background: #e7f7ed;
    color: #146c2e;
    border: 1px solid #b9e6c8;
}

.forme-parte-alert.error {
    background: #fdeaea;
    color: #9f1c1c;
    border: 1px solid #f3bcbc;
}

.forme-parte-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}