/* Reset basic styles */
/* Fuente para menu, botones, informacion corta-secundaria */

:root {
  --tm-green: #9CFF00;
}

html {
  scroll-behavior: smooth !important;
  scroll-padding-top: 120px;
  /* ajustá al alto real del header */
}

@media screen and (max-width: 768px) {
  html {
    overflow-x: hidden;
  }
}

@font-face {
  font-family: "MD-IO";
  src: url("../fonts/MDIO-Black-Trial.otf");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "MD-IO";
  src: url("../fonts/MDIO-BlackItalic-Trial.otf");
  font-weight: 900;
  font-style: italic;
}

/* @font-face {
  font-family: "MD-IO";
  src: url("../fonts/MDIO-Medium-Trial.otf");
  font-weight: 700;
  font-style: bold;
} */

@font-face {
  font-family: "MD-IO";
  src: url("../fonts/MDIO-Bold-Trial.otf");
  font-weight: 700;
  font-style: bold;
}

@font-face {
  font-family: "MD-IO";
  src: url("../fonts/MDIO-Regular-Trial.otf");
  font-weight: 400;
  font-style: normal;
}

/* Cabezales 01, BULLETS */
@font-face {
  font-family: "Authentic";
  src: url("../fonts/AUTHENTICSans-Condensed-60.otf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "SerialB";
  src: url("../fonts/SerialB-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "MD-IO";
  src: url("../fonts/MDIO-MediumItalic-Trial.otf");
  font-weight: 500;
  font-style: italic;
}

/* Resaltado especial*/

@font-face {
  font-family: "ABCSynt";
  src: url("../fonts/ABCSynt-RegularItalic-Trial.otf");
  font-weight: 400;
  font-style: italic;
}

/* Proyector */

@font-face {
  font-family: "SerialA";
  src: url("../fonts/SerialA-Output.ttf");
  font-weight: 400;
  font-style: normal;
}

/* Shoutouts*/

@font-face {
  font-family: "Tiny";
  src: url("../fonts/TINY.otf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "MD light";
  src: url("../fonts/MDIO-Light-Trial.otf");
}

@font-face {
  font-family: "Serial black";
  src: url("../fonts/SerialB-Medium.ttf");
}

@font-face {
  font-family: "synt";
  src: url("../fonts/ABCSynt-RegularTurbo-Trial.otf");
}

@font-face {
  font-family: "Asfalt";
  src: url("../fonts/ABCAsfalt-CompressedLight-Trial.otf");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Logo styles */
.terremoto {
  width: 20%;
}

.menu .col {
  padding: 0;
}

.menu {
  font-family: "SerialB";
  font-size: 12px;
  font-weight: 900;
  position: fixed;
  width: 100%;
  overflow: hidden;
  bottom: 20px;
  text-align: center;
  z-index: 1000;
  display: flex;
  padding: 0 20%;
}

.menu .col {
  padding: 0;
  /* add text drop shadow */
}

.menu a {
  text-decoration: none;
  font-family: "MD-IO";
  font-size: 12px;
  font-weight: 900;
  color: rgb(255, 255, 255);
  mix-blend-mode: difference;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}


/* Navigation styles */
.navigation a {
  color: rgb(255, 255, 255) !important;
  font-family: "MD-IO";
  text-decoration: none;
  margin: 0 10px;
  font-size: 1em;
}

/* Hover effect for navigation links */
.navigation a:hover {
  color: #e0e0e0 !important;
}


.menu__list {
  list-style: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.menu-btn {
  color: rgb(30, 30, 30);
  text-decoration: none;
  margin: 0 35px;
  font-size: 1em;
}

.menu--dark a {
  color: #0f0f0f !important;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.35) !important;
}

.menu--dark {
  color: #0f0f0f;
}


.navigation--dark a {
  color: #0f0f0f !important;
  text-shadow: none !important;
}

.navigation--dark {
  color: #0f0f0f;
}


.menu-btn:hover {
  color: #e0e0e0;
}

/* Navigation styles */
.navigation a {
  color: rgb(255, 255, 255);
  font-family: "MD-IO";
  text-decoration: none;
  margin: 0 10px;
  font-size: 1em;
}

/* Hover effect for navigation links */
.navigation a:hover {
  color: #e0e0e0;
}

/* Top bar */
.top-bar {
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 35px 25px;
  width: 100%;
  position: fixed;
  z-index: 1000;
  height: auto;
  left: 0;
  top: 0;
}

@media screen and (max-width: 768px) {
  .top-bar {
    padding: 24px 16px;
  }
}

/* Logo styles */
.terremoto {
  width: 20%;
  height: auto;
}

/* Navigation styles */
.navigation a {
  color: rgb(30, 30, 30);
  text-decoration: none;
  margin: 0 35px;
  font-size: 1em;
}

.navigation a:hover {
  color: #e0e0e0;
}

.todo {
  flex: 1;
  /* Toma todo el espacio disponible entre header y footer */
  height: auto;
  padding: 1px;
  overflow: hidden;
}

/* Navbar styles */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #33333300;
  color: white;
  padding: 0px;
}

.navbar img {
  max-height: 40px;
  /* Adjust as needed */
}

.navbar form {
  display: flex;
  align-items: center;
}

.navbar input {
  padding: 5px;
  margin-right: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.navbar button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding: 5px;
  border: none;
  background-color: #007bff00;
  color: rgb(0, 0, 0);
  border-radius: 5px;
  cursor: pointer;
}

input {
  /* font-family: "Courier New", Courier, monospace; */
}

/*BUSCADOR*/

/* lista notas */
.filter {
  cursor: pointer;

  font-weight: bold;
  transition: color 0.3s ease;
}

.filter:hover {
  color: #ffffff;
}

.note {
  margin-bottom: 20px;
}

#load-more {
  align-self: center;
  /* Centrar el botón horizontalmente */
  margin-top: auto;
  /* Pegarlo al final del contenedor */
}

.articulos-container {
  padding-top: 2%;
  font-family: "SerialB";
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease;
  font-size: 12px;
}

.articulos-container:hover {
  border-color: #000000;
}

.articulos-image img {
  height: 20vh;
  width: auto;
  padding: 2%;
}

a.nota {
  font-family: "SerialB";
  text-decoration: none;
  color: #393d45;
}

a.nota:hover {
  color: #000000;
}

.filtros {
  font-family: "MD-IO";
  font-size: 12px;
}

.fondo-color {
  background: rgba(0, 126, 255, 1);
}

/* galeria*/

.custom-container {
  height: 100vh;
  /* Ocupa el 100% del alto de la pantalla */
  display: flex;
  /* Centra el contenido */
  justify-content: center;
  align-items: center;
  padding-bottom: 30vh;
}

.custom-container:hover {
  border-color: #77777700;
}

.lista-posts {
  z-index: 10;
  background-color: rgb(231, 231, 231);
  margin-top: -1rem;
  padding-top: 1rem;
  margin-bottom: -3rem;
}

.gradient-top {
  margin-top: -1rem;
  margin-bottom: 1rem;
  background: linear-gradient(transparent, #e7e7e7);
}

.mobile .menu.active {
  opacity: 0;
  visibility: hidden;
}

.mobile .menu {
  transition: 0.52s;
  z-index: 1111;
  position: fixed;
  top: 0;
  left: 0;
  background: rgb(231, 231, 231, 0.9);
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mobile .menu span {
  position: absolute;
  font-size: 1.5rem;
  top: 20px;
  right: 40px;
  color: rgb(57, 56, 56);
  cursor: pointer;
}

.mobile .menu .links-container {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}

.mobile .menu .links-container a {
  text-decoration: none;
  font-family: "MD-IO";
  font-size: 20px;
  font-weight: 900;
  color: rgb(57, 56, 56);
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  position: relative;
  text-shadow: none;
}

.mobile .menu .links-container a:before {
  color: rgba(57, 56, 56, 0.63);
}

.mobile.menu .home:hover:after {
  visibility: visible;
  top: -275%;
}

.menu .home:hover:before {
  visibility: visible;
  right: -1150px;
}

.mobile .menu .places:hover:after {
  visibility: visible;
  top: -375%;
}

.mobile .menu .places:hover:before {
  visibility: visible;
  right: -1150px;
}

.mobile .menu .about:hover:after {
  visibility: visible;
  top: -475%;
}

.mobile .menu .about:hover:before {
  visibility: visible;
  right: -1150px;
}

.mobile .menu .contact:hover:after {
  visibility: visible;
  top: -575%;
}

.mobile .menu .contact:hover:before {
  visibility: visible;
  right: -1375px;
}

.social-icons a {
  font-size: 24px;
  /* Tamaño del icono */
  color: #333;
  /* Color de los iconos */
  transition: color 0.3s ease;
  text-decoration: none;
}

.social-icons a:hover {
  color: #282828;
  /* Color al pasar el mouse */
}

#footer .dos {
  display: block;
}

@media screen and (max-width: 994px) {

  /*994*/
  .filtros {
    width: 100%;
  }

  .articulos-image img {
    height: 15vh;
    width: auto;
  }

  .tm-shoutout__below h4 {
    font-size: 4vw !important;
  }

  .search_input {
    width: 25ch;
  }

  .subscription-container {
    display: block;
    padding: 5vb;
  }

  .subscription-container input {
    width: 25ch;
  }

  .footer-bloque-01 {
    display: block;
    text-align: center;
    height: auto;
  }

  button {
    font-size: 12vw;
    line-height: 12vw;
    padding: 10px;
  }

  .column-der {
    display: block;
  }

  .donar {
    width: 70%;
    padding: 80px 0px;
  }

  .credits-f {
    display: block;
  }
}

p2 {
  font-family: 2em;
}

.listado-fecha-zona {
  line-height: 1em;
  font-size: 1.5em;
}

.search_form {
  width: 100%;
  text-align: start;
}

.search_input {
  border: 1px solid white;
  border-radius: 50px;
  padding: 5px;
  width: 39ch;
  /*background: repeating-linear-gradient(90deg, dimgrey 0, dimgrey 1ch, transparent 0, transparent 1.3ch) 0 100%/38.7ch 2px no-repeat;*/
  font: 2ch droid sans mono, consolas, monospace;
  letter-spacing: 0.3ch;
}

.search_input:focus {
  outline: none;
  color: rgb(255, 255, 255);
}

.search_form button {
  border: none;
  background: none;
  font-size: 1rem;
  color: dimgray;
  cursor: pointer;
  font-family: sans mono, consolas, monospace;
}



/* HOME */
.section1 {
  position: relative;
  height: 400vh;
  overflow: hidden;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  text-align: center;
  background: black;
}

.background {
  background-size: cover;
  background-position: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
  transition: background-image 0.5s ease-in-out;
}

/* Contenido de la sección 1 */
.content {
  position: fixed;
  top: 10%;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  padding: 20px;
  z-index: 0;
}

/* Texto de la nota */
.main-text {
  font-size: 60px;
  margin-bottom: 20px;
  position: relative;
}

.section1 .main-text a {
  font-family: 'SerialB' !important;
  font-size: 2.75rem;
  margin-bottom: 2rem;
  position: relative;
  line-height: 2.9rem;
  width: 80%;
  color: white !important;
  text-decoration: none !important;
}

/* Subtítulos */
.subtext {
  font-size: 12px;
  margin: 28px 0;
  z-index: 2;
  position: relative;
  padding: 0 10px;
}

.subtext.is-active::after {
  content: '';
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: white;
}

.tm-heroItem__title {
  font-size: 16px;
  text-decoration: none;
  color: white;
  font-style: normal;
  font-family: 'MD-IO';
  font-weight: 600;
  margin-bottom: 4px;
  display: inline-block;
}

.tm-heroItem__author,
.tm-heroItem__date {
  font-size: 14px;
  text-decoration: none;
  color: white;
  font-style: normal;
  font-family: "MD-IO";
  margin-bottom: 4px;
  display: inline-block;
}

/* Imágenes flotantes */
.float-image {
  position: absolute;
  width: 200px;
  height: auto;
  z-index: 1;
}

.float-image1 {
  top: 10%;
  left: 30%;
}

.float-image2 {
  bottom: 15%;
  right: 20%;
}

/* Botones para cambiar notas en columna */
.button-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 60px;
}

.button-container button {
  padding: 10px;
  font-size: 14px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  color: white;
  text-align: left;
  font-weight: normal;
  border-bottom: 2px solid transparent;
}

.button-container button.active {
  font-weight: bold;
  border-bottom: 2px solid white;
}

/* ── Mobile hero: 1 slide por swipe ── */
@media (max-width: 768px) {
  .section1 {
    height: 100vh !important;
    touch-action: none;
  }

  .content {
    top: 0;
    padding: 80px 20px 20px;
    justify-content: flex-end;
    padding-bottom: 60px;
  }

  .section1 .main-text a {
    font-size: 2.5rem;
    line-height: 45px;
    width: 65%;
    display: block;
    font-weight: 100;
    margin: 0;
  }

  .subtext {
    margin: 16px 0;
  }

  .section1.is-mobile-unlocked .background,
  .section1.is-mobile-unlocked .content {
    position: absolute;
    top: 0;
    height: 100%;
    padding: 80px 18px 20px;
  }
}



.section2,
.section3,
.section4 {
  z-index: 20 !important;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  text-align: center;
}

.section2 {

  display: flex;
  color: blue;

  background: rgb(241, 4, 4);
  background: linear-gradient(90deg, rgb(221, 221, 221) 0%, rgba(221, 221, 221, 1) 68%, rgb(221, 221, 221) 83%, rgba(246, 255, 0, 1) 93%);
  position: relative;
  width: 100vw;
  min-height: auto;
  background-color: rgb(215, 215, 215);
  padding: 0em;
}






.image-box {
  position: relative;
  height: 20vh;
  width: auto;
  overflow: hidden;
  transition: transform 0.3s ease, z-index 0.3s ease;
  margin-top: -5vw;
}

@media (max-width: 768px) {
  .image-box {
    height: auto;
    width: max-content;
    margin: 0;
    overflow: visible;
  }

  .image-info-arriba,
  .image-info {
    display: none;
  }
}

.image-box img {
  width: auto;
  height: 100%;
  transition: opacity 0.3s ease;
  position: relative;
  z-index: 1;
  margin-bottom: 1px;
}

.image-box:hover {
  transform: scale(1.1);
  z-index: 10;
}

.image-box:hover .image-info {
  opacity: 1;
}

.image-box:hover .image-info-arriba {
  opacity: 1;
}

.image-info-arriba {
  font-size: 14px;
  color: #1109ff;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
  text-align: start;
}

.image-box:hover .image-info {
  opacity: 1;
}

.image-box:hover .image-info-arriba {
  opacity: 1;
}

/* shouts */

.shout-outs-title {
  font-family: 'Tiny';
  z-index: 10;
  position: absolute;
  margin-top: -3rem;
  width: 100vw;
  pointer-events: none;
}

.shout-outs-title h1 {
  font-size: 8rem;
  font-weight: 500;
}

.shout-outs-title .col-6 {
  background-color: transparent;
}




@media (max-width: 768px) {
  #shoutouts-swiper {
    height: 640px;
    transform: translateX(-50%);
    left: 50%;
    width: 100vw;
    overflow-x: hidden;
  }

  /* #shoutouts-swiper .swiper-wrapper {
    align-items: stretch;
  } */

  #shoutouts-swiper .swiper-slide {
    height: auto;
  }

  #shoutouts-swiper .swiper-slide:not(:first-child) {
    transform: translateX(-180px) !important;
  }
}



