/* =========================================================
   NUESTRAS PERSONAS
   Estilos específicos de personas.html.
   No modifica index.html ni mutua-maz.html.
========================================================= */

/* Sección intro: texto + video + podcast */
.personas-intro-section {
  background: rgba(141, 205, 237, 0.60);
  padding: 50px 0 50px;
}

.personas-intro-container {
  max-width: 1052px;
}

.personas-intro-row {
  min-height: 435px;
}

.personas-intro-copy {
  max-width: 441px;
  color: #006CA6;
  font-size: 16px;
  line-height: 20px;
}

.personas-intro-copy p {
  margin-bottom: 20px;
}

.personas-intro-copy strong {
  font-weight: 600;
}

.personas-media {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.personas-video-frame {
  width: 100%;
  max-width: 500px;
  height: 220px;
  background: #006CA6;
  border-radius: 10px;
  overflow: hidden;
}

.personas-video-frame .maz-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Audio debajo del video, igual que en Home/Mutua */
.personas-audio {
  margin-top: 20px;
}


/* Sección empleo */
.personas-empleo-section {
  padding: 60px 0 70px;
}

.personas-empleo-container {
  max-width: 760px;
  text-align: center;
}

.personas-empleo-container h2 {
  color: #006CA6;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 32px;
}

.personas-stats-top,
.personas-stats-bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.personas-stats-top {
  background: rgba(141, 205, 237, 0.30);
  border-radius: 8px;
  padding: 14px 22px;
  margin-bottom: 32px;
}

.personas-stats-bottom {
  background: rgba(141, 205, 237, 0.30);
  border-radius: 8px;
  padding: 14px 22px;
}

.personas-stats-top strong,
.personas-stats-bottom strong {
  display: block;
  color: #006CA6;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

.personas-stats-top span,
.personas-stats-bottom span {
  display: block;
  color: #006CA6;
  font-size: 14px;
  line-height: 17px;
}


/* Sección inferior provisional para continuar la página */
.personas-infra-section {
  background: rgba(141, 205, 237, 0.60);
  padding: 60px 0;
}

.personas-infra-container {
  max-width: 1052px;
}

.personas-infra-copy h2,
.personas-infra-card h3 {
  color: #006CA6;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 24px;
}

.personas-infra-copy p,
.personas-infra-card p {
  color: #545353;
  font-size: 16px;
  line-height: 20px;
}

.personas-infra-card {
  background: #fff;
  border-radius: 10px;
  padding: 35px 40px;
}


/* =========================================================
   Responsive Nuestras Personas
========================================================= */

@media (max-width: 991.98px) {
  .personas-intro-section {
    padding: 40px 0;
  }

  .personas-intro-row {
    min-height: auto;
    row-gap: 30px;
  }

  .personas-intro-copy {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
  }

  .personas-video-frame {
    max-width: 560px;
    height: 250px;
  }

  .personas-empleo-section {
    padding: 50px 0;
  }

  .personas-infra-section {
    padding: 50px 0;
  }
}

@media (max-width: 767.98px) {
  .personas-intro-section {
    padding: 35px 0;
  }

  .personas-intro-copy {
    font-size: 14px;
    line-height: 20px;
  }

  .personas-video-frame {
    height: 210px;
  }

  .personas-empleo-container h2,
  .personas-infra-copy h2,
  .personas-infra-card h3 {
    font-size: 25px;
  }

  .personas-stats-top,
  .personas-stats-bottom {
    grid-template-columns: 1fr;
    gap: 16px;
    max-width: 320px;
  }

  .personas-infra-card {
    padding: 28px 24px;
    margin-top: 25px;
  }
}

@media (max-width: 575.98px) {
  .personas-video-frame {
    height: 190px;
  }

  .personas-empleo-container h2 {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* =========================================================
   NUESTRAS PERSONAS · Comunicación interna
   Bloque azul claro posterior a Empleo y condiciones laborales.
========================================================= */

.personas-comunicacion-section {
  background: rgba(141, 205, 237, 0.60);
  padding: 60px 0;
}

.personas-comunicacion-container {
  max-width: 1052px;
}

.personas-comunicacion-row {
  min-height: 360px;
}

.personas-comunicacion-copy {
  max-width: 560px;
}

.personas-comunicacion-copy h2,
.personas-comunicacion-card h3 {
  color: #006CA6;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 26px;
}

.personas-comunicacion-copy p {
  color: #545353;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 20px;
}

.personas-comunicacion-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 38px 44px;
}

.personas-comunicacion-grid {
  display: grid;
  gap: 22px;
}

.personas-comunicacion-grid strong {
  display: block;
  color: #006CA6;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 4px;
}

.personas-comunicacion-grid span {
  display: block;
  color: #545353;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

/* Responsive · Comunicación interna */
@media (max-width: 991.98px) {
  .personas-comunicacion-section {
    padding: 50px 0;
  }

  .personas-comunicacion-row {
    min-height: auto;
    row-gap: 30px;
  }

  .personas-comunicacion-copy {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .personas-comunicacion-section {
    padding: 40px 0;
  }

  .personas-comunicacion-copy h2,
  .personas-comunicacion-card h3 {
    font-size: 25px;
  }

  .personas-comunicacion-card {
    padding: 28px 24px;
  }
}

/* =========================================================
   NUESTRAS PERSONAS · Empleo y condiciones laborales
   Ajuste para igualar el diseño: solo dos filas de métricas.
========================================================= */

.personas-empleo-section {
  background: #ffffff;
  padding: 65px 0 72px;
}

.personas-empleo-container {
  max-width: 760px;
  text-align: center;
}

.personas-empleo-container h2 {
  color: #006CA6;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 2px;
  margin: 0 0 34px;
}

.personas-empleo-stats {
  background: rgba(141, 205, 237, 0.28);
  border-radius: 8px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.personas-empleo-stats-top {
  max-width: 560px;
  margin-bottom: 32px;
}

.personas-empleo-stats-bottom {
  max-width: 610px;
}

.personas-empleo-stat {
  min-height: 64px;
  padding: 12px 18px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.personas-empleo-stat strong {
  color: #006CA6;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 4px;
}

.personas-empleo-stat span {
  color: #006CA6;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
}

/* Responsive · Empleo y condiciones laborales */
@media (max-width: 767.98px) {
  .personas-empleo-section {
    padding: 48px 0 55px;
  }

  .personas-empleo-container {
    max-width: 92%;
  }

  .personas-empleo-container h2 {
    font-size: 25px;
    line-height: 1.15;
    letter-spacing: 1px;
    margin-bottom: 26px;
  }

  .personas-empleo-stats,
  .personas-empleo-stats-top,
  .personas-empleo-stats-bottom {
    max-width: 100%;
  }

  .personas-empleo-stats {
    grid-template-columns: 1fr;
  }

  .personas-empleo-stats-top {
    margin-bottom: 18px;
  }

  .personas-empleo-stat {
    min-height: 58px;
  }
}

/* Stats bottom — layout Figma: 737+474 a la izquierda, 94,22% a la derecha */
.personas-stats-bottom {
  display: flex;
  gap: 16px;
  max-width: 560px;
  margin: 16px auto 0;
}

.personas-stats-bottom-left {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: rgba(141, 205, 237, 0.30);
  border-radius: 8px;
  padding: 14px 22px;
  flex: 0 0 auto;
}

.personas-stats-bottom-left strong {
  display: block;
  color: #006CA6;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

.personas-stats-bottom-left span {
  display: block;
  color: #006CA6;
  font-size: 14px;
  line-height: 17px;
}

.personas-stats-bottom-right {
  background: rgba(141, 205, 237, 0.30);
  border-radius: 8px;
  padding: 14px 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.personas-stats-bottom-right strong {
  display: block;
  color: #006CA6;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.personas-stats-bottom-right span {
  display: block;
  color: #006CA6;
  font-size: 14px;
  line-height: 17px;
  margin-top: 4px;
}

/* Tarjeta beneficios sociales */
.personas-beneficios {
  background: rgba(141, 205, 237, 0.30);
  border-radius: 8px;
  padding: 18px 24px;
  text-align: center;
  max-width: 300px;
  margin: 24px auto 0;
}

.personas-beneficios p {
  font-size: 14px;
  color: #006CA6;
  margin-bottom: 4px;
}

.personas-beneficios strong {
  display: block;
  color: #006CA6;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}

.personas-beneficios span {
  display: block;
  color: #006CA6;
  font-size: 14px;
  margin-top: 4px;
}

/* Vídeo empleo */
.personas-empleo-video-frame {
  max-width: 500px;
  height: 220px;
  background: #006CA6;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto;
}

.personas-empleo-video-frame .maz-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 575px) {
  .personas-stats-bottom {
    flex-direction: column;
  }
}


/* =====================================================
   EMPLEO Y CONDICIONES LABORALES
   Figma: 1440×971px adapt, padding 60px 200px 30px 200px, gap 55px
   Fondo: blanco
====================================================== */

.personas-empleo-section {
  background: #ffffff;
  padding: 60px 200px 30px;
}

@media (max-width: 1200px) {
  .personas-empleo-section { padding: 60px 40px 30px; }
}
@media (max-width: 767px) {
  .personas-empleo-section { padding: 48px 20px 24px; }
}

.personas-empleo-container {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 55px;
}

/* Título — h2, Museo Sans 900, 30px, centrado, #006CA6 */
.personas-empleo-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  color: #006CA6;
  text-align: center;
  margin: 0;
}

/* Número (h4) — Museo Sans 600/700, 20px, 26px line-height */
.personas-stats-row1 strong,
.personas-stats-row2-left strong,
.personas-stats-row2-right strong {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  color: #006CA6;
  letter-spacing: 0;
  text-align: center;
}

/* Label (h3) — Museo Sans 400/500, debajo del número */
.personas-stats-row1 span,
.personas-stats-row2-left span,
.personas-stats-row2-right span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #006CA6;
  text-align: center;
}

/* Fila 1 — Frame13: 530px, radio 10px, padding 15px, gap 50px, #8DCDED 29% */
.personas-stats-row1 {
  display: flex;
  gap: 50px;
  background: rgba(141, 205, 237, 0.29);
  border-radius: 10px;
  padding: 15px;
  max-width: 530px;
  width: 100%;
  justify-content: center;
}

.personas-stats-row1 > div {
  flex: 1;
}

/* Fila 2 — contenedor de los dos frames */
.personas-stats-row2 {
  display: flex;
  gap: 16px;
  width: 100%;
  max-width: 666px;
  justify-content: center;
}

/* Frame14 izq: 380px, radio 10px, padding 15px, gap 50px, #8DCDED 29% */
.personas-stats-row2-left {
  display: flex;
  gap: 50px;
  background: rgba(141, 205, 237, 0.29);
  border-radius: 10px;
  padding: 15px;
  flex: 0 0 auto;
}

.personas-stats-row2-left > div {
  min-width: 100px;
}

/* Celda derecha: radio 10px, padding 15px, #8DCDED 29% */
.personas-stats-row2-right {
  background: rgba(141, 205, 237, 0.29);
  border-radius: 10px;
  padding: 15px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.personas-stats-row2-right strong {
  font-size: 16px !important;
  font-weight: 600 !important;
}

/* Beneficios — Frame15: 330px, radio 10px, padding 15px, gap 50px, #8DCDED 29% */
.personas-beneficios {
  background: rgba(141, 205, 237, 0.29);
  border-radius: 10px;
  padding: 15px 24px;
  text-align: center;
  max-width: 330px;
  width: 100%;
}

.personas-beneficios p {
  font-size: 14px;
  font-weight: 400;
  color: #006CA6;
  margin: 0 0 4px;
  line-height: 17px;
}

.personas-beneficios strong {
  display: block;
  font-size: 22px;
  font-weight: 600;
  color: #006CA6;
  line-height: 1;
}

.personas-beneficios span {
  display: block;
  font-size: 14px;
  color: #006CA6;
  margin-top: 4px;
  line-height: 17px;
}

/* Podcast label — texto pequeño, Museo Sans 600/700, 13px, 18px, #006CA6 */
.personas-empleo-audio .label {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #006CA6;
}

/* Vídeo empleo */
.personas-empleo-video {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.personas-empleo-video-frame {
  width: 100%;
  max-width: 500px;
  height: 220px;
  background: #006CA6;
  border-radius: 10px;
  overflow: hidden;
}

.personas-empleo-video-frame .maz-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Responsive */
@media (max-width: 575px) {
  .personas-stats-row1 { gap: 20px; }
  .personas-stats-row2 { flex-direction: column; }
  .personas-empleo-container { gap: 30px; }
}


/* =====================================================
   COMUNICACIÓN INTERNA
   Figma: 1440×435px adapt
   Padding: 50px 200px (top/bottom 50px, left/right 200px)
   Fondo: #8DCDED 60% = rgba(141,205,237,0.60)
   Layout: space-between horizontal
====================================================== */

.personas-comunicacion-section {
  background: rgba(141, 205, 237, 0.60);
  padding: 50px 200px;
}

@media (max-width: 1200px) {
  .personas-comunicacion-section { padding: 50px 60px; }
}
@media (max-width: 767px) {
  .personas-comunicacion-section { padding: 42px 20px; }
}

.personas-comunicacion-container {
  max-width: 1040px;
  margin: 0 auto;
}

/* Row: space-between, alineado al centro verticalmente */
.personas-comunicacion-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  min-height: 335px;
}

/* Izquierda — Figma: 516px */
.personas-comunicacion-copy {
  flex: 0 0 516px;
  max-width: 516px;
}

/* Título — h2, Museo Sans 900, 30px, line-height 100%, #006CA6 */
.personas-comunicacion-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  color: #006CA6;
  margin: 0 0 20px;
}

/* Texto — Museo Sans 300, 15px, 20px line-height, #545353 */
.personas-comunicacion-copy p {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  color: #545353;
  margin-bottom: 16px;
}

/* Label podcast — texto pequeño 600/700, 13px, 18px, #006CA6 */
.personas-comunicacion-audio .label {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #006CA6;
}

/* Derecha — Frame 6: 413×335px */
.personas-comunicacion-stats-wrap {
  flex: 0 0 413px;
  width: 413px;
  height: 335px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Frame 4: grid 2×2, 389px adapt, 186px adapt, radio 10px,
   gap cols 30px / rows 35px, fondo blanco */
.personas-comunicacion-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  column-gap: 30px;
  row-gap: 35px;
  width: 389px;
  background: #ffffff;
  border-radius: 10px;
  padding: 24px;
}

/* Stat número — h4: Museo Sans 600/700, 20px, 26px line-height, #006CA6 */
.personas-comunicacion-grid strong {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  color: #006CA6;
  letter-spacing: 0;
}

/* Stat label — Museo Sans 400/500, 13px, #006CA6 */
.personas-comunicacion-grid span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #006CA6;
  margin-top: 2px;
}

@media (max-width: 991px) {
  .personas-comunicacion-row {
    flex-direction: column;
    align-items: flex-start;
    min-height: auto;
  }
  .personas-comunicacion-copy {
    flex: 0 0 auto;
    max-width: 100%;
  }
  .personas-comunicacion-stats-wrap {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
  }
  .personas-comunicacion-grid {
    width: 100%;
  }
}


/* =====================================================
   CLIMA LABORAL
   Fondo: #006CA6 (usa clase .bg-maz-blue del style.css)
====================================================== */

.personas-clima-section h2 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 16px;
}

.personas-clima-section p,
.personas-clima-section li {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.personas-clima-section .label {
  color: rgba(141, 205, 237, 0.9);
}

.personas-clima-list {
  padding-left: 20px;
  margin-bottom: 16px;
}

.personas-clima-list li {
  margin-bottom: 4px;
}

.personas-clima-stats {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.personas-clima-stat {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  padding: 16px 20px;
  text-align: center;
}

.personas-clima-stat strong {
  display: block;
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1;
}

.personas-clima-stat span {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 4px;
}


/* =====================================================
   CLIMA LABORAL
   Figma: 1440×456px adapt
   Padding: 60px 200px 45px
   Fondo: #006CA6
   Layout: space-between horizontal
====================================================== */

.personas-clima-section {
  background: #006CA6;
  padding: 60px 200px 45px;
}

@media (max-width: 1200px) {
  .personas-clima-section { padding: 60px 60px 45px; }
}
@media (max-width: 767px) {
  .personas-clima-section { padding: 48px 20px 36px; }
}

.personas-clima-container {
  max-width: 1040px;
  margin: 0 auto;
}

.personas-clima-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  min-height: 336px;
}

/* Izquierda — 670px */
.personas-clima-copy {
  flex: 0 0 670px;
  max-width: 670px;
}

/* Título — h2, Museo Sans 900, 30px, blanco */
.personas-clima-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  color: #ffffff;
  margin: 0 0 20px;
}

/* Texto — Museo Sans 300, 15px, 20px, blanco */
.personas-clima-copy p,
.personas-clima-copy li {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  color: #ffffff;
  margin-bottom: 12px;
}

.personas-clima-list {
  padding-left: 20px;
  margin-bottom: 12px;
}

.personas-clima-list li {
  margin-bottom: 4px;
}

/* Label podcast — texto pequeño 600/700, 13px, 18px, #8DCDED */
.personas-clima-audio .label {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #8DCDED;
}

/* Card stats — Frame 4: 237×244px adapt, radio 10px,
   padding 20px, gap 30px (vertical), fondo blanco */
.personas-clima-card {
  flex: 0 0 237px;
  width: 237px;
  min-height: 244px;
  background: #ffffff;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* Stat — número: h3, Museo Sans 400/500, 24px, #006CA6 */
.personas-clima-stat strong {
  display: block;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: #006CA6;
}

/* Stat — label: texto, Museo Sans 300, 15px, 20px, #006CA6 */
.personas-clima-stat span {
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  color: #006CA6;
  margin-top: 2px;
}

@media (max-width: 991px) {
  .personas-clima-row {
    flex-direction: column;
    align-items: flex-start;
    min-height: auto;
  }
  .personas-clima-copy {
    flex: 0 0 auto;
    max-width: 100%;
  }
  .personas-clima-card {
    flex: 0 0 auto;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    min-height: auto;
  }
  .personas-clima-stat {
    flex: 1 1 120px;
  }
}


/* =====================================================
   FORMACIÓN
   Figma: 1440×441px adapt
   Padding: 60px 200px (simétrico)
   Fondo: blanco #FFFFFF
   Gap: 55px
====================================================== */

.personas-formacion-section {
  background: #ffffff;
  padding: 60px 200px;
}

@media (max-width: 1200px) {
  .personas-formacion-section { padding: 60px 60px; }
}
@media (max-width: 767px) {
  .personas-formacion-section { padding: 48px 20px; }
}

.personas-formacion-container {
  max-width: 1040px;
  margin: 0 auto;
}

.personas-formacion-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 55px;
}

/* Izquierda — 550px */
.personas-formacion-copy {
  flex: 0 0 550px;
  max-width: 550px;
}

/* Título — h2, Museo Sans 900, 30px, #006CA6 */
.personas-formacion-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  color: #006CA6;
  margin: 0 0 20px;
}

/* Texto — 300, 15px, 20px, #545353 */
.personas-formacion-copy p {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  color: #545353;
  margin-bottom: 14px;
}

/* Label podcast — 600/700, 13px, 18px, #006CA6 */
.personas-formacion-audio .label {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #006CA6;
}

/* Derecha — columna de 3 tarjetas apiladas */
.personas-formacion-stats {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Tarjeta — Frame 14: 465px fill × 98px, radio 10px,
   padding 15px, gap 50px, #8DCDED 29% */
.personas-formacion-card {
  display: flex;
  gap: 50px;
  background: rgba(141, 205, 237, 0.29);
  border-radius: 10px;
  padding: 15px;
  min-height: 98px;
  align-items: center;
  justify-content: center;
}

/* Tarjeta full width (3ª fila) */
.personas-formacion-card-full {
  justify-content: center;
}

/* Stat — número: h4, 600/700, 20px, 26px, #006CA6, centrado */
.personas-formacion-stat {
  flex: 1;
  text-align: center;
}

.personas-formacion-stat strong {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  color: #006CA6;
  letter-spacing: 0;
}

/* Stat label — 13px, 300, #006CA6 */
.personas-formacion-stat span {
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
  color: #006CA6;
  margin-top: 2px;
}

@media (max-width: 991px) {
  .personas-formacion-row {
    flex-direction: column;
    gap: 36px;
  }
  .personas-formacion-copy {
    flex: 0 0 auto;
    max-width: 100%;
  }
  .personas-formacion-card {
    gap: 24px;
  }
}


/* =====================================================
   SEGURIDAD Y SALUD
   Figma: 1440×455px adapt
   Padding: 60px 200px (simétrico)
   Fondo: #BBE1F4
   Gap: 55px
====================================================== */

.personas-seguridad-section {
  background: #BBE1F4;
  padding: 60px 200px;
}

@media (max-width: 1200px) {
  .personas-seguridad-section { padding: 60px 60px; }
}
@media (max-width: 767px) {
  .personas-seguridad-section { padding: 48px 20px; }
}

.personas-seguridad-container {
  max-width: 1040px;
  margin: 0 auto;
}

.personas-seguridad-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 55px;
}

/* Izquierda — 580px */
.personas-seguridad-copy {
  flex: 0 0 580px;
  max-width: 580px;
}

/* Título — h2, Museo Sans 900, 30px, #006CA6 */
.personas-seguridad-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  color: #006CA6;
  margin: 0 0 20px;
}

/* Texto — 300, 15px, 20px, #545353 */
.personas-seguridad-copy p {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  color: #545353;
  margin-bottom: 20px;
}

/* Tarjeta stats — 580px, 108px, radio 10px, padding 20px, gap 35px, blanco */
.personas-seguridad-card {
  display: flex;
  gap: 35px;
  background: #ffffff;
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  min-height: 108px;
  align-items: flex-start;
}

/* Stat — igual ancho forzado: flex 1 1 0 */
.personas-seguridad-stat {
  flex: 1 1 0;
  min-width: 0;
}

/* Número — h3, 400/500, 24px, #006CA6 */
.personas-seguridad-stat strong {
  display: block;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  color: #006CA6;
  letter-spacing: 0;
}

/* Label stat — texto, 300, 15px, 20px, #006CA6 */
.personas-seguridad-stat span {
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  color: #006CA6;
  margin-top: 4px;
}

/* Derecha — media (vídeo + podcast) */
.personas-seguridad-media {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

/* Vídeo */
.personas-seguridad-video-frame {
  width: 100%;
  max-width: 500px;
  aspect-ratio: 16/9;
  background: #006CA6;
  border-radius: 10px;
  overflow: hidden;
}

.personas-seguridad-video-frame .maz-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Label podcast — texto pequeño, 600/700, 13px, 18px, #006CA6 */
.personas-seguridad-audio .label {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #006CA6;
}

@media (max-width: 991px) {
  .personas-seguridad-row {
    flex-direction: column;
    gap: 36px;
  }
  .personas-seguridad-copy {
    flex: 0 0 auto;
    max-width: 100%;
  }
  .personas-seguridad-card {
    gap: 20px;
  }
}

/* =====================================================
   EMPLEO Y CONDICIONES LABORALES — Nuevo diseño Figma
   Fondo: blanco, padding 60px 200px 30px, gap 55px
====================================================== */

.empleo-section {
  background: #ffffff;
  padding: 60px 200px 30px;
}

@media (max-width: 1200px) {
  .empleo-section { padding: 60px 60px 30px; }
}
@media (max-width: 767px) {
  .empleo-section { padding: 40px 20px 20px; }
}

.empleo-container {
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

/* Título */
.empleo-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: #006CA6;
  text-align: center;
  margin: 0;
}

/* Fila de las dos tarjetas */
.empleo-cards-row {
  display: flex;
  gap: 20px;
  width: 100%;
  align-items: stretch;
}

/* Tarjeta base */
.empleo-card {
  background: rgba(141, 205, 237, 0.29);
  border-radius: 10px;
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

/* Tarjeta izquierda — ~408px fija en Figma */
.empleo-card-left {
  flex: 0 0 408px;
  max-width: 408px;
  justify-content: space-between;
}

/* Tarjeta derecha — resto del espacio */
.empleo-card-right {
  flex: 1;
  gap: 12px;
  padding: 0;
  background: transparent;
}

/* Bloque plantilla (icono + número + label) */
.empleo-plantilla-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

/* Icono principal */
.empleo-icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

/* Número grande */
.empleo-big-num {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: #006CA6;
  text-align: center;
}

/* Label texto */
.empleo-label {
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  color: #006CA6;
  text-align: center;
}

/* Bloque gráfico: [mujer | chart | hombre] */
.empleo-chart-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
}

.empleo-gender {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  min-width: 64px;
}

.empleo-gender strong {
  font-size: 18px;
  font-weight: 700;
  color: #006CA6;
  line-height: 1;
}

.empleo-gender span {
  font-size: 14px;
  font-weight: 300;
  color: #006CA6;
  line-height: 18px;
}

.empleo-icon-gender {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

/* Gráfico tarta */
.empleo-chart-wrap {
  flex: 0 0 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.empleo-chart-img {
  width: 120px;
  height: 120px;
  object-fit: contain;
}

/* Bloque edad media */
.empleo-edad-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

/* Tarjeta derecha — items individuales */
.empleo-right-item {
  background: rgba(141, 205, 237, 0.29);
  border-radius: 10px;
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex: 1;
  width: 100%;
  text-align: center;
  min-height: 78px;
}

/* Item superior con dos filas (sanitario/no sanitario) */
.empleo-right-item-top {
  gap: 8px;
  min-height: 100px;
}

.empleo-right-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.empleo-right-row strong {
  font-size: 20px;
  font-weight: 700;
  color: #006CA6;
}

.empleo-right-row span {
  font-size: 16px;
  font-weight: 300;
  color: #006CA6;
}

.empleo-icon-sm {
  width: 32px;
  height: 32px;
  object-fit: contain;
  flex-shrink: 0;
}

/* Texto destacado (94,22%, 3.352.342€) */
.empleo-highlight-text {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: #006CA6;
  text-align: center;
}

/* Podcast debajo de las tarjetas */
/* Media row: 2 vídeos + 2 audios */
.empleo-media-row {
  display: flex;
  gap: 32px;
  width: 100%;
  margin-top: 32px;
}

.empleo-media-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.empleo-audio {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.empleo-video-frame {
  width: 100%;
  aspect-ratio: 16/9;
  background: #006CA6;
  border-radius: 10px;
  overflow: hidden;
}

.empleo-video-frame .maz-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 768px) {
  .empleo-media-row {
    flex-direction: column;
  }
}

/* Responsive */
@media (max-width: 900px) {
  .empleo-cards-row {
    flex-direction: column;
  }
  .empleo-card-left {
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
  }
  .empleo-card-right {
    width: 100%;
  }
}

/* AJUSTE VÍDEOS YOUTUBE: sin marco azul, ocupando todo el bloque */
.personas-video-frame,
.personas-empleo-video-frame,
.personas-seguridad-video-frame,
.empleo-video-frame {
  background: transparent !important;
}

.personas-video-frame iframe,
.personas-video-frame .maz-video,
.personas-empleo-video-frame iframe,
.personas-empleo-video-frame .maz-video,
.personas-seguridad-video-frame iframe,
.personas-seguridad-video-frame .maz-video,
.empleo-video-frame iframe,
.empleo-video-frame .maz-video {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  border: 0 !important;
}
