/* TAULA CAPÇALERA */

.taula_capçalera {

    margin-top: 50px;
    width: 100%;

}

.taula_capçalera td:first-child
{

    width: 120px;

}

.taula_capçalera td
{

    vertical-align: top;

}

.taula_capçalera .logo{

    width: 80px;

}

.taula_capçalera .logo img{

    width: 100%;

}

@media (max-width: 800px) {

    .taula_capçalera .info_seccio .localitat{

        display: block;
        margin-left: 0;

    }

    .taula_capçalera {

        margin-top: 25px;

    }

    .taula_capçalera .logo {

        width: 90px;

    }

}

/* MISCEL·LÀNIA */

.linia_dashed_horizontal
{

    width: 100%;
    border-bottom: 1px dashed #555;
    margin-top: 20px;
    margin-bottom: 30px;

}

lletra{

    display: block;
    font-style: italic;
    color: #888;
    font-size: 15px;
    line-height: 20px;

}

/* PECES */

.peça_titol{

    font-weight: bold;
    font-size: 21px;
    color: #E8E8E8;

}

.peça_titol.tipus_seccio{

    color: #FCB487;

}

.peça_paragraf{

    font-size: 18px;
    color: #CCC;

}

.peça_canço .descripcio a, .peça_disc .descripcio a{

    color: #DDD;
    transition: color 0.6s ease;

}

.peça_canço .descripcio a:hover, .peça_disc .descripcio a:hover{

    color: yellow;

}

/* > rack d'imatges */

.peça_rack_imatges {

    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 80px;
    row-gap: 60px;
    box-sizing: border-box;

}

.peça_rack_imatges .item_rack_imatges {

    text-align: center;

}

.peça_rack_imatges .imatge {

    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    background: transparent;

}

.peça_rack_imatges .item_rack_imatges.M {

    width: 250px;

}

.peça_rack_imatges .imatge.M {

    width: 250px;
    height: 250px;

}

.peça_rack_imatges .item_rack_imatges.L {

    width: 320px;

}

.peça_rack_imatges .imatge.L {

    width: 320px;
    height: 320px;

}

@media (max-width: 800px) {

    .peça_rack_imatges .imatge {

        height: auto;

    }

}

.peça_rack_imatges .imatge img {

    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 5px;

}

.peça_rack_imatges .titol {

    margin-top: 15px;
    font-size: 17px;
    color: #AAA/*#9075BE*/;

}

.peça_rack_imatges .descripcio {

    margin-top: 5px;
    font-size: 15px;
    color: #868686;
    line-height: 22px;
    text-align: center;

}

/* > disc */

.peça_disc {

    display: flex;
    width: 100%;
    gap: 20px;

}

.peça_disc .imatge_disc {

    flex: 0 0 200px;

}

.peça_disc .imatge_disc img {

    max-width: 100%;
    height: auto;
    display: block;

}

.peça_disc .info_disc {

    flex: 1;

}

.peça_disc .bloc_atributs_peça{

    /*min-height: 210px;*/

}

.peça_disc .bloc_atributs_peça .artista {

    font-size: 20px;
    color: /*#9075BE*/#AAA;
    display: inline;

}

.peça_disc .bloc_atributs_peça .artista.disc_sense_titol{

    margin-right: 10px;

}

.peça_disc .bloc_atributs_peça .guio {

    font-size: 20px;
    color: #777;
    display: inline;

}

.peça_disc .bloc_atributs_peça .titol {

    font-size: 20px;
    color: /*#E09F79*/#EEE;
    display: inline;
    margin-right: 10px;

}

.peça_disc .bloc_atributs_peça .disc_sense_titol {

    color: /*#E09F79*/#EEE;

}

.peça_disc .bloc_atributs_peça .any {

    font-size: 13px;
    color: #868686;
    display: inline;

}

.peça_disc .bloc_atributs_peça .descripcio {

    margin-top: 5px;
    font-size: 17px;
    color: #CCC;
    line-height: 25px;

}

@media (max-width: 800px) {

    .peça_disc {

        flex-direction: column;

    }

    .peça_disc .bloc_atributs_peça{

        min-height: 0 !important;

    }

    .peça_disc .imatge_disc {

        flex: none;
        max-width: 200px;
        margin: 0 auto;

    }

    .peça_disc .peça_canço .imatge_canço {

        margin-left: 20px;

    }

    .peça_disc .agrupacio_artista_guio_titol{

        text-align: center;
        margin-bottom: 20px;

    }

}

/* > cançó */

.peça_canço {

    display: flex;
    width: 100%;
    gap: 20px;

}

.peça_canço .imatge_canço {

    flex: 0 0 100px;

}

.peça_canço .imatge_canço img {

    max-width: 100%;
    height: auto;
    display: block;

}

.peça_canço .info_canço {

    flex: 1;

}