.section3 {
  height: auto;
  background: linear-gradient(-90deg, rgb(221, 221, 221) 65%, rgba(221, 221, 221, 1) 0%, rgb(221, 221, 221) 62%, rgba(250, 255, 31) 80%);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.section3 .container-fluid {
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.section3 .custom-row-1 .contenedor {
  gap: 1rem;
}



.section3 .title {
  font-family: 'Asfalt' !important;
  font-size: 20rem !important;
  color: rgb(0, 0, 0);
  font-weight: 500;
  align-items: center;
  text-transform: uppercase;
}

.fondo {
  position: relative;
}

.mapa {
  mix-blend-mode: multiply;
  position: absolute;
  top: 70%;
  height: auto;
  z-index: -1
}

.zona-01 {
  min-height: 100vh;
  z-index: 1;
}

.zona-01 .container-fluid {
  z-index: 99;
}

.section3 .convocatoria {
  padding: 10px 9%;
  color: black;
  border: 1px solid;
  border-radius: 50%;
  text-decoration: none;
  z-index: 20;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
}

.section3 .pt-4.icons:hover {
  border: none !important;
}

.section3 .icons a {
  color: unset !important;
  text-decoration: none;
}

.section3 .fecha-01,
.section3 .lugar-01 {
  font-size: 14px;

}

.icons {
  color: black;
  font-family: 'Synt';
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.3rem;
  transform: scale(1, 1.5);
  transition: transform 0.5s ease;
  padding: 5px;
  margin: 0;
  z-index: 10;
  width: 420px;
}

.icons:hover {
  transform: scale(1.01);
  color: rgb(0, 0, 0);
  border-bottom: 1px solid;
  cursor: pointer;
}

.entradas-recientes {
  font-family: 'SerialB';
  font-size: 1rem;
  color: rgba(76, 76, 76, 0.725);
  text-align: left;
}

.travesias-liink:hover {
  color: rgb(0, 0, 0);
  border-bottom: 1px solid;
  cursor: pointer;
}

.travesias-sub {
  transform: scale(1, 1.5);
  transition: transform 0.5s ease;
  justify-content: center;
  align-items: end;
  position: relative;
  /* top: -28px; */
}

.boton-container {
  font-family: 'Serial B';
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 40%;
  margin-top: 60px;
}

.icons:hover {
  transform: scale(1.01);
  color: rgb(0, 0, 0);
  border-bottom: 1px solid;
}

.boton-container button {
  color: rgb(133, 133, 133);
  padding: 10px;
  font-size: .9rem;
  cursor: pointer;
  background-color: transparent;
  border: none;
  text-align: left;
  font-weight: 100;
  border-bottom: 2px solid transparent;
  transition: transform 0.5s ease;
}

.boton-container botons.active {
  border-bottom: 2px solid white;
}

.custom-row-1,
.custom-row-2 {
  max-height: 50%;
  padding: 0;
  margin: 0
}

.custom-row-1 {
  justify-content: center;
  align-items: center;

}

.img-fluid {
  max-width: 100%;
  height: auto;
}



@media (max-width: 768px) {
  .section3 .title {
    font-size: 15rem !important;
    text-align: start;
  }

  .pt-4.icons {
    padding-top: 1rem;
  }

  .section3 .container-fluid {
    gap: 80px;
  }

}


/* Section4 */

.tm-splitOne {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none;

  height: 100vh;
}

/* las dos mitades del bg */
.tm-splitOne__pane {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  background-size: cover;
  background-position: center;
}

.tm-splitOne__pane--left {
  left: 0;
}

.tm-splitOne__pane--right {
  right: 0;
}

/* línea divisoria finita (como “corte”) */
/* .tm-splitOne::before{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  left:50%;
  width: 2px;
  transform: translateX(-1px);
  background: rgba(255,255,255,0.25);
  z-index: 2;
} */

/* overlay suave para legibilidad */
.tm-splitOne::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.397);
}

