/* CSS Document */
/* BEGIN reset css */
/* remove and neutralize the inconsistent default styling of HTML elements */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0;}
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal;}
ol,ul { list-style:none;}
caption,th { text-align:left;}
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal;}
q:before,q:after { content:'';}
abbr,acronym {border:0;}
/* END reset css */
/* BEGIN includes */
.clearfix:after { clear:both; content:"."; display:block; height:0pt; visibility:hidden; }
/* END includes */
/* BEGIN standard elements */
html, body { 
	font-family: 'Raleway', Helvetica, Arial, sans-serif; font-weight: 500; 
	position: relative;
}
.bgImage {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;	
	background-image: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	/*-webkit-transition: opacity 0.5s ease 0s; -moz-transition: opacity 0.5s ease 0s; transition: opacity 0.5s ease 0s;*/
}
.bgImage.on {
	opacity: 1;
	-webkit-transition: opacity 0.5s ease 0s; -moz-transition: opacity 0.5s ease 0s; transition: opacity 0.5s ease 0s;
}
form { }
form label { }
form input, form textarea, input, textarea, select {-webkit-appearance: none; -webkit-border-radius: 0;}
::selection {background: #FF5537; color: #18182D; /* Safari */}
::-moz-selection {background: #FF5537; color: #18182D; /* Firefox */}
::-webkit-scrollbar { width: 15px; height: 15px;}::-webkit-scrollbar-button {  width: 0; height: 0; }
::-webkit-scrollbar-track {  background-color: #F8F8F8;}::-webkit-scrollbar-track-piece { background-color: #F8F8F8;}
::-webkit-scrollbar-thumb { height: 76px; background-color: #FF5537;}
::-webkit-scrollbar-corner { width: 15px; height: 15px; background-color: #F8F8F8;}

/* END standard elements */
/*#preload-01 { background: url(../img/layout/event-place-arrow.png) no-repeat -9999px -9999px; }*/
/* BEGIN layout */
#mainWrapper {min-width: 320px; }
#mainWrapper {/*background-color: #FFF;*/ position: relative; }
@media screen and (min-width: 600px) {
	#mainWrapper { padding-bottom: 49px; }
}
#pageWrapper {}
#headerWrapper {
	padding: 0 25px;
	padding-top: 57px;
	padding-bottom: 43px;
	height: 70px;
}
#headerWrapper #header {	max-width: 1044px; margin: 0 auto; }
.headerLogo h1 {
	float: left;
	line-height: 500px;
	overflow: hidden;
	width: 80px;
	height: 70px;
	background: url(../img/layout/LuisVazIcon-Medium.png) center center no-repeat transparent;
	background-size: cover;
}
@media screen and (min-width: 600px) {
	#headerWrapper { padding-left: 76px; padding-right: 76px; }
}
@media screen and (min-width: 1030px) {
	.headerLogo h1:hover {
		background-image: url(../img/layout/IconsMedium.gif);
	}
}
#footerWrapper {
	padding: 0 25px;
	padding-bottom: 45px;
	height: 70px;
}
#footerWrapper #footer {
	position: relative;
	padding-top: 104px;
	max-width: 1044px; margin: 0 auto;
}
#footerWrapper #footer a.goToTop,#footerWrapper #footer a.goToTop:visited {
	position: absolute; top: 0; left: 0;
	line-height: 500px;
	overflow: hidden;
	width: 75px;
	height: 66px;
	background: url(../img/layout/LuisVazIcon-Medium.png) center center no-repeat transparent;
	background-size: cover;
}
#footerWrapper #copyright {
	line-height: 17px;
	color: #18182D;
	font-weight: 600;
	font-size: 11px;
	margin-top: 16px;
	margin-bottom: 16px;
}
#footerWrapper #copyright a,
#footerWrapper #copyright a:visited {
	color: #18182D;
	text-decoration: none;
}
#footerWrapper #copyright span {
	font-weight: 400;
}
#footerWrapper #copyright span.underline {
	font-weight: 700;
}
#footerWrapper #footerDesc {
	font-weight: 400;
	line-height: 17px;
	color: #AEADB2;
	font-size: 11px;
}
@media screen and (min-width: 600px) {
	#footerWrapper { padding-left: 76px; padding-right: 76px; }
}
@media screen and (min-width: 750px) {
	#footerWrapper #footer { height: 17px; text-align: left; }		
	#footerWrapper #copyright { margin:0; margin-left: 10px; float: left; }
	#footerWrapper #footerDesc { margin-right: 13px; float: right; }
}