.peça_canço .artista {

    font-size: 18px;
    color: /*#9075BE*/#AAA;
    display: inline;

}

.peça_canço .guio {

    font-size: 18px;
    color: #777;
    display: inline;

}

.peça_canço .titol {

    font-size: 18px;
    color: /*#E09F79*/#EEE;
    display: inline;
    margin-right: 10px;

}

.peça_canço .any {

    font-size: 13px;
    color: #868686;
    display: inline;

}

.peça_canço .descripcio {

    margin-top: 5px;
    font-size: 16px;
    color: #CCC;
    line-height: 25px;

}

.peça_canço .taula_reproductor{
    width: 100%;
    text-align: left;
    margin-top: 8px;
}

.peça_canço .taula_reproductor td{

    vertical-align: middle;

}

.peça_canço .taula_reproductor td:first-child
{

    width: 25px;

}

.peça_canço .taula_reproductor .boto_play_pause {

    color: white;
    cursor: pointer;
    font-size: 20px;

}

.peça_canço .taula_reproductor .boto_play_pause .icona_pause {

    display: none;

}

.peça_canço .taula_reproductor .contenedor_barra_progres {

    width: 300px;
    height: 10px;
    background: #777;
    border-radius: 5px;
    overflow: hidden;

}

.peça_canço .taula_reproductor .barra_progres {

    height: 100%;
    width: 0;
    background: white;
    border-radius: 5px 0 0 5px;
    transition: width 0.1s linear;

}

@media (max-width: 600px) {

    .peça_canço .imatge_canço {

        flex: 0 0 70px;

    }

    .peça_canço .taula_reproductor .contenedor_barra_progres {

        width: 100%;

    }

}

/* Combinacions entre peces */

.peça_titol + .peça_paragraf {

    margin-top: 20px;

}

.peça_titol + .peça_canço {

    margin-top: 30px;

}

.peça_titol + .peça_disc {

    margin-top: 30px;

}

.peça_titol + .peça_rack_imatges {

    margin-top: 50px;

}

.peça_paragraf + .peça_rack_imatges {

    margin-top: 50px;

}

.peça_paragraf + .peça_titol.tipus_subseccio {

    margin-top: 50px;

}

.peça_paragraf + .peça_titol.tipus_seccio {

    margin-top: 70px;

}

.peça_paragraf + .peça_canço {

    margin-top: 40px;

}

.peça_paragraf + .peça_disc {

    margin-top: 40px;

}

.peça_rack_imatges + .peça_paragraf {

    margin-top: 50px;

}

.peça_rack_imatges + .peça_canço {

    margin-top: 50px;

}

.peça_canço + .peça_rack_imatges {

    margin-top: 80px;

}

.peça_canço + .peça_canço {

    margin-top: 40px;

}

.peça_canço + .peça_paragraf {

    margin-top: 40px;

}

.peça_canço + .peça_disc {

    margin-top: 60px;

}

.peça_canço + .peça_titol.tipus_subseccio {

    margin-top: 50px;

}

.peça_canço + .peça_titol.tipus_seccio {

    margin-top: 70px;

}

.peça_disc + .peça_titol.tipus_subseccio {

    margin-top: 50px;

}

.peça_disc + .peça_titol.tipus_seccio {

    margin-top: 70px;

}

.peça_disc + .peça_disc {

    margin-top: 80px;

}

.peça_disc + .peça_canço {

    margin-top: 40px;

}

.peça_disc .peça_canço{

    margin-top: 20px;

}

/* Lletra amb 2 columnes */

.contenedor-lletra-2-columnes {

    display: inline-flex;
    align-items: flex-start;
    line-height: 0;
    margin-bottom: 30px;

}

.flex-child-contenedor-lletra-2-columnes {

    flex: 0 0 auto;
    line-height: normal;
    /*border: 2px solid yellow;*/

}

.flex-child-contenedor-lletra-2-columnes:first-child {

    margin-right: 50px;

}

/*

.flex-child-contenedor-lletra-2-columnes:first-child {
    border-right: 1px dotted #555;
    padding-right: 25px;
}

.flex-child-contenedor-lletra-2-columnes:last-child {
    padding-left: 25px;
}

*/

@media (max-width: 400px) {

    .contenedor-lletra-2-columnes {

        display: flex;
        flex-direction: column;
        width: 100%;
        line-height: normal;
        margin-bottom: 0px;

    }

    .flex-child-contenedor-lletra-2-columnes {

        width: 100%;
        margin-right: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0;

    }

    .flex-child-contenedor-lletra-2-columnes:first-child {

        margin-right: 0 !important;

    }

    .flex-child-contenedor-lletra-2-columnes:last-child {

        margin-bottom: 0;

    }

    .flex-child-contenedor-lletra-2-columnes:not(:first-child) {

        margin-top: 20px !important;

    }

}