﻿
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}
.container-plataformaelectoral {
    width: 100%;
    min-height: 100vh;
    background-image: url("../image/PlataformaElectoralERM2026/fondo.png");
}

.header-plataformar {
    display:flex;
    justify-content:center;
    background-color:#fff;
}

.content-header{
    width:80%;
    background-color:#fff;
    min-height:100px;
    display:flex;
    justify-content:space-between;

}
img.logo_jne_electoral{
    width:auto;
    height:60px;
}

img.img_logo_erm {
    width: auto;
    height: 60px;
}
.content-logo {
    display: flex;
    gap: 15px;
    align-items: center;
}

.logo-erm {
    border-left: 1px solid gray;
    padding-left: 15px;
}

.content-contador-dias {
    display: flex;
    align-items: center;
    flex-wrap:wrap;
}

.contador-dias {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items:center;
}

.conteo-dias {
    display: flex;
    background-color: #676767;
    border-radius: 6px;
    gap: 5px;
    padding: 9px 12px;
    height: auto;
    min-width: 225px;
    align-items: center;
    justify-content: center;
}

span.text-separacion {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

.numero-dias {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    display: flex;
    justify-content: center;
}
.texto-dias {
    color: #fff;
    text-transform: uppercase;
}
.falta-dias{
    color:#BE1717;
    font-weight:bold;
    text-transform:uppercase;
  
}

.header-menu {
    width: 100%;
    background-color: #BE1717;
    height: 70px;
    display: flex;
    justify-content: center;
}

.contenet-menuerm {
    width: 80%;
    display: flex;
    gap: 34px;
    align-items: center;
  
}
.menu-inicio {
    color: #fff;
    width: 127px;
    display: flex;
    justify-content: center;
    /* background: blue; */
}
span.menu-texto {
    text-align: center;
    font-size: 17px;
    font-weight:bold;
}

.header-plataformar-dashborad {
    width: 100%;
    min-height: auto;
    display: flex;
    margin-top: 39px;
    justify-content: center;
}

.contenet-dashboard{
    width:70%;
    
}

.dashboraad-conoce {
    width: 100%;
}

img.img-dashboard {
    width: 100%;
}


.content-opciones-dashboard {
    display: flex;
    gap: 20px;
    justify-content: space-around;
    margin-top: 20px;
    flex-wrap:wrap;
}

.content-opciones-dashboard-home {
    display: flex;
    gap: 20px;
    justify-content: space-around;
    margin-top: 20px;
   
}

.content-jne-fiscaliza {
    width: 30%;
   
    cursor: pointer;
     transition: transform 0.25s ease, box-shadow 0.25s ease;
    border-radius: 12px;
}

    .content-jne-fiscaliza:hover {
      /*  transform: translateY(-4px) scale(1.02);
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);*/

        transform: scale(1.03); 
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2); 
        cursor: pointer;
    }
.consultaexpediente-jne {
    width: 30%;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    border-radius: 12px;
}
.votoinformador-jne {
    width: 30%;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    border-radius: 12px;
}

.consultaexpediente-jne:hover {
    transform: scale(1.03); /* Aumenta un 3% */
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2); /* Sombra */
    cursor: pointer;
}

.votoinformador-jne:hover {
    transform: scale(1.03); /* Aumenta un 3% */
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2); /* Sombra */
    cursor: pointer;
}

img.img-jnefiscaliza {
    width: 100%;
    cursor:pointer;
}


.navbar-erm {
    background-color: #BE1717;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 30px 0px;
    position: relative;
    width: 100%;
}

.logo {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.menu {
    list-style: none;
    display: flex;
    align-items:center;
}

.menu li {
        position: relative;
        width: 127px;
        text-align: center;
        font-weight:bold;
}



.submenu li {
    position: relative;
    width: auto;
    text-align: left;
}



.menu a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 15px 20px;
    transition: .3s;
}