@media screen and (min-width: 1030px) {
	#footerWrapper #copyright a:hover span.underline { text-decoration: underline; }
	#footerWrapper #footer a.goToTop:hover {
		background-image: url(../img/layout/IconsMedium.gif);
	}
}
/* END layout */

/* BEGIN topInfo */
.topInfo {
	margin: 0 auto;
	max-width: 1024px;
	padding: 0 25px;
}
.topInfo p {
	color: #ADADB1;
	font-weight: 300;
	line-height: 23px;
	font-size: 16px;
	margin-bottom: 23px;
}
.topInfo p span {
	color: #000927;
}
.topInfo p.special {
}
.topInfo p.special a,
.topInfo p.special a:visited {
	color: #ADADB1;
	text-decoration: none;
}
.topInfo p.special:hover a,
.topInfo p.special:hover a:visited {
	color: #000927;
}
@media screen and (min-width: 600px) {
	.topInfo { padding: 0 86px; }
	.topInfo p {
		line-height: 33px;
		font-size: 21px;
		margin-bottom: 33px;
	}	
}
/* END topInfo */

/* BEGIN moreInfoButton */
.moreInfoButton {
	margin: 0 auto;
	max-width: 1024px;
	padding: 0 25px;
	padding-top: 32px;
	margin-bottom: 34px;
	line-height: 23px;
}
.moreInfoButton a,
.moreInfoButton a:visited {
	display: inline-block;
	color: #19192D;
	font-weight: 700;
	font-size: 20px;
	text-decoration: none;
	border-bottom: 1px solid #FFF;
}
.moreInfoButton a span, .moreInfoButton a:visited span {
	font-size: 37px;
	font-weight: 500;
	float: left;
	margin-right: 3px;
	top: 7px;
}
@media screen and (min-width: 600px) {
	.moreInfoButton { padding: 0 86px; padding-top: 32px; margin-bottom: 68px; }
}
@media screen and (min-width: 1030px) {
	.moreInfoButton a:hover	{
		color: #FF5537;
		border-bottom: 1px solid #FF5537;
	}
}
/* END moreInfoButton */

/* BEGIN clientsInfo */
.clientsInfo {
	margin: 0 auto;
	max-width: 1024px;
	padding: 0 25px;
}
.clientsInfo h3 {
	margin-bottom: 29px;
	color: #19192D;
	font-weight: 700;
	font-size: 20px;
	line-height: 40px;
}
.clientsInfo h3 span {
	font-size: 37px;
	font-weight: 500;
}
.clientsInfo p {
	color: #ADADB1;
	font-weight: 300;
	line-height: 23px;
	font-size: 16px;
	margin-bottom: 23px;
}
@media screen and (min-width: 600px) {
	.clientsInfo { padding: 0 86px; }
	.clientsInfo h3 {
		margin-bottom: 58px;
	}
	.clientsInfo p {
		line-height: 33px;
		font-size: 21px;
		margin-bottom: 33px;
	}
}
/* END clientsInfo */