/* hover sutil (opcional) */
.tm-splitOne:hover .tm-splitOne__pane {
  transform: scale(1.01);
  transition: transform .35s ease;
}

/* textos superpuestos */
.tm-splitOne__leftText,
.tm-splitOne__rightText {
  position: absolute;
  top: 50%;
  transform: translateY(-35%);
  z-index: 3;
  color: #fff;
}

.tm-splitOne__leftText {
  left: 58px;
  line-height: 1;
}

.tm-splitOne__kicker {
  display: block;
  font-family: "SerialA";
  letter-spacing: 1px;
  font-size: 80px;
  text-transform: uppercase;
}

.tm-splitOne__num {
  display: block;
  font-family: "SerialA";
  color: var(--tm-green);
  font-size: 80px;
  text-align: start;
}

.tm-splitOne__rightText {
  right: 58px;
  max-width: max-content;
}

.tm-splitOne__avatar {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.15);
}

.tm-splitOne__tagline {
  display: inline-block;
  vertical-align: middle;
  font-family: 'MD-IO';
  font-weight: 800;
  color: var(--tm-green);
  font-size: 24px;
  text-align: right;
}

.tm-splitOne__name {
  display: block;
  font-family: 'SerialA';
  font-size: 80px;
  letter-spacing: .5px;
  text-align: right;
  text-transform: uppercase;
}

