/*
Theme Name: Hub Child
Theme URI: http://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template: hub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: hub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/

.wpb_content_element {
  margin-bottom: 0 !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

p,
h1,
h2,
h3 {
  margin: 0;
}

.wpb_single_image .vc_single_image-wrapper {
  margin: 0;
}

#lqd-contents-wrap {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.ocultar {
  display: none !important;
}

#floatBar-phone {
  z-index: 999999 !important;
}

.ancla {
  visibility: hidden;
}

/* -------------------------------- botones --------------------------------*/

.btn-icon {
  max-width: 18px;
}

.btn-w {
  background: #FFFFFF;
  border-radius: 4px;
  font: normal normal 500 18px/24px DM Sans;
  color: #1F2122;
  padding-inline: 12px;
  padding-block: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 7px;
  width: fit-content;
}

.btn-w-v1 {
  background: #FFFFFF;
  border-radius: 4px;
  font: normal normal bold 20px/26px DM Sans;
  color: #1F2122;
  padding-inline: 13px;
  padding-block: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 7px;
  width: fit-content;
}


.btn-o {
  background: #DFA052;
  color: #ffffff;
  border-radius: 4px;
  font: normal normal 500 18px/24px DM Sans;
  padding-inline: 16px;
  padding-block: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 7px;
  width: fit-content;
}


.btn-o:hover {
  color: #ffffff;
}


.btn-b {
  background: #1F2122;
  color: #ffffff;
  border-radius: 4px;
  font: normal normal 500 18px/24px DM Sans;
  padding-inline: 16px;
  padding-block: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 7px;
  width: fit-content;
}

.btn-b:hover {
  color: #ffffff;
}

/* animaciones */
.btn-w,
.btn-w-v1,
.btn-o,
.btn-b {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
  /* Asegura que aparezca la mano al pasar el mouse */
}

/* Efecto Hover unificado */
.btn-w:hover,
.btn-w-v1:hover,
.btn-o:hover,
.btn-b:hover {
  transform: scale(1.05);
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  z-index: 1;
  /* Por si los botones están muy juntos, que el escalado no quede tapado */
}

@media (max-width: 900px) {

  .btn-w:hover,
  .btn-w-v1:hover,
  .btn-o:hover,
  .btn-b:hover {
    transform: none;
    box-shadow: none;
  }
}


/* -------------------------------- header --------------------------------*/

.header-inmobiliaria>div {
  justify-content: space-between;
}

.btn-header-contain {
  align-items: center;
}

.btn-header>div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 13px;
}

.menu-head-contain ul {
  gap: 35px;
  font: normal normal normal 18px/24px DM Sans;
}

.menu-head-contain,
.btn-header-contain {
  max-width: fit-content !important;
}

.logo-header img {
  height: 45px;
}

#header .lqd-mobile-sec .navbar-header .navbar-brand-inner {
  width: 16rem;
}

/* -------------------------------- BANNER --------------------------------*/

