/* *,
 ::after,
 ::before {
    box-sizing: initial;
} */

body {
    margin: 0;
    font-family: "Public Sans", serif;
    outline: none;
    line-height: 1.15;
}

body a {
    text-decoration: none;
    color: #000000;
}

body a:hover {
    text-decoration: none;
    color: #000000;
}

#page {
    margin: 0 auto;
    font-weight: lighter;
    width: 100%;
    padding-bottom: 50px;
    max-width: 1450px;
}

#page p {
    line-height: 1.6;
}

.block {
    margin: 10px 20px 10px 20px !important;
}

.italica {
    font-style: italic;
}

.alineat_dreta_espai {
    text-align: right;
    margin-right: 10px;
}

.font_light {
    font-weight: 300;
}


/* etiquetes de les imatges */

.etiqueta {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 0;
}

.etiqueta p {
    color: #FFFFFF;
    text-transform: uppercase;
    margin: -15px 3px 0 2px;
    font-size: 0.6em;
    display: none;
    padding: 0px 3px 0px 5px;
    position: relative;
}


/* propietats de les càpsules */

.title {
    font-size: 1.7em;
    font-weight: bold;
}

.subtitle {
    font-size: 1.3em;
    font-weight: 300;
    font-weight: 400;
    /* white-space: nowrap; */
}

.footer_photo {
    line-height: 18px;
    margin-top: -20px;
}

.title_footer_photo {
    font-size: 1.6em;
    font-weight: bold;
}

.subtitle_footer_photo {
    font-size: 0.95em;
    font-weight: 300;
}

.footer_photo_th {
    margin-top: 8px;
    line-height: 18px;
}

.title_footer_photo_th {
    font-size: 1.3em;
    font-weight: bold;
}

.subtitle_footer_photo_th {
    font-size: 0.8em;
    font-weight: 400;
    /* Incompatible amb plugin dotdotdot */
    /* line-height: 0px !important; */
}

.title_franjes_footer_photo {
    font-size: 1.6em;
    font-weight: bold;
    line-height: 25px;
}

.subtitle_franjes_footer_photo {
    font-size: 1em;
    font-weight: 300;
    line-height: 19px;
}

hr {
    border: 0;
    height: 1px;
    background-color: #000000;
    margin-top: 8px;
    margin-bottom: 8px;
}

.custom-hr {
    border: 0;
    height: 1px;
    background-color: #000000;
    opacity: 1;
    margin: 0;
}

.custom-hr-titles {
    border: 0;
    height: 1px;
    background-color: #000000;
    opacity: 1;
    margin: 30px 8px;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.menu_page {
    max-width: 1450px;
}

@media (max-width: 1499px) {
    #page {
        padding: 0 30px;
    }
    .menu_page {
        padding: 0 30px;
    }
}