.elementor-2522 .elementor-element.elementor-element-4648f06{--display:flex;--min-height:100vh;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--overlay-opacity:0.5;border-style:solid;--border-style:solid;border-width:0px 0px 0px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-radius:0px 0px 0px 1px;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5) inset;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-2522 .elementor-element.elementor-element-4648f06:not(.elementor-motion-effects-element-type-background), .elementor-2522 .elementor-element.elementor-element-4648f06 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F7F7F769;}.elementor-2522 .elementor-element.elementor-element-4648f06::before, .elementor-2522 .elementor-element.elementor-element-4648f06 > .elementor-background-video-container::before, .elementor-2522 .elementor-element.elementor-element-4648f06 > .e-con-inner > .elementor-background-video-container::before, .elementor-2522 .elementor-element.elementor-element-4648f06 > .elementor-background-slideshow::before, .elementor-2522 .elementor-element.elementor-element-4648f06 > .e-con-inner > .elementor-background-slideshow::before, .elementor-2522 .elementor-element.elementor-element-4648f06 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#F7F7F7DB;--background-overlay:'';}.elementor-2522 .elementor-element.elementor-element-d837e0f{--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;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5) inset;--padding-top:75px;--padding-bottom:75px;--padding-left:60px;--padding-right:60px;overflow:visible;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2522 .elementor-element.elementor-element-b8975a3 .elementor-heading-title{font-family:"Proxima NovaX25", Sans-serif;font-size:20px;font-weight:700;text-transform:uppercase;color:var( --e-global-color-0186744 );}.elementor-2522 .elementor-element.elementor-element-37afe52 .elementor-heading-title{font-family:"Proxima NovaX25", Sans-serif;font-size:32px;font-weight:600;color:var( --e-global-color-primary );}.elementor-2522 .elementor-element.elementor-element-fb86190{padding:40px 0px 0px 0px;}.elementor-2522 .elementor-element.elementor-element-fb86190 .elementor-heading-title{font-family:"Proxima NovaX25", Sans-serif;font-size:56px;font-weight:700;color:var( --e-global-color-0186744 );}.elementor-2522 .elementor-element.elementor-element-5b1864e .elementor-heading-title{font-family:"Proxima NovaX25", Sans-serif;font-size:20px;font-weight:400;color:var( --e-global-color-0186744 );}.elementor-2522 .elementor-element.elementor-element-cd0e5f1{--display:flex;--min-height:100vh;--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;--padding-top:75px;--padding-bottom:75px;--padding-left:60px;--padding-right:60px;overflow:visible;}#elementor-popup-modal-2522 .dialog-widget-content{animation-duration:1.2s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-2522 .dialog-message{width:100vw;height:auto;}#elementor-popup-modal-2522{justify-content:center;align-items:flex-start;}#elementor-popup-modal-2522 .dialog-close-button{display:flex;}@media(min-width:768px){.elementor-2522 .elementor-element.elementor-element-d837e0f{--width:35%;}}/* Start custom CSS for shortcode, class: .elementor-element-5276f3c *//* WRAPPER */
.undp-finder {
    width: 100%;
    max-width: 1200px;
}

/* =========================
   CONTROLES (SEARCH + FILTROS)
   ========================= */

.undp-finder-controls {
    display: grid;
    grid-template-columns: 1fr 220px 220px;
    gap: 24px;
    align-items: center;
    margin-bottom: 70px;
}

/* INPUT BUSCADOR (línea inferior estilo UNDP) */
.undp-finder-controls input {
    width: 100%;
    height: 60px;
    border: none !important;
    border-bottom: 1px solid #111 !important;
    border-radius: 0px;
    background-color: transparent;
    padding: 0 0 0 50px;
    font-size: 20px;
    color: #111;
    outline: none;
    box-shadow: none !important;

    /* ICONO BUSCAR */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' fill='none' stroke='%23000' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='17' y1='17' x2='24' y2='24'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 10px center;
}

.undp-finder-controls input::placeholder {
    color: #9ca3af;
}

/* SELECTS (cuadros estilo UNDP) */
.undp-finder-controls select {
    width: 100%;
    height: 58px;
    border: 2px solid #111 !important;
    background-color: transparent;
    padding: 0 50px 0 24px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #111;
    outline: none;
    box-shadow: none !important;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;

    /* FLECHA ROJA */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' stroke='%23E2231A' stroke-width='2.2'%3E%3Cpath d='M3 6l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: calc(100% - 18px) center;
}

/* FOCUS */
.undp-finder-controls input:focus {
    border-bottom-color: #006eb5 !important;
}

.undp-finder-controls select:focus {
    border-color: #006eb5 !important;
}

/* =========================
   LISTADO DE OFICINAS
   ========================= */

.undp-office-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 25px 20px 5px;
    transition: all 0.25s ease;
}

/* HOVER SUAVE */
.undp-office-row:hover {
    background-color: #fafafa;
    padding-left: 8px;
}

/* NOMBRE PAÍS */
.undp-office-name {
    font-size: 20px;
    font-weight: 500;
    color: #111;
}

/* LINKS (idiomas) */
.undp-office-links {
    display: flex;
    gap: 34px;
    align-items: center;
}

/* LINK TEXTO */
.undp-office-links a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #111;
    text-decoration: none;
    font-size: 20px;
    font-weight: 300;
    transition: all 0.2s ease;
}

/* ICONO ROJO */
.undp-external-icon {
    color: #E2231A !important;
    font-size: 14px;
    line-height: 1;
}

/* HOVER LINKS */
.undp-office-links a:hover {
    color: #E2231A !important;
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 767px) {

    .undp-finder-controls {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .undp-office-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .undp-office-links {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}
/* =========================
   EFECTO REAL TIPO UNDP
   Buscador fijo + lista con scroll interno
   ========================= */

.undp-finder {
    width: 100%;
    max-width: 1200px;
    height: calc(100vh - 120px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/* Buscador fijo arriba del panel */
.undp-finder-controls {
    position: relative !important;
    z-index: 20;
    flex-shrink: 0;
    margin-bottom: 45px;
    padding: 35px 0 35px;

}

/* La lista es la que hace scroll */
.undp-office-list {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 18px;
    position: relative;
}

/* Scrollbar similar al oficial */
.undp-office-list::-webkit-scrollbar {
    width: 6px;
}

.undp-office-list::-webkit-scrollbar-track {
    background: transparent;
}

.undp-office-list::-webkit-scrollbar-thumb {
    background: #111;
    border-radius: 20px;
}

/* Filas */
.undp-office-row {
    position: relative;
    z-index: 1;
}/* End custom CSS */