/** Carousel **/
html{
        overflow: hidden;
}
body{
    margin: 0px;
    overflow: hidden;
}
.pre{
    position: absolute;
    z-index: 10;
    background: #fff;
    width: 100%;
    text-align: center;
    top: 0px;
    bottom: 0px;
}
.novotos{
    position: relative;
    text-align: center;
    width: 100%;
}
select{

width: 150px !important;
    line-height: 30px;
    display: block;
    height: 30px;
    float: right;
    border: 1px solid #e8e8e845;
    border-bottom: 1px solid #c4c2c2;
    border-radius: 3px;
    background: none;
    margin-left: 20px;
    margin-right: 2px;
}
.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.jcarousel ul {
    width: 10000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
}
.jcarousel li {
    width: 25%;
    float: left;
    border: 1px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}
/** Carousel Controls **/
.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    z-index: 9;
    top: 50%;
    margin-top: -15px;
    width: 20px;
    height: 20px;
    text-align: center;
    background: #ffffff;
    color: rgb(0 0 0);
    text-decoration: none;
    border: 1px solid rgb(0 0 0);
    font-size: 1rem;
    border-radius: 30px;
    line-height: 23px;
}
.jcarousel-control-prev svg,
.jcarousel-control-next svg{
    margin-top: 2px;
    width: 12px;
}
.jcarousel-control-prev {
/*    left: -35px;*/
    left: auto;
    right: 0px;
    top: 50px;
}
.jcarousel-control-next {
    right: 0px;
    top: 85px;
}

.form-select {
    display: inline-block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #F4F4F4;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    max-width: 320px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    text-transform: capitalize!important;
}
.form-select option{
    text-transform: capitalize!important;
}
/*SPINNER*/
.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0 auto;
}
.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  /*-webkit-animation: sk-bounce 2.0s infinite ease-in-out;*/
  /*animation: sk-bounce 2.0s infinite ease-in-out;*/
}
.double-bounce2 {
  /*-webkit-animation-delay: -1.0s;*/
  /*animation-delay: -1.0s;*/
}
/*@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}*/
/*SPINNER*/

#Go_moticias_widget{
 font-family: 'Open Sans', sans-serif;
    color: #000000;
    max-width: 1544px;
    margin: 0 auto;
    display: block;
    background: #FFF;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
#Go_moticias_widget .loading{
    position: absolute;
    z-index: 11;
    background: white;
    width: 100%;
    height: 215px;
    top: 0px;
}
#Go_moticias_widget{position: relative;}
#Go_moticias_widget #GOcarousel{position: relative;}
#Go_moticias_widget #GOcarousel .overlay{
    position: absolute;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    right: 0px;
    width: 100px;
    top: 0px;
    bottom: 0px;
}
#Go_moticias_widget .logo{
    background: url(../img/logo.png);
    height: 45px;
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}
#Go_moticias_widget h2{
    font-size: 1rem;
    color: #000000;
    font-weight: bold;
    text-align: left;
    float: left;
    margin-left: 5px;
    padding-top: 7px;
}
#Go_moticias_widget h2 span{
    font-weight: normal;
    font-size: 0.875rem;
    color: #1384ED;
    font-weight: bold;
}
#Go_moticias_widget h3{
    font-size: 0.75rem;
    color: #000000;
    font-weight: normal;
    text-align: left;
}
#Go_moticias_widget .blankVotes{
    float: right;
    padding-top: 7px;
}
#Go_moticias_widget .blankVotes img{ margin-right: 10px;}
#Go_moticias_widget .participacion{
    float: right;
    margin-left: 20px;
    padding-top: 7px;
}
#Go_moticias_widget .participacion img{ margin-right: 10px;}
#Go_moticias_widget .participacion span b,#Go_moticias_widget .blankVotes span b{
    color: #1384ED;
    font-weight: bold;
    font-size: 16px;
}
#Go_moticias_widget .participacion span,#Go_moticias_widget .blankVotes span{
    color:#525252
}
#Go_moticias_widget .position{
    display: inline-block;
}
#Go_moticias_widget .button{
    background: #000000;
    color: #fff;
    text-align: center;
    padding: 10px 10px;
    text-decoration: none;
    font-weight: normal;
    display: inline-block;
    margin-top: 15px;
    border-radius: 5px;
    max-width: 12.5rem;
}
#Go_moticias_widget .button.reverse{
    background: #FFFFFF;
    color: #000000;
    text-align: center;
    padding: 10px 10px 10px 30px;
    text-decoration: none;
    display: inline-block;
    margin-top: 15px;
    border-radius:21px;
    font-size: 0.875rem;
    box-shadow: 0px 1px 1px #cccccc5c;
    margin-bottom: 10px;
    font-weight: bold;
}
#Go_moticias_widget .button.reverse svg{display: none;}
#Go_moticias_widget .button.reverse.active{
    background: #E7E7E7;
    color: #000000;
    position: relative;
}
#Go_moticias_widget .button.reverse.active svg{
    position: absolute;
    left: 8px;
    top: 12px;
    display: block;
}
#Go_moticias_widget .button.reverse:hover{
    /*box-shadow: 0px 1px 1px #333;*/
}
#Go_moticias_widget .photo{
    border-radius: 100px;
    max-width: 54px;
    height: 54px;
    /*filter: grayscale(1);*/
    margin: 0 auto ;
    background: url("../img/nn.png") center center no-repeat;
    background-size: cover;
    background-position: center;
    top: 0px;
    position: absolute;
    bottom: 10px;
    width: 54px;
}
#Go_moticias_widget .card{
    border: 1px solid #F4F4F4;
    min-height: 80px;
