@charset "UTF-8";
/* CSS Document */

/* color 1 #dfd2b2 - areia dourado */
/* color 2 #000 - preto */
/* color 3 #bfbdc1 - prata */
/* color 4 #7a7d7d - cinza */
/* color 2 #fff - branco */



html, body {
	height: 100%;
}
body {
	margin-top: 60px;
}
body {
	background-color: #090909;
	background-image: url(../images/bg-asfalto.jpg);
	background-repeat: repeat;
	background-position: bottom center;
	color: #DFD2B2;
}
body {
	font-family: "Archivo Narrow", Verdana, "sans-serif"; 
	font-size: 22px;
}
h1, h2{
	font-family: Anton, "sans-serif";
}
h1, h3 {
	color: #fff;
}

h1 small, h2 small {
color: orange;
}

a:link {
	color: #D7C69D;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #D7C69D;
}
a:hover {
	text-decoration: underline;
	color: #EF8F11;
}
a:active {
	text-decoration: none;
	color: #D7C69D;
}

a:link .destaque {
	color: #FFA400;
	text-decoration: none;
}
a:visited.destaque {
	text-decoration: none;
	color: #FFA400;
}
a:hover.destaque {
	text-decoration: underline;
	color: #EF8F11;
}
a:active.destaque {
	text-decoration: none;
	color: #FFA400;
}
form input {
	color: #000;
}

input {
	width: 400px;
}
form select {
	width: 400px;
}


footer {
	font-size: small;
}
/* alteração do bootstrap */
.navbar {
	border: none;
}
.navbar a:link {
	font-family: "Archivo Narrow", Verdana, "sans-serif"; 
; 	font-size: medium;
}
.navbar-default {
	background-color: #DFD2B2;
	border: none;
}
.navbar-default .navbar-toggle {
	background-color: #000000;
	border: 1px;
	border-color: #000000;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #ffffff;
}
/* botoes customizacao da cor */
.btn-warning {
	background-color: #FDCD01;
	border: none;
}
/* cores */

.cor-preto {
	color: #000000
}
.cor-branco {
	color: #FFFFFF
}
.cor-principal {
	color: #C2A563; /* era #86734E */
}
.cor-complem-laranja {
	color: #D1A901
}
.cor-complem-laranja-forte {
	color: #FFA400
}
.cor-complem-cinza {
	color: #DCDCDD
}
/* background cores */

.bg-cor-preto {
	background-color: #000000
}
.bg-cor-branco {
	background-color: #FFFFFF
}
.bg-cor-principal {
	background-color: #86734E
}
.bg-cor-complem-laranja {
	background-color: #D1A901
}
.bg-cor-complem-laranja-forte {
	background-color: #FFA400
}
.bg-cor-complem-cinza {
	background-color: #DCDCDD
}
/* hr estilo das linhas */

.hr-nocolor {
	border: none;
}
.hr-border {
	border-image: url( ../images/img-tachas.png) 1 repeat;
	border-image-repeat: stretch;
	border-width: 5px;
}
/* estilo couterback clock */
#demo, .big {
	font-size: 60px;
  margin-top:0px;
}

.img-capa {
	border-image: url( ../images/img-tachas.png) 1 repeat;
	border-image-repeat: stretch;
	border-width: 5px;
}

/* estilo imagem ingresso */
.img-ingresso {
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	display: block;
}
/* estilo JUMBOTRON */
/*.jumbotron {
	padding-top: -30px;
	padding-bottom: -30px;
	margin-bottom: -30px;
	color: inherit;
	background-color: transparent;
}
.container .jumbotron, .container-fluid .jumbotron {
	padding-right: -15px;
	padding-left: -15px;
	border-radius: 6px
}
*/


/* estilo programacao e atividades */
dt {
	padding-top: 10px;
	padding-bottom: 5px;
	color: #ffffff;
	font-size: medium;
	text-decoration: none;
}
dd {
	font-weight: normal;
	padding-top: 5px;
	font-size: large;
}
/* estilo patrocinio */
.text-patrocinio {
	padding-top: 20px;
	padding-bottom: 20px;
	color: #DFD2B2;
	font-size: small;
}
.img-patrocinio {
	display: block;
	max-width: 90%;
	height: auto;
	margin-bottom: 20px;
	border-radius: 8px 8px;
}
.thumbnail {
	background-color: transparent;
	border: none;
}

.img-thumbnail {
	border: 1px;
}

/* comportamento adaptável conforme largura do browser */

@media (max-width: 1199px) {
.img-patrocinio {
	width: 250px;
}
.text-center {
}
}

@media (max-width: 768px) {
.nav navbar-nav li a:hover {
	display: block;
	background-color: #FFA400;
	border: none;
}
.text-patrocinio {
	padding-top: 40px;
	padding-bottom: 20px;
}
.img-patrocinio {
	width: 220px;
}
}

@media (max-widht: 468px) {
i.fa-home .fa-2x {
	float: left;
}
}
/* MISCELANEA */
.text-maiscula-negrito {
	font-weight: bold;
	text-transform: uppercase;
}
.center-block {
}
/**********************
RESPONSIVE VIDEO
**********************/


video.reponsive-video {
    max-width: 100%;
    height: auto;
}
