/*
 Theme Name:   Bungalow Beach Club
 Theme URI:    https://bungalowbeach.club
 Description:  The fastest Bootstrap 5 WordPress starter theme. Experience the power of SASS, merged with the WordPress Customizer. Implementing Bootstrap 5.3.8. View the <a target="_blank" href="https://bungalowbeach.club/docs/">Theme Documentation</a>
 Author:       Soy Horizonte
 Author URI:   https://soyhorizonte.com
 Version:      1.0.1
 Text Domain:  bungalow
*/
@font-face {
  font-family: Romie;
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url('assets/fonts/RomieEnnismore-Regular.woff2') format('woff2'), url('assets/fonts/RomieEnnismore-Regular.woff') format('woff');
  font-stretch: normal;
}
:root {
  --bg: #ede3d1;
  --surface: #16181d;
  --surface-2: #4883fb;
  --surface-3: #f4ffd6;
  --brand: #88a499;
  --cafe: #656056;
  --gray: #535353;
  --accent: #c8e9ff;
  --text: #ffffff;
  --muted: #f5f5f7;
  --line: #2a2f38;
  --maxw: 1200px;
  --radius: 14px;
  --shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  --bg-blog: #d1e3ed;
  --font-family--romie: "Romie", serif;
  --font-family--aktiv-grotesk: "aktiv-grotesk", sans-serif;
}
body {
  font-size: 16px ;
  background: var(--bg);
  color: var(--gray);
  line-height: 1.5rem;
}
body.is-page-transition {
  transition: opacity 0.35s ease;
}
body.is-page-transition.is-page-transition--leaving {
  opacity: 0;
}
h1,
h2,
h3 {
  color: var(--brand);
  font-family: var(--font-family--romie);
  font-weight: 400;
}
.container {
  max-width: 1296px;
  margin: 0 auto;
  padding: 6em 0 ;
  position: relative;
}
.clear {
  position: relative;
  clear: both;
}
a {
  text-decoration: none;
  color: var(--cafe);
}
a.btn {
  width: 50%;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding: 12px  0;
  background: var(--brand);
  color: var(--text);
  border-radius: 8px;
  text-align: center;
  overflow: hidden;
  transition: background 0.3s ease;
  margin-bottom: 1em;
  margin-top: 1em;
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
  /* padding-right: 50px; */
}
a.btn.cafe {
  background: var(--cafe);
}
/* Bordes animados: solo ::before para el borde */
a.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  border: 2px solid var(--brand);
  transform: scale(0);
  opacity: 0;
  transition: transform 0.35s ease, opacity 0.35s ease;
}
/* Icono personalizado en ::after (separado del borde) */
a.btn::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 16px;
  height: 16px;
  z-index: 5;
  background-image: url('assets/arrow_white.svg') !important;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
/* Reset iconos por defecto de bloques WP en botones, para evitar el circulito */
body .contain_button .wp-block-button__link[target=_blank]::after,
body .contain_button .wp-block-button__link.is-file-link::after {
  background-image: none !important;
}
/* Al hacer hover, la línea aparece */
a.btn:hover::before {
  transform: scale(1);
  opacity: 1;
}
/* Extra: cambiar color de fondo al hover */
a.btn:hover {
  background: none;
}
.display-none {
  display: none !important;
}
@media (max-width: 1024px) {
  .only-desk {
    display: none;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  .only-desk {
    display: none;
  }
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
h2 {
  font-size: 2.4rem;
}
h2::after {
  content: "";
  margin-left: 40%;
  margin-right: 40%;
  z-index: 2;
  right: 0;
  left: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  width: 20%;
  float: left;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}
h3 {
  font-size: 1.5em;
}
p {
  width: 70%;
  margin-left: 15%;
}
.half {
  float: left;
  width: 50%;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  .half {
    width: 100%;
  }
}
.half h3 {
  margin-left: 0%;
  margin-top: 4vh;
}
.half h2 {
  margin-left: 0%;
  color: var(--cafe) !important;
}
.half a {
  margin-left: 0%;
}
.half i {
  margin-left: 0%;
  float: left;
  margin-top: 1em;
  width: 100%;
}
.col70 {
  width: 70%;
  float: left;
}
.col30 {
  width: 30%;
  float: left;
}
.col3 {
  width: 33.3%;
  float: left;
}
.contact_info {
  width: 100%;
  text-align: center;
}
img.lademo {
  background: gainsboro;
  height: 35vw;
  width: 80%;
  border: none;
  margin: 0 10vw;
  margin-bottom: 4vw;
}
.center {
  text-align: center;
}
.half img {
  background: gainsboro;
  height: 32vw;
  width: 100%;
  border: none;
}
#testimonios {
  background: var(--bg);
  margin-bottom: 2em;
}
#testimonios .container {
  padding: 4em 0 6em 0;
}
#testimonios .testimonials-slider {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}
#testimonios .testimonials-track {
  width: 80%;
  position: relative;
}
#testimonios .testimonial-slide {
  display: none;
  align-items: center;
  gap: 14rem 7rem;
  opacity: 0;
  transition: opacity 0.4s ease;
  padding-left: 4em;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  #testimonios .testimonial-slide {
    flex-direction: column;
    text-align: center;
    gap: 2rem;
  }
}
#testimonios .testimonial-slide.is-active {
  display: flex;
  opacity: 1;
}
#testimonios .testimonial-photo {
  flex: 0 0 400px;
  aspect-ratio: 1 / 1;
  border-radius: 999px;
  background: #dcdcdc;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  #testimonios .testimonial-photo {
    flex-basis: 320px;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  #testimonios .testimonial-photo {
    flex-basis: 260px;
  }
}
#testimonios .testimonial-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#testimonios .testimonial-copy {
  flex: 1;
  max-width: 480px;
  text-align: center;
  padding-left: 0em;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  #testimonios .testimonial-copy {
    max-width: 90%;
    margin: 0 auto;
  }
}
#testimonios .testimonial-copy .eyebrow {
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand);
  margin: 0 0 1rem;
}
#testimonios .testimonial-copy h3 {
  font-size: 2.5rem;
  color: var(--cafe);
  margin-bottom: 1rem;
}
#testimonios .testimonial-copy p {
  width: 100%;
  margin-left: 0;
  color: var(--gray);
  line-height: 1.8;
}
#testimonios .testimonial-dots {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  margin-left: 0rem;
}
#testimonios .testimonial-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background: rgba(101, 96, 86, 0.3);
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}
#testimonios .testimonial-dot:hover {
  transform: scale(1.1);
}
#testimonios .testimonial-dot.is-active {
  background: var(--brand);
}
.ratio-16-9 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.ratio-16-9::before {
  content: "";
  display: block;
  padding-top: 56.25%;
  /* 16:9 */
}
.ratio-16-9 img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Mantiene el aspecto */
  object-position: center;
}
header .container {
  padding: 8px 0;
}
header .container nav {
  width: 100%;
  height: 60px;
  padding: 0 ;
  height: 65px;
  padding: 0 2rem;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  header .container nav {
    padding: 0 1rem;
  }
}
header .container nav a {
  border: var(--brand) 1px solid;
  border-radius: 20px;
  color: var(--brand);
  padding: 7px 20px;
  margin: 7px;
  text-decoration: none;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .container nav a:hover {
  background: var(--brand);
  color: var(--bg);
}
header .container nav a.active {
  background: var(--brand);
  color: var(--bg);
}
header .container nav a.hotel:hover {
  background: #ecc3b9;
  border: #ecc3b9 1px solid;
}
header .container nav a.noborder {
  border: none;
  padding: 7px 10px;
}
header .container nav a.noborder:hover {
  background: transparent;
  border: none;
}
header .container nav .left {
  float: left;
}
header .container nav .right {
  float: right;
}
header .container img#logo_bungalow {
  width: 220px;
  position: absolute;
  margin-right: -110px;
  top: 26px;
  right: 50%;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  header .container img#logo_bungalow {
    width: 33%;
    right: 55%;
  }
}
header .container img.phone {
  width: 22px;
}
header .container .center-logo {
  margin: 0 auto;
}
section {
  padding-top: 0rem;
  padding-bottom: 0rem;
  border-top: 0;
  overflow: hidden;
}
.events {
  width: 150%;
  height: auto;
  margin-left: -25%;
  margin-top: 2em;
  margin-bottom: 2em;
  position: relative;
}
.events img {
  width: 17%;
  float: left;
  background: gainsboro;
  border: none;
  margin: 2em 1.5%;
  opacity: 1;
  border-radius: 10px;
}
.events .next {
  opacity: 1;
}
.events .opacity {
  opacity: 1;
}
.press img {
  width: 21%;
  float: left;
  border: none;
  margin: 1em 2%;
  margin-bottom: 3rem;
  opacity: 0.5;
}
/* day-pass */
section#day-pass {
  padding-top: 0;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#day-pass {
    text-align: center;
  }
}
section#day-pass .container {
  display: flex;
  flex-wrap: wrap;
  padding: 6em 0;
  padding: 8em 0;
}
section#day-pass .container h2 {
  margin-top: 0rem;
}
section#day-pass .container .half {
  float: initial;
  width: 45%;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#day-pass .container .half {
    width: 100%;
    margin-left: 0 !important;
  }
}
section#day-pass .container .half p.right {
  width: 80%;
  margin-top: -45px;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#day-pass .container .half p.right {
    margin-top: 15px;
  }
}
section#day-pass .container .half.center {
  margin-left: 4rem;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#day-pass .container .half.center {
    width: 100%;
    margin-left: 0 !important;
  }
}
section#day-pass .frame {
  background-image: url(assets/day_frame.png), url(assets/day_frame_right.png), url(assets/day_frame.png), url(assets/day_frame_left.png);
  background-position: top,100%,bottom,0;
  background-repeat: no-repeat;
  width: 90%;
  height: 370px;
  position: absolute;
  left: 5%;
  padding-top: 21em;
  top: 1em;
  z-index: -1;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#day-pass .frame {
    height: 580px;
    padding-top: 0;
    background-image: none, url(assets/day_frame_right.png), none, url(assets/day_frame_left.png);
  }
}
section#day-pass p.right {
  padding-right: 2em;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#day-pass p.right {
    padding-right: 0;
    margin-left: 10%;
    font-size: 90%;
  }
}
section#day-pass strong {
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: 2px;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#day-pass h2 {
    margin-top: 1em;
  }
}
/* day-pass end */
/* daypass experience */
section#daypass-experience .container {
  padding-top: 4em;
  padding-bottom: 6em;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}
