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

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;
  -webkit-transition: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  transition: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  background-color: white;
  background-image: url("../../../../Assets/bienesraices__fondo.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
main .main__presentation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 50vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-family: "Montserrat";
}
main .main__presentation h1 {
  padding: 1rem;
  font-size: 8rem;
  font-weight: 400;
  color: rgb(90, 69, 38);
  background-color: rgba(255, 255, 255, 0.61);
  border-radius: 1rem;
}
main .main__presentation p {
  padding: 1rem;
  font-size: 3.5rem;
  color: rgb(193, 137, 52);
  background-color: rgba(255, 255, 255, 0.61);
  border-radius: 1rem;
}
main .main__vender {
  width: 100%;
  height: auto;
  text-align: center;
}
main .main__vender h1 {
  font-size: 8rem;
  font-weight: 400;
  padding-top: 5rem;
  color: rgb(90, 69, 38);
}
main .main__vender p {
  /* margin-top: 3rem; */
  font-size: 3.5rem;
  color: rgb(193, 137, 52);
}
main .main__vender .main__list{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 5em;
}
.main__vender select {
  width: 20%;
  font-family: "Arial", sans-serif;
  outline: 0;
  background-color: rgba(253, 151, 99, 0.4);
  border: 0;
  border-radius: 1rem;
  margin: 0.5rem;
  padding: 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.4rem;
}
.main__vender button {
  display: block;
  text-align: center;
  width: 12rem;
  text-decoration: none;
  padding: 1.65rem;
  background-color: rgb(179, 138, 76);
  color: white;
  font-weight: 400;
  border: none;
  border-radius: 10px;
}
.main__vender button:hover {
  background-color: rgb(234, 171, 76);
}
main .bienvenida {
  width: 100%;
  margin: 0 auto;
  font-family: "Montserrat";
  font-size: 3rem;
  font-weight: 700;
  color: rgb(0, 0, 0);
  text-align: center;
  -webkit-text-decoration: underline 0.4rem;
          text-decoration: underline 0.4rem;
}
main .main__cityCards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 70%;
  max-width: 100rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  margin-top: 5rem;
}
main .main__cityCards .cityCard {
  width: 28rem;
  height: 35.2rem;
  margin-bottom: 10rem;
  text-align: center;
  font-family: "Montserrat";
}
main .main__cityCards .cityCard .cityImg img {
  width: 28rem;
  height: 35.2rem;
}
main .main__cityCards .cityCard .cityInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 90%;
  height: auto;
  padding: 3rem;
  position: relative;
  bottom: 30%;
  margin: 0 auto;
  background-color: white;
  border: 0.2rem solid black;
  -webkit-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
main .main__cityCards .cityCard .cityInfo p {
  font-size: 2.5rem;
  font-weight: 700;
}
main .main__cityCards .cityCard .cityInfo a {
  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: 80%;
  height: 4rem;
  margin: 0 auto;
  margin-top: 1rem;
  background-color: white;
  font-size: 2.5rem;
  font-weight: 100;
  text-decoration: none;
  color: black;
  border: 0.2rem solid black;
}
main .main__cityCards .cityCard .cityInfo a:hover {
  background-color: rgb(234, 171, 76);
  color: white;
  font-weight: 400;
}
main .main__cityCards .cityCard .cityInfo:hover {
  -webkit-transition: all 200ms cubic-bezier(0.175, 0.885, 1.32, 2.275);
  transition: all 200ms cubic-bezier(0.175, 0.885, 1.32, 2.275);
  bottom: 35%;
  background-color: black;
}
main .main__cityCards .cityCard .cityInfo:hover p {
  color: white;
}
main .main__cityCards .cityCard .cityInfo:hover a {
  border: white;
}
main .main__oficinas {
  width: 60%;
  margin: 0 auto;
}
main .main__oficinas 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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main .main__oficinas section ul .main__oficinas--li {
  list-style: none;
  width: 50%;
  max-width: 50rem;
  min-width: 33rem;
  text-align: center;
  margin-top: 5rem;
}
main .main__oficinas section ul .main__oficinas--li .oficina__title {
  font-family: "Montserrat";
  color: red;
  font-size: 3rem;
  text-align: center;
}
main .main__oficinas section ul .main__oficinas--li .oficina__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Montserrat";
}
main .main__oficinas section ul .main__oficinas--li .oficina__content .mail {
  display: block;
  width: 4rem;
  height: 4rem;
  background-image: url("../../../../Assets/mail.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 1rem;
}
main .main__oficinas section ul .main__oficinas--li .oficina__content .whatsapp {
  display: block;
  width: 4rem;
  height: 4rem;
  background-image: url("../../../../Assets/whatsapp.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 1rem;
}
main .main__oficinas section ul .main__oficinas--li .oficina__content .telephone {
  display: block;
  width: 4rem;
  height: 4rem;
  background-image: url("../../../../Assets/telephone.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 1rem;
}
main .main__oficinas section ul .main__oficinas--li .oficina__content p {
  margin-left: 1rem;
  font-size: 2rem;
}
main .main__oficinas section ul .main__oficinas--li .oficina__content a {
  margin-left: 1rem;
  font-size: 2rem;
  text-decoration: none;
}
main .main__oficinas section ul .main__oficinas--li .oficina__content a:link,
main .main__oficinas section ul .main__oficinas--li .oficina__content a:visited,
main .main__oficinas section ul .main__oficinas--li .oficina__content a:hover,
main .main__oficinas section ul .main__oficinas--li .oficina__content a:active {
  color: #000000;
  text-decoration: none;
}

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;
}
footer section .button__suport {
  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;
}
footer section .button__suport 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;
}