.tm-splitOne__country {
  display: block;
  font-family: 'SerialA';
  color: var(--tm-green);
  font-size: 42px;
  text-align: right;
  text-transform: uppercase;
}

.tm-splitOne__mobileStack {
  display: none;
}

@media (max-width: 900px) {
  .tm-splitOne {
    height: 100vh;
    min-height: 100vh;
  }

  .tm-splitOne__pane {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .tm-splitOne__pane--left,
  .tm-splitOne__pane--single {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
  }

  .tm-splitOne__pane--right {
    display: none;
  }

  .tm-splitOne::before {
    display: none;
  }

  .tm-splitOne__leftText,
  .tm-splitOne__rightText {
    display: none;
  }

  .tm-splitOne__mobileStack {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* centra vertical */
    align-items: start;
    /* centra horizontal */
    text-align: center;
    padding: 24px;
    color: #fff;
    max-width: 100%;
  }

  .tm-splitOne__mobileStack .tm-splitOne__kicker {
    display: block;
    font-family: "SerialA";
    font-size: 90px;
    line-height: 0.95;
    text-transform: uppercase;
  }

  .tm-splitOne__mobileStack .tm-splitOne__num {
    display: block;
    font-family: "SerialA";
    color: var(--tm-green);
    font-size: 80px;
    line-height: 0.95;
    text-align: center;
  }

  .tm-splitOne__mobileStack .tm-splitOne__name {
    display: block;
    font-family: "SerialA";
    font-size: 40px;
    line-height: 0.95;
    text-transform: uppercase;
    text-align: center;
    margin-top: 16px;
  }

  .tm-splitOne__mobileStack .tm-splitOne__country {
    display: block;
    font-family: "SerialA";
    color: var(--tm-green);
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 4px;
  }

  .tm-splitOne__mobileStack .tm-splitOne__tagline {
    display: block;
    font-family: 'MD-IO';
    color: var(--tm-green);
    font-size: 16px;
    text-align: start;
    margin-top: 14px;
  }
}



/* FIN Section4 */


/* Section5 */
.tm-proyectorHero {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.tm-proyectorHero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
  pointer-events: none;
  z-index: 0;
}

/* overlay arriba del video */
.tm-proyectorHero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: rgb(0 0 0 / 6%);
}

.tm-proyectorHero__left,
.tm-proyectorHero__mid,
.tm-proyectorHero__right,
.tm-proyectorHero__rightWrap {
  z-index: 2;
  position: absolute;
}

.tm-proyectorHero__left,
.tm-proyectorHero__mid,
.tm-proyectorHero__right {
  position: absolute;
  z-index: 1;
  color: #fff;
  text-transform: uppercase;
}

/* IZQUIERDA */
.tm-proyectorHero__left {
  left: 44px;
  top: 50%;
  transform: translateY(-55%);
  position: absolute;
  z-index: 1;
}

/* Nuevo wrapper derecho: mid + autor “pegados” */
.tm-proyectorHero__rightWrap {
  position: absolute;
  right: 44px;
  top: 50%;
  transform: translateY(-55%);
  z-index: 1;

  display: flex;
  align-items: start;
  /* mid alineado con el bloque del autor */
  gap: 18px;
  /* “pegado” (ajustá 12–22px según el mock) */
  text-align: right;
}

.tm-proyectorHero__label {
  display: block;
  font-family: "SerialA";
  letter-spacing: 1px;
  font-size: 64px;
  line-height: 1;
}

.tm-proyectorHero__sub {
  display: block;
  margin-top: 8px;
  font-family: 'MD-IO';
  font-weight: 800;
  letter-spacing: .8px;
  font-size: 20px;
  line-height: 1.15;
  opacity: .95;
}

