
body.no-scroll {
    overflow: hidden;
    height: 100vh;
}

.pfcards_topic {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.pfcards_banner {
    z-index: -1;
    margin-top: -2px;
}

@media only screen and (max-width: 512px) {
    
    
    /***************************BANNER******************************/

    .pfcards_banner_text {
        position: absolute;
        z-index: 1;
        bottom: 40px;
        left: 40px;
        text-align: left;
        font-size: 32px;
        font-weight: bold;
        /*font: normal normal bold 32px/39px Bradesco Sans;*/
        letter-spacing: 0px;
        line-height: 65px;
        color: #fff;
        opacity: 1;
    }

    /***************************TOPIC******************************/

    .pfcards_topic_title {   
        width: 216px; 
        margin-top: 40px;
        margin-bottom: 0px;
        text-align: center;
        font-size: 16px;
        /*normal normal medium 16px/25px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #47484C;
        opacity: 1;
    }

    .pfcards_topic_component_top_text {
        height: 10px;
        text-align: left;
        font-size: 12px;
        /*font: normal normal medium 12px/15px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #3B69FF;
        font-weight: 600;
        opacity: 1;
    }

    .pfcards_topic_component_input {
        border: none;
        border-bottom: 1px solid #47484C;
        color: #47484C!important;
        font-size: 14px;
        font-weight: 600;        
        /*font: normal normal medium 14px/17px Bradesco Sans;*/
        width: 100%;
        height: 38px;
    }

    .pfcards_topic_component_input:focus {
        outline: none;
        border: none;
        border-bottom: 2px solid #3B69FF;
        color: #47484C;
        font-size: 14px;
        font-weight: 600;
        /*font: normal normal medium 14px/17px Bradesco Sans;*/
        width: 100%;
        height: 38px;
    }

    .pfcards_topic_component_item {
        padding: 10px;
        background: #FFFFFF;
        color: black;
        font-size: 14px;
        font-weight: 600;
        text-align: left;
        /*font: normal normal medium 14px/17px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #000000;
        opacity: 1;
        margin-bottom: 0px;
    }


    .pfcards_topic_component_item:hover {
        padding: 10px;
        background: var(---f0f1f5-grayscale-lg) 0% 0% no-repeat padding-box;
        background: #F0F1F5 0% 0% no-repeat padding-box;
        color: black;
        font-size: 14px;
        font-weight: 600;
        text-align: left;
        /*font: normal normal medium 14px/17px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #000000;
        opacity: 1;
        margin-bottom: 0px;
    }
    
    /***************************SELECTION******************************/

    .pfcards_selection_header {
        position: relative;
        display: flex;
        flex-direction: column;
        padding: 9px;
        font-size: 12px;
        font-weight: 600;
        /*font: normal normal medium 14px/18px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #47484C;
        opacity: 1;
        cursor: pointer;
    }

    .pfcards_selection_header.active {
        position: relative;
        display: flex;
        flex-direction: column;
        padding: 16px;
        font-size: 12px;
        font-weight: 600;
        /*font: normal normal 600 14px/18px Bradesco Sans;*/
        letter-spacing: 0px;
        opacity: 1;
        padding: 16px;
    }

    .pfcards_selection_item_text {
        width: 130px;
        display: flex;      
        flex-direction: row;
        align-items: center;
        /*justify-content: center;*/
        text-align: left;    
        font-size: 14px;
        font-weight: 600;
        /*font: normal normal 600 14px/22px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #6D6E71;
        opacity: 1;
        margin: 0px;
    }

    .pfcards_selection_item.active .pfcards_selection_item_text {
        width: 130px;
        display: flex;      
        flex-direction: row;
        align-items: center;
        /*justify-content: center;*/
        text-align: left;
        font-size: 14px;
        font-weight: 600;
        /*font: normal normal 600 14px/22px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 1;
        margin: 0px;
    }

    


}

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

    /***************************BANNER******************************/
    
    .pfcards_banner_text {
        position: absolute;
        z-index: 1;
        bottom: 40px;
        left: 40px;
        text-align: left;
        font-size: 39px;
        font-weight: bold;
        /*font: normal normal bold 32px/39px Bradesco Sans;*/
        letter-spacing: 0px;
        line-height: 65px;
        color: #fff;
        opacity: 1;
    }

    /***************************TOPIC******************************/

    .pfcards_topic_title {   
        width: 216px; 
        margin-top: 40px;
        margin-bottom: 0px;
        text-align: center;
        font-size: 25px;
        /*normal normal medium 16px/25px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #47484C;
        opacity: 1;
    }

    .pfcards_topic_component_top_text {
        height: 10px;
        color: var(---3b69ff-support-orientation);
        text-align: left;
        font-size: 15px;
        /*font: normal normal medium 12px/15px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #3B69FF;
        font-weight: 600;
        opacity: 1;
    }

    .pfcards_topic_component_input {
        border: none;
        border-bottom: 1px solid #47484C;
        color: #47484C;
        font-size: 17px;
        font-weight: 600;        
        /*font: normal normal medium 14px/17px Bradesco Sans;*/
        width: 100%;
        height: 38px;
    }

    .pfcards_topic_component_input:focus {
        outline: none;
        border: none;
        border-bottom: 2px solid #3B69FF;
        color: #47484C;
        font-size: 17px;
        font-weight: 600;
        /*font: normal normal medium 14px/17px Bradesco Sans;*/
        width: 100%;
        height: 38px;
    }

    .pfcards_topic_component_item {
        padding: 10px;
        background: #FFFFFF;
        font-size: 17px;
        font-weight: 600;
        text-align: left;
        /*font: normal normal medium 14px/17px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #000000;
        opacity: 1;
        margin-bottom: 0px;
    }

    .pfcards_topic_component_item:hover {
        padding: 10px;
        background: #F0F1F5 0% 0% no-repeat padding-box;
        font-size: 17px;
        font-weight: 600;
        text-align: left;
        /*font: normal normal medium 14px/17px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #000000;
        opacity: 1;
        margin-bottom: 0px;
    }

    /***************************SELECTION******************************/

    .pfcards_selection_header {
        position: relative;
        display: flex;
        flex-direction: column;
        padding: 16px;
        font-size: 18px;
        font-weight: 600;
        /*font: normal normal medium 14px/18px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #47484C;
        opacity: 1;
        cursor: pointer;
    }

    .pfcards_selection_header.active {
        position: relative;
        display: flex;
        flex-direction: column;
        padding: 16px;
        font-size: 18px;
        font-weight: 600;
        /*font: normal normal 600 14px/18px Bradesco Sans;*/
        letter-spacing: 0px;
        opacity: 1;
        padding: 16px;
    }

    .pfcards_selection_item_text {
        width: 130px;
        display: flex;      
        flex-direction: row;
        align-items: center;
        /*justify-content: center;*/
        color: var(---6d6e71-grayscale-gg);
        text-align: left;    
        font-size: 22px;
        font-weight: 600;
        /*font: normal normal 600 14px/22px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #6D6E71;
        opacity: 1;
        margin: 0px;
    }

    .pfcards_selection_item.active .pfcards_selection_item_text {
        width: 130px;
        display: flex;      
        flex-direction: row;
        align-items: center;
        /*justify-content: center;*/
        text-align: left;
        font-size: 14px;
        font-weight: 600;
        /*font: normal normal 600 14px/22px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 1;
        margin: 0px;
    }
}

@media only screen and (max-width: 1024px ) {
    
    .desk {
        display: none !important;
    }

    .mobile {
        display: block;
    }
    
    /***************************BANNER******************************/

    .pfcards_banner {
        width: 100%;
        position: relative;
        margin-top: 126px;
    }

    .pfcards_banner_img {
        width: 100%;
    }

    /***************************TOPIC******************************/

    .pfcards_topic {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: fit-content;
    }

    .pfcards_topic_list {
        margin: 20px 0px 40px 0px;
        width: 392px;
        height: 48px;
        opacity: 1;
    }

    .pfcards_topic_component {
        width: 312px;
        position: relative;
        display: flex;
        flex-direction: column;
        margin: auto;
    }

    .pfcards_topic_component_list {
        z-index: 1;
        display: none;
        position: absolute;
        top: 64px;
        width: 100%;
        height: 325px;
        padding: 2px;
        /* background: gray; */
        background: #F0F1F5 0% 0% no-repeat padding-box;
        overflow: hidden;
    }

    .pfcards_topic_component_list.active {
        display: block;
        position: absolute;
        top: 64px;
        width: 100%;
        height: 325px;
        padding: 2px;
        /* background: gray; */
        background: #F0F1F5 0% 0% no-repeat padding-box;
        overflow: hidden;
    }
    
    .pfcards_topic_component_list_content {            
        width: 105%;
        height: 100%;
        overflow: auto;
    }

    /***************************SELECTION******************************/

    .pfcards_selection {
        display: flex;
        flex-direction: column;
        align-items: center;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        opacity: 1;
        overflow: hidden;
    }

    .pfcards_selection_headers {
        display: flex;
        flex-direction: row;
        gap: 5px;
        position: relative;
        width: 100%;
        overflow: hidden;
        padding-right: 10%;
        margin: 0 auto;
    }

    .pfcards_selection_header_actived {
        display: none;
    }

    .pfcards_selection_header_actived.active {
        position: absolute;
        display: flex;            
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 5px;
        border-radius: 8px 8px 0px 0px;
        opacity: 1;
    }

    .pfcards_selection_items {    
        display: flex;
        flex-direction: column;
        gap: 16px;
        align-items: center;
        justify-content: center;
        width: 100%;
        background: #F0F1F5 0% 0% no-repeat padding-box;
        border-radius: 18px 18px 0px 0px;
        opacity: 1;
        padding: 40px 24px;
    }

    .pfcards_selection_item {
        display: flex;      
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 312px;
        height: 86px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 6px #00000029;
        border-radius: 4px;
        opacity: 1;
        gap: 16px;
        cursor: pointer;
    }

    .pfcards_selection_item.active {
        display: flex;      
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 312px;
        height: 86px;
        /*transform: matrix(-1, 0, 0, -1, 0, 0);*/
        box-shadow: 0px 3px 6px #00000029;
        mix-blend-mode: multiply;
        border-radius: 4px;
        opacity: 1;
    }

    .pfcards_selection_item .pfcards_selection_item_img {
        display: flex;      
    }

    .pfcards_selection_item.active .pfcards_selection_item_img {
        display: none;      
    }

    .pfcards_selection_item .pfcards_selection_item_img_w {
        display: none;      
    }

    .pfcards_selection_item.active .pfcards_selection_item_img_w {
        display: flex;      
    }

     /********************************************CONTENT CARD**************************************************/

     .p_card_pdfs {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-bottom: 40px;
        height: fit-content;
        gap: 24px;
    }

    .p_card_pdf_card a {
        display: flex;
        flex-direction: row;
        width: 100%;
        height: 72px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 2px 8px #00000029;
        border: 0.5px solid #F0F1F5;
        border-radius: 4px;
        opacity: 1;
        align-items: center;
        padding: 16px;
        gap: 10px;
    }

    .p_card_pdf_img {        
        /* width: fit-content; */
        height: 40px;
        opacity: 1;
        justify-content: center;
        align-items: center;
    }

    .p_card_pdf_content {
        display: flex;
        flex-direction: column;
        width: fit-content;
        height: 40px;
        justify-content: center;
    }

    .p_card_pdf_title {
        width: 100%;
        text-align: left;
        font-size: 9px;
        /*font: normal normal bold 9px/12px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #456CF6;
        opacity: 1;
        margin-bottom: 0px;
    }

    .p_card_pdf_date {
        width: 100%;
        text-align: left;
        font-size: 9px;
        /*font: normal normal medium 9px/12px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #47484C;
        opacity: 1;
        margin-bottom: 0px;
    }

    .p_card_pdf_size {
        width: 100%;
        color: var(---6d6e71-grayscale-gg);
        text-align: left;
        font-size: 9px;
        /*font: normal normal medium 9px/12px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #6D6E71;
        opacity: 1;
        margin-bottom: 0px;
    }

    .p_card_description {
        width: 100%;
        text-align: left;
        font-size: 9px;
        /*font: normal normal medium 9px/12px Bradesco Sans;*/
        letter-spacing: 0px;
        opacity: 1;
    }

    /***************************TOPIC TAXA CARTAO******************************/

    .pfcards_topic_taxa_cartao {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        height: fit-content;
        transition: all .3s;
    }

    .pfcards_topic_list_taxa_cartao {
        margin: 20px 0px 40px 0px;
        width: 392px;
        height: 48px;
        opacity: 1;
    }

    .pfcards_topic_component_taxa_cartao {
        width: 100%;
        position: relative;
    }

    .pfcards_topic_component_list_taxa_cartao {
        z-index: 1;
        display: none;
        position: absolute;
        top: 64px;
        width: 100%;
        height: 200px;
        padding: 2px;
        /* background: gray; */
        background: #F0F1F5 0% 0% no-repeat padding-box;
        overflow: hidden;
    }

    .pfcards_topic_component_list_taxa_cartao.active {
        display: block;
        position: absolute;
        top: 64px;
        width: 100%;
        height: 200px;
        padding: 2px;
        /* background: gray; */
        background: #F0F1F5 0% 0% no-repeat padding-box;
        overflow: hidden;
    }

    .pfcards_topic_component_list_content_taxa_cartao {            
        width: 105%;
        height: 100%;
        overflow: auto;
    }

    .pfcards_topic_title_taxa_cartao {    
        margin-top: 40px;
        margin-bottom: 0px;
        text-align: center;
        font-size: 22px;
        /*font: normal normal medium 22px/42px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #47484C;
        opacity: 1;
    }

    .pfcards_topic_component_top_text_taxa_cartao {
        height: 10px;
        color: var(---3b69ff-support-orientation);
        text-align: left;
        font-size: 12px;
        /*font: normal normal medium 12px/15px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #3B69FF;
        font-weight: 600;
        opacity: 1;
    }

    .pfcards_topic_component_input_taxa_cartao {
        border: none;
        border-bottom: 1px solid #47484C;
        color: #47484C;
        font-size: 16px;
        font-weight: 600;
        /*font: normal normal medium 16px/20px Bradesco Sans;*/
        width: 100%;
        height: 38px;
        cursor: pointer;
    }

    .pfcards_topic_component_input_taxa_cartao:focus {
        outline: none;
        border: none;
        border-bottom: 2px solid #3B69FF;
        color: #47484C;
        font-size: 16px;
        font-weight: 600;
        /*font: normal normal medium 16px/20px Bradesco Sans;*/
        width: 100%;
        height: 38px;
    }

    .pfcards_topic_component_item_taxa_cartao {
        padding: 10px;
        background: #FFFFFF;
        font-size: 16px;
        font-weight: 600;
        text-align: left;
        /*font: normal normal medium 16px/20px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #000000;
        opacity: 1;
        margin-bottom: 0px;
    }

    .pfcards_topic_component_item_taxa_cartao:hover {
        padding: 10px;
        background: #F0F1F5 0% 0% no-repeat padding-box;
        font-size: 16px;
        font-weight: 600;
        text-align: left;
        /*font: normal normal medium 16px/20px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #000000;
        opacity: 1;
        margin-bottom: 0px;
    }

    /***************************FORM RENEGOCIAÇÃO DE DIVIDAS******************************/

    .form_input_group {
        display: flex;
        flex-direction: column;
        gap: 33px;
        margin-bottom: 16px;
        margin-top: 18px;
    }

    .form_title {
        text-align: left;
        font-size: 16px;
        font-weight: bold;
        /*font: normal normal bold 16px/30px Bradesco Sans;*/
        letter-spacing: 0px;
        opacity: 1;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .form_obs {
        text-align: left;
        font-size: 12px;
        font-style: italic;
        /*font: italic normal medium 12px/22px Bradesco Sans; */
        letter-spacing: 0px;
        color: #47484C;
        opacity: 1;
    }

    .form_input_component_nome {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .form_input_component_celular {
        display: flex;
        flex-direction: column;
        width: 125px;
    }

    .form_input_component_email {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .form_input_component_cpf {
        display: flex;
        flex-direction: column;
        width: 122px;
    }


    .form_input_component_telefone {
        display: flex;
        flex-direction: column;
        width: 102px;
    }


    .form_input_component_telefone_comercial {
        display: flex;
        flex-direction: column;
        width: 135px;
    }

    .form_input_component_cep {
        display: flex;
        flex-direction: column;
        width: 122px;
    }

    .form_input_component_endereco {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .form_input_component_casa {
        display: flex;
        flex-direction: column;
        width: 56px;
    }

    .form_input_component_complemento {
        display: flex;
        flex-direction: column;
        width: 175px;
    }

    .form_input_component_bairro {
        display: flex;
        flex-direction: column;
        width: 150px;
    }

    .form_input_component_cidade {
        display: flex;
        flex-direction: column;
        width: 199px;
    }

    .form_input_component_estado {
        display: flex;
        flex-direction: column;
        width: 132px;
    }

    .form_input_component_codigo {
        display: flex;
        flex-direction: column;
        width: 181px;
    }

    .form_input_component_valor {
        display: flex;
        flex-direction: column;
        width: 150px;
    }

    .form_input_component_data {
        display: flex;
        flex-direction: column;
        width: 150px;
    }

    .form_input_component_pagamento {
        display: flex;
        flex-direction: column;
    }

    .form_input_component_pagamento_cb {
        display: flex;
        flex-direction: row;
        gap: 24px;
    }

    .form_label {
        /* width: 108px; */
        /*height: 30px;*/
        text-align: left;
        font-size: 12px;
        font-weight: 600;
        /* font: normal normal 600 12px/15px Bradesco Sans; */
        letter-spacing: 0px;
        color: #6D6E71;
        text-transform: uppercase;
        opacity: 1;
    }

    .form_input {
        border: none;
        border-bottom: 1px solid #000000;
    }

    .form_info {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    /**************ACCORDION*****************/
    /*
    .pfcards_accordion {
        width: 312px;
        height: 25px;
        opacity: 1;
    }*/

    /* Style the buttons that are used to open and close the accordion panel */
    .pfcards_accordion_lp {
        /* Layout Properties */
        position: relative;
        width: 100%;
        height: 25px;
        border: none;
        cursor: pointer;
        outline: none;
        transition: 0.5s;
        opacity: 1;
        background-color: #FFFFFF;
    }
  
    .pfcards_accordion_title {
        text-align: left;
        font-size: 14px;
        /*font: normal normal medium 14px/17px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #47484C;
        opacity: 1;
        margin-left: -5px;
    }
    
    .pfcards_accordion_line {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #47484C;
        opacity: 0.4;
    }
    
    .pfcards_accordion_active_lp .pfcards_accordion_line  {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #456CF6;
        opacity: 1;
    }
    
    .pfcards_accordion_arrow {
        position: absolute;
        right: 0px;
        top: 50%;
        background: url(../images/pfcards/arrow.svg) 0 0 no-repeat;
        display: block;
        width: 16px;
        height: 9px;
        transition: all 0.3s ease;
    }
    
    .pfcards_accordion_active_lp .pfcards_accordion_arrow {        
        transform: rotate(180deg);
    }
    
    /* Style the accordion panel. Note: hidden by default */
    .pfcards_accordion_panel_lp {
      overflow: hidden;
      box-shadow: 0 5px 5px 5px rgb(0 0 0/ 0.1);
      padding: 30px;
      z-index: 3;
      background-color: #FFFFFF;
    }
    
    /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
    /* .pfcards_accordion_active_lp, .pfcards_accordion_lp:hover {
    
    } */
    
    .pfcards_accordion_back {
        background-color: #FFFFFF;
        width: 100vw;
        height: fit-content;
        position: absolute;
        left: -24px;
        padding-left: 24px;
        padding-right: 24px;
        padding-bottom: 24px;
        z-index: 2;
        justify-content: center;
        display: none;
    }

}

@media only screen and (min-width: 1025px) and (max-width: 1399px) {

    /***************************BANNER******************************/

    .pfcards_banner_text {
        position: absolute;
        z-index: 1;
        bottom: 80px;
        left: 143px;
        text-align: left;
        font-size: 60px;
        font-weight: bold;
        /*font: normal normal bold 60px/80px Bradesco Sans;*/
        letter-spacing: 0px;
        line-height: 65px;
        color: #fff;
        opacity: 1;
    }

    /***************************TOPIC******************************/
    
    .pfcards_topic_title {    
        margin-top: 40px;
        margin-bottom: 0px;
        text-align: center;
        font-size: 22px;
        /*font: normal normal medium 22px/42px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #47484C;
        opacity: 1;
    }
    
    .pfcards_topic_component_top_text {
        height: 10px;
        text-align: left;
        font-size: 12px;
        /*font: normal normal medium 12px/15px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #3B69FF;
        font-weight: 600;
        opacity: 1;
    }
    
    .pfcards_topic_component_input {
        border: none;
        border-bottom: 1px solid #47484C;
        color: #47484C;
        font-size: 16px;
        font-weight: 600;
        /*font: normal normal medium 16px/20px Bradesco Sans;*/
        width: 100%;
        height: 38px;
    }
    
    .pfcards_topic_component_input:focus {
        outline: none;
        border: none;
        border-bottom: 2px solid #3B69FF;
        color: #47484C;
        font-size: 16px;
        font-weight: 600;
        /*font: normal normal medium 16px/20px Bradesco Sans;*/
        width: 100%;
        height: 38px;
    }

    .pfcards_topic_component_item {
        padding: 10px;
        background: #FFFFFF;
        font-size: 16px;
        font-weight: 600;
        text-align: left;
        /*font: normal normal medium 16px/20px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #000000;
        opacity: 1;
        margin-bottom: 0px;
    }
    
    .pfcards_topic_component_item:hover {
        padding: 10px;
        background: #F0F1F5 0% 0% no-repeat padding-box;
        font-size: 16px;
        font-weight: 600;
        text-align: left;
        /*font: normal normal medium 16px/20px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #000000;
        opacity: 1;
        margin-bottom: 0px;
    }

    /***************************SELECTION******************************/

    .pfcards_selection_header {
        position: relative;
        display: flex;
        flex-direction: column;
        padding: 16px;
        font-size: 14px;
        font-weight: 600;
        /*font: normal normal 600 14px/18px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #47484C;
        opacity: 1;
        cursor: pointer;
    }

    .pfcards_selection_header.active {
        position: relative;
        display: flex;
        flex-direction: column;
        padding: 16px;
        font-size: 14px;
        font-weight: 600;
        /*font: normal normal 600 14px/18px Bradesco Sans;*/
        letter-spacing: 0px;
        opacity: 1;
        padding: 16px;
    }

    .pfcards_selection_item_text {
        width: 130px;
        display: flex;      
        flex-direction: row;
        align-items: center;
        /*justify-content: center;*/
        text-align: left;    
        font-size: 14px;
        font-weight: 600;
        /*font: normal normal 600 14px/17px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #6D6E71;
        opacity: 1;
        margin: 0px;
    }

    .pfcards_selection_item.active .pfcards_selection_item_text {
        width: 130px;
        display: flex;      
        flex-direction: row;
        align-items: center;
        /*justify-content: center;*/
        text-align: left;
        font-size: 14px;
        font-weight: 600;
        /*font: normal normal 600 14px/17px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 1;
        margin: 0px;
    }
}

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

     /***************************BANNER******************************/

    .pfcards_banner_text {
        position: absolute;
        z-index: 1;
        bottom: 80px;
        left: 143px;
        text-align: left;
        font-size: 80px;
        font-weight: bold;
        /*font: normal normal bold 60px/80px Bradesco Sans;*/
        letter-spacing: 0px;
        line-height: 65px;
        color: #fff;
        opacity: 1;
    }

    /***************************TOPIC******************************/
    
    .pfcards_topic_title {    
        margin-top: 40px;
        margin-bottom: 0px;
        text-align: center;
        font-size: 42px;
        /*font: normal normal medium 22px/42px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #47484C;
        opacity: 1;
    }
    
    .pfcards_topic_component_top_text {
        height: 10px;
        text-align: left;
        font-size: 15px;
        /*font: normal normal medium 12px/15px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #3B69FF;
        font-weight: 600;
        opacity: 1;
    }
    
    .pfcards_topic_component_input {
        border: none;
        border-bottom: 1px solid #47484C;
        color: #47484C;
        font-size: 20px;
        font-weight: 600;
        /*font: normal normal medium 16px/20px Bradesco Sans;*/
        width: 100%;
        height: 38px;
    }
    
    .pfcards_topic_component_input:focus {
        outline: none;
        border: none;
        border-bottom: 2px solid #3B69FF;
        color: #47484C;
        font-size: 20px;
        font-weight: 600;
        /*font: normal normal medium 16px/20px Bradesco Sans;*/
        width: 100%;
        height: 38px;
    }

    .pfcards_topic_component_item {
        padding: 10px;
        background: #FFFFFF;
        font-size: 20px;
        font-weight: 600;
        text-align: left;
        /*font: normal normal medium 16px/20px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #000000;
        opacity: 1;
        margin-bottom: 0px;
    }
    
    
    .pfcards_topic_component_item:hover {
        padding: 10px;
        background: #F0F1F5 0% 0% no-repeat padding-box;
        font-size: 20px;
        font-weight: 600;
        text-align: left;
        /*font: normal normal medium 16px/20px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #000000;
        opacity: 1;
        margin-bottom: 0px;
    }

    /***************************SELECTION******************************/

    .pfcards_selection_header {
        position: relative;
        display: flex;
        flex-direction: column;
        padding: 16px;
        font-size: 18px;
        font-weight: 600;
        /*font: normal normal 600 14px/18px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #47484C;
        opacity: 1;
        cursor: pointer;
    }

    .pfcards_selection_header.active {
        position: relative;
        display: flex;
        flex-direction: column;
        padding: 16px;
        font-size: 18px;
        font-weight: 600;
        /*font: normal normal 600 14px/18px Bradesco Sans;*/
        letter-spacing: 0px;
        opacity: 1;
        padding: 16px;
    }

    .pfcards_selection_item_text {
        width: 130px;
        display: flex;      
        flex-direction: row;
        align-items: center;
        /*justify-content: center;*/
        text-align: left;    
        font-size: 14px;
        font-weight: 600;
        /*font: normal normal 600 14px/17px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #6D6E71;
        opacity: 1;
        margin: 0px;
    }

    .pfcards_selection_item.active .pfcards_selection_item_text {
        width: 130px;
        display: flex;      
        flex-direction: row;
        align-items: center;
        /*justify-content: center;*/
        text-align: left;
        font-size: 14px;
        font-weight: 600;
        /*font: normal normal 600 14px/17px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 1;
        margin: 0px;
    }

}

@media only screen and (min-width: 1025px) {
            
    .desk {
        display: inline-table;
    }

    .mobile {
        display: none !important;
    }

    /***************************BANNER******************************/

    .pfcards_banner {
        width: 100%;
        position: relative;
    }

    .pfcards_banner_img {
        width: 100%;
    }

    /***************************TOPIC******************************/

    .pfcards_topic {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: fit-content;
    }
    
    .pfcards_topic_list {
        margin: 20px 0px 40px 0px;
        width: 392px;
        height: 48px;
        opacity: 1;
    }
    
    .pfcards_topic_component {
        width: 100%;
        position: relative;
    }
    
    .pfcards_topic_component_list {
        z-index: 1;
        display: none;
        position: absolute;
        top: 64px;
        width: 100%;
        height: 340px;
        padding: 2px;
        /* background: gray; */
        background: #F0F1F5 0% 0% no-repeat padding-box;
        overflow: hidden;
    }
    
    .pfcards_topic_component_list.active {
        display: block;
        position: absolute;
        top: 64px;
        width: 100%;
        height: 340px;
        padding: 2px;
        /* background: gray; */
        background: #F0F1F5 0% 0% no-repeat padding-box;
        overflow: hidden;
    }
    
    .pfcards_topic_component_list_content {            
        width: 105%;
        height: 100%;
        overflow: auto;
    }

    /***************************SELECTION******************************/

    .pfcards_selection {
        display: flex;
        flex-direction: column;
        align-items: center;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        opacity: 1;
        margin: 0px 40px;
        overflow: hidden;
    }

    .pfcards_selection_headers {
        display: flex;
        flex-direction: row;
    }

    .pfcards_selection_header_actived {
        display: none;
    }

    .pfcards_selection_header_actived.active {
        position: absolute;
        display: flex;            
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 5px;
        border-radius: 8px 8px 0px 0px;
        opacity: 1;
    }

    .pfcards_selection_items {    
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        width: 100%;
        background: #F0F1F5 0% 0% no-repeat padding-box;
        border-radius: 18px 18px 0px 0px;
        opacity: 1;
        padding: 60px 160px;
        /*
            width: 100%;
            background: #F0F1F5 0% 0% no-repeat padding-box;
            border-radius: 18px 18px 0px 0px;
            margin: 0 40px;
            padding: 60px 80px;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 60px;
        */
    }

    .pfcards_selection_item {
        display: flex;      
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 230px;
        height: 88px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 6px #00000029;
        border-radius: 4px;
        opacity: 1;
        gap: 16px;
        cursor: pointer;
        margin: 12px;
    }

    .pfcards_selection_item.active {
        display: flex;      
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 230px;
        height: 88px;
        /*transform: matrix(-1, 0, 0, -1, 0, 0);*/
        box-shadow: 0px 3px 6px #00000029;
        mix-blend-mode: multiply;
        border-radius: 4px;
        opacity: 1;
        gap: 16px;
        cursor: pointer;
    }

    .pfcards_selection_item .pfcards_selection_item_img {
        display: flex;      
    }

    .pfcards_selection_item.active .pfcards_selection_item_img {
        display: none;      
    }

    .pfcards_selection_item .pfcards_selection_item_img_w {
        display: none;      
    }

    .pfcards_selection_item.active .pfcards_selection_item_img_w {
        display: flex;      
    }

    /********************************************CONTENT CARD**************************************************/

    .p_card_pdfs {
        display: flex;
        flex-direction: row;
        width: 100%;
        margin-bottom: 40px;
        height: fit-content;
        gap: 24px;
    }

    .p_card_pdf_card a {
        display: flex;
        flex-direction: row;
        width: fit-content;
        height: 72px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 2px 8px #00000029;
        border: 0.5px solid #F0F1F5;
        border-radius: 4px;
        opacity: 1;
        justify-content: center;
        align-items: center;
        padding: 16px;
        gap: 10px;
    }

    .p_card_pdf_img {        
        width: fit-content;
        height: 40px;
        opacity: 1;
        justify-content: center;
        align-items: center;
    }

    .p_card_pdf_content {
        display: flex;
        flex-direction: column;
        width: fit-content;
        height: 40px;
        justify-content: center;
    }

    .p_card_pdf_title {
        width: 100%;
        text-align: left;
        font-size: 9px;
        /*font: normal normal bold 9px/12px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #456CF6;
        opacity: 1;
        margin-bottom: 0px;
    }

    .p_card_pdf_date {
        width: 100%;
        text-align: left;
        font-size: 9px;
        /*font: normal normal medium 9px/12px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #47484C;
        opacity: 1;
        margin-bottom: 0px;
    }

    .p_card_pdf_size {
        width: 100%;
        color: var(---6d6e71-grayscale-gg);
        text-align: left;
        font-size: 9px;
        /*font: normal normal medium 9px/12px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #6D6E71;
        opacity: 1;
        margin-bottom: 0px;
    }

    .p_card_description {
        width: 100%;
        text-align: left;
        font-size: 9px;
        /*font: normal normal medium 9px/12px Bradesco Sans;*/
        letter-spacing: 0px;
        opacity: 1;
    }

    /***************************TOPIC TAXA CARTAO******************************/

    .pfcards_topic_taxa_cartao {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        height: fit-content;
        transition: all .3s;
    }

    .pfcards_topic_list_taxa_cartao {
        margin: 20px 0px 40px 0px;
        width: 392px;
        height: 48px;
        opacity: 1;
    }

    .pfcards_topic_component_taxa_cartao {
        width: 100%;
        position: relative;
    }

    .pfcards_topic_component_list_taxa_cartao {
        z-index: 1;
        opacity: 0;
        position: absolute;
        top: 64px;
        width: 100%;
        height: 200px;
        padding: 2px;
        /* background: gray; */
        background: #F0F1F5 0% 0% no-repeat padding-box;
        overflow: hidden;
        max-height: 0;
        transition: all .3s;
        cursor: pointer;
    }

    .pfcards_topic_component_list_taxa_cartao.active {
        opacity: 1;
        position: absolute;
        top: 64px;
        width: 100%;
        height: 200px;
        padding: 2px;
        /* background: gray; */
        background: #F0F1F5 0% 0% no-repeat padding-box;
        overflow: hidden;
        max-height: 999px;
    }

    .pfcards_topic_component_list_content_taxa_cartao {            
        width: 105%;
        height: 100%;
        overflow: auto;
    }

    .pfcards_topic_title_taxa_cartao {    
        margin-top: 40px;
        margin-bottom: 0px;
        text-align: center;
        font-size: 22px;
        /*font: normal normal medium 22px/42px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #47484C;
        opacity: 1;
    }

    .pfcards_topic_component_top_text_taxa_cartao {
        height: 10px;
        text-align: left;
        font-size: 12px;
        /*font: normal normal medium 12px/15px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #3B69FF;
        font-weight: 600;
        opacity: 1;
    }

    .pfcards_topic_component_input_taxa_cartao {
        border: none;
        border-bottom: 1px solid #47484C;
        color: #47484C;
        font-size: 16px;
        font-weight: 600;
        /*font: normal normal medium 16px/20px Bradesco Sans;*/
        width: 100%;
        height: 38px;
        cursor: pointer;
    }

    .pfcards_topic_component_input_taxa_cartao:focus {
        outline: none;
        border: none;
        border-bottom: 2px solid #3B69FF;
        color: #47484C;
        font-size: 16px;
        font-weight: 600;
        /*font: normal normal medium 16px/20px Bradesco Sans;*/
        width: 100%;
        height: 38px;
    }

    .pfcards_topic_component_item_taxa_cartao {
        padding: 10px;
        background: #FFFFFF;
        font-size: 16px;
        font-weight: 600;
        text-align: left;
        /*font: normal normal medium 16px/20px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #000000;
        opacity: 1;
        margin-bottom: 0px;
    }

    .pfcards_topic_component_item_taxa_cartao:hover {
        padding: 10px;
        background: #F0F1F5 0% 0% no-repeat padding-box;
        font-size: 16px;
        font-weight: 600;
        text-align: left;
        /*font: normal normal medium 16px/20px Bradesco Sans;*/
        letter-spacing: 0px;
        color: #000000;
        opacity: 1;
        margin-bottom: 0px;
    }

    /***************************FORM RENEGOCIAÇÃO DE DIVIDAS******************************/

    .form_input_group {
        display: flex;
        flex-direction: row;
        gap: 33px;
        margin-bottom: 16px;
        margin-top: 18px;
    }

    .form_title {
        text-align: left;
        font-size: 16px;
        font-weight: bold;
        /*font: normal normal bold 16px/30px Bradesco Sans;*/
        letter-spacing: 0px;
        opacity: 1;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .form_obs {
        text-align: left;
        font-size: 12px;
        font-style: italic;
        /*font: italic normal medium 12px/22px Bradesco Sans; */
        letter-spacing: 0px;
        color: #47484C;
        opacity: 1;
    }

    .form_input_component_nome {
        display: flex;
        flex-direction: column;
        width: 368px;
    }

    .form_input_component_celular {
        display: flex;
        flex-direction: column;
        width: 125px;
    }

    .form_input_component_email {
        display: flex;
        flex-direction: column;
        width: 274px;
    }

    .form_input_component_cpf {
        display: flex;
        flex-direction: column;
        width: 122px;
    }

    .form_input_component_telefone {
        display: flex;
        flex-direction: column;
        width: 102px;
    }

    .form_input_component_telefone_comercial {
        display: flex;
        flex-direction: column;
        width: 135px;
    }

    .form_input_component_cep {
        display: flex;
        flex-direction: column;
        width: 122px;
    }

    .form_input_component_endereco {
        display: flex;
        flex-direction: column;
        width: 362px;
    }

    .form_input_component_casa {
        display: flex;
        flex-direction: column;
        width: 56px;
    }

    .form_input_component_complemento {
        display: flex;
        flex-direction: column;
        width: 175px;
    }

    .form_input_component_bairro {
        display: flex;
        flex-direction: column;
        width: 150px;
    }

    .form_input_component_cidade {
        display: flex;
        flex-direction: column;
        width: 199px;
    }

    .form_input_component_estado {
        display: flex;
        flex-direction: column;
        width: 132px;
    }

    .form_input_component_codigo {
        display: flex;
        flex-direction: column;
        width: 181px;
    }

    .form_input_component_valor {
        display: flex;
        flex-direction: column;
        width: 150px;
    }

    .form_input_component_data {
        display: flex;
        flex-direction: column;
        width: 150px;
    }

    .form_input_component_pagamento {
        display: flex;
        flex-direction: column;
    }

    .form_input_component_pagamento_cb {
        display: flex;
        flex-direction: row;
        gap: 24px;
    }

    .form_label {
        /* width: 108px; */
        /*height: 30px;*/
        text-align: left;
        font-size: 12px;
        font-weight: 600;
        /* font: normal normal 600 12px/15px Bradesco Sans; */
        letter-spacing: 0px;
        color: #6D6E71;
        text-transform: uppercase;
        opacity: 1;

    }

    .form_input {
        border: none;
        border-bottom: 1px solid #000000;
    }

    .form_info {
        margin-top: 16px;
        margin-bottom: 16px;
    }
    
    .pfcards_accordion_panel_lp {
        display: block;
    }

    .pfcards_accordion_back {
        display: block;
    }
}

.pfcards_topic_component_taxa_cartao {
    position: relative;
}

.card_dropdown_icon {
    position: absolute;
    bottom: 15px;
    right: 10px;
    transition: all .3s;
    cursor: pointer;
}

.pfcards_topic_component_input_taxa_cartao:focus ~ .card_dropdown_icon {
    transform: rotate(180deg);
}

/*
.pfcards_accordion_active_lp .pfcards_accordion_back {
    background-color: antiquewhite;
    width: 100%;
    height: 120%;
    position: fixed;
    right: 0;
    z-index: -2;
    display: block;
}*/

* {
    box-sizing: border-box;
}

.pfcards_selection_item_selected_content {
    width: 100%;
    background: #F0F1F5 0% 0% no-repeat padding-box;
}

.pfcards_card_data {
    display: flex;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 4px;
    opacity: 1;
    padding: 56px;
    flex-direction: column;
    margin-top: auto;
    margin-bottom: 48px;
    margin-left: 88px;
    margin-right: 88px;
    position: relative;
    text-align: left;
}

.pfcards_card_data .close_icon {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.pfcards_card_data .card_data_bar {
    width: 60px;
    height: 4px;
    margin-top: 16px;
}

.pfcards_card_data .card_data_title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 32px;
}

.pfcards_card_data .card_data_list {
    padding-left: 1rem;
    list-style: none;
    margin-bottom: 24px;
}
.pfcards_card_data .card_data_list.no_margin_bottom {
    margin-bottom: 0;
}

.pfcards_card_data .card_data_list .card_data_item {
    position: relative;
    margin-bottom: 15px;
}

.pfcards_card_data .card_data_list .card_data_item_without_bottom {
    position: relative;
}

.pfcards_card_data .card_unlock_card .card_data_list {
    margin-bottom: 32px;
}

.pfcards_card_data #buttonTenhoContaBradescoContent .card_unlock_card .card_data_list .card_data_item {
    font-size: 14px;
}

.pfcards_card_data #buttonTenhoContaBradescoContent .card_unlock_card .card_data_list .card_data_item_without_bottom {
    font-size: 14px;
}

.pfcards_card_data .card_data_list .card_data_item::before {
    content: "\2022";
    font-weight: bold;
    display: inline-block;
    width: 9px;
    height: 9px;
    position: absolute;
    left: -1rem;
    top: -8px;
    font-size: 28px;
}

.pfcards_card_data .card_data_list .card_data_item_without_bottom::before {
    content: "\2022";
    font-weight: bold;
    display: inline-block;
    width: 9px;
    height: 9px;
    position: absolute;
    left: -1rem;
    top: -8px;
    font-size: 28px;
}

.pfcards_card_data .card_data_button {
    margin-bottom: 40px;
    padding: 12px 48px;
    font-weight: bold;
    border-radius: 24px;
    font-size: 14px;
    width: fit-content;
    background-color: transparent;
    white-space: nowrap;
    width: 275px;
    transition: all .3s;
}

.pfcards_card_data .card_data_button.active {
    color: #FFF;
}

.pfcards_card_data .dropdown_info_title,
.pfcards_card_data .card_data_note,
.pfcards_card_data .card_data_paragraph,
.pfcards_card_data .card_data_list .card_data_item,
.pfcards_card_data .card_data_list .card_data_item_without_bottom,
.pfcards_card_data .card_unlock_cards .card_unlock_card .card_unlock_card_title {
    color: #47484C;
}

.pfcards_card_data .card_data_paragraph.card_data_paragraph_bold {
    font-weight: 600;
    margin-bottom: 5px;
}

.pfcards_card_data .card_unlock_buttons {
    display: flex;
    flex-direction: row;
    gap: 24px;
    justify-content: center;
    margin-top: 32px;
}

.pfcards_card_data .card_unlock_content {
    display: none;
}

.pfcards_card_data .card_unlock_content.active {
    display: block;
}

.pfcards_card_data .card_unlock_cards {
    display: flex;
    flex-direction: row;
    gap: 25px;
    margin-bottom: 32px;
}

.pfcards_card_data .card_unlock_card {
    width: 100%;
    background-color: #FFF;
    border: 1px solid #E4E5E9;
    border-radius: 8px;
    padding: 25px;
    display: flex;
    flex-direction: column;
}

.pfcards_card_data .card_unlock_card img {
    width: 42px;
    height: 42px;
}

.pfcards_card_data .card_unlock_card_attendance img {
    width: 62px;
    height: 62px;
}

.pfcards_card_data .card_unlock_card .card_unlock_card_title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 32px;
}

.pfcards_card_data .card_unlock_card .card_data_button {
    width: 100%;
    margin-top: auto;
    margin-bottom: 0;
    align-self: flex-end;
}

.pfcards_card_data .card_unlock_header {
    display: flex;
    flex-direction: row;
    gap: 12px;
    margin-bottom: 32px;
}

.pfcards_card_data .card_unlock_header .card_unlock_header_title .card_unlock_header_subtitle {
    font-size: 15px;
    font-weight: bold;
    color: #47484C;
}

.pfcards_card_data .card_unlock_header .card_unlock_header_title span {
    font-size: 18px;
    font-weight: bold;
}

.pfcards_card_data .card_data_note {
    font-size: 14px;
}

.pfcards_card_data .card_unlock_card_attendance {
    margin-top: 40px;
    background-color: #F0F1F5;
    border: 1px solid #E4E5E9;
    padding: 40px;
    margin-bottom: 16px;
}

.pfcards_card_data .card_unlock_card_attendance .card_unlock_header {
    margin-bottom: 0;
}

.pfcards_card_data .card_unlock_card_attendance .card_unlock_header_title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pfcards_card_data .card_unlock_header.card_attendance_mobile {
    display: none;
}

.pfcards_card_data #cartaoAdicionalContent .card_unlock_title {
    font-weight: bold;
    font-size: 16px;
}

.pfcards_card_data #cartaoAdicionalContent .card_unlock_paragraph {
    color: #47484C;
    font-size: 14px;
}

.pfcards_card_data #cartaoAdicionalContent.active > .desbloqueio-cartao  {
    display: none;
}

.pfcards_card_data .card_unlock_card_additional {
    margin-top: 0;
}

.pfcards_card_data .attendance_mobile {
    display: none;
}

.pfcards_card_data .card_data_dropdown_info {
    display: flex;
    flex-direction: column;
    margin-top: 16px;
}

.dropline {
    border-top: 1px solid #9D9EA2;
    padding-top: 15px!important;

}

.pfcards_card_data .drop_assistencia .dropdown_info_item {
    position: relative;
    padding-bottom: 32px;
    border-bottom: 1px solid #9D9EA2;
    margin-bottom: -35px;
    cursor: pointer;
    padding: 0 0 50px;
}

.pfcards_card_data .drop_assistencia .dropdown_info_button {
    top: 10px;
}

.pfcards_card_data .drop_assistencia.card_data_dropdown_info {
    margin-top: 40px;
}

.pfcards_card_data .dropdown_info_item {
    position: relative;
    padding-bottom: 32px;
    border-bottom: 1px solid #9D9EA2;
    margin-bottom: 24px;
    cursor: pointer;
}

.pfcards_card_data .dropdown_info_title {
    font-size: 16px;
    font-weight: bold;
    margin-right: 40px;
    display: flex;
}

.pfcards_card_data .dropdown_info_button {
    transition: all .3s;
    position: absolute;
    right: 10px;
    top: 10px;
}

.pfcards_card_data .dropdown_info_item.active .dropdown_info_button {
    transform: rotate(180deg);
}

.pfcards_card_data .dropdown_info_content {
    box-shadow: 0px 3px 3px #0000001a;
    border-radius: 0px 0px 8px 8px;
    /* position: absolute; */
    background: #FFF;
    z-index: 1;
    max-height: 0;
    overflow: hidden;
    top: calc(100% + 2px);
    transition: all .3s;
    opacity: 0;
}

.pfcards_card_data .dropdown_info_span {
    padding: 16px;
}

.pfcards_card_data .dropdown_info_item.active .dropdown_info_content {
    max-height: 999px;
    opacity: 1;
}

.pfcards_card_data .yesNoButtons button:first-child {
    margin-right: 16px;
}

.pfcards_card_data .yesNoButtons button {
    width: 122px;
}

.pfcards_card_data .cards-flags {
    display: flex;
    flex-direction: row;
    gap: 32px;
}

.pfcards_card_data .cards-flags img {
    width: 60px;
    object-fit: contain;
}

/**     CARDS MOBILE        **/

@media (min-width: 960px) {
    #cardsModalMobile {
        display: none !important;
    }
}

#cardsModalMobile {
    z-index: 9;
    position: fixed;
    overflow: hidden;
    bottom: 0;
    height: 100vh;
    background: rgba(0,0,0, 0);
    display: flex;
    max-height: 0;
    transition: all .3s;
    padding-top: 0;
    overflow-y: scroll;
    width: 100%;
}

#cardsModalMobile.active {
    max-height: 9999px;
    background: rgba(0,0,0, 0.7);
    padding-top: 50%;
}

#cardsModalMobile .pfcards_card_data {
    padding: 24px;
    border-radius: 10px 10px 0px 0px;
    transform: translateY(100%);
    transition: all .3s;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

#cardsModalMobile.active .pfcards_card_data {
    transform: translateY(0%);
    width: 100%!important;
}

#cardsModalMobile .pfcards_card_data .card_data_title {
    margin-bottom: 24px;
}

#cardsModalMobile .pfcards_card_data .card_data_list,
#cardsModalMobile .pfcards_card_data .card_data_paragraph,
#cardsModalMobile .pfcards_card_data .card_data_title {
    font-size: 14px;
}

#cardsModalMobile .pfcards_card_data .card_data_note {
    font-size: 13px;
}

#cardsModalMobile .pfcards_card_data .card_unlock_buttons {
    flex-direction: column;
    gap: 16px;
}

#cardsModalMobile .pfcards_card_data .card_unlock_buttons .card_data_button {
    margin-bottom: 0;
    width: 100%;
}

#cardsModalMobile .pfcards_card_data .card_unlock_cards {
    flex-direction: column;
    margin-top: 24px;
    border: 1px solid #E4E5E9;
    border-radius: 8px;
    padding: 10px 25px;
    gap: 15px;
    margin-bottom: 16px;
}

#cardsModalMobile .card_unlock_header {
    margin-bottom: 16px;
}