.menu li.list-menu:hover .linea {
    border-bottom: 3px solid #fff;
    width: 39%;
    margin-left: 20px;
    margin-top: 4px;
}

/* .menu a:hover{
    background:#2563eb;
} */

/* Submenú */

.submenu {
    display: none;
    position: absolute;
    top: 93%;
    left: 0;
    min-width: 246px;
    background-color: #FF6962;
    list-style: none;
    border-radius: 0px 0px 10px 10px;
}

    .submenu li a {
        padding: 12px 11px 12px 0px;
    }



/* Botón móvil */

.menu-btn {
    display: none;
    background: none;
    border: none;
    color: #fff;
    font-size: 32px;
    cursor: pointer;
}

.menu-movil {
    display: none;
    cursor: pointer;
}





@media (min-width: 769px) {
    .dropdown:hover > .submenu {
        display: block;
    }
}


/* Tablet */

@media(max-width:900px) {

    .menu a {
        padding: 15px 12px;
    }
}
@media (min-width: 769px) and (max-width: 875px) {
    .menu li {
        width:114px !important;
    }

}


    /* Móvil */

    @media(max-width:768px) {


        .menu li.list-menu:hover .linea {
            display: none;
        }
        div#menu-movil {
            width: 100%;
            display: flex;
            justify-content: end;
        }

        #content-header {
            flex-direction: column;
            align-items: center;
            padding-top: 20px;
            padding-bottom: 20px;
        }

        #contador-dias {
            flex-direction: row;
            padding-top: 15px;
        }

        .menu-btn {
            display: block;
        }

        .menu {
            display: none;
            flex-direction: column;
            position: absolute;
            top: 70px;
            left: 0;
            width: 100%;
            background-color: #BE1717;
        }

            .menu.active {
                display: flex;
            }

            .menu li {
                width: 100%;
            }

        .submenu {
            position: static;
            display: none;
            width: 100%;
            background: #1e293b;
        }

        .dropdown.open .submenu {
            display: block;
            background-color: #FF6962;
        }
    }

    @media (max-width: 480px) {

        span.texto-mensaje-conv{
            margin-left:0px !important;
        }

        .texto-tirlo-conv {
            font-size: 28px !important;
            text-align: center;
        }
        #titulo-generla-convocatoria {
            justify-content: center;
        }

        .content-jne-fiscaliza-curso {
            width: 85% !important;
        }

        #contenet-dashboard-pr {
            width: 90%;
        }

        div#menu-movil {
            width: 100%;
            display: flex;
            justify-content: end;
        }

        #content-redes {
            gap: 20px;
        }

        #texto-voto {
            justify-content: start;
        }

        #content-header {
            flex-direction: column;
            align-items: center;
            padding-top: 20px;
            padding-bottom: 20px;
        }

        #contador-dias {
            flex-direction: column;
            padding-top: 15px;
        }

        .menu-btn {
            display: block;
        }

        .menu {
            display: none;
            flex-direction: column;
            position: absolute;
            top: 70px;
            left: 0;
            width: 100%;
            background-color: #BE1717;
        }

            .menu.active {
                display: flex;
            }

            .menu li {
                width: 100%;
            }

        .submenu {
            position: static;
            display: none;
            width: 100%;
            background: #1e293b;
        }

        .dropdown.open .submenu {
            display: block;
            background-color: #FF6962;
        }
        .menu li.list-menu:hover .linea{
            display:none;
        }
    }

    .header-linea-tiempo {
        width: 80%;
    }

    .content-linea-tiempo {
        display: flex;
        width: 100%;
        justify-content: center;
        /* background-color: #E1E1E1;*/
        margin-top: 30px;
        background-color: rgba(107, 107, 107, 0.2);
    }

    span.text-cronograma {
        color: #BE1717;
        font-size: 27px;
        font-weight: bold;
        /* z-index: 23; */
    }

    .texto-electorla-crong {
        color: #666;
        font-weight: bold;
        font-size: 27px;
    }

    .linea-cornograma {
        border-bottom: 3px solid #be1717;
        width: 117px;
    }

    .ddescripcion-linea-tiempo {
        margin-top: 30px;
        font-size: 18px;
        color: #4d4d4d;
    }

    .linea-tiempo-content {
        width: 100%;
        /*background-color: #E1E1E1;*/
        padding-top: 35px;
        background-color: rgba(107, 107, 107, 0.2);
    }

    /* LINEA DE TIEMPO */

    .contenedor-linea-tiempo {
        display: flex;
        align-items: center;
        gap: 10px;
        width: 100%;
        justify-content: center;
    }

    .slider-linea-tiempo {
        display: flex;
        gap: 1px;
        overflow-x: auto;
        scroll-behavior: smooth;
        width: 80%;
        /* Oculta la barra de desplazamiento */
        scrollbar-width: none;
    }

        .slider-linea-tiempo::-webkit-scrollbar {
            display: none;
        }

    .item {
        min-width: 200px;
        height: auto;
        /* background: #ddd;*/
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-shrink: 0;
        flex-direction: column;
    }

    .flecha {
        width: 40px;
        cursor: pointer;
        user-select: none;
    }

    .mes-mayo {
        display: flex;
        gap: 2px;
    }

    .border-fecha {
        /* background: red; */
        width: 50px;
        border-radius: 50%;
        border: 3px solid #D8AD5C;
        height: 50px;
        display: flex;
        justify-content: center;
        background-color: #fff;
        align-items: center;
    }

    .border-fecha-elecciones {
        border: 3px solid #82261F;
        color: #fff;
        width: 50px;
        border-radius: 50%;
        height: 50px;
        display: flex;
        justify-content: center;
        background-color: #be1717;
        align-items: center;
    }

    .numero-fecha-elecciones {
        color: #fff;
        font-size: 19px;
        font-weight: bold;
    }

    span.numero-fecha {
        color: #4D5665;
        font-size: 19px;
        font-weight: bold;
    }

    .content-fecha-linea {
        margin-top: 24px;
        display: flex;
        justify-content: center;
        /* height: 60px; */
    }



