/* Reset y estilos base */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,700;1,700&display=swap");
body {
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  color: #5c5c77;
}

p, .paragraph {
  font-weight: 400;
  color: #5c5c77;
  font-size: 15px;
  line-height: 1.9;
  font-family: "Poppins", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #1e1e4b;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 60px;
}
@media (max-width: 575px) {
  h1, .h1 {
    font-size: 45px;
  }
}

h2, .h2 {
  font-size: 40px;
}
@media (max-width: 575px) {
  h2, .h2 {
    font-size: 30px;
  }
}

h3, .h3 {
  font-size: 30px;
  padding-bottom: 30px;
}
@media (max-width: 575px) {
  h3, .h3 {
    font-size: 20px;
  }
}

h4, .h4 {
  font-size: 20px;
}
@media (max-width: 575px) {
  h4, .h4 {
    font-size: 18px;
  }
}

h5, .h5 {
  font-size: 18px;
}
@media (max-width: 575px) {
  h5, .h5 {
    font-size: 16px;
  }
}

h6, .h6 {
  font-size: 16px;
}
@media (max-width: 575px) {
  h6, .h6 {
    font-size: 14px;
  }
}


/* Navegación */
.pgp-navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 15px 0;
}

.pgp-nav-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

.pgp-logo {
  font-size: 1.5rem;
  font-weight: bold;
  color: #2c3e50;
  text-decoration: none;
}

.pgp-nav-menu {
  display: flex;
  list-style: none;
  gap: 25px;
}

.pgp-nav-menu a {
  text-decoration: none;
  color: #555;
  font-weight: 500;
  transition: color 0.3s;
}

.pgp-nav-menu a:hover {
  color: #3498db;
}

/* MAIN STYLEDOS GENERAL */
.pgp-section {
  min-height: 100vh;
  padding: 55px 20px 60px;
  position: relative;
}

.pgp-section-title {
  text-align: left;
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 40px;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.pgp-content-container {
  max-width: 1200px;
  margin: 0 auto;
}


/* FIN MAINSTYLEDOS */

.secc-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
}

.secc-titulo {
  font-family: "Montserrat", sans-serif;
  font-size: 2.6rem;
  color: #1e1e4b;
  font-weight: 700;
  line-height: 1.1;
  padding-top: 60px;
  padding-bottom: 20px;
}

.secc-subtitulo {
  font-size: 1.1rem;
  margin-bottom: 40px;
  color: #1e1e4b;
  /*opacity: 0.9;*/
}



/* ============================================
   SECCIÓN 1: INFORMACIÓN BÁSICA - REDISEÑADA
   ============================================ */
.pgp-section-info {
  background: #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 85vh;
  padding: 10px 20px;
}

.pgp-info-welcome {
  max-width: 850px;
  height: 350px;
  text-align: center;
}

.pgp-welcome-title {
  font-family: "Montserrat", sans-serif;
  font-size: 2.6rem;
  color: #1e1e4b;
  font-weight: 700;
  line-height: 0.70;
  padding-top: 1px;
  padding-bottom: 20px;
}

.pgp-welcome-line {
  width: 300px;
  height: 3px;
  background: #1a1a1a;
  margin: 0 auto 50px;
}

.pgp-welcome-text {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #444;
  padding-bottom: 40px;
}

.pgp-btn-explorar {
  display: inline-block;
  padding: 14px 45px;
  border: 2px solid #1a1a1a;
  background: transparent;
  color: #1a1a1a;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  transition: all 0.3s;
  margin-bottom: 40px;
}

.pgp-btn-explorar:hover {
  background: #1a1a1a;
  color: #fff;
}

.pgp-welcome-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}

.pgp-welcome-logos img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  opacity: 0.7;
  transition: opacity 0.3s;
}

.pgp-welcome-logos img:hover {
  opacity: 1;
}

/* ============================================
   SECCIÓN 2: ENCUENTRA TU PROGRAMA
   ============================================ */

.secc-encuentra-programa {
  background-color: #798FA6;
  padding-bottom: 40px;
}

