.elementor-264 .elementor-element.elementor-element-592ea5f{--display:flex;--min-height:95vh;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-264 .elementor-element.elementor-element-db64fa0{width:100%;max-width:100%;}.elementor-264 .elementor-element.elementor-element-db64fa0 img{border-style:none;}.elementor-264 .elementor-element.elementor-element-4d59444{width:100%;max-width:100%;}.elementor-264 .elementor-element.elementor-element-4d59444 img{border-style:none;}.elementor-264 .elementor-element.elementor-element-3aa54d3{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-592ea5f */.equipo-map {
    position: relative !important;
    overflow: hidden !important;
}

/* OSCURECER ÚNICAMENTE LA FOTO ORIGINAL */

.equipo-map.is-hover .imp-image {
    filter: brightness(20%) !important;
}

.equipo-map .imp-image {
    transition: filter .35s ease !important;
}


/* WEBP DE LAS PERSONAS */

.equipo-map .persona-overlay {
    position: absolute !important;

    top: 0 !important;
    left: 0 !important;

    width: 100% !important;
    height: 100% !important;

    opacity: 0 !important;
    visibility: hidden !important;

    pointer-events: none !important;

    transition: opacity .35s ease !important;

    z-index: 50 !important;
}


.equipo-map .persona-overlay.activa {
    opacity: 1 !important;
    visibility: visible !important;
}


/* IMAGE MAP PRO */

.equipo-map .imp-container {
    position: relative !important;
    z-index: 10 !important;
}


/* LOS POLÍGONOS SIGUEN FUNCIONANDO */

.equipo-map .imp-object {
    pointer-events: auto !important;
}


/* TOOLTIP */

.equipo-map .imp-tooltip {
    z-index: 100 !important;
}/* End custom CSS */