@import url(font.css);

.faqheading{
    background-color: #002B50;
    padding-top: 1.3125rem;
    position: relative;
}

.faqheading.margin-top-relogio {
    margin-top: 177px;
}

    .faqheading > div{
        display: flex;
        align-items: center;
    }

    .faqheading__title{
        margin-left: 1.875rem;
    }

        .faqheading__title--text{
            color: white;
            font-family: MullerExtrabold;
            font-size: 1.875rem;
        }

    .faqheading__filter{
        width: 7rem;
        flex-shrink: 0;
        height: 2.5625rem;
        border: 1px solid rgb(0, 162, 255, 0.3);
        border-radius: 1.25rem;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1.3125rem;
        cursor: pointer;
        margin-right: 1.875rem;
    }

        .faqheading__filter--text{
            color: white;
            font-size: .875rem;
            font-family: 'Inter', sans-serif;
            font-weight: 500;
        }

        .faqheading__filter--icon{
            width: 1rem;
            height: 1rem;
            background-image: url(../img/site/faq/filter.webp);
            background-size: 1rem;
            background-position: 50%;
            background-repeat: no-repeat;
        }

/* Corpo da página de faq*/

.faqbody__right{
    padding-top: 1.875rem;
    padding-bottom: 3.9375rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #002B50;
    gap: 1.25rem;
    margin-top: -0.125rem;
}

    .faqbody__right--banner{
        max-width: 18.25rem;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 100%;
        cursor: pointer;
    }

    .faqbody__right--banner img{
        width: 100%;
        height: auto;
        max-height: 7.5rem;
    }

/* Faq Card */

.faqcard{
    border: 1px solid rgb(0, 162, 255, 0.3);
    width: 21rem;
    border-radius: .9375rem;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
}

    .faqcard__header{
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
    }

        .faqcard__header--question{
            font-family: 'Inter', sans-serif;
            font-size: 1rem;
            font-weight: 700;
            padding: 1.5625rem 0 1.25rem 1.5625rem;
            line-height: 1.375;
        }

        .faqcard__header--icon1{
            background-image: url(../img/site/geral/angledown.webp);
            width: .5625rem;
            height: .5rem;
            background-size: 1rem;
            background-repeat: no-repeat;
            background-position: 50%;
            padding: 1.25rem 1.375rem;
            transition: 200ms;
        }

        .faqcard__header--icon2{
            background-image: url(../img/site/geral/angledown.webp);
            width: .5625rem;
            height: .5rem;
            background-size: 1rem;
            background-repeat: no-repeat;
            background-position: 50%;
            padding: 1.25rem 1.375rem;
            transform: rotate(180deg);
            transition: 200ms;
        }

    .faqcard__body{
        margin-left: 1.5625rem;
        font-size: 1rem;
        opacity: 1;
        transition: font 200ms, opacity 200ms cubic-bezier(1,.01,1,-0.12);
        padding-bottom: 1rem;
    }

    .hideText{
        display: block;
        font-size: 0 !important;
        height: 0 !important;
        opacity: 0;
        overflow: hidden;
        padding: 0;
        overflow-y: hidden;
        transition: height 200ms cubic-bezier(0,1,0,1), font 200ms, opacity 200ms cubic-bezier(0,1,0,1);
    }

        .faqcard__body--text{
            font-family: 'Inter', sans-serif;
            font-weight: 400;
            line-height: 1.5;
        }

        .faqcard__body--text h1 {
            font-family: 'Inter', sans-serif;
            font-size: 2.25rem;
            font-weight: 500;
            line-height: 1.2;
        }

        .faqcard__body--text h2 {
            font-family: 'Inter', sans-serif;
            font-size: 1.875rem;
            font-weight: 500;
            line-height: 2.2rem;
        }

        .faqcard__body--text h3 {
            font-family: 'Inter', sans-serif;
            font-size: 1.5rem;
            font-weight: 500;
        }

        .faqcard__body--text h4 {
            font-family: 'Inter', sans-serif;
            font-size: 1.2rem;
            font-weight: 500;
        }

        .faqcard__body--text h5 {
            font-family: 'Inter', sans-serif;
            font-size: 1rem;
            font-weight: 500;
        }

        .faqcard__body--text h6 {
            font-family: 'Inter', sans-serif;
            font-size: 0.8rem;
            font-weight: 500;
        }

