@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');

html,
body {
	color:#939393;
    font-family: 'Open Sans', sans-serif;
	height: 100%;
	background-color:#FFF !important;
}

body {
    padding-top: 0; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

img {
	max-width:100%;
}

*, a, a:focus {
	outline:none;
}


/* --------------------- CLASSES GENÉRICAS ------------------------------------- */

.opacity-hover {
    opacity: 1;
}
.opacity-hover:hover {
    opacity: 0.7;
}

.float-left { float:left; }
.float-right { float:right; }
.color-primary { color:#000; }

/* ------- transition ------- */
a, a:hover, 
.opacity-hover, .opacity-hover:hover {
	transition:all 0 ease 0.2s;
	-webkit-transition-duration:0.2s;-moz-transition-duration:0.2s;-ms-transition-duration:0.2s;-o-transition-duration:0.2s;transition-duration:0.2s;
}

.btn-primary {
	color:#FFF;
	background-color:#2e6ca1;
	border:none;
}


/* ------------------------------------- HEADER ------------------------------------- */

#menu {
	min-height:150px;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:0;
	background:#FFF;
}
#menu .container {
	position:relative;
}
#menu .collapse {
	position:absolute;
	right:0;
	bottom:0;
}
#menu .logo {
	width:250px;
}
#menu .logo figcaption {
	color:#FFF;
	font-size:1px;
}
#menu li a {
	font-weight:700;
	color:#939393;
}
#menu li a:hover, 
#menu li a:focus {
}

#menu .box-right {
	color:#939393;
	width:210px;
	margin-right:-15px;
}
#menu .box-right a {
	color:#939393;
}
#menu .box-right p {
	margin:0;
	font-size:16px;
	font-weight:700;
	margin-top:-5px;
}
#menu .box-right p.float-left {
	font-size: 19px;
    line-height: 42px;
    margin-top: 0;
}
#menu .box-right .icon {
	float:right;
}
#menu .box-right .icon a {
	font-size: 24px;
    color: #939393;
    padding: 0 5px;
}
  
/* Home Page Carousel */
/* ------------------------------------- BANNER ------------------------------------- */

header.carousel {
    height: 80vh;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
  
#banner {
}
#banner h2 {
	padding-left:100px;
	padding-right:100px;
	color:#52658d;
	font-size:32px;
	line-height:50px;
    text-shadow: 0 1px 3px rgba(255, 255, 255, 0.6);
}
#banner h2 strong {
	font-size:40px;
	text-transform:uppercase;
	color:#FFF;
	text-shadow: 0 1px 3px rgba(000, 000, 000, 0.4);
}
#banner .carousel-caption {
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    display: table;
    margin: auto;
    width: 100%;
}
#banner .carousel-indicators li {
	width:16px;
	height:16px;
	margin:3px;
	background-color: #FFF;
    border-color: #FFF;
}
#banner .carousel-indicators .active {
	background-color: #444;
    border-color: #444;
}

/* ------------------------------------- PRINCIPAL ------------------------------------- */
#principal {
}

/* ----------------------------------- FOOTER ------------------------------------ */

#footer {
	border-top:solid 1px #EEE;
	color:#444;
	padding:15px 0 30px 0;
	background-color:#FFF;
}
#footer a {
	color:#444;
}
#footer p.float-right {
	font-size:18px;
	line-height:20px;
	font-weight:700;
	color:#444;
	margin-bottom:0;
	margin-left:80px;
}
#footer .icon {
	float:left;
	margin-top:10px;
}
#footer .icon a {
	padding:10px;
}
#footer .icon a i {
	font-size:30px;
}

/* ----------------------------------- INTERNAS ----------------------------------- */

.modal .modal-title {
	font-weight:700;
	color:#666;
	padding-left:20px;
	line-height:50px;
}
.modal .modal-header {
	background:#EEE url(../img/icon-arqmovi.png) no-repeat right center;
}
.modal .modal-header .close {
	font-size:32px;
    background-color: #FFF;
    width: 36px;
    height: 36px;
    border-radius: 50%;
}
.modal .modal-body {
	padding:30px;
}
.modal form input {
	padding:5px;
}
.modal form label {
	width:100%;
	margin-top:8px;
}

.modal-header {
    padding: 7px 10px 5px 10px;
}

#acompanheModal {
}
#acompanheModal form {
	width:100%;
	float:left;
}
#acompanheModal form input[name="codigo"] {
	width:70%;
	float:left;
	padding:5px;
}
#acompanheModal form input[type="submit"] {
	width:26%;
	float:right;
}


#contatoModal form input {
	width:100%;
}
#contatoModal form textarea {
	width:100%;
}
#contatoModal form input[type="submit"] {
	margin-top:5px;
	padding:10px;
}