/* BEGIN lessInfoButton */
.lessInfoButton {
	margin: 0 auto;
	max-width: 1024px;
	padding: 0 25px;
	padding-top: 9px;
}
.lessInfoButton h3 {
	margin-bottom: 29px;
	color: #19192D;
	font-weight: 700;
	font-size: 20px;
	line-height: 40px;
}
.lessInfoButton h3 span {
	font-size: 37px;
	font-weight: 500;
}
@media screen and (min-width: 600px) {
	.lessInfoButton { padding: 0 86px;padding-top: 31px; }
	.lessInfoButton h3 {
		margin-bottom: 58px;
	}
}
/* END moreInfoButton */


/* BEGIN navigationWrapper */
#navigationWrapper { margin-bottom: 32px; border-top: 1px solid #E8E8EB; }
@media screen and (min-width: 600px) {
	#navigationWrapper { margin-bottom: 64px; }
}
.navItemWrapper {
	height: 84px;
	border-bottom: 1px solid #E8E8EB;
	position: relative;
}
.navItemWrapper::before {
	content: " ";
	position: absolute; top: 0; left: 0;
	height: 100%;
	background-color: #FF5537;
	width: 0;
	overflow: hidden;
	-webkit-transition: width 0.5s ease 0s; -moz-transition: width 0.5s ease 0s; transition: width 0.5s ease 0s;
}
.navItemWrapper.hover::before {
	width: 100%;
	-webkit-transition: width 0.5s ease 0s; -moz-transition: width 0.5s ease 0s; transition: width 0.5s ease 0s;
	/* antes: 0.6 e 0.4 p texto */
}
.navItemWrapper .navItem {
	margin: 0 auto;
	max-width: 1024px;
	padding: 0 25px;
	position: relative;
}
@media screen and (min-width: 600px) {
	.navItemWrapper .navItem { padding: 0 86px; }
}
.navItemWrapper .navItem h2 {
	line-height: 84px;
	color: #19192D;
	font-size: 23px;
	font-weight: 800;
	position: relative;
}
@media screen and (min-width: 455px) {
	.navItemWrapper .navItem h2 { font-size: 37px; }
}
.navItemWrapper .navItem h2::after {
	content: attr(title);
	color: #FFF;
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	white-space: nowrap;
	-webkit-transition: width 0.5s ease 0s; -moz-transition: width 0.5s ease 0s; transition: width 0.5s ease 0s;
}
.navItemWrapper.hover .navItem h2::after {
	width: 100%;
	-webkit-transition: width 0.5s ease 0s; -moz-transition: width 0.5s ease 0s; transition: width 0.5s ease 0s;
}
.navItemWrapper .navItem .menuExtraInfo {
	position: absolute;
	top: 16px;
	overflow: hidden;
	opacity: 0;
}
.navItemWrapper .navItem .desc {
	left: 571px;
	display: none;
}
.navItemWrapper .navItem .link {
	left: 856px;
	display: none;
}
@media screen and (min-width: 900px) { .navItemWrapper .navItem .desc { display: block; } }
@media screen and (min-width: 1030px) { .navItemWrapper .navItem .link { display: block; } }
.navItemWrapper .navItem .menuExtraInfo span {
	display: block;
	opacity: 0;
	transform: translate3d(0px, 20px, 0px);
	transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
	color: #FF8573;
	font-size: 8px;
	text-transform: uppercase;
	line-height: 12px;
	font-weight: 700;
	margin-bottom: 3px;
}
.navItemWrapper .navItem .menuExtraInfo p {
	opacity: 0;
	transform: translate3d(0px, -10px, 0px);
	transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
	color: #FFB7AD;
	font-size: 12px;
	line-height: 16px;
	font-weight: 500;
}
.navItemWrapper.hover .navItem .menuExtraInfo span {
	opacity: 1;
	transform: translate3d(0px, 0px, 0px);
	transition-delay: 100ms;
}
.navItemWrapper.hover .navItem .menuExtraInfo p {
	opacity: 1;
	transform: translate3d(0px, 0px, 0px);
	transition-delay: 400ms;
}
.navItemWrapper.hover .navItem .menuExtraInfo {
	opacity: 1;
	transform: translate3d(0px, 0px, 0px);
}
.navItemWrapper a.navItemHover,
.navItemWrapper a.navItemHover:visited {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
}
.navItemWrapper .navItem span.arrow {
	position: absolute;
	top: 50%;
	right: 25px;
	margin-top: -19px;
	opacity: 0;
	width: 23px;
	height: 38px;
	background: url(../img/layout/arrow-right.png) left top no-repeat transparent;
	background-size: contain;
}
.navItemWrapper.hover .navItem span.arrow {
	opacity: 1;
	transform: translate3d(0px, 0px, 0px);
	transition-delay: 400ms;
}
@media screen and (min-width: 600px) {
	.navItemWrapper .navItem span.arrow { right: 86px; }
}
/* END navigationWrapper */