.banner-elite-container {
  background: url(/wp-content/uploads/2025/12/banner-desktop.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 310px 0 260px 0;
}

.etiquetas-banner {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 2rem;
}

.banner-etiqueta-o {
  font: normal normal normal 18px/24px DM Sans;
  letter-spacing: 1.8px;
  color: #FFFFFF;
  background: #DFA052;
  border-radius: 7px;
  width: fit-content;
  padding: 5px 10px;
}

.banner-etiqueta-w {
  font: normal normal normal 18px/24px DM Sans;
  letter-spacing: 1.8px;
  color: #DFA052;
  background: #ffffff;
  border-radius: 7px;
  width: fit-content;
  padding: 5px 10px;
}

.banner-title {
  text-align: center;
  font: normal normal bold 56px/50px DM Sans;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin-bottom: 12px;
}

.banner-subtitle {
  text-align: center;
  font: normal normal normal 38px/50px DM Sans;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.banner-elite a {
  margin-inline: auto;
  margin-top: 2rem;
}

/* -------------------------------- SUBBANNER --------------------------------*/

.subBanner-container {
  background: #DFA052;
  padding-block: 48px;
}

.subBanner>div {
  display: flex;
  justify-content: center;
  gap: 135px;
}

.card-subBanner {
  display: flex;
  gap: 16px;
}

.card-subBanner-txt {
  font: normal normal 500 20px/26px DM Sans;
  letter-spacing: 0.2px;
  color: #FFFFFF;
}

/* -------------------------------- OPCIONES VIVIENDA --------------------------------*/

.viviendas-texto {
  max-width: 984px;
  margin-inline: auto;
}

.viviendas-title {
  text-align: center;
  font: normal normal bold 36px/47px DM Sans;
  letter-spacing: -0.72px;
  color: #17191B;
  margin-bottom: 28px;
}

.viviendas-subtitle {
  text-align: center;
  font: normal normal 500 18px/24px DM Sans;
  letter-spacing: 0.18px;
  color: #1F2122;
  margin-bottom: 20px;
}

.viviendas-text {
  text-align: center;
  font: normal normal bold 18px/24px DM Sans;
  letter-spacing: 0.18px;
  color: #1F2122;
}

/* -------------------------------- OPCIONES VIVIENDA TARJETAS --------------------------------*/

.vivienda-cards {
  margin-bottom: 21px !important;
}

.vivienda-card {
  display: flex;
  gap: 15px;
}

.vivienda-card-subcontain {
  width: 436px;
  background: #F6F6F6;
  padding-top: 35px;
  padding-left: 55px;
}

.vivienda-card-title {
  text-align: left;
  font: normal normal bold 24px/31px DM Sans;
  letter-spacing: 0.24px;
  color: #17191B;
  margin-bottom: 18px;
}

.vivienda-card-txt {
  text-align: left;
  font: normal normal normal 18px/24px DM Sans;
  letter-spacing: 0.18px;
  color: #17191B;
  margin-bottom: 40px;
}

.vivienda-card-items {
  display: flex;
  gap: 10px;
  margin-bottom: 35px;
}

.vivienda-card-itemText {
  font: normal normal normal 16px/21px DM Sans;
  letter-spacing: 0.16px;
  color: #17191B;
}

.vivienda-card-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.vivienda-card-img {
  max-width: 63%;
}

/* -------------------------------- UBICACION --------------------------------*/


.ubicacion-seccion-container {
  background: #9A9392;
  padding-top: 115px;
  padding-bottom: 160px;
}

.ubicacion-seccion>div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 53px;
}

.ubicacion-img {
  max-width: 38.6rem;
  height: 100%;
}

.ubicacion-seccion .banner-etiqueta-o {
  margin-bottom: 18px;
}

.ubicacion-title {
  text-align: left;
  font: normal normal bold 34px/45px DM Sans;
  letter-spacing: 0.34px;
  color: #FFFFFF;
  margin-bottom: 18px;
}

.ubicacion-subtitle {
  text-align: left;
  font: normal normal normal 18px/24px DM Sans;
  letter-spacing: 0.18px;
  color: #FFFFFF;
  margin-bottom: 1.5rem;
}

.ubicacion-items-contain {
  display: flex;
  gap: 20px;
  flex-direction: column;
  margin-bottom: 35px;
}

.ubicacion-items {
  display: flex;
  gap: 20px;
}

.ubicacion-item-img {
  width: 16px;
}

.ubicacion-item-text {
  font: normal normal normal 18px/20px DM Sans;
  letter-spacing: 0.18px;
  color: #FFFFFF;
}

.ubicacion-txt {
  font: normal normal normal 18px/24px DM Sans;
  letter-spacing: 0.18px;
  color: #FFFFFF;
  margin-bottom: 35px;
}


/* -------------------------------- DISFRUTAR --------------------------------*/

#todo-para-disfrutar>div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.contenedor-disfrutas {
  font-family: "DM Sans", sans-serif;
}

.titulo-disfrutas {
  margin: 0 0 16px;
  font: normal normal bold 36px/47px DM Sans;
  letter-spacing: -0.72px;
  color: #17191B;
}

.lista-disfrutas {
  list-style: none;
  padding: 0;
  margin-bottom: 3rem;
}

.item-disfrutas {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  gap: 16px;
}

.icono-disfrutas {
  font-size: 16px;
  color: #D6B077;
}

.texto-disfrutas {
  font-size: 18px;
  line-height: 1.5;
  color: black;
  letter-spacing: 0.18px;
}

.disfrutar-img {
  max-width: 55%;
}


/* -------------------------------- FINANCIACIÓN  --------------------------------*/

.FINANCIACION-SECCION-CONTAINER {
  background: #1F2122;
  padding-top: 190px;
  padding-bottom: 150px;
}

.FINANCIACION-SECCION>div {
  display: flex;
  justify-content: space-between;
}

.financiacion-title {
  font: normal normal bold 36px/47px DM Sans;
  letter-spacing: 0.36px;
  color: #FFFFFF;
  margin-block: 12px;
}

.financiacion-subtitle {
  font: normal normal normal 18px/24px DM Sans;
  letter-spacing: 0.18px;
  color: #FFFFFF;
  margin-bottom: 2rem;
}

#financiacion-column-dos {
  display: flex;
  gap: 115px;
}

.financiacion-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 205px;
}

.financiacion-card-img {
  margin-bottom: 20px;
}

.financiacion-card-title {
  font: normal normal bold 18px/24px DM Sans;
  letter-spacing: 0.18px;
  color: #FFFFFF;
  margin-bottom: 12px;
}

.financiacion-card-subtitle {
  font: normal normal normal 18px/24px DM Sans;
  letter-spacing: 0.18px;
  color: #BEBEBE;
}


/* -------------------------------- COMERCIALIZA --------------------------------*/
.comercializa-section-container {
  background: #1F2122;
  padding-block: 150px;
}

.comercializa-section>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.comercializa-subcontain {
  max-width: 554px;
}

