::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #F2F2F2;
  -webkit-border-radius: 0;
}

::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-thumb:horizontal {
  background: #313131;
  -webkit-border-radius: 0;
}

::-webkit-scrollbar-thumb:vertical:active, ::-webkit-scrollbar-thumb:horizontal:active {
  background: #313131;
  -webkit-border-radius: 0;
}

body, html {
  height: 100%;
}

html.show-menu {
  overflow: hidden;
}

body {
  --minFontSize: 18px;
  --maxFontSize: 26px;
  --scaler: 1.4em;
  font-size: clamp(var(--minFontSize), var(--scaler), var(--maxFontSize));
  padding: 0;
  margin: 0;
  font-family: "Cormorant", serif;
  color: #323232;
  font-weight: 300;
  text-align: left;
  background-color: #fff;
}

p {
  margin: 0;
}

.visually-hidden {
  display: none;
}

.header-gradient {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 165px;
  background: linear-gradient(rgba(148, 133, 130, 0.85), transparent);
  z-index: 31;
  transition: all 0.4s ease-out;
}
body.scrolled .header-gradient {
  background: rgb(148, 133, 130);
  height: 90px;
}
@media (max-width: 767px) {
  body.scrolled .header-gradient {
    height: 90px;
  }
}
@media (max-width: 767px) {
  .header-gradient {
    height: 90px;
  }
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 81;
  padding: 0;
  margin: 0;
  font-size: 18px;
  transition: height 0.4s ease-out;
}
#header #logo {
  position: absolute;
  top: 42px;
  left: 50%;
  transform: translateX(-50%);
}
body.scrolled #header #logo {
  top: 12px;
}
@media (max-width: 767px) {
  body.scrolled #header #logo {
    top: 8px;
  }
}
body.scrolled #header #logo img {
  width: 200px;
  height: auto;
}
@media (max-width: 767px) {
  body.scrolled #header #logo img {
    width: 200px;
    height: auto;
  }
}
@media (max-width: 767px) {
  #header #logo {
    top: 8px;
  }
}
#header #logo a {
  display: block;
}
#header #logo img {
  position: relative;
}
@media (max-width: 767px) {
  #header #logo img {
    width: 200px;
    height: auto;
  }
}
#header #service {
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 0 54px;
  margin: 31px 4% 0 0;
  font-size: 18px;
  letter-spacing: 0.085em;
}
body.scrolled #header #service {
  margin: 0 4% 0 0;
}
@media (max-width: 990px) {
  #header #service {
    gap: 0 24px;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  #header #service {
    margin: 8px 4% 0 0;
  }
}
#header #service .locality {
  text-transform: uppercase;
  position: absolute;
  left: 4%;
  color: #fff;
}
@media (max-width: 990px) {
  #header #service .locality {
    display: none;
  }
}
#header #service .locality a {
  color: #fff;
  text-decoration: none;
}
#header #service .contact {
  position: absolute;
  left: 15%;
}
#header #service .contact a {
  color: #fff;
  text-decoration: none;
}
#header #service .social {
  display: flex;
  gap: 0 31px;
}
@media (max-width: 990px) {
  #header #service .social {
    display: none;
  }
}
#header #service .social a {
  text-decoration: none;
  color: #fff;
  display: block;
}
#header #service .mod-languages {
  position: relative;
}
@media (max-width: 990px) {
  #header #service .mod-languages {
    left: 4%;
    position: relative;
  }
}
#header #service .mod-languages .current-language {
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
  text-align: center;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 2px 20px;
  font-size: 18px;
}
@media (max-width: 990px) {
  #header #service .mod-languages .current-language {
    font-size: 14.4px;
  }
}
#header #service .mod-languages ul {
  overflow: hidden;
  list-style: none;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 10px 0 0 0;
  padding: 0;
  width: 100%;
  text-align: center;
  font-size: 18px;
  box-sizing: border-box;
  background-color: #948582;
}
@media (max-width: 990px) {
  #header #service .mod-languages ul {
    font-size: 14.4px;
  }
}
#header #service .mod-languages ul a {
  display: block;
  line-height: 1.2em;
  padding: 0.4em 0.7em;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}
#header #service .mobile-button {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  display: none;
}
@media (max-width: 990px) {
  #header #service .mobile-button {
    display: flex;
  }
}
#header #service .mobile-button a {
  flex: 1 1 auto;
  display: block;
  background-color: #B2A3A0;
  color: white;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.1835em;
  text-transform: uppercase;
}
#header #service .mobile-button a.tel {
  border-left: 1px solid #B2A3A0;
  background-color: #948582;
}
#header #service .quick-btn {
  display: flex;
  gap: 0 31px;
}
@media (max-width: 990px) {
  #header #service .quick-btn {
    display: none;
  }
}
#header #service .quick-btn a {
  text-decoration: none;
  color: #fff;
  background-color: #948582;
  display: block;
  line-height: 1.4em;
  padding: 0.8em 3.9em;
  border-radius: 24px;
}
#header #service #mobile-nav {
  display: flex;
  width: 94px;
  height: 94px;
  position: relative;
  text-decoration: none;
  color: #fff;
}
@media (max-width: 767px) {
  #header #service #mobile-nav {
    width: 74px;
    height: 74px;
  }
}
#header #service #mobile-nav .icon > * {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#header #service #mobile-nav .menu-aperto {
  visibility: hidden;
  opacity: 0;
  font-size: 1.7em;
}

#nav {
  transform: translateX(40%);
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 47;
  overflow: hidden;
}
#nav #box-menu {
  height: 100%;
  background: url("/images/menu/00_sfondo.jpg") no-repeat center;
  background-size: cover;
  display: flex;
}
#nav #box-menu > * {
  flex: 1 1 1px;
}
#nav #box-menu .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#nav #box-menu .inner #menu {
  list-style: none;
  padding: 0 4vw;
  margin: 0;
  margin-top: 100px;
}
@media (max-width: 767px) {
  #nav #box-menu .inner #menu {
    margin-top: 0;
  }
}
#nav #box-menu .inner #menu li {
  text-align: center;
}
#nav #box-menu .inner #menu li .nav-header {
  display: block;
  font-size: 60px;
  color: #fff;
  line-height: 1.2em;
  padding: 0.1em 41px;
  cursor: pointer;
  transition: all 0.4s ease-out;
}
@media (max-width: 1230px) {
  #nav #box-menu .inner #menu li .nav-header {
    font-size: 51.6px;
  }
}
@media (max-width: 767px) {
  #nav #box-menu .inner #menu li .nav-header {
    font-size: 31.2px;
  }
}
#nav #box-menu .inner #menu li a {
  display: block;
  font-size: 60px;
  color: #fff;
  text-decoration: none;
  line-height: 1.2em;
  padding: 0.1em 41px;
  transition: all 0.4s ease-out;
}
@media (max-width: 1230px) {
  #nav #box-menu .inner #menu li a {
    font-size: 51.6px;
  }
}
@media (max-width: 767px) {
  #nav #box-menu .inner #menu li a {
    font-size: 31.2px;
  }
}
#nav #box-menu .inner #menu li a:hover {
  font-weight: 400;
  background: linear-gradient(0deg, white 1%, transparent 1%);
}
#nav #box-menu .inner #menu li.active > .nav-header, #nav #box-menu .inner #menu li.active > a {
  font-weight: 400;
  background: linear-gradient(0deg, white 1%, transparent 1%);
}
#nav #box-menu .inner #menu li ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
#nav #box-menu .inner #menu li ul li a {
  font-size: 28px;
}
@media (max-width: 767px) {
  #nav #box-menu .inner #menu li ul li a {
    font-size: 17.64px;
    padding: 0.5em 41px;
  }
}
#nav #box-menu .inner #menu li.selected ul {
  display: block;
}
#nav #box-menu .inner #menu li .goBack {
  display: none;
  margin-top: 34px;
  text-align: right;
  text-transform: uppercase;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  padding-right: 41px;
  color: #fff;
}
#nav #box-menu .inner #menu li .goBack svg {
  font-size: 1.8em;
  margin-right: 13px;
}