#cardsModalMobile .pfcards_card_data .card_unlock_card {
    border: none;
    padding: 10px 0;
}

#cardsModalMobile .pfcards_card_data .card_data_list {
    margin-bottom: 10px;
}

#cardsModalMobile .pfcards_card_data .card_unlock_card .card_unlock_card_title {
    font-size: 16px;
}

#cardsModalMobile .pfcards_card_data .card_unlock_buttons {
    margin-top: 16px;
}

#cardsModalMobile .pfcards_card_data .card_unlock_card_attendance {
    display: none;
}

#cardsModalMobile .card_unlock_header.card_attendance_mobile {
    display: flex;
}

#cardsModalMobile .pfcards_card_data .attendance_mobile {
    display: block;
}

#cardsModalMobile .pfcards_card_data .card_unlock_header .card_unlock_header_title span {
    font-size: 14px;
}

#cardsModalMobile .pfcards_card_data .card_unlock_card_additional {
    padding: 20px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 8px;
    margin-top: 16px;
}

#cardsModalMobile .pfcards_card_data .card_data_button {
    width: 100%;
}

#cardsModalMobile .pfcards_card_data .dropdown_info_item .dropdown_info_span,
#cardsModalMobile .pfcards_card_data .dropdown_info_item .dropdown_info_title {
    font-size: 14px;
}

