@charset "UTF-8";
/***************************** 1 ****************************************/
/***************************** 2 ****************************************/
/***************************** 1 ****************************************/
/***************************** 2 ****************************************/
/***************************** 1 ****************************************/
/***************************** 2 ****************************************/
/***************************** 3 ****************************************/
/***************************** 1 ****************************************/
/***************************** 2 ****************************************/
/***************************** 3 ****************************************/
/***************************** NEUTRAL 1 ****************************************/
/***************************** NEUTRAL 2 ****************************************/
/***************************** NEUTRAL 2 / 3 ****************************************/
/* line 3, src/assets/scss/base/_base.scss */
a {
  color: #00814e;
}

/* line 5, src/assets/scss/base/_base.scss */
a:hover {
  color: #003520;
}

/* line 10, src/assets/scss/base/_base.scss */
h1, h2, h3, h4, h5, h6 {
  color: #00814e;
}

/* line 15, src/assets/scss/base/_base.scss */
img {
  max-width: 100%;
}

/* line 5, src/assets/scss/layout/_header.scss */
.it-header-slim-wrapper {
  background-color: #005C30;
}

/* line 8, src/assets/scss/layout/_header.scss */
.it-header-center-wrapper {
  background-color: #ffffff;
}

@media (min-width: 992px) {
  /* line 12, src/assets/scss/layout/_header.scss */
  .it-header-navbar-wrapper {
    background: #00814e;
  }
}

/* line 19, src/assets/scss/layout/_header.scss */
.it-header-slim-wrapper-content .link-list-wrapper ul li a {
  line-height: 1.1;
  padding: 0 8px;
  font-size: .778em;
}

/* line 24, src/assets/scss/layout/_header.scss */
.it-header-slim-wrapper .link-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 28, src/assets/scss/layout/_header.scss */
.it-header-slim-wrapper .it-header-slim-wrapper-content .dropdown-menu a {
  color: #00814e;
}

/* line 31, src/assets/scss/layout/_header.scss */
.link-list-wrapper ul li a:hover:not(.disabled) span,
.link-list-wrapper ul li a span {
  color: inherit;
}

/* line 37, src/assets/scss/layout/_header.scss */
.it-header-navbar-wrapper {
  display: none;
}

/* line 39, src/assets/scss/layout/_header.scss */
.it-header-navbar-wrapper .navbar-nav {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 44, src/assets/scss/layout/_header.scss */
.it-header-navbar-wrapper .nav-link {
  font-weight: 600 !important;
  color: white;
  fill: white;
}

@media (min-width: 992px) {
  /* line 37, src/assets/scss/layout/_header.scss */
  .it-header-navbar-wrapper {
    display: block;
  }
}

/* line 55, src/assets/scss/layout/_header.scss */
.header-menu-toggle {
  background: none;
  border: none;
  cursor: pointer;
}

/* line 59, src/assets/scss/layout/_header.scss */
.header-menu-toggle .icon {
  fill: white;
  width: 38px;
  height: 38px;
}

@media (min-width: 992px) {
  /* line 55, src/assets/scss/layout/_header.scss */
  .header-menu-toggle {
    margin: 0 24px 0 -18px;
  }
  /* line 66, src/assets/scss/layout/_header.scss */
  .header-menu-toggle .icon {
    width: 54px;
    height: 54px;
  }
}

/* line 71, src/assets/scss/layout/_header.scss */
.header-menu-toggle:focus {
  outline: none;
}

/* line 76, src/assets/scss/layout/_header.scss */
.it-brand-wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 80px;
}

/* line 79, src/assets/scss/layout/_header.scss */
.it-brand-wrapper .brand {
  padding: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
}

@media (min-width: 992px) {
  /* line 76, src/assets/scss/layout/_header.scss */
  .it-brand-wrapper {
    height: 120px;
  }
  /* line 86, src/assets/scss/layout/_header.scss */
  .it-brand-wrapper .brand {
    padding: 10px 0;
  }
}

/* line 91, src/assets/scss/layout/_header.scss */
.brand img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