.comercializa-title {
  text-align: left;
  font: normal normal bold 36px/47px DM Sans;
  letter-spacing: 0.36px;
  color: #FFFFFF;
  margin-block: 15px;
}

.comercializa-subtitle {
  text-align: left;
  font: normal normal normal 18px/24px DM Sans;
  letter-spacing: 0.18px;
  color: #FFFFFF;
  margin-bottom: 25px;
}



/* ---------------------CONTACTO -------------- */

.contacto-seccion {
  background: url(/wp-content/uploads/2025/12/contacto.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-block: 100px;
}

#contacto-seccion-container>div>div>div.wpb_raw_code.wpb_content_element.wpb_raw_html>div {
  max-width: 740px;
  margin-inline: auto;
  margin-bottom: 40px;
}

.contact-eti {
  text-align: center;
  font: normal normal normal 18px/24px DM Sans;
  letter-spacing: 1.8px;
  color: #FFFFFF;
  margin-bottom: 1rem;
}

.contact-title {
  text-align: center;
  font: normal normal bold 36px/47px DM Sans;
  letter-spacing: 0.36px;
  color: #FFFFFF;
  margin-bottom: 1rem;
}

.contact-subtitle {
  text-align: center;
  font: normal normal normal 18px/24px DM Sans;
  letter-spacing: 0.18px;
  color: #FFFFFF;
  margin-bottom: 1rem;
}

.contacto-seccion-form form p span input,
.contacto-seccion-form form p span textarea {
  background: #FFFFFF !important;
  border-radius: 10px !important;
  font: normal normal normal 18px/22px Onest !important;
  letter-spacing: 0px !important;
  color: #919191 !important;
  border: none !important;
}

.contacto-seccion-form form p span textarea {
  max-height: 122px !important;
  resize: none;
}

.contacto-seccion-form form .boton-enviar input {
  width: 115px;
  height: 44px;
  background: #1F2122 0% 0% no-repeat padding-box;
  border-radius: 4px;
  padding: 0;
  border: none;
}

.fila-doble {
  display: flex;
  justify-content: space-between;
}

.fila-doble .columna {
  width: 49%;
}

.formulario-contenedor .boton-enviar>p {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

form .wpcf7-response-output {
  color: black !important;
  text-align: center !important;
}

form.invalid .wpcf7-response-output {
  border-color: red !important;
  background: #F4F4F4 !important;
  border: 1px solid #ff1503 !important;
}

/* --------------------FOOTER-------------- */

.footer-elit-inmo {
  background: #1F2122;
  padding-top: 82px;
  padding-bottom: 130px;
}

#footer-elit-inmo-container>div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 160px;
}

.footer-elit-img {
  max-width: 210px;
  margin-bottom: 10px;
}

.footer-elit-items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: fit-content;
  gap: 15px;
}

.footer-elit-item {
  font: normal normal normal 18px/24px DM Sans;
  letter-spacing: 1.8px;
  color: #FFFFFF;
}

.footer-elit-item:hover {
  color: #FFFFFF !important;
}

.footer-elit-item-icon {
  max-width: 24px;
  margin-right: 16px;
}

.zocalo-txt {
  text-align: center;
  font: normal normal normal 16px/21px DM Sans;
  letter-spacing: 0.16px;
  color: #17191B;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 4px;
  padding-block: 10px;
}


/*-------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------*/
/*---------------------------------ADAPTACION MOBILE ----------------------------*/
/*-------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------*/


/* ----------------------------- BANNER ----------------------------- */
@media only screen and (max-width: 900px) {

  .banner-elite-container {
    padding: 160px 0 90px 0;
    background-position: center;
  }

  .etiquetas-banner {
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 18px;
    padding: 0 18px;
    flex-wrap: wrap;
  }

  .banner-etiqueta-o,
  .banner-etiqueta-w {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 1.2px;
    padding: 5px 10px;
  }

  .banner-title {
    font-size: 38px;
    line-height: 40px;
    text-align: left;
    padding: 0 18px;
    margin-bottom: 10px;
  }

  .banner-subtitle {
    font-size: 22px;
    line-height: 30px;
    text-align: left;
    padding: 0 18px;
  }

  .banner-elite a {
    margin-left: 18px;
    margin-right: auto;
    margin-top: 18px;
  }

  .btn-w-v1 .btn-icon {
    width: 16px;
    height: auto;
  }
}

/* ------------------------------ SUBBANNER RESPONSIVE ------------------------------ */

/* VISTA RESPONSIVE (mobile) */
@media only screen and (max-width: 900px) {

  .subBanner-container {
    padding-block: 32px;
  }

  /* El wrapper real del raw */
  #subBanner>.wpb_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    justify-items: start;
    padding: 0 22px;
  }

  .card-subBanner {
    gap: 12px;
    align-items: center;
  }

  .card-subBanner-img {
    width: 34px;
    height: 34px;
    object-fit: contain;
  }

  .card-subBanner-txt {
    font: normal normal 500 16px/20px DM Sans;
    letter-spacing: 0.16px;
  }
}