/* BEGIN seeMoreInfoWrapper */
#seeMoreInfoWrapper { margin-bottom: 59px; }
#seeMoreInfoWrapper .title {
	/*border-top: 1px solid #E8E8EA;
	border-bottom: 1px solid #E8E8EA;*/
	margin-bottom: 25px;
	position: relative;
}
#seeMoreInfoWrapper .title span.top {
	border-top: 1px solid #E8E8EA;
	position: absolute; top: 0; left: 0;
	width: 50%;
}
#seeMoreInfoWrapper .title span.bottom {
	border-bottom: 1px solid #E8E8EA;
	position: absolute; bottom: 0; left: 0;
	width: 50%;
}
#seeMoreInfoWrapper .title h2 {
	margin: 0 auto;
	max-width: 1024px;
	padding: 0 25px;
	color: #FF5537;
	font-size: 23px;
	font-weight: 800;
	line-height: 27px;
}
#seeMoreInfoWrapper .title h2 span {
	display: inline-block;
	width: auto;
	padding: 12px 0;
	padding-right: 50px;
	border-top: 1px solid #E8E8EA;
	border-bottom: 1px solid #E8E8EA;
}
@media screen and (min-width: 600px) {
	#seeMoreInfoWrapper { margin-bottom: 118px; }
	#seeMoreInfoWrapper .title { margin-bottom: 50px; }
	#seeMoreInfoWrapper .title h2 {padding: 0 86px; font-size: 34px; line-height: 38px; }
	#seeMoreInfoWrapper .title h2 span { padding: 24px 0; padding-right: 50px; }
}

#seeMoreInfoWrapper #seeMoreInfo {
	margin: 0 auto;
	max-width: 1024px;
	padding: 0 25px;
}
@media screen and (min-width: 600px) {
	#seeMoreInfoWrapper #seeMoreInfo {padding: 0 86px; }
}
#seeMoreInfoWrapper #seeMoreInfo .entry {
	max-width: 538px;
	margin-bottom: 28px;
}
#seeMoreInfoWrapper #seeMoreInfo .entry p {
	font-size: 16px;
	line-height: 26px;
}
#seeMoreInfoWrapper #seeMoreInfo .formField,
#seeMoreInfoWrapper #seeMoreInfo .formBottom {
	max-width: 497px;
}




