@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap");
@font-face {
  font-family: "nexa-light";
  src: url("../fonts/Nexa Light.otf") format("woff2");
}
@font-face {
  font-family: "nexa-regular";
  src: url("../fonts/NexaRegular.otf") format("woff2");
}
@font-face {
  font-family: "nexa-bold";
  src: url("../fonts/NexaBold.otf") format("woff2");
}
@font-face {
  font-family: "nexa-black";
  src: url("../fonts/NexaHeavy.otf") format("woff2");
}
* {
  -webkit-tap-highlight-color: transparent !important;
  margin: 0;
  padding: 0;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

html {
  scroll-behavior: smooth !important;
}

body {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  background: url("../img/logo/bg.jpg");
  background-attachment: fixed;
}
@media screen and (min-width: 1024px) {
  body {
    position: unset;
  }
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

p,
li,
span,
a,
input,
textarea {
  font-family: "nexa-regular";
  font-size: 16px;
}

a:focus,
button:focus,
select:focus {
  outline: none !important;
}

.contenedor {
  width: 92%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .contenedor {
    width: 720px;
    max-width: 720px;
  }
}
@media screen and (min-width: 1024px) {
  .contenedor {
    width: 960px;
    min-width: 960px;
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .contenedor {
    min-width: 1114px;
  }
}

.bg-nav-pc {
  background: url("../img/busqueda/bg_nav.png") !important;
  background-position: center !important;
  background-size: cover !important;
}

.mostrar-submenu {
  display: block !important;
  transition: 0.2s;
  /* position: absolute; */
    top: 70px !;
    left: 32px;
}

.mostrar-submenu2 {
  display: block !important;
  transition: 0.2s;
    top: 70px !;
    position: relative;
    top: -70px;
}

.mostrar-nav {
  left: 0 !important;
  transition: 0.2s;
}

.mostrar-menu-filtros {
  left: 0 !important;
  transition: 0.3s;
}

.mostrar-wrapper {
  opacity: 1 !important;
  transition: 0.2s;
  display: block !important;
  z-index: 998;
}

.wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: 0.2s;
  display: none;
}

.fondo {
  background-color: #ffffff;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 70px;
  background: #ffffff;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 998;
}
header .contenedor {
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .contenedor .logo img {
  width: 150px;
}
header .contenedor #nav-movil {
  position: absolute;
  top: 70px;
  left: 0;
  width: 220px;
  height: 100vh;
  background-color: #983628;
  padding: 20px;
  display: flex;
  flex-direction: column;
  left: -100%;
  transition: 0.2s;
  box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.26);
}
header .contenedor #nav-movil i {
  color: #fff;
  text-align: right;
}
header .contenedor #nav-movil .menu {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
header .contenedor #nav-movil .menu a {
  color: #fff;
  text-decoration: none;
  padding: 15px 0;
  font-size: 18px;
}
header .contenedor #nav-movil .llamanos {
  color: #fff;
  margin-bottom: 10px;
  font-size: 18px;
}
header .contenedor #nav-movil .social {
  display: flex;
  justify-content: space-around;
}
header .contenedor #nav-movil .social a img {
  width: 22px;
  margin-right: 12px;
}
header .contenedor i {
  font-size: 22px;
  color: #983628;
}
@media screen and (min-width: 1024px) {
  header {
    display: none;
  }
}

.header-pc1 {
  display: none;
}
@media screen and (min-width: 1024px) {
  .header-pc1 {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    background: transparent;
    width: 100%;
    height: 70px;
    z-index: 999;
  }
  .header-pc1 .contenedor {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
  }
  .header-pc1 .contenedor .logo a img {
    width: 200px;
  }
  .header-pc1 .contenedor .llamanos span {
    color: #E6523C;
    font-weight: 600;
  }
  .header-pc1 .contenedor .social a img {
    width: 20px;
    margin-right: 10px;
  }
  .header-pc1 .contenedor .menu {
    background: rgba(230, 83, 60, 0.7529411765);
    width: 100px;
    height: 70px;
    display: flex;
    align-items: center;
    padding: 0 20px;
  }
  .header-pc1 .contenedor .menu .boton {
    cursor: pointer;
    color: #ffffff;
  }
  .header-pc1 .contenedor .menu .boton span {
    margin-right: 5px;
  }
  .header-pc1 .contenedor .menu .dropdown {
    display: none;
  }
}

.submenu {
  display: none;
}
@media screen and (min-width: 1024px) {
  .submenu {
    display: none;
    /* position: relative; */
    /* top: -70px; */
  }
  .submenu .contenedor {
    position: relative;
  }
  .submenu .contenedor .items {
    position: absolute;
    top: 70px;
    right: 0;
    width: 100px;
    padding: 10px 20px;
    background: rgba(230, 83, 60, 0.7529411765);
    z-index: 999;
    display: flex;
    flex-direction: column;
  }
  .submenu .contenedor .items a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    padding: 20px 0;
    border-bottom: 1px solid #ffffff;
    font-size: 15px;
  }
  .submenu .contenedor .items a:last-child {
    border: none;
  }






  .submenu2 {
    display: none;
    position: relative;
    top: -70px;
  }
  .submenu2 .contenedor {
    position: relative;
  }
  .submenu2 .contenedor .items {
    position: absolute;
    top: 70px;
    right: 0;
    width: 100px;
    padding: 10px 20px;
    background: rgba(230, 83, 60, 0.7529411765);
    z-index: 999;
    display: flex;
    flex-direction: column;
  }
  .submenu2 .contenedor .items a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    padding: 20px 0;
    border-bottom: 1px solid #ffffff;
    font-size: 15px;
  }
  .submenu2 .contenedor .items a:last-child {
    border: none;
  }



}

.swiper {
  margin-top: 70px;
  height: 280px;
  -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 85%, 85% 100%, 15% 100%, 0 85%, 0 0);
          clip-path: polygon(50% 0%, 100% 0, 100% 85%, 85% 100%, 15% 100%, 0 85%, 0 0);
  box-shadow: 0px 40px 5px 0px rgba(0, 0, 0, 0.75);
}
.swiper .swiper-wrapper .swiper-slide {
  position: relative;
}
.swiper .swiper-wrapper .swiper-slide .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 280px;
  z-index: 1;
}
.swiper .swiper-wrapper .swiper-slide .logo-metalico {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 280px;
  z-index: 2;
}
.swiper .swiper-pagination-bullet {
  width: 20px;
  height: 3px;
  border-radius: 0 !important;
}
@media screen and (min-width: 768px) {
  .swiper {
    -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 80%, 90% 100%, 10% 100%, 0 80%, 0 0);
            clip-path: polygon(20% 0%, 80% 0%, 100% 0, 100% 80%, 90% 100%, 10% 100%, 0 80%, 0 0);
    margin-top: 70px;
    height: 400px;
  }
  .swiper .swiper-wrapper .swiper-slide .bg {
    height: 400px;
  }
  .swiper .swiper-wrapper .swiper-slide .logo-metalico {
    width: 480px;
  }
}
@media screen and (min-width: 1024px) {
  .swiper {
    -webkit-clip-path: polygon(90% 100%, 100% 82%, 100% 0%, 70.71% 0%, 29.29% 0%, 0% 0%, 0% 82%, 10% 100%);
            clip-path: polygon(90% 100%, 100% 82%, 100% 0%, 70.71% 0%, 29.29% 0%, 0% 0%, 0% 82%, 10% 100%);
    margin-top: 0;
    height: 550px;
  }
  .swiper .swiper-wrapper .swiper-slide .bg {
    height: 550px;
  }
  .swiper .swiper-wrapper .swiper-slide .logo-metalico {
    width: 550px;
  }
}
@media screen and (min-width: 1200px) {
  .swiper {
    height: 650px;
  }
  .swiper .swiper-wrapper .swiper-slide .bg {
    height: 650px;
  }
  .swiper .swiper-wrapper .swiper-slide .logo-metalico {
    width: 650px;
  }
}
@media screen and (min-width: 1600px) {
  .swiper {
    height: 750px;
  }
  .swiper .swiper-wrapper .swiper-slide .bg {
    height: 750px;
  }
  .swiper .swiper-wrapper .swiper-slide .logo-metalico {
    width: 750px;
  }
}
@media screen and (min-width: 1920px) {
  .swiper {
    height: 800px;
  }
  .swiper .swiper-wrapper .swiper-slide .bg {
    height: 800px;
  }
  .swiper .swiper-wrapper .swiper-slide .logo-metalico {
    width: 800px;
  }
}

