/*=========================================
	F O N T S
==========================================*/
@font-face {
    font-family: 'open';
    src: url('../fonts/OpenSans-Light.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lemon';
    src: url('../fonts/LemonMilk.ttf');
    font-weight: normal;
    font-style: normal;
}

/*=========================================
	 H E L P E R S  &  R E S E T S
==========================================*/

body, html {
	border: 0;
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 100%;
	min-width: 100%;
	font-family: 'open';
	font-size: 1.1em;
}

.soliciteUmOrcamento {
	 position: fixed;
	 right: 5%;
	 bottom: 0;
	 width: 300px;
	 background-color: #d64557;
	 border-radius: 5px;
}

#soliciteUmOrcamentoB {
	color: #FFF;
	text-align: center;
	padding: 10px;
	font-size: 18px;
}

#soliciteUmOrcamentoB a{
	color: #FFF;
	text-align: center;
	padding: 10px;
	font-size: 18px;
}


@media screen and (max-width: 1020px) { 
	.soliciteUmOrcamento {
		 position: fixed;
		 right: 0;
		 left: 0;
		 margin: auto;
	}

	#soliciteUmOrcamentoB {
		padding: 5px;
	}

}

section {
	position: relative;
	height: auto;
	width: 100%;
	overflow: hidden;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

i {
	display: block;
}

input {
	outline: none;
}

textarea{
	outline: none;
}

h1{
	font-weight: 500; 
	color: #666;
}

h1 b{
	font-weight: 500; 
	color: #ff344f;
}

h2{

}

h3{

}

a{
	text-decoration: none;
}
span{

}

p{
	color: #666;
	font-size: 1em;
}

/* helpers*/
.hide{
	display: none;
}

.left{
	float: left;
}

.right{
	float: right;
}

.clear{
	clear: both;
}


/*Section Style*/
.full-section{
	min-height: 100%;
}

.half-section{
	min-height: 50%;
}

.content{
	position: relative;
	max-width: 960px;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin:7.5% auto 0 auto ; 	
}

.c-left,
.c-right{
	width: 50%;
	float: left;
}

.c-left-30, 
.c-right-30,
.c-left-70, 
.c-right-70{
	float: left;
}

.c-left-30, .c-right-30{
	width: 30%;
}

.c-left-70, .c-right-70{
	width: 70%;
	margin: 0 0 7% 0; 
}



/*=========================================
				H O M E
==========================================*/

#nav-logo{
	cursor: pointer;
}


#top-info{
	position: fixed;
	top: 0;
	left: 0;
	height: 40px;
	width: 100%;
	z-index: 1001;
	background-color: #fff;
	border-bottom: 1px solid rgba(0,0,0,0.15); 
}

#top-info div{
	margin: auto;
	-background-color: lime;
	overflow: hidden;
	-float: right;
	width: 600px; 
}

#top-info span, #top-info i{
	float: left;
	color: #888;
	font-size: 14px;
	line-height: 40px;
}

#top-info span{
	margin: 0 30px 0 5px;
}

/*menu*/
#main-nav{
	position: fixed;
	top: 40px;
	left: 0;
	height: 60px;
	width: 100%;
	z-index: 100;
	background-color: #fff;

	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
	-o-box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
}

#main-nav a{
	text-decoration: none;
	color: #666; 
	cursor: pointer;
}

#main-nav i{
	position: absolute;
	top: 0;
	left: 0;
	height: 60px;
	width: 200px;
	margin: 0 0 0 60px;
	background-image: url('../imgs/logo.png');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}

#main-nav ul{
	position: relative;
	float: right;
	height: 60px;
	margin: 0 10% 0 0; 
}

#main-nav ul li{
	display: inline-block;
	width: auto;
	margin: 0 20px;
	height: 60px;
	text-align: center;
	line-height: 60px;
}

#m05 i{
	color: #666;
	position: relative;
	height: auto;
	width: auto;
	margin: 0;
	background: none;
}

/*mobo nav*/
#mobo-nav{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 30000;
	width: 100%;
}

#mobo-nav div{
	position: absolute;
	top: 0;
	left: 0;
	height: 60px;
	width: 100%;
	z-index: 1000;
	background-color: #fff;

	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
	-o-box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
}