/* VISTA TABLET (715px a 1000px) */
@media (min-width: 715px) and (max-width: 1000px) {

  .subBanner-container {
    padding-block: 40px;
  }

  #subBanner>.wpb_wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 43px;
    padding: 0 115px;
    flex-direction: row-reverse;
  }

  .card-subBanner {
    gap: 14px;
    align-items: center;
  }

  .card-subBanner-img {
    width: 40px;
    height: 40px;
    object-fit: contain;
  }

  .card-subBanner-txt {
    font: normal normal 500 18px/24px DM Sans;
    letter-spacing: 0.18px;
  }
}

/* Tablet horizontal */
@media screen and (width: 1280px) and (height: 720px) and (orientation: landscape) {
  .subBanner>div {
    gap: 90px;
  }
}

@media screen and (width: 1194px) and (height: 834px) and (orientation: landscape) {
  .subBanner>div {
    gap: 95px;
  }
}


/* ----------------------------- OPCIONES VIVIENDA RESPONSIVE ----------------------------- */

/* MOBILE */
@media only screen and (max-width: 900px) {

  .viviendas-texto {
    max-width: 560px;
    padding: 0 18px;
    margin-inline: auto;
  }

  .viviendas-title {
    text-align: left;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -0.5px;
    margin-bottom: 16px;
  }

  .viviendas-subtitle {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.16px;
    margin-bottom: 16px;
  }

  .viviendas-text {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.16px;
  }
}


/* TABLET */
@media (min-width: 715px) and (max-width: 1000px) {

  .viviendas-texto {
    max-width: 820px;
    padding: 0 28px;
    margin-inline: auto;
  }

  .viviendas-title {
    text-align: left;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.6px;
    margin-bottom: 22px;
  }

  .viviendas-subtitle {
    text-align: left;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 18px;
  }

  .viviendas-text {
    text-align: left;
    font-size: 17px;
    line-height: 24px;
  }
}


/* TABLET HORIZONTAL (tus queries) */
@media screen and (width: 1280px) and (height: 720px) and (orientation: landscape) {
  .viviendas-texto {
    max-width: 900px;
  }
}

@media screen and (width: 1194px) and (height: 834px) and (orientation: landscape) {
  .viviendas-texto {
    max-width: 880px;
  }
}


/* ------------------------------ VIVIENDA CARDS RESPONSIVE ------------------------------ */

/* VISTA RESPONSIVE (mobile) */
@media only screen and (max-width: 900px) {

  .vivienda-card {
    flex-direction: column;
    gap: 0;
  }

  .vivienda-card-img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
  }

  .vivienda-card-subcontain {
    width: 100%;
    padding: 26px 22px;
  }

  .vivienda-card-title {
    font: normal normal bold 22px/28px DM Sans;
    letter-spacing: 0.22px;
    margin-bottom: 12px;
  }

  .vivienda-card-txt {
    font: normal normal normal 16px/22px DM Sans;
    letter-spacing: 0.16px;
    margin-bottom: 22px;
  }

  .vivienda-card-items {
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 22px;
  }

  .vivienda-card-item {
    gap: 8px;
  }

  .vivienda-card-item-img {
    width: 28px;
    height: 28px;
    object-fit: contain;
  }

  .vivienda-card-itemText {
    font: normal normal normal 14px/18px DM Sans;
    letter-spacing: 0.14px;
  }

  .btn-b {
    width: fit-content;
  }
}

/* VISTA TABLET (715px a 1000px) */
@media (min-width: 715px) and (max-width: 1000px) {

  .vivienda-cards-contain>div>div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
  }

  .vivienda-card {
    gap: 14px;
    align-items: center;
    width: fit-content;
    max-width: 19rem;
  }

  .vivienda-card-img {
    max-width: 100%;
    object-fit: cover;
  }

  .vivienda-card-subcontain {
    width: 100%;
    padding-top: 30px;
    padding-left: 32px;
    padding-right: 28px;
    padding-bottom: 28px;
  }

  .vivienda-cards {
    margin-bottom: 35px !important;
  }

  .vivienda-card-title {
    font: normal normal bold 22px/28px DM Sans;
    letter-spacing: 0.22px;
    margin-bottom: 14px;
  }

  .vivienda-card-txt {
    font: normal normal normal 16px/22px DM Sans;
    letter-spacing: 0.16px;
    margin-bottom: 26px;
  }

  .vivienda-card-items {
    gap: 14px;
    margin-bottom: 26px;
    flex-wrap: wrap;
  }

  .vivienda-card-itemText {
    font: normal normal normal 15px/20px DM Sans;
    letter-spacing: 0.15px;
  }

  .vivienda-card-item-img {
    width: 30px;
    height: 30px;
    object-fit: contain;
  }
}

/* Tablet horizontal */
@media screen and (width: 1280px) and (height: 720px) and (orientation: landscape) {
  .vivienda-card-subcontain {
    width: 420px;
    padding-left: 45px;
  }

  .vivienda-card-img {
    max-width: 62%;
  }
}

