/* Reset y estilos generales */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Actualizada fuente a Poppins */
.body {
  font-family: "Poppins", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: #DEE1D3;
}

/* =============================================
   CONTENEDORES
   ============================================= */

.eq-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0px;
}

/* =============================================
   NAVEGACIÓN
   ============================================= */

.eq-nav {
  background-color: #1a365d;
  padding: 15px 0;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.eq-nav .eq-container {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.eq-nav__link {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.eq-nav__link:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

/* =============================================
   SECCIONES (FRAMES)
   ============================================= */

.eq-section {
  min-height: 100vh;
  /*padding: 15px 15px;*/
  display: flex;
  align-items: center;
}

.eq-section--secondary {
  background-color: #f8f9fa;
}

.eq-section--programa {
  background-color: #7B91A9;
}

.eq-section--preguntas {
  background-color: #43734F;
}

.eq-section--docentes {
  background-color: #43734F;
}

.eq-section--campusv {
  background-color: #DEE1D3;
}

/* =============================================
   TIPOGRAFÍA
   ============================================= */

.eq-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #1a365d;
  margin-bottom: 15px;
  margin-top: 15px;
  text-align: center;
}

.eq-title--highlight {
  color: #e6a135;
}

.eq-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: #2d4a6f;
  margin-bottom: 15px;
}

.eq-text {
   font-size: 1rem;
  color: #555;
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: left;
}

.eq-text--lead {
  font-size: 1.25rem;
  color: #333;
}
/* =============================================
   UTILIDADES
   ============================================= */

.eq-mt-1 {
  margin-top: 10px;
}
.eq-mt-2 {
  margin-top: 20px;
}
.eq-mt-3 {
  margin-top: 30px;
}
.eq-mb-1 {
  margin-bottom: 10px;
}
.eq-mb-2 {
  margin-bottom: 20px;
}
.eq-mb-3 {
  margin-bottom: 30px;
}

/* =============================================
   FOOTER
============================================= */   

.eq-footer {
  background-color: #c41a1a;
  color: #fff;
  padding: 30px 0;
  text-align: center;
}

.eq-footer__text {
  font-size: 0.9rem;
  opacity: 0.9;
}

/* =============================================
   BARRA LATERAL FLOTANTE
   ============================================= */

.eq-floating-sidebar {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 0;
  z-index: 999;
}

.eq-floating-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100px;
  padding: 14px 10px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.eq-floating-btn:hover {
  width: 120px;
}

.eq-floating-btn__icon {
  width: 24px;
  height: 24px;
  margin-bottom: 8px;
}

.eq-floating-btn__text {
  font-family: "Poppins", sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
}

.eq-floating-btn--red {
  background-color: #8b1538;
  color: #fff;
}
.eq-floating-btn--red:hover {
  background-color: #a01840;
}
.eq-floating-btn--dark {
  background-color: #3d3d3d;
  color: #fff;
}
.eq-floating-btn--dark:hover {
  background-color: #4d4d4d;
}
.eq-floating-btn--gray {
  background-color: #9a9a9a;
  color: #fff;
}
.eq-floating-btn--gray:hover {
  background-color: #aaa;
}
.eq-floating-btn--green {
  background-color: #25d366;
  color: #fff;
}
.eq-floating-btn--green:hover {
  background-color: #2be06f;
}

/* ============================================
   SECCIÓN 1: INFORMACION DEL PROGRAMA
   ============================================ */

/* ============================================
   SECCIÓN 2: BANNER INFO PROGRAMA
   ============================================ */

/* ============================================
   SECCIÓN 3: PARA QUE TE PREPARA ESTE TECNICO
   ============================================ */

/* ============================================
   SECCIÓN 4: FINANCIACION Y BECAS
   ============================================ */

/* ============================================
   SECCIÓN 5: METODOLGIA
   ============================================ */

/* ============================================
   SECCIÓN 6: CONOCE EL PROGRAMA
   ============================================ */

.eq-title--left {
  text-align: left;
  margin-bottom: 40px;
}

.eq-title--top {
  font-family: "Montserrat", sans-serif;
  font-size: 2.6rem;
  color: #1B4674;
  text-align: center;
  font-weight: 700;
  line-height: 0.70;
  margin-top: 20px;
  margin-bottom: 50px
}
.eq-accordion {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 900px;
}

.eq-accordion--centered {
  max-width: 900px;
  margin: 0 auto;
}

.eq-program-intro {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px auto;
  font-size: 1.05rem;
  color: #222;
  line-height: 1.7;
}

.eq-accordion__item {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.eq-accordion__item:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.eq-accordion__item--color-1 {
  background-color: #e8f4fd;
  border-color: #b8d9f2;
}
.eq-accordion__item--color-2 {
  background-color: #fef3e8;
  border-color: #f5d9b8;
}
.eq-accordion__item--color-3 {
  background-color: #e8fdf0;
  border-color: #b8f2d0;
}
.eq-accordion__item--color-4 {
  background-color: #f5e8fd;
  border-color: #ddb8f2;
}
.eq-accordion__item--color-5 {
  background-color: #fde8e8;
  border-color: #f2b8b8;
}
.eq-accordion__item--color-6 {
  background-color: #fdfde8;
  border-color: #f2f2b8;
}

.eq-accordion__header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 25px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: background-color 0.3s ease;
}

.eq-accordion__header:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.eq-accordion__title {
  font-family: "Poppins", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #333;
  letter-spacing: 0.5px;
}

.eq-accordion__icon {
  font-size: 1.5rem;
  font-weight: 300;
  color: #333;
  transition: transform 0.3s ease;
  line-height: 1;
}

.eq-accordion__item--active .eq-accordion__icon {
  transform: rotate(45deg);
}

.eq-accordion__item--active .eq-accordion__header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.eq-accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 25px;
  background-color: rgba(255, 255, 255, 0.6);
}