@media (min-width: 992px) {
  /* line 97, src/assets/scss/layout/_header.scss */
  .it-header-center-wrapper {
    padding-top: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  /* line 101, src/assets/scss/layout/_header.scss */
  .it-header-center-wrapper .it-right-zone {
    justify-self: flex-end;
  }
  /* line 104, src/assets/scss/layout/_header.scss */
  .it-header-center-wrapper .it-search-wrapper a.rounded-icon svg {
    fill: #00814e !important;
  }
}

/* line 111, src/assets/scss/layout/_header.scss */
.it-search-wrapper,
.it-socials {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}

@media (min-width: 992px) {
  /* line 111, src/assets/scss/layout/_header.scss */
  .it-search-wrapper,
  .it-socials {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}

/* line 120, src/assets/scss/layout/_header.scss */
.search-dropdown {
  border: 1px solid #eee;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3);
}

/* line 124, src/assets/scss/layout/_header.scss */
.search-dropdown input[type="search"] {
  border: 1px solid #ddd;
  height: 1.75em;
  font-size: .9em;
  font-weight: 600;
}

/* line 130, src/assets/scss/layout/_header.scss */
.search-dropdown.dropdown-menu:before {
  display: none;
  content: none;
}

/* line 136, src/assets/scss/layout/_header.scss */
.dropdown-menu--lang {
  min-width: 4em;
}

/* line 142, src/assets/scss/layout/_header.scss */
.theme-light .header-menu-toggle .icon {
  fill: #00814e;
}

/* line 148, src/assets/scss/layout/_header.scss */
.it-header-center-wrapper.theme-light .it-header-center-content-wrapper .it-right-zone {
  color: #00814e;
}

/* line 150, src/assets/scss/layout/_header.scss */
.it-header-center-wrapper.theme-light .it-header-center-content-wrapper .it-right-zone .it-socials {
  line-height: 1.1;
}

/* line 153, src/assets/scss/layout/_header.scss */
.it-header-center-wrapper.theme-light .it-header-center-content-wrapper .it-right-zone .it-socials ul .icon {
  fill: #00814e;
}

/* line 156, src/assets/scss/layout/_header.scss */
.it-header-center-wrapper.theme-light .it-header-center-content-wrapper .it-right-zone .it-socials ul a:hover .icon {
  fill: #003520;
}

/* line 162, src/assets/scss/layout/_header.scss */
.it-header-center-wrapper.theme-light .it-header-center-content-wrapper .it-search-wrapper a.rounded-icon svg {
  fill: #00814e !important;
}

/* line 165, src/assets/scss/layout/_header.scss */
.it-header-center-wrapper.theme-light .it-header-center-content-wrapper .it-brand-wrapper a {
  color: #00814e;
}

@media (min-width: 992px) {
  /* line 172, src/assets/scss/layout/_header.scss */
  .it-header-center-wrapper.theme-light .it-header-center-content-wrapper .it-search-wrapper a {
    background: #00814e;
  }
  /* line 174, src/assets/scss/layout/_header.scss */
  .it-header-center-wrapper.theme-light .it-header-center-content-wrapper .it-search-wrapper a:hover {
    background: #004e2f !important;
  }
  /* line 177, src/assets/scss/layout/_header.scss */
  .it-header-center-wrapper.theme-light .it-header-center-content-wrapper .it-search-wrapper a.rounded-icon svg {
    fill: white !important;
  }
}

/* line 186, src/assets/scss/layout/_header.scss */
.nav-top-extra,
.nav-top-extra > nav,
.nav-top-extra > nav > .link-list-wrapper > .link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  height: 100%;
}

/* line 193, src/assets/scss/layout/_header.scss */
.it-header-slim-wrapper-content .link-list-wrapper ul li > a.active {
  color: #fff;
}

/* line 196, src/assets/scss/layout/_header.scss */
.nav-top-extra li > a {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

@media (min-width: 768px) {
  /* line 203, src/assets/scss/layout/_header.scss */
  .nav-top-extra {
    margin-left: auto;
  }
  /* line 206, src/assets/scss/layout/_header.scss */
  .it-header-slim-right-zone {
    margin-left: 16px;
  }
}

/* line 5, src/assets/scss/layout/_footer.scss */
.it-footer-small-prints,
.it-footer-main {
  color: #fff;
  background-color: #666;
}

/* line 12, src/assets/scss/layout/_footer.scss */
.it-footer a,
.it-footer h1, .it-footer h2, .it-footer h3, .it-footer h4, .it-footer h5, .it-footer h6 {
  color: inherit;
}

/* line 17, src/assets/scss/layout/_footer.scss */
.it-footer .icon {
  fill: currentColor;
}

/* line 23, src/assets/scss/layout/_footer.scss */
.it-footer-small-prints ul.it-footer-small-prints-list li {
  padding-top: 0;
}

/* line 5, src/assets/scss/layout/_common.scss */
.intro-sezione {
  margin-bottom: 32px;
}

/* line 9, src/assets/scss/layout/_common.scss */
main {
  margin-bottom: 2em;
}

/* line 13, src/assets/scss/layout/_common.scss */
.section-main {
  padding-bottom: 1em;
}

/* line 19, src/assets/scss/layout/_common.scss */
.section-main h1, .section-main h2, .section-main h3, .section-main h4, .section-main h5 {
  margin: 1.2em 0 .6em;
}

/* line 26, src/assets/scss/layout/_common.scss */
.section-main > section {
  margin-bottom: 48px;
}

/* line 31, src/assets/scss/layout/_common.scss */
.section-main .card-title {
  margin-top: 0;
  line-height: 1.2;
}

/* line 38, src/assets/scss/layout/_common.scss */
.container .section {
  padding-left: 0;
  padding-right: 0;
}

/* line 2, node_modules/bootstrap/scss/mixins/_clearfix.scss */
main section::after {
  display: block;
  clear: both;
  content: "";
}

/* line 48, src/assets/scss/layout/_common.scss */
.section.section-banners {
  padding: 0;
}

/* line 54, src/assets/scss/layout/_common.scss */
.page-gallery {
  margin: 48px 0;
}

/* line 57, src/assets/scss/layout/_common.scss */
#img-modal > .modal-dialog.modal-dialog-centered {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 62, src/assets/scss/layout/_common.scss */
#img-modal .modal-content-wrap {
  position: relative;
}

/* line 65, src/assets/scss/layout/_common.scss */
#img-modal .modal-content-wrap > .close {
  position: absolute;
  right: 0;
  z-index: 99;
  pointer-events: auto;
}