.filtros {
  position: relative;
  margin-top: -50px;
  background: url("../img/filtros/bg.png");
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  height: 480px;
  -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 100%, 90% 90%, 10% 90%, 0 100%, 0 0);
          clip-path: polygon(50% 0%, 100% 0, 100% 100%, 90% 90%, 10% 90%, 0 100%, 0 0);
}
.filtros .contenedor form {
  width: 92%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin-top: 12px;
}
.filtros .contenedor form .capa {
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  padding: 30px 20px;
  box-sizing: border-box;
  margin-bottom: 30px;
  -webkit-clip-path: polygon(evenodd, 95% 100%, 100% 95%, 100% 5%, 95% 0%, 5% 0%, 0% 5%, 0% 95%, 5% 100%);
          clip-path: polygon(evenodd, 95% 100%, 100% 95%, 100% 5%, 95% 0%, 5% 0%, 0% 5%, 0% 95%, 5% 100%);
}
.filtros .contenedor form .capa select {
  width: 100%;
  height: 50px;
  padding: 5px 10px 0 10px;
  border: none;
  margin-bottom: 14px;
  -webkit-clip-path: polygon(evenodd, 97% 100%, 100% 80%, 100% 20%, 97% 0%, 3% 0%, 0% 20%, 0% 80%, 3% 100%);
          clip-path: polygon(evenodd, 97% 100%, 100% 80%, 100% 20%, 97% 0%, 3% 0%, 0% 20%, 0% 80%, 3% 100%);
  color: #983628;
  font-family: "nexa-regular";
  font-size: 15px !important;
}
.filtros .contenedor form .capa input {
  width: 100%;
  height: 50px;
  padding-top: 5px;
  padding: 5px 10px 0 10px;
  border: none;
  margin-bottom: 14px;
  -webkit-clip-path: polygon(evenodd, 97% 100%, 100% 80%, 100% 20%, 97% 0%, 3% 0%, 0% 20%, 0% 80%, 3% 100%);
          clip-path: polygon(evenodd, 97% 100%, 100% 80%, 100% 20%, 97% 0%, 3% 0%, 0% 20%, 0% 80%, 3% 100%);
  box-sizing: border-box;
  font-family: "nexa-regular";
  font-size: 15px !important;
  color: #983628;
  text-transform: uppercase;
}
.filtros .contenedor form .capa input::-moz-placeholder {
  color: #983628 !important;
  font-family: "nexa-regular";
}
.filtros .contenedor form .capa input::placeholder {
  color: #983628 !important;
  font-family: "nexa-regular";
}
.filtros .contenedor form .capa input :-ms-input-placeholder {
  color: #983628 !important;
}
.filtros .contenedor form .capa input ::-ms-input-placeholder {
  color: #983628 !important;
}
.filtros .contenedor form .capa .boton-enviar {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  border: 0;
  width: 100%;
  font-family: "nexa-bold";
  background: #983628;
  padding: 15px 12px 12px 12px;
  color: #FFFBEA;
  -webkit-clip-path: polygon(evenodd, 97% 100%, 100% 80%, 100% 20%, 97% 0%, 3% 0%, 0% 20%, 0% 80%, 3% 100%);
          clip-path: polygon(evenodd, 97% 100%, 100% 80%, 100% 20%, 97% 0%, 3% 0%, 0% 20%, 0% 80%, 3% 100%);
}
.filtros .contenedor form .capa .boton-enviar img {
  width: 20px;
  margin-bottom: 3px;
  margin-right: 6px;
}
@media screen and (min-width: 768px) {
  .filtros {
    margin-top: -150px;
    height: 600px;
  }
  .filtros .contenedor form {
    margin-top: 60px;
  }
  .filtros .contenedor form .capa {
    -webkit-clip-path: polygon(98% 100%, 100% 95%, 100% 5%, 98% 0%, 2% 0%, 0% 5%, 0% 95%, 2% 100%);
            clip-path: polygon(98% 100%, 100% 95%, 100% 5%, 98% 0%, 2% 0%, 0% 5%, 0% 95%, 2% 100%);
  }
  .filtros .contenedor form .capa select {
    -webkit-clip-path: polygon(98.5% 100%, 100% 80%, 100% 20%, 98.5% 0%, 1.5% 0%, 0% 20%, 0% 80%, 1.5% 100%);
            clip-path: polygon(98.5% 100%, 100% 80%, 100% 20%, 98.5% 0%, 1.5% 0%, 0% 20%, 0% 80%, 1.5% 100%);
  }
  .filtros .contenedor form .capa input {
    -webkit-clip-path: polygon(98.5% 100%, 100% 80%, 100% 20%, 98.5% 0%, 1.5% 0%, 0% 20%, 0% 80%, 1.5% 100%);
            clip-path: polygon(98.5% 100%, 100% 80%, 100% 20%, 98.5% 0%, 1.5% 0%, 0% 20%, 0% 80%, 1.5% 100%);
  }
  .filtros .contenedor form .capa .boton-enviar {
    -webkit-clip-path: polygon(98.5% 100%, 100% 80%, 100% 20%, 98.5% 0%, 1.5% 0%, 0% 20%, 0% 80%, 1.5% 100%);
            clip-path: polygon(98.5% 100%, 100% 80%, 100% 20%, 98.5% 0%, 1.5% 0%, 0% 20%, 0% 80%, 1.5% 100%);
  }
}
@media screen and (min-width: 1024px) {
  .filtros {
    -webkit-clip-path: polygon(90% 82%, 100% 100%, 100% 0%, 70.71% 0%, 29.29% 0%, 0% 0%, 0% 100%, 10% 82%);
            clip-path: polygon(90% 82%, 100% 100%, 100% 0%, 70.71% 0%, 29.29% 0%, 0% 0%, 0% 100%, 10% 82%);
    margin-top: -110px;
    height: 700px;
  }
  .filtros .contenedor form {
    margin-top: 0px;
    max-width: 1114px;
  }
  .filtros .contenedor form .capa {
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-clip-path: polygon(2% 0, 98% 0, 100% 20%, 100% 80%, 98% 100%, 2% 100%, 0 88%, 0 20%);
            clip-path: polygon(2% 0, 98% 0, 100% 20%, 100% 80%, 98% 100%, 2% 100%, 0 88%, 0 20%);
  }
  .filtros .contenedor form .capa select {
    margin: 0 5px;
    padding: 18px 15px 15px 15px;
    width: 25%;
    -webkit-clip-path: polygon(97% 100%, 100% 80%, 100% 20%, 97% 0%, 3% 0%, 0% 20%, 0% 80%, 3% 100%);
            clip-path: polygon(97% 100%, 100% 80%, 100% 20%, 97% 0%, 3% 0%, 0% 20%, 0% 80%, 3% 100%);
  }
  .filtros .contenedor form .capa select option {
    padding: 10px !important;
  }
  .filtros .contenedor form .capa input {
    margin: 0 5px;
    padding: 18px 15px 15px 15px;
    width: 35%;
    -webkit-clip-path: polygon(97% 100%, 100% 80%, 100% 20%, 97% 0%, 3% 0%, 0% 20%, 0% 80%, 3% 100%);
            clip-path: polygon(97% 100%, 100% 80%, 100% 20%, 97% 0%, 3% 0%, 0% 20%, 0% 80%, 3% 100%);
  }
  .filtros .contenedor form .capa .boton-enviar {
    margin: 0 5px;
    display: block;
    margin-top: 0;
    width: 140px;
    -webkit-clip-path: polygon(92% 100%, 100% 80%, 100% 20%, 92% 0%, 7% 0%, 0% 20%, 0% 80%, 7% 100%);
            clip-path: polygon(92% 100%, 100% 80%, 100% 20%, 92% 0%, 7% 0%, 0% 20%, 0% 80%, 7% 100%);
  }
}
@media screen and (min-width: 1200px) {
  .filtros {
    margin-top: -130px;
    height: 800px;
  }
}
@media screen and (min-width: 1600px) {
  .filtros {
    margin-top: -140px;
    height: 900px;
  }
  .filtros .contenedor form {
    margin-top: 5px;
  }
}
@media screen and (min-width: 1920px) {
  .filtros {
    margin-top: -160px;
    height: 950px;
  }
}