.secc-encuentra-programa .secc-titulo {
  font-family: "Montserrat", sans-serif;
  font-size: 2.6rem;
  color: #1e1e4b;
  text-align: center;
  font-weight: 700;
  line-height: 0.70;
  padding-top: 80px;
  margin-bottom: 50px;
}

.secc-programa-grid {
  display: flex;
  gap: 20px;
  min-height: 400px;
}

.secc-columna {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 20px;
}

.secc-categorias {
  flex: 0 0 200px;
}

.secc-lista-programas {
  flex: 0 0 280px;
}

.secc-detalle-programa {
  flex: 1;
}

.secc-columna-titulo {
  font-size: 1rem;
  font-weight: 600;
  color: #2d3e50;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #3498db;
}

.secc-lista-categorias {
  list-style: none;
  width: 120px;
}

.secc-categoria-item {
  padding: 12px 15px;
  margin-bottom: 8px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
  color: #555;
}

.secc-categoria-item:hover {
  background-color: #e8f4fc;
  color: #3498db;
}

.secc-categoria-item.active {
  background-color: #3498db;
  color: #ffffff;
}

.secc-programas-lista {
  list-style: none;
  max-height: 400px;
  width: 280px;
  overflow-y: auto;
}

.secc-programa-item {
  padding: 12px 15px;
  margin-bottom: 8px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-left: 3px solid transparent;
  color: #555;
}

.secc-programa-item:hover {
  background-color: #f0f7fc;
  border-left-color: #3498db;
}

.secc-programa-item.active {
  background-color: #e8f4fc;
  border-left-color: #3498db;
  color: #3498db;
  font-weight: 500;
}

.secc-detalle-contenido {
  height: 100%;
}

.secc-placeholder {
  color: #999;
  text-align: center;
  padding-top: 100px;
  font-style: italic;
}

.secc-detalle-header {
  margin-bottom: 20px;
}

.secc-detalle-titulo {
  font-size: 1.4rem;
  font-weight: 600;
  color: #2d3e50;
  margin-bottom: 15px;
}

.secc-detalle-meta {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.secc-meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  color: #666;
}

.secc-meta-icon {
  width: 20px;
  height: 20px;
  background-color: #3498db;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.7rem;
}

.secc-detalle-descripcion {
  color: #555;
  line-height: 1.7;
  margin-bottom: 25px;
}

