/* SCROLL */

.scrollbar-inner > .scroll-element .scroll-element_track {
	background-color: transparent !important;
}

.scrollbar-inner > .scroll-element .scroll-bar {
	background-color: #29363e !important;
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
	background-color: #29363e !important;
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
	background-color: #29363e !important;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
	-webkit-border-radius: 0 !important;
	   -moz-border-radius: 0 !important;
	        border-radius: 0 !important;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
	filter: alpha(opacity=100) !important;
	opacity: 1 !important;
}


/* GERAL */

body {
	background: #FFF;
	color: #929FA7;
	font-size: 13px;
	font-family: 'Exo', sans-serif;
}

.container {
	padding: 0 25px;
	width: 100%;
	max-width: 1200px;
}

p {
	line-height: 19px;
}

p a {
	color: #29363e;
}

p a:hover {
	color: #019ee3;
}

.blue {
	color: #019ee3;
}

.big-button {
	line-height: 45px;
	width: 150px;
	display: block;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	font-size: 13px;
	color: #FFF;
	border: 2px solid #019ee3;
	background: #019ee3;
	text-align: center;
	cursor: pointer;
    text-transform: uppercase;
}

.big-button.hvr-bounce-to-right:before {
	background: #FFF;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.big-button:hover,
.big-button:focus,
.big-button:active {
	color: #019ee3;
}


/* 3 COLUNAS QUASE JUNTAS */

.coluna {
	display: block;
	float: left;
	margin: 0 0 3px 0.5%;
	-moz-background-size: cover;
	  -o-background-size: cover;
	     background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	  -o-transition: all 0.2s linear;
	     transition: all 0.2s linear;
}

.coluna:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

@media only screen and (min-width: 851px) {
	.coluna:nth-child(3n+1) {
		margin-left: 0;
	}
}

.span_3_of_3 {
	width: 100%;
}

.span_2_of_3 {
	width: 66.5%;
}

.span_1_of_3 {
	width: 33%;
}

@media only screen and (max-width: 850px) {
	.span_3_of_3,
	.span_2_of_3,
	.span_1_of_3 {
		width: 49.75%;
	}
	.coluna:nth-child(2n+1) {
		margin-left: 0;
	}
}


/* LISTA */

.lista li {
	padding-left: 25px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	background-image: url(../img/lista-bullet.png);
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 23px;
}


/* H'S */

h1 {
	color: #019ee3;
	margin-bottom: 40px;
	font-size: 35px;
	font-weight: 500;
	text-transform: uppercase;
}

h2 {
	color: #29363e;
	margin-top: 35px;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
}

h2:first-child {
	margin-top: 0;
}


/* TOP BAR */

.top-bar {
	width: 100%;
	background: #29363E;
}

.top-bar .container {
	color: #FFF;
	font-size: 18px;
	overflow: visible;
	position: relative;
}

.top-bar .container:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.top-bar .container > a {
	display: block;
	float: right;
	width: 35px;
	text-align: center;
	line-height: 35px;
}

.top-bar .container > a:hover {
	background: #019EE3;
}

.langs .current {
	display: block;
	float: right;
	margin-left: 20px;
	font-weight: 600;
	font-size: 12px;
	text-align: center;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	line-height: 35px;
	cursor: pointer;
	background: #1E272D;
}

.flag {
	display: inline;
	height: 11px;
}

.langs-popup {
	display: none;
	position: absolute;
	padding: 15px 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	background: #1e272d;
	right: 25px;
	top: 25px;
	-webkit-transition: top 0.4s linear;
	-moz-transition: top 0.4s linear;
	  -o-transition: top 0.4s linear;
	     transition: top 0.4s linear;
}

.langs-popup.down {
	top: 35px;
}

.langs-popup a {
	display: block;
	font-size: 12px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	line-height: 20px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	  -o-transition: all 0.2s linear;
	     transition: all 0.2s linear;
}

.langs-popup a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.langs-popup a.active {
	opacity: 1;
	filter: alpha(opacity=100);
}


/* HEADER */

.header {
	background: #FFF;
}

.header .logo {
	float: left;
	margin-top: 15px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	  -o-transition: all 0.2s linear;
	     transition: all 0.2s linear;
}

.header .logo:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.menu {
	float: right;
}

.menu li {
	float: left;
	display: block;
	margin-left: 30px;
}

.menu li:first-child {
	margin-left: 0;
}

.menu a {
	display: block;
	line-height: 100px;
	font-size: 13px;
	text-transform: uppercase;
	color: #29363e;
	font-weight: 600;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.menu a:hover {
	color: #019ee3;
}

.menu a.active {
	color: #019ee3;
	border-bottom: 5px solid #29363e;
}

.mobile-menu-toggle {
	display: none;
}


/* CONTENT */

.content {
	width: 100%;
	background-image: url(../img/bg-slash.png), url(../img/bg-gradient.png);
	background-repeat: no-repeat, repeat-x;
	background-position: right top;
}

.content .container {
	padding: 100px 25px;
}


/* ULTIMOS PROJETOS */

.ultimos-projetos {
	background: #F1F1F1;
}

.ultimos-projetos .container {
	padding: 50px 25px;
}

.ultimos-projetos .col {
	width: 33.33%;
	min-height: 300px;
	display: block;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	float: left;
	position: relative;
	background-position: center;
	-moz-background-size: cover;
	  -o-background-size: cover;
	     background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}

.ultimos-projetos .col:first-child {
	padding: 40px;
	background: #FFF;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	border-left: 1px solid #EEE;
}

.ultimos-projetos .big-button {
	margin-top: 40px;
}

.ultimos-projetos .overlay-projeto {
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(0, 158, 227, 0.9);
	z-index: 1;
	opacity: 0;
	filter: alpha(opacity=0);
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	  -o-transform: translate(-50%, -50%);
	     transform: translate(-50%, -50%);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	  -o-transition: all 0.4s ease;
	     transition: all 0.4s ease;
}

.ultimos-projetos .logo-overlay {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	  -o-transform: translate(-50%, -50%);
	     transform: translate(-50%, -50%);
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	  -o-transition: all 0.4s ease;
	     transition: all 0.4s ease;
}

.ultimos-projetos .titulo-projeto {
	position: absolute;
	top: 50%;
	left: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	  -o-transform: translate(-50%, -50%);
	     transform: translate(-50%, -50%);
	z-index: 3;
	font-size: 35px;
	color: #FFF;
	text-align: center;
	width: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	  -o-transition: all 0.4s ease;
	     transition: all 0.4s ease;
    text-transform: uppercase;
}

.ultimos-projetos .caption-projeto {
	position: absolute;
	bottom: 0;
	z-index: 3;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	width: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	  -o-transition: all 0.4s ease;
	     transition: all 0.4s ease;
	padding: 15px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	background-color: rgba(0, 158, 227, 0.9);
    text-transform: uppercase;
}

.ultimos-projetos .col:hover .caption-projeto {
	bottom: -60px;
}

.ultimos-projetos .col:hover .overlay-projeto,
.ultimos-projetos .col:hover .logo-overlay,
.ultimos-projetos .col:hover .titulo-projeto {
	left: 50%;
	opacity: 1;
	filter: alpha(opacity=100);
}


/* FOOTER */

.footer {
	width: 100%;
	background: #29363e;
}

.footer .container {
	padding: 40px 25px 70px 25px;
}

.footer h2 {
	color: #FFF;
}

.footer .col:last-child {
	text-align: right;
}

.footer a {
	color: #929fa7;
}

.form-newsletter {
	background: #FFF;
}

.form-newsletter input {
	width: 85%;
	font-family: 'FontAwesome', 'Exo', sans-serif;
	color: #019ee3;
	text-align: left;
	padding: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	border: 0;
	font-size: 13px;
}

.form-newsletter button {
	width: 15%;
	font-size: 15px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	color: #29363e;
	border: 0;
	background: none;
	cursor: pointer;
}

.form-newsletter button:hover {
	color: #019ee3;
}

.form-newsletter #emailaddress-error {
	padding: 10px;
	display: block;
}


/* HOME */

.home-slider {
	width: 100%;
	position: relative;
}

.home-slider span {
	width: 100%;
	height: 500px;
	-moz-background-size: cover;
	  -o-background-size: cover;
	     background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.5;
	filter: alpha(opacity=50);
	display: block;
}

@media all and (max-width: 850px) {
	.home-slider span {
		height: 350px;
	}
}

.home-slider .slider-loader {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #FFF;
	position: absolute;
	z-index: 9999;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	border: 1px solid #EEE;
}

.home-slider .logo-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(0deg);
	-ms-transform: translate(-50%, -50%) rotate(0deg);
	-moz-transform: translate(-50%, -50%) rotate(0deg);
	  -o-transform: translate(-50%, -50%) rotate(0deg);
	     transform: translate(-50%, -50%) rotate(0deg);
	-webkit-animation: logo-rotator 1s infinite;
	-moz-animation: logo-rotator 1s infinite;
	  -o-animation: logo-rotator 1s infinite;
	     animation: logo-rotator 1s infinite;
}

