/*#region FONTS*/
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@font-face {
  font-family: "Dream-Avenue";
  src: url("../fonts/Dream-Avenue.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
}
body {
  background: rgb(204, 204, 204);
  color: #000;
}

page {
  background: #fff;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.5cm;
  box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.5);
}

page[size=A4] {
  width: 21cm;
  height: 35.2cm;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  page[size=A4] {
    width: 100%;
    height: auto;
    aspect-ratio: 21/35.2;
  }
}

@media print {
  body, page {
    background: white;
    margin: 0;
    box-shadow: 0;
  }
}
.home-int {
  background: url(../bg.webp) no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  overflow: hidden;
  z-index: 999;
  font-family: "Lato", sans-serif;
}
.home-int::after {
  content: "";
  background: url(../dec.webp) no-repeat;
  background-size: contain;
  background-position: bottom right;
  display: block;
  width: 360px;
  height: 360px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.home-int .logo {
  display: block;
  width: 300px;
  height: 248px;
  background: url(../g13.webp) no-repeat;
  background-size: contain;
  position: absolute;
  left: 1rem;
  top: 1rem;
}
@media (max-width: 796px) {
  .home-int .logo {
    height: 96px;
  }
  .home-int::after {
    height: 220px;
  }
}
.home-int .btn-wrapper {
  width: 500px;
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2rem;
  margin-top: -5rem;
}
.home-int .btn-wrapper h1 {
  font-family: "dream-avenue" !important;
  color: #aa9c6e;
  font-size: 5rem;
  font-style: italic;
  margin-top: 0;
  margin-bottom: 1rem;
}
.home-int .btn-wrapper a {
  text-align: center;
  color: #aa9c6e;
  text-decoration: none;
  display: block;
  border: 2px solid #aa9c6e;
  padding: 1rem;
  width: 272px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-int .btn-wrapper .a_t {
  font-size: 1.5rem;
}

.home-int .btn-wrapper .social_btn {
  width: calc(272px + 2rem);
  display: flex;
  justify-content: space-evenly;
}
.home-int .btn-wrapper .social_btn a {
  width: 32px !important;
  height: 32px !important;
}
.home-int .btn-wrapper .social_btn a path {
  fill: #aa9c6e;
}
@media (max-width: 767px) {
  .home-int .btn-wrapper h1 {
    font-size: 4rem;
  }
  .home-int .btn-wrapper a {
    padding: 0.5rem;
  }
  .home-int .btn-wrapper .a_t {
    font-size: 1.125rem;
    font-weight: 600;
  }
}

#cover .logo-wrapper {
  padding-top: 3.42cm;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 6.22cm;
}
#cover .logo-wrapper .logo {
  width: 2.81cm;
  height: 2.78cm;
  background: url(../logo.webp) no-repeat;
  background-size: contain;
}
#cover .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5.44cm;
}
#cover .title h1, #cover .title h2 {
  font-size: 30pt;
  text-align: center;
  margin: 0;
  max-width: 8cm;
  line-height: 37.5pt;
  letter-spacing: 1pt;
}
#cover .title h1 {
  font-weight: 500;
}
#cover .title h2 {
  font-weight: 300;
}
#cover hr {
  width: 3.11cm;
  height: 0.11cm;
  border: none;
  background: #321b12;
  margin-top: 0.46cm;
  margin-bottom: 0.52cm;
}
#cover .logo-ext-wrapper {
  display: flex;
  justify-content: center;
}
#cover .logo-ext-wrapper .logo {
  width: 4.29cm;
  height: 2.62cm;
  background: url(../logo-ext.webp) no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  #cover .logo-wrapper {
    padding-top: 16%;
    margin-bottom: 29.5%;
  }
  #cover .logo-wrapper .logo {
    width: 13.5%;
    height: auto;
    aspect-ratio: 2.81/2.78;
  }
  #cover .title {
    margin-bottom: 24.2vw;
  }
  #cover .title h1, #cover .title h2 {
    font-size: 4.8vw;
    line-height: 6vw;
    letter-spacing: 0.1vw;
  }
  #cover .title hr {
    margin-top: 2vw;
    width: 14vw;
    height: 0.4vw;
    margin-bottom: 2.5vw;
  }
  #cover .logo-ext-wrapper .logo {
    width: 19vw;
  }
}

.menu_page {
  text-align: center;
}
.menu_page h1, .menu_page h2 {
  font-size: 22pt;
  text-align: center;
  margin: 0;
  line-height: 21pt;
  letter-spacing: -0.3pt;
}
.menu_page h1 {
  font-weight: 500;
}
.menu_page h2 {
  font-weight: 300;
}

.page-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.page-wrapper ._page {
  width: 100%;
  height: 100%;
}
.page-wrapper #page2 {
  background: url(../../portate/pagine/page2.png) no-repeat;
  background-size: contain;
}
.page-wrapper #page3 {
  background: url(../../portate/pagine/page3.png) no-repeat;
  background-size: contain;
}
.page-wrapper #page4 {
  background: url(../../portate/pagine/page4.png) no-repeat;
  background-size: contain;
}
.page-wrapper #page5 {
  background: url(../../portate/pagine/page5.png) no-repeat;
  background-size: contain;
}
.page-wrapper #page6 {
  background: url(../../portate/pagine/page6.png) no-repeat;
  background-size: contain;
}
.page-wrapper #page7 {
  background: url(../../portate/pagine/page7.png) no-repeat;
  background-size: contain;
}
.page-wrapper #page8 {
  background: url(../../portate/pagine/page8.png) no-repeat;
  background-size: contain;
}
.page-wrapper #page9 {
  background: url(../../portate/pagine/page9.png) no-repeat;
  background-size: contain;
}
.page-wrapper #page10 {
  background: url(../../portate/pagine/page10.png) no-repeat;
  background-size: contain;
}

.page_v {
  width: 100%;
}

img {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}