@import url('https://fonts.googleapis.com/css?family=Muli:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i&display=swap');
/*font-family: 'Muli', sans-serif;*/
/*font-family: 'Open Sans', sans-serif;*/
/*GENERALI*/
html, body {
  height: 100%;
  min-height: 100%;
  padding: 0px;
  margin: 0px;
  color: #5e6874;
  outline: none;
  background-color: #dfe9e6;
}
html, body {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
}
* {
  outline: none !important;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.big-gutters {
  margin-right: -30px !important;
  margin-left: -30px !important;
}
.big-gutters > .col, .big-gutters > [class*=col-] {
  padding-right: 30px;
  padding-left: 30px;
}
section {
  position: relative;
  margin-bottom: 100px;
}
section:last-of-type {
  margin-bottom: 0;
}
section.intro {
  height: 70vh;
  min-height: 700px;
  margin-bottom: 150px;
  border-bottom-right-radius: 30% 40%;
  overflow: hidden;
}
section.wave {
  /*padding-top: 100px;*/
}
section.wave::before {
  /*content: "";*/
  position: absolute;
  height: 300px;
  width: 100%;
  bottom: 100%;
  right: 0;
  background-image: url(../img/wave.svg);
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 20;
}
.homepage section.intro {
  height: 130vh;
  min-height: 900px;
}
.wrapper {
  width: 100%;
  padding: 0 35px;
  margin: auto;
}
.container {
  position: relative;
  z-index: 10;
  margin-bottom: 100px;
}
.container:last-of-type {
  margin-bottom: 0;
}
.container.container_border {
  border-top: 2px solid #2b5da8;
  padding-top: 85px;
}
.row {
  margin-bottom: 100px;
}
.row:last-of-type {
  margin-bottom: 0;
}
.row.row_intro {
  height: 70vh;
  min-height: 700px;
}
.homepage .row.row_intro {
  height: 100vh;
  min-height: 700px;
}
.row_inside {
  padding-top: 35px;
  margin-top: 35px;
  border-top: 2px solid #2b5da8;
}
.intro .row_inside {
  border-top: none;
  padding: 0;
}
.row.row_item {
  margin: 0;
}
.cover {
  display: block;
  width: 100%;
  height: inherit;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.background_big .cover {
  object-position: top;
}
.background_big .cover.cover_bottom {
  object-position: bottom;
}
dl, ol, ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
/*END GENERALI*/
/*TYPO*/
h1, h2, h3, h3, h4, h5, h6 {
  padding: 0px;
  margin: 0 0 0 0;
}
h1 {
  font-family: 'Muli', sans-serif;
  font-size: 110px;
  line-height: 115px;
  font-weight: 900;
  font-style: italic;
  color: #fff;
}
h1:last-child {
  margin-bottom: 0;
}
h2 {
  font-family: 'Muli', sans-serif;
  font-size: 40px;
  line-height: 45px;
  font-weight: 800;
  color: #2b5da8;
  margin-bottom: 40px;
}
h2:last-child {
  margin-bottom: 0;
}
h3 {
  font-family: 'Muli', sans-serif;
  font-size: 55px;
  line-height: 60px;
  font-weight: 900;
  font-style: italic;
  color: #2b5da8;
  margin-bottom: 40px;
}
h3:last-child {
  margin-bottom: 0;
}
.item_inside_border h3 {
  font-family: 'Muli', sans-serif;
  font-size: 40px;
  line-height: 45px;
  font-weight: 800;
  font-style: normal;
  color: #2b5da8;
}
.item_where h3 {
  font-size: 22px;
  line-height: 22px;
  font-style: normal;
  margin-bottom: 20px;
}
h3 i {
  font-size: 80%;
}
h4 {
  font-family: 'Muli', sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 800;
  color: #5e6874;
}
h4 span {
  display: inline-block;
  vertical-align: middle;
}
h4 span.icon_title {
  height: 30px;
  margin-right: 12px;
  padding-right: 12px;
  border-right: 2px solid #5e6874;
}
h4 span img {
  max-height: 100%;
}
h5 {
  font-family: 'Muli', sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 800;
  color: #2b5da8;
}
p {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #5e6874;
  margin-bottom: 15px;
}
p:last-of-type {
  margin-bottom: 0 !important;
}
p a, p a:hover {
  text-decoration: underline;
  font-weight: 700;
  color: #5e6874;
}
.intro p {
  color: #fff;
  font-weight: 800;
  margin-top: 30px;
}
.intro p span {
  display: inline-block;
  vertical-align: middle;
}
.intro p span.icon_title {
  height: 50px;
  margin-right: 12px;
  padding-right: 12px;
}
.intro p span img {
  max-height: 100%;
}
.item_inside_border p {
  color: #2b5da8;
}
p.data {
  font-family: 'Muli', sans-serif;
  font-size: 14px;
  font-weight: 800;
  color: #2b5da8;
  margin-bottom: 20px;
}
p.sottotitolo {
  font-family: 'Muli', sans-serif;
  font-size: 16px;
  font-weight: 800;
  color: #2b5da8;
  margin-bottom: 30px;
}
.col_info p {
  font-size: 14px;
  line-height: 18px;
}
.col_download p a {
  font-family: 'Muli', sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: #2b5da8;
  text-decoration: none;
}
.item_where p {
  font-size: 16px;
  line-height: 22px;
  color: #2b5da8;
  border-top: 2px solid #2b5da8;
  padding-top: 20px;
  margin-bottom: 20px;
}
.item_where p a {
  color: #2b5da8;
  text-decoration: none;
  font-weight: 700;
}
strong {
  font-weight: bolder;
}
/*END TYPO*/
/*A BTN*/
a.more {
  font-family: 'Muli', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 800;
  text-align: center;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  padding: 10px 25px;
  min-height: 40px;
  border-radius: 5px;
  color: #fff;
  background-color: #2b5da8;
  transition: background 0.3s;
  margin-top: 40px;
  margin-right: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
a.more:hover, .item_inside_banner_bolletta a.more:hover, .intro a.more:hover {
  background-color: #74bb62;
}
a.more:last-of-type {
  margin-right: 0;
}
a.more i {
  margin-right: 8px;
  margin-left: -8px;
  font-size: 110%;
}
.row_inside a.more {
  margin-top: 0;
}
.col_info a.more {
  width: 100%;
}
/*END A BTN*/
/*HOME*/
.scroll {
  position: absolute;
  z-index: 200;
  left: calc((100% - 1110px) / 2);
  bottom: 0;
  height: 40vh;
  min-height: 250px;
  border-left: 2px solid #fff;
}
.icon_mouse {
  display: block;
  position: absolute;
  top: -40px;
  left: -10px;
  width: 3px;
  padding: 5px 5px;
  height: 15px;
  border: 2px solid #fff;
  border-radius: 15px;
  opacity: 0.75;
  box-sizing: content-box;
}
.scroller {
  width: 3px;
  height: 6px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: move_scroll;
  animation-duration: 2.0s;
  animation-timing-function: cubic-bezier(.15, .41, .69, .94);
  animation-iteration-count: infinite;
}
@keyframes move_scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(12px);
    opacity: 0;
  }
}
/*END HOME*/
/*PAGE*/
.background_big {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.background_big .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.85;
  z-index: 2;
  background: #385da3; /* Old browsers */
  background: -webkit-linear-gradient(top left, #30a0e3 20%, #8cba60 70%, #62b299 90%, #385da3 100%);
  background: -o-linear-gradient(top left, #30a0e3 20%, #8cba60 70%, #62b299 90%, #385da3 100%);
  background: linear-gradient(to bottom right, #30a0e3 20%, #8cba60 70%, #62b299 90%, #385da3 100%); /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1dd4c', endColorstr='#385da3', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}
@keyframes move_overlay {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(2, 2);
  }
  100% {
    transform: scale(1, 1);
  }
}
.img_page {
  position: relative;
  width: 100%;
  height: 550px;
  overflow: hidden;
}
.img_fluid {
  position: relative;
  width: 100%;
  height: auto;
}
.img_fluid img {
  width: 100%;
  height: auto;
}
.img_item {
  position: relative;
  width: 100%;
  height: 300px;
  margin-top: -30px;
  overflow: hidden;
}
.item_inside {
  position: relative;
  border-top: 2px solid #2b5da8;
  padding: 100px 50px;
  background-color: #fff;
}
.item_info {
  padding: 100px 50px;
  background-color: #f0f9f6;
  border-top: 2px solid #2b5da8;
}
/*hover animation*/
.item_inside, .img_item, .item_info {
  transition: all 0.6s;
}
.item:hover .item_inside, .item_info:hover {
  transform: translate(0, -40px);
}
.item:hover .img_item {
  transform: translate(0, -50px) scale(1, 1);
}
/*end hover animation*/
.item_inside_blu {
  border-top: 2px solid #2b5da8;
  background-color: #f0f9f6;
}
.item_inside.item_inside_green {
  border-top: 2px solid #73b295;
}
.item_inside_border {
  border: 2px solid #2b5da8;
  background-color: transparent;
}
.item_inside_banner_bolletta {
  border-top: 2px solid #2a507f !important;
  background: #2b5da8;
}
.item_inside_banner_bolletta.item_inside_banner_bolletta_green {
  border-top: 2px solid #50a087 !important;
  background: #62b299;
}
.item_inside_green h3, .item_inside_green p.sottotitolo {
  color: #73b295;
}
.item_inside_green a.more {
  background-color: #73b295;
}
.item_inside_green a.more:hover {
  background-color: #74bb62;
}
.row.row_item .item:nth-child(2n) {
  padding-top: 100px;
}
.row.row_item_vert .item {
  margin-bottom: 100px;
}
.row.row_item_vert .item:last-of-type {
  margin-bottom: 0;
}
.item_inside_banner {
  padding-bottom: 35px !important;
}
.item_inside_banner_bolletta p, .item_inside_banner_bolletta h3 {
  color: #fff;
}
.item_inside_banner_bolletta a.more, .intro a.more {
  background: transparent;
  border: 1px solid #fff;
}
.item_inside_banner_bolletta a.more:hover, .intro a.more:hover {
  background: transparent;
  border: 1px solid #fff;
}
.tag {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: #2b5da8;
  border-bottom-left-radius: 5px;
}
.tag img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 55%;
  max-height: 55%;
}
.item_inside_green .tag {
  background-color: #73b295;
}
.img_slide .tag {
  width: auto;
  height: auto;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  padding: 10px 15px;
  color: #fff;
  right: 5px;
}
.area_call {
  padding: 50px 50px;
  background-color: #2b5da8;
}
.area_call h5 {
  color: #fff;
}
.area_call.area_call_white {
  background-color: #fff;
}
.row.row_download {
  margin-bottom: 15px;
  background-color: #cbdcdd;
}
.col_download {
  padding: 0;
}
.col_download:last-of-type {
  padding-left: 50px;
  padding-right: 50px;
}
.col_download a.a_download {
  display: block;
  position: relative;
  width: 100%;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.25);
}
.col_download a.a_download::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #cbdcdd;
  transition: all 0.3s;
  z-index: 1;
}
.col_download a.a_download:hover::before {
  width: 100%;
  height: 100%;
}
.col_download i {
  display: block;
  position: absolute;
  color: #2b5da8;
  font-size: 150%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.item_where {
  position: relative;
  padding: 50px 50px;
  border-top: 2px solid #2b5da8;
  background-color: #cbdcdd;
  margin-bottom: 15px;
}
.item_where:last-of-type {
  margin-bottom: 0;
}
.slide03 {
  padding: 100px 0;
  border-top: 2px solid #2b5da8;
  border-bottom: 5px solid #cbdcdd;
}
.slick-list {
  z-index: 2;
  padding: 0 !important;
}
.slide03 .slick-list {
  z-index: 2;
  padding: 0 5px !important;
  margin-left: -10px;
  margin-right: -10px;
}
.slick-prev {
  display: none !important;
}
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 50px;
  right: 0;
  display: block;
  width: 30px;
  height: 25px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-next:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../img/long-arrow-alt-right-solid.svg");
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
}
.img_slide {
  position: relative;
  height: 400px;
  padding: 0 5px;
}
.row_app {
  position: relative;
  margin-top: 35px;
}
a.more_app {
  display: inline-block;
  margin-right: 5px;
  margin-top: 5px;
  width: 160px;
}
a.more_app img {
  width: 100%;
}
.img_portal_offerte {
  max-height: 80%;
  max-width: 40%;
}
/*END PAGE*/
/*MAP*/
#map {
  width: 100%;
  height: 90vh;
  min-height: 700px;
  background-color: #cbdcdd;
}
.col_map::before {
  /*content: "";*/
  position: absolute;
  top: 50px;
  left: 50px;
  width: 100%;
  height: 100%;
  background-color: #cbdcdd;
}
/*END MAP*/
/*FOOTER*/
footer {
  position: relative;
  background-color: #f0f9f6;
  padding: 100px 0;
  margin-top: 100px;
}
footer a.logo {
  position: relative;
  top: auto;
  left: auto;
  height: 50px;
  transform: none;
  background-image: url(../img/logomain_blue.png);
}
footer .row {
  margin-bottom: 50px;
}
footer h2 {
  margin: 0;
}
footer p, footer p a {
  font-size: 14px;
  line-height: 18px;
  color: #2b5da8;
}
.area_call_footer {
  padding: 35px 35px;
  background-color: #2b5da8;
  border-radius: 6px;
}
.area_call_footer p {
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
}
footer .area_call_footer p a, footer .area_call_footer p a:hover {
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
}
/*END FOOTER*/