
h2 {
    display: inline-block;
    margin-right: .5rem;
    margin-bottom: 0!important;
}

.canzo-title-green {
    margin-bottom: 20px;
    color: var(--secondaryColor);
    font-family: var(--optionalfontFamily);
}

.casa-font-orange {
    font-size: 32px !important;
    margin-bottom: 20px;
    color: var(--primaryColor) !important;
    font-family: var(--optionalfontFamily);
}
.casa-font-green {
    font-size: 32px !important;
    margin-bottom: 20px;
    color: var(--secondaryColor);
    font-family: var(--optionalfontFamily);
}

.sede-subtitle {
    color: var(--blackColor);
    font-family: 'Taz SemiBold Italic', sans-serif;
}

.image-bg {
    opacity: .5;
    z-index: -1;
}