@charset "UTF-8";
@font-face {
  font-family: 'Open Sans';
  font-weight: 400;
  src: url('OpenSans-Regular-webfont.woff') format('woff');
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  font-weight: 600;
  src: url('OpenSans-Semibold-webfont.woff') format('woff');
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  font-weight: 700;
  src: url('OpenSans-Bold-webfont.woff') format('woff');
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  font-weight: 800;
  src: url('OpenSans-ExtraBold-webfont.woff') format('woff');
  font-style: normal;
}
* {
  font-family: 'Open Sans', sans-serif;
}
html, body {
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
p {
  margin-top: 0;
}
a {
  text-decoration: none;
  color: #004C26;
}
h1, h2, h3 {
  margin-top: 0;
}
a.btn, a.button {
  display: inline-block;
  padding: 11px 12px;
  background: #C53B2B;
  color: white !important;
}
.header-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  z-index: 250;
}
.header {
  background: white;
  color: black;
}
.header a {
  color: black;
}
.header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1250px;
  width: calc(100% - 40px);
  padding: 10px 20px 20px;
  margin: 0 auto;
}
.header .logo p {
  margin: 0;
}
.header .logo a {
  display: block;
  line-height: 0;
}
.header .logo img {
  max-width: 244px;
  height: auto;
}
.header .socials {
  text-align: right;
}
.header .mainmenu .menubutton a.menu {
  display: block;
  width: 40px;
  height: 40px;
  margin-left: auto;
  line-height: 40px;
  text-align: right;
  color: #004C26;
  font-size: 48px;
}
.header .mainmenu .megamenu {
  background: white;
  position: fixed;
  left: 0;
  right: 0;
  top: 115px;
}
.header .mainmenu .megamenu .mod-list > li.deeper.parent > a {
  cursor: auto;
}
.header .mainmenu .megamenu .mod-list > li.deeper.parent > * {
  user-select: none;
  user-drag: none;
  -webkit-user-drag: none;
}
.header .mainmenu .megamenu .mod-list > li > span, .header .mainmenu .megamenu .mod-list > li > a {
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  background: #000000;
  width: 100%;
  margin-bottom: 16px;
  aspect-ratio: 1;
  color: white;
  text-align: center;
  font-weight: bold;
}
.header .mainmenu .megamenu .mod-list > li > span img, .header .mainmenu .megamenu .mod-list > li > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  grid-column: 1;
  grid-row: 1;
}
.header .mainmenu .megamenu .mod-list > li > span > span, .header .mainmenu .megamenu .mod-list > li > span > a, .header .mainmenu .megamenu .mod-list > li > a > span, .header .mainmenu .megamenu .mod-list > li > a > a {
  grid-column: 1;
  grid-row: 1;
  z-index: 1;
}
.header .mainmenu .megamenu .wrap {
  display: grid;
  grid-template-columns: 9fr 41px;
  align-items: start;
  gap: 8px;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  border-top: 0;
  border-bottom: 0;
}
.header .mainmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header .mainmenu ul.nav-child li a {
  display: block;
  width: 100%;
  padding-right: 5px;
  font-size: 13px;
  box-sizing: border-box;
}
.header .mainmenu ul.nav-child li a:hover {
  font-weight: 600;
  padding-right: 0;
}
.header .mainmenu ul li {
  margin-bottom: 12px;
}
.header .mainmenu .moduletable {
  display: none;
}
.header .mainmenu .fa-bars, .header .mainmenu .fa-times {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center right;
  color: #C53B2B;
}
.header .mainmenu .fa-times {
  display: none;
}
.header .mainmenu.open {
  display: block;
}
.header .mainmenu.open .menubutton .fa-bars {
  display: none;
}
.header .mainmenu.open .menubutton .fa-times {
  display: inline-block;
}
.header .mainmenu.open .moduletable {
  display: block;
}
.header .mainmenu.open .wrap {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #004C26;
}
.header .mainmenu ul.nav.menu {
  text-transform: uppercase;
  font-size: 14px;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 8px;
}
.header .mainmenu ul.nav.menu .dropdown {
  display: none;
}
.header .mainmenu ul.nav.menu li.item-276 ul.nav-child {
  margin-top: 150px !important;
}
.body-container {
  padding-top: 110px;
}
.body-container .citta-menu ul.nav.menu {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  list-style: none;
  justify-content: center;
}
.body-container .citta-menu a {
  font-size: 20px;
  color: #ab8b52;
  transition: all 0.2s;
}
.body-container .citta-menu li {
  padding: 0 25px;
  margin: 15px 0;
  border-right: 2px #ab8b52 solid;
}
.body-container .citta-menu li:last-child {
  border-right: none;
}
.body-container .citta-menu li.active a, .body-container .citta-menu li a:hover {
  color: #866d43;
}
.body-container .citta-menu li.active a {
  font-weight: bold;
}
.body-container .item-page.static {
  max-width: 1250px;
  width: calc(100% - 40px);
  padding: 70px 20px 50px;
  margin: 0 auto;
}
.body-container .item-page.static img {
  max-width: 100%;
  height: auto;
}
.body-container .amministrazione {
  display: flex;
  flex-wrap: wrap;
}
.body-container .amministrazione a.dropdown {
  cursor: pointer;
}
.body-container .amministrazione .sidebar {
  flex: 0 0 400px;
  padding: 80px 0 30px 40px;
  order: 2;
}
.body-container .amministrazione .content {
  flex: 1;
}
.body-container .amministrazione .dropdown img {
  width: 20px;
  margin-left: 5px;
}
.body-container .amministrazione .dropdown .nav-header {
  cursor: pointer;
}
.body-container .amministrazione .dropdown .active {
  display: none;
}
.body-container .amministrazione ul.nav.menu {
  list-style: none;
}
.body-container .amministrazione ul.nav.menu > li {
  padding-bottom: 5px;
}
.body-container .amministrazione ul.nav.menu ul {
  display: none;
  padding-top: 5px;
  padding-bottom: 10px;
}
.body-container .amministrazione ul.nav.menu li.open > ul {
  display: block;
}
.body-container .amministrazione ul.nav.menu li.open > .dropdown .active {
  display: inline-block;
}
.body-container .amministrazione ul.nav.menu li.open > .dropdown .inactive {
  display: none;
}
.body-container .blog {
  max-width: 1250px;
  padding: 50px 20px;
  margin: 0 auto;
}
.body-container .items-more {
  padding: 80px 20px;
  max-width: 1250px;
  margin: 0 auto;
}
.body-container .items-more h1 {
  padding-bottom: 20px;
  text-align: center;
}
.body-container .items-more li {
  padding-bottom: 10px;
}
body.home .item-page.home {
  display: none;
}
.footer-container {
  padding: 25px 20px;
  background: #C53B2B;
  color: white;
}
.footer-container a {
  color: white;
}
.footer-container .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}
.footer-container .footermenu ul.nav.menu {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  margin: 0;
  font-size: 15px;
}
.footer-container .footermenu li {
  padding-right: 20px;
}
@media (max-width: 1340px) {
  .header .mainmenu.open .megamenu {
    height: 100%;
  }
  .header .mainmenu.open .megamenu .wrap {
    display: block;
    overflow-y: scroll;
    height: calc(100% - 100px);
  }
  .header .mainmenu .megamenu {
    top: 90px;
  }
  .header .mainmenu .megamenu .wrap {
    grid-template-columns: 1fr;
  }
  .header .mainmenu .megamenu .mod-list > li > span, .header .mainmenu .megamenu .mod-list > li > a {
    display: block;
    background: transparent;
    aspect-ratio: unset;
    color: initial;
    margin-bottom: 0;
  }
  .header .mainmenu .megamenu .mod-list > li > span img, .header .mainmenu .megamenu .mod-list > li > a img {
    display: none;
  }
  .header .mainmenu .moduletable {
    text-align: center;
    background: #fff;
  }
  .header .mainmenu ul.nav.menu {
    display: block;
    padding-left: 0;
    font-size: 24px;
  }
  .header .mainmenu ul.nav.menu > li {
    padding-bottom: 15px;
    padding-right: 20px;
  }
  .header .mainmenu ul.nav.menu li li:hover > a, .header .mainmenu ul.nav.menu li li.active > a {
    background: transparent;
    color: #866d43;
  }
  .header .mainmenu ul.nav.menu .dropdown {
    display: inline-block;
    margin-right: -42px;
    cursor: pointer;
  }
  .header .mainmenu ul.nav.menu .dropdown img {
    width: 22px;
    height: auto;
    margin-left: 20px;
  }
  .header .mainmenu ul.nav.menu .dropdown .active {
    display: none;
  }
  .header .mainmenu ul.nav.menu li.open .dropdown {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }
  .header .mainmenu ul.nav.menu li.open .dropdown .active {
    display: inline-block;
  }
  .header .mainmenu ul.nav.menu li.open .dropdown .inactive {
    display: none;
  }
  .header .mainmenu ul.nav.menu li.open > ul {
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 0;
    margin-left: 0;
    font-size: 16px;
    list-style: none;
  }
}
@media (max-width: 1100px) {
  .header-container {
    height: 80px;
  }
  body.menuOpen {
    overflow-y: hidden;
  }
  .header .logo img {
    max-height: 60px;
    width: auto;
  }
  .body-container {
    padding-top: 80px;
  }
}
@media (max-width: 1024px) {
  .cc-revoke.cc-bottom {
    bottom: 40px !important;
    left: 0 !important;
  }
}
@media (max-width: 960px) {
  .body-container .amministrazione .sidebar {
    order: 1;
    flex: 0 0 100%;
  }
  .body-container .amministrazione .content {
    order: 2;
    flex: 0 0 100%;
  }
}
@media (max-width: 640px) {
  .body-container .citta-menu li {
    justify-content: center;
    margin: 5px;
    flex: 0 0 100%;
    border-right: none;
    text-align: center;
  }
  .footer-container .footermenu, .footer-container .social {
    flex: 0 0 100%;
  }
  .footer-container .footermenu {
    padding-bottom: 20px;
  }
  .footer-container .footermenu ul.nav.menu {
    justify-content: center;
  }
  .footer-container .footermenu li {
    padding: 0 10px 10px;
  }
  .footer-container .social .list {
    text-align: center;
  }
}
.slideshow {
  position: relative;
}
.slideshow .swiper {
  width: 100%;
  height: 700px;
}
.slideshow .image {
  height: 700px;
  background-size: cover;
  background-position: center;
}
.slideshow .swiper-button-prev, .slideshow .swiper-button-next {
  width: 40px;
  height: 50px;
}
.slideshow .swiper-button-prev::after, .slideshow .swiper-button-next::after {
  display: none;
}
.slideshow .swiper-button-prev {
  left: calc(50% - 625px);
  background: url('../images/prev.png') no-repeat center left;
}
.slideshow .swiper-button-next {
  right: calc(50% - 625px);
  background: url('../images/next.png') no-repeat center right;
}
.slideshow .app {
  display: none;
  position: absolute;
  bottom: 0;
  left: calc(50% - 625px);
  z-index: 200;
}
.slideshow .app a {
  display: block;
  line-height: 0;
}
.pfr-slideshow {
  position: relative;
}
.pfr-slideshow .swiper {
  height: 550px;
  width: 100%;
}
.pfr-slideshow .swiper .swiper-pagination-bullet-active {
  background-color: white;
}
.pfr-slideshow .image {
  height: 100%;
  background-size: cover;
  background-position: center;
}
.pfr-slideshow .image .info {
  padding: 60px 50px;
}
.pfr-slideshow .image .info h1 {
  color: white;
  padding-bottom: 18px;
}
.pfr-slideshow .image .info p {
  color: white;
  margin-top: -10px;
  padding-bottom: 28px;
}
.pfr-slideshow .image .info .button {
  position: absolute;
  bottom: 0;
  margin-bottom: 55px;
  padding: 12px 25px;
  color: white;
  background-color: transparent;
  border: 1px solid;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  .slideshow .swiper-button-prev {
    left: 20px;
  }
  .slideshow .swiper-button-next {
    right: 20px;
  }
  .slideshow .app {
    left: 20px;
  }
}
@media (max-width: 1100px) {
  .slideshow .swiper, .slideshow .image {
    height: 600px;
  }
}
@media (max-width: 800px) {
  .slideshow .swiper, .slideshow .image {
    height: 500px;
  }
  .slideshow .app {
    display: block;
  }
}
@media (max-width: 400px) {
  .pfr-slideshow .swiper {
    height: 350px;
  }
  .pfr-slideshow .image .info .button {
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    text-align: center;
    margin-bottom: 25px;
  }
}
@media (min-width: 1980px) {
  .slideshow .image {
    background-size: 1980px;
    background-repeat: no-repeat;
    background-color: #C53B2B;
  }
}
.select #city {
  display: block;
  width: 240px;
  background: #fff;
  border: 1px solid #004C26;
  border-radius: 0;
  margin: auto;
  margin-top: 24px;
  padding: 9px 12px;
  padding-right: 0;
  font-size: 12pt;
}
.appointments {
  padding-top: 10px;
  background: white;
}
.appointments .clndr {
  max-width: 1250px;
  width: calc(100% - 40px);
  padding: 40px 20px;
  margin: 0 auto;
}
.appointments .controls {
  display: flex;
  justify-content: space-between;
  max-width: 400px;
  padding-bottom: 30px;
}
.appointments .controls .month {
  text-transform: capitalize;
}
.appointments .controls .clndr-previous-button, .appointments .controls .clndr-next-button {
  background-size: 15px !important;
  color: transparent;
}
.appointments .controls .clndr-previous-button:hover, .appointments .controls .clndr-next-button:hover {
  background-color: transparent;
}
.appointments .controls .clndr-previous-button, .appointments .controls .clndr-previous-button:hover {
  background: url('../images/prev.png') no-repeat center;
}
.appointments .controls .clndr-next-button, .appointments .controls .clndr-next-button:hover {
  background: url('../images/next.png') no-repeat center;
}
.appointments .days-container {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  overflow: visible;
}
.appointments .days {
  flex: 0 0 400px;
  box-sizing: border-box;
}
.appointments .days .day {
  box-sizing: border-box;
  flex: 0 0 14.2857%;
  height: 50px;
  line-height: 50px;
  border-bottom: none;
}
.appointments .days .day .num-events {
  background: #C53B2B;
}
.appointments .days .day.event {
  box-sizing: border-box;
  border: 1px transparent solid;
  background: #C53B2B;
  color: white;
}
.appointments .days .day.today {
  border: 1px #C53B2B solid;
}
.appointments .days .day.active, .appointments .days .day.event:hover {
  background: #C53B2B;
  border: 1px white solid;
}
.appointments .events {
  position: relative;
  flex: 1;
  box-sizing: border-box;
  min-height: 430px;
  padding-left: 40px;
  margin-top: -72px;
  margin-left: 40px;
  border-left: 1px #004C26 solid;
}
.appointments .events h3 {
  text-align: left;
  font-size: 20px;
}
.appointments .events h3 i.fas {
  display: none;
}
.appointments .events .img img {
  max-width: 100%;
}
.appointments .events .event {
  padding-bottom: 30px;
  text-align: left;
}
.appointments .events .event h5 {
  margin: 10px 0 4px;
  font-size: 30px;
  text-transform: none;
  color: black;
}
.appointments .events .event .stagione {
  padding: 6px 15px;
  background: #C53B2B;
  border-radius: 2px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}
