
/* Blocco Testo / Immagine */
.img-block-image{
    background-size: cover;
    background-position: center center;
    height:100%;
    min-height:600px;
}
.img-block .block-title{
    text-transform: uppercase;
    font-weight: 200;
}
.img-block.bg-black p{
    color:var(--main-color);
}
.text-indent .testo{
    position:relative;
    z-index:1;
}
.text-indent .testo-sx{
    margin-right:-100px;
}
.text-indent .testo-dx{
    margin-left:-100px;
}

@media only screen and (max-width: 1199px) {
    .text-indent .testo p,
    .text-indent .btn{
        font-size: var(--of-font-34);
    }
    .img-block-content p,
    .img-block-content .btn{
        font-size: var(--of-font-34);
    }
    .text-indent .testo-sx{
        margin-right:0;
    }
    .text-indent .testo-dx{
        margin-left:0;
    }
    .img-block-image{
        min-height:auto;
    }
}
