section#home-spot .bg-image img {
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  object-fit: cover;
}
section#home-spot .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
section#home-spot {
  padding-top: 190px;
  padding-bottom: 100px;
  position: relative;
}

section#home-spot select, section#home-spot input[type="text"] {
    border: 0;
    border-bottom: 1px solid var(--c-secondary);
    padding-left: 0;
    padding-right: 40px;
    color: #53565A;
    font-weight: 500;
    font-size: 15px;
}

section#home-spot .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    overflow: hidden;
}

section#home-spot .owl-carousel .owl-item img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

section#home-spot .owl-carousel.owl-drag .owl-item,
section#home-spot .owl-carousel .owl-stage-outer,
section#home-spot .owl-stage,
section#home-spot .owl-carousel.owl-loaded{
  height: 100%;
}

section#home-spot .owl-carousel .item {
    height: 100%;
}
section#home-spot .container > :first-child {
}

section#home-spot .sup_titulo {
  font-size: 26px;
  padding-bottom: 10px;
  line-height: 31px;
  text-align: left;
  font-weight: 600;
}
section#home-spot .title {
  padding-bottom: 0;
  margin: 0;
  text-align: left;
  font-size: 66px;
  line-height: 1.2;
  max-width: 677px;
}
section#home-spot .title:before {
  content: "";
}
section#home-spot .flex.principal-col {
  position: relative;
  z-index: 1;
}
section#home-spot .flex.principal-col > div {
}
section#home-spot .flex.principal-col > div:nth-child(1) {width: 100%;}
section#home-spot .flex.principal-col > div:nth-child(2) {
}
@media screen and (max-width: 900px) {
  section#home-spot .bg-image {
  }
  section#home-spot .bg-image img {
  }
  section#home-spot {
  padding-top: 130px;
  padding-bottom: 50px;
  }
  section#home-spot .container {
  }
  section#home-spot .sup_titulo {
    font-size: 18px;
    line-height: 1.2;
  }
  section#home-spot .title {
    font-size: 40px;
    font-weight: 800;
  }
  section#home-spot .flex.principal-col {
  }
  section#home-spot .flex.principal-col > div {
  }
  section#home-spot .flex.principal-col > div:nth-child(1) {
  }
  section#home-spot .flex.principal-col > div:nth-child(2) {
  }
}

section#propiedades {
  padding-top: 75px;
  padding-bottom: 120px;
  position: relative;
  background-color: #ebebf0;
  overflow: hidden;
}
section#propiedades .container {
}
section#propiedades .text-btn {
  display: flex;
  justify-content: space-between;
}
section#propiedades .text-btn .text-left {
}
section#propiedades .title {
  font-weight: 800;
  /* padding-bottom: 20px; */
  text-align: left;
  text-transform: uppercase;
}
section#propiedades .title::after {
  content: "";
  display: block;
  height: 12px;
  background-color: var(--c-secondary);
  width: 81px;
  margin-top: 10px;
}
section#propiedades .text {
  max-width: 600px;
  /* margin: 0 auto; */
  text-align: left;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 30px;
  font-weight: 500;
}
section#propiedades .action {
  text-align: center;
}
section#propiedades .action .btn {font-size: 16px;}
section#propiedades .items-propiedades {
  text-align: center;
  /* width: 75%; */
}

section#propiedades .items-propiedades > div {
    padding-left: 0;
    padding-right: 0;
}
section#propiedades .items-propiedades .item {
}
section#propiedades .items-propiedades .bg {
  background-color: white;
  height: 100%;
  min-height: 390px;
}

section#propiedades .items-propiedades .estado {
    position: absolute;
    z-index: 2;
    background-color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 800;
    padding: 5px 10px;
    left: 13px;
    top: 16px;
}
section#propiedades .items-propiedades .icono_flex {
  /* padding-bottom: 20px; */
  text-align: center;
}
section#propiedades .items-propiedades .icono_flex img {
  height: 15px;
  width: auto;
  object-fit: contain;
}
section#propiedades .items-propiedades .imagen_flex {
  height: 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
  border-bottom: 5px solid var(--c-primary);
}
section#propiedades .items-propiedades .imagen_flex a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
section#propiedades .items-propiedades .imagen_flex a:hover {
  filter: brightness(0.7);
}
section#propiedades .items-propiedades .imagen_flex img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
section#propiedades .items-propiedades .titulo_flex {
  margin: 16px 20px;
  margin-bottom: 20px;
  text-align: left;
  font-size: 17px;
  line-height: 23px;
  font-weight: 500;
  /* margin: 0; */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