#mobo-nav div i{
	position: absolute;
	top: 0;
	left: 0;
	height: 60px;
	width: 100px;
	margin: 0 0 0 30px;
	background-image: url('../imgs/logo.png');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}

#mobo-nav #nav-logo {
	height: 60px;
	width: 160px;
	margin: 0 0 0 20px;
}

#mobo-nav ul{
	display: none;
	z-index: 100;
	position: absolute;
	top:0;
	height: 200px;
	margin: 60px 0 0 0;
	width: 100%;
	font-size: 24px;
}

#mobo-nav ul li{
	width: 90%;
	padding: 0 10% 0 0;
	border-bottom: 1px solid #e2e2e2;
	text-align: right;
	line-height: 60px;
	background-color: #fafafa;
}

#mobo-nav ul li a{
	text-decoration: none;
	color: #666; 
	cursor: pointer;
}


i#nav-mb-icon.fa.fa-bars{
	font-size: 35px;
	color: #666;
	right: -40px !important;
	left: auto; 
	top: 15px;
	background: none; 
	cursor: pointer;
	z-index: 3000;
}


#home-go-down{
	height: 30px;
	left: 30px;
	font-size: 50px;
	color: #fff;
	position: absolute;
	bottom: 10%;
	left: 50%; 
	z-index: 3000;
	cursor: pointer;
}


@media screen and (max-width: 1020px) { 
	#main-nav{
		display: none;
	}

	#mobo-nav{
		display: block;
		top: 0;
	}
}

/*Slider*/

#s01{
	background: #2d2d2d;
}

#home-slider{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;  
	height: 100%;
	width: 100%;
	overflow: hidden;
}

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

#home-slider .slide-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50%;
    max-width: 1400px;
    margin: auto;
}

#home-slider .slide-content h1{
	width: 100%;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 27%;
	font-size: 5em;
	font-weight: bolder;
	opacity: 0;
} 

#home-slider .slide-content h2{
	width: 100%;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 50%;
	font-size: 3em;
	font-weight: normal;
	opacity: 0;
}

#home-slider .slide-content a{		
	display: block;	
	font-size: 1.5em;
	text-align: center;
	line-height: 20px;
	color:#fff;
	width: 370px;
	padding: 25px;
	border: 3px solid #fff;
	position: absolute;
	top: 90%;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0;
}

.slide-bg{
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	border: 0;
	margin: auto;
}

#slide01 .slide-bg{

	transform: scale(1);

	background: url(../imgs/sld03.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#slide02 .slide-bg{

	transform: scale(1);

	background: url(../imgs/sld02.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#slide03 .slide-bg{

	transform: scale(1);

	background: url(../imgs/sld01.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


@media screen and (max-width: 1200px) { 
	#home-slider .slide-content h1 {
		font-size: 3em;
	}
	#home-slider .slide-content h2 {
		font-size: 2em;
	}
	#home-slider .slide-content a {
		font-size: 	1.5em;
	}
}

@media screen and (max-width: 650px) { 
	#home-slider .slide-content h1 {
		font-size: 2em;
	}
	#home-slider .slide-content h2 {
		font-size: 1.3em;
	}
	#home-slider .slide-content a {
		font-size: 	1.2em;
		border: 1.5px solid #fff;
		width: 180px;
	}
}


/*=========================================
			A   E M P E S A
==========================================*/
#s02{
	background-color: #f3f3f3;
}

#s02 .c-right i{
	float: right;
    display: block;
    height: 400px;
    width: 350px;
    margin: 60px 0 0 0;
	background-image: url('../imgs/empresa.png');
	background-repeat: no-repeat;
	background-size: 100%; 
}

#s02 .c-left {
	margin: 0 0 70px 0; 
}

#s02 .c-left h1{
	font-size: 2.3em;
}

#s02-text {
	display: none;
}

.s02-btn{
	display: block;
	width: 75px;
	margin: 20px 0;
    color: #ff344f;
    padding: 3px 10px 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #ff344f
}

