@font-face {
    font-family: 'Sweet Sans Pro';
    src: url('font/sweetsanspro-medium-webfont.woff2') format('woff2'),
         url('font/sweetsanspro-medium-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;

}


main > .col-*{max-width: 1920px;}

@font-face {
    font-family: 'Sweet Sans Pro';
    src: url('font/sweetsanspro-regular-webfont.woff2') format('woff2'),
         url('font/sweetsanspro-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'Sweet Sans Pro';
    src: local('Sweet Sans Pro Bold'), local('Sweet-Sans-Pro-Bold'),
        url('font/SweetSansPro-Bold.woff2') format('woff2'),
        url('font/SweetSansPro-Bold.woff') format('woff'),
        url('font/SweetSansPro-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
  }

.bg-light{background-color: #fff!important;}

a.mobile_link{color:#4d5454; text-decoration: none;}
strong{font-weight: 700!important;}
html,
body {
  margin: 0;
  font-family: 'Sweet Sans Pro';
  
}

@media screen and (max-width: 991px){
  html,
  body {height: 100%;overflow-y: hidden;}
}
h1 strong {
font-family: 'Sweet Sans Pro';font-weight: 600;
font-size: 38px;
letter-spacing: 1.6px;
}
h1{
  font-size: 30px;
  font-family: 'Sweet Sans Pro';font-weight: 400;
  color: #4d5454;
}
h2{
  font-size: 20px;
  font-family: 'Sweet Sans Pro';font-weight: 600;
  color: #4d5454;
  margin-bottom: 0;
}

p{
  font-size: 14px;
  font-family: 'Sweet Sans Pro';font-weight: 400;
  color: #4d5454;
  line-height: 17px;
  margin-bottom: 0;
  letter-spacing: .7px;
}
hr{color:#4d5454;height: 2px;opacity: 1;margin: 1rem 0 0;}

body{background-color: #c0c9e1;}
nav{border-radius: 35px;height: 70px}
nav li a {font-family: 'Sweet Sans Pro';font-weight: 600;font-size: 14px}
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,0);
    border: 0 solid transparent!important;
    padding: 0!important;
}
.navbar-collapse{
  position: absolute;
  top: 40px;
  right: 70px;
  width: 260px;
  text-transform: uppercase;
}
.navbar-nav{
  background-color: #fff;
  text-align: center;
  padding: 40px 20px;
  border-radius: 45px;
}
@media screen and (max-width: 991px){
  .navbar-collapse{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-transform: uppercase;
    z-index: -1;
  }
  .navbar-nav{padding: 100px 20px 40px;
    border-radius:45px;;}

  h1 strong {
  font-family: 'Sweet Sans Pro';font-weight: 600;
  font-size: 22px;
  letter-spacing: .4px;
  }
  h1{
    font-size: 18px;
    font-family: 'Sweet Sans Pro';font-weight: 400;
    color: #4d5454;
  }
  h2{
  font-size: 18px;
  }

}




#nav-icon3 {
  width: 20px;
  height:20px;
  position: relative;
  -webkit-transform: rotate(0deg) translateY(4px);
  -moz-transform: rotate(0deg) translateY(4px);
  -o-transform: rotate(0deg) translateY(4px); 
  transform: rotate(0deg) translateY(4px);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #4d5454;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}


#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 6px;
}

#nav-icon3 span:nth-child(4) {
  top: 12px;
}

#nav-icon3.open span:nth-child(1) {
  top: 6px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 6px;
  width: 0%;
  left: 50%;
}









main {
  overflow-x: hidden;
  display: flex;
}

#arrow{
    width: 35%;
    position: absolute;
    right: 0;
    bottom: 20%;
    z-index: 9;
}
#arrow02{
    width: 15%;
    position: absolute;
    left: 0;
    bottom: 20%;
    z-index: 9;
}

