@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat/Montserrat-Hairline-webfont.eot');
    src: url('fonts/montserrat/Montserrat-Hairline-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat/Montserrat-Hairline-webfont.woff2') format('woff2'),
         url('fonts/montserrat/Montserrat-Hairline-webfont.woff') format('woff'),
         url('fonts/montserrat/Montserrat-Hairline-webfont.ttf') format('truetype'),
         url('fonts/montserrat/Montserrat-Hairline-webfont.svg#montserrathairline') format('svg');
    font-weight: 100;
    font-style: normal;

}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat/Montserrat-Light-webfont.eot');
    src: url('fonts/montserrat/Montserrat-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat/Montserrat-Light-webfont.woff2') format('woff2'),
         url('fonts/montserrat/Montserrat-Light-webfont.woff') format('woff'),
         url('fonts/montserrat/Montserrat-Light-webfont.ttf') format('truetype'),
         url('fonts/montserrat/Montserrat-Light-webfont.svg#montserratlight') format('svg');
    font-weight: 200;
    font-style: normal;

}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat/Montserrat-Regular-webfont.eot');
    src: url('fonts/montserrat/Montserrat-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat/Montserrat-Regular-webfont.woff2') format('woff2'),
         url('fonts/montserrat/Montserrat-Regular-webfont.woff') format('woff'),
         url('fonts/montserrat/Montserrat-Regular-webfont.ttf') format('truetype'),
         url('fonts/montserrat/Montserrat-Regular-webfont.svg#montserratregular') format('svg');
    font-weight: 300;
    font-style: normal;

}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat/Montserrat-Bold-webfont.eot');
    src: url('fonts/montserrat/Montserrat-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat/Montserrat-Bold-webfont.woff2') format('woff2'),
         url('fonts/montserrat/Montserrat-Bold-webfont.woff') format('woff'),
         url('fonts/montserrat/Montserrat-Bold-webfont.ttf') format('truetype'),
         url('fonts/montserrat/Montserrat-Bold-webfont.svg#montserratbold') format('svg');
    font-weight: 400;
    font-style: normal;

}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat/Montserrat-Black-webfont.eot');
    src: url('fonts/montserrat/Montserrat-Black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat/Montserrat-Black-webfont.woff2') format('woff2'),
         url('fonts/montserrat/Montserrat-Black-webfont.woff') format('woff'),
         url('fonts/montserrat/Montserrat-Black-webfont.ttf') format('truetype'),
         url('fonts/montserrat/Montserrat-Black-webfont.svg#montserratblack') format('svg');
    font-weight: 500;
    font-style: normal;

}

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, img, small, sub, b, dl, dd, dt, ul, li, label, article, details, footer, header, menu, nav, input, textarea, select {
	background: transparent;
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
}
html, body{
	background: transparent !important;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #000000;
	height: 100%;
	width: 100%;
	background: #FFFFFF;
	line-height: 17px;
}
body {
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	color: #000000;
}
h1 {
	font-size: 36px;
	color: #000000;
	margin-bottom: 15px;
}
p {
	font-size: 14px;
}
b {
	color: #222;
}
a:hover, a:active, a:focus, button, input.submit, input[type="submit"], input[type="reset"], input[type="button"], input[type="image"] {
	outline: 0;
}
a {
	text-decoration: none;
}
a, button, input.submit, input[type="submit"], input[type="reset"], input[type="button"], input[type="image"], .animationcss, *:before, *:after{
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
li {
	list-style: none;
}
a {
	outline: 0;
}
a:hover {
	text-decoration: none;
}
form {
	padding: 0;
	margin: 0;
}
img {
	display: block;
}
img[usemap] {
	border: none;
	height: auto;
	max-width: 100%;
	width: auto;
}
input{
	outline:none;
	box-shadow: unset;
}
/* ANIMAÇÕES AO APARECER */
.element_from_top {
	top: -50px;
	padding-right: 0px;
	opacity: 0;
	position: relative;
}
.element_from_bottom {
	bottom: -50px;
	padding-left: 0px;
	opacity: 0;
	position: relative;
}
.element_from_left {
	left: -80px;
	padding-right: 0px;
	opacity: 0;
	position: relative;
}
.element_from_right {
	right: -80px;
	padding-left: 0px;
	opacity: 0;
	position: relative;
}
.element_fade_in {
	opacity: 0;
	position: relative;
	padding-left: 0px;
	right: 0px;
}
@media only screen and (max-width: 800px) {
	.element_from_left {
		left: 0px;
	}
	
	.element_from_right {
		right: 0px;
	}		
}

/*LOADER*/
.mask, .bg_404{
	background-color: #272727;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 10000000;
	display:table;
}
.mask.mask2{
	background-color: #ffffff;
}
#loader{
	width:300px;
	height:200px;
	margin:auto;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.logo_404{
	width:300px;
	height:200px;
	margin:auto;
	background: url(imgs/elem/logo_branco.png) no-repeat top center;
	display: block;
}

.p_loader {
  font-family: 'Quattrocento', serif;
  color:#fff;
  width:100%;
  text-align:center;
  font-size:25px;
  animation:breathe 10s ease infinite;
  -moz-animation:breathe 10s ease infinite;
  -webkit-animation:breathe 10s ease infinite;
  -ms-animation:breathe 10s ease infinite;
  -o-animation:breathe 10s ease infinite;
}
@keyframes breathe {
  0% {
    letter-spacing:0;
    text-shadow:0 0 1px white;
  }
  30% {
    color:transparent;
  }
  50% {
    letter-spacing:100px;
    font-size:0;
    text-shadow:0 0 6px white;
  }
  60% {
    color:transparent;
  }
  100% {
    letter-spacing:0;
    text-shadow:0 0 1px white;
  }
}
@-webkit-keyframes breathe {
  0% {
    letter-spacing:0;
    text-shadow:0 0 1px white;
  }
  30% {
    color:transparent;
  }
  50% {
    letter-spacing:100px;
    font-size:0;
    text-shadow:0 0 6px white;
  }
  60% {
    color:transparent;
  }
  100% {
    letter-spacing:0;
    text-shadow:0 0 1px white;
  }
}
@-moz-keyframes breathe {
  0% {
    letter-spacing:0;
    text-shadow:0 0 1px white;
  }
  30% {
    color:transparent;
  }
  50% {
    letter-spacing:100px;
    font-size:0;
    text-shadow:0 0 6px white;
  }
  60% {
    color:transparent;
  }
  100% {
    letter-spacing:0;
    text-shadow:0 0 1px white;
  }
}

/* Parallax Styles */

	.parallax {
		text-align: center;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed !important;
		behavior: url(css/backgroundsize.htc);
	}
	
	.parallax-overlay {
		background-color:rgba(0,0,0,0.80);
	}
	@media only screen and (max-width: 675px) {
		.parallax {
			display:none !important;	
		}
		#section6{
			height:auto;
		}
	}
	

