.bg-dibuix{
    background-image: url('../img/dibuix.svg');
    background-repeat: no-repeat;
    height: 400px;
    background-size: auto 250px;
    background-position: 90% 70%;


}

.card-img-top{
    height: 150px;
    object-fit: cover;
    width:100%;
    object-position: top;
}

.card-title{
    font-weight: 700;
}

.targeta-amplada{
    max-width: 100%;
    width: 300px;
}

.bg-pattern{
    background-image: url('../img/pattern.svg');
}

.bg-dibuix2{
    background-image: url('../img/dibuix_2.svg');
    background-repeat: no-repeat;
    height: 400px;
    background-size: auto 250px;
    background-position: 90% 70%;


}

#mapid{
    height: 300px;
    font-family: "Work Sans", sans-serif;
}

.a{
    color: #007bff !important;
    cursor: pointer;
}

.a:hover{
    color: #0056B3 !important;
    text-decoration: underline !important;
}