   .curvas-paises-voto {
       width: 100%;
       cursor: pointer
   }

   .curvas-paises-voto text {
       font-size: 11px;
       font-family: 'Encode Sans', sans-serif
   }

   .curvas-paises-voto .nombre-pais-curva {
       font-size: 14px;
       font-family: 'Encode Sans', sans-serif;
       color: #333333;
       font-weight: 700
   }


   .curvas-paises-voto .eje-vertical-paises-voto line {

       stroke: #c5c5c5;
       stroke-dasharray: 3;
       stroke-width: 0.5;
   }

   .curvas-paises-voto .eje-vertical-paises-voto text {
       fill: #939393;
   }


   .curvas-paises-voto .eje-vertical-paises-voto path {
       stroke-width: 0;
   }


   .curvas-paises-voto .eje-horizontal-paises-voto path {
       stroke-width: 0;
   }

   .curvas-paises-voto .eje-horizontal-paises-voto text {
       fill: #939393;
   }


   .curvas-paises-voto .eje-horizontal-paises-voto line {

       stroke: #939393;
       stroke-width: 1;
   }


   .columna-datos-espana {
       text-align: right;
       padding-bottom: 0px;
       padding-top: 0px;
       border-bottom: 1px solid #ddd;

   }

   .curvas-paises-voto .nsobrepicoindicadores {
       font-size: 11px;
       font-family: 'Encode Sans', sans-serif;

   }

   .primeracolumna-espana {
       border-bottom: 1px solid #ddd;
       padding-bottom: 0px;
       padding-top: 0px;

   }




   /* MAPA EXTREMA DERECHA */

   #div-containers-mapa-extremaderecha-paises {
       display: flex;
       flex-direction: column;
   }

   #container-mapa-extremaderecha-paises {
       width: 100%;
       position: relative;
   }

   .labels-mapa-extremaderecha-paises {
       font-family: 'Encode Sans', sans-serif;
       pointer-events: none;
       fill: #000000;
       stroke: none;
       font-weight: 400;
       font-size: 13px;
   }


   .shadow-mapa-extremaderecha-paises {
       font-family: 'Encode Sans', sans-serif;
       pointer-events: none;
       fill: black;
       stroke: none;
       stroke: white;
       stroke-width: 3px;
       opacity: 0.8;
       font-size: 13px;

   }

   #div-containers-mapa-extremaderecha-paises .map-text__hand {
       animation: shake 1.5s infinite;
       width: 30px;
       vertical-align: middle;
   }

   #div-containers-mapa-extremaderecha-paises .text-slide-mobile {
       font-family: 'Encode Sans', sans-serif;
       margin-left: 0px;
       text-align: left;
       display: none;
       font-size: 12px;
   }

   .legend-extremaderecha-paises-container {
       position: absolute;
       z-index: 10;

   }

   #legend-extremaderecha-paises {
       display: flex;
   }

   .div-legend-extremaderecha-paises {
       padding: 5px;
       background-color: rgb(255, 255, 255, 0.8);
       border-radius: 5px;
   }

   .legendextremaderecha {
       font-family: 'Encode Sans';
       font-size: 12px
   }


   @media (max-width: 900px) {


       #div-containers-mapa-extremaderecha-paises {
           display: flex;
           flex-direction: column;
       }

       #container-mapa-extremaderecha-paises {
           width: 100%;
           overflow: scroll;
           overflow-y: hidden;
           position: relative;
       }

       div#container-mapa-extremaderecha-paises::-webkit-scrollbar {
           width: 0px;
           /* Remove scrollbar space */
           background: transparent;
           /* Optional: just make scrollbar invisible */
       }

       #div-containers-mapa-extremaderecha-paises .text-slide-mobile {
           text-align: center;
           display: block;
           margin-bottom: 5px
       }
   }





   @keyframes shake {
       50% {
           margin-left: 15px;
       }

       100% {
           margin-left: 0px;
       }
   }







   /* GRAFICO FLECHAS */


   .contenedor-variacion-extrema-derecha {
       width: 100%;
       margin-top: 40px;

   }


   .contenedor-variacion-extrema-derecha h2 {
       font-family: 'Encode Sans', sans-serif;
       font-weight: 700;
       font-size: 16px;
       text-align: center;
   }

   .variacion-flechas-extrema-derecha {
       width: 100%
   }

   .variacion-flechas-extrema-derecha text {
       font-size: 14px;
       font-family: 'Encode Sans', sans-serif
   }

   .variacion-flechas-extrema-derecha .nombre-pais-curva {
       font-size: 14px;
       font-family: 'Encode Sans', sans-serif;
       fill: #333333;
       font-weight: 700
   }

   .variacion-flechas-extrema-derecha .ncasostotales {
       font-size: 11px;
       font-family: 'Encode Sans', sans-serif;
       fill: #939393;

   }


   .variacion-flechas-extrema-derecha .eje-vertical-espana line {

       stroke: #c5c5c5;
       stroke-dasharray: 3;
       stroke-width: 0.5;
   }

   .variacion-flechas-extrema-derecha .eje-vertical-espana text {
       fill: #939393;
   }


   .variacion-flechas-extrema-derecha .eje-vertical-espana path {
       stroke-width: 0;
   }


   .variacion-flechas-extrema-derecha .eje-horizontal path {
       stroke-width: 0;
   }

   .variacion-flechas-extrema-derecha .eje-horizontal text {
       fill: #939393;
   }


   .variacion-flechas-extrema-derecha .eje-horizontal line {

       stroke: #939393;
       stroke-width: 1;
   }