/* /Components/Accordions/VictimaTestigoAccordion.razor.rz.scp.css */
.font-accordion-body[b-3i3an1809n] {
    color: var(--color-mpf-azul);
    font-family: 'AauxProRegularOSFRegular';
}

.botonera[b-3i3an1809n] {
    display:flex;
    justify-content: space-around;
    gap: 10px;
}

.img-container[b-3i3an1809n] {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

    .img-container:hover[b-3i3an1809n],
    .img-container:active[b-3i3an1809n] {
        box-shadow: 0 0 15px rgba(14, 165, 233, 0.5);
        transform: scale(1.02);
    }

    .img-container img[b-3i3an1809n] {
        display: block;
        width: 100%;
        height: auto;
    }
/* /Components/Card.razor.rz.scp.css */
/* Fuente y color */
.card-font[b-wcr365s7ve] {
    color: var(--color-mpf-azul);
    font-family: 'AauxProBlack';
    font-size: 1.1rem;
    font-weight: 500;
    word-wrap: break-word;
    display:block;
    flex:1;
    text-align: left;
    line-height: 1.3;
}

/* Base general de la card */
.shadow-card[b-wcr365s7ve] {
    border: none;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    height: auto;
    width: 100%;
    min-height: 160px;
    gap: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

    /* Efecto hover */
    .shadow-card:hover[b-wcr365s7ve] {
        transform: translateY(-4px);
        box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
    }

    /* Imagen */
    .shadow-card img[b-wcr365s7ve] {
        width: 120px;
        height: 120px;
        object-fit: contain;
        /*margin-right: 1rem;*/
    }

/* ---------- Responsive ---------- */

@media (max-width: 768px) {
    .shadow-card[b-wcr365s7ve] {
        flex-direction: column;
        align-items: center;
        text-align: center;
        height: 220px;
    }

        .shadow-card img[b-wcr365s7ve] {
            width: 90px !important;
            height: 90px !important;
            margin-right: 0;
            margin-bottom: 10px;
        }

    .card-font[b-wcr365s7ve] {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .shadow-card[b-wcr365s7ve] {
        height: 180px;
        padding: 0.5rem;
    }

        .shadow-card img[b-wcr365s7ve] {
            width: 120px !important;
            height: 120px !important;
            margin-bottom: 8px;
        }

    .card-font[b-wcr365s7ve] {
        font-size: 1.2rem;
    }
}
/* /Components/Shared/Accordion.razor.rz.scp.css */
.accordion-content p[b-np49jqo198],
.accordion-content ul[b-np49jqo198] {
    font-size: 0.9rem;
    line-height: 1.4;
}

.accordion-content h6[b-np49jqo198] {
    font-size: 1rem;
}

.accordion[b-np49jqo198] {
    --bs-accordion-active-bg: #99b7de !important;
    --bs-accordion-active-color: #fff !important;
}

.accordion-main-font[b-np49jqo198] {
    font-family: 'AauxProBold';
    --bs-accordion-btn-color: var(--color-mpf-azul) !important;
}
/* /Components/Shared/Buttons/GoBackButton.razor.rz.scp.css */
/* /Components/Shared/CarouselPrincipal.razor.rz.scp.css */
.hero[b-ov6ynfzu4g] {
    position: relative;
    width: 100%;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 2rem;
    box-sizing: border-box;
}

.hero-image[b-ov6ynfzu4g] {
    position: absolute;
    inset: 0;
    background-image: url('carousel-imgs/carousel-image-desktop.png');
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.hero-caption[b-ov6ynfzu4g] {
    max-width: 600px;
    text-align: right;
    padding: 2rem;
    border-radius: 12px;
    align-items: normal;
    flex-direction: column;
    text-align: justify;
}

.hero-caption-title[b-ov6ynfzu4g] {
    font-family: 'AauxProBold';
    font-size: 1.5rem;
    text-align: left;
}

.hero-caption-subtitle[b-ov6ynfzu4g] {
    font-family: 'AauxProRegularOSFRegular';
    font-size: 1rem;
    line-height: 1.2;
    text-align: left;
}


/* 🔹 Pantallas medianas y grandes */
@media (min-width: 700px) {

    .hero-caption-title[b-ov6ynfzu4g] {
        font-size: 1.7rem;
    }

    .hero-caption-subtitle[b-ov6ynfzu4g] {
        font-size: 1.2rem;
    }
}

@media (min-width: 1200px) {
    .hero-caption-title[b-ov6ynfzu4g] {
        font-size: 1.9rem;
    }

    .hero-caption-subtitle[b-ov6ynfzu4g] {
        font-size: 1.5rem;
    }
}
/* /Components/Shared/Footer.razor.rz.scp.css */
footer[b-l4t2iow8iv] {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-top: auto;
    left: 0;
    bottom: 0;
    background: var(--color-mpf-azul);
    width: 100%;
    color: white;
    font-family: "Aaux ProBold Regular", "Open Sans", "Verdana", "Sans-Serif";
}

    footer .footer-contacto[b-l4t2iow8iv] {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 9px;
        font-size: 10px;
    }

    footer .footer-contacto--icon[b-l4t2iow8iv] {
        color: #fff;
    }

    footer .footer-contacto--mail[b-l4t2iow8iv] {
        margin-top: 0.2rem;
        margin-bottom: 0.2rem;
    }

        footer .footer-contacto--mail[b-l4t2iow8iv], footer .footer-contacto--mail:hover[b-l4t2iow8iv], footer .footer-contacto--title[b-l4t2iow8iv] {
            text-decoration: none;
            color: #fff;
            margin-bottom: 0;
            font-family: "Aaux ProBold Regular", "Open Sans", "Verdana", "Sans-Serif";
        }

    footer .footer-contacto--redes[b-l4t2iow8iv] {
        display: flex;
        gap: 12px;
        font-size: 20px;
        margin: 10px 0;
    }

    footer .footer-contacto--icon[b-l4t2iow8iv] {
        font-size: 20px;
        color: #fff;
        transition: color 0.3s ease;
    }

        footer .footer-contacto--icon:hover[b-l4t2iow8iv] {
            color: #ccc;
        }
/* /Components/Shared/InstitucionCard.razor.rz.scp.css */
a[b-jtsbuv11x8] {
    text-decoration: none;
}
/* /Components/Shared/MapHeader.razor.rz.scp.css */
.map-header[b-gjwnpawler] {
    margin-bottom: 12px;
    margin-top: 12px;
    padding: 12px 18px;
    background-color: #f1f5f9;
    border-left: 5px solid #0d6efd;
    border-radius: 8px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.08);
}

    .map-header .header-title[b-gjwnpawler] {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .map-header .info-icon[b-gjwnpawler] {
        font-size: 1.2rem;
        color: #0d6efd;
    }

    .map-header h3[b-gjwnpawler] {
        margin: 0;
        font-size: 1.3rem;
        font-weight: 600;
    }

    .map-header p[b-gjwnpawler] {
        margin: 4px 0 0 0;
        font-size: 0.95rem;
        color: #555;
    }
/* /Components/Shared/Modals/GenericModal.razor.rz.scp.css */
.modal.fade .modal-dialog[b-q2xjw9q5dm] {
    transform: translateY(50px);
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    opacity: 0;
}

.modal.fade.show .modal-dialog[b-q2xjw9q5dm] {
    transform: translateY(0);
    opacity: 1;
}
/* /Components/Shared/Modals/LocationSelectorModal.razor.rz.scp.css */
.modal-backdrop[b-hjj7ejdy69] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
}

.modal-content[b-hjj7ejdy69] {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    min-width: 300px;
    max-width: 400px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}
/* /Components/Shared/Navbar.razor.rz.scp.css */
.navbar-mpf[b-watiuf7xk5] {
    background-color: var(--color-mpf-azul);
    color: #fff;
}

/* Logo */
.logo-img[b-watiuf7xk5] {
    height: 40px;
    width: 260px;
    object-fit: contain;
}


/* Mobile: logo y teléfonos compactos */
@media (max-width: 767.98px) {
    .navbar-brand[b-watiuf7xk5] {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        margin-bottom: 0;
        width: auto;
    }

    .logo-img[b-watiuf7xk5] {
        height: 42px;
        width: auto;
    }

    /* Flex horizontal para teléfonos */
    .btn-container[b-watiuf7xk5] {
        flex-direction: row;
        align-items: center;
        gap: 1rem;
    }

    .phone-btn span[b-watiuf7xk5] {
        font-size: 0.85rem;
    }

    .phone-btn i[b-watiuf7xk5] {
        font-size: 1rem;
    }
}

.emergency-bookmarks[b-watiuf7xk5] {
    position: fixed;
    bottom: 0;
    right:0;
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    z-index: 1050;
}

    .emergency-bookmarks .bookmark[b-watiuf7xk5] {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 70px;
        height: 90px;
        background-color: var(--color-mpf-naranja);
        color: #fff;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
        font-family: 'AauxProBold';
        transition: all 0.2s ease;
    }

        .emergency-bookmarks .bookmark:hover[b-watiuf7xk5] {
            transform: translateX(-5px);
            box-shadow: 0 5px 12px rgba(0, 0, 0, 0.25);
            background-color: #f6a96f;
        }

.bookmark-101[b-watiuf7xk5] {
    background-color: var(--color-mpf-naranja);
}

.bookmark-144[b-watiuf7xk5] {
    background-color: #89b8e3;
}

.bookmark i[b-watiuf7xk5] {
    margin-bottom: 0.3rem;
}

/* Ocultar teléfonos en desktop/tablet */
@media (min-width: 768px) {
    .emergency-bookmarks[b-watiuf7xk5] {
        display: none !important;
    }
}
/* /Components/Shared/PreguntasFrecuentes.razor.rz.scp.css */
.title_font[b-q6ptkgi56z],
.subtitle_font[b-q6ptkgi56z] {
    font-family: 'AauxProBold';
    color: var(--color-mpf-azul);
}
/* /Components/Shared/PwaInstall.razor.rz.scp.css */
.pwa-install-banner[b-w7id299nxy] {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 1rem 1.5rem;
    z-index: 1050;
    max-width: 90%;
    width: 400px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    animation: slideInUp-b-w7id299nxy 0.6s ease-out;
}

    .pwa-install-banner div[b-w7id299nxy] {
        display: flex;
        gap: 0.75rem;
    }

@keyframes slideInUp-b-w7id299nxy {
    from {
        transform: translate(-50%, 100%);
        opacity: 0;
    }

    to {
        transform: translate(-50%, 0);
        opacity: 1;
    }
}

.install-btn[b-w7id299nxy] {
    animation: pulse-b-w7id299nxy 2s infinite;
}

@keyframes pulse-b-w7id299nxy {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 rgba(13, 110, 253, 0.4);
    }

    50% {
        transform: scale(1.05);
        box-shadow: 0 0 12px rgba(13, 110, 253, 0.6);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 rgba(13, 110, 253, 0.4);
    }
}

.ios-install-steps .step-item[b-w7id299nxy] {
    opacity: 0;
    transform: translateY(20px);
    animation: stepFadeIn-b-w7id299nxy 0.6s forwards;
}

@keyframes stepFadeIn-b-w7id299nxy {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Components/Shared/Referencias/MapaDenunciasReferencias.razor.rz.scp.css */
.tipo-organismos-barra[b-rng2tl2v1g] {
    width: 100%;
    overflow-x: auto;
    padding: 0.2rem 0.5rem;
}

.tipo[b-rng2tl2v1g] {
    padding: 0.2rem 0.5rem;
    font-size: 0.85rem;
    white-space: nowrap;
}

.tipo-icon[b-rng2tl2v1g] {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.tipo-text[b-rng2tl2v1g] {
    font-size: 0.85rem;
}

.tipo-organismos-barra .tipo-icon[b-rng2tl2v1g] {
    width: 20px;
    height: 20px;
}

.tipo-organismos-barra .tipo-text[b-rng2tl2v1g] {
    font-size: 0.8rem;
}
/* /Components/Shared/SecondaryHeaderNavbar.razor.rz.scp.css */
.secondary-header[b-3mtnzmfj2d] {
    display: flex;
    align-items: center;
    gap: 1rem;
    border-radius: 12px;
    background: linear-gradient(135deg, #f5f5f5, #e0e0e0);
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    padding: 1rem;
    font-family: 'AauxProLight';
    color: var(--color-mpf-azul);
    font-size: 15px;
}

.secondary-header-content-title[b-3mtnzmfj2d] {
    font-family: 'AauxProBold';
    color: var(--color-mpf-azul);
    line-height: 1.2;
}

.secondary-header-icon img[b-3mtnzmfj2d] {
    width: 80px;
    height: 120px;
}

.secondary-header-content h4[b-3mtnzmfj2d] {
    margin-bottom: 0.25rem;
    font-weight: 600;
}

.secondary-header-content p[b-3mtnzmfj2d] {
    margin: 0;
    color: #333;
    font-size:14px;
    line-height: 1.2;
}

.help-box[b-3mtnzmfj2d] {
    background-color: #f8f9fa;
    border-left: 4px solid #ffc107;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

    .help-box:hover[b-3mtnzmfj2d] {
        background-color: #fffbea;
        transition: background-color 0.2s ease-in-out;
    }
/* /Components/Shared/Spinner.razor.rz.scp.css */
.spinner-overlay[b-ymztt1r8j3] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255,255,255,0.7);
    z-index: 1000;
}

.spinner[b-ymztt1r8j3] {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin-b-ymztt1r8j3 1s linear infinite;
}

@keyframes spin-b-ymztt1r8j3 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* /Components/Shared/Ubicacion.razor.rz.scp.css */
body[b-5rujsgri0e] {
}
/* /Components/Tabs/ListadoPrincipalesInstituciones.razor.rz.scp.css */
.map-tab-content[b-vresni6mcg] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.instituciones-container[b-vresni6mcg] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.institucion-card[b-vresni6mcg] {
    background-color: #f8f9fa;
    border-radius: 12px;
    padding: 1rem;
    width: 250px;
    transition: transform 0.2s;
}

    .institucion-card:hover[b-vresni6mcg] {
        transform: translateY(-5px);
        box-shadow: 0 6px 12px rgba(0,0,0,0.2);
    }

    .institucion-card h3[b-vresni6mcg] {
        margin-bottom: 0.5rem;
    }

    .institucion-card p[b-vresni6mcg] {
        margin: 0.2rem 0;
    }
/* /Components/Tabs/MapaPrincipalesInstituciones.razor.rz.scp.css */
.map-container[b-nr4fi8vg07] {
    position: relative;
    height: 60vh;
    width: 100%;
}
/* /Debug/DebugBox.razor.rz.scp.css */
.debug-box[b-m0jh0wyg3g] {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: rgba(0,0,0,0.85);
    color: #fff;
    font-size: 0.9rem;
    padding: 1.8em;
    border-radius: 10px;
    z-index: 9999;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    max-width: 260px;
}

    .debug-box h6[b-m0jh0wyg3g] {
        margin: 0 0 5px 0;
        font-size: 0.95rem;
        font-weight: bold;
    }

    .debug-box ul[b-m0jh0wyg3g] {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .debug-box li[b-m0jh0wyg3g] {
        margin-bottom: 4px;
    }

    .debug-box .close-btn[b-m0jh0wyg3g] {
        position: absolute;
        top: 4px;
        right: 6px;
        border: none;
        background: transparent;
        color: #fff;
        cursor: pointer;
        font-size: 0.9rem;
    }

.debug-toggle[b-m0jh0wyg3g] {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: #333;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
    cursor: pointer;
    z-index: 9999;
    box-shadow: 0 4px 8px rgba(0,0,0,0.25);
}
/* /Pages/ComoDondeDenunciarPage.razor.rz.scp.css */
.nav-tabs[b-5jmcndvyfe] {
    border-bottom: none;
    margin-top: 1rem;
}

    .nav-tabs .nav-link[b-5jmcndvyfe] {
        border: 1px solid #dee2e6;
        border-radius: 50px;
        margin: 0 5px;
        padding: 0.5rem 1.5rem;
        transition: all 0.2s;
        color: #495057;
        background-color: #f8f9fa;
    }

        .nav-tabs .nav-link.active[b-5jmcndvyfe] {
            background-color: #0d6efd;
            color: white;
            box-shadow: 0 4px 8px rgba(0,0,0,0.2);
        }

        .nav-tabs .nav-link:hover[b-5jmcndvyfe] {
            background-color: #e2e6ea;
        }

.btn-toggle[b-5jmcndvyfe] {
    font-size: 0.85rem;
    padding: 0.4rem 0.8rem;
    border-radius: 8px;
    transition: all 0.2s ease;
    background-color: var(--color-mpf-azul);
    color: white;
    border: 2px solid transparent;
    background-image: linear-gradient(var(--color-mpf-azul), var(--color-mpf-azul)), linear-gradient(90deg, #6b5bfa, #a855f7);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

    .btn-toggle:hover[b-5jmcndvyfe] {
        transform: scale(1.03);
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
        color: white;
    }

    /* Estado activo más explícito */
    .btn-toggle.active[b-5jmcndvyfe] {
        background-color: white;
        color: white;
        border: 2px solid var(--color-mpf-azul);
        box-shadow: 0 6px 20px rgba(0,0,0,0.25);
        font-weight: 600;
        transform: scale(1.05);
    }

/* Contenedor centrado */
.toggle-buttons-container[b-5jmcndvyfe] {
    justify-content: center;
    margin-top: 0.5rem;
    display: flex;
    gap: 0.5rem;
}
/* /Pages/Home.razor.rz.scp.css */
.carousel-cards-container[b-94a803z3ay] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .carousel-cards-container .row[b-94a803z3ay] {
        margin: 0 auto;
        justify-content: center;
    }

    .carousel-cards-container .card[b-94a803z3ay] {
        box-shadow: 0 4px 15px rgba(0,0,0,0.2);
        border-radius: 0.75rem;
        background: #fff;
    }

@media (max-width: 768px) {
    .carousel-cards-container[b-94a803z3ay] {
        margin-top: -40px;
    }
}

@media (max-width: 576px) {
    .carousel-cards-container[b-94a803z3ay] {
        margin-top: -20px;
    }
}
/* /Pages/OrganismosContactosUtilesPage.razor.rz.scp.css */
.empty-state-card[b-mdsajoi1uu] {
    display: inline-block;
    text-align: center;
    padding: 40px 30px;
    border: 2px dashed #007bff;
    border-radius: 12px;
    color: #007bff;
    background-color: #f0f8ff; /* tono muy suave */
    animation: pulse-b-mdsajoi1uu 1.5s ease-in-out infinite;
}

    .empty-state-card i[b-mdsajoi1uu] {
        font-size: 3rem;
        margin-bottom: 10px;
    }

    .empty-state-card h5[b-mdsajoi1uu] {
        margin-bottom: 5px;
        font-weight: 500;
    }

    .empty-state-card p[b-mdsajoi1uu] {
        font-size: 0.95rem;
        color: #0056b3;
    }

@keyframes pulse-b-mdsajoi1uu {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.03);
    }
}

li.page-item[b-mdsajoi1uu] {
    color: var(--color-mpf-azul) !important;
}

    li.page-item.active > button[b-mdsajoi1uu] {
        background: var(--color-mpf-azul) !important;
        border: none;
    }