@media screen and (width: 1194px) and (height: 834px) and (orientation: landscape) {
  .vivienda-card-subcontain {
    width: 420px;
    padding-left: 45px;
  }

  .vivienda-card-img {
    max-width: 60%;
  }
}

@media only screen and (max-width: 900px) {
  .vivienda-card-img {
    order: 0;
  }

  .vivienda-card-subcontain {
    order: 1;
  }
}

/* ----------------------------- UBICACION RESPONSIVE ----------------------------- */

/* MOBILE */
@media only screen and (max-width: 900px) {

  .ubicacion-seccion-container {
    padding-top: 70px;
    padding-bottom: 90px;
  }

  .ubicacion-seccion>div {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 26px;
    padding: 0 18px;
  }

  .ubicacion-img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
    transform: scale(1.2);
  }

  .subcontain-ubicacion {
    width: 100%;
  }

  .ubicacion-seccion .banner-etiqueta-o {
    margin-bottom: 14px;
  }

  .ubicacion-title {
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 14px;
  }

  .ubicacion-subtitle {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 18px;
  }

  .ubicacion-items-contain {
    gap: 16px;
    margin-bottom: 22px;
  }

  .ubicacion-items {
    gap: 14px;
    align-items: flex-start;
  }

  .ubicacion-item-img {
    width: 25px;
  }

  .ubicacion-item-text {
    font-size: 18px;
    line-height: 20px;
    margin: 0;
  }

  .ubicacion-txt {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 22px;
  }

  .btn-w {
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }

  .btn-w .btn-icon {
    width: 16px;
    height: auto;
  }
}


/* TABLET */
@media (min-width: 715px) and (max-width: 1000px) {

  .ubicacion-seccion-container {
    padding-top: 95px;
    padding-bottom: 120px;
  }

  .ubicacion-seccion>div {
    gap: 28px;
    padding: 0 28px;
    align-items: flex-start;
  }

  .ubicacion-img {
    max-width: 100%;
    height: auto;
    margin-inline: auto;
    transform: scale(1.1);
  }

  .ubicacion-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 16px;
  }

  .ubicacion-subtitle {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 18px;
  }

  .ubicacion-item-text {
    font-size: 17px;
    line-height: 22px;
  }

  .ubicacion-txt {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 26px;
  }
}


/* TABLET HORIZONTAL (tus queries) */
@media screen and (width: 1280px) and (height: 720px) and (orientation: landscape) {
  .ubicacion-img {
    max-width: 44%;
  }
}

@media screen and (width: 1194px) and (height: 834px) and (orientation: landscape) {
  .ubicacion-img {
    max-width: 44%;
  }
}

/* ------------------------------ DISFRUTAR RESPONSIVE ------------------------------ */

/* VISTA RESPONSIVE (mobile) */
@media only screen and (max-width: 900px) {

  #todo-para-disfrutar>div {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 28px;
    padding: 0 22px;
  }

  .titulo-disfrutas {
    font: normal normal bold 30px/38px DM Sans;
    letter-spacing: -0.60px;
    margin: 0 0 14px;
  }

  .lista-disfrutas {
    margin-bottom: 24px;
  }

  .item-disfrutas {
    gap: 14px;
    align-items: flex-start;
    margin-bottom: 12px;
  }

  .icono-disfrutas {
    font-size: 14px;
    margin-top: 4px;
    flex: 0 0 auto;
  }

  .texto-disfrutas {
    font-size: 18px;
    line-height: 1.35;
    letter-spacing: 0.16px;
  }

  .contenedor-disfrutas .btn-b {
    margin-inline: 0;
    width: fit-content;
  }

  /* .disfrutar-img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
  } */
}

/* VISTA TABLET (715px a 1000px) */
@media (min-width: 715px) and (max-width: 1000px) {

  #todo-para-disfrutar>div {
    gap: 30px;
    padding: 0 24px;
  }

  .titulo-disfrutas {
    font: normal normal bold 34px/44px DM Sans;
    letter-spacing: -0.68px;
  }

  .texto-disfrutas {
    font-size: 18px;
    line-height: 1.45;
    letter-spacing: 0.17px;
  }

  /* .disfrutar-img {
    display: none;
  } */
}

/* Tablet horizontal */
@media screen and (width: 1280px) and (height: 720px) and (orientation: landscape) {
  .disfrutar-img {
    max-width: 56%;
  }
}

@media screen and (width: 1194px) and (height: 834px) and (orientation: landscape) {
  .disfrutar-img {
    max-width: 54%;
  }
}


/* ------------------------------ FINANCIACIÓN RESPONSIVE ------------------------------ */

