@font-face {
    font-family: FontAwesome;
    src: url(fa-solid-900.ttf);
}

*{
    margin: 0;
    padding: 0;
    font-family: "adobe-clean", sans-serif;
    /* font-family: "Roboto-Regular",sans-serif; */
}
body{
    bottom: 0;
    float: none;
    height: 100vh;
    width: 100%;
    left: 0;
    position: fixed;
    top: 0;
    background-color: #555;
}
.bg-white1 {
    background-color: #fff !important;
}
.bg-white2 {
    background-color: #e3e3e3 !important;
}
.theader{
    height: 70px;
    background-color: #f5f5f5 !important;
    border-bottom: #f0f0f0 solid 1px;
}
.logo-izq{
    width: 100px;
    text-align: left;
}
.logo-der{
    width: 100px;
    text-align: right;
}
.nav-link.active{
    background-color: #e70c75 !important;
    color: #FFF !important;
}
.nav-link{
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.desactivar{
    opacity: .7 !important;
}
.inactive{
    opacity: .7 !important;
}
.inactive:hover{
    opacity: 1 !important;
}
.tcontenido{
    background-color: #e70c75;
    /* position: absolute;
    top: 139px; */
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
}

.menuleft{
    width: 260px;
    height: calc(100vh - 139px);
    animation-timing-function: ease-in;
    transition: 0.25s;
    position: relative;
    padding: 10px;
    color: #f4f4f4;
    overflow: hidden;
    overflow-y: auto;
}
.contenido{
    width: 100%;
    height: calc(100vh - 139px);
    background-color: #f6f6f6;
    animation-timing-function: ease-in;
    transition: 0.25s;
    position: relative;

}
.pcontenido{
    position: absolute;
    padding: 10px;
    padding-bottom: 0px;
    top: 0;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    overflow: hidden;
    overflow-y: auto;

}
.card-gray{
    background-color: #e6e6e6 !important;
    border: solid 1px #ccc !important;
    border-radius: 5px !important;
    box-shadow: 0 3px 3px rgb(0 0 0 / 10%)!important;
}

.busquedaseccion div.card-header-title{
    font-size: 14px;
    font-weight: bolder;
}
.busquedaseccion div.card-body p.card-text{
    font-size: 12px;
    font-weight: bolder;
}


.btn-circle10 {
    border-radius: 50px !important;
    text-align: center !important;
}
.btn-circle {
    border-radius: 50% !important;
    text-align: center !important;
}
.btn-iepc{
    background-color: #e70c75 !important;
    color: #FFF !important;
}
.btn-iepc-1{
    background-color: #C791A8 !important;
    color: #000 !important;
    font-weight: bold;
}
.btn-iepc-1.active{
    background-color: #C791A8 !important;
    color: #000 !important;
    font-weight: bold;
}
.text-iepc{
    color: #e70c75 !important;
}
.text-iepc-1{
    color: #582D73 !important;
}

.tavance {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    border-radius: 5px;
    padding: 2px;
}
.tavance div.titulo{
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 5px;
    background-color: #f2f2f2;
}
.tavance div.titulo{
    font-size: 12px !important;
    font-weight: bolder;
}
.tavance div.porcentaje{
    font-size: 12px !important;
    font-weight: bolder;
}

.t-8{
    font-size: 8px !important;
}
.t-9{
    font-size: 9px !important;
}
.t-10{
    font-size: 10px !important;
}
.t-11{
    font-size: 11px !important;
}
.t-12{
    font-size: 12px !important;
}
.t-13{
    font-size: 13px !important;
}
.t-14{
    font-size: 14px !important;
}
.t-15{
    font-size: 15px !important;
}
.t-16{
    font-size: 16px !important;
}
.t-17{
    font-size: 17px !important;
}
.t-18{
    font-size: 18px !important;
}

.b-7{
    border-left: solid 7px !important;
}
.b-grey-right-1{
    border-right: solid 1px #da0b6f;
}
.b-grey-right-2{
    border-right: solid 2px #da0b6f;
}
.b-iepc-right{
    border-right: solid 1px #e70c75;
}
.b-iepc-t{
    border-top: solid 3px #e70c75 !important;
}
.b-iepc-r{
    border-right: solid 3px #e70c75 !important;
}
.b-iepc-l{
    border-left: solid 3px #e70c75 !important;
}
.b-iepc-b{
    border-bottom: solid 3px #e70c75 !important;
}
.b-iepc{
    border: solid 3px #e70c75 !important;
    border-radius: 5px;
}
.b-iepc div.nvotos{
    color: #e70c75 !important;
    font-size: 18px;
}
.b-iepc-0{
    border: solid 3px transparent;
    border-top: solid 0px transparent;
    border-bottom: solid 0px transparent;
    border-radius: 5px;
}
.icon-small{
    width: 35px;height:35px;
    margin-right: 0;
}
.icon-small-30{
    width: 30px;height:30px;
    margin-right: 1px;
}
.icon-big{
    width: 180px;
    height:140px;
    margin: 3px;
    background-color: #f2f2f2;
    border:solid 1px #ccc;
    border-radius: 5px;
    overflow: hidden;
}
.icon-big3{
    min-width: 250px;
    margin: 3px;
    background-color: #f2f2f2;
    border:solid 1px #ccc;
    border-radius: 5px;
    overflow: hidden;
}
.icon-big2{
    min-width: 200px;
    margin: 3px;
    background-color: #f2f2f2;
    border:solid 1px #ccc;
    border-radius: 5px;
    /* overflow: hidden; */
}
.w-tarjetas{
    width: 180px !important;
    /* height:140px; */
    margin: 3px;
    background-color: #f2f2f2;
    border:solid 1px #ccc;
    border-radius: 5px;
    box-shadow: 0 3px 3px rgb(0 0 0 / 10%);
}
.w-tarjetas.ganador{
    box-shadow: 0 3px 8px rgb(0 0 0 / 20%);
    border:solid 3px #e70c75;
}
.w-tarjetas.ganador div.nvotos{
    color: #e70c75 !important; 
    font-size:14px !important;
}
.w-tarjetas div.logos div, .distribucion div{
    display: block !important;
}

.distribucion div{
    display: inline-block !important;
}

.navbar-collapse.show{
    box-shadow: 0 3px 5px rgba(0,0,0,0.3)!important;
}
.progress{
    height: 12px !important;
    border-radius: 0 !important;
}
.progress.vertical{
    width: 100%;
    min-height: 120px;
    display: flex;
    align-items: flex-end;
    /* margin-right: 20px; */
    float: left;
}
.progress-bar{
    /* background-color: #f5f5f5 !important; */
}
.progress.vertical div.progress-bar {
  width: 100%;
  height: 0;
  -webkit-transition: height 0.6s ease;
  -o-transition: height 0.6s ease;
  transition: height 0.6s ease;
}
.bg-iepc-90{
    background-color: #ffcce2 !important;
}
.bg-iepc{
    background-color: #e70c75 !important;
}
.bg-iepc-30{
    background-color: #990042 !important;
}
.bg-iepc-45{
    background-color: #e60063 !important;
}
.bg-iepc-grey-10{
    background-color: #e6e6e6 !important;
}
.bg-iepc-grey-25{
    background-color: #da0b6f !important;
}
.bg-iepc-grey-95{
    background-color: #f2f2f2 !important;
}
.bg-urbano{
    background: url("/assets/imgs/urbano-nourbano.png") no-repeat;
    background-size: 200px 90px;
    background-position: center;
    height: 90px !important;
    width: 210px !important;
}

.btn_filtros:checked +label{
    opacity: 1;
}
.btn_filtros +label{
    opacity: .5;
}
.btn_filtros:hover +label{
    opacity: .9;
}


.linea-grafica-20{
    position: absolute;
    bottom: 20%;
    z-index: 0;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    border-top: 1px solid #f2e4f4;
}
.linea-grafica-40{
    position: absolute;
    bottom: 40%;
    z-index: 0;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    border-top: 1px solid #f2e4f4;
}
.linea-grafica-60{
    position: absolute;
    bottom: 60%;
    z-index: 0;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    border-top: 1px solid #f2e4f4;
}
.linea-grafica-80{
    position: absolute;
    bottom: 80%;
    z-index: 0;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    border-top: 1px solid #f2e4f4;
}
.linea-grafica-100{
    position: absolute;
    bottom: 101%;
    z-index: 0;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    border-top: 1px solid #f2e4f4;
}


.linea-grafica-valor-0{
    position: absolute;
    padding-right:5px;
    color: #ccc;
    background-color: #fff;
    z-index: 0;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    text-align:right;
    bottom: 0px;
    font-size: 13px;
}
.linea-grafica-valor-20{
    position: absolute;
    padding-right:5px;
    color: #ccc;
    background-color: #fff;
    z-index: 0;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    text-align:right;
    bottom: calc(20% - 8px);
    font-size: 13px;
}
.linea-grafica-valor-40{
    position: absolute;
    padding-right:5px;
    color: #ccc;
    background-color: #fff;
    z-index: 0;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    text-align:right;
    bottom: calc(40% - 8px);
    font-size: 13px;
}
.linea-grafica-valor-60{
    position: absolute;
    padding-right:5px;
    color: #ccc;
    background-color: #fff;
    z-index: 0;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    text-align:right;
    bottom: calc(60% - 8px);
    font-size: 13px;
}
.linea-grafica-valor-80{
    position: absolute;
    padding-right:5px;
    color: #ccc;
    background-color: #fff;
    z-index: 0;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    text-align:right;
    bottom: calc(80% - 8px);
    font-size: 13px;
}
.linea-grafica-valor-100{
    position: absolute;
    padding-right:5px;
    color: #ccc;
    background-color: #fff;
    z-index: 0;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    text-align:right;
    bottom: calc(100% - 5px);
    font-size: 13px;
}

.tooltiptext {
  /* visibility: hidden; */
  box-shadow: 0px ​0px 4px rgba(0,0,0,.5)!important;
  
  width: 150px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  margin-top: 0;
  margin-left: -35px;
  z-index: 1000000;
}
.tooltiptext span.arrow-down{
    width: 0;
    height: 0;
    position: absolute;
    bottom: -8px;
    margin-left: -9px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 8px solid #000;
}
.tooltiptext2 {
  /* visibility: hidden; */
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .75) !important;

    width: auto;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px 0 0 6px;
    border: #FFF solid 1px;
    padding: 0;
    /* Position the tooltip */
    position: absolute;
    margin-top: 0;
    margin-left: -36px;
    z-index: 1000000;
}
.tooltiptext2 span.arrow-down{
    width: 0;
    height: 0;
    position: absolute;
    bottom: -8px;
    margin-left: -9px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 8px solid #000;
}
.tooltiptext2 div.tool-color {
    height: 7px !important;
    border-bottom: #777 solid 1px;
}

