body {
  font-family: Vollkorn, serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
}

h2 {
  margin: 10px 0px;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

h3 {
  margin: 0px 0px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Vollkorn, serif;
  font-size: 16px;
  line-height: 22px;
}

.button {
  display: inline-block;
  padding: 15px 33px;
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: #47474f;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Vollkorn, serif;
  color: #47474f;
  font-size: 19px;
  font-style: italic;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #fff;
}

.button.form {
  margin-top: 23px;
  margin-bottom: 24px;
  padding-right: 54px;
  padding-left: 54px;
  border-width: 1px 1px 2px;
  border-color: #7ec4bd;
  color: #7ec4bd;
}

.button.form:hover {
  background-color: rgba(126, 196, 189, 0.34);
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  margin-top: 0px;
  padding: 0px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.18)), to(rgba(0, 0, 0, 0.18))), url('../images/CENTRO-DIAGNOSTICA-PER-IMMAGINI.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18)), url('../images/CENTRO-DIAGNOSTICA-PER-IMMAGINI.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  color: #fff;
  text-align: center;
}

.header.project-page {
  padding-top: 77px;
  padding-bottom: 77px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(100, 209, 198, 0.55)), to(rgba(100, 209, 198, 0.55))), url('../images/lake.jpg');
  background-image: linear-gradient(180deg, rgba(100, 209, 198, 0.55), rgba(100, 209, 198, 0.55)), url('../images/lake.jpg');
}

.navbar {
  padding-top: 18px;
  padding-bottom: 18px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 96.1%, 0.95)), to(hsla(0, 0%, 96.1%, 0.95))), url('../images/radiologia-.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 96.1%, 0.95), hsla(0, 0%, 96.1%, 0.95)), url('../images/radiologia-.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 400px;
}

.nav-link {
  margin-top: 23px;
  margin-left: 34px;
  padding: 0px;
  border-bottom: 2px solid transparent;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #404040;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.nav-link:hover {
  border-bottom-color: #7ec4bd;
}

.nav-link.w--current {
  margin-top: 0px;
}

.logo-title {
  margin-top: 13px;
  float: left;
  font-family: Oswald, sans-serif;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.logo-img {
  margin-right: 18px;
  float: left;
}

.main-heading {
  margin-top: 7px;
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  color: #f5f5f5;
  font-size: 44px;
  line-height: 55px;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 0 1px 0 #000;
}

.divider {
  display: block;
  width: 80px;
  height: 2px;
  margin: 28px auto;
  background-color: #fff;
}

.divider.grey {
  margin-bottom: 43px;
  background-color: rgba(0, 0, 0, 0.09);
}

.main-subtitle {
  font-family: Vollkorn, serif;
  color: hsla(0, 0%, 100%, 0.81);
  font-size: 18px;
  font-style: italic;
}

.main-subtitle.due {
  color: rgba(20, 19, 19, 0.81);
  text-align: center;
}

.about-section {
  display: block;
  height: auto;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #19857a;
  text-align: center;
}

.about-text {
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  color: #47474f;
  font-size: 18px;
  line-height: 25px;
}

.x-icon {
  margin-top: -26px;
  margin-bottom: 34px;
}

.section {
  padding-top: 69px;
  padding-bottom: 69px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 96.1%, 0.43)), to(hsla(0, 0%, 96.1%, 0.43))), url('../images/radilogia-gela.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 96.1%, 0.43), hsla(0, 0%, 96.1%, 0.43)), url('../images/radilogia-gela.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  text-align: center;
}

.section.grey {
  background-color: #f5f5f5;
}

.section.contact {
  background-color: #7ec4bd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(76, 175, 165, 0.89)), to(rgba(76, 175, 165, 0.89))), url('../images/risonanza-magnetica.jpg');
  background-image: linear-gradient(180deg, rgba(76, 175, 165, 0.89), rgba(76, 175, 165, 0.89)), url('../images/risonanza-magnetica.jpg');
  background-size: auto, cover;
  font-family: Vollkorn, serif;
}

.section.footer {
  background-color: #000;
}

.grey-icon-wrapper {
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f5f5f5;
}

.project-wrapper {
  position: relative;
  bottom: 0px;
  display: block;
  -webkit-transition: bottom 300ms ease;
  transition: bottom 300ms ease;
  color: #333;
  text-decoration: none;
}

.project-wrapper:hover {
  bottom: 8px;
}

.team-image {
  margin-bottom: 21px;
  border-radius: 100%;
}