/* TEXTO VERDE “medio” (va por el centro-izq del bloque derecho) */
.tm-proyectorHero__mid {
  position: relative;
  color: var(--tm-green);
  font-family: "Courier New", Courier, monospace;
  font-weight: 800;
  font-size: clamp(12px, 1.6vw, 18px);
  letter-spacing: .4px;
  white-space: nowrap;
  top: 8px;
}

/* DERECHA */
.tm-proyectorHero__right {
  position: relative;
  text-align: right;
}

.tm-proyectorHero__name {
  display: block;
  font-family: "SerialA";
  font-weight: 900;
  letter-spacing: 1px;
  font-size: clamp(30px, 3.6vw, 56px);
  line-height: 1;
}

.tm-proyectorHero__country {
  display: block;
  margin-top: 8px;
  color: var(--tm-green);
  font-family: "SerialA";
  font-weight: 900;
  letter-spacing: 1px;
  font-size: clamp(14px, 1.6vw, 20px);
}

/* hover sutil */
.tm-proyectorHero:hover {
  filter: saturate(1.03) contrast(1.02);
}

.tm-proyectorHero__mobileStack {
  display: none;
}

/* responsive */
@media (max-width: 900px) {

  .tm-proyectorHero__left,
  .tm-proyectorHero__rightWrap {
    display: none;
  }

  .tm-proyectorHero__mobileStack {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    text-align: center;
    padding: 24px;
    color: #fff;
  }

  .tm-proyectorHero__mobileStack .tm-proyectorHero__label {
    display: block;
    font-family: "SerialA";
    letter-spacing: 1px;
    font-size: 80px;
    line-height: 0.95;
  }

  .tm-proyectorHero__mobileStack .tm-proyectorHero__sub {
    display: block;
    margin-top: 8px;
    font-family: 'MD-IO';
    font-weight: 400;
    letter-spacing: .8px;
    font-size: 18px;
    line-height: 1.15;
    opacity: .95;
    text-align: start;
  }

  .tm-proyectorHero__mobileStack .tm-proyectorHero__name {
    display: block;
    margin-top: 12px;
    font-family: "SerialA";
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 40px;
    line-height: 0.95;
    text-transform: uppercase;
  }

  .tm-proyectorHero__mobileStack .tm-proyectorHero__country {
    display: block;
    margin-top: 6px;
    color: var(--tm-green);
    font-family: "SerialA";
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 40px;
    text-transform: uppercase;
  }

  .tm-proyectorHero__mobileStack .tm-proyectorHero__mid {
    display: block;
    margin-top: 14px;
    color: var(--tm-green);
    font-family: "Courier New", Courier, monospace;
    font-weight: 800;
    font-size: 18px;
    letter-spacing: .4px;
    white-space: normal;
    text-transform: none;
    width: 100%;
  }

  .section-2.d-flex .flex_content {
    flex-direction: column;
  }
}


/* FIN Section5 */




.lista-posts {
  z-index: 10;
  background-color: rgb(231, 231, 231);
  margin-top: -1rem;
  padding-top: 1rem;
  margin-bottom: -3rem;
}

.articulos-container {
  padding-top: 2%;
  font-family: "SerialB";
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease;
  font-size: 12px;
}

.articulos-container:hover {
  border-color: #000000;
}

h4 {
  font-family: "SerialB";
  font-size: 1.8vw !important;
  color: rgb(38, 38, 38);
}



.sub-text.is-active {
  position: relative;
}

.sub-text.is-active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000000;
}

#background {
  background-color: #111;
  /* o el color que uses */
}


/* Mobile */


