@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body, html {
  background: #FFF;
}

p, span {
  color: #4b8da2;
}

h1, h2, h3, h4, h5, h6 {
  color: #2f5a79;
}

a {
  color: #4b8da2;
  transition: color 0.13s;
}
a:hover, a:active {
  color: #72abbe;
}
a:hover h2, a:active h2 {
  color: #72abbe;
}

.header_logo a:hover, .header_logo a:active,
.header_nav .menu li a:hover,
.header_nav .menu li a:active {
  color: #72abbe;
}

.trigram {
  transition: opacity 0.13s;
}
.trigram_line {
  background-color: #4b8da2;
}
.trigram:hover, .trigram:active {
  opacity: 0.55;
}

a .logo {
  fill: #4b8da2;
  transition: fill 0.13s;
}
a .logo:hover, a .logo:active {
  fill: #72abbe;
}

.gonzo .guizzo_big, .gonzo .multimedia {
  fill: #B43471;
}

.home .show_name a, h1 {
  font-size: clamp(1.7rem, 5vw, 4rem);
  font-weight: 900;
}

h2 {
  font-size: clamp(1.45rem, 4vw, 2.6rem);
  font-weight: 900;
}

.single-opera_popup-close::before, .footer_info-logo, h3 {
  font-size: clamp(1.35rem, 3.5vw, 2.1rem);
  font-weight: 700;
}

h4 {
  font-size: clamp(1.3rem, 3vw, 1.8rem);
  font-weight: 700;
}

.archive_mostre h2, .header_logo {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 700;
}

.archive_mostre h3 {
  font-size: clamp(1.4rem, 2.5vw, 2.0rem);
  font-weight: 500;
}

.archive_opere .opera h2 {
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  font-weight: 500;
}

.home .headtext h1, .home .headtext span {
  font-size: clamp(1.8rem, 5vw, 2.2rem);
  font-weight: 300;
}

.footer_info-copy p, p, span {
  font-size: clamp(1.5rem, 4vw, 2.1rem);
  font-weight: 300;
}

.privacy-policy p, .single-mostra h1 + p span, .single-mostra h1 + p, .single-opera_popup-data p, .single-opera_popup-data p span, .home .show_location, .footer_info-copy a {
  font-size: clamp(1.3rem, 3.5vw, 1.9rem);
  font-weight: 300;
}

.single-mostra .presskit li, .home .show h2 {
  font-size: clamp(1.2rem, 3vw, 1.7rem);
  font-weight: 300;
}

.single-opera_popup-data p + p, .single-opera_popup-data p + p span, .single-opera_image span, .archive_mostre h3 + p a, .archive_mostre h3 + p a span, .archive_mostre h3 + p, .footer_gonzo span {
  font-size: clamp(1.0rem, 2.5vw, 1.5rem);
  font-weight: 300;
}

.header_nav .menu li a {
  font-size: clamp(1.5rem, 5vw, 3rem);
  font-weight: 900;
}

button.button a {
  font-size: clamp(1.4rem, 3vw, 2.1rem);
  font-weight: 900;
}

button.button_alt a {
  font-size: clamp(1.1rem, 2.5vw, 1.4rem);
  font-weight: 500;
}

@media all and (min-width: 50em) {
  .header_nav .menu li a {
    font-size: 1.55rem;
    font-weight: 500;
  }
}
body, html {
  font-family: "Figtree", Arial, sans-serif;
  text-align: center;
  line-height: 1;
}

h1 {
  text-transform: uppercase;
  margin-bottom: 2rem;
}

h2 {
  margin-bottom: 1.3rem;
}

h3 {
  margin-bottom: 0.8rem;
}

h4 {
  margin-bottom: 0.5rem;
}

p, span {
  line-height: 1.4;
}

p {
  text-align: justify;
}

p + p {
  margin-top: 1.3rem;
}

p a {
  font-weight: 500;
  text-decoration: underline 0.1rem;
  text-underline-offset: 0.3rem;
}

p em, span em {
  font-style: italic;
}

strong {
  font-weight: 700;
}

