
.mi_select{
    border: none;
    width: 50%;
    
}

/*Al pasar el cursor el la seleccion*/
.seccion{
cursor: pointer;

}
.select-navegacion{
    display: none;
}
.poblacion_total{
 color: rgba(255, 0, 0, 0.816);
}
.table{
text-align: center !important;
}

tbody tr td:last-child {
    text-align: center !important;
}

.modal-content{
   
    width: 180%  !important;
    right: 30% !important;
}

option{
    color: black;
}

.estilo_select{
    width: 100%;
    background: #ffffff4a;
    border: 1px solid #ae808061;
    border-radius: 8px;
    padding: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    color: white;
}
.estilo_select2{
    width: 100%;
    background: #ffffff00;
    border: 1px solid #ae808000;
    border-radius: 8px;
    padding: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    color: white;
}
p,h1,span{
    color: white !important;
}

/*------------------------Efecto de la llinea continuo-------------------------- */
.datos_border_animacion {
    --border-size: 1px;
    --border-angle: 0turn;
    width: 120%;
    
    height: 10vmin;
    padding: 10px !important;
    background-image: conic-gradient(
        from var(--border-angle),
        #213,
        #112 50%,
        #213
      ),
    conic-gradient(from var(--border-angle), transparent 20%, #08f, #f03);
    background-size: calc(100% - (var(--border-size) * 2))
        calc(100% - (var(--border-size) * 2)),
      cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 100px;
    animation: bg-spin 4s linear infinite;
}

@keyframes bg-spin {
    to {
        --border-angle: 1turn;
    }
}

.datos_border_animacion:hover {
    animation-play-state: paused;
}

@property --border-angle {
    syntax: "<angle>";
    inherits: true;
    initial-value: 0turn;
}
/*------------------------Efecto de la llinea continuo-------------------------- */
/*------------------------Efecto de la llinea por partes-------------------------- */
.datos_border_efecto {
    position: relative;
    /*width: 300px;*/
    
    height: 190px;
    color: #fff;
    background: transparent;
    overflow: hidden;
    border-top: 1px solid rgba(255, 49, 49, 0.5);
    border-right: 1px solid rgba(0, 255, 255, 0.5);
    border-bottom: 1px solid rgba(57, 255, 20, 0.5);
    border-left: 1px solid rgba(255, 255, 113, 0.5);
    font-family: sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 1em;
  }
  /*Boton de cierre de secion*/
  .ti-power-off{
    color: white;
  }
 
  .span {
    position: absolute;
    border-radius: 100vmax;
  }
  
  .top {
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(
      90deg,
      transparent 50%,
      rgba(255, 49, 49, 0.5),
      rgb(255, 49, 49)
    );
  }
  
  .bottom {
    right: 0;
    bottom: 0;
    height: 2px;
    background: linear-gradient(
      90deg,
      rgb(57, 255, 20),
      rgba(57, 255, 20, 0.5),
      transparent 50%
    );
  }
  
  .right {
    top: 0;
    right: 0;
    width: 2px;
    height: 0;
    background: linear-gradient(
      180deg,
      transparent 30%,
      rgba(0, 255, 255, 0.5),
      rgb(0, 255, 255)
    );
  }
  
  .left {
    left: 0;
    bottom: 0;
    width: 2px;
    height: 0;
    background: linear-gradient(
      180deg,
      rgb(255, 255, 113),
      rgba(255, 255, 113, 0.5),
      transparent 70%
    );
  }
  
  .top {
    animation: animateTop 3s ease-in-out infinite;
  }
  
  .bottom {
    animation: animateBottom 3s ease-in-out infinite;
  }
  
  .right {
    animation: animateRight 3s ease-in-out infinite;
  }
  
  .left {
    animation: animateLeft 3s ease-in-out infinite;
  }
  
  @keyframes animateTop {
    25% {
      width: 100%;
      opacity: 1;
    }
  
    30%,
    100% {
      opacity: 0;
    }
  }
  
  @keyframes animateBottom {
    0%,
    50% {
      opacity: 0;
      width: 0;
    }
  
    75% {
      opacity: 1;
      width: 100%;
    }
  
    76%,
    100% {
      opacity: 0;
    }
  }
  
  @keyframes animateRight {
    0%,
    25% {
      opacity: 0;
      height: 0;
    }
  
    50% {
      opacity: 1;
      height: 100%;
    }
  
    55%,
    100% {
      height: 100%;
      opacity: 0;
    }
  }
  
  @keyframes animateLeft {
    0%,
    75% {
      opacity: 0;
      bottom: 0;
      height: 0;
    }
  
    100% {
      opacity: 1;
      height: 100%;
    }
  }
  
/*------------------------Efecto de la llinea por partes-------------------------- */
/*-----------------Movimiento de cifras sobre el codigo----------------------*/


/*-----------------Movimiento de cifras sobre el codigo----------------------*/
.datos_border {
    border-radius: 10px;
    position: relative;
    background: #ffffff4a; /* Ajusta según sea necesario */
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    text-align: center;
    margin-right: 5px;
    padding: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    overflow: hidden; /* Para asegurarse de que solo se vea lo que está dentro del contenedor */
}

.datos_border p {
    z-index: 1; /* Asegura que el texto esté por encima de la línea animada */
}

.datos_border::before {
    content: ""; /* Pseudo-elemento para la línea animada */
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, transparent, red);
    animation: animate-1 2s linear infinite;
}

