* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  -webkit-box-shadow: 2px 2px 3px #999;
          box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.float:hover {
  text-decoration: none;
  color: #25d366;
  background-color: #fff;
}

.my-float {
  margin-top: 16px;
}

.header__content {
  width: 100%;
}
.header__content .header__up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  height: 25rem;
  margin: 0 auto;
  border-bottom: 0.1rem solid black;
}
.header__content .header__up .header__up--logo {
  width: 33%;
}
.header__content .header__up .header__up--logo img {
  width: 30rem;
}
.header__content .header__up .header__up--slogan {
  width: 33%;
  text-align: center;
}
.header__content .header__up .header__up--slogan p {
  font-family: "Montserrat";
  font-size: 2.2rem;
}
.header__content .header__up .header__up--buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 33%;
  font-family: "Montserrat";
  font-size: 2rem;
}
.header__content .header__up .header__up--buttons .buttons__contacto a {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 12rem;
  text-decoration: none;
  padding: 1rem;
  background-color: rgb(179, 138, 76);
  color: white;
  font-weight: 400;
}
.header__content .header__up .header__up--buttons .buttons__contacto a:hover {
  background-color: rgb(234, 171, 76);
}
.header__content .header__up .header__up--buttons .buttons__login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-top: 2rem;
}
.header__content .header__up .header__up--buttons .buttons__login a {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 15rem;
  text-decoration: none;
  padding: 1rem;
  color: black;
  border: 0.2rem solid black;
  font-weight: 400;
}
.header__content .header__up .header__up--buttons .buttons__login a:hover {
  background-color: black;
  color: white;
}
.header__content .header__down {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 1.5rem;
  border-bottom: 0.6rem solid gray;
}
.header__content .header__down nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70%;
  height: 5rem;
  margin: 0 auto;
  background-color: rgb(238, 232, 216);
  margin-top: 2rem;
  border-radius: 5rem;
}
.header__content .header__down nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 14.28%;
  height: 100%;
  list-style: none;
  text-align: center;
}
.header__content .header__down nav ul li a {
  text-decoration: none;
  font-family: "Montserrat";
  font-size: 1.3rem;
  color: black;
}
.header__content .header__down nav ul li:hover {
  background-color: rgb(225, 195, 113);
  border-radius: 5rem 0 5rem 5rem;
}
.header__content .header__down nav ul .nav__left:hover {
  background-color: rgb(225, 195, 113);
  border-radius: 5rem 0 5rem 5rem;
}

main {
  width: 100%;
  min-width: 36rem;
  padding-bottom: 5rem;
  padding-top: 8rem;
  border-bottom: 1rem solid gray;
  background-image: url("../../../../Assets/bienesraices__fondo.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
main .main__preguntas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
main .main__preguntas h1 {
  width: 100%;
  margin: 0 auto;
  font-size: 3.5rem;
  font-weight: 700;
  color: rgb(193, 137, 52);
  font-family: "Montserrat";
  text-align: center;
  -webkit-text-decoration: underline 0.4rem;
          text-decoration: underline 0.4rem;
}
main .main__info {
  width: 60%;
  min-width: 36rem;
  margin: 0 auto;
  font-family: "Montserrat";
  margin-top: 3rem;
}
main .main__info h5 {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
}
main .main__info p {
  font-size: 2rem;
  line-height: 3.5rem;
  text-align: justify;
  margin-bottom: 3rem;
  font-weight: 400;
}
main .main__rentar2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 20rem;
  background-image: url("../../../../Assets/rentar2.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
main .main__rentar2 h1 {
  width: 70%;
  margin: 0 auto;
  font-family: "Montserrat";
  font-size: 5rem;
  font-weight: 400;
  text-align: center;
  color: white;
}

footer {
  width: 100%;
  height: 50vh;
  background-color: rgb(238, 232, 216);
}
footer section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}
footer section p {
  font-family: "Montserrat";
  font-size: 3rem;
  color: black;
  margin-bottom: 4rem;
}
footer section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 60%;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer section ul li {
  list-style: none;
}
footer section ul img {
  width: 7rem;
}