.modal .img-projetos {
	width:100%;
	height:150px;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
.modal .img-projetos h4 {
	font-size: 15px;
    font-weight: 700;
}


.modal.projeto {
}
.modal.projeto .row > div {
	margin-top:15px;
}
.modal.projeto .modal-dialog {
	width:100%;
	margin:0;
}
.modal.projeto .modal-content {
	height:100vh;
}
.modal.projeto h3 {
	margin-top:0;
	margin-bottom:20px;
}
.modal.projeto h3 small {
	font-weight:700;
}
.modal .modal-header small.float-right {
	clear:right;
}

#servicosModal {
}
#servicosModal ul {
	padding:0;
}
#servicosModal ul li {
	list-style: none;
    font-weight: 700;
    padding: 10px;
    background-color: #F1F1F1;
    border-radius: 30px;
    margin: 5px 0;
	font-size:15px;
}
#servicosModal ul img {
	margin-right:15px;
	margin:0 20px;
	width:40px;
}

#projetosModal .modal-body .row > div {
	margin-top:15px;
}
#projetosModal .modal-body .row > div:nth-child(5n+0) {
	clear:left;
}

/* ----------------------------------- RESPONSIVO ----------------------------------- */

@media screen and (max-width: 1200px) {
	
	#menu {
		padding-bottom:10px;
		min-height:80px;
	}
	#menu .logo {
		width: 240px;
		margin-top:5px;
	}
	header.carousel {
		min-height:inherit;
	}
}
@media screen and (max-width: 992px) {
	#menu .logo {
		margin:auto;
		float:none;
		max-width:70%;
	}
	#menu .collapse {
		width:100%;
		position:initial;
	}
	#menu .navbar-right {
		float:none;
		margin:auto;
	}
	
	#menu .box-right {
	    float: none;
		margin: auto;
		margin-top:10px;
		width: 430px;
		max-width:100%;
	}
	#menu .box-right p {
		margin-left: 20px;
		float: left;
    line-height: 30px;
	}
	#menu .box-right p.float-left {
		margin-left: 0;
	}
}
@media screen and (max-width: 768px) {
	#menu .navbar-toggle {
	    border-color: #444;
		position: absolute;
		top: 0;
		right: 0;
		margin-right:0;
	}
	#menu .collapse {
		position: initial;
	}
	#menu .collapse.in {
		position: absolute;
		bottom: inherit;
		z-index: 1;
		left: 15px;
		background-color: #FFF;
		padding: 15px;
	}
	#menu .collapsing {
		width: initial;
		position: absolute;
		background-color: #FFF;
		right: 0;
		margin-top:9px;
		padding:25px;
	}
	#menu .navbar-toggle .icon-bar {
		background-color: #444;
	}
	#banner h2 {
		font-size: 24px;
		line-height: 38px;
	}
	#banner h2 strong {
    	font-size: 36px;
	}
	#footer p.float-right {
		margin-left: 50px;
		font-size:16px;
	}
	#projetosModal .modal-body .row > div:nth-child(5n+0) {
		clear:inherit;
	}
	#projetosModal .modal-body .row > div:nth-child(3n+0) {
		clear:left;
	}
}

@media screen and (max-width: 600px) {
	.container {
		max-width:450px;
	}
	#menu .box-right {
		width: 100%;
		max-width:205px;
	}
	#menu .box-right p {
		margin-left: 0;
		text-align:center;
	}
	#banner h2 {
		font-size:4.2vw;
		padding-left: 50px;
		padding-right: 50px;
	}
	#banner h2 strong {
		font-size: 28px;
		font-size:6vw;
	}
	#footer {
		padding-bottom:30px;
	}
	#footer p.float-right {
		margin-left: 0;
		margin-bottom:12px;
		float: left;
		width: 100%;
		text-align: center;
	}
	#footer .icon {
		width:50%;
		margin-top:0;
		margin-bottom:10px;
	}
	#footer .icon a {
		float:left;
	}
	#footer .icon:first-child a {
		float:right;
	}
}
@media screen and (max-width: 480px) {
	.container {
		width:95%;
	}
	#menu {
		padding-bottom: 0;
		min-height: 70px;
	}
	#menu .navbar-toggle {
		margin-top:15px;
	}
}
/* Neoware */
#neoware { position: absolute; left: 0px; bottom: 0px; width: 100%; height: 17px; color: #000; background:#444; text-align: center; font-family: tahoma; font-size: 12px; line-height: 16px; display:block; z-index:99999999; }
div > div#neoware { position: fixed; }

div#neoware {
_right: auto; _bottom: auto;
_left: expression( ( 0 - neoware.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
_top: expression( ( 0 - neoware.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );}