* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  background-color: #eee;
  font: 500 1.8rem Flama, sans-serif;
  color: #333;
}

/* barra no topo */

.masthead {
  position: fixed;
  top: 0;
  width: 100%;
  height: 56px;
  background-color: #232324;
  z-index: 1;
}

/* oesp */

.oesp:before {
  content: "";
  font: normal 2.6rem/56px Marcas Estadão;
  margin-left: 1rem;
}

.masthead a {
  color: #fff;
}

.masthead a:hover {
  color: #be9d73;
}

/* share */

.shareBar {
  position: absolute;
  top: 0;
  right: 1rem;
}

.shareBar i {
  color: #fff;
  line-height: 56px;
  padding: 0 6px;
}

.shareBar i:hover {
  color: #bb9a73;
  cursor: pointer;
}

.shareBar i span {
  display: none;
}

/* hambúrguer */

.fa-bars { 
  display: none; 
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  line-height: 56px;
  color: #fff;
}

/* menu */

nav {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

nav a {
  text-transform: uppercase;
  line-height: 56px;
  color: #fff;
  font-size: 1.4rem;
  padding: 0 10px;
  opacity: .75;
}

nav a:hover {
  color: #be9d73;
  opacity: 1;
}

nav a.ativo {
  opacity: 1;
  color: #be9d73;
}

/* geral */

.page {
  margin-top: 56px;
}

.wrap {
  max-width: 970px;
  width: calc(100% - 4rem);
  margin: 56px auto;
  margin-bottom: 168px;
  display: flex;
  -webkit-display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.row {
  width: 100%;
}

.col-3 {
  width: 75%;
  margin-top: 100px;
}

.col-2 {
  width: 50%;
}

.col-2 .row {
  padding: 10px;
  display: flex;
  display: -webkit-flex;
}

.col-1 {
  width: 25%;
}

header hr {
  width: 4.8rem;
  height: 2px;
  margin: 10px 0;
  background-color: #be9d73;
}

section hr {
  border-top: 1px solid rgba(190, 157, 115, 1);
  margin: 30px 10px;
}

ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding: 1rem;
}

li {
  width: 25%;
}

li span {
  display: block;
}

figure {
  padding: 10px;
  margin: 0 auto;
}

figure img {
  width: 100%;
}

.heading {
  text-transform: uppercase;
}

.heading span {
  display: block;
  opacity: .5;
}

.flex {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
}

/* capa */

.capa {
  width: 100%;
  margin: 112px 0 56px 0;
}

.capa header {
  max-width: 970px;
  width: calc(100% - 40px);
}

h1 {
  font: bold 7.2rem Flama, sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #bb9a73;
}

h1 span {
  display: block;
}

.ano-2016 {
  font: 200 20rem/16rem Flama, sans-serif;
}

.guia-temporada {
  font: normal 4rem/9rem Flama, sans-serif;
  color: #333;
}

.capa hr {
  width: 48px;
  height: 2px;
  background-color: #bb9a73;
  margin: 20px 0;
}

.linha-fina {
  font: 500 1.8rem Flama, sans-serif;
  text-align: center;
  max-width: 465px;
  margin: 10px auto;
}

.capa p {
  font: normal 1.8rem/2.8rem Flama, sans-serif;
  letter-spacing: .5px;
  max-width: 465px;
  margin: 20px 0;
  width: calc(100% - 4rem);
}

/* capa - responsiva */

@media (max-width: 700px) {
  h1 {
    font: bold 5.4rem Flama; 
  }
  .ano-2016 {
    font: 200 15rem/12rem Flama;
  }
  .guia-temporada {
    font: normal 2.25rem/6.75rem Flama;
  }
}

@media (max-width: 400px) {
  h1 {
    font: bold 3.6rem Flama; 
  }
  .ano-2016 {
    font: 200 10rem/8rem Flama;
  }
  .guia-temporada {
    font: normal 2rem/4.5rem Flama;
  }
}

/* explore o guia */

.explore {
  width: calc(100% - 40px);
  max-width: 970px;
  margin: 20px 0;
}

.explore span {
  font: bold 1.6rem Flama;
  display: block;
  text-align: center;
  text-transform: uppercase;
}

.row-explore {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 20px 0;
}

.row-explore .col-1 {
  padding: 10px;
}

.explore a {
  display: block;
  text-align: center;
  border: 2px solid #bb9a73;
  color: #bb9a73;
  padding: 20px;
  text-transform: uppercase;
  font: 300 2.4rem Flama;
}

.explore a:hover {
  background-color: #bb9a73;
  color: #fff;
}

.inativo {
  opacity: .3;
  pointer-events: none;
}

/* videográfico */

.videografico {
  position: relative;
  width: calc(100% - 4rem);
  max-width: 970px;
  margin: 4rem 0;
}

.videografico img {
  width: 100%;
  vertical-align: bottom;
}

.play-container {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.play-container span {
  font: bold 1.6rem Flama;
  margin-top: 20px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
}

.fa-play {
  font-size: 8rem;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
}

.flex-center {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .5;
}

.videografico:hover .overlay {
  opacity: .65;
}

.videografico:hover .fa-play {
  font-size: 10rem;
}


.transition {
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
}

/* header - equipe */

.header-equipe {
  width: 100%;
  padding: 0rem calc(50% + 1rem) 0rem 1rem;
}

.logo {
  margin-bottom: 10px;
  height: 56px;
  max-width: 160px;
  height: auto;
}

.sauber-fix {
  max-width: 80px;
}

.header-equipe .heading {
  font: 500 3.2rem Flama;
  padding: 10px 0;
}

header p {
  padding: 10px 0;
}

/* linha 1 */

.row-1 li {
  padding: 10px;
  font: normal 1.8rem Flama;
  color: #333;
}

.row-1 li span {
  font-weight: 500;
  color: #be9d73;
}

/* linha 2 */

.row-2 li {
  padding: 10px;
  font: 500 3.6rem Flama;
  color: #be9d73;
}

.row-2 li span {
  font: normal 1.8rem Flama;
  color: #333;
}

/* colunas - geral */

.col-2 .heading {
  font: 500 3.2rem Flama;
  padding: 10px;
  font-size: 1.8rem;
}

/* coluna - carro */

.col-carro li {
  width: 50%;
  padding: 10px;
  font: normal 1.8rem Flama;
  color: #333;
}

.col-carro li span {
  font-weight: 500;
  color: #be9d73;
}

/* coluna - pilotos */

.col-pilotos li {
  width: 50%;
}

.col-pilotos figcaption {
  font: normal 1.8rem Flama;
  padding-top: 20px;
}

.col-pilotos figcaption span {
  font-weight: 500;
  color: #be9d73;
}

/* página de pilotos */

.header-piloto hr {
  float: left;
}

.numero {
  padding: 10px;
}

.numero hr {
  margin: 10px 0;
}

.numero span {
  margin-left: 10px;
}

.texto-piloto {
  width: 50%;
  font-weight: normal;
}

.row figure {
  width: 96px;
}

.col-2 table {
  width: 100%;
  margin-bottom: 20px;
}

.col-2 td {
  width: 50%;
  padding: 5px 10px;
}

.col-2 td:first-child {
  opacity: .5;
}

.col-2 td:last-child {
  color: #be9d73;
}

/* calendario */

.col-1 .heading {
  font-size: 3.2rem;
  padding-left: 10px;
}

dl {
  font: normal 1.8rem Flama;
  padding-left: 10px;
}

dt {
  color: #333;
}

dd {
  padding-bottom: 20px;
  font-weight: 500;
  color: #be9d73;
}

.stroke-animado {
  stroke-dasharray: 8, 60;
  stroke-dashoffset: 10000;
          animation: dash 100s linear infinite;
  -webkit-animation: dash 100s linear infinite;
     -moz-animation: dash 100s linear infinite;
       -o-animation: dash 100s linear infinite;
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

.stroke-animado-invertido {
  stroke-dasharray: 8, 60;
  stroke-dashoffset: -10000;
          animation: reversedash 100s linear infinite;
  -webkit-animation: reversedash 100s linear infinite;
     -moz-animation: reversedash 100s linear infinite;
       -o-animation: reversedash 100s linear infinite;
}

@keyframes reversedash {
  to {
    stroke-dashoffset: 0;
  }
}

/* slick - next/prev */

.slick-next {
  right: 1rem;
}

.slick-prev {
  left: 1rem;
  z-index: 1;
}

/* bottom */

.bottom {
  position: fixed;
  padding: 0;
  bottom: 0;
  margin-bottom: 0;
  width: 100%;
  height: 112px;
  background-color: #eaeaea;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,.25);
     -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,.25);
          box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}

.bottom li {
  text-align: center;
  height: 112px;
  padding: 30px;
  border-top: 3px solid transparent;
}

.bottom li:hover {
  cursor: pointer;
  background-color: #f4f4f4;
  border-top: 3px solid rgba(0, 0, 0, .1);
}

.bottom .slick-current {
  background-color: #fff;
  border-top: 3px solid #be9d73;
  pointer-events: none;
}

.bottom figure {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  width: 26px;
  height: 26px;
  padding: 0;
}

.logo-bottom {
  width: 100%;
}

/* bottom - calendario */

.bottom-calendario li {
  padding: 20px;
}

.bottom-calendario img {
  max-width: 36px;
  margin: 0 auto;
}

.local { 
  font-size: 1.4rem;
  text-transform: uppercase;
  padding-top: 10px;
}

.data {
  font-weight: normal;
  font-size: 1.4rem;
  padding-top: 5px;
}

/* responsivo */

@media (max-width: 900px) {
  .fa-bars {
    display: block;
  }
  .masthead {
    z-index: 1;
  }
  nav {
    position: relative;
    width: 100%;
    margin-top: -224px;
    transition: padding ease .3s;
    background-color: #eaeaea;
    z-index: 0;
  }
  nav.open {
    padding-top: 280px;
  }
  nav a {
    display: block;
    text-align: center;
    color: #333;
  }
  .page {
    position: relative;
    margin-top: 0px;
  }
}

@media (max-width: 700px) {
  .header-equipe {
    padding: 10px;
  }
  .row-1 li {
    width: 50%;
  }
  .row-2 li {
    width: 50%;
  }
  .col-2 {
    width: 100%;
  }
  .bottom {
    height: 56px;
  }
  .bottom li {
    padding: 10px;
  }
  .nome-equipe {
    display: none;
  }
  .local {
    display: none;
  }
  .bandeira {
    display: none !important;
  }
  .wrap {
    margin-top: 56px;
  }
}

/* transição */

/* organizar depois */

.nome-equipe {
  font-size: 1.4rem;
  text-transform: uppercase;
  padding-top: 10px;
}

.header-piloto .heading {
  font-size: 3.6rem;
}

.wrap {
  position: relative;
}

.ano-passado {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  display: -webkit-flex;
}

.ano-passado img {
  border-radius: 50%;
}

.ficha-passado {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
}

.ficha-passado {
  margin-left: 20px;
}

.ficha-passado span {
  display: block;
  padding: 3px 0;
}

.head {
  font-weight: normal;
}

.nome-piloto {
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #be9d73;
  font-weight: bold;
}

.ano {
  font-size: 1.6rem;
  color: #be9d73;
  opacity: .75;
}

/* calendário responsivo */


@media (max-width: 700px) {
  .col-1, .col-3 {
    width: 100%;
  }
  .col-3 {
    margin-top: 20px;
  }
  .ano-passado {
    position: relative;
    margin-top: 40px;
  }
  .row-explore .col-1 {
    width: 100%;
  }
}

/* embed */

.embed-container { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow: hidden; 
  max-width: 100%;
} 

.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
  position: absolute; 
  top: 0; 
  left: 0;
  width: 100%; 
  height: 100%; 
}

/* next/prev */

.fa-chevron-left {
  margin-left: 20px;
  position: absolute;
  top: 50%;
  z-index: 1;
}

.fa-chevron-right {
  margin-right: 20px;
  position: absolute;
  top: 50%;
  right: 0;
}

.fa-chevron-left:hover, 
.fa-chevron-right:hover {
  cursor: pointer;
  opacity: .5;
}

.slick-disabled {
  pointer-events: none;
  opacity: .5;
}

/* campeonato - header */

.header-campeonato{
  font-size: 3.6rem;
  text-transform: uppercase;
  padding-left: 1rem;
}

.header-campeonato span {
  display: block;
  opacity: .5;
}

.header-campeonato hr {
  margin: 4rem 0;
}


/* campeonato - pilotos */

.campeonato {
  margin-top: 112px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}

.pilotos-wrap,
.equipes-wrap {
  display: block;
  width: calc(100% - 2rem);
  max-width: 970px;
  margin-bottom: 60px;
}

.row-campeonato {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 100%;
  margin-bottom: 2rem;
}

.col-campeonato-1 {
  width: 25%;
}

.col-campeonato-3 {
  width: 75%;
  display: flex;
  display: -webkit-flex;
}

.piloto {
  display: inline;
  color: #be9d73;
}

.pais {
  display: inline;
  font-size: 1.4rem;
  color: #be9d73;
}

.equipe {
  font-size: 1.4rem;
  text-transform: uppercase;
}

.pts {
  width: 4rem;
}

.barra {
  margin-top: 6px;
  height: 8px;
  background-color: #be9d73;
}

@media (max-width: 700px) {
  .col-campeonato-1, .col-campeonato-3 {
    width: 100%;
  }
  .col-campeonato-3 {
    margin-top: 1rem;
  }
}

/* campeonato - equipes */

.campeonato-equipes {
  max-width: 970px;
}

.col-equipe-1 {
  width: calc(25%);
  margin-bottom: 4rem;
  padding: 1rem;
  /* border-right: 1px solid #be9d73; */
}

.col-equipe-1:nth-child(2),
.col-equipe-1:nth-child(3),
.col-equipe-1:nth-child(4),
.col-equipe-1:nth-child(6),
.col-equipe-1:nth-child(7),
.col-equipe-1:nth-child(8),
.col-equipe-1:nth-child(10),
.col-equipe-1:nth-child(11) {
  border-right: 1px solid #be9d73;
}

.campeonato-posicao {
  font-size: 3.6rem;
  color: #be9d73;
}

.campeonato-equipe {
  display: inline-block;
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #333333;
}

.campeonato-pais {
  display: inline-block;
  font-size: 1.4rem;
  color: #333333;
  opacity: .5;
}

.campeonato-pontos {
  color: #be9d73;
}

.campeonato-pontos span {
  display: inline-block;
  font-weight: normal;
}

@media (max-width: 560px) {
  .col-equipe-1 {
    width: 50%;
  }
  .col-equipe-1:nth-child(3),
  .col-equipe-1:nth-child(7),
  .col-equipe-1:nth-child(11) {
    border: none;
  }

}

/* creditos */

footer {
  background-color: #eaeaea;
  padding: 8rem 0;
}

.creditos {
  width: calc(100% - 4rem);
  max-width: 465px;
  margin: 0 auto;
}

.creditos tr {
  border-bottom: 1px solid #be9d73;
}

.creditos tr:last-child {
  border-bottom: none;
}

.creditos td:first-child {
  font-size: 1.4rem;
  text-transform: uppercase;
  opacity: .5;
}

.creditos td:last-child {
  font-weight: normal;
}

.creditos td {
  width: 50%;
  padding: 40px 0;
}
