/* =============================================
   ESTILOS EXCLUSIVOS — ADMISIONES 2026
   Solo afecta admisiones2026.html
   ============================================= */


/* ---- VIDEO BANNER ---- */
.video-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.video-banner__video {
  display: block;
  width: 100%;
  height: auto;
}


/* ---- SECCIÓN INTRO (texto + título antes de los bloques) ---- */
.adm-intro {
  /* padding superior/inferior de la sección */
  padding-top: 60px;
  padding-bottom: 20px;
}

.adm-bloque-niveles {
  padding-bottom: 90px;
}

.adm-intro__parrafo {
  /* párrafo descriptivo */
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  color: #243C75;
  margin-bottom: 60px;
}

.adm-intro__titulo {
  /* "¡Lo increíble que podemos ser empieza aquí!" */
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #0a2850;
  margin-bottom: 0;
  letter-spacing: -2.5px;
}


/* ---- FIGURAS / BLOQUES DE NIVELES ---- */

/* Caja base */
.rs-feature-box-1 {
  position: relative;
  padding: 0 20px 18px 20px !important;
  background-size: cover;
  background-position: center;
  color: white;
  background-color: #ffffff;
  text-align: center;
  height: auto !important;
  transition: all .2s ease-in;
}

/* Ícono circular encima de la caja */
.rs-feature-box-1 .fa {
  width: 80px;
  height: 80px;
  color: #ffffff;
  background-color: #ffffff;
  border-radius: 50%;
  padding-top: 17px;
  font-size: 45px;
  position: relative;
  top: -30px;
}

/* Contenido de texto */
.rs-feature-box-1 .body {
  position: relative;
  top: 0px;
}

.rs-feature-box-1 .body h4 {
  font-size: 26px;
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
}

.rs-feature-box-1 a {
  color: white;
}

/* Hover: sube la tarjeta */
.rs-feature-box-1:hover {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  transition: all ease-in .2s;
}

/* ---- Colores de cada bloque ---- */

/* BOX 1 — Estudiantes (rojo/primario) */
.rs-feature-box-1.bg-primary {
  background-color: #F58035 !important;
}
.rs-feature-box-1.bg-primary .fa {
  background-color: #F58035 !important;
}

/* BOX 2 — Familias (verde) */
.rs-feature-box-1.bg-green {
  background-color: #39AFE4 !important;
}
.rs-feature-box-1.bg-green .fa {
  background-color: #39AFE4 !important;
}

/* BOX 3 — Adultos (amarillo/secundario) */
.rs-feature-box-1.bg-secondary {
  background-color: #243C75 !important;
}
.rs-feature-box-1.bg-secondary .fa {
  background-color: #243C75 !important;
}


/* ---- BOTONES "Ver más" ---- */
.adm-box-btn {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 50px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  transition: opacity 0.2s, transform 0.2s;
  margin-top: 10px;
}
.adm-box-btn:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  text-decoration: none;
  color: #fff;
}

/* BOX 1 — oscuro del color base de bg-primary */
.adm-box-btn--primary {
  background-color: #ea5c13;
}

/* BOX 2 — oscuro del color base de bg-green */
.adm-box-btn--green {
  background-color: #1e8ed4;
}

/* BOX 3 — oscuro del color base de bg-secondary */
.adm-box-btn--secondary {
  background-color: #012948;
}


/* ---- SECCIÓN MODELO EDUCATIVO ---- */

.adm-modelo {
  position: relative;
}

.adm-modelo__fondo-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: block;
  z-index: 0;
}

.adm-modelo__titulo {
  font-family: 'Montserrat', sans-serif;
  font-size: 52px;
  font-weight: 700;
  color: #0a2850;
  margin-bottom: 0;
  letter-spacing: normal;
}

.adm-modelo__dual {
  max-height: 80px;
  width: auto;
}

/* Bloque completo */
.adm-modelo__bloque {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  position: relative;
  z-index: 1;
  scroll-margin-top: 100px;
}

.adm-modelo__row {
  min-height: 280px;
}

/* Foto izquierda — ocupa toda la altura */
.adm-modelo__foto-col {
  overflow: hidden;
}
.adm-modelo__foto {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 280px;
}

