::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  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%;
}

body {
  padding: 0;
  margin: 0;
  font: 18px "Questrial", sans-serif;
  color: #525252;
  text-align: left;
  background-color: #fff;
}

p {
  margin: 0;
}

.visually-hidden {
  display: none;
}

.header-gradient {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 205px;
  background: linear-gradient(rgba(0, 0, 0, 0.3), transparent);
  z-index: 31;
}

#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.scrolled #logo img.logo-white {
  opacity: 0;
}
#header.scrolled #logo img.logo-simbolo {
  opacity: 1;
}
#header #logo {
  position: absolute;
  top: 42px;
  left: 4%;
}
#header #logo a {
  display: block;
}
#header #logo img {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  #header #logo img {
    width: 92px;
    height: auto;
  }
}
#header #logo img.logo-white {
  transition: opacity 0.4s ease-out;
}
#header #logo img.logo-simbolo {
  opacity: 0;
  transition: opacity 0.4s ease-out;
}
#header #service {
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 0 54px;
  margin: 31px 4% 0 0;
  font-size: 18px;
}
@media (max-width: 990px) {
  #header #service {
    gap: 0 24px;
  }
}
#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 .language ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
  display: flex;
}
#header #service .language ul a {
  display: block;
  line-height: 1.2em;
  padding: 0.4em 0.7em;
  text-decoration: none;
  color: #fff;
}
#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: #63c3e3;
  display: block;
  line-height: 1.4em;
  padding: 0.8em 3.9em;
  border-radius: 24px;
}
#header #service #mobile-nav {
  display: flex;
  width: 94px;
  height: 94px;
  border-radius: 50%;
  background-color: #6a9573;
  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 .menu-img {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 990px) {
  #nav #box-menu .menu-img {
    display: none;
  }
}
#nav #box-menu .menu-img .image {
  width: 32vw;
  height: 32vw;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1230px) {
  #nav #box-menu .menu-img .image {
    width: 41vw;
    height: 41vw;
  }
}
#nav #box-menu .menu-img .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#nav #box-menu .menu-img .image img.back {
  position: static;
  opacity: 1;
}
#nav #box-menu .menu-img .decoration {
  width: 32vw;
  height: 32vw;
  border-radius: 50%;
  border: 1px solid #63c3e3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-55%, -48%);
}
@media (max-width: 1230px) {
  #nav #box-menu .menu-img .decoration {
    width: 41vw;
    height: 41vw;
  }
}
#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;
}
#nav #box-menu .inner #menu li {
  text-align: right;
}
#nav #box-menu .inner #menu li .nav-header {
  display: block;
  font-size: 59px;
  color: #fff;
  line-height: 1.2em;
  padding: 0.2em 41px;
  cursor: pointer;
  transition: all 0.4s ease-out;
}
@media (max-width: 1230px) {
  #nav #box-menu .inner #menu li .nav-header {
    font-size: 50.74px;
  }
}
@media (max-width: 767px) {
  #nav #box-menu .inner #menu li .nav-header {
    font-size: 30.68px;
  }
}
#nav #box-menu .inner #menu li .nav-header:hover {
  color: #63c3e3;
}
#nav #box-menu .inner #menu li .nav-header > img {
  display: none;
}
#nav #box-menu .inner #menu li a {
  display: block;
  font-size: 59px;
  color: #fff;
  text-decoration: none;
  line-height: 1.2em;
  padding: 0.3em 41px;
  transition: all 0.4s ease-out;
}
@media (max-width: 1230px) {
  #nav #box-menu .inner #menu li a {
    font-size: 50.74px;
  }
}
@media (max-width: 767px) {
  #nav #box-menu .inner #menu li a {
    font-size: 30.68px;
  }
}
#nav #box-menu .inner #menu li a:hover {
  color: #63c3e3;
}
#nav #box-menu .inner #menu li a > span > img {
  display: none;
}
#nav #box-menu .inner #menu li.active > .nav-header, #nav #box-menu .inner #menu li.active > a {
  color: #63c3e3;
}
#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 .video-header {
  overflow: hidden;
  height: 100%;
}
#foto .video-header #videobox-header {
  height: 100% !important;
}
#foto .video-header #videobox-header video {
  object-fit: cover !important;
}
#foto .video-header #controls {
  z-index: 5;
}
#foto #slide-nav {
  position: absolute;
  right: 4%;
  bottom: 50px;
  z-index: 21;
  display: flex;
}
@media (max-width: 767px) {
  #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: 4%;
  width: 92%;
  text-align: left;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14vh;
  line-height: 1.1em;
  box-sizing: border-box;
  color: #fff;
}
@media (max-width: 990px) {
  #foto #foto-after #slogan {
    font-size: 15vw;
  }
}
@media (max-width: 767px) {
  #foto #foto-after #slogan {
    font-size: 16vw;
  }
}
@supports (-webkit-text-stroke: 1px black) {
  #foto #foto-after #slogan {
    -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: transparent;
  }
}

