.fondo-primario {
    background-color: black;
}

.fondo-secundario {
    background-color: #cd1d5e;
    border-color: #b8094a;
}

.fondo-secundario:hover {
    background-color: #ea3175;
      border-color: #ea3175;
}

.color-primario {
    color: #cd1d5e !important;
}

.color-secundario {
    color: white;
}

.descripion_b {
    font-family: "Inter";
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff !important;
}

.ocurrencias {
    background-color: #1a1a1a;
    border-radius: 23px;
    margin-top: 20px;
    padding: 20px;
    border: 3px solid;
    border-color: #cd1d5e;
}

.tarjeta_negra {
    border: none;
    background-color: #181818;
    border-top-left-radius: 23px;
    border-top-right-radius: 23px;
}

.tarjeta_negra > .card-header {
    background-color: #2b2b2b;
    color: #ffffff;
    border-top-left-radius: 23px;
    border-top-right-radius: 23px;
}


/* LETRAS  */
.DmSans16 {
    font-family: DM Sans;
    font-weight: 600;
    font-size: 16px;
}
.DmMono16 {
    font-family: DM Mono;
    font-weight: 600;
    font-size: 16px;
}
.DmMono16-400{
    font-family: DM Mono;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;

}
.DmMono14-400{
    font-family: DM Mono;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
.DmSans20 {
    font-family: DM Sans;
    font-weight: 600;
    font-size: 20px;
}

.DmSans25 {
    font-family: DM Sans;
    font-weight: 600;
    font-size: 25px;
}
.DmSans20-300 {
    font-family: DM Sans;
    font-weight: 300;
    font-size: 20px;
}
.DmSans14-300{
    font-family: DM Sans;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;

}
.DmSans14-400{
    font-family: DM Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;

}
.DmMono20-400{
    font-family: DM Mono;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0%;

}
.DmMono25-400{
        font-family: DM Mono;
        font-weight: 400;
        font-size: 25px;
        line-height: 25px;

}
.DmMono36-300{
    font-family: DM Mono;
    font-weight: 300;
    font-size: 36px;
    line-height: line height/70;

}
.disable{
    background: lightgrey !important;
    color: #ff588c !important;
}
body{
    background-color: rgba(10, 10, 10, 1);
}
footer {
    height: 187px;
    background-color: rgba(0, 0, 0, 1);
}

footer p {
    font-family: 'DM Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: line height/28;
    letter-spacing: 0%;
    vertical-align: bottom;
    color: rgba(255, 255, 255, 1);
}

footer a {
    font-family: 'DM Mono', monospace;
    font-weight: 300;
    font-size: 14px;
    line-height: line height/28;
    letter-spacing: 0%;
    vertical-align: bottom;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}

.politicas {

    height: 44px;
    background-color: rgba(19, 19, 19, 1);

}

.politicas a {
    font-family: font family/Font 1;
    font-weight: font weight/400;
    font-size: font size/14;
    line-height: line height/23_8;
    letter-spacing: 0%;
    vertical-align: middle;
    color: rgba(97, 97, 97, 1);

}
.tab{
    background: black;
}