    #sp-area-de-componente{
        margin:0 auto 100px auto;
    }
    .perguntasfrequentes h2 {
        color: #ffffff;
        cursor: pointer;
        margin-bottom: 0;
        background-color: #41668b;
        padding: 11px 20px;
        line-height: 25px;
        font-size: 18px;
        margin-top: 2px;
        font-weight: 600;
        z-index: 9999;
    }

    .componente_perguntas_frequentes .entry-header{
        margin-bottom:20px;
    }
    .perguntasfrequentes h2 i {
        float: right;
        margin-right: 5px;
        margin-top: 0;
        font-size: 21px;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .resposta {
        padding: 18px 18px;
        font-size: 15px;
        font-weight: 300;
        background-color: #355574;
        color: #fff;
    }

    .box-hamburguer ul{
        list-style: disc;
    }

    .entry-header h2{
        color: #365674;
    }
    .entry-header h2:before{
        content: '\f005';
        color: #e7a62e;
        font-family: "FontAwesome";
        margin-right: 10px;
        font-size: 23px;
    }
    .componente_perguntas_frequentes{
        margin:0 auto;
    }
    .busca_perguntas_frequentes::placeholder { /* WebKit, Blink, Edge */
        color:#000 !important;
    }
    .busca_perguntas_frequentes::-webkit-input-placeholder { /* WebKit, Blink, Edge */
        color:#000 !important;
    }
    .busca_perguntas_frequentes:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color:#000 !important;
        opacity:  1;
    }
    .busca_perguntas_frequentes::-moz-placeholder { /* Mozilla Firefox 19+ */
        color:#000 !important;
        opacity:  1;
    }
    .busca_perguntas_frequentes:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color:#000 !important;
    }
    .busca_perguntas_frequentes::-ms-input-placeholder { /* Microsoft Edge */
        color:#000 !important;
    }
    .busca_perguntas_frequentes{
        width:100%;
        margin:0 auto;
        background-color: #e9e9e9 !important;
        border:0 !important;
        height:50px !important;
        box-shadow: none !important;
        padding-left: 30px !important;
    }
    .topo_perguntas_frequentes{
        text-align:left;
        width:50%;
        margin:70px auto 50px auto;
    }
    #sp-section-12{
        padding:30px 0 50px 0;
        background-color: #e9e9e9;
    }
    .customquem_somos_criar_clube h2{
        margin-bottom: 25px !important;
    }
    .customquem_somos_criar_clube h2 span{
        color: #365674 !important;
        font-size:24px;
    }
    .customquem_somos_criar_clube h2:before{
        content:"" !important;
    }
    .customquem_somos_criar_clube p span{
        color:#555 !important;
        font-weight: 500;
        font-size:20px;
    }
    .customquem_somos_criar_clube a{
        background-color: #e7a62e;
    }
    .componente_perguntas_frequentes .entry-header h2{
        color:#fff;
        margin-top:0;
    }
    .componente_perguntas_frequentes .botao_laranja{
        width:100% !important;
        text-align:center;
    }