button.button a {
  display: block;
  padding: clamp(.8rem, 1.3vw, 1.3rem) clamp(1.3rem, 2.1vw, 2.1rem);
  border-radius: clamp(.5rem, .8vw, 1.5rem);
  text-transform: uppercase;
  color: #FFF;
  background-color: #4b8da2;
  transition: all 0.13s;
}
button.button a:hover, button.button a:active {
  background-color: #e1bc55;
  -webkit-transform: scale(1.013);
  -moz-transform: scale(1.013);
  -ms-transform: scale(1.013);
  -o-transform: scale(1.013);
  transform: scale(1.013);
}
button.button_alt a {
  color: #4b8da2;
  background-color: #FFF;
  border: solid 0.1rem #4b8da2;
}
button.button_alt a:hover, button.button_alt a:active {
  color: #e1bc55;
  background-color: #FFF;
  border: solid 0.1rem #e1bc55;
}

.header_logo {
  text-align: left;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
}
.header_nav .menu li a {
  text-transform: uppercase;
}

.footer_info-logo {
  text-transform: uppercase;
  margin-bottom: 1.6rem;
}
.footer_info-copy p {
  text-align: center;
}
.footer_info-copy a {
  font-weight: 700;
}
.footer_gonzo span {
  display: inline-block;
}

.home .headtext {
  text-align: justify;
  margin-bottom: 2rem;
}
.home .headtext span {
  display: block;
}
.home .headtext span + span {
  margin-top: 1.3rem;
}
.home .headtext h1 {
  text-transform: none;
  color: #4b8da2;
  display: inline;
  margin-bottom: 0;
}
.home .headtext a {
  color: #c13123;
}
.home .headtext a:hover, .home .headtext a:active {
  color: #e1bc55;
}
.home .show h2 {
  text-transform: uppercase;
  margin-bottom: 0;
  color: #4b8da2;
}
.home .show_name a {
  font-weight: 500;
  text-transform: uppercase;
}
.home .show button.button {
  margin-top: 2.4rem;
  margin-bottom: 0;
}
.home .carousel h2 {
  margin-bottom: 0;
}

.page .show span {
  display: block;
}
.page .show_quote {
  font-style: normal;
}
.page .show_quote blockquote em {
  font-style: italic;
}
.page .show_quote blockquote p:before {
  content: "”";
}
.page .show_quote blockquote p:after {
  content: "“";
}
.page .show_quote blockquote + p {
  font-weight: 500;
  text-align: right;
  font-style: italic;
}

