@font-face {
    font-family: OpenSans-Regular;
    src: url(../font/OpenSans-Regular.ttf);
}

@font-face {
    font-family: OpenSans-Bold;
    src: url(../font/OpenSans-Bold.ttf);
}

@font-face {
    font-family: OpenSans-Light;
    src: url(../font/OpenSans-Light.ttf);
}

*{
	margin: 0;
	padding: 0;
	font-family: 'OpenSans-Regular', sans-serif;
}


#header img{
	margin-top: 170px;
	margin-bottom: 170px;
}

#header2 img{
	margin-top: 50px;
	margin-bottom: 70px;
}

#galeria{
	width: 100%;
	height: auto;
}
#galeria ul{
	margin: 0 auto;
}

#galeria ul li{
	padding: 0px;
}
#dual-menu{
	color: #125a50;
}

#dual-menu a{
	color: #125a50;
	font-size: 14px;
}

#quem-somos{
	margin-top: 150px;
	background-color: #125a50;
	border-top: solid 10px #39d1ac;
	color: #fff;
	height: auto;
}

#quem-somos .topico{
	margin-top: 100px;
	margin-bottom: 40px;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
}

#faixa{
	min-height: 450px;
	background-image: url(../img/img_home.jpg);
	background-position: center center;
	background-size: cover;
}


#linhas{
	margin-top: 100px;
	margin-bottom: 100px;
	color: #6b6b6b;
	font-family: 'OpenSans-Light', sans-serif;
	
}
#linhas h3{
	margin-bottom: 40px;
	font-size: 36px;
}

#linhas .unit{
	margin-top: 70px;
}


.unit > p {
	padding-left: 10px;
}

#beneficios{
	margin-top: 70px;
	margin-bottom: 100px;
	color:  #125a50;
}

#beneficios h5{
	font-family: 'OpenSans-Bold', sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 30px;
}

h5{
	font-family: 'OpenSans-Bold', sans-serif;
	font-size: 16px;
	margin-bottom: 30px;
	color: #125a50;
}
#beneficios .icn{
	margin-top: 100px;
}

#vidros{
	color: #6b6b6b;
	margin-top: 70px;
	margin-bottom: 100px;
}

#amarelo{
	position: relative;
	top: 0px;
	width: 26px;
	min-height: 26px;
	background-color: #f3ff45;
}
#amarelo2{
	position: relative;
	bottom: 0px;
	width: 20px;
	min-height: 40px;
	background-color: #f3ff45;
}


#contato{
	background-color: #39d1ac;
	color: #fff;
}

#contato h2{
	font-family: 'OpenSans-Light', sans-serif;
	margin-top: 100px;
	margin-bottom: 100px;
	font-size: 40px;
}

form{
	margin-bottom: 100px;
}
input{
	padding-left: 15px;
}
textarea{
	min-height: 200px;
	border: solid 1px #fff;
	padding-left: 15px;
	padding-top: 15px;
}

textarea:focus{
	outline: none;
}

.btn-enviar{
	background-color: #39d1ac;
	border: 1px solid #fff;
	color: #fff;
	width: 100px;
	height: 50px;
	margin-top: 10px;
}

.btn-enviar:focus{
	background-color: #39d1ac;
	font-weight: bold;
	border: 2px solid #fff;
}

.fone{
	font-family: 'OpenSans-Light', sans-serif;
	font-size: 20px;
}
.social{
	margin-top: 20px;
}
.endereco{
	margin-top: 20px;
	margin-bottom: 70px;
}

.destaque{
	font-family: 'OpenSans-Bold', sans-serif;
	font-size: 16px;
}
.saiba-mais{
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
}

#delay-texto {
  animation-delay: 1s;
  webkit-animation-delay: 1s;
  moz-animation-delay: 1s;

}

#delay-icones {
  animation-delay: 0.5s;
  webkit-animation-delay: 0.5s;
  moz-animation-delay: 0.5s;

}

#delay-logo{
  animation-duration: 2s;
  webkit-animation-delay: 2s;
  moz-animation-delay: 2s;
}

#linhas h5{
	font-family: 'OpenSans-Bold', sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 70px;
}
.com-borda{
	border-right: solid 1px #125a50;
}


.sucesso, .erro{
	background-color: #125a50;
	padding: 15px;
	display: none;
	margin-top: 30px;
}


.reduzido{
	padding: 70px;
}
/* PHONE DEVICE */
@media screen and (max-width: 600px) {
	.com-borda{border: none; margin-bottom: 100px;}
	.saiba-mais{padding-top: 5px;}
	#header img{
		margin-top: 100px;
		margin-bottom: 150px;
	}

	.reduzido{
		padding: 70px 0px 70px 0px;
	}
	.dois{
		padding-bottom: 0px;
	}

	#beneficios{
		margin-top: 0px;
	}
}

@media screen and (min-width: 1440px) {
	#galeria{
		background-color: #125a50;
	}
}