@keyframes animate-1 {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.datos_border2 {
    border-radius: 10px;
    position: relative;
    background: #ffffff4a; /* Ajusta según sea necesario */
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 10px;
    margin-top: 15px !important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    overflow: hidden; /* Para asegurarse de que solo se vea lo que está dentro del contenedor */
}

.center{
 justify-content: center;
}
.PVEM_PT_MORENA{
    margin-right: 10px;
}
/*El tama帽o de la grafica de pastel*/
#grafico3{
    height: 326px !important;
    width: 326px !important;
}
#grafico4{
    height: 326px !important;
    width: 326px !important;
}
#graficoS3{
    height: 326px !important;
    width: 326px !important;
}
#graficoS4{
    height: 326px !important;
    width: 326px !important;
}
#graficoS4{
    height: 326px !important;
    width: 326px !important;
}
.panel_Total_Votos{
    border: 2px solid #0000004f;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
}
.alinear_grafica_pastel{
    display: flex;
    justify-content: center;
}
.graficas2{

 justify-content: center;

}
.poblacion_total_seccion{
 color:red;   
}
.alinear_grafica_pastel{
    border: 2px solid #0000004a;
    border-radius: 10px;
    padding: 5px;
}

.graficasS2{

    justify-content: center;
   
}
#demografico_totales{
    height: 426px !important;
    width: 426px !important;
}
#demografico_totales_poblacion{
    height: 426px !important;
    width: 426px !important;
}
#demograficoS{
    height: 426px !important;
    width: 426px !important;
}
#demograficoS2{
    height: 426px !important;
    width: 426px !important;
}
.card-navegacion{
    display: flex;
    background-color: #fff;
    position: relative;
    left: 0%;
    justify-content: center;
}

.info_mapa_calor{
    display: flex;
    align-items: center;
}
.grafica{
   display: none;
}

.mapa_calor{
    display: none;
 }

.botones_fuerza{
 display: flex;
 justify-content: center;
}
/*Centrar la grafivca de pastel*/
/*.grafica_pastel{
    display: flex;
    justify-content: center;

}*/

.color-button {
    background: linear-gradient(to right, #b55bfe78, #28a7cc, rgb(94, 190, 94), #00800066, yellow, orange, red);    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    transition: background 0.3s ease;
    width: 30%;
    left: 15%;
    color: #ffffff00;
    height: 15%;
    margin-left: 10px;
    margin-right: 10px;
    cursor: none;
}
.color-button:hover{
    color: #ffffff00;
    
}
.paleta_colores{
    display: flex;
    justify-content: center;
}
.mapa-calor{
 display: flex;
 justify-content: center;
}
/* Cambiar el color al pasar el rat贸n sobre el bot贸n
.color-button:hover {
    background: linear-gradient(to right, violet, indigo, blue, green, yellow, orange, red);
} */

.cantidad_lista_nominal{
    width:27%;
}
.porcentaje_participacion{
    width:27%;
}
.lista_nominal{
    width:27%;
}
.por_participacion{
    width:27%;
}
#grafico1{
    height: 400px;
    width: 866px;
}
.demograficoSs{
 display: flex;
 justify-content: center;
}
#votos_fuerza{
    width: 412px !important;
    height: 412px  !important;
}
#votos{
    width: 412px !important;
    height: 412px  !important;
}
.botones-nav{
 display: flex;
 justify-content: center;
}
#grafico12{
    display: none  !important;
}
.flecha1{
  display: none;
}
.flecha2{
    display: none;
}
.no-click{
    pointer-events: none;
}
.boton_ocultar2{
    display: none !important;
}
.boton_ocultar1{
    display: block !important;
}
.selectpicker2{
    display: none !important;
}

