/*
blue          #253743    37 55 67
medium blue   #1A2C37
dark blue     #11232D
light blue    #7CD6C9
red           #CC3333    204 51 51
*/

@font-face{font-family:'flamabook';src:url('../fonts/Flama/flama-book-webfont.eot');src:url('../fonts/Flama/flama-book-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/Flama/flama-book-webfont.woff') format('woff'),url('../fonts/Flama/flama-book-webfont.ttf') format('truetype'),url('../fonts/Flama/flama-book-webfont.svg#@font-family') format('svg');font-weight:normal;font-style:normal}
@font-face{font-family:'flamamedium';src:url('../fonts/Flama/flama-medium-webfont.eot');src:url('../fonts/Flama/flama-medium-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/Flama/flama-medium-webfont.woff') format('woff'),url('../fonts/Flama/flama-medium-webfont.ttf') format('truetype'),url('../fonts/Flama/flama-medium-webfont.svg#@font-family') format('svg');font-weight:normal;font-style:normal}
@font-face{font-family:'flamalight';src:url('../fonts/Flama/flama-ultralight-webfont.eot');src:url('../fonts/Flama/flama-ultralight-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/Flama/flama-ultralight-webfont.woff') format('woff'),url('../fonts/Flama/flama-ultralight-webfont.ttf') format('truetype'),url('../fonts/Flama/flama-ultralight-webfont.svg#@font-family') format('svg');font-weight:normal;font-style:normal}
@font-face{font-family:'flamabold';src:url('../fonts/Flama/flama-bold-webfont.eot');src:url('../fonts/Flama/flama-bold-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/Flama/flama-bold-webfont.woff') format('woff'),url('../fonts/Flama/flama-bold-webfont.ttf') format('truetype'),url('../fonts/Flama/flama-bold-webfont.svg#@font-family') format('svg');font-weight:normal;font-style:normal}
/*@font-face{font-family:'flamaextrabold';src:url('../fonts/Flama/flama-extrabold-webfont.eot');src:url('../fonts/Flama/flama-extrabold-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/Flama/flama-extrabold-webfont.woff') format('woff'),url('../fonts/Flama/flama-extrabold-webfont.ttf') format('truetype'),url('../fonts/Flama/flama-extrabold-webfont.svg#@font-family') format('svg');font-weight:normal;font-style:normal}*/

/* RESET */
ul,li,h1,h2,h3,h4,h5,h6,p { margin: 0; padding: 0; }
ul,li { list-style-type: none; }
a { color: #7CD6C9; text-decoration: none; }
a:hover { opacity: 0.75; }


.frame {
  width:100%;
  height:1070px;
}

@media all and (max-width: 970px) {
  .frame {
    height: 1920px;
  }
}

body {
  background: #253743;
  margin: 0;
  padding: 0;
  font-family: 'flamabook';
  color: rgba(255,255,255,0.8);
  font-size:16px;
  letter-spacing: 0.05em;
  overflow-x:hidden;
  overflow-y: auto;
}

body.body-loading .slider  {
  display:none;
}

body.body-loading {
  overflow: hidden !important;
}

.body-loading-img {
  display:none;
}

body.body-loading .body-loading-img {
  display:block;
}

.body-loading-img {
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  font-size: 10px;
  position: absolute;
  text-indent: -9999em;
  border-top: 6px solid rgba(255, 255, 255, 0.2);
  border-right: 6px solid rgba(255, 255, 255, 0.2);
  border-bottom: 6px solid rgba(255, 255, 255, 0.2);
  border-left: 6px solid #ffffff;
  -webkit-animation: load8 0.6s infinite linear;
  animation: load8 0.6s infinite linear;
}
.body-loading-img,
.body-loading-img:after {
  border-radius: 50%;
  width: 24px;
  height: 24px;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

img {
  display:block;
  max-width:100%;
}
div#carro-wrap-mobile {
  display: none;
}

#content-wrap {
  position:relative;
}

#OAS_Position1 {
  overflow: hidden;
  width:970px;
  max-width:100%;
  margin: 0 auto;
  text-align: center;
  /*height:90px;
  background: rgba(0,0,0,0.1);*/
}

#header {
  width:100%;
  height:56px;
  background: #11232D;
}

#logo-estadao img {
  position: absolute;
  width:120px;
  margin: 2px 0 0 20px;
}

#mobile-menu {
  display: none;
}

#tabs {
  position: relative;
  left: 50%;
  overflow: hidden;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: solid 5px transparent;
  -webkit-transform: translateX(-50%); 
      -ms-transform: translateX(-50%); 
          transform: translateX(-50%); 
}

