header {
  background-color: white;
  min-height: 110px;
  padding: 20px 0;
  position: fixed;
  top: 0;
  z-index: 4000;
}
nav ul li {
  display: inline-block;
  font-family: "Karla Bold";
  margin-left: 30px;
  vertical-align: middle;
}
.menu {
  border-radius: 5px;
  display: none;
  padding: 8px;
}
.whatsapp {
  background-color: #31ba45;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
.home-title {
  height: 100%;
  position: absolute;
  z-index: 1000;
}
.home-title-1 {
  font-size: 4rem;
  line-height: 4rem;
}
.home-title-2 {
  font-family: "Besley Italic";
  font-size: 2.5rem;
  font-style: italic;
  line-height: 3rem;
}
#credits {
  padding-left: 40px;
  padding-right: 40px;
}
.ul-list-stars {
  list-style-image: url("../imgs/list-item.svg");
}
.ul-list {
  margin-left: 20px;
}
.ul-list i {
  width: 20px;
}
.ul-list li {
  margin-bottom: 12px;
}
input,
textarea {
  background-color: white;
  border: 0;
  font-family: "Karla";
  height: 36px;
  margin: 0;
  margin-bottom: 6px;
  padding-left: 10px;
}
textarea {
  height: 74px;
  padding: 10px;
}
#form-contact div .w-50 {
  width: calc(50% - 3px);
}
button {
  cursor: pointer;
  font-family: "Karla Bold";
  height: 45px;
}
button:hover {
  background-color: rgb(41, 40, 40);
}
.h-map {
  height: 420px;
}
#location {
  background-image: url("../imgs/location-bg.jpg");
}
.item-image {
  height: 23vw;
  margin-top: 0.5%;
}
.amenities-title {
  align-items: flex-start;
  justify-content: flex-end;
}
#paralax {
  background-attachment: fixed;
}
.floors-image {
  aspect-ratio: 6/4;
  object-fit: cover;
  width: 100%;
}
#micaela-circle {
  border-radius: 50%;
  margin-top: -113px;
}
.prices-items {
  line-height: 1.2rem;
}
#intro,
#amenities,
#video {
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.floors-items {
  display: inline-block;
  margin: 0 10px;
  margin-bottom: 1.5rem;
  width: 30%;
}
.floors-items:hover {
  color: white;
}
