/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type='search'] {
  -webkit-appearance: none;
  appearance: none;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

textarea {
  overflow: auto;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  min-height: 100%;
  margin: 0;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}

h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}

h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}

h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}

button,
[type='button'],
[type='reset'] {
  -webkit-appearance: button;
  border: 0;
  appearance: button;
  cursor: pointer;
}

.w-form {
  margin: 0 0 15px;
}

.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}

.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

.w-input::-webkit-input-placeholder {
  color: #999;
}

textarea.w-input {
  height: auto;
}

.w-background-video>video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}

.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.w-richtext:after {
  clear: both;
}

a {
  text-decoration: underline;
}

.header {
  z-index: 4;
  background-color: rgba(0, 13, 83, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 30px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: background-color 0.3s ease-in-out, padding 0.3s ease-in-out;
}

.container-header {
  max-width: 1300px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo {
  height: 70px;
  transition: height 0.3s ease-in-out;
}

.nav-header {
  width: 50%;
  justify-content: space-between;
  display: flex;
}

.link-header {
  color: #fff;
  letter-spacing: .5px;
  border-radius: 100px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.link-header.w--current {
  color: #000d53;
  background-color: #e8e8e8;
}

.link-header:hover {
  background-color: rgba(232, 232, 232, 0.2);
  transform: scale(1.05);
}

.header.header-scrolled {
  padding: 15px 30px;
  background-color: rgba(0, 13, 83, 0.8);
}

.header.header-scrolled .logo {
  height: 50px;
}

.hero-slideshow {
  height: 100vh;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  padding-top: 124px;
  /* Ajuste para que el contenido no quede debajo del header fijo */
  display: flex;
}

.container-video-hero {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hero-title {
  z-index: 1;
  color: #e8e8e8;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Tnl, sans-serif;
  font-size: 91px;
  font-weight: 400;
  line-height: .95em;
  position: relative;
}

.section-nosotros-home {
  padding-left: 30px;
  padding-right: 30px;
}

.container-nosotros-home {
  max-width: 1300px;
  border-radius: 4px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: -150px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.col-info-nosotros-home {
  width: 33.33%;
  min-height: 500px;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 25px;
  display: flex;
  position: relative;
}

.btn {
  z-index: 1;
  background-color: #000d53;
  border-radius: 4px;
  padding: 15px 19px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1em;
  position: relative;
}

.btn.claro {
  color: #000d53;
  background-color: #cdc7c2;
  width: 150px;
  text-decoration: none;
}

.arrow {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.bold-text {
  margin-left: 8px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 13px;
  font-weight: 200;
}

.fondo-azul-nosotros {
  background-color: #000d53;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mini-titulo-nosotros-home {
  z-index: 1;
  color: #000d53;
  border: 1px solid #000d53;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 5px 13px;
  display: inline-block;
  position: relative;
}

.mini-titulo-nosotros-home.claro {
  color: #cdc7c2;
  border-color: #cdc7c2;
}

.titulo-mision {
  z-index: 1;
  color: #cdc7c2;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.3em;
  position: relative;
}

.titulo-mision.obscruro {
  color: #000d53;
}

.degradado-video {
  z-index: 0;
  opacity: 1;
  mix-blend-mode: color;
  background-color: #000627;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 46%, #000);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.dato-nosotros-home {
  color: #000d53;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 300;
  line-height: 1em;
}

.fila-dato-home {
  width: 100%;
}

.nombre-dato-home {
  color: #8b8d97;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.2em;
}

.btn-secundario {
  z-index: 1;
  color: #e8e8e8;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  padding: 15px 19px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1em;
  position: relative;
}

.btn-secundario.claro {
  color: #000d53;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000d53;
}

.section-empresa {
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.container-empresa-home {
  z-index: 1;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.titulo-empresa {
  color: #000d53;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Tnl, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 1em;
}

.fila-datos-empresa {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.col-a-empresa {
  width: 50%;
}

.img-empresa-home {
  width: 100%;
  height: 70ch;
  object-fit: cover;
  background-color: #e0e0e0;
  border-radius: 4px;
}

.col-b-empresa {
  width: 49%;
  border-radius: 4px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

.img-empresa-home-chica {
  width: 100%;
  height: 35ch;
  object-fit: cover;
  background-color: #e0e0e0;
}

.fondo-gris-nosotros {
  background-color: #e8e8e8;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bloque-empresa-home-chica {
  width: 100%;
  height: 35ch;
  background-color: #000d53;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  padding: 25px;
  display: flex;
  position: relative;
}

.titulo-chico-empresa {
  z-index: 1;
  max-width: 390px;
  color: #cdc7c2;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.3em;
  position: relative;
}

.grafico-inferior-empresa {
  z-index: 0;
  height: 170px;
  background-color: #cdc7c2;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.section-emisoras {
  background-color: #cdc7c2;
  padding: 70px 30px;
}

.container-emisoras {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.titulo-emisoras {
  color: #000d53;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 200;
  line-height: 1em;
}

.fila-emisoras-de-radio {
  border-bottom: 1px solid rgba(0, 13, 83, .18);
  justify-content: space-between;
  padding-top: 34px;
  padding-bottom: 34px;
  display: flex;
}

.col-emisoras-de-radio {
  width: 100%;
  align-items: center;
  display: flex;
}

.col-emisoras-de-radio.link {
  justify-content: flex-end;
}

.col-emisoras-de-radio.centrado {
  justify-content: center;
}

.titulo-tabla-emisoras {
  color: #8b8d97;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
}

.valor-titulo-tabla-emisoras {
  color: #000d53;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 27px;
  font-weight: 400;
  line-height: 1em;
}

.logo-radio-difusora {
  max-height: 50px;
  max-width: 80px;
}

.container-footer {
  background-color: #000d53;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 60px 30px;
  display: grid;
  grid-template-columns: 1fr auto 1fr; /* Tres columnas: izquierda, centro (auto), derecha */
  align-items: center;
  gap: 20px; /* Espacio entre columnas */
}

.footer-wrapper {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
}

.footer-wrapper {
  width: 100%;
}

.footer-content {
  width: 70%;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 100px;
  display: flex;
}

.footer-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 10px;
}

.titulo-menor-footer {
  z-index: 1;
  color: #cdc7c2;
  margin-bottom: 20px;
  font-weight: 500;
  display: inline-block;
  position: relative;
}

.logo-footer {
  height: 70px;
  margin-right: 100px;
}

.legales-footer-social {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-self: start; /* Alinea este elemento al inicio de su columna */
  gap: 20px;
}

/* Contenedor para los enlaces de la derecha (Aviso, Términos) */
.footer-legal-links {
  display: flex;
  align-items: center;
  justify-self: end; /* Alinea este elemento al final de su columna */
  gap: 20px;
}

/* Aseguramos que el texto del copyright no se estire y se mantenga centrado */
.p-footer-small {
  flex-shrink: 0; /* Evita que se encoja */
  justify-self: center; /* Centra este elemento en su columna de la cuadrícula */
}

.link-footer-small {
  color: rgba(146, 146, 146, .67);
  margin-bottom: 0;
  text-decoration: none;
}

.icon-circle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  transition: transform 0.2s ease-in-out;
}

.icon-circle:hover {
  transform: scale(1.1);
}

.icon-circle img {
  height: 20px;
}

.p-footer-small {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  margin: 0;
}

.section-hero-about {
  background-color: #000d53;
  padding: 180px 30px 50px;
}

.container-hero-nosotros {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.hero-menor {
  z-index: 1;
  color: #e8e8e8;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tnl, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: .95em;
  position: relative;
}

.section-empresa-nosotros {
  padding: 60px 30px;
  position: relative;
}

.bloque-empresa-detalle-chica {
  width: 100%;
  height: 35ch;
  background-color: #e8e8e8;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  padding: 25px;
  display: flex;
  position: relative;
}

.titulo-chico-empresa-detalle {
  z-index: 1;
  max-width: 390px;
  color: #000d53;
  letter-spacing: .5px;
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.3em;
  position: relative;
}

.grafico-inferior-empresa-detalle {
  z-index: 0;
  height: 170px;
  background-color: #e8e8e8;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.section-historia {
  background-color: #e8e8e8;
  padding: 70px 30px;
}

.punto-historia {
  width: 500px;
  background-color: #fff;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.punto-historia.left {
  position: relative;
  left: -200px;
}

.punto-historia.right {
  text-align: right;
  position: relative;
  right: -200px;
}

.fecha-historia {
  z-index: 1;
  color: #cdc7c2;
  background-color: #000d53;
  border-radius: 4px;
  margin-bottom: 0;
  padding: 5px 13px;
  display: inline-block;
  position: relative;
}

.titulo-chico-historia {
  z-index: 1;
  max-width: 390px;
  color: #000d53;
  letter-spacing: .5px;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.3em;
  display: inline-block;
  position: relative;
}

.linea-historia {
  width: 4px;
  height: 70px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.section-premios-y-asociaciones {
  padding: 60px 30px;
}

.container-premios {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.fila-de-premios-y-asociaciones {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  padding-top: 55px;
}

.col-premios {
  width: 31%;
  border: 1px solid #cdc7c2;
  border-radius: 4px;
  flex-flow: column wrap;
  justify-content: space-between;
  margin-bottom: 5ch;
  display: flex;
  overflow: hidden;
}

.fila-premios-y-asocio {
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.menu-premios-y-asiociaciones {
  width: 50%;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.titulo-premios {
  color: #000d53;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tnl, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 1em;
}

.link-filtro-premios {
  color: #8b8d97;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
}

.link-filtro-premios.on {
  color: #000d53;
  text-decoration: underline;
}

.col-mision-vision {
  width: 49%;
  background-color: #d6d6d6;
  border-radius: 4px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

.bloque-premio-o-asc {
  width: 100%;
  height: auto;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 25px;
  display: flex;
  position: relative;
}

.anio-premio-o-asc {
  z-index: 1;
  color: #000d53;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tnl, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: .7em;
}

.img-premo-asc {
  height: 15vw;
  object-fit: cover;
  background-color: #e0e0e0;
}

.fila-anio-y-tipo-premio {
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.section-hero-contacto {
  background-color: #000d53;
  padding: 180px 30px 50px;
}

.forma-contacto {
  margin-bottom: 0;
}

.col-forma-contacto {
  width: 100%;
  background-color: #fff;
  border: 1px solid #cdc7c2;
  border-radius: 4px;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  display: flex;
  overflow: hidden;
}

.label {
  margin-bottom: 9px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3em;
}

.input {
  color: #000d53;
  border: 1px solid #cdc7c2;
  border-radius: 4px;
}

.textarea {
  min-height: 150px;
  color: #000d53;
  border: 1px solid #cdc7c2;
  border-radius: 4px;
  margin-bottom: 30px;
}

.link-logo-responsive-menu {
  display: none;
}

.p-footer-menu-resp {
  color: rgba(146, 146, 146, .67);
  text-decoration: none;
  display: none;
}

.menu-btn-resp,
.close-menu-resp {
  display: none;
}

.fila-datos-empresa-dos {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 50px;
  display: flex;
}

.col-new-mision {
  width: 100%;
  background-color: #d6d6d6;
  border-radius: 4px;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.bloque-new-mission {
  width: 100%;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  padding: 25px;
  display: flex;
  position: relative;
}

.titulo-new-mision {
  z-index: 1;
  max-width: 552px;
  color: #000d53;
  letter-spacing: .5px;
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.3em;
  position: relative;
}

.img-empresa-new-mision {
  width: 50%;
  height: 100%;
  object-fit: cover;
  background-color: #e0e0e0;
}

.section-valores {
  background-color: #e8e8e8;
  padding-top: 40px;
  padding-bottom: 20px;
}

.container-valores {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.titulo-valores {
  color: #000d53;
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 200;
  line-height: 1em;
}

.lista-de-valores {
  text-align: center;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.col-valores {
  width: 33.33%;
  border-bottom: 1px solid #cdc7c2;
  border-right: 1px solid #cdc7c2;
  padding: 4% 3.66%;
}

.col-valores.segunda-fila {
  border-bottom-style: none;
}

.col-valores.right {
  border-right-style: none;
}

.col-valores.ultimo {
  border-bottom-style: none;
  border-right-style: none;
}

.titulo-valor {
  z-index: 1;
  max-width: 390px;
  color: #000d53;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.3em;
  display: inline-block;
  position: relative;
}

.p-desc-valor {
  color: rgba(51, 51, 51, .6);
  letter-spacing: .02em;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.3em;
}

.p-hostoria-intro {
  max-width: 540px;
  color: rgba(51, 51, 51, .6);
  text-align: center;
  letter-spacing: .02em;
  margin: 20px auto 80px;
  font-size: 16px;
  line-height: 1.3em;
}

.linea-historia:last-child {
  display: none;
}

.hero-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/* --- Estilos para Media Kit --- */

/* La tarjeta individual del Media Kit */
.col-media-kit {
  width: 31%;
  min-height: 340px;
  border: 1px solid #cdc7c2;
  border-radius: 4px;
  flex-flow: column wrap;
  justify-content: space-between;
  margin-bottom: 5ch;
  padding: 25px;
  display: flex;
  overflow: hidden;
}

/* Fila superior que contiene el logo y la fecha */
.fila-logo-y-actualizacion {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

/* El logo dentro de la tarjeta */
.img-media-kit {
  width: 80px;
  height: 60px;
  object-fit: contain;
  object-position: 0% 50%;
}

/* Texto de "Actualizado el" */
.ultima-actualizaci-n {
  z-index: 1;
  color: #000d53;
  text-align: right;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tnl, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
}

.texto-ultima-actualizacion {
  font-weight: 500;
}

/* Título de la estación (ej. "La Ranchera 90.1 FM") */
.titulo-chico-media-kit {
  z-index: 1;
  color: #000d53;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.1em;
  position: relative;
}

/* --- Estilos Responsivos --- */

@media screen and (max-width: 991px) {
  .container-nosotros-home {
    flex-wrap: wrap;
  }

  .col-info-nosotros-home {
    width: 50%;
  }

  .col-info-nosotros-home.ultimo {
    width: 100%;
  }

  .punto-historia.left {
    left: -72px;
  }

  .punto-historia.right {
    right: -72px;
  }

  .col-premios {
    width: 47%;
  }

  .img-premo-asc {
    height: 21vw;
  }

  .p-footer-menu-resp {
    width: 100%;
    margin-top: 30px;
  }

  .col-new-mision {
    flex-direction: column;
  }

  .img-empresa-new-mision {
    width: 100%;
  }

  .col-valores {
    width: 50%;
  }

  .col-valores.segunda-fila.primero {
    border-bottom-style: solid;
  }

  .col-valores.right {
    border-right-style: solid;
  }

  .col-media-kit {
    width: 48%;
    /* 2 columnas en tablet */
  }
}

@media screen and (max-width: 767px) {
  .nav-header {
    height: 100vh;
    width: 50vw;
    background-color: #000d53;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 30px;
    transition: all .6s cubic-bezier(.77, 0, .175, 1);
    z-index: 1000;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -50vw;
  }

  .nav-header.menu-open {
    right: 0;
  }

  .link-header {
    margin-top: 8px;
    margin-bottom: 8px;
    padding-left: 0;
    padding-right: 0;
    font-size: 6vw;
    line-height: 1em;
  }

  .link-header.w--current {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #fff;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-title {
    font-size: 15vw;
  }

  .col-info-nosotros-home {
    width: 100%;
    height: auto;
    min-height: 0;
  }

  .col-info-nosotros-home.ultimo {
    height: 450px;
  }

  .titulo-mision {
    margin-top: 20px;
  }

  .fila-datos-empresa {
    flex-direction: column;
  }

  .col-a-empresa {
    width: 100%;
  }

  .img-empresa-home {
    height: auto;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .col-b-empresa {
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .fila-emisoras-de-radio {
    flex-wrap: wrap;
  }

  .fila-emisoras-de-radio.titular {
    display: none;
  }

  .col-emisoras-de-radio {
    justify-content: center;
    margin-bottom: 20px;
  }

  .col-emisoras-de-radio.link {
    justify-content: center;
  }

  .container-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .footer-content {
    width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 40px;
  }

  .section-empresa-nosotros {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .punto-historia.left {
    left: 0;
  }

  .punto-historia.right {
    right: 0;
  }

  .col-premios {
    width: 100%;
  }

  .menu-premios-y-asiociaciones {
    width: 70%;
    padding-bottom: 6px;
  }

  .col-mision-vision {
    width: 100%;
    height: 330px;
    margin-top: 19px;
    margin-bottom: 19px;
  }

  .img-premo-asc {
    height: 44vw;
  }

  .link-logo-responsive-menu {
    display: block;
    position: absolute;
    top: 30px;
    left: 30px;
  }

  .p-footer-menu-resp {
    width: auto;
    margin-top: 0;
    display: block;
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
  }

  .menu-btn-resp {
    width: 50px;
    height: 20px;
    cursor: pointer;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .linea-media-menu-resp {
    width: 100%;
    height: 50%;
    border-bottom: 1px solid #fff;
  }

  .close-menu-resp {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 42px;
    right: 30px;
    transform: rotate(45deg);
  }

  .linea-cerrar-a {
    height: 50%;
    border-bottom: 1px solid #fff;
  }

  .linea-cerrar-b {
    width: 50%;
    border-right: 1px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }

  .fila-datos-empresa-dos {
    flex-direction: column;
  }

  .col-new-mision {
    width: 100%;
    margin-top: 19px;
    margin-bottom: 19px;
  }

  .col-valores {
    width: 100%;
    border-right-style: none;
  }

  .col-valores.segunda-fila {
    border-bottom-style: solid;
  }

  .col-valores.right {
    border-right-style: none;
  }

  .col-media-kit {
    width: 100%;
  }

  .legales-footer {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}

/* --- Estilos del Modal --- */

.modal-overlay {
  display: none; /* Oculto por defecto */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* Fondo semitransparente */
  z-index: 2000;
  justify-content: center;
  align-items: center;
}

.modal-overlay.is-open {
  display: flex; /* Se muestra cuando está activo */
}

.modal-content {
  background-color: #fff;
  padding: 40px;
  border-radius: 5px;
  width: 90%;
  max-width: 800px;
  max-height: 80vh;
  overflow-y: auto; /* Scroll si el contenido es muy largo */
  position: relative;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.modal-close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 28px;
  font-weight: bold;
  color: #888;
  cursor: pointer;
  line-height: 1;
}

.modal-close-btn:hover {
  color: #000;
}

#modal-body h1 {
  margin-top: 0;
  color: #000d53;
}

#modal-body p {
  color: #555;
  line-height: 1.6;
  margin-bottom: 1em;
}

#modal-body h2 {
  font-size: 1.4em;
  color: #333;
  border-bottom: 1px solid #eee;
  padding-bottom: 0.5em;
  margin-top: 1.5em;
  margin-bottom: 1em;
}

#modal-body ul, #modal-body ol {
  padding-left: 20px;
}

#modal-body li {
  margin-bottom: 0.5em;
  color: #555;
}

@media screen and (max-width: 479px) {
  .logo {
    height: 50px;
  }

  .hero-slideshow {
    height: 160vw;
  }

  .hero-title {
    font-size: 14.5vw;
  }

  .hero-menor {
    font-size: 12vw;
  }

  .bloque-empresa-detalle-chica {
    height: auto;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .titulo-chico-empresa-detalle {
    font-size: 18px;
  }

  .punto-historia.left,
  .punto-historia.right {
    width: auto;
  }

  .fila-premios-y-asocio {
    flex-direction: column;
  }

  .titulo-premios {
    margin-bottom: 20px;
  }

  .col-mision-vision {
    height: auto;
  }

  .img-premo-asc {
    height: 44vw;
  }

  .col-new-mision {
    box-shadow: none;
  }

  .bloque-new-mission {
    height: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .titulo-new-mision {
    font-size: 18px;
  }

  .col-valores {
    padding: 20px 30px 25px;
  }

  .p-desc-valor,
  .p-hostoria-intro {
    font-size: 15px;
  }
}