.clame{line-height: 26px;text-transform: uppercase;font-size:25px;font-family: 'Sweet Sans Pro';font-weight: 400;color: #4d5454;}
.clame span{letter-spacing: 1px;font-family: 'Sweet Sans Pro';font-weight: 700;}


.header{
 background-image:url(img/definitiva.gif);
 background-position: center  left 200%;
 background-size: 80%;
 background-repeat: no-repeat;

}
.translate{transform: translateX(-200%) rotate(90deg)!important}
.carousel-inner{
  transform: translateX(0) rotate(0);
    -webkit-transition: all 1s  ease-in-out ;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
#icona{
  opacity: 0;
  height:60px;
  transform: scale(3) rotate(45deg);
  transform-origin: center;  
  -webkit-transition: all 1.8s  ease-in-out ;
  -moz-transition: all 1.8s ease-in-out;
  -o-transition: all .18s ease-in-out;
  transition: all 1.8s ease-in-out;
}
.opacity{opacity: 0;}

.carousel-item .to_fade {
  opacity: 0;
    -webkit-transition: all .6s  ease-in-out ;
  -moz-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}
.active  .to_fade{opacity: 1}

.carousel-control-prev-icon,.carousel-control-next-icon {margin-top: 50px;}


@media screen and (max-width: 991px){
  .header{
   background-image:url(img/definitiva.gif);
   background-position: 30% 60%;
   background-size: 180%;
   background-repeat: no-repeat;
  -webkit-transition: all .6s  ease-in-out ;
  -moz-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  }
  
  .clame{font-size:18px;}
}
.h-33{height: 33.3332%}
.h-15{height: 15%}
section {
  min-width: 80vw;
  min-height: 100vh;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  font-size: 4ch;
}
#section02 {
  min-width: 70vw;
  min-height: 100vh;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  font-size: 4ch;
}
ul#settori{
  background-color: rgba(255, 255, 255, .4);
  border: 2px solid #fff;
  border-radius: 50px;
  list-style: none;
  text-transform: uppercase;
  text-align: center;
  color: #4d5454!important;
  font-size: 14px;
  padding: 30px 40px;
}
a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}

#text_content4 p,#text_content4 h2{color: #fff!important}
#fifth_slide {background-image: url(img/bg_grad.png);background-size: cover }
#section05 {background-image: url(img/bg_grad.png);background-size: cover }
#section05 p{color: #fff!important;}
#barra{cursor: pointer;}
.point p{ font-size:14px }
.header {
  position:relative;
  text-align:center;
  color:white;
  animation: all 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
#section05 h2{color: #fff!important;font-size: 24px;}
.btn-round{color: #fff;font-size: 16px;text-transform: uppercase;background-color: transparent;border: 1px solid #fff; border-radius: 50px;padding: 4px 30px}
.btn-round:hover{background-color: rgba(255, 255, 255, .3);color: #fff;}
.flex { /*Flexbox for containers*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.pic01{
-webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: rgba(255, 255, 255, .4);
  border-radius: 8px 8px 0 0;
}


@media screen and (max-width: 991px){
  .pic01{
   -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-color: rgba(255, 255, 255, .4);
    border-radius: 32px; 
  }
}



#cerchio{bottom:-23%;right:-46%}
@media screen and (max-width: 1600px){
  #cerchio{bottom:-15%;right:-46%}
}
@media screen and (min-width: 1601px){
  #cerchio{bottom:-25%;right:-46%}
}



.pic01,.pic02
{
  -webkit-transition: opacity .8s  ease-in-out ;
  -moz-transition: opacity .8s ease-in-out;
  -o-transition: opacity .8s ease-in-out;
  transition: opacity .8s ease-in-out;
}
.waves {
  position:relative;
  width: 100%;
  height:100%;
  min-height:100px;
  max-height:600px;
}
.anim{ opacity: 1;transform: initial;
  -webkit-transition: all .8s  ease-in-out ;
  -moz-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
 }
 .hide{opacity: 0!important;transform: translateX(100px)!important;}

 .rivela { opacity: 1;
  transform: initial;
  transform-origin: center;
  transition-delay: 3s;
  -webkit-transition: all .8s  ease-in-out ;
  -moz-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
 }
 .nascondi{
  transform: scale(1.5);
  opacity: 0;
    transition-delay: 3s;
  -webkit-transition: all .8s  ease-in-out ;
  -moz-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
 }

@media screen and (max-width: 991px){
  ul#text li{
   font-size: 16px!important;
    font-family: 'Sweet Sans Pro';font-weight: 400!important;
    color: #4d5454!important;
    line-height: 18px!important;
  }
}

.border-end {border-right: 1px solid #4d5454!important;}

footer {width: 80%;transform: translateX(10%); height: 100px ;border-radius:100px 100px 0  0}
footer p,footer a{ font-family: 'Sweet Sans Pro';font-weight: 400;text-decoration: none;color:#4e5455 ;margin-bottom: 0; font-size: 11px;line-height: 14px;}
footer p strong{font-family: 'Sweet Sans Pro';font-weight: 600;}


