header {
  position: fixed;
  top: 0;
  padding: 60px 0 20px 0;
  background-color: white;
  z-index: 4000;
}
nav ul li {
  display: inline-block;
  font-family: "Karla Bold";
  margin-left: 30px;
  vertical-align: middle;
}
.menu {
  padding: 8px;
  border-radius: 5px;
  display: none;
}
.whatsapp {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  text-align: center;
}
#credits {
  padding-left: 40px;
  padding-right: 40px;
}
input,
textarea {
  background-color: white;
  border: 0;
  height: 36px;
  padding-left: 10px;
  margin: 0;
  margin-bottom: 6px;
  font-family: "Karla";
}
textarea {
  height: 74px;
  padding: 10px;
}
#form-contact div .w-50 {
  width: calc(50% - 3px);
}
button {
  font-family: "Karla Bold";
  cursor: pointer;
  height: 45px;
}
button:hover {
  background-color: rgb(41, 40, 40);
}
.h-map {
  height: 420px;
}
.circle {
  border-radius: 50%;
  margin-bottom: 30px;
}
.article-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
article {
  flex: 1 1 25%;
  position: relative;
  gap: 20px;
  max-width: calc(25% - 30px);
}
.article-img {
  display: block;
  aspect-ratio: 4/5.5;
  opacity: 0.4;
}
.article-img:hover {
  opacity: 1;
}
.article-title {
  position: absolute;
  bottom: 70px;
  z-index: 3000;
}

figcaption img {
  width: 100%;
  display: block;
}
.sold-out,
.new {
  position: absolute;
  top: 30px;
  z-index: 1000;
}
.new {
  top: 20px;
  right: 20px;
  width: 70px;
  height: 70px;
  background-image: url("../assets/bg-new.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.galeria {
  aspect-ratio: 10/4;
}
.slick,
.slick div {
  height: 100%;
}
.slick div p {
  position: absolute;
  bottom: 60px;
  right: 60px;
  font-family: "Besley";
  font-size: 1.8rem;
  z-index: 1000;
}
