/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Version: 1.0.0
*/

@import url("../hello-elementor/style.css");

/* Aggiungi qui le tue personalizzazioni CSS */
body {
  font-family: "neuzon", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  color: #351a10;
  font-weight: 400;
  line-height: 110%;
}
.e-con {
  --padding-top: 0 !important;
  --padding-bottom: 0 !important;
  --padding-left: 0 !important;
  --padding-right: 0 !important;
}
.custom-assoluto-bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; /*background-attachment: fixed;*/
}
.dark-container {
  color: #fff;
}
.custom-pt-3 {
  padding-top: 50px;
}
.custom-pt-5 {
  padding-top: 80px;
}
.custom-pb-3 {
  padding-bottom: 50px;
}
.custom-pb-5 {
  padding-bottom: 80px;
}

.custom-assoluto-section-000 {
  min-height: 80vh;
  position: relative;
}
.custom-bg-light {
  background-color: #fff;
  color: #351a10;
}
.custom-bg-dark {
  background-color: #210f08;
  color: #fff;
}
.custom-bg-dark-over {
  background-color: #351a10;
  color: #fff;
}
.custom-bg-pink {
  background-color: #fff4f0;
  color: #351a10;
}
.custom-assoluto-section-list blockquote {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 36px;
}
.custom-relative {
  position: relative;
}
.show-mobile {
  display: none;
}

span.split-space {
  display: block;
  width: 100%;
  height: 12px;
}

.split-line {
  display: block;
  /*overflow: hidden;*/
}

.split-word {
  display: inline-block;
  white-space: nowrap;
}

.split-char {
  display: inline-block;
  position: relative;
}

.char-wrapper {
  display: inline-block;
  position: relative;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.preloader-container {
  width: 330px;
  height: 330px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.preloader-percentage {
  font-size: 4rem;
  color: #fff;
  border: none;
  font-family: "neuzon", sans-serif;
  opacity: 0.1;
}
.preloader-logo-outer {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.1;
}
.preloader-logo-inner {
  position: absolute;
  padding: 30px;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/*.preloader-bar {
    width: 0;
    height: 4px;
    background: #000;
    transition: width 0.3s;
    display: none;
}*/
.curtain,
.curtain-lv2 {
  position: fixed;
  top: 0;
  width: 50%;
  height: 100%;
  background: #190b08;
  z-index: 9998;
}
.curtain-lv2 {
  background: #2f1b12;
  z-index: 9997;
}
.left-curtain,
.left-curtain-lv2 {
  left: 0;
}
.right-curtain,
.right-curtain-lv2 {
  right: 0;
}
.page-content {
  min-height: 300px;
}
.header-empty-visible {
  height: 120px;
  background-color: #fff;
}
.header-empty-dark {
  background-color: #351a10;
}
/* CURSORE MOUSE */
@media (min-width: 992px) {
  .mf-cursor:before {
    background-color: transparent !important;
    border-radius: 50%;
    border: 2px solid #351a10;
    top: -25px;
    left: -25px;
    width: 50px;
    height: 50px;
    transform: scale(1);
    transition: transform 0.25s ease-in-out, opacity 0.1s,
      border 0.25s ease-in-out;
  }
  .mf-cursor.-pointer:before {
    transform: scale(1.7);
    border: 1px solid #351a10;
  }
  /*.mf-cursor-text{
        font-weight:500;
        color:#FFF;
    }
    .mf-cursor.-text:before{
        opacity:1;
    }*/

  .mf-cursor:before {
    background-color: #351a1055;
  }
}
/* FINE CURSORE MOUSE */

/* BOOK NOW */

.book-now-button {
  position: fixed;
  right: 36px;
  bottom: 36px;
  width: 160px;
  height: 160px;
  text-align: center;
  font-family: "neuzon", serif;
  color: #fff;
  z-index: 1;
}
.book-now-button .book-now-button-bg-pink {
  opacity: 0;
}
.book-now-button .book-now-button-bg-dark {
  opacity: 1;
}

.book-now-button:hover .book-now-button-bg-pink {
  opacity: 1;
}
.book-now-button:hover .book-now-button-bg-dark {
  opacity: 0;
}

.book-now-button .book-now-button-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.book-now-button-bg-light {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  backdrop-filter: blur(5px);
  -webkit-mask-image: url("assets/images/ribbon-empty-white.svg");
  mask-image: url("assets/images/ribbon-empty-white.svg");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: rgba(255, 255, 255, 0.2);
}
.book-now-button-bg-dark,
.book-now-button-bg-pink {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 10px;
}
.book-now-button .book-now-button-text {
  color: #fff;
  position: relative;
  font-size: 1.2rem;
  line-height: 100%;
  z-index: 2;
  padding: 20px;
}
.book-now-button:hover .book-now-button-text {
  color: #351a10;
}

/* FINE BOOK NOW */

.down-button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 70px;
  display: inline-block;
}

.dark-style {
  background-color: #210f08;
  color: #fff;
}

.swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.custom-swiper-container .swiper-wrapper {
  overflow: visible !important;
}
.swiper-button-prev:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "";
}

ol {
  counter-reset: custom-counter;
  list-style: none;
  padding-left: 0;
}

ol li {
  position: relative;
  padding-left: 40px;
}

ol li::before {
  counter-increment: custom-counter;
  content: counter(custom-counter);
  position: absolute;
  left: 0;
  background-image: url("assets/images/ribbon-dark.svg");
  background-repeat: no-repeat;
  background-size: auto;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #341a11;
  font-size: 0.8rem;
}

.swiper-button-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.swiper-button-container .swiper-arrow-bg,
.swiper-button-container .swiper-arrow-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.swiper-button-container .swiper-arrow-icon-reverse {
  transform: rotate(180deg);
}
.swiper-button-container .swiper-arrow-icon {
  z-index: 2;
}

.custom-section-assoluto-000-container,
.custom-assoluto-section-001-container,
.custom-assoluto-section-002-container,
.custom-assoluto-section-003-container,
.custom-assoluto-section-005-container,
.custom-assoluto-section-007-container,
.custom-assoluto-section-009-container,
.custom-assoluto-section-010-container,
.custom-assoluto-section-011-container,
.custom-assoluto-section-012-container,
.custom-assoluto-section-013-container,
.custom-assoluto-section-014-container,
.custom-assoluto-section-015-container,
.custom-assoluto-section-016-container,
.custom-assoluto-section-017-container,
.custom-assoluto-section-018-container,
.custom-assoluto-section-r01-container,
.custom-assoluto-section-r02-container,
.footer-container {
  padding-left: 24px;
  padding-right: 24px;
}

.custom-assoluto-section-000-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-assoluto-section-000 .custom-section-assoluto-icon-container {
  position: relative;
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.custom-assoluto-section-000 .custom-section-assoluto-content-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
}

.custom-assoluto-section-000.custom-assoluto-bg-cover {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.custom-section-assoluto-000-container {
  padding-top: 140px;
}

.custom-section-assoluto-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px);
  -webkit-mask-image: url("assets/images/ribbon-empty-white.svg");
  mask-image: url("assets/images/ribbon-empty-white.svg");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: rgba(0, 0, 0, 0.2);
}

.custom-section-assoluto-play-icon,
.custom-section-assoluto-back-icon,
.custom-section-assoluto-down-icon {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.custom-section-assoluto-play-icon img {
  width: 40px;
  height: auto;
}
.custom-section-assoluto-back-icon img,
.custom-section-assoluto-down-icon img {
  width: 70px;
  height: auto;
}

.back-button {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.7rem;
  color: #fff !important;
  position: absolute;
}

.custom-assoluto-section-000 .custom-section-assoluto-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00000044;
  width: 100%;
  height: 100%;
}

.custom-assoluto-section-000-container {
  position: relative;
  max-width: 1600px;
  width: 100%;
  padding-top: 120px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.custom-assoluto-section-content {
  width: 100%;
}
.custom-assoluto-section-000 .custom-assoluto-section-subtitle {
  color: #fff;
  margin-bottom: 40px;
  position: relative;
}
.custom-assoluto-section-000 .custom-assoluto-section-title {
  color: #fff;
  margin-bottom: 15px;
  font-weight: 500;
  position: relative;
  display: inline-block;
}
.custom-assoluto-section-000 .custom-assoluto-section-description {
  color: #fff;
  position: relative;
  text-align: center;
}
.custom-assoluto-section-000 .custom-assoluto-section-content {
  text-align: center;
}
.custom-assoluto-section-subtitle.text-left {
  text-align: left;
}
.custom-assoluto-section-subtitle.text-center {
  text-align: center;
}
.custom-assoluto-section-subtitle.text-right {
  text-align: right;
}

.down-button .custom-section-assoluto-icon-container {
  width: 60px;
  height: 60px;
}

.back-button .custom-section-assoluto-icon-container {
  width: 60px;
  height: 60px;
}

.custom-assoluto-section-000 .custom-assoluto-section-icon img {
  height: 22px;
  width: auto;
  margin-right: 6px;
}

.custom-assoluto-section-000 .custom-assoluto-section-icons {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
  gap: 36px;
  font-weight: bold;
  color: #fff;
}

.custom-assoluto-section-001 {
  text-align: center;
}
.custom-assoluto-section-001.dark-style {
  background-color: #341a11;
}
.custom-assoluto-section-001-section {
  overflow: hidden;
}
.custom-assoluto-section-001 .custom-overflow-hidden {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.custom-assoluto-section-001-container {
  position: relative;
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
}
.custom-assoluto-section-001 .custom-assoluto-section-subtitle {
  margin-bottom: 20px;
  font-family: "Montserrat", san-serif;
}
.custom-assoluto-section-001 .custom-assoluto-section-title {
  margin-bottom: 35px;
  font-weight: 500;
  display: inline-block;
}
.custom-assoluto-section-001
  .custom-assoluto-section-title
  .custom-assoluto-section-title-container {
  padding-left: 25px;
  padding-right: 25px;
}
.custom-assoluto-section-001 .custom-assoluto-section-description {
  margin-bottom: 20px;
}

.dark-style .custom-assoluto-section-subtitle {
  color: #fff;
}

.dark-style .custom-assoluto-section-title {
  color: #fff;
}

.custom-assoluto-section-001 .custom-assoluto-section-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
}

.custom-assoluto-section-001 .custom-assoluto-section-icon img {
  height: 70px;
  width: auto;
}

.custom-assoluto-section-001 .custom-assoluto-section-icon {
  width: 33%;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  gap: 24px;
  flex-direction: column;
  font-weight: 500;
  align-items: center;
  line-height: 100%;
  max-width: 250px;
  text-align: center;
}

.custom-assoluto-section-001 .custom-assoluto-section-blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 70px;
}

.custom-assoluto-section-001 .custom-assoluto-section-block {
  width: 50%;
}

.custom-assoluto-section-001
  .custom-assoluto-section-blocks
  > .block-1:last-child {
  margin-right: auto;
}

span.top-down {
  display: inline-block; /*transform: rotate(-6deg);*/
  background-image: url("assets/images/shadow.svg");
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 500;
  background-repeat: repeat-x;
  background-size: contain;
  background-position: left center;
  font-family: "neuzon", sans-serif;
}
/*span.top-down:hover { transform: rotate(0deg); }*/

span.down-top {
  display: inline-block; /*transform: rotate(6deg);*/
  background-image: url("assets/images/shadow.svg");
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 500;
  background-repeat: repeat-x;
  background-size: contain;
  background-position: left center;
  font-family: "neuzon", sans-serif;
}
/*span.down-top:hover { transform: rotate(0deg); }*/
.custom-assoluto-section-001-ribbon div {
  position: relative;
  width: 70px;
  height: 70px;
  margin: 0 auto;
}

.custom-assoluto-section-001-ribbon,
.custom-assoluto-section-001-ribbon-rotate {
  position: absolute;
  top: -35px;
  text-align: center;
  width: 100%;
}
.custom-assoluto-section-001-ribbon img,
.custom-assoluto-section-001-ribbon-rotate img {
  width: 70px;
  height: auto;
}

img.custom-assoluto-section-001-ribbon-img {
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
  width: 24px;
}

.custom-assoluto-section-001 .custom-assoluto-section-description p {
  margin-bottom: 22px;
}

.custom-assoluto-section-001 .custom-assoluto-section-block {
  text-align: left;
  padding: 24px;
}
.custom-assoluto-section-001 .custom-assoluto-section-block:nth-child(odd) {
  border-right: 2px solid #c29b91;
}

.custom-assoluto-section-001 .custom-assoluto-section-block-title {
  font-weight: 500;
  margin-bottom: 12px;
  font-family: "neuzon", sans;
}

.dark-style .custom-assoluto-section-001-ribbon-rotate div {
  max-width: 1600px;
  margin: 0 auto;
  text-align: end;
  width: 100%;
  padding-right: 50px;
}

.custom-assoluto-section-002 {
  text-align: left;
  background-position: bottom center;
  background-repeat: repeat-x;
}
.custom-assoluto-section-002-section {
  overflow: hidden;
}
/*.custom-assoluto-section-002-section .custom-animate-city span { display: inline-flex; }*/
.custom-assoluto-section-002 .custom-dark-over,
.custom-assoluto-section-001 .custom-dark-over,
.custom-assoluto-section-003 .custom-dark-over,
.custom-assoluto-section-004 .custom-dark-over {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #351a10;
  background-image: linear-gradient(360deg, #210f08 100%, #351a10);
}
.custom-assoluto-section-002 .custom-assoluto-section-subtitle {
  font-weight: 500;
  padding: 0;
  padding-left: 150px;
}
.custom-assoluto-section-002-container {
  position: relative;
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.custom-assoluto-section-002-ribbon {
  position: absolute;
  top: -35px;
  text-align: left;
  width: 100%;
  left: 0;
}
.custom-assoluto-section-002-ribbon div {
  max-width: 1600px;
  margin: 0 auto;
  text-align: start;
  width: 100%;
  padding-left: 50px;
}
.custom-assoluto-section-002-ribbon img {
  width: 70px;
  height: auto;
}
.custom-assoluto-section-002 .custom-assoluto-section-list {
  margin: 0;
  list-style: none;
  padding: 0;
  padding-left: 150px;
}
.custom-assoluto-section-002 .custom-assoluto-section-list li {
  position: relative;
}
.custom-assoluto-section-002 .custom-assoluto-section-list a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
  position: relative;
  font-family: "neuzon", sans-serif;
}
/*.custom-assoluto-section-002 .custom-assoluto-section-list a:hover { color: #351A10; }*/
.custom-show-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transition: opacity ease-in 0.5s;
}

