.text-aqua {
    color: #9ed9ec;
}

.seccion_d{
    background: url('../images/backgrounfooter.jpg');
    background-size: cover;
    min-height: 50vh;

    padding-top: 220px;
    position: relative;
    z-index: 994;
    border-radius: 70px;
    font-family: Outfit;
}

.d_paddingTop{
    padding-top: 93px;
}

.d_paddingBottom{
    padding-bottom: 104px;
}

.d_small_text {
    font-family: Outfit;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
}

.text-gray-small{
    color: #FF5600;
}

.btn-met-pago-sqre {
    color: white;
    background: #00B256;
}

.btn-met-pago {
    --bs-btn-color: #fff;
    --bs-btn-bg: #00B256;
    --bs-btn-border-color: #00B256;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #00B256;
    --bs-btn-hover-border-color: #00B256;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #00B256;
    --bs-btn-active-border-color: #00B256;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #00B256;
    --bs-btn-disabled-border-color: #00B256;
    border-radius: 30px!important;
    padding: 2px;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
    cursor: pointer;
    width: 140px;
    height: 48px;
}

.btn-met-pago-outline {
    color: #fff;
    background: #C6C1BD;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #00B256;
    --bs-btn-hover-border-color: #00B256;
    border: none;
    border-radius: 30px!important;
    padding: 2px;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
    cursor: pointer;
    width: 140px;
    height: 48px;
}

.btn-met-pago-ouline:hover, .btn-met-pago:hover {
    background-color: #00B256;
}

.btn-met-pago img {
    width: 50px;
    height: 42px;
}

.step-app > .step-footer > .step-btn {
    padding: 10px 20px;
    color: white;
    text-decoration: none;
    background: #FF5600;
    border-radius: 21px;
    border: none;
    outline: 0;
    cursor: pointer;
    width: 171px;
    font-family: Outfit;
}

.step-app > .step-content {
    border: none;
}

.bg-silver{
    background-color: #EFEAE6;
}

.btn-met-pago-sqre, .btn-monto-unico, .btn-monto-mensual {
    font-family: Outfit;
    --bs-btn-border-radius: 21px!important;
    --bs-btn-color: #fff;
    --bs-btn-bg: #00B256;
    --bs-btn-border-color: #00B256;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #00B256;
    --bs-btn-hover-border-color: #00B256;
    --bs-btn-focus-shadow-rgb: 60,153,110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #00B256;
    --bs-btn-active-border-color: #00B256;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #00B256;
    --bs-btn-disabled-border-color: #00B256;
}

.btn-met-pago-sqre-outline, .btn-monto-unico-outline, .btn-monto-mensual-outline {
    font-family: Outfit;
    --bs-btn-border-radius: 21px!important;
    --bs-btn-color: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6c757d;
    --bs-btn-hover-border-color: #6c757d;
    --bs-btn-focus-shadow-rgb: 108,117,125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6c757d;
    --bs-btn-active-border-color: #6c757d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #6c757d;
    --bs-gradient: none;
}

.input-otro-monto {
    font-family: Outfit;
    --bs-input-padding-x: 0.75rem;
    --bs-input-padding-y: 0.375rem;
    --bs-input-font-family: inherit;
    --bs-input-font-size: 1rem;
    --bs-input-font-weight: 400;
    --bs-input-line-height: 1.5;
    --bs-input-color: var(--bs-body-color);
    --bs-input-bg: transparent;
    --bs-input-border-width: var(--bs-border-width);
    --bs-input-border-color: #6c757d; /* Add your desired border color here */
    --bs-input-border-radius: var(--bs-border-radius);
    --bs-input-hover-border-color: #00B256; /* Add your desired hover border color here */
    --bs-input-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-input-disabled-opacity: 0.65;
    --bs-input-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-input-padding-y) var(--bs-input-padding-x);
    font-family: var(--bs-input-font-family);
    font-size: var(--bs-input-font-size);
    font-weight: var(--bs-input-font-weight);
    line-height: var(--bs-input-line-height);
    color: var(--bs-input-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: text;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    user-select: auto;
    border: var(--bs-input-border-width) solid var(--bs-input-border-color);
    border-radius: 21px!important;
    background-color: var(--bs-input-bg);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.input-otro-monto:focus, .input-otro-monto.hasValue {
    border-color: #00B256;
    box-shadow: 0 0 0 0.25rem rgba(0, 178, 86, .5);
}

.input-datos-usuario {
    font-family: Outfit;
    width: 410px;
    height: 36px;
    padding: 11px 51px 11px 51px;
    line-height: 10px;
    border-radius: 21px 21px 21px 21px;
    border: 5px #FF5600;
    opacity: 0px;
}

.text-left {
    text-align: left;
}
/*
.badge {
    display: inline-block;
    padding: 0.65em 0.35em;
    //font-size: 0.75em;//
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.375rem;
}*/

.badge-azul {
    background-color: #0091FF;
    color: #FFFFFC;
    font-family: Outfit;
    font-weight: 500;
    font-size: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50% !important;
    width: auto;
}

.badge-silver {
    background-color: #9F9E9E;
    color: #FFFFFC;
    font-family: Outfit;
    font-weight: 500;
    font-size: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    width: auto;
}


.step-app > .step-footer > .step-btn.btnRegresar{
    color: #0091FF;
    background: #EFEAE6;
    border: 3px solid #0091FF !important;
    border-radius: 21px;
    padding: 6px 48px;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
    cursor: pointer;
    width: 171px;
    height: 42px;
}

.top-border-radius-steps {
    border-top-left-radius: 76px!important;
    border-top-right-radius: 76px!important;
    max-width: 100%;
    margin: auto;
}

.bottom-border-radius-steps {
    border-bottom-left-radius: 60px!important;
    border-bottom-right-radius: 60px!important;
}

.text-green {
    color: #00B256;
    text-align: left;
    padding: 15px 3px;
    margin: 10px 3px;
}

.text-light-blue {
    color: #798DCD;
    font-family: Outfit;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-align: left;
}

.text-light-blue {
    color: #798DCD;
    font-family: Outfit;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-align: left;
}

.header-transferencia {
    color: #00659;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    font-family: Outfit;
}

.header-transferencia-gracias {
    font-family: Outfit;
    color: #5362D9;
    font-weight: 700 !important;
    font-size: 25px !important;
    line-height: 32px !important;
}