/* line 72, src/assets/scss/layout/_common.scss */
#img-modal .modal-content-wrap,
#img-modal .modal-content,
#img-modal .modal-content > img {
  max-height: 100vh;
}

/* line 78, src/assets/scss/layout/_common.scss */
#img-modal .modal-content > img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

/* line 83, src/assets/scss/layout/_common.scss */
#img-modal > .modal-dialog {
  max-width: 96vw;
}

/* line 5, src/assets/scss/layout/_aside.scss */
.nav-sezione .box {
  margin-bottom: 32px;
}

/* line 8, src/assets/scss/layout/_aside.scss */
.nav-sezione .list-group {
  margin-bottom: 16px;
}

/* line 15, src/assets/scss/layout/_aside.scss */
.content-sidebar .share-buttons {
  margin-bottom: 32px;
}

/* line 19, src/assets/scss/layout/_aside.scss */
.content-sidebar h2 {
  font-size: 1.75rem;
}

@media (min-width: 576px) {
  /* line 19, src/assets/scss/layout/_aside.scss */
  .content-sidebar h2 {
    font-size: 1.777rem;
  }
}

/* line 25, src/assets/scss/layout/_aside.scss */
.content-sidebar * + h2,
.content-sidebar * + h3 {
  margin-top: .5em;
}

/* line 34, src/assets/scss/layout/_aside.scss */
aside .collapse-header [data-toggle=collapse] {
  padding: .5em 0;
  border-top: 0 none;
}

/* line 39, src/assets/scss/layout/_aside.scss */
aside .link-list-wrapper li > a {
  line-height: 1.4;
  margin-bottom: .75em;
}

/* line 44, src/assets/scss/layout/_aside.scss */
aside img {
  max-width: 100%;
}

/* line 48, src/assets/scss/layout/_aside.scss */
aside .list-group a {
  text-decoration: none;
}

@media (min-width: 992px) {
  /* line 55, src/assets/scss/layout/_aside.scss */
  img.map {
    max-width: 105%;
  }
}

/* line 3, src/assets/scss/components/_overrides.scss */
.autocomplete-wrapper-big .autocomplete-icon .icon {
  fill: #00814e;
}

/* line 7, src/assets/scss/components/_overrides.scss */
a.read-more {
  color: #00814e;
}

/* line 9, src/assets/scss/components/_overrides.scss */
a.read-more:hover {
  color: #003520;
}

/* line 12, src/assets/scss/components/_overrides.scss */
a.read-more .icon {
  fill: #00814e;
}

/* line 19, src/assets/scss/components/_overrides.scss */
.card-title > a {
  text-decoration: none;
}

/* line 23, src/assets/scss/components/_overrides.scss */
.card .card-body .card-text {
  font-family: "Titillium Web", Geneva, Tahoma, sans-serif;
}

@media (min-width: 576px) {
  /* line 29, src/assets/scss/components/_overrides.scss */
  .card .card-body .card-text {
    font-size: .95em;
  }
  /* line 32, src/assets/scss/components/_overrides.scss */
  .card .card-body h5.card-title {
    font-size: .95em;
  }
}

/* line 40, src/assets/scss/components/_overrides.scss */
.callout p {
  font-family: "Titillium Web", Geneva, Tahoma, sans-serif;
  color: inherit;
}

/* line 46, src/assets/scss/components/_overrides.scss */
.it-carousel-wrapper .owl-dots .owl-dot {
  background-color: #00814e;
}

/* line 54, src/assets/scss/components/_overrides.scss */
.collapse-header [data-toggle=collapse][aria-expanded] {
  color: #00814e;
}

/* line 60, src/assets/scss/components/_overrides.scss */
.collapse-header:first-child [data-toggle=collapse] {
  border-top: 0 none;
}

/* line 63, src/assets/scss/components/_overrides.scss */
.collapse-header h2, .collapse-header h3, .collapse-header h4 {
  margin: 0;
}

/* line 67, src/assets/scss/components/_overrides.scss */
section .collapse-header + .collapsing,
section .collapse-header + .collapse {
  padding-top: 8px;
}

/* line 75, src/assets/scss/components/_overrides.scss */
section > .callout:first-child {
  margin-top: 0;
}

/* paginazione */
/* line 81, src/assets/scss/components/_overrides.scss */
.it-list + .pagination-wrapper {
  margin-top: 32px;
}

/* TODO: colori in bootstrap-italia */
/* line 87, src/assets/scss/components/_overrides.scss */
.icon-primary {
  fill: #000 !important;
}

/* line 95, src/assets/scss/components/_overrides.scss */
.pagination .page-item .page-link[aria-current] {
  border: 1px solid #00814e;
  color: #00814e;
}

/* line 100, src/assets/scss/components/_overrides.scss */
.pagination .page-item .page-link:hover {
  color: #00814e;
}

