.faq-top{
    z-index: 0;
    padding-top: 200px;
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../img/bg-top-internas.jpg?v=2');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.faq-top:before{
     content: " ";
     display: block;
     width:100%;height: 100%;
     background: linear-gradient(180deg, rgba(0, 105, 156, 0) 0%, #00699C 100%);
     opacity: 0.26;
     transform: rotate(-180deg);
     position: absolute;
     left: 0;top:0;
     z-index: -1;
}
.faq-top:after{
    content: " ";
    display: block;
    width:100%;height: 60%;
    position: absolute;
    left: 0;bottom:0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
.faq-top h2{
   font-size: 1.8em;
   color: #00699C;
}
.fac-content{
    position: relative;
    display: block;
    min-height: 500px;
}
.fac-content .fac-content-left{
    display: block;
    width: 50%;
    min-height: 400px;
    position: absolute;
    z-index: 10;
    left: 0;top: 40px;
}
.fac-content .fac-content-right{
    display: block;
    width: 55%;
    position: absolute;
    z-index: 0;
    right: 0;top: -15px;
    border-radius: 28px;
    background-color: #fff;
    height: calc(100vh - 100px);
    padding: 10px;
}

.fac-content .fac-content-right > .inner-content{
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 28px;
    overflow: auto;
}

.fac-content .list-group .list-group-item{
    position: relative;
    border-radius: 7px;
    font-weight: 400;
    font-size: 15px;
    padding: 13px 36px;
    font-family: "Work Sans", sans-serif;
    border-color: rgba(0, 105, 155, 0.3);
}
.fac-content .list-group .list-group-item:after{
    position: absolute;
    content: " ";
    display: inline-block;
    width: 11px;height: 11px;
    border-radius: 50%;
    left: 15px;top: 50%;
    margin-top: -5px;
    background-color:#53addc;
}
.fac-content .list-group .list-group-item > svg{
  position: absolute;
  width: 10px;height: auto;
  right: 15px; top: 50%;
  margin-top: -8px;
}
.fac-content .list-group .list-group-item > svg > path{
    stroke: #53addc;
}
.fac-content .list-group .list-group-item.active > svg > path{
    stroke: #ffffff;
}
.fac-content .list-group .list-group-item.active{
    color:#fff;
    background-color: #00699C;
}
.fac-content .list-group .list-group-item.active:after{
    background-color: #ffffff;
}

#faq-panel .faq-resp{
    display: none;
    padding: 6% 6% 6% 15%;
}
#faq-panel .faq-resp.active{
    display: block;
}
#faq-panel .faq-resp h3{
    color:#2E2E2E;
    font-size: 1.6em;
    font-weight: 700;
    font-family: "Work Sans", sans-serif;
}
#faq-panel .faq-resp p{
    font-size: 0.95em;
    font-weight: 500;
    color: #2E2E2E;
    font-family: "Work Sans", sans-serif;
}
#faq-panel.hidden-mobile{
    display: block;
}
#faq-panel .btn-close-resp {
    display: none;
}
@media(max-width: 1192px) {
    body,
    .faq-top {
        padding-top: 0;
    }
    .faq-top {
        z-index: 0;
        padding-top:50px;
        position: relative;
        min-height: 100vh;
        height: auto;
    }

    .fac-content .fac-content-left{
        width: 42%;
    }
    .fac-content .fac-content-right{
        width: 65%;
    }

}
@media(max-width: 768px){
    body{
        padding-top: 0;
    }
    .faq-top{
        z-index: 0;
        padding-top:100px;
        position: relative;
        min-height: 100vh;
        height: auto;
    }
    .fac-content{
        position: relative;
        display: block;
        min-height: auto;
    }
    #faq-panel{
        position: fixed;
        width: 90%;
        left: 5%;
        z-index: 50;
        bottom: 0;
        top: 80px;
        height: calc(100vh - 120px);
    }

    #faq-panel.hidden-mobile{
        display: none;
    }
    #faq-panel.visible-mobile{
        display: block;
    }
    #faq-panel .faq-resp{
        padding: 10% 6% 6% 6%;
        height: 100%;
        overflow: auto;
    }
    #faq-panel .btn-close-resp{
        display: flex;
        width: 30px;
        height: 30px;
        cursor: pointer;
        border-radius: 50%;
        background-color: white;
        position: absolute;
        right: 10px;top: 10px;
    }

    .fac-content .fac-content-right,
    .fac-content .fac-content-left{
        display: block;
        width: 100%;
        min-height: 100px;
        position: relative;
        z-index: 0;
        left:auto;top: auto;
    }
}