.archive h1 + p {
  text-align: center;
}
.archive_opere {
  margin-top: 2rem;
}
.archive_opere .opera h2 {
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.archive_mostre h2 {
  text-transform: uppercase;
}
.archive_mostre h3 {
  text-transform: uppercase;
  margin-bottom: 0;
  display: block;
}
.archive_mostre h3 + p {
  text-align: left;
  width: 100%;
}
.archive_mostre h3 + p a, .archive_mostre h3 + p a span {
  text-decoration: none;
  font-weight: 300;
}

.single-opera_image span {
  display: block;
  margin-top: 0.8rem;
}
.single-opera_data p {
  text-align: center;
}
.single-opera_data p strong {
  font-weight: 700;
}
.single-opera_data p + p {
  margin-top: 0.3rem;
}
.single-opera_popup-close {
  margin-bottom: 0.8rem;
}
.single-opera_popup-close::before {
  content: "╳";
  color: #4b8da2;
  font-weight: 900;
  text-transform: uppercase;
}
.single-opera_popup-data {
  margin: 2.1rem 0 0.8rem;
  text-align: center;
}
.single-opera_popup-data p, .single-opera_popup-data p span {
  text-align: center;
}
.single-mostra h1 {
  margin-bottom: 0.2rem;
}
.single-mostra h1 + p {
  text-align: center;
  margin-bottom: 2rem;
}
.privacy-policy h2, .privacy-policy h3, .privacy-policy h4 {
  text-transform: uppercase;
}
.privacy-policy h2 {
  margin-top: 2.4rem;
  margin-bottom: 1.6rem;
}
.privacy-policy h3 {
  margin-top: 2.4rem;
  margin-bottom: 0.8rem;
  font-weight: 900;
}
.privacy-policy h4 {
  margin-bottom: 0.4rem;
}
.privacy-policy h2 + h3 {
  margin-top: 0.8rem;
}
.privacy-policy h3 + h4 {
  margin-top: 0.8rem;
}
.privacy-policy p + h2 {
  margin-top: 4.8rem;
}
.privacy-policy p + h4 {
  margin-top: 1.2rem;
}

@media all and (min-width: 50em) {
  .single-opera h1 {
    text-align: left;
  }
  .single-opera_data p {
    text-align: left;
  }
}
.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 2.4rem clamp(1.3rem, 5.5vw, 8rem);
  max-width: 160rem;
  z-index: 5;
  background: none;
}
.header_logo a {
  display: inline-block;
  width: clamp(1.3rem, 3vw, 2.1rem);
  z-index: 3;
}
.header_logo a img {
  width: clamp(2rem, 3.4vw, 3.4rem);
}
.header_nav .menu-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  background: rgba(244, 231, 193, 0.95);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -ms-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  transition: all 0.5s ease;
}
.header_nav .menu-wrap ul {
  height: 100%;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.header_nav .menu-wrap ul li {
  display: block;
  padding: clamp(1.5rem, 2vw, 3rem);
}
.header_nav .menu-wrap .footer_info-copy {
  margin-bottom: 2rem;
}
.header .trigram {
  cursor: pointer;
  z-index: 3;
  margin-left: auto;
  display: block;
  height: clamp(1.6rem, 3.4vw, 2.2rem);
  width: clamp(2.4rem, 5.1vw, 3.3rem);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.header .trigram_line {
  display: block;
  width: 100%;
  height: 14%;
  border-radius: 20%;
}
.header .trigram .line1 {
  -webkit-transform-origin: 100% 0%;
  -moz-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  -o-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  -webkit-transition: transform 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}
.header .trigram .line2 {
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
.header .trigram .line3 {
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transition: transform 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}
.header input[id=button]:checked ~ .header_nav .menu-wrap {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  position: fixed;
}
.header input[id=button]:checked ~ .trigram .line1 {
  -webkit-transform: rotate(-45deg) scaleX(0.85);
  -moz-transform: rotate(-45deg) scaleX(0.85);
  -ms-transform: rotate(-45deg) scaleX(0.85);
  -o-transform: rotate(-45deg) scaleX(0.85);
  transform: rotate(-45deg) scaleX(0.85);
}
.header input[id=button]:checked ~ .trigram .line2 {
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
}
.header input[id=button]:checked ~ .trigram .line3 {
  -webkit-transform: rotate(45deg) scaleX(0.85);
  -moz-transform: rotate(45deg) scaleX(0.85);
  -ms-transform: rotate(45deg) scaleX(0.85);
  -o-transform: rotate(45deg) scaleX(0.85);
  transform: rotate(45deg) scaleX(0.85);
}

@media all and (min-width: 50em) {
  .header .trigram {
    display: none;
    visibility: hidden;
  }
  .header_nav {
    margin-left: auto;
  }
  .header_nav .menu-wrap {
    position: unset;
    visibility: visible;
    opacity: 1;
    background: none;
    width: auto;
    height: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .header_nav .menu-wrap ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .header_nav .menu-wrap ul li {
    padding: 1rem;
  }
  .header_nav .menu-wrap ul li:last-child {
    padding: 1rem 0 1rem 1rem;
  }
  .header_nav .menu-wrap .footer_info-copy {
    display: none;
  }
}
.slider {
  position: relative;
  overflow: hidden;
  max-width: 145rem;
}
.slider figure {
  position: relative;
  top: 0;
  left: 0;
  width: 500%;
  animation: 18s slider infinite ease-in-out;
}
@keyframes slider {
  0% {
    left: 0;
  }
  17% {
    left: 0;
  }
  25% {
    left: -100%;
  }
  42% {
    left: -100%;
  }
  50% {
    left: -200%;
  }
  67% {
    left: -200%;
  }
  75% {
    left: -300%;
  }
  92% {
    left: -300%;
  }
  100% {
    left: -400%;
  }
}
.slider_overlay {
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.slider_overlay svg {
  width: 100%;
}
.slider_slide {
  position: relative;
  float: left;
  width: 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.slider_slide picture, .slider_slide-image {
  width: 100%;
}

svg.GFPLVN_mask, svg.GFP_mask {
  fill: #FFF;
}
svg.GFPLVN_mask-portrait, svg.GFP_mask-portrait {
  display: block;
}
svg.GFPLVN_mask-landscape, svg.GFP_mask-landscape {
  display: none;
}

@media all and (min-width: 40em) {
  svg.GFPLVN_mask-portrait, svg.GFP_mask-portrait {
    display: none;
  }
  svg.GFPLVN_mask-landscape, svg.GFP_mask-landscape {
    display: block;
  }
}
.lightbox {
  margin: 3rem 0;
}
.lightbox figure {
  max-height: 50rem;
}

.cookie_box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.75);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.cookie_box-content {
  width: 100%;
  max-width: 120rem;
  margin: 0 1vw;
  user-select: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.cookie_box-content img {
  max-width: 80%;
  max-height: 89vh;
  border-radius: 0.5rem;
}

.cookie_box-content i {
  font-size: clamp 3rem, 2vw, 6rem;
  color: #FFF;
  cursor: pointer;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}

i.cookie_box-prev,
i.cookie_box-next {
  padding: 3rem 1vw;
}

svg.cookie_box-prev,
svg.cookie_box-next {
  pointer-events: none;
}

.image-border, .single-opera_image img, .home .works {
  padding: 0.5rem;
  border: 0.1rem solid rgba(75, 141, 162, 0.55);
}

.hero {
  position: relative;
  overflow: hidden;
  max-height: 30vh;
  margin-bottom: 0.8rem;
}
.hero-img {
  max-width: 145rem;
}
.hero_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.21), rgba(255, 255, 255, 0.21) 45%, #FFF);
  background-image: linear-gradient(0deg, #FFF, rgba(255, 255, 255, 0.21) 45%, rgba(255, 255, 255, 0.21));
}

.home .show {
  margin: 3.2rem 0;
  padding: 2.4rem 0;
  border-top: solid 0.1rem rgba(75, 141, 162, 0.55);
  border-bottom: solid 0.1rem rgba(75, 141, 162, 0.55);
}
.home .works {
  position: relative;
  margin: 3rem auto;
}
.home .works_carousel {
  width: 100%;
  max-width: 100rem;
  position: relative;
  overflow: hidden;
}
.home .works_carousel-image {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  animation: imageAnimation 25s linear infinite 0s;
}
.home .works_carousel-image:nth-child(2) {
  animation-delay: 5s;
}
.home .works_carousel-image:nth-child(3) {
  animation-delay: 10s;
}
.home .works_carousel-image:nth-child(4) {
  animation-delay: 15s;
}
.home .works_carousel-image:nth-child(5) {
  animation-delay: 20s;
}
@keyframes imageAnimation {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  4% {
    opacity: 1;
    animation-timing-function: ease-out;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  40% {
    -webkit-transform: scale(1.13);
    -moz-transform: scale(1.13);
    -ms-transform: scale(1.13);
    -o-transform: scale(1.13);
    transform: scale(1.13);
  }
  100% {
    opacity: 0;
  }
}
.home .works_carousel img {
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
}
.home .works_button {
  width: 100%;
  position: absolute;
  bottom: 13%;
  left: 0;
}
.home .works_button a {
  -webkit-box-shadow: 0.3rem 0.3rem 1rem 0.3rem rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0.3rem 0.3rem 1rem 0.3rem rgba(0, 0, 0, 0.55);
  box-shadow: 0.3rem 0.3rem 1rem 0.3rem rgba(0, 0, 0, 0.55);
}

.page h1 {
  display: none;
}
.page .show_gallery {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin: 1.6rem 0;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2.4rem;
}
.page .show_gallery figure {
  -webkit-flex: 1 1 28rem;
  -moz-flex: 1 1 28rem;
  -ms-flex: 1 1 28rem;
  flex: 1 1 28rem;
}

.archive_opere {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-content: space-between;
  -moz-align-content: space-between;
  -ms-flex-line-pack: space-between;
  align-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5rem;
}
.archive_opere .opera {
  -webkit-flex: 1 1 21rem;
  -moz-flex: 1 1 21rem;
  -ms-flex: 1 1 21rem;
  flex: 1 1 21rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.archive_opere .opera figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  max-height: 15rem;
  overflow: hidden;
}
.archive_opere .opera figure img {
  width: 200%;
  opacity: 0.55;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.archive_opere .opera figure img:hover, .archive_opere .opera figure img:active {
  width: 180%;
  opacity: 1;
}
.archive_opere .filling-empty-space-childs {
  -webkit-flex: 1 1 21rem;
  -moz-flex: 1 1 21rem;
  -ms-flex: 1 1 21rem;
  flex: 1 1 21rem;
  height: 0;
}

.single-opera_gridbox {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: 4;
}
.single-opera_title, .single-opera_image, .single-opera_data, .single-opera_content {
  grid-column: 1/span 2;
}
.single-opera_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.single-opera_image, .single-opera_popup-close {
  background-color: #FFF;
}
.single-opera_image {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.single-opera_image img {
  width: clamp(8rem, 50vw, 30rem);
}
.single-opera_data {
  margin-top: 2.4rem;
  padding: 0 clamp(1rem, 3vw, 8rem);
}
.single-opera_content {
  margin-top: 2.1rem;
}
.single-opera_content button {
  margin-top: 5.5rem;
}
.single-opera_popup {
  display: hidden;
  width: 89%;
  height: 89%;
  opacity: 0;
  margin: 0 auto;
  padding: clamp(1rem, 2vw, 2rem);
  background-color: rgba(236, 243, 248, 0.89);
}
.single-opera_popup:popover-open {
  -webkit-animation: fadeIn 0.6s forwards;
  -moz-animation: fadeIn 0.6s forwards;
  animation: fadeIn 0.6s forwards;
}
@keyframes fadeIn {
  from {
    display: hidden;
    width: 89%;
    height: 89%;
    opacity: 0;
  }
  to {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 1;
  }
}
.single-opera_popup-content {
  border-radius: 2rem;
  width: 100%;
  height: 100%;
  padding: clamp(2rem, 2vw, 3rem) clamp(2rem, 2vw, 3rem) 1rem;
  background-color: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.single-opera_popup-close {
  margin-left: auto;
}
.single-opera_popup-image {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}

.archive_mostre {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  gap: 3rem;
}
.archive_mostre #Personali {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.archive_mostre #Collettive {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.archive_mostre article {
  -webkit-flex: 1 1 40rem;
  -moz-flex: 1 1 40rem;
  -ms-flex: 1 1 40rem;
  flex: 1 1 40rem;
  text-align: left;
}
.archive_mostre article:last-child {
  display: none;
}
.archive_mostre article ul li + li {
  margin-top: 1rem;
  color: red;
}

.single-mostra_title {
  margin-bottom: 1.6rem;
}
.single-mostra .content .presskit {
  margin-top: 4.8rem;
  border-top: solid 0.1rem rgba(75, 141, 162, 0.55);
  padding-top: 2.4rem;
  text-align: left;
}
.single-mostra .content .presskit h3 {
  text-transform: uppercase;
}
.single-mostra .content .presskit ul li + li {
  margin-top: 0.8rem;
}

.privacy-policy .container {
  text-align: left;
}
.privacy-policy .container article {
  width: 100%;
}

@media all and (min-width: 50em) {
  .single-opera_title, .single-opera_data {
    margin-left: clamp(1rem, 3vw, 8rem);
  }
  .single-opera_title {
    grid-column: 2;
  }
  .single-opera_image {
    grid-column: 1/span 1;
    grid-row: 1/span 2;
  }
  .single-opera_data {
    grid-column: 2;
    padding: 0;
    margin-top: 1.3rem;
  }
  .single-opera_content {
    grid-column: 1/span 2;
    margin-top: 3.4rem;
  }
  .single-opera_content button {
    margin: 0;
    margin-top: 5.5rem;
    margin-left: auto;
  }
}

/*# sourceMappingURL=style.css.map */
