@charset "UTF-8";
/*********** RESET *************/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*********** CSS *************/
body form {
  overflow: hidden;
}

.skip-link {
  display: none;
}

@media (min-width: 768px) {
  .page_space_trick {
    height: 85px;
  }
}

@media (min-width: 768px) {
  header {
    position: fixed;
    width: 100%;
    z-index: 10;
    background: #FFF;
  }
}

.header .spacer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  max-width: 1200px;
}
@media (min-width: 768px) {
  .header .spacer {
    height: 63px;
  }
}
.header button {
  background: transparent;
  border: none;
  color: #008FCB;
  text-align: center;
}
.header button svg {
  color: #008FCB;
  font-size: 30px;
}
.header button span {
  display: block;
  font-family: "Roboto Condensed", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}

.logo {
  background-color: #FFF;
  background-image: url("/App_Themes/DentalUnit/images/logo.jpg");
  background-size: cover;
  background-position: center center;
  height: 73px;
  width: 73px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border: 7px #FFF solid;
  border-bottom: 0;
  z-index: 2;
}
@media (min-width: 768px) {
  .logo {
    height: 100px;
    width: 100px;
    border: 12px #FFF solid;
    border-bottom: 8px #FFF solid;
  }
}
@media (min-width: 960px) {
  .logo {
    height: 120px;
    width: 120px;
    border: 14px #FFF solid;
    border-bottom: 8px #FFF solid;
  }
}
.logo span {
  display: none;
}

.rainbow {
  background: -webkit-gradient(linear, left top, right top, from(#6DCC8B), color-stop(#2FDDF6), color-stop(#FF8E5E), color-stop(#ADA2CE), color-stop(#FF6A80), to(#E0AC55));
  background: linear-gradient(to right, #6DCC8B, #2FDDF6, #FF8E5E, #ADA2CE, #FF6A80, #E0AC55);
  height: 20px;
}
@media (min-width: 768px) {
  .rainbow {
    height: 22px;
  }
}

#burger_nav_panel {
  display: none;
}

.nav_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

#visible_nav_id {
  display: none;
}
@media (min-width: 360px) {
  #visible_nav_id {
    text-transform: uppercase;
    color: #666666;
    font-family: "Roboto Condensed", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 400px) {
  #visible_nav_id {
    margin-right: 10px;
  }
}
#visible_nav_id li {
  margin: 0px;
  font-size: 14px;
}
@media (min-width: 400px) {
  #visible_nav_id li {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  #visible_nav_id li {
    font-size: 18px;
  }
}
#visible_nav_id li.cta a {
  font-family: "Roboto Condensed", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background: #008FCB;
  color: #FFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 6px 12px;
  border-radius: 7px;
  font-size: 16px;
  text-decoration: none;
}
@media (min-width: 768px) {
  #visible_nav_id li.cta a {
    font-size: 18px;
    padding: 7px 20px;
    font-size: 18px;
  }
}
@media (min-width: 960px) {
  #visible_nav_id li.cta a {
    font-size: 20px;
    padding: 9px 25px;
  }
}
#visible_nav_id li.cta a:hover {
  background: #00698C;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}
#visible_nav_id a {
  text-decoration: none;
  color: #555;
  padding: 6px 10px;
  border-radius: 7px;
}
@media (min-width: 768px) {
  #visible_nav_id a {
    padding: 7px 14px;
  }
}

#burger_nav_panel {
  position: absolute;
  background: #FFF;
  padding: 10px 20px;
  top: 60px;
  right: 0px;
  z-index: 4;
  margin: 0;
}
@media (min-width: 768px) {
  #burger_nav_panel {
    top: 63px;
  }
}
#burger_nav_panel li {
  margin: 0;
  padding: 0;
}
#burger_nav_panel li a {
  color: #555;
  padding: 8px 5px 6px 5px;
  border-top: 1px #DDD solid;
  display: block;
  font-family: "Roboto Condensed", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#burger_nav_panel li a:hover {
  color: #008FCB;
}
#burger_nav_panel li:first-child a {
  border-top: none;
}

.spacer {
  width: calc(100% - 30px);
  margin: 0 auto;
  max-width: 992px;
  position: relative;
}

.banner {
  position: relative;
}
.banner .banner_image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 960px) {
  .banner .banner_image img {
    height: calc(100vh - 85px);
  }
}
.banner .banner_text {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #FFF;
  font-size: 25px;
  text-align: center;
  font-family: "Poppins", serif;
  font-weight: 900;
  font-style: normal;
}
@media (min-width: 768px) {
  .banner .banner_text {
    text-align: left;
  }
}
.banner .banner_text img {
  width: 40%;
  height: auto;
}
@media (min-width: 768px) {
  .banner .banner_text img {
    width: 30%;
    text-align: left;
  }
}