/*ESTILOS GERAIS*/
.mainDiv{
	width:100%;
	height:100%;
	font-family: 'Montserrat', sans-serif;
	display:table;
	z-index:100;
}

.row1{
	width:100%;
	height:100%;
	display:table-row;
	vertical-align:top;
}
.row2{
	height:100%;
	display:table-row;
	width: 100%;
	vertical-align:bottom;
}
.total_100{
	display:table;
	width:100%;
	height: -moz-calc(100% - 80px);
    height: -webkit-calc(100% - 80px);
    height: calc(100% - 80px);
}
.div_100{
	display:table;
	width:100%;
}
.div_table_cell{
	display:table-cell;
	height:100%;
	vertical-align:middle;
}
.container_1280, .container_790{
	display:table;
	width:100%;
	max-width:1400px;
	margin:auto;
	padding:0 20px;
}
.container_790{
	max-width:790px;
}
.padd_45{
	padding:0 45px;
}
@media only screen and (max-width: 1110px) {
	.padd_45{
		padding:0 30px;
	}
}
@media only screen and (max-width: 560px) {
	.padd_45{
		padding:0 20px;
	}
}
/* HEADER */
.header{
	height:80px;
	z-index:100;
	background:#fff;
	border-bottom:1px solid #D5D5D5;
}
.header.is-sticky{
	border-bottom:1px solid  transparent;
	-webkit-box-shadow: 0px 3px 5px -4px #535251;
	-moz-box-shadow: 0px 3px 5px -4px #535251;
	box-shadow: 0px 3px 5px -4px #535251;
}

