@charset "UTF-8";
/* CSS Document */
html {
	box-sizing: border-box;
}
body, html {
	margin:0;
	padding: 0;
	height: 100%;
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	-webkit-font-smoothing: antialiased; 
	-moz-osx-font-smoothing: grayscale;
	background: #efefef;
}
input, textarea, select {
	font-family: 'Montserrat', sans-serif;
	display: block;
	outline: none;
}
input[type="submit"],
input[type="submit"]:hover {
	-webkit-transition: 0.3s ease-out;
}
*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
    margin: 0;
    padding: 0;
	display: block;
}
a {
	color: #000000;
	-webkit-transition: 0.3s ease-out;
}

header {
	position: absolute;
	z-index: 10;
	width: 100%;
	float:left;
}

header .top {
	float: left;
	width: 100%;
	padding-bottom: 30px;
	border-top: 4px solid #ff1a30;
	background: rgb(0,0,0,0.3);
}
header .logo {
	padding: 30px 0 0;
}
header nav {
	width: 100%;
	float:left;
	padding: 40px 0 0;
}
header nav ul {
	text-align: right;
}
header nav ul li {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	text-transform: lowercase;
	text-align: right;
	margin: 0 0 0 5px;
	padding: 0 12px;
}
header nav ul li a {
	color: #fff;
}
header nav ul li a:hover {
	color: #ff1a30;
	text-decoration: none;
}

#slider {
	position:relative;
	z-index: 8;
	width: 100%;
	float:left;
	background: #000;
}
#slider .flexslider img.mobile {
	display: none;
}
#slider .flexslider {
	overflow: hidden;
}
#slider .flexslider img {
	opacity: 0.8;
}
#slider .content {
	position: absolute;
	z-index: 1000;
	width: 1140px;
	top: 50%;
	left: 50%;
	margin: -50px 0 0 -570px;
}
#slider .content h2 {
	width: 50%;
	float: left;
	color: #fff;
	font-size: 32px;
	font-weight: 600;
	text-shadow: 1px 1px 2px #666;
	margin:0;
}
#slider .bts {
	width: 50%;
	float: left;
}
#slider a.bt1,
#slider a.bt2 {
	float:right;
	width: 260px;
	height: 55px;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background: #ff1a30;
	padding: 17px 0 0 0;
	margin: 10px 0 0 10px;
	border-radius: 10px;
}
#slider a.bt1:hover {
	text-decoration: none;
	background: #b70012;
}
#slider a.bt2 {
	background: none;
	padding: 15px 0 0 0;
	border: 2px solid #fff;
}
#slider a.bt2:hover {
	text-decoration: none;
	background: #b70012;
}

main {
	position:relative;
	z-index: 7;
	width: 100%;
	float:left;
	padding: 100px 0;
	background: #efefef;
}
main .feat {
	position:relative;
	width: 100%;
	float:left;
	overflow:hidden;
	height: 317px;
	margin-bottom: 30px;
}
main .feat.vertical {
	height: 663px;
}
main .content {
	position:absolute;
	width: 360px;
	height: auto;
	right: 0;
	bottom: 0;
	padding:30px;
	background: rgb(0,0,0,0.6);
}
main .feat.vertical .content {
	width: 260px;
}
main .content h1 {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	margin:0 0 10px;
}
main .content h2 {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	margin:0 0 10px;
	padding:0 0 10px;
}
a.bt_padrao,
span.bt_padrao {
	display: table;
	width: auto;
	color: #ff1a30;
	font-size: 16px;
	font-weight: bold;
	text-transform: lowercase;
	border-radius: 20px;
	padding: 5px 15px;
	margin: 0;
	background: #fff;
}
a.bt_padrao:hover,
span.bt_padrao:hover {
	color: #fff;
	text-decoration: none;
	background: #ff1a30;
}

#featured {
	position:relative;
	z-index: 7;
	width: 100%;
	float:left;
	padding: 0 0 80px 0;
	background: #efefef;
}
#featured.content_page {
	padding: 0;
}
#featured h3 {
	color: #000;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin:0 0 30px 0;
}
#featured .jcarousel li {
	height: 250px;
	overflow:hidden;
	margin-right: 8px;
	padding:0;
	border: 10px solid #fff;
	box-shadow: 0 0 20px #ccc;
	-webkit-transition: 0.3s ease-out;
}
#featured.content_page ul li:hover {
	border: thin solid #ff1a30;
}