#seeMoreInfoWrapper #seeMoreInfo .contactForm h4 {
	color: #18182D;
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	margin-bottom: 26px;
	max-width: 497px;
}
#seeMoreInfoWrapper #seeMoreInfo .contactForm h4 span {
	display: block;
}
#seeMoreInfoWrapper #seeMoreInfo .contactForm h4 span.sep {
	display: inline;
	font-weight: 500;
}
#seeMoreInfoWrapper #seeMoreInfo .contactForm h4 span.hideMobile { display: none; }
#seeMoreInfoWrapper #seeMoreInfo .contactForm h4 a,
#seeMoreInfoWrapper #seeMoreInfo .contactForm h4 a:visited {
	color: #18182D;
	text-decoration: none;
}
@media screen and (min-width: 600px) {
	#seeMoreInfoWrapper #seeMoreInfo .contactForm h4 {
		line-height: 53px;
		font-size: 20px;
		margin-bottom: 40px;
	}
	#seeMoreInfoWrapper #seeMoreInfo .contactForm h4 span.hideMobile { display: inline; }
	#seeMoreInfoWrapper #seeMoreInfo .contactForm h4 span { display: inline; }
	#seeMoreInfoWrapper #seeMoreInfo .contactForm h4 span.sep {
		/*display: inline-block;*/
		/*width: 76px;*/
		color: #FFF;
	}
	#seeMoreInfoWrapper #seeMoreInfo .contactForm h4 {
		text-align: justify;
	}
	#seeMoreInfoWrapper #seeMoreInfo .contactForm h4::after {
		width: 100%;
		content: "";
		display: inline-block;
	}
	#seeMoreInfoWrapper #seeMoreInfo .contactForm h4 a,
	#seeMoreInfoWrapper #seeMoreInfo .contactForm h4 a:visited {
		display: inline;
	}
}
@media screen and (min-width: 1030px) {
	#seeMoreInfoWrapper #seeMoreInfo .contactForm h4 a:hover {
		text-decoration: underline;
	}
}
#seeMoreInfoWrapper #seeMoreInfo .formField {
	margin-bottom: 21px;
}
#seeMoreInfoWrapper #seeMoreInfo .formField input {
	border: 0;
	background-color: #F8F8F8;
	width: 95%;
	padding: 0 2.5%;
	height: 30px; line-height: 30px;
	font-size: 11px;
	color: #565665;
	font-weight: 600;
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
}
#seeMoreInfoWrapper #seeMoreInfo .formField textarea {
	border: 0;
	background-color: #F8F8F8;
	width: 95%;
	max-width: 95%;
	min-width: 95%;
	padding: 15px 2.5%;
	line-height: 19px;
	height: 110px; 
	min-height: 110px; 
	/*max-height: 110px;*/
	font-size: 11px;
	color: #565665;
	font-weight: 600;
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
}
#seeMoreInfoWrapper #seeMoreInfo .formField textarea:focus,
#seeMoreInfoWrapper #seeMoreInfo .formField input:focus {
	background-color: #FFF;
	outline: 1px solid #9191a7;
}
#seeMoreInfoWrapper #seeMoreInfo .formField textarea.error,
#seeMoreInfoWrapper #seeMoreInfo .formField input.error {
	outline: 1px solid #FF5537;
	background-color: #FFF;
}
#seeMoreInfoWrapper #seeMoreInfo .formBottom {
	margin-bottom: 15px;
}
#seeMoreInfoWrapper #seeMoreInfo .formBottom a,
#seeMoreInfoWrapper #seeMoreInfo .formBottom a:visited {
	text-transform: lowercase;
	float: right;
	font-size: 17px;
	text-decoration: none;
	color: #18182D;
	font-weight: 700;
	line-height: 20px;
	border-bottom: 1px solid #FFF;
}
#seeMoreInfoWrapper #seeMoreInfo .formBottom p.successMessage {
	text-transform: lowercase;
	text-align: right;
	font-size: 17px;
	color: #18182D;
	font-weight: 700;
	line-height: 20px;
}
@media screen and (min-width: 1030px) {
	#seeMoreInfoWrapper #seeMoreInfo .formField { margin-bottom: 36px; }
	#seeMoreInfoWrapper #seeMoreInfo .formField input { height: 47px; }
	#seeMoreInfoWrapper #seeMoreInfo .formField textarea  { height: 220px; }
	#seeMoreInfoWrapper #seeMoreInfo .formBottom a:hover {
		border-bottom: 1px solid #FF5537;
		color: #FF5537;
	}
}
/* END seeMoreInfoWrapper */