@media (min-width: 768px) {
  .homepage_quick_selection {
    margin-top: -100px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .homepage_quick_selection ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.homepage_quick_selection li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 5px solid #FFF;
  padding: 23px 14px;
  border-radius: 10px;
  color: #FFF;
  line-height: 0px;
  font-family: "Poppins", serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
@media (min-width: 420px) {
  .homepage_quick_selection li a {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .homepage_quick_selection li a {
    font-size: 16px;
    width: 200px;
    height: 152px;
    border-radius: 200px;
    text-align: center;
    border: 10px solid #FFF;
    padding: 0 0 48px 0;
  }
}
.homepage_quick_selection li a:after {
  width: 30px;
  height: 30px;
  background-image: url("/App_Themes/DentalUnit/images/sorrisetto.png");
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  top: auto;
  display: block;
  content: " ";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
@media (min-width: 768px) {
  .homepage_quick_selection li a:after {
    width: 180px;
    height: 79px;
    bottom: 17px;
    top: auto;
    right: auto;
    left: 10px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.homepage_quick_selection li a:before {
  display: none;
}
.homepage_quick_selection li a svg {
  margin-right: 5px;
  display: inline-block;
  font-size: 1.3em;
  position: absolute;
  left: 15px;
}
@media (min-width: 768px) {
  .homepage_quick_selection li a svg {
    top: 18px;
    font-size: 36px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.homepage_quick_selection li a:hover {
  opacity: 0.5;
}
@media (min-width: 768px) {
  .homepage_quick_selection li a:hover {
    opacity: 1;
  }
}
.homepage_quick_selection li:nth-child(1) a {
  background: #DFAA55;
}
.homepage_quick_selection li:nth-child(1) a:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f5a0";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
}
.homepage_quick_selection li:nth-child(2) a {
  background: #B49FC1;
}
.homepage_quick_selection li:nth-child(2) a:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f274";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
}
.homepage_quick_selection li:nth-child(3) a {
  background: #56CFAE;
}
.homepage_quick_selection li:nth-child(3) a:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f044";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
}

.homepage_introduzione .flexer {
  text-align: center;
}
@media (min-width: 768px) {
  .homepage_introduzione .flexer {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 40px 0px;
  }
}
@media (min-width: 768px) {
  .homepage_introduzione .image {
    text-align: right;
    width: 35%;
  }
}
.homepage_introduzione .image img {
  max-width: 230px;
  width: auto;
  height: auto;
}
@media (min-width: 768px) {
  .homepage_introduzione .image img {
    max-width: 100%;
  }
}
.homepage_introduzione .text {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
  color: #555;
  line-height: 1.4em;
}
@media (min-width: 960px) {
  .homepage_introduzione .text {
    font-size: 20px;
  }
}
.homepage_introduzione .text h1, .homepage_introduzione .text h2, .homepage_introduzione .text h3, .homepage_introduzione .text h4, .homepage_introduzione .text h5 {
  text-transform: uppercase;
  color: #00698C;
  font-weight: 900;
  margin: 0 0 15px 0;
  font-size: 1.6em;
}
@media (min-width: 768px) {
  .homepage_introduzione .text h1, .homepage_introduzione .text h2, .homepage_introduzione .text h3, .homepage_introduzione .text h4, .homepage_introduzione .text h5 {
    font-size: 1.8em;
    margin: 0 0 20px 0;
  }
}
.homepage_introduzione .text a {
  font-family: "Roboto Condensed", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background: #008FCB;
  color: #FFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 6px 12px;
  border-radius: 7px;
  font-size: 16px;
  text-decoration: none;
  margin-top: 15px;
  display: inline-block;
}
@media (min-width: 768px) {
  .homepage_introduzione .text a {
    font-size: 18px;
    padding: 7px 20px;
    font-size: 18px;
  }
}
@media (min-width: 960px) {
  .homepage_introduzione .text a {
    font-size: 20px;
    padding: 9px 25px;
  }
}
.homepage_introduzione .text a:hover {
  background: #00698C;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  .homepage_introduzione .text a {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .homepage_introduzione .text {
    width: calc(65% - 20px);
  }
}

.lista_servizi {
  padding: 30px 0;
  position: relative;
}
.lista_servizi:after, .lista_servizi:before {
  height: 30px;
  width: 100%;
  content: " ";
  display: block;
  position: absolute;
  z-index: 0;
}
.lista_servizi:before {
  top: 100px;
  left: 0;
  background: -webkit-gradient(linear, right top, left top, from(#6DCC8B), color-stop(#2FDDF6), color-stop(#FF8E5E), color-stop(#ADA2CE), color-stop(#FF6A80), to(#E0AC55));
  background: linear-gradient(to left, #6DCC8B, #2FDDF6, #FF8E5E, #ADA2CE, #FF6A80, #E0AC55);
}
@media (min-width: 768px) {
  .lista_servizi:before {
    top: 90px;
  }
}
@media (min-width: 960px) {
  .lista_servizi:before {
    display: none;
  }
}
.lista_servizi:after {
  bottom: 60px;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#6DCC8B), color-stop(#2FDDF6), color-stop(#FF8E5E), color-stop(#ADA2CE), color-stop(#FF6A80), to(#E0AC55));
  background: linear-gradient(to right, #6DCC8B, #2FDDF6, #FF8E5E, #ADA2CE, #FF6A80, #E0AC55);
}
@media (min-width: 768px) {
  .lista_servizi:after {
    bottom: 70px;
  }
}
@media (min-width: 960px) {
  .lista_servizi:after {
    height: 70px;
  }
}
.lista_servizi .spacer {
  max-width: 1200px;
}
.lista_servizi .flexer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lista_servizi .item {
  position: relative;
  font-family: "Roboto Condensed", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #008FCB;
  text-decoration: none;
  border-radius: 10px;
  text-align: center;
  padding: 30px 10px 15px 10px;
  width: calc(50% - 30px);
  margin: 40px 5px 5px 5px;
  z-index: 1;
  background: #FFF;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}
.lista_servizi .item:hover {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
  color: #333;
}
@media (min-width: 420px) {
  .lista_servizi .item {
    width: calc(50% - 34px);
  }
}
@media (min-width: 768px) {
  .lista_servizi .item {
    width: calc(33% - 60px);
    padding: 50px 15px 20px 15px;
    margin: 50px 10px 5px 10px;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.16);
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.16);
  }
  .lista_servizi .item:hover {
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
  }
}
@media (min-width: 960px) {
  .lista_servizi .item {
    width: calc(16% - 40px);
    margin: 50px 6px 5px 6px;
  }
}
.lista_servizi .image {
  text-align: center;
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .lista_servizi .image {
    top: -40px;
  }
}
.lista_servizi .image img {
  max-width: 50px;
  height: 50px;
}
@media (min-width: 768px) {
  .lista_servizi .image img {
    height: 80px;
    max-width: 80px;
  }
}
.lista_servizi .title {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 420px) {
  .lista_servizi .title {
    font-size: 16px;
  }
}

.intro, .outro {
  width: calc(100% - 50px);
  margin: 0 auto 15px auto;
  text-align: center;
  line-height: 1.8em;
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
  color: #555;
  max-width: 800px;
}
@media (min-width: 768px) {
  .intro, .outro {
    margin: 0 auto 30px auto;
  }
}
.intro h1, .intro h2, .intro h3, .intro h4, .intro h5, .outro h1, .outro h2, .outro h3, .outro h4, .outro h5 {
  color: #00698C;
  font-family: "Poppins", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 25px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .intro h1, .intro h2, .intro h3, .intro h4, .intro h5, .outro h1, .outro h2, .outro h3, .outro h4, .outro h5 {
    font-size: 34px;
  }
}
.intro a, .outro a {
  font-family: "Roboto Condensed", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background: #008FCB;
  color: #FFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 6px 12px;
  border-radius: 7px;
  font-size: 16px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .intro a, .outro a {
    font-size: 18px;
    padding: 7px 20px;
    font-size: 18px;
  }
}
@media (min-width: 960px) {
  .intro a, .outro a {
    font-size: 20px;
    padding: 9px 25px;
  }
}
.intro a:hover, .outro a:hover {
  background: #00698C;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}

.outro {
  margin: 15px auto 0px auto;
}

.perche_scegliere {
  padding: 30px 0 10px;
  overflow: hidden;
  position: relative;
  /* &:before{
      background: linear-gradient(18deg,#FFF 0%,#F3F3F3 50%, #FFF 50%, #FFF 100%);  
      content:' ';
      display: block;
      width: 100%;
      height: 50vh;
      position: absolute;
      left: 0;
      top:0;
      z-index: 0;
  }*/
}
@media (min-width: 768px) {
  .perche_scegliere {
    padding: 60px 0 20px;
  }
}
.perche_scegliere .flexer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.perche_scegliere a {
  width: 100%;
  text-decoration: none;
  background: #ECF4F7;
  border-radius: 10px;
  padding: 25px 12px;
  color: #FFF;
  line-height: 1.2em;
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 5px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
@media (min-width: 420px) {
  .perche_scegliere a {
    width: calc(50% - 38px);
    margin: 7px;
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .perche_scegliere a {
    width: calc(33% - 55px);
    font-size: 16px;
    padding: 15px;
    line-height: 1.2em;
    padding: 25px 20px;
  }
}
@media (min-width: 960px) {
  .perche_scegliere a {
    font-size: 18px;
    padding: 20px;
  }
}
.perche_scegliere a:nth-child(odd) {
  background: #ECF7F4;
}
.perche_scegliere a:nth-child(odd):hover {
  background: #D6F4EB;
}
@media (min-width: 768px) {
  .perche_scegliere a:nth-child(2):after, .perche_scegliere a:nth-child(5):after {
    height: 40px;
    width: 20px;
    border-radius: 40px 0px 0px 40px;
    position: absolute;
    display: block;
    right: -7px;
    top: calc(50% - 20px);
    background: #FFF;
    content: "";
  }
}
@media (min-width: 768px) {
  .perche_scegliere a:nth-child(4):before, .perche_scegliere a:nth-child(7):before {
    height: 40px;
    width: 20px;
    border-radius: 0 40px 40px 0;
    position: absolute;
    display: block;
    left: -7px;
    top: calc(50% - 20px);
    background: #FFF;
    content: "";
  }
}
@media (min-width: 768px) {
  .perche_scegliere a:nth-child(3):before, .perche_scegliere a:nth-child(6):before {
    height: 40px;
    width: 20px;
    border-radius: 0 40px 40px 0;
    position: absolute;
    display: block;
    left: -7px;
    top: calc(50% - 20px);
    background: #FFF;
    content: "";
  }
}
@media (min-width: 768px) {
  .perche_scegliere a:nth-child(3):after, .perche_scegliere a:nth-child(6):after {
    height: 40px;
    width: 20px;
    border-radius: 40px 0px 0px 40px;
    position: absolute;
    display: block;
    right: -7px;
    top: calc(50% - 20px);
    background: #FFF;
    content: "";
  }
}
.perche_scegliere a:hover {
  background: #DBECF2;
}
.perche_scegliere a .icon {
  width: 50px;
  text-align: center;
  font-size: 28px;
}
@media (min-width: 420px) {
  .perche_scegliere a .icon {
    font-size: 40px;
    margin-right: 5px;
  }
}
@media (min-width: 768px) {
  .perche_scegliere a .icon {
    margin-right: 10px;
  }
}
@media (min-width: 960px) {
  .perche_scegliere a .icon {
    width: 70px;
    font-size: 50px;
  }
}
.perche_scegliere a .title {
  width: 100%;
  color: #008FCB;
  margin-bottom: 10px;
  /*
  width: calc(100% - 50px);
  @media (min-width:420px) {
      width: calc(100% - 55px);
  }
  @media (min-width:960px) {
      width: calc(100% - 60px);
  }
  */
}
.perche_scegliere a .text {
  width: 100%;
  font-size: 14px;
  color: #555;
}

.pazienti_eta {
  padding: 30px 0;
  position: relative;
}
@media (min-width: 768px) {
  .pazienti_eta {
    padding: 60px 0;
  }
}
.pazienti_eta .spacer {
  max-width: 840px;
}
.pazienti_eta .flexer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pazienti_eta:before {
  height: 30px;
  width: 100%;
  content: " ";
  display: block;
  position: absolute;
  z-index: 0;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background: -webkit-gradient(linear, right top, left top, from(#6DCC8B), color-stop(#2FDDF6), color-stop(#FF8E5E), color-stop(#ADA2CE), color-stop(#FF6A80), to(#E0AC55));
  background: linear-gradient(to left, #6DCC8B, #2FDDF6, #FF8E5E, #ADA2CE, #FF6A80, #E0AC55);
}
@media (min-width: 768px) {
  .pazienti_eta:before {
    top: calc(50% + 30px);
    height: 70px;
  }
}
.pazienti_eta .intro {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .pazienti_eta .intro {
    margin-bottom: 40px;
  }
}
.pazienti_eta a {
  position: relative;
  display: block;
  font-family: "Roboto Condensed", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  text-align: center;
  padding: 15px 5px 15px 5px;
  width: calc(33% - 20px);
  margin: 0px 5px 15px 5px;
  z-index: 1;
  background: #FFF;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #333;
}
@media (min-width: 768px) {
  .pazienti_eta a {
    width: calc(33% - 30px);
    margin: 0px 10px 15px 10px;
    padding: 25px 5px;
  }
}
.pazienti_eta a:hover {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
  color: #000;
}
.pazienti_eta a .icon {
  color: #008FCB;
  font-size: 30px;
}
@media (min-width: 500px) {
  .pazienti_eta a .icon {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .pazienti_eta a .icon {
    font-size: 50px;
  }
}
.pazienti_eta a .title {
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  height: 30px;
}
@media (min-width: 500px) {
  .pazienti_eta a .title {
    height: auto;
  }
}
@media (min-width: 768px) {
  .pazienti_eta a .title {
    font-size: 16px;
    margin-top: 10px;
  }
}

.convenzioni_welfare {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .convenzioni_welfare {
    padding: 60px 0;
  }
}
.convenzioni_welfare .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.convenzioni_welfare .slick-slide div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  text-align: center;
  justify-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-align: center;
}
.convenzioni_welfare a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.convenzioni_welfare a img {
  width: auto;
  max-width: 90px;
  height: auto;
  max-height: 50px;
  padding: 0px 20px;
}
@media (min-width: 600px) {
  .convenzioni_welfare a img {
    max-height: 50px;
    max-width: 100px;
  }
}
@media (min-width: 768px) {
  .convenzioni_welfare a img {
    max-height: 60px;
    max-width: 120px;
  }
}

.newsletter {
  padding: 20px 0;
  background: #008FCB;
  color: #FFF;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Poppins", serif;
  font-weight: 16px;
  font-style: 400;
}
@media (min-width: 768px) {
  .newsletter {
    padding: 25px 0;
  }
}
.newsletter:hover {
  background: #00698C;
}
.newsletter:hover a {
  text-decoration: underline;
}
.newsletter a {
  color: #FFF;
  text-decoration: none;
}
.newsletter .spacer {
  max-width: 700px;
}
@media (min-width: 768px) {
  .newsletter .spacer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.newsletter .right {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 900;
}
@media (min-width: 768px) {
  .newsletter .right {
    width: calc(50% - 20px);
    margin-top: 0;
    padding-left: 20px;
    text-align: left;
  }
}
.newsletter .left {
  line-height: 1.3em;
}
@media (min-width: 768px) {
  .newsletter .left {
    width: calc(50% - 21px);
    border-right: 1px #FFF solid;
    padding-right: 20px;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .banner_struttura_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.banner_struttura_main .text {
  padding: 7vw 5vw;
  background: #F8F7F7;
  color: #555;
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
  color: #555;
  line-height: 1.4em;
}
@media (min-width: 960px) {
  .banner_struttura_main .text {
    line-height: 1.5em;
  }
}
@media (min-width: 1600px) {
  .banner_struttura_main .text {
    font-size: 20px;
  }
}
.banner_struttura_main .text h1, .banner_struttura_main .text h2, .banner_struttura_main .text h3, .banner_struttura_main .text h4, .banner_struttura_main .text h5 {
  text-transform: uppercase;
  color: #00698C;
  font-weight: 900;
  margin: 0 0 15px 0;
  font-size: 1.6em;
}
@media (min-width: 768px) {
  .banner_struttura_main .text h1, .banner_struttura_main .text h2, .banner_struttura_main .text h3, .banner_struttura_main .text h4, .banner_struttura_main .text h5 {
    font-size: 1.8em;
  }
}
@media (min-width: 768px) {
  .banner_struttura_main .text {
    width: calc(50% - 10vw);
  }
}
@media (min-width: 1500px) {
  .banner_struttura_main .text {
    padding: 8vw 7vw;
    width: calc(50% - 14vw);
  }
}
.banner_struttura_main .image img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .banner_struttura_main .image img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .banner_struttura_main .image {
    width: 50%;
  }
}
.banner_struttura_main .meta {
  margin-bottom: 20px;
  color: #000;
  font-family: "Roboto Condensed", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9em;
}
.banner_struttura_main .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 20px;
}
@media (min-width: 960px) {
  .banner_struttura_main .buttons {
    margin-top: 40px;
  }
}
.banner_struttura_main .buttons a {
  background: #FFF;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.04);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.04);
  color: #008FCB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-decoration: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(25% - 15px);
  text-align: center;
  padding: 7px 5px;
  line-height: 1em;
}
.banner_struttura_main .buttons a:hover {
  color: #00698C;
}
.banner_struttura_main .buttons a.prenota {
  color: #56CFAE;
}
@media (min-width: 960px) {
  .banner_struttura_main .buttons a {
    padding: 15px;
    width: calc(25% - 40px);
  }
}
.banner_struttura_main .buttons a svg {
  height: 1.5em;
  margin-bottom: 5px;
}
@media (min-width: 960px) {
  .banner_struttura_main .buttons a svg {
    height: 2em;
  }
}
.banner_struttura_main .buttons a span {
  font-family: "Roboto Condensed", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  display: block;
  font-size: 12px;
  width: 100%;
  text-transform: uppercase;
}
@media (min-width: 960px) {
  .banner_struttura_main .buttons a span {
    font-size: 14px;
  }
}

.prestazioni_odontoiatriche {
  padding: 30px 0 15px 0;
}
@media (min-width: 768px) {
  .prestazioni_odontoiatriche {
    padding: 60px 0 30px 0;
  }
}
.prestazioni_odontoiatriche .repeater {
  width: 100%;
}
@media (min-width: 768px) {
  .prestazioni_odontoiatriche .repeater {
    margin-top: -30px;
  }
}
.prestazioni_odontoiatriche .presta, .prestazioni_odontoiatriche .grid-sizer {
  width: 100%;
}
@media (min-width: 768px) {
  .prestazioni_odontoiatriche .presta, .prestazioni_odontoiatriche .grid-sizer {
    width: 46%;
  }
}
.prestazioni_odontoiatriche .gutter-sizer {
  width: 4%;
}
.prestazioni_odontoiatriche .prestazione_container {
  margin-top: 50px;
  background: #8EC276;
  border-radius: 20px;
  padding: 40px 10px 10px 10px;
  position: relative;
}
@media (min-width: 768px) {
  .prestazioni_odontoiatriche .prestazione_container {
    padding-top: 50px;
    margin-top: 70px;
  }
}
.prestazioni_odontoiatriche .prestazione_container h1, .prestazioni_odontoiatriche .prestazione_container h2, .prestazioni_odontoiatriche .prestazione_container h3, .prestazioni_odontoiatriche .prestazione_container h4, .prestazioni_odontoiatriche .prestazione_container h5 {
  color: #FFF;
  font-family: "Poppins", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 24px;
  padding-left: 14px;
}
@media (min-width: 768px) {
  .prestazioni_odontoiatriche .prestazione_container h1, .prestazioni_odontoiatriche .prestazione_container h2, .prestazioni_odontoiatriche .prestazione_container h3, .prestazioni_odontoiatriche .prestazione_container h4, .prestazioni_odontoiatriche .prestazione_container h5 {
    font-size: 30px;
  }
}
.prestazioni_odontoiatriche .prestazione_container img {
  position: absolute;
  right: 30px;
  top: -33px;
  width: 60px;
  height: 60px;
}
@media (min-width: 768px) {
  .prestazioni_odontoiatriche .prestazione_container img {
    width: 80px;
    height: 80px;
    top: -40px;
    right: 30px;
  }
}
.prestazioni_odontoiatriche .prestazione_container ul {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
  color: #555;
  margin-top: 10px;
  background: #FFF;
  padding: 15px;
  border-radius: 10px;
  list-style: none;
  font-size: 14px;
}
@media (min-width: 768px) {
  .prestazioni_odontoiatriche .prestazione_container ul {
    margin-top: 20px;
  }
}
@media (min-width: 960px) {
  .prestazioni_odontoiatriche .prestazione_container ul {
    font-size: 15px;
  }
}
.prestazioni_odontoiatriche .prestazione_container li {
  padding: 5px 0 5px 16px;
  list-style: none;
  position: relative;
}
@media (min-width: 960px) {
  .prestazioni_odontoiatriche .prestazione_container li {
    padding: 6px 0 6px 16px;
  }
}
.prestazioni_odontoiatriche .prestazione_container li:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f00c";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  margin-right: 5px;
  display: none;
}
.prestazioni_odontoiatriche .prestazione_container li svg {
  margin-right: 5px;
  color: #8EC276;
  position: absolute;
  left: 0;
  top: 5px;
}
.prestazioni_odontoiatriche .prestazione_container.impiantologia_chirurgia_dentale {
  background: #DBAE3E;
}
.prestazioni_odontoiatriche .prestazione_container.impiantologia_chirurgia_dentale li svg {
  color: #DBAE3E;
}
.prestazioni_odontoiatriche .prestazione_container.odontoiatria_conservativa_endodonzia {
  background: #FC954E;
}
.prestazioni_odontoiatriche .prestazione_container.odontoiatria_conservativa_endodonzia li svg {
  color: #FC954E;
}
.prestazioni_odontoiatriche .prestazione_container.prevenzione_igiene_estetica_dentale {
  background: #75D1F7;
}
.prestazioni_odontoiatriche .prestazione_container.prevenzione_igiene_estetica_dentale li svg {
  color: #75D1F7;
}
.prestazioni_odontoiatriche .prestazione_container.ortodonzia {
  background: #BDA5CF;
}
.prestazioni_odontoiatriche .prestazione_container.ortodonzia li svg {
  color: #BDA5CF;
}
.prestazioni_odontoiatriche .prestazione_container.protesi_fissa_mobile {
  background: #F56F7C;
}
.prestazioni_odontoiatriche .prestazione_container.protesi_fissa_mobile li svg {
  color: #F56F7C;
}

.informazioni_sulla_struttura {
  background: rgba(248, 247, 247, 0.74);
  padding: 30px 0;
  color: #555;
  line-height: 1.4em;
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 768px) {
  .informazioni_sulla_struttura {
    padding: 60px 0;
  }
}
.informazioni_sulla_struttura p {
  margin: 8px 0;
}
.informazioni_sulla_struttura strong {
  font-weight: 700;
  display: block;
}
.informazioni_sulla_struttura small {
  font-size: 0.9em;
}
.informazioni_sulla_struttura .info a {
  font-family: "Roboto Condensed", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background: #008FCB;
  color: #FFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 6px 12px;
  border-radius: 7px;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 15px;
  display: inline-block;
}
@media (min-width: 768px) {
  .informazioni_sulla_struttura .info a {
    font-size: 18px;
    padding: 7px 20px;
    font-size: 18px;
  }
}
@media (min-width: 960px) {
  .informazioni_sulla_struttura .info a {
    font-size: 20px;
    padding: 9px 25px;
  }
}
.informazioni_sulla_struttura .info a:hover {
  background: #00698C;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}
.informazioni_sulla_struttura .flexer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.informazioni_sulla_struttura .iss_area_mappa, .informazioni_sulla_struttura .info {
  width: 100%;
}
@media (min-width: 768px) {
  .informazioni_sulla_struttura .iss_area_mappa, .informazioni_sulla_struttura .info {
    width: calc(50% - 21px);
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
@media (min-width: 960px) {
  .informazioni_sulla_struttura .iss_area_mappa, .informazioni_sulla_struttura .info {
    width: calc(50% - 31px);
  }
}
@media (min-width: 768px) {
  .informazioni_sulla_struttura .iss_area_mappa {
    padding-right: 20px;
    border-right: 2px #008FCB solid;
  }
}
@media (min-width: 960px) {
  .informazioni_sulla_struttura .iss_area_mappa {
    padding-right: 30px;
    border-right: 2px #008FCB solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 960px) {
  .informazioni_sulla_struttura .mappa {
    width: 200px;
  }
}
@media (min-width: 960px) {
  .informazioni_sulla_struttura .mappa img {
    width: 100%;
    height: auto;
  }
}
.informazioni_sulla_struttura .indirizzo h1, .informazioni_sulla_struttura .indirizzo h2, .informazioni_sulla_struttura .indirizzo h3, .informazioni_sulla_struttura .indirizzo h4, .informazioni_sulla_struttura .indirizzo h5 {
  color: #008FCB;
  font-family: "Roboto Condensed", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2em;
}
@media (min-width: 960px) {
  .informazioni_sulla_struttura .indirizzo h1, .informazioni_sulla_struttura .indirizzo h2, .informazioni_sulla_struttura .indirizzo h3, .informazioni_sulla_struttura .indirizzo h4, .informazioni_sulla_struttura .indirizzo h5 {
    font-size: 20px;
  }
}
@media (min-width: 960px) {
  .informazioni_sulla_struttura .indirizzo {
    width: calc(100% - 220px);
  }
}
@media (min-width: 768px) {
  .informazioni_sulla_struttura .info {
    padding-left: 20px;
  }
}
@media (min-width: 960px) {
  .informazioni_sulla_struttura .info {
    padding-left: 30px;
  }
}

.sleep_clinic {
  padding: 30px 0;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  font-family: "Roboto Condensed", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}
@media (min-width: 768px) {
  .sleep_clinic {
    padding: 40px 0;
  }
}
.sleep_clinic .flexer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 768px) {
  .sleep_clinic .flexer {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.sleep_clinic .image, .sleep_clinic .text, .sleep_clinic .cta {
  width: 100%;
}
.sleep_clinic .image img {
  width: 100%;
  max-width: 219px;
  height: auto;
}
@media (min-width: 768px) {
  .sleep_clinic .image {
    width: 25%;
  }
}
.sleep_clinic .text {
  margin: 20px 0;
}
@media (min-width: 768px) {
  .sleep_clinic .text {
    width: 50%;
  }
}
@media (min-width: 960px) {
  .sleep_clinic .text {
    width: calc(50% - 40px);
    padding: 0 20px;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .sleep_clinic .text {
    width: calc(50% - 60px);
    padding: 0 30px;
    margin: 0;
    font-size: 18px;
  }
}
.sleep_clinic .text strong {
  color: #00698C;
}
.sleep_clinic .cta a {
  font-family: "Roboto Condensed", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background: #008FCB;
  color: #FFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 6px 12px;
  border-radius: 7px;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .sleep_clinic .cta a {
    font-size: 18px;
    padding: 7px 20px;
    font-size: 18px;
  }
}
@media (min-width: 960px) {
  .sleep_clinic .cta a {
    font-size: 20px;
    padding: 9px 25px;
  }
}
.sleep_clinic .cta a:hover {
  background: #00698C;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  .sleep_clinic .cta {
    width: 25%;
  }
}

.real_footer {
  padding: 30px 0;
  text-align: center;
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
}
@media (min-width: 768px) {
  .real_footer .flexer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.real_footer .footer_left img {
  width: 100%;
  max-width: 300px;
  height: auto;
}
@media (min-width: 768px) {
  .real_footer .footer_left {
    width: 35%;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .real_footer .footer_right {
    width: 60%;
    text-align: right;
  }
}
.real_footer .footer_links {
  margin: 10px 0;
}
.real_footer .footer_links a {
  color: #008FCB;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px 10px;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .real_footer .footer_links a {
    padding-left: 10px;
    padding-right: 0;
  }
}
.real_footer .footer_links a:hover {
  color: #00698C;
}
@media (min-width: 768px) {
  .real_footer .footer_links {
    margin-top: 0;
    border-bottom: 2px #EEE solid;
    padding-bottom: 5px;
  }
}
.real_footer .footer_text {
  font-size: 12px;
  color: #AAA;
  line-height: 1.2em;
}

.bg_celestino {
  background: rgba(0, 143, 203, 0.05);
}

.dettaglio_news {
  background: -webkit-gradient(linear, left top, left bottom, from(#F8F7F7), to(#EEEEEE));
  background: linear-gradient(#F8F7F7, #EEEEEE);
  color: #555;
  padding: 30px 0;
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 768px) {
  .dettaglio_news {
    padding: 60px 0;
  }
}
@media (min-width: 960px) {
  .dettaglio_news {
    padding: 80px 0 60px 0;
  }
}
.dettaglio_news .intro {
  color: #000;
  line-height: 1.3em;
  font-family: "Roboto Condensed", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.dettaglio_news .spacer {
  max-width: 700px;
}
@media (min-width: 960px) {
  .dettaglio_news .image {
    margin: 0 -50px;
  }
}
.dettaglio_news .image img {
  margin: 0;
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.dettaglio_news .content {
  line-height: 1.4em;
}
.dettaglio_news .content p {
  margin: 20px 0;
}
.dettaglio_news .content h1, .dettaglio_news .content h2, .dettaglio_news .content h3, .dettaglio_news .content h4, .dettaglio_news .content h5 {
  color: #00698C;
  font-size: 24px;
  font-weight: 700;
}

.altre_notizie {
  background: #F8F8F8;
  padding: 30px 0;
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 768px) {
  .altre_notizie {
    padding: 60px 0;
  }
}
.altre_notizie .spacer {
  max-width: 1200px;
}
@media (min-width: 768px) {
  .altre_notizie .repeater {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.altre_notizie .item_news {
  color: #555;
  margin: 20px 0 0 0;
  border-radius: 10px;
  background: #FFF;
  overflow: hidden;
  text-decoration: none;
  display: block;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .altre_notizie .item_news {
    width: calc(50% - 10px);
  }
}
@media (min-width: 960px) {
  .altre_notizie .item_news {
    width: calc(25% - 10px);
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .altre_notizie .item_news {
    width: calc(25% - 15px);
  }
}
@media (min-width: 768px) {
  .altre_notizie .item_news .image {
    height: 200px;
  }
}
@media (min-width: 960px) {
  .altre_notizie .item_news .image {
    height: 150px;
  }
}
@media (min-width: 1200px) {
  .altre_notizie .item_news .image {
    height: 180px;
  }
}
.altre_notizie .item_news .image img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .altre_notizie .item_news .image img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
.altre_notizie .item_news .text {
  padding: 10px;
  line-height: 1.4em;
}
@media (min-width: 768px) {
  .altre_notizie .item_news .text {
    padding: 15px;
    font-size: 15px;
  }
}
.altre_notizie .item_news .text .date {
  color: #00698C;
  font-family: "Roboto Condensed", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}
.altre_notizie .item_news:hover {
  color: #00698C;
  -webkit-box-shadow: 0 3px 20px rgba(0, 105, 140, 0.16);
          box-shadow: 0 3px 20px rgba(0, 105, 140, 0.16);
}

.split_box {
  /** PREVENZIONE IGIENE DENTALE **/
}
.split_box .spacer {
  max-width: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .split_box .flexer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (min-width: 768px) {
  .split_box.alternate .flexer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.split_box .text {
  padding: 7vw 5vw;
  background: #F8F7F7;
  color: #555;
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
  color: #555;
  line-height: 1.4em;
}
@media (min-width: 960px) {
  .split_box .text {
    line-height: 1.5em;
  }
}
@media (min-width: 1600px) {
  .split_box .text {
    font-size: 20px;
  }
}
.split_box .text h1, .split_box .text h2, .split_box .text h3, .split_box .text h4, .split_box .text h5 {
  text-transform: uppercase;
  color: #00698C;
  font-weight: 900;
  margin: 0 0 15px 0;
  font-size: 1.6em;
  text-transform: none;
  line-height: 1.3em;
}
@media (min-width: 768px) {
  .split_box .text h1, .split_box .text h2, .split_box .text h3, .split_box .text h4, .split_box .text h5 {
    font-size: 1.8em;
  }
}
.split_box .text h1 span, .split_box .text h2 span, .split_box .text h3 span, .split_box .text h4 span, .split_box .text h5 span {
  font-weight: normal;
}
.split_box .text p {
  margin-top: 10px;
}
.split_box .text p:first-child {
  margin-top: 0px;
}
.split_box .text strong {
  font-weight: 700;
}
@media (min-width: 768px) {
  .split_box .text {
    width: calc(50% - 10vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 1500px) {
  .split_box .text {
    padding: 7vw 7vw;
    width: calc(50% - 14vw);
  }
}
.split_box .text.white {
  background: #FFF;
}
.split_box .text ol {
  counter-reset: section;
  list-style-type: none;
}
.split_box .text ol li {
  position: relative;
  padding: 10px 0px 10px 50px;
  line-height: 1.3em;
  font-size: 0.9em;
  display: block;
  margin: 5px 0;
}
@media (min-width: 960px) {
  .split_box .text ol li {
    padding: 10px 0px 10px 60px;
  }
}
@media (min-width: 1200px) {
  .split_box .text ol li {
    margin: 30px 0;
    padding: 1vw 0px 1vw 90px;
  }
}
.split_box .text ol li strong {
  color: #008FCB;
  font-weight: 700;
}
.split_box .text ol li:after {
  counter-increment: section;
  content: counters(section, ".") " ";
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  color: #FFF;
  text-align: center;
  width: 20px;
  display: block;
  font-weight: 900;
  font-size: 20px;
}
@media (min-width: 960px) {
  .split_box .text ol li:after {
    font-size: 30px;
    left: 11px;
    width: 30px;
  }
}
@media (min-width: 1200px) {
  .split_box .text ol li:after {
    font-size: 36px;
    left: 20px;
    width: 40px;
  }
}
.split_box .text ol li:before {
  position: absolute;
  left: 0;
  top: 50%;
  background: #008FCB;
  color: #FFF;
  font-size: 0px;
  height: 40px;
  width: 40px;
  border-radius: 100px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  z-index: 0;
}
@media (min-width: 960px) {
  .split_box .text ol li:before {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .split_box .text ol li:before {
    width: 80px;
    height: 80px;
  }
}
.split_box .text_inside {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.split_box .text_inside a {
  color: #008FCB;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
.split_box .text_inside a:hover {
  color: #00698C;
  text-decoration: underline;
}
.split_box .text_inside ul:not(.list_trick) {
  margin: 7px auto;
  max-width: 800px;
}
.split_box .text_inside ul:not(.list_trick) li {
  position: relative;
  padding: 5px 0 5px 20px;
  text-align: left;
}
.split_box .text_inside ul:not(.list_trick) li:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f0da";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  margin-right: 5px;
  display: none;
}
.split_box .text_inside ul:not(.list_trick) li svg {
  margin-right: 5px;
  color: #555;
  position: absolute;
  left: 0;
  top: 8px;
}
@media (min-width: 768px) {
  .split_box .text_inside ul:not(.list_trick) li svg {
    top: 11px;
  }
}
.split_box .text_inside .summary {
  display: none;
}
.split_box .image img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .split_box .image img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .split_box .image {
    width: 50%;
  }
}
.split_box .meta {
  margin-bottom: 20px;
  color: #000;
  font-family: "Roboto Condensed", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9em;
}
.split_box .cta {
  margin-top: 20px;
}
.split_box .cta a {
  font-family: "Roboto Condensed", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background: #008FCB;
  color: #FFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 6px 12px;
  border-radius: 7px;
  font-size: 16px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .split_box .cta a {
    font-size: 18px;
    padding: 7px 20px;
    font-size: 18px;
  }
}
@media (min-width: 960px) {
  .split_box .cta a {
    font-size: 20px;
    padding: 9px 25px;
  }
}
.split_box .cta a:hover {
  background: #00698C;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}
.split_box.font_small .text .text_inside {
  font-size: 15px !important;
  line-height: 1.5em !important;
}
@media (min-width: 768px) {
  .split_box.font_small .text .text_inside {
    font-size: 16px !important;
  }
}
.split_box.lista_sommario .text_inside .summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .split_box.lista_sommario .text_inside .summary {
    display: none;
  }
}
.split_box.lista_sommario .text_inside .summary li {
  position: relative;
  width: calc(100% - 25px);
  padding-left: 15px;
}
@media (min-width: 960px) {
  .split_box.lista_sommario .text_inside .summary li {
    width: calc(50% - 25px);
    line-height: 1.2em;
  }
}
.split_box.lista_sommario .text_inside .summary li a {
  position: relative;
  display: block;
}
@media (min-width: 960px) {
  .split_box.lista_sommario .text_inside .summary li a svg {
    top: 6px !important;
  }
}
.split_box.cta_area {
  background: rgba(0, 143, 203, 0.15);
  text-align: center;
}
.split_box.cta_area.bg_rainbow {
  background: -webkit-gradient(linear, left top, right top, from(rgba(109, 204, 139, 0.3)), color-stop(rgba(47, 221, 246, 0.3)), color-stop(rgba(255, 142, 94, 0.3)), color-stop(rgba(173, 162, 206, 0.3)), color-stop(rgba(255, 106, 128, 0.3)), to(rgba(224, 172, 85, 0.3)));
  background: linear-gradient(to right, rgba(109, 204, 139, 0.3), rgba(47, 221, 246, 0.3), rgba(255, 142, 94, 0.3), rgba(173, 162, 206, 0.3), rgba(255, 106, 128, 0.3), rgba(224, 172, 85, 0.3));
}
.split_box.cta_area .spacer {
  max-width: 1200px;
}
.split_box.cta_area .text {
  width: calc(100% - 10vw);
  background: none;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1500px) {
  .split_box.cta_area .text {
    width: calc(100% - 14vw);
  }
}
.split_box.cta_area .text_inside ul.list_trick {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.split_box.cta_area .text_inside ul.list_trick li {
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .split_box.cta_area .text_inside ul.list_trick li {
    width: calc(33% - 10px);
    padding: 5px 0;
  }
}
@media (min-width: 1200px) {
  .split_box.cta_area .text_inside ul.list_trick li {
    width: calc(25% - 10px);
  }
}
.split_box.pill {
  position: relative;
  padding: 30px 0 0px 0;
}
@media (min-width: 768px) {
  .split_box.pill {
    padding: 60px 0 0px 0;
  }
}
.split_box.pill:before {
  height: 60px;
  width: 100%;
  content: " ";
  display: block;
  position: absolute;
  z-index: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#6DCC8B), color-stop(#2FDDF6), color-stop(#FF8E5E), color-stop(#ADA2CE), color-stop(#FF6A80), to(#E0AC55));
  background: linear-gradient(to right, #6DCC8B, #2FDDF6, #FF8E5E, #ADA2CE, #FF6A80, #E0AC55);
}
.split_box.pill .spacer {
  max-width: 1200px;
  width: calc(100% - 30px);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .split_box.pill .flexer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.split_box.pill .text {
  border-radius: 20px 20px 0 0;
  padding: 7vw 5vw;
}
@media (min-width: 768px) {
  .split_box.pill .text {
    width: calc(50% - 6vw);
    border-radius: 20px 0 0 20px;
    padding: 3vw 3vw;
  }
}
@media (min-width: 960px) {
  .split_box.pill .text {
    font-size: 17px;
    line-height: 1.5em;
  }
}
.split_box.pill .image {
  overflow: hidden;
}
@media (min-width: 768px) {
  .split_box.pill .image {
    width: 50%;
  }
}
.split_box.pill .image img {
  width: 100%;
  height: auto;
  border-radius: 0 0 20px 20px;
}
@media (min-width: 768px) {
  .split_box.pill .image img {
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0 20px 20px 0;
    height: 100%;
  }
}
.split_box.pill:last-child {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .split_box.pill:last-child {
    padding-bottom: 60px;
  }
}
.split_box.pill.alternate:before {
  background: -webkit-gradient(linear, right top, left top, from(#6DCC8B), color-stop(#2FDDF6), color-stop(#FF8E5E), color-stop(#ADA2CE), color-stop(#FF6A80), to(#E0AC55));
  background: linear-gradient(to left, #6DCC8B, #2FDDF6, #FF8E5E, #ADA2CE, #FF6A80, #E0AC55);
}
@media (min-width: 768px) {
  .split_box.pill.alternate .flexer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .split_box.pill.alternate .text {
    border-radius: 0px 20px 20px 0px;
  }
}
@media (min-width: 768px) {
  .split_box.pill.alternate .image img {
    border-radius: 20px 0 0 20px;
  }
}
.split_box.accent_verde .text_inside h1, .split_box.accent_verde .text_inside h2, .split_box.accent_verde .text_inside h3, .split_box.accent_verde .text_inside h4, .split_box.accent_verde .text_inside h5 {
  color: #5a9141;
}
.split_box.accent_verde .cta a {
  background: #5a9141;
  color: #FFF;
}
.split_box.accent_verde .cta a:hover {
  background: #446e31;
}
.split_box.bg_diagnostica_dentale .text {
  background: -webkit-gradient(linear, left top, left bottom, from(#F3F8F1), to(#E8F2E3));
  background: linear-gradient(#F3F8F1, #E8F2E3);
}
.split_box.bg_diagnostica_dentale .text_inside h1, .split_box.bg_diagnostica_dentale .text_inside h2, .split_box.bg_diagnostica_dentale .text_inside h3, .split_box.bg_diagnostica_dentale .text_inside h4, .split_box.bg_diagnostica_dentale .text_inside h5 {
  color: #5a9141;
}
.split_box.bg_diagnostica_dentale .cta a {
  background: #5a9141;
  color: #FFF;
}
.split_box.bg_diagnostica_dentale .cta a:hover {
  background: #446e31;
}
.split_box.bg_diagnostica_dentale.lista_sommario .text_inside .summary svg, .split_box.bg_diagnostica_dentale.lista_sommario .text_inside .summary a {
  color: #5a9141;
}
.split_box.bg_diagnostica_dentale.lista_sommario .text_inside .summary svg:hover, .split_box.bg_diagnostica_dentale.lista_sommario .text_inside .summary a:hover {
  text-decoration: none;
  color: #446e31;
}
.split_box.bg_diagnostica_dentale.cta_area {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(142, 194, 118, 0)), to(rgba(142, 194, 118, 0.2)));
  background: linear-gradient(rgba(142, 194, 118, 0), rgba(142, 194, 118, 0.2));
}
.split_box.bg_diagnostica_dentale.cta_area .text {
  background: transparent;
}
.split_box.bg_diagnostica_dentale.servizi_prestazioni ul.list_trick a {
  color: #5a9141;
}
.split_box.bg_diagnostica_dentale.servizi_prestazioni ul.list_trick a:hover {
  color: #446e31;
}
.split_box.bg_diagnostica_dentale.servizi_prestazioni ul.list_trick a svg {
  color: #65a349;
}
.split_box.bg_diagnostica_dentale_negative .text {
  background: #71b253;
  color: #FFF;
}
.split_box.bg_diagnostica_dentale_negative .text h1, .split_box.bg_diagnostica_dentale_negative .text h2, .split_box.bg_diagnostica_dentale_negative .text h3, .split_box.bg_diagnostica_dentale_negative .text h4, .split_box.bg_diagnostica_dentale_negative .text h5 {
  color: #FFF;
}
.split_box.prevenzione_igiene_dentale .text {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(117, 209, 247, 0.1)), to(rgba(117, 209, 247, 0.2)));
  background: linear-gradient(rgba(117, 209, 247, 0.1), rgba(117, 209, 247, 0.2));
}
.split_box.prevenzione_igiene_dentale .text_inside h1, .split_box.prevenzione_igiene_dentale .text_inside h2, .split_box.prevenzione_igiene_dentale .text_inside h3, .split_box.prevenzione_igiene_dentale .text_inside h4, .split_box.prevenzione_igiene_dentale .text_inside h5 {
  color: #2db9f3;
}
.split_box.prevenzione_igiene_dentale .cta a {
  background: #2db9f3;
}
.split_box.prevenzione_igiene_dentale .cta a:hover {
  background: #0c91c7;
}
.split_box.prevenzione_igiene_dentale.cta_area {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(117, 209, 247, 0)), to(rgba(117, 209, 247, 0.2)));
  background: linear-gradient(rgba(117, 209, 247, 0), rgba(117, 209, 247, 0.2));
}
.split_box.prevenzione_igiene_dentale.servizi_prestazioni ul.list_trick a {
  color: #2db9f3;
}
.split_box.prevenzione_igiene_dentale.servizi_prestazioni ul.list_trick a:hover {
  color: #0c91c7;
}
.split_box.prevenzione_igiene_dentale.servizi_prestazioni ul.list_trick a svg {
  color: #0c91c7;
}

.area_split_pill {
  position: relative;
  padding: 30px 0 0 0;
}
@media (min-width: 768px) {
  .area_split_pill {
    padding: 60px 0 0 0;
  }
}
.area_split_pill:before {
  height: 60px;
  width: 100%;
  content: " ";
  display: block;
  position: absolute;
  z-index: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#6DCC8B), color-stop(#2FDDF6), color-stop(#FF8E5E), color-stop(#ADA2CE), color-stop(#FF6A80), to(#E0AC55));
  background: linear-gradient(to right, #6DCC8B, #2FDDF6, #FF8E5E, #ADA2CE, #FF6A80, #E0AC55);
}
.area_split_pill .spacer {
  max-width: 1200px;
}
@media (min-width: 768px) {
  .area_split_pill .flexer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.area_split_pill .text {
  background: #F8F7F7;
  border-radius: 20px 20px 0 0;
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
  color: #555;
  line-height: 1.4em;
}
@media (min-width: 960px) {
  .area_split_pill .text {
    line-height: 1.5em;
  }
}
@media (min-width: 1600px) {
  .area_split_pill .text {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .area_split_pill .text {
    width: 50%;
    border-radius: 20px 0 0 20px;
  }
}
.area_split_pill .content {
  padding: 7vw 5vw;
}
@media (min-width: 768px) {
  .area_split_pill .content {
    padding: 5vw 3vw;
    font-size: 17px;
    line-height: 1.5em;
  }
}
.area_split_pill .content h1, .area_split_pill .content h2, .area_split_pill .content h3, .area_split_pill .content h4, .area_split_pill .content h5 {
  text-transform: uppercase;
  color: #00698C;
  font-weight: 900;
  margin: 0 0 15px 0;
  font-size: 1.6em;
  text-transform: none;
}
@media (min-width: 768px) {
  .area_split_pill .content h1, .area_split_pill .content h2, .area_split_pill .content h3, .area_split_pill .content h4, .area_split_pill .content h5 {
    font-size: 1.8em;
  }
}
@media (min-width: 768px) {
  .area_split_pill .content h1, .area_split_pill .content h2, .area_split_pill .content h3, .area_split_pill .content h4, .area_split_pill .content h5 {
    font-size: 32px;
  }
}
.area_split_pill .content .cta_area {
  margin-top: 20px;
}
.area_split_pill .content .cta_area a {
  font-family: "Roboto Condensed", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background: #008FCB;
  color: #FFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 6px 12px;
  border-radius: 7px;
  font-size: 16px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .area_split_pill .content .cta_area a {
    font-size: 18px;
    padding: 7px 20px;
    font-size: 18px;
  }
}
@media (min-width: 960px) {
  .area_split_pill .content .cta_area a {
    font-size: 20px;
    padding: 9px 25px;
  }
}
.area_split_pill .content .cta_area a:hover {
  background: #00698C;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}
.area_split_pill .image {
  overflow: hidden;
}
@media (min-width: 768px) {
  .area_split_pill .image {
    width: 50%;
  }
}
.area_split_pill .image img {
  width: 100%;
  height: auto;
  border-radius: 0 0 20px 20px;
}
@media (min-width: 768px) {
  .area_split_pill .image img {
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0 20px 20px 0;
    height: 100%;
  }
}
.area_split_pill:last-child {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .area_split_pill:last-child {
    padding-bottom: 60px;
  }
}
.area_split_pill.alternate:before {
  background: -webkit-gradient(linear, right top, left top, from(#6DCC8B), color-stop(#2FDDF6), color-stop(#FF8E5E), color-stop(#ADA2CE), color-stop(#FF6A80), to(#E0AC55));
  background: linear-gradient(to left, #6DCC8B, #2FDDF6, #FF8E5E, #ADA2CE, #FF6A80, #E0AC55);
}
@media (min-width: 768px) {
  .area_split_pill.alternate .flexer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .area_split_pill.alternate .text {
    border-radius: 0px 20px 20px 0px;
  }
}
@media (min-width: 768px) {
  .area_split_pill.alternate .image img {
    border-radius: 20px 0 0 20px;
  }
}

.cta_box {
  background: -webkit-gradient(linear, left top, right top, from(rgba(109, 204, 139, 0.3)), color-stop(rgba(47, 221, 246, 0.3)), color-stop(rgba(255, 142, 94, 0.3)), color-stop(rgba(173, 162, 206, 0.3)), color-stop(rgba(255, 106, 128, 0.3)), to(rgba(224, 172, 85, 0.3)));
  background: linear-gradient(to right, rgba(109, 204, 139, 0.3), rgba(47, 221, 246, 0.3), rgba(255, 142, 94, 0.3), rgba(173, 162, 206, 0.3), rgba(255, 106, 128, 0.3), rgba(224, 172, 85, 0.3));
  text-align: center;
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
  padding: 30px 0;
  color: #555;
  line-height: 1.4em;
}
@media (min-width: 768px) {
  .cta_box {
    padding: 60px 0;
    font-size: 20px;
  }
}
.cta_box h1, .cta_box h2, .cta_box h3, .cta_box h4, .cta_box h5 {
  text-transform: uppercase;
  color: #00698C;
  font-weight: 900;
  margin: 0 0 15px 0;
  font-size: 1.6em;
  line-height: 1.2em;
}
@media (min-width: 768px) {
  .cta_box h1, .cta_box h2, .cta_box h3, .cta_box h4, .cta_box h5 {
    font-size: 1.8em;
  }
}
.cta_box a {
  font-family: "Roboto Condensed", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background: #008FCB;
  color: #FFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 6px 12px;
  border-radius: 7px;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .cta_box a {
    font-size: 18px;
    padding: 7px 20px;
    font-size: 18px;
  }
}
@media (min-width: 960px) {
  .cta_box a {
    font-size: 20px;
    padding: 9px 25px;
  }
}
.cta_box a:hover {
  background: #00698C;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}

.form_prestazione {
  padding: 60px 0 80px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#F8F7F7), to(#EEEEEE));
  background: linear-gradient(#F8F7F7, #EEEEEE);
  position: relative;
}
@media (min-width: 768px) {
  .form_prestazione {
    padding: 80px 0 110px 0;
  }
}
.form_prestazione:before {
  height: 15px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#6DCC8B), color-stop(#2FDDF6), color-stop(#FF8E5E), color-stop(#ADA2CE), color-stop(#FF6A80), to(#E0AC55));
  background: linear-gradient(to right, #6DCC8B, #2FDDF6, #FF8E5E, #ADA2CE, #FF6A80, #E0AC55);
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.form_prestazione:after {
  height: 15px;
  width: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#6DCC8B), color-stop(#2FDDF6), color-stop(#FF8E5E), color-stop(#ADA2CE), color-stop(#FF6A80), to(#E0AC55));
  background: linear-gradient(to left, #6DCC8B, #2FDDF6, #FF8E5E, #ADA2CE, #FF6A80, #E0AC55);
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}

.form_space {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
  max-width: 600px;
  margin: 0 auto;
}
.form_space tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.form_space tr, .form_space td {
  display: block;
  width: 100%;
}
@media (min-width: 500px) {
  .form_space tr {
    width: calc(50% - 10px);
    margin: 10px 0;
  }
}
@media (min-width: 768px) {
  .form_space tr {
    width: calc(50% - 20px);
  }
}
.form_space input {
  width: 100%;
  border: none;
  border-radius: 7px;
  padding: 5px;
  color: #555;
  font-size: 16px;
}
@media (min-width: 500px) {
  .form_space input {
    padding: 7px;
  }
}
.form_space label {
  display: block;
  margin: 10px 0 5px 0;
  font-weight: 600;
  color: #00698C;
  padding-left: 5px;
}
@media (min-width: 500px) {
  .form_space label {
    margin-bottom: 8px;
  }
}
.form_space input[type=submit] {
  font-family: "Roboto Condensed", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background: #008FCB;
  color: #FFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 6px 12px;
  border-radius: 7px;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 8px 20px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .form_space input[type=submit] {
    font-size: 18px;
    padding: 7px 20px;
    font-size: 18px;
  }
}
@media (min-width: 960px) {
  .form_space input[type=submit] {
    font-size: 20px;
    padding: 9px 25px;
  }
}
.form_space input[type=submit]:hover {
  background: #00698C;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}
@media (min-width: 500px) {
  .form_space input[type=submit] {
    width: auto;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.form_space #URL {
  display: none;
}
.form_space #Accettazione, .form_space #TrattamentoDati, .form_space #Profilazione {
  color: #555;
  font-size: 0.9em;
  margin: 10px 0;
  width: 100% !important;
  line-height: 1.2em;
}
.form_space #Accettazione .EditingFormValueCell, .form_space #TrattamentoDati .EditingFormValueCell, .form_space #Profilazione .EditingFormValueCell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.form_space #Accettazione .EditingFormValueCell div, .form_space #TrattamentoDati .EditingFormValueCell div, .form_space #Profilazione .EditingFormValueCell div {
  min-width: 25px;
}
.form_space #Accettazione .EditingFormValueCell input, .form_space #TrattamentoDati .EditingFormValueCell input, .form_space #Profilazione .EditingFormValueCell input {
  margin-right: 5px;
}
.form_space #Accettazione a, .form_space #TrattamentoDati a, .form_space #Profilazione a {
  color: #008FCB;
  text-decoration: none;
}

.page_lista_prestazioni .lista_servizi:before, .page_lista_prestazioni .lista_servizi:after {
  display: none;
}
@media (min-width: 768px) {
  .page_lista_prestazioni .lista_servizi:after {
    background: -webkit-gradient(linear, right top, left top, from(#6DCC8B), color-stop(#2FDDF6), color-stop(#FF8E5E), color-stop(#ADA2CE), color-stop(#FF6A80), to(#E0AC55));
    background: linear-gradient(to left, #6DCC8B, #2FDDF6, #FF8E5E, #ADA2CE, #FF6A80, #E0AC55);
  }
}

.lista_prestazioni_odontoiatriche {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .lista_prestazioni_odontoiatriche {
    padding: 60px 0;
  }
}
@media (min-width: 960px) {
  .lista_prestazioni_odontoiatriche {
    padding: 90px 0;
  }
}
.lista_prestazioni_odontoiatriche .lista_servizi {
  padding: 0;
}

.lista_strutture {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .lista_strutture {
    padding: 60px 0;
  }
}
.lista_strutture .spacer {
  max-width: 1200px;
}
.lista_strutture .repeater {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lista_strutture .struttura {
  display: block;
  width: 100%;
  background: #FFF;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  color: #555;
}
.lista_strutture .struttura:hover {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
  color: #00698C;
}
@media (min-width: 768px) {
  .lista_strutture .struttura {
    width: calc(50% - 20px);
    margin: 10px;
  }
}
@media (min-width: 960px) {
  .lista_strutture .struttura {
    width: calc(25% - 30px);
    margin: 15px;
  }
}
@media (min-width: 768px) {
  .lista_strutture .struttura .image {
    height: 150px;
  }
}
.lista_strutture .struttura .image img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .lista_strutture .struttura .image img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
.lista_strutture .struttura .text {
  padding: 10px 15px;
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
}
.lista_strutture .struttura .text h3 {
  font-size: 16px;
}
.lista_strutture .struttura .text p {
  color: #008FCB;
  font-size: 15px;
  margin-top: 5px;
  font-family: "Roboto Condensed", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.servizi_prestazioni .text_inside ul.list_trick {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .servizi_prestazioni .text_inside ul.list_trick {
    margin-top: 20px;
  }
}
.servizi_prestazioni .text_inside ul.list_trick li {
  width: 100%;
}
.servizi_prestazioni .text_inside a {
  display: block;
  position: relative;
  padding: 5px 24px;
}
@media (min-width: 768px) {
  .servizi_prestazioni .text_inside a {
    padding: 7px 24px;
  }
}
.servizi_prestazioni .text_inside a:hover {
  color: #00698C;
  text-decoration: none;
}
.servizi_prestazioni .text_inside a:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f00c";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  margin-right: 5px;
  display: none;
}
.servizi_prestazioni .text_inside a svg {
  margin-right: 5px;
  color: #00698C;
  position: absolute;
  left: 0;
  top: 8px;
}
@media (min-width: 768px) {
  .servizi_prestazioni .text_inside a svg {
    top: 11px;
  }
}

.ultime_notizie {
  background: #F8F8F8;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .ultime_notizie {
    padding: 60px 0;
  }
}
.ultime_notizie .spacer {
  max-width: 1200px;
}
@media (min-width: 768px) {
  .ultime_notizie .repeater {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.news_preview {
  display: block;
  margin: 20px 0;
  background: #FFF;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (min-width: 768px) {
  .news_preview {
    width: calc(50% - 20px);
    margin: 20px 10px;
  }
}
@media (min-width: 960px) {
  .news_preview {
    width: calc(25% - 20px);
  }
}
.news_preview:hover {
  -webkit-box-shadow: 0 0px 20px rgba(0, 143, 203, 0.5);
          box-shadow: 0 0px 20px rgba(0, 143, 203, 0.5);
}
.news_preview:hover .text, .news_preview:hover .text .meta {
  color: #008FCB;
}
@media (min-width: 768px) {
  .news_preview .image {
    height: 200px;
  }
}
@media (min-width: 960px) {
  .news_preview .image {
    height: calc(90px + 5vw);
  }
}
.news_preview .image img {
  width: 100%;
  height: auto;
  border-radius: 15px 15px 0 0;
}
@media (min-width: 768px) {
  .news_preview .image img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
.news_preview .text {
  padding: 15px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.4em;
  color: #555;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news_preview .text .meta {
  color: #00698C;
  font-family: "Roboto Condensed", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.8em;
  margin-bottom: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.pagination {
  margin-top: 20px;
}
.pagination a, .pagination span.SelectedPage {
  text-align: center;
  display: inline-block;
  line-height: 34px;
  background: rgba(0, 143, 203, 0.5);
  font-family: "Poppins", sans-serif;
  color: #FFF;
  text-decoration: none;
  width: 34px;
  margin: 3px 2px;
  border-radius: 100px;
  font-size: 18px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pagination a:hover {
  background: #008fcb;
}
.pagination span.SelectedPage {
  background: #00698C;
  color: #FFF;
}

.margin_bottom {
  padding-bottom: 30px !important;
}
@media (min-width: 768px) {
  .margin_bottom {
    padding-bottom: 60px !important;
  }
}

.breadcrumbs {
  background-color: #EEE;
  font-family: "Poppins", sans-serif;
  font-size: 13px !important;
  color: #666;
  padding: 8px 0;
  display: none;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}
@media (min-width: 700px) {
  .breadcrumbs {
    display: block;
  }
}
@media (min-width: 960px) {
  .breadcrumbs {
    position: fixed;
    top: 85px;
    left: 0px;
    width: 100%;
    z-index: 1;
    background: transparent;
    -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px);
    padding: 12px 0;
  }
  .breadcrumbs:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1;
    background: -webkit-gradient(linear, left top, right top, from(#6DCC8B), color-stop(#2FDDF6), color-stop(#FF8E5E), color-stop(#ADA2CE), color-stop(#FF6A80), to(#E0AC55));
    background: linear-gradient(to right, #6DCC8B, #2FDDF6, #FF8E5E, #ADA2CE, #FF6A80, #E0AC55);
    height: 37px;
    opacity: 0.2;
    display: block;
    content: "";
  }
}
.breadcrumbs a {
  color: #444;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.breadcrumbs a:hover {
  color: #000;
}
.breadcrumbs .spacer {
  max-width: 880px;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .breadcrumbs .spacer {
    padding-left: 150px;
  }
}
@media (min-width: 960px) {
  .breadcrumbs .spacer {
    padding-left: 200px;
  }
}
@media (min-width: 1200px) {
  .breadcrumbs .spacer {
    padding-left: 150px;
    max-width: 1000px;
  }
}