/* Final da página faq */

.faqend__title{
    width: 100vw;
    margin-top: 2.625rem;
}

    .faqend__title--text{
        font-size: 1.5625rem;
        font-family: MullerExtrabold;
        color: #002B50;
        text-align: center;
    }

        .faqend__cards{
            display: flex;
            flex-direction: column;
            gap: 1.5625rem;
            margin-top: 1.875rem;
            margin-bottom: 1.875rem;
            align-items: center;
        }

.faqend__border{
    width: 15.125rem;
    height: 3.8125rem;
    transition: 300ms;
    padding: 7px 6.5px;
    margin: 0 auto;
    background-color: transparent;
    margin-top: 1.5rem;
    border-radius: .9375rem;
}

    .faqend__border:hover{
        width: 15.125rem;
        height: 3.8125rem;
        transition: 300ms;
        background-color: rgb(0, 162, 255, 0.3);
    }

    .faqend__border--button{
        font-family: 'Inter', sans-serif;
        font-size: .875rem;
        font-weight: 700;
        color: white;
        width: 15.125rem;
        height: 3.8125rem;
        border: none;
        background-color: #00A2FF;
        border-radius: .625rem;
        cursor: pointer;
    }

    .activeFilter{
        background-color: #00A2FF;
        border: none;
    }

/* Filtro Mobile */

