/*
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 : 13/05/2014, 19:32:00
    Author     : Danielle Beatriz

    Cores:
    - Verde Logo: #00af52

*/

body {
    background-image: url('../img/mini_texture3.png');
}

#container {
    height: 100%;
}

#header{
    height: 200px;
    width: 960px;
    margin: auto;
    /*    background: linear-gradient(#cb5006, #a72201);
        margin: 40px 0px 10px 0px;
        background: linear-gradient(#e5e5e5, #fefefe);*/
}

#logo {
    position: absolute;
    top: 0px;
    width: 960px;
    text-align: center;
}

#logo img {
    width: 350px;
/*    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #FFF;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#F8F8F8));
    background-image: -webkit-linear-gradient(top, #fff, #F8F8F8);
    background-image: -moz-linear-gradient(top, #fff, #F8F8F8);
    background-image: -ms-linear-gradient(top, #fff, #F8F8F8);
    background-image: -o-linear-gradient(top, #fff, #F8F8F8);
    background-image: linear-gradient(top, #fff, #F8F8F8);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);*/
}

#content{
    height: auto !important;
    min-height: 443px;
    width: 960px;
    margin: auto;
    clear: both;
    padding-top: 20px;
    padding-bottom: 20px;
}

#footer {
    text-align: right;
    font-size: 12px;
    color: gray;
}

#conteudo {
    width: 899px;
    min-height: 410px;
    overflow: hidden;
    background: white;
    color: #333;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

    background-color: #FFF;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#F8F8F8));
    background-image: -webkit-linear-gradient(top, #fff, #F8F8F8);
    background-image: -moz-linear-gradient(top, #fff, #F8F8F8);
    background-image: -ms-linear-gradient(top, #fff, #F8F8F8);
    background-image: -o-linear-gradient(top, #fff, #F8F8F8);
    background-image: linear-gradient(top, #fff, #F8F8F8);

    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:    0px 0px 20px rgba(0, 0, 0, 0.2);
    box-shadow:         0px 0px 20px rgba(0, 0, 0, 0.2);
    margin: 0px auto;
    padding: 30px;
}
#conteudo p {
    text-align: justify;
    line-height: 20px;
}

#cabecalho {
    margin-bottom: 10px;
    height: 150px;
}

#menu { 
    width: 100%;
    height: 50px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;

    background-color: #00af52;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00af52), to(#007b3a));
    background-image: -webkit-linear-gradient(top, #00af52, #007b3a);
    background-image: -moz-linear-gradient(top, #00af52, #007b3a);
    background-image: -ms-linear-gradient(top, #00af52, #007b3a);
    background-image: -o-linear-gradient(top, #00af52, #007b3a);
    background-image: linear-gradient(top, #00af52, #007b3a);


    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#menu ul {
    list-style: none;
}
#menu ul li {
    width: 132px;
    text-align: center;
    line-height: 50px;
    border-right: 1px solid #F8F8F8;
    margin: 0px;
    float: left;
}
#menu ul li:last-child {
    border-right: 0px;
}
#menu ul li a {
    color: white;
    font-size: 15px;
}

#banner img {
    width: 959px;
    border-radius: 5px;
    box-shadow: 0px 0px 20px rgba(78, 59, 0, 1);
}

#tituloPagina {
    font-weight: bold;
    color: #00af52;
    font-size: 20px;
    border-radius: 5px;
    line-height: 30px;
    vertical-align: middle;
    margin-bottom: 25px;
}
#tituloPagina img {
    width: 30px;
    float: left;
    margin-right: 5px;
}
.subTituloPagina {
    color: #007b3a;
    font-weight: bold;
    margin-bottom: 5px;
}

form {
    clear: both;
    width: 450px;
}

