/* Section - Opcion-Merch */

#opcion-merch{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-image: url(../img/background/bg-rallado.png);
    background-position: center;
    background-repeat: repeat;
    padding: 0rem 10rem 2rem 10rem;
    align-items: center;
}

#escoger-opciones{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 5rem;
}

.las-opciones{
    text-align: center;
    text-transform: uppercase;
    font-family: 'Bebas Neue';
    font-weight: 100;
    font-size: 6.4rem;
    color: #ff9900;
}

#opcion-merch button{
    width: 20rem;
    height: 6rem;
    font-size: 2rem;
    font-weight: bold;
    font-family: 'Oswald';
    text-transform: uppercase;
    border-radius: 8px;
    color: white;
    background-color: #ff9900;
    cursor: pointer;
}

#opcion-merch button:hover{
    background-color: black;
    border-radius: 8px;
    border: 1px solid white;
}





/* Section - Ropa */
#merch-ropa{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-image: url(../img/background/bg-rallado.png);
    background-position: center;
    background-repeat: repeat;
    padding: 10rem 10rem 3rem 10rem;
    align-items: center;
}





/* Section - Accesorios */
#merch-accesorios{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-image: url(../img/background/bg-rallado.png);
    background-position: center;
    background-repeat: repeat;
    padding: 10rem 10rem 3rem 10rem;
    align-items: center;
}





/* Section - CDs & Vinilos */
#merch-cd-vinilo{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-image: url(../img/background/bg-rallado.png);
    background-position: center;
    background-repeat: repeat;
    padding: 10rem 10rem 3rem 10rem;
    align-items: center;
}

.tituloopcion{
    text-align: center;
    text-transform: uppercase;
    font-family: 'Bebas Neue';
    font-weight: 100;
    font-size: 3.4rem;
    color: #ffffff;
    padding-bottom: 3rem; 
}