.eq-accordion__item--active .eq-accordion__content {
  max-height: 300px;
  padding: 20px 25px;
}

.eq-accordion__text {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 15px;
  text-align: left;
}

.eq-accordion__link {
  display: inline-block;
  font-size: 0.85rem;
  color: #c41e3a;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.eq-accordion__link:hover {
  color: #a01830;
  text-decoration: underline;
}

/* ============================================
   SECCIÓN 7: DIRECTOR DE PROGRAMA
   ============================================ */

/* ============================================
   SECCIÓN 8: EQUIPO DOCENTE
   ============================================ */
.eq-team-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  margin-top: 50px;
}

.eq-team-card {
  text-align: center;
  width: 220px;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.eq-team-card.eq-team-card--visible {
  opacity: 1;
  transform: translateY(0);
}

.eq-team-card__image-wrapper {
  width: 180px;
  height: 180px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #f5f0e8;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.eq-team-card:hover .eq-team-card__image-wrapper {
  transform: scale(1.05);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

.eq-team-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.eq-team-card:hover .eq-team-card__image {
  transform: scale(1.1);
}

.eq-team-card__name {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1a365d;
  margin-bottom: 5px;
}

.eq-team-card__role {
  font-size: 0.9rem;
  color: #888;
  font-weight: 400;
  line-height: 1.4;
}

/* ============================================
   SECCIÓN 9: CAMPUS VIRTUAL
   ============================================ */
.eq-campus {
  display: flex;
  align-items: center;
  gap: 60px;
  width: 100%;
}

.eq-campus__content {
  flex: 1;
  max-width: 500px;
}

.eq-campus__title {
  font-size: 3.5rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.1;
  margin-bottom: 25px;
}

.eq-campus__text {
  font-size: 1rem;
  color: #555;
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: left;
}

.eq-campus__text:last-of-type {
  margin-bottom: 0;
}

.eq-campus__image-wrapper {
  flex: 1.2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.eq-campus__laptop-container {
  position: relative;
  max-width: 500px;
  width: 100%;
}

.eq-campus__image {
  width: 100%;
  height: auto;
  /*border-radius: 12px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);*/
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.eq-campus__laptop-container:hover .eq-campus__image {
  transform: scale(1.02);
  /*box-shadow: 0 30px 70px rgba(0, 0, 0, 0.2);*/
}
/* BOTONES */
.eq-campus__buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}

.eq-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  font-family: "Poppins", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  border: 2px solid transparent;
}

.eq-btn--primary {
  background-color: #1a365d;
  color: #fff;
  border-color: #1a365d;
}

.eq-btn--primary:hover {
  background-color: #2d4a6f;
  border-color: #2d4a6f;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(26, 54, 93, 0.3);
}

.eq-btn--secondary {
  background-color: transparent;
  color: #c41e3a;
  border-color: #c41e3a;
}

.eq-btn--secondary:hover {
  background-color: #c41e3a;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(196, 30, 58, 0.3);
}

.eq-btn--large {
  padding: 18px 40px;
  font-size: 1.1rem;
}

/* =============================================
   MODAL DE VIDEO
   ============================================= */
.eq-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.eq-modal--active {
  opacity: 1;
  visibility: visible;
}

.eq-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}

.eq-modal__container {
  position: relative;
  width: 90%;
  max-width: 900px;
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
  transform: scale(0.9) translateY(20px);
  transition: transform 0.3s ease;
  z-index: 1001;
}

.eq-modal--active .eq-modal__container {
  transform: scale(1) translateY(0);
}

.eq-modal__close {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: #f0f0f0;
  border: none;
  border-radius: 50%;
  font-size: 1.8rem;
  color: #333;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease, transform 0.3s ease;
  z-index: 10;
}

.eq-modal__close:hover {
  background-color: #c41e3a;
  color: #fff;
  transform: rotate(90deg);
}

.eq-modal__content {
  padding: 25px;
}

.eq-modal__title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1a365d;
  margin-bottom: 20px;
  text-align: center;
}

