.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #009fb2 !important;
}

body {
    background-color: #e6ebf4
}

.card {
    border: none;
    border-radius: 8px;
    box-shadow: 5px 6px 6px 2px #e9ecef
}

.titulo {
    align-items: center;
    font-size: 20px;
    color: #000000;
}

.titulo-subtitulo {
    font-size: 17px;
    font-weight: 500;
    color: #000000;
}

.titulo-texto {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
}

.titulo-input-rut {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}

.input-rut {
    height: 55px;
    border: 2px solid #eee;
}

.input-rut:focus {
    box-shadow: none;
    border: 2px solid #009fb2;
}

.pagar-button {
    height: 70px;
    font-size: 20px
}

.info {
    border: 2px solid #009fb2;
    background-color: #f2f5ff
}

.info-titulo {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
}

.info-texto {
    color: #000000;
}


