.ipress-page {
    width: 100%;
    background: #f4f8fc;
    font-family: "Open Sans", Arial, sans-serif;
}


.ipress-container {
    width: calc(100% - 40px);
    max-width: 1500px;
    margin: 0 auto;
}

.ipress-hero {
    padding: 52px 0 45px;

    background:
        linear-gradient(
            135deg,
            #082b58,
            #0b3d75
        );

    color: #ffffff;
}


.ipress-eyebrow {
    display: block;

    margin-bottom: 7px;

    color: #72c2f2;

    font-size: 11px;
    font-weight: 800;

    letter-spacing: 1.7px;
}


.ipress-hero h1 {
    margin: 0;

    color: #ffffff;

    font-size: 38px;
    font-weight: 800;

    line-height: 1.2;
}


.ipress-hero p {
    max-width: 700px;

    margin: 12px 0 0;

    color:
        rgba(255,255,255,.82);

    font-size: 14px;

    line-height: 1.6;
}


/* =========================================================
   SECCIÓN
   ========================================================= */

.ipress-section {
    padding: 42px 0 60px;
}


/* =========================================================
   PANEL FILTROS
   ========================================================= */

.ipress-panel {
    margin-bottom: 20px;

    padding: 20px;

    border:
        1px solid #dce5ee;

    border-radius: 14px;

    background: #ffffff;

    box-shadow:
        0 5px 20px
        rgba(11,50,100,.06);
}


/* =========================================================
   HEADER PANEL
   ========================================================= */

.ipress-panel-header {
    display: flex;

    align-items: flex-end;
    justify-content: space-between;

    gap: 20px;

    margin-bottom: 18px;
}


.ipress-panel-header > div:first-child > span {
    display: block;

    margin-bottom: 4px;

    color: #0072bc;

    font-size: 9px;
    font-weight: 800;

    letter-spacing: 1.5px;
}


.ipress-panel-header h2 {
    margin: 0;

    color: #0b3264;

    font-size: 23px;
    font-weight: 800;
}


.ipress-results {
    display: inline-flex;

    align-items: center;

    gap: 6px;

    padding: 8px 12px;

    border:
        1px solid #d5e0eb;

    border-radius: 20px;

    background: #f8fbfe;

    color: #62778d;

    font-size: 11px;
}


.ipress-results i {
    color: #0072bc;
}


.ipress-results strong {
    color: #0b3264;
}


/* =========================================================
   FILTROS
   ========================================================= */

.ipress-filters {
    display: grid;

    grid-template-columns:
        minmax(260px, 1.4fr)
        repeat(4, minmax(150px, .8fr))
        auto;

    gap: 10px;

    align-items: end;
}


.ipress-filter label {
    display: block;

    margin-bottom: 5px;

    color: #43586e;

    font-size: 10.5px;
    font-weight: 700;
}


.ipress-filter select,
.ipress-filter input {
    width: 100%;
    height: 42px;

    border:
        1px solid #d5e0ea;

    border-radius: 8px;

    background: #ffffff;

    color: #34495e;

    font-size: 12px;

    outline: none;

    transition: .2s ease;
}


.ipress-filter select {
    padding: 0 10px;
}


.ipress-filter input {
    padding:
        0 12px 0 38px;
}


.ipress-filter select:focus,
.ipress-filter input:focus {
    border-color: #0b3264;

    box-shadow:
        0 0 0 3px
        rgba(11,50,100,.07);
}


/* =========================================================
   BUSCADOR
   ========================================================= */

.ipress-input-wrap {
    position: relative;
}


.ipress-input-wrap > i {
    position: absolute;

    top: 50%;
    left: 13px;

    transform:
        translateY(-50%);

    color: #8294a7;

    font-size: 12px;
}


/* =========================================================
   LIMPIAR
   ========================================================= */

.ipress-clear-btn {
    height: 42px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 6px;

    padding:
        0 15px;

    border: 0;

    border-radius: 8px;

    background: #0b3264;

    color: #ffffff;

    font-size: 11px;
    font-weight: 700;

    cursor: pointer;

    white-space: nowrap;

    transition: .2s ease;
}


.ipress-clear-btn:hover {
    background: #0072bc;
}


/* =========================================================
   CARD MAPA
   ========================================================= */

.ipress-map-card {
    overflow: hidden;

    border:
        1px solid #dce5ee;

    border-radius: 14px;

    background: #ffffff;

    box-shadow:
        0 6px 22px
        rgba(11,50,100,.07);
}


/* =========================================================
   TOPBAR MAPA
   ========================================================= */

.ipress-map-topbar {
    min-height: 54px;

    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 15px;

    padding:
        10px 16px;

    border-bottom:
        1px solid #e1e8ef;

    background:
        linear-gradient(
            180deg,
            #ffffff,
            #f9fbfd
        );
}


