/* CONTENITORE PRINCIPALE */

.formazione_metashape-section-three {
    background-color: #000;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.formazione_metashape-container-three {
    display: block;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 50px;
    padding-left: 50px;
}

/* ACCURATE RESULTS WRAPPER */

.formazione_metashape-wrapper {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
}

/* COLONNA SINISTRA CON TESTO */

.formazione_metashape-col-left {
    width: 50%;
    display: flex;
    justify-content: center;
}

/* CONTENUTO */

.formazione_metashape-content {
    width: 100%;
}

/* TITOLO PRINCIPALE */

.formazione_metashape-title {
    font-family: Inter, sans-serif;
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    color: #ffffff;
    text-align: left;
    padding-bottom: 10px;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
}

/* DESCRIZIONE */

.formazione_metashape-description {
    font-family: Inter, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #ffffff;
    text-align: left;
    padding-bottom: 10px;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
}

/* SOTTOTITOLO */

.formazione_metashape-subtitle {
    font-family: Inter, sans-serif;
    font-size: 22px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 600 !important;
    text-align: left;
    margin-block-end: 0px !important;
    padding-bottom: 5px;
}

/* DESCRIZIONE SOTTOTITOLO */

.formazione_metashape-subtitle-description {
    font-family: Inter, sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff !important;
    font-weight: 300 !important;
    text-align: left;
    margin-bottom: 30px;
}

/* PULSANTE PREVENTIVO */

.btn_scopri_di_piu {
    border: solid 2px #ffffff;
    border-radius: 30px;
    cursor: pointer;
    font-family: Inter, sans-serif;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    display: inline-block;
}

.btn_scopri_di_piu:hover {
    background-color: #ffffff;
    color: #000000;
    border: solid 2px #ffffff;
}

/* COLONNA DESTRA CON IMMAGINE */