.scroll{
    display: flex;
    overflow-x: scroll;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    height: 60px;
}
/*Movimiento de cifras*/

.cifras_actualizar {
    font-size: 24px;
    display: flex;
}

@keyframes cambioRapido {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}
p{
    color: red;
}
.color_cifra{
    color: red;
}
.cifras_actualizar.animacion p {
    animation: cambioRapido 0.5s ease-in-out;
    display: flex;
    color: red;
}

.cifras_actualizar.volverOriginal {
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
    color: red;
}
/*Movimiento de cifras*/

/*Movimiento de tarjetas*/
.main {
    display: flex;
   
    
}
.wrap {
    
  
    transform-style: preserve-3d;
    transform: perspective(100rem);
  
    
  }
.container2 {
  
   
    
    /*border-radius: 1.6rem;*/
    padding: 4.5rem;
 
    display: flex;
    /*align-items: flex-end;*/
    position: relative;
    transform: rotateX(calc(var(--rX) * 1deg)) rotateY(calc(var(--rY) * 1deg));
    transition: transform .6s 1s;
  }
 .descripciones{
    width: 400%;
    text-align: center;
 }
 .descripcion_electorales{
    text-align: center;
 }
 .indicador{
    color: white;
 }

 .select_centrado{
    
    position: relative;
    top: 10px;
    left: 15%;
 }
  .containerVi {
  
   
    
    /*border-radius: 1.6rem;*/
    padding: 7rem;
 
    display: flex;
    /*align-items: flex-end;*/
    position: relative;
    transform: rotateX(calc(var(--rX) * 1deg)) rotateY(calc(var(--rY) * 1deg));
    transition: transform .6s 1s;
  }
 
  
  .container2--active {
    transition: none;
  }
  
  .container2--2 {
    filter: hue-rotate(80deg) saturate(140%);
  }
/*Movimiento de tarjetas*/
@media (max-width: 768px){
    .dato-responsivo{
        margin-left: 7px;
    }
    .contenedor-responsivo{
        width: 115%;
    }
    .responsivo{
        display: none;
    }
    .container-fluid{
        position: relative;
        right: 50px;
    }
    .card-navegacion {
        display: flex;
        background-color: #fff;
        position: relative;
        left: 14px;
        width: 88% !important;
        justify-content: center;
        align-items: center;
    }
    /*Centrar el boton visualizar*/
    .dtr-data{
        display: flex;
        justify-content: center;
    }
    #main-content{
        width: 120%;
    }
    .boton_ocultar2{
        display: block  !important;
    }
    .boton_ocultar1{
        display: none !important;
    }
    .selectpicker2{
        display: inline  !important;
    }
    .selectpicker1{
        display: none !important;
    }
    .select-navegacion{
        display: block;
        border: none;
        padding: 10px;
        background-color: white;
     }
    #mensaje{
        display: block;
        border: 1px solid #0000000d;
        border-radius: 10px;
        padding: 10px;
        background: white;
    }
    .graficas_barras{

        border: 2px solid #00000033;
        padding: 5px;
        border-radius: 10px;
    }
   
    .botones-nav{
        display: none;
    }
    .informacion{
        text-align: center;
     }
    .gif{
        width: 50%;
        position: relative;
        left: 22%;
    }
    .flecha1{
        width: 10px;
        height: 10px;
        display: inline;
    }
    .flecha2{
        width: 10px;
        height: 10px;
        display: none;
    }
    .no-click{
        pointer-events: auto;
    }
    
    .panel_Total_Votos{
        width: 95% !important;
    }
    .modal-content {
        top: 60px;
        left: -60px;
        width: 150%  !important;
        right: 30% !important;
    }
    #grafico11{
        display: block !important;
    }
    #grafico12{
        display: block  !important;
    }
    #graficoS1{
        display: none !important;
    }
    #grafico1{
        display: none !important;
    }
   
    .lista_nominal{
        width:70%;
    }
    .por_participacion{
        width:70%;
    }
    #demografico_totales{
        height: 300px !important;
        width: 295px !important;

    }
    #demografico_totales_poblacion{
        height: 300px !important;
        width: 295px !important;
    }
    #demograficoS {
        height: 400px !important;
        width: 390px !important;

    }
    #demografico_res{
        height: 300px !important;
        width: 295px !important;

    }
    #demografico_res2{
        height: 300px !important;
        width: 295px !important;

    }
    .titulo_electorales{
        text-align: center;
        font-size: 20px;
    }

}