@media screen and (max-width: 1020px) { 
	.c-left,
	.c-right,{
		float: none;
		margin: auto;
	}

	#s02 .c-left {
		width: 80%;
		padding: 10% 10% 5% 10%;
		margin: 0;
	}

	#s02 .c-left p, #s02 .c-left h1{
		text-align: center;
	}

	.c-right{
		width: 100%;
	}

	#s02 .c-right i{
		float: none;
		margin: 10px auto 0 auto;
	}

	.s02-btn {
		margin: 20px auto;
	}
}

/*=========================================
			S E R V I Ç O S
==========================================*/
#s03{

}

#s03-title {		
    width: 80%;
    font-size: 2.3em;
    text-align: center;
    margin: 0 auto 70px auto;
}

.icon{
	height: 350px;
	width: 200px;
	margin: 30px 0 0 0; 
}
.icon-wrp{
	height: 170px;
	width: 170px;
	background-color: #ff344f;
	border-radius: 50%;
}
.icon-wrp i{
	color: #fff;
    font-size: 4.3em;
    display: block;
    width: 170px;
    height: 170px;
    text-align: center;
    line-height: 2em;
}

.icon-shadow{
	width: 200px;
    height: 45px;
    margin: 25px 0 0 -10px;
	background-image: url('../imgs/shadow.png');
	background-repeat: no-repeat;
}

.dark-bg{
	background-color: #2f2f2f;
}

.dark-bg h1 {
	color: #fff;
}

.dark-bg p{
}

.dark-bg ul {
	color: #fff !important;
}

strong b{
	font-weight: bolder !important;
}

.s03-list{
	margin-bottom: 5%;
	margin-left: 20px;
	list-style: circle;
	color: #666; 
}

.s03-list ul {
	display: none;
	list-style: circle;
}

.s03-list-items li{
	margin: 0 0 10px 0;
}

.s03-list-text{

}

.s03-list-text li{
	margin: 0 0 30px 0;
}

.s03-list-btn{
	display: block;
	width: 75px;
	margin: 20px 0;
    color: #ff344f;
    padding: 3px 10px 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #ff344f
}


@media screen and (max-width: 1020px) { 
	.c-left-30, 
	.c-right-30,
	.c-left-70, 
	.c-right-70{
		float: none;
	}

	.c-left-30, .c-right-30{
		margin: auto;
	}

	.c-left-70, .c-right-70{
		width: 80%;
		padding: 0 10% 5% 10%;
		margin: 0 0 60px 0; 
	}

	.icon{
		height: 250px;
	}

	.dark-bg ul {
		text-align: left;
	}

	.c-left-70 h1,
	.c-right-70 p,
	.dark-bg h1,
	.dark-bg p
	{
		text-align: center;
	}

	.dark-bg-icon{
		display: none;
	}
	.dark-bg-top-icon{
		display: block;
	}

	.c-left-30 .icon,
	.dark-bg .c-left-30 .icon{
		float: none;
		margin: 80px auto 0 auto;
	}

	.icon, .icon-wrp{
		margin: auto;
	}

	.icon-shadow{
		margin: 25px 0 0 0;
	}

	.s03-list{
		margin-left: auto;	}
}

@media screen and (max-width: 725px) { 
	.s03-list-btn{
		margin: 40px 0 20px 0;
	}

}

@media screen and (max-width: 500px) {
	.c-left-30, .c-right-30{
		width: 100%;
	}
} 
/*=========================================
			C L I E N T E S
==========================================*/
#s04{

}

#s04 h1{
	font-size: 2.3em;
	text-align: center;
	color: #666;
}

#s04 span{
	text-align: center;
	width: 70%;
	margin: 0 auto 60px auto;
	display: block;
	color: #666;
}

#clientes-wrp{
	width: 570px;
	margin: 0 auto 60px auto;
	overflow: hidden;
}

#clientes-wrp-in{
	height: 190px;
	width: 1710px;
	clear: both;
	overflow: hidden;
}


.clientes-item{
	position: relative;
	width: 150px;
	height: 150px;
	margin: 20px;
	float: left;
}

.clientes-item img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: auto;
	width: 100%; 
	margin: auto;
}

