.overlayBanner{
    background: linear-gradient(198deg, rgba(45, 85, 66, 0.80) -19.8%, #131F19 87.63%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.bannerContatti{
    background-position: center;
    background-size: cover;
    padding: 120px 0px;
    position: relative;
}
.bannerContatti .container{
    position: relative;
    z-index: 2;
}
.contBannerContatti {
    display: grid;
    flex-direction: row;
    align-items: center;
    gap: 0px;
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    justify-items: center;
    grid-template-columns: 2fr 3fr;
}
.leftBanner {
    width: 100%;
    background-size: cover;
    background-position: center;
    height: 100%;
}
.rightBanner {
    text-align: left;
    padding: 0px;
    width: auto;
}
.bannerContatti .titleSection {
    color: var(--Zaffiro, #2D5542);
    text-align: left;
    font-family: Jeames;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0px auto;
    width: 100%;
}
.wpcf7 input {
    font-size: 16px;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid var(--Zaffiro, #2D5542);
    width: calc(100% - 26px);
    margin-top: 4px;
    font-family: 'Aspekta';
    color: var(--Zaffiro);
}
.wpcf7 textarea {
    font-size: 16px;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid var(--Zaffiro, #2D5542);
    width: calc(100% - 26px);
    margin-top: 4px;
    font-family: 'Aspekta';
    height: 100px;
    color: var(--Zaffiro);
}
input.wpcf7-form-control.wpcf7-submit {
    background: transparent;
    border-radius: 34px;
    transition: 0.2s all ease-in-out;
}
input.wpcf7-form-control.wpcf7-submit:hover {
    background: var(--Zaffiro);
    color: var(--White-Sand);
}
span.wpcf7-spinner {
    display: none;
}
input[type="checkbox"] {
    width: auto;
}
span.wpcf7-list-item {
    margin: 0px;
}
span.wpcf7-list-item-label a {
    color: var(--Zaffiro);
    font-weight: 600;
}


/* SMARTPHONE */
@media only screen and (min-width: 320px) and (max-width: 767px) {
.bannerContatti .titleSection {
    font-size: 20px;
    text-align: center;
}
.contBannerContatti {
    display: flex;
    flex-direction: column;
}
.leftBanner {
    height: 190px;
}
.rightBanner {
    padding: 0px;
}
.leftBanner {
    display: none;
}
}