﻿.font-weight-500 {
    font-weight: 500;
}

.text-aling-center {
    text-align: center;
}

.color-verde-oscuro {
    color: #0d703a !important;
}

.parrafo1 {
    font-size: 15px;
    margin: 0;
    font-weight: 500;
}

.inputOTP {
    display: inline-block;
    width: 300px !important;
    text-align: center;
}

.parrafoOTP {
    font-size: 19px !important;
    font-weight: 500;
}

.titulodesembolso {
    font-size: 30px;
    text-align: center;
    font-weight: 500;
}

.itemtab {
    /*width: calc(25% - 20px);*/
    width: 25%;
    height: 50px;
    background-color: #666;
    text-align: center;
    color: #ffffff;
    padding: 10px 0px;
}

.itemActive {
    background-color: #79c15d;
}

.mg-right5 {
    margin-right: 5px;
}

.dp-flex {
    display: flex;
}

.columlist li {
    background-image: none;
    font-weight: 600;
    height:40px;
}

.li-font-weight-500 li {
    font-weight: 500;
}

.text-trasform-none {
    text-transform: none;
}

.card-confirmacion {
    border: solid 1px #0d703a;
    background-color: #ffffff;
    padding: 10px 20px;
    margin: 0 200px;
}

.btn-verde-claro {
    color: #fff;
    border: solid 1px #79c15d;
    background-color: #79c15d;
}

    .btn-verde-claro:hover {
        color: #fff;
    }

.visibility-hidden {
    visibility: hidden;
}

.setlabelerror {
    font-weight: 300 !important;
    text-transform: none !important;
    color: red !important;
}
.termycond1 {
    border: solid 1px #79c15d;
    background-color: #ffffff;
    padding: 10px 20px;
}

@media(max-width: 750px) {
    .display-none-movil {
        display: none;
    }

    .width-30-porc {
        width: 30% !important;
    }

    .width-50-porc {
        width: 50% !important;
    }

    .width-70-porc {
        width: 70% !important;
    }

    .row.credit_form > div {
        padding: 15px 10px;
    }

    .credit_form h2 {
        font-size: 14px;
    }

    .titulodesembolso {
        font-size: 19px;
    }

    .itemtab {
        font-size: 11px;
    }

    .columlist li {
        padding-left: 0;
        font-size: 12px;
        margin-bottom: 15px;
        height: 25px;
        word-break:break-word;
        text-transform:lowercase;
    }

    .card-confirmacion {
        margin: 0;
    }
}