#foto {
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
  font-size: 0;
  height: 100vh;
  overflow: hidden;
}
#foto .list {
  overflow: hidden;
  height: 100%;
}
#foto .list img {
  display: block;
}
#foto .list img:not(:first-child) {
  display: none;
}
#foto #slide-nav {
  position: absolute;
  right: 4%;
  bottom: 130px;
  z-index: 21;
  display: flex;
}
@media (max-width: 990px) {
  #foto #slide-nav {
    bottom: 75px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    align-items: center;
    height: 36px;
  }
}
#foto #slide-nav a {
  padding: 0 3px;
  transition: all 0.7s ease-out;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
}
#foto #slide-nav a span {
  display: block;
  height: 6px;
  width: 6px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0 auto;
  transition: all 0.7s ease-out;
}
#foto #slide-nav a.current span {
  height: 24px;
  width: 24px;
}
#foto #foto-after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
#foto #foto-after #slogan {
  position: absolute;
  left: 0;
  margin: 0 auto;
  width: 95%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12vh;
  line-height: 1.1em;
  box-sizing: border-box;
  color: #fff;
}
@media (max-width: 767px) {
  #foto #foto-after #slogan {
    font-size: 16vw;
  }
}

#quick-request {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #B2A3A0;
}
@media (max-width: 990px) {
  #quick-request {
    display: none;
  }
}
#quick-request #form-booking {
  position: relative;
  display: flex;
  justify-content: flex-end;
  height: 85px;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  font-size: 18px;
  font-weight: 300;
}
#quick-request #form-booking .form-row {
  padding: 16px 19px;
}
#quick-request #form-booking .form-row input {
  font: 18px "Cormorant", serif;
  background-color: transparent;
  color: #fff;
  border: none;
  box-sizing: border-box;
  width: 80px;
  font-weight: 300;
}
@media (max-width: 1230px) {
  #quick-request #form-booking .form-row input {
    width: 110px;
  }
}
#quick-request #form-booking .form-row svg {
  position: relative;
  top: 2px;
  left: 5px;
}
#quick-request #form-booking .form-row svg path {
  fill: #fff;
}
#quick-request #form-booking .form-row.row-invia {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 24px;
  height: 85px;
  background: #948582;
  width: 40%;
  font-weight: 300;
}
#quick-request #form-booking .form-row.row-invia button {
  border: none;
  background-color: #948582;
  color: #fff;
  text-align: center;
  cursor: pointer;
  line-height: 1.4em;
  padding: 16px 56px;
  display: block;
  font: 18px "Cormorant", serif;
  font-weight: 300;
}
#quick-request #form-booking .form-row.row-invia button.btn-booking {
  background-color: #948582;
}
#quick-request #form-booking #arrival-focus, #quick-request #form-booking #departure-focus {
  margin-right: 6%;
}