section#propiedades .items-propiedades .titulo_flex a{
  color: var(--c-primary);
}
section#propiedades .items-propiedades .titulo_flex a:hover{
  opacity: 0.8;
}
section#propiedades .items-propiedades .texto_flex {
  font-size: 40px;
  line-height: 40px;
  font-weight: 900;
  background-color: var(--c-terciary);
  color: white;
  padding: 20px 0;
  bottom: -10px;
  position: absolute;
  width: 100%;
}
section#propiedades .items-propiedades .info-propiedad {padding-left: 20px;padding-right: 20px;padding-bottom: 15px;justify-content: space-between;/* display: grid; */grid-template-columns: repeat(3, auto);grid-row-gap: 15px;}
section#propiedades .items-propiedades .info-propiedad .icon-text {
  display: flex;
  gap: 8px;
  align-items: center;
  width: auto;
}
section#propiedades .items-propiedades .info-propiedad .icon-text .text_flex {
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
}
@media screen and (max-width: 900px) {
  section#propiedades .owl-nav{
    display: none;
  }
  section#propiedades .text-btn{
    display: block;
  }
  section#propiedades {
  padding-bottom: 65px;
  padding-top: 50px;
  }
  section#propiedades .container {
  }
  section#propiedades .title {
  }
  section#propiedades .text {
  }
  section#propiedades .action {
    padding-bottom: 40px;
    text-align: left;
  }
  section#propiedades .action .btn {
  }
  section#propiedades .items-propiedades {
  width: 75%;
  }

section#propiedades .items-propiedades.owl-carousel .owl-stage-outer {
    overflow: initial;
}
  section#propiedades .items-propiedades .item {
  }
  section#propiedades .items-propiedades .bg {
  }
  section#propiedades .items-propiedades .icono_flex {
  }
  section#propiedades .items-propiedades .icono_flex img {
  }
  section#propiedades .items-propiedades .imagen_flex {
  }
  section#propiedades .items-propiedades .imagen_flex img {
  }
  section#propiedades .items-propiedades .titulo_flex {
  }
  section#propiedades .items-propiedades .texto_flex {
  }
}

section#explore {
  padding-top: 65px;
  padding-bottom: 120px;
  position: relative;
  background-color: #f6faec;
}
section#explore .container {
}
section#explore .container .flex {
  align-items: end;
}
section#explore .container .flex > :first-child {
  width: 35%;
}
section#explore .container .flex > :last-child {
  width: 65%;
}
section#explore .title {
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}
section#explore .title::after {
  content: "";
  display: none;
  height: 12px;
  background-color: var(--c-secondary);
  width: 81px;
  margin-top: 10px;
}
section#explore .title_flex{
  font-weight: 800;
  text-align: left;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
}
section#explore .title_flex::after{
  content: "";
  display: block;
  height: 12px;
  background-color: var(--c-secondary);
  width: 81px;
  margin-top: 10px;
}
section#explore .text {
  max-width: 600px;
  text-align: left;
  padding-bottom: 25px;
  line-height: 1.3;
  color: var(--c-primary);
  font-weight: 500;
  font-size: 16px;
  max-width: 315px;
}
section#explore .action {
  text-align: left;
}
section#explore .action .btn {
}
section#explore .items-explore {
  text-align: center;
  display: flex;
}
section#explore .items-explore .item {
  width: 100%;
  /* padding: 10px; */
  height: 261px;
  /* width: 162px; */
  /* margin: 0 auto; */
}
section#explore .items-explore .bg {
  background-color: white;
  height: 100%;
}
section#explore .items-explore .imagen_flex {
  height: 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 100%;
}
section#explore .items-explore .imagen_flex a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
section#explore .items-explore .imagen_flex a:hover {
  filter: brightness(0.7);
}
section#explore .items-explore .imagen_flex img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  padding-top: 19px;
  transform: scale(1.15);
}
section#explore .items-explore .texto_flex {
  font-size: 0.7rem;
  padding-bottom: 24px;
  text-align: center;
  font-size: 17px;
  margin-top: 30px;
  line-height: 23px;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  section#explore {
  padding-bottom: 50px;
  padding-top: 50px;
  }
  section#explore .container {
  }
  section#explore .container .flex > :first-child{
    width: 100%;
  }
  section#explore .container .flex > :last-child{
    width: 100%;
  }
  section#explore .title br,
  section#explore .owl-nav {
  display: none;
  }

section#explore .title {}
  section#explore .text {
  }
  section#explore .action {
  }
  section#explore .action .btn {
  }
  section#explore .items-explore {
  }
  section#explore .items-explore .item {
  }
  section#explore .items-explore .bg {
  }
  section#explore .items-explore .imagen_flex {
  }
  section#explore .items-explore .imagen_flex img {
  }
  section#explore .items-explore .texto_flex {
  padding-bottom: 30px;
  }

}
@media screen and (max-width: 600px) {
  section#explore .items-explore .item {
    width: 100%;
    height: 100%;
  }
  section#explore .container .flex > :first-child{
    width: 100%;
  }
  section#explore .container .flex > :last-child{
    width: 100%;
  }
  section#explore .action {
    padding-bottom: 35px;
    }
}

section#servicios {
  padding-top: 75px;
  padding-bottom: 95px;
  position: relative;
}

