.elementor-47161 .elementor-element.elementor-element-ec3f276{width:var( --container-widget-width, 99.91% );max-width:99.91%;--container-widget-width:99.91%;--container-widget-flex-grow:0;}.elementor-47161 .elementor-element.elementor-element-4a5cbbf > .elementor-container{min-height:400px;}.elementor-47161 .elementor-element.elementor-element-ec1575b > .elementor-container{min-height:400px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-9e935aa */.career-overview {
  max-width: 1200px;
  margin: 70px auto;
  padding: 65px;
  background: linear-gradient(135deg, #b00000 0%, #8a0000 100%);
  border-radius: 34px;
  display: grid;
  grid-template-columns: 1.05fr 1.4fr;
  gap: 55px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.career-overview::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(rgba(255,255,255,0.08), transparent 70%);
  top: -180px;
  right: -140px;
}
.career-overview::after {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 40px;
  bottom: -40px;
  font-size: 260px;
  color: rgba(255,255,255,0.05);
  z-index: 1;
  pointer-events: none;
  transform: rotate(-15deg);
}
.career-intro {
  position: relative;
  z-index: 2;
  padding-left: 34px;
  border-left: 5px solid rgba(255,255,255,0.35);
}
.career-intro span {
  display: inline-block;
  background: rgba(255,255,255,0.12);
  color: #ffffff;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: .5px;
}
.career-intro h2 {
  font-size: 48px;
  line-height: 1.08;
  color: #ffffff;
  margin-bottom: 22px;
  font-weight: 800;
}
.career-intro p {
  color: rgba(255,255,255,0.82);
  font-size: 17px;
  line-height: 1.9;
  max-width: 500px;
}
.career-features {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 22px;
}
.career-feature {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 24px;
  padding: 28px 30px;
  transition: 0.28s ease;
  backdrop-filter: blur(14px);
}
.career-feature:hover {
  transform: translateY(-4px);
  background: rgba(255,255,255,0.16);
}
.career-feature h3 {
  color: #ffffff;
  font-size: 23px;
  margin-bottom: 14px;
  position: relative;
  padding-bottom: 14px;
  font-weight: 700;
}
.career-feature h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 46px;
  height: 3px;
  background: #FFFFFF;
  border-radius: 50px;
}
.career-feature p {
  color: rgba(255,255,255,0.86);
  line-height: 1.85;
  margin: 0;
  font-size: 15.8px;
}
@media(max-width: 900px) {
  .career-overview {
    grid-template-columns: 1fr;
    padding: 45px 24px;
  }
  .career-intro h2 {
    font-size: 36px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3e9ce06 */.instituto-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
  background: #fff;
  border-bottom: 1px solid #eee;
  box-shadow: 0 4px 14px rgba(0,0,0,.05);
  padding: 14px 20px;
  margin-bottom: 30px;
}
.instituto-nav a {
  color: #555;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  padding: 9px 16px;
  border-radius: 50px;
  transition: .2s ease;
  white-space: nowrap;
}
.instituto-nav a:hover {
  background: #fff3f3;
  color: #b00000;
}
html {
  scroll-behavior: smooth;
}
@media(max-width: 900px) {
  .instituto-nav {
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .instituto-nav::-webkit-scrollbar {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fca51b8 */.mvv-section {
  max-width: 1000px;
  margin: 70px auto;
  padding: 0 24px;
}
.mvv-tabs input {
  display: none;
}
.mvv-tab {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: 50px;
  border: 1px solid #eee;
  background: #fff;
  color: #555;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 26px;
  transition: .25s ease;
}
.mvv-tab i {
  font-size: 15px;
  color: #b00000;
}
.mvv-tab:hover {
  border-color: #d8bcbc;
}
#mvv-1:checked ~ label[for="mvv-1"],
#mvv-2:checked ~ label[for="mvv-2"],
#mvv-3:checked ~ label[for="mvv-3"] {
  background: #b00000;
  color: #fff;
  border-color: #b00000;
}
#mvv-1:checked ~ label[for="mvv-1"] i,
#mvv-2:checked ~ label[for="mvv-2"] i,
#mvv-3:checked ~ label[for="mvv-3"] i {
  color: #fff;
}
.mvv-panel {
  display: none;
  position: relative;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 22px;
  padding: 46px 44px;
  overflow: hidden;
  animation: mvvFade .35s ease;
}
@keyframes mvvFade {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}
.mvv-bgicon {
  position: absolute;
  right: 20px;
  bottom: -20px;
  font-size: 140px;
  color: #f8ecec;
  z-index: 0;
}
.mvv-panel p {
  position: relative;
  z-index: 1;
  font-size: 19px;
  line-height: 1.85;
  color: #333;
  max-width: 640px;
  font-style: italic;
}
.mvv-valores-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.mvv-valores-grid span {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fafafa;
  border: 1px solid #f0f0f0;
  border-radius: 14px;
  padding: 16px 18px;
  font-size: 15px;
  font-weight: 600;
  color: #333;
}
.mvv-valores-grid span i {
  color: #b00000;
  font-size: 16px;
}
#mvv-1:checked ~ .mvv-panel-1,
#mvv-2:checked ~ .mvv-panel-2,
#mvv-3:checked ~ .mvv-panel-3 {
  display: block;
}
@media(max-width: 700px) {
  .mvv-tab span { display: none; }
  .mvv-tab { padding: 14px 18px; }
  .mvv-panel { padding: 32px 24px; }
  .mvv-valores-grid { grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-27e07bc */.recursos-lista {
  max-width: 900px;
  margin: 70px auto;
  padding: 0 24px;
}
.recursos-header {
  text-align: left;
  margin-bottom: 30px;
}
.recursos-header span {
  display: inline-block;
  background: #fff3f3;
  color: #b00000;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
}
.recursos-header h2 {
  font-size: 26px;
  font-weight: 800;
  color: #111;
  margin: 0;
}
.recursos-items {
  display: flex;
  flex-direction: column;
  border: 1px solid #eee;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
}
.recurso-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 22px 26px;
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid #f0f0f0;
  transition: .25s ease;
}
.recurso-item:last-child {
  border-bottom: none;
}
.recurso-item:hover {
  background: #fff8f8;
}
.recurso-icon {
  width: 50px;
  height: 50px;
  flex: none;
  border-radius: 14px;
  background: #fff3f3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recurso-icon i {
  color: #b00000;
  font-size: 19px;
}
.recurso-texto {
  flex: 1;
}
.recurso-texto h3 {
  font-size: 16.5px;
  color: #111;
  margin-bottom: 4px;
}
.recurso-texto p {
  font-size: 14px;
  color: #666;
  margin: 0;
}
.recurso-flecha {
  color: #b00000;
  font-size: 15px;
  opacity: 0;
  transform: translateX(-6px);
  transition: .25s ease;
}
.recurso-item:hover .recurso-flecha {
  opacity: 1;
  transform: translateX(0);
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-7e2724e */.proyectos-timeline {
  max-width: 900px;
  margin: 70px auto;
  padding: 0 24px;
}
.timeline-header {
  margin-bottom: 34px;
}
.timeline-header span {
  display: inline-block;
  background: #fff3f3;
  color: #b00000;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
}
.timeline-header h2 {
  font-size: 26px;
  font-weight: 800;
  color: #111;
  margin: 0;
}
.timeline-list {
  position: relative;
  padding-left: 30px;
  border-left: 3px solid #f3dede;
}
.timeline-row {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 18px 22px;
  margin-bottom: 14px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 14px;
  text-decoration: none;
  color: inherit;
  transition: .25s ease;
}
.timeline-row::before {
  content: "";
  position: absolute;
  left: -37px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #b00000;
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px #b00000;
}
.timeline-row:hover {
  border-color: #d8bcbc;
  transform: translateX(4px);
}
.timeline-year {
  font-size: 18px;
  font-weight: 800;
  color: #b00000;
  min-width: 60px;
}
.timeline-desc {
  flex: 1;
  color: #555;
  font-size: 14.5px;
}
.timeline-row strong {
  color: #b00000;
  font-size: 14px;
  white-space: nowrap;
}
@media(max-width: 640px) {
  .timeline-row {
    flex-wrap: wrap;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b7285c8 */.equipo-grid-section {
  max-width: 1100px;
  margin: 70px auto;
  padding: 0 24px;
}
.equipo-header {
  text-align: center;
  margin-bottom: 36px;
}
.equipo-header span {
  display: inline-block;
  background: #fff3f3;
  color: #b00000;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
}
.equipo-header h2 {
  font-size: 26px;
  font-weight: 800;
  color: #111;
  margin: 0;
}
.equipo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.equipo-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 26px 16px;
  text-align: center;
  transition: .25s ease;
}
.equipo-card:hover {
  border-color: #b00000;
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(176,0,0,.08);
}
.equipo-avatar {
  width: 64px;
  height: 64px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: linear-gradient(135deg,#fff3f3,#f7dede);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #f3d8d8;
}
.equipo-avatar i {
  color: #b00000;
  font-size: 24px;
}
.equipo-card h3 {
  font-size: 14.5px;
  color: #222;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}
@media(max-width: 900px) {
  .equipo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media(max-width: 500px) {
  .equipo-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4868a4a */.libros-catalogo {
  max-width: 1180px;
  margin: 70px auto;
  padding: 0 24px;
}
.catalogo-header {
  text-align: center;
  margin-bottom: 36px;
}
.catalogo-header span {
  display: inline-block;
  background: #fff3f3;
  color: #b00000;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
}
.catalogo-header h2 {
  font-size: 26px;
  font-weight: 800;
  color: #111;
  margin: 0;
}
.catalogo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.libro-card {
  display: flex;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: .25s ease;
}
.libro-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 30px rgba(176,0,0,.1);
  border-color: #d8bcbc;
}
.libro-lomo {
  width: 12px;
  flex: none;
  background: linear-gradient(180deg, #b00000, #8a0000);
}
.libro-info {
  padding: 22px 20px;
}
.libro-info h3 {
  font-size: 16px;
  color: #111;
  margin-bottom: 8px;
  line-height: 1.35;
}
.libro-info p {
  font-size: 13.5px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 14px;
}
.libro-info strong {
  color: #b00000;
  font-size: 13.5px;
}
@media(max-width: 900px) {
  .catalogo-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-da530b8 */.experiencias-section {
  max-width: 1220px;
  margin: 70px auto;
  padding: 0 24px;
}
.experiencias-header {
  text-align: center;
  margin-bottom: 42px;
}
.experiencias-header span {
  display: inline-block;
  background: #f4f4f4;
  color: #b00000;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 14px;
}
.experiencias-header h2 {
  color: #111;
  font-size: 38px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.experiencias-header h2::after {
  content: "";
  display: block;
  width: 64px;
  height: 3px;
  background: #b00000;
  border-radius: 50px;
  margin: 16px auto 0;
}
.experiencias-header p {
  color: #555;
  font-size: 16px;
  line-height: 1.8;
  max-width: 680px;
  margin: 0 auto;
}
.experiencias-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.experiencia-card {
  display: block;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 24px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: 0.3s ease;
}
.experiencia-card:hover {
  transform: translateY(-5px);
  border-color: rgba(176,0,0,0.25);
}
.experiencia-card img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  object-position: top;
  display: block;
  transition: transform .4s ease;
}
.experiencia-card:hover img {
  transform: scale(1.06);
}
.experiencia-info {
  padding: 24px 22px 26px;
  background: #fff;
}
.experiencia-info h3 {
  color: #111;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 10px;
}
.experiencia-info h3::after {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  background: #b00000;
  border-radius: 50px;
  margin-top: 12px;
}
.experiencia-info p {
  color: #555;
  font-size: 15px;
  line-height: 1.7;
  margin-top: 14px;
}
@media(max-width: 1000px) {
  .experiencias-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media(max-width: 600px) {
  .experiencias-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ec3f276 */.coordinador-layout {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 28px;
  align-items: center;
}
.coordinador-card {
  position: relative;
  max-width: 700px;
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 16px;
  padding: 34px 32px 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.coordinador-accent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #9e0b0f, #c61d23, #e33a3f);
}
.coordinador-content {
  position: relative;
  z-index: 1;
}
.coordinador-label {
  display: inline-block;
  margin: 0 0 14px;
  padding: 8px 14px;
  background: #fff3f3;
  color: #9e0b0f;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  border-radius: 999px;
  letter-spacing: 0.2px;
}
.coordinador-nombre {
  margin: 0 0 14px;
  font-size: 34px;
  line-height: 1.15;
  font-weight: 800;
  color: #161616;
}
.coordinador-email {
  display: inline-block;
  margin-bottom: 22px;
  color: #b51217;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid rgba(181, 18, 23, 0.18);
  padding-bottom: 4px;
  transition: all 0.3s ease;
}
.coordinador-email:hover {
  color: #8f0d12;
  border-bottom-color: #8f0d12;
}
.coordinador-texto {
  margin: 0;
  font-size: 18px;
  line-height: 1.8;
  color: #3a3a3a;
  text-align: justify;
}
.coordinador-card::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -70px;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(198, 29, 35, 0.08) 0%, rgba(198, 29, 35, 0) 70%);
  pointer-events: none;
}
.coordinador-foto-box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: -60px;
  z-index: 2;
  flex-shrink: 0;
}
.coordinador-foto {
  width: 240px !important;
  height: 240px !important;
  max-width: 240px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  object-position: 70% 60% !important;
  border: 8px solid #fff;
  box-shadow: 0 0 0 4px #b00000, 0 20px 40px rgba(0,0,0,0.2);
  display: block;
  flex-shrink: 0;
}

@media (max-width: 900px) {
  .coordinador-layout {
    grid-template-columns: 1fr;
  }
  .coordinador-foto-box {
    margin-left: 0;
    margin-top: -50px;
  }
}
@media (max-width: 768px) {
  .coordinador-card {
    padding: 26px 22px 24px;
    border-radius: 12px;
  }
  .coordinador-nombre {
    font-size: 27px;
  }
  .coordinador-email {
    font-size: 16px;
  }
  .coordinador-texto {
    font-size: 16px;
    line-height: 1.7;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-37de0ba */.contacto-instituto {
  max-width: 1180px;
  margin: 70px auto;
  padding: 0 24px;
}
.contacto-header {
  text-align: center;
  margin-bottom: 44px;
}
.contacto-header span {
  display: inline-block;
  background: #fff3f3;
  color: #b00000;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 16px;
}
.contacto-header h2 {
  font-size: 36px;
  font-weight: 800;
  color: #111;
  margin-bottom: 14px;
}
.contacto-header p {
  color: #555;
  font-size: 16px;
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.8;
}
.contacto-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
}
.contacto-item {
  background: #fff;
  padding: 34px 28px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  border-right: 1px solid #eee;
  position: relative;
}
.contacto-item:last-child {
  border-right: none;
}
.contacto-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #b00000;
  transform: scaleX(0);
  transform-origin: left;
  transition: .35s ease;
}
.contacto-item:hover::before {
  transform: scaleX(1);
}
.contacto-icon {
  width: 52px;
  height: 52px;
  flex: none;
  border-radius: 50%;
  background: #fff3f3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contacto-icon i {
  color: #b00000;
  font-size: 20px;
}
.contacto-item h4 {
  font-size: 17px;
  color: #111;
  margin-bottom: 8px;
  font-weight: 700;
}
.contacto-item p {
  color: #555;
  font-size: 14.5px;
  line-height: 1.7;
}
.contacto-item a {
  color: #b00000;
  text-decoration: none;
  font-weight: 600;
}
@media(max-width: 900px) {
  .contacto-grid {
    grid-template-columns: 1fr;
  }
  .contacto-item {
    border-right: none;
    border-bottom: 1px solid #eee;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-96f68b4 */.btn-volver-menu {
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #b00000;
  color: #fff;
  text-decoration: none;
  padding: 12px 18px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 8px 22px rgba(176,0,0,.3);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: .3s ease;
}
.btn-volver-menu.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.btn-volver-menu:hover {
  background: #8a0000;
  color: #fff;
}
.btn-volver-menu i {
  font-size: 13px;
}
@media(max-width: 600px) {
  .btn-volver-menu span {
    display: none;
  }
  .btn-volver-menu {
    padding: 14px;
    left: 18px;
    bottom: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9a47e11 */.instituto-explora {
  max-width: 1180px;
  margin: 70px auto;
  padding: 0 24px;
}
.explora-header {
  text-align: center;
  margin-bottom: 46px;
}
.explora-header span {
  display: inline-block;
  background: #f4f4f4;
  color: #b00000;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: .5px;
}
.explora-header h2 {
  font-size: 36px;
  font-weight: 800;
  color: #111;
  margin: 0;
}
.explora-header h2::after {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  background: #b00000;
  margin: 16px auto 0;
  border-radius: 20px;
}
.explora-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.explora-card {
  position: relative;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 20px;
  padding: 36px 30px;
  overflow: hidden;
  cursor: pointer;
  transition: .3s ease;
}
.explora-card:hover {
  border-color: #b00000;
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(176,0,0,.12);
}
.explora-num {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #b00000;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 22px;
}
.explora-bgicon {
  position: absolute;
  right: -10px;
  bottom: -18px;
  font-size: 110px;
  color: #f6e9e9;
  z-index: 0;
  transition: .35s ease;
}
.explora-card:hover .explora-bgicon {
  color: #fbdada;
  transform: scale(1.08) rotate(6deg);
}
.explora-card h3 {
  position: relative;
  z-index: 1;
  font-size: 22px;
  color: #111;
  margin-bottom: 12px;
  transition: .3s ease;
}
.explora-card:hover h3 {
  color: #b00000;
}
.explora-card p {
  position: relative;
  z-index: 1;
  color: #5c5c5c;
  line-height: 1.8;
  margin-bottom: 20px;
}
.explora-card strong {
  position: relative;
  z-index: 1;
  color: #b00000;
  font-size: 15px;
}
@media(max-width: 900px) {
  .explora-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== MODALES ===== */
.modal-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.modal-overlay.activo {
  display: flex;
}
.modal-box {
  position: relative;
  background: #fff;
  border-radius: 24px;
  max-width: 680px;
  width: 100%;
  max-height: 85vh;
  overflow-y: auto;
  padding: 44px 40px;
  animation: modalIn .3s ease;
}
@keyframes modalIn {
  from { opacity: 0; transform: translateY(20px) scale(.97); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
.modal-close {
  position: absolute;
  top: 18px;
  right: 20px;
  background: #f4f4f4;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 20px;
  color: #555;
  cursor: pointer;
  line-height: 1;
  transition: .2s ease;
}
.modal-close:hover {
  background: #b00000;
  color: #fff;
}
.modal-tag {
  display: inline-block;
  background: #fff3f3;
  color: #b00000;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 12px;
}
.modal-titulo {
  font-size: 28px;
  font-weight: 800;
  color: #111;
  margin-bottom: 26px;
}
.modal-bloque {
  margin-bottom: 26px;
}
.modal-bloque:last-child {
  margin-bottom: 0;
}
.modal-bloque h4 {
  color: #b00000;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.modal-bloque p {
  color: #444;
  font-size: 15.5px;
  line-height: 1.8;
}
.modal-lista {
  list-style: none;
  padding: 0;
  margin: 0;
}
.modal-lista li {
  color: #444;
  font-size: 15px;
  line-height: 1.7;
  padding: 8px 0 8px 22px;
  position: relative;
  border-bottom: 1px solid #f0f0f0;
}
.modal-lista li::before {
  content: "•";
  color: #b00000;
  position: absolute;
  left: 0;
  font-weight: 900;
}
.modal-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.modal-tags span {
  background: #f7f7f7;
  border: 1px solid #eee;
  color: #333;
  font-size: 13.5px;
  padding: 7px 14px;
  border-radius: 50px;
}
.modal-lista-investigadores {
  list-style: none;
  padding: 0;
  margin: 0;
}
.modal-lista-investigadores li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
  color: #222;
  font-size: 15.5px;
  font-weight: 600;
}
.modal-lista-investigadores li i {
  color: #b00000;
  font-size: 15px;
}
.modal-links {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.modal-links a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #333;
  text-decoration: none;
  font-size: 15px;
  padding: 12px 14px;
  border-radius: 10px;
  transition: .2s ease;
}
.modal-links a:hover {
  background: #fff3f3;
  color: #b00000;
}
.modal-links a i {
  color: #b00000;
  font-size: 15px;
  flex: none;
}
@media(max-width: 600px) {
  .modal-box {
    padding: 32px 24px;
  }
  .modal-titulo {
    font-size: 22px;
  }
}/* End custom CSS */