#header-sticky-wrapper, .sticky-wrapper{
	height:80px;
}
.header_mobile{
	height:50px;
	z-index:100;
	background:#fff;
	display:none;
	position:relative;
}
.logo{
	width:100%;
	max-width:139px;
	display:block;
}
.header_textos{
	text-transform:uppercase;
	color:#353535;
	font-weight:300;
	font-size:12px;
	padding:0 15px;
	display: inline-block;
	cursor:pointer;
	position:relative;
}
.header.home .header_textos:last-child{
	font-weight:400;
}
.header_textos:hover, .header_textos.selected{
	color:#899898;
}
.header_textos:after {
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	margin-left: -0.5em;
	bottom: -42px;
	left: 50%;
	border: 8px solid #fff;
	
	border-color: transparent transparent lighten(#fff, 15%) lighten(#fff, 15%);
	
	transform-origin: 0 0;	
	-ms-transform: translateX(-50%) rotate(-45deg); 
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
	
	box-shadow: -1px 1px 1px 0px rgba(83, 82, 81, 0.7);
	-webkit-box-shadow: -1px 1px 1px 0px rgba(83, 82, 81, 0.7);
	-moz-box-shadow: -1px 1px 1px 0px rgba(83, 82, 81, 0.7);
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .header_textos:after {
		opacity:0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		margin-left: -0.5em;
		bottom: -43px;
		left: 50%;
		border: 8px solid #fff;
		
		border-color: transparent transparent lighten(#fff, 15%) lighten(#fff, 15%);
		
		transform-origin: 0 0;	
		-ms-transform: translateX(-50%) rotate(-45deg); 
		-webkit-transform: translateX(-50%) rotate(-45deg);
		transform: translateX(-50%) rotate(-45deg);
		
		box-shadow: -1px 1px 1px 0px rgba(83, 82, 81, 0.7);
		-webkit-box-shadow: -1px 1px 1px 0px rgba(83, 82, 81, 0.7);
		-moz-box-shadow: -1px 1px 1px 0px rgba(83, 82, 81, 0.7);
	}
}
.header.shrink .header_textos.selected:after {
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}
.header_linguas{
	width:105px;
	display:inline-block;
	float:right;
	padding-top:15px;
}
.header_linguas2{
	display:none;
	margin-top:20px;
	margin-left:20px;
}
.logo_mobile{
	width:auto;
	display:inline-block;
	margin-left:30px;
	float: left;
	padding-top: 15px;
}

/*INICIO HEADER AREA RESERVADA*/
.area_linguas{
	padding-top:15px;
}
.header_conteudo{
	text-align:center;
	padding-bottom:10px;
	width: auto;
	margin:auto;
	margin-top:-20px;
}
.header_conteudo2{
	text-align:center;
	padding-bottom:10px;
	width: auto;
	margin:auto;
	margin-top:-20px;
	display:none;
}
.header .header_conteudo .logo{
	width:100%;
	max-width:139px;
	display:inline-block;
	margin:0 40px;
	float:left;
}
.header .header_conteudo .header_textos{
	margin-top: 45px;
	float:left;
}

/*FIM HEADER AREA RESERVADA*/

@media only screen and (max-width: 960px) {
	.header_textos{
		padding:0 10px
	}
}
@media only screen and (max-width: 890px) {
	.header_textos{
		padding:0 5px;
		font-size:11px;
	}
}
@media only screen and (max-width: 790px) {
	#header_normal{
		display:none;
	}
	.header_mobile{
		display:table;
	}
	.header{
		height:50px;
		padding:10px 30px;
	}
	.sticky-wrapper{
		height:71px !important;
	}
	.header_conteudo .header_textos, .header_textos:after {
		display:none;
	}
	.header_conteudo {
		padding-bottom: 0px;
		margin: -50px auto auto;
	}
	.linguas{
		margin:0px 3px;
	}
	.linguas:last-child{
		margin-right:0px;
	}
	.logo{
		width:100%;
		max-width:150px;
		display:block;
	}
}
@media only screen and (max-width: 560px) {
	.header{
		padding:10px 20px;
	}
}
@media only screen and (max-width: 440px) {
	.header_linguas{
		display:none;
	}
	.header_responsaveis .area_linguas {
	  padding-top: 45px;
	}
	.header_linguas2{
		display:table;
	}
}

/*BANNERS*/
#banners1, #banners2{
	display:block;
	width:100%;
	height:100%;
}
#banners2{
	height: 250px;
	display:none;
}
@media only screen and (max-width: 760px) {
	#banners2{
		display:block;
	}
	#section1{
		height:auto;
	}
	#banners1{
		display:none;
	}

}