.role {
  margin-bottom: 16px;
  font-family: Vollkorn, serif;
  font-size: 17px;
  font-style: italic;
}

.social-link {
  width: 29px;
  height: 29px;
  margin: 3px;
  padding-top: 5px;
  padding-left: 1px;
  border-radius: 100%;
  background-color: #f5f5f5;
  box-shadow: inset 0 0 0 1px transparent;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}

.social-link:hover {
  box-shadow: inset 0 0 0 2px #7ec4bd;
}

.team-title {
  margin-bottom: 7px;
}

.testimonial-slider {
  height: auto;
  background-color: transparent;
}

.quote-icon {
  margin-bottom: 37px;
}

.arrow {
  width: 40px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #e3e3e3;
  font-size: 30px;
}

.arrow:hover {
  color: #333;
}

.testimonial-slide {
  width: 50%;
  padding: 30px 34px 29px;
  text-align: center;
}

.testimonial-slide.left-border {
  border-left: 2px solid rgba(0, 0, 0, 0.04);
}

.mask {
  display: block;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}

.team-row {
  margin-bottom: 20px;
}

.testimonial {
  margin-bottom: 22px;
  font-size: 20px;
  line-height: 25px;
}

.from {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #ababab;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.icon-wrapper {
  height: 95px;
  margin-bottom: 10px;
  padding-top: 13px;
}

.icon-wrapper._2 {
  padding-top: 20px;
}

.footer-logo {
  margin-bottom: 15px;
  opacity: 0.4;
}

.contact-text {
  color: #fff;
  font-size: 16px;
}

.link {
  color: #1c1c1c;
}

.social-wrapper {
  display: block;
  margin-bottom: 11px;
  margin-left: 33%;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  text-align: left;
  text-decoration: none;
}

.social-wrapper:hover {
  opacity: 0.43;
}

.footer-text {
  color: hsla(0, 0%, 100%, 0.4);
}

.social-link-text {
  display: inline-block;
}

.social-icon {
  margin-top: -6px;
  margin-right: 9px;
}

.field {
  height: 57px;
  margin-bottom: 0px;
  padding-top: 17px;
  padding-bottom: 17px;
  border: 1px solid #19857a;
  background-color: hsla(0, 0%, 100%, 0.2);
  box-shadow: inset 3px 0 0 0 transparent;
  color: #7ec4bd;
  font-size: 18px;
  font-style: italic;
}

.field:focus {
  box-shadow: inset 3px 0 0 0 #7ec4bd;
}

.field.large {
  height: 127px;
  border-style: none;
}

.field.darker {
  border-color: #7ec4bd;
  background-color: hsla(0, 0%, 100%, 0.18);
  box-shadow: none;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}

.form-wrapper {
  margin-top: 46px;
  padding-right: 20%;
  padding-left: 20%;
}

.success-message {
  padding-top: 82px;
  padding-bottom: 82px;
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: #7ec4bd;
  background-color: transparent;
  color: #7ec4bd;
}

.project-info {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}

.project-title {
  margin-bottom: 4px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 534.53125px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.grow-row {
  margin-bottom: 42px;
}

.screenshot {
  margin-bottom: 43px;
}

.face {
  margin-bottom: 10px;
  border-radius: 100%;
}

.row-2 {
  padding-top: 1px;
  padding-bottom: 21px;
}

.heading {
  color: #19857a;
  font-size: 20px;
}

.heading-2 {
  color: #19857a;
  font-size: 20px;
}

.heading-3 {
  color: #19857a;
  font-size: 20px;
}

.heading-4 {
  color: #19857a;
  font-size: 20px;
}

.heading-5 {
  color: #19857a;
  font-size: 20px;
}

.heading-6 {
  color: #19857a;
  font-size: 20px;
}

.row-3 {
  margin-top: 28px;
}

.diagnostica {
  font-family: Merriweather, serif;
  font-size: 13px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-2 {
  text-align: center;
}

.section-2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 96.1%, 0.9)), to(hsla(0, 0%, 96.1%, 0.9))), url('../images/tac-alta-definizione-.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 96.1%, 0.9), hsla(0, 0%, 96.1%, 0.9)), url('../images/tac-alta-definizione-.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 1250px;
}

.form-2 {
  border: 2px solid #19857a;
  text-align: center;
}

.section-3 {
  height: 123%;
  text-align: center;
}

.section-4 {
  height: auto;
}

.row-4 {
  padding: 60px;
}

.column {
  text-align: center;
}

.rich-text-block {
  font-size: 18px;
}

