.heroGNSS-section {
    /* fallback (se image-set non fosse supportato) */
    background-image: url('../images/settore_rilievo_di_interni_ed_esterni_strumenti_topografici_hero_desktop_1x.webp');
    /* 1x / 2x desktop */
    background-image: image-set(url("../images/settore_rilievo_di_interni_ed_esterni_strumenti_topografici_hero_desktop_1x.webp") 1x,
            url("../images/settore_rilievo_di_interni_ed_esterni_strumenti_topografici_hero_desktop_2x.webp") 2x);

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 50vh;
    min-height: unset;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 126px;
}

/* TABLET */
@media (max-width: 1199px) {
    .heroGNSS-section {
        background-image: url("../images/settore_rilievo_di_interni_ed_esterni_strumenti_topografici_hero_tablet_1x.webp");
        background-image: image-set(url("../images/settore_rilievo_di_interni_ed_esterni_strumenti_topografici_hero_tablet_1x.webp") 1x,
                url("../images/settore_rilievo_di_interni_ed_esterni_strumenti_topografici_hero_tablet_2x.webp") 2x);
    }
}

/* MOBILE */
@media (max-width: 599px) {
    .heroGNSS-section {
        background-image: url("../images/settore_fotogrammetria_strumenti_topografici_hero_smartphone_1x.webp");
        background-image: image-set(url("../images/settore_fotogrammetria_strumenti_topografici_hero_smartphone_1x.webp") 1x,
                url("../images/settore_rilievo_di_interni_ed_esterni_strumenti_topografici_hero_smartphone_2x.webp") 2x);
    }
}

body {
    margin: 0;
    padding: 0;
}

.heroGNSS-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

/* titolo */

.heroGNSS-section-title {
    font-size: 60px;
    line-height: 66px;
    font-family: Inter, sans-serif;
    font-weight: 600;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    color: #fff;
    padding-bottom: 30px;
}

/* Contenitore del testo */

.heroGNSS-container {
    position: relative;
    z-index: 1;
    padding-left: 50px;
    padding-right: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
}

/* Descrizione */

.description-heroGNSS {
    font-family: Inter, sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    color: #fff;
    padding-bottom: 30px;
}

/* Bottone */

.btn-blu-heroGNSS {
    width: 300px;
    height: 54px;
    background-color: #008bee;
    border: 0px;
    border-radius: 30px;
    font-family: Inter;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #fff !important;
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer;
}

.btn-preventivo-heroGNSS {
    background-color: #007BFF;
    color: #fff;
    transition: background-color 0.3s ease;
}

.btn-blu-heroGNSS:hover {
    background-color: #0056b3 !important;
}

/* MEDIA QUERIES */

/* heroGNSS CONTAINER */

@media (max-width: 409px) {
    .heroGNSS-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 410px) and (max-width: 699px) {
    .heroGNSS-container {
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (min-width: 700px) and (max-width: 870px) {
    .heroGNSS-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* heroGNSS */

@media (max-width: 699px) {
    .heroGNSS-cols-xl-12.heroGNSS-cols-xs-12.heroGNSS-cols-sm-12.heroGNSS-cols-md-12.heroGNSS-cols-lg-12 {
        padding-left: 0px;
        padding-right: 0px;
    }
}

/* TITOLO SEZIONE*/


@media (max-width: 1231px) {
    .heroGNSS-section-title {
        line-height: 64px;
        font-size: 58px;
    }
}

@media (min-width: 1066px) and (max-width: 1230px) {
    .heroGNSS-section-title {
        line-height: 62px;
        font-size: 56px;
    }
}

@media (min-width: 964px) and (max-width: 1065px) {
    .heroGNSS-section-title {
        font-size: 54px;
        line-height: 60px;
    }
}

@media (min-width: 887px) and (max-width: 963px) {
    .heroGNSS-section-title {
        font-size: 52px;
        line-height: 58px;
    }
}

@media (min-width: 849px) and (max-width: 886px) {
    .heroGNSS-section-title {
        font-size: 50px;
        line-height: 56px;
    }
}

@media (min-width: 830px) and (max-width: 848px) {
    .heroGNSS-section-title {
        font-size: 49px;
        line-height: 55px;
    }
}

@media (min-width: 810px) and (max-width: 829px) {
    .heroGNSS-section-title {
        font-size: 48px;
        line-height: 54px;
    }
}

@media (min-width: 791px) and (max-width: 809px) {
    .heroGNSS-section-title {
        font-size: 47px;
        line-height: 53px;
    }
}

@media (min-width: 430px) and (max-width: 790px) {
    .heroGNSS-section-title {
        font-size: 46px;
        line-height: 52px;
    }
}

@media (min-width: 414px) and (max-width: 429px) {
    .heroGNSS-section-title {
        font-size: 45px;
        line-height: 51px;
    }
}

@media (min-width: 409px) and (max-width: 413px) {
    .heroGNSS-section-title {
        font-size: 44px;
        line-height: 50px;
    }
}

@media (min-width: 375px) and (max-width: 408px) {
    .heroGNSS-section-title {
        font-size: 43px;
        line-height: 49px;
    }
}

@media (min-width: 369px) and (max-width: 374px) {
    .heroGNSS-section-title {
        font-size: 42px;
        line-height: 48px;
    }
}

@media (max-width: 368px) {
    .heroGNSS-section-title {
        font-size: 41px;
        line-height: 47px;
    }
}

@media (max-width: 369px) {
    .description-heroGNSS {
        font-size: 19px;
        line-height: 25px;
        margin-bottom: 20px;
    }
}

/* Tablet: max-width 1024px */

@media (max-width: 1024px) and (min-width: 700px) {
    .heroGNSS-section {
        min-height: 60vh;
    }

    .heroGNSS-section::before {
        height: 60vh;
    }
}

/* Smartphone: max-width 699px */


/* Smartphone: max-width 699px */

@media (max-width: 699px) {
    .heroGNSS-section {
        min-height: 53vh;
    }

    .heroGNSS-section::before {
        height: 83vh;
    }
}

@media (max-width: 1280px) {
    .heroGNSS-section {
        margin-top: 0px !important;
    }
}

@media (max-width: 699px) {
    .display_none_699px {
        display: none;
    }
}