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

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

.museomoderno-<uniquifier> {
  font-family: "MuseoModerno", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.oswald-<uniquifier> {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.noise {
  pointer-events: none;
  z-index: calc(infinity);
  opacity: .06;
  background-image: url(../img/noise.gif);
  background-position: 0 0;
  background-size: 250px;
  background-attachment: fixed;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.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='rgba(0,162,156,1)' 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;
}


.bg-light{
  background-color: transparent!important;
  margin-top: 2rem;
  margin-left: 2rem;
  margin-right: 2rem;
  padding-left: 1rem;
  padding-right: 0rem;
  transition-duration: 1s;
}
nav.navscr{
  background-color:#ffffff!important;
  border-radius: 10rem;
  box-shadow: 0px 0px 10px 0px #1515154f;
  transition-duration: 1s;
}
.logo-nav{
  max-width: 20rem;
  min-width: 10rem;
}
.btn-nav{
  background-color:rgb(0, 162, 156);
  border-radius: 8rem;
  color:#ffffff;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: calc(16px + ( 20 - 16)*((100vw - 300px) /(1920 - 300)));
  box-shadow: 0px 0px 10px 0px #00a29c;
  padding: 0.8rem 2rem;
  border: 0px solid #00a29c;
}
.btn-nav:hover{
  background-color:#00a29c;
  border-radius: 8rem;
  border: 0px solid #00a29c;
  color:#ffffff;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: calc(16px + ( 20 - 16)*((100vw - 300px) /(1920 - 300)));
  box-shadow: 0px 0px 20px 0px #00a29c;
  padding: 0.8rem 2rem;
}
.nav-link {
     font-family: "Oswald", sans-serif;
    font-size: calc(16px + ( 22 - 16)*((100vw - 300px) /(1920 - 300)));
    color: #00a29c;
    font-weight: 600;
    text-decoration: none;
    margin-right:2rem;
    text-transform: uppercase;
}
.nav-link:hover {
     font-family: "Oswald", sans-serif;
    color: #00a29c;
    font-weight: 600;
    text-decoration: none;
    margin-right:2rem;
}
.dropdown-item {
    font-family: "Oswald", sans-serif;
    font-size: calc(16px + ( 22 - 16)*((100vw - 300px) /(1920 - 300)));
    color: #00a29c;
    font-weight: 600;
    text-decoration: none;
    margin-right:2rem;
    text-transform: uppercase;
    padding-top: 0.8rem;
    padding-bottom:0.8rem;
}
.dropdown-item:hover {
    color: #ffff;
    text-decoration: none;
    background-color:#00a29c;
}
.dropdown-item.active, .dropdown-item:active {
    color: #ffff;
    text-decoration: none;
    background-color:#00a29c;
}
/*-----------------------------------Video Back----------------------------------------------*/
.logo-head{
  position:absolute;
  bottom:20%;
  left: 3%;
  max-width: 30%;
  min-width: 35%;
}
.back-head{
  background-color: #ffffff;
  background-image:url(../img/head.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 120vh;
  border-radius: 0rem 0rem 10rem 10rem
}
.back-head-pag{
  background-color: #ffffff;
  background-image:url(../img/head-sanitari.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
  border-radius: 0rem 0rem 10rem 10rem
}
.title-head{
  font-family: "Oswald", sans-serif;
  font-size: calc(16px + ( 130 - 16)*((100vw - 300px) /(1920 - 300)));
  line-height: calc(20px + ( 40 - 20)*((100vw - 300px) /(1920 - 300)));
  color:#00a29c;
  font-weight: 800;
  margin-bottom: 0.7rem;
  text-transform: uppercase;
  text-align: center;
  padding-top: 20%;
}
/*-----------------------------------Video Back----------------------------------------------*/
.box-video{
  padding: 15rem;
  transition-duration: 2s;
  padding-top: 8rem;
  padding-bottom: 0px;
}
.box-video.scrolled {
  padding-left: 0rem;
  padding-right: 0rem;
  transition-duration: 2s;
  margin-top:-30rem;
  padding-bottom: 0px;
  
}
.video-background-holder {
    position: relative;
    background-color: #222222;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
    border-radius:0rem 0rem 0rem 0rem;
   transition-duration: 2s;
}
.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;
}

.video-contatti{
  border-radius:4rem 100rem 0rem 0rem;
}
/*-----------------------------------Fine Video Back----------------------------------------------*/

.box-1txt{
  padding-top: 10%;
  padding-bottom: 10%;
  padding-left: 2%;
  padding-right: 5%;
}
.box-2txt{
  padding-top: 10%;
  padding-bottom: 10%;
  padding-left: 5%;
  padding-right: 12%;
  border-radius: 0rem 0rem 0rem 10rem
}
.title-h1{
  font-family: "MuseoModerno", sans-serif;
  font-size: calc(40px + ( 100 - 40)*((100vw - 300px) /(1920 - 300)));
  line-height: calc(40px + ( 80 - 40)*((100vw - 300px) /(1920 - 300)));
  color:#f4f5f0;
  font-weight: 400;
}
.sub-h1{
  font-family: "MuseoModerno", sans-serif;
  font-size: calc(20px + (  40 - 20)*((100vw - 300px) /(1920 - 300)));
  color:#f4f5f0;
  font-weight: 200;
}
.txt{
  font-size: calc(16px + ( 28 - 16)*((100vw - 300px) /(1920 - 300)));
  color:#f4f5f0;
  font-weight: 300;
}
.title-h2-big{
  font-family: "MuseoModerno", sans-serif;
  font-size: calc(45px + ( 90 - 45)*((100vw - 300px) /(1920 - 300)));
  line-height: calc(40px + ( 84 - 40)*((100vw - 300px) /(1920 - 300)));
  color:#00a29c;
  font-weight: 400;
}
.title-h2{
  font-family: "MuseoModerno", sans-serif;
  font-size: calc(30px + ( 60 - 30)*((100vw - 300px) /(1920 - 300)));
  line-height: calc(30px + ( 84 - 30)*((100vw - 300px) /(1920 - 300)));
  color:#00a29c;
  font-weight: 400;
}
.title-h3{
  font-family: "MuseoModerno", sans-serif;
  font-size: calc(26px + ( 40 - 26)*((100vw - 300px) /(1920 - 300)));
  line-height: calc(30px + ( 84 - 30)*((100vw - 300px) /(1920 - 300)));
  color:#00a29c;
  font-weight: 400;
}
.titolo-passaggio{
  font-family: "MuseoModerno", sans-serif;
  font-size: calc(24px + ( 30 - 24)*((100vw - 300px) /(1920 - 300)));
  line-height: calc(30px + ( 34 - 30)*((100vw - 300px) /(1920 - 300)));
  color:#00a29c;
  font-weight:  500;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
}
.txt-passaggio{
  font-size: calc(18px + ( 22 - 18)*((100vw - 300px) /(1920 - 300)));
  color:#f4f5f0;
  font-weight: 300;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.2rem;
   color:#15182d;
}

.box-cad {
    padding-top: 10%;
    padding-bottom: 3%;
    padding-left: 2%;
    padding-right: 5%;
}
.box-list {
    padding-top: 4%;
    padding-bottom: 1%;
    padding-left: 2%;
    padding-right: 5%;
}
.box-ges {
    padding-top: 3%;
    padding-bottom: 10%;
    padding-left: 2%;
    padding-right: 5%;
}
.box-servizi {
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 2%;
    padding-right: 5%;
}
.img-servizi {
    border-radius: 1rem;
}

.hr-blu{
  border-top: 3px solid #00a29c;
  opacity: 1;
}
.sp-video{
  padding: 2%;

}
.radius{
  border-radius: 10rem;
}
.video-plantari{
  border-radius:3rem;
}

.numero{
  font-family: "MuseoModerno", sans-serif;
  font-size: calc(60px + ( 100 - 60)*((100vw - 300px) /(1920 - 300)));
  line-height: calc(30px + ( 84 - 30)*((100vw - 300px) /(1920 - 300)));
  color:#f4f5f0;
  text-align: right;
  font-weight: 600;
}
.riga-numeri{
  padding-top: 3rem;
  padding-bottom: 1rem;
}
.txt-numero{
  font-size: calc(18px + ( 22 - 18)*((100vw - 300px) /(1920 - 300)));
  color:#f4f5f0;
  font-weight: 300;
}






.black{
  color:#15182d;
}
.blu{
  color:#00a29c;
}
.white{
  color:#f4f5f0;
}


















.back-foot{
  background-color: #038f8a;
  border-radius: 4rem 4rem 0rem 0rem;
}
.sp-foot{
  padding-top: 6vh;
}
.logo-foot{
  max-width:40%;
}
.box-txt-foot {
    padding-top: 10%;
}
.tit-foot{
  font-size: calc(16px + ( 40 - 16)*((100vw - 300px) /(1920 - 300)));
  line-height: calc(20px + ( 40 - 20)*((100vw - 300px) /(1920 - 300)));
  color:#f4f5f0;
  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:#f4f5f0;
  font-weight: 400;
  margin-bottom: 0.7rem;
}
.logo-foot{
  padding-top: 0.5rem;
}
.dati{
  text-align: center;
  padding-top: 3rem;
  padding-bottom:1rem;
  padding-left: 2rem;
  font-size: calc(12px + ( 20 - 12)*((100vw - 300px) /(1920 - 300)));
  line-height: calc(20px + ( 20- 20)*((100vw - 300px) /(1920 - 300)));
  color:#f4f5f0;
  font-weight: 400;
  margin-bottom: 0.7rem;
}

.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: #f4f5f0;
    background-color: transparent;
    background-clip: padding-box;
    border:0px;
    border-bottom: 5px solid #f4f5f0;
    -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: #f4f5f0!important;
  font-size: calc(16px + ( 28 - 16)*((100vw - 300px) /(1920 - 300)));
  font-weight: 600;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 1;
  color: #f4f5f0!important;
  font-size: calc(16px + ( 28 - 16)*((100vw - 300px) /(1920 - 300)));
  font-weight: 600;
}
.form-control:focus {
    color: #f4f5f0;
    background-color: transparent;
    border-color: #f4f5f0;
    outline: 0;
    box-shadow: 0 0 0 0;
}




.btn-blu,#sendBtn{
  background-color:#08bcb6;
  border-radius: 8rem;
  color:#fff;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: calc(16px + ( 18 - 16)*((100vw - 300px) /(1920 - 300)));
  box-shadow: 0px 0px 10px 0px #00a29c;
  padding: 0.4rem 2rem;
  margin-bottom: 2rem;
}
.btn-blu:hover, #sendBtn:hover{
  background-color:#10948f;
  border-radius: 8rem;
  color:#fff;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: calc(16px + ( 18 - 16)*((100vw - 300px) /(1920 - 300)));
  box-shadow: 0px 0px 10px 0px #00a29c;
  padding: 0.4rem 2rem;

}
.form-check-input:checked {
    background-color: #036b67;
    border-color: #036b67;
}
a{
  color: #f4f5f0;
  text-decoration: none;
}
a:hover{
  color: #cdcdcc;
  text-decoration: none;
}
@media only screen and (max-width: 1500px) {
  .back-head{
  background-color: #ffffff;
  background-image:url(../img/head-mobile.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 116vh;
  border-radius: 0rem 0rem 5rem 5rem
}
.radius {
    border-radius: 3rem;
}
.nav-link {
  font-family: "Oswald", sans-serif;
    font-size: calc(16px + ( 18 - 16)*((100vw - 300px) /(1920 - 300)));
    margin-right:0.4rem;
}
.logo-nav {
    max-width: 8rem;
    min-width: 8rem;
}
  .box-h1{
  padding-left: 5%;
   padding-right: 5%;
}
.box-video{
  padding: 0rem;
  transition-duration: 2s;
  padding-top: 8rem;
  padding-bottom: 0px;
}
.box-video.scrolled {
  padding-left: 0rem;
  padding-right: 0rem;
  transition-duration: 2s;
  margin-top:0rem;
  padding-bottom: 0px;
}
.video-background-holder {
    height: 50vh;
}
.box-txt {
    padding-top: 10%;
    padding-left: 7%;
    padding-right: 7%;
}
.box-video-lato {
    padding-left: 0rem;
}

.btn-nav {
    font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1920 - 300)));
    box-shadow: 0px 0px 10px 0px #00a29c;
    padding: 0.4rem 1rem;
    border: 0px solid #00a29c;
    
}
.sp-foot{
  padding-top: 6vh;
  padding-left: 3%;
  padding-right: 3%;
}
.txt-foot {
    font-size: calc(16px + (22 - 16) * ((100vw - 300px) / (1920 - 300)));
    line-height: calc(20px + (30 - 20) * ((100vw - 300px) / (1920 - 300)));
    color: #f4f5f0;
    font-weight: 400;
    margin-bottom: 0.7rem;
}
.form-control{
      font-size: calc(16px + (22 - 16) * ((100vw - 300px) / (1920 - 300)));
}
input::placeholder {
  font-size: calc(16px + ( 22 - 16)*((100vw - 300px) /(1920 - 300)));
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: calc(16px + ( 22 - 16)*((100vw - 300px) /(1920 - 300)));
}
}