@-webkit-keyframes logo-rotator {
	0% {
		-webkit-transform: translate(-50%, -50%) rotate(0deg);
		-ms-transform: translate(-50%, -50%) rotate(0deg);
		transform: translate(-50%, -50%) rotate(0deg);
	}
	100% {
		-webkit-transform: translate(-50%, -50%) rotate(360deg);
		-ms-transform: translate(-50%, -50%) rotate(360deg);
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

@-moz-keyframes logo-rotator {
	0% {
		-webkit-transform: translate(-50%, -50%) rotate(0deg);
		-ms-transform: translate(-50%, -50%) rotate(0deg);
		-moz-transform: translate(-50%, -50%) rotate(0deg);
		     transform: translate(-50%, -50%) rotate(0deg);
	}
	100% {
		-webkit-transform: translate(-50%, -50%) rotate(360deg);
		-ms-transform: translate(-50%, -50%) rotate(360deg);
		-moz-transform: translate(-50%, -50%) rotate(360deg);
		     transform: translate(-50%, -50%) rotate(360deg);
	}
}

@-o-keyframes logo-rotator {
	0% {
		-webkit-transform: translate(-50%, -50%) rotate(0deg);
		-ms-transform: translate(-50%, -50%) rotate(0deg);
		-o-transform: translate(-50%, -50%) rotate(0deg);
		   transform: translate(-50%, -50%) rotate(0deg);
	}
	100% {
		-webkit-transform: translate(-50%, -50%) rotate(360deg);
		-ms-transform: translate(-50%, -50%) rotate(360deg);
		-o-transform: translate(-50%, -50%) rotate(360deg);
		   transform: translate(-50%, -50%) rotate(360deg);
	}
}

@keyframes logo-rotator {
	0% {
		-webkit-transform: translate(-50%, -50%) rotate(0deg);
		-ms-transform: translate(-50%, -50%) rotate(0deg);
		-moz-transform: translate(-50%, -50%) rotate(0deg);
		  -o-transform: translate(-50%, -50%) rotate(0deg);
		     transform: translate(-50%, -50%) rotate(0deg);
	}
	100% {
		-webkit-transform: translate(-50%, -50%) rotate(360deg);
		-ms-transform: translate(-50%, -50%) rotate(360deg);
		-moz-transform: translate(-50%, -50%) rotate(360deg);
		  -o-transform: translate(-50%, -50%) rotate(360deg);
		     transform: translate(-50%, -50%) rotate(360deg);
	}
}

.home-slider .slider-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 101;
}

.home-slider .captions {
	z-index: 102;
	font-family: "Raleway", sans-serif;
	font-size: 40px;
    line-height: 60px;
	font-weight: 500;
	color: #FFF;
	position: absolute;
	top: 50%;
	left: 40%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	  -o-transform: translate(-50%, -50%);
	     transform: translate(-50%, -50%);
    text-transform: uppercase;
}

.home-slider b {
	font-size: 50px;
	font-weight: 700;
}

.home-slider .prev-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	  -o-transform: translateY(-50%);
	     transform: translateY(-50%);
	display: block;
	line-height: 110px;
	width: 30px;
	text-align: center;
	background: #29363e;
	font-size: 30px;
	color: #FFF;
	z-index: 102;
	cursor: pointer;
}

