/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 06/02/2015, 09:42:52
    Author     : yuri
*/

@font-face {
    font-family: Lato-Light;
    src: url(../fontes/Lato-Light.ttf);
}
@font-face {
    font-family: Lato-Regular;
    src: url(../fontes/Lato-Regular.ttf);
}
body{
    background: #FAFAFA;
}
#cabecalho{
   height: 200px;
   position: fixed;
   width: 100%;
}
#cabecalho2{
   height: 40px;
   background: rgba(0,36,28,0.7);
   position: relative;
   width: 100%;
   z-index: 999999;
   margin-top: -205px;
}
#cont_cabecalho{
    width:820px;
    margin: auto;
}
.item_menu{
    min-width:68px;
    padding: 0 3px;
    float: left;
    font-family: Lato-Light;
    font-size: 20px;
    line-height: 24px;
    margin:0 30px;
}
#banner{
    height:auto;
    width:100%;
}
#sobre{
    height:220px;
    background: #fff;
}
#sobre h3{
    font-family: Lato-Light;
    font-size: 60px;
    line-height: 0px;
    color:#007356;
    text-align: center;
}
#sobre p{
    font-family: Lato-Light;
    font-size: 30px;
    line-height: 36px;
    color:#666;
    text-align: center;
    width: 750px;
    margin: auto;
}
.sombra{
    height: 5px;
    background: url('../imagens/sombra_sobre.jpg');
}
#ser{
    height: 500px;
    width: 1240px;
    margin: auto;
}
.ser_esq h3{
    font-family: Lato-Light;
    font-size: 50px;
    line-height: 0px;
    color:#007356;
    text-align: right;
}
.ser_esq h4{
    font-family: Lato-Light;
    font-size: 25px;
    line-height: 20px;
    color:#A5D01F;
    text-align: right;
}
.ser_esq p{
    font-family: Lato-Light;
    font-size: 20px;
    line-height: 25px;
    color:#666;
    text-align: right;
}
.ser_dir h3{
    font-family: Lato-Light;
    font-size: 50px;
    line-height: 0px;
    color:#007356;
    text-align: left;
}
.ser_dir h4{
    font-family: Lato-Light;
    font-size: 25px;
    line-height: 20px;
    color:#A5D01F;
    text-align: left;
}
.ser_dir p{
    font-family: Lato-Light;
    font-size: 20px;
    line-height: 25px;
    color:#666;
    text-align: left;
}
#ser spam{
    font-family: Lato-Light;
    font-size: 25px;
    line-height: 20px;
    color:#A5D01F;
    text-align: left;
}
#comprar{
    height: auto;
    width: 1240px;
    margin: auto;
}
#comprar h3{
    font-family: Lato-Light;
    font-size: 60px;
    line-height: 0px;
    color:#007356;
    text-align: center;
}
#comprar #finan{
    font-family: Lato-Light;
    font-size: 20px;
    line-height: 25px;
    color:#666;
    text-align: center;
}
#comprar h4{
    font-family: Lato-Light;
    font-size: 40px;
    line-height: 20px;
    color:#666;
    text-align: left;
}
#comprar p{
   font-family: Lato-Light;
    font-size: 16px;
    line-height: 0px;
    color:#007356;
	text-align:right;
}
#comprar #lotes{
    font-family: Lato-Light;
    font-size: 18px;
    line-height: 0px;
    color:#666;
    text-align: left;
}
#comprar #entrada{
    font-family: Lato-Light;
    font-size: 18px;
    line-height: 0px;
    color:#007356;
    text-align: right;
}
.input{
width:600px;
height:50px;
color:#858585;
font-size:18px;
font-family: Lato-Light;
border:solid 1px #EEE;
}
textarea{
width:600px;
height:200px;
color:#858585;
font-size:18px;
font-family: Lato-Light;
border:solid 1px #EEE;
}
.enviar{
width:160px;
height:50px;
border-radius:5px;
border:solid 1px #15B647; 
color:#15B647;
text-align:center;
background:transparent;
font-family: Lato-Regular;
cursor:pointer;
}