@charset "UTF-8";

/*******************/
/****** GERAL ******/
/*******************/
html, body{
	font-family: 'robotoregular';
	color: #FFFFFF;
	height: 100%;
	margin: 0;
	font-size: 1.5em;
	overflow-x: hidden;
	background-color: #f1f1f1;
}

body {
	font-size: 62.5%;
}

.mainWrap {
	min-height: 100%;
	min-height: calc(100% - 33px);
	/*background: url("../img/01.jpg") no-repeat center center;*/
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
 	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/background.jpg', sizingMethod='scale');*/
	/*-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/background.jpg', sizingMethod='scale')";*/
	position: relative;
}

h1 {
	font-family: 'robotoregular';
}

h1, h2, h3, h4, h5 {
	margin: 0px;
}

.titulo {
	font-size: 3em;
}

.subtitulo {
	font-size: 1.3em;
}

input{
    border-radius: 4px;
	background: rgba(0, 0, 0, 0.0) !important;
	color: #636363 !important;
	text-align: center !important;
	border: solid 2px #636363 !important;
	height: 40px !important;
	font-size: 1.3em !important;
}

select, option{
    border-radius: 4px;
	background: rgba(0, 0, 0, 0.0) !important;
	color: #636363 !important;
	text-align: center !important;
	padding: 0 0 0 0;
	border: solid 2px #636363 !important;
	font-size: 1.3em !important;
}

.form-control {
	height: 50px !important;
	line-height: 50px;
	font-size: 1em !important;
}

option {
	color: black !important;
	font-family: 'robotoregular';
}

option:disabled {
	color: #CCCCCC !important;
}

/*Início os cards internos*/
.card{
	min-height: 155px;
	background: #fff;
	margin-top: 15px;
	padding: 0px;
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}

.data-card{
	min-height: 155px;
	float: left;
	background: #069;
	padding: 10px;
	min-width: 110px;
	height: 100%;
	margin-right: 10px;
}

.dia-card{
	font-size: 2.5em;
}

.mes-card{
	font-size: 1.5em;
}

.fim-card{
	font-size: 0.8em;
	color:#fff;
}

.cont-card{
	background: #fff;
	padding: 10px;
}

.titulo-card{
	font-size: 0.85em;
	margin: 0px;
	color: #069;
	text-transform: uppercase;
	/*margin-bottom: 30px;*/
	font-family: 'robotoregular';
}

.hora-card{
	font-size: 0.8em;
	color: #949494;
	margin-bottom: 40px;
	/*margin-left: 10px;*/
	font-family: 'robotoregular';
}

.local-card{
	font-size: 0.8em;
	color: #949494;
	/*margin-left: 10px;*/
	font-family: 'robotoregular';
}

/*Fim os cards internos*/

/*Inicio Detalhe*/

.titulo-detalhe{
	width: 100%;
	background: url("../img/background.jpg") no-repeat bottom center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/background.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/background.jpg', sizingMethod='scale')";
	color: #fff;
	padding: 40px 20px;
	font-size: 1.2em;
}

.img-detalhe {
	position: absolute;
	right: 20px;
	top: 20px;
}

.foto-detalhe{
	height: 480px;
	padding: 10px;
	font-family: 'robotoregular';
}

.principal-foto-detalhe{
	background: #fff;
	min-height: 70%; 
}

#img-centro{
	max-width: 95% !important;
	margin-left: 2.5% !important;
	margin-top: 2.5% !important;
}

.miniatura-foto-detalhe{
	margin-top: 20px;
	min-height: 25%;
	max-height: 26%;
	background: #fff; 
	overflow-y: hidden;
	overflow-x: scroll;
	padding-top: 15px !important;
}

.texto-detalhe{
	padding: 10px
;	font-family: 'robotoregular';
	color: #6D6B6B;
	padding: 20px;
	background: #d2d2d2;
}

.texto-detalhe-bold{
	font-size: 1.1em;
	text-transform: uppercase;
	color: #636363;
}
/*Fim Detalhe*/

.btnpesquisar{
	float: right;
	border-radius: 25px;
	border: solid 2px #636363 !important;
	min-width: 100% !important;
	height: 50px !important;
	font-size: 1em !important;
}

.backTopo{
	/*background: url("../img/background.jpg") no-repeat top center; */
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
 	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/background.jpg', sizingMethod='scale');*/
	/*-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/background.jpg', sizingMethod='scale')";*/
	padding-top: 40px;
	padding-bottom: 40px;
	-webkit-transition: background 5.5s linear;
	-moz-transition: background 1.5s linear;
	-o-transition: background 1.5s linear;
	-ms-transition: background 1.5s linear;
	transition: background 1.5s linear;
}

.linkLogo {
	color: #636363 !important;
	text-decoration: none !important;
}

.container{
	max-width: 80% !important;
}
.inicio{
	margin-top: 20%;
}

.linha{
	margin-bottom: 20px;
}

.centro{
	text-align: center;
}

.esquerda{
	text-align: right;
}

/*.sombra{
	text-shadow: 1px 1px #908E8E; 
}*/

.pesquisas{
	/*padding-top: 20px;*/
	padding-bottom: 40px;
}

.page-wrap {
	min-height: 100%;
	min-height: calc(100% - 33px);
	/* equal to footer height */
	margin-bottom: -100px; 
}

.page-wrap:after {
	content: "";
	display: block;
}

.site-footer, .page-wrap:after {
	height: 100px;
	text-align: center; 
	padding-top: 22px;
}

.site-footer {
	background: url("../img/background.jpg") no-repeat bottom center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/background.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/background.jpg', sizingMethod='scale')";
}

.mt {
	margin-top: 20px;
}

