@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700;900&family=Playfair+Display:ital,wght@0,400;0,700;1,400&display=swap');

* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
:root {
  --color-black: #000;
  --color-white: #fff;
  --color-light: #efefef;
  --color-brown: #2F2C2B;
  --color-grey: #958982;
  --color-creme: #FAEEDD;
  --color-gold: #927650;
  --color-dark-gold: #7B5F39;
  --color-oil: #55617F;
  --color-text: var(--color-creme);
  --color-text-grey: var(--color-grey);
  --color-background: var(--color-brown);
  --font-family-sans:  'Inter', Roboto, Helvetica, Arial, sans-serif;
  --font-family-serif: 'Playfair Display', Georgia, Times New Roman, serif;
  --font-family-mono: Courier, monospace;
}
html {
  font-family: var(--font-family-sans);
  color: var(--color-text);
  background: var(--color-background);
  line-height: 1.3;
  font-weight: 400;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
*::selection{
  color: var(--color-creme);
  background: var(--color-gold); 
}
 *::-moz-selection{
  color: var(--color-creme);
  background: var(--color-gold);
}
.pure-g {
  font-family:  var(--font-family-sans);
  padding: 1rem;
}
.pure-g [class*="pure-u"] {
  font-family:  var(--font-family-sans);
}
section .pure-g {
  padding: 0;
  overflow: hidden;
}
img {
  width: 100%;
  float: left;
}
figure{
  margin-top: 1rem;
  margin-bottom: 1rem;
  float: left;
}
body {
  margin: 0 auto;
}
li {
  list-style: none;
}
a {
  color: var(--color-text);
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
a:hover {
  opacity: 0.6;
  text-decoration: none;
}
button {
  font: inherit;
  background: none;
  border: 0;
  color: currentColor;
  cursor: pointer;
}
strong, b {
  font-weight: 700;
}
small {
  font-size: inherit;
  color: var(--color-text-grey);
}
div{
  box-sizing: border-box;
}
h1 {
  font-family: var(--font-family-serif);
  font-size: 2rem;
  line-height: 1.1;
}
h2 {
  font-family: var(--font-family-serif);
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
}
h3 {
  font-family: var(--font-family-serif);
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
}
h4 {
  font-family: var(--font-family-serif);
  font-size: 1.3rem;
  line-height: 1.1;
}
h5{
  font-size: 1.2rem;
}
h6 {
  font-size: 0.9rem;
}



.full {
  width: 100%;
  overflow: hidden;
}
.boxed-1 {
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
}
.boxed-2 {
  margin: 0;
  overflow: hidden;
}
.bg-creme{
  background-color: var(--color-creme);
  color: var(--color-brown);
}
.bg-creme a{
  color: var(--color-brown)
}
.bg-gold{
  background-color: var(--color-gold);
  color: var(--color-brown);
}
.bg-gold a{
  color: var(--color-brown)
}
.bg-brown{
  background-color: var(--color-brown);
}
.bg-brown a{
  color: var(--color-brown)
}
.bg-grey{
  background-color: var(--color-grey);
  color: var(--color-brown);
}
.bg-grey a{
  color: var(--color-brown)
}
.bg-oil{
  background-color: var(--color-oil);
  color: var(--color-black);
}
.bg-oil a{
  color: var(--color-black)
}

a.button-md{
  padding: 12px 30px 12px 38px;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  text-align: center;
  font-weight: 700;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
a.button-md:hover {
  opacity: 1;
}
a.button-brown{
  border: 1.5px solid var(--color-creme);
  color: var(--color-creme);
  background-color: var(--color-brown);
}
a.button-brown:hover {
  border: 1.5px solid var(--color-creme);
  background-color: var(--color-creme);
  color: var(--color-brown);
}
a.button-oil{
  border: 1.5px solid var(--color-black);
  color: var(--color-black);
  background-color: var(--color-oil);
}
a.button-oil:hover {
  border: 1.5px solid var(--color-black);
  background-color: var(--color-black);
  color: var(--color-oil);
}
a.button-grey{
  border: 1.5px solid var(--color-brown);
  color: var(--color-brown);
  background-color: var(--color-grey);
}
a.button-grey:hover {
  border: 1.5px solid var(--color-brown);
  background-color: var(--color-brown);
  color: var(--color-grey);
}
a.button-gold{
  border: 1.5px solid var(--color-brown);
  color: var(--color-brown);
  background-color: var(--color-gold);
}
a.button-gold:hover {
  border: 1.5px solid var(--color-brown);
  background-color: var(--color-brown);
  color: var(--color-gold);
}

a.b-standard{

}
a.b-executive{

}
a.b-suite{

}
a.b-center{

}


.header {
  background-color: rgba(255,255,255, 1);
  position: fixed;
  width: 100%;
  height: 0;
  z-index: 92;
}
.header .logo {
  
  float: left;
}
.header .logo .cls-1{
  fill: var(--color-creme);
}
.header .logo svg{
  width: 145px;
  transition: 0.5s cubic-bezier(.86,0,.07,1);
  padding: 1rem;
}
.header .logo svg .cls-h{
  opacity: 1;
  transition: 0.3s cubic-bezier(.86,0,.07,1);
}
.scrolling .header .logo svg{
  width: 145px;
}
.scrolling .header .logo svg .cls-h{
  opacity: 0;
}


.overflowhidden{
  overflow-y: hidden;
}
.overflowauto{
  overflow-y: auto;
}
.menu1 {
  position: fixed;
  right: 0;
  /*width: 122px;*/
  width: 0; /*Per evitare sovrapposizioni*/
  z-index: 93;
  overflow-x: hidden;
  min-height: 100vh;
  height: 100%;
}
.menu1 a {
  padding: 1.5rem;
}
.menu1 a[aria-current] {
  text-decoration: underline;
}
.scrolling .menu1{
  background-color: rgba(255,255,255,0.4); 
}
.scrolling .menu1:hover{
  background-color: rgba(255,255,255,1);
  transition: 0.2s ease-in-out;
}
.menu2 {
  position: fixed;
  right: 0;
  /*width: 122px;*/
  width: 0; /*Per evitare sovrapposizioni*/
  z-index: 97;
  overflow-x: hidden;
  min-height: 100vh;
  height: 100%;
}
.menu2 a {
  padding: 1.5rem;
}
.menu2 a[aria-current] {
  text-decoration: underline;
}
.scrolling .menu2{
  background-color: rgba(255,255,255,0.4); 
}
.scrolling .menu2:hover{
  background-color: rgba(255,255,255,1);
  transition: 0.2s ease-in-out;
}

.box-menu {
  max-width: 1024px;
  margin: 0 auto 0 auto;
  display: none;
  height: 100%;
}
.box-menu .pure-g{
  width: 100%;
}
.box-menu ul{
  margin: 0.5rem 0;
  padding: 0;
}
.box-menu a{
  color: var(--color-brown);
  margin: 0;
  padding: 0;
  display: block;
}
.box-menu ul li a{
  color: var(--color-brown);
  font-size: 2.2em;
  line-height: 1;
  margin: 0;
  padding: 1rem 0;
  text-align: center;
  font-weight: 300;
}
.box-menu p{
  color: var(--color-brown);
  text-align: center;
  line-height: 1.4;
  font-size: 1rem;
  letter-spacing: -0.01rem;
}
.box-menu h5{
  margin-bottom: 0.1rem;
  margin-top: 1rem;
}
.box-menu .lang{
  position: absolute;
  top: 15px;
  left: 15px;
}
.box-menu .lang ul li{
  float: left;
}
.box-menu .lang a{
  font-family: var(--font-family-serif);
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 0 15px;
}
.box-menu .social .st0{
  fill: var(--color-brown) !important;
}
.box-menu .center-vertical{
  margin-top: 45vh;
  margin-bottom: 10vh;
  position: absolute;
  left: 0;
  top: -25%;

}



.container-hamburger {
  position: fixed;
  right: 0;
  height: 0;
  /*width: 122px;*/
  width: 0; /*Per evitare sovrapposizioni*/
  z-index: 94;
}
.container-hamburger a {
  padding: 1.5rem;
}
.container-hamburger a[aria-current] {
  text-decoration: underline;
}
.container-prenota {
  position: fixed;
  right: 0;
  /*width: 122px;*/
  width: 0; /*Per evitare sovrapposizioni*/
  z-index: 98;
}
.container-prenota a {
  padding: 1.5rem;
}
.container-prenota a[aria-current] {
  text-decoration: underline;
}



.prenota a:hover{
  opacity: 1;
}
.box-prenota {
  max-width: 100%;
  padding: 0;
  display: none;
}
.box-prenota .pure-g{
  width: 100%;
}
.box-prenota ul{
  margin: 0.5rem 0;
  padding: 0;
}
.box-prenota a{
  color: var(--color-brown);
  margin: 0;
  padding: 0;
  display: block;
}
.box-prenota ul li a{
  color: var(--color-brown);
  font-size: 2.2em;
  line-height: 1;
  margin: 0;
  padding: 1rem 0;
  text-align: center;
  font-weight: 300;
}
.box-prenota p{
  color: var(--color-brown);
  line-height: 1.4;
  font-size: 1rem;
  letter-spacing: -0.01rem;
}
.box-prenota h1{
  font-weight: 400;
  color: var(--color-brown);
  font-size: 3.2rem;
  line-height: 0.8;
  margin: 0;
}
.box-prenota h1 span{
  font-size: 2.3rem;
  font-weight: 400;
  font-family: var(--font-family-sans);
  letter-spacing: 0.6rem;
  text-transform: uppercase;
}
.box-prenota h2{
  color: var(--color-brown);
}
.box-prenota h5{
  color: var(--color-grey);
  margin-bottom: 1.4rem;
  margin-top: 0;
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: uppercase;
}
.box-prenota span{
  margin-right: 1rem;
}
.opened .box-prenota {
  display: block;
  position: relative;
  top:0;
}
.opened .box-menu {
  display: block;
}



.opened{
  width: 100%;
  background-size: cover;
  transition: 0.6s cubic-bezier(.86,0,.07,1);
}
.closed {
  transition: 0.6s cubic-bezier(.86,0,.07,1);
}
.hide{
  opacity: 0;
  transition: 0.6s cubic-bezier(.86,0,.07,1);
}
.show{
  opacity: 1;
  transition: 0.6s cubic-bezier(.86,0,.07,1);
}



.esito-invio {
  width: 100%;
  background-size: cover;
  transition: 0.6s cubic-bezier(.86,0,.07,1)
}
.esito-invio .box-prenota {
  display: block;
}
.esito-invio .hide {
    opacity: 1;
}



.social {
  width: 100%;
  padding: 0 2rem;
  float: left;
  text-align: center;
}
.social a {
  display: inline-block;
  padding: 0 0.6rem;
}
.social a svg{
  width: 32px;
}



.text {
  line-height: 1.5em;
}
.text a {
  text-decoration: underline;
}
.text:first-child {
  margin-top: 0;
}
.text:last-child {
  margin-bottom: 0;
}
.text p,
.text ul,
.text ol {
  margin-bottom: 1.5rem;
}
.text ul,
.text ol {
  margin-left: 1rem;
}
.text ul p,
.text ol p {
  margin-bottom: 0;
}
.text ul > li {
  list-style: disc;
}
.text ol > li {
  list-style: decimal;
}
.text ul ol,
.text ul ul,
.text ol ul,
.text ol ol {
  margin-bottom: 0;
}
.text h1,
.h1,
.intro {
  font-size: 2rem;
  margin-bottom: 3rem;
  line-height: 1.25em;
}
.text h2,
.h2 {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}
.text h3,
.h3 {
}
.text .codeblock {
  display: grid;
}
.text code {
  font-family: var(--font-family-mono);
  font-size: 1em;
  background: var(--color-light);
  padding: 0 .5rem;
  display: inline-block;
  color: var(--color-black);
}
.text pre {
  margin: 3rem 0;
  background: var(--color-black);
  color: var(--color-white);
  padding: 1.5rem;
  overflow-x: scroll;
  overflow-y: hidden;
  line-height: 1.5rem;
}
.text pre code {
  padding: 0;
  background: none;
  color: inherit;
}
.text hr {
  margin: 6rem 0;
}
.text dt {

}
.text blockquote {
  font-size: 1.25rem;
  line-height: 1.325em;
  border-left: 2px solid var(--color-black);
  padding-left: 1rem;
  margin: 3rem 0;
  max-width: 25rem;
}
.text blockquote footer {
  font-size: .875rem;
  font-style: italic;
}
.text figure {
  margin: 3rem 0;
}
.text figcaption {
  padding-top: .75rem;
  color: var(--color-text-grey);
}
hr {
  border: 0;
  background: currentColor;
  height: 2px;
  width: 1.5rem;
  margin: 3rem auto;
}

hr.v1 {
  border: 0;
  background: currentColor;
  height: 2px;
  width: 100%;
  margin: 1rem auto;
  color: inherit;
}

.pure-g blockquote{
  font-family: var(--font-family-serif);
  font-size: 1.8rem;
}

.pure-g blockquote i{
  font-size: 1.4rem;
}


.pure-g blockquote footer{
  margin-top: 0.2rem;
  font-family: var(--font-family-sans);
  font-style: italic;
  font-size: 1.3rem;
  text-align: right;
  
}
.pure-g blockquote footer:before{
   content: "\2014";  

}
.pure-g blockquote .fa-quote-left{
  position: relative;
  width: 0;
  display: block;
  left: -2rem;
  top: 0.4rem;
}
.pure-g blockquote .fa-quote-right{
  position: relative;
  width: 0;
  left: 0.6rem;
  top: 0rem;
  float: right;
}

.align-center {
  text-align: center;
}
.align-right {
  text-align: left;
}
.clear{
  width: 100%;
  float: left;
  display: block;
}
.upper{
  text-transform: uppercase;
}
.serif{
  font-family: var(--font-family-serif) !important;
}
.spacing{
  letter-spacing: 0.05rem;
}
.center-flex{
  display: flex;
  justify-content: center; 
}



.honeypot {
  position: absolute;
  left: -9999px;
}


.video,
.img {
  position: relative;
  display: block;
  --w: 1;
  --h: 1;
  padding-bottom: calc(100% / var(--w) * var(--h));
  background: var(--color-black);
}
.img img,
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
}
.img[data-contain] img {
  object-fit: contain;
}
.img-caption,
.video-caption {
  padding-top: .75rem;
  line-height: 1.5em;
}




.video-bg{
  padding-top: 0;
  padding-bottom: 0;
}

.video-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-wrapper video {
  position: relative;
  max-width: 100%;
  height: auto;
  width: auto;
}




.section-element .video-wrapper {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
/*  aspect-ratio: 16 / 9;*/
  flex-direction: column;
}

.section-element .video-wrapper video {
  object-fit: cover;
  width: 100%;
  position: static;

}


.section-element .video-wrapper figcaption {
  width: 100%;
  padding-top: .75rem;
  line-height: 1.5em;
  text-align: left;

}

.start{
  width: 100%;
/*  height: 100vh;*/
  /*background-color: var(--color-brown);*/
  color: var(--color-white);
  background-size: cover;
  background-position: center center;
}
.start .hero{
  position: absolute;
  width: 100%;
  top: 0;
  margin-top: 60vh;
  z-index: 91;
  pointer-events: none;
}
.start h1{
  font-weight: 400;
  color: var(--color-creme);
  font-size: 4.2rem;
  line-height: 1;
  margin: 1rem 0;
  text-align: center;
}
.start h1 span{
  font-size: 3.2rem;
  font-weight: 300;
  font-family: var(--font-family-sans);
  letter-spacing: 0.8rem;
  text-transform: uppercase;
}
.start .hero2{
  position: absolute;
  width: 100%;
  top: 0;
  margin-top: 80vh;
  z-index: 91;
  pointer-events: none;
}

.pure-g .btn-clear {
  clear: both;
  float: left;
  width: 100%;
}
.ancora {
  scroll-margin-top: 5rem;
}

.start .pure-g{
  padding: 0;
}
.section-title h1{
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 1;
  margin: 1rem 0;
}
.section-title h1 span{
  font-size: 1.8rem;
  font-weight: 300;
  font-family: var(--font-family-sans);
  letter-spacing: 0.5rem;
  text-transform: uppercase;
}
.section-title h2{
  font-weight: 400;
  font-size: 2.1rem;
  line-height: 1.4;
  margin: 1rem 0;
  float: left;
}

.section-title h2.camere{
  font-weight: 400;
  font-size: 2.1rem;
  line-height: 1;
  margin: 1rem 0;
  float: none;
}
.section-title h2.camere span{
  font-size: 1.6rem;
  font-weight: 300;
  font-family: var(--font-family-sans);
  letter-spacing: 0.4rem;
  text-transform: uppercase;
}

.section-title h3{
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.4;
  margin: 1rem 0;
  float: left;
}

.section-title h4{
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: 1rem;
  float: left;
}

.section-title p{
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.6;
  float: left;
  margin-top: 1rem;
}



.full-h{
  width: 100%;
  height: 100vh;
  background-color: var(--color-grey);
  color: var(--color-white);
  background-size: cover;
}
.full-h .pure-g div{
  margin-top: 0;
}
.first-block h2 {
    padding: 0;
}

.la-camera{
  padding-top: 4rem;
}

.la-camera-line{
  position: relative;
  z-index: 1;
}
.la-camera-line:before {
  content: '';
  height: 6rem;
  border: 1.5px solid var(--color-brown);
  display: block;
  width: 0;
  margin: 0 auto;
  position: relative;
  top: 3rem;
  z-index: 3;

}

.text-box *{
  display: block;
  width: 100%;
}

.tabella div{
  border-top: 1.5px solid var(--color-brown);
  border-right: 1.5px solid var(--color-brown);
  border-bottom: 0 solid var(--color-brown);
  border-left: 1.5px solid var(--color-brown);
}
.tabella div:last-child{
  border-left: 1.5px solid var(--color-brown);
  border-bottom: 1.5px solid var(--color-brown);
}
.tabella p{
  font-size: 0.9rem;
  margin: 0.5rem 1.5rem;
}



.footer{
}
.footer .full{
  margin-top: -20rem;
}
.footer p{
  text-align: center;
}
.footer h3{
  text-align: center;
}
.footer .serif p {
  font-size: 1.3rem;
  line-height: 1.5;
}
.footer .logo{
  position: relative;
  top: 7rem;
  z-index: 1;
  pointer-events: none;
}
.footer .logo svg g{
  fill: var(--color-grey);
  opacity: 0.12;
}
.footer .st0{
  fill: var(--color-creme) !important;
}



.display-none{
  display: none;
}
.display-mobile{
  display: block;
}
.display-desktop{
  display: none;
}



.form-contatto .field{
  width: 100%;
  margin-bottom: 0.8rem;
  float: left;
  box-sizing: border-box;
}
.form-contatto .half{
  width: 50%;
}
.form-contatto .last input{
  border-left: 0 !important;
}
.form-contatto form label{
  color: var(--color-brown);
  font-weight: 500;
  font-size: 0.9rem;
  margin: 0.4rem 0 0.2rem 0;
  float: left;
}
.form-contatto .alert{
  color: var(--color-brown);
  text-decoration: underline;
  margin-right: 0;
  font-size: 0.9rem;
}
.form-contatto .error{
  color: var(--color-brown);
  text-decoration: underline;
}
.form-contatto form input:not([type=submit]){
  width: 100%;
  padding: 0.6rem 1rem;
  border: 2px solid var(--color-brown);
  background-color: var(--color-creme);
  transition: 0.35s;
  box-sizing: border-box;
}
.form-contatto form textarea{
  width: 100%;
  padding: 0.6rem 1rem;
  min-height: 250px;
  border: 2px solid var(--color-brown);
  background-color: var(--color-creme);
  transition: 0.35s;
  box-sizing: border-box;
}
.form-contatto .camere {
  display : block;
  position: relative;
  margin: 0 0 1rem 0;
  width: 100%;
  max-height: 165px;
  overflow: hidden;
}
.form-contatto  .camere > input{ /* HIDE RADIO */
  position: absolute;
  left: 0;
  height: 100%;
  opacity: 0;
}
.form-contatto  .camere > input + div{ /* DIV STYLES */
  cursor:pointer; 
  float: left;
  transition: 0.35s;
}
.form-contatto  .camere > input:hover + div{ /* (RADIO CHECKED) DIV STYLES */
  background-color: rgba(0,0,0,.05);
  transition: 0.35s;
}
.form-contatto  .camere > input:checked + div{ /* (RADIO CHECKED) DIV STYLES */
  background-color: rgba(0,0,0,.1);
  transition: 0.35s;
}
.form-contatto .camere img{
  float: left;
  width: 50%;
}
.form-contatto .camere h4{
  float: left;
  padding-top: 1rem;
  padding-left: 1rem;
  width: 50%;
  box-sizing: border-box;
  font-size: 1.3rem;
}
.form-contatto .camere p{
  float: left;
  padding-left: 1rem;
  padding-top: 1rem;
  width: 50%;
  box-sizing: border-box;
  font-size: 0.9rem;
  font-weight: 500;
}
.form-contatto form input[type=submit]{
  font-family: var(--font-family-sans);
  letter-spacing: 0.1rem;
  font-weight: 500;
  font-size: 1.2rem;
  padding: 1rem;
  margin: 2rem 0 1rem 0;
  border: 0;
  color:  var(--color-creme);
  background-color: var(--color-brown);
  text-transform: uppercase;
  cursor: pointer; 
  transition: 0.35s;
  box-sizing: border-box;
  bottom: 0;
  right: 0;
  min-width: 200px;
}
.form-contatto form input[type=submit]:hover{
  opacity: 0.7;
}
.form-contatto form input:focus {
  background-color: rgba(255,255,255,.3);
  outline: none;
}
.form-contatto form textarea:focus {
  background-color: rgba(255,255,255,.3);
  outline: none;
}
.form-contatto form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:var(--color-brown);
  opacity: 0.4; /* Firefox */
}
.form-contatto form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:var(--color-brown);
  opacity: 0.4; 
}
.form-contatto form input::-ms-input-placeholder { /* Microsoft Edge */
  color:var(--color-brown);
  opacity: 0.4; 
}
.form-contatto form textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:var(--color-brown);
  opacity: 0.4; /* Firefox */
}
.form-contatto form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:var(--color-brown);
  opacity: 0.4; 
}
.form-contatto form textarea::-ms-input-placeholder { /* Microsoft Edge */
  color:var(--color-brown);
  opacity: 0.4; 
}



