.center{
    text-align: center;
}
.div-banner {
    margin-bottom: 0;    
}
.fundo-topo{
    /*min-height: 0;*/
    background-color: #f0f0f0;
    height: auto;
    padding-bottom: 30px;
}
.principal-main-header::after{
     background-color: #494949;
     opacity: 1;
}
.div-conheca{
    margin-bottom: 160px;
}
.div-contato{
    background-color: #f0f0f0;     
    padding-top: 0;
    padding-bottom: 70px;    
    margin-top: 20px;
}
.div-duvidas{
    background-color: #ffffff; 
    padding-bottom: 160px;
}

.titulo-video{
    font-family: TeXGyreAdventor;
    font-size: 21px;
    color: #00436b;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
    
}
.titulo-linha{
    height: 1px;
    background-color: #eecb71; 
    margin: 10px 0;
    width: 100%;
}
.parcerias-topo{
    margin-top: 10px;
    padding-top: 40px;
    margin-bottom: 40px;
    
    font-family: TeXGyreAdventor;
}
.parcerias-topo .titulo-video{
    margin-bottom: 20px;
}

.div-contato input{
    width: 100%;
    height: 75px;
    margin-bottom: 25px;
    font-size: 16px;
    color: #000;
    padding-left: 15px;
    padding-right: 15px;
    border: 0;
    
}

.div-contato textarea{
    width: 100%;
    height: 275px;     
    padding: 20px;
    font-size: 16px;
    margin-bottom: 25px;
    color: #000;
    border: 0;
}

.div-contato button{
    width: 100%;
    height: 75px;         
    padding-left: 15px;
    padding-right: 15px;
    background-color: #fbdb78;    
    color: #757368;
    font-size: 16px;
    border: none;
    text-align: center;
    
}
.contato-pergunta{
    margin-bottom: 30px;
}
.pergunta{
    width: auto;
    float: left;
    cursor: pointer;    
}
.pergunta h3{
    font-size: 22px;
    color: #666666;
    width: 100%;
    line-height: 35px;
    display: table-cell;
}
.pergunta img{
    margin-top: 5px;
    margin-right: 5px;
}
.resposta{        
    margin: 5px 30px 15px 30px;        
    padding: 0;
    color: #666666;
    display: none;
    word-wrap: break-word;
}
.botao-contato{
    margin-top: 30px;
}
.rodape-orcamento{
    display: none;
}
@media (min-width:0px) and (max-width:991px) {    
    .titulo-linha {    
        margin-bottom: 40px;
    }

}