.quienes .contenedor .lado1 {
  margin-bottom: 60px;
}
.quienes .contenedor .lado1 .texto {
  margin-bottom: 40px;
}
.quienes .contenedor .lado1 .texto .titulo-nosotros {
  font-family: "nexa-black";
  color: #E6523C;
  margin-bottom: 15px;
}
.quienes .contenedor .lado1 .texto .titulo {
  font-family: "nexa-bold";
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.quienes .contenedor .lado1 .texto p {
  font-family: "nexa-regular";
  text-align: justify;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.55);
}
.quienes .contenedor .lado1 .contador {
  position: relative;
  width: 300px;
  height: 140px;
  margin: 0 auto;
}
.quienes .contenedor .lado1 .contador img {
  width: 130px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.quienes .contenedor .lado1 .contador .metros {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
  display: flex;
  align-items: center;
}
.quienes .contenedor .lado1 .contador .metros .valor {
  font-family: "nexa-bold";
  color: #983628;
  font-size: 46px;
  margin-right: 10px;
}
.quienes .contenedor .lado1 .contador .metros .m2 {
  font-family: "nexa-bold";
  color: #983628;
  font-size: 46px;
}
.quienes .contenedor .lado1 .contador .texto {
  position: absolute;
  top: 86px;
  left: 140px;
  font-family: "nexa-regular";
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .quienes .contenedor .lado2 {
    text-align: center;
    margin-bottom: 20px;
  }
  .quienes .contenedor .lado2 img {
    width: 500px;
  }
}
@media screen and (min-width: 1024px) {
  .quienes .contenedor {
    display: flex;
    justify-content: space-between;
  }
  .quienes .contenedor .lado1 {
    width: 48%;
  }
  .quienes .contenedor .lado1 .contador {
    width: 300px;
  }
  .quienes .contenedor .lado1 .contador img {
    width: 150px;
  }
  .quienes .contenedor .lado1 .contador .metros {
    margin-left: 10px;
  }
  .quienes .contenedor .lado1 .contador .metros .valor {
    font-size: 54px;
  }
  .quienes .contenedor .lado1 .contador .texto {
    width: 160px;
    margin-left: 20px;
  }
  .quienes .contenedor .lado2 {
    width: 48%;
  }
}
@media screen and (min-width: 1200px) {
  .quienes .contenedor .lado1 {
    width: 48%;
  }
  .quienes .contenedor .lado1 .texto .titulo-nosotros {
    font-size: 18px;
  }
  .quienes .contenedor .lado1 .texto .titulo {
    font-size: 30px;
    width: 400px;
  }
  .quienes .contenedor .lado1 .texto p {
    display: block;
    line-height: 1.6;
    margin-bottom: 80px;
  }
  .quienes .contenedor .lado1 .contador {
    width: 300px;
  }
  .quienes .contenedor .lado1 .contador img {
    width: 150px;
  }
  .quienes .contenedor .lado1 .contador .metros {
    margin-left: 10px;
  }
  .quienes .contenedor .lado1 .contador .metros .valor {
    font-size: 54px;
  }
  .quienes .contenedor .lado1 .contador .texto {
    width: 160px;
    margin-left: 20px;
  }
  .quienes .contenedor .lado2 {
    width: 48%;
    text-align: right;
  }
  .quienes .contenedor .lado2 img {
    width: 450px;
  }
}

.propiedades {
  background: #ffffff;
  padding: 40px 0;
}
.propiedades .contenedor .titulo {
  font-family: "nexa-bold";
  font-size: 22px;
  margin-bottom: 30px;
}
.propiedades .contenedor .items .owl-carousel .owl-dots {
  margin-top: 20px;
}
.propiedades .contenedor .items .owl-carousel .owl-dots .owl-dot span {
  border-radius: 0 !important;
  width: 8px;
  height: 8px;
}
.propiedades .contenedor .items .owl-carousel .owl-dots .active span {
  background: #983628;
}
.propiedades .contenedor .items .owl-carousel .item {
  margin: 8px;
}
.propiedades .contenedor .items .owl-carousel .item .superior {
  position: relative;
  height: 280px;
  -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 100%, 85% 100%, 0 100%, 0 20%, 15% 0);
          clip-path: polygon(50% 0%, 100% 0, 100% 100%, 85% 100%, 0 100%, 0 20%, 15% 0);
}
.propiedades .contenedor .items .owl-carousel .item .superior:hover .capa {
  opacity: 1;
  transition: 0.3s;
  z-index: 2;
}
.propiedades .contenedor .items .owl-carousel .item .superior:hover .capa2 {
  opacity: 0;
  transition: 0.3s;
}
.propiedades .contenedor .items .owl-carousel .item .superior img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.propiedades .contenedor .items .owl-carousel .item .superior .capa {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(152, 55, 40, 0.8823529412);
  z-index: 2;
  opacity: 0;
  transition: 0.3s;
}
.propiedades .contenedor .items .owl-carousel .item .superior .capa2 {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 60px;
  background: rgba(152, 55, 40, 0.8823529412);
  z-index: 2;
  opacity: 1;
  transition: 0.3s;
}
.propiedades .contenedor .items .owl-carousel .item .superior .operacion {
  position: absolute;
  top: 0;
  right: 0;
  background: #E6523C;
  width: 50px;
  height: 20px;
  margin: 15px 15px 0;
  padding: 6px 16px 2px 16px;
  -webkit-clip-path: polygon(5% 0, 95% 0, 100% 20%, 100% 80%, 95% 100%, 5% 100%, 0% 80%, 0% 20%);
          clip-path: polygon(5% 0, 95% 0, 100% 20%, 100% 80%, 95% 100%, 5% 100%, 0% 80%, 0% 20%);
  z-index: 2;
}
.propiedades .contenedor .items .owl-carousel .item .superior .operacion span {
  color: #f2f2f2;
}
.propiedades .contenedor .items .owl-carousel .item .superior .texto {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 0 5px 20px;
  z-index: 2;
}
.propiedades .contenedor .items .owl-carousel .item .superior .texto .tipo {
  font-family: "nexa-bold";
  text-transform: uppercase;
  color: #E6523C;
  margin-bottom: 5px;
  font-size: 20px;
}
.propiedades .contenedor .items .owl-carousel .item .superior .texto .valor {
  font-family: "nexa-bold";
  color: #f2f2f2;
  font-size: 20px;
}
.propiedades .contenedor .items .owl-carousel .item .inferior {
  padding: 20px;
  background-color: #f2f2f2;
  height: auto;
  -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 80%, 85% 100%, 0 100%, 0% 60%, 0 0);
          clip-path: polygon(50% 0%, 100% 0, 100% 80%, 85% 100%, 0 100%, 0% 60%, 0 0);
}
.propiedades .contenedor .items .owl-carousel .item .inferior .titulo {
  font-family: "nexa-bold";
  font-size: 22px;
  margin-bottom: 5px;
}
.propiedades .contenedor .items .owl-carousel .item .inferior .colonia {
  font-family: "nexa-regular";
  color: #E6523C;
}
.propiedades .contenedor .items .owl-carousel .item .inferior .servicios {
  margin: 10px 0;
  display: flex;
  justify-content: space-around;
}
.propiedades .contenedor .items .owl-carousel .item .inferior .servicios .servicio {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.propiedades .contenedor .items .owl-carousel .item .inferior .servicios .servicio:last-child {
  margin: 0 !important;
}
.propiedades .contenedor .items .owl-carousel .item .inferior .servicios .servicio img {
  width: 32px;
  margin-right: 8px;
}
.propiedades .contenedor .items .owl-carousel .item .inferior .servicios .servicio .valor {
  padding-top: 5px;
  font-size: 15px !important;
  font-family: "nexa-regular";
  color: #983628;
}
.propiedades .contenedor .items .owl-carousel .item .inferior .descripcion {
  font-family: "nexa-regular";
  color: rgba(0, 0, 0, 0.7);
  text-align: justify;
  line-height: 1.4;
  margin-bottom: 10px;
}
.propiedades .contenedor .items .owl-carousel .item .inferior .mas {
  display: flex;
  align-items: center;
}
.propiedades .contenedor .items .owl-carousel .item .inferior .mas a {
  margin-right: 6px;
  font-family: "nexa-regular";
  color: #E6523C;
  text-decoration: none;
  padding: 8px 0 3px 0;
  border-bottom: 1px solid #E6523C;
}
.propiedades .contenedor .items .owl-carousel .item .inferior .mas i {
  font-size: 12px !important;
  color: #983628;
}
@media screen and (min-width: 1200px) {
  .propiedades .contenedor .titulo {
    font-size: 30px;
    margin-bottom: 50px;
  }
}

.clientes {
  position: relative;
  padding: 40px 0;
  background: url("../img/clientes/01.png");
  background-attachment: fixed;
  background-size: cover;
}
.clientes .contenedor .titulo {
  font-family: "nexa-bold";
  font-size: 22px;
  color: #FFFBEA;
  margin-bottom: 30px;
}
.clientes .contenedor .items .owl-carousel2 .owl-dots {
  padding-top: 20px !important;
}
.clientes .contenedor .items .owl-carousel2 .owl-dots .owl-dot span {
  background: #f2f2f2;
}
.clientes .contenedor .items .owl-carousel2 .owl-dots .active span {
  background: #E6523C;
}
.clientes .contenedor .items .owl-carousel2 .owl-nav {
  position: absolute;
  top: -78px;
  right: 0;
}
.clientes .contenedor .items .owl-carousel2 .owl-nav span {
  color: #FFFBEA;
  font-size: 36px;
  font-family: inherit;
}
.clientes .contenedor .items .owl-carousel2 .owl-nav .owl-prev {
  margin-right: 15px;
}
.clientes .contenedor .items .owl-carousel2 .owl-nav .owl-prev:hover {
  background: none;
}
.clientes .contenedor .items .owl-carousel2 .owl-nav .owl-next {
  background: none;
}
.clientes .contenedor .items .owl-carousel2 .item {
  background: #FFFBEA;
  padding: 20px;
  margin: 5px;
}
.clientes .contenedor .items .owl-carousel2 .item .comillas {
  display: flex;
  justify-content: end;
  margin-bottom: 20px;
}
.clientes .contenedor .items .owl-carousel2 .item .comillas img {
  width: 20px;
}
.clientes .contenedor .items .owl-carousel2 .item .nombre-puesto {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.clientes .contenedor .items .owl-carousel2 .item .nombre-puesto .nombre {
  font-family: "nexa-bold" !important;
  font-size: 18px;
}
.clientes .contenedor .items .owl-carousel2 .item .nombre-puesto .puesto {
  font-family: "nexa-regular";
  color: rgba(0, 0, 0, 0.5);
}
.clientes .contenedor .items .owl-carousel2 .item p {
  font-family: "nexa-regular";
  color: rgba(0, 0, 0, 0.5);
  text-align: justify;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .clientes {
    display: none;
  }
}

.clientes-pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .clientes-pc {
    display: unset;
  }
  .clientes-pc .contenedor {
    padding: 80px 0;
  }
  .clientes-pc .contenedor .contenido {
    overflow: hidden !important;
    position: relative;
    width: 100%;
    height: 700px;
    z-index: 1;
    box-sizing: border-box;
  }
  .clientes-pc .contenedor .contenido .titulo {
    position: absolute;
    top: 100px;
    left: 140px;
    font-family: "nexa-bold";
    font-size: 30px;
    color: #FFFBEA;
    margin-bottom: 30px;
    z-index: 3;
  }
  .clientes-pc .contenedor .contenido .fondo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    z-index: 1;
  }
  .clientes-pc .contenedor .contenido .q {
    position: absolute;
    top: 40px;
    left: 40px;
    width: 600px;
    z-index: 2;
  }
  .clientes-pc .contenedor .contenido .owl-carousel2 {
    position: absolute;
    left: 40px;
    top: 145px;
    left: 200px;
    z-index: 5;
  }
  .clientes-pc .contenedor .contenido .owl-carousel2 .owl-nav.disabled {
    display: unset;
  }
  .clientes-pc .contenedor .contenido .owl-carousel2 .owl-dots {
    padding-top: 20px !important;
  }
  .clientes-pc .contenedor .contenido .owl-carousel2 .owl-dots .owl-dot span {
    background: #f2f2f2;
  }
  .clientes-pc .contenedor .contenido .owl-carousel2 .owl-dots .active span {
    background: #E6523C;
  }
  .clientes-pc .contenedor .contenido .owl-carousel2 .owl-nav {
    position: absolute;
    top: -93px;
    left: 292px;
  }
  .clientes-pc .contenedor .contenido .owl-carousel2 .owl-nav span {
    color: #FFFBEA;
    font-size: 36px;
    font-family: inherit;
  }
  .clientes-pc .contenedor .contenido .owl-carousel2 .owl-nav .owl-prev {
    margin-right: 10px;
  }
  .clientes-pc .contenedor .contenido .owl-carousel2 .owl-nav .owl-prev:hover {
    background: none;
  }
  .clientes-pc .contenedor .contenido .owl-carousel2 .owl-nav .owl-next {
    background: none;
  }
  .clientes-pc .contenedor .contenido .owl-carousel2 .item {
    background: #FFFBEA;
    padding: 30px;
    margin: 5px;
  }
  .clientes-pc .contenedor .contenido .owl-carousel2 .item .comillas {
    display: flex;
    justify-content: end;
    margin-bottom: 20px;
  }
  .clientes-pc .contenedor .contenido .owl-carousel2 .item .comillas img {
    width: 20px;
  }
  .clientes-pc .contenedor .contenido .owl-carousel2 .item .nombre-puesto {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
  .clientes-pc .contenedor .contenido .owl-carousel2 .item .nombre-puesto .nombre {
    font-family: "nexa-bold" !important;
    font-size: 18px;
  }
  .clientes-pc .contenedor .contenido .owl-carousel2 .item .nombre-puesto .puesto {
    font-family: "nexa-regular";
    color: rgba(0, 0, 0, 0.5);
  }
  .clientes-pc .contenedor .contenido .owl-carousel2 .item p {
    font-family: "nexa-regular";
    color: rgba(0, 0, 0, 0.5);
    text-align: justify;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1200px) {
  .clientes-pc .contenedor .contenido .owl-carousel2 {
    left: 340px;
    top: 170px;
  }
  .clientes-pc .contenedor .contenido .owl-carousel2 .owl-nav {
    position: absolute;
    top: -93px;
    left: 180px;
  }
  .clientes-pc .contenedor .contenido .owl-carousel2 .item {
    padding: 36px;
  }
}
@media screen and (min-width: 1600px) {
  .clientes-pc .contenedor .contenido .titulo {
    top: 110px;
  }
  .clientes-pc .contenedor .contenido .owl-carousel2 {
    left: 340px;
    top: 190px;
  }
  .clientes-pc .contenedor .contenido .owl-carousel2 .owl-nav {
    position: absolute;
    top: -105px;
    left: 180px;
  }
  .clientes-pc .contenedor .contenido .owl-carousel2 .item {
    padding: 36px;
  }
}

.destacados {
  padding: 40px 0;
  -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 90%, 85% 100%, 15% 100%, 0 90%, 0 0);
          clip-path: polygon(50% 0%, 100% 0, 100% 90%, 85% 100%, 15% 100%, 0 90%, 0 0);
  background: #fff;
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
}
.destacados .encabezado {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.destacados .encabezado .titulo {
  font-family: "nexa-bold";
  font-size: 22px;
  color: #000000;
}
.destacados .encabezado a {
  font-family: "nexa-bold";
  font-size: 14px;
  text-decoration: none;
  color: #E6523C;
  margin-top: 2px;
}
.destacados .items .owl-carousel3 .owl-dot span {
  border-radius: 0 !important;
  width: 8px;
  height: 8px;
}
.destacados .items .owl-carousel3 .owl-nav .owl-prev span {
  font-size: 26px;
  color: #E6523C;
}
.destacados .items .owl-carousel3 .owl-nav .owl-prev:hover {
  background: none;
}
.destacados .items .owl-carousel3 .owl-nav .owl-next {
  background: none;
}
.destacados .items .owl-carousel3 .owl-nav .owl-next span {
  font-size: 26px;
  color: #E6523C;
}
.destacados .items .owl-carousel3 .active span {
  background: #E6523C !important;
}
.destacados .items .owl-carousel3 .item {
  margin: 5px;
  display: flex;
  justify-content: center;
}
.destacados .items .owl-carousel3 .item img {
  display: block;
  width: 240px;
  height: 240px;
  -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
          clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}
@media screen and (min-width: 1024px) {
  .destacados {
    padding-bottom: 80px;
    -webkit-clip-path: polygon(90% 100%, 100% 82%, 100% 0%, 70.71% 0%, 29.29% 0%, 0% 0%, 0% 82%, 10% 100%);
            clip-path: polygon(90% 100%, 100% 82%, 100% 0%, 70.71% 0%, 29.29% 0%, 0% 0%, 0% 82%, 10% 100%);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.55);
  }
  .destacados .encabezado {
    margin-bottom: 60px;
  }
  .destacados .encabezado .titulo {
    font-family: "nexa-bold";
    font-size: 30px;
    color: #000000;
  }
}
@media screen and (min-width: 1200px) {
  .destacados {
    -webkit-clip-path: polygon(90% 100%, 100% 78%, 100% 0%, 70.71% 0%, 29.29% 0%, 0% 0%, 0% 78%, 10% 100%);
            clip-path: polygon(90% 100%, 100% 78%, 100% 0%, 70.71% 0%, 29.29% 0%, 0% 0%, 0% 78%, 10% 100%);
    box-shadow: 40px 40px 5px 0px rgba(0, 0, 0, 0.75);
  }
  .destacados .encabezado a {
    font-size: 16px;
  }
}
@media screen and (min-width: 1600px) {
  .destacados {
    -webkit-clip-path: polygon(90% 100%, 100% 72%, 100% 0%, 70.71% 0%, 29.29% 0%, 0% 0%, 0% 72%, 10% 100%);
            clip-path: polygon(90% 100%, 100% 72%, 100% 0%, 70.71% 0%, 29.29% 0%, 0% 0%, 0% 72%, 10% 100%);
  }
}
@media screen and (min-width: 1920px) {
  .destacados {
    -webkit-clip-path: polygon(90% 100%, 100% 68%, 100% 0%, 70.71% 0%, 29.29% 0%, 0% 0%, 0% 68%, 10% 100%);
            clip-path: polygon(90% 100%, 100% 68%, 100% 0%, 70.71% 0%, 29.29% 0%, 0% 0%, 0% 68%, 10% 100%);
  }
}

.video {
  margin-top: 70px;
}
.video .contenedor {
  width: 100%;
}
.video .contenedor video {
  min-width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .video .contenedor {
    min-width: 100%;
  }
}
@media screen and (min-width: 1600px) {
  .video .contenedor video {
    height: 800px;
  }
}

.filtro-movil {
  padding: 20px 0 30px 0;
}
.filtro-movil .contenedor button {
  display: block;
  width: 100%;
  background: #E6523C;
  padding: 8px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 5px;
  border: none;
}
.filtro-movil .contenedor button i {
  color: #ffffff;
  margin-right: 10px;
}
.filtro-movil .contenedor button span {
  display: block;
  padding-top: 5px;
  font-family: "nexa-regular";
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .filtro-movil .contenedor button {
    margin: 0 auto;
    width: 400px;
    transition: 0.3s;
  }
  .filtro-movil .contenedor button:hover {
    transform: scale(1.025);
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.17);
    transition: 0.3s;
  }
}
@media screen and (min-width: 1024px) {
  .filtro-movil {
    display: none;
  }
}

