nav {
    background-color: #FF0A0A;
    width: 100%;
    height: 56px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;

    position: fixed;
    top: 0;
    z-index: 10;
}

#imagen_logo {
    width: 140px;
    height: 37px;

    max-width: 100%;
    height: auto;
}

#imagen-logo-waylet {
    width: 400px;
}

.circulo {
    border-radius: 50px;
    background-color: #FF0A0A;
    width: 14px;
    height: 14px;
    margin-right: 10px;
}

#cabecera_eventos {
    padding-left: 16px;
    display: flex;
    align-items: center;
    font-size: 16px;
}

#bloque_eventos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    justify-content: flex-start;
    padding: 0px 8px;
}

.tarjeta-evento {
    width: 25%;
    padding: 15px 8px;

    background-color: transparent;

    position: relative;
    display: inline-block;
}

.imagen-evento {
    width: 100%;
    border-radius: 6px;
}

.bloque-ciudad-evento {
    background: linear-gradient(180deg,transparent 54.17%,rgba(0,0,0,.8));
    position: absolute;
    bottom: 0;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: flex-end;
    justify-content: flex-start;
    padding-bottom: 1rem;
    padding-left: .75rem;
}

.ciudad-evento {
    margin-right: 2rem;
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255/var(--tw-border-opacity));
    padding: .25rem 1rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
    border-radius: 6px;
}

.bloque-imagen-evento {
    position: relative;
}

.nombre-evento {
    font-size: clamp(24px, 1.4vw, 40px);
    font-weight: 500;
}

hr {
    height: 0;
    border-color: #555555;
    border-top-width: 1px;

}

a:hover {
    /* Hereda el color del texto del elemento padre */
    text-decoration: none !important;
    /* Quita el subrayado */
}

#imagen-usuario {
    width: 128px;
    height: 128px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    margin-right: 16px;
}

#contenedor-usuario {
    height: 176px;
    width: 100%;
    padding: 24px 16px 0px 16px;

    display: flex;
    align-items: center;

    font-size: 48px;
    font-weight: 500;
}

#separador {
    margin: 16px;
}

@media (max-width: 1024px) {
    .tarjeta-evento {
        width: 33%;
    }

    .nombre-evento {
        font-size: clamp(24px, 2vw, 36px);
    }
}

@media (max-width: 768px) {
    .tarjeta-evento {
        width: 50%;
    }

    #imagen-usuario {
        width: 88px;
        height: 88px;
    }
    
    #contenedor-usuario {
        font-size: 30px;
        height: 136px;
    }
}

@media (max-width: 640px) {
    .tarjeta-evento {
        width: 100%;
    }

    .pie-tarjeta-evento {
        display: flex;
        justify-content: space-between;
    }

    .nombre-evento {
        font-size: clamp(24px, 7vw, 36px);
    }

    #imagen-logo-waylet {
        width: 296px;
    }
}

@font-face {
    font-family: 'Sohne';
    src: url('https://d31tcnbxvxtafg.cloudfront.net/fuentes/soehne-buch.woff2');
    font-weight: 400;
}

@font-face {
    font-family: 'Sohne';
    src: url('https://d31tcnbxvxtafg.cloudfront.net/fuentes/soehne-kraftig.woff2');
    font-weight: 500;
}

@font-face {
    font-family: 'Sohne';
    src: url('https://d31tcnbxvxtafg.cloudfront.net/fuentes/soehne-dreiviertelfett.woff2');
    font-weight: 700;
}

body {
    font-family: "Sohne", "Poppins", "Helvetica Neue", "Open Sans", "Lato", Helvetica, Sans-serif, Arial !important;
    font-size: 18px;
    margin-top: 0px;
}

header {
    margin-bottom: 70px;
}