@charset "UTF-8";
:root {
  --color-green: #006837;
  --color-beige: #f9e2c5;
  --color-orche: #f5f2ed;
}
body {
  /* Reseteo de estilos */
  font-family: "Gotham";
  /* Cabecera de página */
  /* Cuerpo principal */
  /* Experiencias */
  /* Pie de página */
  /* Cookies */
}
body .elementor-widget-html {
  line-height: 0;
  font-size: 0;
}
body .elementor-widget-text-editor p:last-child {
  margin: 0;
}
body .gtranslate_wrapper > a {
  padding: 0 2px;
  font-size: 17px;
  font-family: "Gotham";
  color: var(--color-green);
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  body .gtranslate_wrapper > a {
    font-size: 15px;
  }
}
body .gtranslate_wrapper > a.gt-current-lang {
  display: none;
}
body .gtranslate_wrapper > a:first-child {
  padding-top: 10px;
}
body .gtranslate_wrapper > a:last-child {
  padding-bottom: 10px;
}
body .gtranslate_wrapper > a img {
  width: 30px;
  opacity: 1;
}
body .gtranslate_wrapper #gt_float_wrapper {
  line-height: 0;
}
body .gtranslate_wrapper #gt_float_wrapper .gt_float_switcher {
  box-shadow: none;
  background: transparent;
  font-size: 17px;
  font-family: "Gotham";
  color: var(--color-green);
}
@media (max-width: 1023px) {
  body .gtranslate_wrapper #gt_float_wrapper .gt_float_switcher {
    font-size: 15px;
  }
}
body .gtranslate_wrapper #gt_float_wrapper .gt_float_switcher .gt_options {
  position: absolute;
  left: -15px;
  padding-top: 36px;
  width: 180px;
}
body .gtranslate_wrapper #gt_float_wrapper .gt_float_switcher .gt_options > a {
  padding: 5px 15px;
  background-color: var(--color-beige);
  font-size: 17px;
  font-family: "Gotham";
  color: var(--color-green);
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  body .gtranslate_wrapper #gt_float_wrapper .gt_float_switcher .gt_options > a {
    font-size: 15px;
  }
}
body .gtranslate_wrapper #gt_float_wrapper .gt_float_switcher .gt_options > a:first-child {
  padding-top: 10px;
}
body .gtranslate_wrapper #gt_float_wrapper .gt_float_switcher .gt_options > a:last-child {
  padding-bottom: 10px;
}
body .gtranslate_wrapper #gt_float_wrapper .gt_float_switcher .gt_options > a img {
  width: 24px;
}
body .gtranslate_wrapper #gt_float_wrapper .gt_float_switcher .gt-selected {
  background: transparent;
}
body .gtranslate_wrapper #gt_float_wrapper .gt_float_switcher .gt-selected .gt-current-lang {
  padding: 0;
  color: var(--color-green);
  font-weight: 400;
}
body .gtranslate_wrapper #gt_float_wrapper .gt_float_switcher .gt-selected .gt-current-lang img {
  width: 24px;
}
body .gtranslate_wrapper #gt_float_wrapper .gt_float_switcher .gt-selected .gt-current-lang .gt_float_switcher-arrow {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDY4MzciIHN0cm9rZS13aWR0aD0iMSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1jaGV2cm9uLWRvd24iPjxwYXRoIGQ9Im02IDkgNiA2IDYtNiIvPjwvc3ZnPg==);
  background-size: 20px;
  transform: none;
}
body.opened::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 99;
}
body .elementor-location-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
}
body .elementor-location-header .hamburger .hamburger-box {
  width: 25px;
  height: 19px;
  pointer-events: all;
  display: block;
  position: relative;
  margin: 0 0 0 auto;
  cursor: pointer;
}
body .elementor-location-header .hamburger .hamburger-box .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
  width: 25px;
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  height: 3px;
  border-radius: 100px;
  background-color: var(--color-green);
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
body .elementor-location-header .hamburger .hamburger-box .hamburger-inner::before {
  height: 3px;
  border-radius: 100px;
  background-color: var(--color-green);
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  content: "";
  display: block;
  right: 0;
  width: 20px;
  top: -8px;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
body .elementor-location-header .hamburger .hamburger-box .hamburger-inner::after {
  height: 3px;
  border-radius: 100px;
  background-color: var(--color-green);
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  content: "";
  display: block;
  bottom: -8px;
  left: -5px;
  width: 30px;
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
body .elementor-location-header .hamburger.active .hamburger-box .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
body .elementor-location-header .hamburger.active .hamburger-box .hamburger-inner::before {
  top: 0;
  opacity: 0;
  width: 25px;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
body .elementor-location-header .hamburger.active .hamburger-box .hamburger-inner::after {
  bottom: 0;
  width: 25px;
  left: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body .elementor-location-header .main-menu {
  margin-top: -29px;
  display: none;
}
@media (min-width: 1024px) {
  body .elementor-location-header .main-menu {
    display: none !important;
  }
}
body .elementor-location-header .main-menu.active {
  display: block;
}
body .elementor-location-header .main-menu .gtranslate_wrapper #gt_float_wrapper .gt_float_switcher .gt_options {
  display: flex !important;
  position: relative;
  opacity: 1;
  transform: none;
  background: transparent;
  width: auto;
  left: 0;
  gap: 10px;
}
body .elementor-location-header .main-menu .gtranslate_wrapper #gt_float_wrapper .gt_float_switcher .gt_options a {
  font-size: 0;
  line-height: 0;
  padding: 0;
  background-color: transparent;
}
body .elementor-location-header .main-menu .gtranslate_wrapper #gt_float_wrapper .gt_float_switcher .gt_options a img {
  margin: 0;
}
body .elementor-location-header .main-menu .gtranslate_wrapper #gt_float_wrapper .gt_float_switcher .gt-selected {
  display: none !important;
}
body #primary {
  overflow: hidden;
  /* Espacios */
}
body #primary .spaces-wrapper .filters {
  display: flex;
  padding: 0 0 10px 0;
  justify-content: flex-start;
  border-bottom: 1px solid var(--color-green);
  gap: 40px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  body #primary .spaces-wrapper .filters {
    gap: 20px;
    white-space: nowrap;
    overflow: scroll;
    margin: 0 -20px 20px -20px;
  }
}
body #primary .spaces-wrapper .filters span {
  cursor: pointer;
}
body #primary .spaces-wrapper .filters span.active {
  font-weight: 600;
}
@media (max-width: 767px) {
  body #primary .spaces-wrapper .filters span:first-child {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  body #primary .spaces-wrapper .filters span:last-child {
    padding-right: 20px;
  }
}
body #primary .spaces-wrapper .grid-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 15px;
}
@media (max-width: 1023px) {
  body #primary .spaces-wrapper .grid-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  body #primary .spaces-wrapper .grid-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
}
body #primary .spaces-wrapper .grid-wrapper .item {
  position: relative;
  display: flex;
  perspective: 1000px;
  flex-direction: column;
  justify-content: flex-end;
}
body #primary .spaces-wrapper .grid-wrapper .item .front {
  cursor: pointer;
  background-size: cover;
  background-position: center;
  aspect-ratio: 0.75;
  position: relative;
  display: flex;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: flex-end;
  transform: none;
  transition: all 0.5s ease-out;
}
@media (max-width: 767px) {
  body #primary .spaces-wrapper .grid-wrapper .item .front {
    aspect-ratio: 0.65;
  }
}
body #primary .spaces-wrapper .grid-wrapper .item .front .logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 60%, black 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
body #primary .spaces-wrapper .grid-wrapper .item .front .logo img {
  width: 150px;
  height: 110px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  filter: brightness(0) invert(1);
  display: none;
}
@media (max-width: 1024px) {
  body #primary .spaces-wrapper .grid-wrapper .item .front .logo img {
    width: 100px;
    height: 74px;
  }
}
@media (max-width: 767px) {
  body #primary .spaces-wrapper .grid-wrapper .item .front .logo img {
    margin-bottom: 40px;
  }
}
body #primary .spaces-wrapper .grid-wrapper .item .front .logo img[src^="http"] {
  display: block;
}
body #primary .spaces-wrapper .grid-wrapper .item .front .buttons-wrapper {
  position: relative;
  z-index: 2;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 767px) {
  body #primary .spaces-wrapper .grid-wrapper .item .front .buttons-wrapper {
    padding: 10px;
    flex-direction: column;
  }
}
body #primary .spaces-wrapper .grid-wrapper .item .front .buttons-wrapper a {
  display: inline-block;
  transition: all 0.2s ease;
  width: 120px;
  padding: 4px;
  text-align: center;
  line-height: 1.4em;
  border: 1px solid var(--color-beige);
}
@media (max-width: 1023px) {
  body #primary .spaces-wrapper .grid-wrapper .item .front .buttons-wrapper a {
    width: 100px;
  }
}
@media (max-width: 767px) {
  body #primary .spaces-wrapper .grid-wrapper .item .front .buttons-wrapper a {
    width: 100%;
  }
}
body #primary .spaces-wrapper .grid-wrapper .item .front .buttons-wrapper a:last-child {
  background-color: transparent;
  color: var(--color-beige);
}
body #primary .spaces-wrapper .grid-wrapper .item .front .buttons-wrapper a:last-child:hover {
  background-color: var(--color-beige);
  color: var(--color-green);
}
body #primary .spaces-wrapper .grid-wrapper .item .front .buttons-wrapper a:first-child {
  background-color: var(--color-beige);
  color: var(--color-green);
}
body #primary .spaces-wrapper .grid-wrapper .item .front .buttons-wrapper a:first-child:hover {
  background-color: transparent;
  color: var(--color-beige);
}
body #primary .spaces-wrapper .grid-wrapper .item .front .buttons-wrapper a:first-child:hover svg {
  stroke: var(--color-beige);
}
body #primary .spaces-wrapper .grid-wrapper .item .front .buttons-wrapper a:first-child svg {
  width: 22px;
  stroke: var(--color-green);
  margin-bottom: -6px;
}
body #primary .spaces-wrapper .grid-wrapper .item .front .buttons-wrapper a:first-child:last-child {
  width: 250px;
}
@media (max-width: 1023px) {
  body #primary .spaces-wrapper .grid-wrapper .item .front .buttons-wrapper a:first-child:last-child {
    width: 100%;
  }
}
body #primary .spaces-wrapper .grid-wrapper .item .rear {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color-beige);
  display: flex;
  background-size: cover;
  background-position: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: rotateY(180deg);
  transition: all 0.5s ease-out;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  padding: 50px;
}
@media (max-width: 1023px) {
  body #primary .spaces-wrapper .grid-wrapper .item .rear {
    padding: 30px;
  }
}
body #primary .spaces-wrapper .grid-wrapper .item .rear p {
  text-align: center;
  text-transform: none;
  font-weight: 400;
}
body #primary .spaces-wrapper .grid-wrapper .item .rear .buttons-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 767px) {
  body #primary .spaces-wrapper .grid-wrapper .item .rear .buttons-wrapper {
    padding: 10px;
    flex-direction: column;
  }
}
body #primary .spaces-wrapper .grid-wrapper .item .rear .buttons-wrapper a {
  display: inline-block;
  transition: all 0.2s ease;
  width: 120px;
  padding: 4px;
  text-align: center;
  line-height: 1.4em;
  border: 1px solid var(--color-green);
}
@media (max-width: 1023px) {
  body #primary .spaces-wrapper .grid-wrapper .item .rear .buttons-wrapper a {
    width: 100px;
  }
}
@media (max-width: 767px) {
  body #primary .spaces-wrapper .grid-wrapper .item .rear .buttons-wrapper a {
    width: 100%;
  }
}
body #primary .spaces-wrapper .grid-wrapper .item .rear .buttons-wrapper a:last-child {
  background-color: transparent;
  color: var(--color-green);
}
body #primary .spaces-wrapper .grid-wrapper .item .rear .buttons-wrapper a:last-child:hover {
  background-color: var(--color-green);
  color: var(--color-beige);
}
body #primary .spaces-wrapper .grid-wrapper .item .rear .buttons-wrapper a:first-child {
  background-color: var(--color-green);
  color: var(--color-beige);
}
body #primary .spaces-wrapper .grid-wrapper .item .rear .buttons-wrapper a:first-child:hover {
  background-color: transparent;
  color: var(--color-green);
}
body #primary .spaces-wrapper .grid-wrapper .item .rear .buttons-wrapper a:first-child:hover svg {
  stroke: var(--color-green);
}
body #primary .spaces-wrapper .grid-wrapper .item .rear .buttons-wrapper a:first-child svg {
  width: 22px;
  stroke: var(--color-beige);
  margin-bottom: -6px;
}
body #primary .spaces-wrapper .grid-wrapper .item .rear .buttons-wrapper a:first-child:last-child {
  width: 250px;
}
@media (max-width: 1023px) {
  body #primary .spaces-wrapper .grid-wrapper .item .rear .buttons-wrapper a:first-child:last-child {
    width: 100%;
  }
}
@media (max-width: 767px) {
  body #primary .spaces-wrapper .grid-wrapper .item.active .front {
    transform: rotateY(180deg);
  }
}
@media (max-width: 767px) {
  body #primary .spaces-wrapper .grid-wrapper .item.active .rear {
    transform: rotateY(360deg);
  }
}
@media (min-width: 1023px) {
  body #primary .spaces-wrapper .grid-wrapper .item:hover .front {
    transform: rotateY(180deg);
  }
}
@media (min-width: 1023px) {
  body #primary .spaces-wrapper .grid-wrapper .item:hover .rear {
    transform: rotateY(360deg);
  }
}
body #primary .spaces-wrapper .grid-wrapper .item[data-id="4"] .logo img {
  width: 110px;
}
@media (max-width: 1023px) {
  body #primary .spaces-wrapper .grid-wrapper .item[data-id="4"] .logo img {
    width: 74px;
  }
}
body #primary .spaces-wrapper .grid-wrapper .item[data-id="5"] .logo img {
  width: 200px;
}
@media (max-width: 1023px) {
  body #primary .spaces-wrapper .grid-wrapper .item[data-id="5"] .logo img {
    width: 155px;
  }
}
body #primary .spaces-wrapper .grid-wrapper .item[data-id="9"] .logo img {
  width: 120px;
}
@media (max-width: 1023px) {
  body #primary .spaces-wrapper .grid-wrapper .item[data-id="9"] .logo img {
    width: 76px;
  }
}
body #primary .spaces-wrapper .grid-wrapper .item[data-id="13"] .logo img {
  width: 200px;
}
@media (max-width: 1023px) {
  body #primary .spaces-wrapper .grid-wrapper .item[data-id="13"] .logo img {
    width: 155px;
  }
}
body #primary .spaces-wrapper .grid-wrapper .item[data-id="14"] .logo img {
  width: 200px;
}
@media (max-width: 1023px) {
  body #primary .spaces-wrapper .grid-wrapper .item[data-id="14"] .logo img {
    width: 155px;
  }
}
body #primary .spaces-wrapper .grid-wrapper .item[data-id="16"] .logo img {
  height: 170px;
}
@media (max-width: 1023px) {
  body #primary .spaces-wrapper .grid-wrapper .item[data-id="16"] .logo img {
    height: 100px;
  }
}
body #primary .spaces-wrapper .grid-wrapper .item[data-id="21"] .logo img {
  width: 200px;
}
@media (max-width: 1023px) {
  body #primary .spaces-wrapper .grid-wrapper .item[data-id="21"] .logo img {
    width: 155px;
  }
}
body #primary .spaces-wrapper .grid-wrapper .item[data-type*="lounge"] .rear {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 77.39 77.39'%3E%3Cdefs%3E%3CclipPath id='clippath'%3E%3Crect y='-76.39101' width='324.58701' height='306.56396' style='fill: none; stroke-width: 0px;'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg%3E%3Cg style='clip-path: url(%23clippath);'%3E%3Cpath d='M55.295,23.89902c0-2.37-.816-8.94499-.909-9.687l-.073-.58701h-31.23601l-.074.58701c-.093.743-.909,7.323-.909,9.687-.03904,8.87186,6.93649,16.19041,15.8,16.577v20.573l-10.453,1.31799.081,1.284h22.089l.081-1.284-10.453-1.31799v-20.55798c8.93513-.3308,16.01869-7.65083,16.056-16.59201M53.126,14.96701c.193,1.589.827,6.97501.827,8.93201.06828,8.42703-6.70783,15.31386-15.13486,15.38214-8.42704.06827-15.31385-6.70784-15.38213-15.13487-.00067-.08241-.00067-.16484,0-.24727,0-1.95799.634-7.343.827-8.93201h28.863Z' style='fill: %2302683820; stroke-width: 0px;'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
body #primary .spaces-wrapper .grid-wrapper .item[data-type*="hotel"] .rear {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 1000 1400'%3E%3Cg%3E%3Cpath fill='%2302683820' d='M466.4,878.9c-41.4-52.6-117.7-61.7-170.3-20.2-52.6,41.4-61.7,117.7-20.2,170.3,30.4,38.6,81.1,55,128.4,41.6-21.9,41.6-5.9,93.1,35.8,115,41.6,21.9,93.1,5.9,115-35.8,13-24.8,13-54.4,0-79.2,64.4,18.1,131.3-19.4,149.4-83.7,18.1-64.4-19.4-131.3-83.7-149.4-47.1-13.3-97.6,3.2-128,41.6v-398.4h122.3v-26.2h-122.3v-74l257.5-.8v-71h-54.4v-28.6h54.4v-75.6h-283.8v674.3h0ZM723.9,254h-54.4v81.1h54.4v18.5l-231.3.7v-123.4h231.3v23.1ZM587.6,859.2c52.4,0,94.9,42.5,94.9,94.9s-42.5,94.9-94.9,94.9-94.9-42.5-94.9-94.9c0-52.4,42.5-94.8,94.9-94.9M479.6,1169c-32.5,0-58.9-26.4-58.9-58.9s26.4-58.9,58.9-58.9,58.9,26.3,58.9,58.9c0,32.5-26.4,58.8-58.9,58.9M479.6,1025c-3.5,0-7.1.3-10.6.7,4-5.4,7.5-11.1,10.6-17.1,3,6,6.6,11.7,10.5,17.1-3.5-.5-7-.7-10.5-.7M371.6,859.2c51.7,0,93.9,41.5,94.8,93.2v3.3c-.9,52.4-44.1,94.1-96.5,93.2s-94.1-44.1-93.2-96.5c.9-51.7,43.1-93.2,94.9-93.2' /%3E%3C/g%3E%3C/svg%3E");
}
body #primary .spaces-wrapper .grid-wrapper .item[data-type*="restaurant"] .rear {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 77.39 77.39'%3E%3Cpath d='M37.016,29.00402c-.00977,3.1808-2.39227,5.85386-5.551,6.228V13.91602h-1.461v21.316c-3.16024-.37432-5.54324-3.04967-5.551-6.232v-15.154h-1.462v15.158c.00485,3.9901,3.04071,7.32336,7.013,7.7v27.159h1.461v-27.159c3.97229-.37664,7.00814-3.7099,7.013-7.7v-15.158h-1.462v15.158Z' style='fill: %2302683820;stroke-width: 0px;'/%3E%3Cpath d='M44.97,22.34202v5.589c.01239,4.53198,3.45299,8.3191,7.963,8.765v27.168h1.462V13.52702h-.605c-4.8676.00385-8.81339,3.9474-8.82,8.815M52.93299,15.04202v20.186c-3.69939-.44247-6.48798-3.57426-6.5-7.3v-5.586c.01469-3.72472,2.80193-6.855,6.5-7.3' style='fill: %2302683820;stroke-width: 0px;'/%3E%3C/svg%3E");
}
body #primary .event-spaces {
  font-family: "Gotham";
  position: relative;
}
body #primary .event-spaces .grid-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 15px;
}
@media (max-width: 1023px) {
  body #primary .event-spaces .grid-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  body #primary .event-spaces .grid-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
}
body #primary .event-spaces .grid-wrapper .item {
  position: relative;
  display: flex;
  perspective: 1000px;
  flex-direction: column;
  justify-content: flex-end;
  aspect-ratio: 0.75;
  background-size: cover;
  background-position: center;
}
body #primary .event-spaces .grid-wrapper .item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
}
body #primary .event-spaces .grid-wrapper .item .buttons-wrapper {
  position: relative;
  z-index: 2;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  color: var(--color-beige);
  align-items: flex-start;
}
@media (max-width: 767px) {
  body #primary .event-spaces .grid-wrapper .item .buttons-wrapper {
    padding: 10px;
    flex-direction: column;
  }
}
body #primary .event-spaces .grid-wrapper .item .buttons-wrapper h3 {
  font-size: 26px;
  display: block;
  text-align: left;
  font-weight: bold;
  line-height: 1.4em;
}
body #primary .event-spaces .grid-wrapper .item .buttons-wrapper h3 span {
  font-weight: 400;
}
@media (max-width: 767px) {
  body #primary .event-spaces .grid-wrapper .item .buttons-wrapper h3 {
    font-size: 20px;
  }
}
body #primary .event-spaces .grid-wrapper .item .buttons-wrapper p {
  margin: 0;
  text-align: left;
  font-size: 16px;
  line-height: 1.4em;
}
@media (max-width: 767px) {
  body #primary .event-spaces .grid-wrapper .item .buttons-wrapper p {
    font-size: 13px;
  }
}
body #primary .event-spaces .grid-wrapper .item .buttons-wrapper .button {
  cursor: pointer;
  display: inline-block;
  transition: all 0.2s ease;
  padding: 4px 20px;
  text-align: center;
  line-height: 1.4em;
  font-family: "Gotham", sans-serif;
  font-weight: 600;
  font-size: 18px;
  background-color: var(--color-beige);
  color: var(--color-green);
}
@media (max-width: 767px) {
  body #primary .event-spaces .grid-wrapper .item .buttons-wrapper .button {
    font-size: 14px;
  }
}
body #primary .event-spaces .grid-wrapper .item .buttons-wrapper .button:hover {
  background-color: var(--color-green);
  color: var(--color-beige);
}
body #primary .event-spaces .modal-wrapper {
  display: none;
  position: fixed;
  top: 50px;
  left: 50%;
  width: 100vw;
  max-width: min(940px, calc(100dvw - 100px));
  transform: translateX(-50%);
  z-index: 100;
  background-color: var(--color-green);
  height: calc(100dvh - 100px);
}
@media (max-width: 1023px) {
  body #primary .event-spaces .modal-wrapper {
    max-width: calc(100dvw - 20px);
  }
}
body #primary .event-spaces .modal-wrapper.active {
  display: block;
}
body #primary .event-spaces .modal-wrapper .container {
  height: 100%;
  padding: 50px 100px;
  overflow: auto;
}
@media (max-width: 767px) {
  body #primary .event-spaces .modal-wrapper .container {
    padding: 20px;
  }
}
body #primary .event-spaces .modal-wrapper .container .title {
  color: var(--color-beige);
  position: relative;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.2em;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  body #primary .event-spaces .modal-wrapper .container .title {
    font-size: 24px;
  }
}
body #primary .event-spaces .modal-wrapper .container .title span {
  font-weight: 400;
  display: block;
}
body #primary .event-spaces .modal-wrapper .container .title .close {
  width: 30px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
