<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: Minionpro;
  src: url('../fonts/MinionPro-Bold_0.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Minionpro;
  src: url('../fonts/MinionPro-Medium_0.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Minionpro;
  src: url('../fonts/MinionPro-Semibold_0.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Minionpro;
  src: url('../fonts/MinionPro-Regular_0.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Akk;
  src: url('../fonts/AkkRg_Pro_1.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Akk;
  src: url('../fonts/AkkBd_Pro_1.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Akk;
  src: url('../fonts/AkkLg_Pro_1.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

:root {
  --bg: #f4f4f4;
  --dark-slate-blue: #403d72;
  --firebrick: #b92121;
  --txt-gris: #0006;
  --issuu: #f36d5d;
  --white: white;
  --black: black;
  --bg-gris: #e8e8e8;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  background-color: var(--bg);
  color: #000;
  font-family: Akk, sans-serif;
  font-size: 100%;
  font-weight: 400;
  line-height: 100%;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

.section {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.section.bg-gris {
  background-color: #e8e8e8;
}

.section.bg-gris.footer {
  background-image: url('../images/2025-07-footer.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  min-height: 700px;
}

.section.bg-gris.otras-notas {
  display: none;
}

.section.padding-bottom {
  padding-bottom: 12%;
}

.section.participar {
  background-color: var(--dark-slate-blue);
}

.inner {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6%;
  padding-right: 6%;
  display: block;
  position: relative;
}

.inner._100 {
  padding-right: 0%;
}

.inner.anuncio {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 3%;
  padding-bottom: 3%;
  display: flex;
  overflow: hidden;
}

.padding-top-y-bottom {
  width: 100%;
  padding-top: 6%;
  padding-bottom: 6%;
  position: relative;
}

.center {
  text-align: center;
}

.title-edicion {
  color: var(--dark-slate-blue);
  margin-top: auto;
  margin-bottom: auto;
  font-family: Minionpro, sans-serif;
  font-size: 15vh;
  font-weight: 700;
  line-height: 100%;
}

.title-section {
  letter-spacing: .09rem;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 70%;
  font-weight: 500;
}

.container-txt {
  text-align: left;
}

.container-title {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  transform: translate(-30px);
}

.linea-violeta {
  float: none;
  background-color: var(--dark-slate-blue);
  transform-origin: 0%;
  width: 50px;
  height: 3px;
  margin-right: 15px;
  transform: translate(0, 5px);
}

.container-list {
  padding-top: 0%;
}

.row.listado-de-notas {
  padding-top: 6%;
  padding-bottom: 6%;
}

.row.listado-de-sponsors {
  padding-top: 1.5%;
  padding-bottom: 1.5%;
}

.row.listado-de-sponsors.solo-puerto {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.row.listado-de-eciciones-anteriores {
  padding-top: 3%;
  padding-bottom: 3%;
}

.nota {
  float: left;
  width: 16.6667%;
  padding-bottom: 0;
  padding-right: 3%;
  position: relative;
}

.container-autor-nota {
  border-left: 1px solid #000;
  padding-left: 3%;
  font-size: 90%;
}

.title-nota {
  letter-spacing: -.08rem;
  width: 90%;
  min-height: 220px;
  font-family: Minionpro, sans-serif;
  font-size: 150%;
  font-weight: 600;
  line-height: 120%;
}

.title-nota.larga {
  width: 95%;
}

.title-nota.corto {
  width: 60%;
}

.autor {
  color: var(--dark-slate-blue);
  text-transform: uppercase;
  margin-bottom: 1.5%;
  font-family: Montserrat, sans-serif;
  font-size: 70%;
  font-weight: 800;
}

.autor.cargo {
  color: #0000004d;
  letter-spacing: .03rem;
  margin-bottom: auto;
  font-size: 60%;
  font-weight: 700;
  line-height: 120%;
}

.autor.cargo.none {
  display: none;
}

.autor.editoriall {
  color: var(--firebrick);
  margin-bottom: .5%;
}

.title-minion {
  object-position: 50% 0%;
  width: auto;
  font-family: Minionpro, sans-serif;
  font-size: 420%;
  font-weight: 700;
  line-height: 100%;
}

.container-title-minion {
  text-align: left;
  margin-top: 1.5%;
}

._30 {
  float: left;
  width: 30%;
  position: relative;
}

._70 {
  float: left;
  width: 70%;
  position: relative;
}

.inner-txt-30 {
  width: 100%;
  height: 100%;
  padding-left: 6%;
  padding-right: 25%;
}

.p {
  margin-bottom: 12%;
  font-size: 85%;
  line-height: 180%;
}

.btn {
  border: 3px solid var(--dark-slate-blue);
  color: var(--dark-slate-blue);
  letter-spacing: .03rem;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 25px;
  padding: 14px 23px;
  font-family: Montserrat, sans-serif;
  font-size: 60%;
  font-weight: 800;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
}

.foto-nota-ppal {
  background-color: #fff;
  width: 100%;
  height: 450px;
}

.foto-nota-ppal.responsive {
  display: none;
}

.epigrafe-foto {
  align-items: flex-end;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 3%;
  transform: translate(0, 69px);
}

.linea-vertical {
  background-color: var(--dark-slate-blue);
  width: 5px;
  height: 200px;
}

.autor-minion {
  color: var(--dark-slate-blue);
  font-family: Minionpro, sans-serif;
  font-size: 130%;
  font-weight: 500;
  line-height: 130%;
}

.autor-minion.puesto {
  color: var(--txt-gris);
  font-size: 100%;
}

.autor-nota-ppal {
  margin-left: 18px;
}

.container-editorial {
  padding-top: 6%;
  padding-right: 6%;
}

.editorial {
  float: left;
  width: 50%;
  padding-left: 12%;
  padding-right: 0%;
  position: relative;
}

.foto-edicion {
  float: left;
  width: 50%;
  padding-top: 6%;
  position: relative;
}

.equipo {
  padding-top: 6%;
}

.posselink {
  color: #000;
  text-decoration: none;
  transition: all .5s cubic-bezier(.215, .61, .355, 1);
}

.posselink:hover {
  color: var(--dark-slate-blue);
  text-decoration: underline;
}

.staff {
  border-bottom: 6px solid var(--firebrick);
  color: var(--firebrick);
  width: 100%;
  padding-bottom: 3%;
  padding-left: 3%;
  font-family: Minionpro, sans-serif;
  font-size: 180%;
  font-weight: 600;
  line-height: 120%;
}

.container-equipo {
  padding-top: 3%;
  padding-bottom: 3%;
  padding-left: 6%;
}

.integrante {
  padding-top: 9%;
  padding-bottom: 9%;
}

.integrante.none, .ultima-edicion.celular {
  display: none;
}

.container-social {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.aclaracion {
  text-align: right;
  letter-spacing: .01rem;
  width: 70%;
  font-family: Montserrat, sans-serif;
  font-size: 60%;
  font-weight: 700;
  line-height: 130%;
}

.container-social-links {
  padding-bottom: 6%;
}

.social-link {
  margin-left: 12px;
}

.social-link.none {
  display: none;
}

.img-social {
  max-width: 83%;
}

.img-social.f {
  max-width: 70%;
}

.sponsor {
  float: left;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-bottom: 0;
  padding-right: 0%;
  display: flex;
  position: relative;
}

.img-sponsor {
  width: 100%;
  transition: all .5s cubic-bezier(.215, .61, .355, 1);
}

.container-list-anunciantes {
  padding-top: 6%;
}

.title-participar {
  color: var(--bg);
  margin-bottom: 3%;
  font-family: Minionpro, sans-serif;
  font-size: 400%;
  font-weight: 700;
  line-height: 110%;
}

.flecha {
  align-self: stretch;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translate(0, -56px);
}

.edicion-anterior {
  float: left;
  width: 100%;
  padding-bottom: 0;
  padding-left: 1%;
  padding-right: 1%;
  position: relative;
}

.edicion-anterior.old {
  width: 25%;
}

.img-edicion-anterior {
  width: 100%;
  transition: all .5s cubic-bezier(.215, .61, .355, 1);
}

.container-ediciones {
  border-left: 1px #000;
  padding-left: 0%;
  font-size: 90%;
}

.container-list-ediciones {
  padding-top: 3%;
}

.btn-subir {
  z-index: 999;
  background-color: #f3f3f3;
  padding: 14px;
  position: fixed;
  bottom: 0;
  right: 0;
}

.um-link {
  color: var(--dark-slate-blue);
  font-family: Montserrat, sans-serif;
  font-weight: 900;
  transition: all .5s cubic-bezier(.645, .045, .355, 1);
}

.um-link:hover {
  border-bottom: 3px solid var(--dark-slate-blue);
  text-decoration: none;
}

.fooer-credits {
  z-index: 2;
  background-color: #f3f3f3;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 15%;
  padding: 2% 6%;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.credit-txt {
  float: left;
  color: #000000b3;
  font-size: 65%;
  line-height: 100%;
}

.credit-left {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.ccccccccccc {
  margin-right: 25px;
}

.um-credit {
  float: right;
  color: #0006;
  text-align: right;
  letter-spacing: .1em;
  text-transform: uppercase;
  flex: 1;
  font-family: Montserrat, sans-serif;
  font-size: 50%;
  font-weight: 700;
}

.um-credit.firs {
  margin-right: 20px;
}

.img-brand {
  width: 135px;
}

.img-brand.cc {
  width: 150px;
}

.progreso {
  z-index: 9999;
  background-color: var(--dark-slate-blue);
  transform-origin: 0%;
  width: 100%;
  height: 3px;
  position: fixed;
}

.container-menciones {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-end;
  padding-top: 6%;
  padding-bottom: 6%;
  display: flex;
}

.mencion {
  text-align: right;
  margin-top: 6%;
  margin-bottom: 6%;
}

.mencion.r {
  text-align: left;
  margin-top: 0%;
  margin-bottom: 0%;
}

.minion-mencion {
  text-align: right;
  font-family: Minionpro, sans-serif;
  font-size: 90%;
  font-style: italic;
  font-weight: 400;
}

.minion-mencion.r {
  text-align: left;
  font-size: 70%;
}

.img-decla {
  width: 60%;
}

.header {
  width: 100%;
  height: 100vh;
  min-height: 600px;
  position: relative;
  overflow: hidden;
}

.flex-header {
  background-image: url('../images/2025-07-tapa.jpg');
  background-position: 100% 22%;
  background-repeat: no-repeat;
  background-size: 80%;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.lente {
  z-index: 2;
  width: 35%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-9%, 35%);
}

.btn-ller {
  border: 3px none var(--dark-slate-blue);
  background-color: var(--issuu);
  color: #fff;
  letter-spacing: .03rem;
  text-transform: uppercase;
  background-image: url('../images/issu-btn-hero_1issu-btn-hero.png');
  background-position: 16px;
  background-repeat: no-repeat;
  background-size: 24px;
  border-radius: 25px;
  padding: 20px 30px 20px 60px;
  font-family: Montserrat, sans-serif;
  font-size: 100%;
  font-weight: 600;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
  box-shadow: -6px 6px 6px 2px #0009;
}

.menciones-hero {
  z-index: 1;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  padding-top: 0%;
  padding-bottom: 0%;
  display: flex;
  position: absolute;
  top: 30%;
  bottom: 20%;
  left: 1.5%;
}

.navbar {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding: 2% 1% 1%;
  position: absolute;
}

.ciudad-puerto {
  width: 200px;
}

.monse {
  float: right;
  text-align: right;
  letter-spacing: .03rem;
  text-transform: uppercase;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 65%;
  font-weight: 700;
  line-height: 100%;
  display: inline-block;
}

.cp {
  z-index: 10001;
  background-color: var(--dark-slate-blue);
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 1%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

._25-aos {
  z-index: 5;
  width: 180px;
  display: none;
  position: absolute;
  top: 9%;
  right: 3%;
}

.nono {
  display: none;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.icon_firefox {
  border-radius: 100px;
  width: 55px;
  height: 55px;
  margin-bottom: 5px;
  padding: 6px;
}

.browser-warning {
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin: auto;
  padding: 40px;
  display: flex;
  box-shadow: 11px 11px 55px #355aa41a;
}

.browser_details {
  color: #7a849e;
  text-align: center;
  letter-spacing: -.2px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.ie_logo {
  width: 70px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.browser-detect {
  z-index: 9999;
  background-color: #00000096;
  justify-content: center;
  align-items: center;
  padding: 325px 150px;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block {
  background-color: #000c;
  display: none;
}

.browser_title {
  color: #7a849e;
  font-size: 14px;
  font-weight: 500;
}

.link_span {
  color: #283556;
  text-decoration: none;
}

.browser_header {
  color: #20355a;
  text-align: center;
  letter-spacing: -.2px;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 32px;
  line-height: 40px;
}

.browser_link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  padding: 15px;
  text-decoration: none;
  display: flex;
}

.browser_wrap {
  max-width: 300px;
  min-height: 50px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.img-nota {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.flipbook {
  width: 100vw;
  height: 100vh;
}

.navbar-flipbook {
  z-index: 9999;
  background-color: #0000;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding: 2% 1% 1%;
  position: absolute;
  inset: 0% 0% auto;
}

.container-absolut {
  z-index: 9999;
  flex-direction: column;
  width: 300px;
  height: auto;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.logo {
  background-color: var(--white);
  color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  padding: 6%;
  display: flex;
  position: relative;
}

.back {
  background-color: var(--dark-slate-blue);
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 8px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

@media screen and (max-width: 991px) {
  .section.bg-gris.footer {
    height: 950px;
    min-height: auto;
  }

  .title-edicion {
    font-size: 500%;
  }

  .container-list {
    padding-top: 6%;
  }

  .row.listado-de-notas, .row.listado-de-sponsors, .row.listado-de-eciciones-anteriores {
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .nota {
    width: 33.3333%;
    min-height: 200px;
    margin-bottom: 16%;
  }

  .container-autor-nota {
    font-size: 90%;
  }

  .title-nota {
    width: 70%;
    min-height: 150px;
  }

  .title-nota.larga {
    width: 90%;
  }

  .title-nota.corto {
    width: 40%;
  }

  .title-minion {
    width: auto;
  }

  ._30 {
    width: 30%;
  }

  ._70 {
    width: 70%;
  }

  .inner-txt-30 {
    padding-left: 0%;
  }

  .btn {
    padding-left: 15px;
    padding-right: 15px;
  }

  .foto-nota-ppal {
    background-position: 50% 0;
  }

  .editorial {
    padding-left: 6%;
  }

  .sponsor {
    min-height: auto;
    margin-bottom: 6%;
  }

  .container-list-anunciantes {
    padding-top: 6%;
  }

  .edicion-anterior {
    margin-bottom: 9%;
  }

  .edicion-anterior.old {
    width: 50%;
  }

  .container-ediciones {
    font-size: 90%;
  }

  .container-list-ediciones {
    padding-top: 6%;
  }

  .fooer-credits {
    flex-direction: column;
  }

  .credit-txt {
    float: none;
    text-align: center;
    margin-bottom: 3%;
    margin-left: auto;
    margin-right: auto;
    font-size: 50%;
    display: block;
  }

  .um-credit {
    float: none;
    text-align: center;
    margin-bottom: 6px;
  }

  .minion-mencion {
    font-size: 80%;
  }

  .header {
    height: 900px;
    min-height: auto;
  }

  .flex-header {
    background-position: 50% 159px;
    background-size: 95%;
  }

  .lente {
    width: 50%;
    transform: translate(-12%, -70%);
  }

  .btn-ller {
    padding-left: 53px;
    padding-right: 53px;
  }

  .menciones-hero {
    flex-direction: row;
    inset: auto 6% 3%;
  }

  .navbar {
    padding-top: 3%;
    padding-left: 1.5%;
    padding-right: 1.5%;
  }

  .monse {
    width: 30%;
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .navbar-flipbook {
    padding-top: 3%;
    padding-left: 1.5%;
    padding-right: 1.5%;
  }
}

@media screen and (max-width: 767px) {
  .section.bg-gris.footer {
    height: 500px;
  }

  .section.padding-bottom {
    padding-bottom: 6%;
  }

  .inner._100 {
    padding-left: 6%;
    padding-right: 6%;
  }

  .nota {
    min-height: 220px;
    margin-bottom: 9%;
    padding-right: 0%;
  }

  .container-autor-nota {
    padding-right: 6%;
  }

  .title-nota {
    width: 60%;
    min-height: 160px;
    font-size: 140%;
  }

  .title-nota.larga {
    width: 80%;
  }

  .title-minion {
    font-size: 300%;
  }

  ._30, ._70 {
    float: none;
    width: 100%;
  }

  .inner-txt-30 {
    padding-bottom: 9%;
    padding-right: 6%;
  }

  .p {
    margin-bottom: 6%;
  }

  .foto-nota-ppal {
    background-position: 50% 20%;
    height: 250px;
    display: none;
  }

  .foto-nota-ppal.responsive {
    margin-bottom: 25%;
    display: block;
    position: relative;
  }

  .linea-vertical {
    width: 2px;
    height: 100px;
  }

  .container-editorial {
    padding-right: 0%;
  }

  .editorial {
    padding-left: 0%;
    padding-right: 6%;
  }

  .foto-edicion {
    padding-left: 6%;
  }

  .social-link {
    margin-left: 8px;
  }

  .sponsor {
    min-height: auto;
    margin-bottom: 3%;
    padding-right: 0%;
  }

  .title-participar {
    font-size: 300%;
  }

  .edicion-anterior {
    margin-bottom: 9%;
    padding-right: 0%;
  }

  .container-ediciones {
    padding-right: 6%;
  }

  .btn-subir {
    padding: 10px;
  }

  .image-2 {
    height: 40px;
  }

  .fooer-credits {
    justify-content: space-around;
    height: 25%;
  }

  .credit-txt {
    display: none;
  }

  .ccccccccccc {
    margin-right: auto;
  }

  .um-credit {
    margin-top: 4%;
    margin-bottom: 4%;
  }

  .img-brand {
    width: 100px;
  }

  .img-brand.cc {
    width: 140px;
  }

  .header {
    height: 400px;
  }

  .flex-header {
    background-position: 50% 93px;
    background-size: 75%;
  }

  .lente {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: none;
  }

  .btn-ller {
    padding-right: 30px;
  }

  .menciones-hero {
    display: none;
  }

  .ciudad-puerto {
    width: 150px;
  }

  .monse {
    width: 40%;
    line-height: 100%;
  }

  .cp {
    width: 60px;
    height: 60px;
    padding: 2%;
  }

  ._25-aos {
    width: 120px;
    top: 12%;
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .browser-warning {
    padding: 25px;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .section.bg-gris.footer {
    background-position: 80%;
    height: 1200px;
  }

  .section.padding-bottom {
    padding-bottom: 9%;
  }

  .inner.anuncio {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .title-edicion {
    margin-left: auto;
    margin-right: auto;
    font-size: 400%;
    display: block;
  }

  .nota {
    width: 50%;
    min-height: 300px;
    margin-bottom: 12%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .container-autor-nota {
    padding-right: 0%;
  }

  .title-nota {
    width: 70%;
    min-height: 210px;
    font-size: 150%;
  }

  .title-nota.larga {
    width: 90%;
  }

  .title-nota.corto {
    width: 60%;
  }

  .autor {
    line-height: 95%;
  }

  .autor.editoriall {
    margin-bottom: 1.5%;
  }

  .title-minion {
    font-size: 250%;
  }

  .inner-txt-30 {
    padding-right: 0%;
  }

  .btn {
    padding-left: 26px;
    padding-right: 26px;
  }

  .foto-nota-ppal.responsive {
    margin-bottom: 39%;
  }

  .editorial {
    float: none;
    width: 100%;
  }

  .foto-edicion {
    float: none;
    width: 100%;
    padding-left: 0%;
  }

  .container-equipo {
    padding-bottom: 9%;
  }

  .integrante {
    padding-top: 6%;
    padding-bottom: 6%;
  }

  .ultima-edicion {
    display: none;
  }

  .ultima-edicion.celular {
    display: block;
  }

  .container-social {
    align-items: flex-start;
  }

  .aclaracion {
    text-align: left;
    width: auto;
  }

  .social-link {
    margin-left: 0;
    margin-right: 15px;
  }

  .sponsor {
    min-height: auto;
    margin-bottom: 3%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .title-participar {
    font-size: 200%;
  }

  .edicion-anterior {
    width: auto;
    margin-bottom: 12%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .container-ediciones {
    padding-right: 0%;
  }

  .fooer-credits {
    flex-direction: column;
    height: auto;
    padding: 6% 3% 11%;
  }

  .credit-txt {
    margin-bottom: 6%;
  }

  .credit-right {
    margin-top: 3%;
  }

  .img-brand {
    width: 100px;
    height: auto;
  }

  .img-brand.cc {
    width: 130px;
  }

  .container-menciones {
    display: none;
  }

  .mencion.r {
    align-items: center;
    width: 100%;
    margin-top: 2%;
    margin-bottom: 2%;
    display: flex;
  }

  .minion-mencion.r {
    width: 65%;
  }

  .img-decla {
    width: 40%;
  }

  .header {
    height: 700px;
  }

  .flex-header {
    background-position: 50% 108px;
    background-size: 100%;
  }

  .lente {
    width: 60%;
    top: 45%;
    bottom: 20%;
    left: 0;
    transform: translate(-56px);
  }

  .btn-ller {
    margin-top: -60%;
    padding-left: 55px;
    padding-right: 30px;
    transform: none;
  }

  .menciones-hero {
    background-color: var(--bg);
    flex-direction: column;
    display: flex;
    bottom: 3%;
    left: 6%;
    right: 6%;
  }

  .navbar {
    padding-top: 4.5%;
    padding-left: 75px;
    padding-right: 3%;
  }

  .ciudad-puerto {
    width: 180px;
    height: auto;
  }

  .monse {
    float: left;
    text-align: left;
    width: auto;
    margin-top: 9px;
  }

  .cp {
    top: 0;
    left: 0;
    right: auto;
  }

  ._25-aos {
    top: 52%;
    bottom: 20%;
    right: 3%;
  }

  .branddddd.w--current {
    padding-left: 0;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
  }

  .browser-warning {
    width: auto;
    max-width: none;
  }

  .browser-detect {
    padding: 0 13%;
    display: flex;
  }

  .div-block {
    display: none;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .navbar-flipbook {
    padding-top: 4.5%;
    padding-left: 75px;
    padding-right: 3%;
  }

  .container-absolut {
    flex-direction: row;
    width: 100vw;
  }

  .logo {
    width: 70%;
    height: 30px;
  }

  .back {
    width: 30%;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_9201642c-8326-f03b-529d-ce8c9f4ba9f6-e2fbb275, #w-node-e8572831-f211-362a-b116-d4f6cb00feb9-e2fbb275, #w-node-_28b17d46-95c2-f701-8695-1963de19aa6e-e2fbb275, #w-node-_120a9e39-1f32-fd48-3169-e713042e4237-4424d717, #w-node-_120a9e39-1f32-fd48-3169-e713042e423f-4424d717, #w-node-_120a9e39-1f32-fd48-3169-e713042e4247-4424d717 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Minionpro';
  src: url('../fonts/MinionPro-Bold_0.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Minionpro';
  src: url('../fonts/MinionPro-Medium_0.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Minionpro';
  src: url('../fonts/MinionPro-Semibold_0.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Minionpro';
  src: url('../fonts/MinionPro-Regular_0.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Akk';
  src: url('../fonts/AkkRg_Pro_1.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Akk';
  src: url('../fonts/AkkBd_Pro_1.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Akk';
  src: url('../fonts/AkkLg_Pro_1.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}</pre></body></html>