.eq-modal__video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background-color: #000;
  border-radius: 8px;
  overflow: hidden;
}

.eq-modal__video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ============================================
   SECCIÓN 10: TESTIMONIOS - VOCES DE NUESTROS ESTUDIANTES
   ============================================ */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.section-testimonials {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-image: url('https://images.unsplash.com/photo-1527613426441-4da17471b66d?q=80&w=2070');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.section-overlay_testimonials {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(68, 35, 110, 0.70); /* efecto de iamgen de fondo */
    z-index: 1;
}

.section-wrapper_testimonials {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0 120px; /* Margen del borde */
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.section-header { 
  color: white; 
}

.section-main-title {
  font-family: "Montserrat", sans-serif;
  font-size: 3.5rem;
  color: #ffffff;
  text-align: left;
  font-weight: 700;
  line-height: 1.0;
  margin-top: 20px;
  margin-bottom: 40px
}

.section-subtitle {
    font-size: 1.5rem;
    letter-spacing: 2.5px;
    color: #08116f;
    text-transform: uppercase;
    margin-top: 20px;
}

.section-grid-right {
    display: flex;
    justify-content: flex-end; /* Alineado a la derecha */
    width: 100%;
}

.section-grid {
    display: flex;
    gap: 30px;
    transition: opacity 0.6s ease;
}

.section-card {
    width: 500px;
    height: 220px;
    display: flex;
    align-items: center;
    padding: 20px;
    background: rgba(18, 18, 18, 0.60);
    border: 3px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    animation: slideUp 0.7s ease-out forwards;
}

@keyframes slideUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.section-card:hover {
    background-color: #423fa3;
    /*border-color: white;*/
    transform: translateY(-5px);
    transition: all 0.3s ease;
}

.section-img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 20px;
    flex-shrink: 0;
}

.section-content { 
    color: white; 
}

.section-author-name {
    display: block;
    font-weight: bold;
    font-size: 1.2rem;
    text-transform: uppercase;
    margin-top: 35px;
}

.section-text {
    font-size: 0.95rem;
    color: #ddd;
    line-height: 1.4;
    margin-top: 20px;
    font-style: italic;
}

.section-author-info {
    font-size: 1.0rem;
    color: #ccc;
    margin-top: 20px;
}

.section-author-programa {
    font-size: 1.0em;
    color: #1ca23c;
    margin-top: -25px;
}

.fade-out { opacity: 0; }

@media (max-width: 1100px) {
    .section-grid { flex-direction: column; align-items: flex-end; }
    .section-card { width: 100%; max-width: 500px; height: auto; }
}
/* ============================================
   SECCIÓN 11: DONDE ESTAMOS
   ============================================ */
.eq-section--location {
    position: relative;
    padding-top: 50px;
    padding-bottom: 80px;
    width: 100%;
    min-height: 100vh;
    align-items: center;
    background-color: #7B91A9;
}

.eq-location {
  display: flex;
  gap: 40px;
  margin-top: 40px;
  align-items: stretch;
}

.eq-location__map {
  flex: 1.2;
  min-height: 480px;
  min-width: 750px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
}

.eq-location__map-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #e8f4fd 0%, #d0e8f7 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #1a365d;
}

