
#equipo{
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 0;
	padding-bottom: 0px;
}




p {
  font-size: 18px;
}
.transition {
  transition: .5s cubic-bezier(.3, 0, 0, 1.3);
	
}












.eight {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
		background-color: #FFFFFF;
}

@media (min-width: 1680px) {
  .eight {
    max-width: 1750px;
    margin-left: auto;
    margin-right: auto;
  }

  .eight > .transition_uno {
    display: none;
  }
}

.eight > li {
  background: #FFFFFF;
  border: 0px solid rgba(150,150,150,0.29);
  -webkit-box-shadow: -1px 5px 12px 0px rgba(0,0,0,0.10);
-moz-box-shadow: -1px 5px 12px 0px rgba(0,0,0,0.10);
box-shadow: -1px 5px 12px 0px rgba(0,0,0,0.10);
  width: 320px;
  height: 450px;
  display: inline-block;
  margin: 15px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
}


.eight .wrapper {
  position: relative;
  height: 100%;
}
.eight span {
  background: #00a9bd;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 0;
  height: 420px;
  width: 100%;
  padding: 30px 0 0;
  box-sizing: border-box;
}
.eight > li:hover span {
  height: 420px;
}

.eight > li:hover p {
  color: #fff;
}

#nombre_equipo {
  margin: 0;
	padding: 15px 20px 0;
  opacity: 0.9;
  font-weight: normal;
  font-style: normal;
  display: block;
  font-family: montserratbold;
	color: #fff;
  flex: 0 0 auto;
}


#puesto{
  padding-top: 5px;
  opacity: 0.9;
  font-size: 0.9em;
  font-weight: normal;
  font-style: normal;
  display: block;
  font-family: montserratli;
	color: #fff;
}


.eight .arrow {
  position: absolute;
  bottom: 12px;
  height: 50px;
  width: 99%;
  border: 0px solid red;
}

 
.eight > li:hover .arrow {
  bottom: -60px;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -webkit-animation: arrow 0.8s infinite;
  -moz-animation: arrow 0.8s infinite;
  animation: arrow 0.8s infinite;
}
.eight h4 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 13px;
  width: 100%;
  position: absolute;
  bottom: -40px;
}
.eight > li:hover h4 {
  bottom: 0;
}
.image-container {
  position: relative;
  top: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
  min-height: 180px;
  -webkit-perspective: 1200;
  -moz-perspective: 1200;
  perspective: 1200;
  border: 0px solid red;
}

.image-container:hover .creation {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}


.creation {
  width: 180px;
  height: 180px;
  flex: 0 0 180px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
	border: solid red 0px;
}
.front, .back {
  position: absolute;
  top: 0;
  left:0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 100px;
}
.back {
  z-index: 800;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  background: rgba(255,255,255,0.1);
}
.creation p span {
  vertical-align: middle;
  display: inline-block;
  line-height: 1.4;
}
.cont {
  border-radius: 50%;
  
  width: 180px;
  height: 180px;
  display: inline-block;
}
.eight > li:hover .creation {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}
.eight .icon-circle {
  margin-top: 20px;
  width: 180px;
  height: 180px;
  border: solid red 0px;
}
