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

/*
	CORES PREDOMINANTES
	Verde: #63873d
Verde:Hover: #557333
	Sidebar: #61808c
	Cinza: #827ca1

*/

@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: #63873d;
	color: #fff;
}

*::selection {
	background: #63873d;
	color: #fff;
}

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

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 {
	text-align: center;
	margin-bottom: 20px;
}

header img {
	margin: 15px 20px 0;
	max-height: 100px;
	max-width: calc(80% - 40px);
}

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

/** BOX ***/
.box {
	border: 1px solid #557333;
	background-color: #fff;
	border-radius: 6px;
	margin-bottom: 20px;
	text-align: center;
	overflow: hidden;
	transition: all .3s;
	box-shadow: 0  0 22px rgba(0, 0, 0, .15);
}

.box a {
	display: block;
}

.box img {
	max-width: 100%;
  max-height: 200px;
}

@media screen and (max-width: 992px) {
	header .logo {
		left: (50% - 100px);
		width: 200px;
	}

	.by {
		margin: 20px 0;
	}

}
