.bg-light {
    background-color: #001324 !important;
}

.title {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

.subtitle {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.card {
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
}

.card-title {
    text-align: center !important;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

.fa-arrow-circle-down {
    font-size: 1.2em;
}

.fa-arrow-alt-circle-down {
    font-size: 2.5em;
}

.title-atention {
    font-family: 'Poppins', sans-serif;
    font-size: 1.5em;
}

.text-color {
    color: #DC3544;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

.img-payments {
    height: 400px;
}

.btn-danger {
    padding: 1rem;
    border-radius: 20px;
}

.color-icon {
    width: 60px;
    height: 60px;
    background-color: #00BFA5;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.fa-whatsapp {
    color: white;
    font-size: 1.8em;
}