* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    /* scroll-behavior: smooth; */
    text-rendering: optimizeSpeed;
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    min-height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

p {
    margin-bottom: 1em;
}

em {
    font-style: italic;
}

a {
    color: #000;
    text-decoration: none;
}

img {
    height: auto;
    max-width: 100%;
    display: block;
}

section {
    text-align: center;
    padding: 40px 30px 50px 30px;
    max-width: 1120px;
    margin: 0 auto;
}

#hero {
    background: url(img/Portada-480.jpg) no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
    max-width: 100%;
    background-position: 50% 50%;
    color: #fff;

    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (min-width: 480px) {
    #hero {
        background: url(img/Portada.jpg) no-repeat;
        background-position: center 10%;
        background-size: cover;
    }
}

#titol {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}

h1.titol {
    font-size: 60px;
    line-height: 1;
    font-family: 'Roboto Condensed';
    font-weight: 400;
}

.subtitol {
    font-size: 25px;
    text-transform: uppercase;
}

.fletxa-avall {
    text-align: center;
    padding-top: 75px;
    padding-bottom: 75px;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.75));
}

.fancy-icon>svg {
    width: 40px;
    height: 40px;
    fill: #fff;
}

.bloc-titol-seccio {
    text-align: left;
}

.llegenda {
    display: block;
    margin-top: 50px;
    max-width: 600px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.boto-expos {
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    padding: 10px 16px;
    background-color: #ff0000;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 3px;
}

.titol-seccio {
    padding-left: 10px;
    border-left-color: #ff0000;
    border-left-width: 4px;
    border-left-style: solid;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

#planta-baixa .titol-seccio,
#planta-primera .titol-seccio {
    margin-bottom: 10px;
}

.link-seccio {
    font-size: 16px;
}

.exposicio {
    text-align: left;
    margin-bottom: 75px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.titol-exposicio {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    margin-top: 10px;
}

.sala {
    font-size: 18px;
    font-weight: 700;
}

.info-exposicions {
    text-align: left;
}

.fila {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
}

.columna {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

@media (min-width: 800px) {
    .columna {
        width: 50%;
        padding: 20px;
        align-items: center;
    }

    .app-info {
        min-height: 285px;
    }
}

.app {
    max-width: 350px;
    margin-bottom: 50px;
    text-align: left;
}

.nom-app {
    font-size: 25px;
}

.app-text {
    text-align: left;
    margin-top: 0px;
}

.app-info {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    background-color: #d3d3d3;
}

.app-info a {
    display: block;
}

.boto-googleplay img {
    width: 130px;
}

.boto-appstore img {
    width: 150px;
    margin-top: 8px;
}

.bloc-info-text {
    text-align: left;
}

.bloc-info-corporativa {
    text-align: center;
}

.credits {
    font-size: .85em;

}

.mnac-requadre {
    width: 100px;
    margin: 55px auto 30px auto;
}

.fes-te-amic {
    color: #000;
    font-weight: 700;
}

p.fes-te-amic {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 0;
}