body #primary .event-spaces .modal-wrapper .container .gallery-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
  font-size: 0;
  line-height: 0;
}
@media (max-width: 767px) {
  body #primary .event-spaces .modal-wrapper .container .gallery-wrapper {
    gap: 10px;
  }
}
body #primary .event-spaces .modal-wrapper .container .gallery-wrapper .gallery-item {
  width: calc((100% - 45px) / 4);
  position: relative;
}
@media (max-width: 767px) {
  body #primary .event-spaces .modal-wrapper .container .gallery-wrapper .gallery-item {
    width: calc(50% - 5px);
  }
}
body #primary .event-spaces .modal-wrapper .container .gallery-wrapper .gallery-item:first-child {
  width: 100%;
}
body #primary .event-spaces .modal-wrapper .container .gallery-wrapper .gallery-item img {
  aspect-ratio: 1.5;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
body #primary .event-spaces .modal-wrapper .container .gallery-wrapper .gallery-item .arrow-prev {
  position: absolute;
  width: 40px;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
@media (max-width: 767px) {
  body #primary .event-spaces .modal-wrapper .container .gallery-wrapper .gallery-item .arrow-prev {
    width: 30px;
  }
}
body #primary .event-spaces .modal-wrapper .container .gallery-wrapper .gallery-item .arrow-next {
  position: absolute;
  width: 40px;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  cursor: pointer;
}
@media (max-width: 767px) {
  body #primary .event-spaces .modal-wrapper .container .gallery-wrapper .gallery-item .arrow-next {
    width: 30px;
  }
}
body #primary .event-spaces .modal-wrapper .container .description p {
  padding: 20px 0;
  color: white;
  font-size: 16px;
  line-height: 1.4em;
}
@media (max-width: 767px) {
  body #primary .event-spaces .modal-wrapper .container .description p {
    font-size: 13px;
  }
}
body #primary .event-spaces .modal-wrapper .container .info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 16px;
  color: white;
  line-height: 1.4em;
  text-align: center;
}
@media (max-width: 767px) {
  body #primary .event-spaces .modal-wrapper .container .info {
    font-size: 13px;
  }
}
body #primary .event-spaces .modal-wrapper .container .info strong {
  display: block;
  color: var(--color-beige);
  font-weight: 400;
}
body #primary .event-spaces .modal-wrapper .container .modal-footer {
  padding-top: 40px;
  text-align: center;
}
body #primary .event-spaces .modal-wrapper .container .modal-footer .button {
  cursor: pointer;
  display: inline-block;
  transition: all 0.2s ease;
  padding: 4px 20px;
  text-align: center;
  line-height: 1.4em;
  font-family: "Gotham", sans-serif;
  font-weight: 600;
  font-size: 18px;
  background-color: var(--color-beige);
  color: var(--color-green);
  border: 1px solid var(--color-beige);
}
@media (max-width: 767px) {
  body #primary .event-spaces .modal-wrapper .container .modal-footer .button {
    font-size: 14px;
  }
}
body #primary .event-spaces .modal-wrapper .container .modal-footer .button:hover {
  background-color: var(--color-green);
  color: var(--color-beige);
}
body #primary .spaces-carousel {
  font-family: var(--e-global-typography-af16656-font-family), Sans-serif;
  font-size: var(--e-global-typography-af16656-font-size);
  font-weight: var(--e-global-typography-af16656-font-weight);
  text-transform: var(--e-global-typography-af16656-text-transform);
  line-height: var(--e-global-typography-af16656-line-height);
}
body #primary .spaces-carousel .swiper-wrapper .swiper-slide {
  position: relative;
  display: flex;
  perspective: 1000px;
  flex-direction: column;
  justify-content: flex-end;
}
body #primary .spaces-carousel .swiper-wrapper .swiper-slide .front {
  cursor: pointer;
  background-size: cover;
  background-position: center;
  aspect-ratio: 0.75;
  position: relative;
  display: flex;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: flex-end;
  transform: none;
  transition: all 0.5s ease-out;
}
body #primary .spaces-carousel .swiper-wrapper .swiper-slide .front .logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 60%, black 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
body #primary .spaces-carousel .swiper-wrapper .swiper-slide .front .logo img {
  width: 150px;
  height: 110px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  filter: brightness(0) invert(1);
  display: none;
}
body #primary .spaces-carousel .swiper-wrapper .swiper-slide .front .logo img[src^="http"] {
  display: block;
}
body #primary .spaces-carousel .swiper-wrapper .swiper-slide .front .buttons-wrapper {
  position: relative;
  z-index: 2;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 767px) {
  body #primary .spaces-carousel .swiper-wrapper .swiper-slide .front .buttons-wrapper {
    padding: 10px;
    flex-direction: column;
  }
}
body #primary .spaces-carousel .swiper-wrapper .swiper-slide .front .buttons-wrapper a {
  display: inline-block;
  transition: all 0.2s ease;
  width: 120px;
  padding: 4px;
  text-align: center;
  line-height: 1.4em;
  border: 1px solid var(--color-beige);
  font-family: "Gotham", sans-serif;
  font-weight: 400;
}
@media (max-width: 767px) {
  body #primary .spaces-carousel .swiper-wrapper .swiper-slide .front .buttons-wrapper a {
    font-size: 14px;
    width: 100%;
  }
}
body #primary .spaces-carousel .swiper-wrapper .swiper-slide .front .buttons-wrapper a:first-child {
  background-color: var(--color-beige);
  color: var(--color-green);
}
body #primary .spaces-carousel .swiper-wrapper .swiper-slide .front .buttons-wrapper a:first-child:hover {
  background-color: transparent;
  color: var(--color-beige);
}
body #primary .spaces-carousel .swiper-wrapper .swiper-slide .front .buttons-wrapper a:last-child {
  background-color: transparent;
  color: var(--color-beige);
}
body #primary .spaces-carousel .swiper-wrapper .swiper-slide .front .buttons-wrapper a:last-child:hover {
  background-color: var(--color-beige);
  color: var(--color-green);
}
body #primary .spaces-carousel .swiper-wrapper .swiper-slide .front .buttons-wrapper a:first-child {
  background-color: var(--color-beige);
  color: var(--color-green);
}
body #primary .spaces-carousel .swiper-wrapper .swiper-slide .front .buttons-wrapper a:first-child:hover {
  background-color: transparent;
  color: var(--color-beige);
}
body #primary .spaces-carousel .swiper-wrapper .swiper-slide .front .buttons-wrapper a:first-child:hover svg {
  stroke: var(--color-beige);
}
body #primary .spaces-carousel .swiper-wrapper .swiper-slide .front .buttons-wrapper a:first-child svg {
  width: 22px;
  stroke: var(--color-green);
  margin-bottom: -6px;
}
body #primary .spaces-carousel .swiper-wrapper .swiper-slide .front .buttons-wrapper a:first-child:last-child {
  width: 250px;
}
@media (max-width: 1023px) {
  body #primary .spaces-carousel .swiper-wrapper .swiper-slide .front .buttons-wrapper a:first-child:last-child {
    width: 100%;
  }
}
body #primary .spaces-carousel .swiper-wrapper .swiper-slide .rear {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color-green);
  display: flex;
  background-size: cover;
  background-position: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: rotateY(180deg);
  transition: all 0.5s ease-out;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  padding: 50px;
}
@media (max-width: 1023px) {
  body #primary .spaces-carousel .swiper-wrapper .swiper-slide .rear {
    padding: 30px;
  }
}
body #primary .spaces-carousel .swiper-wrapper .swiper-slide .rear p {
  text-align: center;
  text-transform: none;
  font-weight: 400;
  color: var(--color-beige);
}
body #primary .spaces-carousel .swiper-wrapper .swiper-slide.active .front {
  transform: rotateY(180deg);
}
body #primary .spaces-carousel .swiper-wrapper .swiper-slide.active .rear {
  transform: rotateY(360deg);
}
body #primary .spaces-carousel .swiper-wrapper .swiper-slide[data-id="4"] .logo img {
  width: 110px;
}
body #primary .spaces-carousel .swiper-wrapper .swiper-slide[data-id="5"] .logo img {
  width: 200px;
}
body #primary .spaces-carousel .swiper-wrapper .swiper-slide[data-id="10"] .logo img {
  width: 240px;
  height: auto;
}
body #primary .spaces-carousel .swiper-wrapper .swiper-slide[data-id="9"] .logo img {
  width: 120px;
}
body #primary .spaces-carousel .swiper-wrapper .swiper-slide[data-id="13"] .logo img {
  width: 200px;
}
body #primary .spaces-carousel .swiper-wrapper .swiper-slide[data-id="14"] .logo img {
  width: 200px;
}
body #primary .spaces-carousel .swiper-wrapper .swiper-slide[data-id="16"] .logo img {
  height: 170px;
}
body #primary .spaces-carousel .swiper-wrapper .swiper-slide[data-type*="lounge"] .rear {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 77.39 77.39'%3E%3Cdefs%3E%3CclipPath id='clippath'%3E%3Crect y='-76.39101' width='324.58701' height='306.56396' style='fill: none; stroke-width: 0px;'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg%3E%3Cg style='clip-path: url(%23clippath);'%3E%3Cpath d='M55.295,23.89902c0-2.37-.816-8.94499-.909-9.687l-.073-.58701h-31.23601l-.074.58701c-.093.743-.909,7.323-.909,9.687-.03904,8.87186,6.93649,16.19041,15.8,16.577v20.573l-10.453,1.31799.081,1.284h22.089l.081-1.284-10.453-1.31799v-20.55798c8.93513-.3308,16.01869-7.65083,16.056-16.59201M53.126,14.96701c.193,1.589.827,6.97501.827,8.93201.06828,8.42703-6.70783,15.31386-15.13486,15.38214-8.42704.06827-15.31385-6.70784-15.38213-15.13487-.00067-.08241-.00067-.16484,0-.24727,0-1.95799.634-7.343.827-8.93201h28.863Z' style='fill: %23f9e2c520; stroke-width: 0px;'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
body #primary .spaces-carousel .swiper-wrapper .swiper-slide[data-type*="restaurant"] .rear {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 77.39 77.39'%3E%3Cpath d='M37.016,29.00402c-.00977,3.1808-2.39227,5.85386-5.551,6.228V13.91602h-1.461v21.316c-3.16024-.37432-5.54324-3.04967-5.551-6.232v-15.154h-1.462v15.158c.00485,3.9901,3.04071,7.32336,7.013,7.7v27.159h1.461v-27.159c3.97229-.37664,7.00814-3.7099,7.013-7.7v-15.158h-1.462v15.158Z' style='fill: %23f9e2c520;stroke-width: 0px;'/%3E%3Cpath d='M44.97,22.34202v5.589c.01239,4.53198,3.45299,8.3191,7.963,8.765v27.168h1.462V13.52702h-.605c-4.8676.00385-8.81339,3.9474-8.82,8.815M52.93299,15.04202v20.186c-3.69939-.44247-6.48798-3.57426-6.5-7.3v-5.586c.01469-3.72472,2.80193-6.855,6.5-7.3' style='fill: %23f9e2c520;stroke-width: 0px;'/%3E%3C/svg%3E");
}
body #primary .spaces-carousel .swiper-navigation {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 100%;
  max-width: 1540px;
  padding: 10px;
  z-index: 1;
  pointer-events: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  body #primary .spaces-carousel .swiper-navigation {
    display: none;
  }
}
body #primary .spaces-carousel .swiper-navigation > div {
  width: 40px;
  cursor: pointer;
  pointer-events: all;
}
body.single-product .elementor-location-single {
  overflow: hidden;
}
body.single-product .elementor-location-single .experience-gallery .carousel-container .swiper-navigation {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 100%;
  max-width: 1540px;
  padding: 10px;
  z-index: 1;
  pointer-events: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  transform: translateX(-50%);
}
body.single-product .elementor-location-single .experience-gallery .carousel-container .swiper-navigation > div {
  width: 40px;
  cursor: pointer;
  pointer-events: all;
}
body.single-product .elementor-location-single .experience-gallery .carousel-container .swiper-wrapper {
  height: 500px;
}
@media (max-width: 767px) {
  body.single-product .elementor-location-single .experience-gallery .carousel-container .swiper-wrapper {
    height: 300px;
  }
}
body.single-product .elementor-location-single .experience-gallery .carousel-container .swiper-wrapper .gallery-item {
  width: auto;
  max-width: unset;
}
body.single-product .elementor-location-single .experience-gallery .carousel-container .swiper-wrapper .gallery-item img {
  height: 500px;
  width: auto;
}
@media (max-width: 767px) {
  body.single-product .elementor-location-single .experience-gallery .carousel-container .swiper-wrapper .gallery-item img {
    height: 300px;
  }
}
body.single-product .elementor-location-single .elementor-widget-share-buttons .elementor-grid-item {
  margin: 0;
}
body.single-product .elementor-location-single .elementor-widget-share-buttons .elementor-grid-item .elementor-share-btn {
  font-size: 0;
  height: 20px;
}
body.single-product .elementor-location-single .elementor-widget-share-buttons .elementor-grid-item .elementor-share-btn .elementor-share-btn__text {
  padding: 0;
  height: 20px;
}
body.single-product .elementor-location-single .elementor-widget-share-buttons .elementor-grid-item .elementor-share-btn .elementor-share-btn__text .elementor-share-btn__title {
  line-height: 0;
  font-size: 0;
}
body.single-product .elementor-location-single .elementor-widget-share-buttons .elementor-grid-item .elementor-share-btn .elementor-share-btn__text .elementor-share-btn__title svg {
  height: 20px;
  width: 20px;
}
body.single-product .elementor-location-single .elementor-widget-share-buttons .elementor-grid-item .elementor-share-btn .elementor-share-btn__text .elementor-share-btn__title svg.lucide-x {
  width: 18px;
  height: 18px;
}
body.single-product .elementor-location-single .elementor-widget-share-buttons .elementor-grid-item .elementor-share-btn .elementor-share-btn__text .elementor-share-btn__title svg.lucide-whatsapp {
  width: 18px;
  height: 18px;
}
body form input {
  padding: 0;
  line-height: 1.4em;
  box-shadow: none !important;
}
body form .elementor-message {
  color: #DA0000;
}
body form .elementor-message::before {
  display: none;
}
body form .elementor-message.elementor-message-success {
  color: #006837 !important;
}
body form .elementor-field-type-select select:not(.selected) {
  color: #979696 !important;
}
body form .elementor-field-type-select select option {
  font-size: 14px;
}
body form .elementor-field-type-select select option[disabled] {
  display: none;
}
body form .elementor-field-type-select .select-caret-down-wrapper {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiM0NDQiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLWNoZXZyb24tZG93biI+PHBhdGggZD0ibTYgOSA2IDYgNi02Ii8+PC9zdmc+);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 14px;
}
body form .elementor-field-type-select .select-caret-down-wrapper svg {
  opacity: 0;
}
body form#newsletter .elementor-field-type-acceptance {
  justify-content: center;
}
body form#newsletter .elementor-field-type-acceptance .elementor-field-option label {
  font-size: 12px;
  display: block;
  margin-top: 10px;
}
@media (max-width: 767px) {
  body form#newsletter .elementor-field-type-acceptance .elementor-field-option label {
    font-size: 10px;
  }
}
body form#newsletter .elementor-field-type-acceptance.elementor-field-group-legal {
  margin: 0 !important;
}
body form#newsletter .elementor-field-type-html {
  padding-top: 20px;
}
body form#newsletter .elementor-field-type-html a {
  text-decoration: underline;
}
body form#events .elementor-field-label {
  line-height: 1.4em;
}
body form#events input {
  padding: 0.5em 1em;
}
body form#events textarea {
  resize: none;
}
body form#events .elementor-field-group {
  padding-bottom: 10px;
}
body form#events .elementor-field-type-html a {
  text-decoration: underline;
}
body form#events .elementor-field-type-acceptance > label {
  display: none;
}
body form#events .elementor-field-type-acceptance .elementor-field-option label {
  color: var(--e-global-color-text) !important;
  font-size: 12px !important;
}
@media (max-width: 767px) {
  body form#events .elementor-field-type-acceptance .elementor-field-option label {
    font-size: 10px !important;
  }
}
body form#checkout .elementor-field-label {
  line-height: 1.4em;
}
body form#checkout input {
  padding: 0.5em 1em;
}
body form#checkout textarea {
  resize: none;
}
body form#checkout .elementor-field-group {
  padding-bottom: 10px;
}
body form#checkout .elementor-field-type-html a {
  text-decoration: underline;
}
body form#checkout .elementor-field-type-acceptance {
  margin: 0 !important;
}
body form#checkout .elementor-field-type-acceptance > label {
  display: none;
}
body form#checkout .elementor-field-type-acceptance .elementor-field-option label {
  color: var(--e-global-color-text) !important;
  font-size: 12px !important;
  line-height: 1.4em;
  display: block;
}
body form#checkout .elementor-field-type-acceptance.invalid .elementor-field-option label {
  color: #DA0000 !important;
}
body form#checkout .invalid label {
  color: #DA0000 !important;
}
body form#checkout .invalid input {
  box-shadow: 0 0 0 1px #DA0000 inset !important;
}
body form#checkout .invalid input + label::before {
  border: 1px solid #DA0000;
}
body form#checkout .invalid input + label::after {
  background-color: #da0000;
}
body form .elementor-field-type-acceptance {
  margin-bottom: 20px !important;
}
body form .elementor-field-type-acceptance .elementor-field-option {
  line-height: 1.4em;
}
body form .elementor-field-type-acceptance .elementor-field-option input {
  display: none !important;
}
body form .elementor-field-type-acceptance .elementor-field-option input + label {
  position: relative;
  padding-left: 2.2em;
}
body form .elementor-field-type-acceptance .elementor-field-option input + label a {
  text-decoration: underline;
}
body form .elementor-field-type-acceptance .elementor-field-option input + label::before {
  content: "";
  position: absolute;
  cursor: pointer;
  left: 0;
  top: 0.1em;
  width: 1.6em;
  height: 1.1em;
  display: inline-block;
  border: 1.5px solid var(--color-green);
  border-radius: 100px;
  transition: all 0.2s ease;
}
body form .elementor-field-type-acceptance .elementor-field-option input + label::after {
  content: "";
  position: absolute;
  background-color: var(--color-green);
  top: calc(.1em + 3px);
  width: calc(1.1em - 6px);
  height: calc(1.1em - 6px);
  left: 3px;
  border-radius: 50%;
  transition: all 0.2s ease;
}
body form .elementor-field-type-acceptance .elementor-field-option input:checked + label::before {
  background-color: var(--color-green);
}
body form .elementor-field-type-acceptance .elementor-field-option input:checked + label::after {
  left: calc(1.1em - 4px);
  background-color: var(--color-orche);
}
body .marquee-wrapper {
  overflow: hidden;
  --marquee-gap: 100px;
  --marquee-speed: 30s;
  margin-top: 40px;
}
body .marquee-wrapper .marquee-inner {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center;
  gap: clamp(12px, 1.8vw, 36px);
  width: max-content;
}
body .marquee-wrapper .marquee-inner img {
  flex: 0 0 auto;
  display: inline-block;
}
body .marquee-track {
  display: flex;
  width: max-content;
  animation: ohr-marquee var(--marquee-speed) linear infinite;
  will-change: transform;
  gap: var(--marquee-gap);
}
body .marquee-group {
  display: flex;
  align-items: center;
  gap: var(--marquee-gap);
  white-space: nowrap;
}
body .marquee-group img {
  display: block;
  object-fit: contain;
  max-height: 160px;
  max-width: 300px;
}
@keyframes ohr-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  body .marquee-track {
    animation: none;
  }
}

