#mi-cab-faqs div.faqs-tittle {
    margin-bottom: 130px;
    margin-top: 165px;
}
#mi-cab-faqs div.faqs-tittle h1 {
    color: var(--secondary-color);
    font-style: normal;
    font-weight: 900;
    font-size: 4rem;
    line-height: 4.8rem;
    margin-bottom: 19px;
    text-align: start;
}
#mi-cab-faqs div.faqs-tittle p {
    font-size: 2rem;
    font-weight: 400;
    color: var(--primary-txt);
    text-align: start;
}
#mi-cab-faqs div.faqs-cont-general {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 120px;
}
#mi-cab-faqs div.faqs-cont-general div.faqs-input {
    display: flex;
    margin-bottom: 55px;
    margin-left: auto;
    margin-right: 0;
    position: relative;
    width: 380px;
}
#mi-cab-faqs div.faqs-input i.fa-search {
    bottom: 0;
    color: var(--primary-color);
    display: flex;
    font-size: 18px;
    left: 17px;
    position: absolute;
    top: 0;
}
#mi-cab-faqs div.faqs-input i.fa-search:before{
    align-self: center;
}
#mi-cab-faqs div.faqs-cont-general div.faqs-input input {
    max-width: 380px;
    height: 50px;
    background-color: var(--input-bg-2);
    color: black;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid var(--input-border);
    border-radius: 5px;
    padding-left: 45px;
    padding-right: 20px;
    width: 100%;
}
#mi-cab-faqs div.faqs-cont-general div.faqs-input input::placeholder{
    color: var(--primary-color);
}



div.faqs-result {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 10px;
}
div.faqs-result div.tittle-faqs {
    width: 100%;
    display: flex;
    margin: 55px 50px 55px 111px;
    justify-content: flex-start;
}
div.faqs-result div.tittle-faqs h3 {
    font-size: 3rem;
    font-weight: 600;
    color: var(--primary-txt);
    line-height: 3.7rem;
}
div.faqs-result div.faqs {
    width: 100%;
    height: auto;
    padding: 44px 41px 44px 111px;
    text-align: left;
    background-color: var(--secondary-bg);
}
div.faqs div.cont-faqs {
    width: 100%;
    margin: 0 0 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
div.cont-faqs div.faqs-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
div.cont-faqs div.faqs-info h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-txt);
    line-height: 22px;
}
div.faqs i.fa-caret-down {
    transition: all 0.7s;
    font-size: 30px;
    color: var(--secondary-color);
}
div.faqs.open i.fa-caret-down {
    transform: rotate(180deg);
}
div.faqs div.faqs-info-deploy {
    display: none;
}
div.faqs.open div.faqs-info-deploy {
    display: block;
}
div.faqs-info-deploy div p {
    font-size: 14px;
    font-weight: 400;
    color: var(--primary-txt);
    line-height: 17px;
    margin-top: 40px;
}

@media(max-width: 767.98px) {
    #mi-cab-faqs div.faqs-tittle {
        margin-bottom:52px;
        margin-top: 126px
    }

    #mi-cab-faqs div.faqs-tittle h1 {
        font-weight: 600;
        font-size: 3rem;
        line-height: 3.7rem;
        margin-bottom: 11px;
        text-align: center;
    }

    #mi-cab-faqs div.faqs-tittle p {
        font-size: 1.4rem;
        line-height: 1.7rem;
        text-align: center;
    }

    #mi-cab-faqs div.faqs-cont-general {
        flex-direction: unset;
    }

    #mi-cab-faqs div.faqs-cont-general div.faqs-input {
        justify-content: center;
        margin: 0 20px;
        width: 100%
    }

    #mi-cab-faqs div.faqs-cont-general div.faqs-input input {
        font-size: 1.2rem;
        max-width: unset
    }

    #mi-cab-faqs div.cont-faqs div.faqs-info h3 {
        font-size: 1.6rem;
        line-height: 2rem
    }

    #mi-cab-faqs div.faqs-info-deploy div p {
        font-size: 1.2rem;
        line-height: 1.5rem;
        margin-top: 21px
    }

    div.faqs-result {
        width: 100%;
    }

    div.faqs-result div.faqs{
        padding: 32px 20px 22px;
    }
    div.faqs-result div.faqs.open{
        padding: 64px 20px 54px;
    }
    div.faqs-result div.tittle-faqs{
        justify-content: center;
        margin: 49px 0px 49px 0px;
    }
    div.faqs-result div.tittle-faqs h3{
        font-size: 2rem;
        line-height: 2.4rem;
    }
}
