/*@font-face{
	font-family:raleway;
	src: url('fonts/GeoSlab703 Md BT Medium.ttf');
}*/
@font-face{
	font-family: raleway-black;
	src: url('fonts/Raleway-Black.ttf');
}
@font-face{
	font-family: raleway;
	src: url('fonts/Raleway.ttf');
}
body{
	font-family: raleway;
}
.parallax-1 {
    background-image: url('imgs/parallax-1.png');
    padding: 110px 100px 110px 200px;
    text-align: right;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax-1 h1{
	font-family: raleway-black;
	font-size: 45px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.parallax-1 #sub-titulo{
	font-size: 30px;
	font-family: 'Nothing You Could Do', cursive;
	font-weight: initial;
	text-transform: none;
}
.parallax-1 p{
	padding: 30px 0px 30px 0px;
	font-size: 20px;
	color: #fff;
	text-shadow: 1px 1px 2px #000;
	font-family:raleway;
}
#destaque-verde{
	color:#37D872;
}
.parallax-1 a{
	text-decoration: none;
	color:#fff;
	border:1px solid #fff;
	padding: 10px 30px 10px 30px;
	font-size: 20px;
	font-family:raleway;
	margin-top: 15px;
	margin-bottom: 15px;
	box-shadow: 2px 2px 10px #000;
	transition: all 0.4s ease;
}
.parallax-1 a:hover{
	transition: all 0.4s ease;
	border:1px solid #33BD66;
	background: #38965A;
}
@media screen and (max-width: 800px){
	.parallax-1{
		padding: 30px;
	}
	.parallax-1 a{
		font-size:16px;
	}
	.parallax-1 h1{
		font-size: 30px;
	}
	.parallax-1 #sub-titulo{
		font-size: 25px;
	}
	.parallax-1 p{
		font-size: 17px;
	}
}
.parallax-2 {
    background-image: url('imgs/parallax-2.png');
    padding: 110px 200px 110px 100px;
    text-align: left;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
.parallax-2 h1{
	font-family: raleway-black;
	font-size: 45px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.parallax-2 #sub-titulo{
	font-size: 40px;
	font-family: 'Nothing You Could Do', cursive;
	font-weight: initial;
	text-transform: none;
}
.parallax-2 p{
	padding: 30px 0px 30px 0px;
	font-size: 20px;
	color: #fff;
	text-shadow: 1px 1px 2px #000;
	font-family:raleway;
}
.parallax-2 a{
	text-decoration: none;
	color:#fff;
	border:1px solid #fff;
	padding: 10px 30px 10px 30px;
	font-size: 20px;
	font-family:raleway;
	margin-top: 15px;
	margin-bottom: 15px;
	box-shadow: 2px 2px 10px #000;
}
.parallax-2 a:hover{
	transition: all 0.4s ease;
	border:1px solid #33BD66;
	background: #38965A;
}
@media screen and (max-width: 800px){
	.parallax-2{
		padding: 30px;
	}
	.parallax-2 a{
		font-size:16px;
	}
	.parallax-2 h1{
		font-size: 30px;
	}
	.parallax-2 #sub-titulo{
		font-size: 25px;
	}
	.parallax-2 p{
		font-size: 17px;
	}
}
@media screen and (min-width: 910px){
	.card{
		width: 21% !important;
		margin:2%;
	}
}
.card{
	background: #F5F5F5;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	min-height: 430px;
	text-align:center;
	padding-bottom: 20px;
	margin-bottom:20px;
	border:1px solid #EBEBEB;
}
.card h1{
	font-family: raleway-black;
	color:#38965A;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
.card p{
	font-size: 17px;
	font-family:raleway;	
}
.row{
	margin:0;
}
.container-fluid{
	padding: 0;
}
#icon{
	width: 120px;
	height: auto;
	margin-top: -50px;
}

