@charset "utf-8";
section#titulo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f6f4f4;
    padding: 40px 0;
}

section#titulo h1 {
    font-family: 'proximanova-extr-bold', sans-serif;
    color: #282727;
    font-size: 48px;
    width: 95%;
}

section#titulo h2 {
    font-family: 'proximanova-regular', sans-serif;
    color: #282727;
    width: 90%;
    font-size: 18px;
}

section#perguntas {
    background-color: #f6f4f4;
    padding: 10px 0 50px;
}

section#perguntas h2 {
    color: #fff;
    font-family: 'proximanova-bold', sans-serif;
    font-size: 14px;
    margin: 0;
    text-align: left;
}

section#perguntas p {
    color: #000e28;
    font-family: 'proximanova-light', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    margin: 20px 10px;
    width: 100%;
    max-width: 290px;
}

section#perguntas .acc {
    /* margin: 90px 0; */
    overflow: hidden;
    padding: 0;
}

section#perguntas .acc li {
    list-style-type: none;
    padding: 0;
}

section#perguntas .acc_ctrl {
    background: #006838;
    border: none;
    margin: 5px 0;
    cursor: pointer;
    display: block;
    outline: none;
    padding: 1em 2em 1em 0.5em;
    position: relative;
    text-align: center;
    width: 310px;
}

section#perguntas .acc_ctrl:before {
    background: #fdb813;
    content: '';
    height: 2px;
    margin-right: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 14px;
}

section#perguntas .acc_ctrl:after {
    background: #fdb813;
    content: '';
    height: 2px;
    margin-right: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 14px;
}

section#perguntas .acc_ctrl.active:before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

section#perguntas .acc_ctrl.active h2, .acc_ctrl:focus h2 {
    position: relative;
}

section#perguntas .acc_panel {
    background: #f6f4f4;
    display: none;
    overflow: hidden;
}

section#perguntas .acc_panel a {
    color: #0062ff;
}
section#perguntas .acc_panel a:hover {
    color: #0042ac;
}

section#perguntas div.central-cl div.cima-central-cl {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

section#perguntas div.central-cl div.cima-central-cl h1 {
    color: #282727;
    font-family: 'proximanova-bold', sans-serif;
    font-size: 30px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
    width: 300px;
}

section#perguntas div.central-cl div.cima-central-cl p {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-family: 'decalotype-light-webfont', sans-serif;
    font-size: 18px;
    color: #696969;
}

section#perguntas div.central-cl div.cima-central-cl p img {
    margin-left: 10px;
}

section#perguntas div.central-cl div.baixo-central-cl {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 525px;
}

section#perguntas div.central-cl div.baixo-central-cl img {
    width: 100%;
    display: inline-block;
}

section#perguntas div.central-cl div.baixo-central-cl h1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url(../../imagens/bg-h1-central-cl.png) center center no-repeat;
    width: 236px;
    color: #006838;
    font-family: 'panton-bold-webfont', sans-serif;
}

section#perguntas div.central-cl div.baixo-central-cl h2 {
    color: #006838;
    font-family: 'panton-black-webfont', sans-serif;
    font-size: 75px;
    margin-bottom: 10px;
}

a#montar-plano{
    display: inline-block;
    margin-top: 40px;
    padding: 10px 0;
    width: 280px;
    background-color: #006838;
    font-weight: 700;
    color: #fff;
    border-radius: 20px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

a#montar-plano:hover{
    width: 300px;
}

@media screen and (min-width:1200px){ 
    section#titulo {
        padding: 100px 0 40px;
    }

    section#titulo h1 {
        font-size: 80px;
        width: 100%;
    }
    
    section#titulo h2 {
        width: 100%;
        font-size: 27px;
    }

    section#perguntas div.flex {
        flex-direction: row;
    }

    section#perguntas {
        padding-top: 40px;
    }

    section#perguntas .acc {
        height: auto;
        margin-right: 150px;
        margin-bottom: 100px;
    }

    section#perguntas p.bg-h1 {
        height: 7px;
        width: 275px;
        margin-top: 2px;
    }

    section#perguntas h2 {
        font-size: 18px;
    }

    section#perguntas p {
        font-size: 20px;
        max-width: 490px;
    }

    section#perguntas .acc_ctrl {
        width: 510px;
    }

    section#perguntas div.central-cl {
        display: flex;
        flex-direction: column;
        align-self: flex-start;
    }


    section#perguntas div.central-cl div.cima-central-cl {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        margin-top: unset;
    }
    
    section#perguntas div.central-cl div.cima-central-cl h1 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        border-bottom: 2px solid #e3e3e3;
        padding-bottom: 8px;
        width: 525px;
    }
    
    section#perguntas div.central-cl div.cima-central-cl p {
        align-self: flex-start;
        justify-content: flex-start;
        font-size: 22px;
        width: 525px;
        margin-right: 40px;
    }
    
    section#perguntas div.central-cl div.baixo-central-cl div.baixo-conteudo {
        display: flex;
        flex-direction: column;
        align-self: flex-start;
        justify-content: center;
        margin-left: 30px;
    }

    a#montar-plano{
        margin-left: 80px;
        font-size: 24px;
        width: 380px;
        padding: 15px 0;
    }

    a#montar-plano:hover{
        width: 400px;
        margin-left: 70px;
    }
    
}