#cardsModalMobile .pfcards_card_data .dropdown_info_item.active .dropdown_info_title {
    color: #47484C;
}

#cardsModalMobile .pfcards_card_data .dropdown_info_item {
    padding-bottom: 8px;
    border-bottom: 1px solid #dfe0e3;
}

#cardsModalMobile .pfcards_card_data .dropdown_info_item.active {
    border-bottom: 2px solid #3b69ff;
}


/**** COLORS *****/

.pfcards_card_data .dropdown_info_item.active .dropdown_info_title,
.pfcards_card_data .card_data_button,
.pfcards_card_data .card_data_list .card_data_item_without_bottom::before,
.pfcards_card_data .card_data_list .card_data_item::before,
.form_title,
.pfcards_selection_header.active {
    color: #E1173F!important;
}

#cardsModalMobile .pfcards_card_data .card_unlock_card .card_unlock_card_title,
.pfcards_card_data #cartaoAdicionalContent .card_unlock_title,
.pfcards_card_data .card_unlock_header .card_unlock_header_title span,
.pfcards_card_data .card_data_title {
    color: #C50030;
}

.pfcards_card_data .card_data_button.active,
.pfcards_card_data .card_data_bar,
.pfcards_selection_header_actived.active { 
    background: #E1173F!important;
    color: #fff!important;    
}

