/*

Theme Name: CNW Eventos
Theme URI: http://www.cnweventos.com.br/
Description: Theme desenvolvido por Jogo da Velha para o site CNW Eventos
Author: Leo Amaral - Jogo da Velha
Author URI: http://www.jogodavelhadigital.com.br
Version: 1.0;

*/

/*------------------
RESET
------------------*/

* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

/*------------------
GERAL
------------------*/

body {
	background: #f8f8f8;
	font: normal 62.5% Poppins, Lato, sans-serif;
	color: #191817;
}
a:link, a:visited {
	color: #191817;
	text-decoration: none;
}
a:hover, a:active {
	color: #C7181B;
}
.container {
	width: 930px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.row {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.one-half {
	width: 50%;
	height: auto;
	float: left;
	overflow: hidden;
}
.one-half.space {
	width: 47%;
	margin: 0 1.5%;
}
.one-third {
	width: 33.3333333%;
	height: auto;
	float: left;
	overflow: hidden;
}
.one-third.space {
	width: 30%;
	margin: 0 1.5%;
}
.two-third {
	width: 66%;
	height: auto;
	float: left;
	overflow: hidden;
}
.two-third.space {
	width: 63%;
	margin: 0 1.5%;
}
.one-fourth {
	width: 25%;
	height: auto;
	float: left;
	overflow: hidden;
}
.one-fourth.space {
	width: 22%;
	margin: 0 1.5%;
}
.three-fourth {
	width: 75%;
	height: auto;
	float: left;
	overflow: hidden;
}
.three-fourth.space {
	width: 72%;
	margin: 0 1.5%;
}
.one-sixth {
	width: 16.66666666666667%;
	height: auto;
	overflow: hidden;
	float: left;
}
.one-sixth.space {
	width: 13.66666666666667%;
	height: auto;
	float: left;
	overflow: hidden;
}
.left {
	float: left;
}
.right {
	float: right;
}

/*------------------
HEADER
------------------*/

.headerGeral {
	width: 100%;
	height: 108px;
}
.headerLeft {
	width: 30%;
	float: left;
	background: #191817;
}
.headerLeft .logo {
	width: 184px;
	height: 88px;
	display: block;
	float: right;
	margin: 10px;
	background: url(./images/sprites.png) no-repeat;
	background-position: 0 0;
}
.headerRight {
	width: 70%;
	float: right;
}
.headerRight ul {
	list-style: none;
}
.headerRight ul li {
	display: inline-block;
}
.headerRight .nav {
	margin: 50px 0 0 30px;
	float: left;
}
.headerRight .nav .sub-menu {
	display: none;
}
.headerRight .nav li {
	margin: 0 30px 0 0;
	position: relative;
}
.headerRight .nav li:nth-last-child(1) {
	margin: 0;
}
.headerRight .nav a {
	font: 600 1.4em Poppins, sans-serif;
	text-transform: uppercase;
	color: #191817;
	line-height: 100%;
}
.headerRight .nav a:hover,
.headerRight .nav .current-menu-item>a {
	border-bottom: 4px solid #C7181B;
}
.headerRight .nav li:hover .sub-menu {
	display: block;
	position: absolute;
	padding: 8px 0 0;
	z-index: 9999;
}
.headerRight .nav li:hover .sub-menu li {
	width: 180px;
	padding: 10px;
	background: #ffffff;
	border-bottom: 1px solid #7f7f7f;
}
.headerRight .nav li:hover .sub-menu li:hover {
	background: #C7181B;
	border-bottom: 1px solid #C7181B;
}
.headerRight .nav li:hover .sub-menu li:hover a {
	color: #ffffff;
	line-height: 100%;
}
.headerRight .nav li:hover .sub-menu .current-menu-item a {
	border-bottom: none;
}
.headerRight .social {
	float: left;
	margin: 41px 0 0 45px;
	line-height: 100%;
}
.headerRight .social li {
	font-size: 1.2em;
	background: #191817;
	margin-right: 10px;
}
.headerRight .social li .fa-stack-2x {
	color: #191817;
}
.headerRight .social li:hover .fa-stack-2x {
	color: #C7181B;
}
.headerRight .social li:hover {
	background: #C7181B;
}
.headerRight .social li .fa-stack-1x {
	color: #FFFFFF;
	font-size: 1.2em;
	margin-top: 2px;
}
.headerGeral .nav-toggle {
	display: none;
}

/*------------------
HOME
------------------*/

.slider {
	width: auto;
	height: auto;
	margin: 50px auto;
}
.custom .tp-bullet {
	width: 50px !important;
	height: 4px !important;
	background: #ffffff !important;
}
.custom .tp-bullet:hover,
.custom .tp-bullet.selected {
	background: #C7181B !important;
}

/*------------------
PAGE GERAL
------------------*/

.topoPage {
	padding: 60px 0;
	font: 700 2.6em Poppins, Lato, sans-serif;
	text-transform: uppercase;
}
.topoPage h1 {
	display: table;
	border-bottom: 8px solid #C7181B;
}

/*------------------
PAGE EMPRESA
------------------*/

.quemSomos .one-half,
.quemSomos .container,
.quemSomos .two-third,
.quemSomos .row {
	overflow: visible;
}
.quemSomos img {
	width: 100%;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	-webkit-filter: opacity(1);
	filter: none;
	-webkit-filter: grayscale(0%);
	image-rendering: auto;
	-webkit-box-shadow: -23px 29px 0px 6px rgba(0,0,0,0.1);
	-moz-box-shadow: -23px 29px 0px 6px rgba(0,0,0,0.1);
	box-shadow: -23px 29px 0px 6px rgba(0,0,0,0.1);
}
.quemSomos .empresa {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 35px;
}

.quemSomos .empresa h2 {
	width: 200px;
	height: 161px;
	color: rgba(25,24,23,1);
	box-sizing: border-box;
	padding: 50px 0 0;
	text-align: center;
	float: left;
	text-transform: uppercase;
	font: 700 3.4em Poppins, Lato, sans-serif;
	background: url(./images/sprites.png);
	background-position: 0 -335px;
}
.quemSomos .empresa p {
	font: 600 1.4em Poppins, Lato, sans-serif;
	color: rgba(25,24,23,1);
	margin: 10px 30px 0;
}

.quemSomos .institucional {
	clear: both;
}
.quemSomos .institucional h2 {
	font: 700 5.4em Poppins, Lato, sans-serif;
	text-transform: uppercase;
	line-height: 120%;
	padding: 30px 0 0;
}
.quemSomos .institucional h2 .color {
	color: #C7181B;
}
.quemSomos .institucional p {
	font: 600 1.3em Poppins, Lato, sans-serif;
	background: #e1e1e1;
	padding: 45px 30px;
	margin: 0px 0 40px;
	display: block;
	-webkit-box-shadow: 450px 0px 0px 0px rgba(225,225,225,1);
	-moz-box-shadow: 450px 0px 0px 0px rgba(225,225,225,1);
	box-shadow: 450px 0px 0px 0px rgba(225,225,225,1);
}

.depoimentos {
	width: 100%;
	overflow: hidden;
	padding-top: 80px;
	margin-bottom: -100px;
}
.depoimentos h2 {
	color: #C7181B;
	font: 700 3.8em Poppins, Lato, sans-serif;
	text-transform: uppercase;
}
.depoimento {
	width: 100%;
	overflow: hidden;
	background: #C7181B;
	padding: 80px 0 40px;
}
.depoimento .one-fourth {
	margin: 0;
}
.depoimento .imgDepoimento {
	border-top: 3px solid #fff;
}
.depoimento .imgDepoimento img {
	width: 100%;
	height: auto;
}
.depoimento .imgDepoimento:after {
	content: '';
	width: 35px;
	height: 35px;
	display: block;
	position: relative;
	margin: 0 auto;
	bottom: 20px;
	z-index: 300;
	background: #C7181B;
	-ms-transform: rotate(-45deg); /* IE 9 */
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.depoimento h3 {
	font: 700 1.9em Poppins, Lato, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
}
.depoimento h4 {
	font: 600 1em Poppins, Lato, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
}
.depoimento p {
	font: normal 1.2em Poppins, Lato, sans-serif;
	line-height: 120%;
	margin-top: 20px;
	color: #ffffff;
}

/*------------------
PAGE PORTFOLIO
------------------*/

.artista {
}
.artista figure {
	position: relative;
}
.artista figure img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.artista figcaption {
	display: none;
	position: absolute;
}
.artista figure:hover figcaption {
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.7);
	box-sizing: border-box;
	border-style: solid;
	border-width: 8px;
	-moz-border-image: url(./images/box-cut.png) 8 stretch;
	-webkit-border-image: url(./images/box-cut.png) 8 stretch;
	-o-border-image: url(./images/box-cut.png) 8 stretch;
	border-image: url(./images/box-cut.png) 8 fill stretch;
	top: 0;
}
.artista figure:hover figcaption h2 {
	width: 80%;
	float: right;
	color: #C7181B;
	margin: 38% 0 0;
	line-height: 100% !important;
	text-transform: uppercase;
	font: 700 1.8em Poppins, Lato, sans-serif;
}
.artista figure:hover figcaption p {
	display: table;
	text-align: center;
	padding: 20px 0 0;
	clear: both;
	margin: 0 auto;
	font: 700 1.2em Poppins, Lato, sans-serif;
	text-transform: uppercase;
	color: #C7181B;
	border-bottom: 1px dotted #C7181B; 
}
.artistas .bx-wrapper .bx-prev {
	background: url(./images/sprites.png) no-repeat -184px -29px !important;
}
.artistas .bx-wrapper .bx-next {
	background: url(./images/sprites.png) no-repeat -210px -29px !important;
}

.empresas {
	width: 100%;
	overflow: hidden;
	padding-top: 100px;
	margin-bottom: -100px;
}
.empresas h2 {
	color: #191817;
	font: 700 3.8em Poppins, Lato, sans-serif;
	text-transform: uppercase;
	display: table !important;
	border-bottom: 8px solid #C7181B;
}
.portifolio .empresa {
	width: 100%;
	overflow: hidden;
	padding: 80px 0 40px;
}
.empresas .bx-wrapper .bx-prev {
	background: url(./images/sprites.png) no-repeat -184px -29px !important;
}
.empresas .bx-wrapper .bx-next {
	background: url(./images/sprites.png) no-repeat -210px -29px !important;
}
.empres {
	margin-bottom: 30px !important;
}
.empres figure {
	position: relative;
}
.empres figure img {
	width: 100%;
	vertical-align: top;
}
.empres figcaption {
	display: none;
	position: absolute;
}
.empres figure:hover figcaption {
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.95);
	box-sizing: border-box;
	border-style: solid;
	border-width: 8px;
	-moz-border-image: url(./images/box-cut-black.png) 8 stretch;
	-webkit-border-image: url(./images/box-cut-black.png) 8 stretch;
	-o-border-image: url(./images/box-cut-black.png) 8 stretch;
	border-image: url(./images/box-cut-black.png) 8 fill stretch;
	top: 0;
}
.empres figure:hover figcaption h2 {
	width: 100%;
	text-align: center;
	color: #C7181B;
	margin: 38% 0 0;
	line-height: 100% !important;
	text-transform: uppercase;
	font: 700 1.8em Poppins, Lato, sans-serif;
	border-bottom: none;
}
.empres figure:hover figcaption p {
	display: table;
	text-align: center;
	padding: 20px 0 0;
	clear: both;
	margin: 0 auto;
	font: 700 1.2em Poppins, Lato, sans-serif;
	text-transform: uppercase;
	color: #C7181B;
	border-bottom: 1px dotted #C7181B; 
}

/*------------------
PAGE SERVIÇOS
------------------*/

.servicos .sonorizacao {
	width: 90%;
	height: auto;
	overflow: hidden;
	margin: 90px 0 90px;
	padding: 40px 60px;
	float: right;
	box-sizing: border-box;
	border-top: 10px solid #C7181B;
	border-left: 10px solid #C7181B;
	border-bottom: 10px solid #C7181B;
}
.servicos .sonorizacao h2 {
	font: 700 4.8em Poppins, Lato, sans-serif;
	text-transform: uppercase;
	line-height: 100% !important;
	padding: 10px 0;
}
.servicos .sonorizacao p {
	font-size: 2em;
	line-height: 120% !important;
	margin-top: 20px;
}

.servicos .palco {
	width: 90%;
	height: auto;
	overflow: hidden;
	margin: 0px 0 90px;
	padding: 40px 60px;
	float: left;
	box-sizing: border-box;
	border-top: 10px solid #C7181B;
	border-right: 10px solid #C7181B;
	border-bottom: 10px solid #C7181B;
}
.servicos .palco h2 {
	font: 700 4.8em Poppins, Lato, sans-serif;
	text-transform: uppercase;
	line-height: 100% !important;
	padding: 10px 0;
	margin-top: 20px;
}
.servicos .palco p {
	font-size: 2em;
	line-height: 120% !important;
	margin-top: 10px;
}
.servicos .palco:nth-child(4) h2 {
	margin-top: 0;
}

.servicos .iluminacao {
	width: 90%;
	height: auto;
	overflow: hidden;
	margin: 0px 0 90px;
	padding: 40px 60px;
	float: right;
	box-sizing: border-box;
	border-top: 10px solid #C7181B;
	border-left: 10px solid #C7181B;
	border-bottom: 10px solid #C7181B;
}
.servicos .iluminacao h2 {
	font: 700 4.8em Poppins, Lato, sans-serif;
	text-transform: uppercase;
	line-height: 100% !important;
	padding: 10px 0;
}
.servicos .iluminacao p {
	font-size: 2em;
	line-height: 120% !important;
}


/*------------------
PAGE PROJETOS
------------------*/

.projetos {
	width: 100%;
	height: auto;
	overflow: auto;
	padding-bottom: 100px !important;
}
.projetos .one-half {
	overflow: visible;
}
.projetos .container,
.projetos .row {
	overflow: visible;
}
.projetos .firstProject h1 {
	position: absolute;
	font: 700 6.5em Poppins, Lato, sans-serif;
	text-transform: uppercase;
	line-height: 100% !important;
	color: #C7181B;
	background: url(./images/box-projeto.png) no-repeat right;
	padding: 110px 50px;
	margin: 220px 0px 0;
	z-index: 999;
}
.projetos .firstProject .one-third:nth-child(2) {
	width: 25%;
}
.projetos .firstProject img {
	width: 100%;
	height: auto;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity=75);
	-webkit-filter: opacity(0.9);
	filter: gray;
	-webkit-filter: grayscale(100%);
	image-rendering: auto;
}
.projetos .firstProject img:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	-webkit-filter: opacity(1);
	filter: none;
	-webkit-filter: grayscale(0%);
	image-rendering: auto;
}
.projetos .firstProject .descProjetos {
	font-size: 1.6em;
	padding-top: 100px;
}
.projetos .imageDescProjetos img {
	position: absolute !important;
	margin-top: 80px !important;
	margin-left: -290px !important;
}
.projetos .firstProject .descProjetos h2 {
	font-size: 1.6em;
	text-transform: uppercase;
}
.projetos .secondProject {
	margin: 120px 0 0;
	font-size: 1.6em;
}
.projetos .secondProject .one-half:nth-child(1) {
	margin-top: 100px;
}
.projetos .secondProject h3 {
	text-transform: uppercase;
	margin: 0 0 10px;
}
.projetos .secondProject .one-half:nth-child(2) {
	background: #C7181B;
	box-sizing: border-box;
	padding: 70px 40px;
	margin: 50px 0 0;
	color: #ffffff;
	-webkit-box-shadow: 450px 0px 0px 0px rgba(199,24,27,1);
	-moz-box-shadow: 450px 0px 0px 0px rgba(199,24,27,1);
	box-shadow: 450px 0px 0px 0px rgba(199,24,27,1);
}

