@charset "utf-8";

body {
	margin: 0px;
	background-color: #fff;
	font-family: 'Oswald';
	font-weight: 300;
	font-size: 16px;
	color: #545454;
}
a {
  color: #545454;
  transition: all 200ms;
  text-decoration: none;
}
a:hover {
  color: #f15a24;
}
/* oswald-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/oswald-v53-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* oswald-600 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/oswald-v53-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  h1, h2 {
    font-size: 2.2rem;
    line-height: 1.1;
  }
  .center {
    text-align: center;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .content-padding {
    padding: 100px 0;
  }
  .wrapper {
    width: 90%;
    max-width: 1150px;
    margin: 0 auto;
  }
  .outer-wrapper {
    width: 90%;
    margin: 0 auto;
  }
  .narrow-wrapper {
    width: 90%;
    max-width: 720px;
    margin: 0 auto;
  }
  .wrap-left {
    padding-left: 30%;
  }
  .wrap-right {
    padding-right: 20%;
  }
  .col-70 {
    width: 70%;
  }
  .col-30 {
    width: 30%;
  }
  .col-50 {
    width: 50%;
  }
  .col-40 {
    width: 45%;
  }
  .flex-container {
    display: flex;
  }
  img {
    max-width: 100%;
  }
  .header {
    position: fixed;
    top: 8px;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .15);
    z-index: 900;
  }
  .header .main {
    justify-content: space-between;
    align-items: center;
  }
  .header .flex-container {
    align-items: center;
  }
  .logo {
    max-width: 280px;
    margin-left: 5%;
  }
  .nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 30px;
  }
  .nav ul li {
    margin: 0 10px;
  }
  .nav .tel, .nav .mail {
    padding: 20px;
  }
  .nav .tel a, .nav .mail a {
    color: #fff;
  }
  .nav .tel {
    background: #f15a24;
  }
  .nav .mail {
    background: #f7931e;
  }
  .nav i {
    margin-right: 10px;
  }
  .arancio {
    color: #f15a24;
  }
  .bg-arancio {
    background: #f15a24;
    color: #fff;
  }
  .bg-arancio2 {
    background: #f7931e;
    color: #fff;
  }
  .slider-container {
    position: relative;
    width: 100%;
    min-height: 80vh;
    background-image: url(img/header.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .slider-parent {
    position: absolute;
    bottom: 60px;
    left: 5%;
    background: #f15a24;
    border-radius: 30px;
    max-width: 450px;
    padding: 10px 20px;
    color: #fff;
    text-align: center;
    box-shadow: 0 10px 20px #ff98116b;
  }
  .slider .owl-nav {display: none;}
  .slider .localita {
    display: flex;
    padding: 10px;
    border-radius: 10px;
    border: solid 3px #fff;
    font-size: 2.5rem;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    justify-content: space-between;
    align-items: center;
  }
  .slider .localita i {
    display: block;
    background: #fff;
    width: 50px;
    height: 50px;
    padding: 7px;
    border-radius: 5px;
    line-height: 50px;
  }
  .has-icon {
    display: flex;
  }
  .has-icon img {
    max-width: 30px;
    margin-right: 15px;
  }
  .intro {
    background-image: url(img/fiamma.svg);
    background-size: 55%;
    background-position: 10% bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;

  }
  .furgone {
    width: 100%!important;
  }
  .wrap {
    flex-wrap: wrap;
  }
  .flex-center {
    align-items: center;
  }
  .cover-servizi {
    position: relative;
    width: 100%;
    min-height: 65vh;
    background-image: url(img/cover-2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .cover-servizi .card {
    position: absolute;
    bottom: 60px;
    right: 5%;
    padding: 30px;
    border-radius: 30px;
    min-width: 350px;
    box-shadow: 0 10px 20px #ff98116b;
  }
  .space-between {
    justify-content: space-between;
  }
  details {
    font-size: 1.5rem;
  }
  details summary {
    padding: 15px;
    border-radius: 10px;
    border: solid 1px #ccc;
    margin-bottom: 5px;
    cursor: pointer;
  }
  details p {
    font-size: 1.1rem;
    padding-left: 30px;
  }
  .bg-sfumatura {
    background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(63,169,245,0.22172619047619047) 100%);
  }
  .rounded-right {
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
  }
  .rounded-left {
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
  }
  .bg-sfumatura i {
    font-size: 35px;
  }
  .bg-sfumatura h2 {
    color: #29abe2;
  }
  .info .col-70 {
    padding: 40px 40px 40px 5%;
  }
  .info .col-70 .col-50 {
    padding-right: 5%;
  }
  .info .card {
    padding: 30px;
    border-radius: 30px;
    box-shadow: 0 10px 20px #5b380c6b;
  }
  .card input, .card textarea {
    font-family: 'Oswald';
    padding: 11px;
    width: calc( 100% - 22px );
    border: solid 1px #f2f2f2;
    margin-bottom: 7px; 
    border-radius: 10px;
    transition: all 200ms;
  }
  .card input:hover, .card textarea:hover {
    background: #f2f2f2;
  }
  .card textarea {
    max-height: 100px;
  }
  .btn {
    max-width: 120px;
    background: #545454;
    color: #fff;
    font-weight: 600;
    font-size: 1.2rem;
    border: none!important;
    line-height: 1;
    margin-top: 20px;
  }
  .footer {
    background: #4d4d4d;
    color: #fff;
  }

  .footer a {
    color: #fff;
  }
  .footer .col-50 {
    justify-content: space-between;
  }
  .footer i {
    width: 25px;
  }
  .footer .wa {
    color: #4d4d4d;
    display: inline-block;
  }
  .footer .wa a {
    color: #4d4d4d;
    background: #fff;
      padding: 18px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    
  }
  .footer .wa i {
    width: auto;
    font-size: 30px;
    margin-left: 15px;
    color: green;
  }
  .footer .logo {
    margin-left: 0;
  }
  .footer .col-50 {
    width: 60%;
  }
  .decoro {
    text-align: right;
    margin-right: 5%;
    display: block;
    padding-top: 30px;
    opacity: .5;
  }
  #modulo .remark { display:none; }
  @media only screen and (max-width: 1200px) {
    .header .nav .text {
      display: none;
    }
    .nav i {
      margin-right: 0;
    }
    .footer .col-50 {
      width: 80%;
    }
  }
  @media only screen and (max-width: 1000px) {
    .slider-container {
      min-height: 70vh;
    }
    .content-padding {
      padding: 70px 0;
    }
    h1, h2 {
      font-size: 1.8rem;
    }
    .info, .info .flex-container {
      display: block;
    }
    .info .col-30, .info .col-70, .info .col-40, .info .col-50 {
      width: 100%;
    }
    .info .col-40 {
      max-width: 80%;
    }
    .info .col-70 .col-50 {
      padding-right: 0;
    }
    .info .col-70 {
      padding: 70px 5%;
      max-width: 90%;
    }
    .footer .flex-container {
      display: block;
    }
    .footer .logo, .footer .intestazione, .footer .contatti {
      margin-bottom: 30px;
    }
    
    .logo {
      max-width: 200px;
    }
   
  }
  @media only screen and (max-width: 780px) {
    .nav ul {
      display: none;
    }
    .slider-parent {
      width: 90%;
      max-width: calc( 90% - 40px );
    }
    .wrap-left {
      padding-left: 5%;
    }
    .wrap-right {
      padding-right: 5%;
    }
    h1, h2 {
      font-size: 1.6rem;
    }
    .has-icon img {
      max-width: 20px;
      margin-right: 10px;
    }
    .cover-servizi .card {
      min-width: 200px;
    }
    .elenco-servizi-2 .flex-container {
      display: block;
    }
    .bg-sfumatura {
      display: block;
    }
    .bg-sfumatura .col-50 {
      width: 80%;
    }
    .bg-sfumatura .col-40 {
      width: 90%;
      padding-left: 5%;
    }
    .slider-parent {
      bottom: -60px;
    }
    .slider .localita {
      font-size: 1.5rem;
      padding: 5px;
    }
    .slider .localita i {
      width: 30px;
      height: 30px;
      line-height: 30px;
    }
    .slider-container {
      background-position: 60%;
    }
    .intro .has-icon {
      font-size: 1.2rem;
    }
    .intro {
      padding-bottom: 0;
    }
    #servizi h3 {
      margin: 5px 0;
    }
    .elenco-servizi-2 .col-50, .elenco-servizi-2 .col-40 {
      width: 100%;
    }
    details summary {
      padding: 10px;
    }
    details {
      font-size: 1.1rem;
    }
    .info .card {
      padding: 20px;
    }
    .info .col-40 {
      max-width: 90%;
    }
    .footer .col-50 {
      width: 100%;
    }
  }