/** Carousel **/
body{margin: 0px!important;}
.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.jcarousel ul {
    width: 200%;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.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: 24px;
    height: 24px;
    text-align: center;
    background: #ffffff;
    color: rgb(74 71 81 / 50%);
    text-decoration: none;
    border: 1px solid rgb(74 71 81 / 50%);
    font-size: 1rem;
    border-radius: 30px;
    line-height: 23px;
}
.jcarousel-control-prev svg,
.jcarousel-control-next svg{
    margin-top: 4px;
    width: 12px;
}
.jcarousel-control-prev {
    left: -35px;
}
.jcarousel-control-next {
    right: 0px;
}
.ballotage{
    font-weight: bold;
    font-size:1rem ;
    background: #4A4751;
    color: #fff;
    padding-right: 5px;
    padding-left: 5px;
    float: left;
    margin-bottom: 10px;
}
.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 #ECECEC;
    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: 'Rubik', sans-serif;
    color: #4A4751;
    max-width: 1544px;
    margin: 0 auto;
    display: block;
    padding-bottom: 20px;
}
#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{
    float: right;
}
#Go_moticias_widget h2{
    font-size: 1.188rem;
    color: #4A4751;
    font-weight: bold;
    clear: left;
    text-align: left;
}
#Go_moticias_widget h3{
    font-size: 1.188rem;
    color: #4A4751;
    font-weight: normal;
    text-align: left;
}
#Go_moticias_widget .position{
    display: inline-block;
}
#Go_moticias_widget .button{
    background: #4A4751;
    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: #4A4751;
    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: #4A4751;
    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: 70px;
    height: 70px;
    /*filter: grayscale(1);*/
    margin: 0 auto ;
    background: url("../img/nn.png") center center no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 15px;
}
#Go_moticias_widget .card{
    border: 1px solid #ECECEC;
    /*max-width: 18rem;*/
    border-radius: 3px;
    padding: 1rem!important;
    position: relative;
    padding-right: 0.5rem!important;
    padding-left: 0.5rem!important;
}

#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: 45px;
    padding: 0px;
}
#Go_moticias_widget .card.primary_item .vs{display: none;}
#Go_moticias_widget .card.primary_item:nth-child(2) .vs{
    display: block;
    background: #979797!important;
    margin-left: -5px;
}
#Go_moticias_widget .card .name{
    font-size: 0.75rem;
    font-weight: bold;
    color: #4A4751;
    text-transform: capitalize;
    /*height: 35px;*/
    margin-right: -10px;
}
#Go_moticias_widget .card .partido{
    font-size: 0.75rem;
    color: #4A4751;
    text-transform: capitalize;
}
#Go_moticias_widget .card .barra{
    display: inline-block;
    background: #ECECEC;
    width: 50%;
    height: 20px;
    float: left;
}
#Go_moticias_widget .card .barra div{
    display: inline-block;
    height: 20px;
    background: #4A4751;
    max-width: 100%;
}
#Go_moticias_widget .card .porcent{
    font-size: 1rem;
    font-weight: bold;
    line-height: 20px;
    display: inline-block;
    float: left;
    padding-left: 5px;
}
#Go_moticias_widget .card .votos{
    font-size: 0.625rem;
    color: #4A4751;
    display: block;
    float: left;
    clear: left;
}

#Go_moticias_widget .info > div{
    font-size: 0.625rem;
    color: #4A4751;
}
#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;}
@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: 40px;
        background: url(../img/ico_down_dt.png) top center no-repeat;
        z-index: 1;
        color: #4A4751;
    }
    #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: -5px!important;
    }
    .jcarousel{
        height: 125px;
    }


}
@media (max-width: 767px) {

  /*  #Go_moticias_widget {
        max-height: 100%;
    }*/
    #Go_moticias_widget .card.primary_item:nth-child(2) .vs{
        top: -15px;
        left: 50%;
        margin-left: -25px;
    }

    #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: 25vw;
        float: left;
    }
    #Go_moticias_widget .card{
        width: 100%!important;
        border-right: 0px;
        border-left: 0px;
        border-bottom: 0px;
        max-width: 100%;
    }
    #Go_moticias_widget h2{
        font-size: 0.9rem;
    }
    #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 #ECECEC;
        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: 12.5rem;
    }
    #Go_moticias_widget .expandir svg{
        margin-top: 2px;
        margin-left: 5px;
        position: absolute;
    }
    #Go_moticias_widget .expandir a{
        color: #4A4751;
        font-size: 0.875rem;
        font-weight: bold;
    }
    #Go_moticias_widget .partido{
        padding: 0px;
        padding-left: 10px;
        padding-bottom: 10px;
    }
    #Go_moticias_widget .photo{
        margin-top: 0px;
        max-width: 70px;
        height: 70px;
    }
    #Go_moticias_widget #GOcarousel .overlay{display: none;}
    #Go_moticias_widget .card .porcent{
        font-size: 1.25rem;
        font-weight: bold;
        float: left;
    }
    #Go_moticias_widget .button{
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }
/*    #Go_moticias_widget .card:before{
        display: none;
    }*/


    #Go_moticias_widget .card.primary_item.active .interna {
        background: url(../img/ico_down_active.png) top center no-repeat;
    }
    #Go_moticias_widget .card.sub_item{
        padding: 0px!important;
        border: 0px!important;
    }
    #Go_moticias_widget .card.sub_item > div,#Go_moticias_widget .card.sub_item > .vs,#Go_moticias_widget .card.primary_item ~ .sub_item > a {
        display: none!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: 30px;
        background: url(../img/ico_down.png) top center no-repeat;
        z-index: 1;
        color: #4A4751;
    }
    #Go_moticias_widget .card.active{
        border-top: 1px;
        padding: 1rem!important;
    }
    #Go_moticias_widget .card.active > div{
        display: block!important;
    }
    #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: 12.5%;
        position: absolute;
        top: -14px;
        left: 0px;
    }

    #Go_moticias_widget .card.sub_item .partido{display: none!important;}
}

