#c-pagoModal .modal-body {
    margin: 0px !important;
    padding: 10px !important;
}

#c-pagoModal .modal-header {
    padding: 0;
    margin: 0;
}

#c-pagoModal .modal-content {
    background: transparent;
    border-radius: 5px;
}

#c-pagoModal .modal-title {
    color: #fff;
    font-size: 18px;
    text-transform: none;
    font-weight: 500;
    padding: 0px 16px;
}

#c-pagoModal .modal-header .close {
    font-size: 27px;
    font-weight: 500;
    color: #fff;
    right: 15px;
    top: 0;
}

#c-pagoModal .modal-body {
    border-top: none !important;
}

#select-payment {
    width: 90%;
    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;
        cursor: pointer;
    }

        #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: 700;
        color: #CCCCCC;
        margin-left: 5px;
    }
/*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: 900;
}

.container_consult {
    width: 100%;
    padding: 10px 0px 10px 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 label, .container_consult .box_bin label {
            font-size: 14px;
            color: #767676;
            margin-bottom: 5px;
        }

        .container_consult .box_card div, .container_consult .box_bin div {
            padding: 10px;
            background: #FAFAFA;
            border: 1px solid#CECECE;
            width: 100%;
            font-size: 14px;
            font-weight: 400;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            border-radius: 6px;
        }

[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;
    font-size: 12px;
    font-weight: 700;
}

#instalment li strong {
    color: #000;
    margin-right: 3px;
}

#instalment li span {
    color: #29AB55;
    font-weight: 900;
    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;
        font-weight: 900;
        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: flex-end;
}

    .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) {
    #c-pagoModal .modal-dialog {
        width: 100%;
        left: 0;
        margin: 0 !important;
    }

    .modal-header {
        padding: 0px 15px 0px 0px;
        margin-top: 0;
        background: #004C8F;
        border-radius: 0;
    }

    #BinesModal .modal-header {
        padding: 10px 10px;
        margin-top: 0;
        background: #004C8F;
        border-radius: 0;
    }

    #BinesModal .modal-title {
        font-size: 1.3em !important;
        margin: 0;
    }

    #c-pagoModal .modal-title {
        margin: 0 !important;
    }

    #c-pagoModal .modal-header .close {
        top: 5px;
    }

    #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;
    }

    #btn_Mp img {
        width: 90px;
    }

    .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%;
    }

    .conteiner_Close button {
        margin: 5% 3% 3% 0%;
        width: 25% !important;
    }

    #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;
    }
}
