/* Top bar */
.top-bar {
  color: rgba(255, 255, 255, 0);
  display: flex;
  justify-content: space-between;
  align-items: left;
  padding: 10px 20px;
  width: 100%;
  position: fixed;
  top: 3%;
  left: 1%;
  z-index: 1000;
}

/* Logo styles */
.terremoto {
  width: 20%;
}

.menu-btn {
  color: rgb(30, 30, 30);
  text-decoration: none;
  margin: 0 35px;
  font-size: 1em;
}
.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;
}

/* Fuente para menu, botones, informacion corta-secundaria */
@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-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");
}

/* Barra superior */

body {
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  font-family: "MD-IO";
  color: #333;
}

.todo {
  flex: 1; /* Toma todo el espacio disponible entre header y footer */
  height: auto;
  padding: 1px;
  overflow: hidden;
}

/* Container for the entire page layout */
/* .container {
    display: flex;
    flex-wrap: wrap;
    min-height: 100vh;
    margin:  auto;
    max-width: 100%;
    padding: 10px;
} */

/* 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;
}

/* Footer buttons */

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

.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);
}
.credits-f {
  display: flex; /* Activa el diseño de columnas */
  justify-content: space-between;
  color: #2c2c2c;
  margin: 1%;
}

.linea-f {
  flex: 1; /* Todas las columnas tienen el mismo ancho */
  display: flex; /* Activa Flexbox para centrar los elementos dentro */
  flex-direction: column; /* Permite apilar los elementos si hay más de uno */
  justify-content: center; /* Centra verticalmente el contenido */
  align-items: center;
  padding: 10px;
  color: #2c2c2c;
}

.direccion-texto {
  font-family: "MD-IO";
  font-size: 1.3em;
  line-height: 1.3em;
}

/* media for non mobile */

@media screen and (min-width: 600px) {
  .menu {
    padding: 0 20%;
  }

  .subscription-container {
    display: block;
  }
}

/*  */

.gradient-bottom {
  margin-right: -1px;
  margin-left: -1px;
  background: linear-gradient(#e7e7e7, #7eff00);
}

.footer {
  margin-top: -1rem;
  z-index: 1001;
  min-height: 100vh;
  max-height: auto;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 13%,
    rgba(126, 255, 0, 1) 60%,
    rgba(126, 255, 0, 1) 100%
  );
}

.footer-bloque-01 {
  display: flex;
  width: 100%;
  height: 60vh;
}

.column-der {
  display: flex;
  justify-content: flex-end; /* Alinea el contenido al borde derecho */
  align-items: baseline;
  background-color: rgba(63, 63, 63, 0);
  flex: 1;
  margin: 5px;
  height: 100%;
  margin-right: auto;
}

.column-izq {
  background-color: rgba(63, 63, 63, 0);
  flex: 3;
  margin: 0px;
  height: 100%;
}

.column-02 {
  display: flex;
  flex-direction: column;
  background-color: rgba(192, 17, 17, 0.192);
  flex: 1;
  margin: 5px;
  height: 100%;
}

button {
  font-family: "SerialB";
  border: none;
  background: none;
  font-size: 4.5vw;
  color: aliceblue;
  padding: 30px;
  line-height: 2px;
  cursor: pointer;
  transition: transform 0.3s ease, color 0.3s ease;
}

button::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #2f2f2f;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}

button:hover {
  color: #2c2c2c;
  transform: scale(1.05);
}

button:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.column-02-izq {
  background-color: rgba(17, 192, 70, 0);
  flex: 1;
  align-content: end;
  height: 100%;
}

.column-02-centro {
  background-color: rgba(192, 17, 17, 0);
  color: black;
  flex: 3;
  margin: 5px;
  height: 100%;
  align-content: end;
  align-items: center;
  text-align: center;

  font-size: 22px;
  line-height: 13px;
}
.column-02-der {
  background-color: rgba(192, 17, 17, 0);
  color: black;
  flex: 1;
  margin: 5px;
  height: 100%;
  align-content: end;
  align-items: center;
  text-align: center;

  font-size: 22px;
}

.logo {
  width: 150px;
}

.donar {
  width: 250px;
  transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1),
    box-shadow 0.7s cubic-bezier(0.25, 0.1, 0.25, 1); /* Transición más suave */
  transform-origin: center; /* La transformación se centra en la imagen */
}

.donar:hover {
  transform: scale(1.2) rotate(10deg); /* La imagen crece un 20% y rota 10 grados */
  box-shadow: 0 10px 20px rgba(91, 0, 0, 0); /* Sombra para un efecto más llamativo */
}

.subscription-container {
  display: block;
  justify-content: space-between; /* Espaciado uniforme entre los elementos */
  align-items: center;
  width: 100%;
  margin: 0px auto;
  margin-bottom: 0px;
  padding: 20vb;
  text-align: center;
  background: #f9f9f900;
  /* border-radius: 10px;*/
  /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.*/
}
h3 {
  font-family: "SerialB";
  font-size: 5vw;
  color: rgb(38, 38, 38);
}

h4 {
  font-family: "SerialB";
  font-size: 1.8vw;
  color: rgb(38, 38, 38);
}
.subscription-container h2 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #ffffff;
}

.subscription-container p {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 20px;
}

.subscription-container input {
  padding: 15px;
  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;
  border: none;
}

.subscription-container button {
  border: none;
  background: none;
  font-size: 1rem;
  color: dimgray;
  cursor: pointer;
  font-family: sans mono, consolas, monospace;
}

.subscription-container button:hover {
  background: #ffffff;
}

.hidden {
  display: none;
}

#message {
  color: green;
  margin-top: 20px;
  font-size: 18px;
}

input {
  color: white;
  background-color: rgb(51, 51, 51);
}

.barra-logos-cabezal-seccion {
  font-family: "SerialB";
  color: #282828;
  font-size: 2em;
  font-weight: 700;
  margin-block-start: 0em;
  margin-block-end: 0em;
  padding: 2%;
}
.barra-logos-seccion-horizontal-scroll {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden; /* Asegura que solo haya scroll horizontal */

  position: relative;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE y Edge */
}

.barra-logos-seccion-horizontal-scroll::-webkit-scrollbar {
  display: none; /* Chrome, Safari y Opera */
}

.barra-logos-seccion-horizontal-scroll img {
  max-width: 100%;
  min-width: 200px;
  max-height: 400px;
}
.barra-logos-seccion-horizontal-content {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(12, 1fr);
  gap: 0px;
  width: 100%;
  justify-content: left;
  align-items: center;
}

.barra-logos-blog-gallery {
  /*flex: 0 0 600px; /* Ancho fijo para cada ítem */
  /*display: flex;*/
  padding: 0 4px 200px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  scroll-snap-align: start; /* Cada ítem se alinea al inicio del contenedor */
}

.barra-logos-blog-gallery img {
  width: 100%;
  max-height: 400px; /* Ajuste proporcional */
  object-fit: cover; /* Ajusta cómo se muestra la imagen si es más grande */
}

/*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;
  }

  h4 {
    font-size: 4vw;
  }

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