* {
  box-sizing: border-box;
  color: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
}
.oculto {
  display: none !important;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#bloque-portada {
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
  z-index: 50;
}

#portada {
  width: 100vw;
  height: 100vh;
  background-image: url(../imagenes/home.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
}
.cerrar-menu {
  width: 100%;
  text-align: right;
  font-family: "Playfair Display", serif;
  font-size: 77px;
  padding-right: 60px;
}

#bloque-menu {
  width: 100vw;
  height: 100vh;
  padding: 130px 0px 0px 80px;
  position: fixed;
  top: 0%;
  z-index: 25;
  background-color: #fafafa;
}

#bloque-menu ul li {
  font-family: "Playfair Display", serif;
  font-size: 77px;
}
#bloque-menu ul li a {
  color: #070707;
  cursor: pointer;
}

#btn-abrir-menu {
  max-width: 1200px;
  height: 100vh;
  padding: 20px 0px 0px 30px;
  display: block;
  z-index: 10;
}

#bloque-contacto {
  max-width: 1200px;
  height: 100vh;
  padding: 20px 0px 0px 30px;
  display: block;
  z-index: 5;
}

.bloque-menu-cabecera {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.boton-polilla {
  display: inline-block;
  background-image: url(../imagenes/mariposa.png);
  width: 100px;
  height: 90px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 0px;
  cursor: pointer;
}

.titulo-bloque {
  display: inline-block;
  font-size: 60px;
  padding-right: 40px;
  font-family: "Playfair Display";
  font-weight: 100;
}

#ul-contacto {
  display: flex;
  margin-top: 35px;
}

#retrato {
  background-image: url(../imagenes/autorretrato_1.jpeg);
  width: 350px;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
}

#ul-contacto p {
  padding: 0px 30px;
  font-size: 24px;
  font-family: "Andada Pro", serif;
  line-height: 30px;
}
#ul-contacto > li:nth-child(2) > p > a {
  color: rgb(52, 23, 240);
  cursor: pointer;
}
/*
#bloque-art > ul {
  max-width: 1200px;
  height: 100vh;
  display: grid;
  grid-template-columns: repeat(auto-fill, 400px);
  grid-template-rows: masonry;
  gap: 20px;
  justify-content: center;
}

#bloque-art > ul > li {
  margin: 12.5px 25px;
  width: 324px;
  box-shadow: 4px 4px 15px 0px rgb(235, 235, 235);
}
#bloque-art > ul > li > div {
  width: 100%;
}
#bloque-art > ul > li > div > img {
  width: 100%;
}*/

#bloque-art {
  max-width: 1200px;
  height: 100vh;
  padding: 20px 0px 0px 30px;
  display: block;
  z-index: 6;
}
#bloque-art > ul {
  padding-left: 25px;
  max-width: 1200px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}

#bloque-art > ul > li {
  margin: 12.5px 25px;
  width: 324px;
  height: 500px;
  box-shadow: 4px 4px 15px 0px rgb(235, 235, 235);
}
#bloque-art > ul > li > div {
  width: 100%;
  height: 450px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#bloque-art > ul > li > div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 820px) {
  #portada {
    width: 100vw;
    height: 100vh;
    background-image: url(../imagenes/home.jpeg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
  }
  #div-menu {
    padding: 180px 0px 0px 30px;
  }
  #div-menu ul li {
    font-family: "Playfair Display", serif;
    font-size: 52px;
  }
  #ul-contacto {
    display: flex;
    margin-top: 35px;
    flex-direction: column;
  }
  #ul-contacto p {
    margin-top: 45px;
  }
  #bloque-contacto {
    max-width: 100vw;
    height: 100vh;
    padding: 7px 0px 0px 0px;
  }
  .titulo-bloque {
    font-size: 52px;
  }
  #ul-contacto > li:nth-child(2) > p > a {
    font-size: 20px;
  }
  #retrato {
    width: 456px;
    height: 624px;
    margin: auto;
  }
  #ul-contacto > li:nth-child(2) {
    margin-bottom: 142px;
  }
}
@media (max-width: 414px) {
  #bloque-menu {
    width: 100vw;
    height: 100vh;
    padding: 45px 0px 0px 19px;
    position: fixed;
    top: 0%;
    z-index: 25;
    background-color: rgb(229, 229, 229);
  }
  #bloque-menu ul li {
    font-family: "Playfair Display", serif;
    font-size: 51px;
  }
  #ul-contacto {
    display: flex;
    margin-top: 35px;
    flex-direction: column;
  }
  #retrato {
    width: 100%;
    margin: auto;
  }
  #bloque-art {
    max-width: 1200px;
    height: 100vh;
    padding: 20px 0px 0px 0px;
    display: block;
    z-index: 6;
  }
  #bloque-art > ul {
    padding-left: 0px;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-content: space-around;
    align-items: center;
  }
  #bloque-art > ul > li {
    margin: 37.5px 36px;
  }
  #bloque-contacto > div > p {
    font-size: 33px;
  }
  #bloque-menu > ul > li:nth-child(1) {
    margin-top: 100px;
  }
}
