/*
	AUTOR: Fernando Pedace
	CONTATO: fpedace@gmail.com

*/


/* ==================================================
   Reset
================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a:focus, {
    outline: none; /* Disable Firefox Dotted Line around Links */
}

select:focus, button:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {   
	outline: none!important;
	-webkit-box-shadow: none !important;
  	   -moz-box-shadow: none !important;
  	    -ms-box-shadow: none !important;
  	     -o-box-shadow: none !important;
  	  	 	box-shadow: none !important;
}
textarea {
	resize: none;
}


.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */



/* ==================================================
   Fonts
================================================== */





/* ==================================================
   Basic
================================================== */

html, body {
	height: 100%;
}

html {
	width:100%;
	font-size: 100%; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%;
}

body {
	background: #000;
	color: #111;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	line-height: 22px;
	-webkit-font-smoothing: antialiased;
}

div, section {
	position: relative;
}

a {
	color: #006138;
	text-decoration: none;
	cursor: pointer;
	
	-webkit-transition: color 0.25s linear 0s;	
	   -moz-transition: color 0.25s linear 0s;
		    transition: color 0.25s linear 0s;
}

a:hover,
a:active,
a:focus {
	outline: 0;
	color:#fff;
	text-decoration:none;
}

img {
	max-width: none;	
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Passion One', sans-serif;
	font-weight: 700;
	color: #003300;
	text-transform: uppercase;
}

h1 {
	font-size: 100px;
	line-height: 80px;
	letter-spacing: -2px;	
	margin: 0 0 50px 0;
	opacity: 0;
}

h1 span {
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 27px;
	font-weight: 600;
	line-height: 27px;
	color: #535d58;
	text-transform: none;
}

h4 {
	font-size: 50px;
}

section {
	clear: both;
	overflow: hidden;
}

/* Scrollbar */
::-webkit-scrollbar { width: 12px; height: 0; background: #020802; }
::-webkit-scrollbar-thumb { background: #f7a11a; }
::-webkit-scrollbar-thumb:hover { background: #006138; } 
#ascrail2000 {
  background-color: #02070c;
  width: 12px !important;
  z-index: 100000!important;
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,1); border: 1px solid #000;
}
#ascrail2000 div {
  width: 10px !important;
  margin-left: 1px !important;
  background: #082444!important; 
  border-radius: 0!important;
}
#ascrail2000 div:hover {

}


.conteudo {
	float: left;
	width: 680px;
	margin-top: 200px;
	padding: 0 10px;
}

.conteudo p {
	text-align: justify;
	line-height: 28px;
	font-size: 20px;
	opacity: 0;
}

.button {
	display: inline-block;
	padding: 8px 30px;
	background: #000;
	font-family: 'Passion One', sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #f7a11a;
	text-transform: uppercase;
	text-align: center;
	-webkit-transition: color 0.25s linear 0s, background-color 0.25s linear 0s;	
	   -moz-transition: color 0.25s linear 0s, background-color 0.25s linear 0s;
		    transition: color 0.25s linear 0s, background-color 0.25s linear 0s;
}

.button:hover {
	background-color: #003300;
	color: #FFF;

}



/* ==================================================
   Menu
================================================== */

#menu {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	padding: 20px 80px;
	z-index: 20;
}
#menu .logo {
	float: left;
	display: block;
	width: 168px;
	height: 60px;
	background: url(../images/logo-therun-min.png) center center no-repeat;
	background-size: 100% 100%;
	z-index: 4;
	pointer-events: none;
	opacity: 0;
}
#menu .menu {
	float: right;
}
#menu .menu ul  {
	float: left;
	margin-left: 20px;
}
#menu .menu ul li {
	float: left;
	margin-left: 20px;
}
#menu .menu ul li a {
	font-family: 'Passion One', sans-serif;
	font-size: 30px;
	font-weight: 700;
	color: #003300;
	line-height: 60px;
	text-transform: uppercase;
}
#menu .menu ul li a:hover {
	color: #006138;
}
#menu .menu ul li a.active {
	color: #f7a11a;
}
#menu .menu ul li a i {
	line-height: 60px;
}
#menu.sticky {
	position: fixed;
	top: 0;
	background: rgba(255,255,255,.9);
}
#menu.sticky .logo {
	opacity: 1;
}