form div {
    clear: both;
    padding: .5em;
    vertical-align: text-top;
}
form .input {
    color: #444;
}
form .required {
    font-weight: bold;
}
form .required label:after {
    color: #e32;
    content: '*';
    display:inline;
}
form div.submit {
    border: 0;
    clear: both;
    margin-top: 10px;
    text-align: center;
}
label {
    margin-right: 5px;
    width: 70px;
    text-align: right;
    display: inline-block;
}
input, textarea {
    clear: both;
    width: 80%;
    padding: 2px;
    font-size: inherit;
    border: 1px solid #cecece;
    border-radius: 4px;
    vertical-align: top;
}
/*select {
    clear: both;
    font-size: 120%;
    vertical-align: text-bottom;
}
select[multiple=multiple] {
    width: 100%;
}
option {
    font-size: 120%;
    padding: 0 3px;
}
input[type=checkbox] {
    clear: left;
    float: left;
    margin: 0px 6px 7px 2px;
    width: auto;
}
div.checkbox label {
    display: inline;
}
input[type=radio] {
    float:left;
    width:auto;
    margin: 6px 0;
    padding: 0;
    line-height: 26px;
}
.radio label {
    margin: 0 0 6px 20px;
    line-height: 26px;
}*/
input[type=submit] {
    display: inline;
    font-size: 110%;
    width: auto;
}
form .submit input[type=submit] {
    background:#62af56;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
    background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
    background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
    border-width: 0px;
    border-color: #2d6324;
    border-radius: 4px;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
    padding: 8px 10px;
}
form .submit input[type=submit]:hover {
    background: #5BA150;
}
/* Form errors */
/*form .error {
    background: #FFDACC;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-weight: normal;
}
form .error-message {
    -moz-border-radius: none;
    -webkit-border-radius: none;
    border-radius: none;
    border: none;
    background: none;
    margin: 0;
    padding-left: 4px;
    padding-right: 0;
}
form .error,
form .error-message {
    color: #9E2424;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}*/

.divide2 {
    width: 48%;
    padding: 5px;
    margin-bottom: 15px;
}

.imagemProdutos {
    margin-left: 5px;
    float: left;
}
.imagemProdutos img {
    max-height: 200px;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.imagemClientes {
    margin: 20px;
    float: left;
}
.imagemClientes img {
    height: 100px;
}

.imagemParceiros {
    margin: 5px;
    float: left;
}
.imagemParceiros img {
    height: 35px;
}



/* Slideshow Home */
#slideTexto {
    height: 400px;
}

#slideTexto li, #slideTexto ul {
    list-style: none;
    margin: 0;
}

.slideBloco {
    height: 385px;
    position: relative;
    padding: 17px;
    background-color: #fff;

    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background-image: -webkit-linear-gradient(top, #fff, #eee);
    background-image: -moz-linear-gradient(top, #fff, #eee);
    background-image: -ms-linear-gradient(top, #fff, #eee);
    background-image: -o-linear-gradient(top, #fff, #eee);
    background-image: linear-gradient(top, #fff, #eee);
}

.slideImagem {
    height: 390px;
    width: 470px;
    float: left;
    text-align: center;
}
.slideImagem img {
    height: 100%;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.slideDescricao {
    margin-top: 10px;
    font-size: 18px;
    text-align: center;
}

.slideTitulo {
    padding-top: 90px;
    padding-bottom: 30px;
}

.slideTitulo h5 {
    text-align: center;
    font-style: italic;
    font-size: 45px;
    color: #00af52;
    text-transform: uppercase;
}

.slidePaginacao {
    height: 13px;
}

.slidePaginacao li {
    height: 100%;
    float: left;
    position: relative;
}

.slidePaginacao li a {
    display: block;
    text-indent: -9000px;
    background: #00af52;
    height: 100%;
    cursor: pointer;
    border-right: 2px solid rgba(255,255,255,0.5);
    border-bottom: 1px solid rgba(0,0,0,0.3);
}

.slidePaginacao li a:hover {
    background-color: #F0F0F0;
}

.slidePaginacao li span {
    display: none;
    position: absolute;
    bottom: 15px;
    font-size: 15px;
    padding: 5px;
    z-index: 100;
    background: #F0F0F0;

    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-radius-topleft: 5px;
    -webkit-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    position: absolute;
    top: 10px;
    right: 20px;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../img/mensagem/info.png');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../img/mensagem/success.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../img/mensagem/warning.png');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../img/mensagem/error.png');
}

/* Empresa */
.boxDestaque {
    text-align: justify;
    background: #eee;
    border: 3px solid #ccc;
    border-radius: 5px;
    padding: 10px;
}