#quick-request {
  position: absolute;
  left: 4%;
  bottom: 5%;
}
@media (max-width: 767px) {
  #quick-request {
    display: none;
  }
}
#quick-request #form-booking {
  display: flex;
  margin: 0 auto;
  font-size: 18px;
  position: relative;
  border: 1px solid #fff;
  border-radius: 36px;
  padding: 0 24px;
}
@media (max-width: 990px) {
  #quick-request #form-booking {
    flex-wrap: wrap;
    width: 460px;
    justify-content: center;
  }
}
#quick-request #form-booking .form-row {
  padding: 16px 19px;
}
#quick-request #form-booking .form-row label {
  display: block;
  color: #fff;
  position: relative;
  margin-bottom: 6px;
  text-transform: uppercase;
}
#quick-request #form-booking .form-row label svg {
  position: relative;
  top: 2px;
  left: 5px;
}
#quick-request #form-booking .form-row input {
  font: 18px "Questrial", sans-serif;
  background-color: transparent;
  color: #fff;
  border: none;
  box-sizing: border-box;
  width: 140px;
}
@media (max-width: 1230px) {
  #quick-request #form-booking .form-row input {
    width: 110px;
  }
}
#quick-request #form-booking .form-row.row-invia {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 990px) {
  #quick-request #form-booking .form-row.row-invia {
    padding-bottom: 16px;
  }
}
#quick-request #form-booking .form-row.row-invia button {
  border: none;
  background-color: #63c3e3;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  line-height: 1.4em;
  padding: 16px 56px;
  border-radius: 24px;
  display: block;
  font: 18px "Questrial", sans-serif;
}
#quick-request #form-booking .form-row.row-invia button.btn-booking {
  background-color: #6a9573;
}

