/* Media query */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+Display:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
/* FONT */
/*


font-family: 'Noto Serif Display', serif;

Sweet Sans Pro Extra Light
font-family: "sweet-sans-pro", sans-serif;
font-weight: 400;
font-style: normal;

Sweet Sans Pro Extra Light Italic
font-family: "sweet-sans-pro", sans-serif;
font-weight: 400;
font-style: italic;

Sweet Sans Pro Light
font-family: "sweet-sans-pro", sans-serif;
font-weight: 500;
font-style: normal;

Sweet Sans Pro Light Italic
font-family: "sweet-sans-pro", sans-serif;
font-weight: 500;
font-style: italic;

Sweet Sans Pro Regular
font-family: "sweet-sans-pro", sans-serif;
font-weight: 600;
font-style: normal;

Sweet Sans Pro Medium
font-family: "sweet-sans-pro", sans-serif;
font-weight: 700;
font-style: normal;

Sweet Sans Pro Medium Italic
font-family: "sweet-sans-pro", sans-serif;
font-weight: 700;
font-style: italic;

Sweet Sans Pro Bold
font-family: "sweet-sans-pro", sans-serif;
font-weight: 800;
font-style: normal;

Sweet Sans Pro Bold Italic
font-family: "sweet-sans-pro", sans-serif;
font-weight: 800;
font-style: italic;

*/
/* VARIABILI */
/* MIXIN */
/* GENERALI */
:root {
  --app-height: 100%;
}
@media screen and (min-device-width: 1440px) and (max-device-width: 1792px), screen and (min-width: 1440px) and (max-width: 1792px) {
  :root {
    overflow-x: hidden;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  :root {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 480px) {
  :root {
    overflow-x: hidden;
  }
}

a:active,
a:focus {
  outline: 0 !important;
  -moz-outline-style: none !important;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimizequality;
  -ms-interpolation-mode: nearest-neighbor;
}

html {
  position: relative;
  background: #f0ece5;
}

body {
  font-family: "sweet-sans-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  position: relative;
  background: #f0ece5;
}
body a {
  text-decoration: none;
  color: inherit;
}
body hr:not(.social-hr) {
  width: 1px;
  height: 7vw;
  margin: 50px auto 50px 0;
  background: #1d1d1b;
}
@media screen and (max-width: 480px) {
  body hr:not(.social-hr) {
    height: 33vw;
  }
}
body hr.social-hr {
  height: 1px;
  border: 0;
}
@media screen and (max-width: 480px) {
  body hr.social-hr {
    display: none;
  }
}

.contenitore-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.contenitore-flex.no-wrap {
  flex-wrap: nowrap;
}
@media screen and (max-width: 480px) {
  .contenitore-flex.no-wrap {
    flex-wrap: wrap;
  }
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0 auto !important;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .page-content,
  .entry-content,
  .entry-summary {
    margin: 0 auto !important;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .page-content,
  .entry-content,
  .entry-summary {
    margin: 0 auto !important;
  }
}
@media screen and (max-width: 480px) {
  .page-content,
  .entry-content,
  .entry-summary {
    margin: 0 auto !important;
  }
}

.post,
.page {
  margin-bottom: 0 !important;
}

.fcol {
  flex-direction: column !important;
}

section {
  position: relative;
}

.grecaptcha-badge {
  display: none !important;
}

.no-overflow {
  overflow: hidden !important;
}

.bottone-animato {
  text-transform: uppercase;
  border-top: 1px solid #1d1d1b;
  border-bottom: 1px solid #1d1d1b;
  padding: 20px 10px;
  display: inline-block;
  margin-top: 40px;
  will-change: color, background-color, border-color;
  transition: all linear 0.3s;
}
.bottone-animato:hover {
  background-color: #faf6f1;
  color: #1d1d1b;
  border-color: #faf6f1;
}

/* DIMENSIONI */
.mw-50 {
  max-width: 50vw;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .mw-50 {
    max-width: 80vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .mw-50 {
    max-width: 80vw;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .mw-50 {
    max-width: 70vw;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .mw-50 {
    max-width: 70vw;
  }
}
@media screen and (min-device-width: 1440px) and (max-device-width: 1792px), screen and (min-width: 1440px) and (max-width: 1792px) {
  .mw-50 {
    max-width: 60vw;
  }
}

.mw-60 {
  max-width: 60vw;
  margin: 0 auto;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .mw-60 {
    max-width: 80vw;
  }
}
@media screen and (max-width: 480px) {
  .mw-60 {
    max-width: 80vw;
  }
}

.mw-70 {
  max-width: 70vw;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .mw-70 {
    max-width: 80vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .mw-70 {
    max-width: 80vw;
  }
}

.mw-80 {
  max-width: 80vw;
  margin: 0 auto;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .mw-80 {
    max-width: 90vw;
  }
}

.mw-90 {
  max-width: 90vw;
  margin: 0 auto;
}

.un-mezzo {
  flex-basis: 50%;
  width: 50%;
}

.due-quinti {
  flex-basis: 40%;
  width: 40%;
}
@media screen and (max-width: 480px) {
  .due-quinti {
    flex-basis: 100%;
    width: 100%;
  }
}

.tre-quinti {
  flex-basis: 60%;
  width: 60%;
}
@media screen and (max-width: 480px) {
  .tre-quinti {
    flex-basis: 100%;
    width: 100%;
  }
}

/* COOKIE */
#cookie-law-info-again {
  display: none !important;
}

@media screen and (max-width: 480px) {
  #cookie-law-info-bar .wt-cli-accept-all-btn {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #cookie-law-info-bar .cookie_action_close_header_reject,
  #cookie-law-info-bar .cli_settings_button {
    width: 48%;
  }
}

/* WHATSAPP */
.call-wa {
  position: fixed;
  bottom: 15%;
  left: 0;
  background-color: #000;
  width: 77px;
  height: 77px;
  padding: 15px;
  will-change: background-color, opacity, visibility;
  transition: all linear 0.3s;
  visibility: hidden;
  opacity: 0;
  z-index: 98;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .call-wa {
    width: 66px;
    height: 66px;
  }
}
@media screen and (max-width: 480px) {
  .call-wa {
    width: 66px;
    height: 66px;
  }
}
.call-wa:hover {
  background-color: #faf6f1;
}
.call-wa:hover svg .cls-wa {
  stroke: #1d1d1b;
  fill: #faf6f1;
}
.call-wa:hover svg .cls-wa-2 {
  fill: #1d1d1b;
}
.call-wa.active {
  opacity: 1;
  visibility: visible;
}
.call-wa svg {
  width: 100%;
}
.call-wa svg .cls-wa {
  stroke: #fff;
  fill: #000;
  will-change: fill, stroke;
  transition: all linear 0.3s;
}
.call-wa svg .cls-wa-2 {
  will-change: fill;
  transition: all linear 0.3s;
}

/* HEADER */
.site-header {
  z-index: 99;
  width: 100%;
  position: relative !important;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s transform cubic-bezier(0.3, 0.73, 0.3, 0.74);
  padding: 0.5rem 2rem;
  background: #f0ece5;
  /* --HAMBURGER */
  /* --STICKY */
}
.site-header .site-branding {
  flex-basis: 100%;
  text-align: center;
}
.site-header .site-branding a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .site-header .site-branding a {
    justify-content: flex-start;
    margin-left: 0;
    height: 100%;
  }
}
@media screen and (max-width: 480px) {
  .site-header .site-branding a .logo-intro-home {
    display: none;
  }
}
.site-header .site-branding a .logo-intro-sticky {
  display: none;
}
@media screen and (max-width: 480px) {
  .site-header .site-branding a .logo-intro-sticky {
    display: block;
  }
}
.site-header .site-branding a img {
  height: 70px;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .site-header .site-branding a img {
    height: 40px;
  }
}
@media screen and (max-width: 480px) {
  .site-header .site-branding a img {
    height: 24px;
    max-width: 100%;
  }
}
.site-header .contenitore-hamburger {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 10px;
}
.site-header .contenitore-hamburger .hamburger-box {
  width: 40px;
}
.site-header .contenitore-hamburger .hamburger-box .hamburger-inner {
  width: 40px;
}
.site-header .contenitore-hamburger .hamburger-box .hamburger-inner::after, .site-header .contenitore-hamburger .hamburger-box .hamburger-inner::before {
  width: 40px;
}
.site-header.clone {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-200%);
  transition: 0.2s transform cubic-bezier(0.3, 0.73, 0.3, 0.74), background-color 0.4s;
  width: 100%;
  max-width: 100%;
  justify-content: space-evenly;
  z-index: 99;
  margin: 0;
}
@media not all and (min-resolution: 0.001dpcm) {
  .site-header.clone {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .site-header.clone {
    justify-content: space-between;
  }
}

body.down .site-header.clone {
  transform: translateY(0);
}

body.down.no-overflow .site-header.clone {
  border-color: #f9ede2;
  background-color: #f9ede2;
}

/* OVERLAY */
.overlay-slidedown {
  overflow: hidden !important;
  height: 100vh;
  height: var(--app-height);
}
.overlay-slidedown .contenitore-menu-overlay {
  width: 70vw;
  height: stretch;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  --afterOpacity: 0;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .overlay-slidedown .contenitore-menu-overlay {
    width: 90vw;
  }
}
@media screen and (max-width: 480px) {
  .overlay-slidedown .contenitore-menu-overlay {
    width: 90vw;
  }
}
@-moz-document url-prefix() {
  .overlay-slidedown .contenitore-menu-overlay {
    height: inherit;
  }
}
.overlay-slidedown .contenitore-menu-overlay .menu-overlay {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.overlay-slidedown .contenitore-menu-overlay .menu-overlay .menu-main-menu-container {
  width: 100%;
  padding-top: 10vh;
}
@media screen and (min-device-width: 1440px) and (max-device-width: 1792px), screen and (min-width: 1440px) and (max-width: 1792px) {
  .overlay-slidedown .contenitore-menu-overlay .menu-overlay .menu-main-menu-container {
    padding-top: 15vh;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .overlay-slidedown .contenitore-menu-overlay .menu-overlay .menu-main-menu-container {
    padding-top: 20vh;
  }
}
@media screen and (max-width: 480px) {
  .overlay-slidedown .contenitore-menu-overlay .menu-overlay .menu-main-menu-container {
    padding-top: 20vh;
  }
}
.overlay-slidedown .contenitore-menu-overlay .menu-overlay .menu-main-menu-container ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.overlay-slidedown .contenitore-menu-overlay .menu-overlay .menu-main-menu-container ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .overlay-slidedown .contenitore-menu-overlay .menu-overlay .menu-main-menu-container ul li {
    flex-basis: 100%;
    justify-content: flex-start;
    text-align: left;
    padding: 3vw 10px;
  }
}
.overlay-slidedown .contenitore-menu-overlay .menu-overlay .menu-main-menu-container ul li.full-w {
  flex-basis: 100%;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .overlay-slidedown .contenitore-menu-overlay .menu-overlay .menu-main-menu-container ul li.full-w {
    text-align: left;
  }
}
.overlay-slidedown .contenitore-menu-overlay .menu-overlay .menu-main-menu-container ul li:hover a {
  color: #13100d;
}
.overlay-slidedown .contenitore-menu-overlay .menu-overlay .menu-main-menu-container ul li.current-menu-item a {
  color: #13100d;
}
.overlay-slidedown .contenitore-menu-overlay .menu-overlay .menu-main-menu-container ul li.sep::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 20px;
  height: 3px;
  background: #faf6f1;
  margin-left: 20px;
  opacity: var(--afterOpacity);
}
@media screen and (max-width: 480px) {
  .overlay-slidedown .contenitore-menu-overlay .menu-overlay .menu-main-menu-container ul li.sep::after {
    content: none;
  }
}
.overlay-slidedown .contenitore-menu-overlay .menu-overlay .menu-main-menu-container ul li a {
  font-family: "Noto Serif Display", serif;
  font-size: 4vw;
  color: #faf6f1;
  font-weight: 500;
  line-height: unset;
  will-change: color;
  transition: color linear 0.3s;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .overlay-slidedown .contenitore-menu-overlay .menu-overlay .menu-main-menu-container ul li a {
    font-size: 5vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .overlay-slidedown .contenitore-menu-overlay .menu-overlay .menu-main-menu-container ul li a {
    font-size: 5vw;
  }
}
@media screen and (max-width: 480px) {
  .overlay-slidedown .contenitore-menu-overlay .menu-overlay .menu-main-menu-container ul li a {
    font-size: 10vw;
    line-height: 1;
  }
}
.overlay-slidedown .fascia-social {
  width: 90vw;
  height: 10vh;
  flex-wrap: nowrap;
  align-items: center;
}
@media screen and (min-device-width: 1440px) and (max-device-width: 1792px), screen and (min-width: 1440px) and (max-width: 1792px) {
  .overlay-slidedown .fascia-social {
    height: 15vh;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .overlay-slidedown .fascia-social {
    height: 20vh;
  }
}
@media screen and (max-width: 480px) {
  .overlay-slidedown .fascia-social {
    height: 20vh;
  }
}
.overlay-slidedown .fascia-social hr {
  background: #1d1d1b;
  width: 60vw;
  margin: 0 30px 0 auto;
}

.contenitore-social {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.contenitore-social a {
  display: flex;
  border: 1px solid #1d1d1b;
  padding: 17px;
  border-radius: 100%;
  will-change: backgorund-color, border-color;
  transition: all linear 0.3s;
  margin: 0 5px;
  aspect-ratio: 1;
  width: 70px;
  height: 70px;
  align-items: center;
}
@media screen and (min-device-width: 1440px) and (max-device-width: 1792px), screen and (min-width: 1440px) and (max-width: 1792px) {
  .contenitore-social a {
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .contenitore-social a {
    width: 55px;
    height: 55px;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .contenitore-social a {
    width: 50px;
    height: 50px;
    margin: 0 5px;
    padding: 13px;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .contenitore-social a {
    width: 50px;
    height: 50px;
    margin: 0 5px;
    padding: 13px;
  }
}
@media screen and (max-width: 480px) {
  .contenitore-social a {
    width: 60px;
    height: 60px;
    margin: 0 5px;
  }
}
.contenitore-social a:hover {
  background-color: #1d1d1b !important;
  border-color: #1d1d1b;
}
.contenitore-social a:hover svg .cls-social-footer {
  fill: #faf6f1;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .contenitore-social a.ico-facebook svg {
    max-height: 25px;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .contenitore-social a.ico-facebook svg {
    max-height: 25px;
  }
}
@media screen and (max-width: 480px) {
  .contenitore-social a.ico-facebook svg {
    max-height: 25px;
  }
}
.contenitore-social a svg {
  width: 100%;
  max-height: 30px;
}
.contenitore-social a svg .cls-social-footer {
  will-change: fill;
  transition: all linear 0.3s;
  fill: #faf6f1;
}

/* HOMEPAGE */
/* --INTRO */
.intro-home {
  min-height: 90vh;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1921px) {
  .intro-home {
    min-height: 100vh;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .intro-home {
    min-height: 55vh;
  }
}
@media screen and (max-width: 480px) {
  .intro-home {
    min-height: 50vh;
  }
}
.intro-home .contenitore-video {
  position: relative;
  top: 5vh;
  left: 5vw;
  width: fit-content;
}
@media screen and (max-width: 480px) {
  .intro-home .contenitore-video {
    width: 100vw;
    left: 0;
    top: 15vh;
  }
}
.intro-home .contenitore-video::before {
  content: "";
  display: inline-block;
  width: 40vw;
  height: 1px;
  background: #1d1d1b;
  top: calc(4vh + 2.5vw);
  left: -10vw;
  position: absolute;
}
@media screen and (max-width: 480px) {
  .intro-home .contenitore-video::before {
    content: none;
  }
}
.intro-home .contenitore-video::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 110vh;
  background: #1d1d1b;
  top: 25vh;
  right: 3vw;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 1921px) {
  .intro-home .contenitore-video::after {
    top: 32vh;
  }
}
@media screen and (min-device-width: 1440px) and (max-device-width: 1792px), screen and (min-width: 1440px) and (max-width: 1792px) {
  .intro-home .contenitore-video::after {
    top: 30vh;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .intro-home .contenitore-video::after {
    height: 50vh;
  }
}
@media screen and (max-width: 480px) {
  .intro-home .contenitore-video::after {
    content: none;
  }
}
.intro-home .contenitore-video video {
  max-width: 72vw;
  width: 72vw;
}
@media screen and (min-width: 1921px) {
  .intro-home .contenitore-video video {
    max-width: 60vw;
    width: 60vw;
  }
}
@media screen and (min-device-width: 1440px) and (max-device-width: 1792px), screen and (min-width: 1440px) and (max-width: 1792px) {
  .intro-home .contenitore-video video {
    max-width: 65vw;
    width: 65vw;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .intro-home .contenitore-video video {
    max-width: 65vw;
    width: 65vw;
  }
}
@media screen and (max-width: 480px) {
  .intro-home .contenitore-video video {
    max-width: 100vw;
    width: 100vw;
  }
}
.intro-home .contenitore-video h1 {
  margin: 0;
  line-height: 1;
  font-family: "Noto Serif Display", serif;
  font-weight: 500;
  font-size: 6vw;
  color: #1d1d1b;
  width: fit-content;
  position: absolute;
  right: -14vw;
  top: 4vh;
}
@media screen and (max-width: 480px) {
  .intro-home .contenitore-video h1 {
    right: 0;
    top: 0;
    left: 0;
    margin: 0 auto;
    transform: translateY(-90%);
    font-size: 12vw;
  }
}
@media screen and (max-width: 480px) {
  .intro-home .contenitore-video h1 span {
    padding-left: 90px;
  }
}

/* --FILOSOFIA */
.sezione-filosofia {
  background: #f9ede2;
  z-index: 1;
  padding-top: 20vh;
  padding-bottom: 20vh;
}
@media screen and (max-width: 480px) {
  .sezione-filosofia {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }
}
.sezione-filosofia > .contenitore-flex {
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .sezione-filosofia > .contenitore-flex {
    width: 100vw;
    max-width: 100vw;
  }
}
.sezione-filosofia h2 {
  font-family: "Noto Serif Display", serif;
  font-weight: 500;
  font-style: normal;
  color: #1d1d1b;
  line-height: 1;
  font-size: 2.5vw;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 60px;
  position: relative;
  display: flex;
  flex-direction: column;
  width: fit-content;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-filosofia h2 {
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-filosofia h2 {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 480px) {
  .sezione-filosofia h2 {
    font-size: 8vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.sezione-filosofia h2::before {
  content: "";
  display: inline-block;
  width: 10vw;
  height: 1px;
  background: #1d1d1b;
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .sezione-filosofia h2::before {
    margin-bottom: 20px;
    width: 30vw;
  }
}
.sezione-filosofia h2::after {
  content: "";
  display: inline-block;
  width: 10vw;
  height: 1px;
  background: #1d1d1b;
  margin: 50px 0 0 auto;
}
@media screen and (max-width: 480px) {
  .sezione-filosofia h2::after {
    margin: 20px 0 0 auto;
    width: 30vw;
  }
}
.sezione-filosofia h3 {
  font-family: "sweet-sans-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  color: #1d1d1b;
  line-height: 2;
  font-size: 25px;
}
@media screen and (min-device-width: 1440px) and (max-device-width: 1792px), screen and (min-width: 1440px) and (max-width: 1792px) {
  .sezione-filosofia h3 {
    font-size: 22px;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .sezione-filosofia h3 {
    font-size: 20px;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-filosofia h3 {
    line-height: 1.5;
    font-size: 18px;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-filosofia h3 {
    line-height: 1.5;
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .sezione-filosofia h3 {
    line-height: 1.5;
    font-size: 24px;
  }
}
.sezione-filosofia p {
  max-width: 70%;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-filosofia p {
    max-width: 100%;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-filosofia p {
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .sezione-filosofia p {
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .sezione-filosofia .due-quinti {
    padding-left: 10vw;
    padding-right: 10vw;
  }
}
.sezione-filosofia .tre-quinti {
  max-width: 50%;
  flex-basis: 50%;
  column-count: 2;
  column-gap: 20px;
  padding-top: 5vh;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .sezione-filosofia .tre-quinti {
    max-width: 100%;
    flex-basis: 100%;
    padding-top: 10vh;
  }
}
.sezione-filosofia .tre-quinti img {
  width: 100%;
  margin-bottom: 20px;
}

/* --NATURAL BEAUTY // SEZIONE GIULIA */
.sezione-natural-beauty,
.sezione-giulia,
.sezione-intro-trattamenti {
  padding-top: 20vh;
  padding-bottom: 20vh;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .sezione-natural-beauty,
  .sezione-giulia,
  .sezione-intro-trattamenti {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }
}
.sezione-natural-beauty .due-quinti,
.sezione-giulia .due-quinti,
.sezione-intro-trattamenti .due-quinti {
  flex-basis: 30%;
  width: 30%;
  padding-top: 5vh;
}
.sezione-natural-beauty .due-quinti ul,
.sezione-giulia .due-quinti ul,
.sezione-intro-trattamenti .due-quinti ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sezione-natural-beauty .due-quinti ul li,
.sezione-giulia .due-quinti ul li,
.sezione-intro-trattamenti .due-quinti ul li {
  font-family: "sweet-sans-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  color: #1d1d1b;
  line-height: 2;
  font-size: 25px;
  line-height: 1;
  padding: 10px 0;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (min-device-width: 1440px) and (max-device-width: 1792px), screen and (min-width: 1440px) and (max-width: 1792px) {
  .sezione-natural-beauty .due-quinti ul li,
  .sezione-giulia .due-quinti ul li,
  .sezione-intro-trattamenti .due-quinti ul li {
    font-size: 22px;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .sezione-natural-beauty .due-quinti ul li,
  .sezione-giulia .due-quinti ul li,
  .sezione-intro-trattamenti .due-quinti ul li {
    font-size: 20px;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-natural-beauty .due-quinti ul li,
  .sezione-giulia .due-quinti ul li,
  .sezione-intro-trattamenti .due-quinti ul li {
    line-height: 1.5;
    font-size: 18px;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-natural-beauty .due-quinti ul li,
  .sezione-giulia .due-quinti ul li,
  .sezione-intro-trattamenti .due-quinti ul li {
    line-height: 1.5;
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .sezione-natural-beauty .due-quinti ul li,
  .sezione-giulia .due-quinti ul li,
  .sezione-intro-trattamenti .due-quinti ul li {
    line-height: 1.5;
    font-size: 24px;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .sezione-natural-beauty .due-quinti ul li,
  .sezione-giulia .due-quinti ul li,
  .sezione-intro-trattamenti .due-quinti ul li {
    font-size: 20px;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-natural-beauty .due-quinti ul li,
  .sezione-giulia .due-quinti ul li,
  .sezione-intro-trattamenti .due-quinti ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .sezione-natural-beauty .due-quinti ul li,
  .sezione-giulia .due-quinti ul li,
  .sezione-intro-trattamenti .due-quinti ul li {
    font-size: 18px;
  }
}
.sezione-natural-beauty .due-quinti ul li::before,
.sezione-giulia .due-quinti ul li::before,
.sezione-intro-trattamenti .due-quinti ul li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #1d1d1b;
  border-radius: 100%;
  margin-right: 20px;
}
@media screen and (max-width: 480px) {
  .sezione-natural-beauty .due-quinti ul li::before,
  .sezione-giulia .due-quinti ul li::before,
  .sezione-intro-trattamenti .due-quinti ul li::before {
    width: 4px;
    height: 4px;
  }
}
.sezione-natural-beauty .due-quinti ul li::after,
.sezione-giulia .due-quinti ul li::after,
.sezione-intro-trattamenti .due-quinti ul li::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: transparent;
  border: 1px solid #1d1d1b;
  border-radius: 100%;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  .sezione-natural-beauty .due-quinti ul li::after,
  .sezione-giulia .due-quinti ul li::after,
  .sezione-intro-trattamenti .due-quinti ul li::after {
    left: -7px;
    width: 18px;
    height: 18px;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-natural-beauty .due-quinti,
  .sezione-giulia .due-quinti,
  .sezione-intro-trattamenti .due-quinti {
    flex-basis: 35%;
    width: 35%;
    padding-right: 5vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-natural-beauty .due-quinti,
  .sezione-giulia .due-quinti,
  .sezione-intro-trattamenti .due-quinti {
    flex-basis: 45%;
    width: 45%;
    padding-right: 10vw;
  }
}
@media screen and (max-width: 480px) {
  .sezione-natural-beauty .due-quinti,
  .sezione-giulia .due-quinti,
  .sezione-intro-trattamenti .due-quinti {
    flex-basis: 100%;
    width: 100%;
    order: 1;
    padding-left: 10vw;
    padding-right: 10vw;
  }
}
.sezione-natural-beauty .due-quinti h2,
.sezione-giulia .due-quinti h2,
.sezione-intro-trattamenti .due-quinti h2 {
  font-family: "Noto Serif Display", serif;
  font-weight: 500;
  font-style: normal;
  color: #1d1d1b;
  line-height: 1;
  font-size: 2.5vw;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 60px;
  position: relative;
  display: flex;
  flex-direction: column;
  width: fit-content;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-natural-beauty .due-quinti h2,
  .sezione-giulia .due-quinti h2,
  .sezione-intro-trattamenti .due-quinti h2 {
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-natural-beauty .due-quinti h2,
  .sezione-giulia .due-quinti h2,
  .sezione-intro-trattamenti .due-quinti h2 {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 480px) {
  .sezione-natural-beauty .due-quinti h2,
  .sezione-giulia .due-quinti h2,
  .sezione-intro-trattamenti .due-quinti h2 {
    font-size: 8vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.sezione-natural-beauty .due-quinti h2::before,
.sezione-giulia .due-quinti h2::before,
.sezione-intro-trattamenti .due-quinti h2::before {
  content: "";
  display: inline-block;
  width: 10vw;
  height: 1px;
  background: #1d1d1b;
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .sezione-natural-beauty .due-quinti h2::before,
  .sezione-giulia .due-quinti h2::before,
  .sezione-intro-trattamenti .due-quinti h2::before {
    margin-bottom: 20px;
    width: 30vw;
  }
}
.sezione-natural-beauty .due-quinti h2::after,
.sezione-giulia .due-quinti h2::after,
.sezione-intro-trattamenti .due-quinti h2::after {
  content: "";
  display: inline-block;
  width: 10vw;
  height: 1px;
  background: #1d1d1b;
  margin: 50px 0 0 auto;
}
@media screen and (max-width: 480px) {
  .sezione-natural-beauty .due-quinti h2::after,
  .sezione-giulia .due-quinti h2::after,
  .sezione-intro-trattamenti .due-quinti h2::after {
    margin: 20px 0 0 auto;
    width: 30vw;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-natural-beauty .due-quinti h2 br,
  .sezione-giulia .due-quinti h2 br,
  .sezione-intro-trattamenti .due-quinti h2 br {
    display: none;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-natural-beauty .due-quinti h2 br,
  .sezione-giulia .due-quinti h2 br,
  .sezione-intro-trattamenti .due-quinti h2 br {
    display: none;
  }
}
.sezione-natural-beauty .due-quinti h3,
.sezione-giulia .due-quinti h3,
.sezione-intro-trattamenti .due-quinti h3 {
  font-family: "sweet-sans-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  color: #1d1d1b;
  line-height: 2;
  font-size: 25px;
}
@media screen and (min-device-width: 1440px) and (max-device-width: 1792px), screen and (min-width: 1440px) and (max-width: 1792px) {
  .sezione-natural-beauty .due-quinti h3,
  .sezione-giulia .due-quinti h3,
  .sezione-intro-trattamenti .due-quinti h3 {
    font-size: 22px;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .sezione-natural-beauty .due-quinti h3,
  .sezione-giulia .due-quinti h3,
  .sezione-intro-trattamenti .due-quinti h3 {
    font-size: 20px;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-natural-beauty .due-quinti h3,
  .sezione-giulia .due-quinti h3,
  .sezione-intro-trattamenti .due-quinti h3 {
    line-height: 1.5;
    font-size: 18px;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-natural-beauty .due-quinti h3,
  .sezione-giulia .due-quinti h3,
  .sezione-intro-trattamenti .due-quinti h3 {
    line-height: 1.5;
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .sezione-natural-beauty .due-quinti h3,
  .sezione-giulia .due-quinti h3,
  .sezione-intro-trattamenti .due-quinti h3 {
    line-height: 1.5;
    font-size: 24px;
  }
}
@media screen and (min-device-width: 1440px) and (max-device-width: 1792px), screen and (min-width: 1440px) and (max-width: 1792px) {
  .sezione-natural-beauty .due-quinti h3,
  .sezione-giulia .due-quinti h3,
  .sezione-intro-trattamenti .due-quinti h3 {
    max-width: 90%;
  }
}
@media screen and (min-device-width: 1440px) and (max-device-width: 1792px), screen and (min-width: 1440px) and (max-width: 1792px) {
  .sezione-natural-beauty .due-quinti h3 br,
  .sezione-giulia .due-quinti h3 br,
  .sezione-intro-trattamenti .due-quinti h3 br {
    display: none;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .sezione-natural-beauty .due-quinti h3 br,
  .sezione-giulia .due-quinti h3 br,
  .sezione-intro-trattamenti .due-quinti h3 br {
    display: none;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-natural-beauty .due-quinti h3 br,
  .sezione-giulia .due-quinti h3 br,
  .sezione-intro-trattamenti .due-quinti h3 br {
    display: none;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-natural-beauty .due-quinti h3 br,
  .sezione-giulia .due-quinti h3 br,
  .sezione-intro-trattamenti .due-quinti h3 br {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .sezione-natural-beauty .due-quinti h3 br,
  .sezione-giulia .due-quinti h3 br,
  .sezione-intro-trattamenti .due-quinti h3 br {
    display: none;
  }
}
.sezione-natural-beauty .due-quinti p,
.sezione-giulia .due-quinti p,
.sezione-intro-trattamenti .due-quinti p {
  max-width: 70%;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-natural-beauty .due-quinti p,
  .sezione-giulia .due-quinti p,
  .sezione-intro-trattamenti .due-quinti p {
    max-width: 100%;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-natural-beauty .due-quinti p,
  .sezione-giulia .due-quinti p,
  .sezione-intro-trattamenti .due-quinti p {
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .sezione-natural-beauty .due-quinti p,
  .sezione-giulia .due-quinti p,
  .sezione-intro-trattamenti .due-quinti p {
    max-width: 100%;
  }
}
.sezione-natural-beauty .tre-quinti,
.sezione-giulia .tre-quinti,
.sezione-intro-trattamenti .tre-quinti {
  justify-content: space-between;
  flex-basis: 65%;
  width: 65%;
  border-top: 1px solid #1d1d1b;
  border-right: 1px solid #1d1d1b;
  border-bottom: 1px solid #1d1d1b;
  padding: 5vw 5vw 5vw 0;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-natural-beauty .tre-quinti,
  .sezione-giulia .tre-quinti,
  .sezione-intro-trattamenti .tre-quinti {
    flex-basis: 60%;
    width: 60%;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-natural-beauty .tre-quinti,
  .sezione-giulia .tre-quinti,
  .sezione-intro-trattamenti .tre-quinti {
    flex-basis: 50%;
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .sezione-natural-beauty .tre-quinti,
  .sezione-giulia .tre-quinti,
  .sezione-intro-trattamenti .tre-quinti {
    flex-basis: 100%;
    width: 100%;
    order: 2;
    border: 0;
    padding: 0;
  }
}
.sezione-natural-beauty .tre-quinti img,
.sezione-giulia .tre-quinti img,
.sezione-intro-trattamenti .tre-quinti img {
  object-fit: cover;
  align-items: center;
}
.sezione-natural-beauty .tre-quinti img:nth-child(1),
.sezione-giulia .tre-quinti img:nth-child(1),
.sezione-intro-trattamenti .tre-quinti img:nth-child(1) {
  flex-basis: 35%;
  width: 35%;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-natural-beauty .tre-quinti img:nth-child(1),
  .sezione-giulia .tre-quinti img:nth-child(1),
  .sezione-intro-trattamenti .tre-quinti img:nth-child(1) {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .sezione-natural-beauty .tre-quinti img:nth-child(1),
  .sezione-giulia .tre-quinti img:nth-child(1),
  .sezione-intro-trattamenti .tre-quinti img:nth-child(1) {
    display: none;
  }
}
.sezione-natural-beauty .tre-quinti img:nth-child(2),
.sezione-giulia .tre-quinti img:nth-child(2),
.sezione-intro-trattamenti .tre-quinti img:nth-child(2) {
  flex-basis: 64%;
  width: 64%;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-natural-beauty .tre-quinti img:nth-child(2),
  .sezione-giulia .tre-quinti img:nth-child(2),
  .sezione-intro-trattamenti .tre-quinti img:nth-child(2) {
    width: 100%;
    flex-basis: 100%;
  }
}
@media screen and (max-width: 480px) {
  .sezione-natural-beauty .tre-quinti img:nth-child(2),
  .sezione-giulia .tre-quinti img:nth-child(2),
  .sezione-intro-trattamenti .tre-quinti img:nth-child(2) {
    width: 100%;
    flex-basis: 100%;
  }
}

@media screen and (max-width: 480px) {
  .sezione-natural-beauty .tre-quinti,
  .sezione-giulia .tre-quinti {
    border: 0;
    padding-right: 0;
    padding-top: 10vh;
  }
}
@media screen and (max-width: 480px) {
  .sezione-natural-beauty .tre-quinti img:nth-child(1),
  .sezione-giulia .tre-quinti img:nth-child(1) {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .sezione-natural-beauty .tre-quinti img:nth-child(2),
  .sezione-giulia .tre-quinti img:nth-child(2) {
    flex-basis: 100%;
    width: 100%;
  }
}

/* CALL TO ACTION */
.sezione-call-action {
  padding-top: 0;
  padding-bottom: 20vh;
}
.sezione-call-action hr.separatore-verticale {
  margin: 0 auto;
  height: 25vh;
}
.sezione-call-action h3 {
  font-family: "Noto Serif Display", serif;
  color: #1d1d1b;
  font-size: 3.5vw;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .sezione-call-action h3 {
    font-size: 8.5vw;
  }
}
.sezione-call-action h3 span,
.sezione-call-action h3 a {
  text-transform: uppercase;
  font-size: 4.5vw;
}
@media screen and (max-width: 480px) {
  .sezione-call-action h3 span,
  .sezione-call-action h3 a {
    font-size: 6.5vw;
  }
}
.sezione-call-action .contenitore-bottoni {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: fit-content;
  gap: 0 50px;
}
@media screen and (max-width: 480px) {
  .sezione-call-action .contenitore-bottoni {
    justify-content: center;
  }
}
.sezione-call-action .contenitore-bottoni .bottone-animato {
  position: relative;
  padding: 0 0 0 10px;
  display: flex;
  flex-direction: row;
  width: fit-content;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .sezione-call-action .contenitore-bottoni .bottone-animato {
    width: 80vw;
    justify-content: space-between;
  }
}
.sezione-call-action .contenitore-bottoni .bottone-animato::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 100%;
  background: #000;
  height: auto;
  aspect-ratio: 1;
  margin-left: 40px;
}
@media not all and (min-resolution: 0.001dpcm) {
  .sezione-call-action .contenitore-bottoni .bottone-animato::after {
    padding-top: 22%;
  }
}
.sezione-call-action .contenitore-bottoni .bottone-animato.link-wa::after {
  background: url("/wp-content/themes/giuliacampolo/svg/ico-wa.svg") #000;
  background-size: 31px;
  background-repeat: no-repeat;
  background-position: center;
}
.sezione-call-action .contenitore-bottoni .bottone-animato.link-form::after {
  background: url("/wp-content/themes/giuliacampolo/svg/ico-scrivi.svg") #000;
  background-size: 31px;
  background-repeat: no-repeat;
  background-position: center;
}

/* ACADEMY */
.sezione-academy,
.sezione-team,
.sezione-trattamenti,
.sezione-location,
.sezione-form-contatti {
  padding-top: 10vh;
  padding-bottom: 10vh;
  width: 90vw;
  margin: 0 0 0 auto;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .sezione-academy,
  .sezione-team,
  .sezione-trattamenti,
  .sezione-location,
  .sezione-form-contatti {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }
}
@media screen and (max-width: 480px) {
  .sezione-academy,
  .sezione-team,
  .sezione-trattamenti,
  .sezione-location,
  .sezione-form-contatti {
    width: 100vw;
  }
}
.sezione-academy .due-quinti,
.sezione-team .due-quinti,
.sezione-trattamenti .due-quinti,
.sezione-location .due-quinti,
.sezione-form-contatti .due-quinti {
  position: sticky;
  top: 140px;
  align-self: flex-start;
  flex-basis: 30%;
  width: 30%;
}
.sezione-academy .due-quinti ul,
.sezione-team .due-quinti ul,
.sezione-trattamenti .due-quinti ul,
.sezione-location .due-quinti ul,
.sezione-form-contatti .due-quinti ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sezione-academy .due-quinti ul li,
.sezione-team .due-quinti ul li,
.sezione-trattamenti .due-quinti ul li,
.sezione-location .due-quinti ul li,
.sezione-form-contatti .due-quinti ul li {
  font-family: "sweet-sans-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  color: #1d1d1b;
  line-height: 2;
  font-size: 25px;
  line-height: 1;
  padding: 10px 0;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (min-device-width: 1440px) and (max-device-width: 1792px), screen and (min-width: 1440px) and (max-width: 1792px) {
  .sezione-academy .due-quinti ul li,
  .sezione-team .due-quinti ul li,
  .sezione-trattamenti .due-quinti ul li,
  .sezione-location .due-quinti ul li,
  .sezione-form-contatti .due-quinti ul li {
    font-size: 22px;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .sezione-academy .due-quinti ul li,
  .sezione-team .due-quinti ul li,
  .sezione-trattamenti .due-quinti ul li,
  .sezione-location .due-quinti ul li,
  .sezione-form-contatti .due-quinti ul li {
    font-size: 20px;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-academy .due-quinti ul li,
  .sezione-team .due-quinti ul li,
  .sezione-trattamenti .due-quinti ul li,
  .sezione-location .due-quinti ul li,
  .sezione-form-contatti .due-quinti ul li {
    line-height: 1.5;
    font-size: 18px;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-academy .due-quinti ul li,
  .sezione-team .due-quinti ul li,
  .sezione-trattamenti .due-quinti ul li,
  .sezione-location .due-quinti ul li,
  .sezione-form-contatti .due-quinti ul li {
    line-height: 1.5;
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .sezione-academy .due-quinti ul li,
  .sezione-team .due-quinti ul li,
  .sezione-trattamenti .due-quinti ul li,
  .sezione-location .due-quinti ul li,
  .sezione-form-contatti .due-quinti ul li {
    line-height: 1.5;
    font-size: 24px;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .sezione-academy .due-quinti ul li,
  .sezione-team .due-quinti ul li,
  .sezione-trattamenti .due-quinti ul li,
  .sezione-location .due-quinti ul li,
  .sezione-form-contatti .due-quinti ul li {
    font-size: 20px;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-academy .due-quinti ul li,
  .sezione-team .due-quinti ul li,
  .sezione-trattamenti .due-quinti ul li,
  .sezione-location .due-quinti ul li,
  .sezione-form-contatti .due-quinti ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .sezione-academy .due-quinti ul li,
  .sezione-team .due-quinti ul li,
  .sezione-trattamenti .due-quinti ul li,
  .sezione-location .due-quinti ul li,
  .sezione-form-contatti .due-quinti ul li {
    font-size: 18px;
  }
}
.sezione-academy .due-quinti ul li::before,
.sezione-team .due-quinti ul li::before,
.sezione-trattamenti .due-quinti ul li::before,
.sezione-location .due-quinti ul li::before,
.sezione-form-contatti .due-quinti ul li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #1d1d1b;
  border-radius: 100%;
  margin-right: 20px;
}
@media screen and (max-width: 480px) {
  .sezione-academy .due-quinti ul li::before,
  .sezione-team .due-quinti ul li::before,
  .sezione-trattamenti .due-quinti ul li::before,
  .sezione-location .due-quinti ul li::before,
  .sezione-form-contatti .due-quinti ul li::before {
    width: 4px;
    height: 4px;
  }
}
.sezione-academy .due-quinti ul li::after,
.sezione-team .due-quinti ul li::after,
.sezione-trattamenti .due-quinti ul li::after,
.sezione-location .due-quinti ul li::after,
.sezione-form-contatti .due-quinti ul li::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: transparent;
  border: 1px solid #1d1d1b;
  border-radius: 100%;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  .sezione-academy .due-quinti ul li::after,
  .sezione-team .due-quinti ul li::after,
  .sezione-trattamenti .due-quinti ul li::after,
  .sezione-location .due-quinti ul li::after,
  .sezione-form-contatti .due-quinti ul li::after {
    left: -7px;
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 480px) {
  .sezione-academy .due-quinti,
  .sezione-team .due-quinti,
  .sezione-trattamenti .due-quinti,
  .sezione-location .due-quinti,
  .sezione-form-contatti .due-quinti {
    flex-basis: 100%;
    width: 100%;
    padding-left: 10vw;
    padding-right: 10vw;
  }
}
.sezione-academy .due-quinti h2,
.sezione-team .due-quinti h2,
.sezione-trattamenti .due-quinti h2,
.sezione-location .due-quinti h2,
.sezione-form-contatti .due-quinti h2 {
  font-family: "Noto Serif Display", serif;
  font-weight: 500;
  font-style: normal;
  color: #1d1d1b;
  line-height: 1;
  font-size: 2.5vw;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 60px;
  position: relative;
  display: flex;
  flex-direction: column;
  width: fit-content;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-academy .due-quinti h2,
  .sezione-team .due-quinti h2,
  .sezione-trattamenti .due-quinti h2,
  .sezione-location .due-quinti h2,
  .sezione-form-contatti .due-quinti h2 {
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-academy .due-quinti h2,
  .sezione-team .due-quinti h2,
  .sezione-trattamenti .due-quinti h2,
  .sezione-location .due-quinti h2,
  .sezione-form-contatti .due-quinti h2 {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 480px) {
  .sezione-academy .due-quinti h2,
  .sezione-team .due-quinti h2,
  .sezione-trattamenti .due-quinti h2,
  .sezione-location .due-quinti h2,
  .sezione-form-contatti .due-quinti h2 {
    font-size: 8vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.sezione-academy .due-quinti h2::before,
.sezione-team .due-quinti h2::before,
.sezione-trattamenti .due-quinti h2::before,
.sezione-location .due-quinti h2::before,
.sezione-form-contatti .due-quinti h2::before {
  content: "";
  display: inline-block;
  width: 10vw;
  height: 1px;
  background: #1d1d1b;
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .sezione-academy .due-quinti h2::before,
  .sezione-team .due-quinti h2::before,
  .sezione-trattamenti .due-quinti h2::before,
  .sezione-location .due-quinti h2::before,
  .sezione-form-contatti .due-quinti h2::before {
    margin-bottom: 20px;
    width: 30vw;
  }
}
.sezione-academy .due-quinti h2::after,
.sezione-team .due-quinti h2::after,
.sezione-trattamenti .due-quinti h2::after,
.sezione-location .due-quinti h2::after,
.sezione-form-contatti .due-quinti h2::after {
  content: "";
  display: inline-block;
  width: 10vw;
  height: 1px;
  background: #1d1d1b;
  margin: 50px 0 0 auto;
}
@media screen and (max-width: 480px) {
  .sezione-academy .due-quinti h2::after,
  .sezione-team .due-quinti h2::after,
  .sezione-trattamenti .due-quinti h2::after,
  .sezione-location .due-quinti h2::after,
  .sezione-form-contatti .due-quinti h2::after {
    margin: 20px 0 0 auto;
    width: 30vw;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-academy .due-quinti h2 br,
  .sezione-team .due-quinti h2 br,
  .sezione-trattamenti .due-quinti h2 br,
  .sezione-location .due-quinti h2 br,
  .sezione-form-contatti .due-quinti h2 br {
    display: none;
  }
}
.sezione-academy .due-quinti h3,
.sezione-team .due-quinti h3,
.sezione-trattamenti .due-quinti h3,
.sezione-location .due-quinti h3,
.sezione-form-contatti .due-quinti h3 {
  font-family: "sweet-sans-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  color: #1d1d1b;
  line-height: 2;
  font-size: 25px;
}
@media screen and (min-device-width: 1440px) and (max-device-width: 1792px), screen and (min-width: 1440px) and (max-width: 1792px) {
  .sezione-academy .due-quinti h3,
  .sezione-team .due-quinti h3,
  .sezione-trattamenti .due-quinti h3,
  .sezione-location .due-quinti h3,
  .sezione-form-contatti .due-quinti h3 {
    font-size: 22px;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .sezione-academy .due-quinti h3,
  .sezione-team .due-quinti h3,
  .sezione-trattamenti .due-quinti h3,
  .sezione-location .due-quinti h3,
  .sezione-form-contatti .due-quinti h3 {
    font-size: 20px;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-academy .due-quinti h3,
  .sezione-team .due-quinti h3,
  .sezione-trattamenti .due-quinti h3,
  .sezione-location .due-quinti h3,
  .sezione-form-contatti .due-quinti h3 {
    line-height: 1.5;
    font-size: 18px;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-academy .due-quinti h3,
  .sezione-team .due-quinti h3,
  .sezione-trattamenti .due-quinti h3,
  .sezione-location .due-quinti h3,
  .sezione-form-contatti .due-quinti h3 {
    line-height: 1.5;
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .sezione-academy .due-quinti h3,
  .sezione-team .due-quinti h3,
  .sezione-trattamenti .due-quinti h3,
  .sezione-location .due-quinti h3,
  .sezione-form-contatti .due-quinti h3 {
    line-height: 1.5;
    font-size: 24px;
  }
}
@media screen and (min-device-width: 1440px) and (max-device-width: 1792px), screen and (min-width: 1440px) and (max-width: 1792px) {
  .sezione-academy .due-quinti h3 br,
  .sezione-team .due-quinti h3 br,
  .sezione-trattamenti .due-quinti h3 br,
  .sezione-location .due-quinti h3 br,
  .sezione-form-contatti .due-quinti h3 br {
    display: none;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .sezione-academy .due-quinti h3 br,
  .sezione-team .due-quinti h3 br,
  .sezione-trattamenti .due-quinti h3 br,
  .sezione-location .due-quinti h3 br,
  .sezione-form-contatti .due-quinti h3 br {
    display: none;
  }
}
.sezione-academy .due-quinti p,
.sezione-team .due-quinti p,
.sezione-trattamenti .due-quinti p,
.sezione-location .due-quinti p,
.sezione-form-contatti .due-quinti p {
  max-width: 70%;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-academy .due-quinti p,
  .sezione-team .due-quinti p,
  .sezione-trattamenti .due-quinti p,
  .sezione-location .due-quinti p,
  .sezione-form-contatti .due-quinti p {
    max-width: 100%;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-academy .due-quinti p,
  .sezione-team .due-quinti p,
  .sezione-trattamenti .due-quinti p,
  .sezione-location .due-quinti p,
  .sezione-form-contatti .due-quinti p {
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .sezione-academy .due-quinti p,
  .sezione-team .due-quinti p,
  .sezione-trattamenti .due-quinti p,
  .sezione-location .due-quinti p,
  .sezione-form-contatti .due-quinti p {
    max-width: 100%;
  }
}
.sezione-academy .tre-quinti,
.sezione-team .tre-quinti,
.sezione-trattamenti .tre-quinti,
.sezione-location .tre-quinti,
.sezione-form-contatti .tre-quinti {
  flex-basis: 64%;
  width: 64%;
}
@media screen and (max-width: 480px) {
  .sezione-academy .tre-quinti,
  .sezione-team .tre-quinti,
  .sezione-trattamenti .tre-quinti,
  .sezione-location .tre-quinti,
  .sezione-form-contatti .tre-quinti {
    flex-basis: 100%;
    width: 100%;
  }
}
.sezione-academy .tre-quinti .riga-corso,
.sezione-team .tre-quinti .riga-corso,
.sezione-trattamenti .tre-quinti .riga-corso,
.sezione-location .tre-quinti .riga-corso,
.sezione-form-contatti .tre-quinti .riga-corso {
  border-top: 1px solid #1d1d1b;
}
@media screen and (max-width: 480px) {
  .sezione-academy .tre-quinti .riga-corso,
  .sezione-team .tre-quinti .riga-corso,
  .sezione-trattamenti .tre-quinti .riga-corso,
  .sezione-location .tre-quinti .riga-corso,
  .sezione-form-contatti .tre-quinti .riga-corso {
    padding-top: 50px;
    margin-top: 80px;
  }
}
.sezione-academy .tre-quinti .riga-corso:nth-of-type(odd) .col-foto,
.sezione-team .tre-quinti .riga-corso:nth-of-type(odd) .col-foto,
.sezione-trattamenti .tre-quinti .riga-corso:nth-of-type(odd) .col-foto,
.sezione-location .tre-quinti .riga-corso:nth-of-type(odd) .col-foto,
.sezione-form-contatti .tre-quinti .riga-corso:nth-of-type(odd) .col-foto {
  order: 1;
}
.sezione-academy .tre-quinti .riga-corso:nth-of-type(odd) .col-testo,
.sezione-team .tre-quinti .riga-corso:nth-of-type(odd) .col-testo,
.sezione-trattamenti .tre-quinti .riga-corso:nth-of-type(odd) .col-testo,
.sezione-location .tre-quinti .riga-corso:nth-of-type(odd) .col-testo,
.sezione-form-contatti .tre-quinti .riga-corso:nth-of-type(odd) .col-testo {
  order: 2;
}
.sezione-academy .tre-quinti .riga-corso:nth-of-type(even) .col-foto,
.sezione-team .tre-quinti .riga-corso:nth-of-type(even) .col-foto,
.sezione-trattamenti .tre-quinti .riga-corso:nth-of-type(even) .col-foto,
.sezione-location .tre-quinti .riga-corso:nth-of-type(even) .col-foto,
.sezione-form-contatti .tre-quinti .riga-corso:nth-of-type(even) .col-foto {
  order: 2;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-academy .tre-quinti .riga-corso:nth-of-type(even) .col-foto,
  .sezione-team .tre-quinti .riga-corso:nth-of-type(even) .col-foto,
  .sezione-trattamenti .tre-quinti .riga-corso:nth-of-type(even) .col-foto,
  .sezione-location .tre-quinti .riga-corso:nth-of-type(even) .col-foto,
  .sezione-form-contatti .tre-quinti .riga-corso:nth-of-type(even) .col-foto {
    order: 1;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-academy .tre-quinti .riga-corso:nth-of-type(even) .col-foto,
  .sezione-team .tre-quinti .riga-corso:nth-of-type(even) .col-foto,
  .sezione-trattamenti .tre-quinti .riga-corso:nth-of-type(even) .col-foto,
  .sezione-location .tre-quinti .riga-corso:nth-of-type(even) .col-foto,
  .sezione-form-contatti .tre-quinti .riga-corso:nth-of-type(even) .col-foto {
    order: 1;
  }
}
@media screen and (max-width: 480px) {
  .sezione-academy .tre-quinti .riga-corso:nth-of-type(even) .col-foto,
  .sezione-team .tre-quinti .riga-corso:nth-of-type(even) .col-foto,
  .sezione-trattamenti .tre-quinti .riga-corso:nth-of-type(even) .col-foto,
  .sezione-location .tre-quinti .riga-corso:nth-of-type(even) .col-foto,
  .sezione-form-contatti .tre-quinti .riga-corso:nth-of-type(even) .col-foto {
    order: 1;
  }
}
.sezione-academy .tre-quinti .riga-corso:nth-of-type(even) .col-testo,
.sezione-team .tre-quinti .riga-corso:nth-of-type(even) .col-testo,
.sezione-trattamenti .tre-quinti .riga-corso:nth-of-type(even) .col-testo,
.sezione-location .tre-quinti .riga-corso:nth-of-type(even) .col-testo,
.sezione-form-contatti .tre-quinti .riga-corso:nth-of-type(even) .col-testo {
  order: 1;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-academy .tre-quinti .riga-corso:nth-of-type(even) .col-testo,
  .sezione-team .tre-quinti .riga-corso:nth-of-type(even) .col-testo,
  .sezione-trattamenti .tre-quinti .riga-corso:nth-of-type(even) .col-testo,
  .sezione-location .tre-quinti .riga-corso:nth-of-type(even) .col-testo,
  .sezione-form-contatti .tre-quinti .riga-corso:nth-of-type(even) .col-testo {
    order: 2;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-academy .tre-quinti .riga-corso:nth-of-type(even) .col-testo,
  .sezione-team .tre-quinti .riga-corso:nth-of-type(even) .col-testo,
  .sezione-trattamenti .tre-quinti .riga-corso:nth-of-type(even) .col-testo,
  .sezione-location .tre-quinti .riga-corso:nth-of-type(even) .col-testo,
  .sezione-form-contatti .tre-quinti .riga-corso:nth-of-type(even) .col-testo {
    order: 2;
  }
}
@media screen and (max-width: 480px) {
  .sezione-academy .tre-quinti .riga-corso:nth-of-type(even) .col-testo,
  .sezione-team .tre-quinti .riga-corso:nth-of-type(even) .col-testo,
  .sezione-trattamenti .tre-quinti .riga-corso:nth-of-type(even) .col-testo,
  .sezione-location .tre-quinti .riga-corso:nth-of-type(even) .col-testo,
  .sezione-form-contatti .tre-quinti .riga-corso:nth-of-type(even) .col-testo {
    order: 2;
  }
}
.sezione-academy .tre-quinti .riga-corso:last-of-type,
.sezione-team .tre-quinti .riga-corso:last-of-type,
.sezione-trattamenti .tre-quinti .riga-corso:last-of-type,
.sezione-location .tre-quinti .riga-corso:last-of-type,
.sezione-form-contatti .tre-quinti .riga-corso:last-of-type {
  border-bottom: 1px solid #1d1d1b;
}
@media screen and (max-width: 480px) {
  .sezione-academy .tre-quinti .riga-corso:last-of-type,
  .sezione-team .tre-quinti .riga-corso:last-of-type,
  .sezione-trattamenti .tre-quinti .riga-corso:last-of-type,
  .sezione-location .tre-quinti .riga-corso:last-of-type,
  .sezione-form-contatti .tre-quinti .riga-corso:last-of-type {
    border-bottom: 0;
  }
}
.sezione-academy .tre-quinti .riga-corso h3,
.sezione-team .tre-quinti .riga-corso h3,
.sezione-trattamenti .tre-quinti .riga-corso h3,
.sezione-location .tre-quinti .riga-corso h3,
.sezione-form-contatti .tre-quinti .riga-corso h3 {
  font-family: "Noto Serif Display", serif;
  font-weight: 500;
  font-style: normal;
  color: #1d1d1b;
  line-height: 1;
  font-size: 30px;
  margin-top: 0;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-academy .tre-quinti .riga-corso h3,
  .sezione-team .tre-quinti .riga-corso h3,
  .sezione-trattamenti .tre-quinti .riga-corso h3,
  .sezione-location .tre-quinti .riga-corso h3,
  .sezione-form-contatti .tre-quinti .riga-corso h3 {
    display: none;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-academy .tre-quinti .riga-corso h3,
  .sezione-team .tre-quinti .riga-corso h3,
  .sezione-trattamenti .tre-quinti .riga-corso h3,
  .sezione-location .tre-quinti .riga-corso h3,
  .sezione-form-contatti .tre-quinti .riga-corso h3 {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .sezione-academy .tre-quinti .riga-corso h3,
  .sezione-team .tre-quinti .riga-corso h3,
  .sezione-trattamenti .tre-quinti .riga-corso h3,
  .sezione-location .tre-quinti .riga-corso h3,
  .sezione-form-contatti .tre-quinti .riga-corso h3 {
    display: none;
  }
}
.sezione-academy .tre-quinti .riga-corso .col-foto,
.sezione-academy .tre-quinti .riga-corso .col-testo,
.sezione-team .tre-quinti .riga-corso .col-foto,
.sezione-team .tre-quinti .riga-corso .col-testo,
.sezione-trattamenti .tre-quinti .riga-corso .col-foto,
.sezione-trattamenti .tre-quinti .riga-corso .col-testo,
.sezione-location .tre-quinti .riga-corso .col-foto,
.sezione-location .tre-quinti .riga-corso .col-testo,
.sezione-form-contatti .tre-quinti .riga-corso .col-foto,
.sezione-form-contatti .tre-quinti .riga-corso .col-testo {
  flex-basis: 50%;
  width: 50%;
  padding: 70px 50px;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-academy .tre-quinti .riga-corso .col-foto,
  .sezione-academy .tre-quinti .riga-corso .col-testo,
  .sezione-team .tre-quinti .riga-corso .col-foto,
  .sezione-team .tre-quinti .riga-corso .col-testo,
  .sezione-trattamenti .tre-quinti .riga-corso .col-foto,
  .sezione-trattamenti .tre-quinti .riga-corso .col-testo,
  .sezione-location .tre-quinti .riga-corso .col-foto,
  .sezione-location .tre-quinti .riga-corso .col-testo,
  .sezione-form-contatti .tre-quinti .riga-corso .col-foto,
  .sezione-form-contatti .tre-quinti .riga-corso .col-testo {
    flex-basis: 100%;
    width: 100%;
    padding: 40px;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-academy .tre-quinti .riga-corso .col-foto,
  .sezione-academy .tre-quinti .riga-corso .col-testo,
  .sezione-team .tre-quinti .riga-corso .col-foto,
  .sezione-team .tre-quinti .riga-corso .col-testo,
  .sezione-trattamenti .tre-quinti .riga-corso .col-foto,
  .sezione-trattamenti .tre-quinti .riga-corso .col-testo,
  .sezione-location .tre-quinti .riga-corso .col-foto,
  .sezione-location .tre-quinti .riga-corso .col-testo,
  .sezione-form-contatti .tre-quinti .riga-corso .col-foto,
  .sezione-form-contatti .tre-quinti .riga-corso .col-testo {
    flex-basis: 100%;
    width: 100%;
    padding: 40px;
  }
}
@media screen and (max-width: 480px) {
  .sezione-academy .tre-quinti .riga-corso .col-foto,
  .sezione-academy .tre-quinti .riga-corso .col-testo,
  .sezione-team .tre-quinti .riga-corso .col-foto,
  .sezione-team .tre-quinti .riga-corso .col-testo,
  .sezione-trattamenti .tre-quinti .riga-corso .col-foto,
  .sezione-trattamenti .tre-quinti .riga-corso .col-testo,
  .sezione-location .tre-quinti .riga-corso .col-foto,
  .sezione-location .tre-quinti .riga-corso .col-testo,
  .sezione-form-contatti .tre-quinti .riga-corso .col-foto,
  .sezione-form-contatti .tre-quinti .riga-corso .col-testo {
    flex-basis: 100%;
    width: 100%;
    padding: 0;
  }
}
.sezione-academy .tre-quinti .riga-corso .col-foto,
.sezione-team .tre-quinti .riga-corso .col-foto,
.sezione-trattamenti .tre-quinti .riga-corso .col-foto,
.sezione-location .tre-quinti .riga-corso .col-foto,
.sezione-form-contatti .tre-quinti .riga-corso .col-foto {
  border-left: 1px solid #1d1d1b;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-device-width: 1440px) and (max-device-width: 1792px), screen and (min-width: 1440px) and (max-width: 1792px) {
  .sezione-academy .tre-quinti .riga-corso .col-foto,
  .sezione-team .tre-quinti .riga-corso .col-foto,
  .sezione-trattamenti .tre-quinti .riga-corso .col-foto,
  .sezione-location .tre-quinti .riga-corso .col-foto,
  .sezione-form-contatti .tre-quinti .riga-corso .col-foto {
    display: flex;
    align-items: flex-start;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .sezione-academy .tre-quinti .riga-corso .col-foto,
  .sezione-team .tre-quinti .riga-corso .col-foto,
  .sezione-trattamenti .tre-quinti .riga-corso .col-foto,
  .sezione-location .tre-quinti .riga-corso .col-foto,
  .sezione-form-contatti .tre-quinti .riga-corso .col-foto {
    display: flex;
    align-items: flex-start;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-academy .tre-quinti .riga-corso .col-foto,
  .sezione-team .tre-quinti .riga-corso .col-foto,
  .sezione-trattamenti .tre-quinti .riga-corso .col-foto,
  .sezione-location .tre-quinti .riga-corso .col-foto,
  .sezione-form-contatti .tre-quinti .riga-corso .col-foto {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-academy .tre-quinti .riga-corso .col-foto,
  .sezione-team .tre-quinti .riga-corso .col-foto,
  .sezione-trattamenti .tre-quinti .riga-corso .col-foto,
  .sezione-location .tre-quinti .riga-corso .col-foto,
  .sezione-form-contatti .tre-quinti .riga-corso .col-foto {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 480px) {
  .sezione-academy .tre-quinti .riga-corso .col-foto,
  .sezione-team .tre-quinti .riga-corso .col-foto,
  .sezione-trattamenti .tre-quinti .riga-corso .col-foto,
  .sezione-location .tre-quinti .riga-corso .col-foto,
  .sezione-form-contatti .tre-quinti .riga-corso .col-foto {
    border: 0;
    flex-direction: column;
  }
}
.sezione-academy .tre-quinti .riga-corso .col-foto h3,
.sezione-team .tre-quinti .riga-corso .col-foto h3,
.sezione-trattamenti .tre-quinti .riga-corso .col-foto h3,
.sezione-location .tre-quinti .riga-corso .col-foto h3,
.sezione-form-contatti .tre-quinti .riga-corso .col-foto h3 {
  display: none;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-academy .tre-quinti .riga-corso .col-foto h3,
  .sezione-team .tre-quinti .riga-corso .col-foto h3,
  .sezione-trattamenti .tre-quinti .riga-corso .col-foto h3,
  .sezione-location .tre-quinti .riga-corso .col-foto h3,
  .sezione-form-contatti .tre-quinti .riga-corso .col-foto h3 {
    display: block;
    max-width: 90%;
    text-align: left;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-academy .tre-quinti .riga-corso .col-foto h3,
  .sezione-team .tre-quinti .riga-corso .col-foto h3,
  .sezione-trattamenti .tre-quinti .riga-corso .col-foto h3,
  .sezione-location .tre-quinti .riga-corso .col-foto h3,
  .sezione-form-contatti .tre-quinti .riga-corso .col-foto h3 {
    display: block;
    max-width: 90%;
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .sezione-academy .tre-quinti .riga-corso .col-foto h3,
  .sezione-team .tre-quinti .riga-corso .col-foto h3,
  .sezione-trattamenti .tre-quinti .riga-corso .col-foto h3,
  .sezione-location .tre-quinti .riga-corso .col-foto h3,
  .sezione-form-contatti .tre-quinti .riga-corso .col-foto h3 {
    display: block;
    max-width: 90%;
    text-align: center;
  }
}
.sezione-academy .tre-quinti .riga-corso .col-foto img,
.sezione-team .tre-quinti .riga-corso .col-foto img,
.sezione-trattamenti .tre-quinti .riga-corso .col-foto img,
.sezione-location .tre-quinti .riga-corso .col-foto img,
.sezione-form-contatti .tre-quinti .riga-corso .col-foto img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-academy .tre-quinti .riga-corso .col-foto img,
  .sezione-team .tre-quinti .riga-corso .col-foto img,
  .sezione-trattamenti .tre-quinti .riga-corso .col-foto img,
  .sezione-location .tre-quinti .riga-corso .col-foto img,
  .sezione-form-contatti .tre-quinti .riga-corso .col-foto img {
    width: 70%;
  }
}
.sezione-academy .tre-quinti .riga-corso .col-testo,
.sezione-team .tre-quinti .riga-corso .col-testo,
.sezione-trattamenti .tre-quinti .riga-corso .col-testo,
.sezione-location .tre-quinti .riga-corso .col-testo,
.sezione-form-contatti .tre-quinti .riga-corso .col-testo {
  border-left: 1px solid #1d1d1b;
}
.sezione-academy .tre-quinti .riga-corso .col-testo ul,
.sezione-team .tre-quinti .riga-corso .col-testo ul,
.sezione-trattamenti .tre-quinti .riga-corso .col-testo ul,
.sezione-location .tre-quinti .riga-corso .col-testo ul,
.sezione-form-contatti .tre-quinti .riga-corso .col-testo ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sezione-academy .tre-quinti .riga-corso .col-testo ul li,
.sezione-team .tre-quinti .riga-corso .col-testo ul li,
.sezione-trattamenti .tre-quinti .riga-corso .col-testo ul li,
.sezione-location .tre-quinti .riga-corso .col-testo ul li,
.sezione-form-contatti .tre-quinti .riga-corso .col-testo ul li {
  font-family: "sweet-sans-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  color: #1d1d1b;
  line-height: 2;
  font-size: 25px;
  line-height: 1;
  padding: 10px 0;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (min-device-width: 1440px) and (max-device-width: 1792px), screen and (min-width: 1440px) and (max-width: 1792px) {
  .sezione-academy .tre-quinti .riga-corso .col-testo ul li,
  .sezione-team .tre-quinti .riga-corso .col-testo ul li,
  .sezione-trattamenti .tre-quinti .riga-corso .col-testo ul li,
  .sezione-location .tre-quinti .riga-corso .col-testo ul li,
  .sezione-form-contatti .tre-quinti .riga-corso .col-testo ul li {
    font-size: 22px;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .sezione-academy .tre-quinti .riga-corso .col-testo ul li,
  .sezione-team .tre-quinti .riga-corso .col-testo ul li,
  .sezione-trattamenti .tre-quinti .riga-corso .col-testo ul li,
  .sezione-location .tre-quinti .riga-corso .col-testo ul li,
  .sezione-form-contatti .tre-quinti .riga-corso .col-testo ul li {
    font-size: 20px;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-academy .tre-quinti .riga-corso .col-testo ul li,
  .sezione-team .tre-quinti .riga-corso .col-testo ul li,
  .sezione-trattamenti .tre-quinti .riga-corso .col-testo ul li,
  .sezione-location .tre-quinti .riga-corso .col-testo ul li,
  .sezione-form-contatti .tre-quinti .riga-corso .col-testo ul li {
    line-height: 1.5;
    font-size: 18px;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-academy .tre-quinti .riga-corso .col-testo ul li,
  .sezione-team .tre-quinti .riga-corso .col-testo ul li,
  .sezione-trattamenti .tre-quinti .riga-corso .col-testo ul li,
  .sezione-location .tre-quinti .riga-corso .col-testo ul li,
  .sezione-form-contatti .tre-quinti .riga-corso .col-testo ul li {
    line-height: 1.5;
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .sezione-academy .tre-quinti .riga-corso .col-testo ul li,
  .sezione-team .tre-quinti .riga-corso .col-testo ul li,
  .sezione-trattamenti .tre-quinti .riga-corso .col-testo ul li,
  .sezione-location .tre-quinti .riga-corso .col-testo ul li,
  .sezione-form-contatti .tre-quinti .riga-corso .col-testo ul li {
    line-height: 1.5;
    font-size: 24px;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .sezione-academy .tre-quinti .riga-corso .col-testo ul li,
  .sezione-team .tre-quinti .riga-corso .col-testo ul li,
  .sezione-trattamenti .tre-quinti .riga-corso .col-testo ul li,
  .sezione-location .tre-quinti .riga-corso .col-testo ul li,
  .sezione-form-contatti .tre-quinti .riga-corso .col-testo ul li {
    font-size: 20px;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-academy .tre-quinti .riga-corso .col-testo ul li,
  .sezione-team .tre-quinti .riga-corso .col-testo ul li,
  .sezione-trattamenti .tre-quinti .riga-corso .col-testo ul li,
  .sezione-location .tre-quinti .riga-corso .col-testo ul li,
  .sezione-form-contatti .tre-quinti .riga-corso .col-testo ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .sezione-academy .tre-quinti .riga-corso .col-testo ul li,
  .sezione-team .tre-quinti .riga-corso .col-testo ul li,
  .sezione-trattamenti .tre-quinti .riga-corso .col-testo ul li,
  .sezione-location .tre-quinti .riga-corso .col-testo ul li,
  .sezione-form-contatti .tre-quinti .riga-corso .col-testo ul li {
    font-size: 18px;
  }
}
.sezione-academy .tre-quinti .riga-corso .col-testo ul li::before,
.sezione-team .tre-quinti .riga-corso .col-testo ul li::before,
.sezione-trattamenti .tre-quinti .riga-corso .col-testo ul li::before,
.sezione-location .tre-quinti .riga-corso .col-testo ul li::before,
.sezione-form-contatti .tre-quinti .riga-corso .col-testo ul li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #1d1d1b;
  border-radius: 100%;
  margin-right: 20px;
}
@media screen and (max-width: 480px) {
  .sezione-academy .tre-quinti .riga-corso .col-testo ul li::before,
  .sezione-team .tre-quinti .riga-corso .col-testo ul li::before,
  .sezione-trattamenti .tre-quinti .riga-corso .col-testo ul li::before,
  .sezione-location .tre-quinti .riga-corso .col-testo ul li::before,
  .sezione-form-contatti .tre-quinti .riga-corso .col-testo ul li::before {
    width: 4px;
    height: 4px;
  }
}
.sezione-academy .tre-quinti .riga-corso .col-testo ul li::after,
.sezione-team .tre-quinti .riga-corso .col-testo ul li::after,
.sezione-trattamenti .tre-quinti .riga-corso .col-testo ul li::after,
.sezione-location .tre-quinti .riga-corso .col-testo ul li::after,
.sezione-form-contatti .tre-quinti .riga-corso .col-testo ul li::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: transparent;
  border: 1px solid #1d1d1b;
  border-radius: 100%;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  .sezione-academy .tre-quinti .riga-corso .col-testo ul li::after,
  .sezione-team .tre-quinti .riga-corso .col-testo ul li::after,
  .sezione-trattamenti .tre-quinti .riga-corso .col-testo ul li::after,
  .sezione-location .tre-quinti .riga-corso .col-testo ul li::after,
  .sezione-form-contatti .tre-quinti .riga-corso .col-testo ul li::after {
    left: -7px;
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 480px) {
  .sezione-academy .tre-quinti .riga-corso .col-testo,
  .sezione-team .tre-quinti .riga-corso .col-testo,
  .sezione-trattamenti .tre-quinti .riga-corso .col-testo,
  .sezione-location .tre-quinti .riga-corso .col-testo,
  .sezione-form-contatti .tre-quinti .riga-corso .col-testo {
    border: 0;
    padding-left: 10vw;
    padding-right: 10vw;
  }
}
.sezione-academy .tre-quinti .riga-corso .col-testo ul li,
.sezione-team .tre-quinti .riga-corso .col-testo ul li,
.sezione-trattamenti .tre-quinti .riga-corso .col-testo ul li,
.sezione-location .tre-quinti .riga-corso .col-testo ul li,
.sezione-form-contatti .tre-quinti .riga-corso .col-testo ul li {
  text-transform: lowercase;
  font-size: 18px;
  padding-left: 16px;
}
.sezione-academy .tre-quinti .riga-corso .col-testo ul li::before,
.sezione-team .tre-quinti .riga-corso .col-testo ul li::before,
.sezione-trattamenti .tre-quinti .riga-corso .col-testo ul li::before,
.sezione-location .tre-quinti .riga-corso .col-testo ul li::before,
.sezione-form-contatti .tre-quinti .riga-corso .col-testo ul li::before {
  position: absolute;
  left: -5px;
  width: 6px;
  height: 6px;
  top: 18px;
}
@media screen and (max-width: 480px) {
  .sezione-academy .tre-quinti .riga-corso .col-testo ul li::before,
  .sezione-team .tre-quinti .riga-corso .col-testo ul li::before,
  .sezione-trattamenti .tre-quinti .riga-corso .col-testo ul li::before,
  .sezione-location .tre-quinti .riga-corso .col-testo ul li::before,
  .sezione-form-contatti .tre-quinti .riga-corso .col-testo ul li::before {
    width: 4px;
    height: 4px;
    top: 24px;
  }
}
.sezione-academy .tre-quinti .riga-corso .col-testo ul li::after,
.sezione-team .tre-quinti .riga-corso .col-testo ul li::after,
.sezione-trattamenti .tre-quinti .riga-corso .col-testo ul li::after,
.sezione-location .tre-quinti .riga-corso .col-testo ul li::after,
.sezione-form-contatti .tre-quinti .riga-corso .col-testo ul li::after {
  width: 16px;
  height: 16px;
  top: 21px;
  left: -10px;
}
@media screen and (max-width: 480px) {
  .sezione-academy .tre-quinti .riga-corso .col-testo ul li::after,
  .sezione-team .tre-quinti .riga-corso .col-testo ul li::after,
  .sezione-trattamenti .tre-quinti .riga-corso .col-testo ul li::after,
  .sezione-location .tre-quinti .riga-corso .col-testo ul li::after,
  .sezione-form-contatti .tre-quinti .riga-corso .col-testo ul li::after {
    width: 18px;
    height: 18px;
    top: 26px;
    left: -12px;
  }
}

@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-academy .due-quinti {
    position: relative;
    top: unset;
  }
}

/* GIULIA CAMPOLO */
.sezione-giulia {
  padding-top: 10vh;
  padding-bottom: 10vh;
}
@media screen and (max-width: 480px) {
  .sezione-giulia {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }
}
@media screen and (max-width: 480px) {
  .sezione-giulia {
    padding-bottom: 10vh;
  }
}
@media screen and (min-device-width: 1440px) and (max-device-width: 1792px), screen and (min-width: 1440px) and (max-width: 1792px) {
  .sezione-giulia h3 br {
    display: none;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .sezione-giulia h3 br {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .sezione-giulia h3 br {
    display: none;
  }
}
.sezione-giulia .bottone-animato {
  position: relative;
  padding: 0 0 0 10px;
  display: flex;
  flex-direction: row;
  width: fit-content;
  align-items: center;
}
.sezione-giulia .bottone-animato::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 100%;
  background: #000;
  height: auto;
  aspect-ratio: 1;
  margin-left: 20px;
}
@media not all and (min-resolution: 0.001dpcm) {
  .sezione-giulia .bottone-animato::after {
    padding-top: 22%;
  }
}
.sezione-giulia .bottone-animato.link-ig::after {
  background: url("/wp-content/themes/giuliacampolo/svg/ico-ig.svg") #000;
  background-size: 31px;
  background-repeat: no-repeat;
  background-position: center;
}

.sezione-team {
  background: #f9ede2;
  width: 100%;
  padding-left: 10vw;
  margin-top: 10vh;
  margin-bottom: 20vh;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-team {
    margin-bottom: 10vh;
  }
}
@media screen and (max-width: 480px) {
  .sezione-team {
    padding: 10vh 0;
    margin-top: 0;
  }
}
.sezione-team .titolo-sezione::before, .sezione-team .titolo-sezione::after {
  width: 5vw !important;
}
@media screen and (max-width: 480px) {
  .sezione-team .tre-quinti .riga-corso {
    border: 0;
    padding: 0;
    margin-top: 10vh;
  }
}
.sezione-team .tre-quinti .riga-corso:nth-of-type(odd) .col-testo {
  order: 1;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-team .tre-quinti .riga-corso:nth-of-type(odd) .col-testo {
    order: 2;
    flex-basis: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-team .tre-quinti .riga-corso:nth-of-type(odd) .col-testo {
    order: 2;
  }
}
@media screen and (max-width: 480px) {
  .sezione-team .tre-quinti .riga-corso:nth-of-type(odd) .col-testo {
    order: 2;
  }
}
.sezione-team .tre-quinti .riga-corso:nth-of-type(odd) .col-foto {
  order: 2;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-team .tre-quinti .riga-corso:nth-of-type(odd) .col-foto {
    order: 1;
    flex-basis: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-team .tre-quinti .riga-corso:nth-of-type(odd) .col-foto {
    order: 1;
  }
}
@media screen and (max-width: 480px) {
  .sezione-team .tre-quinti .riga-corso:nth-of-type(odd) .col-foto {
    order: 1;
  }
}
.sezione-team .tre-quinti .riga-corso:nth-of-type(even) .col-testo {
  order: 2;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-team .tre-quinti .riga-corso:nth-of-type(even) .col-testo {
    flex-basis: 100%;
    width: 100%;
  }
}
.sezione-team .tre-quinti .riga-corso:nth-of-type(even) .col-foto {
  order: 1;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-team .tre-quinti .riga-corso:nth-of-type(even) .col-foto {
    flex-basis: 100%;
    width: 100%;
  }
}
.sezione-team .tre-quinti .riga-corso .col-testo {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sezione-team .tre-quinti .riga-corso .col-testo p {
  max-width: 60%;
}
@media screen and (min-device-width: 1440px) and (max-device-width: 1792px), screen and (min-width: 1440px) and (max-width: 1792px) {
  .sezione-team .tre-quinti .riga-corso .col-testo p {
    max-width: 100%;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .sezione-team .tre-quinti .riga-corso .col-testo p {
    max-width: 100%;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-team .tre-quinti .riga-corso .col-testo p {
    max-width: 100%;
    margin-top: 0;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-team .tre-quinti .riga-corso .col-testo p {
    max-width: 100%;
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .sezione-team .tre-quinti .riga-corso .col-testo p {
    max-width: 100%;
    margin-top: 50px;
  }
}

/* TRATTAMENTI */
.sezione-intro-trattamenti {
  padding-top: 10vh;
  padding-bottom: 10vh;
}
@media screen and (max-width: 480px) {
  .sezione-intro-trattamenti {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }
}
.sezione-intro-trattamenti .due-quinti h4 {
  font-family: "Noto Serif Display", serif;
  font-weight: 500;
  font-size: 2vw;
  line-height: 1;
  color: #1d1d1b;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-intro-trattamenti .due-quinti h4 {
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-intro-trattamenti .due-quinti h4 {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 480px) {
  .sezione-intro-trattamenti .due-quinti h4 {
    font-size: 8vw;
  }
}

.sezione-ancore {
  margin-top: 10vh;
  margin-bottom: 5vw;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .sezione-ancore {
    margin-top: 5vh;
    padding-bottom: 10vh;
  }
}
.sezione-ancore .due-quinti {
  text-align: right;
  padding-right: 50px;
  flex-basis: 33%;
  width: 33%;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-ancore .due-quinti {
    text-align: left;
    flex-basis: 100%;
    width: 100%;
    padding-left: 10vw;
    padding-right: 10vw;
  }
}
@media screen and (max-width: 480px) {
  .sezione-ancore .due-quinti {
    text-align: left;
    flex-basis: 100%;
    width: 100%;
    padding-left: 10vw;
    padding-right: 10vw;
  }
}
.sezione-ancore .due-quinti h3 {
  font-family: "Noto Serif Display", serif;
  font-weight: 500;
  font-size: 2vw;
  line-height: 1;
  color: #1d1d1b;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-ancore .due-quinti h3 {
    font-size: 3vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-ancore .due-quinti h3 {
    font-size: 4.5vw;
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .sezione-ancore .due-quinti h3 {
    font-size: 7vw;
    margin-top: 0;
  }
}
.sezione-ancore .tre-quinti {
  gap: 10px;
  flex-basis: 67%;
  width: 67%;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-ancore .tre-quinti {
    text-align: left;
    flex-basis: 100%;
    width: 100%;
    padding-left: 10vw;
    padding-right: 10vw;
  }
}
@media screen and (max-width: 480px) {
  .sezione-ancore .tre-quinti {
    text-align: left;
    flex-basis: 100%;
    width: 100%;
    padding-left: 10vw;
    padding-right: 10vw;
  }
}
.sezione-ancore .tre-quinti .bottone-ancora {
  border: 1px solid #000;
  padding: 30px 20px;
  font-size: 1.2vw;
  font-family: "Noto Serif Display", serif;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  color: #1d1d1b;
  letter-spacing: 5px;
  will-change: background-color, border-color;
  transition: all linear 0.3s;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-ancore .tre-quinti .bottone-ancora {
    font-size: 2vw;
    text-align: center;
    letter-spacing: 3px;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-ancore .tre-quinti .bottone-ancora {
    font-size: 2.5vw;
    text-align: center;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 480px) {
  .sezione-ancore .tre-quinti .bottone-ancora {
    font-size: 5vw;
    padding: 30px 10px;
    width: 100%;
    text-align: center;
    letter-spacing: 1px;
  }
}
.sezione-ancore .tre-quinti .bottone-ancora:hover {
  background-color: #faf6f1;
  border-color: #faf6f1;
}

#lash h2 {
  flex-basis: 100%;
  font-family: "Noto Serif Display", serif;
  font-weight: 500;
  font-style: normal;
  color: #1d1d1b;
  line-height: 1;
  font-size: 2.5vw;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 60px;
  position: relative;
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  #lash h2 {
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  #lash h2 {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 480px) {
  #lash h2 {
    font-size: 8vw;
    margin-left: auto;
    margin-right: auto;
  }
}
#lash h2::before {
  content: "";
  display: inline-block;
  width: 10vw;
  height: 1px;
  background: #1d1d1b;
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  #lash h2::before {
    margin-bottom: 20px;
    width: 30vw;
  }
}
#lash h2::after {
  content: "";
  display: inline-block;
  width: 10vw;
  height: 1px;
  background: #1d1d1b;
  margin: 50px 0 0 auto;
}
@media screen and (max-width: 480px) {
  #lash h2::after {
    margin: 20px 0 0 auto;
    width: 30vw;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  #lash .contenitore-gallery {
    max-width: 100%;
    margin-left: 0;
    margin-right: auto;
  }
}
#lash .tre-quinti {
  flex-basis: 100%;
  width: 100%;
  margin: 5vh 0;
}
@media screen and (max-width: 480px) {
  #lash .tre-quinti {
    margin: 0;
  }
}
#lash .tre-quinti .riga-corso {
  flex-basis: 33.3333%;
  width: 33.3333%;
  align-items: flex-start;
  border-bottom: 0 !important;
  border-left: 0 !important;
  flex-direction: column;
  flex-wrap: nowrap;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  #lash .tre-quinti .riga-corso {
    width: 87%;
    flex-basis: 87%;
    border-left: 1px solid #1d1d1b !important;
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  #lash .tre-quinti .riga-corso {
    width: 100%;
    flex-basis: 100%;
    margin-top: 80px;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  #lash .tre-quinti .riga-corso:last-of-type {
    border-bottom: 1px solid #1d1d1b !important;
  }
}
#lash .tre-quinti .riga-corso:last-of-type .col-foto,
#lash .tre-quinti .riga-corso:last-of-type .col-testo {
  border-right: 0 !important;
}
#lash .tre-quinti .riga-corso .col-foto,
#lash .tre-quinti .riga-corso .col-testo {
  width: 100%;
  flex-basis: 100%;
  border-bottom: 1px solid #1d1d1b;
  border-right: 1px solid #1d1d1b;
  border-left: 0 !important;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  #lash .tre-quinti .riga-corso .col-foto,
  #lash .tre-quinti .riga-corso .col-testo {
    border: 0;
  }
}
@media screen and (max-width: 480px) {
  #lash .tre-quinti .riga-corso .col-foto,
  #lash .tre-quinti .riga-corso .col-testo {
    border: 0;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  #lash .tre-quinti .riga-corso .col-testo {
    min-height: 70vh;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  #lash .tre-quinti .riga-corso .col-foto {
    min-height: 70vh;
  }
}

.sezione-trattamenti {
  justify-content: flex-end;
  width: 100vw;
}
@media screen and (max-width: 480px) {
  .sezione-trattamenti {
    padding: 10vh 0;
    margin: 10vh 0 !important;
  }
}
.sezione-trattamenti#pmu {
  background-color: #e4ded2;
}
.sezione-trattamenti#lash {
  background: #ece0d4;
  margin: 20vh 0;
}
.sezione-trattamenti#facial {
  background-color: #d8d7cf;
}
.sezione-trattamenti#facial h2::before, .sezione-trattamenti#facial h2::after {
  width: 5vw;
}
.sezione-trattamenti#body {
  background-color: #dcd3cb;
  margin: 20vh 0;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-trattamenti#body {
    margin-bottom: 10vh;
  }
}
.sezione-trattamenti#body h2::before, .sezione-trattamenti#body h2::after {
  width: 5vw;
}
.sezione-trattamenti .tre-quinti {
  flex-basis: 67%;
  width: 67%;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-trattamenti .tre-quinti {
    flex-basis: 87%;
    width: 87%;
  }
}
@media screen and (max-width: 480px) {
  .sezione-trattamenti .tre-quinti {
    flex-basis: 100%;
    width: 100%;
  }
}
.sezione-trattamenti .tre-quinti h2 {
  font-family: "Noto Serif Display", serif;
  font-weight: 500;
  font-style: normal;
  color: #1d1d1b;
  line-height: 1;
  font-size: 2.5vw;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 60px;
  position: relative;
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin-left: 5vw;
  margin-bottom: 10vh;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-trattamenti .tre-quinti h2 {
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-trattamenti .tre-quinti h2 {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 480px) {
  .sezione-trattamenti .tre-quinti h2 {
    font-size: 8vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.sezione-trattamenti .tre-quinti h2::before {
  content: "";
  display: inline-block;
  width: 10vw;
  height: 1px;
  background: #1d1d1b;
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .sezione-trattamenti .tre-quinti h2::before {
    margin-bottom: 20px;
    width: 30vw;
  }
}
.sezione-trattamenti .tre-quinti h2::after {
  content: "";
  display: inline-block;
  width: 10vw;
  height: 1px;
  background: #1d1d1b;
  margin: 50px 0 0 auto;
}
@media screen and (max-width: 480px) {
  .sezione-trattamenti .tre-quinti h2::after {
    margin: 20px 0 0 auto;
    width: 30vw;
  }
}
.sezione-trattamenti .tre-quinti .col-testo {
  order: 2 !important;
}
.sezione-trattamenti .tre-quinti .col-testo p {
  max-width: 90%;
}
@media screen and (max-width: 480px) {
  .sezione-trattamenti .tre-quinti .col-testo p {
    max-width: 100%;
  }
}
.sezione-trattamenti .tre-quinti .col-testo p:last-of-type {
  margin-bottom: 0;
}
.sezione-trattamenti .tre-quinti .col-foto {
  order: 1 !important;
}

/* GALLERY */
.contenitore-gallery {
  position: relative;
  max-width: 100%;
  width: 100%;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .contenitore-gallery {
    max-width: 70%;
    margin-left: 0;
    margin-right: auto;
  }
}
.contenitore-gallery .gallery-campolo {
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .contenitore-gallery .gallery-campolo {
    max-width: 100%;
  }
}
.contenitore-gallery .contenitore-nav {
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% + 60px);
  justify-content: space-between;
  left: -30px;
}
@media screen and (max-width: 480px) {
  .contenitore-gallery .contenitore-nav {
    left: unset;
    top: unset;
    transform: none;
    position: relative;
    width: fit-content;
    margin: 5vh auto;
    gap: 10px;
  }
}
.contenitore-gallery .contenitore-nav .nav-gallery {
  width: 40px;
  height: 40px;
  border: 1px solid #1d1d1b;
  border-radius: 100%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  will-change: background-color, border-color;
  transition: all linear 0.3s;
}
@media screen and (max-width: 480px) {
  .contenitore-gallery .contenitore-nav .nav-gallery {
    width: 50px;
    height: 50px;
  }
}
.contenitore-gallery .contenitore-nav .nav-gallery:hover {
  background-color: #faf6f1;
  border-color: #faf6f1;
}
.contenitore-gallery .contenitore-nav .nav-gallery img {
  max-width: 30%;
}

/* LOCATION */
@media screen and (max-width: 480px) {
  .sezione-location {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }
}
.sezione-location .tre-quinti {
  width: 70%;
  flex-basis: 70%;
}
@media screen and (max-width: 480px) {
  .sezione-location .tre-quinti {
    width: 100%;
    flex-basis: 100%;
  }
}
@media screen and (max-width: 480px) {
  .sezione-location .tre-quinti .riga-corso {
    border: 0;
  }
}
@media screen and (max-width: 480px) {
  .sezione-location .tre-quinti .riga-corso:first-of-type {
    margin-top: 0;
  }
}
.sezione-location .tre-quinti .col-testo {
  order: 2 !important;
}
.sezione-location .tre-quinti .col-testo p {
  max-width: 80%;
}
@media screen and (max-width: 480px) {
  .sezione-location .tre-quinti .col-testo p {
    max-width: 100%;
  }
}
.sezione-location .tre-quinti .col-foto {
  order: 1 !important;
}
.sezione-location .due-quinti {
  width: 30%;
  flex-basis: 30%;
}
@media screen and (max-width: 480px) {
  .sezione-location .due-quinti {
    width: 100%;
    flex-basis: 100%;
  }
}

.sezione-form-contatti {
  padding-top: 10vh;
  padding-bottom: 10vh;
  background: #f9ede2;
  width: 100vw;
  padding-left: 10vw;
  margin-bottom: 20vh;
  min-height: 30vh;
}
@media screen and (max-width: 480px) {
  .sezione-form-contatti {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }
}
@media screen and (max-width: 480px) {
  .sezione-form-contatti {
    padding-right: 10vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-form-contatti .due-quinti {
    flex-basis: 100%;
    width: 100%;
    position: relative;
    top: unset;
  }
}
@media screen and (max-width: 480px) {
  .sezione-form-contatti .due-quinti {
    padding-left: 0;
    padding-right: 0;
  }
}
.sezione-form-contatti .due-quinti h2 {
  font-family: "Noto Serif Display", serif;
  font-weight: 500;
  font-style: normal;
  color: #1d1d1b;
  line-height: 1;
  font-size: 2.5vw;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 60px;
  position: relative;
  display: flex;
  flex-direction: column;
  width: fit-content;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-form-contatti .due-quinti h2 {
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-form-contatti .due-quinti h2 {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 480px) {
  .sezione-form-contatti .due-quinti h2 {
    font-size: 8vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.sezione-form-contatti .due-quinti h2::before {
  content: "";
  display: inline-block;
  width: 10vw;
  height: 1px;
  background: #1d1d1b;
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .sezione-form-contatti .due-quinti h2::before {
    margin-bottom: 20px;
    width: 30vw;
  }
}
.sezione-form-contatti .due-quinti h2::after {
  content: "";
  display: inline-block;
  width: 10vw;
  height: 1px;
  background: #1d1d1b;
  margin: 50px 0 0 auto;
}
@media screen and (max-width: 480px) {
  .sezione-form-contatti .due-quinti h2::after {
    margin: 20px 0 0 auto;
    width: 30vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .sezione-form-contatti .tre-quinti {
    flex-basis: 100%;
    width: 100%;
  }
}
.sezione-form-contatti .tre-quinti .wpcf7-form {
  color: #1d1d1b;
  max-width: 70%;
}
@media screen and (max-width: 480px) {
  .sezione-form-contatti .tre-quinti .wpcf7-form {
    overflow: hidden;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .sezione-form-contatti .tre-quinti .wpcf7-form {
    max-width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .sezione-form-contatti .tre-quinti .wpcf7-form {
    max-width: 100%;
  }
}
.sezione-form-contatti .tre-quinti .wpcf7-form .contenitore-flex {
  width: 100%;
  flex-basis: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sezione-form-contatti .tre-quinti .wpcf7-form .contenitore-flex .un-mezzo {
  flex-basis: 48%;
  justify-content: space-between;
  margin: 15px 0;
}
@media screen and (max-width: 480px) {
  .sezione-form-contatti .tre-quinti .wpcf7-form .contenitore-flex .un-mezzo {
    flex-basis: 100%;
  }
}
.sezione-form-contatti .tre-quinti .wpcf7-form .contenitore-flex .un-intero {
  flex-basis: 100%;
  width: 100%;
  margin: 20px 0;
}
.sezione-form-contatti .tre-quinti .wpcf7-form .contenitore-flex .un-intero.color-1 input,
.sezione-form-contatti .tre-quinti .wpcf7-form .contenitore-flex .un-intero.color-1 textarea {
  background-color: #c3baae;
}
.sezione-form-contatti .tre-quinti .wpcf7-form .contenitore-flex .un-intero.color-2 input,
.sezione-form-contatti .tre-quinti .wpcf7-form .contenitore-flex .un-intero.color-2 .nice-select {
  background-color: #e3dacd;
}
.sezione-form-contatti .tre-quinti .wpcf7-form .contenitore-flex .un-intero.color-3 input {
  background-color: #c7bdb1;
}
.sezione-form-contatti .tre-quinti .wpcf7-form .contenitore-flex .un-intero.color-4 .nice-select {
  background-color: #e8e8de;
}
.sezione-form-contatti .tre-quinti .wpcf7-form .contenitore-flex .un-intero.color-5 .nice-select {
  background-color: #aba29b;
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .sezione-form-contatti .tre-quinti .wpcf7-form .contenitore-flex .un-intero.color-5 .option {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .sezione-form-contatti .tre-quinti .wpcf7-form .contenitore-flex .un-intero.color-5 .option {
    font-size: 15px;
  }
}
.sezione-form-contatti .tre-quinti .wpcf7-form .contenitore-flex .un-intero p {
  margin: 0;
}
.sezione-form-contatti .tre-quinti .wpcf7-form .nice-select {
  color: #1d1d1b;
  font-family: "Noto Serif Display", serif;
  color: #1d1d1b;
  font-size: 23px;
  font-weight: 500;
  padding-left: 30px;
  letter-spacing: 3px;
  border: 0;
}
@media screen and (max-width: 480px) {
  .sezione-form-contatti .tre-quinti .wpcf7-form .nice-select {
    letter-spacing: normal;
    font-size: 20px;
  }
}
.sezione-form-contatti .tre-quinti .wpcf7-form .nice-select::after {
  content: "";
  display: inline-block;
  position: relative;
  border: none;
  width: 30px;
  height: 30px;
  background: url("/wp-content/themes/giuliacampolo/svg/ico-next.svg");
  margin-top: 0;
  right: 0;
  transform: rotate(90deg);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
  top: 35%;
  transform-origin: top;
  right: -30px;
  border: 1px solid #1d1d1b;
  border-radius: 100%;
}
.sezione-form-contatti .tre-quinti .wpcf7-form .nice-select .list {
  border-radius: 0;
  border: 1px solid #1d1d1b;
  background-color: #f9ede2;
  margin-top: 0;
}
.sezione-form-contatti .tre-quinti .wpcf7-form .nice-select .list .option {
  border-bottom: 1px solid #1d1d1b;
  padding: 15px;
  text-transform: uppercase;
  padding-left: 30px;
  letter-spacing: 3px;
}
@media screen and (max-width: 480px) {
  .sezione-form-contatti .tre-quinti .wpcf7-form .nice-select .list .option {
    letter-spacing: normal;
    font-size: 20px;
  }
}
.sezione-form-contatti .tre-quinti .wpcf7-form .nice-select .list .option:last-of-type {
  border-bottom: 0;
}
.sezione-form-contatti .tre-quinti .wpcf7-form input[type=text],
.sezione-form-contatti .tre-quinti .wpcf7-form input[type=email],
.sezione-form-contatti .tre-quinti .wpcf7-form input[type=number],
.sezione-form-contatti .tre-quinti .wpcf7-form input[type=tel],
.sezione-form-contatti .tre-quinti .wpcf7-form input[type=range],
.sezione-form-contatti .tre-quinti .wpcf7-form input[type=date],
.sezione-form-contatti .tre-quinti .wpcf7-form input[type=month],
.sezione-form-contatti .tre-quinti .wpcf7-form input[type=week],
.sezione-form-contatti .tre-quinti .wpcf7-form input[type=time],
.sezione-form-contatti .tre-quinti .wpcf7-form input[type=datetime],
.sezione-form-contatti .tre-quinti .wpcf7-form .wpcf7 input[type=datetime-local],
.sezione-form-contatti .tre-quinti .wpcf7-form input[type=color],
.sezione-form-contatti .tre-quinti .wpcf7-form textarea {
  border: 0;
  border-radius: 0;
  width: 100%;
  color: #1d1d1b;
  padding: 20px 20px 20px 30px;
  font-family: "Noto Serif Display", serif;
  color: #1d1d1b;
  font-size: 23px;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .sezione-form-contatti .tre-quinti .wpcf7-form input[type=text],
  .sezione-form-contatti .tre-quinti .wpcf7-form input[type=email],
  .sezione-form-contatti .tre-quinti .wpcf7-form input[type=number],
  .sezione-form-contatti .tre-quinti .wpcf7-form input[type=tel],
  .sezione-form-contatti .tre-quinti .wpcf7-form input[type=range],
  .sezione-form-contatti .tre-quinti .wpcf7-form input[type=date],
  .sezione-form-contatti .tre-quinti .wpcf7-form input[type=month],
  .sezione-form-contatti .tre-quinti .wpcf7-form input[type=week],
  .sezione-form-contatti .tre-quinti .wpcf7-form input[type=time],
  .sezione-form-contatti .tre-quinti .wpcf7-form input[type=datetime],
  .sezione-form-contatti .tre-quinti .wpcf7-form .wpcf7 input[type=datetime-local],
  .sezione-form-contatti .tre-quinti .wpcf7-form input[type=color],
  .sezione-form-contatti .tre-quinti .wpcf7-form textarea {
    letter-spacing: normal;
    font-size: 20px;
  }
}
.sezione-form-contatti .tre-quinti .wpcf7-form input[type=text]::placeholder,
.sezione-form-contatti .tre-quinti .wpcf7-form input[type=email]::placeholder,
.sezione-form-contatti .tre-quinti .wpcf7-form input[type=number]::placeholder,
.sezione-form-contatti .tre-quinti .wpcf7-form input[type=tel]::placeholder,
.sezione-form-contatti .tre-quinti .wpcf7-form input[type=range]::placeholder,
.sezione-form-contatti .tre-quinti .wpcf7-form input[type=date]::placeholder,
.sezione-form-contatti .tre-quinti .wpcf7-form input[type=month]::placeholder,
.sezione-form-contatti .tre-quinti .wpcf7-form input[type=week]::placeholder,
.sezione-form-contatti .tre-quinti .wpcf7-form input[type=time]::placeholder,
.sezione-form-contatti .tre-quinti .wpcf7-form input[type=datetime]::placeholder,
.sezione-form-contatti .tre-quinti .wpcf7-form .wpcf7 input[type=datetime-local]::placeholder,
.sezione-form-contatti .tre-quinti .wpcf7-form input[type=color]::placeholder,
.sezione-form-contatti .tre-quinti .wpcf7-form textarea::placeholder {
  color: #1d1d1b;
  font-size: 18px;
  opacity: 1;
  font-family: "Noto Serif Display", serif;
  color: #1d1d1b;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 3px;
}
@media screen and (max-width: 480px) {
  .sezione-form-contatti .tre-quinti .wpcf7-form input[type=text]::placeholder,
  .sezione-form-contatti .tre-quinti .wpcf7-form input[type=email]::placeholder,
  .sezione-form-contatti .tre-quinti .wpcf7-form input[type=number]::placeholder,
  .sezione-form-contatti .tre-quinti .wpcf7-form input[type=tel]::placeholder,
  .sezione-form-contatti .tre-quinti .wpcf7-form input[type=range]::placeholder,
  .sezione-form-contatti .tre-quinti .wpcf7-form input[type=date]::placeholder,
  .sezione-form-contatti .tre-quinti .wpcf7-form input[type=month]::placeholder,
  .sezione-form-contatti .tre-quinti .wpcf7-form input[type=week]::placeholder,
  .sezione-form-contatti .tre-quinti .wpcf7-form input[type=time]::placeholder,
  .sezione-form-contatti .tre-quinti .wpcf7-form input[type=datetime]::placeholder,
  .sezione-form-contatti .tre-quinti .wpcf7-form .wpcf7 input[type=datetime-local]::placeholder,
  .sezione-form-contatti .tre-quinti .wpcf7-form input[type=color]::placeholder,
  .sezione-form-contatti .tre-quinti .wpcf7-form textarea::placeholder {
    letter-spacing: normal;
    font-size: 20px;
  }
}
.sezione-form-contatti .tre-quinti .wpcf7-form input[type=text]:focus,
.sezione-form-contatti .tre-quinti .wpcf7-form input[type=email]:focus,
.sezione-form-contatti .tre-quinti .wpcf7-form input[type=number]:focus,
.sezione-form-contatti .tre-quinti .wpcf7-form input[type=tel]:focus,
.sezione-form-contatti .tre-quinti .wpcf7-form input[type=range]:focus,
.sezione-form-contatti .tre-quinti .wpcf7-form input[type=date]:focus,
.sezione-form-contatti .tre-quinti .wpcf7-form input[type=month]:focus,
.sezione-form-contatti .tre-quinti .wpcf7-form input[type=week]:focus,
.sezione-form-contatti .tre-quinti .wpcf7-form input[type=time]:focus,
.sezione-form-contatti .tre-quinti .wpcf7-form input[type=datetime]:focus,
.sezione-form-contatti .tre-quinti .wpcf7-form .wpcf7 input[type=datetime-local]:focus,
.sezione-form-contatti .tre-quinti .wpcf7-form input[type=color]:focus,
.sezione-form-contatti .tre-quinti .wpcf7-form textarea:focus {
  outline: none !important;
}
.sezione-form-contatti .tre-quinti .wpcf7-form .textarea {
  box-sizing: border-box;
}
.sezione-form-contatti .tre-quinti .wpcf7-form .box-messaggio {
  width: 100%;
  margin-top: 30px;
}
.sezione-form-contatti .tre-quinti .wpcf7-form .wpcf7-list-item {
  margin: 0;
}
.sezione-form-contatti .tre-quinti .wpcf7-form .riga-policy {
  margin: 10px 0 50px 0;
  display: flex;
  vertical-align: middle;
  line-height: 1;
  width: 100%;
  justify-content: flex-start;
}
.sezione-form-contatti .tre-quinti .wpcf7-form .riga-policy input[type=checkbox] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  width: 20px;
  height: 20px;
  border: 1px solid #1d1d1b;
}
.sezione-form-contatti .tre-quinti .wpcf7-form .riga-policy input[type=checkbox]:checked {
  background-color: #1d1d1b;
}
.sezione-form-contatti .tre-quinti .wpcf7-form .riga-policy p {
  margin: 0px 10px 0 0px;
  font-weight: normal;
  color: #1d1d1b !important;
  font-size: 15px;
  line-height: 17px;
}
.sezione-form-contatti .tre-quinti .wpcf7-form .riga-policy a {
  margin: 1px 0 0 0;
  font-weight: normal;
  color: #1d1d1b !important;
  font-size: 15px;
  line-height: 17px;
  text-decoration: underline;
}
.sezione-form-contatti .tre-quinti .wpcf7-form .bottone-invio-form {
  margin-top: 10px;
  width: fit-content;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 480px) {
  .sezione-form-contatti .tre-quinti .wpcf7-form .bottone-invio-form {
    text-align: center;
  }
}
.sezione-form-contatti .tre-quinti .wpcf7-form .bottone-invio-form .wpcf7-spinner {
  position: absolute;
}
.sezione-form-contatti .tre-quinti .wpcf7-form .bottone-invio-form .wpcf7-submit {
  background-color: transparent;
  border: 1px solid #1d1d1b;
  color: #1d1d1b;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 1;
  border-radius: 0;
  padding: 20px 50px;
  will-change: border-color, background-color;
  transition: all linear 0.3s;
}
.sezione-form-contatti .tre-quinti .wpcf7-form .bottone-invio-form .wpcf7-submit p {
  margin-bottom: 0;
}
.sezione-form-contatti .tre-quinti .wpcf7-form .bottone-invio-form .wpcf7-submit:not([disabled]) {
  cursor: pointer;
}
.sezione-form-contatti .tre-quinti .wpcf7-form .bottone-invio-form .wpcf7-submit:hover {
  background-color: #faf6f1;
  border-color: #faf6f1;
}
.sezione-form-contatti .tre-quinti .wpcf7-form .wpcf7-response-output {
  font-size: 20px;
  text-align: center;
  padding: 20px;
  margin: 50px 0 !important;
  width: 100%;
  color: #1d1d1b;
}

/* FOOTER */
.site-footer {
  border-top: 1px solid #1d1d1b;
}
.site-footer .site-info {
  max-width: 80vw;
  width: 100%;
  margin: 5vh 0 40px auto;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 1px solid #1d1d1b;
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .site-footer .site-info {
    max-width: 90vw;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .site-footer .site-info {
    margin: 5vh auto;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .site-footer .site-info {
    margin: 5vh auto;
  }
}
@media screen and (max-width: 480px) {
  .site-footer .site-info {
    padding: 20px 0;
    margin: 0 auto;
    border-bottom: 0;
  }
}
.site-footer .site-info .col-1,
.site-footer .site-info .col-2 {
  width: 50%;
  flex-basis: 50%;
  font-size: 25px;
  line-height: 1.2;
}
@media screen and (min-device-width: 1440px) and (max-device-width: 1792px), screen and (min-width: 1440px) and (max-width: 1792px) {
  .site-footer .site-info .col-1,
  .site-footer .site-info .col-2 {
    font-size: 21px;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .site-footer .site-info .col-1,
  .site-footer .site-info .col-2 {
    font-size: 21px;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .site-footer .site-info .col-1,
  .site-footer .site-info .col-2 {
    font-size: 17px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .site-footer .site-info .col-1,
  .site-footer .site-info .col-2 {
    font-size: 18px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 480px) {
  .site-footer .site-info .col-1,
  .site-footer .site-info .col-2 {
    width: 100%;
    flex-basis: 100%;
    font-size: 18px;
  }
}
.site-footer .site-info .col-1 p {
  margin: 5px 0;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .site-footer .site-info .col-1 p:first-child {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .site-footer .site-info .col-1 p:first-child {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .site-footer .site-info .col-1 p:first-child {
    margin-bottom: 20px;
  }
}
.site-footer .site-info .col-2 {
  text-align: right;
  padding-right: 10vw;
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .site-footer .site-info .col-2 {
    padding-right: 0;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .site-footer .site-info .col-2 {
    padding-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .site-footer .site-info .col-2 {
    text-align: left;
    padding-right: 0;
    margin-top: 20px;
  }
}
.site-footer .site-info .col-2 a {
  margin: 5px 0;
}
@media screen and (max-width: 480px) {
  .site-footer .site-info .col-2 a:nth-of-type(2) {
    margin-bottom: 20px;
  }
}
.site-footer .riga-menu-footer {
  max-width: 80vw;
  width: 100%;
  margin: 0 0 40px auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-right: 10vw;
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .site-footer .riga-menu-footer {
    max-width: 90vw;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .site-footer .riga-menu-footer {
    margin: 5vh auto;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .site-footer .riga-menu-footer {
    margin: 5vh auto;
  }
}
@media screen and (max-width: 480px) {
  .site-footer .riga-menu-footer {
    margin: 5vh auto;
    padding-right: 0;
    justify-content: center;
  }
}
@media screen and (min-device-width: 821px) and (max-device-width: 1180px) and (orientation: landscape), screen and (min-width: 821px) and (max-width: 1180px) and (orientation: landscape) {
  .site-footer .riga-menu-footer .menu-main-menu-container {
    display: none;
  }
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .site-footer .riga-menu-footer .menu-main-menu-container {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .site-footer .riga-menu-footer .menu-main-menu-container {
    display: none;
  }
}
.site-footer .riga-menu-footer .menu-main-menu-container ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  padding: 0;
  margin: 0;
}
.site-footer .riga-menu-footer .menu-main-menu-container ul li {
  position: relative;
  display: flex;
  align-items: center;
}
.site-footer .riga-menu-footer .menu-main-menu-container ul li::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 90%;
  background: #1d1d1b;
  margin: 0 20px;
}
.site-footer .riga-menu-footer .menu-main-menu-container ul li:last-of-type::after {
  content: none;
}
.site-footer .riga-menu-footer .menu-main-menu-container ul li a {
  text-transform: uppercase;
  font-family: "Noto Serif Display", serif;
  color: #1d1d1b;
  font-size: 23px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-device-width: 1440px) and (max-device-width: 1792px), screen and (min-width: 1440px) and (max-width: 1792px) {
  .site-footer .riga-menu-footer .menu-main-menu-container ul li a {
    font-size: 18px;
  }
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1439px), screen and (min-width: 1025px) and (max-width: 1439px) {
  .site-footer .riga-menu-footer .menu-main-menu-container ul li a {
    font-size: 18px;
  }
}
.site-footer .riga-menu-footer .contenitore-social a {
  padding: 13px;
  width: 50px;
  height: 50px;
}
.site-footer .riga-menu-footer .contenitore-social a.ico-facebook svg {
  max-height: 20px;
}

/* 404 */
.contenitore-404 {
  max-width: 90vw;
  margin: 0 auto;
  display: flex;
  text-align: center;
  padding: 250px 0;
  justify-content: center;
  flex-direction: column;
}
.contenitore-404 h1 {
  font-style: normal;
  font-size: 5vw;
  line-height: 1.2;
  color: #000;
}
@media screen and (max-width: 480px) {
  .contenitore-404 h1 {
    font-size: 8vw;
  }
}
.contenitore-404 a {
  font-style: normal;
  font-size: 40px;
  color: #000 !important;
  text-decoration: underline;
}
@media screen and (max-width: 480px) {
  .contenitore-404 a {
    font-size: 20px;
  }
}

/* CREDITS */
.credits {
  background: #faf6f1;
  color: #1d1d1b;
  padding: 10px 2.5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 3;
  position: relative;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .credits {
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .credits {
    justify-content: center;
    flex-direction: column;
  }
}
.credits svg, .credits a {
  max-width: 230px !important;
  width: 100% !important;
  height: 37px !important;
}
@media screen and (max-width: 480px) {
  .credits svg, .credits a {
    height: 29px !important;
  }
}
.credits a:first-child {
  color: #1d1d1b !important;
  text-decoration: none !important;
  max-width: fit-content !important;
  font-style: normal;
  margin: 0 10px 0 0;
  height: auto;
  line-height: 35px;
  max-width: -moz-fit-content !important;
  font-family: "sweet-sans-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 481px) and (max-width: 820px), screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), screen and (min-width: 834px) and (orientation: portrait) {
  .credits a:first-child {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .credits a:first-child {
    margin: 0;
    font-size: 15px;
  }
}
.credits .cls-credits {
  fill: #1d1d1b;
}

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