#contenedor_zona_1{
    margin-top: 15vh;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.cartel{
    max-width: 20vw;
}