.mt15 {
	margin-top: 15px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.np {
	padding: 0px;
}

.gray {
	color: #949494;
}

.styled-select select
{
    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
}

.link {
	cursor: pointer;
}

#overlay {
	display: none;
}

#detalhe-container {
	position: absolute;
	top: 10%;
	left: 20%;
	z-index: 9999;
	display: none;
	width: 60%;
	max-width: 60%;
	padding-bottom: 50px;
}

div.main {
	position: relative;
	height: 100%;
	width: 100%;
}

div.entrada {
	padding: 30px 120px;
	background: rgba(0,0,0,.5);
	position: absolute;
	bottom: 100px;
	width: 100%;
}

div.entrada div.texto {
	float: right;
	right: 0px;
}

div.backTopo div.texto {
	float: left;
	right: 0px;
	color: #636363;
}

div.entrada .btn {
	margin-top: 30px;
}

div.entrada .agenda, div.backTopo .agenda {
	font-size: 3em;
	font-family: 'robotomedium';
}

div.entrada div.texto .agenda, div.backTopo div.texto .agenda {
	margin-top: 0px;
	margin-bottom: 3px;
}

.btn {
    border: 1px solid #636363;
    border-radius: 4px;
}

.btn-default {
    color: #fff;
    background-color: rgba(0,0,0,0) !important;
    border-color: #fff;
}

.btn-default:hover {
	color: #fff;
	background-color: rgba(0,0,0,0) !important;
    border-color: #fff;
}

div.sobre {
	position: absolute;
    top: 100%;
    min-height: 100%;
    width: 100%;
    color: #636363;
}

div.conteudo {
	position: relative;
	height: 100%;
	width: 100%;
    padding: 60px;
}

div.rodape-brasil {
	position: absolute;
	bottom: 0px;
	width: 100%;
}

#sobre .header {
	position: relative;
	text-align: center;
}

#sobre .header .goUp {
	position: absolute;
	top: 10px;
	width: 100%;
}

.goTo a {
	color: #fff !important;
}

.goUp a {
	color: #FFFFFF !important;
}

.goTo.animated {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    z-index: 99;
}

.animated, .goTo.animated {
    -webkit-animation-fill-mode: both;
}

.goTo {
    position: absolute;
    bottom: 10px;
    transition: all .3s ease-in-out;
	width: 100%;
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    animation-fill-mode: both;
}

::-webkit-scrollbar {
    width: 7px;
    background: #FFF
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, .5);
    border-radius: 0!important
}

::-webkit-scrollbar-thumb {
    border-radius: 0!important;
    background: #428e9e;
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, .5)
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(22, 22, 22, .4)
}

div.header {
	height: 300px;
	background: url("../img/headers/default.jpg") no-repeat center center;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
 	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/background.jpg', sizingMethod='scale');*/
	/*-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/background.jpg', sizingMethod='scale')";*/
	position: relative;
}

/*******************/
/*** DATEPICKER ****/
/*******************/
.datepicker table tr td.active.active, 
.datepicker table tr td.active.highlighted.active, 
.datepicker table tr td.active.highlighted:active, 
.datepicker table tr td.active.highlighted:hover, 
.datepicker table tr td.active:active, 
.datepicker table tr td.active:hover, 
.open>.dropdown-toggle.datepicker table tr td.active, 
.open>.dropdown-toggle.datepicker table tr td.active.highlighted {
    color: #fff;
    background-color: #F59767;
    border-color: #F59767;
}

.table-condensed {
	color: black;
	font-family: 'robotoregular';
}

/*******************/
/** BARRA BRASIL ***/
/*******************/
.brasil-flag {
    height: 32px !important;
}

/*******************/
/***** LOADER ******/
/*******************/
.overlay {
	position: fixed;
	min-height: 100%;
	min-width: 100%;
	top: 0;
	left: 0;
	/* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, .6);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    z-index: 9999;
}

.loader:before,
.loader:after,
.loader {
	border-radius: 50%;
	width: 2.5em;
	height: 2.5em;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: load7 1.8s infinite ease-in-out;
	animation: load7 1.8s infinite ease-in-out;
}

.loader {
	font-size: 10px;
	margin: 80px auto;
	position: relative;
	text-indent: -9999em;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

.loader:before {
	left: -3.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.loader:after {
	left: 3.5em;
}

.loader:before,
.loader:after {
	content: '';
	position: absolute;
	top: 0;
}

@-webkit-keyframes load7 {
	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em #ffffff;
	}
	40% {
		box-shadow: 0 2.5em 0 0 #ffffff;
	}
}

@keyframes load7 {
	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em #ffffff;
	}
	40% {
		box-shadow: 0 2.5em 0 0 #ffffff;
	}
}

/*******************/
/** MEDIA QUERIES **/
/*******************/

/***** COL-XS ******/
@media (max-width: 767px) {
	html, body {
		font-size: 0.9em;
	}

	input{
    	margin-bottom: 10px;
    }

    select{
    	margin-bottom: 10px;
    }

    .btnpesquisar{
		margin-right: 1%;
	}

	.card {
		min-height: 128px;
	}

	div.conteudo {
	    padding: 20px;
	}

	div.entrada {
		padding: 30px 20px;
	}

	.img-detalhe {
		position: static;
		right: 20px;
		top: 20px;
		margin-bottom: 20px;
		text-align: left;
	}
}

/***** COL-SM ******/
@media (min-width: 768px) and (max-width: 991px) {

}

/***** COL-MD ******/
@media (min-width: 992px) and (max-width: 1199px) {

}

/***** COL-LG ******/
@media (min-width: 1200px) and (max-width: 1599px) {

}

@media (min-width: 1600px) {
	#detalhe-container {
		left: 30%;
		width: 40%;
		max-width: 40%;
	}
}