* {
  -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: #FFFFFF;
  font: 500 1.8rem Flama, sans-serif;
  color: #333;
}


.largura-antes-e-depois{
  max-width: 527px;
  margin: auto;
  border: 1px solid #e2e2e2;
  margin-bottom: 2rem;
}

.largura-antes-e-depois-2{
  width: 100%;
    border: 1px solid #e2e2e2;
}
/* barra no topo */


.credito{
  text-align: center;
  color: #FFFFFF;
  max-width: 300px;
  max-width: 300px;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 90%;
  left: 50%;
  z-index: 200000;
}

.credito a:link{
  color: #FFFFFF;
}

.open-formula-1{
  color: #FFFFFF ;
  font-weight: 200;
  border-top: 1px solid #CCCCCC;
  max-width: 400px;
  margin-top: 2rem;
  padding-top: 2rem;
}

#video-bg {
position: fixed;
right: 0;
bottom: 0;
width: auto;
min-width: 100%;
height: auto;
min-height: 100%;
z-index: 100;
overflow: hidden;

background-size: cover;
}


#abertura{
  height: 100vh;
  width: 100%;

  background-repeat: no-repeat;
  background: url("../img/thumboria.png");
    background-size: 100% 100%;
  overflow: hidden;
  margin: 0;
}
#abertura::after{
  height: 100vh;
  width: 100%;
  background: url("../img/always-grey.png") rgba(0, 0, 0, .4);
  content: "";
  position: absolute;
  z-index: 100;
}
.entry-title{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

  height: 50%;
  text-align: center;
  z-index: 200;
}
.guia-da-temporada{
  font-size: 3rem;
  color: #F77C23;
  letter-spacing: 0.3rem;
  font-weight: 300;
  font-family: 'Flama Semicondensed';
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}
h1 {
  text-transform: uppercase;
  text-align: center;
  line-height: 12rem;
  color: #FFFFFF;
  font-weight: 300;
  display: block;
  margin-bottom: 6rem;
  font-family: 'Flama Semicondensed';
  font-size: 8rem;
  width: 440px;
  margin-top: 0;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}

h1 span {
  display: block;
  font-weight: 600;
  font-size: 18rem;

}


.linha-fina {
    font: 200 2rem Flama, sans-serif;
    text-align: center;
    max-width: 450px;
    margin: 1rem auto;
    line-height: 3rem;
    color:#FFFFFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}


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

/* oesp */

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

.masthead a {
  color: #fff;
}

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

/* 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: 1200;
  width: 1100px;
  text-align: center;
}

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

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

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

/* 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: #F77C23;
}

section hr {
  border-top: 1px solid #F77C23;
  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;
}




.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;
}



.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: 500px) {
  h1 {
    font: bold 4.6rem Flama;
      width: 300px;
  }
  h1 span {
    display: block;
    font-weight: 600;
    font-size: 12rem;
    margin-top: -4rem;
    margin: 0;
    margin-top: -3rem;
    width: 300px;
  }
  .guia-da-temporada{
    font-size: 1.8rem;
    color: #F77C23;
    width: 300px;
    letter-spacing: 0.3rem;
    font-weight: 300;
    font-family: 'Flama Semicondensed';
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    margin: 0;
  }

  .linha-fina{
    margin-top: -7rem;
    max-width: 300px;
    }

  .credito{
    display: none;
  }


}


@media (max-height: 900px) {

  .credito{

    background: red;
    display: none;
  }

}



/* 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: #F77C23;
}

/* linha 2 */

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

.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: #F77C23;
}

/* 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: #F77C23;
}

/* 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: #F77C23;
}

/* 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: #F77C23;
}

.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 #F77C23;
  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: 1000;
  }
  nav {
    position: relative;
    width: 100%;
    margin-top: -333px;
    transition: padding ease .3s;
    background-color: #eaeaea;
    z-index: 300;
  }
  nav.open {
    padding-top: 390px;
  }
  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: #F77C23;
  font-weight: bold;
}

.ano {
  font-size: 1.6rem;
  color: #F77C23;
  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: #F77C23;
}

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

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

.pts {
  width: 4rem;
}

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

@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 #F77C23; */
}

.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 #F77C23;
}

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

.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: #F77C23;
}

.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;
}