/*LOGIN*/
.form_contactos {
	color: #bcbcbc;
    font-size: 12px;
    font-weight: 200;
    width: 100%;
    text-align: left;
    background: none repeat scroll 0% 0% transparent;
    padding: 10px 20px;
	resize:none;
	margin:5px 0;
	height:40px;
	
	-webkit-box-shadow: inset 0px 0px 2px 3px rgba(47, 47, 47, 0.29);
	-moz-box-shadow: inset 0px 0px 2px 3px rgba(47, 47, 47, 0.29);
	box-shadow: inset 0px 0px 2px 3px rgba(47, 47, 47, 0.29);
	
	border-bottom: 1px solid rgba(96, 96, 96);
    border-bottom: 1px solid rgba(96, 96, 96, 0.75);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}

.border-botoes{
    width: 100px;
    padding:10px 15px;
    font-size: 12px;
	display:inline-block;
	text-align:center;
	color:#494949;
	font-size:13px;
	font-weight:400;
	background:#fff;
	cursor:pointer;
	height:40px;
	margin:5px 0;
	margin-top:10px;
	text-transform:uppercase;
}
.border-botoes:hover{
	background:#494949;
	color: #fff;
}


/* QUEM SOMOS */
.quem{
	padding:65px 45px;
	background:url(imgs/elem/quem_bg.png) repeat center;
}
.quem_cell{
	width:50%;
}
.quem_tit{
	color:#909090;
	font-weight:200;
	font-size:12px;
	text-transform:uppercase;
	padding-bottom:10px;
}
.quem_subtit{
	font-family: 'Quattrocento', serif;
	color:#353535;
	font-weight:300;
	font-size:36px;
	text-transform:uppercase;
	margin-bottom:20px;
	line-height: 36px;
}
.quem_txt{
	color:#4e4d4d;
	font-weight:200;
	font-size:13px;
	line-height:22px;
	width:100%;
	max-width:500px;
	display:block;
}

.divs_textos{
	width:50%;
	padding:105px 95px;
}
.divs_imgs{
	width:50%;
	vertical-align:top;
	position:relative;
	overflow:visible;
	position: relative;
}
.content2{
	display:none;
}
.img_quem{
	max-width:577px;
	margin:auto;
}
@media only screen and (max-width: 1110px) {
	.quem{
		padding:80px;
	}
}
@media only screen and (max-width: 1070px) {
	.quem{
		padding:50px;
	}
	.quem_cell{
		display:table;
		width:100%;
		height:auto;
		padding-left:0 !important;
	}
	.quem_cont{
		padding:0;
	}
	.quem_cell:last-child{
		padding-top:20px;
	}
	.quem_subtit{
		font-size:26px;
		margin-bottom:20px;
		line-height: 26px;
	}
	.quem_txt {
		max-width:inherit;	
	}
	.quem_cont{
		padding:0px 40px;
		padding-top:20px;
	}
	.img_quem{
		max-width:380px;
		margin:auto;
	}
}
@media only screen and (max-width: 960px) {
	.divs_textos{
		padding:30px;
	}
}
@media only screen and (max-width:800px) {
	.divs_textos, .divs_imgs{
		width:100%;
		display:table;
	}
	.divs_imgs{
		height:400px;
	}
	.content{
		display:none;
	}
	.content2{
		display:table;
	}
}

