/* CONFIG SECTION */

.section4-M2-section {
    background-color: #EFEFEF;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

/* CONFIG CONTAINER */

.section4-M2-container {
    padding-top: 60px;
    display: block;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 60px;
}

/* CONFIG WRAPPER */

.section4-M2-wrapper {
    margin: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

/* CONFIG */

.section4-M2-cols-12 {
    display: block;
    margin: 0 auto;
    text-align: left;
    width: 100%;
    max-width: 1400px;
    padding-bottom: 30px;
}

.section4-M2-title {
    font-family: Inter, sans-serif;
    font-size: 45px;
    line-height: 52px;
    color: #000000;
    font-weight: 600;
    text-align: left;
    padding-bottom: 22px;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
}

.section4-M2-subtitle {
    font-family: Inter, sans-serif;
    font-size: 26px;
    line-height: 30px;
    color: #000000;
    font-weight: 300;
    text-align: left;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    padding-bottom: 46px;
    padding-right: 60px;
}

/* PULSANTE PREVENTIVO */

button.btn.btn-preventivo.btn-blu-section4-M2 {
    width: 300px;
    height: 54px;
    background-color: #008bee;
    border: 0px;
    border-radius: 30px;
    font-family: Inter, 'sans-serif' !important;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #fff !important;
    text-align: center;
    margin-bottom: 46px;
    cursor: pointer;
}

button.btn.btn-preventivo.btn-blu-section4-M2:hover {
    background-color: #0067b0;
}

/* SUGGESTIONS CONTAINER SECTIONS */

.section4-M2-container-sections {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

/* COLONNE */

.section4-M2-cols-3 {
    flex: 0 0 25%;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
}

.section4-M2-2-cols-3 {
    flex: 0 0 25%;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
}

.img-fluid-section4-M2 {
    max-width: 100%;
    height: auto;
    max-height: 600px;
    width: auto;
    object-fit: contain;
    padding-bottom: 42px;
}

.centrare_immagini {
    display: flex;
    justify-content: center;
}

/* DIV NUMERI E TESTO */

.rx_flex {
    display: flex;
    flex: 0 0 33.3333%;
}

.rx_flex2 {
    display: flex;
    flex: 0 0 33.3333%;
}

/* TITOLI */

.section4-M2-title3 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 55px;
    line-height: 43px;
    color: #000;
    margin-block-end: 0px !important;
    margin-block-start: 0px !important;
    margin-bottom: 5px;
}

.section4-M2-title1 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 55px;
    line-height: 48px;
    color: #000;
    margin-block-end: 0px !important;
    margin-block-start: 0px !important;
    margin-bottom: 5px;
}

.section4-M2-title2 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 55px;
    line-height: 45px;
    color: #000;
    margin-block-end: 0px !important;
    margin-block-start: 0px !important;
    margin-bottom: 5px;
}

.section4-M2-title4 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 55px;
    line-height: 45px;
    color: #000;
    margin-block-end: 0px !important;
    margin-block-start: 0px !important;
    margin-bottom: 5px;
}

/* SOTTOTITOLI */

.section4-M2-subtitle {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: rgb(0, 0, 0);
    margin-bottom: 30px;
    margin-block-end: 0px !important;
    margin-block-start: 0px !important;
    padding-right: 0px;
    padding-left: 20px;
    padding-bottom: 20px;
    text-align: left;
}

/* PARAGRAFO DESCRIZIONE */

.paragrafo_descrizione-section4-M2-1 {
    padding-bottom: 42px;
}

.paragrafo_descrizione-section4-M2-2 {
    padding-bottom: 42px;
}

.paragrafo_descrizione-section4-M2-3 {
    padding-bottom: 42px;
}



.paragrafo_descrizione-section4-M2-1 p,
.paragrafo_descrizione-section4-M2-2 p,
.paragrafo_descrizione-section4-M2-3 p,
.paragrafo_descrizione-section4-M2-4 p {
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    font-family: Inter, 'sans-serif';
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
}

/* MEDIA QUERIES */

@media (min-width: 700px) and (max-width: 1290px) {

    .section4-M2-cols-3,
    .rx_flex {
        flex: 0 0 50%;
    }

    .section4-M2-2-cols-3,
    .rx_flex2 {
        flex: 0 0 50%;
    }
}

@media (max-width: 699px) {

    .section4-M2-cols-3,
    .rx_flex {
        flex: 0 0 100%;
    }

    .section4-M2-2-cols-3,
    .rx_flex2 {
        flex: 0 0 100%;
    }
}

/* NTRIP CONTAINER */

@media (max-width: 409px) {
    .section4-M2-container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .section4-M2-cols-3,
    .section4-M2-2-cols-3 {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (min-width: 410px) and (max-width: 699px) {
    .section4-M2-container {
        padding-left: 50px;
        padding-right: 50px;
    }

    .section4-M2-cols-3,
    .section4-M2-2-cols-3 {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (min-width: 700px) and (max-width: 870px) {
    .section4-M2-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 700px) and (max-width: 1026px) {
    .config-service-content {
        width: 50%;
    }

    .config-service-content2 {
        width: 100%;
    }
}

@media (max-width: 940px) {
    .section4-M2-title1 {
        line-height: 51px;
    }

    .section4-M2-title2 {
        line-height: 41px;
    }
}

@media (max-width: 699px) {
    .section4-M2-title1 {
        line-height: 41px;
    }

    .section4-M2-title3 {
        line-height: 36px;
    }
}

/* NTRIP DESCRIZIONE */

@media (min-width: 410px) and (max-width: 820px) {
    .section4-M2-subtitle {
        line-height: 23px;
        font-size: 20px;
    }

    .paragrafo_descrizione-section4-M2-1 p,
    .paragrafo_descrizione-section4-M2-2 p,
    .paragrafo_descrizione-section4-M2-3 p,
    .paragrafo_descrizione-section4-M2-4 p {
        font-size: 16px;
        line-height: 18px;
    }
}

@media (min-width: 821px) and (max-width: 943px) {
    .section4-M2-subtitle {
        line-height: 24px;
        font-size: 21px;
    }

    .paragrafo_descrizione-section4-M2-1 p,
    .paragrafo_descrizione-section4-M2-2 p,
    .paragrafo_descrizione-section4-M2-3 p,
    .paragrafo_descrizione-section4-M2-4 p {
        font-size: 16px;
        line-height: 19px;
    }
}

@media (min-width: 944px) and (max-width: 1200px) {
    .section4-M2-subtitle {
        font-size: 22px;
        line-height: 25px;
    }

    .paragrafo_descrizione-section4-M2-1 p,
    .paragrafo_descrizione-section4-M2-2 p,
    .paragrafo_descrizione-section4-M2-3 p,
    .paragrafo_descrizione-section4-M2-4 p {
        font-size: 17px;
        line-height: 21px;
    }
}