.elementor-12765 .elementor-element.elementor-element-a555866{--display:flex;--position:absolute;--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;top:0px;}body:not(.rtl) .elementor-12765 .elementor-element.elementor-element-a555866{left:-100px;}body.rtl .elementor-12765 .elementor-element.elementor-element-a555866{right:-100px;}@media(min-width:768px){.elementor-12765 .elementor-element.elementor-element-a555866{--width:0%;}}/* Start custom CSS */.parus-map {
    width: 100%;
    height: 55vh;
    min-height: 55vh;
}
.parus-map-overlay {
    position: absolute;
    inset: 0;
    background: #00000080;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    z-index: 500;
}
.parus-map-overlay.visible {
    opacity: 1;
}
@media screen and (min-width: 768px) {
.mapa-scroll {
    overflow-y: scroll;
		padding: 0 2vw 0 0;
    max-height: 55vh;
    min-height: 55vh;
}
}
.parus-marker div {
    width: 2.5vw;
    height: 2.5vw;
    background: #fff;
    border-radius: 50%;
    border: 4px solid var(--c1);
    transform: translateY(-1.5vw);
    z-index: 9999;
}
.parus-marker div::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 1.5vw;
    display: block;
    inset: 100% calc(50% - 2.5px);
    z-index: -1;
    background: var(--c1);
}
.parus-marker div::after {
    content: "";
    background: #000;
    position: absolute;
    width: 2vw;
    height: 1vw;
    filter: blur(5px);
    inset: 160% calc(50% - 1vw);
    opacity: .3;
}
.parus-marker:hover div {
    background: var(--c2);
    transition: all 0.2s ease;
}
.leaflet-popup-content-wrapper {
    background: var(--c2-1);
    padding: 0;
    font-family: 'DM Sans';
    font-size: .8vw;
    border-radius: 20px;
    box-shadow: 0px 10px 15px #00000020;
}
.leaflet-popup-tip {
    background: var(--c2-1);
}
.leaflet-popup-content {
    margin: 0;
    padding: 1vw;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column !important;
}
.leaflet-popup-content h3 {
    font-weight: 700;
    font-size: 1.4vw;
    margin: 0;
}
.leaflet-popup-content span {
    font-weight: 700;
    display: block;
    margin: .3vw 0 0 0;
}
.leaflet-popup-content .parus-typ {
    font-weight: 400;
}
.leaflet-popup-content p {
    margin: 1vw 0 0 0;
    display: block;
    color: #888;
    font-size: .75vw;
    display: none;
}
.leaflet-popup-content a {
    color: #fff;
    display: block;
    background: var(--c1);
    padding: .6vw 1vw;
    border-radius: 100px;
    margin: 1vw 0 0 0;
}
.leaflet-popup-content a:hover {
    color: var(--c1);
    background: var(--c2);
}
.leaflet-popup-close-button {
    right: .5vw !important;
    top: .5vw !important;
    color: var(--c1);
    font-weight: 600;
    font-size: 1.5vw !important;
}
@media screen and (max-width: 768px) {
.parus-map {
    width: 100%;
    height: 35vh;
    min-height: 35vh;
}    
.parus-marker div {
    width: 10vw;
    height: 10vw;
    border: 3px solid var(--c1);
    transform: translateY(-5vw);
}
.parus-marker div::before {
    width: 3px;
    height: 5vw;
    inset: 100% calc(50% - 1.5px);
}
.parus-marker div::after {
    display: none;
}
.leaflet-popup-content-wrapper {
    background: var(--c2-1);
    padding: 3vw;
    min-width: 40vw;
    font-size: 2.5vw;
}
.leaflet-popup-content {
    margin: 0;
    padding: 0;
    min-width: 40vw;
}
.leaflet-popup-content h3 {
    font-weight: 700;
    font-size: 3.5vw;
    margin: 0 0 2vw 0;
}
.leaflet-popup-content strong {
    display: block;
    margin: 1.2vw 0;
    opacity: .4;
}
.leaflet-popup-content a {
    padding: 3vw 4vw;
    text-align: center;
    margin: 2vw 0 0 0;
}
.leaflet-popup-close-button {
    right: 1vw !important;
    top: 1vw !important;
    font-size: 5vw !important;
}
}/* End custom CSS */