/**
Theme Name: Astra Child
Author: Appsia
Author URI: https://wpastra.com
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/


/* ESTILOS HEADINGS */
.h1 {
	color: var(--ast-global-color-1);
	font-family:"Montserrat", Arial, Helvetica, sans-serif;
	font-size:38px;
	font-weight:500;
	text-transform:uppercase;
}
.h2 {
	color: var(--ast-global-color-1);
	font-family:"Montserrat", Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:500;
	text-transform:uppercase;
}
.h3 {
	color: var(--ast-global-color-1);
	font-family:"Montserrat", Arial, Helvetica, sans-serif;
	/*font-size:28px;*/
	font-weight:500;
	text-transform:uppercase;
}
.h4 {
	color: var(--ast-global-color-0);
	font-family:"Montserrat", Arial, Helvetica, sans-serif;
	/*font-size:24px;*/
	font-weight:500;
	text-transform:uppercase;
	
}
.h5 {
	color: var(--ast-global-color-1);
	font-family:"Montserrat", Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:600;
	text-transform:uppercase;
}
a .elementor-animation-grow:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* Sombra suave */
}
.wp-block-social-links li a svg {
	fill:#FFF;
}
.grecaptcha-badge { 
    visibility: hidden !important;
}
/*--- HEADER ---*/
.ast-sticky-active {
background:rgba(33,35,38,0.8) !important
}
.ast-menu-toggle .icon-arrow svg {
	fill:#FFFFFF;
}
ul.main-header-menu li a  {
	border-bottom:3px solid #FFFFFF00;
}
ul.main-header-menu li a:hover {
	border-bottom:3px solid var( --e-global-color-astglobalcolor0 );
}
/*li.wpml-ls-item {
	float:left;
	width:auto !important;
	margin-left:10px;
	margin-right:10px;
}*/
/*--- FOOTER ---*/
.wp-container-core-social-links-is-layout-1 {
	justify-content:center;
}
	

.subtitulo1 {
	color: var(--ast-global-color-1);
	font-family:"Montserrat", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;
}
.subtitulo2 {
	color: var(--ast-global-color-0);
	font-family:"Montserrat", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;
}
ul.extras {
	display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 10px; 
    padding: 0;
    margin: 0px 0px 0px 20px;
}
ul.extras li {
 list-style-image: url(../../themes/astra-child/img/checkmark.svg);  
	padding: 5px 0px 0px 5px; 
}
.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"].footer-widget-area-inner a {
    color: var(--ast-global-color-5);
    fill: #FFF;
}
/* Ocultar el badge completamente */
.grecaptcha-badge {
    display: none !important;
}

.home .jet-search-filter__input {
	height:34px;
	margin-top:10px;
}
.home .jet-select__control {
	border:none;
}

/**** CONTACT FORM 7 ****/
.cform7 p, .cform7 .wpcf7-list-item {
     margin:0px;
}

.cform7 br {
	display:none;
}

body:not(.page-id-13) .formAlquiler, body:not(.page-id-138979) .formAlquiler, body:not(.page-id-138486) .formAlquiler, body:not(.page-id-141178) .formAlquiler {
    display: none;
}
body.page-id-13 .formAlquiler, body.page-id-138979 .formAlquiler, body.page-id-138486 .formAlquiler, body.page-id-141178 .formAlquiler {
	display:block !important;
}
body.page-id-13 .formVenta, body.page-id-138979 .formVenta, body.page-id-138486 .formVenta, body.page-id-141178 .formVenta {
	display:none;
}

/**** CSS MEDIA QUERIES ****/
@media (max-width:1395px) {
	#ast-desktop-header {
		display:none;
	}
	
    #ast-hf-mobile-menu li.wpml-ls-item {
        display: inline-block; 
        width: 25%;
        text-align: center; 
    }
	
    
    #ast-hf-mobile-menu {
        display: flex; /* Asegura que los hijos puedan alinearse horizontalmente */
        flex-wrap: wrap; /* Permite que los elementos no seleccionados se mantengan en su lugar */
    }
    .home .elementor-widget-jet-smart-filters-search {
        width:100%;
    }
    .home .jet-filters-group {
        width:100%
    }
    .elementor-element-b9353f2 {
        row-gap:0px !important;
    }
}

.elementor-lightbox .dialog-widget-content {
	top: 0!important;
	left: 0!important;
}

#property-featured-image img {
	aspect-ratio: 12/5;
	object-fit: cover;
	object-position: center;
	max-height: 520px;
}

img {
	 -webkit-touch-callout: none;
	 -webkit-user-select: none;
	 -khtml-user-select: none;
	 -moz-user-select: none;
	 -ms-user-select: none;
	 user-select: none;
	 pointer-events: none;
	 -webkit-user-drag: none;
	 user-drag: none;
 }

header .custom-logo-link img {
	filter: brightness(100);
}

@media (max-width: 1024px) {
    header .custom-logo-link img {
        width: 72px!important;
    }
}

.spinner {
    display: inline-block;
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    width: 16px;
    height: 16px;
    border: 2px solid #ccc;
    border-top: 2px solid #333;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
    margin-left: 8px;
}

#city-loader {
    position: absolute;
    left: 6px;
    top: 12px;
}

@keyframes spin {
    100% { transform: rotate(360deg); }
}

.elementor-widget-shortcode:has(.blog-ttr) {
    height: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%);
    margin-top: -16px;
    color: #A52144;
    font-weight: 700;
    font-size: 15px;
}

.blog-ttr {
    width: max-content;
    margin: 0 auto;
}

.uael-toc-empty-note {
    display: none;
}

.heading-5 {
    font-size: 1.3333333333333rem;
    line-height: 1.2em;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: white;
    margin-bottom: 0;
}

.heading-6 {
    font-size: 0.93333333333333rem;
    line-height: 1.25em;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: var(--ast-global-color-0);
    margin-bottom: 0;
}

.archive .ast-container {
    padding: 0;
    max-width: 100%
}

.nearby-zones-wrapper {
    position: relative;
}

.nearby-zones-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    /*max-height: 1.5em;*/
    /*overflow: hidden;*/
    transition: max-height 0.3s ease;
    margin-bottom: 10px
}

.nearby-zones-container.expanded {
    max-height: none;
}

.nearby-zones-container.collapsed {
    overflow-x: hidden;
}

.nearby-zones-container.expanded {
    flex-wrap: wrap;
    overflow: visible;
}

.nearby-zones-wrapper .view-more-btn {
    color: var(--ast-global-color-0);
    box-shadow: none;
    text-decoration: none;
    background: transparent;
}

@media (max-width: 762px) {
    #title_filters_pc {
        display: none;
    }

    .collapsed {
        height: 4.5rem;
    }
    
    #form_filters > *:not(#title_filters_mbl):not(#title_filters_pc) {
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease, margin 0.3s ease, padding 0.3s ease;
    max-height: 500px; 
    opacity: 1;
    }

    #form_filters.collapsed > *:not(#title_filters_mbl):not(#title_filters_pc) {
        max-height: 0;
        opacity: 0;
        margin: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    /* Efecto escalonado opcional con CSS */
    #form_filters > *:nth-child(1) { transition-delay: 0s; }
    #form_filters > *:nth-child(2) { transition-delay: 0.03s; }
    #form_filters > *:nth-child(3) { transition-delay: 0.06s; }
    #form_filters > *:nth-child(4) { transition-delay: 0.09s; }
    #form_filters > *:nth-child(5) { transition-delay: 0.12s; }
}