.secc-detalle-btn {
  display: inline-block;
  padding: 12px 30px;
  background-color: #e67e22;
  color: #ffffff;
  text-decoration: none;
  border-radius: 25px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.secc-detalle-btn:hover {
  background-color: #d35400;
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(230, 126, 34, 0.4);
}

/* ============================================
   SECCIÓN 3: CONTADORES - ICONOS CORREGIDOS
   ============================================ */
.pgp-section-contadores {
  background: #DEE1D3;
  min-height: auto;
  padding: 0 60px;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.pgp-contadores-wrapper {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.pgp-contadores-box {
  /*background: #fff;*/
  border-radius: 0;
  padding: 80px 45px 40px;
  /*box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);*/
  min-height: 100%;
}

.pgp-contadores-header {
  margin-bottom: 20px;
}

.pgp-contadores-titulo {
   font-family: "Montserrat", sans-serif;
  font-size: 2.6rem;
  color: #1e1e4b;
  text-align: center;
  font-weight: 700;
  line-height: 0.70;
  margin-top: 60px;
  margin-bottom: 50px;
}

.pgp-contadores-subtitulo {
  font-size: 0.9rem;
  color: #888;
  font-weight: 400;
}

.pgp-contadores-grid {
  display: flex;
  gap: 15px;
}

.pgp-contadores-col-left {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pgp-contadores-col-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 380px;
}

.pgp-tarjetas-row {
  display: flex;
  gap: 10px;
}

.pgp-contador-card {
  width: 210px;
  height: 210px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  transition: all 0.4s ease;
}

.pgp-contador-card:hover {
  transform: translateY(-5px) scale(1.03);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

/* Estilo para iconos SVG inline */
.pgp-card-icon {
  width: 60px;
  height: 60x;
  margin-bottom: 10px;
  stroke: #fff;
  fill: none;
}

.pgp-contador-card:hover .pgp-card-icon {
  transform: scale(1.4);
}

.pgp-card-label {
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.6px;
  margin-bottom: 25px;
  line-height: 1.2;
  text-transform: uppercase;
}

.pgp-card-numero {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
}

.pgp-card-cyan {
  background: #5dc9c9;
}

.pgp-card-orange {
  background: #e8783a;
}

.pgp-card-blue {
  background: #3d9dd3;
}

.pgp-card-orange-alt {
  background: #f5a623;
}

/* Contenedor de imagen de estudiante superpuesta */
.pgp-estudiante-container {
  position: absolute;
  top: -105px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.pgp-estudiante-imagen {
  height: 350px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.15));
}

.pgp-tarjetas-bottom-right {
  margin-top: auto;
  position: relative;
  z-index: 5;
  justify-content: flex-end;
}

.pgp-contadores-texto {
  /*background: #e8eef2; fondo de la capa texto*/
  padding: 18px 20px;
  margin-top: 12px;
  max-width: 390px;
}

.pgp-contadores-texto p {
  font-weight: 400; 
  color: #5c5c77;
  font-size: 1.05rem;
  line-height: 1.6;
  text-align: center;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.3px;
  margin: 0;
}


@keyframes pgp-pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
}

.pgp-numero-animating {
  animation: pgp-pulse 0.3s ease;
}

@media (max-width: 850px) {
  .pgp-section-contadores {
    padding: 0 20px;
  }

  .pgp-contadores-box {
    padding: 30px 25px 35px;
  }

  .pgp-contadores-grid {
    flex-direction: column;
    gap: 25px;
  }

  .pgp-contadores-col-right {
    min-height: 320px;
  }

  .pgp-estudiante-container {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    text-align: center;
    margin-bottom: 15px;
  }

  .pgp-estudiante-imagen {
    height: 250px;
  }

  .pgp-tarjetas-row {
    justify-content: center;
  }

  .pgp-contadores-titulo {
    font-size: 2rem;
  }

  .pgp-contadores-texto {
    max-width: 100%;
  }
}

@media (max-width: 500px) {
  .pgp-section-contadores {
    padding: 0 10px;
  }

  .pgp-tarjetas-row {
    flex-direction: column;
    align-items: center;
  }

  .pgp-contador-card {
    width: 140px;
    height: 140px;
  }
}

/* ==========================================================
   SECCIÓN 4: PROGRAMAS MAS DEMANDADOS
   ========================================================== */

.secc-programas-demandados {
  background-color: #4d25a4;
  color: #ffffff;
  padding-bottom: 60px;
}

.secc-programas-demandados .secc-titulo-programas-demandados {
  font-family: "Montserrat", sans-serif;
  font-size: 2.6rem;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  line-height: 0.70;
  padding-top: 80px;
  padding-bottom: 50px;
}

.secc-programas-demandados .secc-subtitulo {
  color: #b8c5d1;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px ;
}

.secc-programas-demandados .secc-texto {
  font-weight: 400; 
  color: #d1b8b8;
  font-size: 1.05rem;
  line-height: 1.6;
  text-align: center;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.3px;
  margin: 0;
  margin-bottom: 50px ;
}

.secc-tarjetas-grid {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

.secc-tarjeta {
  width: 250px;
  height: 300px;
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}

.secc-tarjeta:hover {
  transform: scale(1.08);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
}

.secc-tarjeta-imagen {
  width: 100%;
  height: 120px;
  overflow: hidden;
}

.secc-tarjeta-imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.secc-tarjeta-contenido {
  padding: 15px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.secc-tarjeta-titulo {
  font-size: 0.95rem;
  font-weight: 600;
  color: #2d3e50;
  margin-bottom: 5px;
}

.secc-tarjeta-ubicacion {
  font-size: 0.75rem;
  color: #e67e22;
  font-weight: 500;
  margin-bottom: 8px;
}

.secc-tarjeta-descripcion {
  font-size: 0.8rem;
  color: #666;
  flex-grow: 1;
  line-height: 1.4;
}

.secc-tarjeta-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 6px 16px;
  background-color: #3498db;
  color: #ffffff;
  text-decoration: none;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  transition: background-color 0.3s ease;
}

.secc-tarjeta-btn:hover {
  background-color: #2980b9;
}

/* ==========================================================
   SECCIÓN 5: POR QUÉ ELEGIRNOS - PORQUE ESTUDIAR EN CORPOTECMETA
   ========================================================== */
.pgp-section-porque_elegirnos {
  background: #DEE1D3;
  min-height: auto;
  padding: 70px 20px 40px;
}

.pgp-section-porque_elegirnos .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: 10px;
  margin-bottom: 80px;
}

.pgp-porque-slider {
  display: flex;
  gap: 0;
  align-items: stretch;
  min-height: 380px;
}

.pgp-porque-contenido {
  flex: 0 0 50%;
  display: flex;
  align-items: flex-end;
  padding-bottom: 150px; /* aqui*/
  padding-left: 50px;
}

.pgp-porque-texto-box {
  background: #fff;
  padding: 35px 40px;
  border-left: 4px solid #e8eef2;
  position: relative;
  max-width: 500px;
}

.pgp-porque-descripcion {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #555;
  margin-bottom: 25px;
}

.pgp-porque-arrow {
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #2c3e50;
  cursor: pointer;
  padding: 0;
  transition: transform 0.3s;
}

.pgp-porque-arrow:hover {
  transform: translateX(5px);
}

.pgp-porque-contador {
  position: absolute;
  bottom: 15px;
  right: 20px;
  font-size: 0.9rem;
  color: #888;
  font-weight: 500;
}

.pgp-porque-imagen {
  flex: 0 0 40%;
  overflow: hidden;
}

.pgp-porque-imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.5s ease;
}

.pgp-porque-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.pgp-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
  transition: background 0.3s;
}

