body{
    padding-top: 0px; 
    padding-bottom: 0px;
}

.d-none-desktop{
    display: none;
}

.orizzontal-middle {
    justify-content: center;
}
.vertical-middle {
    align-items: center;
}
.align-items-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.over-body {
    display: none;
    position: fixed;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.over-body-centrata {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

.align-items-colum {
    display: flex;
    flex-direction: column;
}
.orizzontal-middle {
    justify-content: center;
}
.vertical-middle {
    align-items: center;
}

.over-body *{
    margin-bottom: 2.5rem;
}

@font-face {
  font-family: play_bold;
  src: url(/assets/font/Play/Play-Bold.ttf);
}

@font-face {
  font-family: play_regular;
  src: url(/assets/font/Play/Play-Regular.ttf);
}

@font-face {
  font-family: gothic_regular;
  src: url(/assets/font/PressGothic/Press-Gothic-W01-Regular.ttf);
}

@font-face {
  font-family: ubuntu_b;
  src: url(/assets/font/Ubuntu/Ubuntu-B.ttf);
}

@font-face {
  font-family: ubuntu_l;
  src: url(/assets/font/Ubuntu/Ubuntu-L.ttf);
}

@font-face {
  font-family: ubuntu_m;
  src: url(/assets/font/Ubuntu/Ubuntu-M.ttf);
}

@font-face {
  font-family: ubuntu_r;
  src: url(/assets/font/Ubuntu/Ubuntu-R.ttf);
}

.play_bold{
    font-family: play_bold;
}

.play_regular{
    font-family: play_regular;
}

.gothic_regular{
    font-family: gothic_regular;
}

.ubuntu_bold{
    font-family: ubuntu_b;
}

.ubuntu_regular{
    font-family: ubuntu_r;
}
.ubuntu_medium{
    font-family: ubuntu_m;
}

.ubuntu_light{
    font-family: ubuntu_l;
}



.homepage {
    height: 100vh;
}

.homepage-inner{
    height: 100%;
}

.homepage-item.active{
    height: 100%;
    width: 100%;
    
    padding: 0 5%;
}

.bd-placeholder-img{
    position: absolute;
    top: 0px;
}


.bd-placeholder-img-img{
    background-image: url(../img/img-header.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
    width: 100%;
    height: 100%;
}


.bd-placeholder-img-blue{
    /*clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);*/
    clip-path: polygon(100% 25%, 0% 100%, 100% 100%);
    -webkit-clip-path: polygon(100% 25%, 0% 100%, 100% 100%);
    
    left: 50%;
    background-color: #002848;
    
    width: 50%;
    height: 100%;
}



.homepage-item.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.homepage-caption{
    position: relative;
    bottom: 0px;
    right: 0px;
    left: 0px;
     
    color: white;
    max-width: 50%;
}

.link-testo{
    color: #008989 !important;
}

/*
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
    max-width: 90% !important;
}
*/

.custom-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.bg-blue{
    background-color: #002848;
    color: white;
}

.bg-teal{
    background-color: #008989;
    color: white;
}

.bg-blue-custom{
    
    color: white;
    background-position: center;
    background-size: cover;
    background-image:  url(/img/img-f40.jpg);
}

.bg-white-custom{
    color: #002848;
    background-position: center;
    background-size: cover;
    background-image:   url(/img/img-f200.jpg);
}

.bg-teal-custom{
    color: white;
    background-position: center;
    background-size: cover;
    background-image: url(/img/img-f2,5-def.jpg); 
} 
.path-blue{ 
    clip-path: polygon(0 0, 50% 0, 65% 101%, 0 101%);
    
    -webkit-clip-path: polygon(0 0, 50% 0, 65% 101%, 0 101%);
    background-color: #002848;
}

.path-bianco{
    clip-path: polygon(65% 0, 101% 0%, 101% 101%, 50% 101%);
    -webkit-clip-path: polygon(65% 0, 101% 0%, 101% 101%, 50% 101%);
    background-color: white;
}

.path-teal{ 
    clip-path: polygon(0 0, 50% 0, 65% 101%, 0 101%);
    -webkit-clip-path: polygon(0 0, 50% 0, 65% 101%, 0 101%);
    background-color: #008989;
}

.col-lg-9.flex-end-custom {
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    flex-wrap: wrap;
    align-items: flex-end;
}

.flex-end-custom *{
    text-align: right;
}

.elenco-motori {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.singolo-motore{
    padding: 20px;
}

.homepage-motori-img{
    
    width: 100%;
}

img{
    max-width: 100%;
}

.carousel-item{
    height: fit-content;
}

.carousel-caption{
    right: 0px;
    left: 0px;
    position: relative;
    bottom: 0px;
    padding: 0px;
}

.carousel-item > img{
    height: 100%;
}

.bg-white{
    background-color: white;
    color: black;
}

.carousel {
    margin-bottom: 0px;
}

.leggi-di-meno{
    cursor: pointer;
}
.leggi-di-piu{
    cursor: pointer;
}

.bg-custom{
    background-image: url(../img/img-sfondo-info-motori.jpg);
    
}

.bg-blue-opacity{
    background-color: rgba(0,40,72, 0.75);
}

.bg-gray{
    background-color: #f5f5f5;
    color: #545252 !important;
}

.bg-gray2{
    background-color: #e4e3e3;
    color: #545252 !important;
}


.color-red{
    color: #D52B1E !important;
}

.color-blue{
    color: #002848 !important;
}
.color-teal{
    color: #008989 !important;
}
.color-white{
    color: #FFFFFF !important;
}

.div-incentivi {
    position: absolute;
    bottom: 5%;
    right: 0%;
    padding: 10px 25px;
    background-color: white;
}

.logo-incentivi{
    height: 60px;
}

.carousel-caption img{
    max-height: 700px;
    width: 100%;
}

button:focus {
  outline:none !important;
  box-shadow: none !important;
}

.btn{
    font-size: 1.5rem;
    line-height:  1.25rem;
    padding: 1rem 1.5rem;
    font-family: play_regular;
}

.btn-big{
    padding: 1rem 7rem;
} 

.btn-header {
    min-width: 250px;
    border-radius: 0px;
}

.btn-outline{
    font-family: ubuntu_r;
    background-color: white;
    
    color: #002848;
}
.btn-outline-active{
    font-family: ubuntu_b;
    background-color: #002848;
    color: #FFF !important;
    opacity: 1;
}


.btn-outline-teal{
    font-family: ubuntu_r;
    color: white;
    background-color: #008989;
}
.btn-outline-teal:hover{
    color: white;
}



.btn-outline-blue{
    font-family: ubuntu_r;
    color: white;
    background-color: #002848;
}
.btn-outline-blue:hover{
    color: white;
}



.navbar-expand-md .navbar-collapse{
    display: flex!important;
    flex-basis: auto;
    justify-content: center;
}

.btn-primary{
    background-color: #008989;
    border-color: #008989;
}

.btn-primary:hover{
    background-color: #008989;
    border-color: #008989;
}


.bg-teal .btn-primary{
    background-color: #002848;
    border-color: #002848;
}

.bg-teal .btn-primary:hover{
    background-color: #002848;
    border-color: #002848;
}

.card {
    border-radius: 40px;
}

.no-margin{
    margin: 0px !important;
}

.p-sezione{
    padding-top: 100px !important;
}
.p-sezione-b{
    padding-bottom: 100px !important;
}

.img-fondo-motore{
    max-height: 100vh;
    height: 100%;
}

.margin-left{
    margin-left: 3rem!important;
}

/* Font Size e spacing homepage */
.homepage-caption * {
    margin-bottom: 1.5rem;
}

.titolo-homepage{
    font-size: 7rem;
    line-height: 7rem;
}

.pre-titolo-homepage{
    font-size: 2rem;
    line-height: 2rem;
}

.sotto-titolo-homepage{
    font-size: 2.75rem;
    line-height: 2.75rem;
}

.nome-motore-homepage{
    font-size: 3rem;
    line-height: 3rem;

}
.info-motore-homepage{
    font-size: 1.5rem;
    line-height: 1.5rem;
}

.sotto-titolo-incentivi{
    margin-top: 1.5rem;
    font-size: 1.5rem;
    line-height: 1.5rem;
}
/* Font Size e spacing homepage */


/* Font Size e spacing motori */
.div-prezzo-motori *{
    margin-bottom: 2.5rem;
}

.titolo-motori{
    font-size: 2rem;
    line-height: 2rem;
}

.titolo-nome-motori{
    font-size: 8rem;
    line-height: 8rem;
}

.sotto-titolo-motori{
    font-size: 2rem;
    line-height: 2rem;
}

.p-motori{
    font-size: 1.25rem;
    line-height: 1.25rem;
}

.titolo-prezzo-motori{
    font-size: 5rem;
    line-height: 5rem;
}

.prezzo-sbarrato{
    font-size: 2rem;
    line-height: 2rem;    
    text-decoration: line-through;
    text-decoration-color: #D52B1E;
    text-decoration-thickness: 1px;
}

.prezzo-pieno{
    font-size: 3rem;
    line-height: 3rem;
    
    margin-left: 3rem;
}
/* Font Size e spacing motori */

/* Font size e spacing Scelta */
.div-scelta *{
    margin-bottom: 2.5rem;
}

.div-prezzo-motori-prezzi{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.titolo-scelta{
    font-size: 6rem;
    line-height: 6rem;
    
    
}

.sotto-titolo-scelta{
    font-size: 1.75rem;
    line-height: 1.75rem;
    
    margin-bottom: 3.5rem !important;
}

.sotto-titolo2-scelta {
  
    font-size: 2rem;
    line-height: 2rem;
    
    margin-bottom: 3.5rem !important;
}

.nome-motore-scelta{
    font-size: 4rem;
    line-height: 4rem;
}

.info-motore-scelta{
    font-size: 2rem;
    line-height: 2rem;
    
    margin-left: 2rem;
}
/* Font size e spacing Scelta */

/* Font size e spacing Numeri */
.vantaggi-numero{
    font-size: 4rem;
    line-height: 4rem;
    
}

.titolo-vantaggi{
    font-size: 1.5rem;
    line-height: 1.5rem;
    padding-top: 20px;
}

/* Font size e spacing Numeri */


/* Font size e spacing Contatti */
.titolo-contatti{
    font-size: 2.5rem;
    line-height:  2.5rem; 
}

.titolo-privacy{
    font-size: 1.5rem;
    line-height:  1.5rem; 
}

.form-control{
    font-family: ubuntu_r;
    font-size: 1.2rem;
    border-radius: 0px;
    padding: 1rem 0.75rem;
    color: #4f5153;
}

.form-control::placeholder{
    color: #d7d6d6;
}

button.btn.dropdown-toggle.btn-light {
    /* padding: 1rem; */
    line-height: 1.6rem;
}

.bootstrap-select .form-control{
    font-size: 1rem !important;
    line-height: 1.5 !important;
    padding: 0.375rem 0.75rem !important;
}


.div-scelta-motore{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

textarea{
    font-size: 1rem !important;
    background-color: white !important;
    height: fit-content  !important;
    padding: 1rem !important;
    overflow: hidden;
    resize: none !important;
    outline:none !important;
  
    box-shadow: none !important;
}
textarea::focus{
    border-color: #ced4da !important;
}

.check_privacy{
    cursor: pointer;
}

.check_privacy_active {
    text-decoration: underline;
    text-decoration-color: #002848; 
    color: #002848; 
}

/* Font size e spacing Contatti */
.small-section{
    padding: 70px 0;
}

.singolo-motore2 {
    display: flex;
    flex-direction: row;
    
}

.motori {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    padding: 0 7.5%;

}


.motori p{
    white-space: nowrap;
}

.motori .singolo-motore2:first-child{
    height: fit-content;
    
}


.motori .singolo-motore2:first-child .testi-motore{
    margin-top: 40px;
    
}

.motori .singolo-motore2:last-child{
    align-self: flex-end;
    justify-content: flex-end;
    margin-top: 140px;
    align-items: flex-end;
}

.img-info-motore{ 
    max-height: 400px;
}

.table{
    color: white;
    font-family: play_regular;
}

.table-striped>tbody>tr:nth-of-type(odd){
    color: white;
    font-family: play_regular;
}

.bordata-sopra {
    border-top: 2px solid white;
    margin: 40px;
}

.bg-white .bordata-sopra {
    border-top: 2px solid #002848;
    margin: 40px;
}

.bg-teal .bordata-sopra {
    border-top: 2px solid #002848;
    margin: 40px;
}

.bg-white .table{
    color: #002848;
    font-family: play_regular;
}
.bg-white .table-striped>tbody>tr:nth-of-type(odd){
    color: #002848;
    font-family: play_regular;
}

.no-round {
    border-radius: unset !important;
}

.btn-lg {
    padding: 1.5rem 4rem !important;
    font-size: 1.25rem !important;
}

.motori-white {
    display: flex;
    justify-content: center;
}
.path-custom .container .row:first-child{
    width: 50%;
}

.path-bianco .container{
    display: flex;
    justify-content: flex-end
}

.btn-outline-teal{
    float: right;
}
