* {
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 600;
    color: white;
}

.contenedor {
    background-color: #1D202B;
    border-radius: 10px;
    margin: auto;
    display: flex;
    padding: 3%;
    gap: 1.5%;
    align-items: start;
    justify-content: center;
}

.contenedor-conciertos {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}

.card {
    font-size: 12px;
    height: 180px;
    width: 180px;
    padding: 10px;
    border-radius: 10px;
}

.textos {
    height: 177px;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: space-between;
}

.banner{
    border-radius: 15px;
    padding: 2%;
    height:327px;
    width: 210px;
    display: flex;
    flex-direction: column;
    gap: 22%;
    justify-content: center;
    align-items: center;

}
ul{
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: center;
}

.boton{
    width:240px ;
    padding: 5px ;
    border-radius: 100px;
    background-color:#FFD600 ;
    color: #1D202B;
    text-align:center;
    font-weight: 700;
}