.trumpfaceH {
    pointer-events: none;
}

.article .paragraph {
    padding: 0;
}
.statecard {
    display: block;
    max-width: 1048px;
    margin: 0 auto;
}
.statecard .mapa {
    padding: 0px 24px;
    max-width: 100%
}
.statecard .mapa .leyendas {
    display: flex;
}

.mapanames {
    color: var(--Colors-Palette-Grayscale-900, #000);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; /* 140% */
    display: inline-flex;
    padding: 4px 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 16px;
    border: 2px solid #FFF;
    background: #FFA500;
}
.st {
    display: flex;
    max-width: 622px;
    margin: 80px auto 0 auto;
    margin-bottom: 16px;
    border-top: 10px solid #cfcfcf;
    padding-top: 16px;
}

h2.statetitle {
    text-align: center;
    margin: 0;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    line-height: 28px;
    padding-top: 4px;
}
.st .votos {
    margin-left:16px;
    border-radius: 16px;
    display: inline-flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border: 2px solid #FFF;
    background: #FFA500;
}
.leyendas .texto {
    color: var(--Colors-Palette-Grayscale-900, #000);
    text-align: left;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 123.077% */
    padding: 12px 8px 12px 0;
}
.statecard .mapa .leyendas .margen .leys {
    display: flex;
}
.statecard .mapa .leyendas .margen .leys .ley {
    display: block;
    position: relative;
    width: 40%;
}
.statecard .mapa .leyendas .margen .leys .ley .leyrest {
    display: flex;
}
.statecard .mapa .leyendas .margen .leys .ley .card {
    width: 16px;
    height: 16px;
    margin: 1px;
}
.ley .num {
    position: absolute;
    top: 16px;
    left: 0;
    color: var(--Colors-Palette-Grayscale-600, #808080);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Roboto;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; /* 209.091% */
}
.leyendas .ley .texto {
    font-weight: 700;
    padding: 4px;
    padding-left:0;
    text-align: left;
    color: #2358BF;
}

.leyendas .margen {
    padding-right: 30px;
}
.leyendas .ley .texto.rep {
    color: rgb(212, 61, 81);
}
.ley .num.num1 { 
    left: 32px;
}
.ley .num.num2 { 
    left: 48px;
}
.ley .num.num3 { 
    left: 64px;
}
.ley .num.num4 {
    left: 82px;
}
.ley .leynums2 {
    position: absolute;
    margin-left: -32px;
}

.visitas .bolas {
    position: relative;
    max-width: 120px;
    margin: 0 auto;
}
.statecard .diferencias {
    width: 100%;
}
.resnums {
    display: flex;
}
.resnums .side {
    width: 50%;
    text-align: center;
}
.resnums .side .nombre {
    text-align: left;
    max-width: 150px;
    margin: 0 auto;
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
}
.resnums .side .votos {
    background: #154299;
    color: #fff;
    padding: 8px 16px;
    max-width: 150px;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    border-radius: 15px;
    margin: 0 auto;
    margin-bottom: 4px;
}
.resnums .side.repside .votos {
    background: #C23145;
}
.diferencias h2, .mapa h2 {
    font-family: Roboto, sans-serif;
    margin-top: 16px;
    font-size: 18px;
    line-height: 24px;
}
.diferencias .linea {
    height: 20px;
    width: 50%;
    margin: 0 auto;
    border: 1px solid #808080;
    border-top: 0;
    border-radius: 0 0 10px 10px;
}

.diferencias .diferencia {
    text-align: center;
    margin: 32px 0 16px;
}
.diferencias .diferencia span {
    padding: 8px;
    border: 2px solid #154299;
    border-radius: 8px;
    color: #154299;
    margin-left: 4px;
}
path.condado {
    stroke: #d9d9d9;
}

.condados {
    margin: 64px 0;
}
.condados .info {
    max-width: 70%;
}
.condados .condaditos {
    display: block;
}
.mapdiv {
    max-width: 60%;
    align-self: center;
    margin: 0 auto;
    position: relative;
}
.mapdiv .estaditos {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    max-width: 200px;
}
.mapdiv .estaditos .cond {
    color: var(--Colors-Palette-Grayscale-900, #000);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; /* 176.923% */
    position: absolute;
    top: 0;
    left: 0;
}
.each .cond {
    display: flex;
    margin: 24px 0;
    font-weight: 700;
}
.each .cond .orden {
    width: 20px;
    font-size: 15px;
    line-height: 20px;
    padding-top: 4px;
}
.each .cond .nombre {
    width: 100px;
    font-size: 15px;
    line-height: 20px;
    padding-top: 4px;
}
.each .cond .votos {
    border: 2px solid #154299;
    text-align: center;
    color: #154299;
    font-weight: 500;
    font-size: 15px;
    padding: 4px 16px;
    border-radius: 8px;
}
.bigmap {
    position: relative;
}
.bigmap .tooltip {
    position: absolute;
    padding-top: 10px;
    pointer-events: none;
    top: 0;
    left: 0;
    width: 180px;
    height: 65px;
    background: #fff;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
    opacity: 0;
    transition: opacity .3s;
}

.bigmap .tooltip .condado {
    color: #000;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; /* 140% */
}
.bigmap .tooltip .porciento {
    color: #000;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; /* 140% */
}
.difnum {
    font-weight: 500;
    font-size: 15px;
    border-radius: 8px;
}
.fullmapita {
    display: flex;
   }
   .fullmapita .mapitalegend {
    color: var(--Colors-Palette-Grayscale-900, #000);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 123.077% */
    max-width: 108px;
    margin: 0 auto;
   }
   .mapitalegend .mlt{
    padding-bottom:4px;
   }
   .mapitalegend .mlb {
    display: flex;
   }
   .condados {
    margin: 64px 0 24px;
   }
   @media screen and (min-width: 728px) {
    .fullmapita {
        display: block;
        width: 210px;
    }
    .fullmapita .mapitalegend {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
   }

@media screen and (min-width: 728px) {
    .statecard {
        display: flex;
        max-width: 1048px;
        margin: 0 auto;
    }
    .statecard .diferencias {
        width: 65%;
        margin: 0 24px;
    }
    .mapdiv {
        max-width: 130px;
        margin-left: 24px;
    }
    .condados .condaditos {
        display: flex;
    }
    .statecard .mapa {
        max-width: 40%
    }
}