.mobileFilter{
    width: 100vw;
    height: auto;
    padding-bottom: 3.125rem;
    background-color: #002B50;
    position: absolute;
    top: 0;
    left: 0;
}

    .mobileFilter__title{
        margin-top: 1.25rem;
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

        .mobileFilter__title--text{
            margin-top: 2.125rem;
            color: white;
            font-family: 'Inter', sans-serif;
            font-size: 1rem;
            font-weight: 700;
            margin-left: 2rem;
        }

        .mobileFilter__title--icon{
            width: 1rem;
            height: 1rem;
            background-image: url(../img/site/geral/whitex.webp);
            background-size: 1rem;
            background-position: 50%;
            background-repeat: no-repeat;
            cursor: pointer;
            padding: 1.375rem;
        }

    .mobileFilter__body{
        display: flex;
        flex-wrap: wrap;
        gap: .9375rem;
        max-width: 13.125rem;
        margin-left: 2rem;
        margin-top: 1.25rem;
    }

        .mobileFilter__body--filter{
            width: auto;
            height: auto;
            color: white;
            flex-grow: 0;
            display: inline-block;
            border: 1px solid rgb(0, 162, 255, 0.3);
            padding: .625rem .875rem;
            border-radius: 1.25rem;
            cursor: pointer;
            font-family: 'Inter', sans-serif;
            font-weight: 500;
            font-size: .75rem;
        }




@media screen and (min-width: 720px) {

/* Heading */

.faqheading.margin-top-relogio {
    margin-top: 9px;
}

.faqheading{
    width: 100vw;
    display: flex;
    justify-content: center;
    padding-top: .9375rem;
    margin-top: 0;
}

    .faqheading > div{
        width: 68rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .faqheading__title{
            margin-left: 0;
        }

        .faqheading__title--text{
            font-size: 3.125rem;
            margin-left: 0;
        }

    .faqheading__searchbox{
        border: 1px solid #00A2FF;
        border-radius: .75rem;
        width: 25.375rem;
        height: 3.4375rem   ;
    }

        .faqheading__searchbox--input{
            border: none;
            background-color: transparent;
            flex: 1;
            outline: none;
            padding-left: .9375rem;
            color: white;
            font-size: 1rem;
            font-family: 'Inter', sans-serif;
            font-weight: 700;
        }

            .faqheading__searchbox--input::placeholder{
                color: white;
            }

        .faqheading__searchbox--button{
            width: 3.4375rem;
            height: 3.4375rem;
            background-color: #00A2FF;
            background-image: url(../img/site/geral/magnifying-glass.webp);
            background-position: 50%;
            background-size: 1.25rem;
            background-repeat: no-repeat;
            border-radius: 0 .75rem .75rem 0;
            cursor: pointer;
        }

/* Corpo da página de faq*/

.faqbody{
    display: flex;
    background-color: #002B50;
    width: 100vw;
    justify-content: center;
    padding-top: 1.8125rem;
    gap: 1.0625rem;
}

    .faqbody__left{
        display: flex;
        flex-direction: column;
        max-width: 68rem;
        position: relative;
    }

        .faqbody__left--filter{
            max-width: 16.6875rem;
            max-height: 24.18rem;
            width: 16.6875rem;
            height: 24.18rem;
            border: 1px solid rgb(0, 162, 255, 0.3);
            border-radius: 1.25rem;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }

        .faqbody__left--filter_text {
            font-family: "Inter", sans-serif;
            font-size: 1rem;
            font-weight: 700;
            color: #FFFFFF;
            margin-top: 1.5rem;
            margin-right: 8rem;
        }

            .faqbody__left--filter > div{
                max-width: 15rem;
                max-height: 15rem;
                overflow-y: auto;
                display: flex;
                flex-wrap: wrap;
                gap: .625rem;
                margin-top: .625rem;
                margin-bottom: 3.5rem;
                padding-bottom: 0.6rem;
            }

            .faqbody__left--filter > div::-webkit-scrollbar {
                width: .3125rem;
                border-radius: 4px;
              }

            .faqbody__left--filter > div::-webkit-scrollbar-track {
                background-color: #002B50;
            }

            .faqbody__left--filter > div::-webkit-scrollbar-thumb {
                background-color: #00A2FF;
                border-radius: 4px;
              }

            .faqbody__left--filter_tag{
                color: white;
                border: 1px solid rgba(0, 162, 255, 0.3);
                padding: .625rem .875rem;
                border-radius: 1.25rem;
                cursor: pointer;
                align-self: flex-start;
                font-family: 'Inter', sans-serif;
                font-size: .75rem;
                line-height: 1.7;
                font-weight: 500;
            }

        .faqbody__left--buttons{
            width: 14.375rem;
            height: 2.5rem;
            position: absolute;
            z-index: 3;
            top: 2.688rem;
            left: 50%;
            transform: translateX(-50%);
            margin-top: 17.85rem;
        }

            .faqbody__left--prop{
                max-width: 13.1875rem   ;
                font-family: 'Inter', sans-serif;
                font-size: 1.5625rem;
                color: white;
                font-weight: 700;
                margin-top: 1.3125rem;
                line-height: 1.4;
                margin-bottom: 6.25rem;
            }

            .faqbody__left--prop p span{
                color: #00A2FF;
            }

                .filterbutton1{
                    width: 6.875rem;
                    height: 2.5rem;
                    background-color: #00A2FF;
                    color: white;
                    font-family: 'Inter', sans-serif;
                    font-size: .875rem;
                    font-weight: 700;
                    border: none;
                    border-radius: 0.625rem;
                    cursor: pointer;
                }

                .filterbutton2{
                    width: 6.875rem;
                    height: 2.5rem;
                    background-color: #002B50;
                    color: white;
                    font-family: 'Inter', sans-serif;
                    font-size: .875rem;
                    font-weight: 700;
                    border: 1px solid #00A2FF;
                    border-radius: 0.625rem;
                    cursor: pointer;
                }

            .faqbody__right{
                padding-top: 0;
            }

            .faqbody__right--banner{
                max-width: 50.6875rem;
                border-radius: .9375rem;
            }

            .faqbody__right--banner img{
                width: 100%;
                height: auto;
                max-height: 5rem;
            }

/* Faq Card */

.faqcard{
    width: 50.6875rem;
}

    .faqcard__header--icon1{
        padding: 1.65rem;
    }

    .faqcard__header--icon2{
        padding: 1.65rem;
    }


/* Final da página faq */

.faqend__title{
    margin-top: 3.75rem;
}

    .faqend__title--text{
        font-size: 3.125rem;
    }

        .faqend__cards{
            display: flex;
            flex-direction: row;
            gap: 2.0625rem;
            justify-content: center;
        }


        .noResponse{
            cursor: unset;
        }


}