@media screen and (max-width:992px) {

  .section3 {
    background: linear-gradient(-90deg, rgb(221, 221, 221) 46%, rgba(221, 221, 221, 1) -18%, rgb(221, 221, 221) 30%, rgba(250, 255, 31) 82%);
  }


  .fondo {
    max-width: 100vw;
    padding: 1rem;
  }

  .section3 .convocatoria {
    padding: 6px 5%;
  }

  .section1 .donar-aqui img {
    height: 100px !important;
  }

  .columna {
    width: 100vw;
    margin: 0px;
  }

  .content {
    top: 70px;
    padding: 1rem;
    display: flex;
    justify-content: center;
    gap: 1rem;
  }

  .subtext.is-active::after {
    left: unset;
    right: -1rem;
    width: 104%;
  }

  .sub-texts {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  /* h4 {
    font-size: 11rem !important;
  } */

  .main-text {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    position: relative;
    line-height: 2.7rem;
  }

  .shout-outs-title h1 {
    font-size: 4rem;
  }

  .mapa {
    top: 15%;
    right: -20%;
    width: 70%;
    height: auto;
  }

  .zona-01 {
    margin-top: 5rem;
  }

  .custom-row-2 {
    margin-top: 5rem;
  }

  .icons {
    font-size: 1rem;
  }

  .logo-cultura {
    display: none;
  }

  .ratio-16x9 {
    width: 100vw;
    height: 100vh;
  }

  video {
    width: 100vh;
    height: 100vh;
  }

  .w-100 {
    width: auto !important;
  }

  .h-100 {
    height: 100vh !important;
  }
}

@media screen and (min-width: 992px) {
  .container-home {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: 50px;
    position: relative;
    margin-left: 5rem;
  }

  .image-box {
    position: relative;
    width: 300px;
    height: auto;
    overflow: hidden;
    transition: transform 0.3s ease, z-index 0.3s ease;
    margin-top: 0;
    margin-left: -80px;
    /* Superposición del 20% de 300px */
  }



  .image-box img {
    width: 100%;
    height: auto;
    display: block;
    transition: opacity 0.3s ease;
    position: relative;
    z-index: 1;
    margin-bottom: 1px;
    /* Espacio entre la imagen y la descripción */
  }

  .image-info {
    background: rgba(255, 255, 255, 0);
    padding: 10px;
    font-size: 14px;
    color: #1109ff;
    text-align: left;
    width: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
    position: relative;
    margin-top: 0;
  }

}

@media (min-width: 992px) {
  .d-lg-flex {
    display: flex !important;
  }
}


/* .p1,
.p2,
.p3,
.p4,
.column {
  font-family: "SerialB";
  font-size: 1.8rem;
  color: rgb(0, 0, 0) !important;
  line-height: 1.1em;
} */




/* =========================
   FOOTER PIXEL PERFECT
   ========================= */

/* Fondo + difuminado superior */
.footer {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  height: auto !important;

  /* Base como en el mock: verde arriba, blanco abajo */
  background: linear-gradient(180deg,
      #9CFF00 0%,
      #9CFF00 60%,
      #ffffff 100%) !important;

  margin-top: 0;
}


/* Asegura que el contenido quede arriba del fade */
.footer>* {
  position: relative;
  z-index: 1;
}

/* =========================
   NEWSLETTER pixel perfect
   ========================= */

.subscription-container {
  padding: 110px 0 110px 0 !important;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  background: transparent !important;
  width: -webkit-fill-available;
}

.newsletter {
  width: min(820px, calc(100% - 80px));
  border: 2px solid #111;
  border-radius: 16px;
  overflow: hidden;
  /* recorta la franja blanca + radios */
  background: transparent;
  text-align: center;
}




/* Franja blanca superior */
.newsletter__title {
  margin: 0 !important;
  background: #fff;
  color: #111;
  border-bottom: 2px solid #111;
  padding: 6px 18px;

  font-family: "SerialB";
  font-size: 30px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

/* Franja inferior (verde) */
.newsletter__form {
  margin: 0;
  padding: 14px 16px 20px;
  background: transparent;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;

  border: 0 !important;
  /* saca tu borde anterior */
  border-radius: 0 !important;
  backdrop-filter: none !important;
}

/* Inputs tipo pill */
.newsletter__form input {
  height: 40px;
  border-radius: 999px;
  border: 2px solid #111;
  background: transparent !important;
  color: #111 !important;

  font-family: "MD-IO";
  font-size: 14px;
  letter-spacing: 0.02em;
  padding: 0 12px;
  outline: none;

  flex: 1 1 0;
  min-width: 180px;
}

/* Placeholder como en el mock */
.newsletter__form input::placeholder {
  color: #111;
  opacity: 1;
}

/* Botón blanco pill */
.newsletter__btn {
  height: 40px;
  border-radius: 999px;
  border: 3px solid #111;
  background: #fff;
  color: #111;

  font-family: "SerialB";
  font-size: 18px;
  letter-spacing: 0.02em;
  text-transform: uppercase;

  padding: 0 18px;
  cursor: pointer;
  white-space: nowrap;

  /* mata efectos globales */
  transform: none !important;
}

/* mata tu regla global button::after */
.newsletter__btn::after {
  display: none !important;
}

.newsletter__btn:hover {
  filter: brightness(0.98);
}

/* Mensaje */
.newsletter__ok {
  margin: 10px 0 0;
  font-family: "MD-IO";
  font-size: 12px;
  color: #111;
}

/* Mobile */
@media (max-width: 768px) {
  .subscription-container {
    padding: 30px 0 30px 0 !important;
  }

  .newsletter {
    width: calc(100% - 40px);
  }

  .newsletter__title {
    padding: 6px 10px;
    font-size: 16px;
  }

  .newsletter__form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .newsletter__form input {
    min-width: 100%;
    width: 100%;
  }

  .newsletter__btn {
    width: 70%;
    height: auto;
    line-height: 2;
  }

}

/* =========================
   ALIADXS Y APOYOS + LOGOS
   ========================= */
.barra-logos-cabezal-seccion {
  font-family: "SerialB";
  color: #1a1a1a;
  font-size: 50px;
  text-transform: uppercase;
  padding: 18px 28px 8px 28px;
  margin: 0;
}

.barra-logos-seccion-horizontal-scroll {
  width: 100%;
  overflow: hidden;
  /* en el mock no se ve scrollbar */
  padding: 8px 0 20px 0;
}

.barra-logos-seccion-horizontal-content {
  display: flex !important;
  align-items: center;
  gap: 64px;
  padding: 0 28px;
}

.barra-logos-blog-gallery {
  padding: 0 !important;
}

/* Mobile */
@media (max-width: 768px) {
  .barra-logos-cabezal-seccion {
    font-size: 38px;
    padding: 10px 8px 8px 8px;
    letter-spacing: -2px;
  }
}



/* =========================
   BLOQUE LINKS GRANDES + DONAR
   ========================= */
.footer-bloque-01 {
  display: flex;
  width: 100%;
  min-height: 240px;
  padding: 60px 28px 0 28px;
  align-items: flex-end;
  gap: 24px;
}

.column-izq {
  flex: 1;
}

.menu-contacto ul {
  width: min(50%, 820px);
  display: flex;
  flex-wrap: wrap;

  /* gap: (Y, X) responsive */
  gap: clamp(14px, 1.6vw, 16px) clamp(24px, 6vw, 120px);
}

.menu-contacto ul {
  list-style: none;
}

/* Botones del menú */
.menu-contacto ul a {
  font-family: "SerialB" !important;
  border: none;
  background: none;
  cursor: pointer;
  text-decoration: none;
  width: fit-content;
  text-transform: uppercase;
  /* 70px máximo, baja con el viewport */
  font-size: 2.8vw !important;
  line-height: 0.95 !important;

  color: #070707;
  mix-blend-mode: difference;
  padding: 0 !important;
  text-align: left;

  position: relative;
  display: inline-block;
  transition: transform 0.3s ease, color 0.3s ease;
}


/* Línea */
.menu-contacto ul a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  /* ajustá la distancia debajo del texto */
  width: 100%;
  height: 3px;
  /* grosor de la línea */
  background: #ffffff;

  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease-in-out !important;
}

/* Hover: aparece la línea */
.menu-contacto ul a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

/* (opcional) si NO querés el scale del botón */
.menu-contacto ul a:hover {
  transform: scale(1.05);
  transform-origin: left;
  color: #fafafa;
}

.tm-splitOne__pane--single {
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-position: center;
}

.column-der {
  flex: 0 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.donar {
  width: min(280px, 36vw);
  height: auto;
  transform: none !important;
  box-shadow: none !important;
}




@media (max-width: 768px) {
  .footer-bloque-01 {
    flex-direction: column-reverse;
    align-items: center;
    padding: 18px 28px 0px 20px;
    gap: 50px;
  }

  .menu-contacto {
    display: flex;
    justify-content: center;
  }

  .menu-menu-footer {
    display: flex;
    justify-content: center;
  }

  .menu-menu-footer ul {
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .menu-contacto ul {
    gap: 30px;
    display: flex;
    justify-content: center;

  }

  .menu-contacto ul a {
    font-size: 38px !important;
    text-align: center;
  }

}



/* =========================
   CRÉDITOS
   ========================= */
.credits-f {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: end;
  gap: 16px;

  padding: 80px 28px 50px 28px;
  margin: 0 !important;
  color: #2c2c2c;
}

.linea-f {
  padding: 0 !important;
  color: #2c2c2c;
}

.linea-f a.url_maps {
  text-decoration: none !important;
}

.top-bar .terremoto {
  width: 140px;
  height: auto;
}

.footer .terremoto {
  width: 230px;
  height: auto;
}

.direccion-texto {
  font-family: "MD-IO";
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  margin: 0;
  font-weight: 700;
  width: 80%;
  color: #2c2c2c !important;
  margin: auto;
}

.linea-f.tres {
  text-align: right;
  font-family: "MD-IO";
  font-size: 20px;
  color: #2c2c2c;
}

.social-icons {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  margin-top: 8px;
}



.column-der .donar-aqui img {
  height: 200px;
  transition: transform 0.3s ease;
}

.column-der .donar-aqui img:hover {
  transform: scale(1.1) rotate(5deg);
}

.tm-editorial .donar-aqui {
  position: absolute;
  right: 3%;
  top: 10%;
  z-index: 9999;
}

.tm-editorial .donar-aqui img {
  height: 200px;
  transition: transform 0.3s ease;
}

.tm-editorial .donar-aqui img:hover {
  transform: scale(1.1) rotate(5deg);
}



/* home */
.section1 .donar-aqui {
  position: fixed;
  right: 3%;
  top: 110px;
  z-index: 9999;
}

.section1 .donar-aqui img {
  height: 150px;
  transition: transform 0.3s ease;
}

.section1 .donar-aqui img:hover {
  transform: scale(1.1) rotate(5deg);
}





.social-icons a {
  color: #2c2c2c;
  text-decoration: none;
  font-size: 22px;
}

/* Responsive credits */
@media (max-width: 800px) {
  .credits-f {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 38px 0px 6px 0px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .linea-f.uno {
    display: none;
  }

  .linea-f.tres {
    text-align: center;
  }

  .social-icons {
    justify-content: center;
    gap: 16px;
    margin-bottom: 2rem;
    margin-top: -1.5rem;
  }

  .social-icons a {
    font-size: 30px;
  }

  .year {
    display: none;
  }


  .column-der .donar-aqui img {
    height: 130px;
  }

  .direccion-texto {
    width: 100%;
    font-size: 12px;
  }
}


/* =========================
   FADE SUPERIOR QUE SOLAPA MAIN
   ========================= */

/* el footer tiene que permitir overflow hacia arriba */
.footer {
  position: relative;
  z-index: 50;
  /* que quede arriba del contenido anterior */
  overflow-x: hidden;
  overflow-y: visible;
  /* CLAVE: deja que el degradé “salga” */
}


/* tu contenido arriba del fade */
.footer>* {
  position: relative;
  z-index: 2;
}

main,
#page,
.site {
  overflow-y: visible !important;
}


/* =========================
   FADE SUPERIOR REAL (SOLAPA + SE VE VERDE)
   ========================= */

/* el footer sube encima del contenido anterior */
#footer.footer {
  position: relative;
  z-index: 9999;
  padding-top: 3rem;

  overflow: visible !important;
  /* clave: que no lo recorte */
}

/* fog verde encima del contenido anterior */
#footer.footer::before {
  content: "";
  position: absolute;
  left: -80px;
  right: -80px;
  top: 160px;
  height: 80px;
  transform: translateY(-240px);
  pointer-events: none;
  z-index: 10000;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.00) 0%,
      rgba(248, 255, 239, 0.06) 3%,
      rgba(227, 255, 183, 0.28) 15%,
      rgba(208, 255, 134, 0.47) 25%,
      rgba(192, 255, 93, 0.63) 37%,
      rgba(179, 255, 59, 0.77) 49%,
      rgba(168, 255, 33, 0.87) 61%,
      rgba(161, 255, 14, 0.94) 73%,
      rgba(157, 255, 3, 0.99) 85%,
      rgba(156, 255, 0, 1.00) 100%);
}

/* contenido arriba del fog */
#footer.footer>* {
  position: relative;
  z-index: 10001;
}