@media screen and (max-width: 580px) { 
	#clientes-wrp-in{
		width: 2160px;
	}

	#clientes-wrp{
		width: 220px;
	}
	.clientes-item{
		position: relative;
		width: 180px;
		height: 180px;
	}
}

/*=========================================
		  D E P O I M E N T O S
==========================================*/
#c-stt{
	background: #0e78ba url(../imgs/clientes.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#c-stt #c-stt-wrp{
	color: #fff;
	width: 768px;
	margin: auto;
	clear: both;
	overflow: hidden;
} 

#c-stt 
#c-stt-wrp
#c-stt-wrp-items{
	width: 2304px;
	margin: auto;
} 

#c-stt 
#c-stt-wrp 
#c-stt-wrp-items
.c-stt-item{
	width: 768px;
	margin: auto;
	min-height: 200px;
	float: left;
}

#c-stt 
#c-stt-wrp 
#c-stt-wrp-items
.c-stt-item
.logo{
	height: 75px;
	width: 75px;
	border-radius: 7px;
	margin: 5%;
	background-color: #fff;
	float: left;
} 

#c-stt 
#c-stt-wrp 
#c-stt-wrp-items
.c-stt-item
.logo img{
	
} 

#c-stt 
#c-stt-wrp 
#c-stt-wrp-items
.c-stt-item h1{
	color: #fff;
	display: block;
	width: 80%;
	float: right;

	font-size:1.2em;
}

#c-stt 
#c-stt-wrp 
#c-stt-wrp-items
.c-stt-item h1 b{
	color: #fff
}

#c-stt 
#c-stt-wrp 
#c-stt-wrp-items
.c-stt-item span{
	display: block;
	width: 80%;
	float: right;
}

#c-stt 
#c-stt-wrp 
#c-stt-controls{
	width: 63px;
	margin: auto;
}

#c-stt 
#c-stt-wrp 
#c-stt-controls i{
	height: 7px;
	width: 7px;
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 50%;	
	float: left;
	margin: 0 10px 0 0;
	cursor: pointer;
}

.c-stt-controls-active{
	background-color: #fff !important;
}


@media screen and (max-width: 1020px) {
	#c-stt 
	#c-stt-wrp 
	#c-stt-wrp-items
	.c-stt-item
	.logo
	{
		float: none;	
		margin: auto;
	}

	#c-stt 
	#c-stt-wrp 
	#c-stt-wrp-items
	.c-stt-item
	h1
	{
		width: 100%;
        text-align: center;
    	float: none;
	}

	#c-stt 
	#c-stt-wrp 
	#c-stt-wrp-items
	.c-stt-item
	span
	{
		margin: auto;
		text-align: center;
		float: none;
		width: 100%;
		margin: 0 0 30px 0;
	}
}


@media screen and (max-width: 780px) {

	#c-stt #c-stt-wrp{
		width: 300px;
		margin: 50px auto 70px auto;
	} 

	#c-stt 
	#c-stt-wrp
	#c-stt-wrp-items{
		width: 900px;
	}

	#c-stt 
	#c-stt-wrp 
	#c-stt-wrp-items
	.c-stt-item{
		width: 300px;
	} 
}

/*=========================================
			C O N T A T O
==========================================*/
#s05{
	background: #ff344f url(../imgs/footer.png) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#s05 .c-left,
#s05 .c-right{
	min-height: 100%;
}

#s05 .c-left{
	color: #fff;
}

#s05 .c-left .intro{
	border-bottom: 1px solid rgba(255,255,255,.6); 
	margin: 0 0 30px 0;
}

#s05 .c-left .intro h1{
	font-size: 2em;
	color: #fff;
	margin: 0;
}

#s05 .c-left .intro h1 b{
	color: #fff;
}

#s05 .c-left .intro span{
	display: block;	
	width: 80%;
	margin: 10px 0 10px 0 
} 

#s05 .c-left .adress .address-item{
	margin: 0 0 20px 0; 
}

#s05 .c-left .adress .address-item i{
	display: block;
	float: left;
	margin: 5px 0 0 0; 
	width: 5%;	
}

#s05 .c-left .adress .address-item label{
	display: block;
	float: left;
	width: 95%;
	font-weight: bold;
}

