* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    width: 1px;
    min-width: 100%;
}

p {
    margin: 0;
}

main {
    height: 450px;
}

h1 {
    position: absolute;
    left: 30px;
    top: 20px;
    font-size: 25px;
    font-family: 'Roboto slab', serif;
    font-weight: 300;
}

h1 span {
    display: block;
    font-weight: 600;
}

main.container {
    max-width: 1254px;
    padding: 0;
    border: 1px solid #06416A;
}

main.container .row {
    margin: 0;
}

svg {
    width: 550px;
    height: 400px;
}

svg path {
    fill: #BFBFBF;
    stroke: #959595;
    stroke-width: 2px;
}

.departamento:hover {
    cursor: pointer;
    opacity: 0.8;
}

.departamento:active {
    outline: none;
}

.departamento:focus {
    outline: none;
}

.horaActualizacion {
    position: absolute;
    left: 20px;
    bottom: 10px;
}

.horaActualizacion p {
    font-size: 13px;
    text-align: center;
    margin: 0;
    font-weight: 600;
}

.horaActualizacion p span {
    font-weight: 400;
}

.svgWrapper {
    padding: 15px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.svgWrapper span:nth-child(2) {
    position: absolute;
    font-family: 'Roboto Slab', serif;
    font-size: 45px;
    font-weight: 700;
    bottom: 80px;
}

.svgWrapper span:last-child {
    position: absolute;
    font-size: 20px;
    font-weight: 400;
    bottom: 60px;
}

.svgWrapper.diputados {
    display: none;
}

.wrapperResultados {
    height: 448px;
    padding: 15px 15px 0 15px;
    background: #EAF4FF;
}

.wrapperResultados select {
    display: block;
    width: 90%;
    height: 35px;
    margin: 0 auto;
    padding-left: 20px;
    background: #484848;
    color: #fff;
    font-size: 15px;
    text-align: center;
}

.wrapperResultados h1 {
    margin: 15px 0 0 16px;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Roboto Slab', serif;
}

.wrapperResultados .carousel {
    height: calc(100% - 35px);
}

.wrapperResultados .carousel-inner {
    height: 100%;
}

.wrapperResultados .carousel-indicators {
    margin-bottom: 0px;
}

.wrapperResultados .carousel-indicators li {
    width: 13px;
    height: 13px;
    margin-right: 1px;
    margin-left: 1px;
    border-radius: 50%;
    background-color: #BFBFBF;
}

.wrapperResultados .carousel-indicators li.active {
    background-color: #484848;
}

.wrapperResultados .arrows {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 33px;
}

.wrapperResultados .arrows a {
    color: #484848;
}

.resultado {
    display: flex;
    align-items: center;
    margin: 15px 0;
    padding: 0 15px;
}

.resultado.col-fix {
    margin: 15px auto;
    padding: 0;
    width: 90%;
}

.resultado>span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 40px;
    font-weight: 500;
}

.col-der {
    padding: 0 10px;
}

.col-der p:first-child {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 700;
}

.col-der p:last-child {
    font-size: 15px;
    font-weight: 300;
}

.col-der p:last-child span {
    font-size: 17px;
    font-weight: 700;
}


/*Colores*/


/*Banca vacía*/

.vacio-color {
    background: #BFBFBF;
}


/* Votos Si */

.si-color {
    background: #FFC3D9;
}

.si-color-svg {
    fill: #FFC3D9;
}


/* Votos No */

.no-color {
    background: #A5DCEE;
}

.no-color-svg {
    fill: #A5DCEE;
}


/* Voto en blanco */

.blan-color {
    background: #fff;
}

.blan-color-svg {
    fill: #fff;
}


/* Voto Anulado */

.nul-color {
    background: #313131;
    color: #fff;
}

.nul-color-svg {
    fill: #313131;
}


/*Frente Amplio*/

.fa-color {
    background: #FECC00;
}

.fa-color-svg {
    fill: #FECC00;
}


/*Partido Nacional*/

.pn-color {
    background: #80BFFF;
}

.pn-color-svg {
    fill: #80BFFF;
}


/*Partido Colorado*/

.pc-color {
    background: #B91C09;
    color: #fff;
}

.pc-color-svg {
    fill: #B91C09;
}


/*Cabildo Abierto*/

.ca-color {
    background: #A6495C;
    color: #fff;
}

.ca-color-svg {
    fill: #A6495C;
}


/*Partido de la Gente*/

.pdlg-color {
    background: #6FB94A;
    color: #fff;
}

.pdlg-color-svg {
    fill: #6FB94A;
}


/*Unidad Popular*/

.up-color {
    background: #000000;
    color: #fff;
}

.up-color-svg {
    fill: #000000;
}


/*Partido Independiente*/

.pi-color {
    background: #4F256F;
    color: #fff;
}

.pi-color-svg {
    fill: #4F256F;
}


/*Unidad Popular*/

.pva-color {
    background: #3B9943;
    color: #fff;
}

.pva-color-svg {
    fill: #3B9943;
}


/*P.E.R.I.*/

.peri-color {
    background: #009001;
    color: #fff;
}

.peri-color-svg {
    fill: #009001;
}


/*Partido Digital*/

.pd-color {
    background: #EE710B;
    color: #fff;
}

.pd-color-svg {
    fill: #EE710B;
}


/*Partido de los Trabajadores*/

.pt-color {
    background: #FF0000;
    color: #fff;
}

.pt-color-svg {
    fill: #FF0000;
}

.wrapperDepartamentos {
    display: block;
}

.wrapperPartidos {
    display: none;
}

@media (max-width: 767px) {
    body {
        padding: 0;
    }
    main.container {
        border: none;
    }
    svg {
        width: auto;
        height: 300px;
    }
    .horaActualizacion {
        top: auto;
        bottom: 10px;
        left: 0;
        right: 0;
    }
    .svgWrapper {
        padding-bottom: 50px;
    }
    .svgWrapper span:nth-child(2) {
        bottom: 75px;
    }
    .svgWrapper span:last-child {
        bottom: 55px;
    }
    h1 {
        position: initial;
        text-align: center;
        padding-top: 10px;
    }
    h1 span {
        display: inline;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    h1 {
        left: auto;
        right: 30px;
    }
}

@media (max-width: 991px) {
    main {
        height: auto;
    }
    .wrapperDepartamentos {
        width: 95%;
        margin: 0 auto;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    h1 {
        left: auto;
        right: 30px;
    }
}