
@media only screen and (min-width: 1280px) and (max-width: 1400px) { 


    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
        max-width: 85%;
    }
    
    .carousel-caption img{
        max-height: 550px;
        width: 100%;
    }
    
    .homepage-motori-img {
        
    }
    
    .titolo-listino{
        
    }
    
    .titolo-tecnici{
        font-size: 1.5rem;
        line-height: 1.5rem;
    }
    
    .titolo-vantaggi{
        font-size: 1.25rem;
        line-height: 1.25rem;
    }
    
    .pre-titolo-homepage{
        font-size: 1.5rem;
        line-height: 1.5rem;
    }
    
    .titolo-homepage {
        font-size: 6rem;
        line-height: 6rem;
    }
    
    .sotto-titolo-homepage{
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
    
    .nome-motore-homepage{
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
    
    .info-motore-homepage {
        font-size: 1.33rem;
        line-height: 1.33rem;
    }
    
    .sotto-titolo-incentivi{
        font-size: 1.33rem;
        line-height: 1.33rem;
    }
    
    
    .titolo-motori{
        font-size: 1.5rem;
        line-height: 1.5rem;
    }

    .titolo-nome-motori{
        font-size: 7rem;
        line-height: 7rem; 
    }
    
    .sotto-titolo-motori {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }
    
    .p-motori{
        font-size: 1rem;
        line-height: 1rem;
    }
    
    
    .titolo-prezzo-motori{
        font-size: 4.5rem;
        line-height: 4.5rem;
    }
    
    .prezzo-pieno{
        font-size: 2.75rem;
        line-height: 2.75rem;

    }
    
    .btn{
        font-size: 1.25rem;
        line-height: 1.25rem;
        padding: 0.75rem 1.25rem;
    }
    
    .titolo-scelta {
        font-size: 4rem;
        line-height: 4rem;
    }
    
    .sotto-titolo-scelta{
        font-size: 1.5rem;
        line-height: 1.5rem;
    }
    
    .sotto-titolo2-scelta{
        font-size: 1.75rem;
        line-height: 1.75rem;
    }
    
    
    
    .nome-motore-scelta{
        font-size: 3.5rem;
        line-height: 3.5rem;
    }
    
    .info-motore-scelta{
        font-size: 1.5rem;
        line-height: 1.5rem;
        margin-left: 2rem;
    }
    
    .vantaggi-numero{
        font-size: 3.5rem;
        line-height: 3.5rem;
    }
    
    .titolo-contatti{
        font-size: 2rem;
        line-height: 2rem;
    }
    
    .form-control{
        font-size: 1rem;
    }
    
    .titolo-privacy{
        font-size: 1.25rem;
        line-height: 1.25rem;
    }
}

@media all and (min-width: 737px) and (max-width: 1279px) { 
    .homepage-motori-img {
        max-height: 400px;
    }
    
    .carousel-caption img{
        max-height: 450px;
        width: 100%; 
    }
    
    .pre-titolo-homepage{
        font-size: 1.5rem;
        line-height: 1.5rem;
    }
    
    .titolo-homepage {
        font-size: 6rem;
        line-height: 6rem;
    }
    
    .sotto-titolo-homepage{
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
    
    .nome-motore-homepage{
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
    
    .info-motore-homepage {
        font-size: 1.33rem;
        line-height: 1.33rem;
    }

    
    .sotto-titolo-incentivi{
        font-size: 1.25rem;
        line-height: 1.25rem;
    }
    
    
    .titolo-motori{
        font-size: 1.5rem;
        line-height: 1.5rem;
    }

    .titolo-nome-motori{
        font-size: 7rem;
        line-height: 7rem; 
    }
    
    .sotto-titolo-motori {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }
    
    .p-motori{
        font-size: 1rem;
        line-height: 1rem;
    }
    
    
    .titolo-prezzo-motori{
        font-size: 4.5rem;
        line-height: 4.5rem;
    }
    
    .prezzo-pieno{
        font-size: 2.75rem;
        line-height: 2.75rem;

    }
    
    .btn{
        font-size: 1.25rem;
        line-height: 1.25rem;
        padding: 0.75rem 1.25rem;
    }
    
    .titolo-scelta {
        font-size: 6rem;
        line-height: 6rem;
    }
    
    .sotto-titolo-scelta{
        font-size: 2rem;
        line-height: 2rem;
    }
    
    .nome-motore-scelta{
        font-size: 3.5rem;
        line-height: 3.5rem;
    }
    
    .info-motore-scelta{
        font-size: 1.5rem;
        line-height: 1.5rem;
        margin-left: 2rem;
    }
    
    .vantaggi-numero{
        font-size: 3.5rem;
        line-height: 3.5rem;
    }
    
    .titolo-contatti{
        font-size: 2rem;
        line-height: 2rem;
    }
    
    .form-control{
        font-size: 1rem;
    }
    
    .titolo-privacy{
        font-size: 1.25rem;
        line-height: 1.25rem;
    }
    

}

@media only screen and (max-width: 736px) {
    
    
    .d-none-desktop{
        display: block;
    }
    
    
    .carousel-caption img{
        height: 450px;
        width: 100%;
    }
    
    button.btn.btn-outline.btn-header {
        flex: 1;
        font-size: 1.25rem;
        padding: 0.75rem 0.5rem;
    }
    
    a.btn.btn-outline.btn-header {
        flex: 1;
        font-size: 1.25rem;
        padding: 0.75rem 0.5rem;
    }

    .no-margin-mobile{
        margin: 0px !important;
    }
    
    .container{
        padding: 0px 30px !important;
    }
    
    .img-fondo-motore{
        height: 420px;
    }
    
    /*
    #navbar {
        top: unset;
        bottom: 0px;
    }
    */
    .homepage{
        padding-top: 70px;
        height: unset;
    }
    
    .homepage-item.active{
        padding: 0px;
    }
    
    .elenco-motori{
        display: flex;
        flex-wrap: unset;
        justify-content: center;
        align-items: unset;
        flex-direction: row;
    }
    
    .singolo-motore{
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    
    .info-motore-homepage{
        margin-bottom: 0px !important;
    }
    
    .bd-placeholder-img-blue{
        display: none;
    }
    
    .container-fluid{
        padding: 0px !important;
    }
    
    .btn-header{
        min-width: unset;
    }
    
    .div-prezzo-motori {
        display: flex;
        flex-direction: column;
        align-items: center !important;
        margin-top: 3rem;
    }
    
    .btn {
        font-size: 1.25rem;
        line-height: 1.25rem;
        padding: 0.75rem 1.25rem;
        
    }
    
    .custom-flex{
        justify-content: space-evenly;
        flex-direction: column;
        min-height: 100vh;
    }
    
    .homepage-caption{
        max-width: 100% !important;
        padding: 15px;
    }
    
    .elenco-motori {
        background-color: #002848;
    }
    .div-incentivi{
        position: relative;
        bottom: unset;
        left: unset;
        background-color: white;
        padding: 15px;
        
        display: flex;
        flex-direction: row;
        justify-content: center;
        
        align-items: center;
    }
    
    .titolo-scelta{
        font-size: 5rem;
        line-height: 5rem;
        margin-bottom: 2.5rem !important;
    }
    
    .bg-custom {
        background-image: unset;
        background-color: #FFF;
            padding-bottom: 100px;
        /* background-position: revert; */
    }
    
    .bg-blue-opacity {
        background-color: rgba(0,40,72, 1);
        
    }
    
    
    .card.bg-blue-opacity .row {
        padding: 0px !important;
    }
    
    .bg-custom .row.py-5.px-5:first-child{
        
        padding-bottom: 0px !important;
    }
    
    .bg-custom .row.py-5.px-5:last-child{
        
        padding-top: 0px !important;
    }
    
    .bg-custom .row.py-5.px-5 .px-5{
        
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    
    /*
    .btn-big {
        padding: 1rem 5rem;
    }
    */
    .mobile-revert{
        flex-direction: column-reverse !important;
    }
    
    .pre-titolo-homepage{
        font-size: 1.5rem;
        line-height: 1.5rem;
    }
    
    .titolo-homepage{
        font-size: 6rem;
        line-height: 6rem;
    }
    .sotto-titolo-homepage {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
    
    
    .titolo-motori{
        font-size: 1.75rem;
        line-height: 1.75rem;
    }
    
    .sotto-titolo-motori{
        font-size: 1.75rem;
        line-height: 1.75rem;
    }
    
    .p-motori{
        font-size: 1.1rem;
        line-height: 1.1rem;
    }
    
    .titolo-nome-motori{
        font-size: 6rem;
        line-height: 6rem;
        text-align: center !important;
    }
    
    .titolo-prezzo-motori{
        font-size: 4rem;
        line-height: 4rem;
        text-align: center !important;
    }
    
    .prezzo-sbarrato{
        font-size: 1.75rem;
        line-height: 1.75rem;
    }
    
    .prezzo-pieno{
        font-size: 2.75rem;
        line-height: 2.75rem;
    }
    
    .sotto-titolo-scelta{
        font-size: 2rem;
        line-height: 2rem;
        margin-bottom: 2.5rem !important;
    }
    
    .div-scelta-motore{
        flex-direction: column;
    }
    .div-scelta-motore *:first-child{
        flex-direction: column;
        margin-bottom: 1.5rem;
    }
    
    .info-motore-scelta{
        font-size: 1.5rem;
        line-height: 1.5rem;
        margin-left: 0px;
    }
    
    .nome-motore-scelta{
        font-size: 3.5rem;
        line-height: 3.5rem;
    }
    
    .titolo-contatti{
        font-size: 2.25rem;
        line-height: 2.25rem;
    }
    
    .titolo-privacy{
        font-size: 1.15rem;
        line-height: 1.15rem;
    }
    
    .nome-motore-homepage{
        margin: auto;
    }
     .sotto-titolo-incentivi{
        font-size: 1.25rem;
        line-height: 1.25rem;
    }
    
    .mobile-revert .text-start{
        text-align: center !important;
    }
    
    .form-control{
        font-size: 1rem;
        padding: 0.75rem 0.75rem;
    }
    
    .navbar{
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        min-height: 70px;
    }
    
    .margin-left {
        margin-left: 1rem!important;
    }
    
    .bg-blue-custom {
        background-position: unset;
        
        /*padding-top: 300px;*/
        background-position-x: center;
        background-position-y: left;
        background-size: 120%;
        background-repeat: no-repeat;
    }
    
    .path-blue{
        clip-path: unset;
    }
    
    .motori{
        flex-direction: column;
    }
    
    .motori .singolo-motore2{
        width: 100%;
    }
    
    .motori .singolo-motore2:first-child {
        flex-direction: column-reverse;
        align-items: center;
    }
    
    .motori .singolo-motore2:first-child .testi-motore{
        width: 100%;
    }
    
    .motori .singolo-motore2:last-child {
        flex-direction: column;
        align-items: center;
    }
    
    .motori .singolo-motore2:last-child {
        align-self: flex-start;
        justify-content: unset;
        margin-top: unset;
        
    }
    
    .motori .singolo-motore2:last-child *{
        text-align: left !important;
        width: 100%;
    }
    
    .bg-white-custom {
        background-position: unset;
        
        /*padding-top: 300px;*/
        background-position-x: center;
        background-position-y: left;
        background-size: 120%;
        background-repeat: no-repeat;
    }
    
    .path-bianco{
        clip-path: unset;
    }
    
    .path-teal{
        clip-path: unset;
    }
    
    .bordata-sopra{
        margin: 40px 25px !important;
    }
    
    .btn-outline{
        font-size: 1rem;
    }
    
    .btn-outline-teal{
        font-size: 1rem;
    }
    
    .btn-outline-blue{
        font-size: 1rem;
    }
    
    .motori-white{
        flex-direction: column;
        align-items: center;
    }
    
    .img-info-motore{
        max-width: 200px;
    }
    
    .path-custom .container .row:first-child {
        width: 100%;
    }
    
    .no-padding-mobile{
        padding: 0px !important;
    }
    
    .no-padding-top-mobile{
        padding-top: 0px !important;
    }
    
    .motori-white img:not(:last-child) {
        margin-bottom: 3rem;
    }
    
}