.home-slider .prev-next:hover {
	background: #019ee3;
}

.home-slider .cycle-prev {
	left: 0;
}

.home-slider .cycle-next {
	right: 0;
}

.home-content {
	width: 100%;
	background: #FFF;
    padding: 65px 0;
}

.float-wrapper {
	height: 294px;
	position: relative;
}

.floating-logo {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	  -o-transform: translateX(-50%);
	     transform: translateX(-50%);
	-webkit-animation: floating 1.5s infinite alternate;
	-moz-animation: floating 1.5s infinite alternate;
	  -o-animation: floating 1.5s infinite alternate;
	     animation: floating 1.5s infinite alternate;
	display: block;
}

@-webkit-keyframes floating {
	0% {
		top: 0;
	}
	100% {
		top: 20px;
	}
}

@-moz-keyframes floating {
	0% {
		top: 0;
	}
	100% {
		top: 20px;
	}
}

@-o-keyframes floating {
	0% {
		top: 0;
	}
	100% {
		top: 20px;
	}
}

@keyframes floating {
	0% {
		top: 0;
	}
	100% {
		top: 20px;
	}
}

.logo-shadow {
	position: absolute;
	top: 280px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	  -o-transform: translateX(-50%);
	     transform: translateX(-50%);
	-webkit-animation: farclose 1.5s infinite alternate;
	-moz-animation: farclose 1.5s infinite alternate;
	  -o-animation: farclose 1.5s infinite alternate;
	     animation: farclose 1.5s infinite alternate;
	background-image: url(../img/home/far-shadow.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 182px;
	height: 14px;
	display: block;
}

@-webkit-keyframes farclose {
	0% {
		background-image: url(../img/home/far-shadow.png);
	}
	100% {
		background-image: url(../img/home/close-shadow.png);
	}
}

@-moz-keyframes farclose {
	0% {
		background-image: url(../img/home/far-shadow.png);
	}
	100% {
		background-image: url(../img/home/close-shadow.png);
	}
}

@-o-keyframes farclose {
	0% {
		background-image: url(../img/home/far-shadow.png);
	}
	100% {
		background-image: url(../img/home/close-shadow.png);
	}
}

@keyframes farclose {
	0% {
		background-image: url(../img/home/far-shadow.png);
	}
	100% {
		background-image: url(../img/home/close-shadow.png);
	}
}


/* PORTFOLIO */

.portfolio .col {
	height: 200px;
	position: relative;
	background-position: center;
	-moz-background-size: cover;
	  -o-background-size: cover;
	     background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}

.portfolio .overlay-projeto {
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(0, 158, 227, 0.9);
	z-index: 1;
	opacity: 0;
	filter: alpha(opacity=0);
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	  -o-transform: translate(-50%, -50%);
	     transform: translate(-50%, -50%);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	  -o-transition: all 0.4s ease;
	     transition: all 0.4s ease;
}

.portfolio .logo-overlay {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	  -o-transform: translate(-50%, -50%);
	     transform: translate(-50%, -50%);
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	  -o-transition: all 0.4s ease;
	     transition: all 0.4s ease;
}

.portfolio .titulo-projeto {
	position: absolute;
	top: 50%;
	left: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	  -o-transform: translate(-50%, -50%);
	     transform: translate(-50%, -50%);
	z-index: 3;
	font-size: 25px;
	color: #FFF;
	text-align: center;
	width: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	  -o-transition: all 0.4s ease;
	     transition: all 0.4s ease;
    text-transform: uppercase;
}

.portfolio .caption-projeto {
	position: absolute;
	bottom: 0;
	z-index: 3;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	width: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	  -o-transition: all 0.4s ease;
	     transition: all 0.4s ease;
	padding: 15px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	background-color: rgba(0, 158, 227, 0.9);
    text-transform: uppercase;
}

.portfolio .col:hover .caption-projeto {
	bottom: -60px;
}

.portfolio .col:hover .overlay-projeto,
.portfolio .col:hover .logo-overlay,
.portfolio .col:hover .titulo-projeto {
	left: 50%;
	opacity: 1;
	filter: alpha(opacity=100);
}

.voltar {
	clear: both;
}

.portfolio-galeria a {
	width: 47.5%;
	height: 180px;
	display: block;
	float: left;
	margin-bottom: 30px;
	-moz-background-size: cover;
	  -o-background-size: cover;
	     background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	  -o-transition: all 0.4s ease;
	     transition: all 0.4s ease;
}

.portfolio-galeria a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.portfolio-galeria a:first-child {
	width: 100%;
	height: 380px;
}

.portfolio-galeria a:nth-child(odd) {
	float: right;
}

.portfolio-galeria a:nth-child(n+4) {
/*	display: none;*/
}


/* EMPRESA */

.instalacoes .coluna {
	height: 100px;
}


/* SERVICOS / PRODUTOS */

.coluna-1 {
	width: 22.5%;
	float: left;
}

.coluna-2 {
	width: 69.5%;
	float: right;
}

.menu-lateral a {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	background: #F1F1F1;
	cursor: pointer;
	font-weight: 500;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 20px 40px 20px 20px;
	line-height: 21px;
	text-transform: uppercase;
	background-position: 90% center;
	background-image: url(../img/menu-lateral-arrow.png);
	background-repeat: no-repeat;
}

.menu-lateral a:last-child {
	margin-bottom: 0;
}

.menu-lateral a:hover {
	background-color: #E9E9E9;
}

.menu-lateral a.active {
	background: #019ee3;
	color: #FFF;
	background-position: 90% center;
	background-image: url(../img/menu-lateral-arrow-active.png);
	background-repeat: no-repeat;
}

.servicos-produtos .coluna {
	height: 200px;
}

.servicos-produtos .coluna:nth-child(n+7) {
	display: none;
}


/* PRODUTOS */

.detalhes {
	position: relative;
}

.detalhes .double-col:nth-child(even) {
	background: #F1F1F1;
}

.detalhes .double-col .col:first-child {
	text-align: right;
	font-weight: 500;
	text-transform: uppercase;
}

.detalhes .double-col > .col {
	width: 47.5%;
	float: left;
	margin-bottom: 0 !important;
}

.detalhes .double-col > .col:nth-child(even) {
	float: right;
}

.detalhes p {
	line-height: 21px;
	padding: 20px 0;
}

.servicos-produtos .double-col .col {
	margin-bottom: 0 !important;
}

.detalhes .divider {
	width: 1px;
	height: 100%;
	background: #E5E5E5;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	  -o-transform: translateX(-50%);
	     transform: translateX(-50%);
}


/* LOCALIZACAO */

#mapa {
	width: 100% !important;
	height: 450px !important;
}