/* Loader Styles start here */

.preloader {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  background-color: var(--color-gold);
  z-index: 998;
}
.preloader span {
  color: var(--color-creme);
  display: inline;
  opacity: 0.8;
  animation: pulse 1.4s alternate infinite ease-in-out;
  width: 260px;
}
@keyframes pulse {
  to {
    transform: scale(0.8);
    opacity: 0.5;
  }
}
.preloader.hiddenthis {
  animation: fadeOut 1s;
  animation-fill-mode: forwards;

}
@keyframes fadeOut {
  100% {
    opacity: 0;
    visibility: hidden;
  }
}



/* --- EFFETTI MENU --- */

#main-menu{
  background-color: var(--color-grey);
}
#main-menu .serif p{
  font-size: 1.3rem;
  line-height: 1.5;
  position: relative;
  top: -3px;
}
#hamburger-button {
  margin: 10px 12px 0 0;
  display: block;
  float: right;
  position: relative;
  right: 0;
  z-index: 95;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}
#hamburger-button a {
  transition: color 0.3s ease;
}
#hamburger-button span{
  display: block;
  width: 52px;
  height: 2px;
  margin-bottom: 20px;
  margin-top: 1px;
  position: relative;
  background: var(--color-creme);
  border-radius: 0;
  z-index: 96;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}