/* Área derecha */
.adm-modelo__contenido {
  display: flex;
  flex-direction: column;
}
.adm-modelo__contenido--naranja { background: #FEF0E0; }
.adm-modelo__contenido--azul    { background: #d8eef8; }
.adm-modelo__contenido--marino  { background: #dbe1ee; }

/* Título con extremo derecho redondeado */
.adm-modelo__flecha {
  padding: 12px 36px 12px 24px;
  border-radius: 0 50px 50px 0;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 82%;
}
.adm-modelo__flecha h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

/* Colores por nivel */
.adm-modelo__naranja { background-color: #F58035; }
.adm-modelo__azul    { background-color: #39AFE4; }
.adm-modelo__marino  { background-color: #243C75; }

/* Cuerpo de 2 columnas */
.adm-modelo__body {
  padding: 0 20px 20px 20px;
  flex: 1;
}

.adm-modelo__col-izq {
  display: flex;
  flex-direction: column;
}

.adm-modelo__col-der {
  display: flex;
  flex-direction: column;
}

.adm-modelo__subtitulo {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #0a2850;
  margin-bottom: 8px;
}

.adm-modelo__contenido p {
  font-size: 18px;
  color: #000;
  line-height: 1.5;
  margin-bottom: 30px;
}

.adm-modelo__lista {
  font-size: 16px;
  color: #000;
  padding-left: 18px;
  line-height: 1.8;
  flex: 1;
}

/* Botón móvil (oculto en desktop, visible en móvil) */
.adm-modelo__btn-movil { display: none !important; }

/* Botón "Solicitud de admisión" */
.adm-modelo__btn {
  display: inline-block;
  margin-top: auto;
  padding: 12px 22px;
  border-radius: 50px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid;
  transition: background 0.2s, color 0.2s;
  align-self: flex-start;
}
.adm-modelo__btn--naranja { color: #F58035; background: #fbcd82; border-color: transparent; }
.adm-modelo__btn--naranja:hover { background: #F58035; color: #fff; text-decoration: none; }
.adm-modelo__btn--azul    { color: #233b74; background: #6daede; border-color: transparent; }
.adm-modelo__btn--azul:hover { background: #1a8bbf; color: #fff; text-decoration: none; }
.adm-modelo__btn--marino  { color: #233a73; background: #70a8d9; border-color: transparent; }
.adm-modelo__btn--marino:hover { background: #1a2c59; color: #fff; text-decoration: none; }

/* Subtítulo grande MYP */
.adm-modelo__subtitulo-grande {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #0a2850;
  margin-bottom: 14px;
  line-height: 1.4;
}

/* Contenedor interior MYP sin Bootstrap grid */
.adm-modelo__myp-inner {
  padding: 0 20px 20px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* 2 columnas de texto */
.adm-modelo__myp-cols {
  display: flex;
  gap: 20px;
  flex: 1;
  margin-bottom: 16px;
}
.adm-modelo__myp-col-izq { flex: 7; }
.adm-modelo__myp-col-der { flex: 5; }

/* Fila inferior: logos + botón */
.adm-modelo__myp-footer {
  display: flex;
  align-items: center;
  gap: 16px;
  border-top: 1px solid rgba(0,0,0,0.08);
  padding-top: 14px;
  flex-wrap: wrap;
}

.adm-modelo__logo-myp {
  max-height: 70px;
  width: auto;
}

/* Logo AMI / IB */
.adm-modelo__logo-wrap {
  text-align: center;
  margin-top: auto;
  padding-top: 12px;
}
.adm-modelo__logo {
  max-height: 90px;
  width: auto;
}


/* ---- SECCIÓN INSTALACIONES ---- */

.adm-inst {
  background-color: #1B3262;
  padding-bottom: 60px;
}

.adm-inst__header {
  padding: 50px 20px 30px;
  text-align: center;
}

.adm-inst__titulo {
  font-family: 'Raleway', sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}

/* Pares foto + tarjeta */
.adm-inst__pares {
  display: flex;
  width: 100%;
}

.adm-inst__par {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.adm-inst__foto {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}

/* Tarjetas de info */
.adm-inst__card {
  background-color: #4c6079;
  border-radius: 16px;
  padding: 28px 24px;
  text-align: center;
  flex: 1;
  margin: 20px;
}

.adm-inst__card-titulo {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
}

.adm-inst__card-dir {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.6;
  margin-bottom: 14px;
}

.adm-inst__card-nivel {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.6;
  margin-bottom: 20px;
}

.adm-inst__maps {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: underline;
}
.adm-inst__maps:hover {
  color: #FFD166;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .adm-inst__foto { height: 200px; }
  .adm-inst__card { margin-bottom: 16px; }
}


/* ---- SECCIÓN VIDEOS COMUNIDAD ---- */
.adm-videos-section {
  position: relative;
  background: url('../admisiones2026/videos/fondo-02.jpg') center center / cover no-repeat;
  padding: 80px 0;
}

.adm-videos-overlay {
  display: none;
}

.adm-videos-inner {
  position: relative;
  z-index: 1;
}

.adm-videos-titulo {
  font-family: 'Montserrat', sans-serif;
  font-size: 52px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin-bottom: 50px;
  text-shadow: 0 2px 12px rgba(0,0,0,0.4);
}

.adm-videos-grid {
  justify-content: center;
}

.adm-video-box {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0,0,0,0.35);
  margin-bottom: 24px;
  background: #000;
}

.adm-video-box iframe {
  display: block;
  width: 100%;
}


/* ---- SECCIÓN HORARIOS ---- */
.adm-horarios {
  display: flex;
  align-items: stretch;
  background-color: #ffffff;
  padding: 40px 40px 0 40px !important;
  margin: 0 !important;
}

.adm-horarios__foto-wrap {
  flex: 1;
  overflow: hidden;
}

.adm-horarios__foto {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.adm-horarios__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 40px;
  text-align: center;
}

.adm-horarios__titulo {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0a2850;
  margin-bottom: 30px;
  line-height: 1.4;
}

.adm-horarios__tabla {
  width: 100%;
  max-width: 480px;
  height: auto;
  display: block;
}

@media (max-width: 767px) {
  .adm-horarios {
    flex-direction: column;
  }
  .adm-horarios__foto {
    height: 260px;
  }
  .adm-horarios__info {
    padding: 36px 24px;
  }
}


/* ---- SECCIÓN PROCESO DE ADMISIÓN ---- */
.adm-proceso {
  background: url('../admisiones2026/videos/degradado-03.jpg') center center / cover no-repeat;
  padding: 60px 40px;
}

.adm-proceso__titulo {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #0a2850;
  text-align: center;
  margin-bottom: 40px;
}

.adm-proceso__cols {
  display: flex;
  align-items: center;
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
}

.adm-proceso__col {
  flex: 1;
  display: flex;
  justify-content: center;
}

.adm-proceso__img {
  width: 100%;
  height: auto;
  display: block;
}

.adm-proceso__col:first-child .adm-proceso__img {
  width: 75%;
}

@media (max-width: 767px) {
  .adm-proceso__cols {
    flex-direction: column;
  }
}


/* ---- SECCIÓN ASÍ VIVIMOS ---- */
.adm-vivimos-section {
  background-color: #ffffff;
  padding: 80px 0;
}

.adm-vivimos-titulo {
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #0a2850;
  text-align: center;
  margin-bottom: 50px;
}


/* ---- BANNER FINAL ---- */
.adm-banner-final {
  display: block;
  width: 100%;
  height: auto;
}


/* ---- SECCIÓN CTA + REDES ---- */
.adm-cta {
  background-color: #243C75;
  padding: 50px 40px;
  text-align: center;
}

.adm-cta__top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.adm-cta__texto {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}

.adm-cta__btn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 50px;
  background-color: #39AFE4;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: underline;
  white-space: nowrap;
  transition: background 0.2s;
}
.adm-cta__btn:hover {
  background-color: #1e8ed4;
  color: #ffffff;
  text-decoration: underline;
}

.adm-cta__redes {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.adm-cta__icono {
  width: 52px;
  height: 52px;
  object-fit: contain;
  transition: transform 0.2s;
}
.adm-cta__icono:hover {
  transform: scale(1.1);
}


/* =============================================
   RESPONSIVE MÓVIL — ADMISIONES 2026
   ============================================= */
@media (max-width: 767px) {

  /* INTRO */
  .adm-intro .content-wrap { padding: 20px 0 40px 0 !important; }
  .adm-bloque-niveles .col-sm-12 { margin-bottom: 16px; }
  .adm-intro { padding-top: 16px; padding-bottom: 8px; }
  .adm-intro__parrafo { font-size: 16px; margin-bottom: 16px; }
  .adm-intro__titulo  { font-size: 26px; letter-spacing: -1px; }
  .adm-bloque-niveles { padding-bottom: 20px; }

  /* MODELO EDUCATIVO */
  .adm-modelo__titulo { font-size: 28px; margin-bottom: 20px; }
  .adm-modelo__flecha h3 { font-size: 20px; }
  .adm-modelo__myp-cols { flex-direction: column; gap: 12px; }
  .adm-modelo__fondo-bottom { display: none; }
  .adm-modelo__btn-desktop { display: none; }
  .adm-modelo__btn-movil { display: block !important; align-self: center; margin-bottom: 20px; text-align: center; }
  .adm-modelo__myp-footer { flex-direction: column; align-items: center; }
  .adm-modelo__myp-footer .adm-modelo__btn { align-self: center; margin: 12px 0 0 0 !important; }

  /* INSTALACIONES */
  .adm-inst__pares { flex-direction: column; }
  .adm-inst__foto  { height: 220px; }
  .adm-inst__card  { border-radius: 0; margin-bottom: 0; background-color: transparent; }

  /* VIDEOS (Voces + Así vivimos) */
  .adm-videos-titulo  { font-size: 28px; margin-bottom: 30px; }
  .adm-vivimos-titulo { font-size: 28px; margin-bottom: 30px; }
  .adm-videos-section { padding: 50px 0; }
  .adm-vivimos-section { padding: 50px 0; }
  .adm-video-box iframe { height: 600px !important; }

  /* HORARIOS — ya tiene su media query, completamos */
  .adm-horarios { padding: 24px 16px 0 16px !important; }
  .adm-horarios__foto { height: 220px; object-fit: cover; }

  /* PROCESO DE ADMISIÓN */
  .adm-proceso { padding: 40px 20px; }
  .adm-proceso__titulo { font-size: 1.6rem; }
  .adm-proceso__col:first-child .adm-proceso__img { width: 100%; }

  /* CTA */
  .adm-cta { padding: 40px 20px; }
  .adm-cta__texto { font-size: 1.1rem; }
  .adm-cta__btn { white-space: normal; font-size: 0.95rem; padding: 12px 24px; }
  .adm-cta__top { gap: 16px; }
  .adm-cta__icono { width: 42px; height: 42px; }
}
