/* hero_condizionidivendita SECTION */

.hero_condizionidivendita-section {
    /*    background-image: url('../images/lidar-condizionidivendita-fjd-dynamics-hero-strumenti-topografici.webp');
    background-size: cover;
    background-repeat: no-repeat;  */
    background-color: #000;
    padding: 0;
    margin: 0;
    width: 100%;
    min-height: 400px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 126px;
}

body {
    margin: 0;
    padding: 0;
}

/* .hero_condizionidivendita-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 */

.hero_condizionidivendita-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 */

.hero_condizionidivendita-container {
    position: relative;
    z-index: 1;
    padding-left: 50px;
    padding-right: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
}

/* Descrizione */

.description-hero_condizionidivendita {
    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;
}

/* Bottone */

.btn-blu-hero_condizionidivendita {
    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-hero_condizionidivendita {
    background-color: #007BFF;
    color: #fff;
    transition: background-color 0.3s ease;
}

.btn-blu-hero_condizionidivenditao:hover {
    background-color: #0056b3;
}

/* MEDIA QUERIES */

/* hero_condizionidivendita CONTAINER */

@media (max-width: 409px) {
    .hero_condizionidivendita-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 410px) and (max-width: 699px) {
    .hero_condizionidivendita-container {
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (min-width: 700px) and (max-width: 870px) {
    .hero_condizionidivendita-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* hero_condizionidivendita */

@media (max-width: 699px) {
    .hero_condizionidivendita-cols-xl-12.hero_condizionidivendita-cols-xs-12.hero_condizionidivendita-cols-sm-12.hero_condizionidivendita-cols-md-12.hero_condizionidivendita-cols-lg-12 {
        padding-left: 0px;
        padding-right: 0px;
    }
}

/* TITOLO SEZIONE*/


@media (max-width: 1231px) {
    .hero_condizionidivendita-section-title {
        line-height: 64px;
        font-size: 58px;
    }
}

@media (min-width: 1066px) and (max-width: 1230px) {
    .hero_condizionidivendita-section-title {
        line-height: 62px;
        font-size: 56px;
    }
}

@media (min-width: 964px) and (max-width: 1065px) {
    .hero_condizionidivendita-section-title {
        font-size: 54px;
        line-height: 60px;
    }
}

@media (min-width: 887px) and (max-width: 963px) {
    .hero_condizionidivendita-section-title {
        font-size: 52px;
        line-height: 58px;
    }
}

@media (min-width: 849px) and (max-width: 886px) {
    .hero_condizionidivendita-section-title {
        font-size: 50px;
        line-height: 56px;
    }
}

@media (min-width: 830px) and (max-width: 848px) {
    .hero_condizionidivendita-section-title {
        font-size: 49px;
        line-height: 55px;
    }
}

@media (min-width: 810px) and (max-width: 829px) {
    .hero_condizionidivendita-section-title {
        font-size: 48px;
        line-height: 54px;
    }
}

@media (min-width: 791px) and (max-width: 809px) {
    .hero_condizionidivendita-section-title {
        font-size: 47px;
        line-height: 53px;
    }
}

@media (min-width: 430px) and (max-width: 790px) {
    .hero_condizionidivendita-section-title {
        font-size: 46px;
        line-height: 52px;
    }
}

@media (min-width: 414px) and (max-width: 429px) {
    .hero_condizionidivendita-section-title {
        font-size: 45px;
        line-height: 51px;
    }
}

@media (min-width: 409px) and (max-width: 413px) {
    .hero_condizionidivendita-section-title {
        font-size: 44px;
        line-height: 50px;
    }
}

@media (min-width: 375px) and (max-width: 408px) {
    .hero_condizionidivendita-section-title {
        font-size: 43px;
        line-height: 49px;
    }
}

@media (min-width: 369px) and (max-width: 374px) {
    .hero_condizionidivendita-section-title {
        font-size: 42px;
        line-height: 48px;
    }
}

@media (max-width: 368px) {
    .hero_condizionidivendita-section-title {
        font-size: 41px;
        line-height: 47px;
    }
}

@media (max-width: 369px) {
    .description-hero_condizionidivendita {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (min-width: 370px) and (max-width: 1400px) {
    .description-hero_condizionidivendita {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (min-width: 1199px) and (max-width: 1128px) {
    .description-hero_condizionidivendita {
        font-size: 16px;
        line-height: 22px;
    }
}

/* Tablet: max-width 1024px */

@media (max-width: 1024px) and (min-width: 700px) {
    .hero_condizionidivendita-section {
        min-height: 60vh;
    }

    .hero_condizionidivendita-section::before {
        height: 60vh;
    }
}

/* Smartphone: max-width 699px */

@media (max-width: 699px) {
    .hero_condizionidivendita-section {
        min-height: 53vh;
    }

    .hero_condizionidivendita-section::before {
        height: 53vh;
    }
}


@media (min-width:1281px) and (max-width: 1430px) {
    .hero_condizionidivendita-section {
        margin-top: 100px;
    }
}

@media (max-width: 1280px) {
    .hero_condizionidivendita-section {
        margin-top: 0px;
    }
}


@media (max-width: 699px) {
    .display_none_a_699px {
        display: none;
    }
}