/* CONTENITORE PRINCIPALE */

.scelta_metashape-section-three_metashape {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.scelta_metashape-container-three_metashape {
    background-color: #000;
    display: block;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 50px;
    padding-left: 50px;
}

/* ACCURATE RESULTS WRAPPER */

.scelta_metashape-wrapper_metashape {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 60px;
}

.scelta_metashape-wrapper_metashape-2 {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;

    /* COLONNA SINISTRA CON TESTO */
}

.scelta_metashape-col-left_metashape {
    width: 50%;
    max-width: 600px;
    display: flex;
    justify-content: center;
}

/* CONTENUTO */

.scelta_metashape-content_metashape {
    padding-left: 32.5px;
    width: 100%;
}

/* TITOLO PRINCIPALE */

.scelta_metashape-title_metashape {
    font-family: Inter, sans-serif;
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    color: #ffffff;
    text-align: left;
    padding-bottom: 30px;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
}

.scelta_metashape-title_metashape-2 {
    font-family: Inter, sans-serif;
    font-size: 26px;
    line-height: 34px;
    font-weight: 600;
    color: #ffffff;
    text-align: left;
    padding-bottom: 10px;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
}

/* DESCRIZIONE */

.scelta_metashape-description_metashape {
    font-family: Inter, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #ffffff;
    text-align: left;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
}

.scelta_metashape-description_metashape-2 {
    font-family: Inter, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #ffffff;
    text-align: left;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    padding-bottom: 30px;
}

/* SOTTOTITOLO */

.scelta_metashape-subtitle_metashape {
    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 */

.scelta_metashape-subtitle-description_metashape {
    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-blu {
    width: 320px;
    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-blu:hover {
    background-color: #0067b0;
}

/* COLONNA DESTRA CON IMMAGINE */

.scelta_metashape-col-right_metashape {
    width: 50%;
    max-width: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* IMMAGINE */

.scelta_metashape-content-img_metashape {
    padding-right: 32.5px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-container-three_metashape {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
}

.img-fluid-second-section_metashape,
.scelta_metashape-image_metashape {
    max-width: 100%;
    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;
    }

    .scelta_metashape-cols-xs-12 {
        width: 100%;
    }

    .scelta_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;
    }

    .scelta_metashape-cols-sm-12 {
        width: 100%;
    }

    .scelta_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;
    }

    .scelta_metashape-cols-md-12 {
        width: 100%;
    }

    .hescelta_metashapero-cols-md-6 {
        width: 50%;
    }

    .scelta_metashape-cols-md-4 {
        width: 33.33%;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .scelta_metashape-cols-lg-12 {
        width: 100%;
    }

    .scelta_metashape-cols-lg-6 {
        width: 50%;
    }

    .scelta_metashape-cols-lg-4 {
        width: 33.33%;
    }

    .scelta_metashape-cols-lg-3 {
        width: 25%;
    }
}

@media (min-width: 1200px) {
    .scelta_metashape-cols-xl-12 {
        width: 100%;
    }

    .scelta_metashape-cols-xl-6 {
        width: 50%;
    }

    .scelta_metashape-cols-xl-4 {
        width: 33.33%;
    }

    .scelta_metashape-cols-xl-3 {
        width: 25%;
    }
}

@media (max-width: 369px) {
    .scelta_metashape-container-three_metashape {
        padding-top: 30px;
    }
}

/* COLONNA SINISTRA CON TESTO */

@media (max-width: 991px) {
    .scelta_metashape-col-left_metashape {
        width: 50%;
        max-width: 495.5px;
    }
}

@media (max-width: 870px) {
    .scelta_metashape-col-left_metashape {
        width: 50%;
        max-width: 435px;
    }
}

@media (max-width: 699px) {
    .scelta_metashape-col-left_metashape {
        width: 100%;
        max-width: 600px;
    }
}

@media (max-width: 379px) {
    .scelta_metashape-col-left_metashape {
        width: 100%;
        max-width: 379px;
    }
}

/* CONTENUTO */

/* @media (max-width: 409px) {
    .scelta_metashape-content {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 410px) and (max-width: 699px) {
    .scelta_metashape-content {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (min-width: 700px) and (max-width: 870px) {
    .scelta_metashape-content {
        padding-left: 30px;
        padding-right: 30px;
    }
} */

/* TITOLO PRINCIPALE */

@media (max-width: 369px) {
    .scelta_metashape-title_metashape {
        font-size: 22px;
        line-height: 28px;
    }
}

@media (min-width: 370px) and (max-width: 820px) {
    .scelta_metashape-title_metashape {
        font-size: 24px;
        line-height: 32px;
    }
}

@media (min-width: 821px) and (max-width: 943px) {
    .scelta_metashape-title_metashape {
        font-size: 27px;
        line-height: 33px;
    }
}

@media (min-width: 944px) and (max-width: 1066px) {
    .scelta_metashape-title_metashape {
        font-size: 28px;
        line-height: 34px;
    }
}

@media (min-width: 1067px) and (max-width: 1080px) {
    .scelta_metashape-title_metashape {
        font-size: 29px;
        line-height: 35px;
    }
}

@media (max-width: 369px) {
    .scelta_metashape-title_metashape-2 {
        line-height: 24px;
        font-size: 18px;
    }
}

@media (min-width: 369px) and (max-width: 388px) {
    .scelta_metashape-title_metashape-2 {
        line-height: 26px;
        font-size: 20px;

    }
}

@media (min-width: 389px) and (max-width: 409px) {
    .scelta_metashape-title_metashape-2 {
        line-height: 28px;
        font-size: 22px;
    }
}

@media (min-width: 410px) and (max-width: 820px) {
    .scelta_metashape-title_metashape-2 {
        line-height: 28px;
        font-size: 22px;
    }
}

@media (min-width: 821px) and (max-width: 943px) {
    .scelta_metashape-title_metashape-2 {
        line-height: 30px;
        font-size: 24px;
    }
}

/* DESCRIZIONE */

@media (max-width: 1128px) {
    .scelta_metashape-description_metashape {
        font-size: 16px;
        line-height: 22px;
    }

    .scelta_metashape-description-p_metashape {
        margin-block-start: 0px !important;
        margin-block-end: 0px !important;
    }
}

@media (max-width: 369px) {
    .scelta_metashape-description_metashape {
        line-height: 20px;
        font-size: 14px;
        margin-bottom: 20px;
    }
}

/* SOTTOTITOLO */

@media (max-width: 943px) {
    .scelta_metashape-subtitle_metashape {
        font-size: 20px;
        line-height: 28px;
    }
}

@media (max-width: 409px) {
    .scelta_metashape-subtitle_metashape {
        line-height: 26px;
        font-size: 18px;
    }
}

@media (max-width: 369px) {
    .scelta_metashape-subtitle_metashape {
        line-height: 24px;
        font-size: 16px;
    }
}

/* DESCRIZIONE SOTTOTITOLO */

@media (max-width: 943px) {
    .scelta_metashape-subtitle_metashape {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (max-width: 409px) {
    .scelta_metashape-subtitle_metashape {
        line-height: 21px;
        font-size: 15px;
    }
}

@media (max-width: 369px) {
    .scelta_metashape-subtitle_metashape {
        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) {
    .scelta_metashape-col-right_metashape {
        width: 50%;
        max-width: 495.5px;
    }
}

@media (max-width: 870px) {
    .scelta_metashape-col-right_metashape {
        width: 50%;
        max-width: 435px;
    }
}

@media (max-width: 699px) {
    .scelta_metashape-col-right_metashape {
        width: 100%;
        max-width: 600px;
    }
}

@media (max-width: 414px) {
    .scelta_metashape-col-right_metashape {
        padding-top: 10px;
    }
}

/* IMMAGINE */

@media (max-width: 699px) {

    .scelta_metashape-content_metashape {
        padding-left: 0px;
    }

    .scelta_metashape-content-img_metashape {
        padding-right: 0px;
    }
}

@media (min-width: 992px) {
    .scelta_metashape-image_metashape {
        max-width: 570px;
    }
}

.btn-blu:focus,
.btn-blu:active {
    background-color: #008bee;
    outline: none;
}

@media (max-width: 409px) {
    .scelta_metashape-container-three_metashape {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 410px) and (max-width: 699px) {
    .scelta_metashape-container-three_metashape {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (min-width: 700px) and (max-width: 870px) {
    .scelta_metashape-container-three_metashape {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 1128px) {
    .scelta_metashape-description_metashape-2 {
        font-size: 16px;
        line-height: 22px;
    }

    .scelta_metashape-description_metashape-2 {
        margin-block-start: 0px !important;
        margin-block-end: 0px !important;
    }
}

@media (max-width: 369px) {
    .scelta_metashape-description_metashape-2 {
        line-height: 20px;
        font-size: 14px;
    }
}