
#bracket {
  overflow: hidden;
  font-size: .85rem;
}

.container {
  margin: 0 auto;
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.split {
  display: block;
  float: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 42%;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}

.champion {
  float: left;
  display: block;
  width: 16%;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-self: center;
  align-self: center;
  margin-top: -15px;
  text-align: center;
  padding: 230px 0\9;
}

.champion i {
  color: #3e6259;
  font-size: 4rem;
  padding: 1rem 0;
}

.round {
  display: block;
  float: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 95%;
  width: 30.8333%\9;
}

/* medidas */
.round-bracket {
  height: 48rem;
}

.round-one .matchup {
  height: 6rem;
  margin: 0;
  padding: 0;
  border: 0;
}

.round-two .matchup {
  margin: 0;
  height: 12rem;
  padding: 0;
}

.round-three .matchup {
  margin: 0;
  height: 24rem;
  padding: 0;
}

.round-one .matchup,
.round-two .matchup,
.round-three .matchup {
  display: flex;
  flex-direction: column;
  justify-content: center;
}



.split-two {}

.split-one .round {
  margin: 0 2.5% 0 0;
}

.split-two .round {
  margin: 0 0 0 2.5%;
}

.matchup {
  margin: 0;
  width: 100%;
  padding: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.score {
  text-transform: uppercase;
  float: right;
  font-weight: bold;
  position: absolute;
  right: .5rem;
}

.team {
  padding: 0 .5rem;
  margin: 0 0 .3rem 0;
  height: 2rem;
  line-height: 2;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  border: 1px solid #e4e5e3;
}


.round-details {
  font-size: .85rem;
  font-weight: 700;
  color: #2C7399;
  text-transform: uppercase;
  text-align: center;
  height: 4rem;
}

.champion li,
.round li {
  background-color: #fff;
  box-shadow: none;
  opacity: 0.45;
  opacity: 1;
}

.current li {
  opacity: 1;
}

.current li.team {
  background-color: #fff;
  opacity: 1;
}

.vote-options {
  display: block;
  height: 52px;
}

.share .container {
  margin: 0 auto;
  text-align: center;
}


.final {
  margin: 4.5em 0;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.share-icon {
  color: #fff;
  opacity: 0.35;
}

.share-icon:hover {
  opacity: 1;
  -webkit-animation: pulse 0.5s;
  animation: pulse 0.5s;
}
.round-name {
  display: block;
  text-align: center;
}
.date {
  font-size: .85rem;
  color: #3F915F;
  display: inline-block;
  margin: .1rem 0 !important;
}

@media screen and (min-width: 981px) and (max-width: 1099px) {
  .container {
    margin: 0 1%;
  }

  .champion {
    width: 14%;
  }

  .split {
    width: 43%;
  }

  .split-one .vote-box {
    margin-left: 138px;
  }


}

@media screen and (max-width: 980px) {
  .container {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }

  .split, .champion {
    width: 90%;
    margin: 35px 5%;
  }

  .champion {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }

  .split {
    border-bottom: 1px solid #b6b6b6;
    padding-bottom: 20px;
  }


}

@media screen and (max-width: 400px) {
  .split {
    width: 95%;
    margin: 25px 2.5%;
  }

  .round {
    width: 21%;
  }

  .current {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
  }


  .round-details {
    font-size: 90%;
  }


}