section#daypass-experience .container a.btn {
  width: 40%;
}
section#daypass-experience .container p.note {
  text-align: center;
  font-style: italic;
  opacity: 0.6;
}
section#daypass-experience .daypass-experience__header {
  max-width: 1296px;
  margin: 0 auto 3rem;
  text-align: center;
}
section#daypass-experience .daypass-experience__header p {
  margin-bottom: 1.5rem;
  color: var(--gray);
}
section#daypass-experience .daypass-experience__p {
  font-size: 0.8rem;
  letter-spacing: 0.4rem;
  text-transform: uppercase;
  color: var(--cafe);
  display: inline-block;
  margin-bottom: 1rem;
  margin-left: 0;
}
section#daypass-experience .daypass-experience__viewport {
  position: relative;
  overflow: visible;
  padding: 0 0vw 1rem;
  touch-action: pan-y;
  cursor: grab;
  user-select: none;
}
section#daypass-experience .daypass-experience__viewport.is-grabbing {
  cursor: grabbing;
}
section#daypass-experience .daypass-experience__track {
  display: flex;
  align-items: stretch;
  gap: 2.25rem;
  will-change: transform;
  transition: transform 0.65s cubic-bezier(0.4, 0, 0.2, 1);
}
section#daypass-experience .daypass-card {
  flex: 0 0 min(68%, 720px);
  padding: 0;
  opacity: 0.45;
  transform: scale(0.9);
  transition: opacity 0.45s ease, transform 0.45s ease, filter 0.45s ease;
  filter: grayscale(0.4);
  position: relative;
}
section#daypass-experience .daypass-card.is-active {
  opacity: 1;
  transform: scale(1);
  filter: grayscale(0);
  z-index: 2;
}
section#daypass-experience .daypass-card__figure {
  margin: 0;
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  min-height: 480px;
  box-shadow: 0 35px 70px rgba(3, 5, 10, 0.35);
}
section#daypass-experience .daypass-card__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
section#daypass-experience .daypass-card__overlay {
  position: absolute;
  inset: 0;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 1.25rem;
  color: #fff;
  background: linear-gradient(110deg, rgba(3, 12, 33, 0.95) 0%, rgba(3, 12, 33, 0.7) 50%, rgba(3, 12, 33, 0) 80%);
}
section#daypass-experience .daypass-card__overlay h3 {
  font-size: 2.8rem;
  margin: 0;
  color: #fff;
}
section#daypass-experience .daypass-card__overlay p {
  color: #fff;
  max-width: 520px;
  padding-left: 0;
  margin-left: 0;
}
section#daypass-experience .daypass-card__label {
  text-transform: uppercase;
  letter-spacing: 0.5rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.9);
}
section#daypass-experience .daypass-card__cta {
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  font-size: 0.75rem;
  color: var(--brand);
  position: relative;
  padding-bottom: 0.35rem;
}
section#daypass-experience .daypass-card__cta::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: transform 0.35s ease;
  transform-origin: left;
  transform: scaleX(0.6);
}
section#daypass-experience .daypass-card__cta:hover::after {
  transform: scaleX(1);
}
section#daypass-experience .daypass-experience__footer {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-top: 0;
  padding: 2rem 12vw 1rem 12vw;
  flex-wrap: wrap;
}
section#daypass-experience .daypass-experience__nav {
  background: none;
  border: none;
  font-family: var(--font-family--romie);
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  color: var(--cafe);
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
section#daypass-experience .daypass-experience__nav:hover {
  color: var(--brand);
}
section#daypass-experience .daypass-experience__progress {
  flex: 1;
  height: 2px;
  background: rgba(0, 0, 0, 0.1);
  position: relative;
  border-radius: 999px;
}
section#daypass-experience .daypass-experience__progress-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: var(--brand);
  border-radius: inherit;
  transition: width 0.35s ease;
}
section#daypass-experience .daypass-experience__fraction {
  font-size: 0.85rem;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
  color: var(--gray);
  min-width: 90px;
  text-align: center;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#daypass-experience .daypass-experience__viewport {
    padding: 0 1rem 2rem;
  }
  section#daypass-experience .daypass-card {
    flex: 0 0 100%;
    transform: scale(1);
  }
  section#daypass-experience .daypass-card__figure {
    min-height: 420px;
  }
  section#daypass-experience .daypass-card__overlay {
    padding: 2rem;
  }
  section#daypass-experience .daypass-card__overlay h3 {
    font-size: 2rem;
  }
  section#daypass-experience .daypass-experience__footer {
    flex-direction: column;
    align-items: stretch;
    padding: 0 1rem;
  }
  section#daypass-experience .daypass-experience__nav {
    letter-spacing: 0.2rem;
  }
  section#daypass-experience .daypass-experience__progress {
    width: 100%;
  }
  section#daypass-experience .daypass-experience__fraction {
    text-align: left;
  }
}
/* daypass experience end */
/* prensa */
section#prensa {
  padding-bottom: 5em;
}
/* prensa end */
/* spotify */
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#spotify .spotify-embed {
    width: 80%;
    margin-left: 10%;
  }
}
/* spotify end */
/* beach-restaurant Section */
section#beach-restaurant .container {
  padding-bottom: 0;
  padding-top: 0;
}
section#beach-restaurant .half {
  padding-bottom: 8em;
  position: relative;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#beach-restaurant .half {
    padding-bottom: 4em;
  }
}
section#beach-restaurant .chimp {
  width: 70px;
  height: auto;
  position: absolute;
  top: -15px;
}
section#beach-restaurant .chimp.left {
  right: 10%;
}
section#beach-restaurant .chimp.right {
  left: 10%;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#beach-restaurant .container {
    display: flex;
    flex-wrap: wrap;
  }
  section#beach-restaurant .container > .half {
    width: 100%;
    float: none;
  }
  .half--gastronomia-img {
    order: 1;
    padding-bottom: 4em !important;
  }
  .half--gastronomia-text {
    order: 2;
  }
  .half--mixologia-img {
    order: 3;
    padding-top: 2em;
  }
  .half--mixologia-text {
    order: 4;
    padding-bottom: 4em !important;
  }
  section#beach-restaurant .container > .clear {
    display: none;
  }
}
/* special-events Section */
#special-events {
  margin-top: 4em;
  position: relative;
  overflow: hidden;
}
#special-events::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(assets/bungalow_fondo.png);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.3;
  z-index: 1;
}
#special-events > * {
  position: relative;
  z-index: 2;
}
#special-events a.btn {
  width: 30%;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  #special-events a.btn {
    width: 70%;
  }
}
#special-events p {
  margin-bottom: 2em;
}
/* special-events end */
/* video-section Section */
#video-section {
  width: 100%;
  padding-top: 0px;
  /* Responsive 16:9 wrapper for the video */
}
#video-section .container {
  padding: 0;
  width: 100%;
  max-width: 100%;
}
#video-section .video-wrap {
  position: relative;
  width: 100%;
  max-width: 1296px;
  margin: 0 auto;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  #video-section .video-wrap {
    height: 640px ;
  }
}
#video-section .video-wrap::before {
  content: "";
  display: block;
  padding-top: 56.25%;
  /* 16:9 aspect ratio */
}
#video-section .video-wrap > video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  background: gainsboro;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  #video-section .video-wrap > video {
    height: 640px ;
  }
}
#video-section .label {
  position: absolute;
  bottom: 50px;
  color: white;
}
#video-section .left {
  left: 75px;
  margin-left: 0;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  #video-section .left {
    left: 30px;
    bottom: 25px;
  }
}
#video-section .right {
  right: 75px;
  margin-right: 0;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  #video-section .right {
    right: 30px;
    bottom: 25px;
  }
}
#video-section .top {
  top: 45px;
  margin-right: 0;
  right: 75px;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  #video-section .top {
    right: 30px;
    top: 25px;
  }
}
#video-section .top.left {
  right: initial;
  left: 75px;
  height: 25px;
  width: 220px;
  text-align: left;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  #video-section .top.left {
    left: 30px;
  }
}
#video-section a {
  color: var(--text);
}
#video-section a:hover {
  text-decoration: underline;
}
/* video-section end */
/* introduction Section */
#introduction {
  position: relative;
  overflow: hidden;
  flex: 3rem;
}
#introduction .container {
  padding: 10em 0;
}
#introduction::before,
#introduction::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 220px;
  height: 500px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
  opacity: 0.3;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  #introduction::before,
  #introduction::after {
    opacity: 0.1;
  }
}
#introduction::before {
  left: 90px;
  transform: translate(-40%, -50%) scaleX(-1);
  background-image: url('assets/imagen-derecha.png');
}
#introduction::after {
  right: 90px;
  transform: translate(40%, -50%);
  background-image: url('assets/imagen-derecha.png');
}
#introduction > * {
  position: relative;
  z-index: 2;
}
#introduction svg {
  width: 100px;
  margin-top: 1em;
}
#introduction p {
  width: 60%;
  margin-left: 20%;
}
/* introduction end */
/* Slider Infinite */
/* Mixin en LESS */
/* Variable en LESS */
/* Animación */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-140px * 7));
  }
}
@keyframes scroll-reverse {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(140px * 7));
  }
}
/* infinite gallery */
section#infinite-gallery {
  padding: 4em 2em 10em 2em;
  max-width: 1296px;
  margin: auto;
  /* Styling */
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#infinite-gallery {
    padding: 4em 0em;
  }
}
section#infinite-gallery .slider {
  height: 140px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