#content {
  position: relative;
  overflow: hidden;
  line-height: 1.8em;
}
#content > :last-child {
  margin-bottom: 12.9vh !important;
}
body.noPhoto #content {
  padding-top: 218px;
}
#content p {
  margin: 1.9em 0;
}
#content a {
  color: #525252;
  transition: all 0.4s ease-out;
}
#content .link {
  display: flex;
  gap: 0 1.2em;
}
#content .link a {
  text-decoration: none;
  color: #fff;
  background-color: #63c3e3;
  display: block;
  line-height: 1.4em;
  padding: 0.8em 3.9em;
  border-radius: 24px;
}
@media (max-width: 767px) {
  #content .link a {
    padding: 0.8em 1.9em;
  }
}
#content h1 {
  font-size: 88px;
  line-height: 1.14em;
  margin: 0.92em 0;
  font-weight: 400;
  color: #63c3e3;
}
@media (max-width: 990px) {
  #content h1 {
    font-size: 72.16px;
  }
}
@media (max-width: 767px) {
  #content h1 {
    font-size: 45.76px;
  }
}
#content h2 {
  font-size: 45px;
  line-height: 1.14em;
  margin: 0.92em 0;
  font-weight: 400;
  color: #2f8483;
}
@media (max-width: 990px) {
  #content h2 {
    font-size: 36.9px;
  }
}
@media (max-width: 767px) {
  #content h2 {
    font-size: 27.9px;
  }
}
#content h3 {
  font-size: 34px;
  line-height: 1.14em;
  margin: 0.92em 0;
  font-weight: 400;
}
@media (max-width: 990px) {
  #content h3 {
    font-size: 27.88px;
  }
}
@media (max-width: 767px) {
  #content h3 {
    font-size: 21.08px;
  }
}
#content .article {
  position: relative;
  z-index: 6;
  margin: 12.9vh 4%;
}
body.homepage #content .article .item-page, body.decoration #content .article .item-page {
  position: relative;
  z-index: 5;
  width: 61%;
}
@media (max-width: 990px) {
  body.homepage #content .article .item-page, body.decoration #content .article .item-page {
    width: 100%;
  }
}
@media (max-width: 990px) {
  body.homepage #content .article .item-page h1, body.decoration #content .article .item-page h1 {
    width: 61%;
  }
}
@media (max-width: 767px) {
  body.homepage #content .article .item-page h1, body.decoration #content .article .item-page h1 {
    width: auto;
  }
}
body.homepage #content .article .item-page h2, body.decoration #content .article .item-page h2 {
  width: 82%;
}
body.homepage #content .article .item-page p, body.decoration #content .article .item-page p {
  width: 60%;
}
@media (max-width: 990px) {
  body.homepage #content .article .item-page p, body.decoration #content .article .item-page p {
    width: auto;
  }
}
body.homepage #content .article .item-decoration .circle-green, body.decoration #content .article .item-decoration .circle-green {
  background-color: rgb(105, 148, 114);
  position: absolute;
}
body.homepage #content .article .item-decoration .circle-green.opacity, body.decoration #content .article .item-decoration .circle-green.opacity {
  background-color: rgba(105, 148, 114, 0.13);
}
body.homepage #content .article .item-decoration #decoration-1, body.decoration #content .article .item-decoration #decoration-1 {
  width: 50vw;
  height: 50vw;
  border-radius: 50%;
  top: 30%;
  right: -10vw;
}
body.homepage #content .article .item-decoration #decoration-2, body.decoration #content .article .item-decoration #decoration-2 {
  width: 50vw;
  height: 50vw;
  border-radius: 50%;
  top: 35%;
  right: -20vw;
}
body.homepage #content .article .item-decoration #decoration-3, body.decoration #content .article .item-decoration #decoration-3 {
  width: 17vw;
  height: 17vw;
  border-radius: 50%;
  top: 50%;
  right: 10vw;
}
body.homepage #content .article .item-decoration #decoration-4, body.decoration #content .article .item-decoration #decoration-4 {
  position: absolute;
  top: 55%;
  right: 10vw;
}
@media (max-width: 767px) {
  body.homepage #content .article .item-decoration #decoration-4, body.decoration #content .article .item-decoration #decoration-4 {
    display: none;
  }
}
body.homepage #content .article .item-decoration #decoration-5, body.decoration #content .article .item-decoration #decoration-5 {
  position: absolute;
  top: 83%;
  right: 9vw;
}
@media (max-width: 767px) {
  body.homepage #content .article .item-decoration #decoration-5, body.decoration #content .article .item-decoration #decoration-5 {
    display: none;
  }
}
body.homepage #content .article .item-decoration #decoration-6, body.decoration #content .article .item-decoration #decoration-6 {
  position: absolute;
  top: 25%;
  right: -0.2vw;
}
@media (max-width: 767px) {
  body.homepage #content .article .item-decoration #decoration-6, body.decoration #content .article .item-decoration #decoration-6 {
    display: none;
  }
}
#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: 73px;
  color: #63c3e3;
}
@media (max-width: 767px) {
  #content .section-item h2 {
    font-size: 40.88px;
  }
}
#content .section-item.section-parallax {
  aspect-ratio: 16/7.2;
  overflow: hidden;
  /*@include variable.breakpointMobile {
    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: 88px;
  line-height: 1.2em;
  z-index: 6;
}
@media (max-width: 990px) {
  #content .section-item.section-parallax .content > .inner {
    font-size: 66.88px;
  }
}
@media (max-width: 767px) {
  #content .section-item.section-parallax .content > .inner {
    font-size: 43.12px;
  }
}
#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 {
  /*@include variable.breakpointMobile {
    height: 70vh;

    > .inner {
      height: 100%;
    }
  }*/
}
#content .section-item.section-parallax .image img {
  width: 100%;
  height: auto;
  display: block;
  /*@include variable.breakpointMobile {
    height: 100%;
    object-fit: cover;
  }*/
}
#content .section-item.section-video .content video, #content .section-item.section-video .content img {
  width: 100%;
  height: 80vh;
  object-fit: cover !important;
  display: block;
}
#content .section-item.section-video .content video {
  height: 100% !important;
}
#content .section-item.section-video .content .btn {
  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: 14vh;
  line-height: 1.2em;
  cursor: pointer;
}
@media (max-width: 990px) {
  #content .section-item.section-video .content .btn {
    font-size: 12vw;
  }
}
@supports (-webkit-text-stroke: 1px black) {
  #content .section-item.section-video .content .btn {
    -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: transparent;
  }
}
#content .section-item.section-slider-box {
  margin: 19.9vh 0 !important;
}
#content .section-item.section-slider-box.background-light {
  background-color: #f2ece0;
  margin: 0 0 19.9vh 0;
  padding: 19.9vh 0;
}
#content .section-item.section-slider-box.background-light:before {
  content: "";
  position: absolute;
  top: 15vh;
  right: -30vw;
  width: 100vw;
  height: 100vw;
  background: rgba(0, 0, 0, 0.4);
  background: radial-gradient(circle, rgba(0, 0, 0, 0.23) 17%, rgba(0, 0, 0, 0) 53%, rgba(0, 0, 0, 0) 100%);
}
#content .section-item.section-slider-box.background-light .item-decoration {
  position: relative;
}
#content .section-item.section-slider-box.background-light .item-decoration .bar-light {
  background-color: #f2ece0;
}
#content .section-item.section-slider-box.background-light .item-decoration #decoration-8 {
  position: absolute;
  top: 90vh;
  right: 0;
  width: 14vw;
  height: 130vh;
}
@media (max-width: 990px) {
  #content .section-item.section-slider-box.background-light .item-decoration #decoration-8 {
    top: 30vh;
    width: 22vw;
  }
}
#content .section-item.section-slider-box.slider-right > .inner .section-main .list {
  margin: 13.4vh 4% 13.4vh 0;
}
#content .section-item.section-slider-box.no-slider > .inner .section-main .list {
  display: flex;
}
#content .section-item.section-slider-box.no-slider > .inner .section-main .outer-list .hoverPanel {
  display: none;
}
#content .section-item.section-slider-box.no-slider > .inner .section-main .slider-nav {
  display: none;
}
#content .section-item.section-slider-box > .inner {
  position: relative;
}
#content .section-item.section-slider-box > .inner .section-main .content h2 {
  margin-left: 6%;
  margin-right: 6%;
}
#content .section-item.section-slider-box > .inner .section-main .slider .inner {
  position: relative;
}
#content .section-item.section-slider-box > .inner .section-main .outer-list {
  position: relative;
}
#content .section-item.section-slider-box > .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-box > .inner .section-main .outer-list .hoverPanel {
    display: none;
  }
}
#content .section-item.section-slider-box > .inner .section-main .outer-list .hoverPanel .hoverLeft {
  position: absolute;
  top: 0;
  left: 0;
  width: 13%;
  height: 100%;
}
#content .section-item.section-slider-box > .inner .section-main .outer-list .hoverPanel .hoverRight {
  position: absolute;
  top: 0;
  right: 0;
  width: 13%;
  height: 100%;
}
#content .section-item.section-slider-box > .inner .section-main .list {
  margin: 13.4vh 0 13.4vh 6%;
}
#content .section-item.section-slider-box > .inner .section-main .list .list-item {
  width: 39.98%;
  border-radius: 30px;
  overflow: hidden;
  margin-right: 4.35%;
  position: relative;
}
@media (max-width: 990px) {
  #content .section-item.section-slider-box > .inner .section-main .list .list-item {
    width: 69.98%;
  }
}
@media (max-width: 767px) {
  #content .section-item.section-slider-box > .inner .section-main .list .list-item {
    width: 80.98%;
  }
}
#content .section-item.section-slider-box > .inner .section-main .list .list-item.has-link {
  cursor: pointer;
}
#content .section-item.section-slider-box > .inner .section-main .list .list-item .image-box img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 900/1140;
  object-fit: cover;
}
#content .section-item.section-slider-box > .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-box > .inner .section-main .list .list-item .info-box .index {
  color: #fff;
  font-size: 19.88vh;
  line-height: 1em;
}
@media (max-width: 767px) {
  #content .section-item.section-slider-box > .inner .section-main .list .list-item .info-box .index {
    font-size: 14vh;
  }
}
@supports (-webkit-text-stroke: 1px black) {
  #content .section-item.section-slider-box > .inner .section-main .list .list-item .info-box .index {
    -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: transparent;
  }
}
#content .section-item.section-slider-box > .inner .section-main .list .list-item .info-box .text-box {
  color: #fff;
  font-size: 73px;
  line-height: 1.2em;
}
@media (max-width: 1230px) {
  #content .section-item.section-slider-box > .inner .section-main .list .list-item .info-box .text-box {
    font-size: 58.4px;
  }
}
@media (max-width: 767px) {
  #content .section-item.section-slider-box > .inner .section-main .list .list-item .info-box .text-box {
    font-size: 33.58px;
  }
}
#content .section-item.section-slider-box > .inner .section-main .list .list-item .info-box .text-box p {
  margin: 0;
}
#content .section-item.section-slider-box > .inner .section-main .list .list-item .info-box .text-box a {
  display: none;
}
#content .section-item.section-slider-box > .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-box > .inner .section-main .hoverPanel {
    display: none;
  }
}
#content .section-item.section-slider-box > .inner .section-main .hoverPanel > * {
  flex: 1 1 1px;
}
#content .section-item.section-slider-box > .inner .section-main .slider-nav {
  margin: 0 6%;
  display: flex;
}
#content .section-item.section-slider-box > .inner .section-main .slider-nav > a {
  flex: 1 1 0px;
  font-size: 0;
  height: 4px;
  border-bottom: 2px solid #63c3e3;
  transition: background-color 0.4s ease-out;
}
#content .section-item.section-slider-box > .inner .section-main .slider-nav > a.active {
  background-color: #63c3e3;
}
#content .section-item.section-slider-box > .inner .section-after {
  display: flex;
  justify-content: space-between;
  margin: 0 6%;
}
@media (max-width: 767px) {
  #content .section-item.section-slider-box > .inner .section-after {
    display: block;
  }
}
#content .section-item.section-slider-box > .inner .section-after .content {
  flex-basis: 30%;
}
@media (max-width: 990px) {
  #content .section-item.section-slider-box > .inner .section-after .content {
    flex-basis: 50%;
  }
}
#content .section-item.section-slider-box > .inner .section-after .image {
  flex-basis: 42%;
  transform: translateY(26vh);
}
#content .section-item.section-slider-box > .inner .section-after .image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 30px;
}
#content .section-item.section-rooms {
  margin: 0 !important;
}
#content .section-item.section-rooms .section-main .content h2 {
  margin-left: 6%;
  margin-right: 6%;
}
#content .section-item.section-rooms .section-main .content .list .list-item {
  width: 100%;
  height: 100vh;
  position: relative;
}
@media (max-width: 767px) {
  #content .section-item.section-rooms .section-main .content .list .list-item {
    height: 66vh;
  }
}
#content .section-item.section-rooms .section-main .content .list .list-item .image-box {
  height: 100%;
}
#content .section-item.section-rooms .section-main .content .list .list-item .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#content .section-item.section-rooms .section-main .content .list .list-item .hoverPanel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
@media (max-width: 990px) {
  #content .section-item.section-rooms .section-main .content .list .list-item .hoverPanel {
    display: none;
  }
}
#content .section-item.section-rooms .section-main .content .list .list-item .hoverPanel > * {
  flex: 1 1 1px;
}
#content .section-item.section-rooms .section-main .content .list .list-item .info-box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 16vh 12% 9vh 12%;
  background: linear-gradient(0, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 80%);
  color: #fff;
  font-size: 1.2em;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  #content .section-item.section-rooms .section-main .content .list .list-item .info-box {
    padding: 16vh 6% 9vh 6%;
  }
}
#content .section-item.section-rooms .section-main .content .list .list-item .info-box .title {
  font-size: 73px;
  line-height: 1.2em;
  padding-bottom: 0.6em;
}
@media (max-width: 767px) {
  #content .section-item.section-rooms .section-main .content .list .list-item .info-box .title {
    font-size: 41.61px;
    padding-bottom: 0.1em;
  }
}
#content .section-item.section-rooms .section-main .content .list .list-item .info-box .text-box {
  display: flex;
  gap: 2.3em;
  align-items: center;
}
@media (max-width: 990px) {
  #content .section-item.section-rooms .section-main .content .list .list-item .info-box .text-box {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  #content .section-item.section-rooms .section-main .content .list .list-item .info-box .text-box {
    font-size: 0.8em;
    gap: 1.3em;
  }
}
#content .section-item.section-rooms .section-main .content .list .list-item .info-box .btn {
  display: flex;
  gap: 1.8em;
}
@media (max-width: 990px) {
  #content .section-item.section-rooms .section-main .content .list .list-item .info-box .btn {
    order: 2;
  }
}
@media (max-width: 767px) {
  #content .section-item.section-rooms .section-main .content .list .list-item .info-box .btn {
    gap: 0.4em;
    align-items: center;
  }
}
#content .section-item.section-rooms .section-main .content .list .list-item .info-box .btn a {
  text-decoration: none;
  color: #fff;
  background-color: #63c3e3;
  line-height: 1.4em;
  padding: 0.5em 3.9em;
  border-radius: 24px;
}
@media (max-width: 990px) {
  #content .section-item.section-rooms .section-main .content .list .list-item .info-box .btn a {
    padding: 0.5em 1.9em;
  }
}
@media (max-width: 767px) {
  #content .section-item.section-rooms .section-main .content .list .list-item .info-box .btn a {
    padding: 0.5em 0.9em;
    text-align: center;
  }
}
#content .section-item.section-rooms .section-main .content .list .list-item .info-box .btn a.btn-room {
  background-color: #6a9573;
}
@media (max-width: 990px) {
  #content .section-item.section-rooms .section-main .content .list .list-item .info-box .price {
    order: 1;
  }
}
#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: 76vh;
  }
}
#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%;
  }
}
@media (max-width: 767px) {
  #content .section-item.section-slider-full.slider-text .outer-list .info-box {
    display: block;
    width: 100%;
    left: 0;
    max-height: 100%;
    overflow: auto;
    box-sizing: border-box;
    padding: 0 4%;
  }
}
#content .section-item.section-slider-full.slider-text .outer-list .info-box .title {
  font-size: 73px;
  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: 40.88px;
  }
}
#content .section-item.section-text {
  margin: 12.9vh 4%;
}
#content .section-item.section-accordion {
  margin: 0 4%;
}
#content .section-item.section-accordion .show-hide-outer {
  padding: 0.36em 0;
  border-bottom: 1px solid #f2ece0;
}
#content .section-item.section-accordion .show-hide-outer .show-hide-btn {
  font-size: 45px;
  line-height: 1.14em;
  margin: 0.42em 0;
  font-weight: 400;
  color: #2f8483;
  cursor: pointer;
}
@media (max-width: 990px) {
  #content .section-item.section-accordion .show-hide-outer .show-hide-btn {
    font-size: 36.9px;
  }
}
@media (max-width: 767px) {
  #content .section-item.section-accordion .show-hide-outer .show-hide-btn {
    font-size: 27.9px;
  }
}
#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: 100vh;
  position: relative;
}
@media (max-width: 767px) {
  #content .section-item.room-item .room-images .list .list-item {
    height: 66vh;
  }
}
#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 {
  margin: 4.5vh 4% 12.9vh 4%;
}
#content .section-item.room-item .boxes-text .btn-link .action-booking {
  background-color: #6a9573;
}
#content .section-item.section-offer .section-main .list .list-item .info-box .text-box .price {
  font-size: 0.6em;
  margin-top: 0.8em;
}
#content .section-item.background-green {
  margin: 0;
  padding: 12.9vh 0;
  background-color: #6a9573;
  color: #fff;
  overflow: hidden;
}
#content .section-item.background-green:before {
  content: "";
  position: absolute;
  top: -25vw;
  left: -30vw;
  width: 60vw;
  height: 60vw;
  background: rgba(0, 0, 0, 0.4);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.23) 17%, rgba(255, 255, 255, 0) 53%, rgba(255, 255, 255, 0) 100%);
}
#content .section-item.background-green > .inner {
  position: relative;
}
#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.color-green h2 {
  color: #6a9573;
}
#content .section-item.color-green .section-main .slider-nav > a {
  border-bottom-color: #6a9573;
}
#content .section-item.color-green .section-main .slider-nav > a.active {
  background-color: #6a9573;
}
#content #offer-page {
  width: 100vw;
  position: relative;
  left: calc(-50vw + 50%);
}
#content #offer-page .offer-item {
  background-color: #f2ece0;
}
#content #offer-page .offer-item.odd {
  background-color: #6a9573;
  color: #fff;
}
#content #offer-page .offer-item .info-box {
  position: relative;
}
#content #offer-page .offer-item .info-box .image-box {
  height: 70vh;
}
#content #offer-page .offer-item .info-box .image-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#content #offer-page .offer-item .info-box .text-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 4%;
  box-sizing: border-box;
}
@media (max-width: 990px) {
  #content #offer-page .offer-item .info-box .text-box {
    align-items: normal;
  }
}
#content #offer-page .offer-item .info-box .text-box .title {
  color: #fff;
  font-size: 88px;
  text-transform: uppercase;
  line-height: 1.3em;
  margin: 0;
}
@media (max-width: 990px) {
  #content #offer-page .offer-item .info-box .text-box .title {
    font-size: 72.16px;
  }
}
@media (max-width: 767px) {
  #content #offer-page .offer-item .info-box .text-box .title {
    font-size: 45.76px;
  }
}
#content #offer-page .offer-item .info-box .text-box .date {
  color: #fff;
  font-size: 45px;
  line-height: 1.3em;
  margin: 0.6em 0;
}
@media (max-width: 990px) {
  #content #offer-page .offer-item .info-box .text-box .date {
    font-size: 36.9px;
  }
}
@media (max-width: 767px) {
  #content #offer-page .offer-item .info-box .text-box .date {
    font-size: 27.9px;
  }
}
#content #offer-page .offer-item .info-box .text-box .price {
  color: #fff;
  font-size: 34px;
  line-height: 1.3em;
  margin: 0;
}
@media (max-width: 990px) {
  #content #offer-page .offer-item .info-box .text-box .price {
    font-size: 27.88px;
  }
}
@media (max-width: 767px) {
  #content #offer-page .offer-item .info-box .text-box .price {
    font-size: 21.08px;
  }
}
#content #offer-page .offer-item .detail-box {
  padding: 0 4%;
}
#content #offer-page .offer-item .detail-box .intro {
  font-size: 34px;
  line-height: 1.3em;
  width: 50%;
}
@media (max-width: 990px) {
  #content #offer-page .offer-item .detail-box .intro {
    width: auto;
    font-size: 36.9px;
  }
}
@media (max-width: 767px) {
  #content #offer-page .offer-item .detail-box .intro {
    font-size: 27.9px;
  }
}
#content #offer-page .offer-item .detail-box .btn {
  padding-bottom: 7.1vh;
}
#content #offer-page .offer-item .detail-box .btn a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background-color: #63c3e3;
  line-height: 1.4em;
  padding: 0.5em 3.9em;
  border-radius: 24px;
}
#content #offer-page .offer-item .detail-box .btn form {
  display: none;
}
#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: #6a9573;
}
#content #tab-menu li:first-child a.selected {
  background-color: #6a9573;
}
#content #tab-menu a {
  text-decoration: none;
  border: 1px solid #63c3e3;
  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: #63c3e3;
  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: #63c3e3;
  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: #f2ece0;
}
@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 .newsletter .g-recaptcha {
  display: flex;
  justify-content: center;
}
#content #alteaForm .af-col-center button {
  background-color: #63c3e3;
}
#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: #6a9573;
  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: "Questrial", sans-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: #f2ece0;
  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: bold;
  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 "Questrial", sans-serif;
  transition: background-color 0.9s ease, color 0.9s ease;
  cursor: pointer;
  color: #fff;
  background-color: #63c3e3;
  display: block;
  line-height: 1.4em;
  padding: 0.8em 3.9em;
  border-radius: 24px;
}