/*------------------
PAGE CONTATO
------------------*/

.contato .one-third.space {
	background: #C7181B;
	margin: 0 3% 0 0;
	box-sizing: border-box;
	padding: 40px 40px;
	font-size: 1.4em;
	color: #FFF;
	margin-top: 35px;
}
.contato .contatos:nth-child(1) {
	font-family: Poppins, Lato, sans-serif;
	font-weight: 600;
}
.contato .contatos {
	margin: 0 0 20px;
	line-height: 200%;
}
.contato .contatos a {
	color: #FFF;
}
.contato .textArea {
	width: 100%;
	height: 40px;
	padding: 0 15px;
	margin-bottom: 10px;
	box-sizing: border-box;
	background: transparent;
	border-bottom: 4px solid #191817;
	font: 500 2em Poppins, Lato, sans-serif;
}
.contato .textArea:focus {
	border-color: #C7181B;
	color: #C7181B;
}
.contato .message {
	width: 100%;
	height: 200px;
	padding: 15px;
	margin: 20px 0;
	box-sizing: border-box;
	background: transparent;
	border: 4px solid #191817;
	font: 500 2em Poppins, Lato, sans-serif;
}
.contato .message:focus {
	border-color: #C7181B;
	color: #C7181B;
}
.contato .textArea::-webkit-input-placeholder {
	color: #191817;
}
.contato .textArea:-moz-placeholder {
	color: #191817;
}
.contato .textArea::-moz-placeholder {
	color: #191817;
}
.contato .textArea:-ms-input-placeholder {
	color: #191817;
}
.contato .message::-webkit-input-placeholder {
	color: #191817;
}
.contato .message:-moz-placeholder {
	color: #191817;
}
.contato .message::-moz-placeholder {
	color: #191817;
}
.contato .message:-ms-input-placeholder {
	color: #191817;
}
.contato .buttonSend {
	padding: 0 35px;
	border: 4px solid #C7181B;
	background: none;
	cursor: pointer;
	font: 500 2em Poppins, Lato, sans-serif;
}
.contato .buttonSend:hover {
	background: #C7181B;
	color: #ffffff;
}
span.wpcf7-not-valid-tip {
	color: #fff !important;
	background: #C7181B;
	font-size: 1.4em !important;
	text-align: center;
	padding: 5px;
	display: block;
}
div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
	background: #f7e700;
	font-size: 1.4em;
	text-align: center;
	font-weight: 700;
	font-family: Poppins, Lato, sans-serif;
}
div.wpcf7-mail-sent-ng {
	border: 2px solid red;
	background: red;
	font-size: 1.4em;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-family: Poppins, Lato, sans-serif;
}
div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
	background: #398f14;
	font-size: 1.4em;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-family: Poppins, Lato, sans-serif;
}
.contato .mapArea {
	padding-bottom: 40px;
	margin: 60px 0 0;
}
.contato .map {
	-webkit-box-shadow: -20px 19px 0px 3px rgba(199,24,27,1);
	-moz-box-shadow: -20px 19px 0px 3px rgba(199,24,27,1);
	box-shadow: -20px 19px 0px 3px rgba(199,24,27,1);
	float: none;
	width: 775px;
	margin: 0 auto;
}
.contato .map img {
	vertical-align: top;
}
.contato .map figure {
	position: relative;
}
.contato .map figcaption {
	display: none;
}
.contato .map a:hover figcaption {
	display: block;
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	margin-top: -350px;
	background: rgba(166,43,45,.3);
	text-align: center;
	font: 700 3em Poppins, Lato, sans-serif;
	text-transform: uppercase;
}
.contato .map a:hover figcaption p {
	margin-top: 20%;
}