#featured ul li img.icon,
#featured.content_page ul.projeto li img.icon,
#featured #portfoliolist .portfolio img.icon {
	border: none;
	box-shadow: none;
	display: table;
	margin: 50px auto 20px;
	min-width: inherit;
	max-width: inherit;
	min-height: inherit;
	width: auto;
	height: auto;
	float:none;
}
#featured #portfoliolist .portfolio img.icon {
	margin: 170px auto 20px;
}
#featured ul li a:hover img.icon,
#featured #portfoliolist .portfolio a:hover img.icon {
	border: none;
	box-shadow: none;
}
#featured .content {
	opacity: 0;
	width: 266px;
    height: 231px;
	position: absolute;
	z-index: 100;
	background: rgb(0,0,0, 0.8);
	margin: 0;
	-webkit-transition: 0.3s ease-out;
}
#featured ul li a:hover .content,
#featured #portfoliolist .portfolio a:hover .content {
	opacity: 1;
	-webkit-transition: 0.3s ease-out;
}
#featured .content h1 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin:0 0 50px 0;
}
#featured .content span.bt_padrao {
	display: table;
	margin: 0 auto;
}
#featured.content_page ul.projeto li {
	float:left;
	position:relative;
	width: 25%;
	height: 480px;
	overflow:hidden;
}
#featured img.projetoimg {
	float:left;
	width: auto;
	height: auto;
	object-fit: cover;
	min-width: 270px;
	max-width: 100%;
	min-height: 250px;
}
#featured.content_page .content {
	opacity: 0;
	width: 100%;
    height: 480px;
	position: absolute;
	z-index: 100;
	background: rgb(0,0,0, 0.8);
	margin: 0;
	-webkit-transition: 0.3s ease-out;
}

#parallax {
	position: relative;
	width: 100%;
	height: 425px;
	float:left;
	overflow:hidden;
}
#parallax .bg_parallax {
	position: absolute;
	z-index: -2;
	top: -50%;
	width: 100%;
	height: 1100px;
	background: url(images/parallax.jpg) no-repeat;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#parallax .content h3 {
	color: #fff;
	font-size: 26px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	margin: 150px 0 10px 0;
}
#parallax .content p {
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 20px;
	font-weight: 500;
	margin: 0;
}
#parallax a.bt_padrao {
	display: table;
	margin: 30px auto;
	padding: 15px 35px;
}


footer {
	position:relative;
	z-index: 2;
	width: 100%;
	float:left;
	background: #171717;
	padding: 80px 0 0 0;
}
footer h3 {
	color: #fff;
	font-weight: bold;
	font-size: 26px;
	margin:0 0 10px;
}
footer p {
	list-style: none;
	color: #a7a7a7;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	padding: 0;
	margin:0;
}
footer a {
	color: #fff;
	font-weight: bold;
}
footer a.mail {
	color: #a7a7a7;
	font-weight: 500;
}

footer hr {
	border-top: thin solid #a7a7a7;
	border-bottom: none;
}

footer .social li {
	float:left;
	padding: 0;
	margin: 46px 5px 0;
}
footer .social a.facebook {
	float:left;
	width: 32px;
    height: 32px;
	background: url(images/facebook.png) no-repeat;
	-webkit-transition: 0.3s ease-out;
}
footer .social a.instagram {
	float:left;
	width: 32px;
    height: 32px;
	background: url(images/instagram.png) no-repeat;
	-webkit-transition: 0.3s ease-out;
}

footer .nav  {
	text-align: right;
}
footer .nav li {
	display: inline-block;
	list-style: none;
	color: #a7a7a7;
	font-size: 14px;
	font-weight: 500;
	text-transform: lowercase;
	line-height: 20px;
	padding: 10px 0 0 15px;
	margin:0;
}
footer .nav li a {
	color: #5a5a5a;
	font-weight: 500;
}
footer .nav li a:hover,
footer a:hover {
	color: #fff;
}