#hamburger-button:hover span{
  background: var(--color-grey);
}
#hamburger-button span:last-child {
  margin-bottom: 0;
}
.closed #hamburger-button span:first-child {
  transform-origin: 0% 0%;
}
.opened #hamburger-button  span {
  opacity: 1;
  transform: rotate(45deg) translate(-22px, -32px);
  background: #232323;
}
.opened #hamburger-button  span:nth-last-child(2) {
  transform: rotate(-45deg) translate(-6px, 15px);
}
.opened #hamburger-button  span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
.menu-button {
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}
.menu-button li {
  padding: 10px 0;
  font-size: 22px;
}
#prenota-menu{
  background-color: var(--color-creme);
}
#prenota-button {
  margin: 0;
  display: block;
  float: right;
  position: absolute;
  right: 80px;
  z-index: 99;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  transform: rotate(0);
  transform-origin: bottom right;
  transition: transform 2s cubic-bezier(0.77,0.2,0.05,1.0);
}
#prenota-button a{
  background-color: var(--color-creme);
  font-size: 2rem;
  padding: 10px 2px 12px 11px;
  margin-top: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5rem;
  text-align: center;
  height: 26px;
  line-height: 26px;
  display: block;
  min-width: 41px;
}
.chiaro #prenota-button a{
  color: var(--color-brown);
}
.scuro #prenota-button a{
  color: var(--color-brown);
  background-color: transparent;
}
#prenota-button a:hover{
  background-color: var(--color-creme);
  color: var(--color-brown);
}
.opened #prenota-button {
  right: 11px;
}
.opened #prenota-button a{
  color: var(--color-brown);
}
.opened #prenota-button a:hover{
  color: var(--color-brown);
  opacity: 0.6;
}
.closed #prenota-button a:after{
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  transition: transform 2s cubic-bezier(0.77,0.2,0.05,1.0);
}
.opened #prenota-button a:after{
  content: "\f410";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  transition: transform 2s cubic-bezier(0.77,0.2,0.05,1.0);
}