section#infinite-gallery .slider::before,
section#infinite-gallery .slider::after {
  background: linear-gradient(to right, var(--bg) 0%, rgba(255, 255, 255, 0) 100%);
  /* aquí se usa el mixin de LESS */
  content: "";
  height: 140px;
  position: absolute;
  width: 140px;
  z-index: 2;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#infinite-gallery .slider::before,
  section#infinite-gallery .slider::after {
    width: 100px;
  }
}
section#infinite-gallery .slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
section#infinite-gallery .slider::before {
  left: 0;
  top: 0;
}
section#infinite-gallery .slider .slide-track {
  animation: scroll 120s linear infinite;
  display: flex;
  width: calc(140px * 14);
}
section#infinite-gallery .slider .slide-track.izq {
  animation: scroll-reverse 120s linear infinite;
  display: flex;
  width: calc(140px * 14);
  left: -1000px;
}
section#infinite-gallery .slider .slide-track.izq2 {
  animation: scroll-reverse 150s linear infinite;
  display: flex;
  width: calc(140px * 14);
}
section#infinite-gallery .slider figure.slide {
  height: 130px;
  width: 140px;
  margin-left: 15px;
  overflow: hidden;
  opacity: 0.9;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section#infinite-gallery .slider figure.slide img {
  margin-top: 3%;
}
section#infinite-gallery .slider figure.slide:hover {
  opacity: 1;
}
section#infinite-gallery .slider figure.slide:hover img {
  zoom: 1.2;
  transform: scale(1.15);
}
section#infinite-gallery .slider:hover .slide-track,
section#infinite-gallery .slider:hover .slide-track.izq {
  animation-play-state: paused;
}
/* lightbox pop Up para las imagenes */
/* Overlay */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.6);
  display: none;
  /* oculto por defecto */
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.lightbox.is-open {
  display: flex;
}
/* Área clicable para cerrar por fuera */
.lightbox__backdrop {
  position: absolute;
  inset: 0;
}
/* Contenido central */
.lightbox__content {
  position: relative;
  max-width: 90vw;
  max-height: 85vh;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}