.custom-show-bg.visible {
  opacity: 1;
}

.city-bg {
  position: absolute;
  top: 16px;
  left: -16px;
  width: 0;
  height: calc(100% - 36px);
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
  /*transition: width ease-out .6s;*/
}
.city-bg-2 {
  height: 100%;
}
.custom-assoluto-section-002 a:hover .city-bg {
  /*width: calc(100% + 42px)*/
}
.city-subtitle {
  font-size: 1.4rem;
  margin-top: -24px;
  color: #351a10;
  position: relative;
}

.custom-assoluto-section-title {
  position: relative;
  text-align: center;
  line-height: 110%;
  color: #351a10;
  font-family: "neuzon", sans-serif;
}

.custom-assoluto-section-003 {
  text-align: center;
}
.custom-assoluto-section-003.dark-style {
  background-color: #341a11;
  color: #fff;
}
.custom-assoluto-section-003.light-style {
  background-image: url("assets/images/home-bg-01.svg");
  background-position: top center;
  background-size: cover;
}
.custom-assoluto-section-003-box {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 80px;
}
.custom-assoluto-section-003-container {
  position: relative;
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.custom-assoluto-section-003-ribbon {
  position: absolute;
  top: -35px;
  text-align: left;
  width: 100%;
  left: 0;
}
.custom-assoluto-section-003-ribbon div {
  max-width: 1600px;
  margin: 0 auto;
  padding-left: 50px;
}
.custom-assoluto-section-003-ribbon img {
  width: 70px;
  height: auto;
}
.custom-assoluto-section-003 .custom-assoluto-section-title {
  /*transform: rotate(-6deg);*/
  text-transform: uppercase;
  line-height: 120%;
  max-width: 100%;
  margin: 0 auto;
}
.custom-assoluto-section-003 .custom-assoluto-section-title span {
  color: #fce4db; /*transition: color ease-in-out .5s;*/
}
/*.custom-assoluto-section-003 .custom-assoluto-section-title:hover span { color: #351A10;}
.custom-assoluto-section-003 .custom-assoluto-section-title:hover { transform: rotate(360deg); }   */

.custom-assoluto-section-004.dark-style {
  background-color: #341a11;
}
.custom-assoluto-section-004-container {
  display: flex;
  position: relative;
  overflow: hidden;
}
.custom-assoluto-section-004.space-add {
  padding-bottom: 100px;
}
.custom-assoluto-section-004-col {
  width: 50%;
}
.custom-assoluto-section-004-col .custom-assoluto-section-icon img {
  width: 50px;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.custom-assoluto-section-004-col .custom-assoluto-section-title {
  position: relative;
  color: #351a10;
  margin: 0 auto;
  margin-bottom: 30px;
}

.text-start .custom-assoluto-section-004-col .custom-assoluto-section-title {
  margin: initial;
  margin-bottom: 30px;
  text-align: left;
}

.dark-style .custom-assoluto-section-004-col .custom-assoluto-section-title {
  color: #fff;
}

.custom-assoluto-section-icon.custom-assoluto-section-icon-abs {
  position: absolute;
  top: -35px;
  left: 8%;
  z-index: 3;
}

.custom-assoluto-section-icon.custom-assoluto-section-icon-abs img {
  width: 70px;
  height: auto;
}

.custom-assoluto-section-004-content {
  padding: 90px;
  display: flex;
  flex-direction: column;
}
.custom-assoluto-section-004-content .custom-assoluto-section-icon {
  position: absolute;
  top: -10px;
  z-index: 1;
  width: 40px;
  left: calc(100% - 20px);
}
.custom-assoluto-section-004-content .custom-assoluto-section-description {
  margin: 0 auto;
}

.custom-assoluto-section-004-content .custom-assoluto-section-icons {
  display: flex;
  flex-wrap: wrap;
  /*max-width:490px;*/
  margin: 0 auto;
  width: 100%;
  margin-bottom: 24px;
  margin-top: 24px;
}

.custom-assoluto-section-004-content
  .custom-assoluto-section-icons.icons-h
  img {
  height: 30px;
  width: auto;
}
.custom-assoluto-section-004-content
  .custom-assoluto-section-icons.icons-v
  img {
  width: 50px;
  height: auto;
}

.custom-assoluto-section-004-content .custom-assoluto-section-icons.icons-h {
  gap: 36px;
}
.custom-assoluto-section-004-content .custom-assoluto-section-icons.icons-v {
  gap: 36px;
}

.custom-assoluto-section-004-content
  .custom-assoluto-section-icons.icons-h
  .custom-assoluto-section-icons-element {
  display: flex;
  gap: 8px;
  color: #be978c;
  align-items: center;
  font-weight: 500;
}
.custom-assoluto-section-004-content
  .custom-assoluto-section-icons.icons-v
  .custom-assoluto-section-icons-element {
  display: flex;
  gap: 12px;
  color: #be978c;
  font-weight: 500;
  align-items: center;
  width: calc(50% - 36px);
}

.icons-h {
  flex-direction: row;
  flex-wrap: wrap;
}
.icons-v {
  flex-direction: column;
  gap: 16px;
}
.custom-assoluto-section-004-content .icons-v {
  flex-direction: row;
}

.custom-assoluto-section-004-content .custom-assoluto-section-description li {
  text-align: left;
  margin-bottom: 16px;
}

.custom-assoluto-section-004-content
  .custom-assoluto-section-description
  strong {
  font-weight: 800;
}

.reverse-view .custom-assoluto-section-004-container {
  flex-direction: row-reverse;
}

.custom-assoluto-section-004-image-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  height: 100%;
  background-color: transparent;
  min-height: 350px;
}
.custom-assoluto-section-004-image {
  width: 100%;
  height: 140%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  top: -20%;
}
/*.custom-assoluto-section-004-image-container:hover .custom-assoluto-section-004-image { transform: scale(1.1); } */
.custom-assoluto-section-button {
  margin-top: 30px;
  min-height: 50px;
}

.custom-assoluto-section-003 .custom-assoluto-section-button {
  margin-top: 50px;
  margin-bottom: 30px;
}

.custom-assoluto-section-000 .custom-assoluto-section-button a,
.custom-assoluto-section-001 .custom-assoluto-section-button a,
.custom-assoluto-section-003 .custom-assoluto-section-button a,
.custom-assoluto-section-004 .custom-assoluto-section-button a,
.custom-assoluto-section-006 .custom-assoluto-articles-list-button button,
.custom-assoluto-section-012 .custom-assoluto-offers-list-button a,
.custom-assoluto-section-013 .custom-assoluto-section-button a,
.custom-assoluto-section-013 .custom-assoluto-section-block-button a,
.custom-assoluto-section-017 .custom-assoluto-section-block-button a,
.r01-content-button a,
.r02-content-button a {
  background-image: url("assets/images/discover.svg");
  background-repeat: no-repeat;
  background-size: cover;
  font-weight: 500;
  background-position: center center;
  text-align: center;
  padding: 6px 24px;
  margin: 0 auto;
  color: #351a10 !important;
  text-decoration: none;
  font-family: "neuzon", sans-serif;
  position: relative;
  display: inline-block;
}
.custom-assoluto-section-000 .custom-assoluto-section-button a span,
.custom-assoluto-section-001 .custom-assoluto-section-button a span,
.custom-assoluto-section-003 .custom-assoluto-section-button a span,
.custom-assoluto-section-004 .custom-assoluto-section-button a span,
.custom-assoluto-section-006 .custom-assoluto-articles-list-button span,
.custom-assoluto-section-012 .custom-assoluto-offers-list-button a span,
.custom-assoluto-section-013 .custom-assoluto-section-button a span,
.custom-assoluto-section-013 .custom-assoluto-section-block-button a span,
.custom-assoluto-section-017 .custom-assoluto-section-block-button a span,
.r01-content-button a span,
.r02-content-button a span {
  position: relative;
  z-index: 1;
}
.custom-assoluto-section-006 .custom-assoluto-articles-list-button button {
  background-color: transparent;
}

.custom-assoluto-section-000 .custom-animate-button-bg,
.custom-assoluto-section-001 .custom-animate-button-bg,
.custom-assoluto-section-003 .custom-animate-button-bg,
.custom-assoluto-section-004 .custom-animate-button-bg,
.custom-assoluto-section-006 .custom-animate-button-bg,
.custom-assoluto-section-012 .custom-animate-button-bg,
.custom-assoluto-section-013 .custom-animate-button-bg,
.custom-assoluto-section-017 .custom-animate-button-bg,
.r01-content-button .custom-animate-button-bg,
.r02-content-button .custom-animate-button-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #351a10;
  z-index: 0;
}
.custom-assoluto-section-000 .custom-animate-button-bg,
.r01-content-button .custom-animate-button-bg,
.r02-content-button .custom-animate-button-bg,
.custom-assoluto-section-003.dark-style .custom-animate-button-bg,
.custom-assoluto-section-004.dark-style .custom-animate-button-bg {
  background-color: #fff;
}
/*.custom-assoluto-section-004 .custom-assoluto-section-button a:hover, 
.custom-assoluto-section-000 .custom-assoluto-section-button a:hover, 
.custom-assoluto-section-003 .custom-assoluto-section-button a:hover
 {
    padding: 6px 0;
    transform: rotate(0deg);
    background-image: none;
    background-color: #341A12;
    color: #FFF;
    width: 170px;
}*/

.custom-assoluto-section-005 {
  background-image: url("assets/images/home-bg-02.svg");
  background-position: top center;
  background-size: cover;
}
.custom-assoluto-section-005-container {
  position: relative;
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.custom-assoluto-section-005 .custom-assoluto-section-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
.custom-assoluto-section-005 .custom-assoluto-section-list li {
  width: calc(20% - 24px);
  text-align: center;
  margin-top: 16px;
}
.custom-assoluto-section-005 .custom-assoluto-section-list li img {
  height: 80px;
  width: auto;
  display: inline-block;
  margin-bottom: 8px;
}
.custom-assoluto-section-005 .custom-assoluto-section-list div {
  max-width: 130px;
  text-align: center;
  margin: 0 auto;
  color: #89584a;
  font-family: "neuzon", serif;
  line-height: 110%;
}
.custom-assoluto-section-005 .list-items .item-name {
  color: #89584a;
  font-family: "neuzon", serif;
  margin-top: 12px;
}

.custom-assoluto-section-006 {
  position: relative;
  overflow: hidden;
}

.custom-assoluto-section-006-box,
.custom-assoluto-section-001-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("assets/images/home-top-01.svg");
  background-position: 0px -110px;
  background-repeat: no-repeat;
  background-size: 350px;
}
.custom-assoluto-section-001-box {
  background-image: url("assets/images/home-top-01.svg");
  background-position: 0px -190px;
  background-size: 500px;
}

@media (min-width: 1200px) {
  .custom-assoluto-section-006-box {
    left: calc(50% - 610px);
    width: 350px;
  }
}

.custom-assoluto-section-006-container {
  max-width: 1600px;
  position: relative;
  margin: 0 auto;
  padding-left: 36px;
  padding-right: 36px;
}
.article-in-list {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
}
.article-in-list-1 {
  background-image: url("assets/images/article-bg-01.svg");
}
.article-in-list-2 {
  background-image: url("assets/images/article-bg-02.svg");
}
.article-in-list-3 {
  background-image: url("assets/images/article-bg-03.svg");
}

.article-in-list-content {
  padding: 24px;
}
.custom-assoluto-articles-list {
  overflow: hidden;
}
.custom-assoluto-articles-list-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%; /*transform: scale(1); transition: transform ease-in-out .3s;*/
  height: 100%;
  position: relative;
  /*top: -20%;*/
}

.custom-assoluto-articles-list-image-container {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
}

.custom-assoluto-articles-list-title {
  margin-bottom: 12px;
  font-weight: 500;
  font-family: "neuzon";
  text-transform: uppercase;
}
.custom-assoluto-articles-list-container {
  position: relative;
}
.custom-assoluto-section-006-container .articles-list-next,
.custom-assoluto-section-006-container .articles-list-prev {
  width: 50px;
  height: 50px;
  background-size: cover;
  position: absolute;
  top: 146px;
  z-index: 1;
  cursor: pointer;
}

.custom-assoluto-section-006-container .articles-list-next {
  /*background-image: url('assets/images/arrow-right-dark.svg');*/
  right: -25px;
}

.custom-assoluto-section-006-container .articles-list-prev {
  /*background-image: url('assets/images/arrow-left-dark.svg');*/
  left: -25px;
}

.custom-assoluto-section-006-container .custom-assoluto-section-title {
  margin-bottom: 30px;
}

.custom-assoluto-section-006-container .swiper-slide a {
  text-decoration: none;
}