.swiper {
  width: 100%;
  height: 100vh;
}

.swiper-slide{
  background-size: cover;
}
.swiper-slide-next{
  transition: 0.6s cubic-bezier(0.77,0.2,0.05,1.0);
  /*filter: blur(30px);
  -webkit-filter: blur(30px);*/
}
.swiper-slide-prev{
  transition: 0.6s cubic-bezier(0.77,0.2,0.05,1.0);
  /*filter: blur(30px);
  -webkit-filter: blur(30px);*/
}



.center-line .left{
  border-right: 1px solid var(--color-black);
}
.center-line .right{
  border-left: 1px solid var(--color-brown);
}

.accordion{
}
.accordion-button {
  cursor: pointer;
}
.accordion-button i{
  position: relative;
  top: -1px;
  font-size: 1.2rem;
  display: inline-block;
  transform-origin: center;
  transform: rotate(-90deg);
  transition: transform 0.3s ease;
  width: 20px;
  height: 20px;
}
.accordion-button i.rotate-90 {
  top: -3px;
  display: inline-block;
  transform-origin: center;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}
.accordion.close div{
  max-height: 0;
  transition: 0.4s cubic-bezier(0.77,0.2,0.05,1.0);
  opacity: 0;
  pointer-events: none;   
}
.accordion.open div{
  opacity: 1;
  max-height: 1600px; /*Posso mettere qualsiasi valore*/
  transition: 0.4s cubic-bezier(0.77,0.2,0.05,1.0);
}
.open .accordion-button {
}

