﻿ul {
    list-style: none;
    padding: 0;
}


.header-faq {
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 0px 0px rgba(152, 152, 166, 0.20) !important;
}

.header-box_titulo {
    color: #4B1568;
}

.header-box_texto {
    text-align: center;
    color: #4B1568;
}

@media screen and (min-width: 0) and (max-width: 1024px){

    .box-questions {
        display: flex;
        flex-direction: column;
        margin: 1rem 0!important;
    }

    .header-faq {
        margin-top: 3.8rem;
    }

    .header-box_titulo {
        font-size: 1.5rem;
        text-align: center;
        font-weight: 500;
    }

    .header-box_texto {
        text-align: center;
        font-size: 1.1rem;
        font-weight: 400;
        padding: 1rem;
    }

    .box_search {
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: 1rem 1rem;
        gap: 1rem;
    }

    .box_search_search {
        width: 100vw;
        outline: none;
        border: 1px solid #ccc;
        border-radius: 25px!important;
        padding-left: 8px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .box_search_button {
        width: 40vw !important;
        font-size: 1rem !important;
        border-radius: 25px !important;
        padding: 0.5rem 3rem !important;
    }
}

.header-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3rem 1rem;
    margin: 1rem 0rem;
}

.box_search {
    display: flex;
    justify-content: center;
    padding: 1rem 0;
}

.box_search_search {
    width: 260px;
    outline: none;
    border: 1px solid #ccc;
    border-radius: 5px 0px 0px 5px;
    padding-left: 8px;
}