/* VISTA RESPONSIVE (mobile) */
@media only screen and (max-width: 900px) {

  .FINANCIACION-SECCION-CONTAINER {
    padding-top: 95px;
    padding-bottom: 100px;
  }

  .FINANCIACION-SECCION>div {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 22px;
  }

  .financiacion-title {
    font: normal normal bold 24px/31px DM Sans;
    letter-spacing: 0.24px;
    margin-block: 10px;
  }

  .financiacion-subtitle {
    font: normal normal normal 18px/22px DM Sans;
    letter-spacing: 0.24px;
    margin-bottom: 42px;
  }

  #financiacion-column-dos {
    flex-direction: column;
    gap: 40px;
  }

  .financiacion-card {
    width: 100%;
    max-width: 340px;
  }

  .financiacion-card-img {
    width: 54px;
    height: 54px;
    object-fit: contain;
    margin-bottom: 16px;
  }

  .financiacion-card-title {
    font: normal normal bold 18px/24px DM Sans;
    letter-spacing: 0.18px;
    margin-bottom: 2px;
  }

  .financiacion-card-subtitle {
    font: normal normal normal 16px/22px DM Sans;
    letter-spacing: 0.16px;
  }

  #financiacion-column-uno .btn-w {
    margin-inline: 0;
    width: fit-content;
  }

  .FINANCIACION-SECCION .financiacion-title {
    margin-bottom: 10px;
  }

  #financiacion-column-uno .btn-w {
    margin-inline: 0;
    width: fit-content;
    margin-top: 20px;
  }

}

/* VISTA TABLET (715px a 1000px) */
@media (min-width: 715px) and (max-width: 1000px) {

  .FINANCIACION-SECCION-CONTAINER {
    padding-block: 80px;
  }

  .FINANCIACION-SECCION>div {
    padding: 0 24px;
  }

  .financiacion-title {
    font: normal normal bold 34px/44px DM Sans;
    letter-spacing: 0.34px;
  }

  .financiacion-subtitle {
    font: normal normal normal 17px/23px DM Sans;
    letter-spacing: 0.17px;
  }

  .financiacion-card {
    width: 32rem;
    max-width: 100%;
  }

  .financiacion-card-subtitle {
    font: normal normal normal 17px/23px DM Sans;
    letter-spacing: 0.17px;
  }

}

/* Tablet horizontal */
@media screen and (width: 1280px) and (height: 720px) and (orientation: landscape) {
  #financiacion-column-dos {
    gap: 80px;
  }
}

@media screen and (width: 1194px) and (height: 834px) and (orientation: landscape) {
  #financiacion-column-dos {
    gap: 75px;
  }
}

/* FIX: Botón al final (como en la imagen) - SOLO MOBILE */
@media only screen and (max-width: 900px) {

  /* Aplana columnas para poder reordenar sin tocar HTML */
  #financiacion-column-uno,
  #financiacion-column-dos {
    display: contents;
  }

  /* Orden visual: etiqueta > title > subtitle > cards > botón */
  .FINANCIACION-SECCION .banner-etiqueta-o {
    order: 1;
  }

  .FINANCIACION-SECCION .financiacion-title {
    order: 2;
  }

  .FINANCIACION-SECCION .financiacion-subtitle {
    order: 3;
  }

  .FINANCIACION-SECCION .financiacion-card {
    order: 4;
  }

  #financiacion-column-uno .btn-w {
    order: 5;
  }

  /* ------------------ FIX CARDS FINANCIACIÓN: ícono al lado del texto ------------------ */
  .financiacion-card {
    display: grid;
    grid-template-columns: 54px 1fr;
    column-gap: 18px;
    row-gap: 6px;
    align-items: start;
    margin-bottom: 40px;
  }

  .financiacion-card-img {
    grid-column: 1;
    grid-row: 1 / span 2;
    margin-bottom: 0;
    width: 45px;
    height: 45px;
    object-fit: contain;
  }

  .financiacion-card-title,
  .financiacion-card-subtitle {
    grid-column: 2;
  }


  .financiacion-card-subtitle {
    margin: 0;
  }

}


/* ------------------------------ GALERÍA OZAMIS RESPONSIVE ------------------------------ */

/* VISTA RESPONSIVE (mobile) */
@media only screen and (max-width: 900px) {

  /* Oculta los <p><style>...</style></p> que mete WP y rompen el grid */
  #galeria-de-imagenes-ozamis .galeria-de-imagenes-ozamis-img>p {
    display: none !important;
  }

  /* Apaga masonry (absolute + height inline) y lo pasa a grid */
  #galeria-de-imagenes-ozamis .galeria-de-imagenes-ozamis-img {
    position: static !important;
    height: auto !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 0 !important;
    padding: 0 22px !important;
  }

  /* Quita paddings/margins que agrega el bloque */
  #galeria-de-imagenes-ozamis .galeria-de-imagenes-ozamis-img>div {
    padding: 0 !important;
    margin: 0 !important;
  }

  /* Libera los items del absolute (left/top inline) */
  #galeria-de-imagenes-ozamis .galeria-de-imagenes-ozamis-img .masonry-item {
    position: static !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    max-width: none !important;
  }

  /* Mata alturas fijas del theme */
  #galeria-de-imagenes-ozamis .galeria-de-imagenes-ozamis-img .liquid-media-element-custom-height {
    height: auto !important;
  }

  /* Layout como tu captura: 1ra grande y última grande */
  #galeria-de-imagenes-ozamis .galeria-de-imagenes-ozamis-img>.masonry-item:first-of-type,
  #galeria-de-imagenes-ozamis .galeria-de-imagenes-ozamis-img>.masonry-item:last-of-type {
    grid-column: 1 / -1;
  }

  /* Imágenes fluidas */
  #galeria-de-imagenes-ozamis .galeria-de-imagenes-ozamis-img img {
    width: 100% !important;
    height: auto !important;
    display: block;
  }
}

