@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Amatic+SC:wght@700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: none;
  text-decoration: none;
}

.footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1rem;
}
.footer .redes {
  width: 2rem;
  height: 2rem;
  background-color: 101, 199, 238;
}

body {
  background-image: url(../img/fondo.jpg);
  background-size: cover;
}

.nav {
  font-family: "Amatic SC", cursive;
  color: rgb(255, 253, 253);
  background-color: skyblue;
  text-align: center;
  font-size: 1.6rem;
}

.titulo2 {
  color: white;
  text-shadow: 1px 2px 2px rgb(16, 67, 233), 0 0 25px rgb(25, 0, 255), 0 0 5px rgb(0, 38, 255);
  text-align: center;
  margin: 2% 0;
}

h2 {
  font-family: "Courier New", Courier, monospace;
  font-size: 25px;
  text-align: center;
  color: skyblue;
  text-shadow: 0 0 2px lightblue;
  margin: 20px, auto;
}

.textohistoria {
  text-align: center;
  width: 85%;
  height: 20%;
  margin: auto;
}
.textohistoria h3 {
  font-family: Arial, Helvetica, sans-serif;
  color: rgb(195, 212, 212);
  background: rgb(13, 34, 80);
  box-sizing: content-box;
  margin: 20px, auto;
}

.titulo {
  background: #3066be;
  text-align: left;
  font-size: 40px;
  font-family: "Belanosima", sans-serif;
  text-decoration: none;
  display: flex;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 1rem;
}

@media screen and (max-width: 1024px) {
  .iconoTitulo {
    width: 70px;
    height: auto;
    padding: 1rem;
  }
  img {
    width: 65%;
  }
  * {
    font-size: 1rem;
  }
  h3,
  h2 {
    font-size: 1.2rem;
    margin: 1px;
  }
}
@media screen and (max-width: 575px) {
  .menu li a {
    padding: 5px;
    font-size: 0.7rem;
  }
  .iconoTitulo {
    width: 50px;
    height: auto;
    padding: 0.5rem;
  }
  h3,
  h2 {
    font-size: 1rem;
    margin: 5px;
  }
  .nav {
    font-size: 1rem;
  }
}/*# sourceMappingURL=historia.css.map */