@media only screen and (max-width: 560px) {
	.quem{
		padding:20px;
	}
	.divs_textos{
		padding:20px;
	}
	.quem_subtit{
		font-size:20px;
		margin-bottom:10px;
		line-height: 20px;
	}
	.quem_cont {
		padding: 20px 0px 0px;
	}

	
}


/*SERVIÇOS*/
.serv{
	background:#e8e8e8;
	height:auto;
	overflow:visible;
}
.serv_cell_img{
	width:54%;
}
.serv_cell_txt{
	width:46%;
}
.serv_tit{
	color:#4c4c4c;
	font-weight:300;
	font-size:20px;
	text-transform:uppercase;
	padding-bottom:15px;
	line-height:25px;
}
.serv_txt{
	color:#4e4d4d;
	font-weight:200;
	font-size:13px;
	line-height:22px;
	width:100%;
	max-width:500px;
	display:block;
}
#serv_mobile{
	display:none
}

@media only screen and (max-width: 1030px) {
	.serv_tit {
		padding-bottom: 10px;
	}
} 
@media only screen and (max-width: 850px) {
	#serv_mobile{
		display:table;
		width: 100%;
	}
	#serv_desk{
		display:none
	}
	.serv_cont{
		padding: 20px 90px;
	}
	.serv_cell{
		display:table;
		width:100%;
		height:auto;
		padding-left:0 !important;
	}
	.serv_txt {
		max-width: none;
	}
	.serv_cell:last-child{
		padding:30px 0;
	}
}
@media only screen and (max-width: 560px) {
	.serv_cell:last-child{
		padding:20px 0;
	}
	.serv_cont {
		padding: 20px 20px;
	}
}


/* NOTICIAS */
.noticias_home{
	padding:80px 20px;
	position:relative;
}
.noticias_home_cont{
	margin:auto;
	max-width:1400px;
	padding:0 60px;
}
.noticias_cell_cont{
	max-width: 530px;
	margin: auto;
}
.not_textos{
	vertical-align:top;
	padding-left:30px;
}
.not_home_data{
	text-transform:uppercase;
	color:#e8473e;
	font-weight:300;
	font-size:11px;
}
.not_home_tit{
	font-family: "Quattrocento",serif;
	color:#282828;
	font-weight:100;
	font-size:18px;
	padding-bottom:20px;
	padding-top:5px;
}
.not_home_txt{
	color:#4e4d4d;
	font-weight:200;
	font-size:12px;
	display: block;
	width: 100%;
	max-width: 400px;
	line-height: 18px;
	overflow: hidden;
	max-height: 110px;
}
.noticias_cont{
	padding-bottom:70px;
}
.noticias_det_tit{
	color:#353535;
	font-size:20px;
	line-height:normal;
	font-weight:300;
	padding-top:5px;
}
.noticias_det_data{
	color:#e8473e;
	font-size:14px;
	font-weight:300;
	padding-top:20px;
}
.noticias_det_txt{
	width:100%;
	display:table;
	color:#4e4d4d;
	font-size:13px;
	font-weight:200;
	line-height:20px;
	padding-top:20px;
}
.noticia_det_share{
	padding-top:40px;
}
.noticia_det_share_txt{
	color:#B0B0B0;
	font-size:12px;
	font-weight:200;
	text-transform:uppercase;
	padding-bottom:5px;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
}
.videoWrapper iframe,
.videoWrapper object,
.videoWrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.noticias_btn{
 	width: 100px;
	text-transform:uppercase;
    padding:12px 15px;
    font-size: 12px;
	display:inline-block;
	text-align:center;
	color:#fff;
	font-size:13px;
	font-weight:400;
	background:#494949;
	cursor:pointer;
	height:40px;
	margin-top:10px;
}
.noticias_btn:hover{
	background:#fff;
	color: #494949;
}
@media only screen and (max-width: 1300px) {
	.not_textos{
		padding-left:15px;
	}
}
@media only screen and (max-width: 1110px) {
	.noticias_home{
		padding:50px 30px;
	}
}
@media only screen and (max-width: 1024px) {
	.portfolio .videoWrapper {
		margin-left:20px;
		margin-right:20px;
	}
}
@media only screen and (max-width: 889px) {
	.not_home_txt{
		max-width: 650px;
		max-height: 90px;
	}
	.noticias_cell_cont{
		max-width: auto;
		margin: auto;
	}
	
}
@media only screen and (max-width: 580px) {
	.noticias_home_cont{
		padding:0;
	}
}
@media only screen and (max-width: 560px) {
	.noticias_home{
		padding:30px 20px;
	}
}