.pfcards_selection_item.active {
    background: transparent linear-gradient(90deg, rgb(204, 9, 47) 0%, rgb(51, 59, 143) 100%);
}

.pfcards_card_data .card_data_button {
    border: 2px solid #E1173F!important;
    cursor: pointer;
}

/* AJUSTES XD */

.header-top-bar .access-acount span.white::after {
    content: "";
    height: 20px;
    width: 2px;
    position: absolute;
    background: #FFF;
    margin-left: 15px;
    opacity: 1;
}

.btn-confirm.square-around {
    border-radius: 4px;
}

.header-top-bar .how-to-use.white::before {
    content: "";
    height: 20px;
    width: 2px;
    position: absolute;
    margin-top: 5px;
    background: #FFF;
}

.accessibility::before {
    content: "";
    height: 20px;
    width: 2px;
    position: absolute;
    margin-top: 5px;
    background: #FFF !important;
    display: none;
}

.menu-header .menu-active::after {
    content: url(../images/details/03.png);
    position: absolute;
    top: 70px;
    margin-left: 0px !important;
}

button a {
    text-decoration: none;
    color: #E1173F;
}

button a {
    color: #E1173F;
}

.pfcards_card_data ul li:before {
    content: "\2022";
    display: inline;
    width: 9px;
    height: 9px;
    position: relative;
    left: -4px;
    top: 4px;
    font-size: 28px;
    color: #E1173F;
}

