:root {
  font-size: 16px;
}
* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
}
body {
  font-size: 1.125rem;
  font-family: "Titillium Web";
  line-height: 1.45;
  color: #232323;
}
footer {
  background: #636466;
  padding: 3rem 0 0 0;
  color: #fff;
  margin: 0;
}
footer .newsletter {
  margin-bottom: 1.5rem;
  text-align: right;
}
@media (max-width: 990px) {
  footer .newsletter {
    text-align: center;
    margin-top: 1.5rem;
  }
}
footer .newsletter .btn {
  margin: 1rem 0;
}
footer .social--footer {
  text-align: right;
}
@media (max-width: 990px) {
  footer .social--footer {
    text-align: center;
  }
}
footer .logo-contatti {
  display: flex;
  align-items: flex-start;
}
footer .logo-contatti .footer-logo {
  width: 13.5rem;
  margin-right: 2rem;
}
footer .logo-contatti h6 {
  margin-top: 0;
  margin-bottom: 1rem;
}
footer .logo-contatti div {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 2rem;
}
footer .logo-contatti ul {
  list-style: none;
  margin: 0.75rem 0 0 0;
  padding: 0;
}
footer .logo-contatti ul a {
  text-decoration: none;
  color: #f9f9f9;
  font-size: 1.1rem;
  display: inline-block;
  margin-bottom: 0.25rem;
}
@media (max-width: 768px) {
  footer .logo-contatti {
    justify-content: center;
    align-items: center;
  }
  footer .logo-contatti .footer-logo {
    width: 8rem;
  }
}
footer .footer-copy {
  text-align: center;
  margin-top: 1rem;
  font-size: 0.85rem;
  position: relative;
  padding-top: 1.5rem;
}
footer .footer-copy:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 9rem;
  background: rgba(255, 255, 255, 0.5);
  margin-left: -4.5rem;
  height: 1px;
}
@media (max-width: 768px) {
  footer .footer-copy {
    margin-top: 0.5rem;
  }
}
footer .footer-utility {
  margin: 3rem 0 0 0;
  padding: 1.5rem 0;
  background: rgba(255, 255, 255, 0.1);
}
footer .footer-utility ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 0 1.5rem 0;
  padding: 0;
}
footer .footer-utility ul a {
  color: #fff;
  font-size: 0.9rem;
  text-decoration: none;
}
footer .footer-utility ul li {
  margin: 0 1rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 768px) {
  footer .footer-utility ul li {
    text-align: center;
  }
}
.container {
  max-width: 1200px;
  padding: 0 1rem;
  margin: auto;
}
@media (max-width: 990px) {
  .dati-ambientali--container .row > .col-md-6:nth-child(2) .dati-ambientali {
    margin-top: 2rem;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #872643;
}
h1.margin-bottom-0,
h2.margin-bottom-0,
h3.margin-bottom-0,
h4.margin-bottom-0,
h5.margin-bottom-0,
h6.margin-bottom-0 {
  margin-bottom: 0;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
a,
.color--purple {
  color: #872643;
}
.container--section {
  padding: 1rem 1rem 3rem 1rem;
}
.container--section--gray {
  background: #f2f2f2;
}
.csi-nav {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 2rem 0 0 0;
  justify-content: center;
  align-items: center;
}
.csi-nav li {
  margin: 0 0.5rem;
}
.csi-nav li span {
  height: 0.6rem;
  width: 0.6rem;
  background: #999;
  cursor: pointer;
  display: block;
  border-radius: 50%;
}
.csi-nav li.active span {
  background: #872643;
}
.snpa-header {
  position: sticky;
  top: -203px;
  z-index: 100;
  background: #872643;
}
.snpa-header-animation-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.snpa-header--container {
  position: relative;
}
.snpa-header .animation {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-62%);
  z-index: 0;
}
@media (max-width: 569px) {
  .snpa-header {
    top: -161px;
  }
}
table {
  width: 100%;
  margin-bottom: 2rem;
}
table thead {
  font-weight: 700;
  background: #e5e5e5;
}
table thead th {
  padding: 0.5rem 0.75rem;
  border-bottom: 1px solid #c9c9c9;
  text-align: left;
}
table tr td {
  padding: 0.25rem 0.75rem;
  border-bottom: 1px solid #e5e5e5;
}
table.table-striped tr:nth-child(even) td {
  background: #f1f1f1;
}
table.table-bordered {
  border: 1px solid #e5e5e5;
}
table.table-bordered tr td {
  border-right: 1px solid #e5e5e5;
}
table.table-bordered tr td:last-child {
  border-right: none;
}
table.table-bordered tr:last-child td {
  border-bottom: none;
}
table.table-ispra thead th {
  background: #872643;
  color: #fff;
}
.btn {
  color: #232323;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  color: #fff;
  background: #bbbbbb;
  border-radius: 0.2rem;
  display: inline-block;
  border-bottom: 2px solid #aeaeae;
}
.btn:hover {
  opacity: 0.9;
}
.btn .fa-solid {
  position: relative;
  top: 1px;
  margin-left: 2px;
}
.btn .fa-envelope {
  top: 1px;
  margin-left: 5px;
  position: relative;
}
.btn.btn--block {
  display: block;
  text-align: center;
}
.btn.btn--primary {
  background: #872643;
  border-bottom: 2px solid #671d33;
}
.btn.btn--green {
  background: #00b212;
  border-bottom: 2px solid #00890e;
}
.btn.btn--red {
  background: #e74c3c;
  border-bottom: 2px solid #df2e1b;
}
.btn.btn--yellow {
  background: #f1c40f;
  border-bottom: 2px solid #cba50c;
}
.btn.btn--azure {
  background: #2980b9;
  border-bottom: 2px solid #226998;
}
.btn.btn--disabled {
  background: #bbbbbb;
  border-bottom: 2px solid #a7a7a7;
  cursor: no-drop;
}
.btn.btn--small {
  font-size: 0.9rem;
  padding: 0.55rem 1rem;
}
.btn.btn--outline {
  color: #bbbbbb;
  background: transparent;
  border: 2px solid #bbbbbb;
}
.btn.btn--outline:hover {
  color: #fff;
  background: #bbbbbb;
}
.btn.btn--outline.btn--white {
  color: #f9f9f9;
  border-color: #f9f9f9;
}
.btn.btn--outline.btn--white:hover {
  color: #232323;
  background: #f9f9f9;
}
.btn.btn--outline.btn--primary {
  color: #872643;
  border: 2px solid #872643;
}
.btn.btn--outline.btn--primary:hover {
  background: #872643;
  color: #fff;
}
.btn.btn--outline.btn--green {
  color: #00b212;
  border: 2px solid #00b212;
}
.btn.btn--outline.btn--green:hover {
  background: #00b212;
  color: #fff;
}
.btn.btn--outline.btn--red {
  color: #e74c3c;
  border: 2px solid #e74c3c;
}
.btn.btn--outline.btn--red:hover {
  background: #e74c3c;
  color: #fff;
}
.btn.btn--outline.btn--yellow {
  color: #f1c40f;
  border: 2px solid #f1c40f;
}
.btn.btn--outline.btn--yellow:hover {
  background: #f1c40f;
  color: #fff;
}
.btn.btn--outline.btn--azure {
  color: #2980b9;
  border: 2px solid #2980b9;
}
.btn.btn--outline.btn--azure:hover {
  background: #2980b9;
  color: #fff;
}
#top-header {
  position: absolute;
  top: 1rem;
  left: 0;
  width: 100%;
  text-align: right;
  padding: 0.25rem 0;
  z-index: 11;
}
#top-header a {
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 569px) {
  #top-header {
    top: 0.5rem;
  }
  #top-header .socials {
    border-left: none;
  }
}
.article-share {
  font-weight: 600;
}
.socials {
  display: inline-block;
  margin-left: 2rem;
  padding-left: 1rem;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.socials.socials--no-border {
  border-left: none;
}
.socials a {
  margin-left: 1rem;
  color: #fff;
}
.socials.socials--share {
  margin: 2rem 0 2rem 2rem;
  border-left: 1px solid rgba(0, 0, 0, 0.5);
}
.socials.socials--share a {
  color: #872643;
}
header {
  padding: 1.5rem 0 0 0;
  position: relative;
  z-index: 10;
}
header .header-navigation {
  margin-top: 1.5rem;
  position: relative;
  background: #661224;
}
header .container {
  position: relative;
}
header .search {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-12.5%);
  display: flex;
  align-items: center;
  color: #fff;
}
header .search .fa-solid {
  color: #872643;
  font-size: 1.5rem;
  background: #fff;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
}
@media (max-width: 569px) {
  header .search .fa-solid {
    width: 2rem;
    height: 2rem;
    font-size: 1.15rem;
  }
}
header .hamburger-menu {
  color: #fff;
  display: none;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.75rem;
  justify-content: center;
}
header .hamburger-menu .icon {
  width: 1.5rem;
  display: inline-block;
  margin-left: 0.75rem;
}
header .hamburger-menu .icon span {
  height: 2px;
  background: #fff;
  margin: 3px 0;
  display: block;
  position: relative;
  transition: all 0.2s;
}
header .hamburger-menu.active .icon span:nth-child(2) {
  opacity: 0;
}
header .hamburger-menu.active .icon span:nth-child(1) {
  transform: rotate(45deg);
  top: 5px;
}
header .hamburger-menu.active .icon span:nth-child(3) {
  transform: rotate(-45deg);
  top: -5px;
}
@media (max-width: 990px) {
  header .hamburger-menu {
    display: flex;
  }
}
header ul.navigation {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
header ul.navigation > li {
  border-bottom: 2px solid transparent;
}
header ul.navigation > li a {
  color: #fff;
  padding: 1rem 1.5rem;
  text-decoration: none;
  font-weight: 400;
  display: block;
  position: relative;
  z-index: 2;
  font-size: 1.25rem;
}
header ul.navigation > li:hover {
  border-bottom: 2px solid rgba(255, 255, 255, 0.08);
}
header ul.navigation > li:hover a {
  background: rgba(255, 255, 255, 0.08);
}
header ul.navigation > li.active {
  border-bottom: 2px solid #fff;
}
header ul.navigation > li.active a {
  background: rgba(255, 255, 255, 0.08);
}
header ul.navigation > li.menu-item-has-children {
  position: relative;
}
header ul.navigation > li.menu-item-has-children a {
  padding-right: 2rem;
}
header ul.navigation > li.menu-item-has-children:after {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg) translate(-50%, -50%);
  top: 1.75rem;
  right: 0.75rem;
  z-index: 1;
}
header ul.navigation > li.menu-item-has-children .sub-menu {
  box-shadow: 0px 10px 11px -12px #000000;
  display: none;
  position: absolute;
  top: 100%;
  padding: 0;
  margin: 0;
  width: 15rem;
  background: #fff;
  left: 0;
  list-style: none;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
header ul.navigation > li.menu-item-has-children .sub-menu li {
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
header ul.navigation > li.menu-item-has-children .sub-menu li:hover {
  background: rgba(135, 38, 67, 0.1);
}
header ul.navigation > li.menu-item-has-children .sub-menu li.menu-item-has-children:after {
  position: absolute;
  content: "";
  right: 0.75rem;
  top: 1.75rem;
  border-right: 2px solid #872643;
  border-bottom: 2px solid #872643;
  transform: rotate(-45deg) translateY(-50%);
  height: 0.5rem;
  width: 0.5rem;
  margin-top: -2px;
}
header ul.navigation > li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu {
  top: 0;
  left: 100%;
}
header ul.navigation > li.menu-item-has-children .sub-menu li.menu-item-has-children:hover ul.sub-menu {
  display: block;
}
header ul.navigation > li.menu-item-has-children .sub-menu a {
  color: #232323;
  padding: 0.8rem 1.5rem;
  font-size: 1.075rem;
}
header ul.navigation > li.menu-item-has-children:hover > .sub-menu,
header ul.navigation > li.menu-item-has-children a:focus + .sub-menu,
header ul.navigation > li.menu-item-has-children a:active + .sub-menu {
  display: block;
}
@media (max-width: 990px) {
  header ul.navigation {
    display: none;
    position: absolute;
    top: 47px;
    width: 100%;
    height: calc(100vh - 48px);
    max-height: calc(100vh - 48px);
    left: 0;
    background: #872643;
    z-index: 1000;
    overflow: auto;
  }
  header ul.navigation.active {
    display: block;
  }
  header ul.navigation > li.active {
    border-bottom: 2px solid transparent;
  }
  header ul.navigation > li.menu-item-has-children .sub-menu {
    position: static;
    width: 100%;
    max-width: 100%;
  }
  header ul.navigation > li.menu-item-has-children .sub-menu li a {
    padding-left: 2.5rem;
  }
  header ul.navigation > li.menu-item-has-children .sub-menu li.menu-item-has-children:after {
    transform: rotate(45deg) translate(-50%, -50%);
  }
  header ul.navigation > li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu li a {
    padding-left: 3.5rem;
  }
}
header .logo-container {
  display: flex;
  align-items: center;
  color: #fff;
}
header .logo-container .site-title {
  line-height: 1.3;
  margin-left: 3rem;
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 990px) {
  header .logo-container .site-title {
    margin-left: 2rem;
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  header .logo-container .site-title {
    display: none;
  }
}
header .logo {
  max-width: 15rem;
}
@media (max-width: 569px) {
  header .logo {
    max-width: 10rem;
  }
}
@media (max-width: 569px) {
  header {
    padding-top: 2rem;
  }
}
.hero {
  background: #f9f9f9;
  padding: 2.75rem 0;
}
.hero-content {
  display: flex;
  align-items: stretch;
  margin: 0 -1rem;
}
.hero-content .right-panel {
  width: 40%;
  margin: 0 1rem;
}
.hero-content .right-panel .sub-panel {
  background: #888;
  height: calc(50% - 1rem);
  margin-bottom: 2rem;
  box-shadow: 0px 10px 11px -10px #000000;
}
.hero-content .right-panel .sub-panel:last-child {
  margin-bottom: 0;
}
.hero-content .left-panel {
  margin: 0 1rem;
  width: 60%;
  background: #888;
  height: 25rem;
  box-shadow: 0px 12px 13px -10px #000000;
}
.hero-content .left-panel,
.hero-content .right-panel .sub-panel {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 0.25rem;
  overflow: hidden;
}
.hero-content .left-panel:after,
.hero-content .right-panel .sub-panel:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.825) 85%);
}
.hero-content .left-panel .hero-content-title,
.hero-content .right-panel .sub-panel .hero-content-title {
  font-size: 2rem;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.5rem;
  z-index: 3;
}
.hero-content .left-panel .hero-content-title .card-meta,
.hero-content .right-panel .sub-panel .hero-content-title .card-meta {
  display: flex;
  font-size: 0.9rem;
}
.hero-content .left-panel .hero-content-title .card-meta > div,
.hero-content .right-panel .sub-panel .hero-content-title .card-meta > div {
  padding-right: 1rem;
  margin-right: 1rem;
  position: relative;
}
.hero-content .left-panel .hero-content-title .card-meta > div:after,
.hero-content .right-panel .sub-panel .hero-content-title .card-meta > div:after {
  content: "";
  height: 1px;
  background: #fff;
  width: 0.5rem;
  position: absolute;
  top: 50%;
  right: -0.25rem;
}
.hero-content .left-panel .hero-content-title .card-meta > div:last-child:after,
.hero-content .right-panel .sub-panel .hero-content-title .card-meta > div:last-child:after {
  display: none;
}
.hero-content .left-panel .hero-content-title .card-meta .card-category,
.hero-content .right-panel .sub-panel .hero-content-title .card-meta .card-category {
  font-weight: 700;
  text-transform: uppercase;
}
.hero-content .right-panel .sub-panel .hero-content-title {
  font-size: 1.25rem;
}
@media (max-width: 990px) {
  .hero {
    padding-top: 1.5rem;
  }
  .hero-content {
    flex-wrap: wrap;
  }
  .hero-content .right-panel,
  .hero-content .left-panel {
    width: 100%;
  }
  .hero-content .left-panel {
    height: 18rem;
  }
  .hero-content .right-panel {
    display: flex;
    margin: 0;
    padding: 0 0.5rem;
  }
  .hero-content .right-panel .sub-panel {
    height: 12rem;
    width: 50%;
    margin: 1rem 0.5rem 0 0.5rem;
  }
}
@media (max-width: 569px) {
  .hero-content .right-panel {
    flex-wrap: wrap;
  }
  .hero-content .right-panel .sub-panel {
    width: 100%;
  }
}
.carousel-last-news {
  padding: 2rem 0;
}
.carousel-last-news.bg--gray {
  background: #efefef;
}
.carousel-last-news .container {
  overflow: hidden;
}
.carousel-last-news.container--no-padding {
  padding-top: 1.5rem;
}
.carousel-last-news.container--no-padding .container {
  padding: 0;
}
.csi-container {
  display: flex;
  margin: 0 -1rem;
}
.csi-container .card {
  max-width: calc(33.33% - 2rem);
  min-width: calc(33.33% - 2rem);
  width: calc(33.33% - 2rem);
  margin: 0 1rem;
  border-bottom: 0.2rem solid #872643;
}
@media (max-width: 990px) {
  .csi-container .card {
    max-width: calc(50% - 2rem);
    min-width: calc(50% - 2rem);
    width: calc(50% - 2rem);
  }
}
@media (max-width: 569px) {
  .csi-container .card {
    max-width: calc(100% - 2rem);
    min-width: calc(100% - 2rem);
    width: calc(100% - 2rem);
  }
}
.card {
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 1.5rem;
  border-radius: 0.25rem;
  box-shadow: 0px 11px 7px -10px #666666;
}
.card.card--image {
  display: flex;
}
.card.card--image .card-image {
  width: 30rem;
  margin-right: 1.75rem;
}
.card.card--image .card-image img {
  max-width: 100%;
}
@media (max-width: 569px) {
  .card.card--image {
    flex-wrap: wrap;
  }
  .card.card--image .card-image {
    width: 100%;
    margin: 0 0 1.75rem 0;
  }
  .card.card--image .card-image img {
    width: 100%;
  }
}
.card .card-meta {
  display: flex;
  font-size: 1rem;
  margin-bottom: 0.75rem;
}
.card .card-meta .card-category {
  color: #872643;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
}
.card .card-meta > div {
  position: relative;
}
.card .card-meta > div:after {
  content: "";
  display: inline-block;
  margin: 0 1rem;
  height: 1px;
  background: #ccc;
  width: 1rem;
  position: relative;
  top: -4px;
}
.card .card-meta > div:last-child:after {
  display: none;
}
.card .card-meta .card-date {
  color: #999;
}
.card .card-title {
  font-weight: 700;
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
}
.card .card-body {
  font-size: 1rem;
  margin-bottom: 0.75rem;
}
.card .read-more {
  text-transform: uppercase;
  color: #872643;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.3px;
}
.article-list {
  padding-top: 1.5rem;
}
.article-list .card {
  border: 1px solid #eee;
  margin-bottom: 1.5rem;
}
.img-block {
  display: block;
  max-width: 100%;
}
.row {
  display: flex;
  margin: 0 -1rem;
}
.row.align-items-stretch {
  align-items: stretch;
}
.row *[class^="col-md-"] {
  margin: 0 1rem;
}
.row .col-md-3 {
  width: calc(25% - 2rem);
  max-width: calc(25% - 2rem);
  min-width: calc(25% - 2rem);
}
.row .col-md-4 {
  width: calc(33.33% - 2rem);
  max-width: calc(33.33% - 2rem);
  min-width: calc(33.33% - 2rem);
}
.row .col-md-6 {
  width: calc(50% - 2rem);
  max-width: calc(50% - 2rem);
  min-width: calc(50% - 2rem);
}
.row .col-md-8 {
  width: calc(66.66% - 2rem);
  max-width: calc(66.66% - 2rem);
  min-width: calc(66.66% - 2rem);
}
.row .col-md-9 {
  width: calc(75% - 2rem);
  max-width: calc(75% - 2rem);
  min-width: calc(75% - 2rem);
}
@media (max-width: 990px) {
  .row {
    flex-wrap: wrap;
    margin: 0;
  }
  .row *[class^="col-md-"] {
    margin: 0;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }
}
@media (max-width: 990px) {
  .row.row-btn-groups .btn {
    margin-bottom: 1rem;
  }
}
.dati-ambientali {
  height: 12rem;
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
}
.dati-ambientali-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0 1rem 0 0;
}
.dati-ambientali-content h3 {
  margin: 0;
  padding: 0;
}
.spacer {
  height: 2.5rem;
}
.pubblicazione--main {
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #fff;
  border: 1px solid #eee;
  border-bottom: 3px solid #872643;
  border-radius: 0.25rem;
  padding: 1.5rem;
}
.pubblicazione--main img {
  width: 45%;
  border: 1px solid #e1e1e1;
  box-shadow: 0px 11px 7px -10px #666666;
}
.pubblicazione--main .pubblicazione-content {
  padding-left: 1.5rem;
}
.pubblicazione--main .pubblicazione-content-title {
  font-weight: 600;
  font-size: 1.25rem;
}
@media (max-width: 990px) {
  .pubblicazione--main {
    margin-bottom: 2rem;
  }
}
@media (max-width: 468px) {
  .pubblicazione--main {
    flex-wrap: wrap;
  }
  .pubblicazione--main img {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .pubblicazione--main .pubblicazione-content {
    padding-left: 0;
  }
}
.pubblicazioni-carousel-container {
  height: 100%;
  position: relative;
}
.pubblicazioni-carousel-container .pubblicazione {
  height: 100%;
}
.pubblicazioni-carousel-container .pubblicazioni-carousel-nav {
  position: absolute;
  left: 50%;
  bottom: -2.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  transform: translateX(-50%);
}
.pubblicazioni-carousel-container .pubblicazioni-carousel-nav li {
  margin: 0 0.75rem;
}
.pubblicazioni-carousel-container .pubblicazioni-carousel-nav li span {
  border-radius: 50%;
  width: 0.75rem;
  height: 0.75rem;
  background: #bbb;
  display: block;
  cursor: pointer;
}
.pubblicazioni-carousel-container .pubblicazioni-carousel-nav li.active span {
  background: #872643;
}
.pubblicazione {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-bottom: 3px solid #872643;
  border-radius: 0.25rem;
  padding: 1.5rem;
}
.pubblicazione img {
  display: block;
  max-width: 100%;
  margin-bottom: 0.75rem;
  box-shadow: 0px 11px 7px -10px #888888;
}
.pubblicazione-content-title {
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 1.25;
}
.pubblicazione-content p {
  font-size: 0.8rem;
  margin: 0.5rem 0 0 0;
  padding: 0;
}
.pubblicazione-content .btn {
  margin-top: 1rem;
}
.pubblicazioni-carousel {
  display: flex;
  margin: 0 -1rem;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.pubblicazioni-carousel .pubblicazione {
  width: calc(50% - 2rem);
  min-width: calc(50% - 2rem);
  margin: 0 1rem;
}
@media (max-width: 569px) {
  .pubblicazioni-carousel .pubblicazione {
    width: calc(100% - 2rem);
    min-width: calc(100% - 2rem);
  }
}
.text-align-right {
  text-align: right;
}
.entry-title {
  margin-top: 0;
  color: #872643;
}
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 1.75rem 0;
  margin: 0;
  font-size: 1rem;
}
.breadcrumbs li {
  position: relative;
}
.breadcrumbs li:after {
  content: "/";
  margin: 0 1rem;
  display: inline-block;
}
.breadcrumbs li a {
  color: #872643;
  text-decoration: none;
  font-weight: 600;
}
.breadcrumbs li a:hover {
  text-decoration: underline;
}
.breadcrumbs li:last-child:after {
  display: none;
}
.breadcrumbs li:last-child a {
  color: #888888;
  font-weight: 400;
}
figure {
  max-width: 100%;
}
figure img {
  max-width: 100%;
  height: auto;
}
aside {
  padding-left: 2rem;
  border-left: 1px solid #eee;
  height: 100%;
}
aside .pubblicazione {
  background: #f3f3f3;
  border: none;
  margin-bottom: 2rem;
}
@media (max-width: 990px) {
  aside {
    border-top: 1px solid #e5e5e5;
    padding-top: 2rem;
    padding-left: 0;
    border-left: none;
  }
}
.sidebar-navigation {
  border-right: 1px solid #dbdbdb;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 2rem;
}
.sidebar-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-navigation li a {
  display: block;
  padding: 0.5rem 1rem 0.5rem 0;
  border-right: 3px solid transparent;
  text-decoration: none;
  font-size: 1rem;
}
.sidebar-navigation > li.active > a {
  border-right: 3px solid #872643;
  font-weight: 600;
}
.sidebar-navigation .sub-menu {
  margin-left: 1.5rem;
}
.sidebar-navigation .sub-menu li.active a {
  text-decoration: underline;
  color: #232323;
}
.aside-banner {
  margin-bottom: 2rem;
}
.aside-banner-title {
  color: #872643;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.aside-banner img {
  max-width: 100%;
  display: block;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.d-inline-block {
  display: none;
}
.pagination-wrapper {
  margin-top: 2.75rem;
}
.pagination-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.pagination-wrapper ul a {
  text-decoration: none;
}
.pagination-wrapper ul .page-item .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
  color: #888;
}
@media (max-width: 768px) {
  .pagination-wrapper ul .page-item .page-link {
    min-width: 2rem;
    width: 2rem;
  }
}
.pagination-wrapper ul .page-item.active .page-link {
  border: 1px solid #872643;
  border-radius: 0.25rem;
  color: #872643;
}
.pagination-wrapper ul .page-item .fa-solid {
  color: #872643;
}
.pagination-wrapper p {
  font-size: 1rem;
  font-weight: 700;
  color: #888;
  text-align: center;
}