.custom-assoluto-articles-list-button {
  margin-top: 20px;
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
}
.custom-assoluto-section-006-container
  .custom-assoluto-articles-list-button
  button {
  border-radius: 0;
  box-shadow: none;
}
.custom-assoluto-articles-list-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.article-in-list {
  min-height: 600px;
}
@media (min-width: 993px) {
  .custom-assoluto-articles-list-description-container {
    position: relative;
  }

  .article-in-list:hover .custom-assoluto-articles-list-description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.article-in-list:hover .custom-assoluto-articles-list-button {
}

.custom-assoluto-section-006-container
  .swiper-button-container
  .swiper-arrow-bg-hover {
  display: none;
}
.custom-assoluto-section-006-container
  .swiper-button-container
  .swiper-arrow-icon-hover {
  display: none;
}

.custom-assoluto-section-006-container
  .swiper-button-container:hover
  .swiper-arrow-bg {
  display: none;
}
.custom-assoluto-section-006-container
  .swiper-button-container:hover
  .swiper-arrow-bg-hover {
  display: inline-block;
}

.custom-assoluto-section-006-container
  .swiper-button-container:hover
  .swiper-arrow-icon {
  display: none;
}
.custom-assoluto-section-006-container
  .swiper-button-container:hover
  .swiper-arrow-icon-hover {
  display: inline-block;
}

.custom-assoluto-section-006-box-dark {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 35%;
  background-color: #351a10;
}

.custom-assoluto-section-007 {
  text-align: left;
  background-position: bottom center;
  background-repeat: repeat-x;
  padding-top: 50px;
  overflow: hidden;
}
@media (min-width: 993px) {
  .custom-assoluto-section-007 {
    padding-bottom: 130px;
  }
}

.custom-assoluto-section-007 .custom-dark-over {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #210f08;
}
.custom-assoluto-section-007 .custom-assoluto-section-subtitle {
  font-weight: 500;
  padding: 0;
  padding-left: 150px;
}
.custom-assoluto-section-007-container {
  position: absolute; /*relative;*/
  width: 40%;
}
.custom-assoluto-section-007-title-container {
  position: relative;
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.custom-assoluto-section-007 .stars {
  display: flex;
  gap: 4px;
}
.custom-assoluto-section-007 .stars img {
  height: 16px;
}
.custom-assoluto-section-007 .review-rating {
  display: flex;
  align-items: center;
  gap: 10px;
}
.custom-assoluto-section-007 .custom-assoluto-section-title {
  color: #fff;
  width: 100%;
  text-align: left;
}
.custom-assoluto-section-007-box {
  position: absolute;
  top: -20px;
  right: 0%;
}
.custom-assoluto-section-007-box img {
  width: 170px;
  height: auto;
}

.custom-assoluto-section-007-container .reviews-list-next,
.custom-assoluto-section-007-container .reviews-list-prev {
  width: 50px;
  height: 50px;
  position: initial;
  z-index: 1;
  cursor: pointer;
}

.custom-assoluto-section-007-container
  .swiper-button-container
  .swiper-arrow-bg-hover {
  display: none;
}
.custom-assoluto-section-007-container
  .swiper-button-container
  .swiper-arrow-icon-hover {
  display: none;
}

.custom-assoluto-section-007-container
  .swiper-button-container:hover
  .swiper-arrow-bg {
  display: none;
}
.custom-assoluto-section-007-container
  .swiper-button-container:hover
  .swiper-arrow-bg-hover {
  display: inline-block;
}

.custom-assoluto-section-007-container
  .swiper-button-container:hover
  .swiper-arrow-icon {
  display: none;
}
.custom-assoluto-section-007-container
  .swiper-button-container:hover
  .swiper-arrow-icon-hover {
  display: inline-block;
}

.custom-assoluto-section-007 .swiper-arrows-container {
  display: flex;
  flex-direction: row-reverse;
  gap: 12px;
  width: 112px;
  margin-top: 32px;
  justify-content: flex-start;
}
.custom-assoluto-reviews-list-container {
  overflow: hidden;
  padding-top: 80px;
  width: 100%;
  position: relative; /*absolute;*/
  left: 40%;
}
.custom-assoluto-section-007-grid {
  display: flex;
  flex-direction: row;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}

.reviews-in-list {
  background-color: #fff;
  padding: 16px;
  padding-bottom: 24px;
  color: #210f08;
}

.custom-assoluto-reviews-list-title {
  font-weight: 500;
}

.custom-assoluto-reviews-list-description {
  margin-top: 30px;
  margin-bottom: 30px;
}

.review-feedback {
  display: flex;
  align-items: center;
  gap: 12px;
}
.review-feedback span {
  font-size: 0.9rem;
  font-style: oblique;
  font-weight: 600;
}
.helpful-count {
  font-size: 0.7rem;
  font-weight: 500;
  color: #89584a;
}
button.feedback-btn {
  background-color: transparent !important;
  box-shadow: none !important;
  border: 0;
  padding: 0;
  font-size: 1.3rem;
}
button.feedback-btn:hover {
  opacity: 0.8;
}

.feedback-btn:disabled {
  cursor: default;
}

.feedback-submitted .feedback-btn:not(.clicked) {
  display: none;
}

.review-header {
  display: flex;
  gap: 24px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.custom-assoluto-section-008-container {
  overflow: hidden;
}

.custom-assoluto-section-008-container .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  user-select: none;
}
.custom-assoluto-section-008-container .swiper-arrows-container {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
}
.custom-assoluto-section-008-container .swiper-arrows-relative {
  position: relative;
  top: calc(50% - 25px);
  left: 0;
  max-width: 1600px;
  margin: 0 auto;
  padding-left: 12px;
  padding-right: 12px;
}
.custom-assoluto-section-008-container .custom-next,
.custom-assoluto-section-008-container .custom-prev {
  width: 70px;
  height: 70px;
  background-size: cover;
  position: absolute;
  top: calc(50% + 35px);
  z-index: 1;
  cursor: pointer;
}

.custom-assoluto-section-008-container .custom-next {
  right: 12px;
}

.custom-assoluto-section-008-container .custom-prev {
  left: 12px;
}

.custom-assoluto-section-009 {
  background-color: #fff;
  overflow: hidden;
}
.custom-assoluto-section-009-container {
  position: relative;
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  align-items: end;
}
.custom-assoluto-section-009 .custom-assoluto-section-subtitle {
  margin-bottom: 20px;
}
.custom-assoluto-section-009 .custom-assoluto-section-title {
  text-align: left;
  margin-bottom: 35px;
  font-weight: 500;
  width: 45%;
  padding-right: 24px;
}
.custom-assoluto-section-009 .custom-assoluto-section-description {
  margin-bottom: 20px;
  width: 55%;
}
.custom-assoluto-section-009-topcontainer {
  padding-top: 50px;
}

.custom-assoluto-section-009-container .custom-assoluto-section-block-button {
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 60px;
  height: 60px;
}
.custom-assoluto-section-009-container .custom-assoluto-section-block {
  position: relative;
}

.custom-assoluto-section-009-container .custom-assoluto-section-blocks {
  padding-bottom: 90px;
}

.custom-assoluto-section-009-container .custom-assoluto-section-blocks a {
  text-decoration: none;
  display: inline-block;
}
.custom-assoluto-section-009-container .custom-assoluto-section-block-content {
  padding: 24px;
  color: #341a11;
  background-image: url("assets/images/article-bg-01.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-assoluto-section-009-container .custom-assoluto-section-block-title {
  font-weight: 500;
  line-height: 110%;
}

.custom-assoluto-section-009-container .grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.custom-assoluto-section-009-container .grid-item {
  /*transition: transform 0.3s ease;*/
}

.custom-assoluto-section-009-container .grid-item:nth-child(3n + 1) {
  transform: translateY(64px);
}

.custom-assoluto-section-009-container .grid-item:nth-child(3n + 2) {
  transform: translateY(128px);
}

.view-232 .custom-assoluto-section-009-container .grid-container {
  justify-content: center;
}

.view-232 .custom-assoluto-section-009-container .grid-item:nth-child(3n + 1),
.view-232 .custom-assoluto-section-009-container .grid-item:nth-child(3n + 2) {
  transform: translateY(0);
}
.custom-assoluto-section-009-container .grid-item-0 {
  margin-bottom: 110px;
  margin-left: 16px;
  margin-right: 16px;
}
.view-232 .custom-assoluto-section-009-container .row-2 {
  grid-column: span 3;
  display: flex;
  justify-content: center;
  margin-bottom: 64px;
}

.view-232 .custom-assoluto-section-009-container .row-3 {
  grid-column: span 3;
  display: flex;
  justify-content: center;
  margin-bottom: 128px;
}

.view-232 .custom-assoluto-section-009-container .row-2 > .grid-item {
  flex: 1;
  max-width: calc(33.3% - 24px);
  margin: 0 48px;
}

.view-232 .custom-assoluto-section-009-container .row-3 > .grid-item {
  flex: 1;
  max-width: calc(33.3% - 24px);
  margin: 0 24px;
}

.view-232 .custom-assoluto-section-009-container .row-2 .grid-item-1 {
  transform: translateY(64px);
}

.view-232 .custom-assoluto-section-009-container .row-3 .grid-item-3 {
  transform: translateY(128px);
}

.view-232 .custom-assoluto-section-009-container .row-3 .grid-item-4 {
  transform: translateY(64px);
}

.custom-assoluto-section-009-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(assets/images/home-top-03.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.4;
  transform: translateY(130px);
}

.custom-assoluto-section-009-box-dark {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 350px;
  background-color: #351a11;
}

.custom-assoluto-section-009-container
  .swiper-button-container
  .swiper-arrow-bg-hover {
  display: none;
}
.custom-assoluto-section-009-container
  .swiper-button-container
  .swiper-arrow-icon-hover {
  display: none;
}

.custom-assoluto-section-009-container
  .swiper-button-container:hover
  .swiper-arrow-bg {
  display: none;
}
.custom-assoluto-section-009-container
  .swiper-button-container:hover
  .swiper-arrow-bg-hover {
  display: inline-block;
}

.custom-assoluto-section-009-container
  .swiper-button-container:hover
  .swiper-arrow-icon {
  display: none;
}
.custom-assoluto-section-009-container
  .swiper-button-container:hover
  .swiper-arrow-icon-hover {
  display: inline-block;
}

.custom-assoluto-section-010 {
  overflow: hidden;
  background-color: #fff;
}
.custom-assoluto-section-010-container {
  position: relative;
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  align-items: end;
}
.custom-assoluto-section-010 .custom-assoluto-section-subtitle {
  margin-bottom: 20px;
}
.custom-assoluto-section-010 .custom-assoluto-section-title {
  text-align: left;
  margin-bottom: 35px;
  font-weight: 500;
  width: 45%;
  padding-right: 24px;
}
.custom-assoluto-section-010 .custom-assoluto-section-description {
  margin-bottom: 20px;
  width: 55%;
}
.custom-assoluto-section-text-content {
  display: flex;
  gap: 50px;
  width: 100%;
}
.custom-assoluto-section-010-topcontainer {
  padding-top: 50px;
}

.custom-assoluto-section-010-container .custom-assoluto-section-block-title {
  font-weight: 500;
  margin-top: 24px;
  margin-bottom: 24px;
}

.custom-assoluto-section-010-container .custom-assoluto-section-blocks {
  padding-bottom: 170px;
}

.custom-assoluto-section-010-container .custom-assoluto-section-block {
  margin-bottom: 50px;
}

.custom-assoluto-section-010-container .grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px;
}

.custom-assoluto-section-010-container .grid-item {
  /*transition: transform 0.3s ease;*/
}

.custom-assoluto-section-010-container .grid-item:nth-child(2n) {
  transform: translateY(0px);
}

.custom-assoluto-section-010-container .grid-item:nth-child(2n + 1) {
  transform: translateY(64px);
}

.custom-assoluto-section-010-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(assets/images/home-top-03.svg);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 500px;
  opacity: 0.4;
  transform: translateY(130px);
}

.custom-assoluto-section-011 {
  background-image: url("assets/images/home-bg-02.svg");
  background-position: top center;
  background-size: cover;
}

.custom-assoluto-section-011-container {
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.custom-assoluto-section-011-container {
  display: flex;
  overflow: hidden;
}

.custom-assoluto-section-011-col {
  width: 50%;
  display: flex;
  /*align-items: center;*/
}
.custom-assoluto-section-011-container
  .custom-assoluto-section-011-col:first-child {
  width: calc(50% - 64px);
  margin-right: 64px;
}
.custom-assoluto-section-011-content {
  text-align: left;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
}
.custom-assoluto-section-011-content .custom-assoluto-section-subtitle {
  margin-bottom: 20px;
}
.custom-assoluto-section-011-content .custom-assoluto-section-title {
  margin-bottom: 30px;
  font-weight: 500;
  text-align: left;
}
.custom-assoluto-section-011-content .custom-assoluto-section-icons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
}

.custom-assoluto-section-011-content .custom-assoluto-section-icons a {
  text-decoration: none;
}

.custom-assoluto-section-011-content .custom-assoluto-section-icons-element {
  display: flex;
  flex-direction: row;
  align-items: start;
  gap: 12px;
  color: #89584a;
}
.custom-assoluto-section-011-content
  .custom-assoluto-section-icons-element
  img {
  width: 30px;
}

.custom-assoluto-iframe-container {
  width: 100%;
}

.custom-assoluto-section-012 {
  background-image: url("assets/images/home-bg-02.svg");
  background-position: top center;
  background-size: cover;
  text-align: center;
  overflow: hidden;
}

.custom-assoluto-section-012-container {
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 50px;
}

.custom-assoluto-section-012 .custom-assoluto-section-subtitle {
  margin-bottom: 20px;
}
.custom-assoluto-section-012 .custom-assoluto-section-title {
  margin-bottom: 35px;
  font-weight: 500;
  display: inline-block;
}
.custom-assoluto-section-012
  .custom-assoluto-section-title
  .custom-assoluto-section-title-container {
  padding-left: 25px;
  padding-right: 25px;
}

.custom-assoluto-section-012-container
  .swiper-button-container
  .swiper-arrow-bg-hover {
  display: none;
}
.custom-assoluto-section-012-container
  .swiper-button-container
  .swiper-arrow-icon-hover {
  display: none;
}

.custom-assoluto-section-012-container
  .swiper-button-container:hover
  .swiper-arrow-bg {
  display: none;
}
.custom-assoluto-section-012-container
  .swiper-button-container:hover
  .swiper-arrow-bg-hover {
  display: inline-block;
}

.custom-assoluto-section-012-container
  .swiper-button-container:hover
  .swiper-arrow-icon {
  display: none;
}
.custom-assoluto-section-012-container
  .swiper-button-container:hover
  .swiper-arrow-icon-hover {
  display: inline-block;
}

.offers-in-list {
  background-color: #fff;
  padding: 36px;
  padding-bottom: 24px;
  color: #210f08;
}

.offers-in-list {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
}
.offers-in-list {
  /*background-image: url('assets/images/article-bg-01.svg');*/
}

.custom-assoluto-section-012 .swiper-slide a {
  text-decoration: none;
}

.custom-assoluto-offers-list-title {
  font-weight: 500;
}

.custom-assoluto-offers-list-description {
  margin-top: 30px;
  margin-bottom: 30px;
}

.custom-assoluto-offers-list-note {
  letter-spacing: 3px;
  font-weight: 700;
  margin-top: 24px;
}

.custom-assoluto-section-012 .swiper-container {
  width: 120%;
  height: 100%;
  position: relative;
  margin-left: -10%;
  overflow: hidden;
}

.custom-assoluto-section-012-container .offers-list-next,
.custom-assoluto-section-012-container .offers-list-prev {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 174px;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}

.custom-assoluto-section-012-container .offers-list-next {
  right: calc(25% - 30px);
}

.custom-assoluto-section-012-container .offers-list-prev {
  left: calc(25% - 30px);
}

.custom-assoluto-section-012-bg {
  position: absolute;
  width: 100%;
  height: 220px;
  bottom: -50px;
  left: 0;
  background-color: #351a11;
}

.custom-assoluto-section-013 {
  text-align: center;
}
.custom-assoluto-section-013-container {
  position: relative;
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.custom-assoluto-section-013 .custom-assoluto-section-subtitle {
  margin-bottom: 20px;
  font-family: "Montserrat", serif;
}
.custom-assoluto-section-013 .custom-assoluto-section-title {
  margin-bottom: 35px;
  font-weight: 500;
  display: inline-block;
}
.custom-assoluto-section-013
  .custom-assoluto-section-title
  .custom-assoluto-section-title-container {
  padding-left: 25px;
  padding-right: 25px;
}
.custom-assoluto-section-013 .custom-assoluto-section-description {
  margin-bottom: 20px;
}

.custom-assoluto-section-013 .custom-assoluto-section-blocks {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.custom-assoluto-section-013 .custom-assoluto-section-block {
  display: flex;
  gap: 50px;
}

.custom-assoluto-section-013 .custom-assoluto-section-block-col {
  width: calc(50% - 25px);
  position: relative;
}
.custom-assoluto-section-013 .custom-animate-icon {
  position: absolute;
  z-index: 1;
  left: -24px;
  top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8px;
  width: 80px;
  height: 80px;
  color: #fff;
  font-weight: bold;
  line-height: 100%;
  background-image: url(assets/images/ribbon-dark.svg);
}
.custom-assoluto-section-icon.custom-animate-icon div {
  transform: rotate(-16deg);
}
.custom-assoluto-section-013 .custom-assoluto-section-image-container {
  height: 100%;
  overflow: hidden;
  width: 100%;
  background-color: transparent;
  position: relative;
  min-height: 350px;
}

.custom-assoluto-section-013 .custom-assoluto-section-image {
  width: 100%;
  height: 140%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  top: -20%;
}

.custom-assoluto-section-013 .custom-assoluto-section-block-content {
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 24px;
}

.custom-assoluto-section-013-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(assets/images/bg-pink.svg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 500px;
}

.custom-assoluto-section-013-box2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(assets/images/home-top-03.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 0.4;
}

.custom-assoluto-section-013 .custom-assoluto-section-block-col-image {
  position: relative;
  width: 100%;
  height: 100%;
}
.custom-assoluto-section-013 .custom-assoluto-section-block-title {
  font-weight: 500;
  line-height: 100%;
  font-family: "neuzon", sans-serif;
}
.custom-assoluto-section-013 .custom-assoluto-section-block-button {
  margin-top: 10px;
  min-height: 50px;
}
.custom-assoluto-section-013 .custom-assoluto-section-block-button a {
}

/*.custom-assoluto-section-013 .custom-assoluto-section-block-button a.custom-assoluto-section-block-button-1 {
     
    }

    .custom-assoluto-section-013 .custom-assoluto-section-block-button a:hover
    {
       padding: 6px 0;
       transform: rotate(0deg);
       background-image: none;
       background-color: #341A12;
       color: #FFF;
       width: 170px;
   }*/

.custom-assoluto-section-014 {
  background-image: url("assets/images/home-bg-02.svg");
  background-position: top center;
  background-size: cover;
  text-align: center;
  overflow: hidden;
}

.custom-assoluto-section-014-container {
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  padding-bottom: 100px;
}

.custom-assoluto-section-014-container .custom-assoluto-section-title {
  text-align: left;
  margin-bottom: 30px;
}

.custom-assoluto-section-014-container .custom-assoluto-section-faqs {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  position: relative;
  justify-content: space-between;
}

.custom-assoluto-section-014-container .accordion-item {
  width: calc(50% - 12px);
  border: 0;
  text-align: left;
  display: inline-block;
  margin-bottom: 24px;
}

.custom-assoluto-section-014-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(assets/images/home-top-03.svg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 480px;
}

.accordion-header {
  margin-top: 0;
}

.accordion-header button {
  background-color: transparent !important;
  display: block;
  border: 0 !important;
  border-radius: 0;
  outline: 0;
  box-shadow: none !important;
  width: 100%;
  text-align: left;
  color: #210f08 !important;
  font-style: italic;
  font-weight: 700 !important;
  position: relative;
  padding-right: 40px;
  white-space: normal;
}
.accordion-header button:hover {
  opacity: 0.8;
  color: #210f08;
}

span.accordion-icon {
  position: absolute;
  right: 10px;
  font-style: normal;
  color: #89584a;
  font-weight: 400;
  opacity: 0.8;
  top: 13px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accordion-body {
  text-align: left;
  color: #210f08;
  background-color: #fff;
}

.custom-assoluto-section-016-container {
  position: relative;
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.custom-assoluto-section-016-content-col {
  width: calc(50% - 25px);
}
.custom-assoluto-section-016-content-col .custom-assoluto-section-title {
  font-weight: 500;
}

.custom-assoluto-section-collabora {
  margin-top: 50px;
  margin-bottom: 50px;
}

.custom-assoluto-section-collabora .accordion-item {
  border: 0;
  margin-bottom: 24px;
}

.custom-assoluto-section-collabora .accordion-header button {
  background-color: #fff4f0 !important;
  color: #a0796d !important;
  font-style: normal;
  font-weight: 400 !important;
}

.custom-assoluto-section-015 {
  background-color: #fff;
}
.custom-assoluto-section-015-container {
  position: relative;
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.custom-assoluto-section-015 .custom-assoluto-section-subtitle {
  margin-bottom: 20px;
}
.custom-assoluto-section-015 .custom-assoluto-section-title {
  margin-bottom: 35px;
  font-weight: 500;
  display: inline-block;
}
.custom-assoluto-section-015
  .custom-assoluto-section-title
  .custom-assoluto-section-title-container {
  padding-left: 25px;
  padding-right: 25px;
}
.custom-assoluto-section-015 .custom-assoluto-section-description {
  margin-bottom: 50px;
}
.custom-assoluto-section-015-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(assets/images/home-top-03.svg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 500px;
  opacity: 0.4;
}

.custom-assoluto-section-015.h-view .custom-assoluto-section-015-topcontainer {
  display: flex;
  align-items: end;
  text-align: left;
}
.custom-assoluto-section-015.h-view .custom-assoluto-section-subtitle {
  text-align: left !important;
}
.custom-assoluto-section-015.h-view .custom-assoluto-section-title {
  text-align: left;
  width: 45%;
  padding-right: 24px;
  margin-bottom: 30px;
}
.custom-assoluto-section-015.h-view .custom-assoluto-section-title-container {
  padding: 0;
}
.custom-assoluto-section-015.h-view .custom-assoluto-section-description {
  width: 55%;
  margin-bottom: 30px;
}

.custom-assoluto-section-017 {
  text-align: left;
  background-position: bottom center;
  background-repeat: repeat-x;
  color: #fff;
}
.custom-assoluto-section-017-container {
  overflow: hidden;
}
.custom-assoluto-section-017 .custom-dark-over {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #210f08;
}

.custom-assoluto-section-017 .custom-assoluto-section-subtitle {
  font-weight: 500;
  padding: 0;
}
.custom-assoluto-section-017-container {
  position: relative;
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0px;
}
.custom-assoluto-section-017-container .custom-assoluto-section-title {
  color: #fff;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative;
  padding-top: 50px;
  width: fit-content;
}
.custom-assoluto-section-017-container .custom-assoluto-section-subtitle {
  font-weight: 600;
}

.custom-assoluto-section-017-container .custom-assoluto-section-description {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.custom-assoluto-section-017-container .custom-assoluto-section-blocks {
  display: flex;
  flex-wrap: wrap;
  margin-top: 70px;
  padding-bottom: 50px;
  gap: 80px;
  padding-left: 48px;
  padding-right: 48px;
}
.custom-assoluto-section-017-container .custom-assoluto-section-block {
  background-color: #fff;
  color: #210f08;
  margin-bottom: 36px;
  padding: 36px;
  width: calc(50% - 40px);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: relative;
}

.custom-assoluto-section-017-container .custom-assoluto-section-block-title {
  font-weight: 500;
  margin-bottom: 10px;
}

.custom-assoluto-section-017
  .custom-assoluto-section-blocks
  .custom-assoluto-section-block:nth-child(odd) {
  background-image: url("assets/images/article-bg-01.svg");
}

.custom-assoluto-section-017
  .custom-assoluto-section-blocks
  .custom-assoluto-section-block:nth-child(odd)
  .custom-assoluto-section-icon {
  position: absolute;
  width: 70px;
  top: -35px;
  left: -35px;
}

.custom-assoluto-section-017
  .custom-assoluto-section-blocks
  .custom-assoluto-section-block:nth-child(even) {
  background-image: url("assets/images/article-bg-02.svg");
}

.custom-assoluto-section-017
  .custom-assoluto-section-blocks
  .custom-assoluto-section-block:nth-child(even)
  .custom-assoluto-section-icon {
  position: absolute;
  width: 70px;
  top: auto;
  left: auto;
  bottom: 80px;
  right: -35px;
}

.custom-assoluto-section-017 .custom-assoluto-section-block-button {
  text-align: center;
  margin-top: 36px;
}

.custom-assoluto-section-018 {
  background-image: url("assets/images/home-bg-02.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.custom-assoluto-section-018-container {
  position: relative;
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  align-items: end;
}
.custom-assoluto-section-018 .custom-assoluto-section-subtitle {
  margin-bottom: 20px;
}
.custom-assoluto-section-018 .custom-assoluto-section-title {
  text-align: left;
  margin-bottom: 35px;
  font-weight: 500;
  width: 45%;
  padding-right: 24px;
}
.custom-assoluto-section-018 .custom-assoluto-section-description {
  margin-bottom: 20px;
  width: 55%;
}
.custom-assoluto-section-018-topcontainer {
  padding-top: 50px;
}
.custom-assoluto-section-018 .custom-assoluto-section-blocks-title {
  color: #210f08;
  margin-bottom: 6px;
}
.custom-assoluto-section-posizioni {
  margin-bottom: 36px;
}
.custom-assoluto-section-018 .custom-assoluto-section-blocks {
  padding-bottom: 50px;
}

.custom-assoluto-section-018-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(assets/images/home-top-03.svg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 500px;
}

span.accordion-city {
  color: #a58074;
  font-style: normal;
  font-weight: 400;
  padding-right: 16px;
  border-right: 1px solid #eee;
  margin-right: 6px;
}

.custom-assoluto-section-018 .custom-assoluto-fields {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
  max-width: 400px;
  width: 100%;
}

.custom-assoluto-section-018 .custom-assoluto-fields select {
  border: 0;
  color: #351a10;
  font-weight: 500;
}

.custom-assoluto-section-018 .accordion-item {
  border: 0;
  border-radius: 0 !important;
  margin-bottom: 24px;
}

footer.custom-footer {
  padding-top: 50px;
  padding-bottom: 30px;
  position: relative;
  background-image: url("assets/images/footer.svg");
  background-repeat: repeat-x;
  background-position: bottom center;
}
.footer-parent {
  overflow: hidden;
  width: 100%;
}
.footer-row {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.footer-col-4 {
  width: calc(33.33% - 16px);
  font-family: "neuzon";
}
.footer-col-6 {
  width: 50%;
}
.footer-container {
  max-width: 1600px;
  margin: 0 auto;
}
.footer-logo img {
  width: 250px;
}
.footer-socials {
  margin-top: -50px;
  gap: 20px;
  display: flex;
}
.footer-socials svg,
.footer-socials i {
  width: 25px;
  fill: #89584a;
}
.footer-last-row {
  margin-top: 50px;
}
.footer-copyright {
  font-size: 0.6rem;
  color: #341a12;
}
.menu-title,
.newsletter-title {
  color: #89584a;
  font-size: 1.2rem;
  font-weight: 500;
}

.custom-footer-ribbon {
  position: absolute;
  top: -35px;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.custom-footer-ribbon img {
  width: 70px;
  height: auto;
}

.custom-footer .menu {
  list-style: none;
  padding: 0;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.custom-footer .menu-item a {
  font-weight: 800;
  color: #341a12;
  font-size: 0.8rem;
  text-transform: uppercase;
}
.custom-footer .menu-item {
  width: 50%;
  padding-right: 12px;
  margin-bottom: 2px;
}
.custom-footer a:hover {
  opacity: 0.9;
}
.newsletter-button img {
  width: 100px;
}
.newsletter-button span {
  font-size: 2.5rem;
  position: relative;
  line-height: 80%;
  transform: rotate(-4deg);
  display: inline-block;
  top: 11px;
  left: 48px;
  font-family: "neuzon", sans-serif;
}
.newsletter-button {
  position: relative;
  margin-top: 15px;
}
.newsletter-button .newsletter-bg-left {
  width: 100px;
  position: absolute;
  top: 0;
  left: 0;
}
.newsletter-button .newsletter-bg-right {
  display: none;
}

.newsletter-button .newsletter-text {
  color: #351a10;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}

.newsletter-field {
  position: relative;
  top: 20px;
}
.newsletter-field input,
.newsletter-field input:focus,
.newsletter-field input:focus-visible {
  border: 0 !important;
  border-radius: 0;
  border-bottom: 2px solid #89584a !important;
  outline: 0;
  color: #351a10;
  background-color: transparent;
  font-size: 0.8rem;
}

.newsletter-field input::placeholder {
  color: #89584a !important;
}

.newsletter-field button {
  border: 0;
  outline: 0;
  border-radius: 0;
  font-family: "neuzon";
  font-size: 0.8rem;
  box-shadow: none;
  background-color: #351a10;
  color: #fff;
}
.newsletter-field button:hover,
.newsletter-field button:focus {
  background-color: #89584a;
}

@media screen and (max-width: 430px) {
  .custom-footer .menu {
    flex-direction: column;
  }
}

header.custom-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: transparent;
  /*transition: background-color ease-in-out .5s;*/
}
header.custom-header.scrolled {
  position: fixed;
}
header.custom-header .header-blur {
  opacity: 0;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  width: 100%;
  height: 100%;
  transition: opacity 0.5s, top 0.5s;
  top: 0;
}
header.custom-header-dark .header-blur {
  transition: background-color 0.8s, height 0.6s, opacity 0.6s;
}

header.custom-header .header-blur-open {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  width: 100%;
  height: 0%;
  top: 0;
}

header.custom-header.custom-header-dark .header-blur,
header.custom-header.custom-header-dark.scrolled .header-blur {
  background-color: rgba(53, 26, 16, 0.7);
}
header.custom-header.custom-header-dark.menu-open .header-blur {
  background-color: rgba(255, 255, 255, 0.7);
}

header .navbar-brand {
  position: relative;
}
header .navbar-brand-dark {
  opacity: 0;
  position: absolute;
  left: 0;
  top: -13px;
}

header.custom-header.scrolled .navbar-brand-light {
  opacity: 0;
}
header.custom-header-dark .navbar-brand-light,
.header-empty.header-empty-visible:not(.header-empty-dark)
  ~ header.custom-header
  .navbar-brand-light {
  opacity: 1;
}
header.custom-header.custom-header-dark.scrolled .navbar-brand-light {
  opacity: 1;
}
header.custom-header.menu-open .navbar-brand-light,
header.custom-header.custom-header-dark.menu-open .navbar-brand-light {
  opacity: 0;
}
header.custom-header.scrolled:not(.custom-header-dark) .navbar-brand-dark,
.header-empty.header-empty-visible:not(.header-empty-dark)
  ~ header.custom-header
  .navbar-brand-dark {
  opacity: 1;
}
header.custom-header.menu-open .navbar-brand-dark,
header.custom-header.custom-header-dark.menu-open .navbar-brand-dark {
  opacity: 1;
}
.navbar-collapse {
  margin-top: 16px;
}
header.custom-header.scrolled .header-blur,
header.custom-header.menu-open .header-blur {
  opacity: 1;
}

header.custom-header nav {
  padding-top: 12px;
  padding-bottom: 12px;
}
header.custom-header .navbar-brand img {
  width: 200px;
}
header.custom-header span.navbar-text {
  color: #fff;
}
.header-col {
  width: 33.3%;
}

.navbar-toggler,
.navbar-toggler:hover,
.navbar-toggler:focus {
  background-color: transparent !important;
  outline: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 8px 8px !important;
}

.navbar-toggler span {
  display: block;
  width: 35px;
  margin-top: 6px;
  margin-bottom: 5px;
  position: relative;
  left: 0;
  opacity: 1;
  transition: all 0.35s ease-out;
  transform-origin: center left;
  height: 5px;
  background-color: #fff;
}

.custom-header-dark .navbar-toggler span {
  background-color: #fff;
}

header.custom-header.scrolled .navbar-toggler span,
.header-empty.header-empty-visible:not(.header-empty-dark)
  ~ header.custom-header
  .navbar-toggler
  span {
  background-color: #351a10;
}

header.custom-header.custom-header-dark.scrolled .navbar-toggler span {
  background-color: #fff;
}

header.custom-header.menu-open .navbar-toggler span,
header.custom-header.menu-open.scrolled .navbar-toggler span {
  background-color: #351a10;
}

.navbar-toggler span:nth-child(1) {
  transform: translate(0%, 0%) rotate(-6deg);
}

.navbar-toggler span:nth-child(2) {
  transform: translate(0%, 0%) rotate(0deg);
}
.navbar-collapse ul {
  margin-top: 10px;
  padding-left: 62px;
  list-style: none;
  text-align: right;
}
.navbar-collapse .menu-item a,
.mobile-cities a {
  color: #351a10 !important;
  /*     padding-left: 12px; */
  padding-right: 12px;
  background-color: transparent;
  transition: all ease-in-out 0.2s;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22px;
  line-height: 46px;
}
.navbar-collapse .menu-item a:hover {
  opacity: 0.8;
}

.btn-prenota {
  position: relative;
  top: -8px;
  margin-right: 8px;
  font-size: 0.8rem;
  background-image: url("assets/images/book.svg");
  background-size: contain;
  background-repeat: no-repeat;
  padding: 12px 28px;
  background-position: center center;
  color: #210f08 !important;
  font-weight: 500;
  font-family: "neuzon", sans-serif;
}
.btn-prenota:hover {
  color: #341a12 !important;
}

.header-stay-in-title {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 500;
  font-family: "neuzon", sans-serif;
}

.custom-header-dark .header-stay-in-title {
  color: #fff;
}
header.custom-header.scrolled .header-stay-in-title,
.header-empty.header-empty-visible:not(.header-empty-dark)
  ~ header.custom-header
  .header-stay-in-title {
  color: #351a10;
}
header.custom-header.scrolled.custom-header-dark .header-stay-in-title {
  color: #fff;
}
header.custom-header.menu-open .header-stay-in-title,
header.custom-header.custom-header-dark.menu-open .header-stay-in-title {
  color: #351a10;
}

.cls-1 {
  width: 20px;
  height: 13px;
  fill: none;
  stroke-width: 4px;
  stroke: #fff;
}

.custom-header-dark .cls-1 {
  stroke: #fff;
}
.custom-header.scrolled .cls-1 {
  stroke: #351a10;
}
.custom-header.custom-header-dark.scrolled .cls-1 {
  stroke: #fff;
}
.custom-header.menu-open .cls-1,
.custom-header.custom-header-dark.menu-open .cls-1,
.header-empty.header-empty-visible:not(.header-empty-dark)
  ~ header.custom-header
  .cls-1 {
  stroke: #351a10;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  transform: translate(10%, -100%) rotate(45deg);
  background-color: #351a10;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  transform: translate(8%, 160%) rotate(-45deg);
  background-color: #351a10;
}

.header-stay-in-selected {
  cursor: pointer;
}
.header-stay-in {
  display: flex;
  justify-content: center;
  gap: 16px;
  align-items: center;
  font-family: "neuzon", sans-serif;
  width: max-content;
  padding: 0 12px;
  margin: 0 auto;
  position: relative;
}
span.header-stay-in-item {
  font-size: 0.8rem;
  background-image: url("assets/images/discover.svg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 4px 10px;
  background-position: center center;
  color: #210f08 !important;
  font-weight: 500;
}
.cities-dropdown-container {
  position: absolute;
  width: 420px;
  top: -8px;
  left: 50%;
  padding: 12px;
  z-index: -1;
  padding-top: 36px;
  overflow: hidden;
  transform: translateX(-50%);
}
.cities-dropdown-bg {
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.cities-dropdown-inner {
  display: flex;
  flex-direction: column;
}
.cities-dropdown-inner a {
  color: #341a12 !important;
  font-size: 1.5rem;
  white-space: nowrap;
}
.cities-dropdown-inner a:hover {
  color: #89584a !important;
}
.mobile-cities {
  display: none;
}

.custom-assoluto-section-r01 {
  text-align: left;
  background-position: bottom center;
  background-repeat: repeat-x;
  min-height: 500px;
  color: #fff;
  overflow: hidden;
}
.custom-assoluto-section-r01 .custom-dark-over {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #210f08;
}
.custom-assoluto-section-r01 .custom-assoluto-section-subtitle {
  font-weight: 500;
  padding: 0;
  padding-left: 150px;
}
.custom-assoluto-section-r01-container {
  position: relative;
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.custom-assoluto-section-r01-container .custom-assoluto-section-title {
  color: #fff;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative;
  padding-top: 50px;
  width: fit-content;
  font-family: "neuzon", sans-serif;
}
.custom-assoluto-section-r01-container .custom-assoluto-section-subtitle {
  text-align: right;
  font-weight: 600;
  font-family: "Montserrat", serif;
}
.custom-assoluto-section-r01-container .custom-assoluto-section-description {
  /*max-width: 1100px;*/
  margin: 0 auto;
  text-align: center;
}
.custom-assoluto-section-r01-gallery .swiper-container,
.custom-assoluto-section-r02-list-items .swiper-container {
  z-index: 0;
}
.custom-assoluto-section-r01-gallery-overlay {
  position: absolute;
  background-color: rgb(53 26 16);
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  z-index: 1;
}
.custom-assoluto-section-r01-list-items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 70px;
}
.custom-assoluto-section-r01-list-item {
  width: 100%;
  display: flex;
  gap: 50px;
  margin-bottom: 80px;
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
}
.custom-assoluto-section-r01-list-item .gallery-image-container {
  height: 600px;
  overflow: hidden;
  width: 100%;
  background-color: #000;
  position: relative;
}
.r01-list-item-1 {
  flex-direction: row-reverse;
}
.r01-list-item-2 {
  flex-direction: row;
}
.custom-assoluto-section-r01-gallery {
  width: calc(55% - 25px);
  margin-left: 16px;
  margin-right: 16px;
}
.custom-assoluto-section-r01-gallery .swiper-container {
  overflow: hidden;
}
.custom-assoluto-section-r01-content {
  width: calc(45% - 25px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.r01-content-title {
  line-height: 100%;
  margin-bottom: 10px;
  font-family: "neuzon", sans-serif;
}
.r01-content-params {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.r01-content-param {
  display: flex;
  gap: 8px;
  font-weight: 600;
  align-items: center;
  margin-bottom: 16px;
  padding-right: 36px;
}
.r01-content-params .r01-content-param:last-child {
  padding-right: 0;
}
.r01-content-param img {
  height: 18px !important;
  width: auto;
}
.r01-content-button {
  margin-top: 24px;
}

.custom-assoluto-section-r01-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("assets/images/home-top-02.svg");
  background-position: 50% 90px;
  background-repeat: no-repeat;
  background-size: 440px;
}
.r01-gallery .gallery-image {
  width: 100%;
  height: 140%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  top: -20%;
}
.r02-slider .gallery-image {
  width: 100%;
  height: 140%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  top: -20%;
}
.custom-assoluto-section-r01-container .custom-next,
.custom-assoluto-section-r01-container .custom-prev {
  width: 50px;
  height: 50px;
  z-index: 1;
}
.custom-assoluto-section-r02-container-fluid .custom-next,
.custom-assoluto-section-r02-container-fluid .custom-prev {
  width: 70px;
  height: 70px;
  z-index: 1;
  top: calc(50% - 20px);
}

.custom-assoluto-section-r01-container .swiper-button-next {
  /*background-image: url('assets/images/arrow-right-dark.svg');*/
  right: -25px;
}
.custom-assoluto-section-r02-container-fluid .swiper-button-next {
  right: calc(50% - 35px - 50% / 1.65);
}

.custom-assoluto-section-r01-container .swiper-button-prev {
  /*background-image: url('assets/images/arrow-left-dark.svg');*/
  left: -25px;
}
.custom-assoluto-section-r02-container-fluid .swiper-button-prev {
  left: calc(50% - 35px - 50% / 1.65);
}

.custom-assoluto-section-r01-container
  .swiper-button-container
  .swiper-arrow-bg-hover,
.custom-assoluto-section-r02-container-fluid
  .swiper-button-container
  .swiper-arrow-bg-hover {
  display: none;
}
.custom-assoluto-section-r01-container
  .swiper-button-container
  .swiper-arrow-icon-hover,
.custom-assoluto-section-r02-container-fluid
  .swiper-button-container
  .swiper-arrow-icon-hover {
  display: none;
}

.custom-assoluto-section-r01-container
  .swiper-button-container:hover
  .swiper-arrow-bg,
.custom-assoluto-section-r02-container-fluid
  .swiper-button-container:hover
  .swiper-arrow-bg {
  display: none;
}
.custom-assoluto-section-r01-container
  .swiper-button-container:hover
  .swiper-arrow-bg-hover,
.custom-assoluto-section-r02-container-fluid
  .swiper-button-container:hover
  .swiper-arrow-bg-hover {
  display: inline-block;
}

.custom-assoluto-section-r01-container
  .swiper-button-container:hover
  .swiper-arrow-icon,
.custom-assoluto-section-r02-container-fluid
  .swiper-button-container:hover
  .swiper-arrow-icon {
  display: none;
}
.custom-assoluto-section-r01-container
  .swiper-button-container:hover
  .swiper-arrow-icon-hover,
.custom-assoluto-section-r02-container-fluid
  .swiper-button-container:hover
  .swiper-arrow-icon-hover {
  display: inline-block;
}

/* R02 */

.custom-assoluto-section-r02 {
  text-align: left;
  background-position: bottom center;
  background-repeat: repeat-x;
  color: #fff;
}
.custom-assoluto-section-r02 .custom-dark-over {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #210f08;
}
.custom-assoluto-section-r02-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("assets/images/home-top-02.svg");
  background-position: 25% 0px;
  background-repeat: no-repeat;
  background-size: 350px;
}
.custom-assoluto-section-r02-ribbon {
  position: absolute;
  top: -35px;
  width: 100%;
  left: 0;
}
.custom-assoluto-section-r02-ribbon div {
  max-width: 1600px;
  margin: 0 auto;
  padding-right: 50px;
  text-align: right;
}
.custom-assoluto-section-r02-ribbon img {
  width: 70px;
  height: auto;
}

.custom-assoluto-section-r02 .custom-assoluto-section-subtitle {
  font-weight: 500;
  padding: 0;
}
.custom-assoluto-section-r02-container {
  position: relative;
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0px;
}
.custom-assoluto-section-r02-container-fluid {
  width: 100%;
  padding-bottom: 110px;
  overflow: hidden;
}
.custom-assoluto-section-r02-container .custom-assoluto-section-title {
  color: #fff;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative;
  padding-top: 50px;
  width: fit-content;
}
.custom-assoluto-section-r02-container .custom-assoluto-section-subtitle {
  text-align: right;
  font-weight: 600;
  font-family: "Montserrat";
}
.custom-assoluto-section-r02-container .custom-assoluto-section-description {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.custom-assoluto-section-r02-list-items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 70px;
  padding-bottom: 50px;
}

.r02-slider-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 450px;
}

.custom-assoluto-section-r02-list-items .gallery-image-container {
  height: 450px;
  overflow: hidden;
  width: 100%;
  background-color: #000;
  position: relative;
}

.r02-content-button {
  margin-top: -25px;
  text-align: center;
}
.swiper-slide .r02-content-button a {
  display: inline-block !important;
}
.custom-white-bottom {
  display: none;
}

.custom-assoluto-section-shortcode .custom-cf7-form {
}
.custom-assoluto-section-shortcode .wpcf7-response-output {
  margin-top: 0 !important;
}
.custom-assoluto-section-shortcode .custom-animate-field {
  margin-bottom: 30px;
}
.custom-animate-field input,
.custom-animate-field select,
.custom-animate-field textarea {
  background-color: transparent;
  border: 0 !important;
  border-bottom: 2px solid #89584a !important;
  border-radius: 0 !important;
  color: #351a10;
  outline: 0;
  padding: 0.5rem 1rem 0.5rem 0rem !important;
  font-size: 0.9rem;
}
.custom-animate-field label {
  font-weight: bold;
  font-size: 1.3rem;
  padding-right: 24px;
  width: 100%;
}
.custom-animate-field input::placeholder,
.custom-animate-field textarea::placeholder {
  color: #89584a !important;
}

.custom-animate-field .wpcf7-list-item {
  margin: 0;
}
.custom-animate-field .wpcf7-list-item-label {
  font-size: 0.9rem;
  color: #89584a;
  margin-left: 4px;
  font-weight: normal;
}
.custom-animate-field .wpcf7-list-item-label a {
  text-decoration: underline;
  color: #341a12;
}
.custom-assoluto-section-shortcode .wpcf7-not-valid-tip {
  font-size: 0.8rem;
  margin-top: 8px;
}
.wpcf7-checkbox input[type="checkbox"],
.wpcf7-acceptance input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50% !important;
  border: 2px solid #89584a !important;
  outline: none;
  cursor: pointer;
  position: relative;
  top: 4px;
}

.wpcf7-checkbox input[type="checkbox"]:checked,
.wpcf7-acceptance input[type="checkbox"]:checked {
  background-color: #89584a;
  border-color: #89584a;
}

.wpcf7-checkbox input[type="checkbox"]:checked:after,
.wpcf7-acceptance input[type="checkbox"]:checked:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  left: 6px;
  top: 2px;
}
.custom-assoluto-section-shortcode span.wpcf7-spinner {
  display: block;
  margin-top: 12px;
}

.custom-assoluto-section-shortcode .wpcf7-submit {
  width: 100%;
  font-size: 1.5rem;
  background-color: transparent !important;
  color: #310310 !important;
  box-shadow: none !important;
  outline: 0 !important;
  border: 0 !important;
  position: relative;

  background-image: url(assets/images/discover.svg);
  background-repeat: no-repeat;
  background-size: cover;
  font-weight: 500;
  background-position: center center;
  text-align: center;
  padding: 6px 24px;
  margin: 0 auto;
  color: #351a10 !important;
  text-decoration: none;
  font-family: "neuzon", sans-serif;
  position: relative;
  display: inline-block;
  border-radius: 0 !important;
}
.custom-assoluto-section-shortcode .wpcf7-submit .custom-animate-button-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #351a10;
  z-index: 0;
}
.custom-assoluto-section-shortcode .wpcf7-submit span {
  position: relative;
  z-index: 1;
}

.custom-assoluto-section-shortcode .wpcf7-form {
  padding-bottom: 30px;
}

/* font size */
.custom-assoluto-section-title {
  font-size: 5rem;
}
.custom-assoluto-section-subtitle {
  font-size: 1.5rem;
}
.custom-assoluto-section-block-title {
  font-size: 1.6rem;
}
.custom-assoluto-section-description,
.custom-assoluto-section-block-description {
  font-size: 1.5rem;
}
.custom-animate-button {
  font-size: 1.6rem;
}
.custom-assoluto-offers-list-button.custom-animate-button {
  font-size: 1rem;
}

.custom-assoluto-section-000 .custom-assoluto-section-icons,
.custom-assoluto-section-004-content
  .custom-assoluto-section-icons.icons-h
  .custom-assoluto-section-icons-element {
  font-size: 1rem;
}
.custom-assoluto-section-001 .custom-assoluto-section-icon,
.custom-assoluto-section-004-content .custom-assoluto-section-icons,
.custom-assoluto-section-004-content
  .custom-assoluto-section-icons.icons-v
  .custom-assoluto-section-icons-element,
.custom-assoluto-section-011-content .custom-assoluto-section-icons-element {
  font-size: 1.3rem;
}
.custom-assoluto-section-004-content .custom-assoluto-section-description li {
  font-size: 1rem;
}

.custom-assoluto-section-004 .custom-animate-parallax {
  overflow: hidden;
  height: 100%;
}
.custom-assoluto-section-004 .custom-animate-parallax img {
  width: 100%;
  height: 140%; /* più grande del contenitore */
  object-fit: cover;
  transform: translateY(-20%); /* Sposta l'immagine leggermente verso l'alto */
}

.custom-assoluto-section-002 .custom-assoluto-section-subtitle {
  font-size: 1.7rem;
}
.custom-assoluto-section-002 .custom-assoluto-section-list a {
  font-size: 7rem;
}
.custom-assoluto-section-003 .custom-assoluto-section-title {
  font-size: 7rem;
}

.custom-assoluto-section-005 .custom-assoluto-section-list div,
.custom-assoluto-section-005 .list-items .item-name {
  font-size: 1.3rem;
}

.custom-assoluto-reviews-list-title {
  font-size: 1.5rem;
}
.custom-assoluto-reviews-list-description {
  font-size: 1.2rem;
}

.custom-assoluto-offers-list-title {
  font-size: 1.4rem;
}
.custom-assoluto-offers-list-description {
  font-size: 1rem;
}
.custom-assoluto-offers-list-note {
  font-size: 0.8rem;
}

.custom-assoluto-section-013 .custom-animate-icon {
  font-size: 0.8rem;
}

.custom-assoluto-section-013 .custom-assoluto-section-block-subtitle {
  font-size: 0.8rem;
}
.custom-assoluto-section-013 .custom-assoluto-section-block-title {
  font-size: 2.5rem;
}

.accordion-header button {
  font-size: 1.2rem;
}

span.accordion-icon {
  font-size: 2.5rem;
}
.accordion-body {
  font-size: 1.2rem;
}

.custom-assoluto-section-017 .custom-assoluto-section-subtitle {
  font-size: 1.7rem;
}
.custom-assoluto-section-017-container .custom-assoluto-section-block-title {
  font-size: 2.5rem;
}
.custom-assoluto-section-018 .custom-assoluto-section-blocks-title {
  font-size: 1.6rem;
}

.r01-content-title {
  font-size: 4rem;
}
.r01-content-param {
  font-size: 1rem;
}
.r01-content-description {
  font-size: 1.2rem;
}

.custom-assoluto-articles-list-title {
  font-size: 1.5rem;
}

/* fine */

@media (max-width: 1200px) {
  .r01-content-title {
    font-size: 3rem;
  }
  .custom-assoluto-section-002 .custom-assoluto-section-list a {
    font-size: 5rem;
  }
  .custom-assoluto-section-003 .custom-assoluto-section-title {
    font-size: 5rem;
  }
}

@media (min-width: 993px) {
  .hidden-desktop {
    display: none;
  }
}
@media (max-width: 992px) {
  .hidden-mobile {
    display: none;
  }
}

@media (max-width: 1600px) {
  .back-button {
    font-size: 0.7rem;
  }

  .custom-assoluto-section-title {
    position: relative;
    text-align: center;
  }
  .custom-assoluto-section-title {
    font-size: 4.6rem;
  }

  .footer-copyright {
    font-size: 0.8rem;
  }
  .menu-title,
  .newsletter-title {
    font-size: 1.2rem;
  }
  .custom-footer .menu-item a {
    font-size: 0.8rem;
  }
  .newsletter-button span {
    font-size: 2.5rem;
  }
  .newsletter-field input,
  .newsletter-field input:focus,
  .newsletter-field input:focus-visible {
    font-size: 0.8rem;
  }
  .newsletter-field button {
    font-size: 0.8rem;
  }
  .navbar-collapse .menu-item a,
  .mobile-cities a {
    font-size: 22px;
  }
  .btn-prenota {
    font-size: 0.8rem;
  }
  .header-stay-in-title {
    font-size: 0.8rem;
  }
  span.header-stay-in-item {
    font-size: 0.8rem;
  }
  .custom-assoluto-articles-list-image-container {
    height: 200px;
  }
  .custom-assoluto-section-006-container .articles-list-next,
  .custom-assoluto-section-006-container .articles-list-prev {
    top: 96px;
  }
  .article-in-list {
    min-height: 500px;
  }
  .custom-assoluto-section-r01-list-item .gallery-image-container {
    height: 480px;
  }
}

@media (max-width: 1200px) {
  .custom-assoluto-section-004-content {
    padding: 90px 60px;
  }
}

@media (max-width: 992px) {
  .custom-assoluto-section-001-container,
  .custom-assoluto-section-002-container,
  .custom-assoluto-section-003-container,
  .custom-assoluto-section-004-container,
  .custom-assoluto-section-005-container,
  .custom-assoluto-section-006-container,
  .custom-assoluto-section-007-container,
  .custom-assoluto-section-008-container,
  .custom-assoluto-section-009-container,
  .custom-assoluto-section-010-container,
  .custom-assoluto-section-011-container,
  .custom-assoluto-section-012-container,
  .custom-assoluto-section-013-container,
  .custom-assoluto-section-014-container,
  .custom-assoluto-section-015-container,
  .custom-assoluto-section-016-container,
  .custom-assoluto-section-017-container,
  .custom-assoluto-section-018-container,
  .custom-assoluto-section-r01-container,
  .custom-assoluto-section-r02-container,
  .footer-container {
    max-width: 100%;
  }

  .custom-section-assoluto-000-container,
  .custom-assoluto-section-001-container,
  .custom-assoluto-section-002-container,
  .custom-assoluto-section-003-container,
  .custom-assoluto-section-005-container,
  .custom-assoluto-section-006-container,
  .custom-assoluto-section-007-container,
  .custom-assoluto-section-009-container,
  .custom-assoluto-section-010-container,
  .custom-assoluto-section-011-container,
  .custom-assoluto-section-012-container,
  .custom-assoluto-section-013-container,
  .custom-assoluto-section-014-container,
  .custom-assoluto-section-015-container,
  .custom-assoluto-section-016-container,
  .custom-assoluto-section-017-container,
  .custom-assoluto-section-018-container,
  .custom-assoluto-section-r01-container,
  .custom-assoluto-section-r02-container,
  .footer-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .custom-assoluto-section-004-container {
    flex-direction: column;
  }

  .custom-assoluto-section-008-container .custom-next {
    right: 30px;
  }
  .custom-assoluto-section-008-container .custom-prev {
    left: 30px;
  }

  .footer-row {
    flex-direction: column;
  }
  .footer-col-4 {
    width: 100%;
  }
  .menu-title,
  .newsletter-title {
    margin-top: 25px;
  }
  .footer-socials {
    margin-top: 40px;
  }
  .newsletter-button {
    min-height: 60px;
  }

  .show-desktop {
    display: none !important;
  }
  .show-mobile {
    display: block;
  }

  .custom-section-assoluto-000-container .back-button {
    display: none;
  }
  .custom-section-assoluto-000-container
    .custom-assoluto-section-subtitle.text-left,
  .custom-section-assoluto-000-container
    .custom-assoluto-section-subtitle.text-right {
    text-align: center;
  }
  .custom-assoluto-section-001 {
    text-align: left;
  }
  .custom-assoluto-section-001-container {
    padding-bottom: 32px;
  }
  /*.custom-assoluto-section-001-ribbon { display: none !important; }*/

  .custom-assoluto-section-001 .custom-assoluto-section-subtitle {
    margin-bottom: 0px;
  }
  .custom-assoluto-section-001
    .custom-assoluto-section-title
    .custom-assoluto-section-title-container {
    padding-left: 0;
    padding-right: 0;
  }
  .custom-assoluto-section-001 .custom-assoluto-section-title {
    margin-bottom: 15px;
    text-align: left;
  }

  .swiper-pagination-bullet {
    border-radius: 0;
    width: 10px;
    background-color: transparent;
    border: 1px solid #341a12;
    margin: 0 4px !important;
  }

  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #341a12;
  }
  .custom-assoluto-section-007 .swiper-pagination {
    bottom: -50px !important;
  }
  .custom-assoluto-section-008-container .swiper-pagination {
    bottom: 40px !important;
  }
  .custom-assoluto-section-008-container .swiper-pagination-bullet {
    border: 2px solid #fff;
  }
  .custom-assoluto-section-008-container
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
  }
  .custom-assoluto-section-006-container .swiper-pagination {
    left: 0;
    bottom: -35px !important;
  }
  .custom-assoluto-section-006-container .swiper-pagination-bullet,
  .custom-assoluto-section-012-container .swiper-pagination-bullet,
  .custom-assoluto-section-007 .swiper-pagination-bullet {
    border: 2px solid #89584a;
  }
  .custom-assoluto-section-006-container
    .swiper-pagination-bullet.swiper-pagination-bullet-active,
  .custom-assoluto-section-012-container
    .swiper-pagination-bullet.swiper-pagination-bullet-active,
  .custom-assoluto-section-007
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #89584a;
  }

  .custom-assoluto-section-r01-container .swiper-pagination {
    bottom: 5px !important;
  }
  .custom-assoluto-section-r01-container .swiper-pagination-bullet,
  .custom-assoluto-section-r02-container-fluid .swiper-pagination-bullet {
    border: 2px solid #fff;
  }
  .custom-assoluto-section-r01-container
    .swiper-pagination-bullet.swiper-pagination-bullet-active,
  .custom-assoluto-section-r02-container-fluid
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
  }

  .custom-assoluto-section-r01-list-item.r01-list-item-1,
  .custom-assoluto-section-r01-list-item.r01-list-item-2 {
    flex-direction: column-reverse;
  }
  .custom-assoluto-section-r01-content,
  .custom-assoluto-section-r01-gallery {
    width: 100%;
  }
  .custom-assoluto-section-r01-list-item {
    gap: 0;
  }

  .r01-gallery .gallery-image {
    min-height: 240px;
  }
  .hidden-desktop .r01-content-description {
    margin-top: 12px;
  }
  .r01-content-button a,
  .r02-content-button a {
    margin-left: auto;
    margin-right: auto;
  }

  .custom-assoluto-section-r02-container .custom-assoluto-section-subtitle {
    text-align: left;
  }
  .custom-assoluto-section-r02-container .custom-assoluto-section-description {
    text-align: left;
  }
  .custom-assoluto-section-description.custom-animate-description .split-line {
    text-align: left !important;
  }
  .custom-assoluto-section-r02-container-fluid {
    padding-bottom: 0;
  }

  .custom-icons-slider .swiper-slide {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-left: 12px;
    padding-right: 12px;
  }
  .custom-icons-slider .swiper-slide img {
    height: 120px;
  }
  .custom-icons-slider {
    padding-bottom: 70px;
  }

  .custom-assoluto-section-002-container {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .custom-assoluto-section-002 .custom-assoluto-section-subtitle {
    text-align: right;
    padding-right: 32px;
    padding-left: 0;
  }
  .custom-assoluto-section-002-ribbon img {
    width: 40px;
  }
  .custom-assoluto-section-002-ribbon {
    top: -18px;
  }
  .custom-assoluto-section-002-ribbon div {
    text-align: end;
    padding-left: 0;
    padding-right: 50px;
  }
  .custom-assoluto-section-002 .custom-assoluto-section-list {
    padding-left: 32px;
  }

  .city-bg {
    top: 0px;
    height: 100%;
  }
  /*.city-bg-2 {
        height: 100%;
    }*/
  .city-subtitle {
    margin-top: -12px;
  }
  .custom-assoluto-section-002 .custom-assoluto-section-list li {
    /*width: max-content;*/
    margin-bottom: 16px;
  }

  .custom-assoluto-section-003-box {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .custom-assoluto-section-004-container {
    padding-left: 12px;
    padding-right: 12px;
  }
  .custom-assoluto-section-004-col {
    width: 100%;
  }
  .custom-assoluto-section-004-image-container {
    margin: 12px 0;
    width: 100%;
  }
  .custom-assoluto-section-004-content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 24px;
    padding-bottom: 48px;
  }
  .custom-assoluto-section-004-content .custom-assoluto-section-description {
    max-width: 100%;
    margin: 0;
    margin-bottom: 24px;
    text-align: left;
  }
  .custom-assoluto-section-004
    .custom-assoluto-section-icon.custom-assoluto-section-icon-abs
    img {
    width: 40px;
  }
  .custom-assoluto-section-004
    .custom-assoluto-section-icon.custom-assoluto-section-icon-abs {
    position: absolute;
    top: -10px;
    left: 24px;
  }
  .custom-assoluto-section-004-content .custom-assoluto-section-icon {
    width: 24px;
  }
  .custom-assoluto-section-004-col .custom-assoluto-section-title {
    max-width: 100%;
    margin-bottom: 16px;
    text-align: left;
    width: max-content;
    margin-left: 0;
  }
  .custom-assoluto-section-004-content .custom-assoluto-section-icon {
    position: absolute;
    top: -10px;
    z-index: 1;
    width: 40px;
    /*left: calc(100% - 24px);*/
  }
  .custom-assoluto-section-004-col .custom-assoluto-section-icon img {
    width: 25px;
    right: 0px;
  }

  .custom-assoluto-section-004-col .custom-animate-title sup {
    right: -4px;
    top: -10px;
  }

  .custom-assoluto-section-004-content .custom-assoluto-section-icons {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .reverse-view .custom-assoluto-section-004-container {
    flex-direction: column-reverse;
  }
  .reverse-view.type1 .custom-assoluto-section-004-container {
    flex-direction: column;
  }
  .reverse-view .custom-assoluto-section-004-content {
    padding-bottom: 0;
  }
  .custom-assoluto-section-004 .custom-animate-parallax {
    height: 350px;
  }

  .custom-assoluto-section-007-container {
    width: fit-content;
    margin: 0 auto;
  }
  .custom-assoluto-section-007 .custom-assoluto-section-title {
    width: 100%;
    text-align: center;
  }
  .custom-assoluto-section-007-box img {
    width: 100px;
    height: auto;
  }
  .custom-assoluto-section-007-box {
    /*top: 0;*/
  }
  .custom-assoluto-section-007-grid {
    display: initial;
  }
  .review-header {
    gap: 0;
    flex-direction: column-reverse;
  }
  .custom-assoluto-reviews-list-container {
    overflow: hidden;
    padding-top: 0px;
    width: calc(100% - 24px);
    position: initial;
    left: auto;
    margin-left: 12px;
    margin-right: 12px;
    padding-bottom: 90px;
  }

  .custom-assoluto-section-r02-ribbon img {
    width: 40px;
    height: auto;
  }
  .custom-assoluto-section-r02-ribbon {
    top: -20px;
  }
  .custom-assoluto-section-r02-container .custom-assoluto-section-subtitle {
    padding-left: 0;
  }
  .custom-assoluto-section-r02-container .custom-assoluto-section-title {
    text-align: left;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .custom-assoluto-section-r02-container
    .custom-assoluto-section-title-container.custom-animate-title
    .split-line {
    text-align: left !important;
  }
  .custom-assoluto-section-r02-top {
    background-image: none;
  }
  .custom-assoluto-section-r02-list-items {
    margin-top: 30px;
    /*padding-bottom: 0px;*/
    margin-left: 12px;
    margin-right: 12px;
  }

  .custom-assoluto-section-010-box {
    background-image: none;
  }
  .custom-assoluto-section-010-topcontainer {
    display: initial;
    padding-top: 50px;
  }
  .custom-assoluto-section-010 .custom-assoluto-section-subtitle {
    margin-bottom: 0;
  }
  .custom-assoluto-section-010 .custom-assoluto-section-title {
    margin-bottom: 15px;
    width: 100%;
    padding-right: 0;
  }
  .custom-assoluto-section-010 .custom-assoluto-section-description {
    margin-bottom: 20px;
    width: 100%;
  }
  .custom-assoluto-section-010-container .grid-container {
    display: inherit;
  }
  .custom-assoluto-section-010-container .custom-assoluto-section-block-title {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .custom-assoluto-section-010-container .grid-item:nth-child(2n + 1) {
    transform: none;
  }
  .custom-assoluto-section-010-container .custom-assoluto-section-block {
    margin-bottom: 16px;
    margin-top: 16px;
  }
  .custom-assoluto-section-010-container .custom-assoluto-section-blocks {
    padding-bottom: 20px;
  }
  .custom-assoluto-section-011 {
    background-image: none !important;
  }
  .custom-assoluto-section-011-col {
    width: 100%;
  }
  .custom-assoluto-section-011-container
    .custom-assoluto-section-011-col:first-child {
    width: 100%;
    margin-right: 0;
  }

  .custom-assoluto-section-011-container {
    flex-direction: column-reverse;
    padding-bottom: 0;
    padding-top: 24px;
  }

  .custom-assoluto-section-003-ribbon img {
    width: 40px;
    height: auto;
  }
  .custom-assoluto-section-003-ribbon {
    top: -20px;
  }
  .custom-assoluto-section-003 {
    padding-bottom: 40px;
  }
  .custom-assoluto-section-003-container {
    padding-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
  }
  .custom-pt-5 {
    padding-top: 40px;
  }
  .custom-assoluto-section-003 .custom-assoluto-section-title {
    word-wrap: break-word;
  }

  .custom-assoluto-section-009-topcontainer {
    display: initial;
    padding-top: 50px;
  }
  .custom-assoluto-section-009 .custom-assoluto-section-subtitle {
    margin-bottom: 0;
  }
  .custom-assoluto-section-009 .custom-assoluto-section-title {
    margin-bottom: 15px;
    width: 100%;
    padding-right: 0;
  }
  .custom-assoluto-section-009 .custom-assoluto-section-description {
    margin-bottom: 20px;
    width: 100%;
  }
  .custom-assoluto-section-009-container .grid-container {
    display: flex;
    flex-direction: column;
  }
  .view-232 .custom-assoluto-section-009-container .grid-container {
    margin-top: 40px;
  }
  .custom-assoluto-section-009-container .row-2,
  .custom-assoluto-section-009-container .row-3,
  .view-232 .custom-assoluto-section-009-container .row-2,
  .view-232 .custom-assoluto-section-009-container .row-3 {
    display: initial;
    margin-bottom: 0;
  }
  .view-232 .custom-assoluto-section-009-container .row-2 .grid-item-1,
  .view-232 .custom-assoluto-section-009-container .row-2 .grid-item-2,
  .view-232 .custom-assoluto-section-009-container .row-3 .grid-item-1,
  .view-232 .custom-assoluto-section-009-container .row-3 .grid-item-2,
  .view-232 .custom-assoluto-section-009-container .row-3 .grid-item-3,
  .view-232 .custom-assoluto-section-009-container .row-3 .grid-item-4,
  .view-232 .custom-assoluto-section-009-container .row-3 .grid-item-5,
  .view-232 .custom-assoluto-section-009-container .row-3 .grid-item-6 {
    transform: none;
    margin: 0;
  }
  .view-232 .custom-assoluto-section-009-container .row-2 > .grid-item,
  .view-232 .custom-assoluto-section-009-container .row-3 > .grid-item {
    max-width: 500px;
    margin-bottom: 70px;
  }
  .custom-assoluto-section-009-container .custom-assoluto-section-blocks {
    padding-bottom: 60px;
  }
  .custom-assoluto-section-009-container
    .custom-assoluto-section-block-content {
    padding: 12px;
    gap: 40px;
    justify-content: space-between;
  }

  .custom-assoluto-section-009-container .custom-assoluto-section-block-button {
    position: initial;
    right: auto;
    bottom: auto;
    width: 40px;
    height: 40px;
  }
  .custom-assoluto-section-009-container .grid-item-0 {
    margin-bottom: 70px;
    margin-left: 0;
    margin-right: 0;
    transform: none !important;
  }

  .custom-assoluto-section-009-container
    .swiper-button-container
    .swiper-arrow-icon-reverse {
    transform: none;
  }

  .custom-assoluto-section-r01-gallery {
    margin-left: 0;
    margin-right: 0;
  }
  .hidden-desktop .r01-content-button {
    text-align: center;
  }

  /*.custom-assoluto-section-001-container { padding-top: 150px; } */

  .custom-assoluto-section-001 .custom-assoluto-section-blocks {
    flex-direction: column;
  }
  .custom-assoluto-section-001 .custom-assoluto-section-block {
    border: 0 !important;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }

  .down-button .custom-section-assoluto-icon-container {
    width: 50px;
    height: 50px;
  }
  .custom-section-assoluto-down-icon img {
    width: 45px;
  }
  .custom-assoluto-section-000 .custom-assoluto-section-subtitle {
    margin-bottom: 10px;
  }
  .custom-assoluto-section-001-ribbon-rotate {
    top: -20px;
  }
  .custom-assoluto-section-001-ribbon-rotate img {
    width: 40px;
  }
  .custom-assoluto-section-013
    .custom-assoluto-section-title
    .custom-assoluto-section-title-container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .custom-assoluto-section-014-container .accordion-item {
    margin-bottom: 12px;
  }
  .custom-assoluto-section-014-container .custom-assoluto-section-faqs {
    gap: 0;
  }
  .custom-assoluto-section-014-container .accordion-item {
    width: 100%;
  }
  .custom-assoluto-articles-list-button {
    transform: none !important;
    position: inherit;
  }
  /*.custom-assoluto-articles-list {
        overflow: visible;
    }*/
  .custom-assoluto-articles-list-button {
    margin-top: 10px;
  }
  .custom-assoluto-articles-list {
    max-width: 500px;
    margin: 0 auto;
  }
  .custom-assoluto-articles-list-container .swiper-container {
    position: static;
  }
  .custom-assoluto-articles-list-container
    .swiper-pagination-disabled
    > .swiper-pagination {
    display: block !important;
    width: 100%;
  }
  .custom-assoluto-section-r02-top {
    display: none;
  }
  .custom-white-bottom {
    display: block;
    position: absolute;
    width: 100%;
    height: 70px;
    background-color: #fff;
    left: 0;
    bottom: 0;
  }
  .custom-assoluto-section-r02 .custom-dark-over {
    bottom: 70px;
  }
  .custom-assoluto-section-r02-container-fluid .swiper-pagination {
    bottom: 80px !important;
  }
  .custom-assoluto-section-r02-margin {
    width: 100%;
    background-color: #fff;
    height: 50px;
  }

  .custom-assoluto-section-013 .custom-assoluto-section-block {
    gap: 0;
    flex-direction: column;
  }
  .custom-assoluto-section-013 .custom-assoluto-section-block-col {
    width: 100%;
  }
  .custom-assoluto-section-block-col-image {
    margin-bottom: 16px;
    margin-top: 16px;
    position: relative;
  }
  .custom-assoluto-section-013 .custom-assoluto-section-block-col-image {
    height: 350px;
  }
  .custom-assoluto-section-013 .custom-assoluto-section-block-title {
    text-align: left;
  }
  .custom-assoluto-section-013 .custom-assoluto-section-subtitle {
    text-align: center;
    margin-bottom: 0;
  }
  .custom-assoluto-section-013 .custom-assoluto-section-icon {
    right: -12px;
    left: auto;
    top: -24px;
  }
  .custom-assoluto-section-013 .custom-assoluto-section-blocks {
    gap: 90px;
  }
  .custom-assoluto-section-013 .custom-assoluto-section-block-button {
    text-align: center;
  }
  .custom-assoluto-section-015-box {
    background-image: none !important;
  }
  .custom-assoluto-section-015.h-view
    .custom-assoluto-section-015-topcontainer {
    flex-direction: column;
  }
  .custom-assoluto-section-015.h-view .custom-assoluto-section-title {
    width: 100%;
    padding-right: 0;
  }
  .custom-assoluto-section-015 .custom-assoluto-section-subtitle {
    margin-bottom: 0;
  }
  .custom-assoluto-section-015.h-view .custom-assoluto-section-description {
    width: 100%;
  }

  .custom-assoluto-section-000 .custom-assoluto-section-description {
    padding-left: 0;
    padding-right: 0;
  }
  .custom-assoluto-section-001 .custom-assoluto-section-description {
    padding-left: 0;
    padding-right: 0;
  }
  .custom-assoluto-section-r02-container .custom-assoluto-section-title {
    padding-left: 0;
    padding-right: 0;
  }
  .custom-assoluto-section-r01-list-item {
    padding-left: 0px;
    padding-right: 0px;
  }
  .custom-assoluto-section-r01-container .custom-assoluto-section-subtitle {
    text-align: center;
    padding: 0;
  }
  .custom-assoluto-section-015-container {
    overflow: hidden;
  }
  .custom-assoluto-section-015 .custom-assoluto-section-subtitle {
    margin-bottom: 0;
  }

  .custom-assoluto-section-017-container .custom-assoluto-section-block {
    width: 100%;
    max-width: 500px;
  }
  .custom-assoluto-section-017-container .custom-assoluto-section-title {
    margin: 0;
  }

  .custom-assoluto-section-017
    .custom-assoluto-section-blocks
    .custom-assoluto-section-block:nth-child(odd)
    .custom-assoluto-section-icon,
  .custom-assoluto-section-017
    .custom-assoluto-section-blocks
    .custom-assoluto-section-block:nth-child(even)
    .custom-assoluto-section-icon {
    position: absolute;
    width: 70px;
    top: -35px;
    left: auto;
    right: -12px;
  }
  .custom-assoluto-section-017-container .custom-assoluto-section-blocks {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0px;
  }
  .custom-assoluto-section-017 {
    padding-bottom: 0px;
  }
  .custom-assoluto-section-017 .custom-dark-over {
    bottom: 90px;
  }
  .custom-assoluto-section-017 .custom-white {
    position: absolute;
    bottom: 0;
    height: 90px;
    width: 100%;
    left: 0;
    background-color: #fff;
  }

  .custom-assoluto-offers-list-container {
    overflow: hidden;
  }
  .custom-assoluto-reviews-list-container {
    overflow: hidden;
  }

  .custom-assoluto-section-text-content {
    display: block;
  }
  .custom-assoluto-section-012 .swiper-container {
    width: 100%;
    margin-left: 0;
    padding-bottom: 55px;
  }
  .custom-assoluto-section-012-container {
    padding-bottom: 0;
  }
  .custom-assoluto-section-017-container
    .custom-assoluto-section-subtitle.text-right {
    text-align: left;
  }
  .custom-assoluto-section-017-container .custom-assoluto-section-title {
    text-align: left;
  }
  .custom-assoluto-section-017-container .custom-assoluto-section-blocks {
    margin-top: 50px;
    gap: 60px;
    margin-left: 0;
    margin-right: 0;
  }

  .custom-assoluto-section-018 .custom-assoluto-section-title {
    width: 100%;
    padding-right: 0;
    text-align: left;
  }
  .custom-assoluto-section-018 .custom-assoluto-section-description {
    width: 100%;
  }

  /* font size */
  .custom-assoluto-section-title {
    font-size: 3.5rem;
  }
  .custom-assoluto-section-subtitle {
    font-size: 1.2rem;
  }
  .custom-assoluto-section-block-title {
    font-size: 1.5rem;
  }
  .custom-assoluto-section-description,
  .custom-assoluto-section-block-description {
    font-size: 1.2rem;
  }
  .custom-animate-button {
    font-size: 1.5rem;
  }

  .custom-assoluto-section-000 .custom-assoluto-section-icons,
  .custom-assoluto-section-004-content
    .custom-assoluto-section-icons.icons-h
    .custom-assoluto-section-icons-element {
    font-size: 1rem;
  }
  .custom-assoluto-section-001 .custom-assoluto-section-icon,
  .custom-assoluto-section-004-content .custom-assoluto-section-icons,
  .custom-assoluto-section-004-content
    .custom-assoluto-section-icons.icons-v
    .custom-assoluto-section-icons-element,
  .custom-assoluto-section-011-content .custom-assoluto-section-icons-element {
    font-size: 1.3rem;
  }
  .custom-assoluto-section-004-content .custom-assoluto-section-description li {
    font-size: 1rem;
  }

  .custom-assoluto-section-002 .custom-assoluto-section-subtitle {
    font-size: 1rem;
  }
  .custom-assoluto-section-002 .custom-assoluto-section-list a {
    font-size: 3.5rem;
    line-height: normal;
  }
  .custom-assoluto-section-003 .custom-assoluto-section-title {
    font-size: 3.5rem;
  }

  .custom-assoluto-section-005 .custom-assoluto-section-list div,
  .custom-assoluto-section-005 .list-items .item-name {
    font-size: 1.3rem;
  }

  .custom-assoluto-offers-list-title {
    font-size: 1.4rem;
  }
  .custom-assoluto-offers-list-description {
    font-size: 1rem;
  }
  .custom-assoluto-offers-list-note {
    font-size: 0.8rem;
  }
  .custom-assoluto-section-009-container .custom-assoluto-section-block-title {
    font-size: 1.2rem;
  }
  .custom-assoluto-section-013 .custom-animate-icon {
    font-size: 0.8rem;
  }

  .custom-assoluto-section-013 .custom-assoluto-section-block-subtitle {
    font-size: 0.8rem;
  }
  .custom-assoluto-section-013 .custom-assoluto-section-block-title {
    font-size: 2.5rem;
  }

  .accordion-header button {
    font-size: 1.2rem;
  }

  span.accordion-icon {
    font-size: 2.5rem;
  }
  .accordion-body {
    font-size: 1.2rem;
  }

  .custom-assoluto-section-017 .custom-assoluto-section-subtitle {
    font-size: 1.7rem;
  }
  .custom-assoluto-section-017-container .custom-assoluto-section-block-title {
    font-size: 2.5rem;
  }
  .custom-assoluto-section-018 .custom-assoluto-section-blocks-title {
    font-size: 1.6rem;
  }

  .r01-content-title {
    font-size: 2.5rem;
  }
  .r01-content-param {
    font-size: 1rem;
  }
  .r01-content-description {
    font-size: 1.2rem;
  }

  .custom-assoluto-articles-list-title {
    font-size: 1.5rem;
  }

  .custom-assoluto-section-007-container {
    position: inherit;
  }

  /* fine */
}

@media (max-width: 767px) {
  .header-col-1 {
    width: 200px;
  }
  .header-col-2 {
    display: none;
  }
  .header-col-3 {
    width: calc(100% - 200px);
  }
  .btn-prenota {
    padding: 6px 12px;
    top: -10px;
  }

  .custom-assoluto-section-005 .custom-assoluto-section-list li {
    width: 32%;
  }

  .custom-assoluto-section-003 {
    padding-bottom: 100px;
  }

  .custom-assoluto-section-r01 .custom-assoluto-section-title {
    text-align: left;
  }
  /*.custom-assoluto-section-r02-container-fluid .custom-next { right: calc(13% - 6px); }    
    .custom-assoluto-section-r02-container-fluid .custom-prev { left: calc(13% - 6px); }     */

  .custom-assoluto-section-button {
    margin-top: 16px;
    min-height: 36px;
  }

  .custom-assoluto-section-001 .custom-assoluto-section-icons {
    gap: 80px;
    align-items: center;
    flex-direction: column;
  }
  .custom-assoluto-section-001 .custom-assoluto-section-icon {
    width: 100%;
  }
  .custom-assoluto-section-001-ribbon div {
    width: 50px;
    height: 50px;
  }
  img.custom-assoluto-section-001-ribbon-img {
    top: calc(50% - 9px);
    left: calc(50% - 9px);
    width: 18px;
  }
  .custom-assoluto-section-001-ribbon {
    top: -25px;
  }
  .book-now-button {
    right: 8px;
    bottom: 8px;
    width: 120px;
    height: 120px;
  }
  .book-now-button .book-now-button-text {
    font-size: 1rem;
  }
  .custom-footer-ribbon {
    top: -25px;
  }
  .custom-footer-ribbon img {
    width: 50px;
  }

  .custom-assoluto-section-002-ribbon div {
    padding-right: 12px;
  }
  .dark-style .custom-assoluto-section-001-ribbon-rotate div {
    padding-right: 12px;
  }
  .custom-assoluto-section-003-ribbon div {
    padding-left: 12px;
  }
  .custom-assoluto-section-r02-ribbon div {
    padding-right: 12px;
  }
  .custom-assoluto-section-013 .custom-animate-icon {
    width: 60px;
    height: 60px;
    font-size: 0.6rem;
  }

  .mobile-cities {
    display: flex;
    flex-direction: column;
    justify-content: end;
    width: 100%;
    text-align: right;
  }
  .mobile-cities-title {
    padding-right: 12px;
  }
  .navbar-collapse .menu-item a,
  .mobile-cities a {
    font-size: 18px;
    line-height: 32px;
  }

  /* font size */
  .custom-assoluto-section-title {
    font-size: 2rem;
  }
  .custom-assoluto-section-002 .custom-assoluto-section-list a {
    font-size: 2rem;
  }
  .custom-assoluto-section-003 .custom-assoluto-section-title {
    font-size: 2rem;
  }
  .custom-assoluto-section-017 .custom-assoluto-section-subtitle {
    font-size: 1.2rem;
  }
  .custom-assoluto-section-017-container .custom-assoluto-section-block-title {
    font-size: 1.7rem;
  }
  .custom-assoluto-section-018 .custom-assoluto-section-blocks-title {
    font-size: 1.2rem;
  }
  .custom-assoluto-section-001 .custom-assoluto-section-icon,
  .custom-assoluto-section-004-content .custom-assoluto-section-icons,
  .custom-assoluto-section-004-content
    .custom-assoluto-section-icons.icons-v
    .custom-assoluto-section-icons-element,
  .custom-assoluto-section-011-content .custom-assoluto-section-icons-element {
    font-size: 1rem;
  }
  .custom-assoluto-section-011-content
    .custom-assoluto-section-icons-element
    img {
    width: 24px;
  }
  .r01-content-title {
    font-size: 2rem;
  }
  .custom-assoluto-articles-list-title {
    font-size: 1.2rem;
  }
  /* fine font-size */
}

@media (min-width: 993px) {
  .custom-assoluto-section-006 .swiper-pagination {
    display: none;
  }
  .custom-assoluto-section-007 .swiper-pagination {
    display: none;
  }
  .custom-assoluto-section-008 .swiper-pagination {
    display: none;
  }
  .custom-assoluto-section-012 .swiper-pagination {
    display: none;
  }
  .custom-assoluto-section-r01 .swiper-pagination {
    display: none;
  }
  .custom-assoluto-section-r02-container-fluid .swiper-pagination {
    display: none;
  }
}

@media (max-width: 992px) {
  .custom-assoluto-section-006 .swiper-arrows-container {
    display: none;
  }
  .custom-assoluto-section-007 .swiper-arrows-container {
    display: none;
  }
  .custom-assoluto-section-008 .swiper-arrows-container {
    display: none;
  }
  .custom-assoluto-section-012 .swiper-arrows-container {
    display: none;
  }
  .custom-assoluto-section-r01 .swiper-arrows-container {
    display: none;
  }
  .custom-assoluto-section-r02 .swiper-arrows-container {
    display: none;
  }
}

@media (max-width: 500px) {
  .header-col-1 {
    width: calc(100% - 200px);
  }
  .header-col-3 {
    width: 200px;
  }
  .navbar-collapse ul {
    margin-top: 10px;
    padding-left: 0;
  }
  footer {
    background-size: 300%;
  }
  .footer-logo {
    text-align: center;
  }
  .footer-socials {
    justify-content: center;
  }
  .footer-copyright {
    text-align: center;
  }

  .preloader-percentage {
    font-size: 2rem;
  }

  .navbar-collapse .menu-item a {
    font-size: 20px;
    line-height: 40px;
    padding-right: 0;
  }

  .footer-logo img {
    width: 200px;
  }

  .custom-assoluto-section-008-image {
    height: 70vh;
  }

  .custom-assoluto-section-r01-container .custom-assoluto-section-title {
    text-align: center;
    margin-top: 20px;
  }
  /*.custom-assoluto-section-r01-container .custom-assoluto-section-subtitle { display: none; }*/
  .custom-assoluto-section-r01-container .custom-assoluto-section-description {
    text-align: center;
  }
  .custom-assoluto-section-r01-top {
    background-position: 50% 50px;
  }

  .custom-assoluto-section-r02-container-fluid {
    width: calc(100% - 24px);
    padding-bottom: 0;
    overflow: hidden;
    margin: 0 auto;
  }

  .preloader-container {
    width: 260px;
    height: 260px;
  }
  .preloader-logo-inner {
    padding: 20px;
  }
  .custom-assoluto-section-004-content
    .custom-assoluto-section-icons.icons-v
    .custom-assoluto-section-icons-element {
    width: 100%;
  }

  .custom-assoluto-section-r02-container .custom-assoluto-section-title {
    overflow: hidden;
  }
}

.custom-animate-parallax {
  position: relative;
  overflow: hidden;
}

.parallax-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.parallax-image {
  position: relative;
  /*top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 130%;
    min-height: 130%;
    width: auto;
    height: auto;
    will-change: transform;*/
}

/*.custom-assoluto-section-000 .parallax-container {
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.custom-assoluto-section-000 .custom-animate-parallax {
    transform: translateY(-25%);
    height: 140%;
    width: 100%;    
}

.custom-assoluto-section-000 .custom-animate-parallax img {
    object-fit: cover;
    height: 100%;
    width: 100%;    
}*/

.swiper-slide {
  cursor: grab;
}

.custom-assoluto-section-008 .custom-assoluto-section-image-container {
  height: 70vh;
  overflow: hidden;
  width: 100%;
  background-color: transparent;
  position: relative;
}

.custom-assoluto-section-008 .custom-assoluto-section-image {
  width: 100%;
  height: 140%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  top: -30%;
}

.navbar-toggler-container {
  display: inline-block;
}

.menu .sub-menu {
  display: none;
  opacity: 0;
  /*max-height: 0;
    overflow: hidden;*/
  transition: all 0.3s ease-in-out;
  margin-top: -4px;
  padding: 0;
}

.menu .sub-menu.show {
  display: block;
  opacity: 1;
  /*max-height: 200px;*/
  padding-right: 22px;
}

.menu .sub-menu li {
  padding: 0;
}

.menu .sub-menu li a {
  padding: 0px 16px;
  display: block;
  color: #351a10;
  text-decoration: none;
  transition: background-color 0.2s ease;
  font-size: 20px;
}

.menu .sub-menu li a:hover {
  /*background-color: #FFF4F0;*/
}

.menu .menu-item-has-children > a {
  position: relative;
  cursor: pointer;
}

.menu .menu-item-has-children > a::after {
  content: "▼";
  font-size: 0.8em;
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.menu .menu-item-has-children.open > a::after {
  transform: rotate(180deg);
}

/* krossbooking shortcode */
.custom-section-assoluto-000-container .custom-assoluto-section-shortcode {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
}
.kross-container {
  width: 100% !important;
  margin: 0 auto;
  display: block;
  position: relative;
  max-width: 1024px;
}

.kross-container .kross-transparency {
  padding: 10px;
}

.kross-container .kb-form-group {
  padding: 5px 15px;
}

.kb-form-group.kb-adults {
  padding-bottom: 15px;
}

.kb-form-group.kb-date {
  padding-top: 15px;
}

/*. WPML */

/* Language Selector Animation */
.el-to-hide.wpml-flag-menu {
    opacity: 0;
    transform: translateY(-20px);
}

.wpml-flag-menu {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.8s ease-out 0.3s, transform 0.8s ease-out 0.3s;
	margin-right: 8px;
}

.wpml-flag-menu .wpml-ls-legacy-list-horizontal {
    padding: 0;
    transform: translateY(-40%);
}

.wpml-flag-menu-mobile{
	display: none;
}

@media screen and (max-width: 841px){
	.wpml-flag-menu{
		display: none;
	}
	
	.wpml-flag-menu-mobile{
		display: block;
	}
	
	.wpml-flag-menu-mobile .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-touch-device.wpml-ls-legacy-list-horizontal {
    	padding-right: 0;
	}
	
	.wpml-flag-menu-mobile ul li a {
    	padding-right: 0;
	}
}
