.elementor-2572 .elementor-element.elementor-element-4eb98b5{--display:flex;--min-height:260px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--overlay-opacity:0.73;}.elementor-2572 .elementor-element.elementor-element-4eb98b5::before, .elementor-2572 .elementor-element.elementor-element-4eb98b5 > .elementor-background-video-container::before, .elementor-2572 .elementor-element.elementor-element-4eb98b5 > .e-con-inner > .elementor-background-video-container::before, .elementor-2572 .elementor-element.elementor-element-4eb98b5 > .elementor-background-slideshow::before, .elementor-2572 .elementor-element.elementor-element-4eb98b5 > .e-con-inner > .elementor-background-slideshow::before, .elementor-2572 .elementor-element.elementor-element-4eb98b5 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#FFFFFF;--background-overlay:'';}.elementor-2572 .elementor-element.elementor-element-e23bcf1 .elementor-heading-title{color:var( --e-global-color-47f91604 );}.elementor-2572 .elementor-element.elementor-element-04f2155{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:1;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-7919bc8 *//* =========================================================
   TECNOGESTIÓN - MAPA
   ========================================================= */

.tg-mapa-propiedades {
    width: 100%;
    height: 600px;
    border-radius: 14px;
    overflow: hidden;
}


/* =========================================================
   MARCADOR
   ========================================================= */

.tg-marker-wrapper {
    background: transparent !important;
    border: 0 !important;
}

.tg-marker {
    width: 30px;
    height: 30px;

    border-radius: 50%;

    background: #5FAAF1;

    border: 3px solid #fff;

    box-shadow:
        0 3px 10px rgba(0,0,0,.25);

    display: flex;
    align-items: center;
    justify-content: center;

    box-sizing: border-box;

    transition:
        transform .2s ease,
        background .2s ease;
}

.tg-marker span {
    color: #fff;
    font-size: 9px;
}


/* =========================================================
   CLUSTERS
   ========================================================= */

.marker-cluster {
    background: rgba(95,170,241,.25) !important;
}

.marker-cluster div {
    background: #5FAAF1 !important;

    color: #fff !important;

    font-family: inherit;

    font-weight: 600;
}


/* =========================================================
   POPUP
   ========================================================= */

.tg-popup {
    width: 260px;

    overflow: hidden;

    border-radius: 10px;

    background: #fff;
}


.tg-popup-imagen {
    width: 100%;
    height: 150px;

    overflow: hidden;
}


.tg-popup-imagen img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    display: block;
}


.tg-popup-contenido {
    padding: 14px;
}


.tg-popup-titulo {
    color: #8C6E54;

    font-size: 16px;
    font-weight: 600;

    line-height: 1.3;

    margin-bottom: 8px;
}


.tg-popup-precio {
    color: #5FAAF1;

    font-size: 17px;
    font-weight: 700;

    margin-bottom: 12px;
}


.tg-popup-consultar {
    color: #8C6E54;

    font-size: 15px;
    font-weight: 600;

    margin-bottom: 12px;
}


.tg-popup-boton {
    display: inline-block;

    padding: 8px 14px;

    border-radius: 6px;

    background: #5FAAF1;

    color: #fff !important;

    font-size: 13px;
    font-weight: 600;

    text-decoration: none !important;

    transition: background .2s ease;
}


.tg-popup-boton:hover {
    background: #8C6E54;
}


/* =========================================================
   LEAFLET - LIMPIAR POPUP
   ========================================================= */

.leaflet-popup-content-wrapper {
    padding: 0 !important;

    border-radius: 10px;
}

.leaflet-popup-content {
    margin: 0 !important;
}

.leaflet-popup-tip {
    background: #fff;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .tg-mapa-propiedades {
        height: 500px;
        border-radius: 10px;
    }

}/* End custom CSS */