#content {
  position: relative;
  overflow: hidden;
  line-height: 1.8em;
}
#content > :last-child {
  margin-bottom: 12.9vh !important;
}
body.noPhoto #content {
  padding-top: 118px;
}
@media (max-width: 767px) {
  body.noPhoto #content {
    padding-top: 60px;
  }
}
#content p {
  margin: 1.4em 0;
}
#content a {
  color: #323232;
  transition: all 0.4s ease-out;
}
#content .link {
  display: flex;
  gap: 0 1.2em;
}
#content .link a {
  text-decoration: none;
  color: #000;
  display: block;
  font-weight: 400;
  line-height: 1.4em;
}
#content h1 {
  font-size: 84px;
  line-height: 1.14em;
  margin: 0.92em 0;
  font-weight: 300;
  color: #948582;
}
@media (max-width: 990px) {
  #content h1 {
    font-size: 68.88px;
  }
}
@media (max-width: 767px) {
  #content h1 {
    font-size: 43.68px;
  }
}
#content h2 {
  font-size: 50px;
  line-height: 1.14em;
  margin: 0.92em 0;
  font-weight: 300;
  color: #B2A3A0;
}
@media (max-width: 990px) {
  #content h2 {
    font-size: 41px;
  }
}
@media (max-width: 767px) {
  #content h2 {
    font-size: 31px;
  }
}
#content h3 {
  font-size: 34px;
  line-height: 1.14em;
  margin: 0.92em 0;
  font-weight: 400;
}
@media (max-width: 990px) {
  #content h3 {
    font-size: 31.28px;
  }
}
#content .article {
  position: relative;
  z-index: 6;
  margin: 12.9vh 4%;
}
@media (max-width: 990px) {
  #content .article {
    margin: 6vh 4%;
  }
}
body.homepage #content .article .item-page, body.txt-articolo #content .article .item-page {
  position: relative;
  z-index: 5;
  width: 100%;
}
@media (max-width: 990px) {
  body.homepage #content .article .item-page, body.txt-articolo #content .article .item-page {
    width: 100%;
  }
}
body.homepage #content .article .item-page h1, body.txt-articolo #content .article .item-page h1 {
  margin: 0 auto;
  text-align: center;
  line-height: 100%;
}
body.homepage #content .article .item-page h2, body.txt-articolo #content .article .item-page h2 {
  font-family: "Italianno", cursive;
  margin: 0.52em auto;
  text-align: center;
  line-height: 100%;
}
#content .article .service-icon {
  grid-gap: 7%;
  display: flex;
  column-gap: 5%;
  align-items: center;
  justify-content: flex-start;
  margin: 3% 0;
}
#content .article .service-icon.rl {
  flex-direction: row-reverse;
}
#content .article .service-icon img {
  max-width: 80px;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  #content .article .service-icon {
    flex-direction: column;
    margin-bottom: 10%;
    grid-gap: 3%;
    column-gap: 3%;
  }
  #content .article .service-icon img {
    max-width: 80px;
    width: 100%;
    height: auto;
  }
}
#content .section-item {
  position: relative;
}
#content .section-item .content > .inner :first-child {
  margin-top: 0;
}
#content .section-item .content > .inner :last-child {
  margin-bottom: 0;
}
#content .section-item h2 {
  font-size: 64px;
  color: #948582;
}
@media (max-width: 767px) {
  #content .section-item h2 {
    font-size: 35.84px;
  }
}
#content .section-item.section-parallax {
  aspect-ratio: 16/7.2;
  overflow: hidden;
  /*@includebreakpointMobile {
    aspect-ratio: auto;
  }*/
}
#content .section-item.section-parallax.has-link {
  cursor: pointer;
}
#content .section-item.section-parallax .content > .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 84px;
  line-height: 1.2em;
  z-index: 6;
}
@media (max-width: 990px) {
  #content .section-item.section-parallax .content > .inner {
    font-size: 63.84px;
  }
}
@media (max-width: 767px) {
  #content .section-item.section-parallax .content > .inner {
    font-size: 41.16px;
  }
}
#content .section-item.section-parallax .content > .inner .smaller {
  font-size: 0.5em;
}
#content .section-item.section-parallax .content > .inner a {
  display: block;
  text-decoration: none;
  color: #fff;
}
#content .section-item.section-parallax .image {
  /*@includebreakpointMobile {
    height: 70vh;

    > .inner {
      height: 100%;
    }
  }*/
}
#content .section-item.section-parallax .image img {
  width: 100%;
  height: auto;
  display: block;
  /*@includebreakpointMobile {
    height: 100%;
    object-fit: cover;
  }*/
}
#content .section-item.section-rooms {
  margin: 6vh 0;
}
@media (max-width: 990px) {
  #content .section-item.section-rooms {
    margin: 3vh 0;
  }
}
#content .section-item.section-rooms .section-main {
  position: relative;
}
#content .section-item.section-rooms .section-main h2 {
  margin: 9.4vh 12% 9.4vh 12%;
}
@media (max-width: 990px) {
  #content .section-item.section-rooms .section-main h2 {
    margin: 3vh 4% 3vh 4%;
  }
}
#content .section-item.section-rooms .section-main .content {
  margin: 9.4vh 24% 9.4vh 12%;
}
@media (max-width: 990px) {
  #content .section-item.section-rooms .section-main .content {
    margin: 3vh 4% 3vh 4%;
  }
}
#content .section-item.section-rooms .section-main .item-decoration .decoration-3 {
  position: absolute;
  top: 0;
  left: -5vw;
  z-index: -1;
}
#content .section-item.section-rooms .section-main .item-decoration .decoration-3 img {
  display: block;
  width: auto;
  height: 15vw;
  opacity: 0.6;
}
@media (max-width: 990px) {
  #content .section-item.section-rooms .section-main .item-decoration .decoration-3 img {
    height: 40vw;
  }
}
#content .section-item.section-rooms .section-main .item-decoration .decoration-4 {
  position: absolute;
  top: 70%;
  right: -5vw;
  z-index: -1;
}
@media (max-width: 990px) {
  #content .section-item.section-rooms .section-main .item-decoration .decoration-4 {
    right: -35vw;
  }
}
#content .section-item.section-rooms .section-main .item-decoration .decoration-4 img {
  display: block;
  width: auto;
  height: 18vw;
  opacity: 0.6;
}
@media (max-width: 990px) {
  #content .section-item.section-rooms .section-main .item-decoration .decoration-4 img {
    height: 50vw;
  }
}
#content .section-item.section-rooms .section-after {
  display: block;
  margin: 0;
}
@media (max-width: 767px) {
  #content .section-item.section-rooms .section-after {
    display: block;
  }
}
#content .section-item.section-rooms .section-after .rooms-images {
  position: relative;
}
#content .section-item.section-rooms .section-after .rooms-images .list .list-item {
  width: 100%;
  height: auto;
  position: relative;
}
#content .section-item.section-rooms .section-after .rooms-images .list .list-item .room-image {
  height: 80vh;
}
@media (max-width: 990px) {
  #content .section-item.section-rooms .section-after .rooms-images .list .list-item .room-image {
    height: auto;
  }
}
#content .section-item.section-rooms .section-after .rooms-images .list .list-item .room-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#content .section-item.section-rooms .section-after .rooms-images .list .list-item .roomTxt {
  position: relative;
  top: -50px;
  width: 75%;
  margin: 0 auto;
  padding: 90px 0 10px 0;
  border: 1px solid #948582;
  color: #948582;
  text-align: center;
}
@media (max-width: 990px) {
  #content .section-item.section-rooms .section-after .rooms-images .list .list-item .roomTxt {
    padding: 60px 0 10px 0;
    width: 90%;
  }
}
#content .section-item.section-rooms .section-after .rooms-images .list .list-item .roomTxt .room-title {
  font-family: "Cormorant", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 84px;
  line-height: 110%;
  color: #948582;
  padding-bottom: 2vh;
}
@media (max-width: 990px) {
  #content .section-item.section-rooms .section-after .rooms-images .list .list-item .roomTxt .room-title {
    font-size: 68.88px;
  }
}
@media (max-width: 767px) {
  #content .section-item.section-rooms .section-after .rooms-images .list .list-item .roomTxt .room-title {
    font-size: 43.68px;
  }
}
#content .section-item.section-rooms .section-after .rooms-images .list .list-item .roomTxt .room-detail span {
  text-transform: uppercase;
}
#content .section-item.section-rooms .section-after .rooms-images .list .list-item .roomTxt .room-intro {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: center;
  column-gap: 30px;
  padding: 1vh 0;
}
@media (max-width: 990px) {
  #content .section-item.section-rooms .section-after .rooms-images .list .list-item .roomTxt .room-intro {
    flex-direction: column;
  }
}
#content .section-item.section-rooms .section-after .rooms-images .list .list-item .roomTxt .room-intro *, #content .section-item.section-rooms .section-after .rooms-images .list .list-item .roomTxt .room-intro p {
  padding: 0;
  margin: 0;
}
#content .section-item.section-rooms .section-after .rooms-images .list .list-item .roomTxt .roomBtn {
  padding: 2vh 0;
}
#content .section-item.section-rooms .section-after .rooms-images .list .list-item .roomTxt .roomBtn a {
  text-decoration: none;
  color: #000;
  font-weight: 400;
}
#content .section-item.section-rooms .section-after .rooms-images .list .flickity-prev-next-button {
  top: 25%;
}
#content .section-item.section-rooms .section-after .rooms-images .hoverPanel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80vh;
  display: flex;
}
@media (max-width: 990px) {
  #content .section-item.section-rooms .section-after .rooms-images .hoverPanel {
    display: none;
  }
}
#content .section-item.section-rooms .section-after .rooms-images .hoverPanel > * {
  flex: 1 1 1px;
}
#content .section-item.section-slider-full {
  margin: 12.9vh 0 !important;
}
#content .section-item.section-slider-full .list .list-item {
  width: 100%;
  height: 100vh;
  position: relative;
}
@media (max-width: 767px) {
  #content .section-item.section-slider-full .list .list-item {
    height: 66vh;
  }
}
#content .section-item.section-slider-full .list .list-item .image-box {
  height: 100%;
}
#content .section-item.section-slider-full .list .list-item .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#content .section-item.section-slider-full .hoverPanel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
@media (max-width: 990px) {
  #content .section-item.section-slider-full .hoverPanel {
    display: none;
  }
}
#content .section-item.section-slider-full .hoverPanel > * {
  flex: 1 1 1px;
}
#content .section-item.section-slider-full.slider-text .outer-list {
  background: #000;
  position: relative;
}
#content .section-item.section-slider-full.slider-text .outer-list .image-box {
  opacity: 0.6;
}
#content .section-item.section-slider-full.slider-text .outer-list .info-box {
  position: absolute;
  top: 0;
  left: 4%;
  bottom: 0;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