.dis-flex{
    display: flex;
    justify-content: center;
    align-items: center;
}

#tableResultados thead tr th{
    text-transform: uppercase;
    color: white;
    /* font-size: 10px !important; */
}
.tableResultadosSeccion thead tr th{
    justify-content: center;
    align-items: center;
    
    background-color: #da0b6f !important;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 3 !important;
}
.tableResultadosSeccion thead tr th div:first-child{
    line-height: 120% !important;
}
.tableResultadosSeccion thead tr th:first-child{
    left: 0;
    min-width: 90px;
    max-width: 90px;
    z-index: 4 !important;
}
.tableResultadosSeccion tbody tr td:first-child{
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    min-width: 90px;
    max-width: 90px;
    z-index: 3 !important;
}


.tableResultadosSeccion2 thead tr th{
    background-color: #da0b6f !important;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 3 !important;
}
.tableResultadosSeccion2 thead tr th div:first-child{
    line-height: 1.5em !important;
}
.tableResultadosSeccion2 thead tr th div font:first-child{
    line-height: 1.5em !important;
}
.tableResultadosSeccion2 thead tr th:first-child{
    left: 0;
    min-width: 100px;
    max-width: 100px;
    z-index: 4 !important;
}
.tableResultadosSeccion2 thead tr th:nth-child(2){
    left: 116px;
    min-width: 84px;
    max-width: 84px;
    z-index: 4 !important;
}

