* {
    scroll-behavior: smooth;
}

/****** TIPOGRAFIA ******/
html {
  overflow-x: hidden;
}
body {
  color: #4d4d4d;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.5rem;
  overflow-x: hidden;
  background: rgb(203,204,206);
  background: linear-gradient(72deg, rgba(203,204,206,1) 0%, rgba(255,255,255,1) 50%, rgba(203,204,206,1) 99%);
}
.lh-120{ line-height: 1.2;}
section {
  overflow: hidden !important;
}
strong{
  font-weight: 600;
}
.text-cian{
  color: #00aeef;
}
h2{
  font-family: 'League Gothic', sans-serif;
  letter-spacing: 2px;
}
h4{
  font-family: 'Source Sans Pro', sans-serif;
}
.logo{
  max-width: 280px;
}
fieldset {
  display: block;
  margin: 10px auto;
  padding: 15px;
  border: 3px solid #00aeef;
  border-radius: 15px;
  width: 90%;
  max-width: 420px;
}
legend {
  display: table;
  min-width: 0px;
  max-width: 70%;
  position: relative;
  margin: auto;
  padding: 5px 15px;
  font-size: 20px;
  text-align: center;
  font-size: 1.4rem;
  font-family: 'Source Sans Pro', sans-serif;
}
.rrss a img{
  border-radius: 50%;
  box-shadow: 8px 11px 20px -8px rgba(0,0,0,0.57);
-webkit-box-shadow: 8px 11px 20px -8px rgba(0,0,0,0.57);
-moz-box-shadow: 8px 11px 20px -8px rgba(0,0,0,0.57);
transition: all ease .25s;
}
.rrss a:hover img{
  box-shadow: 8px 11px 20px -8px rgba(0,0,0,0.83);
  -webkit-box-shadow: 8px 11px 20px -8px rgba(0,0,0,0.83);
  -moz-box-shadow: 8px 11px 20px -8px rgba(0,0,0,0.83);
}
.logos-footer img{
  mix-blend-mode: multiply;
}

.floating{
  position: fixed;
  z-index: 700;
  top: 30%;
  right: 0rem;
  opacity: .9;
  transition: all ease .25s;
  width: 160px;
}