/* line 103, src/assets/scss/components/_overrides.scss */
.pagination .page-item .page-link:hover .icon {
  fill: #00814e;
}

/* Fix bootstrap-italia */
@media (min-width: 1200px) {
  /* line 113, src/assets/scss/components/_overrides.scss */
  .it-list-wrapper .it-list a:hover {
    color: #003520;
  }
}

/* line 1, src/assets/scss/components/_buttons.scss */
.btn-primary {
  color: white;
  background-color: #00814e;
  border-color: #00814e;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-primary:hover {
  color: white;
  background-color: #005b37;
  border-color: #004e2f;
}

/* line 20, node_modules/bootstrap-italia/src/scss/custom/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 129, 78, 0.5);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 129, 78, 0.5);
}

/* line 31, node_modules/bootstrap-italia/src/scss/custom/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: white;
  background-color: #00814e;
  border-color: #00814e;
}

/* line 38, node_modules/bootstrap-italia/src/scss/custom/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: white;
  background-color: #004e2f;
  border-color: #004127;
}

/* line 48, node_modules/bootstrap-italia/src/scss/custom/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 129, 78, 0.5);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 129, 78, 0.5);
}

/* Fix bootstrap-italia */
/* line 7, src/assets/scss/components/_buttons.scss */
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active {
  background-color: #d3cde5;
}

/* line 1, src/assets/scss/components/_breadcrumbs.scss */
.breadcrumb-container .breadcrumb {
  padding: 1rem 0;
  font-size: .9em;
}

/* line 6, src/assets/scss/components/_breadcrumbs.scss */
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block !important;
  content: '>';
  padding: 0 .5em;
}

/* line 12, src/assets/scss/components/_breadcrumbs.scss */
.breadcrumb-item.active > a {
  text-decoration: none;
}

/* line 1, src/assets/scss/components/_nav-menu-main.scss */
.menu-main {
  margin-top: 2rem;
}

/* line 3, src/assets/scss/components/_nav-menu-main.scss */
.menu-main .nav {
  border-bottom: 1px solid #eee;
}

/* line 5, src/assets/scss/components/_nav-menu-main.scss */
.menu-main .nav ul, .menu-main .nav li {
  padding-left: 0;
  list-style: none;
}

/* line 9, src/assets/scss/components/_nav-menu-main.scss */
.menu-main .nav li {
  position: relative;
  overflow: hidden;
  border-top: 1px solid #eee;
}

/* line 12, src/assets/scss/components/_nav-menu-main.scss */
.menu-main .nav li > a {
  padding: .8rem;
  width: 100%;
  display: block;
  text-decoration: none;
  color: black;
}

/* line 19, src/assets/scss/components/_nav-menu-main.scss */
.menu-main .nav li > button {
  position: absolute;
  right: 0;
  top: 0;
  height: 3.2rem;
  width: 3.2rem;
  background: none;
  border: 1px solid #eee;
  border-style: none none solid solid;
}

/* line 28, src/assets/scss/components/_nav-menu-main.scss */
.menu-main .nav li > button svg {
  fill: #00814e;
}

/* line 31, src/assets/scss/components/_nav-menu-main.scss */
.menu-main .nav li > button[aria-expanded="true"] > svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 34, src/assets/scss/components/_nav-menu-main.scss */
.menu-main .nav li > button:focus {
  outline: none;
}

/* line 41, src/assets/scss/components/_nav-menu-main.scss */
.menu-main .sub-menu {
  background-color: #f0f6f4;
}

/* line 43, src/assets/scss/components/_nav-menu-main.scss */
.menu-main .sub-menu > li > a {
  padding-left: 1.8rem;
}

/* sub */
/* line 4, src/assets/scss/components/_navigation.scss */
.link-list li > ul {
  padding-left: .6rem;
}