.eq-location__map-placeholder p {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.eq-location__map-placeholder span {
  font-size: 0.9rem;
  color: #666;
}

.eq-location__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-left: -60px;
  padding-top: 30px;
}

.eq-location__card {
  background-color: #41658d;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.eq-location__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.eq-location__title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1a365d;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.eq-location__title::before {
  content: "";
  width: 4px;
  height: 20px;
  background-color: #e6a135;
  border-radius: 2px;
}

.eq-location__text {
  font-weight: 400; 
  color: #f5f5f8;
  font-size: 2.05rem;
  line-height: 1.6;
  text-align: left;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.3px;
  margin: 0;
}

.eq-location__title_card {
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  color: #1e1e4b;
  font-weight: 700;
  line-height: 1.1;
}

.eq-location__title_card::before {
  content: "";
  width: 4px;
  height: 20px;
  background-color: #e6a135;
  border-radius: 2px;
}

.eq-location__text_card {
  font-weight: 300; 
  color: #f5f5f8;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.3px;
  margin: 0;
}

.eq-location__text:last-child {
  margin-bottom: 0;
}

/* ============================================
   SECCIÓN 12: PROCESO DE ADMISION
   ============================================ */
.eq-section-admission {
    position: relative;
    width: 100%;
    height: 750px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-image: url('../images/backgrounds/backg_admision.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.eq-section-overlay_admission {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(187, 44, 44, 0.4); /* efecto de iamgen de fondo */
    z-index: 1;
}

.eq-section-wrapper_admission {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0 120px; /* Margen del borde */
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.eq-admission_card_steps {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 50px;
  justify-content: center;
}

/* Tarjetas más compactas sin imagen */
.eq-admission__step {
  flex: 0 0 200px;
  min-height: 200px;
  background-color: #fff;
  padding: 30px 20px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  opacity: 0;
  transform: translateY(40px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.eq-admission__step--visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.eq-admission__step:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.eq-admission__number {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #1a365d 0%, #2d4a6f 100%);
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  box-shadow: 0 5px 15px rgba(26, 54, 93, 0.3);
}

.eq-admission__title_card {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  color: #1e1e4b;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 15px;
}

.eq-admission__text_card {
  font-weight: 390; 
  color: #545454;
  font-size: 16px;
  line-height: 1.25;
  text-align: center;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.2px;
  flex-grow: 0;
}

.eq-admission_text {
  font-weight: 500; 
  color: #101044;
  font-size: 1.7rem;
  line-height: 1.6;
  text-align: left;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.3px;
  margin: 0;
}

.eq-admission__cta {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  width: 100%;
}

/* =============================================
   RESPONSIVE
   ============================================= */

@media (max-width: 992px) {
  .eq-campus {
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }

  .eq-campus__content {
    max-width: 100%;
  }

  .eq-campus__title {
    /* The rule was left open, adding the closing bracket */
  }
}

/* ============================================
   SECCIÓN 13: PREGUNTAS FRECUENTES
   ============================================ */
/* FAQ en dos filas de 4 tarjetas cada una */
.eq-faq-vertical {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 40px;
}

.eq-faq-vertical__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.eq-faq-vertical__item {
  flex: 1;
  min-width: 200px;
  max-width: 250px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.eq-faq-vertical__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.eq-faq-vertical__item[data-color="1"] {
  background: linear-gradient(135deg, #e8f4fd 0%, #d0e8f7 100%);
}

.eq-faq-vertical__item[data-color="2"] {
  background: linear-gradient(135deg, #fef3e8 0%, #fde4c8 100%);
}

.eq-faq-vertical__item[data-color="3"] {
  background: linear-gradient(135deg, #e8fdf0 0%, #c8f7dc 100%);
}

.eq-faq-vertical__item[data-color="4"] {
  background: linear-gradient(135deg, #f5e8fd 0%, #e8d0f7 100%);
}

.eq-faq-vertical__item[data-color="5"] {
  background: linear-gradient(135deg, #fde8e8 0%, #f7c8c8 100%);
}

.eq-faq-vertical__item[data-color="6"] {
  background: linear-gradient(135deg, #fdfde8 0%, #f2f2b8 100%);
}

.eq-faq-vertical__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 15px 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s ease;
  gap: 12px;
}

.eq-faq-vertical__header:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.eq-faq-vertical__icon {
  width: 50px;
  height: 50px;
  background-color: rgba(26, 54, 93, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.eq-faq-vertical__icon svg {
  width: 24px;
  height: 24px;
  color: #1a365d;
}

.eq-faq-vertical__title {
  font-family: "Poppins", sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  color: #1a365d;
  line-height: 1.4;
}

.eq-faq-vertical__toggle {
  font-size: 1.5rem;
  font-weight: 300;
  color: #1a365d;
  transition: transform 0.3s ease;
  line-height: 1;
}

.eq-faq-vertical__item--active .eq-faq-vertical__toggle {
  transform: rotate(45deg);
}

.eq-faq-vertical__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 15px;
  background-color: rgba(255, 255, 255, 0.5);
}

.eq-faq-vertical__item--active .eq-faq-vertical__content {
  max-height: 200px;
  padding: 15px;
}

.eq-faq-vertical__content p {
  font-size: 0.85rem;
  color: #555;
  line-height: 1.6;
  text-align: center;
}

/* ============================================
   SECCIÓN 14: TE CONTACTAMOS
   ============================================ */
/* Contenedor general de la sección y color de fondo */
.section-te_contactamos-bg {
    background-color: #43734F; 
    padding: 0; /* Se maneja el espaciado en el grid  #7B91A9 */
}

/* Contenedor central con max-width y padding */
.section-te_contactamos-container {
    max-width: 1200px;
    max-height: 750px;
    margin: 0 auto;
    padding: 40px 60px; /* Espaciado interno seccion imagen+formulario*/
}

/* Diseño de la cuadrícula de dos columnas */
.section-te_contactamos-grid {
    display: flex;
    flex-wrap: wrap;
    background: #DEE1D3;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden; 
    /* Margen para separar borde superior e inferior de la sección general */
    margin: 0 0; 
}

/* Columna Izquierda: Imagen y Título como Overlay */
.section-te_contactamos-left {
    flex: 1; 
    min-width: 300px; 
    padding: 0; 
    width: 100%; 
}

/* Wrapper principal para la imagen y el título overlay */
.section-te_contactamos-image-overlay-wrapper {
    position: relative; 
    width: 100%;
    height: 100%;
    overflow: hidden;
    min-height: 250px; /* Alt Min móvil */
}

/* Título Overlay: Texto por encima de la imagen */
.section-te_contactamos-title-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5; 
   /* background: rgba(26, 54, 93, 0.5);  /* Overlay semitransparente */
    padding: 15px 20px 20px 20px; 
    text-align: center;
    transition: background 0.3s;
}

.section-te_contactamos-title-overlay:hover {
    background: rgba(26, 54, 93, 0.65); 
}

.section-te_contactamos-title {
    font-size: 28px; 
    color: #fff; 
    margin: 0; 
    line-height: 1.2;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    /* El h2 respeta el padding-top: 15px del contenedor title-overlay */
}

.section-te_contactamos-image {
    width: 100%;
    height: 100%;
    max-width: none; 
    object-fit: cover; 
    display: block;
    transition: transform 0.5s ease;
}

.section-te_contactamos-image:hover {
    transform: scale(1.05);
}

/* Columna Derecha: Formulario (Compactación) */
.section-te_contactamos-right {
    flex: 1; 
    min-width: 300px;
    padding: 25px; 
    width: 100%; 
}

.section-te_contactamos-form .form-group {
    margin-bottom: 15px; 
}

.section-te_contactamos-form .form-control {
    padding: 8px 12px; 
    font-size: 14px; 
}

/* Media Query para Desktop (mitad y mitad) */
@media (min-width: 992px) {
    .section-te_contactamos-left,
    .section-te_contactamos-right {
        padding: 0; 
        flex: 0 0 50%; 
    }

    .section-te_contactamos-right {
        padding: 30px; 
    }
    
    .section-te_contactamos-image-overlay-wrapper {
        /* Aseguramos que la altura de la imagen sea la misma que la del formulario */
        min-height: 100%; 
    }
}

/* =============================================
   ESTILOS VENTANA MODAL DE POLÍTICAS (#politicasModal)
   ============================================= */

/* Estilo para el Modal de Políticas */
.modal-body.modal-scrollable {
    max-height: 70vh; /* Permite un alto máximo de 70% de la ventana con scroll interno */
    overflow-y: auto;
    padding: 0;
}

#politicasIframe {
    /* Asegura que el iframe ocupe todo el espacio y no tenga bordes */
    height: 100%;
    display: block;
    border: none;
}

.modal-footer {
    /* Mantiene los botones "Cerrar" y "Aceptar" separados */
    justify-content: space-between; 
}


/* =============================================
   ESTILOS VENTANA MODAL DE ÉXITO (#successModal)
   ============================================= */

/* 1. Forzar el tamaño en el modal-dialog (Clase personalizada) */
.success-modal-dialog {
    max-width: 600px !important; 
    width: 600px !important;
    height: 500px !important; 
    margin: auto;
}

/* 2. Aplicar estilos y la imagen de fondo al contenido (modal-content) */
.section-te_contactamos-success-modal {
    height: 500px !important; 
    width: 600px !important;
     background-image: url('../images/miscelaneus/modal_tecontactamos.jpg'); 
    background-size: cover;
    background-position: center;
    color: #fff; 
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5);
}

/* 3. Overlay para oscurecer la imagen y resaltar el texto */
.section-te_contactamos-success-modal::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.65); /* Overlay semitransparente oscuro */
    z-index: 0;
}

/* 4. Contenido del cuerpo del modal (Para centrar el texto) */
.section-te_contactamos-success-modal .modal-body {
    position: relative;
    z-index: 1; 
    padding: 20px; 
    text-shadow: 0 1px 3px rgba(0,0,0,0.5);
    
    /* Configuración Flexbox para centrar el contenido verticalmente y ocupar el espacio disponible */
    height: calc(100% - 65px); 
    display: flex; 
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section-te_contactamos-success-modal .modal-title {
    font-size: 24px; 
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center; 
}

.section-te_contactamos-success-modal .modal-title span {
    /* Estilo para resaltar el nombre */
    color: #86A821; 
}

.section-te_contactamos-success-modal .success-icon {
    /* Estilo para el ícono de verificación (ti-check-box) */
    font-size: 60px;
    color: #86A821;
    display: block;
    margin: 20px 0 10px;
}

.section-te_contactamos-success-modal .modal-footer {
    position: relative;
    z-index: 1;
    border-top: none;
    background: transparent;
    padding: 10px;
}

/* ============================================
   SECCIÓN 15: ASESOR PERSONALIZADO
   ============================================ */
.pgp-section-asesor {
  background: #DEE1D3;
  min-height: auto;
  padding: 50px 20px 60px;
}

.pgp-section-asesor .pgp-section-title {
  font-family: "Montserrat", sans-serif;
  font-size: 2.6rem;
  color: #1B4674;
  text-align: center;
  font-weight: 700;
  line-height: 0.70;
  margin-top: 20px;
  margin-bottom: 50px
}

.pgp-asesor-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  max-width: 800px;
  margin: 0 auto;
  padding: 30px;
}

.pgp-asesor-info {
  flex: 0 0 auto;
}

.pgp-asesor-nombre {
  font-size: 1.2rem;
  color: #2c3e50;
  margin-bottom: 8px;
}

.pgp-asesor-texto {
  font-weight: 400; 
  color: #2c3e50;
  font-size: 1.2rem;
 /*line-height: 1.8;*/
  text-align: left;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.1px;
  margin: 0;
  margin-bottom: 1px ;
}

.pgp-asesor-texto strong {
  font-weight: 700;
}

.pgp-asesor-telefono {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 20px;
}

.pgp-telefono-link {
  color: #c41e3a;
  text-decoration: none;
  font-weight: 600;
}

.pgp-telefono-link:hover {
  text-decoration: underline;
}

.pgp-asesor-botones {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 25px;
}

.pgp-btn-asesor {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 20px;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 3px;
  transition: all 0.3s;
}

.pgp-btn-contactar {
  background: #1a1a1a;
  color: #fff;
}

.pgp-btn-contactar:hover {
  background: #333;
}

.pgp-btn-whatsapp {
  background: #25d366;
  color: #fff;
}

.pgp-btn-whatsapp:hover {
  background: #1da851;
}

.pgp-btn-email {
  background: #3498db;
  color: #fff;
}

.pgp-btn-email:hover {
  background: #2980b9;
}

.pgp-asesor-foto {
  flex: 0 0 auto;
}

.pgp-asesor-foto img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  border: 3px solid #fff;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

/* Footer */
.pgp-footer {
  background: #1a252f;
  color: #fff;
  text-align: center;
  padding: 25px;
}

/* Responsive General */
@media (max-width: 900px) {
  .pgp-estudiar-wrapper {
    flex-direction: column;
    padding: 30px;
  }

  .pgp-estudiar-selectores {
    flex: none;
    width: 100%;
  }

  .pgp-porque-slider {
    flex-direction: column;
  }

  .pgp-porque-contenido {
    flex: none;
    order: 2;
  }

  .pgp-porque-imagen {
    flex: none;
    height: 250px;
    order: 1;
  }

  .pgp-asesor-card {
    flex-direction: column;
    text-align: center;
    gap: 40px;
    padding: 20px;
  }

  .pgp-asesor-botones {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .pgp-nav-menu {
    display: none;
  }

  .pgp-section-title {
    font-size: 2rem;
  }

  .pgp-porque-texto-box {
    padding: 25px;
  }
}