.sec-1-faqs {
    padding: 90px 0px;
}

@media (min-width:320px) and (max-width:767px) {
    .sec-1-faqs {
        padding: 45px 0px;
    }
}


/* FAQ PAGE */

.section-1-wrapcenter {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.section-1-title {
    color: #FFFFFF;
    font-size: 36px;
    font-weight: bold;
    line-height: 46px;
    margin-bottom: 50px;
}

.section-1-breadcrumb {
    position: absolute;
    bottom: 0;
    left: 10%;
    right: 10%;
    background: rgba(0, 0, 0, .21);
    height: 50px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
}

.breadcrumb-1 {
    text-align: left;
}

.breadcrumb-link {
    color: #fff;
}

.breadcrumb-link .type-1 {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
}

.breadcrumb-link .type-2 {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

.chevron-right {
    height: 12px;
    width: 8px;
}


/* Fixed Nav */

.fixed-bar .fixed-bar-title {
    color: #fff;
    font-size: 14.8px;
    font-weight: 300;
    line-height: 20px;
    list-style: none;
    padding: 25px 0px;
    border-top: 1px solid #F5F5F5;
    /*border-bottom:1px solid #F5F5F5;*/
    text-transform: capitalize;
    
}

.fixed-bar .fixed-bar-title:last-child {
    border-bottom: 1px solid #F5F5F5;
}

.fixed-bar ul {
    padding: 0px;
    margin: 0px;
    border-right: 1px solid #F5F5F5;
    border-left: 1px solid #F5F5F5;
    border-radius: 2px;
    margin-bottom: 50px;
}

.fixed-bar li#li-1 {
    background-image: url(../img/faqs/bookmark-white.svg);
    background-size: 21px 21px;
    background-repeat: no-repeat;
    text-indent: 80px;
    background-position: 28px center;
    border-radius: 2px;
}

.fixed-bar li#li-2 {
    background-image: url(../img/faqs/star.svg);
    background-size: 21px 21px;
    background-repeat: no-repeat;
    text-indent: 80px;
    background-position: 28px center;
    border-radius: 2px;
}

.fixed-bar li#li-3 {
    background-image: url(../img/faqs/locked-padlock-outline.svg);
    background-size: 21px 21px;
    background-repeat: no-repeat;
    text-indent: 80px;
    background-position: 28px center;
    border-radius: 2px;
}

.fixed-bar li#li-4 {
    background-image: url(../img/faqs/ic_pnid.svg);
    background-size: 21px 21px;
    background-repeat: no-repeat;
    text-indent: 80px;
    background-position: 28px center;
    border-radius: 2px;
}

.fixed-bar li#li-5 {
    background-image: url(../img/faqs/ic_cartao_pnid.svg);
    background-size: 21px 21px;
    background-repeat: no-repeat;
    text-indent: 80px;
    background-position: 28px center;
    border-radius: 2px;
}

.fixed-bar .activated {
    border-left: 3px solid #f00;
    background: #FCFCFC;
    font-weight: bold;
}


/* ACCORDION */

.accordion {
    margin: 0 auto;
    padding: 20px;
}

.accordion-toggle {
    text-align: left;
    border-bottom: 1px solid #F5F5F5;
    cursor: pointer;
    margin: 0;
    padding: 15px 0;
    position: relative;
    color: #565656;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
}

.accordion-toggle.active:after {
    content: "";
    position: absolute;
    right: 0;
    top: 27px;
    background: #505050;
    height: 4px;
    width: 24px;
    transform: rotate(0deg) scale(0.5);
}

.accordion-toggle.active:before {
    height: 4px;
    width: 24px;
    background: #505050;
    transform: rotate(0deg) scale(0.5);
}

.accordion-toggle:before {
    content: "";
    position: absolute;
    right: 0;
    top: 27px;
    display: block !important;
    background: #565656;
    height: 4px;
    width: 24px;
    transform: rotate(90deg) scale(0.5);
}

.accordion-toggle:after {
    content: "";
    position: absolute;
    right: 0;
    top: 27px;
    display: block !important;
    background: #565656;
    height: 4px;
    width: 24px;
    transform: rotate(0deg) scale(0.5);
}

.accordion-toggle.active:before {
    display: none;
}

.accordion-content {
    display: none;
    padding-top: 20px;
}

.accordion-toggle.active {
    color: #505050;
}

.faq-info {
    color: #565656;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    opacity: 0.65;
    padding-bottom: 20px;
}

.separator-faq {
    background-color: #86939E;
    height: 50px;
    display: flex;
    align-items: center;
    border-radius: 2px;
}

.faq-title {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: bold;
    line-height: 28px;
    margin: 0;
}

.faq-side .faq-title#icon-1 {
    background-image: url(../img/faqs/bookmark-white2.svg);
    background-size: 21px 21px;
    background-repeat: no-repeat;
    text-indent: 80px;
    background-position: 28px center;
}

.faq-side .faq-title#icon-2 {
    background-image: url(../img/faqs/star2.svg);
    background-size: 21px 21px;
    background-repeat: no-repeat;
    text-indent: 80px;
    background-position: 28px center;
}

.faq-side .faq-title#icon-3 {
    background-image: url(../img/faqs/locked-padlock-outline2.svg);
    background-size: 21px 21px;
    background-repeat: no-repeat;
    text-indent: 80px;
    background-position: 28px center;
}

.faq-side .faq-title#icon-4 {
    background-image: url(../img/faqs/ic_pnid_branco.svg);
    background-size: 21px 21px;
    background-repeat: no-repeat;
    text-indent: 80px;
    background-position: 28px center;
}

.faq-side .faq-title#icon-5 {
    background-image: url(../img/faqs/ic_cartao_pnid_branco.svg);
    background-size: 21px 21px;
    background-repeat: no-repeat;
    text-indent: 80px;
    background-position: 28px center;
}

.faq-side ul {
    margin: 0;
    padding: 0;
    border-radius: 2px;
}

.faq-side li {
    margin: 0;
    padding: 0;
    list-style: none;
    border-radius: 2px;
    margin-bottom: 60px;
}

/*
#faq1,
#faq2,
#faq3,
#faq4,
#faq5 {
    padding-top: 100px;
    margin-top: -100px;
}
*/

.main-ul li a {
    color: #505050;
    text-decoration: none;
}

.btn-contactfaq {
    height: 50px;
    width: 220px;
    border: 1px solid #FFFFFF;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    line-height: 27px;
    text-align: center;
    background: transparent;
    margin-top: 30px;
}

.wrapper-contact-faq {
    height: 350px;
    background-color: #F8F8F8;
    background: linear-gradient(0deg, #1C71B6 0%, #01417B 100%);
    display: flex;
    align-items: center;
    text-align: center;
}


/*.text-faq-wrapper {
display: table-cell;
vertical-align: middle;

}*/

.contact-info-faq {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    text-align: center;
}

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

    .accordion-toggle {
        padding: 15px 15px 15px 0;
        font-size: 14px;
    }
    
    .faq-title {
      color: #FFFFFF;
      font-size: 16px;
      font-weight: bold;
      line-height: 24px;
      margin: 0;
        
    }

      .faq-side .faq-title#icon-1,
      .faq-side .faq-title#icon-2,
      .faq-side .faq-title#icon-3,
      .faq-side .faq-title#icon-4,
      .faq-side .faq-title#icon-5 {
        text-indent: 60px;
        font-size: 16px; 
        padding-top: 3px;
    }

    .fixed-bar .fixed-bar-title {
        font-size: 14px;
    }
    
    .faq-side .faq-title#icon-1 {
        background-position: 20px center;
    }    
}








/* FAQ PAGE */