.flex-center{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.reverse{
  flex-flow: column-reverse;
}

.section-element ul{
  margin-top: 1rem;
  float: left;
  width: 100%;
}

.section-element ul li{
  list-style-type: disc;
  margin-left: 1rem;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5;
  float: left;
  width: 100%;
}

.section-element p{
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5;
  float: left;
  margin-top: 1rem;
  width: 100%;
}


.section-element .pure-g .flex-start{
  display: flex;
  justify-content: start;
  flex-direction: column;
}
.section-element .pure-g .flex-center{
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}
.section-element .pure-g .flex-end{
  display: flex;
  justify-content: end;
  flex-direction: column;
}

.section-element .pure-g .orizontal-start{
  display: flex;
  align-items: start;
  flex-direction: column;
}
.section-element .pure-g .orizontal-center{
  display: flex;
  align-items: center;
  flex-direction: column;
}
.section-element .pure-g .orizontal-end{
  display: flex;
  align-items: end;
  flex-direction: column;
}


.blocks figure{
  width: 100%;
}

.blocks .download-list{
  float: left;
  width: 100%;
}
.blocks .download-list ul{

}
.blocks .download-list ul li{
  font-family: var(--font-family-sans);
  font-weight: 600;
  font-size: 1.8rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-left: 0;
  list-style-type: none;
}
.blocks .download-list ul li:before{
  font-family: "Font Awesome 5 Free";
 
  content: "\f019";
  /*  content: "\f111";*/
  position: relative;
  top: 0rem;
  font-size: 1.8rem;
  margin-right: 1.6rem;
  float: left;
}

.blocks .download-list.text-white ul li:before{
  color: var(--color-white);
}
.blocks .download-list.text-dark ul li:before{
  color: var(--color-text);
}

.blocks .download-list ul li a{
  float: left;
  width: auto;
}
.blocks .download-list ul li a:hover{
 
}
.rooms-buttons{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
#map{
  width: 100%;
}