.appointments .events .event .stagione.stagione2223, .appointments .events .event .biglietto.stagione2223 a {
  background: #06a8cf;
}
.appointments .events .event .stagione.stagioneregionale, .appointments .events .event .biglietto.stagioneregionale a {
  background: #c2d74b;
}
.appointments .events .event .stagione.inscena, .appointments .events .event .biglietto.inscena a {
  background: #fbba00;
}
.appointments .events .event .stagione.stagione2324, .appointments .events .event .stagione.stagione2324 a {
  background: #333333;
}
.appointments .events .event .stagione.stagione2425, .appointments .events .event .stagione.stagione2425 a {
  background: #e84618;
}
.appointments .events .event .stagione.stagione2526, .appointments .events .event .stagione.stagione2526 a {
  background: #0c63ab;
}
.appointments .events .event .stagione.stagionedanza, .appointments .events .event .stagione.stagionedanza a {
  background: #ffe533;
}
.appointments .events .event .stagione.vitamineteatrali, .appointments .events .event .stagione.vitamineteatrali a {
  background: #fdb4ac;
}
.appointments .events .event .stagione.wordbox, .appointments .events .event .stagione.wordbox a, .appointments .events .event .stagione.stagionewordbox, .appointments .events .event .stagione.stagionewordbox a {
  background: #004c26;
}
.appointments .events .event .stagione.stagioneregionalecont, .appointments .events .event .stagione.stagioneregionalecont a {
  background: #65ad2d;
}
.appointments .events .event .stagione.eventospeciale, .appointments .events .event .stagione.eventospeciale a {
  background: #c53b2b;
}
.appointments .events .event .teatro, .appointments .events .event .teatro strong {
  font-size: 18px;
  color: black;
}
.appointments .events .event .hour {
  padding-top: 6px;
  font-size: 18px;
  font-weight: 600;
  color: black;
}
.appointments .events .event .biglietto {
  padding-top: 15px;
  text-transform: uppercase;
}
.appointments .events .event .biglietto a {
  display: inline-block;
  padding: 11px 12px;
  background: #dd540a;
  color: white;
}
@media (max-width: 840px) {
  .appointments .controls, .appointments .days {
    margin: 0 auto;
  }
  .appointments .events {
    flex: 0 0 100%;
    min-height: 0;
    padding-left: 0;
    margin-left: 0;
    border-left: none;
    margin-top: 20px;
  }
}
@media (max-width: 440px) {
  .appointments .days {
    flex: 0 0 100%;
  }
  .appointments .days .day {
    flex: 0 0 14.2857%;
    height: 40px;
    line-height: 40px;
  }
  .appointments .days .day .num-events {
    bottom: 0;
    background: #fcde51;
  }
}
.nextevents {
  padding: 55px 20px 60px;
  background: #f1edec;
}
.nextevents .top {
  display: flex;
  justify-content: space-between;
  max-width: 1600px;
  padding: 0 20px 20px;
  margin: 0 auto;
  align-items: center;
}
.nextevents .top h3 {
  margin-bottom: 0;
  font-size: 28px;
  text-align: center;
  color: #004C26;
}
.nextevents .top a {
  cursor: pointer;
}
.nextevents .events {
  max-width: 1600px;
  margin: 0 auto;
}
.nextevents .event {
  width: 300px;
  padding-bottom: 26px;
  text-align: center;
  background: white;
}
.nextevents .image {
  line-height: 0;
}
.nextevents .image .img {
  height: 200px;
  background-size: cover;
  background-position: center;
}
.nextevents .stagione {
  padding: 7px 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  color: white;
}
.nextevents .title {
  padding: 20px 10px;
  font-size: 24px;
  font-weight: bold;
}
.nextevents .date {
  padding-top: 10px;
  font-size: 16px;
  font-weight: 500;
}
.nextevents .teatri {
  padding: 10px 15px 0;
  font-size: 15px;
}
.nextevents .biglietto {
  padding-top: 15px;
  font-size: 15px;
  text-transform: uppercase;
}
.nextevents .biglietto a {
  display: inline-block;
  padding: 11px 12px;
  background: #C53B2B;
  color: white;
}
.nextevents .citta {
  padding-top: 60px;
}
.nextevents .citta h3 {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
}
.nextevents .citta .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.nextevents .citta .list .row {
  padding: 0 20px 20px;
}
.nextevents .citta .list a {
  display: inline-block;
  width: 170px;
  padding: 20px 10px;
  font-weight: 500;
  font-size: 23px;
  text-align: center;
  background: #ab8b52;
  color: white;
}
.pfr-nextevents {
  position: relative;
}
.pfr-nextevents .btn-group-label {
  font-size: 22px;
  margin: 20px 0 0 10px;
}
.pfr-nextevents .btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 10px;
}
.pfr-nextevents .btn-group .event-season.active::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  margin-left: 15px;
}
.pfr-nextevents .grid {
  margin: 0 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.pfr-nextevents .grid .event {
  display: flex;
  flex-direction: column;
}
.pfr-nextevents .grid .event-season {
  display: block;
  text-align: center;
}
.pfr-nextevents > .top {
  margin: 30px 0;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
}
.pfr-nextevents .swiper-slide {
  height: 380px;
  display: flex;
  flex-direction: column;
  background-color: black;
}
.pfr-nextevents .event-body {
  display: grid;
  flex: 1 1 0;
  opacity: 1;
}
.pfr-nextevents .event-body .event-content {
  color: white;
  padding: 20px 35px;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.7s;
}
.pfr-nextevents .event-body .event-content a.button {
  margin-top: 20px;
  text-transform: uppercase;
}
.pfr-nextevents .event-body .event-content p {
  position: relative;
  width: fit-content;
  margin-bottom: 0.5rem;
  z-index: 4;
  font-size: 0.85rem;
}
.pfr-nextevents .event-body:hover .event-content {
  background-color: rgba(0, 0, 0, 0);
}
.pfr-nextevents .event-body > * {
  grid-row: 1;
  grid-column: 1;
}
.pfr-nextevents .event-body .event-image {
  width: 100%;
  height: 100%;
}
.pfr-nextevents .event-body .event-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pfr-nextevents .navigation {
  position: absolute;
  top: 70%;
  z-index: 2;
  width: -webkit-fill-available;
  width: -moz-available;
  display: flex;
  justify-content: space-between;
  padding: 10px 35px;
}
.pfr-nextevents .navigation a > img {
  height: 42px;
}
.pfr-nextevents .navigation > .ne_next > img {
  transform: rotate(180deg);
}
.pfr-nextevents .event-season {
  padding: 7px 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  color: white;
  justify-content: center;
  display: inline-flex;
  background-color: #e84618;
  align-items: center;
}
.pfr-nextevents .event-season, .pfr-nextevents .stagione, .nextevents .event-season, .nextevents .stagione {
  background-color: #C53B2B;
}
.pfr-nextevents .event-season.stagione2122, .pfr-nextevents .stagione.stagione2122, .nextevents .event-season.stagione2122, .nextevents .stagione.stagione2122 {
  background: #dd540a;
}
.pfr-nextevents .event-season.stagione2223, .pfr-nextevents .stagione.stagione2223, .nextevents .event-season.stagione2223, .nextevents .stagione.stagione2223 {
  background: #06a8cf;
}
.pfr-nextevents .event-season.stagione2324, .pfr-nextevents .stagione.stagione2324, .nextevents .event-season.stagione2324, .nextevents .stagione.stagione2324 {
  background: #333333;
}
.pfr-nextevents .event-season.stagione2425, .pfr-nextevents .stagione.stagione2425, .nextevents .event-season.stagione2425, .nextevents .stagione.stagione2425 {
  background: #e84618;
}
.pfr-nextevents .event-season.stagione2526, .pfr-nextevents .stagione.stagione2526, .nextevents .event-season.stagione2526, .nextevents .stagione.stagione2526 {
  background: #0c63ab;
}
.pfr-nextevents .event-season.stagionedanza, .pfr-nextevents .stagione.stagionedanza, .nextevents .event-season.stagionedanza, .nextevents .stagione.stagionedanza {
  background: #ffe533;
}
.pfr-nextevents .event-season.vitamineteatrali, .pfr-nextevents .stagione.vitamineteatrali, .nextevents .event-season.vitamineteatrali, .nextevents .stagione.vitamineteatrali {
  background-color: #fdb4ac;
}
.pfr-nextevents .event-season.wordbox, .pfr-nextevents .event-season.stagionewordbox, .pfr-nextevents .stagione.wordbox, .pfr-nextevents .stagione.stagionewordbox, .nextevents .event-season.wordbox, .nextevents .event-season.stagionewordbox, .nextevents .stagione.wordbox, .nextevents .stagione.stagionewordbox {
  background: #004c26;
}
.pfr-nextevents .event-season.eventospeciale, .pfr-nextevents .stagione.eventospeciale, .nextevents .event-season.eventospeciale, .nextevents .stagione.eventospeciale {
  background: #c53b2b;
}
.pfr-nextevents .event-season.stagioneregionalecont, .pfr-nextevents .stagione.stagioneregionalecont, .nextevents .event-season.stagioneregionalecont, .nextevents .stagione.stagioneregionalecont {
  background: #65ad2d;
}
.pfr-nextevents .event-season.stagioneregionale, .pfr-nextevents .stagione.stagioneregionale, .nextevents .event-season.stagioneregionale, .nextevents .stagione.stagioneregionale {
  background: #c2d74b;
}
.pfr-nextevents .event-season.inscena, .pfr-nextevents .stagione.inscena, .nextevents .event-season.inscena, .nextevents .stagione.inscena {
  background: #fbba00;
}
.pfr-nextevents .event-season.fuori25, .pfr-nextevents .stagione.fuori25, .nextevents .event-season.fuori25, .nextevents .stagione.fuori25 {
  background-color: #c2d74b;
}
@media (max-width: 480px) {
  .nextevents {
    padding-bottom: 20px;
  }
}
@media (max-width: 960px) {
  .pfr-nextevents .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 800px) {
  .pfr-nextevents .swiper-slide {
    min-height: 380px;
    height: auto;
  }
}
@media (max-width: 640px) {
  .pfr-nextevents .grid {
    grid-template-columns: 1fr;
  }
}
div.news .page-header {
  padding-top: 70px;
  padding-bottom: 30px;
}
div.news h1 {
  text-align: center;
}
div.news .list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
div.news .block {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 calc(50% - 5px);
  height: 500px;
  font-size: 28px;
  font-weight: bold;
  background-size: cover;
  background-position: center;
}
div.news .block a {
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-left: 50px;
  padding-right: 40%;
}
div.news .block.white a {
  color: white;
  background: rgba(0, 0, 0, 0.5);
}
div.news .block.brown a {
  color: #866d43;
}
div.news .all {
  padding: 20px;
  text-align: center;
}
div.news .all a {
  display: inline-block;
  padding: 15px 20px;
  text-transform: uppercase;
  background: #C53B2B;
  color: white;
}
div.produzioni.news .block {
  flex: 0 0 calc(25% - 8px);
}
div.produzioni.news .block a {
  padding-right: 50px;
}
@media (max-width: 1650px) {
  div.produzioni.news .block {
    flex: 0 0 calc(33.3333% - 7px);
  }
}
@media (max-width: 1300px) {
  div.news .block a {
    padding-left: 50px;
    padding-right: 50px;
  }
  div.news .block:nth-child(2n + 1) a {
    padding-left: 50px;
  }
}
@media (max-width: 1100px) {
  div.news .block {
    height: 400px;
  }
  div.news .block a {
    padding: 30px;
    font-size: 24px;
  }
  div.news .block:nth-child(2n + 1) a {
    padding-left: 30px;
  }
  div.produzioni.news .block {
    flex: 0 0 calc(50% - 6px);
  }
}
@media (max-width: 740px) {
  .news .block {
    flex: 0 0 100%;
  }
  div.produzioni.news .block {
    flex: 0 0 100%;
  }
}
@media (max-width: 520px) {
  div.news .block {
    flex: 0 0 100%;
  }
  div.news .block a {
    padding: 40px 30px !important;
  }
}
@media (max-width: 420px) {
  .news .block {
    height: 300px;
  }
}
.blocks h3 {
  font-size: 36px;
}
.blocks .row.two {
  display: flex;
  flex-wrap: wrap;
}
.blocks .row.two .block {
  flex: 0 0 50%;
}
.blocks .block {
  position: relative;
  box-sizing: border-box;
  height: 500px;
  background-size: cover;
  background-position: center;
}
.blocks .block .blockWrap {
  padding-top: 50px;
  padding-left: 50px;
  padding-right: 20px;
}
.blocks .block a.blockLink {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.blocks .block.right .blockWrap {
  padding-left: 15%;
}
.blocks .row.one .block.right .blockWrap {
  padding-left: 50%;
}
.blocks .block.white, .blocks .block.white a {
  color: white;
}
.blocks .block.dark h3, .blocks .block.dark h3 a {
  color: #866d43;
}
.pfr-blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 70px;
}
.pfr-blocks .block {
  height: 550px;
  background-size: cover;
  background-position: center;
}
.pfr-blocks .block a {
  color: inherit;
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px;
  box-sizing: border-box;
}
@media (max-width: 1400px) {
  .blocks .row.two .block.right .blockWrap {
    padding-left: 50px;
  }
  .pfr-blocks {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 800px) {
  .blocks h3 {
    font-size: 30px;
  }
  .blocks .row.two .block {
    flex: 0 0 100%;
  }
  .blocks .row.one .block.right .blockWrap {
    padding-left: 50px;
  }
  .pfr-blocks {
    grid-template-columns: 1fr;
  }
  .pfr-blocks .block {
    height: 400px;
  }
}
@media (max-width: 600px) {
  .blocks .block {
    height: 380px;
  }
}
.circles {
  padding: 50px 20px 20px;
  background: #f1edec;
}
.circles h2 {
  text-align: center;
  font-size: 40px;
}
.circles .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}
.circles .circle {
  box-sizing: border-box;
  flex: 0 1 300px;
  padding: 0 20px 60px;
}
.circles .img {
  width: 180px;
  height: 180px;
  margin: 0 auto;
  border-radius: 50%;
  background-size: cover;
}
.circles .title {
  height: 77px;
  padding-top: 25px;
  padding-bottom: 8px;
  font-size: 28px;
  color: #866d43;
  font-weight: 600;
}
.circles .description {
  padding-bottom: 15px;
  font-size: 15px;
}
.circles .readmore a {
  font-size: 15px;
  text-transform: uppercase;
  color: #866d43;
}
.newsletter_stampa {
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
}
.newsletter_stampa a {
  color: white;
}
.newsletter_stampa h3 {
  font-size: 26px;
}
.newsletter_stampa .newsletter, .newsletter_stampa .stampa {
  display: flex;
  box-sizing: border-box;
  flex: 0 0 50%;
  padding: 50px 30px 40px;
  color: white;
}
.newsletter_stampa .wrap {
  max-width: 560px;
  width: 100%;
  text-align: center;
}
.newsletter_stampa .newsletter {
  flex: 0 0 100%;
  justify-content: center;
  background: #E84617;
}
.newsletter_stampa .newsletter .input.email {
  padding: 15px 0;
}
.newsletter_stampa .newsletter .input.email input {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 15px;
  border: none;
  color: #866d43;
  appearance: none;
}
.newsletter_stampa .newsletter .input.checkbox {
  padding-bottom: 15px;
}
.newsletter_stampa .newsletter .input.checkbox label {
  padding-left: 6px;
  font-size: 15px;
}
.newsletter_stampa .newsletter .input.submit input {
  display: inline-block;
  padding: 20px 15px;
  border-radius: 2px;
  border: none;
  font-size: 18px;
  text-transform: uppercase;
  background: white;
  cursor: pointer;
  color: #ab8b52;
  appearance: none;
}
.newsletter_stampa .stampa {
  padding-top: 50px;
  justify-content: left;
  background: #ab8b52;
}
.newsletter_stampa .stampa .readmore {
  padding-top: 70px;
  text-transform: uppercase;
}
.pfr-newsletter {
  background-color: #C53B2B;
  color: white;
  margin: 0 0 10px;
  padding: 20px;
}
.pfr-newsletter .pfr-newsletter {
  margin: 0;
}
.pfr-newsletter h1 {
  font-weight: 600;
  font-size: 40px;
}
.pfr-newsletter .button {
  border: 1px solid;
  margin: 15px;
  font-size: 20px;
  padding: 10px 30px;
}
.pfr-newsletter #iframe-modal {
  height: 100%;
  width: 100%;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}
