body {
    margin: 0px;
    padding: 0px;
    float: top;
    font-family: Arial !important;
}

div {
    margin: 0px;
    padding: 0px;
    position: relative;
    text-align:center;
}

div.banner {
    width: 100%;
    height: 500px;
    float: left;
    background-color: #457b47;
}

div.bannerP {
    width: 100%;
    height: 100px;
    float: left;
    background-color: #679d69;
}

div.container1 {
    width: 100%;
    float: left;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #679d69;
}

div.tituloContainer1 {
    color: white;
    font-size: 40pt;
    padding-bottom: 50px;
}

div.container2 {
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
    float: left;
    background-color: white;
}

div.linhaTotal {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

div.tituloContainer2 {
    color: #457b47 !important;
    font-size: 40pt;
    padding-bottom: 50px;
}

div.metade {
    height:100%;
    width: 50%;
    float: left;
}

div.terco {
    width: 33%;
    float: left;
}

div.linha {
    width: 100%;
    float:left;
    margin-bottom: 5px;
}

div.itemTerco {
    width: 100%;
    text-align: center;
    color: white;
    margin-top: 20px;
    font-weight: bold;
}

div.itemTerco1 {
    width: 80%;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 20px;
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: center;
    color: white !important;
    font-weight: bold;
}

div.itemTerco2 {
    width: 80%;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 20px;
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: justify;
    color: #457b47 !important;
    font-weight: bold;
}

div.itemTerco1 h2 {
    text-align: center;
}

div.itemTerco2 h2 {
    text-align: center;
}

.container2 p.textoTerco {
    text-indent:4em;
}

/****************************************/

div.itemMenu {
    float: right;
    padding: 10px;
    text-align: center;
    color: white;
    margin-top: 20px;
    margin-right: 10%;
    font-weight: bold;
    font-size: 14pt;
}

a:link, a:visited, a:active {
    color: white;
    text-decoration: none
}

a:hover {
    background-color: #679d69;
    text-decoration: none
}

div.fonte_grande {
    font-size: 30pt;
    color: white;
    margin-top: 5%;
    margin-bottom: 30px;
}

div.menuFixo {
    position: fixed;
    top: 0;
    width: 100%;
    height: 80px;
    background-color: #457b47;
    z-index: 1000;
}

#ancoraInicio {
    margin-top: 80px;
}

/*************************************************/

form {
    margin: 0px;
    padding: 0px;
}

input[type=text] {
    background-color: white;
    border: solid 1px gray;
    padding: 10px;
    border-radius: 0px;
}

input.contato {
    width: 70%;
}

input.btEnviar {
    background-color: #679d69;
    padding: 10px;
    border-radius: 0px;
    width: 30%;
    margin-top: 3%;
    border: 1px solid white;
    color: white;
    font-size: 12pt;
    font-weight: bold;
}

textarea.contato {
    width: 70%;
    background-color: white;
    border: solid 1px gray;
    padding: 10px;
    border-radius: 0px;
    resize: none;
}

/***************************************************/

img.imgLogo {
    height: 60px;
    margin-top: 7px;
    margin-left: 30px;
    float: left;
    background-color: white;
    padding: 3px;
    border-radius: 30px;
}

div.sliderJQ {
    width: 100%;
    height: 100%;
    background-color: #457b47;
}

img.itemSlide {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
}

div.legenda {
    width: 40%;
    height: 300px;
    margin-left: 50%;
    z-index: 10;
    margin-top: -450px;
    background: #457b47D0;
    color: white;
    padding: 40px;
}

