/*Banner*/
.ban-imagen {
  margin: 0 7px;
  background-size: cover;
  background-position: 50% 50%;
}
.banner {
  background-color: rgba(17, 17, 17, 0.8);
  height: 100px;
  border-bottom: 5px solid #111111;
}
.banner .dep-nombre {
  padding-left: 80px;
  height: 95px;
  line-height: 95px;
  color: #74ACDF;
  text-shadow: -4px 4px 2px #111111;
  font-family: squares, Arial;
  font-size: 50px;
}
.banner .dep-info {
  padding: 10px 30px;
}
.banner .dep-info .logo {
  height: 80px;
  width: 80px;
  text-align: center;
}
.banner .dep-info .federacion {
  height: 50px;
  line-height: 25px;
  color: #FFFFFF;
  font-family: squares, Arial;
  font-size: 24px;
}
.banner .dep-info .web {
  height: 30px;
  line-height: 30px;
  color: #74ACDF;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .banner .dep-info .federacion {
    height: 60px;
    line-height: 20px;
    font-size: 20px;
  }
  .banner .dep-info .web {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
  }
}
.banner .dep-info .web a{
  color: #74ACDF;
}
.banner .dep-info .web a:hover, .banner .dep-info .web a:focus{
  color: #FFFFFF;
}


/* Twitter */
.twitter {
  border-left: 10px solid #333333;
  height: 430px;
}
.twitter .contenido {
  overflow: hidden;
}
.twitter .contenido .cortar {
  margin-top: -100px;
  margin-bottom: -52px;
}
.twitter .cont_titulo {
  height: 30px;
  background-color: #e5e5e5;
  text-align: right;
  position: relative;
}
.twitter .cont_titulo .relac_titulo {
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 45px;
  font-size: 15px;
}
.twitter .cont_titulo .relac_img {
  position: absolute;
  right: 5px;
  top: 3px;
}

.contenido-depo {
  margin: 5px 7px;
}
/* Categorias */
.categorias {
  margin: -3px;
}
.categorias .button {
  background-color: #FFFFFF;
  color: #333333;
  font-size: 14px;
  opacity: 0.6;
  padding: 5px 20px;
  margin: 3px;
  display: inline-block;
  border: none;
  cursor: pointer;
}
.categorias .button.is-checked,
.categorias .button:hover,
.categorias .button:active {
  opacity: 1;
}

/* Torneo */
#contenido-deporte {
  margin-top: 15px;
}
#contenido-deporte .item {
  width: 100%;
  margin-bottom: 10px;
}

.cont-torneo .tor-nombre {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  font-size: 16px;
  background-color: #333333;
  font-family: squares, Arial;
  padding: 0 10px;
}
.cont-torneo .tor-fecha {
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  background-color: #FFFFFF;
  color: #111111;
  font-family: squares, Arial;
  padding: 0 10px;
}
.cont-torneo .tor-partidos {
  height: 100px;
  background-color: #FFFFFF;
  position: relative;
}
.cont-torneo .tor-partidos a {
  color: #111111;
}
.cont-torneo .tor-partidos a:hover .izq,
.cont-torneo .tor-partidos a:hover .der {
  color: #FFFFFF;
  background-color: #333333;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cont-torneo .tor-partidos .izq,
.cont-torneo .tor-partidos .der {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10px;
  background-color: #CCCCCC;
  line-height: 100px;
  font-size: 10px;
}

.cont-torneo .tor-partidos .izq {
  left: 0;
}

.cont-torneo .tor-partidos .der {
  right: 0;
}

.cont-torneo .tor-partidos .cont-par {
  position: absolute;
  top: 0;
  right: 20px;
  left: 20px;
  bottom: 0;
}

/* Proximos torneos*/
.prox-tor {
  margin-top: 10px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  background-color: #333333;
  color: #FFFFFF;
  font-family: squares, Arial;
  padding: 0 10px;
  text-align: center;
}

#contenido-deporte .item.prox {
  margin-bottom: 5px;
}

.cont-torneo-prox .tor-nombre {
  background-color: #e5e5e5;
}

.cont-torneo-prox .tor-nombre a {
  color: #111111;
}

.cont-torneo-prox .tor-nombre a:hover {
  color: #74ACDF;
}

/*Noticias*/
.noticias {
  margin: 5px -8px;
  max-height: 200px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .noticias {
    max-height: 410px;
  }
}
.noticias .item {
  margin: 0;
  padding: 0;
}
a .nota {
  margin-bottom: 10px;
  height: 200px;
  background-size: cover;
  background-position: 50% 50%;
  border-bottom: 5px solid #111111;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: flex;
}
a:hover .nota {
  opacity: 1;
  filter: alpha(opacity=100);
}
a .nota .nota-titulo {
  display: inline-block;
  align-self: flex-end;
  width: 100%;
  padding: 3px 7px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
  text-shadow: 2px 2px 2px #000000;
  font-size: 25px;
  font-weight: bold;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover .nota .nota-titulo {
  color: #74ACDF;
}
a .nota .nota-categoria {
  background-color: rgba(0, 0, 0, 0.9);
  text-align: right;
  color: #cccccc;
  margin: -3px -7px;
  padding: 2px 5px;
  text-shadow: none;
  font-weight:normal;
  font-size: 12px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover .nota .nota-categoria {
  color: #FFFFFF;
}
