.logo-wrapper .navbar-brand>img{ width: 400px; }.site-header{ background-color: #000000 }#main-menu .nav>li>a{ color: #ffffff }#main-menu .nav>li>a:hover{ color: #eeeeee }#main-menu .nav>li:hover>ul{ background-color: #000000 }#main-menu .nav>li>ul li a{ color: #ffffff }#main-menu .nav>li>ul li a:hover{ color: #eeeeee }#main-menu .nav>li>ul li:hover{ background-color: #000000 }.secondary-menu-wrap{ background-color: rgba(0,0,0,.6); }#menu-secondary-menu.navbar-nav>li>a{ color: #ffffff }#menu-secondary-menu.navbar-nav>li>a:hover{ color: #fad32b }.secondary-menu-wrap{ padding-top: 0px; }.secondary-menu-wrap{ padding-bottom: 0px; }.sub-title-inner h2, .matech-team .title h4, .match-banner .score, .match-detail-league-title{ color: #ffffff }.sub-title{ padding-top: 150px !important; }.sub-title{ padding-bottom: 90px !important; }.sub-title{ margin-bottom: 80px; }.footer-wrap-inner{ background-color: rgba(0,0,0,.6); }.footer-wrap-inner,.copyright,.footer-wrap  .widget h3.widget_title{ color: #ffffff }.footer-wrap .footer-wrap-inner a, .copyright a, .footer-wrap .footer-wrap-inner .widget ul li a, .footer-wrap .footer-wrap-inner .widget.widget_rss ul li a { color:  }.footer-wrap .footer-wrap-inner a:hover, .copyright a:hover, .footer-wrap .footer-wrap-inner .widget ul li a:hover, .footer-wrap .footer-wrap-inner .widget.widget_rss ul li a:hover { color: !important }.site-header{ padding-top: 0px; }.site-header{ min-height: 100px; }.site-header{ padding-bottom: 0px; }.themeum-overlay-wrap.yes:after {
    display: none;
}
.nacional {
    background-color: #c00812 !important;
}

@media screen and (max-width: 600px) {
  .ac1 {
    visibility: hidden;
    clear: both;
    float: left;
    display: none;
  }
  
  .site-header {
      padding-bottom: 100px;
  }
  
  .redes {
width: 180px; 
height: 30px; 
float: left !important; 
margin-top: 0px !important;
}

.logo-wrapper .navbar-brand>img {
    width: 400px;
    margin-top: 40px;
}

}

.logo-wrapper .navbar-brand>img {
    width: 400px;
}

.footer-wrap-inner {
    padding-top: 30px !important;
 }

.redes {
width: 180px; 
height: 30px; 
float: right; 
margin-top: 30px;
}

.navbar-toggle {
    display: none;
}

.navbar-header {
    display: none;
}

.woo-menu-item-add {
    display: none;
}

.site-header{
background-image: url("http://www.sporthiva.com/wp-content/uploads/2013/11/adback.jpg");
}

.red {
    margin-left: 5px;
}

.titulo:after {
  
  animation: shine 9s ease-in-out  infinite;
  animation-fill-mode: forwards;  
  content: "";
  position: relative;
  top: -110%;
  left: -210%;
  width: 200%;
  height: 200%;
  opacity: 0;
  transform: rotate(0deg);
  
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(
    to right, 
    rgba(255, 255, 255, 0.13) 0%,
    rgba(255, 255, 255, 0.13) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0.0) 100%
  );
}

.titulo:active:after {
  opacity: 0;
}

@keyframes shine{
    
  10% {
    opacity: 1;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
  }
  100% {
    opacity: 0;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
  }
}