@media (max-width: 990px) {
  #content .section-item.section-slider-full.slider-text .outer-list .info-box {
    width: 70%;
  }
}
#content .section-item.section-slider-full.slider-text .outer-list .info-box .title {
  font-size: 64px;
  line-height: 1.14em;
  margin: 0.92em 0;
}
@media (max-width: 767px) {
  #content .section-item.section-slider-full.slider-text .outer-list .info-box .title {
    font-size: 35.84px;
  }
}
#content .section-item.section-slider-text {
  margin: 19.9vh 0 2vh 0;
}
@media (max-width: 990px) {
  #content .section-item.section-slider-text {
    margin: 3vh 0;
  }
}
#content .section-item.section-slider-text.no-slider > .inner .section-main .list {
  display: flex;
}
#content .section-item.section-slider-text.no-slider > .inner .section-main .outer-list .hoverPanel {
  display: none;
}
#content .section-item.section-slider-text.no-slider > .inner .section-main .slider-nav {
  display: none;
}
#content .section-item.section-slider-text .item-decoration .decoration-1 {
  position: absolute;
  top: 0;
  left: -5vw;
  z-index: 0;
}
@media (max-width: 990px) {
  #content .section-item.section-slider-text .item-decoration .decoration-1 {
    left: -8vw;
  }
}
#content .section-item.section-slider-text .item-decoration .decoration-1 img {
  display: block;
  width: auto;
  height: 20vw;
  opacity: 0.8;
}
@media (max-width: 990px) {
  #content .section-item.section-slider-text .item-decoration .decoration-1 img {
    height: 40vw;
    opacity: 0.6;
  }
}
#content .section-item.section-slider-text .item-decoration .decoration-2 {
  position: absolute;
  top: 5%;
  right: -5vw;
  z-index: 1;
}
@media (max-width: 990px) {
  #content .section-item.section-slider-text .item-decoration .decoration-2 {
    top: 30%;
    right: -1vw;
  }
}
#content .section-item.section-slider-text .item-decoration .decoration-2 img {
  display: block;
  width: auto;
  height: 30vw;
  opacity: 0.8;
}
@media (max-width: 990px) {
  #content .section-item.section-slider-text .item-decoration .decoration-2 img {
    height: 50vw;
    opacity: 0.6;
  }
}
#content .section-item.section-slider-text > .inner {
  position: relative;
}
#content .section-item.section-slider-text > .inner .section-main {
  position: relative;
}
#content .section-item.section-slider-text > .inner .section-main .content {
  position: relative;
  z-index: 3;
  margin: 9.4vh 24% 9.4vh 12%;
}
@media (max-width: 990px) {
  #content .section-item.section-slider-text > .inner .section-main .content {
    margin: 3vh 4% 3vh 4%;
  }
}
#content .section-item.section-slider-text > .inner .section-main .slider .inner {
  position: relative;
}
#content .section-item.section-slider-text > .inner .section-main .outer-list {
  position: relative;
}
#content .section-item.section-slider-text > .inner .section-main .outer-list .hoverPanel {
  position: static;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  display: block;
}
@media (max-width: 990px) {
  #content .section-item.section-slider-text > .inner .section-main .outer-list .hoverPanel {
    display: none;
  }
}
#content .section-item.section-slider-text > .inner .section-main .outer-list .hoverPanel .hoverLeft {
  position: absolute;
  top: 0;
  left: 0;
  width: 13%;
  height: 100%;
}
#content .section-item.section-slider-text > .inner .section-main .outer-list .hoverPanel .hoverRight {
  position: absolute;
  top: 0;
  right: 0;
  width: 13%;
  height: 100%;
}
#content .section-item.section-slider-text > .inner .section-main .list {
  margin: 6.4vh 0 6.4vh 0;
}
@media (max-width: 990px) {
  #content .section-item.section-slider-text > .inner .section-main .list {
    margin: 3vh 0 3vh 0;
  }
}
#content .section-item.section-slider-text > .inner .section-main .list .list-item {
  width: 100%;
  overflow: hidden;
  margin-right: 0;
  position: relative;
}
#content .section-item.section-slider-text > .inner .section-main .list .list-item.has-link {
  cursor: pointer;
}
#content .section-item.section-slider-text > .inner .section-main .list .list-item .image-box {
  height: 95vh;
}
@media (max-width: 990px) {
  #content .section-item.section-slider-text > .inner .section-main .list .list-item .image-box {
    height: auto;
  }
}
#content .section-item.section-slider-text > .inner .section-main .list .list-item .image-box img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top;
}
#content .section-item.section-slider-text > .inner .section-main .list .list-item .info-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10.4%;
  box-sizing: border-box;
}
#content .section-item.section-slider-text > .inner .section-main .list .list-item .info-box .index {
  color: #fff;
  font-size: 17.04vh;
  line-height: 1em;
}
@media (max-width: 767px) {
  #content .section-item.section-slider-text > .inner .section-main .list .list-item .info-box .index {
    font-size: 12vh;
  }
}
@supports (-webkit-text-stroke: 1px black) {
  #content .section-item.section-slider-text > .inner .section-main .list .list-item .info-box .index {
    -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: transparent;
  }
}
#content .section-item.section-slider-text > .inner .section-main .list .list-item .info-box .text-box {
  color: #fff;
  font-size: 64px;
  line-height: 1.2em;
}
@media (max-width: 1230px) {
  #content .section-item.section-slider-text > .inner .section-main .list .list-item .info-box .text-box {
    font-size: 51.2px;
  }
}
@media (max-width: 767px) {
  #content .section-item.section-slider-text > .inner .section-main .list .list-item .info-box .text-box {
    font-size: 29.44px;
  }
}
#content .section-item.section-slider-text > .inner .section-main .list .list-item .info-box .text-box p {
  margin: 0;
}
#content .section-item.section-slider-text > .inner .section-main .list .list-item .info-box .text-box a {
  display: none;
}
#content .section-item.section-slider-text > .inner .section-main .hoverPanel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
@media (max-width: 990px) {
  #content .section-item.section-slider-text > .inner .section-main .hoverPanel {
    display: none;
  }
}
#content .section-item.section-slider-text > .inner .section-main .hoverPanel > * {
  flex: 1 1 1px;
}
#content .section-item.section-slider-text > .inner .section-main .slider-nav {
  margin: 0 6%;
  display: flex;
}
#content .section-item.section-slider-text > .inner .section-main .slider-nav > a {
  flex: 1 1 0;
  font-size: 0;
  height: 4px;
  border-bottom: 2px solid #948582;
  transition: background-color 0.4s ease-out;
}
#content .section-item.section-slider-text > .inner .section-main .slider-nav > a.active {
  background-color: #948582;
}
#content .section-item.section-slider-text > .inner .section-after {
  display: flex;
  justify-content: space-between;
  margin: 0 6%;
}
@media (max-width: 767px) {
  #content .section-item.section-slider-text > .inner .section-after {
    display: block;
  }
}
#content .section-item.section-slider-text > .inner .section-after .content {
  flex-basis: 30%;
}
@media (max-width: 990px) {
  #content .section-item.section-slider-text > .inner .section-after .content {
    flex-basis: 50%;
  }
}
#content .section-item.section-slider-text > .inner .section-after .image {
  flex-basis: 42%;
  transform: translateY(26vh);
}
#content .section-item.section-slider-text > .inner .section-after .image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 30px;
}
@media (max-width: 990px) {
  #content .section-item.section-scrollboxes {
    width: 100%;
    height: auto;
    margin: 4vh 0;
  }
}
#content .section-item.section-scrollboxes .inner {
  display: flex;
  height: 80vh;
  width: 300vw;
  background-color: #948582;
}
@media (max-width: 990px) {
  #content .section-item.section-scrollboxes .inner {
    width: 100%;
    height: auto;
    flex-direction: column;
  }
}
#content .section-item.section-scrollboxes .inner .box {
  display: inline-flex;
  height: 80vh;
  width: 100%;
}
@media (max-width: 990px) {
  #content .section-item.section-scrollboxes .inner .box {
    flex-direction: column;
    height: auto;
  }
}
@media (max-width: 990px) {
  #content .section-item.section-scrollboxes .inner .box._1 {
    position: relative;
  }
}
@media (max-width: 990px) {
  #content .section-item.section-scrollboxes .inner .box._2 {
    position: relative;
  }
}
@media (max-width: 990px) {
  #content .section-item.section-scrollboxes .inner .box._3 {
    position: relative;
  }
}
#content .section-item.section-scrollboxes .inner .half {
  width: 100%;
}
#content .section-item.section-scrollboxes .inner .relative {
  position: relative;
}
#content .section-item.section-scrollboxes .inner .right {
  position: absolute;
  right: 0;
  height: 100%;
  background: #948582;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 3.5vw;
  box-sizing: border-box;
  width: 45%;
  flex-direction: column;
}
@media (max-width: 990px) {
  #content .section-item.section-scrollboxes .inner .right {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    overflow: hidden;
  }
}
#content .section-item.section-scrollboxes .inner .right * {
  color: #fff;
}
@media (max-width: 990px) {
  #content .section-item.section-scrollboxes .inner .left {
    position: relative;
  }
}
#content .section-item.section-scrollboxes .inner .left img {
  width: calc(100% - 20vw);
  height: 100%;
  display: block;
  object-fit: cover;
}
@media (max-width: 990px) {
  #content .section-item.section-scrollboxes .inner .left img {
    height: auto;
    width: 100%;
    display: block;
  }
}
#content .section-item.section-text {
  margin: 12.9vh 4%;
}
@media (max-width: 767px) {
  #content .section-item.section-text {
    margin: 6vh 4%;
  }
}
#content .section-item.section-text .item-decoration .decoration-5 {
  position: absolute;
  top: 0;
  left: 2vw;
  z-index: 0;
}
#content .section-item.section-text .item-decoration .decoration-5 img {
  display: block;
  width: auto;
  height: 20vw;
  opacity: 0.8;
}
#content .section-item.section-text .item-decoration .decoration-6 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
#content .section-item.section-text .item-decoration .decoration-6 img {
  display: block;
  width: auto;
  height: 30vw;
  opacity: 0.8;
}
#content .section-item.section-text .section-main {
  margin: 9.4vh 24% 9.4vh 12%;
}
#content .section-item.section-text.services .section-main {
  width: 100%;
  margin: 9.4vh 4%;
}
body.txt-articolo #content .section-item.section-text.services .section-main {
  margin: 0 4%;
}
#content .section-item.section-text.services .inner {
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  #content .section-item.section-text.services .inner {
    align-items: center;
    flex-direction: column;
  }
}
#content .section-item.section-text.services .inner .service-icon {
  grid-gap: 7%;
  display: flex;
  column-gap: 5%;
  align-items: center;
  justify-content: space-evenly;
}
#content .section-item.section-text.services .inner .service-icon * {
  color: #948582;
}
#content .section-item.section-text.services .inner .service-icon img {
  max-width: 130px;
  width: 100%;
  height: auto;
}
#content .section-item.section-text.services .inner .service-icon h3 {
  font-size: 22px;
  max-width: 140px;
}
@media (max-width: 990px) {
  #content .section-item.section-text.services .inner .service-icon {
    flex-direction: column;
    margin-bottom: 10%;
    grid-gap: 3%;
    column-gap: 3%;
    text-align: center;
  }
  #content .section-item.section-text.services .inner .service-icon img {
    max-width: 140px;
    width: 100%;
    height: auto;
  }
  #content .section-item.section-text.services .inner .service-icon h3 {
    max-width: 80%;
  }
}
#content .section-item.icongrid .service-icon {
  grid-gap: 7%;
  display: flex;
  column-gap: 5%;
  align-items: center;
  justify-content: flex-start;
  margin: 3% 0;
}
#content .section-item.icongrid .service-icon.rl {
  flex-direction: row-reverse;
}
#content .section-item.icongrid .service-icon img {
  max-width: 80px;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  #content .section-item.icongrid .service-icon {
    flex-direction: column;
    margin-bottom: 10%;
    grid-gap: 3%;
    column-gap: 3%;
  }
  #content .section-item.icongrid .service-icon img {
    max-width: 80px;
    width: 100%;
    height: auto;
  }
}
#content .section-item.section-threecolumn {
  margin: 19.9vh 0 2vh 0;
}
@media (max-width: 990px) {
  #content .section-item.section-threecolumn {
    margin: 3vh 0;
  }
}
#content .section-item.section-threecolumn .item-decoration .decoration-7 {
  position: absolute;
  top: 40vh;
  left: 2vw;
  z-index: 0;
}
@media (max-width: 767px) {
  #content .section-item.section-threecolumn .item-decoration .decoration-7 {
    display: none;
  }
}
#content .section-item.section-threecolumn .item-decoration .decoration-7 img {
  display: block;
  width: auto;
  height: 20vw;
  opacity: 1;
}
#content .section-item.section-threecolumn .inner {
  display: flex;
}
@media (max-width: 767px) {
  #content .section-item.section-threecolumn .inner {
    display: block;
  }
}
#content .section-item.section-threecolumn .inner .img-before {
  position: absolute;
  left: 0;
  top: 0;
  width: 35vw;
  height: auto;
}
@media (max-width: 767px) {
  #content .section-item.section-threecolumn .inner .img-before {
    position: relative;
    width: 100%;
  }
}
#content .section-item.section-threecolumn .inner .img-before img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#content .section-item.section-threecolumn .inner .img-after {
  position: absolute;
  right: 0;
  top: 10%;
  width: 25vw;
  height: auto;
}
@media (max-width: 767px) {
  #content .section-item.section-threecolumn .inner .img-after {
    position: relative;
    width: 100%;
    left: 0;
    right: auto;
  }
}
#content .section-item.section-threecolumn .inner .img-after img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#content .section-item.section-threecolumn .inner .section-main {
  width: 100vw;
  z-index: 10;
  margin: 2vh 0;
}
#content .section-item.section-threecolumn .inner .section-main .content {
  width: 45%;
  margin: 0 auto;
  padding-top: 10vw;
  padding-bottom: 5vw;
  text-align: center;
}
#content .section-item.section-threecolumn .inner .section-main .content .link {
  justify-content: center;
}
@media (max-width: 767px) {
  #content .section-item.section-threecolumn .inner .section-main .content {
    width: 90%;
    text-align: left;
  }
}
#content .section-item.section-accordion {
  margin: 0 4%;
}
#content .section-item.section-accordion .show-hide-outer {
  padding: 0.36em 0;
  border-bottom: 1px solid #948582;
}
#content .section-item.section-accordion .show-hide-outer .show-hide-btn {
  font-size: 50px;
  line-height: 1.14em;
  margin: 0.42em 0;
  font-weight: 400;
  color: #B2A3A0;
  cursor: pointer;
}
@media (max-width: 990px) {
  #content .section-item.section-accordion .show-hide-outer .show-hide-btn {
    font-size: 41px;
  }
}
@media (max-width: 767px) {
  #content .section-item.section-accordion .show-hide-outer .show-hide-btn {
    font-size: 31px;
  }
}
#content .section-item.section-accordion .show-hide-outer .show-hide-btn svg {
  font-size: 1.3em;
  vertical-align: middle;
  margin-left: 13px;
}
#content .section-item.section-accordion .show-hide-outer .show-hide-text {
  display: none;
}
#content .section-item.section-accordion .show-hide-outer .show-hide-text > *:first-child {
  margin-top: 0;
}
#content .section-item.section-accordion .show-hide-outer .show-hide-text > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0.3em;
}
#content .section-item.section-accordion .show-hide-outer .show-hide-text .image-box img {
  display: block;
  width: 100%;
  height: 80vh;
  object-fit: cover;
}
#content .section-item.room-item {
  position: relative;
  width: 100vw;
  left: calc(-50vw + 50%);
}
#content .section-item.room-item .room-images {
  position: relative;
}
#content .section-item.room-item .room-images .list .list-item {
  width: 100%;
  height: 80vh;
  position: relative;
}
@media (max-width: 767px) {
  #content .section-item.room-item .room-images .list .list-item {
    height: auto;
  }
}
#content .section-item.room-item .room-images .list .list-item .image-box {
  height: 100%;
}
#content .section-item.room-item .room-images .list .list-item .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#content .section-item.room-item .room-images .hoverPanel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
@media (max-width: 990px) {
  #content .section-item.room-item .room-images .hoverPanel {
    display: none;
  }
}
#content .section-item.room-item .room-images .hoverPanel > * {
  flex: 1 1 1px;
}
#content .section-item.room-item .boxes-text {
  position: relative;
  top: -50px;
  width: 75%;
  margin: 0 auto;
  padding: 90px 0 10px 0;
  border: 1px solid #948582;
  color: #948582;
  text-align: center;
}
@media (max-width: 990px) {
  #content .section-item.room-item .boxes-text {
    padding: 60px 0 10px 0;
    width: 90%;
  }
}
#content .section-item.room-item .boxes-text .room-title {
  font-family: "Cormorant", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 84px;
  line-height: 110%;
  color: #948582;
  padding-bottom: 2vh;
}
@media (max-width: 990px) {
  #content .section-item.room-item .boxes-text .room-title {
    font-size: 68.88px;
  }
}
@media (max-width: 767px) {
  #content .section-item.room-item .boxes-text .room-title {
    font-size: 43.68px;
  }
}
#content .section-item.room-item .boxes-text .room-detail span {
  text-transform: uppercase;
}
#content .section-item.room-item .boxes-text .room-intro {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: center;
  column-gap: 30px;
  padding: 1vh 0 5vh 0;
}
@media (max-width: 990px) {
  #content .section-item.room-item .boxes-text .room-intro {
    flex-direction: column;
  }
}
#content .section-item.room-item .boxes-text .room-intro *, #content .section-item.room-item .boxes-text .room-intro p {
  padding: 0;
  margin: 0;
}
#content .section-item.room-item .boxes-text .room-intro .roomBtn {
  position: absolute;
  bottom: -5vh;
  padding: 2vh 0;
}
#content .section-item.room-item .boxes-text .room-intro .roomBtn a {
  padding: 2vh 3vh;
  text-decoration: none;
  color: #fff;
  background-color: #948582;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
