@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
body {
    background-color: #fefefe;
}
body, html, div, p {
    font-family: 'Poppins', sans-serif;
    font-size: 0.95rem !important;
}

.bg-primary { 
    background-color: #dd1d1b !important;
}

.bg-secondary { 
    background-color: #292a7d !important;
}

.text-danger {
    color: #dd1d1b !important;
}

.text-primary { 
    color: #292a7d !important;
}

a.opcion > div:hover {
    background-color: #F2F5F7;
}

.border-primary {
    border-color: #292a7d !important;
}

.btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary:focus, .btn-outline-primary:visited {
    color: #292a7d;
    border-color: #292a7d;
}

.btn-outline-primary:hover, .btn-outline-primary:link {
    color: #fff;
    background-color: #292a7d;
    border-color: #292a7d;
}