body{
    background: rgb(1,136,226);
    background: linear-gradient(118deg, rgba(1,136,226,1) 0%, rgba(0,171,239,1) 50%, rgba(1,136,226,1) 100%);
    height : 100vh;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    color: #263871;
}

a{
    color: #263871;
}

a:hover{
    text-decoration: none;
    color: #263871;
}

.orange-500{
    color: #FF9800;
}

.blue-500{
    color: #36A2EB;
}

.blue-600{
    color: #263871;
}

.bg-grey-container{
    background-color: #EFF2FA;
}

.bg-grey{
    background: #F6F6F6;
}

.bg-grey-200{
    background: #EEEEEE;
}

.bg-comentario-kleans{
    background: #eaf2ff;
}

.card .card-header .kleans:before {
    content: "";
    position: absolute;
    left: 0px;
    padding: 2px;
    height: 25px;
    background: var(--primary);
}

.check {
    margin: 0px auto;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #fff;
    text-align: center;
}

.check i {
    vertical-align: middle;
    line-height: 50px;
    font-size: 30px;
}

.exito {
    border: 1px solid #f2f2f2;
    height: 280px;
    border-radius: 20px;
    background: #fff;
}

.exito_header {
    background: #82CE34;
    padding: 20px;
    border-radius: 20px 20px 0px 0px;
}