/*noinspection CssUnknownTarget*/
/*@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap');*/

:root {
    --body-color: #ebebeb;
    --background-color-footer: #f1d7be;
    --color-footer: #2d5003;

    --background-color-btn-principale: #f1d7be;
    --background-color-btn-principale-border: #2d5003;
    --color-btn-principale: #2d5003;



    --title-page-font-family: Raleway, TuskerGrotesk4600Semibold, Helvetica, sans-serif;
    --title-page-color: #332C56;

    --infopage_titolo-font-family: 'Raleway';
    --infopage_titolo-color: #cc0072;

    --descr_blocco-font-family: 'Raleway';
    --infopoint_descr_blocco2-font-family: 'Raleway';
    --infopoint_descr_blocco2_2-font-family: 'Raleway';
}

body {
    /*    height: 100%;*/
    font-size: 0.9rem;
/*    line-height: 1.6;*/
    font-family: Raleway, 'Rubik', sans-serif;
    color: black;
    /*    background-image: url(/assets/img/sfondo.png);*/
    background: white;
    /*    background-repeat: no-repeat;
        background-position: center bottom;*/
    background-size: contain;
}

.div-img-pre-footer {
    padding-right: 120px;
    margin-top: -120px;
   /* margin-top: 50px;*/
}

.img-pre-footer {
    max-width: 300px;
    max-height: 250px;
}

.img-pre-footer-info {
    background-image: url(/assets/img/pre-footer-infopoint.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    height: 200px;
}

.img-pre-footer-allpage {
    background-image: url(/assets/img/pre-footer-sale.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    height: 250px;
}

.img-dx-attestato-box {
    position: absolute;
    top:-50px;
    right: -5px;
    z-index: -10;
}

@media (max-width: 1280px) {
    .div-img-pre-footer {
        padding-right: 120px;
        margin-top: 25px;
    }
/*    .img-pre-footer {
        display: none;
    }*/
}

@media only screen and (max-width: 1280px) {
    .img-pre-footer-allpage {
        background-image: url(/assets/img/pre-footer-fiori.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right bottom;
        height: 120px;
    }
}

@media only screen and (max-width: 680px) {
    .div-img-pre-footer {
        padding-right: 50px;
        margin-top: 25px;
    }
    .img-pre-footer-allpage {
        height: 70px;
    }
}