#tabs:hover {
  /*border-bottom: solid 5px #CC3333;*/
}

#tabs li {
  float: left;
  margin: 10px -30px 0 0;
}

#tabs li img { margin-top: 8px; }

#tabs a {
  float: left;
  position: relative;
  padding: 0 0 0 25px;
  height: 0; 
  line-height: 46px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  border-right: 46px solid transparent;
  border-bottom: 46px solid #222;
  border-bottom-color: rgba(37,55,67,0.5);  
}

#tabs li:last-child a {
  margin-right: 30px;
} 

#tabs a:hover,
#tabs a:focus {
  border-bottom-color: #CC3333;
  opacity: 1;
}

#tabs a:focus {
  outline: 0;
}

#tabs .menu-current {
  z-index: 3;
  border-bottom-color: #253743;
}

#tabs .mobile-trigger {
  display:none;
}

#tabs .mobile-trigger a {
  margin-right: 30px;
  padding: 0 25px 0 25px;
  /*
  float: left;
  position: relative;
  
  margin-right: -18px;
  height: 0; 
  line-height: 46px;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  border-right: 46px solid transparent;
  border-bottom: 46px solid #222;
  border-bottom-color: rgba(37,55,67,0.5); 
  */ 
  border-left: 46px solid transparent;
  -webkit-transition: all 0.4s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
          transition: all 0.4s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.container {
  width: 100%;
  max-width: 970px;
  margin: 20px auto 0;
}

.coluna {
  float:left;
}

.c-1-of-4 {
  width:23%;
  padding-right:2%;
}

.c-2-of-4 {
  width:48%;
  padding-right:2%;
}

.c-3-of-4 {
  width:73%;
  padding-right:2%;
}

.tab-title {
  margin: 0;
  font-size: 30px;
  text-transform: uppercase;
  word-wrap: break-word;
  font-family:'flamamedium';
  line-height: 1.2;
  margin-bottom:20px;
}

.tab-title span {
  opacity:0.5;
  font-family:'flamalight';
}

hr.colorLine {
  border: 0;
  height: 5px;
  background: #CC3333;
  width: 48px;
  margin: 0 0 -5px 0;
  margin-bottom:20px;
}

ul.lista-atributos li p {
  margin-bottom: 15px;
  margin-left: 42px;
  font-family: 'flamabook';
  color: rgba(255,255,255,0.5);
}

ul.lista-atributos li p span {
  font-family: 'flamamedium';
  color: rgba(255,255,255,1);
  display: block;
}

.visao-icon {
  display: inline-block;
  margin-top: -10px;
  width: 32px;
  padding-top: 5px;
  opacity:0.25;
  float: left;
}

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

}

.pista-animada-invertida {
  stroke-dasharray: 8,60;
  stroke-dashoffset: 10000;
  -webkit-animation: dashinvert 100s linear infinite;
     -moz-animation: dashinvert 100s linear infinite;
       -o-animation: dashinvert 100s linear infinite;
          animation: dashinvert 100s linear infinite;

}