.box_search_search::placeholder {
    width: 20px;
    height: 20px;
    background-image: url('/public/assets/lupa.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: -1px;
    left: 4px;
}

.box_search_button {
    color: #fff;
    font-family: Ubuntu;
    font-size: 1.1rem;
    font-weight: 400;
    background-color: #4B1568;
    border: none;
    border-radius: 0px 5px 5px 0px;
    padding: 0.5rem 1rem;
}

.box-questions {
    display: flex;
    flex-direction: column;
    margin: 1rem 20vw;
}

.nav-principal {
    width: 410px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.nav-principal_lista {
    display: flex;
    justify-content: space-between;
}

.nav-principal-item {
    font-family: Ubuntu;
    font-size: 1.2rem;
    cursor: pointer;
    padding: 0.5rem 1rem;
}

.nav-principal-item:hover {
    color: #fff;
    background-color: #4B1568;
    border-radius: 10px;
}

.nav-principal-item-active {
    color: #fff;
    background-color: #4B1568;
    border-radius: 10px;
}

.content-inferior {
    margin: 3rem 0;
}

.box-submenu {
    width: 100%;
    display: flex;
}

.submenu-nav {
    width: 30vw;
    height: 270px;
    background-color: #8d8b8b2e;
    padding: 0.8rem 0.5rem;
    border-radius: 37px;
}

.submenu-nav_lista {
    display: flex;
    flex-direction: column;
    padding: 1rem 0.5rem;
    gap: 0.6rem;
}

.submenu-nav_item {
    color: #000000ba;
    font-family: Ubuntu;
    font-size: 1.1rem;
    padding: 0.7rem 0.2rem 0.7rem .2rem;
    border-radius: 10px;
}

.submenu-nav_item:hover {
    background-color: #fff;
    cursor: pointer;
}

.icon-submenu {
    padding: 7px 15px;
    background-image: url('/public/assets/icon-check.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 0.8rem;
    margin-left: 0.5rem;
}

.box-submenu-direito {
    width: 70vw;
    padding: 1.5rem 1.7rem 0 1.7rem;
}

.submenu-direito_lista {
    display: flex;
    flex-direction: column;
    font-family: Ubuntu;
    font-size: 1.1rem;
    gap: 1.5rem;
}

.submenu-direito_titulo {
    font-weight: 600;
    font-size: 1.3rem;
}

.submenu-direito_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #ccc;
    gap: 0rem;
    cursor: pointer;
}

.is-content-question {
    display: flex;
    padding: 1rem 0rem;
    font-size: 0.92rem;
    font-family: Ubuntu;
    word-spacing: 0.2rem;
}

.no-content-question {
    display: none;
}


.icon-questions {
    padding: 7px 20px;
    background-image: url('/public/assets/seta-baixo-2.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    align-self: end;
}

@media screen and (min-width: 0) and (max-width: 1024px) {

    .box-questions {
        width: 100%;
        padding: 0rem 2rem;
    }

    .box-submenu {
        display: flex;
        flex-direction: column;
    }

    .nav-principal {
        width: 100%;
        border: 1px solid #ccc;
        border-radius: 10px;
    }

    .submenu-nav {
        width: 100%;
        padding: 0.8rem 0.5rem;
    }

    .submenu-nav_item {
        padding: 0.7rem 0.2rem 0.7rem .2rem;
    }

    .nav-principal_lista {
        display: flex;
        flex-direction: column;
        gap: 0.5rem!important;
    }

    .box-submenu-direito {
        width: 100%;
        padding: 1rem 0rem 0rem;
        align-self: center;
        margin: 2rem 0rem 0rem;
    }
    .nav-principal-item {
        font-family: Ubuntu;
        font-size: 1.2rem;
        cursor: pointer;
        padding: 1rem 1rem;
        border-radius: 12px;
    }

    .icon-questions {
        padding: 7px 20px;
        background-image: url('/public/assets/seta-baixo-2.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        align-self: end;
    }

}


.container-fale_agora {
    background-color: #8d8b8b2e;
    display: flex;
    justify-content: center;
    padding: 5rem 0rem ;
}

.fale-agora_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.fale-agora_title {
    text-align: center;
    color: #4B1568;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 3rem;
}

.fale-agora_button {
    color: #fff;
    font-family: Ubuntu;
    font-size: 1.5rem;
    font-weight: 600;
    background-color: #4B1568;
    border: none;
    border-radius: 25px;
    padding: 1.2rem 9rem;
    margin-top: 1rem;
}

.icon_fale_agora {
    padding: 5px 18px;
    background-image: url('/assets/img/icone-whatsapp-perguntas.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 1rem;
}


@media screen and (min-width: 0) and (max-width: 1024px) {

    .container-fale_agora {
        justify-content: center;
        padding: 5rem 0rem !important;
    }

    .fale-agora_box {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        gap: 1rem;
    }

    .fale-agora_title {
        font-size: 1.4rem;
        font-weight: 450;
        line-height: 2rem;
        padding: 0rem 2rem;
        box-sizing: border-box;
    }

    .fale-agora_button {
        width: 350px;
        color: #fff;
        font-size: 1.5rem;
        padding: 1rem 2rem;
    }

}


.container-result_search {
    display: flex;
    justify-content: center;
}

.box-result {
    width: 70%;
    box-shadow: 0px 0px 5px #000;
    border-radius: 20px;
    padding: 3rem;
    margin-bottom: 2rem;
}

@media screen and (min-width: 0px) and (max-width: 480px){
    .box-result {
        width: 85%;
        padding: 3rem 2rem;
        margin-bottom: 2rem;
    }

    .box-result_title {
        font-size: 22px!important;
        margin: 0rem 0 3rem 0;
    }
}


.box-result_content {
    padding: 1rem 0rem 2rem 0;
}

.box-result_title {
    font-size: 26px;
    font-family: Rubik;
    font-weight: 600;
    line-height: 30px;
    margin: 0rem 0 3rem 0;
}

.box-result_button {
    display: flex;
    justify-content: end;
}

.result_button {
    color: #fff;
    font-family: Ubuntu;
    font-weight: 550;
    background-color: #4B1568;
    border-radius: 5px;
    padding: 0.5rem 1rem;
    border: none;
}