/* ==================================================
   Capa
================================================== */
#capa {
	display: block;
	height: 100%;
	min-height: 720px;
	background: #000 url(../images/hero/2017-02-capuava.jpg) center center no-repeat fixed;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	   	    background-size: cover;	
}
#capa a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#capa .logo {
	position: absolute;
	top: 70px;
	left: 130px;
	display: block;
	width: 258px;
	height: 110px;
	background: url(../images/logo-therun.png) center center no-repeat;
	background-size: 100% 100%;
	z-index: 4;
	pointer-events: none;
}
#capa .container {
	height: 100%;
}
#capa .info {
	position: absolute;
	left: 0;
	bottom: 80px;
	width: 800px;
	opacity: 0;
}
#capa .info span.data {
	display: inline-block;
	margin-bottom: 10px;
	padding: 5px;
	line-height: 40px;
	background: #f7a11a;
	color: #003300;
}
#capa .info h1 {
	color: #FFF;
	opacity: 1;
	margin: 0;
}
#capa .info h1 span {
	color: #e1e1e1;
}
#capa .button {
	margin-top: 20px;
}
#capa .clock {
	margin-top: 100px;
	font-family: 'Passion One', sans-serif;
	font-size: 60px;
	font-weight: 700;
	color: #FFF;
	text-transform: uppercase;
}
#capa .clock span {
	display: inline-block;
	padding: 0 10px;
	font-size: 30px;
	vertical-align: super
}

#capa .clock:before,
#capa .clock:after {
	display: block;
	content: '';
	position: absolute;
	bottom: -7px;
	width: 322px;
	height: 27px;
	background: transparent url(../images/clock-meters.png) 0 0 no-repeat;
}
#capa .clock:before {
	left: -352px;
	-webkit-transform: scaleX(-1);
	   -moz-transform: scaleX(-1);
	        transform: scaleX(-1);
	-ms-filter: "FlipH";
	    filter: FlipH;
}
#capa .clock:after {
	right: 40px;
}
#capa .selo {
	position: absolute;
	width: 300px;
	right: 60px;
	bottom: 60px;
	z-index: 4;
	font-family: 'Passion One', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #003300;
	text-transform: uppercase;
	text-align: center;
}
#capa .selo img {
	display: block;
	margin-top: 10px;
}

/*  Tema - Capa Atual
----------------------------------------------- */


#capa .logo {
	background: url(../images/logo-therun.png) center center no-repeat;
}
#capa .info h1 {
	color: #00266a;
}
#capa .info h1 span {
	color: #666;
}
#capa .clock {
	color: #003300;
}
#capa .clock:before,
#capa .clock:after {
	background: transparent url(../images/clock-meters-dark.png) 0 0 no-repeat;
}

/* ==================================================
   Sobre
================================================== */
#sobre {
	display: block;
	height: 920px;
	background: #ee8904 url(../images/bg-sobre.jpg) center top no-repeat fixed;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	   	    background-size: cover;	
}
#sobre .conteudo {
	float: right;
	width: 800px;
	margin-right: 100px;
}
#sobre img {
	width: 100%;
	height: auto;
	margin-top: 50px;
}


/* ==================================================
   Etapas
================================================== */
#etapas {
	display: block;
	height: 980px;
	background: #FFF url(../images/bg-etapas.jpg) center top no-repeat fixed;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	   	    background-size: cover;	
}
#etapas .container {}
#etapas .etapas {
	margin-top: 100px;
}
#etapas .etapas .etapa {
	width: 840px;
	height: 160px;
	background: rgba(239, 242, 240, .85);
	margin-top: 20px;
	color: #535353;
	clear: both;
}
#etapas .etapas .etapa > div {
	float: left;
}
#etapas .etapas .etapa .data {
	display: block;
	width: 130px;
	height: 160px;
	padding: 20px 0;
	background: #f7a11a;
	font-family: 'Passion One', sans-serif;
	font-size: 50px;
	font-weight: 700;
	color: #003300;
	text-transform: uppercase;
	text-align: center;
}
#etapas .etapas .etapa .data span {
	display: block;
	font-size: 80px;
	line-height: 80px;
}
#etapas .etapas .etapa .info {
	margin-left: 40px;
	padding-top: 40px;
}
#etapas .etapas .etapa .info h4 {
	margin-bottom: 24px;
	color: #000;
}
#etapas .etapas .etapa .info span {
	display: block;
	font-size: 16px;
	color: #80898f;
}
#etapas .etapas .etapa .links {
	display: block;
	float: right;
	width: 160px;
	margin: 11px 30px 0 0;
}
#etapas .etapas .etapa .links a.button,
#etapas .etapas .etapa .inscricao a.button {
	display: block;
	width: 160px;
	margin: 6px 0;
	padding: 8px 0;
	font-size: 20px;
	text-align: center;
}

