/* formazione_sezione_superiore SECTION */

.formazione_sezione_superiore-section {
    width: 100%;
    height: 400px;
    background: #000000;
    margin: 0 auto;
    display: grid;
    place-items: center;
    padding: 0 50px;
    box-sizing: border-box;
    font-family: Inter, sans-serif;
    margin-top: 126px;
}

body {
    margin: 0;
    padding: 0;
}



/* titolo */

.formazione_sezione_superiore-title {
    font-size: 50px;
    line-height: 58px;
    font-family: Inter, sans-serif;
    font-weight: 600;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    color: #fff;
    padding-bottom: 30px;
    max-width: 660px;
}

/* Contenitore del testo */

.formazione_sezione_superiore-container {
    position: relative;
    z-index: 1;

    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
}

/* Descrizione */

.description-formazione_sezione_superiore {
    font-family: Inter, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    color: #fff;
    max-width: 650px;
}

/* Bottone */

.btn-blu-formazione_sezione_superiore {
    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-formazione_sezione_superiore {
    background-color: #007BFF;
    color: #fff;
    transition: background-color 0.3s ease;
}

.btn-blu-formazione_sezione_superiore:hover {
    background-color: #0056b3;
}

/* MEDIA QUERIES */

/* formazione_sezione_superiore CONTAINER */



/* formazione_sezione_superiore */

@media (max-width: 699px) {
    .formazione_sezione_superiore-cols-xl-12.formazione_sezione_superiore-cols-xs-12.formazione_sezione_superiore-cols-sm-12.formazione_sezione_superiore-cols-md-12.formazione_sezione_superiore-cols-lg-12 {
        padding-left: 0px;
        padding-right: 0px;
    }
}

/* TITOLO SEZIONE*/

@media (max-width: 1231px) {
    .formazione_sezione_superiore-title {
        line-height: 54px;
        font-size: 46px;
    }
}

@media (min-width: 1066px) and (max-width: 1230px) {
    .formazione_sezione_superiore-title {
        line-height: 51px;
        font-size: 43px;
    }
}

@media (min-width: 964px) and (max-width: 1065px) {
    .formazione_sezione_superiore-title {
        font-size: 41px;
        line-height: 48px;
    }
}

@media (min-width: 887px) and (max-width: 963px) {
    .formazione_sezione_superiore-title {
        font-size: 39px;
        line-height: 46px;
    }
}

@media (min-width: 849px) and (max-width: 886px) {
    .formazione_sezione_superiore-title {
        font-size: 38px;
        line-height: 45px;
    }
}

@media (min-width: 830px) and (max-width: 848px) {
    .formazione_sezione_superiore-title {
        font-size: 37px;
        line-height: 44px;
    }
}

@media (min-width: 810px) and (max-width: 829px) {
    .formazione_sezione_superiore-title {
        font-size: 36px;
        line-height: 43px;
    }
}

@media (min-width: 791px) and (max-width: 809px) {
    .formazione_sezione_superiore-title {
        font-size: 35px;
        line-height: 42px;
    }
}

@media (min-width: 430px) and (max-width: 790px) {
    .formazione_sezione_superiore-title {
        font-size: 34px;
        line-height: 41px;
    }
}

@media (min-width: 414px) and (max-width: 429px) {
    .formazione_sezione_superiore-title {
        font-size: 32.5px;
        line-height: 40px;
    }
}

@media (min-width: 409px) and (max-width: 413px) {
    .formazione_sezione_superiore-title {
        font-size: 33px;
        line-height: 40px;
    }
}

@media (min-width: 375px) and (max-width: 408px) {
    .formazione_sezione_superiore-title {
        font-size: 32px;
        line-height: 41px;
    }
}

@media (min-width: 369px) and (max-width: 374px) {
    .formazione_sezione_superiore-title {
        font-size: 31px;
        line-height: 40px;
    }
}

@media (max-width: 368px) {
    .formazione_sezione_superiore-title {
        font-size: 31px;
        line-height: 40px;
    }
}

@media (min-width: 370px) and (max-width: 1128px) {
    .description-formazione_sezione_superiore {
        font-size: 16px;
        line-height: 22px;
    }

    .description-formazione_sezione_superiore {
        margin-block-start: 0px !important;
        margin-block-end: 0px !important;
    }
}

@media (max-width: 369px) {
    .description-formazione_sezione_superiore {
        line-height: 20px;
        font-size: 14px;
    }

    .description-formazione_sezione_superiore {
        margin-block-start: 0px !important;
        margin-block-end: 0px !important;
    }
}






@media (max-width: 1280px) {
    .formazione_sezione_superiore-section {
        margin-top: 0px;
    }
}