@media only screen and (max-width: 850px) {
  .wa {
            right: 0.2rem;
            bottom: 0.2rem;
            max-width: 90px;
        }
        
.box-video{
  padding: 0rem;
  transition-duration: 2s;
  padding-top: 8rem;
  padding-bottom: 0px;
}
.box-video.scrolled {
  padding-left: 0rem;
  padding-right: 0rem;
  transition-duration: 2s;
  margin-top:0rem;
  padding-bottom: 0px;
}
nav.navscr {
    background-color: #ffffff !important;
    border-radius: 2rem;
    box-shadow: 0px 0px 10px 0px #1515154f;
    transition-duration: 1s;
}
.video-background-holder {
    position: relative;
    background-color: #222222;
    height: 50vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
    border-radius: 2rem 2rem 2rem 2rem;
    transition-duration: 2s;
}
.bg-light {
    background-color: #ffffff !important;
    margin-top: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    transition-duration: 1s;
    border-radius: 2rem;
}
.logo-nav {
    max-width: 8rem;
    min-width: 8rem;
}

.sp-numero {
    padding: 2rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.box-txt {
    padding-top: 10%;
    padding-left: 7%;
    padding-right: 7%;
}
.box-numero {
    background-color: #15182d;
    padding: 1.5rem 1rem;
  
    border-radius: 1rem;
}
.video-contatti {
    border-radius: 4rem 100rem 0rem 0rem;
}
.box-h1{
  padding-left: 5%;
   padding-right: 5%;
}
.box-settore {
    padding: 10% 5%;
    border-bottom: 2px solid #00a29c;
}
.sp-btn {
    padding-top: 0.5rem;
}
.title-h1 {
    padding-top: 1em;

}
.btn-nav {
    background-color: #00a29c;
    border-radius: 8rem;
    color: rgb(28, 28, 28);
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1920 - 300)));
    box-shadow: 0px 0px 10px 0px #00a29c;
    padding: 0.3rem 1rem;
    border: 0px solid #076d69;
    margin-bottom:1rem
}
.navbar-toggler{
  border: 0px;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 transparent;
}
.dati{
  text-align: center;
  padding-bottom:1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: calc(12px + ( 20 - 12)*((100vw - 300px) /(1920 - 300)));
  line-height: calc(20px + ( 20- 20)*((100vw - 300px) /(1920 - 300)));
  color:#15182d;
  font-weight: 400;
  margin-bottom: 0.7rem;
}
.back-head{
  background-color: #ffffff;
  background-image:url(../img/head-mobile.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 80vh;
  border-radius: 0rem 0rem 5rem 5rem
}

.logo-head {
    position: absolute;
    bottom: 1%;
    left: 18%;
    max-width: 60%;
    min-width: 60%;
}

.box-1txt {
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 6%;
    padding-right: 6%;
}
.box-2txt{
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 6%;
    padding-right: 6%;
    border-radius: 0rem 0rem 0rem 4rem;
}
.box-cad {
    padding-top: 10%;
    padding-bottom: 3%;
    padding-left: 6%;
    padding-right: 6%;
}
.box-list {
    padding-top: 4%;
    padding-bottom: 3%;
    padding-left: 6%;
    padding-right: 6%;
}
.box-ges {
    padding-top: 3%;
    padding-bottom: 10%;
    padding-left: 6%;
    padding-right: 6%;
}
.box-servizi {
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 6%;
    padding-right: 6%;
}
.title-h2{
  padding-top: 2rem;
}
.back-head-pag{

  border-radius: 0rem 0rem 3rem 3rem
}
}
