@charset "UTF-8";
/* CSS Document */

body,
h1,
h2,
h3,
h4,
h5,
p {
   font-family: "Saira", sans-serif;
}

// <weight>: Use a value from 100 to 900
// <uniquifier>: Use a unique and descriptive class name

.saira-<uniquifier> {
  font-family: "Saira", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}


.wa {
    position: fixed;
    max-width: 100px;
    right: 1rem;
    bottom: 1rem;
    z-index: 100000;
}

.navbar-toggler-icon {
 background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgb(230, 230, 229)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.wa {
    position: fixed;
    max-width: 100px;
    right: 1rem;
    bottom: 1rem;
    z-index: 100000;
}
.form-check-input:checked {
    background-color: #1f1f1f;
    border-color: #1f1f1f;
}

.bg-light{
  background-color: transparent!important;
  margin-top: 2rem;
  margin-left: 2rem;
  margin-right: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  transition-duration: 1s;
}
.link-privacy:hover{
  color: #e30613!important;
}
.form-check-input:checked {
    background-color: #e30613;
    border-color: #e30613;
}
nav.navscr{
  background-color:#1f1f1f!important;
  border-radius: 1rem;
  box-shadow: 0px 0px 10px 0px #1f1f1f;
  transition-duration: 1s;
}
.logo-nav{
  max-width: 3rem;
  min-width: 3rem;
}
.btn-nav{
  background-color:#e30613;
  border-radius: 8rem;
  color:rgb(28, 28, 28);
  font-family: "Saira", sans-serif;
  font-weight: 500;
  font-size: calc(16px + ( 20 - 16)*((100vw - 300px) /(1920 - 300)));
  box-shadow: 0px 0px 10px 0px #ed4c47;
  padding: 0.8rem 2rem;
  border: 0px solid #e30613;
}
.btn-nav:hover{
  background-color:#e30613;
  border-radius: 8rem;
  border: 0px solid #e30613;
  color:rgb(28, 28, 28);
  font-family: "Saira", sans-serif;
  font-weight: 500;
  font-size: calc(16px + ( 20 - 16)*((100vw - 300px) /(1920 - 300)));
  box-shadow: 0px 0px 20px 0px #ed4d4789;
  padding: 0.8rem 2rem;
}
.nav-link {
    font-family: "Saira", sans-serif;
    font-size: calc(16px + ( 22 - 16)*((100vw - 300px) /(1920 - 300)));
    color: #ffffff;
    font-weight: 500;
    text-decoration: none;
    margin-right:2rem;
}
.nav-link:hover {
    font-family: "Saira", sans-serif;
    color: #d2d2d2;
    font-weight: 500;
    text-decoration: none;
    margin-right:2rem;
}
/*-----------------------------------Video Back----------------------------------------------*/

.video-background-holder {
    position: relative;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
    border-radius: 0;
    transition-duration: 2s
}

.img-manifesto,
.img-manifesto:hover {
    transition-duration: .3s
}

.video-background-holder video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.video-background-content {
    position: relative;
    z-index: 2
}

.video-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    opacity: 0;
    z-index: 1
}

/*-----------------------------------Fine Video Back----------------------------------------------*/
.logo-head{
  padding-top: 10%;
  max-width: 50%;
}
.box-call{
  background-color: #e30613;
  box-shadow: 0px 0px 10px 0px #ed4c47;
  border-radius: 2rem;
  margin-top: 4%;
}
.box-icn-call{
 
margin: 0px;
  margin-top: 4%;
}
.icn-call{
  max-width:100%;
  background-color: #1f1f1f;
  box-shadow: 0px 0px 10px 0px #363636;
  border-radius: 2rem;
  padding:1rem;
}
.sp-call{
  padding: 2rem 3rem;
}
.title-call{
  font-size: calc(16px + ( 35 - 16)*((100vw - 300px) /(1920 - 300)));
  line-height: calc(18px + ( 70 - 18)*((100vw - 300px) /(1920 - 300)));
  font-weight: 600;
  color:#f2f1e9;
  text-align: center;
  padding-top: 0.2rem;
}

