* {
    margin: 0;
    padding: 0;
    font-family: "K2D";
    scrollbar-width: thin;
    scrollbar-color: #410753 #2D0C37;
}

@font-face {
    font-family: "K2D";
    src: url(/fonts/K2D-SemiBold.ttf);
    font-weight: normal;
    font-style: normal;
}

a {
    text-decoration: none !important;
}

img {
    pointer-events: none;
    user-select: none;
}

.fotoPerfil {
    width: 100%;
    max-width: 150px;
    border-radius: 50%;
    border: 5px solid #F4CCFE;
}

.bgcolor1 {
    background-color: #2D0C37;
}

.bgcolor2 {
    background-color: #410753;
}

.color1 {
    color: #F4CCFE;
}

.color2 {
    color: #C69DD1;
}

.icon, .separador {
    width: 2em;
    display: inline-block;
}

.tituloCategoria {
    margin-bottom: 1em;
}

.imagenTarjeta {
    width: 2.5em;
}

.tituloTarjeta {
    font-size: 1.5em; 
    margin-bottom: 0;
}

.subtituloTarjeta { 
    margin-top: 0;
}

.separacionTarjeta {
    margin-top: 1.5em;
}

.tarjeta {
    display: inline-block;
    padding: 1px 10px;
    background-color: #410753;
    color: white;
    border: 2px solid #F4CCFE;
    border-radius: 20px;
}

.tarjeta:hover {
    background-color: #C69DD1;
    border-color: #ffffff;
}

.svgBlanco {
    filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(294deg) brightness(104%) contrast(101%);
}