.ipress-map-topbar > div {
    display: flex;

    align-items: center;

    gap: 8px;

    color: #0b3264;

    font-size: 12px;
    font-weight: 700;
}


.ipress-map-topbar > div i {
    color: #0072bc;
}


/* =========================================================
   CENTRAR
   ========================================================= */

.ipress-center-btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 6px;

    min-height: 34px;

    padding:
        6px 10px;

    border:
        1px solid #cbd9e6;

    border-radius: 7px;

    background: #ffffff;

    color: #0b3264;

    font-size: 10.5px;
    font-weight: 700;

    cursor: pointer;
}


.ipress-center-btn:hover {
    border-color: #0b3264;

    background: #eef5fb;
}


/* =========================================================
   MAPA
   ========================================================= */

.ipress-map {
    width: 100%;

    height: 650px;

    background: #e9eef3;
}


/* =========================================================
   MARCADOR
   ========================================================= */

.ipress-marker-wrapper {
    background: transparent !important;
    border: 0 !important;
}


.ipress-marker {
    width: 34px;
    height: 34px;

    display: flex;

    align-items: center;
    justify-content: center;

    border:
        3px solid #ffffff;

    border-radius:
        50% 50% 50% 0;

    transform:
        rotate(-45deg);

    background: #0b3264;

    color: #ffffff;

    box-shadow:
        0 4px 10px
        rgba(0,0,0,.22);
}


.ipress-marker > i {
    transform:
        rotate(45deg);

    font-size: 13px;
}


/* =========================================================
   POPUP LEAFLET
   ========================================================= */

.leaflet-popup-content-wrapper {
    padding: 0 !important;

    overflow: hidden;

    border-radius: 12px !important;

    box-shadow:
        0 10px 30px
        rgba(0,0,0,.16) !important;
}


.leaflet-popup-content {
    width: 300px !important;

    margin: 0 !important;
}


.ipress-popup {
    width: 100%;
}


.ipress-popup-title {
    display: flex;

    align-items: center;

    gap: 8px;

    padding:
        13px 15px;

    background: #0b3264;

    color: #ffffff;

    font-size: 13px;
    font-weight: 800;

    line-height: 1.35;
}


.ipress-popup-title i {
    color: #8ad1ff;

    font-size: 15px;
}


.ipress-popup-body {
    padding: 12px 15px;
}


.ipress-popup-row {
    display: grid;

    grid-template-columns:
        92px minmax(0, 1fr);

    gap: 8px;

    padding:
        7px 0;

    border-bottom:
        1px solid #edf1f5;

    font-size: 10.5px;

    line-height: 1.45;
}


.ipress-popup-row:last-child {
    border-bottom: 0;
}


.ipress-popup-row strong {
    color: #0b3264;
}


.ipress-popup-row span {
    color: #53687d;

    word-break: break-word;
}

@media (max-width: 1200px) {

    .ipress-filters {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));
    }

}


@media (max-width: 991.98px) {

    .ipress-hero {
        padding:
            42px 0 38px;
    }


    .ipress-hero h1 {
        font-size: 31px;
    }


    .ipress-section {
        padding:
            32px 0 48px;
    }


    .ipress-filters {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }


    .ipress-map {
        height: 580px;
    }

}

@media (max-width: 575.98px) {

    .ipress-container {
        width:
            calc(100% - 24px);
    }


    .ipress-hero {
        padding:
            31px 0;
    }


    .ipress-hero h1 {
        font-size: 26px;
    }


    .ipress-hero p {
        font-size: 12px;
    }


    .ipress-section {
        padding:
            24px 0 34px;
    }


    .ipress-panel {
        padding: 13px;

        border-radius: 10px;
    }


    .ipress-panel-header {
        align-items: flex-start;

        flex-direction: column;

        gap: 10px;
    }


    .ipress-panel-header h2 {
        font-size: 20px;
    }


    .ipress-filters {
        grid-template-columns: 1fr;

        gap: 8px;
    }


    .ipress-filter-button label {
        display: none;
    }


    .ipress-clear-btn {
        width: 100%;
    }


    .ipress-map-card {
        border-radius: 10px;
    }


    .ipress-map-topbar {
        min-height: 50px;

        padding:
            9px 11px;
    }


    .ipress-map-topbar > div {
        font-size: 10.5px;
    }


    .ipress-center-btn {
        font-size: 0;

        width: 35px;
        height: 35px;

        padding: 0;
    }


    .ipress-center-btn i {
        font-size: 13px;
    }


    .ipress-map {
        height: 520px;
    }


    .leaflet-popup-content {
        width: 260px !important;
    }


    .ipress-popup-title {
        padding:
            11px 12px;

        font-size: 11.5px;
    }


    .ipress-popup-body {
        padding:
            9px 12px;
    }


    .ipress-popup-row {
        grid-template-columns:
            78px minmax(0, 1fr);

        gap: 6px;

        font-size: 9.5px;
    }

}