@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#montserratregular') format('svg');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat/Montserrat-Ultralight-webfont.eot');
    src: url('fonts/montserrat/Montserrat-Ultralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat/Montserrat-Ultralight-webfont.woff2') format('woff2'),
         url('fonts/montserrat/Montserrat-Ultralight-webfont.woff') format('woff'),
         url('fonts/montserrat/Montserrat-Ultralight-webfont.ttf') format('truetype'),
         url('fonts/montserrat/Montserrat-Ultralight-webfont.svg#montserratregular') format('svg');
    font-weight: 200;
    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#montserratregular') format('svg');
    font-weight: 300;
    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: 400;
    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: 700;
    font-style: normal;
}
@font-face {
    font-family: 'neris';
    src: url('fonts/neris/neris-thin-webfont.eot');
    src: url('fonts/neris/neris-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/neris/neris-thin-webfont.woff2') format('woff2'),
         url('fonts/neris/neris-thin-webfont.woff') format('woff'),
         url('fonts/neris/neris-thin-webfont.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;

}
@font-face {
  font-family: "dokutech";
  src:url("fonts/dokutech/dokutech.eot");
  src:url("fonts/dokutech/dokutech.eot?#iefix") format("embedded-opentype"),
    url("fonts/dokutech/dokutech.woff") format("woff"),
    url("fonts/dokutech/dokutech.ttf") format("truetype"),
    url("fonts/dokutech/dokutech.svg#dokutech") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "dokutech" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-down:before {
  content: "\61";
}
.icon-fb:before {
  content: "\62";
}
.icon-g:before {
  content: "\63";
}
.icon-in:before {
  content: "\64";
}
.icon-tw:before {
  content: "\65";
}
.icon-tick:before {
  content: "\66";
}

.icon-fb:hover {
	color: #3b5998 !important;
}
.icon-g:hover {
	color: #dd4b39 !important;
}
.icon-in:hover {
	color: #0077b5 !important;
}
.icon-tw:hover {
	color: #1da1f2 !important;
}


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, button, form {
	background: transparent;
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
}
* {
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	font-family: 'Montserrat', sans-serif;
	width: 100%;
  	height: 100%;
	background-color: #fff;
}
body {
	overflow-x: hidden;
	position:relative;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a:hover, a:active, a:focus, button, input[type="email"], input[type="text"], input[type="submit"], input[type="reset"], textarea {
	outline: 0;
	-webkit-appearance: none; 
	border-radius:0;
	text-decoration: none;
	
}


a, button, input.submit, input[type="submit"], input[type="reset"], input[type="button"], input[type="image"], .animationcss, *:before, *:after, input, textarea, button, label, strong {
	-webkit-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.noTrans{
	-webkit-transition: none;
	-ms-transition: none;
	-o-transition: none;
	-moz-transition: none;
	transition: none;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.animationcss > a, .animationcss span, .animationcss strong, a strong, a span, .animationcss:before, .animationcss:after, a:before, a:after, a span:before, a span:after{
		-webkit-transition: none;
		-ms-transition: none;
		-o-transition: none;
		-moz-transition: none;
		transition: none;
	}
}


input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { opacity:1; color:#2e2e2e;font-weight: 400;}
input::-moz-placeholder, textarea::-moz-placeholder { opacity:1; color:#2e2e2e;font-weight: 400;} /* firefox 19+ */
input:-ms-input-placeholder, textarea:-ms-input-placeholder { opacity:1; color:#2e2e2e;font-weight: 400;} /* ie */
input:-moz-placeholder, textarea:-moz-placeholder { opacity:1; color:#2e2e2e;font-weight: 400;}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder { opacity:0; color:transparent;}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder { opacity:0; color:transparent;} /* firefox 19+ */
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder { opacity:0; color:transparent;} /* ie */
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {opacity:0; color:transparent;}

ul, li{
	list-style:none;
}
a {
	outline: 0 !important;
	text-decoration: none;
}
img {
	display: block;
}
textarea {
	resize: none;
}

.scrolloff {
	pointer-events: none;
}
.overHidden{
	overflow:hidden;
}
.videoWrapper{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0px;
	overflow: hidden;
}
.videoWrapper iframe, .videoWrapper object, .videoWrapper embed {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.mapa iframe{
	width:100% !important;
	display:block;
}

.inpt.hidden{
	display:none !important;
}


svg{
	max-width: 100%
}

/*SHARES*/
.share-button{
	display:inline-block;
	vertical-align:middle;
	padding:0 3px;
	cursor:pointer;
	
	-webkit-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.share-button:before{
	font-size:23px;
	color:#9e9e9e;
}

/* ANIMAÇÕES AO APARECER */
.element_from_top {
	top: -50px;
	opacity: 0;
}
.element_from_bottom {
	bottom: -50px;
	opacity: 0;
}
.element_from_left {
	left: -80px;
	opacity: 0;
}
.element_from_right {
	right: -80px;
	opacity: 0;
}
.element_fade_in {
	opacity: 0;
	right: 0px;
}

@media only screen and (max-width: 800px) {
	.element_from_left {
		left: 0px;
	}
	.element_from_right {
		right: 0px;
	}
	.element_from_bottom{
		bottom:0;
	}
	.element_from_top{
		top:0;
	}
}

/* Parallax Styles */
.parallax {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
@media only screen and (max-width: 800px) {
	.parallax {
	  background-position: center;
	  background-attachment: inherit;
	}
}

/*LOADER*/
.mask {
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 10000000;
	display: table;
	text-align: center;
}
#loader {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}


/*ESTILOS GERAIS*/
.mainDiv {
	background:#fff;
	width: 100%;
  	height: 100%;
	display: table;
	z-index: 1;
}
.row1 {
	width: 100%;
  	height: 100%;
	display: table-row;
}
.row1 > .div_table_cell{
	vertical-align: top;
}
.row2 {
	width: 100%;
  	height: 100%;
	display: table-row;
}
.row2 > .div_table_cell{
	vertical-align: bottom;
}
.div_100 {
	display: table;
	width: 100%;
	table-layout: fixed
}
.container_1280 {
	display: table;
	width: 100%;
	max-width: 1480px;
	padding:0 40px;
	margin: auto;
	table-layout: fixed;
}
.container_1280.no_padd{
	max-width: 1400px;
	padding:0;
}
.container_1280:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.divs_50{
	width: 50%;
  	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.div_table_cell {
	display: table-cell;
  	height: 100%;
	vertical-align: middle;
}

@media only screen and (max-width: 600px) {
	.container_1280 {
		padding:0 20px;
	}
	.container_1280.no_padd{
		padding:0;
	}
}
/*@media screen and (-webkit-min-device-pixel-ratio:0) {
	.divs_50, .div_table_cell{
		height: 1px;
	}
}*/

/* HEADER */
.header{
	background:#fff;
	position: relative;
	top: 0;
	left: 0;
	z-index: 3;
	padding:25px 0;
	border-top:2px solid #ededed;
	border-bottom:2px solid #ededed;

	-webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
	-moz-transition: background-color 0.3s, -moz-transform 0.3s;
	-ms-transition: background-color 0.3s, -ms-transform 0.3s;
	transition: background-color 0.3s, transform 0.3s;
	
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.header.is-fixed {
	/* when the user scrolls down, we hide the header right above the viewport */
	position:fixed;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 950px) {
	.header {
		padding:10px 0;
	}
}


/* HEADER ELEMENTS*/
.logo{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:230px;
	height: 62px;
}
.logo .st0{fill:#D0D0D0;}
.logo .st1{fill:#13B2E8;}

@media only screen and (max-width: 650px) {
	.logo{
		max-width:190px;
		height: 51px;
	}
}

/*BANNERS*/
.banners{
	height:100vh;
	position:relative;
	display:block;
}
.banners1, .banners2{
	position:relative;
	height:100vh;
	max-height:70vh;
}
.banners2{
	display:none;
}
.banners_box{
	position:absolute;
	top:50%;
	left:0;
	background-color:rgba(19,178,232,0.8);
	z-index: 1;
	
	padding:25px 75px;
	padding-left:80px;
	
	-webkit-transform: translateY(-50%) translateX(-100%);
	-moz-transform: translateY(-50%) translateX(-100%);
	-ms-transform: translateY(-50%) translateX(-100%);
	-o-transform: translateY(-50%) translateX(-100%);
	transform: translateY(-50%) translateX(-100%);
}
.banners_box.active{
	-webkit-transform: translateY(-50%) translateX(0%);
	-moz-transform: translateY(-50%) translateX(0%);
	-ms-transform: translateY(-50%) translateX(0%);
	-o-transform: translateY(-50%) translateX(0%);
	transform: translateY(-50%) translateX(0%);
}
.banners_box_img{
	display:block;
	width:230px;
}
.banners_box_img .st0{
	fill:#fff;
}
.banners_frases_cont{
	padding:80px 40px;
	padding-bottom:30px;
	text-align:center;
	height:30vh;
}
@media only screen and (max-width: 1000px) {
	.banners1{
		display:none;	
	}
	.banners2{
		display:block;
	}
}
@media only screen and (max-width: 600px) {
	.banners_frases_cont{
		padding:40px 20px;
	}
}
@media only screen and (max-width: 450px) {
	.banners_box{
		padding:25px 35px;
		text-align:center;
		width:100%;
	}
	.banners_box_img {
		margin: auto;
	}
}

/*HOME*/
.animated-section.animated-event .img_anima{
    transition: all 1.2s cubic-bezier(0.26, 1.48, 0.47, 0.96);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.btn_geral{
	display: inline-block;
	vertical-align: top;
	padding:11px 35px;
	background:#13b1e8;
	
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	letter-spacing:0.025em;
	color: #f6f6f6;
	text-transform:uppercase;
	
	position:relative;
	z-index:1;
	
	cursor:pointer;
}
.btn_geral:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #9d9d9c;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.btn_geral:hover:before{
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.around_cont{
	padding:150px 0;
}
.around_tit{
	display:inline-block;
	vertical-align:top;
	width:50%;
	
	font-family: 'neris';
	font-weight: 200;
	font-size: 90px;
	line-height: 72px;
	letter-spacing:0.025em;
	color: #13b1e8;
}
.around_tit span{
	font-family: 'neris';
	font-weight: 200;
	display:block;
	max-width:455px;
}
.around_txt{
	display:inline-block;
	vertical-align:top;
	width:45%;
	padding-left:50px;
}
.around_txt div{
	display:block;
	margin-right:0;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	letter-spacing:0.025em;
	color: #b2b2b2;
	text-align:left;
}
.around_img{
	z-index:-1;
	background-size:cover;
	background-position:center right;
	background-repeat:no-repeat;
	
	max-width: 535px;
	width:100%;
    top: 65px;
    left: 0;
    position: absolute;
}
.around_img img:last-child{
	display:none;
}




.home_serv_titulo{
	background:#f6f6f6;
	padding:75px 0;
	font-weight: 300;
	font-size: 24px;
	line-height: 24px;
	letter-spacing:0.025em;
	color: #575756;
	text-align:center;
}
.home_serv_titulo span{
	color: #13b1e8;
}
.home_serv_divs {
    display: inline-block;
	vertical-align:top;
    width: 33.333%;
    position: relative;

    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
}
.home_serv_divs.active {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}
.home_serv_divs_img{
	position: absolute;
	top: 0px;
	left: 0px;
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	
	filter: gray;
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
}
.home_serv_divs_cont {
    position: absolute;
    top: 20px;
    left: 20px;
	bottom:20px;
	right:20px;
    padding: 25px;
	background-color: rgba(14, 146, 220, 0.7);
    opacity: 0;
	visibility:hidden;
	display:block;
}
.home_serv_divs:hover .home_serv_divs_cont{
    opacity: 1;
	visibility:visible;
}
.home_serv_divs_cont > div{
	display:block;
	height: 100%;
	background-image: url(imgs/servicos/logo_line.svg);
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
}
.home_serv_divs_cont h1 {
    font-family: "neris";
    font-size: 50px;
    font-weight: 200;
    color: #fff;
    text-align: center;
    /*text-transform: lowercase;*/
}
.home_serv_divs_cont2 {
    position: absolute;
    top: 0;
    left: 0;
	width:100%;
    height: 100%;
    padding: 60px;
	display:block;
	background:#f6f6f6;
}
.home_serv_desc{
    font-size: 16px;
	line-height:24px;
	letter-spacing:0.025em;
    font-weight: 300;
    color: #b2b2b2;
	padding-top:37px;
	max-width:295px;
	position: relative;
	margin-bottom:30px;
}
.home_serv_desc:after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	max-width:90px;
	height:2px;
	background:#13b1e8;
}




.home_orca_cont{
	padding:125px;
	margin-bottom:165px;
	background: -moz-linear-gradient(rgba(216,216,216,0.8) 0%, rgba(246,246,246,0.8) 20%, rgba(246,246,246,0.4) 100%);
	background: -webkit-linear-gradient(rgba(216,216,216,0.8) 0%, rgba(246,246,246,0.8) 20%, rgba(246,246,246,0.4) 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(216,216,216,0.8)), color-stop(0.20, rgba(246,246,246,0.8)), to(rgba(246,246,246,0.4)));
	background: -o-linear-gradient(rgba(216,216,216,0.8) 0%, rgba(246,246,246,0.8) 20%, rgba(246,246,246,0.8) 100%);
	background: linear-gradient(rgba(216,216,216,0.8) 0%, rgba(246,246,246,0.8) 20%, rgba(246,246,246,0.8) 100%);
}
.home_orca_txt{
	padding-right:60px;
}
.home_orca_img{
	padding-left:60px;
}
.home_orca_txt h1{
	font-weight: 300;
	font-size: 24px;
	line-height: 24px;
	letter-spacing:0.025em;
	color: #575756;
}
.home_orca_txt span{
	color: #13b1e8;
}
.home_orca_txt div{
	font-size: 16px;
	line-height:24px;
	letter-spacing:0.025em;
    font-weight: 300;
    color: #b2b2b2;
	margin-top:25px;
	margin-bottom:30px;
	max-width:435px;
}



.home_test_cont{
	padding-top:35px;
	margin-bottom:165px;
	position:relative;
	z-index: 1;
}
.home_test_mask{
	background:#13b1e8;
	width:100%;
	max-width: 40%;
	height:90%;
	position:absolute;
	left:0;
	top:35px;
	z-index:-1;
}
.home_test_divs .div_table_cell:last-child{
	width:60%;
	padding-left:70px;
}
.home_test_txt_cont{
	padding-top:35px;
	padding-bottom:20px;
	padding-left:105px;
	padding-right:40px;
	position:relative;
}
.home_test_txt_cont:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:91px;
	height:64px;
	
	background:url(imgs/testemunhos/aspas_efect.png) no-repeat center;
	background-size:cover;
}
.home_test_img{
	position:absolute;
	top:0;
	left:15px;
	right:0;
	bottom:0;
	
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
}
.home_test_txt{
	font-size: 30px;
	line-height:35px;
	letter-spacing:0.025em;
    font-weight: 200;
    color: #b2b2b2;
	margin-bottom:35px;
}
.home_test_user{
	font-size: 16px;
	line-height:24px;
	letter-spacing:0.025em;
    font-weight: 300;
    color: #b2b2b2;
}
.home_test_user span{
	color: #13b1e8;
}

@media only screen and (max-width: 1200px) {
	.around_txt{
		width:50%;
	}	
	.around_img{
		max-width: 450px;
	}

}
@media only screen and (max-width: 1000px) {
	.around_tit {
		font-size: 70px;
		line-height: 52px;
	}
	.around_tit span {
		max-width: 385px;
	}
	.around_txt{
		width:50%;
	}	
	.around_img{
		max-width: 380px;
	}
	.home_serv_divs {
		width: 50%;
	}
	.home_serv_divs_cont2 {
		padding: 30px;
	}
	.home_orca_cont{
		padding:80px 40px;
		margin-bottom:100px;
	}
	.home_test_divs .div_table_cell:last-child{
		padding-left:35px;
	}
	.home_test_txt_cont{
		padding-left:85px;
	}
	.home_test_txt_cont:before{
		width:70px;
		height:49px;
	}
	.home_test_txt {
		font-size: 25px;
		line-height: 30px;
	}
	.to_alpha{
		position:relative;
		z-index:1;
	}
	.to_alpha:after{
		content:'';
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background:rgba(255,255,255,0.7);
		z-index:-1;
	}
}
@media only screen and (max-width: 850px) {
	.around_cont {
		padding: 90px 0;
	}
	.around_tit {
		font-size: 50px;
		line-height: 52px;
		width:100%;
	}
	.around_tit span {
		max-width: 100%;
	}
	.around_txt{
		width:100%;
		padding-left:0;
		padding-top:35px;
	}	
	.around_txt div {
		max-width: 100%;
	}
	.around_img{
		position:relative;
		max-width:100%;
		top:0;
		margin-bottom:30px;
		
		-webkit-transform: translate3d(0,0,0) !important;
		transform: translate3d(0,0,0) !important;
	}
	.around_img img:first-child{
		display:none;
	}
	.around_img img:last-child{
		display:block;
	}
	.home_serv_divs_cont h1 {
		font-size: 40px;
	}
	.home_serv_divs_cont2 {
		padding: 20px;
		padding-bottom: 40px;
	}
	
	.home_orca_cont{
		padding:80px 0px;
		display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */         /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;      /* TWEENER - IE 10 */
		display: -webkit-flex;     /* NEW - Chrome */
		display: flex;
		
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.home_orca_txt{
		padding:0px 40px;
		padding-top:35px;
		display:table;
		width:100%;
		height:auto;
		table-layout:fixed;
		
		-webkit-box-flex: 2;      /* OLD - iOS 6-, Safari 3.1-6 */
		-moz-box-flex: 2;
		-webkit-flex: 2;          /* Chrome */
		-ms-flex: 2;              /* IE 10 */
		flex: 2;   
		-webkit-box-ordinal-group: 2;   /* OLD - iOS 6-, Safari 3.1-6 */      /* OLD - Firefox 19- */
		-ms-flex-order: 2;              /* TWEENER - IE 10 */
		-webkit-order: 2;               /* NEW - Chrome */
		order: 2; 
	}
	.home_orca_img{
		padding-left:0px;
		display:table;
		width:100%;
		height:auto;
		table-layout:fixed;
		
		-webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
		-moz-box-flex: 1;
		-webkit-flex: 1;          /* Chrome */
		-ms-flex: 1;              /* IE 10 */
		flex: 1;   
		-webkit-box-ordinal-group: 1;   /* OLD - iOS 6-, Safari 3.1-6 */      /* OLD - Firefox 19- */
		-ms-flex-order: 1;              /* TWEENER - IE 10 */
		-webkit-order: 1;               /* NEW - Chrome */
		order: 1;
	}
	
	
	.home_test_cont {
		padding-top: 0;
		margin-bottom: 70px;
	}
	.home_test_divs .div_table_cell{
		display:table;
		width:100%;
		table-layout:fixed;
		height:auto;
	}
	.home_test_divs .div_table_cell:last-child{
		width:100%;
		padding-left:0px;
	}
	.home_test_mask{
		display:none;
	}
	.home_test_img {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.home_test_txt_cont {
		padding: 35px 40px;
	}
	.home_test_txt_cont:before{
		display:none;
	}
}
@media only screen and (max-width: 700px) {
	.home_serv_titulo {
		padding: 45px 0;
		font-size: 18px;
		line-height: 18px;
	}
	.home_serv_divs {
		width: 100%;
	}
	.home_serv_divs_cont h1 {
		font-size: 30px;
	}
	.home_test_txt {
		font-size: 20px;
		line-height: 25px;
	}
}
@media only screen and (max-width: 600px) {
	.home_orca_cont{
		padding:60px 0px;
		margin-bottom:70px;
	}
	.home_orca_txt{
		padding:0px 20px;
		padding-top: 35px;
	}
	.home_test_txt_cont {
		padding: 35px 20px;
	}
}




/*EMPRESA*/
.empresa_banner {
	position: relative;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}
.empresa_banner_cont {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 95px 0px;
}

.empresa_banner_txt {
	font-size: 16px;
	font-weight: 300;
	color: #7f7f7f;
	line-height: 24px;
	letter-spacing:0.025em;
	position: relative;
	padding-top:37px;
	max-width:345px;
}
.empresa_banner_txt:before{
	content:'';
	width: 90px;
	height: 2px;
	background: #13b1e8;
	display: block;
	position:absolute;
	top:0;
	left:0;
}

.empresa_destingue_cont{
	padding: 65px 0;
}
.empresa_destingue_img{
	position:relative;
	width:50%;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}
.empresa_destingue_txt_cont{
	position:relative;
	vertical-align:top;
	padding-left:55px;
	width: 50%;
}
.empresa_destingue_tit {
	font-size: 24px;
	font-weight: 200;
	line-height: 28px;
	color: #13b1e8;
	padding-bottom: 25px;
}
.empresa_destingue_txt {
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	letter-spacing:0.025em;
	color: #b2b2b2;
}

.empresa_possui_cont {
	background: #13b1e8;
	padding: 80px 0;
	text-align: center;
	font-size: 24px;
	line-height: 28px;
	letter-spacing:0.025em;
	font-weight: 200;
	font-style: italic;
	color: #fff;
}


.empresa_hist_cont{
	position: relative;
}
.empresa_hist_img{
	background-size:cover;
	background-position:center left;
	background-repeat:no-repeat;
}
.empresa_hist_cont2 {
	display:block;
	position:absolute;
	top:0;
	right:40px;
	width:50%;
	height:100%;
	padding-right:calc((100% - 1400px) / 2); 
}
.empresa_hist_txt {
	font-size: 16px;
	font-weight: 300;
	color: #b2b2b2;
	line-height: 24px;
	letter-spacing:0.025em;
	position: relative;
	padding-top:37px;
}
.empresa_hist_txt:before{
	content:'';
	width: 90px;
	height: 2px;
	background: #13b1e8;
	display: block;
	position:absolute;
	top:0;
	left:0;
}
@media only screen and (max-width: 1000px) {
	.empresa_destingue_img, .empresa_destingue_txt_cont{
		padding:0;
		width:100%;
		height:auto;
		table-layout:fixed;
		display:table;
	}
	.empresa_destingue_txt_cont{
		padding-top:50px;
	}
	.empresa_hist_cont2 {
		width: 100%;
		position:relative;
		right:0;
		padding: 40px;
	}
}
@media only screen and (max-width: 850px) {
	/*.empresa_hist_cont2 {
		width: 100%;
		position:relative;
		right:0;
		padding: 40px;
	}*/
	.empresa_possui_cont {
		padding: 40px 0;
		font-size: 20px;
		line-height: 24px;
	}
	.empresa_hist_cont2 {
		width: 100%;
		position:relative;
		right:0;
		padding: 40px;
	}
	.empresa_hist_txt{
		color:#7f7f7f;
	}
}
@media only screen and (max-width: 600px) {
	.empresa_hist_cont2 {
		padding: 40px 20px;
	}
}

/*SERVIÇOS*/
.servicos_banner{
	position: relative;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}
.servicos_area_cont{
	padding: 70px 0;
}
.servicos_area_tit {
    vertical-align: top;
    width: 33.333%;
    font-size: 16px;
    font-weight: 300;
    color: #b2b2b2;
}
.servicos_areas_list {
    vertical-align: top;
    width: 66.666%;
}
.servicos_areas_list > div{
	 -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}
.servicos_areas_list > div p {
    display:table;
	font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #13b1e8;
}
.servicos_idiomas_box {
	background: #13b1e8;
	padding: 100px 0px;
}
.servicos_idiomas_txt {
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	color: #fff;
	text-align: center;
	padding-bottom: 20px;
}
.servicos_idiomas_flags {
	text-align: center;
}
.servicos_idiomas_flags img {
	position:relative;
	display: inline-block;
	margin: 0 10px;
}
.conheca_servicos {
	font-size: 18px;
	font-weight: 300;
	color: #b2b2b2;
	text-align: center;
	padding: 100px 0 35px;
}
.servicos_det_divs {
	display: inline-block !important;
	position: relative;
	cursor: pointer;
	padding: 0 3px;
	margin-bottom:45px;
	
	ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
}
.servicos_det_divs.active {
	-ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.servicos_det_divs.serv_small {
	width: 33.333%;
}
.servicos_det_divs.serv_large {
	width: 66.666%;
}
.servicos_det_img{
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}
.servicos_det_divs:hover .servicos_det_img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}
.servicos_txt {
	background: #f6f6f6;
	padding: 60px 35px;
}
.servicos_txt h1 {
	font-family: "neris";
	font-size: 25px;
	font-weight: 300;
	color: #13b1e8;
	padding-bottom: 20px;
}
.servicos_txt_desc {
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
	color: #878787;
	text-align: justify;
	display: block;
	height: 100px;
	overflow: hidden;
}
.servicos_det_divs:hover .servicos_txt {
	background: #dedede;
}

@media only screen and (max-width: 1150px) {
	.servicos_area_tit {
		width: 30%;
		font-size: 14px;
		line-height: 22px;
	}
	.servicos_areas_list {
		width: 70%;
	}
	.servicos_areas_list > div p {
		font-size: 14px;
		line-height: 22px;
	}
}
@media only screen and (max-width: 1000px) {
	.servicos_txt {
		padding: 50px 25px;
	}
	.servicos_idiomas_box {
		padding: 70px 0;
	}
	.conheca_servicos {
		padding: 70px 0 35px;
	}
	.servicos_area_tit {
		width: 100%;
		display:table;
		height:auto;
		table-layout:fixed;
		font-size: 18px;
		line-height: 26px;
	}
	.servicos_areas_list {
		width: 100%;
		display:table;
		height:auto;
		table-layout:fixed;
		margin-top:25px;
	}
	.servicos_det_divs.serv_small {
		width: 50%;
	}
	.servicos_det_divs.serv_large {
		width: 100%;
		padding: 0;
	}
}
@media only screen and (max-width: 800px) {
	.servicos_txt h1 {
		font-size: 20px;
		padding-bottom: 15px;
	}
	.servicos_txt_desc {
		font-size: 13px;
		line-height: 19px;
		height: 96px;
	}
	.servicos_areas_list > div{
		 -webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0;
		-moz-column-gap: 0px;
		column-gap: 0px;
	}
}
@media only screen and (max-width: 650px) {
	.servicos_det_divs {
		padding: 0;
	}
	.servicos_det_divs.serv_small {
		width: 100%;
	}
}


/*QUALIDADE*/
.garantias_box {
	padding: 90px 0;
	text-align: center;
}
.garantias_cell {
	padding: 0 30px;
	width: 33.333%;
	vertical-align: top;
	position: relative;
}
.garantias_txt {
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	color: #b2b2b2;
}
.garantias_txt:before{
	display:block;
	font-size: 60px;
	color: #13b1e8;
	margin-bottom: 35px;
}



.tecnologia_img {
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	width: 66.666%;
}
.tecnologia_cont {
	width: 33.333%;
	background: #13b1e8;
	color: #fff;
	font-weight: 300;
	padding: 30px;
}
.tecnologia_tit {
	font-family: "neris";
	font-size: 30px;
	font-weight:200;
	line-height:30px;
	margin-bottom:30px;
	padding-bottom:30px;
	position:relative;
}
.tecnologia_tit:after{
	content:'';
	width: 90px;
	height: 2px;
	background: #fff;
	display: block;
	position:absolute;
	bottom:0;
	left:0;
}
.tecnologia_txt {
	font-size: 16px;
	line-height: 24px;
}




.ferramentas_box {
	padding: 140px 0;
}
.ferramentas_txt {
	width: 30%;
	font-size: 24px;
	font-weight: 300;
	color: #13b1e8;
}
.marquee {
    width: 100%;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
	text-align: right;
}
.marquee img {
	max-width:200px;
	max-height:80px;
	margin-right:70px;
	display:inline-block;
	vertical-align: middle;
	
  	filter: gray; /* IE6-9 */
	filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
	-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
}
.marquee img:hover {
    filter: none;
  	-webkit-filter: grayscale(0);
}
.marquee span {
    display: inline-block;
	vertical-align:top;
    text-indent: 0;
}
.marquee.animate span{
	padding-left: 100%;
	-webkit-animation: marquee 30s linear infinite;
    -moz-animation: marquee 30s linear infinite;
    -o-animation: marquee 30s linear infinite;
    animation: marquee 30s linear infinite;
}
.marquee span:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}


.processo_cont{
	padding: 100px 0;
	background: #f6f6f6;
	text-align:center;
}
.processo_arrow{
	content:'';
	position:absolute;
	top:50%;
	left:0;
	width:0;
	height: 4px;
	background: #13b1e8;
	margin-top: -10px;
	
	-webkit-transition: all 2s linear;
	-ms-transition: all 2s linear;
	-o-transition: all 2s linear;
	-moz-transition: all 2s linear;
	transition: all 2s linear;
}
.processo_arrow::before {
    content: "";
    position: absolute;
    right: 0;
    top: -5px;
    width: 10px;
    height: 10px;
    border-right: 4px solid #13b1e8;
    border-top: 4px solid #13b1e8;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
}
.processo_arrow.active:before{
	opacity: 1;
}
.processo_arrow.active{
	width:100%;
}


.processo_divs{
	display:inline-block;
	vertical-align:top;
	width:33.333%;
	padding:0 15px;
	position:relative;
	opacity:0;
	visibility:hidden;
}
.processo_divs.active{
	opacity:1;
	visibility:visible;
}
.processo_divs:first-child {
	-ms-transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.processo_divs:nth-child(4){
	-ms-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.processo_divs:nth-child(2){
	-ms-transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.processo_divs:nth-child(3){
	-ms-transition-delay: 0.9s;
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
}
.processo_divs:nth-child(5){
	-ms-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}
.processo_divs:before {
	content: "";
	position: absolute;
	left: 50%;
	margin-left:-2px;
	width: 4px;
	height: 20px;
	background: #13b1e8;
}
.processo_divs:after {
	content: "";
	position: absolute;
	left: 50%;
	margin-left:-9px;
	width: 14px;
	height: 14px;
	border: 2px solid #13b1e8;
	background: #f6f6f6;
	border-radius: 50px;
}

.processo_divs:nth-child(-n+3) {
	padding-bottom: 30px;
}
.processo_divs:nth-child(n+4) {
   padding-top: 30px;  
   top: -17px;
}
.processo_divs:nth-child(-n+3):before {
	bottom: 10px;
}
.processo_divs:nth-child(-n+3):after {
	bottom: 0px;
}
.processo_divs:nth-child(n+4):before {
	top: 10px;
}
.processo_divs:nth-child(n+4):after {
	top: 0px;
}


.processo_divs > div{
	padding:30px 25px;
	border:4px solid #13b1e8;
	text-align: center;
	height: 100%;
}
.processo_tit {
	color: #13b1e8;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
}
.processo_txt {
	color: #b2b2b2;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
}
@media only screen and (max-width: 1150px) {
	.marquee img {
		margin-right:40px;
	}
}
@media only screen and (max-width: 1050px) {
	.garantias_cell {
		padding: 0 20px;
	}
	.garantias_txt:before {
		font-size: 50px;
	}
	.marquee span{
		padding-left: 100%;
		-webkit-animation: marquee 30s linear infinite;
		-moz-animation: marquee 30s linear infinite;
		-o-animation: marquee 30s linear infinite;
		animation: marquee 30s linear infinite;
	}
	.processo_divs{
		width: 100%;
		display: block;
		margin: auto;
		max-width: 450px;
		margin-bottom:50px;
		padding: 0 !important;
		top:0 !important;
	}
	.processo_divs:last-child {
		margin-bottom:0px;
	}
	.processo_divs::before {
		height: 50px;
		bottom: -50px !important;
		top: auto !important;
	}
	.processo_divs:last-child::before {
		display:none;
	}
	.processo_divs::after {
		display:none;
	}
	.processo_arrow{
		display:none;
	}
}
@media only screen and (max-width: 1000px) {
	.tecnologia_img {
		width: 60%;
	}
	.tecnologia_cont {
		width: 40%;
	}
}
@media only screen and (max-width: 900px) {
	.garantias_txt {
		font-size: 14px;
		line-height: 22px;
	}
	.tecnologia_img {
		width: 55%;
	}
	.tecnologia_cont {
		width: 45%;
	}
	.tecnologia_tit {
		font-size: 28px;
	}
	.ferramentas_box {
		padding: 80px 0;
	}
	.ferramentas_txt {
		width: 35%;
		font-size: 18px;
		font-weight: 300;
		color: #13b1e8;
	}
}
@media only screen and (max-width: 700px) {
	.garantias_cell {
		display: table;
		width: 100%;
		padding: 0 40px 60px;
	}
	.garantias_txt:before {
		font-size: 60px;
	}
	.tecnologia_img,
	.tecnologia_cont {
		display: table;
		width: 100%;
	}
	.tecnologia_cont{
		padding: 90px 40px;
	}
	.tecnologia_img {
		height: 300px;
	}
	.tecnologia_tit {
		font-size: 24px;
		margin-bottom:20px;
		padding-bottom:20px;
	}
	.tecnologia_txt {
		font-size: 14px;
		line-height: 22px;
	}
	.ferramentas_box {
		padding: 40px 0;
	}
	.ferramentas_box .div_table_cell {
		display: table;
		width: 100%;
		height:auto;
		table-layout:fixed;
	}
	.ferramentas_txt {
		padding-bottom: 30px;
	}
	.marquee {
		text-align: left;
	}
}
@media only screen and (max-width: 600px) {
	.tecnologia_cont {
		padding: 40px 20px;
	}
}
@media only screen and (max-width: 500px) {
	.garantias_box {
		padding: 60px 0;
	}
	.garantias_cell {
		padding: 0 20px 60px;
	}
	.garantias_txt {
		font-size: 12px;
		line-height: 20px;
	}
	.garantias_txt:before {
		font-size: 50px;
	}
}

/*CLIENTES*/
.clientes_cont{
	padding:80px 0;
}
.clientes_divs{
	width: 20%;
	display: inline-block;
	vertical-align: top;
	padding: 30px;
}
.clientes_divs > div{
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
}
@media only screen and (max-width: 1000px) {
	.clientes_divs {
		width: 25%;
	}
}
@media only screen and (max-width: 750px) {
	.clientes_divs {
		width: 33.333%;
	}
}
@media only screen and (max-width: 550px) {
	.clientes_divs {
		width: 50%;
		padding: 5px;
	}
}
@media only screen and (max-width: 400px) {
	.clientes_divs {
		width: 100%;
		padding:10px 0px;
	}
}

/*NOTICIAS*/
.noticias_list_cont{
	padding-bottom:90px;
}
.noticias_pag_cont {
	padding:50px 0;
	padding-top:85px;
}
.noticias_pag{
	vertical-align:top;
	display:inline-block;
	
	color:#878787;
	font-size: 16px;
	font-weight: 400;
	line-height:45px;
	
	text-align:center;
	background: #ededec;
	width:45px;
	height:45px;
	
	text-transform:uppercase;
	
	border-radius:50px;
	margin-right:20px;
}
.noticias_pag:last-child {
	margin-right:0;
    width: 90px;
}
.noticias_pag:hover,
.noticias_pag.sel{
	background:#13b1e8;
	color:#fff;
	border-radius:50px;
}
.noticia {
	width: 100%;
	position: relative;
}
.noticias_cont_box {
	height: 100%;
    padding-left: 75px;
}
.border_news {
	width: 100%;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
    padding: 50px 90px 50px 165px;
    border: 1px solid #fff;
	cursor: pointer;
}
.tit_noticias {
	color: #13b1e8;
}
.txt_noticias {
	color: #b2b2b2;
	padding-bottom: 25px;
}
.bt_noticias {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	background: #13b1e8;
	padding: 10px 20px;
	display: inline-block;
}
.data_bola {
	position: absolute;
	top: 40px;
	left: 0;
	width: 150px;
	height: 160px;
	background: url(imgs/noticias/date_back.svg) no-repeat center;
}
.data_txt {
	font-size: 20px;
	font-weight: 300;
	color: #13b1e8;
	text-transform: uppercase;
	text-align: center;
	position: relative;
    top: 35px;
}
.data_txt span {
	font-size: 50px;
	font-weight: 700;
	display: block;
    line-height: 50px;
}

.border_news:hover {
    border: 1px solid #13b1e8;
}
.border_news:hover .bt_noticias {
	background: #9d9d9c;
}
.sem_noticias {
	font-family: "neris";
	font-size: 30px;
	font-weight: 400;
	color: #13b1e8;
	text-align: center;
	padding:80px;
}
.bounce-up .noticia_animation {
  opacity: 0;
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -moz-transform: translate3d(0px, 200px, 0px);
  -webkit-transform: translate3d(0px, 200px, 0px);
  -o-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bounce-up.in-view .noticia_animation {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
@media only screen and (max-width: 900px) {
	.noticias_pag_cont {
		padding:50px 0;
		padding-top:55px;
	}
	.noticias_pag{
		width: 40px;
		height: 40px;
		line-height: 40px;
		margin-right: 10px;
		font-size: 15px;
	}
	.noticias_pag:last-child {
		width: 85px;
	}
	.noticias_cont_box {
		padding-left: 65px;
	}
	.data_bola {
    	top: 50px;
		width: 130px;
		height: 150px;
	}
	.data_txt span {
		font-size: 46px;
		line-height: 46px;
	}
	.border_news {
		font-size: 15px;
		line-height: 22px;
		padding: 40px 65px 40px 130px;
	}
	.sem_noticias {
		font-size: 25px;
	}
}
@media only screen and (max-width: 700px) {
	.noticias_cont_box {
		padding-left: 50px;
	}
	.data_bola {
    	top: 50px;
		width: 100px;
    	height: 115px;
	}
	.data_txt span {
		font-size: 36px;
		line-height: 36px;
	}
	.border_news {
		font-size: 14px;
		line-height: 20px;
		padding: 35px 40px 35px 80px;
	}
	.bt_noticias {
		font-size: 12px;
		padding: 8px 16px;
	}
	.data_txt {
		font-size: 18px;
		top: 30px;
	}
	.sem_noticias {
		font-size: 20px;
	}
}
@media only screen and (max-width: 500px) {
	.noticias_pag{
		width: 35px;
		height: 35px;
		line-height: 35px;
		font-size: 14px;
	}
	.noticias_pag:last-child {
		width: 85px;
	}
	.noticias_cont_box {
		padding-left: 35px;
	}
	.data_bola {
    	top: 50px;
		width: 70px;
		height: 80px;
	}
	.data_txt {
		font-size: 14px;
		top: 16px;
	}
	.data_txt span {
		font-size: 30px;
		line-height: 30px;
	}
	.border_news {
		font-size: 12px;
		line-height: 18px;
		padding: 30px 20px 30px 60px;
	}
	.txt_noticias {
		padding-bottom: 18px;
	}
	.bt_noticias {
		font-size: 11px;
		padding: 6px 12px;
	}
	.sem_noticias {
		font-size: 15px;
	}
}


/*ORCAMENTO*/
.orcamento_cont {
    max-width: 640px;
    padding: 100px 20px;
    margin: 0 auto;
}
.recruta_btn{
	width:150px;
	text-align:center;
	padding: 9px 15px;
	height:44px;
	float:right;
}
@media only screen and (max-width: 600px) {
	.recruta_btn {
		float:none;
		margin-top:20px;
	}
}


/*CONTACTOS*/
#map_box {
	width: 100%;
	height: 450px;
}
.contactos_cont {
	padding: 100px 0;	
}
.contact_txt_box, .contact_form_box {
	width: 50%;
	vertical-align: top;
}
.contact_form_box{
	padding-left:50px;
}
.contactos_tit {
	font-size: 24px;
	font-weight: 300;
	color: #575756;
	padding-bottom:25px;
}
.contactos_tit span {
	color: #13b1e8;
}
.contactos_txt, .contactos_txt a {
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	color: #b2b2b2;
}
.contactos_txt a {
	color: #13b1e8;
}
.contactos_txt a:hover {
	color: #9d9d9c;
}
.inpt_contactos {
	display: block;
	width: 100%;
	font-weight: 300;
	color: #9d9d9c;
	font-size: 16px;
	height: 48px;
	padding: 4px 15px;
	padding-top: 14px;
	text-align: left;
	margin-top: 20px;
	border-bottom: 1px solid #13b1e8;
}
.inpt_contactos.has-error{
	border-bottom: 1px solid #e10000;
}
textarea.inpt_contactos{
	padding-top:15px;
	margin-bottom:25px;
}
textarea.fixed,
textarea.inpt_contactos:focus{
	height:140px;
}
.inpt_contactos.hidden{
	display:none;
}
.contactos_submit {
	vertical-align: bottom;
    margin-left: 20px;
}


.inpt_contactos::-webkit-input-placeholder { opacity:1; color:#9d9d9c;font-weight: 300;}
.inpt_contactos::-moz-placeholder { opacity:1; color:#9d9d9c;font-weight: 300;} /* firefox 19+ */
.inpt_contactos:-ms-input-placeholder { opacity:1; color:#9d9d9c;font-weight: 300;} /* ie */
.inpt_contactos:-moz-placeholder { opacity:1; color:#9d9d9c;font-weight: 300;}

@media only screen and (max-width: 850px) {
	.contact_txt_box,
	.contact_form_box {
		display: table;
		width: 100%;
		padding: 0;
	}
	.contact_txt_box {
		padding-bottom: 40px;
	}
}
@media only screen and (max-width: 680px) {
	.contactos_txt,
	.inpt_contactos,
	.contactos_txt a {
		font-size: 14px;
	}
	.contact_txt_box,
	.contact_form_box {
		padding: 0;
	}
	.contact_txt_box {
		padding-bottom: 40px;
	}
	.contactos_tit {
		font-size: 22px;
	}
}





/*FOOTER*/
.footer{
	padding:75px 0;
	background: #13b1e8;
}
.footer *{
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing:0.025em;
	color: #fffffe;
}
.ft_logo{
	display:block;
	max-width:180px;
	margin-bottom:40px;
	height: 48px;
}
.ft_cells{
	vertical-align:top;
	width:40%;
	padding:0 20px;
}
.ft_cells:first-child{
	padding-left:0;
}
.ft_cells:nth-child(2){
	width:30%;
}
.ft_cells:last-child{
	padding-right:0;
	width:30%;
}
.ft_txt{
	font-weight: 300;
}
.ft_txt a{
	font-weight: 400;
}

.ft_links{
	display:table;
}
.ft_link_bt{
	display:table;
	margin-top:50px;
	font-weight:300;
}
.ft_link_bt a,
a.ft_link_bt{
	font-weight: 400;
}
.footer a:hover{
	color: #575756;
}

.linguas_txt{
	display:inline-block;
	vertical-align:middle;
	padding-right:25px;
	font-weight:300;
}
.linguas_sel{
	width: 100%;
	display:inline-block;
	vertical-align:middle;
	position:relative;
	
	background: #fff;
	max-width: 190px;
	
	color: #b2b2b2;
	padding: 5px 15px;
	cursor: pointer;
	font-weight: 300;
}
.linguas_sel span{
	display: inline-block;
	vertical-align:top;
	color: #b2b2b2;
	float:right;
	font-size:18px;
	height: 18px;
	margin-top:2px;
}


.linguas_sel_box{
	display:none;
	position:absolute;
	top:100%;
	left: 0;
	width:100%;
	background: #fff;
}
.linguas_sel_box a{
	display:block;
	color: #b2b2b2;
	padding: 5px 15px;
	font-weight: 300;
}
.linguas_sel_box a:hover{
	color: #575756;
}

.ft_redes{
	display: inline-block;
	vertical-align:top;
	font-family: 'neris';
	font-weight: 200;
	font-size: 50px;
	line-height: 50px;
	color: #fff;
	margin:0 2px;
}

.ft_mob{
	display:none;
}

@media only screen and (max-width: 1050px) {
	.footer *{
		font-size: 12px;
		line-height: 18px;
	}
	.ft_redes{
		font-size: 35px;
		line-height: 35px;
	}
	.linguas_sel{
		max-width: 150px;
	}
}
@media only screen and (max-width: 950px) {
	.footer {
    	padding: 30px 0;
	}
	.ft_desk{
		display:none;
	}
	.ft_mob{
		display:table;
	}
	.ft_logo{
		margin-bottom: 25px;
	}
	.ft_txt{
		margin-bottom:25px;
	}
	.ft_link_bt {
		margin-top: 0;
	}
}


/*404*/
.cont_404{
	width:100%;
	max-width:704px;
	background:url(imgs/elem/mask_404.png) no-repeat center;
	background-size:cover;
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.cont2_404{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	text-align:center;
}
.cont2_404 h1{
	font-weight:300;
	font-size: 98px;
	line-height:98px;
	letter-spacing:0.035em;
	color: #fff;
	text-align: center;
}
.cont2_404 h3{
	font-weight:300;
	font-size: 30px;
	line-height:30px;
	letter-spacing:0.035em;
	color: #fff;
	text-align: center;
	margin-top:25px;
	margin-bottom:35px;
}
.btn_404{
	display: inline-block;
	vertical-align: top;
	padding:8px 25px;
	background:#fff;
	
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	letter-spacing:0.035em;
	color: #13b1e8;
	text-transform:uppercase;
	
	position:relative;
	z-index:1;
	
	cursor:pointer;
}
.btn_404:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: -1px;
	left: 0;
	right: -1px;
	bottom: 0;
	background: #13b1e8;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.btn_404:hover:before{
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.btn_404:hover{
	color:#fff;
}


@media only screen and (max-width: 1150px) {
	.cont_404{
		max-width:650px;
	}
	.cont2_404 h1{
		font-size: 80px;
		line-height:80px;
	}
	.cont2_404 h3{
		font-size: 25px;
		line-height:25px;
		margin-top:25px;
		margin-bottom:35px;
	}
}
@media only screen and (max-width: 950px) {
	.cont_404{
		max-width:550px;
	}
	.cont2_404 h1{
		font-size: 60px;
		line-height:60px;
	}
	.cont2_404 h3{
		font-size: 22px;
		line-height:22px;
		margin-top:20px;
		margin-bottom:30px;
	}
	.btn_404{
		padding:8px 15px;
		font-size: 14px;
		line-height: 20px;
	}
}
@media only screen and (max-width:700px) {
	.cont_404{
		max-width:500px;
	}
	.cont2_404 h1{
		font-size: 40px;
		line-height:40px;
	}
	.cont2_404 h3{
		font-size: 20px;
		line-height:20px;
		margin-top:15px;
		margin-bottom:25px;
	}
}




/*POPUP*/
.popup_container{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(33,33,33,0.9);
	z-index:30000;
	text-align:center;
	overflow-y:auto;
	padding:50px 20px;
	display: block;
	
	opacity:0;
	visibility:hidden;
}
.popup_container.active{
	opacity:1;
	visibility:visible;
}
.popup_close{
	width:30px;
	height:30px;
	
	position:absolute;
	top:15px;
	right:15px;
	
	z-index:2;
	
	background:url(imgs/popup/close.png) no-repeat center;
	background-size:cover;
}
.popup_close:hover{
	opacity:0.5;
}


/*CLOSE*/
.cd-close {
	position: absolute;
	z-index: 2;
	top: 10px;
	right: 10px;
	width: 38px;
	height: 38px;
	
	cursor:pointer;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	visibility: visible;
	opacity: 1;
	-webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s, opacity 0.4s 0.4s;
	transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.4s 0.4s; 
}
.cd-close span{
	display:block;
	width:100%;
	position:relative;
	color:#fff;
	height: 100%;
}
.cd-close span:after, .cd-close span:before{
	content:'';
	width:100%;
	height:2px;
	display:block;
	background:currentColor;
	
	position: absolute;
	top: 50%;
	left: 0;
	
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cd-close span:before{
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.cd-close:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2); 
}

/* SETA VOLTAR TOPO */
.voltar_topo {
	position: fixed;
	right: 20px;
	bottom: 20px;
	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;
	z-index: 9;
}
.voltar_topo:hover {
	background-color: #333C42;
}


@-moz-keyframes marquee {
    0%{ 
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
 	}
    100%{
		-webkit-transform: translate(-100%, 0);
		-moz-transform: translate(-100%, 0);
		-ms-transform: translate(-100%, 0);
		-o-transform: translate(-100%, 0);
		transform: translate(-100%, 0); 
	}
}
@-webkit-keyframes marquee {
    0%{ 
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
 	}
    100%{
		-webkit-transform: translate(-100%, 0);
		-moz-transform: translate(-100%, 0);
		-ms-transform: translate(-100%, 0);
		-o-transform: translate(-100%, 0);
		transform: translate(-100%, 0); 
	}
}
@keyframes marquee {
    0%{ 
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
 	}
    100%{
		-webkit-transform: translate(-100%, 0);
		-moz-transform: translate(-100%, 0);
		-ms-transform: translate(-100%, 0);
		-o-transform: translate(-100%, 0);
		transform: translate(-100%, 0); 
	}
}