

#select-payment {
    width: 100%;
    margin: auto;
    float: none;
}

#paytabs {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#paytabs > li {
    width: 100%;
}

#paytabs [id*="btn_"] {
    height: 60px;
    background: #F8F8F8;
    border: 1px solid #E4E4E4;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}

#paytabs [id*="btn_"]:hover {
    background: #E5F1F8;
    border: 1px solid #0077BB;
}

#paytabs [id*="btn_"].active {
    background: #E5F1F8;
    border: 1px solid #0077BB;
}

#paytabs [id*="btn_"]:focus {
    background: #E5F1F8;
    border: 1px solid #0077BB;
}

#btn_Sps img , #btn_Fd img {
    width: 40px;
    margin-right: 10px;
}

#btn_Mp img {
    width: 110px;
}

[id*="btn_"] h1 {
    padding: 0px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #000 !important;
    width: auto;
    margin: 0;
}
[id*="btn_"] h1 span{
    /* font-size: 0.7em; */
    /* font-weight: 600; */
    color: #000;
    margin-left: 4px;
}
/*Dropdown tabs - estados*/
.ColapsedDrop {
    display: none;
}

.ExpandDrop {
    display: block !important;
    background-color: #fff;
    border: 1px solid #CECECE;
    box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 30%);
}

.ExpandDrop li {
    font-size: 14px;
    font-weight: 400;
    padding: 12px;
    display: flex;
    align-items: center;
}

.ExpandDrop li img {
    width: 25px;
    margin-right: 10px;
}

.ExpandDrop li:hover {
    background-color: #E5F1F8;
}

.EnableDrop {
    pointer-events: all !important;
    cursor: pointer !important;
    transition: 1s;
    opacity: 1;
}

.DisabledDrop {
    transition: 1s !important;
    pointer-events: none !important;
    cursor: default;
    opacity: 0.5;
}

.SelectedDrop {
    font-weight: 900 !important;
    background: #E5F1F8 !important;
    border-radius: 0px !important;
    border: 1px solid #0077BB !important;
    min-height: 53px;
}
/*SPS tab*/
#calc_promos {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.title_promos p {
    width: 100%;
    padding: 20px 0px 20px 0px;
}

.title_promos h2 {
    font-size: 18px;
    font-weight: 600;
}

.container_consult {
    width: 100%;
    padding: 10px 0px 40px 0px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.container_consult .box_card {
    width: 49%;
}

.container_consult .box_bin {
    width: 49%;
}

.container_consult .box_card div, .container_consult .box_bin div {
    padding: 10px;
    background: #FAFAFA;
    border: 1px solid#CECECE;
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 5px;
}

[id*="CalcDropdown_"] {
    justify-content: space-between !important;
    align-items: center !important;
}

[id*="CalcDropdown_"]::after {
    color: #000;
    font-family: "Ionicons";
    font-size: 1em;
    content: "\f35f";
}

.container_result {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#instalment {
    width: 100%;
}

#instalment li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
}

#instalment li div {
    width: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 0px 15px 0px;
}
#namePM{
    margin-left: 8px;
    color: #000;
    font-weight: 600;
}
#instalment li strong {
    color: #000;
    margin-right: 3px;
}

#instalment li span {
    color: #29AB55;
     margin: 0px 4px 0px 3px;
}

#instalment .total_instalment {
    color: #767676;
}
/**/
#calc_promos .container_BestCalc {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #ccc;
}

#calc_promos .container_BestCalc p {
    width: 100%;
    margin: 0px;
}

#calc_promos .bloque.c-cuotas {
    background: none;
    border: none;
    padding: 0px;
    width: 90%;
    display: flex;
    flex-flow: wrap;
}

#calc_promos .bloque.c-cuotas h1 {
    display: none;
}

#calc_promos .bloque.c-cuotas h2 {
    display: none;
}

#calc_promos .container_BestCalc .conteiner-img {
    width: 49%;
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 0px 10px 0px;
    border: none;
}

#calc_promos .conteiner-img .txt {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
    font-size: 15px;
    order: 1;
    padding: 0px 0px 5px;
}

#calc_promos .conteiner-img img {
    width: 40px;
    order: 2;
}

#calc_promos .bloque.c-cuotas .txt strong {
    color: #000 !important;
}

#calc_promos .bloque.c-cuotas .txt .txt_sinInt {
    color: rgba(41, 171, 85, 1);
    margin: 0px 3px 0px 3px;
}

#SelectedBinInDrop {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#SelectedBinInDrop img {
    width: 30px;
    margin-right: 10px;
}

/*MP tab*/
#calc_mp {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.title_mp {
    width: 100%;
}

.title_mp h2 {
    font-size: 18px;
     margin-bottom: 0;
}

.title_mp p {
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    margin: 10px 0px 20px 0px !important;
    padding: 0px !important;
    line-height: 21px;
}

#calc_mp .info_mp {
    width: 100%;
}

#calc_mp .info_mp li:last-Child {
    border: none;
}

#calc_mp .info_mp li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-bottom: 1px solid #ccc;
    margin: 10px 0px 10px 0px;
}

#calc_mp .info_mp li p {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

#calc_mp .info_mp li .container_img_mp {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 5px 0px 10px 0px;
}

#calc_mp .info_mp li .container_img_mp img {
    width: 100%;
    margin: 0px 3px 0px 3px;
}

.conteiner_Close {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 0 15px;
}

.conteiner_Close button {
    /* border-radius: 5px !important; */
    /* margin: 5% 7% 3% 0%; */
    /* font-size: 1em !important; */
    /* font-weight: 900; */
    /* text-transform: uppercase; */
    /* width: 15% !important; */
    /* min-width: auto !important; */
    /* background: #FAD72D; */
    /* color: #003f91; */
    /* padding: 7px 10px !important; */
    /* border: none; */
}

.conteiner_Close button:hover {
    /* border-radius: 5px; */
    /* min-width: auto !important; */
    /* background: #003f91; */
    /* color: #fff; */
}

@media (max-width: 600px) {
    #BinesModal .modal-header {
        padding: 10px 10px;
        margin-top: 0;
        background: #004C8F;
        border-radius: 0;
    }

    #paytabs {
        margin-top: 10px;
    }

    #paytabs [id*="btn_"] {
        height: 58px;
        flex-direction: column;
        text-align: center;
    }

    [id*="btn_"] h1 {
        /* font-size: 12px !important; */
    }

    #paytabs [id*="btn_"] h1 {
        line-height: initial !important;
    }

    #btn_Sps img , #btn_Fd img {
        width: 30px;
        margin-right: 0;
    }

    .title_promos h2 {
        font-size: 16px;
    }

    .container_consult .box_card label, .container_consult .box_bin label {
        font-size: 12px;
    }

    .container_consult {
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
    }

    .container_consult .box_card {
        width: 100%;
    }

    .container_consult .box_bin {
        width: 100%;
        margin-top: 10px;
    }

    #calc_promos .bloque.c-cuotas {
        width: 100%;
    }

    #calc_promos .container_BestCalc .conteiner-img {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        padding: 10px 0px 10px 0px;
        border: none;
    }

    #calc_promos .container_BestCalc {
        padding-bottom: 10px;
        border: none;
    }

    #select-payment {
        width: 100%;
    }

    #instalment li {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
        border-bottom: 1px solid #CCCCCC;
        flex-direction: column;
        padding: 10px 0px;
    }

    #instalment li div {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-size: 14px;
        font-weight: 500;
        padding: 0;
    }

    #calc_mp .info_mp li .container_img_mp {
        flex-flow: wrap;
    }
}