li.menu-li-flecha {
    display: flex;
    align-items: center;
    width:90% !important;
}
.menu-flecha-content{
    margin-left:10px;
}



p.parrafo-linea {
    text-align: center;
    font-size: 16px;
}

    .content-descripcion-linea {
        width: 220px;
        DISPLAY: FLEX;
        flex-direction: column;
        gap: 10px;
    }

    .content-image-linea {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    img.logo-reniec {
        width: 79px;
    }

    .content-mes-linea {
        width: 100%;
        display: flex;
        justify-content: center;
        height: 40px;
        background: #6C7281;
        align-items: center;
        margin-top: 20px;
    }

    .content-mes-linea-elecciones {
        width: 100%;
        display: flex;
        justify-content: center;
        height: 40px;
        background: #be1717;
        align-items: center;
        margin-top: 20px;
    }

    span.text-mes {
        color: #fff;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 18px;
    }

    .item-mayo {
        display: flex;
        flex-direction: column;
        justify-content: end;
        min-height: 436px;
    }

    p.parrafo-linea-titulo {
        font-size: 16px;
        font-weight: bold;
        text-align: center;
    }

    .logo-jne-linea {
        width: 40px;
        height: auto;
    }

    img.logo-proximohito {
        width: 120px;
        height: auto;
    }

    .proximo-hito {
        background-color: #be1717;
        color: #fff;
        width: 132px;
        padding: 10px 10px;
        font-weight: bold;
        border-radius: 25px;
    }

    .content-proximo-hito {
        display: flex;
        justify-content: center;
    }

    .content-elecciones {
        background-color: #be1717;
        padding: 6px 15px;
        border-radius: 20px;
        color: #fff;
        display: flex;
        gap: 7px;
        align-items: center;
    }

    .flecha-deracha-boton {
        width: 35px;
        background: #6C7281;
        height: 35px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    span.derecha-btn {
        font-size: 18px;
        color: #fff;
        /* font-weight: bold; */
    }

    .content-anio-linea {
        margin-top: 15px;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .exporta-linea {
        margin-top: 30px;
        width: 100%;
        display: flex;
        justify-content: center;
        padding-bottom: 40px;
    }

    span.text-anio {
        color: #4C5564;
        font-size: 22px;
        font-weight: bold;
    }

    button.exportar-crg {
        background-color: #BE1717 !important;
        display: flex;
        gap: 10px;
        padding: 10px 15px;
        border-radius: 8px;
    }

    .text-export-crogrn {
        font-size: 17px;
        color: #fff;
        font-weight: bold;
    }

    .container-footer {
        background-color: #525252;
        display: flex;
        width: 100%;
        justify-content: center;
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .content-footer {
        width: 80%;
        display: flex;
        flex-direction: column;
    }

    .content-contactos {
        display: flex;
        gap: 15px;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .cotnent-direccion {
        display: flex;
        flex-direction: column;
        gap: 9px;
    }

    .content-telefono {
        display: flex;
        flex-direction: column;
        gap: 9px;
    }

    .content-icono-direccion {
        color: #fff;
        display: flex;
        gap: 7px;
        align-items: center;
    }

    a.enlace-correo {
        color: #fff;
        text-decoration: none;
    }

    .certigicado-image1 {
        width: 52px;
        height: 64px;
    }

    .certigicado-image2 {
        width: 42px;
        height: 64px;
    }

    .certigicado-image3 {
        width: 114px;
        height: 40px;
    }

    .content-certificados {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 8px;
    }

    .content-iconos-redes {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
        align-items: center;
    }

    .content-redes {
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
        border-top: 1px solid #fff;
        padding-top: 20px;
        flex-wrap: wrap;
    }

    .texto-jne {
        color: #fff;
    }

    .content-derechsos-reservado {
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }

    .enalce-descarga {
        display: flex;
        gap: 10px;
    }

    .tituelo-convocatoria {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .titulo-generla-convocatoria {
        display: flex;
        align-items: center;
        gap: 15px;
        flex-wrap: wrap;
    }

    span.texto-tirlo-conv {
        font-size: 31px;
        color: #686868;
        font-weight: bold;
    }

    span.texto-mensaje-conv {
        font-size: 19px;
        color: #4D4D4D;
        font-weight: bold;
        text-align: center;
        margin-left: 47px;
    }

    .mensaje-convocatoria {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .contenet-dashboard-cursor {
        width: 80%;
        padding-top: 30px;
    }

    .boton-abrir-1, .boton-abrir-2 {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    button.btn.btn-abrir {
        width: 120px;
        background-color: #4E82A0;
        border-radius: 8px;
        color: #fff;
    }

    button.btn.btn-abrir2 {
        width: 120px;
        background-color: #E0B673;
        border-radius: 8px;
        color: #fff;
    }

.active-border {
    border: 3px solid #BE1717;
  /*  animation: pulse 1.2s infinite ease-in-out;*/
   /* animation: radar 1.5s infinite;*/
     animation: parpadeo 1.2s infinite;
}

@keyframes parpadeo {
    0% {
        box-shadow: 0 0 0 rgba(13,110,253,0);
    }

    50% {
        box-shadow: 0 0 20px rgba(13,110,253,0.8);
    }

    100% {
        box-shadow: 0 0 0 rgba(13,110,253,0);
    }
}







    .texto-voto {
        width: 100%;
        display: flex;
        justify-content: end;
    }

.content-jne-fiscaliza-curso{
    width:30%;
    border-radius:12px;
    cursor:pointer;
}

.contenthitoproximo05agot, .contenthitoproximo20agot, .contenthitoproximo04set, .contenthitoproximo05set, .contenthitoproximo03oct, .contenthitoproximo04oct {
    display: none;
}
.contenthitoproximo{
    display:none;
}