﻿.btn-infoCategoria {
    text-decoration: underline;
    cursor: pointer;
    font-family: Roboto;
    font-size: 19px;
    font-weight: 500;
}


.bg-amarillo {
    border-radius: 35px;
    background-color: #FAF6CF;
    color: #8E720B;
    font-family: Roboto;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: 0.25px;
}
.bg-azul {
    border-radius: 35px;
    background-color: #D4E4FA;
    color: #186ADE;
    font-family: Roboto;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: 0.25px;
}

.bg-red {
    border-radius: 35px;
    background: #fadcd9;
    color: #d91f11;
    font-family: Roboto;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: 0.25px;
}

.bg-alert-contenedor {
    display: flex;
    width: initial;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}