.formazione_metashape-col-right {
    width: 50%;
    max-width: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* IMMAGINE */

.formazione_metashape-content-img {
    width: 100%;
    display: flex;
}

.image-container-three {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
}

.img-fluid-second-section_formazione,
.formazione_metashape-image {
    max-width: 60%;
    width: 100%;
    height: auto;
    display: block;
}

/* ORDER CLASSES PER RIARRANGIARE LE COLONNE */

.order-first {
    order: -1;
}

.order-last {
    order: 1;
}

.order-0 {
    order: 0;
}

/* MEDIA QUERIES */

/* CLASSI RESPONSIVE PER DIMENSIONI DIVERSE DI SCHERMO */

@media (max-width: 575.98px) {
    .order-xs-first {
        order: -1;
    }

    .order-xs-last {
        order: 1;
    }

    .order-xs-0 {
        order: 0;
    }

    .formazione_metashape-cols-xs-12 {
        width: 100%;
    }

    .formazione_metashape-cols-xs-6 {
        width: 50%;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .order-sm-first {
        order: -1;
    }

    .order-sm-last {
        order: 1;
    }

    .order-sm-0 {
        order: 0;
    }

    .formazione_metashape-cols-sm-12 {
        width: 100%;
    }

    .formazione_metashape-cols-sm-6 {
        width: 50%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .order-md-first {
        order: -1;
    }

    .order-md-last {
        order: 1;
    }

    .order-md-0 {
        order: 0;
    }

    .formazione_metashape-cols-md-12 {
        width: 100%;
    }

    .heformazione_metashapero-cols-md-6 {
        width: 50%;
    }

    .formazione_metashape-cols-md-4 {
        width: 33.33%;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .formazione_metashape-cols-lg-12 {
        width: 100%;
    }

    .formazione_metashape-cols-lg-6 {
        width: 50%;
    }

    .formazione_metashape-cols-lg-4 {
        width: 33.33%;
    }

    .formazione_metashape-cols-lg-3 {
        width: 25%;
    }
}

@media (min-width: 1200px) {
    .formazione_metashape-cols-xl-12 {
        width: 100%;
    }

    .formazione_metashape-cols-xl-6 {
        width: 50%;
    }

    .formazione_metashape-cols-xl-4 {
        width: 33.33%;
    }

    .formazione_metashape-cols-xl-3 {
        width: 25%;
    }
}

@media (max-width: 369px) {
    .formazione_metashape-container-three {
        padding-top: 30px;
    }
}

/* COLONNA SINISTRA CON TESTO */

@media (max-width: 991px) {
    .formazione_metashape-col-left {
        width: 50%;
        max-width: 495.5px;
    }
}

@media (max-width: 870px) {
    .formazione_metashape-col-left {
        width: 50%;
        max-width: 435px;
    }
}

@media (max-width: 699px) {
    .formazione_metashape-col-left {
        width: 100%;
        max-width: 600px;
    }
}

@media (max-width: 379px) {
    .formazione_metashape-col-left {
        width: 100%;
        max-width: 379px;
    }
}

/* CONTENUTO */

/* @media (max-width: 409px) {
    .formazione_metashape-content {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 410px) and (max-width: 699px) {
    .formazione_metashape-content {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (min-width: 700px) and (max-width: 870px) {
    .formazione_metashape-content {
        padding-left: 30px;
        padding-right: 30px;
    }
} */

/* TITOLO PRINCIPALE */

@media (max-width: 1066px) {
    .formazione_metashape-title {
        line-height: 34px;
        font-size: 28px;
    }
}

@media (max-width: 943px) {
    .formazione_metashape-title {
        line-height: 34px;
        font-size: 26px;
    }
}

/* DESCRIZIONE */

@media (max-width: 1128px) {
    .formazione_metashape-description {
        font-size: 16px;
        line-height: 22px;
    }

    .formazione_metashape-description-p {
        margin-block-start: 0px !important;
        margin-block-end: 0px !important;
    }
}

@media (max-width: 369px) {
    .formazione_metashape-description {
        line-height: 20px;
        font-size: 14px;
        margin-bottom: 20px;
    }
}

/* SOTTOTITOLO */

@media (max-width: 943px) {
    .formazione_metashape-subtitle {
        font-size: 20px;
        line-height: 28px;
    }
}

@media (max-width: 409px) {
    .formazione_metashape-subtitle {
        line-height: 26px;
        font-size: 18px;
    }
}

@media (max-width: 369px) {
    .formazione_metashape-subtitle {
        line-height: 24px;
        font-size: 16px;
    }
}

/* DESCRIZIONE SOTTOTITOLO */

@media (max-width: 943px) {
    .formazione_metashape-subtitle {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (max-width: 409px) {
    .formazione_metashape-subtitle {
        line-height: 21px;
        font-size: 15px;
    }
}

@media (max-width: 369px) {
    .formazione_metashape-subtitle {
        line-height: 20px;
        font-size: 14px;
    }
}

/* PULSANTE PREVENTIVO */

@media (max-width: 699px) {
    .btn-blu {
        margin-bottom: 30px;
    }
}

@media (max-width: 369px) {
    .btn-blu {
        width: 100%;
        max-width: 280px;
        font-size: 18px;
        line-height: 20px;
    }
}

@media (max-width: 349px) {
    .btn-blu {
        font-size: 17px;
        line-height: 19px;
    }
}

/* COLONNA DESTRA CON IMMAGINE */

@media (max-width: 991px) {
    .formazione_metashape-col-right {
        width: 50%;
        max-width: 495.5px;
    }
}

@media (max-width: 870px) {
    .formazione_metashape-col-right {
        width: 50%;
        max-width: 435px;
    }
}

@media (max-width: 699px) {
    .formazione_metashape-col-right {
        width: 100%;
        max-width: 600px;
    }
}

@media (max-width: 414px) {
    .formazione_metashape-col-right {
        padding-top: 10px;
    }
}

/* IMMAGINE */

@media (max-width: 699px) {

    .formazione_metashape-content {
        padding-right: 0px;
    }

    .formazione_metashape-content-img {
        padding-left: 0px;
    }
}

@media (min-width: 992px) {
    .formazione_metashape-image {
        max-width: 60%;
    }
}

.btn-blu:focus,
.btn-blu:active {
    background-color: #008bee;
    outline: none;
}

@media (max-width: 409px) {
    .formazione_metashape-container-three {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 410px) and (max-width: 699px) {
    .formazione_metashape-container-three {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (min-width: 700px) and (max-width: 870px) {
    .formazione_metashape-container-three {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 699px) {
    .formazione_metashape-description {
        padding-bottom: 30px;
    }

    .image-container-three {
        padding-top: 40px;
    }
}