#content .section-item.room-item .boxes-extras {
  width: 75%;
  margin: -10px auto 0 auto;
  padding: 0 0 9vh 0;
}
@media (max-width: 990px) {
  #content .section-item.room-item .boxes-extras {
    padding: 0 0 6vh 0;
    width: 90%;
  }
}
#content .section-item.room-item .boxes-extras .show-hide-btn {
  font-size: 22px;
  line-height: 1em;
  margin: 0.2em 0;
  font-weight: 400;
  color: #323232;
  cursor: pointer;
}
#content .section-item.room-item .boxes-extras .show-hide-btn svg {
  font-size: 1em;
  margin-left: 5px;
}
#content .section-item.room-item .boxes-extras .show-hide-text {
  display: none;
}
#content .section-item.room-item .boxes-extras .show-hide-text > *:first-child {
  margin-top: 0;
}
#content .section-item.room-item .boxes-extras .show-hide-text > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0.3em;
}
#content .section-item.room-item .boxes-extras ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
@media (max-width: 990px) {
  #content .section-item.room-item .boxes-extras ul {
    columns: unset;
    -webkit-columns: unset;
    -moz-columns: unset;
  }
}
#content .section-item.text-col .content > .inner {
  display: flex;
  margin: 0 14vw;
  gap: 14vw;
}
@media (max-width: 767px) {
  #content .section-item.text-col .content > .inner {
    display: block;
  }
}
#content .section-item.text-col .content > .inner > * {
  flex: 1 1 0;
}
#content .section-item.text-col .content > .inner > * img {
  max-width: 100%;
  height: auto;
}
#content .section-item.instawall {
  margin: 12.9vh 0 0 0 !important;
  text-align: center;
  background: linear-gradient(0deg, #948582 20%, transparent 20%);
}
@media (max-width: 767px) {
  #content .section-item.instawall {
    margin: 6vh 0 0 0 !important;
  }
}
#content .section-item.instawall .section-main {
  margin: 0 auto;
  width: 100%;
}
#content .section-item.instawall #wall-instagram ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
#content .section-item.instawall #wall-instagram ul li {
  margin: 0 25px;
  display: inline-block;
  position: relative;
  padding-bottom: 0;
}
#content .section-item.instawall #wall-instagram ul li a {
  display: block;
}
#content .section-item.instawall #wall-instagram ul li img {
  display: block;
  height: 330px;
  width: auto;
}
#content #tab-menu {
  list-style: none;
  margin: 2.2em 0;
  padding: 0;
  display: flex;
  gap: 0 1.2em;
}
#content #tab-menu li:first-child a {
  border-color: #948582;
}
#content #tab-menu li:first-child a.selected {
  background-color: #948582;
}
#content #tab-menu a {
  text-decoration: none;
  border: 1px solid #948582;
  display: block;
  line-height: 1.4em;
  padding: 0.8em 3.9em;
  border-radius: 24px;
}
@media (max-width: 767px) {
  #content #tab-menu a {
    padding: 0.8em 1.1em;
    text-align: center;
  }
}
#content #tab-menu a.selected {
  background-color: #948582;
  color: #fff;
}
#content .tab-item {
  display: none;
}
#content .tab-item > *:first-child {
  margin-top: 0;
}
#content .tab-item > *:last-child {
  margin-bottom: 0;
}
#content .tab-item.show {
  display: block;
}
#content .table-outer {
  max-width: 100%;
  overflow: auto;
}
#content .table-outer .prezzi {
  border-collapse: collapse;
  width: 100%;
}
#content .table-outer .prezzi thead {
  background-color: #948582;
  color: #fff;
}
#content .table-outer .prezzi thead th {
  font-size: 1.2em;
  padding: 0.7em 2.3rem;
  text-align: right;
}
#content .table-outer .prezzi tr:nth-child(even) td {
  background-color: #fff;
}
#content .table-outer .prezzi td {
  padding: 0.7em 2.3rem;
  background-color: #948582;
}
@media (max-width: 767px) {
  #content .table-outer .prezzi td {
    padding: 0.4em 1.3rem;
  }
}
#content .table-outer .prezzi td.price {
  text-align: right;
  white-space: nowrap;
}
#content .table-outer .prezzi td.typology {
  white-space: nowrap;
}
#content #room-filter-menu {
  list-style: none;
  display: flex;
  margin: 9vh 0 4vh 0;
  padding: 0;
  justify-content: space-around;
}
@media (max-width: 990px) {
  #content #room-filter-menu {
    margin: 4vh auto 2vh auto;
  }
}
#content #room-filter-menu li {
  width: 50%;
  text-align: center;
}
#content #room-filter-menu li a {
  text-decoration: none;
  font: 50px "Cormorant", serif;
  padding: 0.7em 1.3em;
  display: block;
  transition: all 0.4s ease;
  color: rgba(148, 133, 130, 0.5);
  font-weight: 300;
}
@media (max-width: 990px) {
  #content #room-filter-menu li a {
    font-size: 35px;
    padding: 0.7em 0.1em;
  }
}
@media (max-width: 767px) {
  #content #room-filter-menu li a {
    font-size: 30px;
  }
}
@media (max-width: 390px) {
  #content #room-filter-menu li a {
    font-size: 25px;
  }
}
#content #room-filter-menu li a:hover {
  color: #948582;
  font-weight: 400;
}
#content #room-filter-menu li.selected {
  border: 1px solid #948582;
}
#content #room-filter-menu li.selected a {
  font-weight: 400;
  color: #948582;
}
#content #alteaForm .af-col-center button {
  background-color: #948582;
}
#content .row {
  display: flex;
  gap: 4%;
}
@media (max-width: 990px) {
  #content .row {
    display: block;
  }
}
#content .row > * {
  flex: 1 1 1px;
}

