/*
 *
 * CSS com estilos globais
 *
 * @Autor - General Desenvolvimento Web - http://www.ageneral.com.br
 */
/*
	CSS Reset cross-browser
	========================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, a, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	background: transparent;
	vertical-align: baseline;
	font-size: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

textarea {
	resize: vertical;
}

button {
	outline: none;
	cursor: pointer;
}

ul, ol {
	list-style: outside none;
}

ul li {
	list-style: none;
}

input, textarea {
	outline: 0;
	border: 0 none;
	border-radius: 0;
}

a {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:focus {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-style: normal;
}

address, em {
	font-style: normal;
}

body {
	position: relative;
	margin: 0px;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

@viewport {
	width: device-width;
	zoom: 0;
}

/*
	Estilo das fontes
	========================================================================== */

@font-face {
    font-family: 'Airwaves';
    src: url('../fonts/airwaves-scriptone-webfont.woff2') format('woff2'),
         url('../fonts/airwaves-scriptone-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BrandonBold';
    src: url('../fonts/brandon_bld-webfont.woff2') format('woff2'),
         url('../fonts/brandon_bld-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BrandonBlk';
    src: url('../fonts/brandon_blk-webfont.woff2') format('woff2'),
         url('../fonts/brandon_blk-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BrandonMed';
    src: url('../fonts/brandon_med-webfont.woff2') format('woff2'),
         url('../fonts/brandon_med-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BrandonReg';
    src: url('../fonts/brandon_reg-webfont.woff2') format('woff2'),
         url('../fonts/brandon_reg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/*
	Animação de transição de todos elementos
	========================================================================== */
.transition {
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

/*
	Estilos da estrutura
	========================================================================== */
.wrapper {
	position: relative;
	margin: 0 auto;
	max-width: 1680px;
	width: 100%;
	padding: 0px 10px;
}

.site {
	
}

/*
	Estilo padrão do fundo das páginas
	========================================================================== */
body {
	font-family: 'BrandonMed', sans-serif;
	font-size: 18px;
	color: #2a2a29;
	min-width: 550px;
	width: 100% !important;
}

header {
	
}

header .menu-area {
	position: fixed;
	z-index: 500;
	top: 50px;
	left: 30px;
}

.menu-area .menu {
	
}

.menu-area .menu-mobile {
	font-size: 18px;
	color: #FFF;
	text-transform: uppercase;
	width: 55px;
	height: 73px;
	background: url(../images/sprite.png) 0px 0px no-repeat;
	position: relative;
	display: inline-block;
	position: relative;
	margin-left: 30px;
	margin-bottom: 20px;
}

.menu-area .menu-mobile:hover {
	opacity: 0.8
}

.menu-area .menu ul {
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.menu-area .menu ul.redes {
	display: inline-block;
	vertical-align: top;
	margin-top: 20px;
	width: 220px;
	height: 27px;
	overflow: hidden;
	margin-left: 30px;
}

.menu-area.rolou .menu ul.redes {
	width: 0px;
}

.menu-area.open .menu ul.redes {
	width: 220px;	
}

.menu-area .menu ul.redes li {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}

.menu-area .menu ul.redes li a {
	position: relative;
	overflow: hidden;
	background-image: url(../images/sprite.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: block;
}

.menu-area .menu ul.redes li a:hover {
	opacity: 0.5;
}

.menu-area .menu ul.redes li a.m-youtube {
	width: 31px;
	height: 22px;
	margin-top: 3px;
	background-position: -70px 0px;
}

.menu-area .menu ul.redes li a.m-instagram {
	width: 27px;
	height: 26px;
	background-position: -104px 0px;
}

.menu-area .menu ul.redes li a.m-facebook {
	width: 27px;
	height: 27px;
	background-position: -133px 0px;
}

.menu-area .menu ul.redes li a.m-spotify {
	width: 25px;
	height: 25px;
	background-position: -162px 0px;
}

.menu-area .menu ul.redes li a.m-deezer {
	width: 33px;
	height: 21px;
	background-position: -190px 0px;
}

.menu-area.rolou .menu-mobile {
	display: inline-block;
}

.menu-area.rolou .menu ul.menu-principal {
	height: 0px;
	overflow: hidden;
}

.menu-area.open .menu ul.menu-principal {
	height: 400px;
}

.menu-area .menu ul.menu-principal li {
	margin-bottom: 10px;
}

.menu-area .menu ul.menu-principal li a {
	font-size: 21px;
	color: #FFF;
	text-transform: lowercase;
	margin-left: 30px;
	position: relative;
}

.menu-area .menu ul.menu-principal li a:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 0px;
	bottom: 0px;
	background: #FFF;
	left: 0px;

	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.menu-area .menu ul.menu-principal li a:hover:after {
	height: 3px;
	bottom: -5px;
	color: #ffc75c;
}

.menu-area .menu ul.menu-principal li a:hover {
	color: #ffc75c;
}


@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 1050px) {

}

@media only screen and (max-width: 950px) {
	header .menu-area {
		top: 40px;
	}
	.menu-area .menu-mobile {
		display: inline-block;
	}
	.menu-area .menu ul.redes {
		width: 0px;
	}
	.menu-area .menu ul {
		height: 0px;
		overflow: hidden;
	}
}


@media only screen and (max-width: 950px) {

}


@media only screen and (max-width: 950px) {

}


/*
	Estilo do rodapé
	========================================================================== */
footer {

}

footer .wrapper {
	text-align: center;
	position: relative;
}

footer .icomp {
	right: 50%;
	margin-top: -70px;
}

footer .ageneral {
	display: none;
}



