@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fade-in-out {
  0%,
  100% {
    opacity: 0;
  }
  72% {
    opacity: 1;
  }
}
@keyframes fade-in-out {
  0%,
  100% {
    opacity: 0;
  }
  72% {
    opacity: 1;
  }
}
.glyphicon-refresh-animate {
  -animation: spin .7s infinite linear;
  -webkit-animation: spin2 .7s infinite linear;
}
@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
  to {
    -webkit-transform: scale(1) rotate(360deg);
            transform: scale(1) rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
  to {
    -webkit-transform: scale(1) rotate(360deg);
            transform: scale(1) rotate(360deg);
  }
}
.appearance-none {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.container {
  max-width: 860px;
  padding: 0;
  margin: 0 auto;
}
.row {
  margin: 0!important;
}
html {
  height: 100%;
  line-height: 1.6;
  color: #000000;
}
body {
  font-family: "Freight Text", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.85em;
  height: 100%;
  color: #000000;
}
body.menuopen {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0;
}
p {
  margin: 0;
}
a {
  color: #f77c27;
  font-weight: 600;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
  color: #000000;
  text-decoration: none;
}
a:active {
  color: #000000;
  text-decoration: none;
}
.inner {
  position: relative;
}
.footer {
  font-family: 'Flama', sans-serif;
  background-color: #d2d3cd;
  margin-top: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 14px;
}
.footer .item {
  max-width: 520px;
  margin: 0 auto;
  padding: 10px 0;
  border-bottom: 1px solid #ededed;
}
.footer .item span,
.footer .item a {
  color: #000000;
}
.footer .item b {
  font-weight: 400;
  text-transform: uppercase;
  width: 180px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .footer .item b {
    width: 100%;
  }
}
/********************
/* Slick
********************/
.text-body .slick-next {
  right: 10px;
  z-index: 100;
  -webkit-transform: translateY(-45px);
          transform: translateY(-45px);
}
.text-body .slick-prev {
  left: 10px;
  z-index: 100;
  -webkit-transform: translateY(-45px);
          transform: translateY(-45px);
}
.text-body .slick-dots li {
  width: 16px;
}
.menu {
  background: #333;
  width: 100%;
  height: 100%;
  padding: 30px;
  font-family: 'Flama', sans-serif;
  font-weight: 500;
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 100;
  opacity: 0;
  -webkit-transition: top 0.5s, opacity 0.5s;
  transition: top 0.5s, opacity 0.5s;
}
.menu:before {
  content: '';
  background: #333333 url('../img/bola_michael-dalder_reuters.jpg');
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.05;
  z-index: -1;
}
.menu h2 {
  max-width: 320px;
  margin: 50px auto 35px auto;
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  z-index: 1;
}
.menu ul {
  list-style-type: none;
  display: block;
  max-width: 320px;
  margin: 0px auto 50px auto;
  z-index: 1;
}
.menu ul li {
  padding: 2px 0;
}
.menu ul li.back a {
  color: #ffffff;
  margin-top: 15px;
}
body.menuopen .menu {
  top: 0;
  overflow-y: auto;
  opacity: 1;
}
body.menuopen .logo-bar {
  padding-right: 47px;
}
.top-header {
  background-image: url('../img/trofeu_kai_pfaffenbach-reuters.jpg');
  background-size: cover;
  background-position: center center;
  margin-bottom: 0px;
  position: relative;
  width: 100%;
  height: 400px;
}
.top-header:before {
  background-color: rgba(0, 0, 0, 0.45);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.top-header .container {
  height: 100%;
}
.top-header .credit {
  font-family: "Flama", sans-serif;
  font-size: 0.5em;
  text-transform: uppercase;
  opacity: 0.5;
  letter-spacing: 0.05em;
  position: absolute;
  height: 20px;
  width: 180px;
  top: 30px;
  right: -175px;
  color: #ffffff;
  z-index: 5;
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -ms-transform-origin: 0% 0%;
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  -webkit-transform-origin: 0% 0%;
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
  transform-origin: 0% 0%;
}
.top-header .inner {
  position: relative;
}
.top-header .inner:before,
.top-header .inner:after {
  content: " ";
  display: table;
}
.top-header .inner:after {
  clear: both;
}
.top-header .inner * {
  height: auto;
}
.top-header .logo-bar {
  color: #ffffff;
  padding: 20px 40px;
  position: absolute;
  height: auto;
  width: 100%;
  z-index: 20000;
}
.top-header .logo-bar * {
  height: auto;
}
.top-header .logo-bar a {
  color: #ffffff;
  display: inline-block;
  font-size: 21px;
}
.top-header .logo-bar a .oesp-estadao {
  font-size: 26px;
}
.top-header .logo-bar .social-links {
  float: right;
  margin-top: 5px;
}
.top-header .logo-bar .social-links a {
  margin-left: 15px;
}
.top-header .site-name {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  text-align: center;
  z-index: 2;
}
.top-header .site-name h1 {
  font-family: "Flama", serif;
  color: #ffffff;
  font-weight: 400;
  margin: 0;
}
.top-header .site-name h1 a {
  color: #f77c27;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 60px;
}
.top-header .site-name h1 strong {
  font-family: "Flama", sans-serif;
  color: #ffffff;
  display: block;
  font-size: 60px;
  font-weight: 800;
}
.top-header .site-name .sub-title {
  color: #ffffff;
  font-size: 21px;
  margin: 30px auto 0 auto;
  max-width: 420px;
}
.abertura .top-header {
  height: 100%;
}
.dominio-espanhol .top-header {
  background-image: url('../img/barcelona_gustau_nacarino_reuters.jpg');
}
.grupos .top-header {
  background-image: url('../img/trofeu_kai_pfaffenbach-reuters.jpg');
}
.principais-craques .top-header {
  background-image: url('../img/bola_michael-dalder_reuters.jpg');
}
.estadios .top-header {
  background-image: url('../img/Kiev_Reuters.jpg');
}
.historico .top-header {
  background-image: url('../img/Neymar_history.jpg');
}
.tabela .top-header {
  background-image: url('../img/Kiev_Reuters.jpg');
}
@media screen and (max-width: 979px) {
  .top-header .site-name {
    /*margin: @header-margin-small;*/
  }
  .top-header .site-name h1 {
    font-size: 38px;
    line-height: 38px;
  }
  .top-header .site-name h1 a {
    color: #f77c27;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 19px;
    line-height: 38px;
  }
  .top-header .site-name h1 a strong {
    color: #ffffff;
    display: block;
    font-size: 38px;
  }
  .top-header .inner {
    padding: 0 5px;
  }
  .top-header .logo-bar {
    color: #ffffff;
    padding: 20px 30px 10px 20px;
  }
}
.page-body {
  padding-top: 25px;
}
.top-banner {
  position: relative;
  height: auto;
  width: menu;
  margin: 0 auto;
  text-align: center;
}
.text-column {
  margin: 0 auto;
  max-width: 760px;
}
h2 {
  font-family: 'Flama', sans-serif;
  font-size: 28px;
  line-height: 1.45;
  text-align: left;
  margin: 70px auto 45px auto;
}
.intro {
  font-height: 600;
  margin: 0;
  font-size: 23px;
  letter-spacing: 0.05rem;
}
.group:nth-child(1) {
  margin-top: 120px;
}
.group-links {
  font-family: 'Flama', sans-serif;
  font-size: 15px;
  overflow: hidden;
  width: 100%;
  padding: 10px 0;
  background-color: #ededed;
  position: absolute;
  z-index: 9;
}
.group-links .group-container {
  width: 100%;
  max-width: 520px;
  margin: 10px auto 10px auto;
  overflow: hidden;
}
.group-links .group-container .group-label {
  width: 145px;
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  font-size: 13px;
  float: left;
}
.group-links .group-container ul {
  width: calc(100% - 145px);
  display: block;
  list-style: none;
  list-style-type: none;
  float: left;
  overflow: hidden;
}
.group-links .group-container ul li {
  width: 12.5%;
  display: block;
  text-align: center;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.group-links .group-container ul li a {
  display: block;
  height: 100%;
}
.group-links.sticky {
  position: fixed;
  margin-top: 0;
  top: 0;
}
.next-link {
  border-top: 1px solid #f77c27;
  /*border-bottom: 1px solid @orange;*/
  max-width: 520px;
  margin: 15px auto;
}
.next-link a {
  padding: 35px 0;
  text-align: center;
  font-size: 27px;
  display: block;
}
.next-link a b {
  font-family: 'Flama', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
  color: #000000;
  display: block;
  margin: 0 0 5px 0;
}
.text-body {
  margin: 25px 0;
  padding: 0 10px;
  position: relative;
}
.text-body h1,
.text-body h2,
.text-body h3 {
  font-weight: 400;
  max-width: 520px;
  margin: 70px auto 30px auto;
}
.text-body p {
  margin: 35px auto;
  line-height: 1.85em;
  max-width: 520px;
}
.text-body p.sans {
  font-family: 'Flama', sans-serif;
}
.text-body figure {
  max-width: 760px;
  margin: 60px auto 35px auto;
}
.text-body figure img {
  width: 100%;
}
.text-body figure figcaption {
  font-family: 'Flama', sans-serif;
  font-size: 0.7em;
  line-height: 1.45em;
  margin-top: 0.5em;
  letter-spacing: 0.05em;
  text-align: center;
}
.text-body figure .photo-wall {
  list-style: none;
  list-style-type: none;
  width: 100%;
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
}
.text-body figure .photo-wall li {
  display: block;
  position: relative;
  width: 25%;
  float: left;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  border-left: 1px solid rgba(255, 255, 255, 0.6);
}
.text-body figure .photo-wall li span {
  display: block;
  font-size: 0.42em;
  text-transform: uppercase;
  line-height: 1.1em;
  font-family: 'Flama', sans-serif;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  z-index: 100;
  letter-spacing: 0.08em;
  padding: 2px;
  background: rgba(0, 0, 0, 0.4);
  color: #ffffff;
}
.text-body .slider {
  max-width: 760px;
  margin: 60px auto 60px auto;
}
.text-body .slider figure {
  margin: 0 auto;
}
.text-body .slider figure figcaption {
  padding-bottom: 25px;
}
.text-body .team {
  max-width: 760px;
  width: 100%;
  margin: 35px 0 0 0;
  overflow: hidden;
  /*
        figure:nth-child(2n){
            margin: 0 0 15px 35px;
        }*/
}
.text-body .team .desc {
  width: calc(100% - 275px);
  margin: 0;
  overflow: hidden;
  float: left;
}
.text-body .team .desc h3 {
  font-family: 'Flama', sans-serif;
  margin: 0;
  display: block;
  float: left;
}
.text-body .team .desc p {
  display: block;
  float: left;
  margin: 35px 0 0 0;
}
.text-body .team figure {
  width: 240px;
  margin: 0 35px 15px 0;
  float: left;
}
.text-body .team figure figcaption {
  text-align: left;
}
.text-body .team:before {
  content: '';
  border-bottom: 1px dotted #d2d3cd;
  padding: 0 40px;
  margin: 0 auto 50px auto;
  display: block;
}
.text-body ul.team-shields {
  text-align: center;
  margin: 15px auto 60px auto;
  list-style: none;
  font-family: 'Flama', sans-serif;
  font-size: 0;
}
.text-body ul.team-shields li {
  font-size: 10px;
  height: 60px;
  width: 70px;
  vertical-align: middle;
  padding: 5px;
  border: 1px solid #fff;
  display: inline-block;
  position: relative;
  cursor: pointer;
  overflow: visible;
}
.text-body ul.team-shields li img {
  height: 100%;
  vertical-align: middle;
}
.text-body ul.team-shields li span {
  font-weight: 400;
  letter-spacing: 0.05rem;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  position: absolute;
  display: none;
  margin-top: 5px;
  width: 90px;
  height: 30px;
  bottom: -30px;
  left: -10px;
}
.text-body ul.team-shields li:hover span {
  display: block;
}
.grupos .text-body h2 {
  text-align: center;
  margin: 65px auto 15px auto;
  font-weight: 600;
}
table th {
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #f77c27;
  color: #f77c27;
  padding: 0px 5px;
}
table {
  width: 100%;
  max-width: 520px;
  font-family: 'Flama', sans-serif;
  font-size: 14px;
  line-height: 18px;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
}
table th {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  border: 1px solid #ffffff;
  color: #f77c27;
  padding: 8px 0;
}
table tr:nth-child(2n) {
  background: #f9ebe2;
}
table td {
  border: 1px solid #ffffff;
  padding: 8px 5px;
  line-height: 18px;
}
table.history td:nth-child(1) {
  text-align: center;
}
table.games th {
  text-align: center;
}
table.games td:nth-child(1) {
  text-align: right;
  width: 45%;
}
table.games td:nth-child(2) {
  text-align: center;
  width: 10%;
}
table.games td:nth-child(3) {
  text-align: left;
  width: 45%;
}
table.gamesF th {
  text-align: left;
}
table.gamesF td:nth-child(1) {
  text-align: left;
}
.overlay {
  position: fixed;
  background: rgba(255, 255, 255, 0.95);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1000;
  display: none;
  opacity: 0;
  line-height: 100%;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  cursor: pointer;
}
.overlay img {
  width: 90%;
  max-width: 760px;
  max-height: 80%;
  position: relative;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.overlay a {
  padding: 10px;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 42px;
  font-family: 'Flama', sans-serif;
}
.overlay.open {
  opacity: 1;
  display: block;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
  .text-body {
    font-size: 16px;
    padding: 0 15px;
  }
  .text-body h1,
  .text-body h2,
  .text-body h3 {
    font-size: 21px;
    margin: 35px auto 18px auto;
  }
  .text-body figure {
    width: 100%;
    margin: 40px 0 25px 0;
  }
  .text-body figure img {
    width: 100%;
  }
  .text-body figure figcaption {
    margin: 10px;
  }
  .text-body .team .desc {
    width: calc(100% - 195px);
  }
  .text-body .team figure {
    width: 160px;
    margin: 0 20px 25px 0;
    float: left;
  }
  .text-body .team:before {
    content: '';
    border-bottom: 1px dotted #f77c27;
    padding: 0 40px;
    margin: 0 auto 50px auto;
    display: block;
  }
}
@media only screen and (max-width: 540px) {
  .next-link {
    margin: 25px 15px;
  }
  .next-link a {
    padding: 25px 15px;
    font-size: 21px;
  }
  .next-link a b {
    font-size: 16px;
    margin: 0 0 15px 0;
  }
  .group-links {
    padding: 10px;
  }
  .group-links .group-container .group-label {
    width: 65px;
    letter-spacing: 0.2em;
  }
  .group-links .group-container .group-label span {
    display: none;
  }
  .group-links .group-container ul {
    width: calc(100% - 65px);
    display: block;
    list-style: none;
    list-style-type: none;
    float: left;
    overflow: hidden;
  }
  .group-links .group-container ul li {
    width: 12.5%;
    display: block;
    text-align: center;
    float: left;
  }
  .text-body .team .desc {
    width: 100%;
    margin: 0;
    overflow: hidden;
    float: none;
  }
  .text-body .team .desc p {
    display: block;
    float: left;
    margin: 20px 0 0 0;
  }
  .text-body .team figure {
    width: 100%;
    margin: 0 0 35px 0;
  }
  .text-body .team figure .img-holder {
    height: 300px;
    max-height: 300px;
    overflow: hidden;
  }
  .text-body figure {
    width: 100%;
    margin: 0 0 35px 0;
  }
  .text-body figure .img-holder {
    height: 300px;
    max-height: 300px;
    overflow: hidden;
  }
  .text-body figure figcaption {
    margin: 10px 0 0 0;
    text-align: left;
    padding-bottom: 20px;
  }
  .text-body figure .photo-wall li {
    width: 50%;
  }
  .text-body figure .photo-wall li span {
    font-size: 0.4em;
  }
  .text-body ul.team-shields {
    margin: 15px auto 40px auto;
  }
  .text-body ul.team-shields li {
    height: 40px;
    width: 50px;
    padding: 5px;
  }
  .text-body ul.team-shields li span {
    font-size: 12px;
    width: 70px;
    left: -10px;
  }
}
/**
 * Bootstrap Media Queries
 * 
 */
/*# sourceMappingURL=main.css.map */