/* CONTACTOS */

.floraforms input,
.floraforms textarea {
	border: 1px solid #EEE !important;
	font-size: 13px !important;
	font-family: 'FontAwesome', 'Exo', sans-serif !important;
	color: #929fa7 !important;
}

.floraforms input:hover,
.floraforms textarea:hover {
	border: 1px solid #CCC !important;
}

.floraforms input:focus,
.floraforms textarea:focus {
	border: 1px solid #019ee3 !important;
}

.floraforms .captcode {
	border: 1px solid #EEE !important;
}

.floraforms button {
	background: #019ee3 !important;
	-webkit-border-radius: 5px !important;
	   -moz-border-radius: 5px !important;
	        border-radius: 5px !important;
	border: 2px solid #019ee3 !important;
	font-size: 13px !important;
}

.floraforms button:hover {
	color: #019ee3 !important;
}

@media all and (max-width: 1065px) {
	.content {
		-moz-background-size: 90% auto, auto;
		  -o-background-size: 90% auto, auto;
		     background-size: 90% auto, auto;
	}
}

@media all and (max-width: 950px) {
	.menu {
		display: none;
	}
	.mobile-menu-toggle {
		display: block;
		float: right;
		height: 100px;
		width: 25px;
		-moz-background-size: 100% auto;
		  -o-background-size: 100% auto;
		     background-size: 100% auto;
		background-position: center;
		background-repeat: no-repeat;
		background-image: url(../img/header/hamburguer.png);
		cursor: pointer;
	}
}