.menu-filtros {
  position: fixed;
  top: 70px;
  left: -100%;
  width: 100%;
  height: 100vh;
  height: 100%;
  background: #FFFBEA;
  transition: 0.3s;
  padding: 20px;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 999 !important;
  box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.28);
}
.menu-filtros .encabezado-filtro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.menu-filtros .encabezado-filtro .filtrar .fa-filter {
  margin-right: 8px;
}
.menu-filtros .encabezado-filtro .fa-xmark {
  font-size: 20px;
  cursor: pointer;
}
.menu-filtros form h3 {
  font-family: "nexa-bold";
  color: #E6523C;
  margin-bottom: 2px;
  font-size: 15px;
}
.menu-filtros form select {
  width: 100%;
  margin-bottom: 25px;
  padding: 10px;
  border: 1px solid #E6523C;
  border: 1px solid rgba(0, 0, 0, 0.5);
  background: #ffffff;
  font-size: 14px;
  border-radius: 5px;
}
.menu-filtros form .rango {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.menu-filtros form .rango input {
  width: 41%;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  background: #ffffff;
  font-size: 14px;
  border-radius: 5px;
}
.menu-filtros form button {
  font-family: "nexa-bold";
  display: block;
  width: 100%;
  background: #E6523C;
  padding: 12px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 5px;
  border: none;
  color: #ffffff;
  margin-bottom: 20px;
}
.menu-filtros hr {
  margin-bottom: 20px;
  border: 1px solid #983628;
}
.menu-filtros h3 {
  font-family: "nexa-bold";
  color: #E6523C;
  font-size: 15px;
  margin-bottom: 20px;
}
.menu-filtros .items {
  display: flex;
  flex-direction: column;
}
.menu-filtros .items a {
  text-decoration: none;
  color: #000000;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .menu-filtros {
    width: 380px;
  }
}