#by {
	position:relative;
	z-index: 2;
	width: 100%;
	float:left;
	background: #171717;
	padding: 30px 0 0 0;
}
#by p.by {
	color: #fff;
	font-size: 13px;
	text-align: center;
	font-weight: 400;
	margin:0 0 20px 0;
}
#by p.by a {
	color: #fff;
}


#title {
	position:relative;
	z-index: 2;
	width: 100%;
	height: 265px;
	float:left;
	padding: 190px 0 40px;
	background-color: #000;
}
#title .bg1,
#title .bg2,
#title .bg3,
#title .bg4,
#title .bg5 {
	position:absolute;
	top:0;
	width: 100%;
	height: 265px;
	opacity: 0.8;
	background-image: url(images/img1-slideshow.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#title .bg2 {
	background-image: url(images/img2-slideshow.jpg);
}
#title .bg3 {
	background-image: url(images/img3-slideshow.jpg);
}
#title .bg4 {
	background-image: url(images/img4-slideshow.jpg);
}
#title .bg5 {
	background-image: url(images/img5-slideshow.jpg);
}
#title h2 {
	position:absolute;
	bottom: 30px;
	width: 100%;
	color: #fff;
	font-size: 32px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 30px;
    background: rgb(0,0,0,0.6);
}


main .content_page {
	width: 100%;
	float:left;
	position:relative;
	margin-bottom: 50px;
}
main .content_page p {
	font-size: 15px;
}


main label {
	color: #000;
	font-size: 16px;
	font-weight: bold;
}
main input,
main textarea {
	width: 100%;
	height: 55px;
	color: #fff;
	font-size: 16px;
	border: none;
	margin: 0 0 10px;
	padding: 0 15px;
	background: #999;
}
main textarea {
	height: 150px;
	padding: 10px 15px;
}
main input[type="submit"] {
	outline: none;
	float:right;
	width: 170px;
	height: 55px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 17px 10px;
	margin: 0;
	background: #ff1a30;
	border: none;
	border-radius: 5px;
	text-decoration: none;
	-webkit-transition: 0.3s ease-out;
}
main input[type="submit"]:hover {
	text-decoration: none;
	color: #fff;
	background: #b70012;
	-webkit-transition: 0.3s ease-out;
}
::-webkit-input-placeholder { color: #ccc; }
:-moz-placeholder { color: #ccc; }
::-moz-placeholder { color: #ccc; }
:-ms-input-placeholder { color: #ccc; }


main .contact {
	padding: 15px 25px;
	margin: 31px 0 30px;
	background: #282828;
	text-align: center;
}
main .contact h2 {
	color: #fff;
	font-weight: bold;
	font-size: 32px;
	margin:0 0 10px;
}
main .contact p {
	list-style: none;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	padding: 0 0 20px;
	margin:0;
}
main .contact p a {
	color: #fff;
	font-weight: bold;
}

main .sidebar.margem {
	margin-top: 31px;
}

/* nav-mobile
	-------------------------------------------------------------- */
	#nav-trigger {
		display: none;
		cursor: pointer;
		margin: 0;
		position: absolute;
		z-index: 100000;
		right: 20px;
		top: 25px;
		width: 56px;
		height: 56px;
		background: #ff1a30;
		border-radius: 5px;
	}
	#nav-trigger.close {
		left: inherit;
		opacity: 1;
	}
	#nav-trigger.close span,
	#nav-trigger.close span::after,
	#nav-trigger.close span::before  {
		    top: 26px;
	}
	#nav-trigger span {
		position: absolute;
	}
	#nav-trigger span,
	#nav-trigger span::after,
	#nav-trigger span::before  {
		display: inline-block;
		cursor: pointer;
		left: 28px;
    	top: 19px;
		width: 37px;
		height: 2px;
		background-color: #fff;
		-webkit-transform: translateX(-50%) translateY(-50%);
		-moz-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
		-o-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
		-webkit-transition: background-color 0.2s;
		-moz-transition: background-color 0.2s;
		transition: background-color 0.2s;
	}
	#nav-trigger span::after {
		content: "";
		-webkit-transform: translateY(7px);
		-moz-transform: translateY(7px);
		-ms-transform: translateY(7px);
		-o-transform: translateY(7px);
		transform: translateY(7px);
	}
	#nav-trigger span:hover {
	}
	#nav-trigger span::before {
		content: "";
		-webkit-transform: translateY(18px);
		-moz-transform: translateY(18px);
		-ms-transform: translateY(18px);
		-o-transform: translateY(18px);
		transform: translateY(18px);
	}
	#nav-trigger span.open {
		background-color: transparent;
	}
	#nav-trigger span.open::after {
		top: 2px !important;
		left: 1px;
		position: absolute;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#nav-trigger span.open::before {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	nav#nav-mobile {
		position: absolute;
		z-index: 10000;
		width: 100%;
		height: auto;
		overflow: inherit;
	}
	#nav-mobile ul.expanded {
		display: block;
	}
	nav#nav-mobile ul {
		display: none;
		float:left;
		list-style-type: none;
		position: relative;
		left: 0;
		top: 0px;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 60px 0 30px 0;
		background: #000;
	}
	nav#nav-mobile li {
		width: 100%;
		float:none;
		display: block;
		list-style: none;
		text-align: left;
		padding: 0 20px;
		margin: 0;
		color: #fff;
		font-size: 22px;
		font-weight: 400;
	}
	nav#nav-mobile a {
		width: 100%;
		display: block;
		color: #fff;
		text-align: left;
		text-decoration: none;
		cursor: pointer;
		padding: 10px;
		border: none;
	}
	nav#nav-mobile a:hover {
		color: #fff;
		background: #ff1a30;
	}
	nav#nav-mobile ul ul {
		margin:0;
		padding: 0 0 0 20px;
		visibility: visible;
	}