/* ===== LOGOS: ocupar todo el ancho, gaps equitativos, y shrink si no entra ===== */

.barra-logos-seccion-horizontal-scroll {
  overflow: hidden;
  padding: 0 28px 28px 28px;
}

.barra-logos-seccion-horizontal-content {
  display: flex;
  align-items: center;

  /* gaps “elásticos”: mínimo en chico, más grande en pantallas grandes */
  gap: clamp(10px, 2vw, 44px);

  /* reparte el espacio sobrante equitativamente */
  justify-content: space-between;

  width: 100%;
  margin-top: 2rem;
  min-width: 0;
}

.barra-logos-blog-gallery {
  flex: 1 1 0;
  /* todos con “slot” igual */
  min-width: 0;
  /* clave para que puedan achicarse */
  display: flex;
  align-items: center;
  justify-content: center;
}

.barra-logos-blog-gallery img {
  /* clave: que el logo nunca se salga del slot */
  max-width: 100%;
  width: auto;
  height: auto;

  /* altura responsive (se achica en pantallas chicas) */
  max-height: clamp(34px, 5vw, 70px);

  object-fit: contain;
  display: block;
}









/* Créditos siempre abajo */
#footer.footer {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  justify-content: space-between;
}

#footer.footer .credits-f {
  margin-top: auto;
  /* empuja créditos al fondo */
}