/*    max-width: 12rem;*/
    border-radius: 0px;
    padding: 1rem!important;
    position: relative;
    padding-top: 1.2rem!important;
    padding-bottom: 1.2rem!important;
    margin-left: 0rem!important;
    margin-right: 0rem!important;
    width: 333px;
    background: #fff;
    border-radius: 7px;
    border: 1px solid var(--UPC-SF, #DADADA);
    background: var(--Blanco, #FEFEFE);
    box-shadow: 0px 4px 1.382px 0px rgba(0, 0, 0, 0.25);
}

#Go_moticias_widget .card .vs{
    position: absolute;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    left: -20px;
    top: 25px;
    padding: 0px;
}
#Go_moticias_widget .card.primary_item .vs{display: none;}
#Go_moticias_widget .card .partido{
    font-size: 0.75rem;
    font-weight: bold;
    color: #000000;
    text-transform: capitalize;
    /*height: 35px;*/
    margin-right: -10px;
}
#Go_moticias_widget .card .fname{
    width: 280px;
    position: absolute;
    z-index: 111;
    font-size:0.875rem;
}
#Go_moticias_widget .card .partido .porcent{
    margin-right: 10px;
    font-size: 1rem;
    padding-left: 0px;
    font-weight: 800;
}
#Go_moticias_widget .card.sub_item.primero > .partido {
    display: block;
    margin-top: -33px;
    margin-left: -17px;
    margin-bottom: 0px;
    position: absolute;
}

#Go_moticias_widget .card.sub_item.primero > .partido>span,#Go_moticias_widget .card.sub_item.primero > .partido{
    background: #E9E9E9;
    line-height: 22px;
}
#Go_moticias_widget .card.primero{
    border-left: 0.5px solid #F4F4F4;
    border-right: 0px solid #F4F4F4;
    margin-left: 5px!important;
}

