/* 
    Document   : flexica
    Created on : 25/Jun/2013, 16:57:30
    Author     : Flexica
    Description:
        Purpose of the stylesheet follows.
*/


body {
    margin: 0;
    font-size: 12px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #3F3830;   
    background-color: white;
}
header{
    border-top: none;
    padding: 8px 0 0 0;
}

div.container {
    margin-bottom: 0px;
    position: relative;
    display: table;
    max-width: 1170px;
    height: auto;
}

header#header{
    background-image: url('images/landpage.png');
    background-repeat: no-repeat;
    background-position: center;
    /*background-size: 100%;*/        
}

section#corpo {
    margin-top: 20px;
}

section#aviso{
    background-color: #3F3830;
    opacity: 0.7;
    color: white;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.fill h1{
    font-size: 20px;
    color: white;
    font-weight: normal;
    line-height: 25px;
}
section#corpo h1 {
    font-size: 26px;
    letter-spacing: 16px;
    line-height: 30px;
}
section#corpo h2 {
    font-size: 38px;
    font-weight: normal;
}
section#corpo h3{
    font-size: 20px;
    font-weight: normal;
    color: #3F3830;
    line-height: 20px;
    margin: 25px 0;
}
section#corpo h4{
    font-size: 14px;
    font-weight: normal;
    color: #3F3830;
}

.texto-normal{
    font-size: 20px;
    font-weight: normal;
    color: #3F3830;
}
.texto-normal-2{
    font-size: 14px;
    font-weight: normal;
    color: #3F3830;
}

#botoes{
    margin-top: 25px;
}
#logo_wine{
    margin-top: 40px;
    margin-bottom: 100px;
}

a:hover, a:focus {
    color: #3F3830;
    text-decoration: none;
}
a.botao-sim-nao{
    background-image: url('images/BOTOES/botao_sim_nao_out.png');
    width: 38px;
    padding: 5px;
    display: inline-block;
    font-size: 12px;
    color: #3F3830;
}
a.botao-sim-nao:hover{
    background-image: url('images/BOTOES/botao_sim_nao_on.png');
    width: 38px;
    height: 22px;
}
input.botao-sim-nao{
    background-image: url('images/BOTOES/botao_sim_nao_out.png');
    width: 38px;
    display: inline-block;
    font-size: 12px;
    color: #3F3830;
    background-color: transparent;
    border: none;
    height: 22px;
    margin-top: -2px;
}
input.botao-sim-nao:hover{
    background-image: url('images/BOTOES/botao_sim_nao_on.png');
    width: 38px;
    height: 22px;
    background-color: transparent;
    border: none;
}

.botao-fechar{
    background-image: url('images/BOTOES/fechar_out.png');
    color: white;
    background-repeat: no-repeat;
    padding: 0px 25px 0 0px;
    background-position-x: 40px;
    cursor: pointer;
    background-position: 100% 0;
}
.botao-fechar:hover{
/*    background-image: url('images/BOTOES/fechar_on.png');
    color: white;
    background-repeat: no-repeat;
    padding: 0px 25px 0 0px;
    background-position-x: 40px;*/
}



footer{
    margin-top: 40px;
}
.separador-banner-pagina-fundo {
    border-top: 1px solid #eeeeee;
    margin: 20px 0 0 0;
}




form#formlang img{
    margin-top: -2px;
}
form#formlang .item-pt:hover{
    background-image: url('images/BOTOES/pt_on.png');
    /*    width: 17px;
        height: 15px;*/
}
form#formlang .item-en:hover{
    background-image: url('images/BOTOES/en_on.png');
    /*    width: 17px;
        height: 15px;*/
}
a.botao-face:hover{
    background-image: url('images/BOTOES/botao_facebook_on.png');
    /*    width: 15px;
        height: 15px;*/
}
a.botao-linkdin:hover{
    background-image: url('images/BOTOES/botao_linkedin_on.png');
    /*    width: 15px;
        height: 15px;*/
}