#sp-area-de-componente{
    margin:0 auto 100px auto;
}
.perguntasfrequentes h2 {
    color: #ffffff;
    cursor: pointer;
    margin-bottom: 10px;
    border: 1px solid rgba(11, 96, 152, 0.51);
    background-color: #365674;
    padding: 15px 30px;
    line-height: 25px;
    font-size: 18px;
    margin-top: 5px;
    font-weight: 500;
    z-index: 9999;
    border-radius: 4px;
}

.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:20px 10px;
    font-size: 16px;
    font-weight: 500;
}

.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{
    float:left;
    width:80%;
    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-15{
    padding:30px 0 50px 0;
    background-color: #e9e9e9;
}
.quem_somos_criar_clube h2{
    margin-bottom: 25px !important;
}
.quem_somos_criar_clube h2 span{
    color: #365674 !important;
    font-size:24px;
}
.quem_somos_criar_clube h2:before{
    content:"" !important;
}
.quem_somos_criar_clube p span{
    color:#555 !important;
    font-weight: 500;
    font-size:20px;
}
.quem_somos_criar_clube a{
    background-color: #e7a62e;
}