#Go_moticias_widget .card.intermedio{
    border-right: 0px solid #F4F4F4;
    border-left: 0px solid #F4F4F4;
}
#Go_moticias_widget .card.intermedio:before{
    content: " ";
    border-right: 0.5px solid #000;
    position: absolute;
    height: 44px;
    top: 40px;
    left: 0px;
}
#Go_moticias_widget .card.primero::before{
    border-right: 0.5px solid #F4F4F4;
    content: " ";
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0px;

}
.widget-relacionado-select{
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    float: left;
    width: 300px !important;
}
#Go_moticias_widget .card .circulo{
    border: 3px solid #FF940D;
    border-radius: 100px;
    width: 54px;
    height: 54px;
    position: relative;
}
#Go_moticias_widget .card.inactive .photo {
    filter: grayscale(90%);
        margin-top: -35px;
}
#Go_moticias_widget .card.inactive .circulo {
    filter: grayscale(90%);
}
#Go_moticias_widget .card.active .photo {
    filter: grayscale(0);
        /* margin-top: -35px; */
}
#Go_moticias_widget .card.active .circulo {
    filter: grayscale(0);

}
/*#Go_moticias_widget .card.partido_total{
    position: absolute;
    z-index: 1;
    top: 0px;
}*/
.jcarousel ul{
    padding-top: 5px;
}
#Go_moticias_widget .card.primary_item .candidato{display: block;}
#Go_moticias_widget .card.sub_item .partido{display: none;}
#Go_moticias_widget .card.sub_item .candidato{
    display: block;
    clear: both;
    font-size: 0.75rem;
}

#Go_moticias_widget .card.primary_item .name{display: block;margin-top:0px}
#Go_moticias_widget .card.primary_item .nombre_candidato{display: none;}
#Go_moticias_widget .card.sub_item .nombre_candidato{display: none;}


#Go_moticias_widget .card .grupped_name{
    padding-left:0px;
}
#Go_moticias_widget .card .grupped_name .porcent{
    float: right;
    margin-right: -60%;
}
#Go_moticias_widget .card.primary_item >.partido{
        position: absolute;
    top: 5px;
    left: 0px;
} 
#Go_moticias_widget .card .name{
    font-size: 0.625rem;
    color: #000000;
/*    text-transform: capitalize;*/
    /*width: 160px;*/
    margin-top:5px;
}
#Go_moticias_widget .card .barra{
    display: inline-block;
    background: #F5F5F5;
    width: 60%;
    height: 20px;
    float: left;
    padding-right: 15%;
    margin-top:5px;

}
#Go_moticias_widget .card .barra .color{
    display: inline-block;
    height: 20px;
    background: #000000;
    max-width: 100%;
}
#Go_moticias_widget .card .porcent{
    font-size: 0.85rem;
    font-weight: bold;
    line-height: 20px;
    display: inline-block;
    float: left;
    padding-left: 0px;
}
#Go_moticias_widget .card .votos{
    font-size: 0.625rem;
    color: #000000;
    float: left;
    clear: left;
    border-bottom: 2px solid;
    margin-top:5px;
}

#Go_moticias_widget .info > div{
    font-size: 0.625rem;
    color: #898989;
}
#Go_moticias_widget .info .fuente{
    font-size: 0.625rem;
    color: #898989;
    float: right;
    margin-top: 7px;
    margin-right: 10px;
}
#Go_moticias_widget a{
    text-decoration: none;
}
#Go_moticias_widget .card.sub_item > a {
    display: none;
}
#Go_moticias_widget .card.primary_item + .sub_item .vs{display: none!important;}
.selectbox {
    position: absolute;
    right: 0px;
    top: 20px;
}
.selectbox label{
    font-size: 0.875rem;
}
    .conbarra{
        border-bottom: 1px solid #525252;
        clear: both;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
@media (min-width: 767px) {



    /*#Go_moticias_widget .card.partido_total{display: none;}*/
    #Go_moticias_widget .card.primero .vs{display: none;}
    #Go_moticias_widget .card.primary_item .interna{
        position: absolute;
        width: 60px;
        height: 30px;
        display: block!important;
        padding-top: 25px;
        text-align: center;
        font-size: 0.75rem;
        right:0px;
        top: 30px;
        background: url(../img/ico_down_dt.png) top center no-repeat;
        z-index: 1;
        color: #000000;
    }
    #Go_moticias_widget .card.primary_item.active .interna{
        background: url(../img/ico_down_active_dt.png) top center no-repeat;
    }
    #Go_moticias_widget .card{
        /* height: 100%; */
    }
  /*  #Go_moticias_widget .card.sub_item{
        display: none;
    }*/
    #Go_moticias_widget .card.sub_item.active{
        display: flex;