.pfr-newsletter #iframe-opener {
  cursor: pointer;
}
.pfr-newsletter .iframe-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 320px;
  justify-content: center;
  align-items: center;
}
.pfr-newsletter #iframe-modal > span {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
}
.pfr-newsletter .iframe-wrap > iframe {
  flex: 1 1 auto;
  border: 0;
  max-width: 600px;
}
@media (max-width: 720px) {
  .newsletter_stampa .newsletter, .newsletter_stampa .stampa {
    flex: 0 0 100%;
  }
  .pfr-newsletter #iframe-modal .iframe-wrap {
    height: 450px;
  }
}
.spettacoli .spettacolo {
  padding: 45px 0;
}
.spettacoli .spettacolo .top {
  display: flex;
  justify-content: space-between;
  max-width: 1250px;
  width: calc(100% - 40px);
  padding: 10px 20px 20px;
  margin: 0 auto;
}
.spettacoli .spettacolo .description {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  flex: 0 0 50%;
  padding-right: 40px;
}
.spettacoli .spettacolo .description h2 {
  flex: 0 0 100%;
  font-size: 40px;
}
.spettacoli .spettacolo .description .readmore {
  flex: 0 0 100%;
  margin-top: auto;
  padding-bottom: 30px;
}
.spettacoli .spettacolo .description .readmore a {
  font-weight: 600;
}
.spettacoli .spettacolo .image {
  flex: 0 0 50%;
}
.spettacoli .spettacolo .image .img {
  height: 400px;
  margin-bottom: -40px;
  background-size: cover;
  background-position: center;
}
.spettacoli .spettacolo .handle {
  display: none;
  padding: 10px 20px 0px;
  text-align: center;
}
.spettacoli .spettacolo .handle a {
  display: inline-block;
  padding: 12px 20px;
  background: #866d43;
  color: white;
  text-transform: uppercase;
  font-size: 15px;
  cursor: pointer;
}
.spettacoli .spettacolo .handle i.fas {
  margin-left: 10px;
}
.spettacoli .spettacolo .handle i.fa-angle-up {
  display: none;
}
.spettacoli .spettacolo .list {
  padding: 40px 20px;
  background: #f5f4f2;
}
.spettacoli .spettacolo .list .appointment {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  max-width: 1250px;
  margin: 0 auto 10px;
  background: #fcde51;
}
.spettacoli .spettacolo .list .date {
  box-sizing: border-box;
  flex: 0 0 175px;
  padding: 7px 15px;
  font-size: 24px;
  background: #dd540a;
  color: white;
  text-align: center;
}
.spettacoli .spettacolo .list .date strong {
  display: block;
  line-height: 100%;
  font-size: 30px;
}
.spettacoli .spettacolo .list .hour {
  flex: 0 1 230px;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.spettacoli .spettacolo .list .localita {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  flex: 1;
  min-height: 72px;
  padding-left: 40px;
  padding-right: 15px;
  padding-bottom: 6px;
  border-left: 2px #866d43 solid;
}
.spettacoli .spettacolo .list .localita .city, .spettacoli .spettacolo .list .localita .teatro, .spettacoli .spettacolo .list .localita em {
  padding-right: 10px;
  font-size: 24px;
}
.spettacoli .spettacolo .list .localita .city {
  font-weight: 500;
}
.spettacoli .spettacolo .list .localita .stagione {
  display: block;
  flex: 0 0 100%;
  font-size: 18px;
  text-transform: uppercase;
}
.spettacoli .spettacolo .list .biglietto {
  padding: 5px 15px 5px 5px;
}
.spettacoli .spettacolo .list .biglietto a {
  display: inline-block;
  padding: 15px 25px;
  font-size: 15px;
  text-transform: uppercase;
  background: #866d43;
  color: white;
}
.spettacoli .spettacolo .dates.open .handle i.fa-angle-up {
  display: inline-block;
}
.spettacoli .spettacolo .dates.open .handle i.fa-angle-down {
  display: none;
}
.spettacoli .spettacolo .dates.open .list {
  display: block;
}
@media (max-width: 1100px) {
  .spettacoli .spettacolo .image .img {
    height: 320px;
  }
}
@media (max-width: 900px) {
  .spettacoli .spettacolo .list .date {
    flex: 0 0 125px;
  }
  .spettacoli .spettacolo .list .hour {
    flex: 0 0 140px;
  }
  .spettacoli .spettacolo .list .localita {
    padding-left: 20px;
  }
}
@media (max-width: 680px) {
  .spettacoli .spettacolo .top {
    flex-wrap: wrap;
  }
  .spettacoli .spettacolo .image, .spettacoli .spettacolo .description {
    flex: 0 0 100%;
  }
  .spettacoli .spettacolo .image {
    order: 1;
  }
  .spettacoli .spettacolo .image .img {
    margin-bottom: 0;
  }
  .spettacoli .spettacolo .description {
    order: 2;
    padding-top: 15px;
  }
  .spettacoli .spettacolo .description h2 {
    margin-bottom: 15px;
    font-size: 32px;
  }
  .spettacoli .spettacolo .list .appointment {
    flex-wrap: wrap;
  }
  .spettacoli .spettacolo .list .date, .spettacoli .spettacolo .list .hour {
    flex: 0 0 50%;
  }
  .spettacoli .spettacolo .list .localita {
    flex: 0 0 100%;
    justify-content: center;
    padding: 15px 20px;
    border-left: none;
    text-align: center;
  }
  .spettacoli .spettacolo .list .biglietto {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
}
.item-page.spettacolo h1 {
  margin-bottom: 15px;
  font-size: 72px;
}
.item-page.spettacolo .top {
  max-width: 1250px;
  padding: 60px 20px 30px;
  margin: 0 auto;
}
.item-page.spettacolo .top .subtitle {
  font-size: 24px;
}
.item-page.spettacolo .image_full {
  position: relative;
}
.item-page.spettacolo .image_full .img {
  height: 880px;
  background-size: cover;
  background-position: center;
}
.item-page.spettacolo .image_full img {
  width: 100%;
  height: auto;
}
.item-page.spettacolo .image_full .share {
  display: flex;
  position: absolute;
  bottom: 20px;
  right: 50px;
  color: #ab8b52;
}
.item-page.spettacolo .image_full .share a {
  display: inline-block;
  margin-right: 10px;
}
.item-page.spettacolo .image_full .share .label {
  display: inline-block;
  padding-right: 15px;
  line-height: 28px;
}
.item-page.spettacolo .image_full .scrolldown {
  position: absolute;
  right: 240px;
  bottom: 5px;
}
.item-page.spettacolo .image_full .scrolldown a {
  display: inline-block;
  padding: 14px 21px;
  font-size: 18px;
  font-weight: bold;
  color: white;
  background: rgba(197, 59, 43, 0.8);
}
.item-page.spettacolo .image_full .scrolldown i {
  padding-right: 10px;
}
.item-page.spettacolo .details {
  display: flex;
  flex-wrap: wrap;
  max-width: 1250px;
  margin: 0 auto;
  padding: 50px 20px;
  line-height: 150%;
  font-size: 22px;
}
.item-page.spettacolo .details .left, .item-page.spettacolo .details .right {
  box-sizing: border-box;
}
.item-page.spettacolo .details .left {
  flex: 0 0 60%;
  padding-right: 30px;
}
.item-page.spettacolo .details .right {
  flex: 0 0 40%;
  padding-left: 40px;
  border-left: 2px #004C26 solid;
}
.item-page.spettacolo a[name="biglietti"] {
  display: block;
  position: relative;
  transform: translateY(-150px);
  height: 0;
  width: 0;
}
.item-page.spettacolo .appointments {
  padding: 40px 20px;
  background: #f5f4f2;
}
.item-page.spettacolo .appointments .appointment {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  max-width: 1250px;
  margin: 0 auto 10px;
  background: rgba(0, 76, 38, 0.3);
}
.item-page.spettacolo .appointments .date {
  box-sizing: border-box;
  flex: 0 0 175px;
  padding: 7px 15px;
  font-size: 24px;
  background: #C53B2B;
  color: white;
  text-align: center;
}
.item-page.spettacolo .appointments .date strong {
  display: block;
  line-height: 100%;
  font-size: 30px;
}
.item-page.spettacolo .appointments .hour {
  flex: 0 1 230px;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.item-page.spettacolo .appointments .localita {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  flex: 1;
  min-height: 72px;
  padding-left: 40px;
  padding-right: 15px;
  padding-bottom: 6px;
  border-left: 2px #004C26 solid;
}
.item-page.spettacolo .appointments .localita .city, .item-page.spettacolo .appointments .localita .teatro, .item-page.spettacolo .appointments .localita em {
  padding-right: 10px;
  font-size: 24px;
}
.item-page.spettacolo .appointments .localita .city {
  font-weight: 500;
}
.item-page.spettacolo .appointments .localita .stagione {
  display: block;
  flex: 0 0 100%;
  font-size: 18px;
  text-transform: uppercase;
}
.item-page.spettacolo .appointments .biglietto {
  padding: 5px 15px 5px 5px;
}
.item-page.spettacolo .appointments .biglietto a {
  display: inline-block;
  padding: 15px 25px;
  font-size: 15px;
  text-transform: uppercase;
  background: #C53B2B;
  color: white;
}
.item-page.spettacolo .gallery ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.item-page.spettacolo .gallery .img {
  height: 650px;
  background-size: cover;
  background-position: center;
}
.item-page.spettacolo .droppicsGallery {
  max-width: 1250px;
  width: calc(100% - 40px);
  padding: 10px 20px 20px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .item-page.spettacolo .image_full .img {
    height: 600px;
  }
  .item-page.spettacolo .details {
    font-size: 18px;
  }
  .item-page.spettacolo .details .left, .item-page.spettacolo .details .right {
    flex: 0 0 50%;
  }
  .item-page.spettacolo .gallery .img {
    height: 500px;
  }
}
@media (max-width: 900px) {
  .item-page.spettacolo .appointments .date {
    flex: 0 0 125px;
  }
  .item-page.spettacolo .appointments .hour {
    flex: 0 0 140px;
  }
  .item-page.spettacolo .appointments .localita {
    padding-left: 20px;
  }
  .item-page.spettacolo .gallery .img {
    height: 400px;
  }
}
@media (max-width: 740px) {
  .item-page.spettacolo .details .left, .item-page.spettacolo .details .right {
    flex: 0 0 100%;
  }
  .item-page.spettacolo .details .left {
    padding: 0;
  }
  .item-page.spettacolo .details .right {
    padding: 30px 0 20px;
    border-left: none;
  }
}
@media (max-width: 680px) {
  .item-page.spettacolo h1 {
    font-size: 38px;
  }
  .item-page.spettacolo .appointments .appointment {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .item-page.spettacolo .appointments .date, .item-page.spettacolo .appointments .hour {
    flex: 0 0 50%;
  }
  .item-page.spettacolo .appointments .localita {
    flex: 0 0 100%;
    justify-content: center;
    padding: 15px 20px;
    border-left: none;
    text-align: center;
  }
  .item-page.spettacolo .appointments .biglietto {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  .item-page.spettacolo .gallery .img {
    height: 320px;
  }
}
@media (max-width: 480px) {
  .item-page.spettacolo .gallery .img {
    height: 240px;
  }
  .item-page.spettacolo .image_full .share, .item-page.spettacolo .image_full .scrolldown {
    position: static;
    padding: 5px 10px;
    text-align: center;
  }
  .item-page.spettacolo .image_full .share {
    justify-content: center;
    padding-top: 15px;
  }
}
.body-container .appstores {
  line-height: 160%;
  padding: 30px 20px 45px;
  font-size: 18px;
  text-align: center;
  background: #f1edec;
}
.body-container .appstores strong {
  color: #866d43;
}
.body-container .appstores .top {
  padding-bottom: 20px;
}
.body-container .appstores .description {
  padding-bottom: 10px;
}
.body-container .appstores .links a {
  display: inline-block;
  margin-bottom: 10px;
}
.footer21 {
  padding: 40px 20px 30px;
}
.footer21 .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}
.footer21 .general {
  display: flex;
  flex-wrap: wrap;
}
.footer21 .general .logo {
  padding-right: 50px;
}
.footer21 .general .description {
  padding-top: 10px;
}
.footer21 .general .description strong {
  font-weight: normal;
  color: #004C26;
}
.footer21 .loghi {
  padding-top: 10px;
}
.footer21 .loghi img {
  max-width: 150px;
  width: 150px;
  height: auto;
  margin-right: 10px;
}
.footer21 .loghi .soci, .footer21 .loghi .sponsor, .footer21 .loghi .partner {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 50px;
}
.footer21 .loghi .soci .title, .footer21 .loghi .sponsor .title, .footer21 .loghi .partner .title {
  width: 240px;
  text-transform: uppercase;
  color: #004C26;
  margin-bottom: 16px;
}
.footer21 .loghi .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 340px;
  width: 100%;
}
.footer21 .loghi .list .image {
  padding-bottom: 10px;
}
@media (max-width: 1200px) {
  .footer21 .loghi .soci, .footer21 .loghi .sponsor, .footer21 .loghi .partner {
    display: block;
  }
  .footer21 .loghi .title {
    padding-bottom: 15px;
  }
}
@media (max-width: 920px) {
  .footer21 .wrap {
    display: block;
  }
  .footer21 .general {
    justify-content: center;
    padding-bottom: 40px;
  }
  .footer21 .general img {
    max-width: 180px;
  }
  .footer21 .loghi .title {
    width: 100% !important;
    text-align: center !important;
  }
  .footer21 .loghi .list {
    max-width: 100%;
    justify-content: center;
  }
}
@media (max-width: 520px) {
  .footer21 .general {
    display: block;
    text-align: center;
  }
  .footer21 .logo {
    padding-right: 0 !important;
  }
}
.custom.pfr-banner {
  background-color: #C53B2B;
  color: white;
  font-weight: 700;
  font-size: 20px;
  display: flex;
  justify-content: center;
  padding: 25px;
}
.custom.pfr-banner .pfr-banner {
  padding: 0;
}
.custom.pfr-banner p {
  margin: 0;
}
.custom.pfr-banner a {
  color: inherit;
}
.hidden {
  display: none !important;
}
