﻿.btn-credicorp {
    background-color: #1B33B3 !important;
    border: none;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    transition: background-color 0.3s ease, transform 0.2s ease;
    width: 136px;
    height: 34px;
    text-align: center;
    display: inline-block;
}

    .btn-credicorp:hover {
        background-color: #2C4A80;
        transform: scale(1.03);
        color: #fff;
    }

.line25 {
    line-height: 25px;
}
