@charset "utf-8";

a#whatsapp-botao{
    position: fixed;
    width: 60px;
    height: 60px;
    right: 20px;
    bottom: 30px;
    z-index: 2;
}

a#whatsapp-botao img{
    width: 100%;
    height: 100%;
}

section#titulo {
    float: left;
    width: 100%;
    background-color: #ff7600;
    padding: 60px 0;
}

section#titulo h1 {
    display: inline-block;
    width: 90%;
    color: #fefefe;
    font-size: 44px;
    font-family: 'poppins-bold', sans-serif;
}

section#perguntas {
    display: inline-block;
    width: 100%;
    background-color: #e7e7e7;
    padding: 40px 0 50px;
}

section#perguntas h1 {
    display: inline-block;
    width: 90%;
    color: #012b67;
    font-size: 38px;
    margin: 20px 0 40px;
    font-family: 'montserrat-extrBold', sans-serif;
}

section#perguntas h1 img {
    display: none;
}

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

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

section#perguntas .acc {
    display: inline-block;
    width: 95%;
    max-width: 320px;
    vertical-align: center;
    overflow: hidden;
    padding: 0;
}

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

section#perguntas .acc_ctrl {
    background: #6ab909;
    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: #ffffff;
    content: '';
    height: 3px;
    margin-right: 12px;
    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: #ffffff;
    content: '';
    height: 3px;
    margin-right: 12px;
    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 {
    display: none;
    overflow: hidden;
}

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

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

section#perguntas div.central-cl {
    display: inline-block;
    width: 100%;
    max-width: 400px;
}

section#perguntas div.central-cl h3 {
    display: inline-block;
    width: 90%;
    color: #6ab909;
    border-bottom: 2px solid #e3e3e3;
    font-family: 'montserrat-bold', sans-serif;
    font-size: 23px;
    margin-top: 60px;
    text-align: left;
}

section#perguntas div.central-cl p.central-tit {
    display: inline-block;
    width: 90%;
    color: #5a5a5a;
    font-family: 'poppins-regular', sans-serif;
    font-size: 18px;
    text-align: left;
    max-width: unset;
}

section#perguntas div.central-cl p.num {
    display: inline-block;
    width: 90%;
    color: #5a5a5a;
    font-family: 'poppins-regular', sans-serif;
    font-size: 18px;
    max-width: unset;
    text-align: left;
    margin-top: 0;
}

section#perguntas div.central-cl p.num a {
    display: inline-block;
    padding: 10px;
    border-radius: 10px;
    color: #ffffff;
    background-color: #529b0b;
    font-family: 'poppins-semiBold', sans-serif;
    font-size: 20px;
    margin-top: 10px;
    transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
}

section#perguntas div.central-cl p.num a:hover {
    color: #529b0b;
    background-color: #ffffff;
}

section#perguntas div.central-cl img {
    display: inline-block;
    width: 90%;
    max-width: 529px;
    margin-top: 40px;
}

section#voce-precisa {
    float: left;
    width: 100%;
    background-color: #ffffff;
    padding: 60px 0;
}

section#voce-precisa h1 {
    display: inline-block;
    width: 90%;
    font-family: 'poppins-bold', sans-serif;
    color: #222222;
    font-size: 30px;
}

section#voce-precisa div.precisa {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

section#voce-precisa div.precisa span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 20px 10px;
}

section#voce-precisa div.precisa span p {
    display: block;
    width: 185px;
    text-align: left;
    font-family: 'poppins-medium', sans-serif;
    color: #424344;
    font-size: 20px;
    margin-left: 10px;
}

section#voce-precisa div.precisa span p strong {
    font-family: 'poppins-bold', sans-serif;
    color: #82c72d;
}

@media screen and (min-width: 520px){
	section#sobre h1{
        font-size: 45px;
    }
}

@media screen and (min-width:768px){

    section#perguntas h1 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 20px 0 40px;
    }
    
    section#perguntas h1 img {
        display: inline-block;
        width: 40%;
        height: 2px;
        margin-left: 20px;
    }
    

    section#perguntas ul.acc {
        float: left;
        margin-left: 30px;
    }

    section#perguntas div.central-cl h3 {
        font-size: 26px;
        margin-top: 0;
    }

    section#voce-precisa h1 {
        font-size: 40px;
    }
}


@media screen and (min-width:1024px){
    section#perguntas h1 img {
        width: 55%;
    }

    section#perguntas .acc {
        max-width: 450px;
        height: auto;
        margin-right: 10px;
    }

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

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

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

    section#perguntas div.central-cl {
        max-width: 529px;
    }

    section#perguntas div.central-cl img {
        width: 475px;
        max-width: unset;
    }
    
    section#voce-precisa h1 {
        font-size: 46px;
    } 
}



@media screen and (min-width:1200px){ 

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

    section#perguntas h1 img {
        width: 772px;
    }

    section#perguntas ul.acc {
        max-width: 500px;
        height: auto;
        margin: 0 0 0 10px;
    }

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

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

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

    section#perguntas div.central-cl img {
        width: 529px;
        margin-left: 25px;
    }

    section#voce-precisa {
        padding: 100px 0 90px;
    }

    section#voce-precisa h1 {
        font-size: 52px;
    }
}