#app_blog_duvidas {
    width: 100%;
}


/* SECTION FAÇA TUDO */
#app_blog_duvidas .faca_tudo {
    width: 100%;
    height: auto;
    background: #F6F6F6;
    display: flex;
    justify-content: center;
    align-items: center;
}

#app_blog_duvidas .faca_tudo > img{
    width: 751px;
    height: 525px;
    margin-top: -100px;
}


#app_blog_duvidas .faca_tudo .title_links > h3{
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 45px;

    color: #012D3F;
    width: 73%;
    margin: 0;
}

#app_blog_duvidas .faca_tudo .title_links > p{
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;

    color: #012D3F;
    margin: 27px 0 14px;
}

#app_blog_duvidas .faca_tudo .title_links .icons_apps{
    display: flex;
    gap: 17px;
}


/* SECTION BLOG */
#app_blog_duvidas .blog_historicar .cardBlog{
    text-align: center;
    font-size: 18px;
    background: #FFFFFF;
    width: 80%;
    max-width: 291px;
    height: 381px;
    flex-direction: column;
    /* padding: 0 0 44px; */

    box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: all 0.5s ease-in-out;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#app_blog_duvidas .swiper-slide.cardBlog.swiper-slide-prev{
    -webkit-mask-image: linear-gradient(270deg, rgba(255,255,255,1) -200%, rgba(220,220,220,0) 40%);
    mask-image:  linear-gradient(270deg, rgba(255,255,255,1) -200%, rgba(220,220,220,0) 40%);
    animation: clip-fade 0.5    s ease-in-out;
}

@keyframes clip-fade {
    100% {
      -webkit-mask-position: right;
      mask-position: right;
    }
  }

.swiper-slide.cardBlog img {
    display: block;
    width: 100%;
    height: 236px;
    object-fit: cover;
  }

.swiper-slide.cardBlog .title_acesse{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0;
    gap: 16px;
    padding: 36px 24px 0;
    margin-bottom: 44px;
}

.swiper-slide.cardBlog .title_acesse > h2{
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    text-align: start;

    color: #012D3F;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.swiper-slide.cardBlog .title_acesse > a{
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;

    color: #012D3F99;
}

#app_blog_duvidas .duvidas {
    background: #F6F6F6;
    height: 885px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#app_blog_duvidas .duvidas .header_duvidas{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 46px;
    padding: 78px 0 0;
}

#app_blog_duvidas .duvidas .header_duvidas h3{
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 45px;

    text-align: center;

    color: #012D3F;
    margin: 0;
}

#app_blog_duvidas .duvidas .duvidas_img{
    display: flex;
    align-items: center;
    gap: 113px;
    height: 716px;
}

#app_blog_duvidas .duvidas .duvidas_img .perguntas{
    width: 746px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#app_blog_duvidas .duvidas .duvidas_img .perguntas .pergunta_sanfona .sw_consulta > p{
    display: none;
}

#app_blog_duvidas .duvidas .duvidas_img .perguntas .pergunta_sanfona{
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #F0F0F0;

    border-radius: 10px;
    cursor: pointer;
    height: auto;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    padding: 20px;
}

#app_blog_duvidas .duvidas .duvidas_img .perguntas .pergunta_sanfona.dark{
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #F6F6F6;

    border-radius: 10px;
    cursor: pointer;
    height: 14px;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    padding: 20px;
}

#app_blog_duvidas .duvidas .duvidas_img .perguntas .pergunta_sanfona:hover{
    display: flex;      
    background: #FFFFFF;

    box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    height: auto;
    transition: all 0.5s ease-in-out;
}


#app_blog_duvidas .duvidas .duvidas_img .perguntas .pergunta_sanfona > h2{
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;

    color: #012D3F;
    margin: 0
}

#app_blog_duvidas .duvidas .duvidas_img .perguntas .pergunta_sanfona p{
    display: none;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;

    color: #012D3F;
    margin: 14px 0 0;
}

#app_blog_duvidas .duvidas .duvidas_img .perguntas .pergunta_sanfona:hover .sw_consulta > p,
#app_blog_duvidas .duvidas .duvidas_img .perguntas .pergunta_sanfona:hover .sw_negocios > p,
#app_blog_duvidas .duvidas .duvidas_img .perguntas .pergunta_sanfona:hover .sw_pagamento > p {
    display: flex;    
}

.sw_consulta.off{
    display: none !important;
}

.sw_pagamento.off{
    display: none !important;
}

.sw_negocios.off{
    display: none !important;
}


#app_blog_duvidas .duvidas .faq {
    display: flex;
    align-items: flex-end;
}

#app_blog_duvidas .duvidas .duvidas_img .faq img{
    margin-top: -195px;
    width: 508px;
    height: 845px;
}