/*
Theme Name: Projetos - viniciusmartin
Theme URI: http://www.viniciusmartin.com/
Description: Tema desenvolvido para o site Projetos - viniciusmartin.
Author: viniciusmartin
Author URI: http://www.viniciusmartin.com/
Version: 1.0
*/

@charset 'utf-8';

@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

html {
	font-family: 'Roboto';
	font-size: 14px;
}

body {
	padding: 0;
	margin: 0;
}

a,
a:hover,
a:focus,
a:active,
a:visited {
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

a:hover {
	opacity: .9;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

* {
	box-sizing: border-box;
	outline: none;
}

.visible-xs {
	display: none !important;
}

#tela {
	background-position: center;
	background-repeat: no-repeat;
}

#loading,
#sombra {
	background: rgba(0,0,0,.95);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	display: none;
}

#sombra.ativo {
	opacity: 1;
	visibility: visible;
}

#loading {
	display: block;
}

#loading .fa {
	position: absolute;
	top: calc(50% - 20px);
	left: calc(50% - 20px);
	color: #fff;
	text-shadow: 1px 1px 4px #000;
}

#menu {
	background: #0580b8;
	width: 260px;
	position: fixed;
	top: 0;
	left: -260px;
	bottom: 0;
	text-shadow: 1px 1px 2px rgba(0,0,0,.1);
	z-index: 99;
}

#menu.ativo {
	left: 0;
	box-shadow: 0 0 12px 0 #000;
}

#menu .principal {
	background: rgba(0,0,0,.1);
	padding: 21px 15px;
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,.2);
	box-shadow: inset -1px 0 6px 0 rgba(0,0,0,.15);
}

#menu .principal small {
	font-size: 10px;
	text-transform: uppercase;
	opacity: .5;
}

#menu .principal strong {
	font-size: 16px;
}

#menu .bt-menu,
#menu .bt-info {
	background: #0580b8;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	left: 100%;
	top: 0;
	box-shadow: inset 0 0 0 20px rgba(0,0,0,.1);
	z-index: 1;
	cursor: pointer;
}

#menu .bt-info {
	top: 40px;
}

#menu .bt-menu:before,
#menu .bt-info:before {
	content: "\f03a";
	display: block;
	font-family: 'FontAwesome';
}

#menu.ativo .bt-menu:before {
	content: "\f00d";
	font-size: 16px;
}

#menu .bt-info:before {
	content: "\f129";
}

#menu ul {
	padding: 0;
	list-style: none;
	border-bottom: 1px solid rgba(255,255,255,.1);
	margin: 0;
}

#menu ul li {
	border-top: 1px solid rgba(255,255,255,.1);
	border-bottom: 1px solid rgba(0,0,0,.1);
}

#menu ul li:first-child {
	border-top: none;
}

#menu ul li a {
	display: block;
	padding: 12px 15px;
}

#menu ul li a:hover {
	background: rgba(0,0,0,.05);
}

.info-atual {
	background: rgba(0,0,0,.05);
	width: 200px;
	padding-top: 11px;
	position: fixed;
	top: -60px;
	left: calc(50% - 100px);
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0,0,0,.2);
	border-radius: 0 0 4px 4px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.info-atual:after {
	content: "\f05a";
	background: rgba(0,0,0,.05);
	display: block;
	padding: 5px 0;
	font-family: 'FontAwesome';
	margin-top: 11px;
	border-radius: 0 0 4px 4px;
	cursor: pointer;
}

.info-atual:hover {
	background: #0580b8;
	top: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.navegacao a {
	background: rgba(0,0,0,.05);
	width: 200px;
	height: 60px;
	padding-top: 10px;
	padding-right: 35px;
	padding-left: 10px;
	position: fixed;
	top: calc(50% - 25px);
	left: -175px;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,.2);
	border-radius: 0 4px 4px 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.navegacao a.next {
	padding-right: 10px;
	padding-left: 35px;
	left: inherit;
	right: -175px;
	border-radius: 4px 0 0 4px;
}

.navegacao a.prev:after,
.navegacao a.next:before {
	content: "\f053";
	background: rgba(0,0,0,.05);
	width: 25px;
	height: 60px;
	line-height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	font-family: 'FontAwesome';
	text-align: center;
	border-radius: 0 4px 4px 0;
}

.navegacao a.next:before {
	content: "\f054";
	right: inherit;
	left: 0;
	border-radius: 4px 0 0 4px;
}

.navegacao a:hover {
	background: #0580b8;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.navegacao a.prev:hover {
	left: 0;
}

.navegacao a.next:hover {
	right: 0;
}

@media (max-width: 1024px) {
	
	.visible-xs {
		display: block !important;
	}
	
	#tela {
		background: inherit !important;
		height: inherit !important;
		overflow: hidden;
	}
	
	#tela img {
		width: calc(100% + 400px);
		height: auto;
		display: block;
		margin: 0 -200px;
	}
	
}

@media (max-width: 767px) {
	
	#tela img {
		width: calc(100% + 350px);
		height: auto;
		display: block;
		margin: 0 -175px;
	}
	
}

@media (max-width: 567px) {
	
	#tela img {
		width: calc(100% + 200px);
		height: auto;
		display: block;
		margin: 0 -100px;
	}
	
}