/*        background: #FBFBFB;*/
        margin: 0px!important;
    }
/*    .jcarousel ul{min-height: 200px!important;}*/
    #Go_moticias_widget .card .vs{
        left: -16px;
    }
    #Go_moticias_widget .card.sub_item.active.primero{
        margin-left: 6px!important;
    }
    .jcarousel{
        /* height: 125px; */
    }



}


@media (max-width: 567px) {
    #Go_moticias_widget {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}
@media (max-width: 767px) {
    #Go_moticias_widget .card.sub_item .nombre_candidato{display: none;}
    #Go_moticias_widget .card.sub_item .candidato{
        font-size: 0.875rem;
        font-weight: normal;
        font-weight: bold;
    }
    #Go_moticias_widget .info > div{
        font-size: 0.85rem;
    }
    #Go_moticias_widget .participacion{
             margin-left: 0px;
    }
    #Go_moticias_widget .info .fuente{
        display: block;
        width:100%;
        text-align: center;
    }
    .conbarra{
        border-bottom: 1px solid #525252;
        clear: both;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    #Go_moticias_widget{           
        padding-left: 40px;
        padding-right: 40px;
    }
    .selectbox {
    width: 100%;
    display: block;
    float: none;
    margin-top: 20px;
    margin-bottom: 30px;
    position: relative;
    right: 0px;
    top: 0px;
    }
    .selectbox label {
        font-size: 0.875rem;
        width: 100%;
        display: block;
        text-align: left;
        margin-bottom: 10px;
    }
    select{
        float: none;
        margin-left: 0px;
        width: 100%!important;
        clear: both;
    }
    .info{text-align: center;}
    #Go_moticias_widget .jcarousel{
        overflow: visible;
    }
    .jcarousel-control-prev, .jcarousel-control-next{
        display: none;
    }
    .jcarousel ul {
        width: 100%;
        position: relative;
        list-style: none;
        margin: 0;
        padding: 0;
        left: 0px!important;
    }
    #Go_moticias_widget .logo{
        margin-top: -10px;
    }
    #Go_moticias_widget .card .barra{
        width: 60%;
        float: left;
    }
    #Go_moticias_widget .card{
        width: 100%!important;
        border-right: 0px;
        border-left: 0px;
        border-bottom: 0px;
        max-width: 100%;
        padding: 0.5rem!important;
    }
    #Go_moticias_widget h2{
        font-size: 1rem;
    }
    #Go_moticias_widget h3{
        font-size: 0.9rem;
    }
    #Go_moticias_widget .position{
        display: block;
    }
    #Go_moticias_widget .button.reverse{
        font-size: 0.875rem;
    }
    #Go_moticias_widget #lista{overflow: hidden;}
    #Go_moticias_widget .cerrada #lista{
        max-height: 345px;
        overflow: hidden;
    }
    #Go_moticias_widget  .bi-chevron-down{display: none;}
    #Go_moticias_widget .cerrada .bi-chevron-down{display: inline-block;}
    #Go_moticias_widget .cerrada .bi-chevron-up{display: none;}
    #Go_moticias_widget .bi-chevron-up{display: inline-block;}
    #Go_moticias_widget .cerrada .mas{display: inline-block;}
    #Go_moticias_widget .menos{display: inline-block;}
    #Go_moticias_widget .cerrada .menos{display: none;}
    #Go_moticias_widget .mas{display:none;}
    #Go_moticias_widget .expandir{
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 10px;
        border: 1px solid #F4F4F4;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        -webkit-appearance: none;
        -moz-appearance: none;
        box-shadow: 0px 2px 2px rgb(0 0 0 / 10%);
        max-width: 13rem;
        margin-left: auto;
        margin-right: auto;
        padding: 10px 10px;
        text-decoration: none;
        font-weight: normal;
        border-radius: 5px;
        max-width: 100%;
        background: #000;
        margin-bottom: 15px;
    }
    #Go_moticias_widget .expandir svg{
        margin-top: 2px;
        margin-left: 5px;
        position: absolute;
    }
    #Go_moticias_widget .expandir a{
        color: #fff;
        font-size: 0.875rem;
        font-weight: bold;
        width: 100%;
    display: block;
    text-align: center;
    }
    #Go_moticias_widget .partido{
        padding: 0px;
        padding-left: 0px;
        padding-bottom: 0px;
    }
    #Go_moticias_widget .photo{
        margin-top: 0px;
        max-width: 68px;
        height: 68px;
        width: 68px;
        display: block;
        margin: 0 auto;
        POSITION: RELATIVE;
        margin-top: 1px;
        margin-bottom: 0px;
        top: 0px;
    }
    #Go_moticias_widget .card .circulo {
        border: 3px solid #FF940D;
        border-radius: 100px;
        width: 70px;
        height: 70px;
        margin: 0 auto;
    }
    #Go_moticias_widget .card.active .photo{
        margin-top: 1px;
    }    
    #Go_moticias_widget .card.inactive .photo{
        margin-top: 1px;
    }
    #Go_moticias_widget #GOcarousel .overlay{display: none;}
    #Go_moticias_widget .card .porcent{
        font-size: 1rem;
        font-weight: bold;
        float: left;
    }
    #Go_moticias_widget .card .partido .porcent{
        margin-left: 20px;
        margin-top: 0px;
    }
    #Go_moticias_widget .button{
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }

    #Go_moticias_widget .card.primero{
        border-top: 1px solid #e5e5e5!important;
        margin-top: 10px!important;
    }
    #Go_moticias_widget .card.primary_item .interna {
        position: absolute;
        width: 60px;
        height: 30px;
        display: block!important;
        padding-top: 25px;
        text-align: center;
        font-size: 0.75rem;
        right: 0px;
        top: 20px;
        background: url(../img/ico_down.png) top center no-repeat;
        z-index: 1;
        color: #000000;
    }
    #Go_moticias_widget .card.intermedio:before{
        display: block;
        border-top: 1px solid #00000021;
        border-right: 0px;
        width: 90%;
        margin: 0 auto;
        top: -10px;
        position: relative;
            height: 1px;
    }
    #Go_moticias_widget .card.active{
        border-top: 1px;
        padding: 0.5rem!important;
    }
    #Go_moticias_widget .card.active > div{
        display: block!important;
    }
    #Go_moticias_widget .card.active > div.partido{
        text-align: center;
        margin-top: -5px!important;
        line-height: 30px;
    }
    #Go_moticias_widget .card .fname{position: relative;}
    #Go_moticias_widget .card.active + .sub_item.active .interna{
        background: url(../img/ico_down_active.png) top center no-repeat;
    }
    #Go_moticias_widget .card.active .vs{
        display: block!important;
        width: 23px;
        height: 23px;
        border-radius: 50px;
        text-align: center;
        color: #fff;
        font-size: 0.625rem;
        line-height: 22px;
        padding: 0px;
        margin-left: 7%;
        position: absolute;
        top: -6px;
        left: 0px;
    }
    #Go_moticias_widget .card.sub_item.primero > .partido{
        margin-top: 5px;
        margin-left: 0px;
        position: relative;
            margin-bottom: 10px;
    }
    #Go_moticias_widget .card.primero{
        margin-left: 0px!important;
    }
    body{overflow: auto;}
    #Go_moticias_widget .card .porcent{float: none}
    #Go_moticias_widget .card.primary_item .candidato{
        display: block;
        font-size: 0.875rem;
        font-weight: bold;
    }
    #Go_moticias_widget .card.primero{
    padding: 10px !important;
    padding-top: 10px !important;
    padding-bottom: 5px !important;
    margin-bottom: 20px !important;
    margin-right: 10px !important;
    }
    #Go_moticias_widget .card.primary_item .name{display: block;}
    #Go_moticias_widget .card.primary_item .nombre_candidato {display: none}
    #Go_moticias_widget .card.primary_item >.partido{
        position: relative;
        margin-bottom: 15px;
    }
    #Go_moticias_widget .card .name{
        font-size: 0.75rem;
        color: #000000;
    }

}


