header {
   position: fixed;
   top: 0;
   padding: 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 {
   background-color: #31ba45;
   width: 40px;
   height: 40px;
   border-radius: 50%;
}
.home-title {
   position: absolute;
   height: 100%;
   z-index: 1000;
}
.home-title-1 {
   font-family: "Karla";
   font-size: 3.5rem;
   line-height: 3.5rem;
}
.home-title-2 {
   font-family: "Besley Italic";
   font-size: 2.5rem;
   line-height: 3rem;
   font-style: italic;
}
.paralax-title {
   position: absolute;
   bottom: 90px;
}
#credits {
   padding-left: 40px;
   padding-right: 40px;
}
.ul-list-stars {
   list-style-image: url("../imgs/list-item.svg");
}
.ul-list i {
   width: 20px;
}
.ul-list li {
   margin-bottom: 12px;
}
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: 49.2%;
}
button {
   font-family: "Karla Bold";
   cursor: pointer;
   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 {
   width: 256px;
   height: 150px;
}
#micaela-circle {
   margin-top: -113px;
   border-radius: 50%;
}
.prices-items {
   line-height: 1.2rem;
}
#intro,
#amenities,
#video {
   background-image: url("../imgs/intro-bg.jpg");
   background-repeat: no-repeat;
   background-size: 100% auto;
   background-position: top;
}
#amenities {
   background-image: url("../imgs/amenities-bg.jpg");
}
