.header-section .header-wrapper .select-bar .current {
    text-transform: initial;
}
.header-section .header-wrapper .select-bar .current:before {
    content: "";
}

.bal-list li {
    margin-bottom: 20px;
    padding-right: 10px;
}
.custom-button:hover small {
    color:#ee4730;
}
.custom-sponsor img {
    max-height: 100px;
    margin: 15px;
}
.custom-list li {
    list-style-type: square;        
}
@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.producto-menu.active  {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:ease-in-out;
    -webkit-animation-direction: alternate;
}
.nosotros-items {
    direction: initial !important;
    width:500px;
    margin:30px 0 0 0;
    padding:0 50px;    
}
.nosotros-thumb {
    margin-bottom: 0px !important;
}