* {
  margin: 0;
  padding: 0;
}

body, html {
  box-sizing: border-box;
  font-size: 16px;
  background-color: #ffffff;
  font-family: "Merriweather Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-family: "miller-text", serif;
  font-weight: 700;
  font-style: normal;
}

p, a {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  font-weight: bold;
  color: #016A70;
}

ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

.green {
  color: #00ACB0;
}

.title__principal {
  font-family: "miller-text", serif;
  font-size: 4rem;
}
@media screen and (max-width: 992px) {
  .title__principal {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 768px) {
  .title__principal {
    font-size: 3rem;
  }
}
.title__secundario::first-letter {
  text-transform: capitalize;
}
.title__secundario {
  font-family: "miller-text", serif;
  font-size: 3rem;
}
.title__caption {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: bold;
  color: #016A70;
}
.title__sub::first-letter {
  text-transform: capitalize;
}
.title__sub {
  font-family: "miller-text", serif;
  font-size: 2.6rem;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .title__sub {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1200px) and (max-width: 992px) {
  .title__sub {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1200px) and (max-width: 992px) and (max-width: 768px) {
  .title__sub {
    font-size: 1.6rem;
  }
}
.title__sub--card {
  min-height: 100px;
  font-size: 2rem;
}
@media screen and (max-width: 992px) {
  .title__sub--card {
    min-height: auto;
  }
}
.title__subscribe {
  font-size: 1.6rem;
  font-family: "miller-text", serif;
  color: #ffffff;
}
@media screen and (max-width: 1200px) {
  .title__subscribe {
    font-size: 1.4rem;
  }
}
.title__properties::first-letter {
  text-transform: uppercase;
}
.title__properties {
  font-size: 1.6rem;
  font-family: "miller-text", serif;
  color: #161616;
}
@media screen and (max-width: 1200px) {
  .title__properties {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1200px) and (max-width: 992px) {
  .title__properties {
    font-size: 1.3rem;
  }
}
.title__tag {
  box-sizing: border-box;
  padding: 4px 6px;
  border-radius: 4px;
  font-family: "Merriweather Sans", sans-serif;
  font-size: 0.8rem;
  color: #ffffff;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.title__tag--rental {
  background-color: #161616;
}
.title__tag--airbnb {
  background-color: #FD5C63;
}
.title__tag--sale {
  background-color: #005FDB;
}
.title__tag--interest {
  position: absolute;
  right: 8px;
  top: 8px;
}
.title__foto {
  font-family: "miller-text", serif;
  font-size: 4rem;
}

.text__base {
  font-family: "Merriweather Sans", sans-serif;
  font-size: 1.1rem;
}
.text__base--home {
  margin-top: 50px;
}
.text__base--green {
  color: #016A70;
}
.text__base--subtitle {
  font-family: "miller-text", serif;
  font-weight: 800;
  font-size: 1.4rem;
  line-height: 1.2;
}
.text__sub {
  font-family: "Merriweather Sans", sans-serif;
  font-size: 2rem;
}
.text__politics {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
}
.text__frase {
  font-family: "Merriweather Sans", sans-serif;
  font-size: 1.5rem;
}
@media screen and (max-width: 992px) {
  .text__frase {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 576px) {
  .text__frase {
    font-size: 1rem;
  }
}
.text__item {
  font-family: "Merriweather Sans", sans-serif;
  font-size: 1.1rem;
}

.list__politics {
  padding-left: 20px;
  list-style: circle;
}
.list__politics li {
  font-size: 1rem;
  font-weight: normal;
}

.white {
  color: #ffffff;
}

.green {
  color: #016A70;
}

.btn {
  padding: 8px 24px;
}
@media screen and (max-width: 1400px) {
  .btn {
    padding: 8px 20px;
  }
}
.btn__cont--mt24 {
  margin-top: 24px;
}
.btn__principal {
  background-color: #016A70;
  color: #ffffff;
  transition: all 0.3s;
}
.btn__principal:hover {
  background-color: #07555A;
  color: #ffffff;
}
.btn__principal i {
  margin-left: 8px;
}
.btn__secundario {
  background-color: #ffffff;
  color: #161616;
  transition: all 0.3s;
}
.btn__secundario:hover {
  background-color: #dadada;
  color: #161616;
}
.btn__terceario {
  background-color: #ffffff;
  border: 1px solid #016A70;
  color: #016A70;
  transition: all 0.3s;
}
.btn__terceario:hover {
  background-color: #161616;
  color: #ffffff;
}
.btn__arrow {
  display: inline-block !important;
  width: 14px !important;
  border-radius: 0 !important;
  margin-top: -3px;
  margin-left: 12px;
}
.btn__arrow--corner {
  font-size: 1.2rem;
}

.icon__start {
  position: relative;
  display: inline-block;
  width: 20px;
}
.icon__start img {
  width: 100%;
}
.icon__rented {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 80px;
}

.desktop {
  display: block;
}
@media screen and (max-width: 991px) {
  .desktop {
    display: none;
  }
}
.desktop__img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .desktop__img {
    display: none;
  }
}

.movil {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .movil {
    display: flex !important;
  }
}
.movil__img {
  display: none;
}
@media screen and (max-width: 768px) {
  .movil__img {
    display: block;
  }
}

/* HEADER NAV */
.menu_bar {
  display: none;
}
@media screen and (max-width: 991px) {
  .menu_bar {
    position: relative;
    display: block;
    cursor: pointer;
    text-align: center;
    margin-left: 16px;
    width: 32px;
    right: 0;
    z-index: 1;
  }
}
@media screen and (max-width: 991px) and (max-width: 576px) {
  .menu_bar {
    width: 42px;
  }
}

.menu_bar .bt-menu {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .menu_bar .bt-menu {
    display: block;
    color: #fff;
    overflow: hidden;
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
  }
}
@media screen and (max-width: 991px) and (max-width: 576px) {
  .menu_bar .bt-menu {
    font-size: 32px;
  }
}

.header_nav {
  position: fixed;
  width: 100%;
  z-index: 99;
}
@media screen and (max-width: 991px) {
  .header_nav {
    width: 100%;
  }
}
.header_nav .nav {
  background-color: #161616;
  padding: 20px 0px;
  transition: 0.3s;
  width: 100%;
  z-index: 9;
  top: 4px;
}
.header_nav .nav__svg {
  width: 70px;
}
.header_nav .nav__svg path, .header_nav .nav__svg ellipse {
  fill: #ffffff;
}
@media screen and (max-width: 992px) {
  .header_nav .nav__svg--movil path, .header_nav .nav__svg--movil ellipse {
    fill: #000000;
  }
}
@media screen and (max-width: 992px) {
  .header_nav .nav__menu {
    position: fixed;
    width: 100%;
    height: 100svh;
    top: 0;
    right: 0;
    margin: 0;
    overflow: scroll;
    padding: 0px;
    background-color: #fff;
    z-index: 9;
    transform: translateX(100%);
  }
}
.header_nav .nav__close {
  display: none;
}
@media screen and (max-width: 991px) {
  .header_nav .nav__close {
    display: block;
    position: absolute;
    width: 28px;
    height: auto;
    right: 6%;
    top: 6%;
    cursor: pointer;
  }
  .header_nav .nav__close i {
    font-size: 2rem;
  }
}
.header_nav .nav__logo img {
  height: 54px;
}
@media screen and (max-width: 1200px) {
  .header_nav .nav__logo img {
    height: 45px;
  }
}
.header_nav .nav__contain {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.header_nav .nav__item > a.active {
  color: lightblue;
}
.header_nav .nav__item > a.active::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  left: 0;
  bottom: -8px;
  border-radius: 3px;
}
@media screen and (max-width: 991px) {
  .header_nav .nav__item > a.active::after {
    position: relative;
  }
}
.header_nav .nav__item {
  position: relative;
  margin: 0px 12px;
}
.header_nav .nav__item a {
  color: #ffffff;
  font-size: 0.9rem;
}
@media screen and (max-width: 1200px) {
  .header_nav .nav__item a {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 1200px) and (max-width: 991px) {
  .header_nav .nav__item a {
    color: #161616;
    font-size: 0.9rem;
    text-align: center;
    display: inline-block;
    width: 100%;
  }
}
.header_nav .nav__item a:hover {
  color: #00D9DA;
}
.header_nav .nav__item a.active {
  color: #00ACB0;
}
@media screen and (max-width: 991px) {
  .header_nav .nav__item {
    width: 100%;
  }
}
.header_nav .nav__item--sub:hover .nav__sublist, .header_nav .nav__item--sub:hover .nav__sublistm {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.header_nav .nav__item--special {
  background-color: lightblue;
  border-radius: 28px;
  padding: 0px 16px 2px 12px;
  width: -moz-fit-content;
  width: fit-content;
}
.header_nav .nav__item--special a {
  color: #ffffff !important;
}
.header_nav .nav__item--ubicacion {
  text-align: center;
  padding-top: 26px;
  border-top: 1px solid blue;
}
.header_nav .nav__item--ubicacion a {
  color: blue;
}
.header_nav .nav__item--legacy {
  position: absolute;
  color: #ffffff;
  bottom: 8px;
  font-size: 0.8rem;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.header_nav .nav .show1::before {
  transform: rotate(180deg);
}
.header_nav .nav__link {
  padding: 10px 8px;
}
@media screen and (max-width: 1200px) {
  .header_nav .nav__link {
    font-size: 0.8rem;
    padding: 10px 4px;
  }
}
.header_nav .nav__link--sub {
  position: relative;
  margin-right: 8px;
}
@media screen and (max-width: 1920px) and (min-width: 991px) {
  .header_nav .nav__link--sub:hover::before {
    transform: rotate(180deg);
  }
}
.header_nav .nav__link--sub::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 10px;
  right: -10px;
  top: 16px;
  background-image: url("../images/svg/icon_arrow_menu_w.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
  transform: rotate(0deg);
  opacity: 0.5;
}
.header_nav .nav__link--contact {
  background-color: #ffffff;
  padding: 10px 28px;
  border-radius: 6px;
  color: #016A70 !important;
  transition: all 0.3s;
}
.header_nav .nav__link--contact:hover {
  background-color: #00ACB0;
  color: #ffffff !important;
}
.header_nav .nav__link--contact.active {
  background-color: #00ACB0;
  color: #ffffff !important;
}
.header_nav .nav__link--conocer {
  border-radius: 6px;
  background-color: lightblue;
  color: #ffffff !important;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .header_nav .nav__link--conocer {
    width: 144px !important;
    margin-left: calc(50% - 72px);
  }
}
.header_nav .nav__img {
  height: 60px;
  margin-bottom: 40px;
}
.header_nav .nav__top {
  background-color: blue;
}
.header_nav .nav__top svg {
  margin-left: 6px;
  margin-right: 6px;
}
.header_nav .nav__top--list {
  display: flex;
  flex-direction: row;
}
.header_nav .nav__list {
  display: flex;
  flex-direction: row;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .header_nav .nav__list {
    height: 85svh;
    flex-direction: column;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-content: center;
    padding: 0px 32px;
  }
}
.header_nav .nav__social {
  height: 15svh;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  background-color: #000000;
}
.header_nav .nav__social--item {
  width: 30px;
}
.header_nav .nav__sublist, .header_nav .nav__sublistm {
  position: absolute;
  display: none;
  background-color: blue;
  border-radius: 0px 0px 8px 8px;
  width: -moz-max-content;
  width: max-content;
  gap: 12px;
  margin-top: 6px;
  padding: 50px 24px 16px 24px;
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 991px) {
  .header_nav .nav__sublist, .header_nav .nav__sublistm {
    position: relative;
    display: block;
    width: 100%;
    box-shadow: unset;
    background-color: lightblue;
  }
}
.header_nav .nav__sublistm {
  width: -moz-max-content;
  width: max-content;
}
.header_nav .nav__sublistm .nav__sublink {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .header_nav .nav__sublink {
    width: 100%;
  }
}
.header_nav .nav #list_servicios, .header_nav .nav #list_recursos {
  z-index: 9;
}
@media screen and (max-width: 991px) {
  .header_nav .nav #list_servicios, .header_nav .nav #list_recursos {
    display: none;
    left: -20px;
  }
}

.overview {
  display: none;
  position: absolute;
  width: 100vw;
  height: 100svh;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.5);
  filter: drop-shadow(0px 0px 6px black);
}

.overview.active {
  display: block;
}

.overview.hidden {
  display: none;
}

/* HOMEPAGE */
.section {
  padding: 100px 0px;
}
@media screen and (max-width: 991px) {
  .section {
    padding: 60px 0px;
  }
}
.section__head {
  padding-top: 170px;
  padding-bottom: 80px;
}
.section__head--properties {
  padding-top: 20px;
  padding-bottom: 0;
}
@media screen and (max-width: 576px) {
  .section__head--properties {
    padding-top: 80px;
  }
}
.section__head--right {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .section__head--right {
    text-align: left;
  }
}
.section__head--foto {
  position: relative;
}
.section__head--center {
  position: relative;
  padding: 40px;
  top: -40px;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #F9F8F4;
  border-radius: 12px;
  text-align: center;
}
.section__head--title {
  position: absolute;
  padding: 40px;
  top: -40px;
  right: -10px;
  background-color: #F9F8F4;
  border-radius: 12px;
}
@media screen and (max-width: 1200px) {
  .section__head--title {
    right: 0;
    left: 0;
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 1200px) and (max-width: 992px) {
  .section__head--title {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1200px) and (max-width: 992px) and (max-width: 768px) {
  .section__head--title {
    bottom: -40px;
    left: 0px;
    top: unset;
  }
}
.section__head--title .title__principal {
  text-align: center;
  font-size: 3.2rem;
}
@media screen and (max-width: 1200px) {
  .section__head--title .title__principal {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1200px) and (max-width: 992px) {
  .section__head--title .title__principal {
    font-size: 2.4rem;
  }
}
.section__discover {
  position: relative;
  margin: 24px 0px;
  padding: 120px 0px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section__discover--top {
  margin-top: 80px;
}
.section__discover--services {
  background-image: url("../images/armando-ahassey-find-your-dream-home.jpg");
}
.section__discover--invest {
  background-image: url("../images/armando-ahassey-why-invest-in-real-state.jpg");
}
.section__discover--bg:hover::before {
  background-color: rgba(0, 0, 0, 0.6);
}
.section__discover--bg::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s ease-out;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .section__discover--bg::before {
    background: rgba(0, 0, 0, 0.6);
  }
}
.section__discover .row {
  position: relative;
  z-index: 2;
}
.section__community {
  padding-top: 80px;
}
@media screen and (max-width: 992px) {
  .section__community {
    padding-top: 60px;
  }
}
@media screen and (max-width: 992px) and (max-width: 768px) {
  .section__community {
    padding-top: 40px;
  }
}
.section__propiedades {
  padding-top: 0;
}
.section__testimonial {
  background-color: #F9F8F4;
}
.section__frase {
  margin-top: 80px;
  margin-bottom: 80px;
  background-color: #F9F9F9;
}
@media screen and (max-width: 576px) {
  .section__frase {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.section__frase--services {
  margin-bottom: 0;
}
.section__subnav {
  position: sticky;
  top: 88px;
  z-index: 9;
  height: 0;
}
.section__buying {
  padding-top: 240px;
  padding-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .section__buying {
    padding-top: 210px;
  }
}
.section__maximize {
  padding-top: 140px;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .section__maximize {
    padding-top: 120px;
  }
}
.section__rental {
  padding-top: 140px;
}
@media screen and (max-width: 768px) {
  .section__rental {
    padding-top: 60px;
  }
}
.section__airbnb {
  padding-top: 140px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .section__airbnb {
    padding-top: 60px;
  }
}
.section__why {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .section__why {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.section__partner {
  padding-bottom: 0;
}
@media screen and (max-width: 992px) {
  .section__partner {
    margin-top: 80px;
  }
}
.section__filter {
  padding-top: 0;
}
.section__contact {
  padding-top: 0;
}
.section__detail {
  position: sticky;
  top: 88px;
  z-index: 9;
  height: 0;
}
.section__gallery {
  padding-top: 0;
}
.section__description {
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  .section__location .container-fluid > .row {
    flex-direction: column-reverse;
  }
}
.section__build {
  position: relative;
}
.section__build::before {
  position: absolute;
  content: "";
  background-color: #F9F8F4;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.section__join {
  background-color: #F9F8F4;
}
.section__choose {
  padding-top: 0;
  padding-bottom: 80px;
}
.section__crafting {
  padding-top: 80px;
}
.section__process {
  padding-top: 80px;
  padding-bottom: 0px;
}
.section__matters {
  padding-top: 80px;
}
@media screen and (max-width: 992px) {
  .section__matters {
    padding-top: 40px;
  }
}
.section__newsletter {
  padding: 0px 0px 80px 0px;
}

#selling, #consulting {
  position: relative;
  top: -120px;
}

.photos {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.photos__pleca {
  width: 24px;
  height: auto;
  background-color: red;
}
.photos:hover .photos__item:not(:hover) {
  width: 20%;
}
.photos:hover .photos__item--two:hover {
  width: 60%;
}
.photos:hover .photos__item--three:hover {
  width: 60%;
}
.photos__item {
  height: 540px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.4s ease;
}
.photos__item--one {
  position: relative;
  width: 60%;
  background-image: url("../images/armando-ahassey-photo-cover.jpg");
}
@media screen and (max-width: 768px) {
  .photos__item--one {
    width: 70%;
  }
}
@media screen and (max-width: 768px) and (max-width: 576px) {
  .photos__item--one {
    width: 100%;
  }
}
.photos__item--one::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 24px;
  height: 100%;
  background-color: #fff;
}
.photos__item--two {
  width: 20%;
  background-color: blue;
  background-image: url("../images/armando-ahassey-photo-second.jpg");
}
@media screen and (max-width: 768px) {
  .photos__item--two {
    width: 30%;
  }
}
@media screen and (max-width: 768px) and (max-width: 576px) {
  .photos__item--two {
    display: none;
  }
}
.photos__item--three {
  position: relative;
  width: 20%;
  background-color: green;
  background-image: url("../images/armando-ahassey-photo-tres-covers.jpg");
}
@media screen and (max-width: 768px) {
  .photos__item--three {
    display: none;
  }
}
.photos__item--three::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 24px;
  height: 100%;
  background-color: #fff;
}
.photos__list--item img {
  border-radius: 8px;
}

.subnav {
  width: 100%;
  padding: 20px 0px;
  border-bottom: 1px solid #161616;
  background-color: #ffffff;
}
.subnav__list {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.subnav__item a {
  padding: 20px;
  font-family: "Merriweather Sans", sans-serif;
  font-size: 1rem;
  color: #161616;
}
@media screen and (max-width: 768px) {
  .subnav__item a {
    padding: 20px 8px;
    font-size: 0.8rem;
  }
}

.buying__img {
  border-radius: 8px;
}

.maximize__row {
  width: 100%;
}
.maximize__row--card {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 48px;
  margin-top: -200px;
}
@media screen and (max-width: 1200px) {
  .maximize__row--card {
    gap: 24px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1200px) {
  .maximize__row--card {
    margin-top: 60px;
  }
}
.maximize__item--title {
  width: 50%;
}
@media screen and (max-width: 1200px) {
  .maximize__item--title {
    width: 100%;
  }
}
.maximize__item--card {
  width: calc(50% - 24px);
  background-color: #F9F8F4;
  padding: 40px;
  border-radius: 8px;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 1200px) {
  .maximize__item--card {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  .maximize__item--card {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .maximize__item--card:nth-child(odd) {
    margin-top: -200px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  .maximize__item--card:nth-child(odd) {
    margin-top: 0px;
  }
}
.maximize__card--title {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.maximize__card--img {
  padding: 12px;
  background-color: #016A70;
  border-radius: 8px;
  margin-right: 20px;
}
.maximize__card--img img {
  width: 30px;
  min-width: 30px;
}

.rental__foto {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 24px;
}
.rental__foto img {
  width: 40%;
  height: 500px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 1200px) {
  .rental__foto img {
    width: 45%;
  }
}
@media screen and (max-width: 1200px) and (max-width: 992px) {
  .rental__foto img {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) and (max-width: 992px) and (max-width: 768px) {
  .rental__foto img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    margin-bottom: 30px;
  }
}
.rental__foto--right {
  margin-top: 40px;
}
@media screen and (max-width: 992px) {
  .rental__foto--right {
    display: none;
  }
}

.accordion-item {
  border: none !important;
}

.accordion-collapse.collapse.show {
  background-color: #F9F8F4;
}

.accordion-button {
  background-color: #F9F8F4 !important;
  font-family: "Merriweather Sans", sans-serif;
  border-radius: 8px;
  font-size: 1.6rem;
  color: #016A70 !important;
  box-shadow: none !important;
}

.accordion-button.collapsed {
  background-color: transparent !important;
}

.accordion#accordionFlushExample {
  background-color: transparent !important;
}
.accordion#accordionFlushExample .accordion-collapse.collapse.show {
  background-color: transparent !important;
}
.accordion#accordionFlushExample .accordion-button {
  color: #ffffff !important;
  background-color: transparent !important;
}
.accordion#accordionFlushExample .accordion-button.collapsed {
  background-color: transparent !important;
}
.accordion#accordionFlushExample .accordion-button::after {
  background-color: #ffffff;
  padding: 10px;
  border-radius: 4px;
}

.pleca__section {
  width: 60%;
  margin: 0 auto;
  height: 1px;
  background-color: #161616;
}
.pleca__caption {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 2px;
  margin-bottom: 4px;
  margin-left: 8px;
  background-color: #016A70;
}
.pleca__subtitle {
  margin: 20px 0px;
  width: 80px;
  height: 2px;
  background-color: #016A70;
}
.pleca__subtitle--center {
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 20px;
}
.pleca__subtitle--right {
  margin-left: auto;
}

.home_properties__row--title {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .home_properties__row--title {
    justify-content: flex-start;
  }
}
.home_properties__row--properties {
  margin-top: 100px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 100px 48px;
}
@media screen and (max-width: 768px) {
  .home_properties__row--properties {
    margin-top: 160px;
    gap: 60px 24px;
  }
}
@media screen and (max-width: 768px) and (max-width: 576px) {
  .home_properties__row--properties {
    margin-top: 40px;
  }
}
.home_properties__item--title {
  width: 40%;
}
@media screen and (max-width: 1400px) {
  .home_properties__item--title {
    width: 44%;
  }
}
@media screen and (max-width: 1400px) and (max-width: 768px) {
  .home_properties__item--title {
    width: 80%;
  }
}
@media screen and (max-width: 1400px) and (max-width: 768px) and (max-width: 576px) {
  .home_properties__item--title {
    width: 100%;
  }
}
.home_properties__item--properties {
  width: calc(50% - 24px);
}
@media screen and (max-width: 576px) {
  .home_properties__item--properties {
    width: 100%;
  }
}
.home_properties__item--properties img {
  border-radius: 12px;
  width: 100%;
}
.home_properties__item--properties:nth-child(odd) {
  margin-top: -300px;
}
@media screen and (max-width: 768px) {
  .home_properties__item--properties:nth-child(odd) {
    margin-top: -100px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .home_properties__item--properties:nth-child(odd) {
    margin-top: 0px;
  }
}
.home_properties__caption {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.testimonial__item .text__base {
  font-style: italic;
}
.testimonial__starts {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.testimonial__starts--content {
  margin-top: 3px;
  margin-right: 20px;
}
.testimonial .owl-nav {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.testimonial .owl-nav button span {
  font-size: 2rem;
  border-radius: 50px;
  font-weight: normal;
  padding: 0px 10px;
  margin: 0 12px;
  color: #ffffff;
  background-color: #016A70;
}

.owl-why {
  position: relative;
  top: 40px;
}
.owl-why .owl-nav {
  position: absolute;
  top: -60px;
  right: 0px;
}
@media screen and (max-width: 992px) {
  .owl-why .owl-nav {
    top: unset;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    left: 0;
    right: 0;
  }
}
.owl-why .owl-nav button span {
  font-size: 2rem;
  border-radius: 50px;
  font-weight: normal;
  padding: 0px 10px;
  margin: 0 6px;
  color: #016A70;
  background-color: #F9F8F4;
}

.why__item {
  width: 300px;
  padding: 40px;
  background-color: #F9F8F4;
}
.why__item--full {
  width: 100%;
  padding: 40px;
  background-color: #F9F8F4;
}
.why__item--title {
  font-weight: 200;
  font-style: italic;
  margin-bottom: 30px;
}
.why__title {
  padding: 0;
}
@media screen and (max-width: 992px) {
  .why__title {
    max-width: 540px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 992px) and (max-width: 768px) {
  .why__title {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.banner__footer {
  position: relative;
}
.banner__footer::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 50%;
  background-color: #000000;
}
.banner__footer::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 50%;
  background-color: #F9F8F4;
}
.banner__schedule {
  position: relative;
}
.banner__schedule::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 50%;
  background-color: #000000;
}
.banner__home {
  position: relative;
  border-radius: 24px;
  padding: 60px 0px;
  background-color: #016A70;
  background-image: url("../images/banner-homepage.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.banner__services {
  padding: 80px 0px;
  background-color: #016A70;
  background-image: url("../images/armando-ahassey-banner-airbnb.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 992px) {
  .frase__coma--left {
    transform: scale(1.3);
  }
}
@media screen and (max-width: 992px) and (max-width: 768px) {
  .frase__coma--left {
    transform: scale(1.8);
  }
}
@media screen and (max-width: 992px) and (max-width: 768px) and (max-width: 576px) {
  .frase__coma--left {
    transform: scale(2.2);
  }
}
@media screen and (max-width: 992px) {
  .frase__coma--right {
    transform: scale(1.3);
  }
}
@media screen and (max-width: 992px) and (max-width: 768px) {
  .frase__coma--right {
    transform: scale(1.8);
  }
}
@media screen and (max-width: 992px) and (max-width: 768px) and (max-width: 576px) {
  .frase__coma--right {
    transform: scale(2.2);
  }
}
.frase__coma--about {
  margin-top: 80px;
}

.community__img {
  border-radius: 16px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .community__img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center -140px;
       object-position: center -140px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 992px) and (max-width: 576px) {
  .community__img {
    height: 260px;
    -o-object-position: center -100px;
       object-position: center -100px;
  }
}

.airbnb__foto {
  border-radius: 8px;
}
@media screen and (max-width: 992px) {
  .airbnb__foto {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 992px) and (max-width: 992px) {
  .airbnb__foto {
    height: 260px;
  }
}

.photo__phantom--one {
  width: 100%;
  max-width: 500px;
  height: 300px;
  border-radius: 20px;
  margin: 0 auto;
}
.photo__phantom--one img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 992px) {
  .photo__phantom--one {
    margin: 0 auto;
  }
}
.photo__phantom--two {
  width: 100%;
  height: 300px;
}
.photo__phantom--two img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.photo__phantom--three {
  width: 100%;
  height: 300px;
  border-radius: 20px;
}
.photo__phantom--three img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.photo__phantom--four {
  width: 100%;
  height: 300px;
  z-index: 2;
  border-radius: 20px;
}
.photo__phantom--four img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}

.partner__card {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .partner__card {
    margin-bottom: 30px;
  }
}
.partner__card--img {
  width: 100%;
  border-radius: 8px 8px 0px 0px;
}
@media screen and (max-width: 992px) {
  .partner__card--img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.partner__card--text {
  padding: 40px;
  background-color: #F9F8F4;
  min-height: 280px;
}
@media screen and (max-width: 992px) {
  .partner__card--text {
    min-height: auto;
  }
}

.portfolio-cats a.active {
  opacity: 1;
}
.portfolio-cats a:hover {
  opacity: 1;
}
.portfolio-cats a {
  opacity: 0.6;
  cursor: pointer;
  padding: 4px 40px;
  border-radius: 6px;
  margin: 0px 6px;
  transition: all 0.3s;
}
@media screen and (max-width: 576px) {
  .portfolio-cats a {
    padding: 4px 16px;
    margin: 6px;
  }
}
.portfolio-cats__img {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 8px;
}
.portfolio-cats--todos {
  background-color: #016A70;
  font-family: "Merriweather Sans", sans-serif;
  color: #ffffff;
}
.portfolio-cats--airbnb {
  background-color: #FD5C63;
  color: #ffffff;
}
.portfolio-cats--rental {
  background-color: #000000;
  color: #ffffff;
}
.portfolio-cats--sale {
  background-color: #005FDB;
  color: #ffffff;
}

.contact__item {
  font-size: 1.2rem;
}
.contact__img {
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .contact__img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.contact-us__list {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
@media screen and (max-width: 576px) {
  .contact-us__list {
    justify-content: space-evenly;
  }
}
.contact-us__svg {
  width: auto;
  height: 40px;
}
.contact-us__svg path {
  fill: #016A70;
}
.contact-us__svg:hover path {
  fill: #161616;
}

.amenities__flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
}
.amenities__flex > div {
  width: calc(50% - 6px);
}
.amenities__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.amenities__list li {
  width: 50%;
  margin-bottom: 24px;
}
.amenities__item--front {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.amenities__item--front i {
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
  min-height: 2rem;
  font-size: 1.4375rem;
  color: #4c4c4c;
}
.amenities__item--location {
  margin-bottom: 12px;
}
.amenities__item--location img {
  width: 20px;
  height: 20px;
}

.gallery .scrollspy-example {
  height: 450px;
  margin-top: 0.5rem;
  overflow: auto;
}
.gallery .carousel {
  margin-bottom: 120px;
}
.gallery .carousel__item img {
  border-radius: 8px;
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.gallery .carousel .carousel-indicators {
  margin-bottom: 0px;
  bottom: -70px;
}
.gallery .carousel__thumb {
  border-radius: 4px;
  height: 50px;
  width: 50px;
}
.gallery .list-group-item.active {
  background-color: #016A70;
}

.interest__card {
  position: relative;
}
.interest__card--img {
  height: 220px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 8px;
}

.process__number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  background-color: #016A70;
}
.process__number--item {
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 6px;
  font-family: "miller-text", serif;
  color: #ffffff;
  font-size: 2rem;
}

.location__icon {
  width: 20px;
  height: 20px;
}
.location__descript {
  display: inline-flex;
  width: 200px;
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  .location__iframe {
    height: 200px;
  }
}

.detail #description {
  position: relative;
  top: -86px;
}
.detail #amenities {
  position: relative;
  top: -120px;
}
.detail #gallery, .detail #location {
  position: relative;
  top: -200px;
}

#contact {
  position: relative;
  top: -160px;
}

.footer {
  padding-top: 100px;
  padding-bottom: 0;
  width: 100%;
  background-color: #000000;
}
.footer__svg {
  width: 70px;
}
.footer__svg path, .footer__svg ellipse {
  fill: #ffffff;
}
.footer__nav {
  margin-top: 24px;
  display: flex;
  flex-direction: row;
  gap: 16px;
}
@media screen and (max-width: 992px) {
  .footer__nav {
    justify-content: center;
  }
}
@media screen and (max-width: 992px) and (max-width: 576px) {
  .footer__nav {
    gap: 24px 48px;
    flex-wrap: wrap;
  }
}
.footer__nav a {
  color: #ffffff;
  font-size: 0.9rem;
}
@media screen and (max-width: 1200px) {
  .footer__nav a {
    font-size: 0.8rem;
  }
}
.footer__nav a:hover {
  color: #00D9DA;
}
.footer__nav a.active {
  color: #00ACB0;
}
.footer__social {
  margin-top: 24px;
  display: flex;
  flex-direction: row;
  gap: 16px;
}
@media screen and (max-width: 992px) {
  .footer__social {
    justify-content: center;
  }
}
.footer__social--item a {
  position: relative;
  display: inline-block;
  width: 30px;
}
.footer__social--item a img {
  width: 100%;
}
.footer__col--subscribe {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 992px) {
  .footer__col--subscribe {
    align-items: center;
  }
}
.footer__col--legales {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .footer__col--legales {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) and (max-width: 576px) {
  .footer__col--legales {
    align-items: center;
  }
}
.footer__subscribe {
  width: 100%;
  margin-top: 24px;
  text-align: right;
}
@media screen and (max-width: 992px) {
  .footer__subscribe {
    text-align: center;
  }
}
.footer__subscribe .input {
  padding: 7px 12px;
  border-radius: 6px 0px 0px 6px;
  border: 1px solid #000000;
  font-family: "Merriweather Sans", sans-serif;
  font-weight: normal;
  font-size: 0.9rem;
  border: 1px solid;
  width: 50%;
}
.footer__subscribe .input::-moz-placeholder {
  color: #989898;
}
.footer__subscribe .input::placeholder {
  color: #989898;
}
@media screen and (max-width: 992px) {
  .footer__subscribe .input {
    width: 60%;
  }
}
.footer__subscribe--legacy {
  font-family: "Merriweather Sans", sans-serif;
  color: #ffffff;
  font-size: 0.8rem;
  margin-top: 14px;
}
.footer__subscribe--legacy a {
  color: #ffffff;
  text-decoration: underline;
}
.footer__submit {
  font-family: "Merriweather Sans", sans-serif;
  background-color: #016A70;
  padding: 8px 12px;
  width: 20%;
  border: none;
  margin-left: -4px;
  border-radius: 0px 6px 6px 0px;
  color: #ffffff;
  font-size: 0.9rem;
}
@media screen and (max-width: 1200px) {
  .footer__submit {
    width: 30%;
  }
}
.footer__legales {
  margin-top: 40px;
  border-top: 1px solid #ffffff;
  padding: 40px 0px;
}
.footer__legales a {
  font-size: 0.9rem;
  color: #ffffff;
  text-decoration: underline;
}
@media screen and (max-width: 1200px) {
  .footer__legales a {
    font-size: 0.8rem;
  }
}
.footer__legales a.active {
  color: #00ACB0;
}
.footer__legales--text {
  font-size: 0.9rem;
  color: #ffffff;
}
@media screen and (max-width: 1200px) {
  .footer__legales--text {
    font-size: 0.8rem;
  }
}

.newsletter__article {
  position: relative;
}
.newsletter__article::before {
  position: absolute;
  content: "";
  bottom: 0;
  height: 380px;
  width: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(360deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 15%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}
.newsletter__article--title {
  font-family: "Merriweather Sans", sans-serif;
  font-size: 2rem;
}
.newsletter__article--subtitle {
  font-family: "Merriweather Sans", sans-serif;
  font-size: 1.5rem;
  margin-top: 12px;
}
.newsletter__article--text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -80px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  z-index: 2;
}
.newsletter__input {
  width: 60%;
  padding: 8px 12px;
  border-radius: 8px 0px 0px 8px;
}
.newsletter__send {
  position: relative;
  border: none;
  left: -5px;
  width: 38%;
  color: #ffffff;
  padding: 10px 12px;
  font-size: 1rem;
  border-radius: 0px 8px 8px 0px;
}
.newsletter__send--dark {
  background-color: #161616;
}
.newsletter__send--green {
  background-color: #016A70;
}

.am-icon {
  font-weight: bold;
}

.rounded__item {
  border-radius: 8px;
}

/* MENSAJE DE ERROR */
.formulario__grupo-input {
  position: relative;
}

.formulario__input-error {
  font-family: "Merriweather Sans", sans-serif;
  color: #ffffff;
  font-size: 0.9rem;
  margin-bottom: 0px;
  padding: 4px 8px;
  display: none;
}

.formulario__input-error-activo {
  display: block;
}

.formulario__validacion-estado {
  position: absolute;
  right: 6px;
  top: 24px;
  z-index: 100;
  font-size: 16px;
  opacity: 0;
}

#banner_reserva .formulario__validacion-estado {
  position: absolute;
  right: unset;
  top: 18px;
  margin-left: 120px;
}

#banner_reserva .item_form:nth-child(2) .formulario__validacion-estado {
  margin-left: 144px;
}

#banner_reserva .item_form:nth-child(4) .formulario__validacion-estado {
  margin-left: 156px;
}

.formulario__mensaje, .formulario__captcha {
  height: 45px;
  line-height: 45px;
  background: #F66060;
  padding: 0 15px;
  border-radius: 3px;
  margin-bottom: 12px;
  display: none;
}

.formulario__mensaje-activo {
  display: block;
}

.formulario__mensaje-exito {
  margin-top: 8px;
  font-size: 14px;
  background-color: #1eab0b;
  padding: 10px 15px;
  color: #ffffff;
  display: none;
}

.formulario__mensaje-exito-activo {
  display: block;
}

/* Estilos para Validacion */
.formulario__grupo-correcto .formulario__validacion-estado {
  color: #1ed12d;
  opacity: 1;
}

.formulario__grupo-incorrecto .formulario__label {
  color: #bb2929;
}

.formulario__grupo-incorrecto .formulario__validacion-estado {
  color: #bb2929;
  opacity: 1;
}

.formulario__grupo-incorrecto .formulario__input {
  border: 3px solid #bb2929;
}/*# sourceMappingURL=style.css.map */