.elementor-293 .elementor-element.elementor-element-ff84b96{--display:flex;--min-height:250px;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:flex-end;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--overlay-opacity:0.5;}.elementor-293 .elementor-element.elementor-element-ff84b96:not(.elementor-motion-effects-element-type-background), .elementor-293 .elementor-element.elementor-element-ff84b96 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://eager-elion.82-223-101-169.plesk.page/wp-content/uploads/2025/03/mecanico-rec-2.webp");background-size:cover;}.elementor-293 .elementor-element.elementor-element-ff84b96::before, .elementor-293 .elementor-element.elementor-element-ff84b96 > .elementor-background-video-container::before, .elementor-293 .elementor-element.elementor-element-ff84b96 > .e-con-inner > .elementor-background-video-container::before, .elementor-293 .elementor-element.elementor-element-ff84b96 > .elementor-background-slideshow::before, .elementor-293 .elementor-element.elementor-element-ff84b96 > .e-con-inner > .elementor-background-slideshow::before, .elementor-293 .elementor-element.elementor-element-ff84b96 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000;--background-overlay:'';}.elementor-293 .elementor-element.elementor-element-8f09884{--display:flex;--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;--align-items:flex-end;}.elementor-293 .elementor-element.elementor-element-208a351{--display:flex;--margin-top:75px;--margin-bottom:55px;--margin-left:0px;--margin-right:0px;--padding-top:35px;--padding-bottom:35px;--padding-left:35px;--padding-right:35px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-293 .elementor-element.elementor-element-93dd05b > .elementor-widget-container{margin:0px 0px 25px 0px;}.elementor-293 .elementor-element.elementor-element-93dd05b{text-align:left;}.elementor-293 .elementor-element.elementor-element-93dd05b .elementor-heading-title{font-family:"Chakra Petch", Sans-serif;font-size:48px;font-weight:600;color:#0033AB;}.elementor-293 .elementor-element.elementor-element-f8f6c81{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-293 .elementor-element.elementor-element-f8f6c81 > .elementor-widget-container{padding:0px 0px 0px 0px;}@media(min-width:768px){.elementor-293 .elementor-element.elementor-element-ff84b96{--content-width:1400px;}.elementor-293 .elementor-element.elementor-element-8f09884{--width:50%;}.elementor-293 .elementor-element.elementor-element-208a351{--content-width:1400px;}}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}/* Start custom CSS for container, class: .elementor-element-208a351 */#map {
    height: 75vh !important;
    min-height: 500px;
    width: 100%;
    border-radius: 0px;
}

#map {
    /*clip-path: polygon(3% 0%, 100% 0%, 100% 0%, 100% 95%, 98% 100%, 0% 100%, 0% 100%, 0% 7%);*/
    border-radius: 25px;
}

.map-container{
    display: flex;
    flex-direction: row;
    gap: 35px;
}

@media (max-width: 768px) {
    .map-container{
        flex-direction: column;
        gap: 10px;
    }
    #map {
        height: 45vh !important;
        min-height: 300px;
        width: 100%;
        border-radius: 25px;
        
    }
}

.location-list{
    min-width: 25%;
    overflow-y: auto;
    padding: 0;
    /*color: white;*/
    max-height: 75vh;
}

#location-items{
    list-style: none;
    margin: 0;
    
}
.location-item h3{
    color: #0033ab;
    margin-bottom: 0px;
    font-family: 'Chakra Petch';
    font-size: 24px;
}

.location-item {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-items: center;
    text-align: left;
    /*background: #0033ab;*/
    /*padding: 25px 15px 20px 25px;*/
    cursor: pointer;
    /*color: white;*/
    margin-bottom: 30px;
    /*clip-path: polygon(3% 0%, 100% 0%, 100% 0%, 100% 95%, 98% 100%, 0% 100%, 0% 100%, 0% 7%);*/
}

.icon_localization img{
    width: 25px!important;
    height: 25px!important;
}
.icon_clock img{
    margin-left: 3px;
    margin-right: 5px;
    width: 20px!important;
    height: 20px!important;
}

.data-item{
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.data-item p{
    margin-bottom:0px;
    font-family: 'Helvetica';
}

.location-item img {
    width: 75px;
    height: 75px;
    margin-bottom: 5px;
    object-fit: cover;
    /*border-radius: 15px;*/
}

.leaflet-popup-content p{
    font-size: 16px;
}

.enlace_web{
    padding: 2px 20px 2px 20px;
    background: #0033ab;
    color: white;
    font-size: 11px;
    font-family: 'Helvetica';
    text-align: center;
    width: fit-content;
}

.volver-listado {
    margin-bottom: 1em;
    text-align: left;
}
.volver-btn {
    text-decoration: none;
    color: #0073aa;
    font-weight: bold;
}
.volver-btn:hover {
    text-decoration: underline;
}/* End custom CSS */