/* Imagen */
.lightbox__img {
  display: block;
  max-width: 90vw;
  max-height: 85vh;
  object-fit: contain;
  background: #111;
}
/* Botón cerrar */
.lightbox__close {
  position: absolute;
  top: 12px;
  right: 18px;
  border: none;
  background: var(--brand);
  color: #fff;
  border-radius: 999px;
  width: 32px;
  height: 32px;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* Flechas */
.lightbox__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.lightbox__prev {
  left: 10px;
}
.lightbox__next {
  right: 10px;
}
.lightbox__arrow:hover,
.lightbox__close:hover {
  background: var(--cafe);
}
/* Oculta el cursor normal cuando está sobre .pop_up */
.pop_up {
  cursor: none !important;
}
/* El cursor personalizado */
.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.25);
  border: 2px solid #ffffff;
  border-radius: 50%;
  backdrop-filter: blur(3px);
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 9999;
  display: none;
}
/* Signo + en el centro */
.custom-cursor::after {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  color: #ffffff;
  font-weight: 300;
}
/* Parallax Section con VIDEO */
#parallax-bg {
  position: relative;
  width: 100%;
  min-height: 50vh;
  display: flex;
  align-items: center;
  padding: 6rem 0;
  overflow: hidden;
  background: #000;
}
#parallax-bg .parallax-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  pointer-events: none;
  opacity: 0.8;
}
#parallax-bg .container {
  position: relative;
  z-index: 3;
  max-width: var(--maxw);
}
#parallax-bg .container h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #ffffff;
}
#parallax-bg .container h2::after {
  border-color: #ffffff;
}
#parallax-bg .container p {
  width: 60%;
  margin-left: 0;
  margin: 0 auto;
  font-size: 1rem;
  color: #ffffff;
}
#parallax-bg .container a.btn {
  width: auto;
  padding: 12px  3rem;
}
#parallax-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.15);
  z-index: 2;
}
/* prensa Section */
section#prensa .container {
  padding: 2em 8em ;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#prensa .container {
    padding: 2rem 1rem;
  }
}
/* prensa end */
/* private-events Section */
section#private-events {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#private-events {
    padding-bottom: 6em;
  }
}
section#private-events::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(assets/bungalow_pool.png);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-position-y: -16em;
  opacity: 0.3;
  z-index: 1;
  bottom: 15em;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#private-events::before {
    bottom: 1em;
  }
}
section#private-events > * {
  position: relative;
  z-index: 2;
}
section#private-events .beach-slider {
  width: 70%;
  margin-left: 15%;
  padding-bottom: 3em;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#private-events .beach-slider {
    width: 90%;
    margin-left: 5%;
  }
}
section#private-events a.btn {
  width: 30%;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#private-events a.btn {
    width: 70%;
  }
}
/* private-events end */
/* location Section */
section#location {
  background-color: var(--gradient-color1);
  position: relative;
}
section#location .container {
  width: 100%;
  min-height: 500px;
  display: flex;
  flex-wrap: wrap;
  padding: 6em 0;
}
section#location .center {
  height: 20vw;
  width: 50%;
  margin-left: 25%;
  min-width: 400px;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#location .center {
    width: 20%;
    margin-left: 15%;
  }
}
section#location .center p,
section#location .center a {
  width: 100%;
  padding-left: 0;
  margin-left: 0;
}
section#location .center a {
  width: 80%;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#location .center {
    width: 20%;
  }
}
section#location .center img {
  display: none;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#location .col3.center {
    width: 60%;
  }
}
section#location .right {
  text-align: right;
  margin-left: 0;
}
section#location::before,
section#location::after {
  content: "";
  position: absolute;
  top: 60%;
  width: 250px;
  height: 500px;
  transform: translateY(-20%);
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: -1;
  opacity: 0.8;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#location::before,
  section#location::after {
    opacity: 0.3;
  }
}
section#location::before {
  left: 90px;
  transform: translate(-40%, -50%);
  background-image: url('assets/map.png');
}
section#location::after {
  right: 90px;
  transform: translate(40%, -50%);
  background-image: url('assets/cuaq.png');
}
section#location i {
  font-size: 90%;
}
/* location end */
p.contacto a {
  padding: 0.2rem 0.2rem;
  border-radius: 5px;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  p.contacto a {
    width: 90%;
    float: left;
    margin-left: 5%;
  }
}
p.contacto a:hover {
  background: var(--brand);
  color: white;
}
/* footer */
footer .container,
section#last-menu .container {
  padding-left: 0em;
  padding-right: 0em;
  padding-bottom: 4em;
  padding-top: 1em;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  footer .container,
  section#last-menu .container {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
}
footer ul,
section#last-menu ul {
  padding-left: 0;
  list-style: none;
  line-height: 2.5em;
}
footer .fs-social,
section#last-menu .fs-social {
  margin-top: 1rem;
}
footer .col70,
section#last-menu .col70 {
  width: 60%;
  float: left;
}
@media (max-width: 1024px) {
  footer .col70,
  section#last-menu .col70 {
    width: 45%;
    margin-right: 5%;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  footer .col70,
  section#last-menu .col70 {
    width: 45%;
    margin-right: 5%;
  }
}
footer .col70 ul,
section#last-menu .col70 ul {
  padding-left: 0;
  list-style: none;
}
footer .col70 ul li,
section#last-menu .col70 ul li {
  float: left;
}
footer .col70 ul li::after,
section#last-menu .col70 ul li::after {
  content: "\f16d";
}
footer .col30,
section#last-menu .col30 {
  width: 40%;
  float: left;
  padding-left: 3%;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  footer .col30,
  section#last-menu .col30 {
    width: 45%;
    padding-left: 5%;
  }
}
footer .col30 ul,
section#last-menu .col30 ul {
  width: 50%;
  float: left;
}
footer .col30 ul a,
section#last-menu .col30 ul a {
  padding: 4px;
}
footer .col30 ul a:hover,
section#last-menu .col30 ul a:hover {
  color: var(--bg);
  background: var(--brand);
}
footer .col40,
section#last-menu .col40 {
  width: 40%;
  float: left;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  footer .col40,
  section#last-menu .col40 {
    width: 50%;
  }
}
footer .col40 ul,
section#last-menu .col40 ul {
  width: 50%;
  float: left;
}
footer .border,
section#last-menu .border {
  border: none;
}
footer h2,
section#last-menu h2 {
  font-size: 2.2em;
  text-align: left;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  footer h2,
  section#last-menu h2 {
    padding-left: 0;
    text-align: left !important;
  }
}
footer h2::after,
section#last-menu h2::after {
  margin-left: 0;
  margin-right: 75%;
  clear: both;
}
footer p,
section#last-menu p {
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  footer p,
  section#last-menu p {
    padding-left: 0;
    text-align: left !important;
    margin-left: 0 !important;
  }
}
footer a.btn,
section#last-menu a.btn {
  width: 45%;
  margin-left: 5%;
  color: var(--brand);
  border: 1px solid var(--brand) !important;
  background: none;
}
footer a.btn:hover,
section#last-menu a.btn:hover {
  background: var(--brand);
  color: var(--bg);
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  footer a.btn,
  section#last-menu a.btn {
    margin-left: 0;
  }
}
footer strong,
section#last-menu strong {
  width: 100%;
  padding-left: 20px;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  footer strong,
  section#last-menu strong {
    display: none;
  }
}
footer svg,
section#last-menu svg {
  width: 100px;
  margin-top: 0em;
}
footer img,
section#last-menu img {
  width: 220px;
  margin-bottom: 1em;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  footer a.btn,
  section#last-menu a.btn {
    width: 100%;
  }
}
footer img.logo_bungalow,
section#last-menu img.logo_bungalow {
  margin-top: 1rem;
}
/* footer end */
@media only screen and (min-width: 0) and (max-width: 719px) {
  footer .col30 {
    display: none;
  }
}
/* footer end */
@media only screen and (min-width: 0) and (max-width: 719px) {
  footer .col30 {
    display: none;
  }
}
/* cover Section */
section.cover_img img {
  object-fit: cover;
  width: 100%;
}
/* cover end */
/* last-menu Section */
section#last-menu {
  border-top: 1px solid var(--gray);
  padding: 2em 0;
}
section#last-menu .container {
  padding-top: 0em;
  padding-bottom: 3em;
}
section#last-menu a.btn {
  float: left;
  margin-top: 0%;
  margin-bottom: 0;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#last-menu a.btn {
    margin-bottom: 1rem;
  }
}
section#last-menu svg {
  float: left;
  margin-right: 2em;
  width: 77px;
}
section#last-menu svg {
  float: left;
  margin-right: 2em;
  width: 80px;
  margin-top: 0.5em;
}
section#last-menu p {
  width: 70%;
  float: left;
  padding-top: 0;
  margin-top: 0.6em;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#last-menu p {
    width: 100%;
    font-size: 90%;
    line-height: 1.5em;
    margin-top: 1em;
  }
}
.left {
  margin-left: -5%;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  .left {
    margin-left: 0;
  }
}
.left.beach-slider {
  border-radius: 12px  ;
}
.left.beach-slider::before,
.left.beach-slider::after {
  background: linear-gradient(to right, var(--bg) 0%, rgba(255, 255, 255, 0) 100%);
  /* aquí se usa el mixin de LESS */
  content: "";
  height: 100%;
  position: absolute;
  width: 140px;
  z-index: 2;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  .left.beach-slider::before,
  .left.beach-slider::after {
    display: none;
  }
}
.right {
  margin-left: 3%;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  .right {
    margin-left: 0;
  }
}
.right.beach-slider {
  border-radius: 12px;
}
.right.beach-slider::before,
.right.beach-slider::before {
  background: linear-gradient(to right, var(--bg) 0%, rgba(255, 255, 255, 0) 100%);
  /* aquí se usa el mixin de LESS */
  content: "";
  height: 100%;
  position: absolute;
  width: 140px;
  z-index: 2;
  right: 0;
  transform: rotateZ(180deg);
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  .right.beach-slider::before,
  .right.beach-slider::before {
    display: none;
  }
}
.beach-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.slider-frame {
  position: relative;
  width: 100%;
}
.slider-frame img {
  width: 100%;
  height: auto;
  display: none;
  object-fit: cover;
}
.slider-frame img.active {
  display: block;
}
/* Flechas */
.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50% ;
  border: none;
  background: var(--brand);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1;
  z-index: 99;
  color: #fff;
  opacity: 0.7;
}
.slider-arrow:hover {
  background: #ffffff;
  color: var(--cafe);
}
.slider-arrow.prev {
  left: 2em;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  .slider-arrow.prev {
    left: 1em;
  }
}
.slider-arrow.next {
  right: 2em;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  .slider-arrow.next {
    right: 1em;
  }
}
section#celebraciones .container .half {
  padding-bottom: 4em;
  position: relative;
}
section#celebraciones .container .half h3 {
  margin-top: 6rem;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  section#celebraciones .container .half {
    padding-bottom: 4em;
  }
}
/* Mascaras */
.has-mask__shape-ovale img {
  border-radius: 100%;
}
.has-mask__shape-medallion img {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"280\" height=\"373\" fill=\"none\"><path fill=\"%23000\" d=\"M279.74 186.037v-1.78h-.01c-.32-30.49-17.8-59.86-19.03-70.4-2.07-12.51 1.73-27.93 1.73-27.93s-10.94-4.14-19-15.91-7.47-25.14-7.47-25.14-14.11 1.64-21.97-6.15c-30.4-30.17-54.52-39.01-74.12-38.72-19.61-.29-43.72 8.55-74.12 38.72-7.86 7.79-21.97 6.15-21.97 6.15s.59 13.37-7.47 25.14-19 15.91-19 15.91 3.8 15.42 1.73 27.93c-1.23 10.54-18.71 39.91-19.03 70.4H0v3.56h.01c.32 30.49 17.8 59.86 19.03 70.4 2.07 12.51-1.73 27.93-1.73 27.93s10.93 4.14 19 15.91c8.06 11.77 7.47 25.14 7.47 25.14s14.11-1.64 21.97 6.15c30.4 30.17 54.52 39.01 74.12 38.72 19.61.29 43.72-8.55 74.12-38.72 7.85-7.79 21.97-6.15 21.97-6.15s-.59-13.37 7.47-25.14 19-15.91 19-15.91-3.8-15.42-1.73-27.93c1.23-10.54 18.71-39.91 19.03-70.4h.01v-1.78\"/></svg>");
  mask-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"280\" height=\"373\" fill=\"none\"><path fill=\"%23000\" d=\"M279.74 186.037v-1.78h-.01c-.32-30.49-17.8-59.86-19.03-70.4-2.07-12.51 1.73-27.93 1.73-27.93s-10.94-4.14-19-15.91-7.47-25.14-7.47-25.14-14.11 1.64-21.97-6.15c-30.4-30.17-54.52-39.01-74.12-38.72-19.61-.29-43.72 8.55-74.12 38.72-7.86 7.79-21.97 6.15-21.97 6.15s.59 13.37-7.47 25.14-19 15.91-19 15.91 3.8 15.42 1.73 27.93c-1.23 10.54-18.71 39.91-19.03 70.4H0v3.56h.01c.32 30.49 17.8 59.86 19.03 70.4 2.07 12.51-1.73 27.93-1.73 27.93s10.93 4.14 19 15.91c8.06 11.77 7.47 25.14 7.47 25.14s14.11-1.64 21.97 6.15c30.4 30.17 54.52 39.01 74.12 38.72 19.61.29 43.72-8.55 74.12-38.72 7.85-7.79 21.97-6.15 21.97-6.15s-.59-13.37 7.47-25.14 19-15.91 19-15.91-3.8-15.42-1.73-27.93c1.23-10.54 18.71-39.91 19.03-70.4h.01v-1.78\"/></svg>");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.has-mask__shape-medallion.has-mask__orientation-landscape img {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"313\" height=\"236\" fill=\"none\"><path fill=\"%23000\" d=\"M156.356 235.07h1.51c25.62-.28 50.3-14.97 59.16-16 10.51-1.74 23.47 1.45 23.47 1.45s3.48-9.19 13.37-15.96c9.89-6.78 21.13-6.28 21.13-6.28s-1.38-11.86 5.17-18.46c25.35-25.55 32.78-45.81 32.54-62.29.24-16.48-7.19-36.74-32.54-62.29-6.55-6.6-5.17-18.46-5.17-18.46s-11.24.5-21.13-6.28c-9.89-6.77-13.37-15.96-13.37-15.96s-12.95 3.19-23.47 1.45c-8.86-1.03-33.54-15.72-59.16-15.99h-3.02c-25.62.28-50.3 14.97-59.16 16-10.51 1.74-23.47-1.45-23.47-1.45s-3.48 9.19-13.37 15.96c-9.89 6.78-21.13 6.28-21.13 6.28s1.38 11.86-5.17 18.46C7.196 80.8-.234 101.06.006 117.54c-.24 16.48 7.19 36.74 32.54 62.29 6.55 6.6 5.17 18.46 5.17 18.46s11.24-.5 21.13 6.28c9.89 6.77 13.37 15.96 13.37 15.96s12.95-3.19 23.47-1.45c8.86 1.03 33.54 15.72 59.16 15.99h1.51\"/></svg>");
  mask-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"313\" height=\"236\" fill=\"none\"><path fill=\"%23000\" d=\"M156.356 235.07h1.51c25.62-.28 50.3-14.97 59.16-16 10.51-1.74 23.47 1.45 23.47 1.45s3.48-9.19 13.37-15.96c9.89-6.78 21.13-6.28 21.13-6.28s-1.38-11.86 5.17-18.46c25.35-25.55 32.78-45.81 32.54-62.29.24-16.48-7.19-36.74-32.54-62.29-6.55-6.6-5.17-18.46-5.17-18.46s-11.24.5-21.13-6.28c-9.89-6.77-13.37-15.96-13.37-15.96s-12.95 3.19-23.47 1.45c-8.86-1.03-33.54-15.72-59.16-15.99h-3.02c-25.62.28-50.3 14.97-59.16 16-10.51 1.74-23.47-1.45-23.47-1.45s-3.48 9.19-13.37 15.96c-9.89 6.78-21.13 6.28-21.13 6.28s1.38 11.86-5.17 18.46C7.196 80.8-.234 101.06.006 117.54c-.24 16.48 7.19 36.74 32.54 62.29 6.55 6.6 5.17 18.46 5.17 18.46s11.24-.5 21.13 6.28c9.89 6.77 13.37 15.96 13.37 15.96s12.95-3.19 23.47-1.45c8.86 1.03 33.54 15.72 59.16 15.99h1.51\"/></svg>");
}
.has-mask__shape-door img {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"370\" fill=\"none\"><path fill=\"%23000\" d=\"M0 370v-71.042c0-44.35.43-88.748.43-133.098 0-5-.11-10.17-.21-15.16-.64-30.17-1.31-61.29 20.12-86.13 13.37-15.5 31.42-27.11 50.3-38.62 2.34-1.43 4.67-2.88 6.99-4.34l1.84-1.16c2.97-1.86 6.15-3.83 9.34-5.72 3.57-2.12 6.76-3.9 9.76-5.46l1.6-.84C107.33 4.67 116.24 0 126.95 0c1.61 0 3.22.11 4.8.32 13.7 1.87 25.74 9.08 35.42 14.87l.19.12c3.11 1.86 6.17 3.77 9.29 5.72l.87.55c2.34 1.46 4.67 2.92 7.03 4.36 18.88 11.51 36.93 23.12 50.3 38.62 21.43 24.84 21.8 55.813 21.15 85.893-.11 5.01 0 10.229 0 15.319q.015 72.163 0 144.326V370H-.02z\"/></svg>");
  mask-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"370\" fill=\"none\"><path fill=\"%23000\" d=\"M0 370v-71.042c0-44.35.43-88.748.43-133.098 0-5-.11-10.17-.21-15.16-.64-30.17-1.31-61.29 20.12-86.13 13.37-15.5 31.42-27.11 50.3-38.62 2.34-1.43 4.67-2.88 6.99-4.34l1.84-1.16c2.97-1.86 6.15-3.83 9.34-5.72 3.57-2.12 6.76-3.9 9.76-5.46l1.6-.84C107.33 4.67 116.24 0 126.95 0c1.61 0 3.22.11 4.8.32 13.7 1.87 25.74 9.08 35.42 14.87l.19.12c3.11 1.86 6.17 3.77 9.29 5.72l.87.55c2.34 1.46 4.67 2.92 7.03 4.36 18.88 11.51 36.93 23.12 50.3 38.62 21.43 24.84 21.8 55.813 21.15 85.893-.11 5.01 0 10.229 0 15.319q.015 72.163 0 144.326V370H-.02z\"/></svg>");
}
.has-mask__shape-door img,
.has-mask__shape-smalldoor img {
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.has-mask__shape-smalldoor img {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 222 237\"><path fill=\"%23000\" d=\"m0 237 .382-71.32v-21.85c0-4.34-.09-8.82-.19-13.15-.56-26.16-1.13-53.16 17.45-74.7 11.6-13.44 27.26-23.51 43.63-33.49 2.03-1.24 4.05-2.5 6.07-3.76l1.6-1c2.58-1.61 5.34-3.32 8.1-4.96 3.1-1.84 5.86-3.39 8.46-4.74l1.39-.72c6.21-3.26 13.94-7.31 23.23-7.31 1.4 0 2.8.09 4.16.28 11.89 1.62 22.33 7.88 30.72 12.9l.17.1c2.7 1.61 5.35 3.27 8.06 4.96l.76.47c2.03 1.27 4.05 2.54 6.09 3.78 16.37 9.98 32.03 20.05 43.63 33.49 18.59 21.54 18.538 48.319 17.978 74.399-.09 4.35-.19 8.84-.19 13.25.01 41.73 0-10.1 0 31.62L222 237H-.01z\"/></svg>");
  mask-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 222 237\"><path fill=\"%23000\" d=\"m0 237 .382-71.32v-21.85c0-4.34-.09-8.82-.19-13.15-.56-26.16-1.13-53.16 17.45-74.7 11.6-13.44 27.26-23.51 43.63-33.49 2.03-1.24 4.05-2.5 6.07-3.76l1.6-1c2.58-1.61 5.34-3.32 8.1-4.96 3.1-1.84 5.86-3.39 8.46-4.74l1.39-.72c6.21-3.26 13.94-7.31 23.23-7.31 1.4 0 2.8.09 4.16.28 11.89 1.62 22.33 7.88 30.72 12.9l.17.1c2.7 1.61 5.35 3.27 8.06 4.96l.76.47c2.03 1.27 4.05 2.54 6.09 3.78 16.37 9.98 32.03 20.05 43.63 33.49 18.59 21.54 18.538 48.319 17.978 74.399-.09 4.35-.19 8.84-.19 13.25.01 41.73 0-10.1 0 31.62L222 237H-.01z\"/></svg>");
}
.has-mask__shape-ticket img {
  --mask: radial-gradient(60px at 60px 60px, #0000 98%, #000) -60px -60px;
  -webkit-mask: var(--mask);
  mask: var(--mask);
}
@media (max-width: 781px) {
  .has-mask__shape-ticket img {
    --mask: radial-gradient(30px at 30px 30px, #0000 98%, #000) -30px -30px;
  }
}
.sls-circle-carousel__frame {
  background-image: url(assets/frame-top.png), url(assets/frame-right.png), url(assets/frame-bottom.png), url(assets/frame-left.png);
  background-position: -3em, 100%, bottom, -3em;
  background-repeat: no-repeat;
  height: 59vh;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 2em;
  transform: translateX(-50%);
  width: 21%;
  z-index: 2;
  margin-top: -1.5em;
  display: none;
}
.sls-circle-carousel__frame img {
  width: 96%;
  margin-left: 2%;
  margin-top: 12%;
}
section#video-eventos .container video {
  width: auto;
  width: 80%;
}
section#video-eventos .container video {
  width: auto;
  width: 80%;
}
.no_margin_bottom {
  margin-bottom: 0 !important;
}
section#hero {
  position: relative;
  color: white;
  height: 70vh;
  align-content: center;
  overflow: hidden;
  margin-bottom: 6rem;
}
section#hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(assets/img/drone.png) center / cover no-repeat;
  opacity: var(--hero-bg-opacity, 1);
  z-index: 0;
}
section#hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--hero-bg-overlay, #000);
  opacity: var(--hero-overlay-opacity, 0.35);
  z-index: 1;
}
section#hero .container {
  position: relative;
  z-index: 2;
  min-height: 14rem;
}
section#hero .container h1 {
  color: white;
}
/* section hero daypass */
section#hero.daypass::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(assets/images/bugalow_SLSCancun_club3.jpg) center / cover no-repeat;
  opacity: var(--hero-bg-opacity, 1);
  z-index: 0;
}
section#hero.daypass::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--hero-bg-overlay, #000);
  opacity: var(--hero-overlay-opacity, 0.35);
  z-index: 1;
}
/* section Daypasss */
section#hero.gastronomia {
  margin-bottom: 6rem !important;
}
section#hero.gastronomia::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(assets/images/bugalow_SLSCancun_alimentos4.jpg) center / cover no-repeat;
  opacity: var(--hero-bg-opacity, 1);
  z-index: 0;
}
section#hero.gastronomia::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--hero-bg-overlay, #000);
  opacity: var(--hero-overlay-opacity, 0.35);
  z-index: 1;
}
section#hero.mixologia {
  margin-bottom: 6rem !important;
}
section#hero.mixologia::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(assets/images/bugalow_SLSCancun_bebidas4.jpg) center / cover no-repeat;
  opacity: var(--hero-bg-opacity, 1);
  z-index: 0;
}
section#hero.mixologia::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--hero-bg-overlay, #000);
  opacity: var(--hero-overlay-opacity, 0.35);
  z-index: 1;
}
/* section Blog */
section#blog {
  padding-bottom: 8em;
}
section#blog .container {
  padding: 0 0rem;
}
section#blog .container .card {
  background: #ffffff47;
}
section#blog .container .card p.card-text {
  display: none;
}
section#blog .container .card a.btn {
  width: 100%;
  color: #fff;
  border: none;
}
/* End Blog */
/* section Blog */
section#blog .container {
  padding: 0 2rem;
}
section#blog .container .card {
  background: #ffffff47;
}
section#blog .container .card p.card-text {
  display: none;
}
section#blog .container .card a.btn {
  width: 100%;
  color: #fff;
  border: none;
}
/* End Blog */
/* Single Blog */
.bg-light-subtle {
  background-color: none !important;
}
body.single-post,
body.archive,
body.category {
  background: var(--bg-blog);
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  body.single-post h1,
  body.archive h1,
  body.category h1 {
    margin-left: 5%;
    width: 90% !important;
  }
}
body.single-post p,
body.archive p,
body.category p {
  margin-left: 10%;
  width: 80%;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  body.single-post p,
  body.archive p,
  body.category p {
    margin-left: 1rem;
    width: auto !important;
    margin-left: 5%;
    width: 90%;
  }
}
body.single-post p.lead,
body.archive p.lead,
body.category p.lead {
  padding-top: 0;
  padding-bottom: 0;
}
body.single-post .bg-body,
body.archive .bg-body,
body.category .bg-body {
  background: none;
  background-color: none !important;
}
body.single-post .bg-light-subtle,
body.archive .bg-light-subtle,
body.category .bg-light-subtle {
  background-color: none !important;
}
body.single-post figure.aligncenter,
body.archive figure.aligncenter,
body.category figure.aligncenter {
  text-align: center;
  padding-top: 2em;
  padding-bottom: 4em;
}
body.single-post figure.aligncenter img,
body.archive figure.aligncenter img,
body.category figure.aligncenter img {
  width: 60%;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  body.single-post figure.aligncenter img,
  body.archive figure.aligncenter img,
  body.category figure.aligncenter img {
    width: 100%;
  }
}
body.single-post figure.wp-block-gallery,
body.archive figure.wp-block-gallery,
body.category figure.wp-block-gallery,
body.single-post figure.wp-block-image,
body.archive figure.wp-block-image,
body.category figure.wp-block-image {
  padding-top: 2em;
  padding-bottom: 2em;
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  body.single-post figure.wp-block-gallery,
  body.archive figure.wp-block-gallery,
  body.category figure.wp-block-gallery,
  body.single-post figure.wp-block-image,
  body.archive figure.wp-block-image,
  body.category figure.wp-block-image {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
body.single-post .post-date,
body.archive .post-date,
body.category .post-date,
body.single-post .entry-categories-inner,
body.archive .entry-categories-inner,
body.category .entry-categories-inner {
  text-transform: uppercase;
  font-size: 14px;
}
body.single-post h2,
body.archive h2,
body.category h2 {
  font-size: 2em;
  text-align: center;
}
body.single-post a,
body.archive a,
body.category a {
  color: var(--cafe);
}
body.single-post .wp-block-media-text,
body.archive .wp-block-media-text,
body.category .wp-block-media-text {
  margin-bottom: 4em;
}
body.single-post .wp-block-media-text p,
body.archive .wp-block-media-text p,
body.category .wp-block-media-text p {
  width: 90%;
  margin-left: 5%;
  text-align: center;
}
body.single-post .wp-block-pullquote,
body.archive .wp-block-pullquote,
body.category .wp-block-pullquote {
  font-size: 1em;
  padding-top: 0;
  padding-bottom: 0;
}
body.single-post .wp-block-pullquote p,
body.archive .wp-block-pullquote p,
body.category .wp-block-pullquote p {
  margin-bottom: 0;
}
body.single-post blockquote,
body.archive blockquote,
body.category blockquote {
  font-size: 2em;
  font-style: italic;
  line-height: normal;
  font-family: var(--font-family--romie);
  color: var(--brand);
}
body.single-post .wp-block-embed__wrapper,
body.archive .wp-block-embed__wrapper,
body.category .wp-block-embed__wrapper {
  margin-top: 2em;
  margin-bottom: 4em;
}
body.single-post .wp-block-embed__wrapper::before,
body.archive .wp-block-embed__wrapper::before,
body.category .wp-block-embed__wrapper::before {
  padding-top: 2em !important ;
}
body.single-post .wp-block-button,
body.archive .wp-block-button,
body.category .wp-block-button {
  width: 100%;
}
body.single-post .wp-block-button__link,
body.archive .wp-block-button__link,
body.category .wp-block-button__link {
  width: 100%;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding: 12px  0;
  background: var(--brand);
  color: var(--text);
  border-radius: 8px;
  text-align: center;
  overflow: hidden;
  transition: background 0.3s ease;
  margin-bottom: 1em;
  margin-top: 1em;
  /* padding-right: 50px; */
}
body.single-post .wp-block-button__link.cafe,
body.archive .wp-block-button__link.cafe,
body.category .wp-block-button__link.cafe {
  background: var(--cafe);
}
body.single-post footer h2,
body.archive footer h2,
body.category footer h2 {
  text-align-last: left;
}
body.single-post footer p,
body.archive footer p,
body.category footer p {
  text-align-last: left;
  margin-left: 0;
}
body.single-post #fullscreen-menu,
body.archive #fullscreen-menu,
body.category #fullscreen-menu {
  background: var(--bg-blog);
}
body.single-post #fullscreen-menu .fs-menu-right,
body.archive #fullscreen-menu .fs-menu-right,
body.category #fullscreen-menu .fs-menu-right {
  background: #cadee9;
}
body.single-post #fullscreen-menu .fs-menu-right p,
body.archive #fullscreen-menu .fs-menu-right p,
body.category #fullscreen-menu .fs-menu-right p {
  margin-left: 0;
}
#container-content-single {
  margin-top: -1em !important;
  margin-bottom: 2em;
}
@media (max-width: 1024px) {
  #container-content-single {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  #container-content-single {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
}
#container-content-single .post-date {
  font-size: 0.9rem;
}
#container-content-single .wp-block-embed__wrapper:before {
  padding-top: 0;
}
#container-content-single h1 {
  width: 80%;
  padding-left: 20%;
}
@media (max-width: 1024px) {
  #container-content-single h1 {
    width: 90%;
    padding-left: 10%;
  }
}
@media only screen and (min-width: 0) and (max-width: 719px) {
  #container-content-single h1 {
    width: 100%;
    padding-left: 0;
  }
}
#container-content-single h2 {
  text-align: center;
  padding: 2rem 0;
}
#container-content-archive {
  text-align: center;
}
/* Overlay fullscreen */
#fullscreen-menu {
  position: fixed;
  inset: 0;
  background: var(--bg);
  z-index: 100;
  display: none;
}
#fullscreen-menu .logo_bungalow {
  width: 50%;
  max-width: 330px;
}
@media (max-width: 900px) {
  #fullscreen-menu .logo_bungalow {
    margin-bottom: 2rem;
    padding-top: 2rem;
    width: 50%;
  }
}
#fullscreen-menu.is-open {
  display: block;
}
.fs-menu-inner {
  display: flex;
  height: 100%;
}
/* Columna izquierda 70% */
.fs-menu-left {
  width: 65%;
  padding: 2rem 3rem;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .fs-menu-left {
    padding: 2rem 2rem;
  }
}
/* Close arriba a la izquierda */
.fs-close {
  background: none;
  border: none;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  cursor: pointer;
  color: var(--cafe);
  text-align: left;
}
/* Links del menú principal */
.fs-main-nav {
  margin-top: 0rem;
}
.fs-main-nav a {
  display: block;
  font-size: 1.5rem;
  line-height: 1.8;
  color: var(--cafe);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  transition: color 0.2s ease, transform 0.2s ease;
  letter-spacing: 0.3rem;
}
@media (max-width: 900px) {
  .fs-main-nav a {
    font-size: 1.2rem;
  }
}
.fs-main-nav a:hover {
  color: var(--brand);
  transform: translateX(6px);
}
/* Social abajo a la izquierda */
.fs-social {
  display: flex;
  gap: 1rem;
  font-size: 0.9rem;
}
@media (max-width: 900px) {
  .fs-social {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.fs-social a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid var(--cafe);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  text-decoration: none;
  color: var(--cafe);
}
.fs-social a:hover {
  border: 1px solid var(--brand);
  background: var(--brand);
  color: white;
}
/* Columna derecha 30% */
.fs-menu-right {
  width: 35%;
  padding: 2rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6rem;
  background: #f0e8d9;
}
@media (max-width: 900px) {
  .fs-menu-right {
    padding: 2rem 2rem;
    gap: 1rem;
  }
  .fs-menu-right p {
    width: 100%;
  }
}
.fs-menu-right a:hover {
  color: var(--brand);
}
.fs-menu-right p {
  margin-left: 0;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
}
.fs-menu-right .fs-block {
  width: 100%;
}
@media (max-width: 900px) {
  .fs-menu-right .fs-block {
    width: 100%;
    float: left;
  }
  .fs-menu-right .fs-block p {
    margin-bottom: 0;
    width: 80%;
    margin-left: 0;
  }
}
.fs-block h3 {
  font-family: var(--font-family--romie);
  font-size: 1.2rem;
  color: var(--cafe);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 0.8rem;
  position: relative;
}
.fs-block h3::after {
  content: "";
  display: block;
  width: 40%;
  height: 1px;
  background: rgba(0, 0, 0, 0.25);
  margin-top: 0.4rem;
}
.fs-block p,
.fs-block a {
  font-size: 0.9rem;
  color: var(--gray);
  text-decoration: none;
}
/* Mobile: columnas apiladas */
@media (max-width: 900px) {
  .fs-menu-inner {
    flex-direction: column;
  }
  .fs-menu-left,
  .fs-menu-right {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 0;
  }
}
