- /*
 Theme Name:   WpResidence child theme
 Theme URI:    https://themeforest.net/item/wp-residence-real-estate-wordpress-theme/7896392
 Description:  WpResidence child theme
 Author:       WpEstate
 Author URI:   http://wpestate.org
 Template:     wpresidence
 Version:      5.1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/
/*********** HERO – 3 líneas compactas y sin huecos ***********/

/* ================= HERO (solo en Home) ================= */
.home .hero-wrap{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;       /* evita “hueco” abajo */
  gap:6px;                          /* separación entre líneas */
  margin:0 !important;
  padding:0 !important;
  min-height:auto !important;
  height:auto !important;
  text-align:center;
}

/* Quitar márgenes/paddings internos típicos de Elementor dentro del hero */
.home .hero-wrap .elementor-widget,
.home .hero-wrap .elementor-widget-container{
  margin:0 !important;
  padding:0 !important;
}

/* Si hay separadores/espaciadores en el hero, ocultarlos */
.home .hero-wrap .elementor-spacer,
.home .hero-wrap .elementor-divider{
  display:none !important;
  height:0 !important;
  margin:0 !important;
  padding:0 !important;
}

/* Normalizar los títulos dentro del hero */
.home .hero-wrap .elementor-heading-title{
  margin:0 !important;
  line-height:1.2 !important;
}

/* Tamaños base (escritorio) */
.home .hero-main  .elementor-heading-title{ font-size:36px; }
.home .hero-sub   .elementor-heading-title{ font-size:22px; }
.home .hero-brand .elementor-heading-title{ font-size:24px; }

/* ===== Tablet (≤1024px) ===== */
@media (max-width:1024px){
  .home .hero-main  .elementor-heading-title{ font-size:30px !important; }
  .home .hero-sub   .elementor-heading-title{ font-size:20px !important; }
  .home .hero-brand .elementor-heading-title{ font-size:22px !important; }
  .home .hero-wrap{ padding-top:8px !important; }
}

/* ===== Móvil (≤767px) ===== */
@media (max-width:767px){
  .home .hero-main  .elementor-heading-title{ font-size:24px !important; }
  .home .hero-sub   .elementor-heading-title{ font-size:18px !important; }
  .home .hero-brand .elementor-heading-title{ font-size:20px !important; }
  .home .hero-wrap{ padding:4px 0 !important; }
}