@import url("https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap");
@import url("https://fonts.googleapis.com/css2?family=ABeeZee&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Courgette&display=swap");
body {
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
}
main {
  display: flex;
  flex-direction: column;
  width: 100vw;
}
header {
  background-color: #ffff80;
}
nav {
  margin-left: 3vmin;
  margin-right: 3vmin;
  margin-top: 3vmin;
  display: flex;
  align-items: center;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-size: 1.5vw;
  letter-spacing: 0.8vw;
  text-align: center;
  word-spacing: 0.5vw;
  border-bottom: 0.3vw black solid;
}
.boton {
  text-decoration: none;
  font-weight: 600;
  color: black;
  padding-top: 1vw;
  padding-bottom: 1vw;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
  background-color: #ffff80;
  border-radius: 2vw;
  align-items: center;
}
.boton:hover {
  background-color: #ffff4d;
}
.boton1 {
  text-decoration: none;
  font-weight: 600;
  color: black;
  padding-top: 1vw;
  padding-bottom: 1vw;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
  background-color: #dab3ff;
  border-radius: 2vw;
  align-items: center;
}
.boton1:hover {
  background-color: #f6f2fa;
}
.boton2 {
  text-decoration: none;
  font-weight: 600;
  color: black;
  padding-top: 1vw;
  padding-bottom: 1vw;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
  background-color: #ccff99;
  border-radius: 2vw;
  align-items: center;
}
.boton2:hover {
  background-color: #b3ff66;
}
.boton3 {
  text-decoration: none;
  font-weight: 600;
  color: black;
  padding-top: 1vw;
  padding-bottom: 1vw;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
  background-color: #ccffff;
  border-radius: 2vw;
  align-items: center;
}
.boton3:hover {
  background-color: #99ffff;
}
footer {
  background-color: #ffff80;
}
.año {
  text-align: center;
  font-family: "Kaushan Script";
  font-size: 6vmin;
  letter-spacing: 1vmin;
  margin-bottom: 0vw;
}
.section1 {
  background-color: #ffff80;
}
.section2 {
  background-color: #dab3ff;
}
.section3 {
  background-color: #ccff99;
}
.section4 {
  background-color: #ccffff;
}
h1 {
  font-family: "Kaushan Script";
  font-size: 10vmin;
  letter-spacing: 1vmin;
  text-align: center;
  word-spacing: 0.5vmin;
  border-bottom: 0.3vmin black solid;
  margin-bottom: 0vmin;
}
p {
  text-align: justify;
  font-family: "ABeeZee";
  font-size: 2.5vmin;
  letter-spacing: 0.1vmin;
  margin-left: 2vmin;
  margin-top: 2vmin;
}
.signos {
  text-align: center;
  align-self: center;
  font-family: "Courgette";
  font-size: 2.5vmin;
  letter-spacing: 0.1vmin;
}
.foto1 {
  width: 20vw;
  margin-right: 4vmin;
  margin-left: 2vmin;
  margin-bottom: 4vmin;
}
h2 {
  margin-left: 2vmin;
  font-family: "Kaushan Script";
  font-size: 6vmin;
  letter-spacing: 1vmin;
  word-spacing: 0.5vmin;
  border-bottom: 0.3vmin solid black;
  text-align: left;
}
.div-contenedor {
  display: flex;
}
.flecha img {
  width: 2vw;
}
.flecha {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-self: flex-end;
}
.foto_ig img,
.foto_tw img,
.foto_vsco img,
.foto_link img,
.gustos {
  width: 10vw;
  margin: 4vw;
  display: flex;
}
.div-contenedor3 {
  display: flex;
  justify-content: center;
  align-content: space-between;
}
.boton_gustos {
  text-decoration: none;
  font-weight: 600;
  color: black;
  padding-top: 1vw;
  padding-bottom: 1vw;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
  background-color: #ccff99;
  border-radius: 2vw;
  align-items: center;
}
.boton_gustos:hover {
  background-color: #b3ff66;
}
.foto_ig,
.foto_tw,
.foto_vsco,
.foto_link {
  padding-top: 0.1vw;
  padding-bottom: 0.1vw;
  padding-left: 0.1vw;
  padding-right: 0.1vw;
  border-radius: 2vw;
}
.foto_ig:hover {
  background-color: #b3ff66;
}
.foto_tw:hover {
  background-color: #b3ff66;
}
.foto_vsco:hover {
  background-color: #b3ff66;
}
.foto_link:hover {
  background-color: #b3ff66;
}
.gustos {
  text-align: center;
  font-family: "ABeeZee";
  font-size: 5vmin;
  letter-spacing: 0.1vmin;
}

/*galeria de imagenes illia*/
/*galeria de imagenes futuro*/

@import url(https://fonts.googleapis.com/css?family=Montserrat:500);

:root {
  /* Base font size */
  font-size: 10px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  background-color: #fafafa;
}

.container {
  max-width: 100rem;
  margin: 0 auto;
  padding: 0 2rem 2rem;
}

.heading {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  padding: 3.5rem 0;
  color: #1a1a1a;
}

.heading span {
  display: block;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  margin: -1rem -1rem;
}

.gallery-item {
  flex: 1 0 24rem;
  margin: 1rem;
  box-shadow: 0.3rem 0.4rem 0.4rem rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

.gallery-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease-out;
}

.gallery-image:hover {
  transform: scale(1.15);
}

@supports (display: grid) {
  .gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(24rem, 1fr));
    grid-gap: 2rem;
  }

  .gallery,
  .gallery-item {
    margin: 0;
  }
}