@-webkit-keyframes dash {
  from {
    stroke-dashoffset: 10000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-moz-keyframes dash {
  from {
    stroke-dashoffset: 10000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-o-keyframes dash {
  from {
    stroke-dashoffset: 10000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  from {
    stroke-dashoffset: 10000;
  }
  to {
    stroke-dashoffset: 0;
  }
}

/* Invertido */
@-webkit-keyframes dashinvert {
  from {
    stroke-dashoffset: -10000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-moz-keyframes dashinvert {
  from {
    stroke-dashoffset: -10000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-o-keyframes dashinvert {
  from {
    stroke-dashoffset: -10000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dashinvert {
  from {
    stroke-dashoffset: -10000;
  }
  to {
    stroke-dashoffset: 0;
  }
}


#f1-badge {
  width: 80px;
  position: fixed;
  top: 76px;
  opacity: 0.25;
  border-left: 5px solid #fff;
  padding-left: 15px;
}

#f1-badge img {
  max-width: 100%;
}

.svg-wrapper {
  position:relative;
  margin-top: 118px;
  padding-top: 75%;
  height: 0;
  width: 100%;
  position: relative;
}

.svg-wrapper-mobile {
    display:none;
}

svg {
  position: absolute;
  top: 0;
  left: 0;
}

#bottom-nav {
  position:fixed;
  display:block;
  bottom:0;
  width:100%;
  height:156px;
  text-align: center;
  background: #2F404B;
  background-image: url('../img/bottom-nav-bg.png');
  background-repeat: repeat-x;
   display:none;
}
/*
#bottom-nav {
  float:left;
  padding: 10px;

}

#bottom-nav h3 {
  text-transform: uppercase;
  font-family: 'flamamedium';
  font-size:14px;
  margin-bottom: 3px;
}

#bottom-nav  p {
  font-family: 'flamalight';
}

#bottom-nav img {
  display: inline-block;
  width:25px;
  margin: 3px 0;
}

#bottom-nav .selecionado {
  border-top:3px solid #7CD6C9;
}
*/

.bottom-nav-height {
  height:140px;
  width:100%;
  clear: both;
}

.slider__item {
  background-size: cover;
  background-position: center;
}

.ultimo-vencedor {
  float: right;
  margin-right: -2%;
  height: 105px;
}

.ultimo-vencedor-pic {
  width:105px;
  height: 105px;
  float: left;
}

.ultimo-vencedor::before {
  content: '';
  width: 26px;
  height: 32px;
  background: url(../img/first-place-badge.png) no-repeat center center;
  background-size: 26px 32px;
  position:absolute;

}

.ultimo-vencedor-info { 
  position:relative;
  top: 50%;
  float: left;
  margin-left: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ultimo-vencedor-info h5 { 
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'flamamedium';
}

.ultimo-vencedor-title { 
  opacity:0.5;
}

#carro-wrap {
  /*border: 2px solid rgba(255,255,255,0.1);*/
  display: inline-block;
  -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}

img#carro-default, img#carro-size-fix {
  position:relative;
}

#carro-nav {
  position: absolute;
  width: 100%;
  max-width: 970px;
  height: 100%;
  max-height: 500px;
  margin-top: -500px;
}

@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(1, 1); opacity: 1;}
    50% {-webkit-transform: scale(0.75, 0.75); opacity: 0.75;}
    100% {-webkit-transform: scale(1, 1); opacity: 1;}
}

#carro-nav .carro-nav-pulse {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(204,51,51,0.5);
  display: block;
  position: relative;
  -webkit-transition: background 0.2s linear;
      transition: background 0.2s linear;  
  -webkit-animation: pulsate 1.2s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation: pulsate 1.2s ease-out;
  animation-iteration-count: infinite;
  /*
  -webkit-animation-name: pulse;
    animation-name: pulse;*/
}

#carro-nav .carro-nav-pulse::after {
  content: '';
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid rgba(204,51,51,0.5);
  display: block;
  position: relative;
  left: -5px;
  top: -5px;
}


#carro-nav .carro-nav-pulse:hover {
  background: rgba(204,51,51,1);
   -webkit-transition: background 0.2s linear;
          transition: background 0.2s linear;  
}

#carro-nav #bico        { top: 75%; left: 15%; }
#carro-nav #motor       { top: 20%; left: 65%; }
#carro-nav #aerofolio   { top:  0%; left: 87%; }
#carro-nav #suspensao   { top: 35%; left: 35%; }


video {
  width: 100%    !important;
  height: auto   !important;
}

.carro-estaticas {
  opacity:0;
  position: absolute;
  width: 100%;
  max-width: 970px;
  height: 100%;
  max-height: 500px;
  margin-top: -497px;
}

.carro-videos {
  position: relative;
  margin-top: -498px;
  display: block;
}

a#carro-voltar {
  display:none;
}

a#carro-ver-360 {
  position: absolute;
  right: 0;
  top: 0;
}
#carro-360 {
  opacity:0;
  position:absolute;
}

#carro-360 iframe {
  margin-top: -30px;
}

#carro-bico-selector {
  display:none;
  margin: 10px;
}

.bico-selecionado {
  color: #CC3333;
}

#carro-buttons {
 position:absolute;
 z-index: 99999999999999;
}

a#carro-voltar {
  opacity: 0;
  display: block;
  margin: 10px 0 0 10px;
}

a#carro-voltar:hover {
  color: #CC3333;
}

a#carro-voltar img {
  width: 35px;
  margin: 0 10px 0 0;
  float: left;
}

#video-desc {
  width:50%;
  min-width:320px;
  /*border: 2px solid rgba(124, 214, 201, 0.1);*/
  background: rgba(124, 214, 201, 0.05);
  padding:5px 10px;
  margin:10px 10px 10px 0px;
  float:left;
  border-radius: 5px;
}

#video-desc h6 {
  text-transform: uppercase;
  color: #7CD6C9;
  font-family: 'flamamedium';
  font-size: 16px;
}

.carro-btn-style {
  margin: 10px 10px 0 0;
  padding: 5px 10px;
  border: 2px solid rgba(124, 214, 201, 0.1);
}