#footer-above {
  position: relative;
}
#footer-above .item-decoration .circle-blue {
  background-color: rgb(76, 178, 177);
  position: absolute;
}
#footer-above .item-decoration .circle-blue.opacity {
  background-color: rgba(76, 178, 177, 0.1);
}
#footer-above .item-decoration #decoration-7 {
  width: 397px;
  height: 397px;
  border-radius: 50%;
  top: 10vh;
  left: -2vw;
}
@media (max-width: 767px) {
  #footer-above .item-decoration #decoration-7 {
    width: 60vw;
    height: 60vw;
  }
}
#footer-above .section-newsletter {
  position: relative;
  display: flex;
  color: #63c3e3;
  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: "Questrial", sans-serif;
  background: transparent;
  border: 1px solid #63c3e3;
  color: #63c3e3;
  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: #63c3e3;
}
#footer-above .section-newsletter > .content form button {
  position: absolute;
  right: 18px;
  top: 15px;
  border: 0;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: #63c3e3;
  padding: 4px 20px;
  color: #fff;
  font-size: 1.9em;
}

#footer {
  position: relative;
  font-size: 21px;
  padding-top: 63px;
  line-height: 1.8em;
}
#footer p {
  margin: 1.9em 0;
}
#footer a {
  color: #525252;
  transition: all 0.4s ease-out;
  text-decoration: none;
}
#footer .inner .row {
  display: flex;
  width: 84%;
  margin: 0 auto;
  justify-content: space-between;
}
@media (max-width: 990px) {
  #footer .inner .row {
    flex-wrap: wrap;
  }
}
#footer .inner .row .contacts p {
  margin: 0;
}
#footer .inner .row .title {
  color: #63c3e3;
  margin-top: 0;
}
@media (max-width: 990px) {
  #footer .inner .row .menu-footer {
    flex-basis: 100%;
  }
}
#footer .inner .row #menu-info {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 990px) {
  #footer .inner .row #menu-info {
    display: flex;
    justify-content: center;
    gap: 1.2em;
  }
}
@media (max-width: 767px) {
  #footer .inner .row #menu-info {
    display: block;
    margin-top: 1.9em;
  }
}
#footer .inner .row #menu-info li {
  margin: 0;
  text-transform: uppercase;
  color: #63c3e3;
}
#footer .inner .row #menu-info li a {
  display: block;
  padding: 0.4em 0;
  color: #63c3e3;
}
@media (max-width: 767px) {
  #footer .inner .row #menu-info li a {
    padding: 0.2em 0;
  }
}
#footer .inner .row#last-row {
  justify-content: center;
  font-size: 0.7em;
}
#footer .inner .row#last-row p {
  margin: 0;
}
#footer .by-altea {
  position: absolute;
  right: 8vw;
  bottom: 100px;
}
@media (max-width: 767px) {
  #footer .by-altea {
    right: 10vw;
    bottom: 170px;
  }
}
#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: #63c3e3;
  display: block;
  line-height: 1.4em;
  padding: 0.3em 0;
  text-align: center;
}
#footer .btn-mobile a.booking {
  background-color: #6a9573;
}
#footer .scroll {
  padding-top: 73px;
}
@media (max-width: 767px) {
  #footer .scroll {
    padding-bottom: 42px;
  }
}
#footer .scroll svg {
  transform: rotate(180deg);
  cursor: pointer;
  width: 90px;
  display: block;
  margin: 0 auto;
}

