#faq {
    background-color: #f1f5f3;
    overflow: hidden;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

#faq h1 {
    color: #0A7A00;
    font-family: "Exo 2";
    font-weight: 800;
    font-style: italic;
    line-height: 54PX;
    font-size: 3.8rem;
}

#faq .texto-menor {
    font-size: 2rem;
    color: #2CB620;
}

#faq .container .text-left p:nth-child(1) {
    padding-left: 15px;
    padding-top: 10px;
    color: #495c63;
    font-size: 1rem;
    font-family: "Exo 2";
    line-height: 25px;
    margin-bottom: 30px;
}

#faq .accordion-header {
    justify-content: space-between;
    width: 99%;
    border: transparent;
    background-color: transparent;
    outline: none;
    color: #495c63;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    font-family: "Exo 2";
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    box-shadow: none;
}

#faq .accordion-body.active {
    max-height: 30rem;
}

#faq .accordion-body {
    margin-bottom: 20px;
    background-color: white;
    color: black;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    border-radius: 0px 0px 15px 15px;
}

#faq .accordion-body.active {
    max-height: 30rem;
}

#faq {
    min-height: 0;
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 1em;
    margin-bottom: 100px;
    box-sizing: border-box;
    transform: translate(0, 0);
    max-width: 100%;
    min-height: 100%;
    margin: 0;
    left: 0;
    font-size: 12px;
}

#faq i {
    color: #00b61c;
}

#faq a[aria-expanded="true"] i {
    color: #146e37 !important;
}

#faq .panel-body {
    transition: all 0.3s ease-in-out;
    border-radius: 0px 20px 20px 20px;
    background-color: white;
}

#faq p {
    text-align: left;
    margin: 0;
    color: #495c63;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

#faq i{
    font-size: 1rem;
}
#faq .linha-amarela {
    background-color: #3fa110;
    opacity: 0.3;
    margin-top: 30px;
    margin-bottom: 30px;
}

#faq a:hover {
    text-decoration: none;
}

#faq a[aria-expanded="true"] span {
    color: #146e37 !important;
}

.nofocus:focus {
    outline: none;
    box-shadow: none;
}

#faq .accordion {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 4px;
}

#faq .btn-reg,
.btn-reg {
    color: #fff;
    background-color: #64C832;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.2rem;
    margin-top: 50px;
    border-radius: 0px 10px 10px 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 30px;
    padding-left: 30px;
}

#faq .btn-reg:hover {
    background-color: #146E37;
}

#faq .collapse.show {
    margin-top: 30px;
}

#faq .collapsing {
    margin-top: 30px;
}


@media only screen and (max-width: 767px) {
    #faq {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    #faq h1 {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 40px;
    }

    #faq .panel-body {
        transition: all 0.3s ease-in-out;
        border-radius: 0px 0px 15px 15px;
        background-color: white;
    }

    #faq p {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    #faq .accordion-header {
        font-size: 16px;
        line-height: 24px;
    }

    #faq .linha-amarela {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}