/* VISTA TABLET (715px a 1000px) */
@media (min-width: 715px) and (max-width: 1000px) {

  #galeria-de-imagenes-ozamis .galeria-de-imagenes-ozamis-img>p {
    display: none !important;
  }

  #galeria-de-imagenes-ozamis .galeria-de-imagenes-ozamis-img {
    position: static !important;
    height: auto !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 0 !important;
    padding: 0 24px !important;
  }

  #galeria-de-imagenes-ozamis .galeria-de-imagenes-ozamis-img>div {
    padding: 0 !important;
    margin: 0 !important;
  }

  #galeria-de-imagenes-ozamis .galeria-de-imagenes-ozamis-img .masonry-item {
    position: static !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    max-width: none !important;
  }

  #galeria-de-imagenes-ozamis .galeria-de-imagenes-ozamis-img .liquid-media-element-custom-height {
    height: auto !important;
  }

  #galeria-de-imagenes-ozamis .galeria-de-imagenes-ozamis-img img {
    width: 100% !important;
    height: auto !important;
    display: block;
  }
}

/* ----------------------------- COMERCIALIZA RESPONSIVE ----------------------------- */

/* MOBILE */
@media only screen and (max-width: 900px) {

  .comercializa-section-container {
    padding-block: 90px;
  }

  .comercializa-section>div {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 34px;
    padding: 0 18px;
  }

  .comercializa-img {
    width: 100%;
    max-width: 240px;
    height: auto;
    display: block;
    margin: 0 auto;
    /* logo centrado como la imagen */
  }

  .comercializa-subcontain {
    max-width: 560px;
    width: 100%;
  }

  .comercializa-title {
    font-size: 28px;
    line-height: 34px;
    margin-block: 12px;
  }

  .comercializa-subtitle {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 18px;
  }

  .btn-w {
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }

  .btn-w .btn-icon {
    width: 16px;
    height: auto;
  }
}


/* TABLET */
@media (min-width: 715px) and (max-width: 1000px) {

  .comercializa-section-container {
    padding-block: 120px;
  }

  .comercializa-section>div {
    gap: 34px;
    padding: 0 28px;
    align-items: center;
  }

  .comercializa-img {
    max-width: 40%;
    height: auto;
  }

  .comercializa-subcontain {
    max-width: 40rem;
    text-wrap-style: balance;
  }

  .comercializa-title {
    font-size: 32px;
    line-height: 40px;
  }

  .comercializa-subtitle {
    font-size: 17px;
    line-height: 24px;
  }
}


/* TABLET HORIZONTAL (tus queries) */
@media screen and (width: 1280px) and (height: 720px) and (orientation: landscape) {
  .comercializa-img {
    max-width: 38%;
  }
}

@media screen and (width: 1194px) and (height: 834px) and (orientation: landscape) {
  .comercializa-img {
    max-width: 38%;
  }
}

/* ------------------------------ CONTACTO RESPONSIVE ------------------------------ */

/* VISTA RESPONSIVE (mobile) */
@media only screen and (max-width: 700px) {

  .contacto-seccion {
    padding-top: 60px;
    padding-bottom: 0;
    background-position: center;
  }

  /* Bloque de textos (más simple y estable que el selector largo) */
  #contacto-seccion-txt>.wpb_wrapper {
    max-width: 620px;
    margin: 0 auto 28px auto;
    padding: 0 15px;
  }

  .contact-eti {
    font: normal normal normal 12px/16px DM Sans;
    letter-spacing: 1.6px;
    margin-bottom: 10px;
  }

  .contact-title {
    font: normal normal bold 24px/28px DM Sans;
    letter-spacing: 0.30px;
    margin-bottom: 12px;
  }

  .contact-subtitle {
    font: normal normal normal 18px/24px DM Sans;
    letter-spacing: 0.16px;
    margin-bottom: 0;
  }

  /* Form */
  .contacto-seccion-form {
    padding: 0 22px;
  }

  .contacto-seccion-form form {
    max-width: 620px;
    margin: 0 auto;
  }

  .fila-doble {
    flex-direction: column;
    /* gap: 10px; */
  }

  .fila-doble .columna {
    width: 100%;
  }

  .contacto-seccion-form form p {
    margin: 0 0 10px 0;
  }

  .contacto-seccion-form form p span input,
  .contacto-seccion-form form p span textarea {
    width: 100% !important;
    box-sizing: border-box;
    font: normal normal normal 16px/20px Onest !important;
  }

  .contacto-seccion-form form p span textarea {
    max-height: 160px !important;
  }

  .formulario-contenedor .boton-enviar>p {
    margin-top: 14px;
  }

  .contacto-seccion-form form .boton-enviar input {
    width: 115px;
    height: 44px;
  }
}