@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(105, 148, 114, 0.62);
  border-radius: 50%;
  top: -30px;
  left: -30px;
  display: none;
}
#cursorTracker .cursor-text {
  color: #fff;
  background-color: #63c3e3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0.4em;
  box-sizing: border-box;
  font: 22px "Questrial", sans-serif;
  top: 0;
  left: 0;
  width: 162px;
  height: 162px;
  border-radius: 50%;
}
#cursorTracker .cursor-arrow-right, #cursorTracker .cursor-arrow-left {
  top: -81px;
  left: -81px;
}
#cursorTracker .cursor-arrow-left {
  transform: rotate(180deg);
}

#videobox-header > div.jw-wrapper.jw-reset > div.jw-controls.jw-reset > div.jw-display.jw-reset > div > div > div.jw-display-icon-container.jw-display-icon-display.jw-reset > div {
  visibility: hidden;
  position: relative;
  z-index: 15;
}

a.hgpButton.hgpButtonPrimary.hgpButtonRight {
  color: #fff !important;
}

#jmap_sitemap {
  width: 64%;
  margin: 3rem auto 7rem auto;
}

#jmap_sitemap .folder {
  display: none;
}

#jmap_sitemap .selected {
  all: unset;
}

#jmap_sitemap ul {
  list-style: circle;
}

#jmap_sitemap ul.treeview li {
  list-style-type: none;
}

#jmap_sitemap li.collapsable > a {
  display: none;
}

#jmap_sitemap .selected {
  display: none;
}

.grecaptcha-badge {
  bottom: 80px !important;
}

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