
#masonry-effect {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: calc(100% + 1.5rem);
    gap: 1.5rem;
}
.masonry-item {
    flex-direction: column;
    margin-bottom: 2px;
    position: relative;
    width: calc(33.3% - 1.5rem);
    border-radius: 12px;
    font-size: 1.25rem;
    box-sizing: border-box;
    font-variation-settings: 'wght' 600;
    margin-bottom: 1.5rem;

    height: fit-content;
}

.bg-overlay-ispirazione::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    background-image: linear-gradient(0deg, rgba(0,0,0,0.8) 10%, rgba(0,0,0,0) 60%)
}

@media (max-width: 1200px) {
    .masonry-item {
        width: calc(50% - 1.5rem);
    }
}

.opacity-0{
    opacity: 0;
}

/* modal-promo */
.modal-promo .close:hover {
    opacity: .8;
    background: transparent !important;
}
@media (min-width: 576px) {
    .modal-promo .modal-dialog{
        max-width: 720px !important;
    }
}
@media (max-width: 768px) {
    .modal-promo{
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
    .modal-promo .modal-dialog{
        padding: 0 .7rem;
        margin-right: 0 !important;
    }
    .modal-promo .modal-promo--image{
        height: 300px !important;
        max-height: 50vh;
    }
}

@media (max-width: 767px) {
    .carousel-vetrina-mobile .card .card-body {
        justify-content: end;
    }
}

.link-to-form {
    text-decoration: none;
    color: #3B3434;
    font-size: 14px;
}
.link-to-form:hover {
    text-decoration: none;
    color: #DE5633;
}

#TextWrapper {
    position: relative;
    height: 26px;
}
#Text1,
#Text2 {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.opacity-0 {
    opacity: 0;
}
.opacity-100 {
    opacity: 1;
}

.grecaptcha-badge { 
    visibility: hidden !important;
}