.tableResultadosSeccion2 tbody tr td:first-child{
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    min-width: 100px;
    max-width: 100px;
    z-index: 3 !important;
}
.tableResultadosSeccion2 tbody tr td:nth-child(2){
    position: -webkit-sticky;
    position: sticky;
    left: 116px;
    min-width: 84px;
    max-width: 84px;
    z-index: 3 !important;
}

.tableResultadosSeccion3 thead tr th{
    background-color: #da0b6f !important;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 3 !important;
}
.tableResultadosSeccion3 thead tr th div:first-child{
    line-height: 120% !important;
}
.tableResultadosSeccion3 thead tr th:first-child{
    left: 0;
    min-width: 100px;
    max-width: 100px;
    z-index: 4 !important;
}
.tableResultadosSeccion3 thead tr th:nth-child(2){
    left: 116px;
    min-width: 80px;
    max-width: 80px;
    z-index: 4 !important;
}
.tableResultadosSeccion3 thead tr th:nth-child(3){
    left: 212px;
    min-width: 84px;
    max-width: 84px;
    z-index: 4 !important;
}

.tableResultadosSeccion3 tbody tr td:first-child{
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    min-width: 100px;
    max-width: 100px;
    z-index: 3 !important;
}
.tableResultadosSeccion3 tbody tr td:nth-child(2){
    position: -webkit-sticky;
    position: sticky;
    left: 116px;
    min-width: 80px;
    max-width: 80px;
    z-index: 3 !important;
}
.tableResultadosSeccion3 tbody tr td:nth-child(3){
    position: -webkit-sticky;
    position: sticky;
    left: 212px;
    min-width: 84px;
    max-width: 84px;
    z-index: 3 !important;
}

