@charset "utf-8";

section#duvidas{
    float: left;
    width: 100%;
    background-color: #f9fafa;
    padding: 0 0 40px 0;
    margin-top: 30px;
}

section#duvidas h1{
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #fff;
    background-color: #0060a7;
    padding: 30px 0;
    text-align: center;
    line-height: normal;
    margin-bottom: 20px;
}

section#duvidas h1 strong{
    display: inline-block;
    font-size: 30px;
    margin-bottom: 10px;
}

section#duvidas div.perguntas{
    display: block;
    width: 90%;
    max-width: 500px;
    margin: 30px auto 0 auto;
}

section#duvidas div.perguntas span.pergunta{
    display: inline-block;
    width: 100%;
    color: #0060a7;
    font-weight: 700;
    font-style: italic;
    font-size: 20px;
}

section#duvidas div.perguntas span.resposta{
    margin-top: 5px;
    display: inline-block;
    width: 90%;
    max-width: 540px;
    background: url(../imagens/box-resposta.png) no-repeat;
    background-size: 100% 100%;
    color: #666;
    font-size: 15px;
    padding:0 5% 15px 5%;
}

section#duvidas div.perguntas span.resposta strong{
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 10px;
}

@media screen and (min-width: 1024px){
    section#duvidas h1{
        padding: 50px 0;
    }

    section#duvidas h1 strong{
        font-size: 40px;
    }
}