.equipo {
	padding: 10px;
}

.equipo .row {
  padding: 10px;
  transition: all 0.3s ease;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
}

.equipo:hover .row {
	background: #ef403a;
}


.equipo img {
  height: 45px;
  float: left;
  margin: 0 10px;
}

.equipo .nombre, .equipo .ciudad {
  color: black;
}

.equipo .nombre {
  font-weight: bold;
  text-transform: uppercase;
}

.equipo .ciudad {
	font-size: 12px;
}

.section-title img {
    width: 30px;
    margin-right: 10px;
}

.section-title {
    color: white;
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 1px;
    background: #000;
    padding: 10px;
    border-radius: 100px;
}

.isotope-container {
  height: 0;
  overflow: hidden;
}