.box-h1{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.title-h1{
  font-size: calc(35px + ( 120 - 35)*((100vw - 300px) /(1920 - 300)));
  line-height: calc(35px + ( 120 - 35)*((100vw - 300px) /(1920 - 300)));
  font-weight: 500;
  padding-bottom: 1rem;
  color:#f2f1e9
}

.txt{
  font-size: calc(20px + ( 24 - 20)*((100vw - 300px) /(1920 - 300)));
  line-height: calc(20px + ( 26 - 20)*((100vw - 300px) /(1920 - 300)));
  font-weight: 400;
  padding-bottom: 1rem;
  color:#f2f1e9
}

.title-h2{
  font-size: calc(30px + ( 70 - 30)*((100vw - 300px) /(1920 - 300)));
  line-height: calc(30px + ( 70 - 30)*((100vw - 300px) /(1920 - 300)));
  font-weight: 500;
  padding-bottom: 1rem;
  color:#f2f1e9
}
.titolo-settori{
  font-size: calc(16px + ( 36 - 16)*((100vw - 300px) /(1920 - 300)));
  line-height: calc(20px + ( 36 - 20)*((100vw - 300px) /(1920 - 300)));
  color:#fafafa;
  font-weight: 400;
  margin-bottom: 0.7rem;
  padding-top: 2rem;
}
.txt-w{
  font-size: calc(16px + ( 22 - 16)*((100vw - 300px) /(1920 - 300)));
  line-height: calc(20px + ( 22 - 20)*((100vw - 300px) /(1920 - 300)));
  color:#fafafa;
  font-weight: 400;
  margin-bottom: 0.7rem;
}
.box-settore{
  padding: 3rem;
  border-bottom: 2px solid #fafafa;
}
.img-furgone{
  position: absolute;
  bottom:0px;
}
.txt-storia{
  padding-bottom: 8rem;
}
.brd-bot{
  border-bottom: 2px solid #f2f1e9;
}

.back-black{
  background-color: #1f1f1f;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.back-white{
  background-color: #f2f1e9;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.back-fiamma{
  background-image: url(../img/back-fiamma.svg);
  background-position: right;
  background-size: 100%;
  background-repeat: no-repeat;
}
.back-storia{
  background-color: #f2f1e9;
  padding-top: 6rem;

}
.txt-manutenzione{
  font-size: calc(20px + ( 28 - 20)*((100vw - 300px) /(1920 - 300)));
  line-height: calc(20px + ( 30 - 20)*((100vw - 300px) /(1920 - 300)));
  font-weight: 400;
  padding-bottom: 1rem;
  color:#1f1f1f
}
.title-h3{
  font-size: calc(24px + ( 34 - 24)*((100vw - 300px) /(1920 - 300)));
  line-height: calc(24px + ( 40 - 24)*((100vw - 300px) /(1920 - 300)));
  font-weight: 600;
  padding-bottom: 1rem;
  color:#1f1f1f
}

.box-manutenzione{
  padding: 3rem;
}






















.logo-foot{
  max-width: 30%;
}
.box-img-foot {
    padding-left: 8%;
}
.sp-foot{
  padding-top: 6vh;
}

.box-txt-foot {
    padding-top: 2%;
}
.tit-foot{
  font-size: calc(16px + ( 40 - 16)*((100vw - 300px) /(1920 - 300)));
  line-height: calc(20px + ( 40 - 20)*((100vw - 300px) /(1920 - 300)));
  color:#f2f1e9;
  font-weight: 800;
  margin-bottom: 0.7rem;
}
.txt-foot{
  font-size: calc(16px + ( 28 - 16)*((100vw - 300px) /(1920 - 300)));
  line-height: calc(20px + ( 36 - 20)*((100vw - 300px) /(1920 - 300)));
  color:#f2f1e9;
  font-weight: 400;
  margin-bottom: 0.7rem;
}
.logo-foot{
  padding-top: 0.5rem;
}
.dati{
  border-top: 2px solid #f2f1e9;
  padding-bottom:1rem;
  padding-top: 2rem;
  padding-left: 2rem;
  font-size: calc(12px + ( 20 - 12)*((100vw - 300px) /(1920 - 300)));
  line-height: calc(20px + ( 20- 20)*((100vw - 300px) /(1920 - 300)));
  color:#f2f1e9;
  font-weight: 400;
  margin-bottom: 0.7rem;
  margin-top:2rem
}

.form-control {
    margin-top: 1rem;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: calc(16px + ( 28 - 16)*((100vw - 300px) /(1920 - 300)));
    font-weight: 400;
    line-height: 1.5;
    color: #f2f1e9;
    background-color: transparent;
    background-clip: padding-box;
    border:0px;
    border-bottom: 5px solid #f2f1e9;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

input::placeholder {
  opacity: 1;
  color: #f2f1e9!important;
  font-size: calc(16px + ( 28 - 16)*((100vw - 300px) /(1920 - 300)));
  font-weight: 600;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 1;
  color: #f2f1e9!important;
  font-size: calc(16px + ( 28 - 16)*((100vw - 300px) /(1920 - 300)));
  font-weight: 600;
}
.form-control:focus {
    color: #f2f1e9;
    background-color: transparent;
    border-color: #f2f1e9;
    outline: 0;
    box-shadow: 0 0 0 0;
}


textarea.form-control {
 
}
#sendBtn{
  color: #f2f1e9;
  background-color: #e30613;
  font-size: calc(16px + ( 22 - 16)*((100vw - 300px) /(1920 - 300)));
}



.white{
  color: #f2f1e9;
}
.black{
  color: #1f1f1f;
}
a{
  color: #f2f1e9;
  text-decoration: none;
}
a:hover{
  color: #e30613;
  text-decoration: none;
}

@media only screen and (max-width: 1500px) {

}
@media only screen and (max-width: 850px) {
  .logo-head {
    padding-top: 10%;
    max-width: 90%;
}
.brd-head{
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 50%;
}
.title-call{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.img-furgone{
  position: relative;
  bottom:0px;
}
.txt-storia {
    padding-bottom: 2rem;
}
.box-settore {
    padding: 1rem;
    border-bottom: 2px solid #fafafa;
}

.titolo-settori {
    font-size: calc(16px + (36 - 16) * ((100vw - 300px) / (1920 - 300)));
    line-height: calc(20px + (36 - 20) * ((100vw - 300px) / (1920 - 300)));
    color: #fafafa;
    font-weight: 600;
    margin-bottom: 0.7rem;
    padding-top: 0.5rem;
}
.box-manutenzione {
    padding:1.5rem;
}
.logo-foot{
  max-width: 60%;
}
.box-img-foot {
    padding-left: 0rem;
    padding-bottom: 1rem;
}
.sp-foot{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
}