/*------------------
FOOTER
------------------*/

.footerGeral {
	background: #191817;
	margin: 140px 0 0;
	color: #ffffff;
	clear: both;
}
.footerGeral p {
	font: 500 1.3em "Poppins", Lato, sans-serif;
}
.footerGeral .one-third:nth-child(1){
	padding: 35px 0 60px;
}
.footerGeral .three-fourth {
	margin-top: 18px;
	padding: 35px 0 60px;
}
.footerGeral .three-fourth a {
	color: #FFF;
}
.footerGeral input {
	width: 70%;
	height: 30px;
	font: normal 1.2em "Poppins", Lato, sans-serif;
	box-sizing: border-box;
	padding: 0 5px;
}
.footerGeral button {
	background: #C7181B;
	font: 700 1.4em "Poppins", Lato, sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	height: 30px;
	padding: 0 10px;
	cursor: pointer;
}
.footerGeral button:hover {
	background: #ffffff;
	color: #191817;
}
.footerGeral ul {
	list-style: none;
}
.footerGeral ul li {
	display: inline-block;
}
.footerGeral .social {
	width: auto;
	display: table;
	float: right;
	line-height: 100%;
}
.footerGeral .social li {
	font-size: 1.6em;
	padding: 75px 10px 80px;
	vertical-align: top;
}
.footerGeral .social li:hover {
	background: #ffffff;
}
.footerGeral .social a {
	width: 40px;
	height: 41px;
	display: block;
	background: url(./images/sprites.png);
}
.footerGeral .social li .facebook {
	background-position: 0 -89px;
}
.footerGeral .social li .instagram {
	background-position: -41px -89px;
}
.footerGeral .social li:hover .facebook {
	background-position: 0 -131px;
}
.footerGeral .social li:hover .instagram {
	background-position: -41px -131px;
}

