@charset "utf-8";
/* CSS Document */

.fundofixo{
    background: url(../imagens/bg_fogo.jpg) no-repeat fixed;
    background-size: cover;
    -webkit-background-size: cover;
}

.tbopacidade{
    background-color: rgba(255, 255, 255, 0.6);
}

.title{
    font-size: 1000%;
}

.tema-cinza{
    background-color: #6b6277;
    text-align: center;
    color: #fff;
    padding: 1%;
}

.espacado{
    padding: 2%;
}

.text-grey{
    color: #6b6277;
}

.line{
    display: flex;
    background-color: #6b6277;
    height: 3px;
    width: 70%;
    margin-top: 4.1%;
    margin-left: 20%;
    opacity: 10%;
}

.navbar2{
    padding-top: 0.5%;
}

.navbar3{
    margin-right: 4%;
    font-size: 125%;
}

.pesquisa{
    margin-top: 0.1%;
}

.txt2{
    margin-top: 5%;
    font-weight: 700;
    color: white;
}

.title{
    margin-top: 2%;
    font-size: 375%;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: bolder;
    text-align: center;
}   
.conteudo{
    font-size: 150%;
    text-align: center;
}
.butao{
    margin-left: 45%;
    margin-right: 45%;
    margin-bottom: 3%;
    height: 40px;
    width: 10%;
    background-color: #6b6277;
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    padding: 0.5%;
    border-radius: 10px;
}
.butao:hover{
    background-color: #544d5d;
}