@media all and (max-width: 1199px) {
	#slider .content {
		width: 820px;
		margin: -50px 0 0 -460px;
	}
	#slider .content h2 {
		margin: 38px 0 0 0;
	}
	#slider a.bt1, #slider a.bt2 {
		width: 210px;
	}
	#featured .content {
    	width: 200px;
    	height: 200px;
	}
	#featured ul li img.icon {
		margin: 30px auto 20px;
	}
	#featured .content h1 {
		margin: 0 0 30px 0;
	}
}
@media all and (max-width: 991px) {
	#slider .content {
		width: 560px;
		margin: -90px 0 0 -290px;
		text-align: center;
	}
	#slider a.bt1, #slider a.bt2 {
    	float: none;
		display: inline-table;
	}
	main .feat.vertical .content {
		width: 100%;
	}
	footer,
	footer .social ul,
	footer .nav {
		text-align: center;
	}
	footer .social li {
		float:none;
		display: inline-table;
		margin: 30px auto 0;
	}
	footer .nav li {
		padding: 10px;
	}
	#portfoliolist .portfolio { 
		width: 50% !important;
	}
}
@media all and (max-width: 767px) {
	#slider .content h2 {
		font-size: 21px;
		float:none;
	}
	#nav-trigger {
		display: block !important;
	}
	header nav {
		display: none !important;
	}
	#slider a.bt1, #slider a.bt2 {
		height: 45px;
		padding: 12px 0 0 0;
	}
	#slider a.bt2 {
		padding: 10px 0 0 0;
	}
	main .feat.vertical {
		float:none;
		width: 290px;
		height: 663px;
		display: table;
		margin: 0 auto 0;
	}
	main {
		padding: 50px 0;
	}
	#featured .content {
		width: 146px;
		height: 146px;
	}
	#featured ul li img.icon {
		margin: 15px auto 20px;
	}
	#featured .content h1 {
		margin: 0 0 10px 0;
	}
	#featured .content h1 {
		font-size: 13px;
	}
	main .content_page {
		margin-top: 50px;
	}
	#portfoliolist .portfolio { 
		width: 100% !important;
	}
}
@media all and (max-width: 765px) {
	#featured .content {
		display: none;
	}
}
@media all and (max-width: 700px) {
	#slider .flexslider img.desktop {
		display: none;
	}
	#slider .flexslider img.mobile {
		display: block;
	}
}
@media all and (max-width: 500px) {
	footer .nav {
		display: none;
	}
}
@media all and (max-width: 414px) {
	#slider .content {
		display: none;
	}
	main .content {
		width: 100%;
		padding: 15px;
	}
	main .feat.vertical {
		width: 100%;
		display: block;
    	margin: 0;
	}
}