/* Swiper: soporte sin afectar tu look */
.container-home.swiper {
  width: 1400px;
  overflow-x: clip;
  /* mejor que hidden si el navegador lo soporta */
  overflow-y: visible;
}

/* Swiper no debe “auto” calular ancho de slide */
#shoutouts-swiper .swiper-slide {
  width: calc(100% / 5) !important;
  /* ✅ SIEMPRE 4 */
  flex: 0 0 calc(100% / 5) !important;
  overflow: visible;
  position: relative;
}



/* stacking prolijo */
#shoutouts-swiper .swiper-slide {
  z-index: 1;
}

#shoutouts-swiper .swiper-slide:hover {
  z-index: 50;
}



/* Importante: que cada slide no cambie el layout que ya tenías */
.container-home .swiper-slide {
  height: auto;
  display: flex;
  justify-content: center;
  /* opcional: si antes quedaban centrados */
}


@media (min-width: 768px) {
  .container-home.swiper {
    width: 100%;
    overflow-x: visible;
    overflow-y: visible;
  }

  /* .container-home .swiper-wrapper {
    left: 50%;
    transform: translateX(-20%) !important;
  } */
}


.section2 .swiper-slide {
  /* width: 100% !important; */
}

/* Tu .image-box ya define height/hover/etc. No lo tocamos */


.load-more-btn {
  display: inline-block;
  margin-top: 3rem;
  margin-bottom: 5rem;
  font-family: 'MD-IO' !important;
  color: #000000 !important;
}

.lista-posts .listado {
  margin: 2rem 0;
}


.lista-posts .col {
  position: relative;
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0em;
  will-change: transform;

}

.lista-posts .articulos-image img {
  height: 20vh;
  width: fit-content;
  padding: 2%;
}

.lista-posts .articulos-image {
  display: flex;
  align-items: end;
}

.lista-posts h4 {
  font-family: "SerialB";
  font-size: 1.8vw;
  color: rgb(38, 38, 38);
  font-weight: 400;
}


@media screen and (max-width: 778px) {
  #footer.footer::before {
    display: none;
  }

  .container-home .swiper-wrapper {
    align-items: end;
    /* por si hay diferencias de alto */
    /* justify-content: center; */
  }
}



@media (max-width: 900px) {
  .tm-editorial .donar-aqui {
    display: none;
  }

  .tm-editorial .container-home {
    padding-bottom: unset;
  }

  .tm-editorial .gradient-top {
    margin-bottom: 0;
    padding-top: 100px;
  }

  .bloque-movil {
    padding: 1rem;
  }

  .texto.container {
    padding: 0;
  }

  .texto.container p {
    font-size: 16px;
    line-height: 1.75;
  }

  .gradient-bottom {
    display: none;
  }
}

.d-none {
  display: none !important;
}

/* responsive */
@media screen and (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
}

@media (max-width: 768px) {

  /* el horizonte deja pasar el scroll vertical */
  .section2,
  #shoutouts-swiper,
  #shoutouts-swiper .swiper-wrapper,
  #shoutouts-swiper .swiper-slide {
    touch-action: pan-y;
  }

  /* todo el slider ignora el touch */
  #shoutouts-swiper,
  #shoutouts-swiper .swiper-wrapper,
  #shoutouts-swiper .swiper-slide,
  #shoutouts-swiper .image-box,
  #shoutouts-swiper .image-info,
  #shoutouts-swiper .image-info-arriba {
    pointer-events: none;
  }

  /* SOLO la imagen/link sigue siendo clickeable */
  #shoutouts-swiper .image-link,
  #shoutouts-swiper .image-link img {
    pointer-events: auto;
  }
}


/* Flechas: visibles en desktop y mobile */
.tm-highlight-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 30;
  width: 56px;
  height: 56px;
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 0;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.tm-highlight-nav::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #fff;
  border-radius: 999px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(2px);
}

.tm-highlight-nav::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  box-sizing: border-box;
}

.tm-highlight-nav--prev {
  left: 24px;
}

.tm-highlight-nav--prev::after {
  transform: rotate(-135deg);
  margin-left: 6px;
}

.tm-highlight-nav--next {
  right: 24px;
}

.tm-highlight-nav--next::after {
  transform: rotate(45deg);
  margin-left: -6px;
}

.tm-highlight-nav:hover::before {
  background: rgba(0, 0, 0, 0.18);
}

.tm-highlight-nav:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

.tm-highlight-mobilePageTitle {
  display: none;
}

/* Mobile: sólo 1 entrada visible, sin tocar desktop */
@media (max-width: 767px) {
  .fondo-color {
    position: relative;
  }

  .tm-highlight-rotator {
    overflow: hidden;
    touch-action: pan-x;
    position: relative;
    min-height: 90vh;
  }

  .tm-highlight-rotator .gallery-editorial {
    display: none;
    width: 100%;
  }

  .tm-highlight-rotator .gallery-editorial.is-show {
    display: block;
    width: 100%;
  }

  .tm-editorial .gradient-top {
    margin-top: 0;
  }

  .tm-highlight-rotator .gallery-editorial img {
    width: 100%;
    height: 50vh;
    object-fit: cover;
    display: block;
  }

  .tm-highlight-rotator .info-line {
    font-family: "MD-IO";
    font-size: 16px;
  }

  .info-line__title {
    font-size: 14px;
  }

  .tm-highlight-rotator .info-line__date {
    margin-top: 8px;
    font-size: 15px;
    line-height: 1.1;
  }

  .tm-highlight-nav {
    top: 38vh;
    width: 50px;
    height: 50px;
  }

  .tm-highlight-nav--next {
    right: 10px;
  }

  .tm-highlight-nav--prev {
    left: 10px;
  }

  .tm-highlight-mobilePageTitle {
    text-align: center;
    color: #fff;
    font-family: "SerialB";
    font-size: 33px;
    line-height: 0.95;
    text-transform: uppercase;
    padding: 18px 16px 14px;
    position: relative;
    z-index: 25;
  }
}

.tm-nota-imageBlock {
  display: block;
  width: 100%;
  margin: 0 0 18px 0;
}

.tm-nota-imageBlock .imagen {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.tm-nota-imageCaption {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.35;
  opacity: 0.85;
}