.newsletter .item-cols {
  position: relative;
  overflow: hidden;
}
.newsletter .item-col-2 {
  position: relative;
  float: left;
  width: 49%;
  text-align: left;
  margin: 0 1% 30px 0;
}
.newsletter .item-col-2:last-child {
  margin: 0 0 30px 1%;
}
@media (max-width: 767px) {
  .newsletter .item-col-2 {
    float: none;
    width: auto;
  }
}
.newsletter fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.newsletter .item-col-last {
  text-align: center;
}
.newsletter fieldset legend, .newsletter form .item-col-last legend {
  background-color: #948582;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}
.newsletter fieldset label, .newsletter .item-col-last label {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
}
.newsletter fieldset label.inliner {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 0 !important;
}
.newsletter fieldset label input[type=text] {
  margin: 0;
  border: 1px solid #e0e0e0;
  font-family: "Cormorant", serif;
  background: none;
  padding: 3px 10px;
  font-size: 15px;
  width: 55%;
  display: inline-block;
}
.newsletter fieldset label input.nr {
  width: 25px;
}
.newsletter fieldset label span {
  display: inline-block;
  width: 33%;
}
.newsletter fieldset label span.req {
  color: #282828;
}
.newsletter fieldset label span.req:after {
  content: " (*)";
}
.newsletter fieldset textarea {
  width: 95%;
  box-sizing: border-box;
  height: 100px;
  border: 1px solid #ddd7d1;
  background: none;
}
.newsletter button {
  border: none;
  cursor: pointer;
  margin-top: 20px;
}
.newsletter button.ui-datepicker-trigger {
  margin: 0;
  border: none;
  background: none;
}
.newsletter .item-cols hr {
  border: none;
  background: none;
  border-bottom: 1px solid #ddd7d1;
  margin: 10px 0;
  width: 99%;
}
.newsletter .item-privacy {
  font-size: 13px;
  line-height: 135%;
  text-align: left;
  max-height: 70px;
  overflow: auto;
  margin-bottom: 20px;
  background-color: #948582;
  padding: 5px;
  border: 1px solid #7e7e7e;
}
.newsletter .errorMessages {
  display: none;
  font-size: 15px;
  text-align: left;
  border: 1px solid #E83C42;
  padding: 10px;
  background-color: #FDF4F8;
  margin-bottom: 20px;
}
.newsletter .errorMessages label {
  display: list-item;
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 2px;
}
.newsletter .errorMessages p {
  color: #E83C42;
  font-weight: 400;
  margin-top: 0;
}
.newsletter .errorMessages label.error.valid {
  display: none !important;
}
.newsletter fieldset label input.error {
  background-color: #FDF4F8;
  border-color: #E83C42;
}
.newsletter .room-form-box {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dashed #E83C42;
}
.newsletter fieldset label.aDK input[type=text] {
  width: 30px;
}
.newsletter .btn-outline {
  display: flex;
  justify-content: center;
}
.newsletter .btn-outline button {
  text-decoration: none;
  font: 22px "Cormorant", serif;
  transition: background-color 0.9s ease, color 0.9s ease;
  cursor: pointer;
  color: #fff;
  background-color: #948582;
  display: block;
  line-height: 1.4em;
  padding: 0.8em 3.9em;
  border-radius: 24px;
}

#footer-above {
  position: relative;
  background: linear-gradient(180deg, #fff 5%, #948582 5%);
}
#footer-above .section-newsletter {
  position: relative;
  display: flex;
  color: #948582;
  margin: 0 6%;
}
@media (max-width: 990px) {
  #footer-above .section-newsletter > .image {
    display: none;
  }
}
#footer-above .section-newsletter > .content {
  margin-left: 6%;
  flex-grow: 1;
}
@media (max-width: 767px) {
  #footer-above .section-newsletter > .content {
    margin-left: 0;
  }
}
#footer-above .section-newsletter > .content .title {
  font-size: 45px;
  line-height: 1.8em;
  margin-left: 107px;
}
@media (max-width: 1230px) {
  #footer-above .section-newsletter > .content .title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  #footer-above .section-newsletter > .content .title {
    font-size: 27.9px;
    margin-left: 0;
    text-align: center;
  }
}
#footer-above .section-newsletter > .content form {
  position: relative;
  margin-top: 6.4vh;
}
#footer-above .section-newsletter > .content form input {
  font-family: "Cormorant", serif;
  background: transparent;
  border: 1px solid #948582;
  color: #948582;
  font-size: 1.3em;
  display: block;
  width: 100%;
  padding: 38px 107px;
  box-sizing: border-box;
  text-align: left;
  border-radius: 48px;
}
@media (max-width: 767px) {
  #footer-above .section-newsletter > .content form input {
    padding: 38px 107px 38px 37px;
  }
}
#footer-above .section-newsletter > .content form input::placeholder {
  color: #948582;
}
#footer-above .section-newsletter > .content form button {
  position: absolute;
  right: 18px;
  top: 15px;
  border: 0;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: #948582;
  padding: 4px 20px;
  color: #fff;
  font-size: 1.9em;
}