.cell-sticky-top{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 3 !important;
}
.cell-sticky{
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    min-width: 80px;
    max-width: 80px;
    z-index: 2;
}
.cell-sticky1{
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    min-width: 100px;
    max-width: 100px;
    z-index: 2;
}
.cell-sticky2{
    position: -webkit-sticky;
    position: sticky;
    left: 116px;
    min-width: 84px;
    max-width: 84px;
    z-index: 2;
}
.lh-120{
    line-height: 120% !important;
}

.bg-lista1{
    background-color:#f7f7f7;
}

.switch {
    display: inline-block;
    height: 22px;
    position: relative;
    width: 52px;
}

.switch input {
    display: none;
}

.slider {
    background-color: #ccc;
    bottom: -5px;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 2px;
    transition: .4s;
}

.slider:before {
    background-color: #fff;
    bottom: 2px;
    font-family: FontAwesome;
    content: "\f185";
    color: #e70c75;
    height: 20px;
    left: 2px;
    position: absolute;
    transition: .4s;
    width: 20px;
    text-align: center;
    padding-top: 2px;
    line-height: 1em;
}

input:checked+.slider {
    background-color: #000;
}

input:checked+.slider:before {
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
.bg-index{
    background-color: #fff;
}

.logo-index img {
    border: #fff solid 1px;
}
.text-theme{
    color: #333 !important;
}

.bg-blanco {
    background-color: #ddd !important;
}

.simulacro{
    background-image: url(/simulacro2.png);
    background-repeat: space;
    background-size: 100px auto;
}

.ganador{
    box-shadow: 0 3px 8px rgb(0 0 0 / 20%)!important;
    border:solid 3px #e70c75!important;
}
.ganandor div.totalvotos{
    color:  #e70c75!important;
}
.btnSeleccionar{
    background-color: #515661 !important;
    color: #f5f5f5 !important;
}
.btn-seleccionar{
    background-color: #515661 !important;
    color: #f5f5f5 !important;
}
.btn-quitar{
    background-color: #747b8b !important;
    color: #f5f5f5 !important;
}

.bold{
    font-weight: bold !important;
}

.redes_barra{
    height: 50px;
    width: 50px;
    bottom: 50px;
    right: 30px;
    z-index: 10;
    border-radius: 50px 50px 50px 50px;
}
.redes_barra div.redes{
    display: none;
}
.redes_barra div.share{
    display: block;
}
.redes_barra:hover{
    height: auto;
    width: 50px;
}
.redes_barra:hover div.redes{
    display: block;
}
.redes_barra:hover div.share{
    display: none;
}

.fs-8{
    font-size: 8px !important;
}
.fs-9{
    font-size: 9px !important;
}
.fs-10{
    font-size: 10px !important;
}
.fs-11{
    font-size: 11px !important;
}
.fs-12{
    font-size: 12px !important;
}
.fs-13{
    font-size: 13px !important;
}
.fs-14{
    font-size: 14px !important;
}
.fs-15{
    font-size: 15px !important;
}
.fs-16{
    font-size: 16px !important;
}
.fs-17{
    font-size: 17px !important;
}
.fs-18{
    font-size: 18px !important;
}
.fs-19{
    font-size: 19px !important;
}
.fs-20{
    font-size: 20px !important;
}
.fs-21{
    font-size: 21px !important;
}
.fs-22{
    font-size: 22px !important;
}
.fs-23{
    font-size: 23px !important;
}
.fs-24{
    font-size: 24px !important;
}
.fs-25{
    font-size: 25px !important;
}
.fs-26{
    font-size: 26px !important;
}
.fs-27{
    font-size: 27px !important;
}
.fs-28{
    font-size: 28px !important;
}
.fs-29{
    font-size: 29px !important;
}
.fs-30{
    font-size: 30px !important;
}
.fs-31{
    font-size: 31px !important;
}
.fs-32{
    font-size: 32px !important;
}
.fs-33{
    font-size: 33px !important;
}
.fs-34{
    font-size: 34px !important;
}
.fs-35{
    font-size: 35px !important;
}
.fs-36{
    font-size: 36px !important;
}
.fs-37{
    font-size: 37px !important;
}
.fs-38{
    font-size: 38px !important;
}
.fs-39{
    font-size: 39px !important;
}
.fs-40{
    font-size: 40px !important;
}
.fs-70{
    font-size: 70px !important;
}