/*Header*/
#header{
    background:url('../imagens/head.jpg') no-repeat center top;
    padding-top: 300px;   
}


#texto-header{
    color:#666666;
    font-size: 24px;
    font-weight: bold;
    padding-top: 25px;
    padding-bottom: 40px;
    font-family: 'Titillium Web', sans-serif;
}
/*Conteudo*/
.caixa{
    border: 1px solid #c8d1d7;
    border-radius: 3px;
    font-size: 22px;
    font-weight: 300;
    line-height: 44px;
    padding: 12px 15px;
    width: 80%;
    margin-bottom: 20px;
}

.titulo-formulario{
    color:#666666;
    font-size: 24px;
    font-weight: bold; 
    padding-top: 30px;
    font-family: 'Titillium Web', sans-serif;
}

.texto-formulario{
    color:#666666;
    font-size: 18px;    
    font-family: 'Titillium Web', sans-serif;
}


/*footer*/
#footer{
    background:url(../imagens/footer.png) no-repeat center bottom;
    padding-top: 312px;
    padding-bottom: 20px;
}

#barra{
    background: #3b3b3c;
    padding-top: 25px;
    padding-bottom: 10px;
}

#barra p{
    color: white;   
    font-family: 'Titillium Web', sans-serif;
    font-size: 24px;
    font-weight: normal;
}

#barra p span{
    padding: 0 20px;

}

#barra a:link{
	text-decoration: none;
    color: white;   
    font-family: 'Titillium Web', sans-serif;
    font-size: 24px;
    font-weight: normal;
}

#barra a:hover{
	text-decoration: none;
    color: #3b3b3c;   
}


#logo img{
    padding-bottom: 35px;
    margin-bottom: 40px;  
}

/*upload*/


.input-group {
    margin: 0 auto;
}

.btn {
    margin-top: 24px;

}




#text-botao{
    float:left;
    font-size: 24px;
    color: white;
    padding-top: 40px;
    padding-left: 10px;
    display: block;
}

#text2-botao{
    float:right;
    font-size: 24px;
    color: white;
    padding-top: 40px;
    padding-right: 10px;
    display: block;

}

#imagem-botao{
    margin-top: 31px;
    cursor: pointer;
}

.botao{
    padding-top: 40px;
}

#botao {
    width: 50%;
    height: 75px;
    background: #3b3b3c;
    color: white;
    border: none;
    border-radius: 2px;
    font-weight: bold;
    font-size: 24px;
    cursor: pointer;
}

@media screen and (max-width: 379px) {
    #logo-cel{
        width:200px;
    }

    #logo-cel-2{
        width: 200px;
    }

    #barra p{
        font-size: 14px;
    }
}