@font-face {
    font-family: 'Din';
    src: url('../fonts/DINPro-CondMedium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Din';
    src: url('../fonts/DINPro-CondBold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

body {
    padding-top: calc(140px + 6vh) !important;
    overflow-x: hidden;
    font-family: 'Din', sans-serif;
    color: white;
}

.list {
    background-color: white;
    padding-top: 7vh;
    text-align: left;
    padding-left: 0px;
    padding-right: 0px;
    height: 94vh;
    overflow-y: scroll;
    padding-bottom: 60px;
}

.InsImg {
    margin-top: 3vh;
    border-radius: 14px;
    width: 80%;
    max-width: 450px;
}

.bio {
    width: 80%;
    font-size: 1.2em;
    padding-bottom: 60px;
}

.insRow {
    padding-bottom: 6vh;
}

a:hover {
    text-decoration: none;
}

.listItem {
    font-size: 1.4em;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-top: 10px;
    margin: 0px;
}

.listItem:hover {
    background-color: rgb(216, 216, 216);
}

.fotoGrid {
    margin-top: 6vh!important;
}

.thumb_Evento {
    height: 100px;
    width: 100px;
    border-radius: 12px;
    margin: 4px;
}