/* hero_fjd_model SECTION */
.hero_fjd_model-section {
    background-color: #000;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

/* hero_fjd_model CONTAINER */
.hero_fjd_model-container {
    padding-top: 60px;
    display: block;
    padding-bottom: 60px;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 125px;
}

/* hero_fjd_model WRAPPER */
.hero_fjd_model-wrapper {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;

}

/* COLONNA SINISTRA */
.hero_fjd_model-col-left {
    width: 50%;
    max-width: 700px;
    display: flex;
    justify-content: center;
}

/* hero_fjd_model CONTENT */
.hero_fjd_model-content {
    padding-right: 10px;
    width: 100%;
}

/* SOTTOTITOLO */
.hero_fjd_model-subtitle {
    font-family: Inter !important;
    font-size: 26px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    text-align: left;
    margin-bottom: 35px
}

/* TITOLO PRINCIPALE */
.hero_fjd_model-title {
    font-family: Inter;
    font-size: 50px;
    line-height: 58px;
    font-weight: 600;
    color: #fff;
    text-align: left;
    margin-bottom: 45px;
}

/* DESCRIZIONE */
.hero_fjd_model-description {
    margin-top: 20px;
    font-family: Inter;
    font-size: 18px;
    line-height: 10px;
    font-weight: 400;
    color: #fff;
    text-align: left;
    margin-bottom: 40px;
}

/* PULSANTE PREVENTIVO */
.btn-blu {
    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: 30px;
    cursor: pointer;
}

.btn-blu:hover {
    background-color: #0067b0;
}

/* INFO AGGIUNTIVE */
.hero_fjd_model-info {
    font-family: Inter;
    font-size: 16px;
    line-height: 22px;
    color: #fff !important;
    text-align: left;
    margin-bottom: 24px;
}

/* PULSANTI CONTATTO */
.hero_fjd_model-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.btn-outline {
    border: 2px solid #fff !important;
    border-radius: 30px;
    border-color: #fff !important;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    margin-right: 20px;
    display: inline-block;
}

.btn-text-scrivici {
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    font-family: Inter;
}

.btn-text-scrivici:hover {
    background-color: #fff !important;
    color: #000 !important;
}

.bi-envelope-fill {
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    line-height: 24px;
}

.bi-telephone-fill {
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    line-height: 24px;
}

/* COLONNA A DESTRA CON IMMAGINE */
.hero_fjd_model-col-right {

    width: 50%;
    max-width: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* IMMAGINE */
.hero_fjd_model-content-img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-container-hero_fjd_model {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.hero_fjd_model-image {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
}

.img-fluid,
.hero_fjd_model-image {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
}


/* 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;
    }

    .hero_fjd_model-cols-xs-12 {
        width: 100%;
    }

    .hero_fjd_model-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;
    }

    .hero_fjd_model-cols-sm-12 {
        width: 100%;
    }

    .hero_fjd_model-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;
    }

    .hero_fjd_model-cols-md-12 {
        width: 100%;
    }

    .hero_fjd_model-cols-md-6 {
        width: 50%;
    }

    .hero_fjd_model-cols-md-4 {
        width: 33.33%;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .hero_fjd_model-cols-lg-12 {
        width: 100%;
    }

    .hero_fjd_model-cols-lg-6 {
        width: 50%;
    }

    .hero_fjd_model-cols-lg-4 {
        width: 33.33%;
    }

    .hero_fjd_model-cols-lg-3 {
        width: 25%;
    }
}

@media (min-width: 1200px) {
    .hero_fjd_model-cols-xl-12 {
        width: 100%;
    }

    .hero_fjd_model-cols-xl-6 {
        width: 50%;
    }

    .hero_fjd_model-cols-xl-4 {
        width: 33.33%;
    }

    .hero_fjd_model-cols-xl-3 {
        width: 25%;
    }
}

/* hero_fjd_model CONTAINER */
@media (max-width: 409px) {
    .hero_fjd_model-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 410px) and (max-width: 699px) {
    .hero_fjd_model-container {
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 60px;
    }
}

@media (min-width: 700px) and (max-width: 870px) {
    .hero_fjd_model-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* COLONNA SINISTRA */
@media (max-width: 991px) {
    .hero_fjd_model-col-left {
        width: 50%;
        max-width: 495.5px;
    }
}

@media (max-width: 870px) {
    .hero_fjd_model-col-left {
        width: 50%;
        max-width: 435px;
    }
}

@media (max-width: 699px) {
    .hero_fjd_model-col-left {
        width: 100%;
        max-width: 100%;
    }
}

/* hero_fjd_model CONTENT */
@media (max-width: 699px) {
    .hero_fjd_model-content {
        padding-right: 0px;

    }
}

@media (max-width: 1200px) {
    .hero_fjd_model-col-left {
        padding-top: 0px;

    }
}

@media(min-width:700px) and (max-width: 1400px) {
    .hero_fjd_model-container {
        padding-bottom: 60px;
    }
}

@media (min-width: 700px) and (max-width: 870px) {
    .hero_fjd_model-content {
        padding-right: 30px;
    }
}

/* SOTTOTITOLO */
@media (max-width: 943px) {
    .hero_fjd_model-subtitle {
        font-size: 22px;
        line-height: 26px;
    }
}

@media (max-width: 409px) {
    .hero_fjd_model-subtitle {
        line-height: 28px;
        font-size: 18px;
    }
}

@media (max-width: 369px) {
    .hero_fjd_model-subtitle {
        line-height: 26px;
        font-size: 16px;
    }
}

/* TITOLO PRINCIPALE */
@media (min-width: 1220px) and (max-width: 2000px) {
    .hero_fjd_model-title {
        padding-right: 50px;
    }
}

@media (max-width: 1231px) {
    .hero_fjd_model-title {
        line-height: 54px;
        font-size: 46px;
    }
}

@media (max-width: 1066px) {
    .hero_fjd_model-title {
        line-height: 51px;
        font-size: 43px;
    }
}

@media (max-width: 964px) {
    .hero_fjd_model-title {
        font-size: 41px;
        line-height: 48px;
    }
}

@media (max-width: 887px) {
    .hero_fjd_model-title {
        font-size: 39px;
        line-height: 46px;
    }
}

@media (max-width: 849px) {
    .hero_fjd_model-title {
        font-size: 38px;
        line-height: 45px;
    }
}

@media (max-width: 830px) {
    .hero_fjd_model-title {
        font-size: 37px;
        line-height: 44px;
    }
}

@media (max-width: 810px) {
    .hero_fjd_model-title {
        font-size: 36px;
        line-height: 43px;
    }
}

@media (max-width: 791px) {
    .hero_fjd_model-title {
        font-size: 35px;
        line-height: 42px;
    }
}

@media (max-width: 430px) {
    .hero_fjd_model-title {
        font-size: 34px;
        line-height: 41px;
    }
}

@media (max-width: 414px) {
    .hero_fjd_model-title {
        font-size: 32.5px;
        line-height: 40px;
    }
}

@media (max-width: 409px) {
    .hero_fjd_model-title {
        font-size: 33px;
        line-height: 40px;
    }
}

@media (max-width: 375px) {
    .hero_fjd_model-title {
        font-size: 32px;
        line-height: 41px;
    }
}

@media (max-width: 369px) {
    .hero_fjd_model-title {
        font-size: 31px;
        line-height: 40px;
    }
}

/* DESCRIZIONE */
@media (max-width: 1128px) {
    .hero_fjd_model-description {
        font-size: 16px;
        line-height: 22px;
    }

    .hero_fjd_model-description-p {
        margin-block-start: 0px !important;
        margin-block-end: 0px !important;
        padding-bottom: 6px;
    }
}

@media (max-width: 369px) {
    .hero_fjd_model-description {
        line-height: 20px;
        font-size: 14px;
        margin-bottom: 20px;
    }
}

/* PULSANTE PREVENTIVO */
@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;
    }
}

/* INFO AGGIUNTIVE */
@media (max-width: 830px) {
    .hero_fjd_model-info {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 402px) {
    .hero_fjd_model-info {
        font-size: 14px;
        line-height: 22px;
    }
}

@media (max-width: 369px) {
    .hero_fjd_model-info {
        text-align: center;
    }
}

/* PULSANTI CONTATTO */
@media (max-width: 575.98px) {
    .hero_fjd_model-buttons {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .btn-outline {
        margin-bottom: 15px;
        margin-right: 0;
        width: 100%;
        box-sizing: border-box;
    }
}

@media (min-width:712px) and (max-width:751px) {
    .btn-outline {
        padding-left: 18px;
        padding-right: 18px;
        margin-right: 10px;
    }
}

@media (min-width:752px) and (max-width: 1066px) {
    .btn-outline {
        padding-left: 20px;
        padding-right: 20px;
        margin-right: 10px;
    }
}

@media (max-width: 890px) {
    .bi-envelope-fill {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (max-width: 801px) {
    .bi-envelope-fill {
        font-size: 15px;
        line-height: 21px;
    }
}

@media (max-width: 890px) {
    .bi-telephone-fill {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (max-width: 801px) {
    .bi-telephone-fill {
        font-size: 15px;
        line-height: 21px;
    }
}

/* COLONNA A DESTRA CON IMMAGINE */
@media (max-width: 991px) {
    .hero_fjd_model-col-right {
        width: 50%;
        max-width: 495.5px;
    }
}

@media (max-width: 870px) {
    .hero_fjd_model-col-right {
        width: 50%;
        max-width: 435px;
    }
}

@media (max-width: 699px) {
    .hero_fjd_model-col-right {
        width: 100%;
        max-width: 600px;
    }
}

@media (max-width: 414px) {
    .hero_fjd_model-col-right {
        padding-top: 30px;
    }
}

/* IMMAGINE */
@media (max-width: 870px) {
    .hero_fjd_model-content-img {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 699px) {
    .hero_fjd_model-content-img {
        padding-top: 30px;
    }
}


/* Order classes per riarrangiare le colonne */
.order-first {
    order: -1;
}

.order-last {
    order: 1;
}

.order-0 {
    order: 0;
}

@media (max-width: 409px) {
    .hero_fjd_model-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 410px) and (max-width: 699px) {
    .hero_fjd_model-container {
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 60px;
        padding-bottom: 0px;
    }
}

@media (min-width: 700px) and (max-width: 870px) {
    .hero_fjd_model-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}


.btn-blu:focus,
.btn-blu:active {
    background-color: #008bee !important;
    outline: none !important;
}

@media (max-width: 1280px) {
    .hero_fjd_model-container {
        margin-top: 0px !important;
    }
}