/* NEWSLETTER */
.newsletter{
	position: relative;
	width: 100%;
	background: #333;
	overflow: hidden;
	z-index: 1;
}
.news_cont{
	padding:45px;
	text-align:center;
	height:30%
}
.news_tit{
	color:#494949;
	font-weight:400;
	font-size:24px;
	padding-bottom:15px;
	text-transform:uppercase;
}
.news_txt{
	color:#6e706c;
	font-weight:200;
	font-size:14px;
}
#form_subscreve{
	position:relative;
	width:100%;
	max-width:510px;
	margin:auto;
	margin-top:25px;
}
#email_subs{
	color: #fff;
    font-size: 13px;
    font-weight: 300;
    width: 100%;
    text-align: left;
    background:#cecece;
    padding: 10px 20px;
	height: 45px;
}
#news_submit{
	position:absolute;
	top:0;
	right:0;
	background:url(imgs/elem/news_btn.png) no-repeat center;
	background-size:cover;
	width:42px;
	height:45px;
	display:block;
	cursor:pointer;
}
#news_submit:hover{
	background:url(imgs/elem/news_btn_.png) no-repeat center;
	background-size:cover;
}
#email_subs::-webkit-input-placeholder { color:#fff; }
#email_subs::-moz-placeholder { color:#fff; } /* firefox 19+ */
#email_subs:-ms-input-placeholder { color:#fff; } /* ie */
#email_subs::-moz-placeholder { color:#fff;opacity:1; }


@media only screen and (max-width: 1110px) {
	.news_cont{
		padding:50px;
	}
}
@media only screen and (max-width: 560px) {
	.news_cont{
		padding:40px;
	}
}



/* CONTACTOS */
.contactos{
	background:#494949;
	height:100%;
}
.contactos_cont{
	padding:45px;
	width:100%;
	max-width:650px;
	display:block;
}
.contactos_cell{
	width:50%;
}
.contactos_tit{
	color:#fff;
	font-weight:300;
	font-size:18px;
	text-transform:uppercase;
	padding-bottom:20px;
}
.contactos_texto{
	padding-bottom:50px;
}
.contactos_texto .contactos_cell{
	width:33.333%;
}
.contactos_txt{
	color:#bcbcbc;
	font-weight:200;
	font-size:12px;
	display:block;
}
a.contactos_txt:hover{
	color:#fff;
}

.contactos_cont input[type="text"], .contactos_cont input[type="email"], .contactos_cont textarea, .users_inputs{
    color: #bcbcbc;
    font-size: 12px;
    font-weight: 200;
    width: 100%;
    text-align: left;
    background: none repeat scroll 0% 0% transparent;
    padding: 10px 20px;
	resize:none;
	margin:5px 0;
	min-height:40px;
	
	-webkit-box-shadow: inset 0px 0px 2px 3px rgba(47, 47, 47, 0.29);
	-moz-box-shadow: inset 0px 0px 2px 3px rgba(47, 47, 47, 0.29);
	box-shadow: inset 0px 0px 2px 3px rgba(47, 47, 47, 0.29);
	
	border: 1px solid transparent;
	border-bottom: 1px solid rgba(96, 96, 96);
    border-bottom: 1px solid rgba(96, 96, 96, 0.75);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}