/*------------------
RESPONSIVO
------------------*/

@media screen and (min-width: 768px) and (max-width: 1230px) {
	.container {
		width: 96%;
	}
	.quemSomos .one-half {
		width: 100%;
	}
	.quemSomos .one-half:nth-child(1) {
		text-align: center;
	}
	.quemSomos .one-half:nth-child(2) {
		margin-top: 50px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1090px) {
	.one-fourth {
		width: 50%;
	}
	.one-fourth.space {
		width: 47%;
		margin: 0 1.5%;
	}
}
@media screen and (min-width: 460px) and (max-width: 768px) {
	.container {
		width: 96%;
	}
	.one-half,
	.one-third,
	.one-fourth,
	.one-sixth,
	.one-half.space,
	.one-third.space,
	.one-fourth.space,
	.one-sixth.space, {
		width: 100%;
	}

}
@media screen and (min-width: 0px) and (max-width: 768px) {
	.container {
		width: 96%;
	}
	.one-half,
	.one-third,
	.two-third,
	.one-fourth {
		width: 100%;
	}
	.two-third.space,
	.one-half.space,
	.one-third.space,
	.one-fourth.space {
		width: 100%;
		margin: 0;
	}

	/*------------------
	HEADER
	------------------*/

	/*------------------
	PAGE GERAL
	------------------*/

	.topoPage h1 {
		margin: 0 auto;
	}

	/*------------------
	PAGE EMPRESA
	------------------*/

	.quemSomos img {
		width: 96%;
		margin: 0 2%;
	}
	.quemSomos .empresa p {
		clear: both;
		text-align: center;
	}
	.quemSomos .empresa h2 {
		float: none;
		margin: 35px auto 0;
	}
	.quemSomos .institucional h2 {
		text-align: center;
	}
	.quemSomos .institucional p {
		text-align: justify;
	}
	.depoimento h3 {
		font: 700 1.9em Poppins, Lato, sans-serif;
	}
	.depoimento p {
		font: normal 1.2em Poppins, Lato, sans-serif;
	}

	.bx-wrapper .bx-viewport {
		left: 0px !important;
	}
	.bx-controls-direction .one-half {
		width: 50%;
	}
	.bx-wrapper .bx-prev {
		margin-left: 70% !important;
	}
	.bx-wrapper .bx-next {
		margin-right: 70% !important;
	}

	/*------------------
	PAGE SERVIÇOS
	------------------*/

	.servicos .palco {
		width: 95%;
		margin: 50px 0;
			box-sizing: border-box;
		padding: 30px;
	}
	.servicos .palco h2 {
		text-align: center;	
	}
	.servicos .palco p {
		text-align: justify;
	}
	.servicos .iluminacao {
		height: auto;
		margin: 50px 0;
		padding: 50px 0;
		text-align: center;
	}
	.servicos .iluminacao p {
		text-align: justify;
		padding: 0 30px;
	}
	.servicos .sonorizacao {
		width: 95%;
		margin: 50px 0;
		padding: 30px;
	}
	.servicos .sonorizacao h2 {
		font: 700 6.5em Poppins, Lato, sans-serif;
		text-align: center;
	}
	.servicos .sonorizacao p {
		text-align: justify;
	}
	.servicos .projecao {
		height: auto;
		margin: 50px 0;
		padding: 50px 0;
		text-align: center;
	}
	.servicos .projecao p {
		text-align: justify;
		padding: 0 30px;
	}

	/*------------------
	PAGE PROJETOS
	------------------*/

	.projetos {
		padding: 30px 0;
	}
	.projetos .firstProject h1 {
		margin: 0;
		box-sizing: border-box;
	}
	.imageProjetos {
		margin-top: 300px !important;
	}
	.projetos .firstProject .descProjetos {
		padding: 20px 10px 0;
		text-align: justify;
		box-sizing: border-box;
	}
	.projetos .secondProject {
		margin: 0;
	}
	.projetos .secondProject .one-half:nth-child(1) {
		margin-top: 50px;
	}
	.projetos .secondProject .one-half:nth-child(2) {
		padding: 50px 20px;
		text-align: justify;
	}
	.projetos .secondProject .one-third {
		margin-bottom: 30px;
		text-align: center;
	}
	.projetos .secondProject .one-third p {
		text-align: justify;
	}
	.projetos .imageDescProjetos img {
		position: inherit !important;
		margin-top: 0 !important;
		margin-left: 0 !important;
	}

	/*------------------
	PAGE CONTATO
	------------------*/

	.contato .two-third {
		margin: 50px 0 0;
	}
	.contato .map {
		width: 90%;
	}
	.contato .map img {
		width: 100%;
	}

	/*------------------
	FOOTER
	------------------*/

	.footerGeral .one-third {
		text-align: center;
	}
	.footerGeral .one-third:nth-child(1),
	.footerGeral .one-third:nth-child(2) {
		padding: 35px 0 35px;
	}
	.footerGeral .one-third:nth-child(2) {
		margin-top: 0px; 
	}
	.footerGeral .social {
		margin: 0 auto;
		float: none;
	}
	.footerGeral .social li {
		padding: 20px 10px 20px;
	}
}
@media screen and (min-width: 0) and (max-width: 768px) {
	.headerGeral .nav.nav-aberta {
		position: relative;
		height: 0;
		float: left;
		padding: 0 0 50px;
	}
	.headerLeft {
		width: 100%;
	}
	.headerLeft .logo {
		float: none;
		margin: 10px auto;
	}
	.headerRight {
		width: 100%;
		overflow: hidden;
	}
	.headerRight .nav {
		margin: 0;
	}
	.headerRight .menu-menu-principal-container {
		padding: 51px 0;	
	}
	.headerRight .menu li {
		display: inline;
	}
	.headerRight .social {
		float: none;
		position: absolute;
		margin: 10px;
	}
	.headerGeral .after {
		float: right;
	}
	.headerGeral .nav {
		width: 100% !important;
		display: block;
		margin-top: 0px;
	}
	.headerGeral .nav ul {
		height: auto;
		overflow: hidden;
	}
	.headerGeral .nav li {
		margin: 0;
		padding: 0;
		float: none;
	}
	.headerMain .nav li:nth-child(4),
	.headerMain .nav li:nth-child(5),
	.headerMain .nav li:nth-child(6) {
		float: none;
		margin-left: 0px;
	}
	.headerGeral .nav a {
		border-radius: 0;
	}
	.headerRight .nav a:hover,
	.headerRight .nav .current-menu-item>a {
		background: #C7181B;
		border: none;
		color: #FFF;
	}
	.headerGeral .nav li ul {
		display: block;
	}
	.headerGeral .nav li:hover ul {
		position: relative;
		margin: 0;
		background: none;
		padding: 0;
		width: 100%;
		text-align: left !important;
	}
	.headerGeral .nav li:hover ul li {
		text-align: left !important;
		padding: 0;
	}
	.headerGeral .nav li:hover ul li a {
		padding: 10px 0 10px 25px;
		display: block;
		color: #222222;
	}
	.headerGeral .nav li:hover ul li a:hover {
		padding: 10px 0 10px 25px;
		display: block;
		color: #222222;
	}
	.headerGeral .nav li ul li a {
		padding: 10px 0 10px 25px;
	}
	.headerGeral .nav li a {
		padding: 10px 0 10px 15px;
		display: block;
	}
	.headerGeral .nav-toggle {
		display: block;
		font-size: 3.5em;
		padding-bottom: 20px;
		position: absolute;
		text-align: center;
		color: #C7181B;
		right: 10px;
		margin-top: -1px !important;
	}
	.headerGeral nav li:hover ul li {
		border-bottom: none;
		border-top: none;
	}
}
@media screen and (min-width: 768px) and (max-width: 930px) {
	.headerLeft {
		width: 100%;
	}
	.headerLeft .logo {
		float: none;
		margin: 10px auto;
	}
	.headerRight {
		width: 100%;
		overflow: hidden;
	}
}