section#servicios .container {
}

section#servicios .title {
  font-weight: 800;
  padding-bottom: 20px;
  text-align: left;
  text-transform: uppercase;
}

section#servicios .title::after {
  content: "";
  display: block;
  height: 12px;
  background-color: var(--c-secondary);
  width: 81px;
  margin-top: 12px;
}
section#servicios .items-servicios {
  text-align: center;
  gap: 25px;
}

section#servicios .items-servicios .item {
  padding: 0;
  width: calc(100% /3 - 17px);
}

section#servicios .items-servicios .bg {
  height: 100%;
  border: 3px solid var(--c-secondary);
  padding: 30px 25px;
}

section#servicios .items-servicios .bg .flex {
    grid-template-columns: 90px 1fr;
    display: grid;
    align-items: center;
    gap: 20px;
}
section#servicios .items-servicios .icono_flex {
  text-align: center;
  width: auto;
  height: 100%;
}
section#servicios .items-servicios .icono_flex img {
  height: 110px;
  width: auto;
  object-fit: contain;
}
section#servicios .items-servicios .titulo_flex {
  padding-bottom: 10px;
  font-size: 19px;
  line-height: 25px;
  font-weight: 900;
  margin: 0;
}
section#servicios .items-servicios .texto_flex {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
@media screen and (max-width: 900px) {
  section#servicios {
  padding-bottom: 45px;
  padding-top: 50px;
  }
  section#servicios .container {
  }
  section#servicios .title {
  }
  section#servicios .items-servicios {
  display: flex;
  }
  section#servicios .items-servicios .item {
  width: 100%;
  }
  section#servicios .items-servicios .bg {
  }
  section#servicios .items-servicios > * {
  text-align: left;
  }
  section#servicios .items-servicios .icono_flex img {
  }
  section#servicios .items-servicios .titulo_flex {
  }
  section#servicios .items-servicios .texto_flex {
  }
}

section#icons-inmobiliarias {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  background-color: #D3D4DD;
}
section#icons-inmobiliarias .container {
}
section#icons-inmobiliarias .items-icons-inmobiliarias {
  text-align: center;
  justify-content: center;
  gap: 20px;
}
section#icons-inmobiliarias .items-icons-inmobiliarias .item {
  width: auto;
}
section#icons-inmobiliarias .items-icons-inmobiliarias .bg {
  background-color: ;
}
section#icons-inmobiliarias .items-icons-inmobiliarias .icono_flex {
  /* padding-bottom: 20px; */
  text-align: center;
}
section#icons-inmobiliarias .items-icons-inmobiliarias .icono_flex img {
  height: 75px;
  width: auto;
  object-fit: contain;
}
@media screen and (max-width: 900px) {
  section#icons-inmobiliarias {
  }
  section#icons-inmobiliarias .container {
  }
  section#icons-inmobiliarias .items-icons-inmobiliarias {
  }
  section#icons-inmobiliarias .items-icons-inmobiliarias .item {
  }
  section#icons-inmobiliarias .items-icons-inmobiliarias .bg {
  }
  section#icons-inmobiliarias .items-icons-inmobiliarias .icono_flex {
  }
  section#icons-inmobiliarias .items-icons-inmobiliarias .icono_flex img {
  }
}

button.owl-prev span,
button.owl-next span {
  display: none;
}

.owl-theme .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  left: 0;
  z-index: 2;
  margin-top: 0 !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
}

button.owl-prev:before,
button.owl-next:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
}

.owl-theme .owl-nav button.owl-prev {
  position: absolute;
  left: -32px;
  margin: 0;
}

.owl-theme .owl-nav button.owl-next {
  position: absolute;
  right: -47px;
  margin: 0;
}

button.owl-prev:before {
  background-image: url(../../img/icons/left.svg);
}
button.owl-next:before {
  background-image: url(../../img/icons/right.svg);
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: 0 0 !important;
}

#home-spot form {
    font-size: 15px;
    font-weight: 500;
    display: block;
    padding-top: 30px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#home-spot form .tabs {
    display: flex;
}

#home-spot form .tabs input{
  display: none;
}

#home-spot form .tabs label {
    display: block;
    padding: 15px;
    color: #fff;
    background-color: var(--c-primary);
    font-size: 14px;
    font-weight: bold;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor:pointer;
    border-right: 1px solid #eee;
}

#home-spot form .tabs label:last-child{
    border-right: 0;
}

#home-spot form .tabs input:checked + label,
#home-spot form .tabs label:hover {
    background-color: #fff;
    color: var(--c-primary);
}


@media screen and (min-width: 800px) and (max-width: 900px){
  section#propiedades .items-propiedades .bg{
    min-height: 420px;
  }
}


@media screen and (min-width: 440px) and (max-width: 599px) {
  section#propiedades .items-propiedades .bg{
    min-height: 450px;
  }
}

section#propiedades .items-propiedades .owl-stage-outer{
  width: 100%;
}