html {

    &.test::after {
        content: 'Test Vive Unesco Gran Canaria';
        background-color: hsl(14, 100%, 50%, 0.3);
    }

    &.dev::after {
        content: 'Development';
        background-color: hsl(14, 100%, 50%, 0.3);
    }


    &::after {
        position: fixed;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 0;
        height: 20px;
        width: 100%;
        left: 0;
        padding: 1em;
        font-family: HKGroteskPro, serif;
        font-weight: 700;
        font-size: 1rem;
        color: hsl(14, 70%, 50%);
        backdrop-filter: blur(5px);
        z-index: 9999;
        /* 
        font-family: Anton;
        color: hsl(14, 70%, 50%);
        text-transform: uppercase;
        text-shadow: 1px 1px 2px hsl(14, 100%, 50%);
        text-shadow: -1px -1px 2px hsl(14, 20%, 50%);
        box-shadow: 0 0 5px hsl(14, 100%, 50%);
        */
    }
}

/* Rutas */

.col-ruta {

    .foto-principal {
        border-radius: 15px 15px 0 0;
    } 

    > a {
        border-radius: 15px;
    }

    h3 {

    }

    .ruta-desc {
        padding: 1em;

        ul {
            list-style: none;
            padding-left: 0;
        }
    }
}

/* Agenda Amelia */

.am-event-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1em;
}

.am-event {

}

.am-event-data {

    img {

    }
}