.texto-secundario {
  border-top: 2px solid rgba(255,255,255,0.05);
  padding-top: 20px;
}

#video-desc img {
  width:20px;
  display: inline-block;
  margin: 5px 5px 0 5px;
}

.fontlight {
  font-family: 'flamalight';
}

#carro-infos-mobile {
  padding: 20px;
}

#carro-infos-mobile li {
  /* margin-bottom: 20px; */
  margin-bottom: 2;
  margin-bottom: 40px;
}

#carro-infos-mobile h6 {
  margin-top:10px;
  text-transform: uppercase;
  color: #7CD6C9;
  font-family: 'flamamedium';
  font-size: 16px;
}

#carro-infos-mobile li p {
  max-width: 485px;
  font-family: 'flamalight';
}

.cabecalho {
  overflow-x: hidden;
}

.cabecalho img {
  max-width: inherit;
  left: 50%;
  position: relative;
  margin-left: -485px;
}

#creditos p {
  padding:20px;
  opacity:0.5;
  font-size:12px;
  max-width:485px;
  position: relative;
  left: 50%;
  -webkit-transform:translateX(-50%);
  -moz-transform:translateX(-50%);
  -o-transform:translateX(-50%);
  transform:translateX(-50%);
}

.obs {
    padding-left: 40px;

}

.obs span {
    font-family: 'flamabook'; color: rgba(255,255,255,0.5);
  
}






























::selection {
  background: #7CD6C9; /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection {
  background: #7CD6C9; /* Gecko Browsers */
  color: #fff;
}

/* RESPONSIVO */

@media all and (max-width: 1200px) {
  #f1-badge {
    display: none;
  }
}

@media all and (max-width: 1080px) {
  .slider__arrows {
    display: none;
  }
}

@media all and (max-width: 1025px) {
  #carro-wrap, .texto-secundario {
    display: none;
  }
  div#carro-wrap-mobile {
    display: block;
  }
}

@media all and (max-width: 1024px) {
  #tabs li, .slider__arrows {
    display: none;
  }

  #tabs li.mobile-trigger {
    display:block;
  }

  #f1-badge {
    display:none;
  }

  .coluna {
    width: 90% !important; 
    float:none !important;
    padding: 0 20px !important;
  }

  .ultimo-vencedor {
     float:none;
     clear: both;
     padding-top:40px;
  }

  .svg-wrapper {
    margin-top: 0px;
  }

  .svg-wrapper-desktop {
    display:none;
  }
  .svg-wrapper-mobile {
    display:block;
  }
  .lista-atributos {
    margin: 40px auto;
  }

  .lista-atributos li {
    float: left;
    width: 180px;
    margin-right:40px;
  }

  /* MOBILE MENU */
  #mobile-menu {
    display: none;
    width: 100%;
    height: auto;
    background: #1A2C37;
    position: relative;
    margin: 0;
    padding: 0;
    top: -9px;
    text-align: center;
  }
  #mobile-menu li {
    padding: 20px 0;
  }
  #mobile-menu li:hover {
    background: #CC3333;
  }
  #mobile-menu a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    margin: 10px 0;
  }
  /* /MOBILE MENU */

}

@media all and (max-width:480px) {
  #tabs .mobile-trigger a {
    float: left;
    position: relative;
    padding: 0 10px 0 10px;
    height: 0; 
    line-height: 46px;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    border-left:none;
    border-left: 3px solid rgba(37,55,67,0.5);
    border-right: 3px solid rgba(37,55,67,0.5);
    border-bottom: 46px solid rgba(37,55,67,0.5);
  }

  .slider__nav {
    height: 40px !important;
  }

  .slider__nav-item {
    width: 39px !important;
    padding: 10px 15px !important;
  }

  .slider__nav img, .slider__nav h3 {
    display: none !important;
  }

  .slider__nav p {
    font-size: 14px;
  }
    
    /* Equipes e Pilotos */
    .slider__nav.EquipesPilotos img {
      display: inline-block !important;
    }
    .slider__nav.EquipesPilotos p {
      display:none !important;
    }
    .slider__nav.EquipesPilotos .slider__nav-item--current::after {
      margin-left: -20px !important;
    }
    .slider__nav.EquipesPilotos .slider__nav-item {
      width: 60px !important;
      padding: 3px 3px !important;
    }
  /* / Esquipes e Pilotos */

  #logo-estadao img {
    position: absolute;
    width: 100px;
    margin: 7px 0 0 10px;
  }
  #shareBar {
    position: absolute;
    width: 100px;
    height: 40px;
    top: 14px;
    right: 10px;
  }
  #shareBar a {
    margin-left: 5px;
  }
}

