body {
    /* background-color: #f8fadf; */
}

.content.faqContent {
    width: 80vw;
    margin: auto;
    margin-top: 10vh;
    padding-bottom: 250px;
    background: url("../images/faq/faqBackGround1.png"), 
                url("../images/faq/faqBackGround2.png");
    background-size: 85%, 85%;
    background-position: 0 -90px, 100% 100%;
    background-repeat: no-repeat, no-repeat;
}


.line {
    border: 1px solid;
    color: #97d6d4;
    width: 60%;
    margin: auto;
}

.text-blue {
    color: #0d23d6;
}

.faqContent .title {
    margin-top: 8vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faqContent .title h1 {
    font-family: "ZoojaLight";
    font-size: 115px;
    margin: 0 20px;
}

.faqContent .title span:last-child {
    font-family: "Gilroy-Light";
    font-size: 30px;
}

/*FAQ*/
#accordion {
    
    margin: auto;
    margin-top: 10vh;
}

#accordion .card {
    margin-bottom: 20px;
    border: 0;
}
@media (min-width: 1200px){
    #accordion {
        width: 60%;
    }

}

#accordion .card-header {
    background: #e9f9f0;
    padding: 0;
    -webkit-box-shadow: 3px 3px 2px 0px rgba(181, 181, 181, 1);
    -moz-box-shadow: 3px 3px 2px 0px rgba(181, 181, 181, 1);
    box-shadow: 3px 3px 2px 0px rgba(181, 181, 181, 1);
    border-radius: 5px;
}

#accordion .card .card-body {
    color: #0d23d6;
    font-size: 14px;
    font-family: "Gilroy-Light";
    padding: 40px;
}

#accordion .card .card-body .perg {
    font-family: "Gilroy-ExtraBold";
    margin-top: 30px;
    margin-bottom: 20px;
}

#accordion .card .card-body .resp {
    margin-bottom: 20px;
}
#accordion .card .btn span {
    text-align: left;
}


.btn-link:hover {
    text-decoration: none;
}

.btn-link {
    text-decoration: none !important;
    position: relative;
}

#accordion .card .btn {
    color: #0d23d6;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    width: 100%;
}

#accordion .card .btn span {
    margin: 0 10px;
    font-family: "Gilroy-ExtraBold";
    letter-spacing: 3px;
}

.btn-link .sepLine {
    height: 17px;
    width: 1.4px;
    background: #0d23d6;
    transform: rotate(15deg);
    margin: 3 5px;
}

.btn-link .expandIcon {
    position: absolute;
    right: 0;
    display: flex;
    flex-direction: row;
    top:4px;
}

.btn-link .expandIcon .sepLine {
    width: 1.4px;
    height: 25px;
    background: #0d23d6;
    transform: rotate(0deg);

}

.btn-link .expandIcon .arrow {
    width: 15px;
    height: 15px;
    transform: rotate(-225deg);
    
    border-bottom: 2px solid #0d23d6;
    border-left: 2px solid #0d23d6;
    margin: 10px 10px;
    transition: transform .3s , margin .3s;
}
.btn-link.collapsed .expandIcon .arrow {
    margin: 2px 10px;
    transform: rotate(-45deg);
}
@media (max-width: 991.98px) {
    .content{   
       
        background-position: 30px -50px;
    }
}
@media (max-width: 767.98px) {

    .logo{
        width: 220px;
        height: 110px;
        background: #b9d40b;
        border-bottom-left-radius: 220px;
        border-bottom-right-radius: 220px;
        position: relative;
        left: -40px;
        top: -35px;

    }
    .logo img{
        margin-left: 75px;
        margin-top: 55px;

    }

    .mobileHeader{
        
        margin-right: 15px;
    }
    .mobileHeader .btn{
        border-color: #b9d40b ;
    }
    .btn.home{
        border-radius:0;
        width: 100%;
        margin-top: 20px;
    }
    .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:hover {
       
        background-color: #b9d40b;
        border-color: #b9d40b;
    }
    .btn-outline-success:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus {
        box-shadow: 0 0 0 0.2rem rgba(185, 212, 11,.5);
    }
     

    .content.faqContent{   
        background: initial;
        margin-top: 0;
        padding-bottom: 100px;
    }  
    #accordion {
        width: 90%;
        margin-top:35px;
    }
    
    #accordion .card .btn span {
        margin: 0px 2px;
        letter-spacing: 2px;
    }
    .btn-link .sepLine {
        height: 9px;
        margin: 3 2px;
    }
    #accordion .card .btn {
        font-size: 10px;
    }
  
    .btn-link .expandIcon .sepLine {
        height: 12px;
    }
    .btn-link.collapsed .expandIcon .arrow {
        margin: -2px 8px;
    }
    .btn-link .expandIcon .arrow {
        margin: 5px 8px;
    }
   
    .title h1 {
        font-size: 80px;
    }
    .faqContent .title {
        margin-top: 0;
        background: url('../images/faq/faqDetail_Mobile.png');
        background-repeat: no-repeat;
        background-position: 85% 56%;
        background-size: auto 40%;


    }
    .card-body {
        padding: 25px;
    }
    #accordion .card .card-body {
        padding: 25px;
        text-align: justify;
    }
}

.MenuPrincipal {
    margin: auto;

}

@media (max-width: 480px) {
    .MenuPrincipal {
        font-size: 5px;
    }
    .content.faqContent{
        width: 100vw;
        margin: auto;
    }
    
    

}