@media all and (max-width: 850px) {
	.home-slider .captions {
        width: 70%;
		font-size: 18px;
		left: 50%;
	}
	.home-slider b {
		font-size: 24px;
	}
	.home-slider .prev-next {
		line-height: 85px;
		width: 25px;
		font-size: 25px;
	}
	.ultimos-projetos .col {
		width: 100%;
	}
	.ultimos-projetos .overlay-projeto {
		opacity: 1;
		filter: alpha(opacity=100);
		background: rgba(0, 158, 227, 0.75);
	}
	.ultimos-projetos .logo-overlay {
		left: 50%;
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.ultimos-projetos .titulo-projeto {
		left: 50%;
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.portfolio .overlay-projeto {
		opacity: 1;
		filter: alpha(opacity=100);
		background: rgba(0, 158, 227, 0.75);
	}
	.portfolio .logo-overlay {
		left: 50%;
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.portfolio .titulo-projeto {
		left: 50%;
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.coluna-1 {
		width: 100%;
		margin-bottom: 30px;
	}
	.coluna-2 {
		width: 100%;
	}
	.servicos-produtos .coluna {
		height: 150px;
	}
	.footer p {
		text-align: center !important;
	}
}

@media all and (max-width: 450px) {
	.header .logo {
		width: 175px;
		margin-top: 25px;
	}
	.servicos-produtos .coluna {
		height: 100px;
	}
}