main {
    font-family: "Poppins", sans-serif;
}

.portada {
    background-image: url(../img/Retrat-a-ca-l_Oriol-Arumí-foto-de-Maite-Fusté.jpg);
    background-position: center;
    background-size: cover;
    height: 50vh;
    width: 100vw;
    left: 0;
    position: absolute;
    z-index: -1000;
}

.title {
}

.uppercase {
    text-transform: uppercase;
}

.bg-gray {
    background-color: lightgray;
}

.pt-40vh {
    padding-top: 40vh;
}

.bb-dashed {
    border-bottom: 2px dashed #000;
}

.bb-solid {
    border-bottom: 2px solid #000;
}

.separador {
    display: inline-block;
    overflow: hidden;
    height: 25px;
}

.fw-600 {
    font-weight: 600;
}

/*** WIDTHS & HEIGHTS **************************************************************************/
.w100 {
    width: 100%;
    height: auto;
}