.dropdown-toggle {
  margin-top: 14px;
}

.section-5 {
  height: auto;
}

.container-3 {
  padding: 82px;
}

.paragraph {
  color: #180202;
  line-height: 35px;
  text-align: justify;
}

.heading-7 {
  font-size: 16px;
  text-align: left;
}

.row-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
}

.nav-link-2 {
  font-family: Lato, sans-serif;
  color: rgba(25, 133, 122, 0.6);
  font-weight: 400;
}

.nav-link-2:hover {
  border-top: 2px solid #19857a;
  color: #19857a;
}

.nav-link-2.w--current {
  border-style: solid none none;
  border-width: 2px;
  border-color: #19857a #000 #000;
  color: #19857a;
}

.link-block {
  padding-top: 10px;
  padding-bottom: 10px;
  color: rgba(73, 71, 71, 0);
  text-decoration: none;
}

.link-block:hover {
  box-shadow: 1px 1px 3px 0 #000;
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.paragraph-2 {
  color: #333;
}

.paragraph-2.lato {
  margin-top: 10px;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
}

.dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Lato, sans-serif;
}

.dropdown-link:hover {
  background-color: rgba(126, 196, 189, 0.65);
}

.dropdown-link.w--current {
  background-color: #19857a;
  color: #333;
}

.dropdown-list {
  background-color: #000;
}

.dropdown-list.w--open {
  background-color: #fff;
}

.section-6 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.heading-8 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: rgba(0, 0, 0, 0.38);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 23px;
  line-height: 35px;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 1px 1px 3px #000;
}

.text-block {
  font-size: 30px;
  line-height: 35px;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid rgba(0, 0, 0, 0.45);
  background-color: rgba(0, 0, 0, 0.38);
}