.resultados .contenedor .lado1 {
  display: none;
}
.resultados .contenedor .lado1 span {
  color: #E6523C;
}
.resultados .contenedor .lado2 .contenido {
  display: flex;
  align-items: center;
  justify-content: center;
}
.resultados .contenedor .lado2 .contenido .valor {
  font-family: "nexa-bold";
  font-size: 48px;
  color: #983628;
  margin-right: 8px;
}
.resultados .contenedor .lado2 .contenido .texto {
  font-family: "nexa-bold";
  font-size: 24px;
  margin-right: 12px;
}
.resultados .contenedor .lado2 .contenido .linea {
  width: 100%;
  height: 3px;
  background-color: #983628;
}
@media screen and (min-width: 1024px) {
  .resultados {
    padding: 40px 0;
  }
  .resultados .contenedor {
    display: flex;
    align-items: center;
  }
  .resultados .contenedor .lado1 {
    display: unset;
    width: 30%;
  }
  .resultados .contenedor .lado2 {
    width: 70%;
  }
  .resultados .contenedor .lado2 .contenido .valor {
    font-size: 54px;
  }
  .resultados .contenedor .lado2 .contenido img {
    width: 100%;
    margin-top: 3px;
  }
}
@media screen and (min-width: 1600px) {
  .resultados .contenedor {
    min-width: 1440px;
    width: 1440px;
  }
  .resultados .contenedor .lado1 {
    width: 24% !important;
  }
  .resultados .contenedor .lado2 {
    width: 76% !important;
  }
}

