body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

.header {
  z-index: 4;
  padding: 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.container-header {
  max-width: 1300px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo {
  height: 70px;
}

.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;
  text-decoration: none;
}

.link-header.w--current {
  color: #000d53;
  background-color: #e8e8e8;
}

.hero-slideshow {
  height: 100vh;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.container-video-hero {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.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;
}

.p-desc-home {
  max-width: 480px;
  margin-bottom: 0;
}

.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;
}

.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;
}

.img-nosotros-home {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.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;
}

.titulo-chico-empresa.obscruro {
  color: #000d53;
}

.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;
}

.fila-emisoras-de-radio.ultimo {
  border-bottom-style: none;
}

.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;
}

.section-footer {
  background-color: #cdc7c2;
  padding-left: 30px;
  padding-right: 30px;
}

.section-footer.blanco {
  background-color: #fff;
}

.section-footer.silver {
  background-color: #e8e8e8;
}

.container-footer {
  max-width: 1420px;
  background-color: #000d53;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  display: flex;
}

.logo-footer {
  height: 70px;
}

.col-b-footer {
  width: 60%;
  justify-content: space-between;
  padding-top: 44px;
  display: flex;
  position: relative;
}

.col-footer {
  width: 100%;
}

.titulo-menor-footer {
  z-index: 1;
  color: #cdc7c2;
  margin-bottom: 20px;
  font-weight: 500;
  display: inline-block;
  position: relative;
}

.titulo-menor-footer.claro {
  color: #cdc7c2;
  border-color: #cdc7c2;
}

.fila-links-footer {
  clear: both;
}

.link-footer {
  color: #acaab0;
  font-size: 26px;
  line-height: 1.3em;
  text-decoration: none;
  display: block;
}

.link-footer-red {
  width: 40px;
  height: 40px;
  color: #000d53;
  background-color: #cdc7c2;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-family: Social media circled, sans-serif;
  font-size: 25px;
  line-height: 1.3em;
  text-decoration: none;
  display: flex;
}

.fila-links-footer-redes {
  clear: both;
  display: flex;
}

.legales-footer {
  width: 100%;
  justify-content: space-between;
  margin-top: 80px;
  display: flex;
}

.link-footer-small {
  width: 33.33%;
  color: rgba(146, 146, 146, .67);
  margin-bottom: 0;
  text-decoration: none;
}

.col-legales-footer {
  width: 60%;
  justify-content: space-between;
  display: flex;
}

.p-footer-small {
  color: rgba(146, 146, 146, .67);
  margin-bottom: 0;
  text-decoration: none;
}

.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;
}

.titulo-chico-empresa-detalle.obscruro {
  color: #000d53;
}

.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;
}

.fecha-historia.claro {
  color: #cdc7c2;
  border-color: #cdc7c2;
}

.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;
}

.titulo-chico-historia.obscruro {
  color: #000d53;
}

.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;
}

.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;
}

.anio-premio-o-asc.obscruro {
  color: #000d53;
}

.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: 49%;
  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;
}

.puntos-alcance {
  height: 0;
  overflow: hidden;
}

.punto-container {
  float: left;
  display: block;
}

.logo-mapa {
  width: 70px;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 4px;
  padding: 7px;
}

.icono-punto {
  width: 10px;
  height: 10px;
  background-color: #000d53;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
}

.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;
}

.img-media-kit {
  width: 80px;
  height: 60px;
  object-fit: contain;
  object-position: 0% 50%;
}

.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;
}

.ultima-actualizaci-n.obscruro {
  color: #000d53;
}

.texto-ultima-actualizacion {
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-size: .84em;
  font-weight: 600;
}

.fila-logo-y-actualizacion {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.titulo-chico-media-kit {
  z-index: 1;
  color: #000d53;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 3vw;
  font-weight: 400;
  line-height: 1.1em;
  position: relative;
}

.titulo-chico-media-kit.obscruro {
  color: #000d53;
}

.link-logo-responsive-menu {
  display: none;
}

.p-footer-menu-resp {
  color: rgba(146, 146, 146, .67);
  margin-bottom: 0;
  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;
}

.titulo-new-mision.obscruro {
  color: #000d53;
}

.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;
}

.titulo-valor.obscruro {
  color: #000d53;
}

.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;
}

@media screen and (max-width: 991px) {
  .container-nosotros-home {
    flex-wrap: wrap;
  }

  .col-info-nosotros-home {
    width: 50%;
  }

  .col-info-nosotros-home.ultimo, .col-b-footer {
    width: 100%;
  }

  .legales-footer {
    flex-wrap: wrap-reverse;
  }

  .col-legales-footer {
    width: 100%;
  }

  .p-footer-small {
    width: 100%;
    margin-top: 30px;
  }

  .punto-historia.left {
    left: -72px;
  }

  .punto-historia.right {
    right: -72px;
  }

  .col-premios {
    width: 47%;
  }

  .img-premo-asc {
    height: 21vw;
  }

  .col-media-kit {
    width: 47%;
  }

  .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;
  }
}

@media screen and (max-width: 767px) {
  .nav-header {
    width: 100vw;
    background-color: #000d53;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 30px;
    transition: all .6s cubic-bezier(.77, 0, .175, 1);
    position: fixed;
    top: 0;
    bottom: 0;
    right: -100vw;
  }

  .nav-header.on {
    right: 0;
  }

  .link-header {
    margin-top: 13px;
    margin-bottom: 13px;
    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 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .col-b-footer {
    flex-direction: column;
  }

  .col-footer {
    margin-bottom: 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;
  }

  .col-forma-contacto, .col-media-kit {
    width: 100%;
  }

  .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;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    height: 50px;
  }

  .hero-slideshow {
    height: 160vw;
  }

  .hero-title {
    font-size: 14.5vw;
  }

  .link-footer-small {
    width: 100%;
  }

  .col-legales-footer {
    flex-direction: column;
  }

  .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-forma-contacto {
    border-style: none;
    padding: 0;
  }

  .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;
  }
}


@font-face {
  font-family: 'Tnl';
  src: url('../fonts/TNL.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Social media circled';
  src: url('../fonts/Social-Media-Circled.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}