@import url( "../fonts/ico-moon/style.css" );
@import url( "../fonts/swis721-cn-bt/style.css" );

@media only screen and (min-width: 993px) {
	.container {
		width: 80%;
	}
}

/** DIVERSAS PERSONALIZAÇÕES BASE **/
*, a, a:LINK, a:HOVER, a:VISITED, a:ACTIVE {
	text-decoration: none;
	outline: none;
}

/* Barra de Rolagem */
::-webkit-scrollbar {
	width: 10px;
}
::-webkit-scrollbar-thumb {
	background-color: #827ca1;
	border-radius: 4px;
}

.animate,
.animate-inverse {
	transition-duration: 0.3s;
	transform: scale(1);
	-webkit-transition-duration: 0.3s;
	-webkit-transform: scale(1);
}

.animate:hover {
	transition-duration: 0.3s;
	transform: scale(1.1);
	-webkit-transition-duration: 0.3s;
	-webkit-transform: scale(1.1);
}

.animate-inverse:hover {
	transition-duration: 0.3s;
	transform: scale(0.9);
	-webkit-transition-duration: 0.3s;
	-webkit-transform: scale(0.9);
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

*::-moz-selection {
	background: #ca1f11;
	color: #fff;
}

*::selection {
	background: #ca1f11;
	color: #fff;
}

blockquote {
	border-left: 5px solid #ca1f11;
}

strong {
	font-weight: 600;
}

/** HTML, BODY **/
html, body {
    letter-spacing: 0.3px;
	background: #fff;
	font-family: sans-serif;
	position: relative;
    color: #827ca1;
	height: 100%;
	width: 100%;
}
.loadie {
	transition: width 0.5s ease-out;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.25);
	background-color: #63873d;
	position: absolute;
	z-index: 99999;
	height: 3px;
	width: 0;
	left: 0;
	top: 0;
}

p {
	font-size: 1.2rem;
	color: #61808c;
	line-height: 2.2rem;
	-webkit-font-smoothing: antialiased;
}

/** HEADER **/
header {
	background-color: #ca1f11;
	position: relative;
	height: 145px;
}

header .topo {
	background: #ca1f11;
	position: absolute;
	top: 0;
	height: 35px;
	width: 100%;
}

header .base {
	background: #fff;
	position: absolute;
	top: 35px;
	height: 110px;
	width: 100%;
}

header .logo {
	background: #fff;
	position: relative;
	z-index: 9;
	height: 145px;
	width: 218px;
	margin-left: 40px;
	box-shadow: 4px 0 2px rgba(70, 70, 70, 0.15),
				-4px 0 2px rgba(70, 70, 70, 0.15);
}

header .titulo {
	position: absolute;
	top: 50px;
	font-size: 28px;
	left: 350px;
	color: black;
	line-height: 36px;
	font-weight: 600;
	z-index: 99;
}

header .logo img {
	height: 145px;
}

@media screen and (min-width: 1200px) {
	header .logo {
		margin-left: 100px;
	}
}

@media screen and (max-width: 992px) {
	header .logo {
		margin: 0 auto;
	}

	header .titulo {
		display: none;
	}

}

.parallax-container .parallax {
	z-index: 0;
}

/** ERROR 404 **/
.error-page {
	text-align: center;
	margin: 100px 0;
}
.error-page h3 {
	font-weight: 500;
	color: #ca1f11;	
}
.error-page i {
	font-size: 3rem;
	color: #ca1f11;
}

.btn-resultados,
.btn-restrito {
	color: #fff;
	padding: 15px;
	display: block;
	margin-top: 15px;
	width: 100%;
}

.btn-resultados {
	background: #ca1f11;
}

.btn-restrito {
	background: #ca1f11;
}

/** DROPDOWN **/
.dropdown-content {
	position: absolute;
	left: 0;
    top: -45px;
    background: #fff;
    min-width: 100px;
	padding-top: 0;
	border: 0 solid rgba(31,45,61,0);
	
	box-shadow: 0 10px 30px 0 rgba(31, 45, 61, 0); 
	box-shadow: 0 10px 10px 0 rgba(0,0,0,.1)
}
.dropdown-content:BEFORE {
    position: absolute;
	content: " ";
  	display: inline-block;
  	vertical-align: middle;
  	margin-right: 0px;
  	width: 0; 
  	height: 0; 
	top: 0px;
	right: 25px;
	z-index: 999;
 
  	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
}

.dropdown-content li > a {
	color: #fff;
	font-size: 15px;
}

.dropdown-content li > a > i {
	margin: 0 15px 0 0;
}

.dropdown-content li:hover > a,
.dropdown-content li:hover > a > i {
	color: #827ca1;

}

.dropdown-content-resultados {
	background: #ca1f11;
}

.dropdown-content-restrito {
	background: #63873d;
}

.menu-header {
    z-index: 999;
    position: absolute;
    padding: 20px;
    top: 35px;
    right: 40px;
    display: flex;
}

.menu-header > div {
	margin-left: 20px;
	min-width: 280px;
}

@media screen and (min-width: 1200px) {
	.menu-header {
		right: 100px;
	}
}

@media screen and (max-width: 992px) {
	.menu-header {
		display: none;
	}
	.by {
		margin: 20px 0;
	}
}