.pgp-dot-active {
  background: #2c3e50;
}
/* ==========================================================
   SECCIÓN 6: AGENDA
   ========================================================== */


/* ==========================================================
   SECCIÓN 7: SOCIOS Y CONVENIOS
   ========================================================== */

.secc-socios {
  background-color: #1a252f;
  color: #ffffff;
  padding-bottom: 60px;
}

.secc-socios .secc-titulo-sociosyconvenios {
  font-family: "Montserrat", sans-serif;
  font-size: 2.6rem;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  line-height: 0.70;
  padding-top: 90px;
  padding-bottom: 80px;
}

.secc-socios-contenido {
  display: flex;
  gap: 60px;
  align-items: center;
}

.secc-socios-texto {
  flex: 1;
}

.secc-socios-texto h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #3498db;
}

.secc-socios-texto p {
  font-weight: 400; 
  color: #d1b8b8;
  font-size: 1.05rem;
  line-height: 1.6;
  text-align: justify;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.3px;
  margin: 0;
  margin-bottom: 15px ;
}

.secc-socios-logos {
  display: grid;
  grid-template-columns: repeat(3, 130px);
  grid-template-rows: repeat(3, 100px);
  gap: 15px;
}

.secc-logo-item {
  width: 130px;
  height: 100px;
  background-color: #ffffff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.secc-logo-item:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 25px rgba(52, 152, 219, 0.3);
}

.secc-logo-item img {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 992px) {
  .secc-programa-grid {
    flex-direction: column;
  }

  .secc-categorias,
  .secc-lista-programas,
  .secc-detalle-programa {
    flex: none;
    width: 100%;
  }

  .secc-socios-contenido {
    flex-direction: column;
    text-align: center;
  }

  .secc-socios-logos {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .secc-container {
    padding: 0 20px;
  }

  .secc-tarjetas-grid {
    flex-direction: column;
    align-items: center;
  }

  .secc-titulo {
    font-size: 1.5rem;
  }
}

/* ============================================
   SECCIÓN 8: ASESORIA PERSONALIZADA
   ============================================ */
.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.3rem;
 /*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;
  }
}