#s05 .c-left .adress .address-item span{
	display: block;
	width: 90%;
	margin: 0 0 0 5%;
}

#email-mobo{
	display: none !important;
}

#s05 .c-left .social{
	margin: 40px 0;
	border-top: 1px solid rgba(255, 255, 255, .4);
}

#s05 .c-left .social span{
	margin: 5px 0;
	display: block;
	widows: 100%;
}

#s05 .c-left .social a{
	color: #fff;
	font-size: 1.5em;
	margin: 0 15px 0 0;
}

#s05 .c-right form{
	position: relative;
	max-width: 400px;
	background-color: #fff;
	overflow: hidden;
	color: #959595;
	padding: 25px 0 0 0;
	margin: 0 auto 60px auto;
}

#s05 .c-right form label{
	display: block;
	width: 84%;
	margin: 7px 8% 0 8%; 
	font-size: .8em
}

#s05 .c-right form input[type='text']{
	width: 80%;
	border: 1px solid #dcdcdc;
	margin: 0 8%; 
	font-family: 'open';
	padding: 5px 2%;
	color: #959595;
}

#s05 .c-right form textarea{
	width: 80%;
	height: 100px;
	border: 1px solid #dcdcdc;
	margin: 0 8%; 
	font-family: 'open';
	padding: 5px 2%;
	color: #959595;
}

#f-enviar{
	position: relative;
	width: 100px;
	height: 30px;
	border-radius: 5px;
	background: #ff344f;
	margin: 15px auto 20px auto;
	padding: 5px 10px;
	color: #fff;
	cursor: pointer;
}

#f-enviar i{
	position: absolute;	
	left: 10px;
	top: 10px;
}

#f-enviar span{
	font-weight: bold;
	margin: 0 0 0 30px;
}


#copyright {
	padding: 30px 0;
	width: 100%;
	text-align: center;
	display: block;
	border-top: 1px solid rgba(255, 255, 255, .2);
	color: #666;
	font-weight: bolder;
	font-size: 18px;
	color: #fff;
	background-color: #1f1c1d;
	font-weight: 100;
}

.formError{
	border:1px solid transparent !important;
	background-color: #d64557 !important;
	color: #fff !important;
}

#sent-message{
	display: none;
	position: absolute;
    height: 110%;
    width: 100%;
    background-color: #FFC107;
    opacity: .85;
    overflow: hidden;
    z-index: 1;
    margin: -10% 0 0 0;
}

#sent-message h1{
	color: #fff;
    position: absolute;
    top: 45%;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: bold;
    text-shadow: 
}

#error-message{
	display: none;
	position: absolute;
    height: 110%;
    width: 100%;
    background-color: #000;
    opacity: .85;
    overflow: hidden;
    z-index: 1;
    margin: -10% 0 0 0;
}

#error-message h1, #error-message h2{
	color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: bold;
    text-shadow: 
}
#error-message h1{
	top: 45%;
}
#error-message h2{
	top: 55%;
}

@media screen and (max-width: 1020px) { 

	#s05 .c-left, #s05 .c-right{
		width: 80%;
		float: none;
		margin: auto;
	}

	#s05 .c-left .intro {
    	text-align: center;
    	font-size: 1.3em;
        margin: 0 0 30px 0;
    }

    #s05 .c-left .intro span{
    	width: 100%;
    }

	#s05 .c-left .adress {
    	font-size: 1.2em;
	}

	#s05 .c-left .social {
		width: 130px;
   		margin: 50px auto 30px auto;
	}

	#s05 .c-left .adress .address-item i{
		width: 40%;
		text-align: right;
	}
	#s05 .c-left .adress .address-item label{
		width: 57%;
		padding: 0 0 0 3%;
		text-align: left;
	}
	
	#s05 .c-left .adress .address-item span{
		text-align: center;
	}
}

@media screen and (max-width: 750px) { 
	#email-std{
		display: none !important;
	}

	#email-mobo{
		display: block !important;
	}
}

@media screen and (max-width: 450px) { 

	#s05 .c-left .adress .address-item span{
		text-align: center;
	}


	#s05 .c-left, #s05 .c-right{
		width: 95%;
		float: none;
		margin: auto;
	}
}