.home #boxGrey button:hover a {
    color: #fff;
    text-decoration: none;
}

.home #boxGrey button:hover {
    background-color: #E1173F;
}

.desbloqueio-cartao {    
    display: flex;
    background: transparent linear-gradient(85deg, #CC092F 0%, #CC092F 40%, #B81570 90%, #B81570 100%) 0% 0% no-repeat padding-box;        
    flex-direction: column;    
    height: 70px;
    justify-content: center;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
}
.desbloqueio-cartao span {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.desbloqueio-cartao button {
    background-color: #FFFFFF;
    border: 2px solid #FFF;
    border-radius: 24px;
    color: #E1173F;
    font-size: 14px;
    font-weight: bold;    
    padding: 12px 48px;
    margin-left: 50px;
    width: 610px;
    text-transform: uppercase;
    white-space: nowrap;
}

.link_btn_data {
    margin-top: auto;
}

@media screen and (max-width: 768px) {
    .desbloqueio-cartao button {
        width: 100%;
        padding: 10px;
        margin-left: 0;
        font-size: 10px;
    }
}

input {
    text-rendering: auto;
    color: fieldtext;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: auto;
    -webkit-rtl-ordering: logical;
    cursor: text;
    background-color: field;
    margin: 0em;
    padding: 1px 2px;
    border-width: 2px;
    border-style: inset;
    border-color: rgb(118, 118, 118);
    border-image: initial;
}