#etapas .etapas .etapa .links a.button-off {
	background: #bfc1c0;
	color: #FFF;
	pointer-events: none;
	cursor: default;
}

#etapas .etapas .etapa .links a.button-done {
	background: #640000;
	color: #FFF;
	pointer-events: none;
	cursor: default;
}

#etapas .etapas .etapa .inscricao {
	display: block;
	float: left;
	width: 680px;
	margin: 30px 30px 0 0;
	text-align: center;
}
#etapas .etapas .etapa .inscricao a.button {
	display: inline-block;
	margin: 0 5px;
}
#etapas .etapas .etapa .inscricao a.button span {
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	text-transform: none;
	color: #80898f;
}

#etapas .etapas .etapa-on {
	outline: 6px solid #f7a11a;
	height: 240px;
}
#etapas .etapas .etapa-on .data {
	height: 240px;
}

#etapas .etapas .etapa-off {
	color: #888888;
}

#etapas .etapas .etapa-off .data {
	background: #f9bc5c;
	color: #c68116;
}
#etapas .etapas .etapa-off .info h4 {
    color: #666;
}


/* ==================================================
   Contato
================================================== */
#contato {
	display: block;
	height: 800px;
	background: #FFF url(../images/bg-contato.jpg) center center no-repeat fixed;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	   	    background-size: cover;	
}
#contato .conteudo {
	float: right;
	width: 700px;
	margin-right: 00px;
}
#contato .contatos {
	display: block;
	margin-top: 80px;
}
#contato .contatos > div {
	float: left;
	margin-right: 80px;
	font-family: 'Passion One', sans-serif;
	font-size: 30px;
	font-weight: 700;
	color: #000;
	text-align: center;
}
#contato .contatos > div i {
	display: block;
	margin-bottom: 10px;
	font-size: 60px;
}
#contato .contatos > div a {
	color: #000;
}
#contato .sociais {
	display: block;
	margin-top: 100px;
}
#contato .sociais > div {
	margin-top: 40px;
}
#contato .sociais a {
	margin-right: 10px;
	padding: 10px 20px;
	font-size: 60px;
}

/* ==================================================
   Rodape
================================================== */

#rodape {
	display: block;
	height: 180px;
	background: #07080a;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	   	    background-size: cover;	
}

#rodape div {
	padding-top: 50px;
	color: #232d37;	
	font-size: 13px;
	text-align: center;
}

#rodape div a {
	display: block;
	width: 231px;
	height: 64px;
	background: url(../images/logo-driverbrasil.png) center center no-repeat;
	background-size: 100% 100%;	
	margin: 0 auto 30px;
	font-weight: 500;
}


#to-top {
	display: block;
	position: fixed;
	text-align: center;
	right: 40px;
	bottom: -2500px;
	background-color: #f7a11a;
	color: #000;
	cursor: pointer;
    z-index: 10000;
    height: 52px;
    width: 52px;
    font-size: 30px;
    -webkit-transition: background-color 0.25s linear, bottom 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940);
       -moz-transition: background-color 0.25s linear, bottom 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    	    transition: background-color 0.25s linear, bottom 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940);
   	opacity: .9;
}

#to-top.sticky {
	bottom: 40px;
}

#to-top i {
	line-height: 48px !important;
}

#to-top:hover {
	background-color: #003300;
	color: #fff;
}


/* ==================================================
   Animate.css
================================================== */

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}