.contactos_cont input[type="submit"]{
	margin-right:10px;
}
.contactos_cont input[type="submit"],.contactos_cont input[type="reset"], .users_submits{
    width: 100px;
	text-transform:uppercase;
    padding:10px 15px;
    font-size: 12px;
	display:inline-block;
	text-align:center;
	color:#494949;
	font-size:13px;
	font-weight:400;
	background:#fff;
	cursor:pointer;
	height:40px;
	margin:5px 0;
}
.contactos_cont input[type="submit"]:hover, .contactos_cont input[type="reset"]:hover, .users_submits:hover{
	background:#494949;
	color: #fff;
}
.error{
	border:1px solid #e55b5b;
}
input::-webkit-input-placeholder { color:#bcbcbc; text-transform:uppercase;}
input::-moz-placeholder { color:#bcbcbc;text-transform:uppercase; } /* firefox 19+ */
input:-ms-input-placeholder { color:#bcbcbc; text-transform:uppercase;} /* ie */
input::-moz-placeholder { color:#bcbcbc;opacity:1;text-transform:uppercase; }

textarea::-webkit-input-placeholder { color:#bcbcbc;}
textarea::-moz-placeholder { color:#bcbcbc;} /* firefox 19+ */
textarea:-ms-input-placeholder { color:#bcbcbc;} /* ie */
textarea::-moz-placeholder { color:#bcbcbc;opacity:1;}

textarea[name="comentario"]::-webkit-input-placeholder { color:#bcbcbc; font-style:italic;}
textarea[name="comentario"]:-moz-placeholder { color:#bcbcbc; font-style:italic;} /* firefox 19+ */
textarea[name="comentario"]:-ms-input-placeholder { color:#bcbcbc; font-style:italic;} /* ie */
textarea[name="comentario"]::-moz-placeholder { color:#bcbcbc;opacity:1; font-style:italic;}

.comentario_area::-webkit-input-placeholder { color:#fff; font-style:italic;font-size:14px;}
.comentario_area:-moz-placeholder { color:#fff; font-style:italic;font-size:14px;} /* firefox 19+ */
.comentario_area:-ms-input-placeholder { color:#fff; font-style:italic;font-size:14px;} /* ie */
.comentario_area::-moz-placeholder { color:#fff;opacity:1; font-style:italic;font-size:14px;}


.contactos .mapa iframe {
	width:100% !important;	
	height:100% !important;	
	border:0 !important;
}

@media only screen and (max-width: 1080px) {
	.contactos_texto .contactos_cell{
		display:table;
		width:100%;
		height:auto;
		padding-left:0 !important;
	}
	.contactos_texto .contactos_cell:nth-child(2){
		padding-top:20px;
	}
	.contactos_texto .contactos_cell:nth-child(3){
		padding-top:20px;
	}
}
@media only screen and (max-width: 1110px) {
	.contactos_cont{
		padding:30px;
	}
	textarea::-webkit-input-placeholder { color:#fff;}
	textarea::-moz-placeholder { color:#fff;} /* firefox 19+ */
	textarea:-ms-input-placeholder { color:#fff;} /* ie */
	textarea::-moz-placeholder { color:#fff;opacity:1; }
	
	textarea[name="comentario"]::-webkit-input-placeholder { color:#fff; font-style:italic;}
	textarea[name="comentario"]:-moz-placeholder { color:#fff; font-style:italic;} /* firefox 19+ */
	textarea[name="comentario"]:-ms-input-placeholder { color:#fff; font-style:italic;} /* ie */
	textarea[name="comentario"]::-moz-placeholder { color:#fff;opacity:1; font-style:italic;}
}
@media only screen and (max-width: 700px) {
	.contactos_cell{
		display:table;
		width:100%;
		height:auto;
		padding-left:0 !important;
	}
	/*.mapa {
		display:none !important;	
	}*/
	.contactos .mapa iframe {
		width:100% !important;	
		height:300px !important;	
	}
	.contactos_cell:last-child{
		padding-top:20px;
	}
	#section5{
		height:auto;
	}
	.contactos_cont input[type="reset"]{
		display:none;
	}
}
@media only screen and (max-width: 560px) {
	.contactos_cont{
		padding:20px;
	}
}
	
/* FOOTER */
.footer{
	height:105px;
	background:#282828;
}
.footer .imgs_meio{
	display:inline-block;
	margin:0 20px;
}
.footer .imgs_meio:last-child{
    margin-right: 0px;
}
.ft_txt{
	text-transform:uppercase;
	color:#bcbcbc;
	font-weight:300;
	font-size:10px;
	display:inline-block;
	padding-top: 15px;
	float:left;
}
.ft_mail{
	display:inline-block;
	margin-left:15px;
	width:49px;
	height:43px;
	background:url(imgs/footer/email.png) no-repeat center;
	background-size:contain;
}
.ft_mail:hover{
	background:url(imgs/footer/email_.png) no-repeat center;
	background-size:contain;
}
.ft_social{
	display:inline-block;
	margin-left:15px;
	width:49px;
	height:43px;
	background:url(imgs/footer/facebook.png) no-repeat center;
	background-size:contain;
}
.ft_social:hover{
	background:url(imgs/footer/facebook_.png) no-repeat center;
	background-size:contain;
}
.ft_table:first-child{
	text-align:left;
	width:210px;
}
.ft_table:nth-child(2){
	text-align:center;
}
.ft_table:last-child{
	text-align:right;
	width:210px;
}
.imgs_meio:nth-child(1){max-width:80px;}
.imgs_meio:nth-child(2){max-width:115px;}
.imgs_meio:nth-child(3){max-width:121px;}
.imgs_meio:nth-child(4){max-width:72px;}
#senhor_img{max-width:208px;min-width:145px;}
@media only screen and (max-width: 1200px) {
	.footer{
		padding:10px 45px;
	}
	.ft_cont .ft_table{
		display:inline-block;
	}
	.ft_table:first-child{
		width:30%;
	}
	.ft_cont .ft_table:nth-child(2){
		width:70%;
		display:inline-block;
		text-align:right;
	}
	.ft_cont .ft_table:last-child{
		display:block;
		text-align:center;
		width:100%;
		height:auto;
		padding-top:20px;
		/*max-width:400px;
		margin:auto;*/
	}
	.ft_social, .ft_mail{
		margin-left:5px;
		width: 43px;
		height: 38px;
		float:left;
	}
	.ft_txt{
		float:right;
	}
	.imgs_meio:nth-child(1){max-width:90px;}
	.imgs_meio:nth-child(2){max-width:100px;}
	.imgs_meio:nth-child(3){max-width:50px;}
	#senhor_img{max-width:180px;min-width:145px;}
}
@media only screen and (max-width: 1110px) {
	.footer{
		padding:10px 30px;
	}
}
@media only screen and (max-width: 720px) {
	.ft_social, .ft_mail{
		display:none;
	}
	.ft_cont .ft_table:first-child{
		width:40%;
	}
	.ft_cont .ft_table:nth-child(2){
		display:none;
	}
	.ft_cont .ft_table:last-child{
		display:inline-block;
		text-align:right;
		width:60%;
		padding-top:0px;
		max-width:none;
	}
	.ft_txt{
		padding-top: 0px;
		float:none;
	}
}
@media only screen and (max-width: 560px) {
	.ft_cont .ft_table, .ft_cont .ft_table:last-child{
		display:table;
		text-align:left;
		width:100% ;
	}
	.ft_cont .ft_table:last-child{
		padding-top:10px;
	}
	.footer{
		padding:10px 20px;
	}
}
 
/*LINGUAS HEXAGON E MENU ARROW*/
.hexagon {
	display:inline-block;
	width: 27px;
	height: 24px;
	background: url(imgs/elem/hexagon_.png) no-repeat center;
	position: relative;
}
.hexagon a, .hexagon > div{
	color:#fff;
	font-size:11px;
	font-weight:300;
	width:100%;
	height:100%;
	display:block;
	text-align: center;
	line-height: 25px;
	cursor:pointer;
}
.hexagon:hover, .hexagon.selected{
	background: url(imgs/elem/hexagon.png) no-repeat center;
}

/* SETA VOLTAR TOPO */
.voltar_topo {
	position:fixed;
	right:10px;
	bottom:10px;
	display:none;
	background-image:url(imgs/elem/voltar_topo.png);
	background-repeat:no-repeat;
	background-position:center;
	background-color:#CECECE;
	width:50px;
	height:50px;
	cursor:pointer;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius:50%;
	z-index:10;
}

.voltar_topo:hover {
	background-color:#333C42;
}
@media only screen and (max-width: 899px) {
	.voltar_topo {
		display:none !important;
	}
}


/* NEW */
.scrolloff {
	pointer-events: none;
}