/* menù più larghi */
/* line 9, src/assets/scss/components/_navigation.scss */
.dropdown-menu .link-list > li {
  max-width: 100%;
  min-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media (min-width: 992px) {
  /* line 16, src/assets/scss/components/_navigation.scss */
  .navbar .dropdown:not(.megamenu) .dropdown-menu {
    max-width: 20rem;
  }
}

/* line 22, src/assets/scss/components/_navigation.scss */
.link-list-wrapper ul li a {
  line-height: 1.35em;
  padding-top: .45em;
  padding-bottom: .45em;
}

/* anche se fuori, h3 uguali a quelli nelle liste */
/* line 29, src/assets/scss/components/_navigation.scss */
.navbar .dropdown-menu h3 {
  text-transform: uppercase;
  font-size: .833em;
  font-weight: 600;
  letter-spacing: 1px;
}

/* line 35, src/assets/scss/components/_navigation.scss */
.navbar .dropdown-menu .link-list-wrapper > h3 {
  padding: 0.45em 24px;
}

/* in megamenu, lista link su più colonne anche se non suddivisa in .col */
@media (min-width: 576px) {
  /* line 40, src/assets/scss/components/_navigation.scss */
  .megamenu .dropdown-menu > .link-list-wrapper:only-child > ul {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}

@media (min-width: 992px) {
  /* line 40, src/assets/scss/components/_navigation.scss */
  .megamenu .dropdown-menu > .link-list-wrapper:only-child > ul {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
  }
}

/* line 48, src/assets/scss/components/_navigation.scss */
.megamenu .dropdown-menu > .link-list-wrapper:only-child > ul > li {
  display: inline-block;
  width: 100%;
}

/* line 1, src/assets/scss/components/_offcanvas.scss */
.menu-offcanvas {
  position: fixed;
  background: white;
  width: 320px;
  height: 100%;
  max-width: 90vw;
  top: 0;
  z-index: 9999;
  overflow-y: scroll;
  left: -320px;
  -webkit-transition: .3s;
  transition: .3s;
}

/* line 18, src/assets/scss/components/_offcanvas.scss */
.menu-offcanvas.open {
  left: 0;
}

@media (min-width: 576px) {
  /* line 1, src/assets/scss/components/_offcanvas.scss */
  .menu-offcanvas {
    width: 576px;
    left: -576px;
  }
}

/* line 29, src/assets/scss/components/_offcanvas.scss */
.menu-offcanvas.open::before {
  content: '';
  position: fixed;
}

/* line 33, src/assets/scss/components/_offcanvas.scss */
.menu-offcanvas::after, .menu-offcanvas::before {
  z-index: -1;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 42, src/assets/scss/components/_offcanvas.scss */
.menu-offcanvas::after {
  content: '';
  position: absolute;
  z-index: -1;
  background-color: white;
}

/* line 49, src/assets/scss/components/_offcanvas.scss */
.menu-offcanvas > .offcanvas-wrp {
  background: inherit;
}

/* line 53, src/assets/scss/components/_offcanvas.scss */
.menu-offcanvas .menu-main > button.close {
  position: absolute;
  right: 0;
  top: 0;
}

/* line 57, src/assets/scss/components/_offcanvas.scss */
.menu-offcanvas .menu-main > button.close > .icon {
  width: 2.1rem;
  height: 2.1rem;
}

/* line 14, src/assets/scss/components/_callout.scss */
.callout-info, .struttura-orari,
.struttura-info {
  padding: 1em;
  background: #eff5f3;
  border-radius: 6px;
}

/* line 6, src/assets/scss/components/_callout.scss */
.callout-info > :first-child, .struttura-orari > :first-child, .struttura-info > :first-child {
  margin-top: 0;
}

/* line 9, src/assets/scss/components/_callout.scss */
.callout-info > :last-child, .struttura-orari > :last-child, .struttura-info > :last-child {
  margin-bottom: 0;
}

/* line 2, src/assets/scss/components/_card.scss */
.card-meta {
  font-size: .75em;
}

/* line 7, src/assets/scss/components/_card.scss */
.evidenziato {
  background: lightyellow;
}

/*
 * Griglie di elementi in pagine "hub" / "sommario".
 */
/* line 5, src/assets/scss/components/_card-list.scss */
.card-list.row {
  margin: 0 -30px;
}

/* line 8, src/assets/scss/components/_card-list.scss */
.card-list.row > .col {
  padding: 0 24px;
  margin-bottom: 24px;
}

/* line 12, src/assets/scss/components/_card-list.scss */
.card-list .col > .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 6em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 8px;
}

/* line 23, src/assets/scss/components/_card-list.scss */
.card-list .col > .card::after {
  display: none;
  content: none;
}

/* line 27, src/assets/scss/components/_card-list.scss */
.card-list .col > div {
  border: 1px solid #00814e;
  border-radius: 5px;
  margin-bottom: 24px;
}

/* line 37, src/assets/scss/components/_card-list.scss */
.card-list .card > a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 42, src/assets/scss/components/_card-list.scss */
.card-list .card > a .icon {
  justify-self: start;
  fill: #00814e;
  width: 2.0em;
  height: 2.0em;
  margin: 0 .5em 0 0;
}

@media (max-width: 575.98px) {
  /* line 54, src/assets/scss/components/_card-list.scss */
  .card-list.row {
    margin: 0 -5px;
  }
  /* line 56, src/assets/scss/components/_card-list.scss */
  .card-list.row > .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 0 16px;
  }
}

@media screen and (max-width: 420px) {
  /* line 64, src/assets/scss/components/_card-list.scss */
  .card-list.row > .col {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

/* line 2, src/assets/scss/components/_collapse.scss */
.collapse-div.callout-info, .collapse-div.struttura-orari,
.collapse-div.struttura-info {
  padding: 0;
}

/* line 8, src/assets/scss/components/_collapse.scss */
h2.collapse-header, h3.collapse-header, h4.collapse-header, h5.collapse-header {
  margin-bottom: 0;
}

/* line 12, src/assets/scss/components/_collapse.scss */
.collapse-header [data-toggle="collapse"]::before {
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTEyIDEwLjJsNC44IDQuOGMuMy4zLjguMyAxLjEgMCAuMy0uMy4zLS44IDAtMWwtNC44LTQuOGMtLjYtLjYtMS41LS42LTIuMSAwTDYuMiAxNGMtLjMuMy0uMy44IDAgMSAuMy4zLjguMyAxLjEgMGw0LjctNC44eiIvPjwvc3ZnPg==");
}

/* line 1, src/assets/scss/components/_page-hero.scss */
.page-hero {
  width: 100%;
  padding-right: 6px;
  padding-left: 6px;
  margin-right: auto;
  margin-left: auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 0 0;
}

@media (min-width: 576px) {
  /* line 1, src/assets/scss/components/_page-hero.scss */
  .page-hero {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 1, src/assets/scss/components/_page-hero.scss */
  .page-hero {
    max-width: 668px;
  }
}

@media (min-width: 992px) {
  /* line 1, src/assets/scss/components/_page-hero.scss */
  .page-hero {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 1, src/assets/scss/components/_page-hero.scss */
  .page-hero {
    max-width: 1184px;
  }
}

/* line 9, src/assets/scss/components/_page-hero.scss */
.page-hero::before {
  content: '';
  padding: 0 0 37.5%;
  height: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-image: inherit;
}

/* line 1, src/assets/scss/components/_blog.scss */
.card.lista-articolo .card-body {
  padding-left: 0;
}

/* line 5, src/assets/scss/components/_mix.scss */
.databox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1.3;
}

/* line 10, src/assets/scss/components/_mix.scss */
.databox > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: .5em;
}

/* line 15, src/assets/scss/components/_mix.scss */
.databox > dt,
.dbx__lbl {
  font-weight: 600;
}

@media (min-width: 576px) {
  /* line 20, src/assets/scss/components/_mix.scss */
  .databox > dt,
  .dbx__lbl {
    -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* line 26, src/assets/scss/components/_mix.scss */
  .databox > dd,
  .dbx__val {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 35, src/assets/scss/components/_mix.scss */
  .section-main.col-md-7 .databox {
    display: block;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  /* line 41, src/assets/scss/components/_mix.scss */
  .dbx__lbl {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }
}

/* line 48, src/assets/scss/components/_mix.scss */
.it-socials ul {
  list-style: none;
  padding: 0;
}

/* line 52, src/assets/scss/components/_mix.scss */
.it-socials li {
  display: inline-block;
}

/* line 55, src/assets/scss/components/_mix.scss */
main .it-socials li {
  margin: 0 0 0 .25em;
}

/* line 61, src/assets/scss/components/_mix.scss */
aside .it-socials {
  margin-bottom: 32px;
  font-size: .9em;
}

/* line 64, src/assets/scss/components/_mix.scss */
aside .it-socials .icon {
  width: 24px;
  height: 24px;
  fill: #555;
}

/* line 78, src/assets/scss/components/_mix.scss */
.cols-list.link-list {
  padding-left: 0;
}

/* line 80, src/assets/scss/components/_mix.scss */
.cols-list.link-list > li {
  list-style: none;
  line-height: 1.33;
  margin-bottom: .5em;
}

@media (min-width: 576px) {
  /* line 77, src/assets/scss/components/_mix.scss */
  .cols-list {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}

/* line 96, src/assets/scss/components/_mix.scss */
.allegati ul, .allegati li {
  list-style: none;
}

/* line 99, src/assets/scss/components/_mix.scss */
.allegati ul {
  padding-left: 2em;
}

/* line 102, src/assets/scss/components/_mix.scss */
.allegati li {
  font-size: .95em;
  line-height: 1.2;
  margin-bottom: .3em;
}

/* line 107, src/assets/scss/components/_mix.scss */
.allegati li > a {
  text-decoration: none;
}

/* line 109, src/assets/scss/components/_mix.scss */
.allegati li > a > .icon {
  display: inline-block;
  vertical-align: text-bottom;
  width: 2em;
  margin-left: -2em;
}

/* line 122, src/assets/scss/components/_mix.scss */
.sottopagine {
  margin: 2em 0;
}

/* line 125, src/assets/scss/components/_mix.scss */
.sottopagine .card > a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  height: 100%;
  overflow: hidden;
}

/* line 129, src/assets/scss/components/_mix.scss */
.sottopagine .card > a > img {
  max-width: 100%;
  margin: 0;
}

/* line 133, src/assets/scss/components/_mix.scss */
.sottopagine .card > a > span {
  padding: 8px;
  margin: auto;
}

/* line 1, src/assets/scss/pages/_home.scss */
main > .section {
  padding: 24px 0;
}

@media (min-width: 768px) {
  /* line 1, src/assets/scss/pages/_home.scss */
  main > .section {
    padding: 30px 0;
  }
}

@media (min-width: 992px) {
  /* line 1, src/assets/scss/pages/_home.scss */
  main > .section {
    padding: 30px 0;
  }
}

@media (min-width: 1200px) {
  /* line 1, src/assets/scss/pages/_home.scss */
  main > .section {
    padding: 42px 0;
  }
}

/* line 14, src/assets/scss/pages/_home.scss */
.home main > .section h2 {
  font-weight: normal;
  color: #00814e;
}

/* line 17, src/assets/scss/pages/_home.scss */
.home main > .section h2 a {
  text-decoration: none;
  color: inherit;
}

/* line 23, src/assets/scss/pages/_home.scss */
.home main > .section .it-card-footer {
  margin-top: 0;
}

/* line 44, src/assets/scss/pages/_home.scss */
.section--fascia, .section-news {
  position: relative;
}

/* line 29, src/assets/scss/pages/_home.scss */
.section--fascia h2, .section-news h2 {
  color: #fff !important;
  background-color: #00814e;
}

/* line 33, src/assets/scss/pages/_home.scss */
.section--fascia::before, .section-news::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
  background-color: #00814e;
  content: '';
  z-index: -1;
}

/* line 51, src/assets/scss/pages/_home.scss */
main > .section-primopiano {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 56, src/assets/scss/pages/_home.scss */
.section-primopiano .it-carousel-wrapper .owl-stage-outer {
  padding-top: 0;
}

@media (min-width: 992px) {
  /* line 60, src/assets/scss/pages/_home.scss */
  .section-primopiano .it-carousel-wrapper {
    position: relative;
  }
  /* line 63, src/assets/scss/pages/_home.scss */
  .section-primopiano .read-all {
    position: absolute;
    right: 0;
    bottom: .5em;
    z-index: 999;
  }
}

/* line 71, src/assets/scss/pages/_home.scss */
.section-primopiano .card-title {
  font-weight: 400 !important;
  font-size: 1.6em !important;
}

/* line 74, src/assets/scss/pages/_home.scss */
.section-primopiano .card-title > a {
  color: #004e2f;
  text-decoration: none;
}

/* line 80, src/assets/scss/pages/_home.scss */
.section-primopiano .categories {
  padding-left: 36px;
  background: url(../img/ico/tag.png) no-repeat 0 2px;
  background-size: 24px 24px;
}

/* line 85, src/assets/scss/pages/_home.scss */
.section-primopiano .category {
  color: #444;
  text-decoration: none;
}

/* line 93, src/assets/scss/pages/_home.scss */
.section-servizi .card {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  color: #444;
  font-weight: 600;
  text-decoration: none;
  padding: .6em;
  line-height: 1.2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 576px) {
  /* line 93, src/assets/scss/pages/_home.scss */
  .section-servizi .card {
    -ms-flex-preferred-size: calc( 50% - 12px);
        flex-basis: calc( 50% - 12px);
  }
}

@media (min-width: 992px) {
  /* line 93, src/assets/scss/pages/_home.scss */
  .section-servizi .card {
    -ms-flex-preferred-size: calc( 33% - 12px);
        flex-basis: calc( 33% - 12px);
  }
}

@media (min-width: 1200px) {
  /* line 93, src/assets/scss/pages/_home.scss */
  .section-servizi .card {
    -ms-flex-preferred-size: calc( 25% - 12px);
        flex-basis: calc( 25% - 12px);
  }
}

/* line 112, src/assets/scss/pages/_home.scss */
.section-servizi h2 {
  margin-bottom: .8em;
}

/* line 115, src/assets/scss/pages/_home.scss */
.section-servizi.section {
  background: #f2f7fc url("../img/home-section-servizi-bg.jpg") no-repeat 50% 50%;
  background-size: cover;
}

/* line 120, src/assets/scss/pages/_home.scss */
.servizi__icona > svg {
  fill: #fff;
  background: #00814e;
  width: 2em;
  height: 2em;
  min-width: 2em !important;
  border-radius: 50%;
  margin: 0 .7em 0 0;
}

/* line 137, src/assets/scss/pages/_home.scss */
.section-informazioni .card-title {
  margin: 0;
}

/* line 143, src/assets/scss/pages/_home.scss */
.section .card-title.h6 {
  font-size: 1.1em;
  line-height: 1.25;
}

/* line 147, src/assets/scss/pages/_home.scss */
.section .it-card-footer {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 153, src/assets/scss/pages/_home.scss */
.card-img.r2x1 .img-responsive {
  padding-bottom: 50%;
}

/* line 157, src/assets/scss/pages/_home.scss */
.titolo-evidenza {
  color: #fff !important;
  background-color: #00814e;
  text-align: center;
  font-weight: 600;
  padding: .5em;
}

/* line 165, src/assets/scss/pages/_home.scss */
.section-banners .carousel--banners .it-single-slide-wrapper {
  margin: 0 8px;
}

/* line 168, src/assets/scss/pages/_home.scss */
.section-banners .carousel--banners .card-img {
  border: 2px solid #00814e;
  border-radius: 5px;
  overflow: hidden;
}

/* line 173, src/assets/scss/pages/_home.scss */
.section-banners .carousel--banners .card-img .img-responsive {
  padding-bottom: 75%;
}

/* line 178, src/assets/scss/pages/_home.scss */
.section-cerca {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #e8e8f0 url(../img/home-section-cerca-bg.jpg) no-repeat 50% 50%;
  background-size: cover;
}

@media only screen and (min-width: 768px) {
  /* line 186, src/assets/scss/pages/_home.scss */
  .section-cerca {
    min-height: 360px;
  }
}

@media only screen and (min-width: 992px) {
  /* line 191, src/assets/scss/pages/_home.scss */
  .section-cerca {
    min-height: 560px;
  }
}

@media only screen and (min-width: 1200px) {
  /* line 196, src/assets/scss/pages/_home.scss */
  .section-cerca {
    min-height: 640px;
  }
}

/* line 201, src/assets/scss/pages/_home.scss */
.box-ricerca__shortcuts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 205, src/assets/scss/pages/_home.scss */
.box-ricerca__shortcuts .btn {
  line-height: 1.1;
  margin-bottom: .5em;
}

@media (max-width: 575.98px) {
  /* line 205, src/assets/scss/pages/_home.scss */
  .box-ricerca__shortcuts .btn {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
            flex: 1 1 40%;
    margin: .25em;
    min-width: 10em;
  }
}

/* line 216, src/assets/scss/pages/_home.scss */
.box-ricerca input[type="search"] {
  border-radius: 2em;
  border: 2px solid #00814e;
  background-color: rgba(0, 129, 78, 0.2);
  font-size: 2.1rem;
}

/* line 220, src/assets/scss/pages/_home.scss */
.box-ricerca input[type="search"]::-webkit-input-placeholder {
  color: rgba(82, 122, 106, 0.9);
}
.box-ricerca input[type="search"]::-moz-placeholder {
  color: rgba(82, 122, 106, 0.9);
}
.box-ricerca input[type="search"]:-ms-input-placeholder {
  color: rgba(82, 122, 106, 0.9);
}
.box-ricerca input[type="search"]::-ms-input-placeholder {
  color: rgba(82, 122, 106, 0.9);
}
.box-ricerca input[type="search"]::placeholder {
  color: rgba(82, 122, 106, 0.9);
}

@media (max-width: 1199.98px) {
  /* line 216, src/assets/scss/pages/_home.scss */
  .box-ricerca input[type="search"] {
    font-size: 1.6rem;
  }
}

@media (max-width: 767.98px) {
  /* line 216, src/assets/scss/pages/_home.scss */
  .box-ricerca input[type="search"] {
    font-size: 1.4rem;
  }
}

@media (max-width: 575.98px) {
  /* line 216, src/assets/scss/pages/_home.scss */
  .box-ricerca input[type="search"] {
    font-size: 1.1rem;
    padding-left: 45px;
  }
}

/* line 237, src/assets/scss/pages/_home.scss */
.box-ricerca .autocomplete-icon {
  background: none;
  -webkit-appearance: initial;
}

/* line 243, src/assets/scss/pages/_home.scss */
.section-siti .col {
  margin-bottom: 16px;
}

/* line 247, src/assets/scss/pages/_home.scss */
.scheda-sito {
  height: 100%;
  padding: 8px;
  min-height: 5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

/* line 256, src/assets/scss/pages/_home.scss */
.scheda-sito a {
  color: #fff;
  text-decoration: none;
}

/* line 259, src/assets/scss/pages/_home.scss */
.scheda-sito a::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
}

/* line 268, src/assets/scss/pages/_home.scss */
.scheda-sito p {
  margin: 0 1.1em;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: center;
}

/* line 274, src/assets/scss/pages/_home.scss */
.scheda-sito__icona {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  margin-right: .3em;
}

/* line 277, src/assets/scss/pages/_home.scss */
.scheda-sito__icona svg {
  fill: #fff;
  width: 100%;
  height: 70px;
}

/* line 7, src/assets/scss/pages/_reparto.scss */
.struttura-orari {
  background: #eff5f3;
}

/* line 10, src/assets/scss/pages/_reparto.scss */
.struttura-info {
  background: #f2f2f2;
}

/* info persone */
/* line 17, src/assets/scss/pages/_reparto.scss */
.info-dove,
.info-contatto,
.info-persona {
  margin-bottom: 1.5em;
}

/* line 24, src/assets/scss/pages/_reparto.scss */
.struttura-mappa iframe {
  width: 100%;
  max-height: 250px;
}

@media (min-width: 576px) {
  /* line 33, src/assets/scss/pages/_reparto.scss */
  .contatti__indirizzo.info-dove {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  /* line 36, src/assets/scss/pages/_reparto.scss */
  .contatti__indirizzo.info-dove > .databox {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: .25em;
    grid-column-gap: .75em;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  /* line 43, src/assets/scss/pages/_reparto.scss */
  .contatti__indirizzo.info-dove > .icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: .1em;
  }
}

/* line 1, src/assets/scss/pages/_ospedale.scss */
.info-struttura {
  margin-bottom: 2.5em;
}

/* line 1, src/assets/scss/pages/_articolo.scss */
.articolo img {
  max-width: 100%;
}

/* line 7, src/assets/scss/pages/_articolo.scss */
.articolo .immagine-evidenza {
  margin-bottom: 32px;
}

/* line 13, src/assets/scss/pages/_articolo.scss */
.evento-iscrizione {
  margin: 32px 0;
}

/* line 1, src/assets/scss/pages/_personale.scss */
.img-personale {
  max-height: 240px;
}

/* line 3, src/assets/scss/extra/colori.scss */
.color-red main a,
.color-red main h1, .color-red main h2, .color-red main h3, .color-red main h4, .color-red main h5 {
  color: #950411;
}

/* line 7, src/assets/scss/extra/colori.scss */
.color-red main .card-list .col > div {
  border-color: #950411;
}

/*# sourceMappingURL=../../../scss */