.column-2:hover {
  border-right-style: none;
  background-color: rgba(0, 0, 0, 0.38);
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.column-2._3 {
  background-image: url('../images/macchinari12.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column-2._4 {
  background-image: url('../images/slide-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.column-2._5 {
  background-image: url('../images/radiografia-villa-rosalba.jpg');
  background-position: 0px 50%;
  background-size: cover;
}

.column-2._6 {
  background-image: url('../images/slide-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column-3 {
  height: 200px;
}

.heading-9 {
  color: #fff;
}

.heading-10 {
  color: #fff;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 79px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-2 {
  padding-top: 0px;
  background-color: transparent;
}

.section-7 {
  padding: 10px;
  background-color: #19857a;
}

.text-block-2 {
  color: #f5f5f5;
  text-align: center;
}

.section-8 {
  height: 70vh;
  margin-top: 0px;
  padding-top: 0px;
}

.slider {
  height: 100%;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.div-block-3 {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-4 {
  display: block;
  margin-right: 80px;
  margin-bottom: 80px;
  padding: 20px;
  border-radius: 8px;
  background-color: rgba(25, 133, 122, 0.78);
}

.heading-11 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 50px;
  font-weight: 400;
}

.slide {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/slide-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/slide-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/villa-rosalba---sistemi-di-qualita.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/villa-rosalba---sistemi-di-qualita.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.slide-2._3a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/slide-3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/slide-3.jpg');
  background-size: auto, cover;
}

.section-9 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.paragraph-3 {
  color: #000;
  line-height: 26px;
}

.unordered-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.section-10 {
  height: 450px;
}

.section-10.b {
  height: auto;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #19857a;
}

.div-block-5.generale {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.div-block-6 {
  width: 50%;
  height: 100%;
  float: right;
  background-image: url('../images/struttura-sanitaria.png');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-12 {
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  color: #f5f5f5;
}

.heading-12.dx {
  float: none;
  text-align: left;
}

.paragraph-4 {
  color: #f5f5f5;
}

.paragraph-4.dxx {
  text-align: left;
}

.image {
  width: 100%;
  height: 100%;
  opacity: 0;
}

.column-4 {
  height: 150px;
  padding-right: 0px;
  padding-left: 0px;
}

.column-4:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.a {
  width: 100%;
  height: 100%;
  background-image: url('../images/macchinari1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.a.macchinari2 {
  background-image: url('../images/macchinari2.jpg');
}

.a.macchinari3 {
  background-image: url('../images/macchinari12.jpg');
}

.a.macchinari4 {
  background-image: url('../images/macchinari4.jpg');
}

.a.macchinari5 {
  background-image: url('../images/macchinari5.jpg');
}

.a.macchinari6 {
  background-image: url('../images/macchinari6.jpg');
}

.a.macchinari7 {
  background-image: url('../images/macchinari8.jpg');
}

.a.macchinari9 {
  background-image: url('../images/macchinari9.jpg');
}

.a.macchinari10 {
  background-image: url('../images/macchinari10.jpg');
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 450px;
  padding-right: 20px;
  padding-left: 20px;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #19857a;
}

.text-span {
  font-size: 13px;
}

.section-11 {
  margin-top: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-13 {
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
}

.div-block-8 {
  width: 15%;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 30px;
  background-color: #19857a;
  color: #19857a;
}

.paragraph-5 {
  color: #000;
  font-size: 16px;
  line-height: 23px;
  text-align: justify;
}

.list-item {
  margin-bottom: 10px;
}

.image-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.column-5 {
  height: 350px;
  background-image: url('../images/macchinari12.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column-5.digitale {
  height: 580px;
  background-image: url('../images/radiografia-digitale.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.column-5.digitale.dental {
  background-image: url('../images/dental-scan.jpg');
  background-size: contain;
}

.column-5.moc {
  background-image: url('../images/moc.jpg');
  background-size: contain;
  background-repeat: no-repeat;
}

.column-5.ecografia {
  height: 250px;
  background-image: url('../images/ecografia.jpg');
  background-size: contain;
  background-repeat: no-repeat;
}

.column-5.ecografia.a300 {
  height: 450px;
  background-image: url('../images/a3000.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column-5.tccone {
  height: 470px;
  background-image: url('../images/tccone.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.column-5.ortopantomograf {
  height: 420px;
  background-image: url('../images/slide-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column-5.mammografiia {
  height: 625px;
  background-image: url('../images/mammografia.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.column-5.mammografiia.amulet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
}

.div-block-9 {
  margin-top: 25px;
}

.image-3 {
  width: 50px;
  -webkit-transform: translate(-3px, 0px);
  -ms-transform: translate(-3px, 0px);
  transform: translate(-3px, 0px);
}

.image-3:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.text-block-3 {
  margin-top: 10px;
  float: right;
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  color: #6a807d;
  font-size: 17px;
}

.text-block-3:hover {
  color: #19857a;
}

.column-6 {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link-block-2 {
  margin-bottom: 0px;
  float: left;
  color: rgba(95, 95, 95, 0);
  text-decoration: none;
}

.button-2 {
  margin-top: 10px;
  float: left;
  border: 1px none #6a807d;
  background-color: transparent;
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  color: #6a807d;
}

.button-2:hover {
  border-style: solid;
  border-color: #6a807d;
  background-color: transparent;
  color: #6a807d;
}

.section-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 80px;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/centro-diagnostico.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.div-block-10 {
  width: 60%;
  padding: 20px;
  background-color: rgba(25, 133, 122, 0.95);
}

.heading-14 {
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  color: #f5f5f5;
  font-size: 45px;
  line-height: 50px;
  text-shadow: 1px 1px 6px #000;
}

.paragraph-6 {
  margin-top: 15px;
  color: #f5f5f5;
  text-shadow: 1px 1px 6px #000;
}

.text-block-4 {
  margin-top: 20px;
  color: #f5f5f5;
  font-size: 20px;
  font-style: italic;
  text-shadow: 1px 1px 6px #000;
}

.form-3 {
  display: block;
  width: 50%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-11 {
  width: 20%;
  height: 2px;
  margin-top: 10px;
  background-color: #f5f5f5;
}

.form-block {
  margin-top: 25px;
}

.field-label {
  color: #f5f5f5;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
}

.submit-button {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 96.1%, 0.37);
  background-color: transparent;
}

.submit-button:hover {
  border-color: #f5f5f5;
}

.section-13 {
  height: 400px;
}

.html-embed {
  height: 100%;
}

.button-2-copy {
  margin-top: 0px;
  float: left;
  border: 1px none #6a807d;
  background-color: transparent;
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  color: #6a807d;
}

.button-2-copy:hover {
  border-style: solid;
  border-color: #6a807d;
  background-color: transparent;
  color: #6a807d;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-2 {
  margin-top: 20px;
}

.columns-3 {
  margin-top: 10px;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-5 {
  margin-bottom: 5px;
  text-align: center;
}

.image-5 {
  cursor: pointer;
}

.column-7 {
  cursor: pointer;
}

.div-block-13 {
  width: 30px;
  height: 30px;
  background-image: url('../images/pdf.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-6 {
  margin-left: 5px;
  color: #fff;
  font-weight: 700;
}

.link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}

.link-block-3:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.link-2 {
  color: #fff;
}

.div-block-235 {
  padding-top: 150px;
}

.section-14 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.text-block-17 {
  font-family: Lato, sans-serif;
  font-size: 30px;
  line-height: 35px;
  font-weight: 300;
}

.text-block-18 {
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.div-block-17 {
  height: 2px;
  margin-top: 20px;
  background-color: rgba(0, 0, 0, 0.03);
}

.text-block-19 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}

.container-12 {
  margin-top: 100px;
}

html.w-mod-js *[data-ix="new-interaction"] {
  opacity: 0;
  -webkit-transform: translate(0px, -200px);
  -ms-transform: translate(0px, -200px);
  transform: translate(0px, -200px);
}

html.w-mod-js *[data-ix="new-interaction-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, -200px);
  -ms-transform: translate(0px, -200px);
  transform: translate(0px, -200px);
}

html.w-mod-js *[data-ix="new-interaction-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -200px);
  -ms-transform: translate(0px, -200px);
  transform: translate(0px, -200px);
}

html.w-mod-js *[data-ix="new-interaction-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, -200px);
  -ms-transform: translate(0px, -200px);
  transform: translate(0px, -200px);
}

html.w-mod-js *[data-ix="new-interaction-5"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="new-interaction-6"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="new-interaction-7"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="new-interaction-8"] {
  opacity: 0;
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}

@media screen and (max-width: 991px) {
  .nav-link {
    margin: 0px auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link:hover {
    border-bottom-color: transparent;
  }

  .main-heading {
    font-size: 38px;
    line-height: 44px;
  }

  .project-wrapper:hover {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  .social-wrapper {
    margin-left: 30%;
  }

  .menu-button {
    margin-top: 7px;
    padding: 10px;
    font-size: 32px;
  }

  .menu-button.w--open {
    background-color: transparent;
    color: #7ec4bd;
  }

  .nav-menu {
    background-color: #f5f5f5;
  }

  .column-2 {
    height: 400px;
  }

  .section-11 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .menu-button-2 {
    background-color: #19857a;
  }

  .menu-button-2.w--open {
    background-color: #843a37;
  }

  .nav-menu-2 {
    background-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
  }

  .logo-title {
    margin-top: 6px;
  }

  .logo-img {
    width: 50px;
  }

  .about-section {
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
  }

  .x-icon {
    margin-bottom: 21px;
  }

  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .grey-icon-wrapper {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }

  .grey-icon-wrapper.push-top {
    margin-top: 30px;
  }

  .testimonial-slide {
    width: 100%;
  }

  .testimonial-slide.left-border {
    border-left-width: 0px;
  }

  .icon-wrapper {
    height: 85px;
  }

  .icon-wrapper._2 {
    margin-top: 37px;
  }

  .social-wrapper {
    margin-left: 0%;
    text-align: center;
  }

  .form-wrapper {
    padding-right: 10%;
    padding-left: 10%;
  }

  .menu-button {
    margin-top: 0px;
  }

  .member {
    padding-bottom: 47px;
  }

  .grow-row {
    margin-bottom: 0px;
  }

  .screenshot {
    width: 90%;
  }

  .column-2 {
    height: 200px;
  }

  .section-9 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-10 {
    height: 300px;
  }

  .div-block-5 {
    width: 100%;
  }

  .div-block-5.generale {
    width: 100%;
  }

  .div-block-6 {
    width: 100%;
  }

  .column-4 {
    height: 250px;
  }

  .div-block-7 {
    width: 100%;
    height: 300px;
  }

  .div-block-10 {
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  .header {
    margin-top: 25px;
  }

  .main-heading {
    font-size: 34px;
    line-height: 38px;
  }

  .grey-icon-wrapper {
    display: block;
  }

  .form-wrapper {
    padding-right: 5%;
    padding-left: 5%;
  }

  .column-2 {
    height: 300px;
  }

  .column-2.cell {
    height: 400px;
  }

  .heading-11 {
    font-size: 35px;
    line-height: 40px;
  }

  .div-block-7 {
    height: auto;
  }

  .section-11 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-13 {
    font-size: 28px;
    line-height: 40px;
  }

  .column-5.digitale.dental {
    height: 300px;
  }

  .form-3 {
    width: auto;
  }

  .nav-menu-2 {
    overflow: scroll;
  }

  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-4 {
    margin-bottom: 20px;
  }

  .div-block-12 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