body .marquee-group img[data-id="2"] {
  width: 180px;
}
body .marquee-group img[data-id="10"] {
  width: 250px !important;
  min-width: 250px !important;
}
body .marquee-group img[data-id="13"] {
  width: 200px;
}
body .marquee-group img[data-id="8"] {
  width: 200px;
}
body .marquee-group img[data-id="5"] {
  width: 300px;
}
body .marquee-group img[data-id="22"] {
  margin-right: 100px;
}

@media (max-width: 767px) {
  body .marquee-group img {
    max-height: 130px !important;
    max-width: 180px !important;
  }
  
}

body .item-wrapper {
  background-color: var(--color-orche);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 20px;
  gap: 0;
  margin-bottom: 20px;
}
body .item-wrapper img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
body .item-wrapper img + div {
  width: calc(100% - 100px);
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body .item-wrapper img + div .title {
  font-size: inherit;
  color: var(--color-green);
  font-weight: bold;
}
body .item-wrapper img + div > div {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
body .item-wrapper img + div > div p {
  display: block;
  width: calc(100% - 100px);
  margin: 0;
}
body .item-wrapper img + div > div .price {
  font-size: 150%;
  font-weight: bold;
  display: block;
  width: 100px;
  color: var(--color-green);
  text-align: right;
}
body #cmplz-document {
  max-width: 100%;
  width: 100%;
}
body #cmplz-document p {
  font-size: 12px;
  line-height: 1.4em;
}
@media (max-width: 767px) {
  body #cmplz-document p {
    font-size: 10px;
  }
}
body #cmplz-document a {
  color: black !important;
}
body #cmplz-document h2 {
  font-size: initial;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 3px 0;
  line-height: 1.4em;
  color: var(--color-green);
}
body #cmplz-document .cmplz-subtitle {
  font-weight: 600;
  margin: 0;
  padding: 0 0 3px 0;
  line-height: 1.4em;
}
body #cmplz-document h3, body #cmplz-document h4 {
  font-size: inherit !important;
  line-height: 1.4em !important;
}
body #cmplz-document .cmplz-service-description {
  padding-left: 0 !important;
  padding-bottom: 0 !important;
}
body #cmplz-document .cmplz-sharing-data {
  padding-bottom: 0 !important;
}
body #cmplz-document a[target="_blank"]::after {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
body #cmplz-document .cmplz-banner-checkbox {
  position: relative;
}
body #cmplz-document .cmplz-dropdown .checkbox-wrapper::after {
  display: none;
}
body #cmplz-document .cmplz-dropdown .checkbox-wrapper::before {
  top: 0px;
}
body #cmplz-document .cmplz-dropdown .checkbox-wrapper input {
  visibility: visible;
}
body #cmplz-document .cookies-per-purpose {
  background: transparent !important;
  border: 0 !important;
}
body #cmplz-document .cookies-per-purpose * {
  background: transparent !important;
  border: 0 !important;
}
body #cmplz-document .cookies-per-purpose .purpose {
  padding: 0 !important;
}
body #cmplz-document .cookies-per-purpose .name, body #cmplz-document .cookies-per-purpose .name-header, body #cmplz-document .cookies-per-purpose .function, body #cmplz-document .cookies-per-purpose .function-header, body #cmplz-document .cookies-per-purpose .retention, body #cmplz-document .cookies-per-purpose .retention-header {
  padding: 0 0 0 15px !important;
}
body #cmplz-document summary {
  margin-bottom: 0 !important;
}
body #cmplz-document #cmplz-cookies-overview {
  margin-bottom: 10px;
}
body #cmplz-cookiebanner-container * {
  font-family: "Gotham" !important;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4em;
}
@media (max-width: 767px) {
  body #cmplz-cookiebanner-container * {
    font-size: 10px;
  }
}
body #cmplz-cookiebanner-container input[type="checkbox"] {
  display: none !important;
}
body #cmplz-cookiebanner-container input[type="checkbox"] + label {
  padding-left: 35px;
  top: -8px;
}
body #cmplz-cookiebanner-container input[type="checkbox"] + label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 50px;
  transition: all 0.25s ease;
  cursor: pointer;
  margin-right: 5px;
}
body #cmplz-cookiebanner-container input[type="checkbox"] + label::after {
  content: "";
  width: 12px;
  height: 12px;
  top: 2px;
  left: 2px;
  transition: all 0.25s ease;
  background-color: #eed8bb;
  display: block;
  border-radius: 50%;
  position: absolute;
}
body #cmplz-cookiebanner-container input[type="checkbox"]:checked + label::before {
  background-color: var(--color-green);
}
body #cmplz-cookiebanner-container input[type="checkbox"]:checked + label::after {
  left: 13px;
}
body #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-header .cmplz-title {
  color: var(--color-green);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 120%;
}
body #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-message, body #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-description span {
  font-size: 12px;
  line-height: 1.4em;
  display: block;
}
@media (max-width: 767px) {
  body #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-message, body #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-description span {
    font-size: 10px;
  }
}
body #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-message a, body #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-description span a {
  font: inherit;
  color: inherit;
  text-decoration: underline;
}
body #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-description span {
  font-weight: 400;
}
body #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-category-title, body #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-always-active {
  line-height: 1.4em;
}
body #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-category {
  background-color: rgba(0, 0, 0, 0.05);
}
body #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-btn {
  padding: 8px 6px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  height: auto !important;
}
@media (max-width: 767px) {
  body #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-btn {
    font-size: 10px;
  }
}
body #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-open {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiMyMjIiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLWNoZXZyb24tZG93biI+PHBhdGggZD0ibTYgOSA2IDYgNi02Ii8+PC9zdmc+);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
body #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-open svg {
  opacity: 0;
}
body #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-always-active .checkbox-wrapper {
  display: none;
}
body #cmplz-cookiebanner-container .cmplz-cookiebanner .checkbox-wrapper {
  background-color: var(--color-beige);
}
body #cmplz-cookiebanner-container .cmplz-cookiebanner .checkbox-wrapper::before {
  background-color: rgba(0, 0, 0, 0.05);
}
body #cmplz-cookiebanner-container .cmplz-cookiebanner .checkbox-wrapper.checked {
  background-color: var(--color-green);
}
body #cmplz-manage-consent {
  display: none !important;
}
/* Animaciones */
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-20%);
  }
}

body #primary .event-spaces .grid-wrapper .item .buttons-wrapper h3 {
    font-family: "Gotham" !important;
}