.resultados-inmuebles {
  padding: 40px 0;
}
.resultados-inmuebles .contenedor .lado1 .filtros-pc {
  display: none;
}
.resultados-inmuebles .contenedor .lado2 .items .item {
  margin-bottom: 30px;
}
.resultados-inmuebles .contenedor .lado2 .items .item .superior {
  position: relative;
  height: 280px;
  -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 100%, 85% 100%, 0 100%, 0 20%, 15% 0);
          clip-path: polygon(50% 0%, 100% 0, 100% 100%, 85% 100%, 0 100%, 0 20%, 15% 0);
}
.resultados-inmuebles .contenedor .lado2 .items .item .superior:hover .capa {
  opacity: 1;
  transition: 0.3s;
  z-index: 2;
}
.resultados-inmuebles .contenedor .lado2 .items .item .superior:hover .capa2 {
  opacity: 0;
  transition: 0.3s;
}
.resultados-inmuebles .contenedor .lado2 .items .item .superior img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.resultados-inmuebles .contenedor .lado2 .items .item .superior .capa {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(152, 55, 40, 0.8823529412);
  z-index: 2;
  opacity: 0;
  transition: 0.3s;
}
.resultados-inmuebles .contenedor .lado2 .items .item .superior .capa2 {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 60px;
  background: rgba(152, 55, 40, 0.9529411765);
  z-index: 2;
  opacity: 1;
  transition: 0.3s;
}
.resultados-inmuebles .contenedor .lado2 .items .item .superior .operacion {
  position: absolute;
  top: 0;
  right: 0;
  background: #E6523C;
  width: 50px;
  height: 20px;
  margin: 15px 15px 0;
  padding: 6px 16px 2px 16px;
  -webkit-clip-path: polygon(5% 0, 95% 0, 100% 20%, 100% 80%, 95% 100%, 5% 100%, 0% 80%, 0% 20%);
          clip-path: polygon(5% 0, 95% 0, 100% 20%, 100% 80%, 95% 100%, 5% 100%, 0% 80%, 0% 20%);
  z-index: 2;
}
.resultados-inmuebles .contenedor .lado2 .items .item .superior .operacion span {
  color: #f2f2f2;
}
.resultados-inmuebles .contenedor .lado2 .items .item .superior .texto {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 0 5px 20px;
  z-index: 2;
}
.resultados-inmuebles .contenedor .lado2 .items .item .superior .texto .tipo {
  font-family: "nexa-bold";
  text-transform: uppercase;
  color: #E6523C;
  margin-bottom: 5px;
  font-size: 20px;
}
.resultados-inmuebles .contenedor .lado2 .items .item .superior .texto .valor {
  font-family: "nexa-bold";
  color: #f2f2f2;
  font-size: 20px;
}
.resultados-inmuebles .contenedor .lado2 .items .item .inferior {
  padding: 20px;
  background-color: #f2f2f2;
  height: auto;
  -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 80%, 85% 100%, 0 100%, 0% 60%, 0 0);
          clip-path: polygon(50% 0%, 100% 0, 100% 80%, 85% 100%, 0 100%, 0% 60%, 0 0);
}
.resultados-inmuebles .contenedor .lado2 .items .item .inferior .titulo {
  font-family: "nexa-bold";
  font-size: 22px;
  margin-bottom: 5px;
}
.resultados-inmuebles .contenedor .lado2 .items .item .inferior .colonia {
  font-family: "nexa-regular";
  color: #E6523C;
}
.resultados-inmuebles .contenedor .lado2 .items .item .inferior .servicios {
  margin: 10px 0;
  display: flex;
  justify-content: space-around;
}
.resultados-inmuebles .contenedor .lado2 .items .item .inferior .servicios .servicio {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.resultados-inmuebles .contenedor .lado2 .items .item .inferior .servicios .servicio:last-child {
  margin: 0 !important;
}
.resultados-inmuebles .contenedor .lado2 .items .item .inferior .servicios .servicio img {
  width: 32px;
  margin-right: 8px;
}
.resultados-inmuebles .contenedor .lado2 .items .item .inferior .servicios .servicio .valor {
  padding-top: 5px;
  font-size: 15px !important;
  font-family: "nexa-regular";
  color: #983628;
}
.resultados-inmuebles .contenedor .lado2 .items .item .inferior .descripcion {
  font-family: "nexa-regular";
  color: rgba(0, 0, 0, 0.7);
  text-align: justify;
  line-height: 1.4;
  margin-bottom: 10px;
}
.resultados-inmuebles .contenedor .lado2 .items .item .inferior .mas {
  display: flex;
  align-items: center;
}
.resultados-inmuebles .contenedor .lado2 .items .item .inferior .mas a {
  margin-right: 6px;
  font-family: "nexa-regular";
  color: #E6523C;
  text-decoration: none;
  padding: 8px 0 3px 0;
  border-bottom: 1px solid #E6523C;
}
.resultados-inmuebles .contenedor .lado2 .items .item .inferior .mas i {
  font-size: 12px !important;
  color: #983628;
}
@media screen and (min-width: 1024px) {
  .resultados-inmuebles {
    padding: 0;
    min-height: 500px;
  }
  .resultados-inmuebles .contenedor {
    display: flex;
    justify-content: space-between;
  }
  .resultados-inmuebles .contenedor .lado1 {
    width: 28%;
    margin-bottom: 30px;
  }
  .resultados-inmuebles .contenedor .lado1 .filtros-pc {
    display: block;
    width: 100%;
    height: 100%;
    background: #FFFBEA;
  }
  .resultados-inmuebles .contenedor .lado1 .filtros-pc .q {
    display: flex;
    justify-content: flex-end;
  }
  .resultados-inmuebles .contenedor .lado1 .filtros-pc .q img {
    display: block;
    width: 220px;
  }
  .resultados-inmuebles .contenedor .lado1 .filtros-pc .contenido {
    margin-top: 40px;
    padding: 0 10px;
  }
  .resultados-inmuebles .contenedor .lado1 .filtros-pc .contenido form h3 {
    font-family: "nexa-bold";
    color: #E6523C;
    margin-bottom: 2px;
    font-size: 15px;
  }
  .resultados-inmuebles .contenedor .lado1 .filtros-pc .contenido form select {
    width: 100%;
    margin-bottom: 25px;
    padding: 10px;
    border: 1px solid #E6523C;
    border: 1px solid #E6523C;
    background: #ffffff;
    font-size: 14px;
    border-radius: 5px;
  }
  .resultados-inmuebles .contenedor .lado1 .filtros-pc .contenido form .rango {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .resultados-inmuebles .contenedor .lado1 .filtros-pc .contenido form .rango input {
    width: 40%;
    padding: 10px;
    border: 1px solid #E6523C;
    background: #ffffff;
    font-size: 14px;
    border-radius: 5px;
  }
  .resultados-inmuebles .contenedor .lado1 .filtros-pc .contenido form button {
    font-family: "nexa-bold";
    display: block;
    width: 100%;
    background: #E6523C;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 5px;
    border: none;
    color: #ffffff;
    margin-bottom: 20px;
  }
  .resultados-inmuebles .contenedor .lado1 .filtros-pc .contenido hr {
    margin-bottom: 20px;
    border: 1px solid #983628;
  }
  .resultados-inmuebles .contenedor .lado1 .filtros-pc .contenido h3 {
    font-family: "nexa-bold";
    color: #E6523C;
    font-size: 15px;
    margin-bottom: 20px;
  }
  .resultados-inmuebles .contenedor .lado1 .filtros-pc .contenido .items {
    display: flex;
    flex-direction: column;
  }
  .resultados-inmuebles .contenedor .lado1 .filtros-pc .contenido .items a {
    text-decoration: none;
    color: #000000;
    margin-bottom: 15px;
  }
  .resultados-inmuebles .contenedor .lado2 {
    width: 70%;
  }
  .resultados-inmuebles .contenedor .lado2 .items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .resultados-inmuebles .contenedor .lado2 .items .item {
    width: 48%;
  }
}
@media screen and (min-width: 1600px) {
  .resultados-inmuebles .contenedor {
    min-width: 1440px;
  }
  .resultados-inmuebles .contenedor .lado1 {
    width: 21%;
  }
  .resultados-inmuebles .contenedor .lado2 {
    width: 77%;
  }
  .resultados-inmuebles .contenedor .lado2 .items .item {
    width: 32%;
  }
  .resultados-inmuebles .contenedor .lado2 .items .item .inferior {
    min-height: 230px;
  }
}

.detalle {
  margin-top: 70px;
  padding: 40px 0;
}
.detalle .contenedor .parte0 {
  display: none;
}
.detalle .contenedor .parte1 h3 {
  font-family: "nexa-regular";
  color: #E6523C;
  margin-bottom: 15px;
}
.detalle .contenedor .parte1 h1 {
  font-family: "nexa-bold";
  font-size: 28px;
  margin-bottom: 15px;
}
.detalle .contenedor .parte1 p {
  font-family: "nexa-regular";
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.55);
  margin-bottom: 30px;
}
.detalle .contenedor .parte1 .baja {
  border-bottom: 2px solid #983628;
  padding-bottom: 10px;
}
.detalle .contenedor .parte1 .baja h3 {
  color: #000000;
  font-size: 16px;
}
.detalle .contenedor .parte1 .alta {
  border-bottom: 2px solid #983628;
  padding-bottom: 10px;
}
.detalle .contenedor .parte1 .alta h3 {
  margin-top: 30px;
  color: #000000;
  font-size: 16px;
}
.detalle .contenedor .parte1 .precio {
  margin-top: 30px;
}
.detalle .contenedor .parte1 .precio h1 {
  color: #E6523C;
  font-family: "nexa-bold";
}
.detalle .contenedor .parte1 .servicios {
  margin: 10px 0;
  display: flex;
  justify-content: space-around;
}
.detalle .contenedor .parte1 .servicios .servicio {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.detalle .contenedor .parte1 .servicios .servicio:last-child {
  margin: 0 !important;
}
.detalle .contenedor .parte1 .servicios .servicio img {
  width: 32px;
  margin-right: 8px;
}
.detalle .contenedor .parte1 .servicios .servicio .valor {
  padding-top: 5px;
  font-size: 15px !important;
  font-family: "nexa-regular";
  color: #983628;
}
.detalle .contenedor .parte2 .items .owl-carousel1 .item img {
  width: 100%;
  height: 500px;
}
@media screen and (min-width: 1024px) {
  .detalle .contenedor {
    display: flex;
    justify-content: space-between;
  }
  .detalle .contenedor .parte0 {
    display: unset;
    width: 100px;
    position: relative;
  }
  .detalle .contenedor .parte0 .contenido {
    position: absolute;
    top: 200px;
    left: -255px;
    display: flex;
    align-items: center;
    transform: rotate(270deg);
    width: 580px;
    height: 20px;
  }
  .detalle .contenedor .parte0 .contenido .operacion {
    background: #E6523C;
    width: 50px;
    height: 20px;
    padding: 6px 16px 2px 16px;
    -webkit-clip-path: polygon(5% 0, 95% 0, 100% 20%, 100% 80%, 95% 100%, 5% 100%, 0% 80%, 0% 20%);
            clip-path: polygon(5% 0, 95% 0, 100% 20%, 100% 80%, 95% 100%, 5% 100%, 0% 80%, 0% 20%);
    z-index: 2;
  }
  .detalle .contenedor .parte0 .contenido .operacion span {
    color: #f2f2f2;
  }
  .detalle .contenedor .parte0 .contenido .linea {
    height: 2px;
    width: 220px;
    background: #E6523C;
    margin: 0 10px;
  }
  .detalle .contenedor .parte0 .contenido .colonia span {
    color: #E6523C;
    font-family: "nexa-light";
    letter-spacing: 1.5px;
  }
  .detalle .contenedor .parte1 {
    width: 50%;
    padding-right: 30px;
  }
  .detalle .contenedor .parte1 h3 {
    margin-bottom: 25px;
  }
  .detalle .contenedor .parte1 h1 {
    margin-bottom: 25px;
  }
  .detalle .contenedor .parte1 p {
    line-height: 1.8;
    margin-bottom: 25px;
  }
  .detalle .contenedor .parte1 .precio {
    margin-top: 25px;
  }
  .detalle .contenedor .parte1 .precio h1 {
    font-size: 32px;
    font-family: "nexa-bold" !important;
  }
  .detalle .contenedor .parte2 {
    width: 50%;
  }
}

.cuenta {
  padding: 40px 0;
  background: url("../img/detalle/bg_servicios.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.cuenta .contenedor .lado1 span {
  display: block;
  color: #ffffff;
  margin-bottom: 20px;
}
.cuenta .contenedor .lado1 h1 {
  font-size: 28px;
  color: #E6523C;
  font-family: "nexa-regular";
  font-weight: 600;
  margin-bottom: 10px;
}
.cuenta .contenedor .lado1 p {
  color: #ffffff;
  line-height: 1.5;
  margin-bottom: 20px;
}
.cuenta .contenedor .lado1 .items {
  margin-bottom: 20px;
}
.cuenta .contenedor .lado1 .items .item {
  display: flex;
}
.cuenta .contenedor .lado1 .items .item i {
  color: #983628;
  margin-right: 10px;
}
.cuenta .contenedor .lado1 hr {
  border: 1px solid #E6523C;
  margin-bottom: 40px;
}
.cuenta .contenedor .lado1 .contador {
  position: relative;
  width: 100%;
  height: 140px;
  margin: 0 auto;
}
.cuenta .contenedor .lado1 .contador img {
  width: 130px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.cuenta .contenedor .lado1 .contador .metros {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-55%);
  display: flex;
  align-items: center;
}
.cuenta .contenedor .lado1 .contador .metros .valor {
  font-family: "nexa-bold";
  color: #ffffff;
  font-size: 46px;
  margin-right: 10px;
}
.cuenta .contenedor .lado1 .contador .metros .m2 {
  font-family: "nexa-bold";
  color: #ffffff;
  font-size: 46px;
}
.cuenta .contenedor .lado1 .contador .texto {
  position: absolute;
  top: 86px;
  left: 140px;
  font-family: "nexa-regular";
  font-size: 15px;
  color: #ffffff;
}
.cuenta .lado2 form {
  margin-top: 40px;
  padding: 30px;
  background-color: #E6523C;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  -webkit-clip-path: polygon(12% 0, 80% 0%, 100% 0, 100% 88%, 88% 100%, 20% 100%, 0 100%, 0 12%);
          clip-path: polygon(12% 0, 80% 0%, 100% 0, 100% 88%, 88% 100%, 20% 100%, 0 100%, 0 12%);
}
.cuenta .lado2 form h1 {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 20px;
  font-family: "nexa-bold";
}
.cuenta .lado2 form input {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  border: none;
  margin-bottom: 15px;
}
.cuenta .lado2 form textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  border: none;
  margin-bottom: 15px;
}
.cuenta .lado2 form .enviar {
  background: #983628;
  color: #ffffff;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .cuenta .contenedor .lado1 .contador {
    width: 300px;
  }
  .cuenta .contenedor .lado1 .contador img {
    width: 150px;
  }
  .cuenta .contenedor .lado1 .contador .metros {
    margin-left: 10px;
  }
  .cuenta .contenedor .lado1 .contador .metros .valor {
    font-size: 54px;
  }
  .cuenta .contenedor .lado1 .contador .texto {
    width: 160px;
    margin-left: 20px;
  }
  .cuenta .contenedor .lado2 {
    display: flex;
    justify-content: center;
  }
  .cuenta .contenedor .lado2 form {
    margin-top: 60px;
    width: 550px;
    padding: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .cuenta .contenedor {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .cuenta .contenedor .lado1 {
    width: 48%;
  }
  .cuenta .contenedor .lado1 .contador {
    margin: unset;
  }

  .cuenta .contenedor .lado1 .aditamentos{
    line-height: 1.4;
  }

  .cuenta .contenedor .lado1 .amenidades{
    line-height: 1.4;
  }
  .cuenta .contenedor .lado2 {
    width: 48%;
  }
  .cuenta .contenedor .lado2 form {
    height: 450px;
  }
}
@media screen and (min-width: 1024px) {
  .cuenta .contenedor .lado1 {
    width: 47%;
  }
  .cuenta .contenedor .lado2 {
    width: 47%;
  }
  .cuenta .contenedor .lado2 form {
    max-width: 500px;
    height: 550px;
    padding: 50px;
  }
  .cuenta .contenedor .lado2 form h1 {
    font-size: 28px;
  }
}

.mapa {
  padding: 40px 0 80px 0;
}
.mapa .contenedor span {
  display: block;
  color: #E6523C;
  margin-bottom: 20px;
}
.mapa .contenedor h1 {
  font-size: 28px;
  color: #000000;
  font-family: "nexa-regular";
  font-weight: 600;
  margin-bottom: 10px;
}
.mapa .contenedor p {
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: 400;
}
.mapa .contenedor iframe {
  height: 340px;
}
@media screen and (min-width: 1024px) {
  .mapa .contenedor p {
    width: 500px;
    line-height: 1.8;
  }
  .mapa .contenedor iframe {
    height: 500px;
  }
}
@media screen and (min-width: 1200px) {
  .mapa .contenedor iframe {
    height: 600px;
  }
}

.footer {
  padding: 40px 0 0 0;
  background: url("../img/footer/bg.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  margin-top: -50px;
}
.footer .contenedor {
  padding-top: 60px;
}
.footer .contenedor .parte1 {
  margin-bottom: 30px;
}
.footer .contenedor .parte1 img {
  width: 200px;
  margin-bottom: 10px;
}
.footer .contenedor .parte1 span {
  color: #ffffff;
  line-height: 1.5;
}
.footer .contenedor .parte2 {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.footer .contenedor .parte2 a {
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 12px;
}
.footer .contenedor .parte3 {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.footer .contenedor .parte3 a {
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 12px;
}
.footer .contenedor .parte4 {
  margin-bottom: 30px;
}
.footer .contenedor .parte4 .social {
  display: flex;
  justify-content: start;
  margin-bottom: 20px;
}
.footer .contenedor .parte4 .social a img {
  width: 22px;
  margin-right: 76px;
}
.footer .contenedor .parte4 .item {
  color: #ffffff;
  margin-bottom: 8px;
}
.footer .contenedor .parte4 .item strong {
  font-family: "nexa-bold" !important;
  font-weight: 800;
}
.footer .contenedor .parte4 .item span {
  font-family: "nexa-regular";
}
.footer .copy {
  background: #983628;
  width: 100%;
  height: 60px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .copy span {
  color: #ffffff !important;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer .contenedor {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footer .contenedor .parte1 {
    width: 48%;
  }
  .footer .contenedor .parte2 {
    width: 48%;
  }
  .footer .contenedor .parte3 {
    width: 48%;
  }
  .footer .contenedor .parte4 {
    width: 48%;
  }
}
@media screen and (min-width: 1024px) {
  .footer {
    margin-top: -100px;
  }
  .footer .contenedor {
    padding-top: 160px;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1200px) {
  .footer {
    margin-top: 50px;
  }
  .footer .contenedor {
    padding-top: 260px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .footer .contenedor .parte1 {
    width: 24%;
  }
  .footer .contenedor .parte2 {
    width: 24%;
  }
  .footer .contenedor .parte3 {
    width: 24%;
  }
  .footer .contenedor .parte4 {
    width: 24%;
  }
}
@media screen and (min-width: 1600px) {
  .footer {
    margin-top: 50px;
  }
  .footer .contenedor {
    padding-top: 280px;
    display: flex;
    justify-content: space-between;
  }
}/*# sourceMappingURL=style.css.map */