﻿.progreso_solicitud {
    background-color: white;
    padding: 10px 0px;
}

.numero_paso {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
}

    .numero_paso div {
        color: #cecece
    }

.solicitud input[type="text"] {
    text-transform: uppercase;
}

.numero_paso_background {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 10px;
    text-align: center;
}

    .numero_paso_background span {
        line-height: 32px;
    }

    .numero_paso_background [class^="icon-"], .numero_paso_background [class*=" icon-"] {
        font-size: 32px;
        color: #cecece
    }

.info_prestamo {
    font-size: 12px;
    color: var(--brandGreen)
}


div#Pagos{
    width:300px;
    background-color:white;
    float:right;
}


.left-panel {
    float: left;
    background-color: white;
    }

.right-panel {
    float: right;
    background-color: white;
    width: 50%;
}