/* VISTA TABLET (715px a 1000px) */
@media (min-width: 715px) and (max-width: 1000px) {


  .contact-title {
    font: normal normal bold 34px/44px DM Sans;
    letter-spacing: 0.34px;
  }

  .contact-subtitle {
    font: normal normal normal 17px/23px DM Sans;
    letter-spacing: 0.17px;
  }


  .contacto-seccion-form form p span input,
  .contacto-seccion-form form p span textarea {
    font: normal normal normal 17px/21px Onest !important;
  }

  .contacto-seccion-container {
    padding-inline: 3rem;
  }
}


/* ----------------------------- FOOTER RESPONSIVE ----------------------------- */

/* MOBILE */
@media only screen and (max-width: 900px) {

  .footer-elit-inmo {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  #footer-elit-inmo-container>div {
    flex-direction: column;
    gap: 28px;
    padding: 0 18px;
    text-align: center;
  }

  .footer-elit-img {
    max-width: 160px;
    margin: 0 auto;
    display: block;
  }

  .footer-elit-items {
    align-items: flex-start;
    gap: 14px;
  }

  .footer-elit-item {
    letter-spacing: 0.6px;
    /* en mobile 1.8px queda muy abierto */
    font-size: 16px;
    line-height: 22px;
  }

  .footer-elit-item-icon {
    max-width: 22px;
    margin-right: 12px;
  }

  /* si querés ocultar el bloque de links (Unidades, Ubicación, etc) en mobile */
  .footer-elit-items:nth-of-type(2) {
    display: none;
  }

  .zocalo-txt {
    font-size: 14px;
    line-height: 18px;
    padding-block: 12px;
  }

  .joinchat__button {
    right: 10px !important;
    bottom: 6rem !important;
  }
}

@media only screen and (max-width: 900px) {
  .zocalo-txt {
    padding-bottom: 2rem;
  }
}

/* TABLET */
@media (min-width: 715px) and (max-width: 1000px) {

  .footer-elit-inmo {
    padding-top: 80px;
    padding-bottom: 90px;
  }

  #footer-elit-inmo-container>div {
    gap: 70px;
    padding: 0 28px;
  }

  .footer-elit-img {
    max-width: 200px;
  }

  .footer-elit-item {
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 1.2px;
  }
}


/* TABLET HORIZONTAL (tus queries) */
@media screen and (width: 1280px) and (height: 720px) and (orientation: landscape) {
  #footer-elit-inmo-container>div {
    gap: 110px;
  }
}

@media screen and (width: 1194px) and (height: 834px) and (orientation: landscape) {
  #footer-elit-inmo-container>div {
    gap: 100px;
  }
}


/*------------------------------------------------ ANCLAS ------------------------------------------------ */

@media only screen and (max-width: 900px) {
  #unidades-ozamis {
    position: relative;

  }

  #ubicacion-ozamis {
    position: relative;

  }

  #contacto-ozamis {
    position: relative;

  }
}


@media (min-width: 700px) and (max-width: 1000px) {
  #unidades-ozamis {
    bottom: 4rem;
    position: relative;
  }

  #ubicacion-ozamis {
    bottom: 4rem;
    position: relative;

  }

  #contacto-ozamis {
    bottom: 4rem;
    position: relative;
  }
}

@media (min-width: 1000px) and (max-width: 1400px) {
  #unidades-ozamis {
    top: 4rem;
    position: relative;
  }

  #ubicacion-ozamis {
    top: 1rem;
    position: relative;

  }

  #contacto-ozamis {
    top: 8rem;
    position: relative;
  }
}


@media (min-width: 1400px) and (max-width: 1600px) {
  #unidades-ozamis {
    top: 5rem;
    position: relative;
  }

  #ubicacion-ozamis {
    top: 1rem;
    position: relative;

  }

  #contacto-ozamis {
    top: 10rem;
    position: relative;
  }
}


/*------------------------------------------------ FIXES------------------------------------------------ */
.formulario-contenedor .wpcf7-not-valid-tip {
  color: #630E0E !important;
}

@media (min-width: 715px) and (max-width: 1000px) {
  .subcontain-ubicacion {
    width: 75%;
    text-wrap-style: balance;
  }
}

@media screen and (min-width: 1190px) and (max-width: 1300px) and (orientation: landscape) {
  .vivienda-card-subcontain {
    padding-left: 40px;
    padding-bottom: 2rem;
  }

  .vivienda-card-img {
    max-width: 60%;
    object-fit: cover;
  }
}

@media only screen and (max-width: 700px) {
  .disfrutar-img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 380px) {
  #header .lqd-mobile-sec .navbar-header .navbar-brand-inner {
    width: 13rem;
  }
}