.titulo-aba-verde{
	background: url("imgs/aba-verde.png");
	background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
    color:#fff;
    font-family: raleway-black;
 	margin-bottom: 70px;
    width: auto;
    padding: 7px 7px 12px 7px;   
}
.titulo-aba-verde h1{
	font-size: 40px;
}
@media screen and (max-width: 910px){
	.card{
		min-height: auto !important;
		margin-bottom:40px !important;
		padding-bottom:30px !important;
	}
	.titulo-aba-verde h1{
		font-size: 30px !important;
	}
}
.carousel-caption{
	font-family: raleway-black;
	top:20%;
	max-width:700px;
	margin:auto;
}
.carousel-caption h2{
	font-size: 75px !important;
	font-weight: bold;
	padding: 10px;
	text-transform: uppercase;
	line-height: 1.3;
}
.carousel-caption h3{
	font-size: 40px;
	font-family: 'Nothing You Could Do', cursive;
	font-weight: initial;
	text-transform: none;
}
.carousel-caption a{
	text-decoration: none;
	color:#fff;
	border:1px solid #fff;
	padding:20px 40px;
	font-size: 25px;
	font-family:raleway;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 100px;
	text-shadow: none;
	transition: all 0.4s ease;
}
.carousel-caption a:hover{
	transition: all 0.4s ease;
	background: #fff;
	color: #33BD66;
}
@media (max-width: 700px){
	#preloader img{
		left:40% !important;	
		width:20% !important;
	}
	.apresentacao-projetos h1{
		font-size: 17px !important;
	}
	.apresentacao-projetos a{
		font-size: 12px !important;
		line-height: 40px !important;
	}
	.carousel-caption{
		top:16%;
	}
	.carousel-caption h2{
		font-size: 30px !important;
	}
	.carousel-caption h3{
		font-size: 20px !important;
	}
	.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{
		width:700px;
	}
	#carousel-example-generic{
		background-size: auto 100% !important;
		background-position: center !important;

	}
	.carousel-caption a{
		padding: 10px 30px;
		font-size: 12px;
		line-height: 14px;
	}


}
#nav-slide {
	position: fixed;
	right: -250px;
	top: 0;
	width: 250px;
	height: 100% !important;
	background: #282828;
	transition: right 0.4s linear;
	padding-top: 30px;
}
.menu #logo{
	height: 100px;
	width: auto;
}
@media (max-width: 910px){
	.menu #logo{
		height: 50px;
	}
}
.menu{
	position: absolute;
	z-index: 1030;
	padding: 20px;
	width: 100%;
}
.botao-menu{
	cursor: pointer;
	float: right;
	text-align: right;
	width: 30px;
	height: 30px;
	background: url('imgs/menu.png');
	background-size: cover;
	
}
.links{
	z-index: 1050;
	position: absolute;
	text-align: center;
	margin:auto;
	right:5%;
	width: 90%;
	border-radius: 25px 0px 25px 25px;
}
.menu-ativado{
	display: block;
}
.links li{
	font-family:raleway;
	font-size: 20px;
	list-style: none;
	border-bottom: 1px solid #959595;
	padding: 10px;
}
.links li:hover{
	background: #F0F0F0;
}
.links a{
	text-decoration: none;
	color:#F7F7F7;
}
.links a:hover{
	color:#282828;
}
@media (max-width: 910px){
	.links li{
		font-size:19px;
	}
	.links{
		padding: 20px;
	}
}
.links ul{
	padding: 0;
}
.deixe-seu-contato{
	font-family: raleway;
	padding: 20px;
	width: 100%;
	background:#1D964A;
	color:#fff;
}
h1,h2,h3,h4{
	font-family: raleway-black;
}
.deixe-seu-contato span{
	font-size: 25px;
}
.rodape{
	background: #000;
	color: #fff;
	padding: 50px 20px;
}
.rodape h3{
	font-family: raleway-black;
	font-weight: bold;
}
.rodape-link a{
	padding:7px 20px;
	margin-top: 20px;
	font-size: 18px;
	font-family:raleway;
	border:1px solid #fff;
	color:#fff;
	text-decoration: none;
}
.rodape-link a:hover{
		transition: all 0.4s ease;
	border:1px solid #33BD66;
	background:#33BD66;
}
.icon-redes{
	width: 50px;
	height:auto;
	padding: 10px;
}
.menu-flutuando{
	position: fixed !important;
	background: rgba(0,0,0,0.9);
}
.menu-flutuando #logo{
	height: 50px !important;
	width: auto;
}
.menu-flutuando .botao-menu{
	margin-top:10px;
}
.fundo{
	background: rgba(0,0,0,0.8);
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 5;
}
.img-projeto{
	width: 100% !important;
	height: auto;
}
.projetos a{
	padding: 0;
	margin: 0;
}
#preloader {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 2000;
}
#preloader img{
	top: 50%;
	left:46%;
	position: absolute;
	width:8%;
	height: auto;
}
.apresentacao-projetos{
	opacity: 0;
	position: absolute;
	background: rgba(29,150,74,0.8);
	color:#fff;
	height: 100%;
	width: 100%;
	padding: 15px;
	text-align: start;
	border:4px double #000;
}
.apresentacao-projetos:hover{
	opacity: 1;
    transition: opacity 0.2s linear;
}
.apresentacao-projetos h1{
	font-size: 28px;
	font-family: raleway-black;
	text-transform: uppercase;
	font-weight: initial;
	text-transform: none;
}
.apresentacao-projetos p{
	font-size: 17px;
	color: #fff;
	text-shadow: 1px 1px 2px #000;
	font-family:raleway;
	margin: 0;
}
.apresentacao-projetos a{
	text-decoration: none;
	color:#fff;
	background: #242424;
	padding: 10px 30px 10px 30px;
	font-size: 16px;
	font-family:raleway;
	margin-top: 15px;
	line-height: 50px;
	margin-bottom: 15px;
	box-shadow: 2px 2px 10px #000;
}
.apresentacao-projetos a:hover{
	background: #33BD66;
}
.projeto{
	width: 100%;
	position: relative;
	height: auto;
	margin-top:30px;
}

.btn-default{
	background-color: #1d964a !important;
	padding-right: 30px;
	padding-left: 30px;
	border-radius: 0px !important;
	color:#fff;
	transition: all 0.4s ease;
}
.btn-default:hover{
	transition: all 0.4s ease;
	background-color: #fff !important;
	color: #38965A;
}
.form-control{
	border-radius: 0px !important;
}