#footer {
  position: relative;
  font-size: 18px;
  padding-top: 63px;
  line-height: 1.8em;
  background-color: #948582;
}
#footer p {
  margin: 0.1em 0;
  color: #fff;
}
#footer a {
  color: #fff;
  transition: all 0.4s ease-out;
  text-decoration: none;
}
#footer .inner .row {
  display: flex;
  width: 84%;
  margin: 0 auto;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  z-index: 1;
}
@media (max-width: 990px) {
  #footer .inner .row {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
#footer .inner .row .contacts p {
  margin: 0;
}
#footer .inner .row .title {
  color: #fff;
  font-weight: 400;
  margin-top: 0;
  text-transform: uppercase;
}
@media (max-width: 990px) {
  #footer .inner .row .title {
    margin-top: 1.9em;
  }
}
@media (max-width: 990px) {
  #footer .inner .row .menu-footer {
    flex-basis: 100%;
  }
}
#footer .inner .row .address {
  text-transform: uppercase;
}
#footer .inner .row .address img {
  max-width: 280px;
  width: 100%;
  height: auto;
}
#footer .inner .row .info a {
  text-transform: uppercase;
}
@media (max-width: 990px) {
  #footer .inner .row .info {
    margin-top: 1.9em;
  }
}
#footer .inner .row#last-row {
  justify-content: center;
  font-size: 0.7em;
  position: relative;
}
#footer .inner .row#last-row p {
  margin: 0;
}
#footer #by-altea {
  position: relative;
  z-index: 2;
  padding: 4vh 0;
}
#footer .footer-deco {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  opacity: 0.6;
}
#footer .footer-deco img {
  display: block;
}
#footer .btn-mobile {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0 auto;
  z-index: 31;
}
@media (max-width: 767px) {
  #footer .btn-mobile {
    display: flex;
  }
}
#footer .btn-mobile > * {
  flex: 1 1 1px;
}
#footer .btn-mobile a {
  text-decoration: none;
  color: #fff;
  background-color: #948582;
  display: block;
  line-height: 1.4em;
  padding: 0.3em 0;
  text-align: center;
}
#footer .btn-mobile a.booking {
  background-color: #948582;
}
#footer .scroll {
  position: relative;
  z-index: 2;
  padding-top: 73px;
}
@media (max-width: 990px) {
  #footer .scroll {
    padding-bottom: 42px;
  }
}
#footer .scroll svg {
  transform: rotate(180deg);
  cursor: pointer;
  width: 90px;
  display: block;
  margin: 0 auto;
  z-index: 10;
}

@media (max-width: 990px) {
  #cursorTracker {
    display: none;
  }
}
#cursorTracker .cursor {
  position: fixed;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  z-index: 150;
}
#cursorTracker .cursor-pointer {
  width: 58px;
  height: 58px;
  background-color: rgba(131, 113, 91, 0.62);
  border-radius: 50%;
  top: -30px;
  left: -30px;
}
#cursorTracker .cursor-arrow-right, #cursorTracker .cursor-arrow-left {
  top: -81px;
  left: -81px;
}
#cursorTracker .cursor-arrow-left {
  transform: rotate(180deg);
}

.flickity-button {
  background: rgba(255, 255, 255, 0.4);
  color: #948582;
  outline: none;
}
.flickity-button:hover {
  background: rgba(255, 255, 255, 0.4);
}
@media (max-width: 990px) {
  .flickity-button {
    display: block;
  }
}
.flickity-button .flickity-prev-next-button {
  width: 80px;
  height: 80px;
}

#room-filter-menu {
  display: none !important;
}

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