:root {
  --principal-4: beige;
  --principal-3: #ebccad;
  --principal-2: #7b856d;
  --principal: #004225;
  --gris-4: #67706b;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inglesa Caps, sans-serif;
  font-size: 5em;
  font-weight: 700;
  line-height: 80%;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inglesa Caps, sans-serif;
  font-size: 4em;
  font-weight: 700;
  line-height: 80%;
}

h3 {
  color: var(--principal-4);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inglesa Caps, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  opacity: .75;
  color: var(--principal-4);
  margin-bottom: 10px;
  font-size: 1em;
  line-height: 140%;
}

.body {
  color: var(--principal-4);
  background-color: #004225;
  font-family: "Kohinoorlatin Book Bf 63 C 76513 E 60 F 1", sans-serif;
  font-size: 16px;
}

.hero {
  height: 100vh;
  text-align: left;
  position: relative;
}

.center-hero {
  z-index: 1;
  width: 75%;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 25%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.menu {
  z-index: 1;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  text-align: center;
  justify-content: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 2%;
  left: 0%;
  right: 0%;
}

.nav-link {
  color: var(--principal-3);
  font-family: Inglesa Caps, sans-serif;
  font-size: 26px;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--principal-4);
}

.nav-link.small {
  font-size: 20px;
}

.nav-link.small.w--current {
  color: var(--principal-2);
}

.div-block-2 {
  opacity: .75;
  mix-blend-mode: color-dodge;
  background-image: url('../images/2Bap.gif');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section {
  height: 100vh;
  background-color: var(--principal-2);
  justify-content: center;
  display: block;
  position: relative;
}

.imagen-left {
  width: 50%;
  height: 100%;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: cover;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.top {
  z-index: 5;
  text-align: center;
  font-family: Inglesa Script, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 80%;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.center {
  z-index: 5;
  width: 50%;
  color: var(--principal-4);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: auto;
  bottom: 50%;
  left: 0%;
  right: 0%;
}

.center.cocktails {
  bottom: 45%;
}

.center.bar {
  top: 228px;
}

.content-right {
  width: 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: 5%;
  right: 15%;
}

.content._50 {
  width: 50%;
  bottom: 10%;
}

.linea-inicial {
  width: 20px;
  height: 96%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: .25;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 20%;
}

.div-block-4 {
  width: 1px;
  height: 100%;
  background-color: var(--principal-3);
}

.cta-principal {
  background-color: var(--principal-4);
  color: var(--principal);
  padding: 20px 35px 15px;
  font-family: Inglesa Caps, sans-serif;
  font-size: 20px;
  text-decoration: none;
  position: relative;
}

.cta-principal:hover {
  background-color: var(--principal-3);
  opacity: 1;
}

.shadow-cta {
  width: 100%;
  height: 100%;
  border: 1px solid var(--principal-3);
  position: absolute;
  top: 12%;
  bottom: auto;
  left: 7px;
  right: auto;
}

.shadow-cta:hover {
  border-color: var(--principal-4);
}

.div-block-5 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.text-block {
  z-index: 1;
  position: relative;
}

.paragraph {
  margin-bottom: 0;
  font-size: .9em;
}

.float-top-right {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  display: flex;
  position: absolute;
  top: 15%;
  bottom: auto;
  left: 5%;
  right: auto;
}

.float-top-right.fotos {
  flex-direction: column;
  justify-content: center;
  margin-right: 4%;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.foto-a {
  position: relative;
}

.foto-a.extra {
  display: none;
}

.text-block-2 {
  opacity: .5;
  color: var(--principal-3);
  font-size: 10px;
}

.texto-foto {
  position: absolute;
}

.section-2 {
  height: 100vh;
  position: relative;
}

.imagen-right {
  width: 50%;
  height: 100%;
  mix-blend-mode: normal;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.linea-dere {
  width: 20px;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: .25;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 3%;
}

.text-span {
  font-family: Inglesa Caps, sans-serif;
}

.section-3 {
  height: 100vh;
  position: relative;
}

.section-4 {
  height: 100vh;
  background-color: var(--gris-4);
  position: relative;
}

.content-center {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 23%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.content-center.localizacion {
  margin-top: 25%;
}

.h-horario {
  border: 1px solid var(--principal-4);
  color: var(--principal-3);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Inglesa Caps, sans-serif;
  font-size: 20px;
}

.linea-horario {
  width: 15px;
  height: 1px;
  background-color: var(--principal-3);
}

.bloque-horario {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.horario {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-9 {
  z-index: 5;
  width: 90%;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2.5%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: 0%;
  right: 0%;
}

.div-block-10 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-11 {
  width: 65%;
}

.text-block-3 {
  font-family: Inglesa Caps, sans-serif;
}

.link-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--principal-4);
  margin-top: 20px;
  text-decoration: none;
  display: flex;
}

.p3 {
  color: var(--principal-3);
  line-height: 100%;
}

.logo-citrus {
  width: 200px;
  position: relative;
}

.image-3 {
  position: relative;
}

.image-4 {
  width: 20px;
  position: absolute;
  top: 14px;
  left: 71px;
}

.line-nav {
  width: 1px;
  height: 15px;
  background-color: var(--principal-4);
  opacity: .5;
}

.b-nav {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.telf-hero {
  z-index: 5;
  color: var(--principal-3);
  font-family: Inglesa Caps, sans-serif;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: 7%;
  right: auto;
}

.link {
  color: var(--principal-3);
  text-decoration: none;
}

.insta-hero {
  z-index: 5;
  font-family: Inglesa Caps, sans-serif;
  font-size: 20px;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: auto;
  right: 7%;
}

.content-left {
  width: 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.float-top-left {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  display: flex;
  position: absolute;
  top: 15%;
  bottom: auto;
  left: 5%;
  right: auto;
}

.float-top-left.sargis {
  align-items: center;
  margin-right: 100px;
  top: 25%;
}

.foto-a-img {
  width: 200px;
  height: 175px;
  max-width: none;
  object-fit: cover;
  position: relative;
}

.foto-a-marco {
  width: 200px;
  height: 175px;
  border: 1px solid var(--principal-3);
  opacity: .2;
  mix-blend-mode: overlay;
  position: absolute;
  top: -10px;
  bottom: 0;
  left: 10px;
  right: 0%;
}

.foto-a-marco.sargis {
  width: 220px;
  height: 330px;
  opacity: .25;
  mix-blend-mode: normal;
  top: 10px;
}

.foto-sargis-img {
  width: 220px;
  height: 330px;
  max-width: none;
  object-fit: cover;
  position: relative;
}

.timeline-unit-wrap {
  cursor: pointer;
  padding-left: 5px;
  padding-right: 5px;
}

.tabs {
  z-index: 5;
  width: 50%;
  text-align: left;
  flex-direction: row;
  display: block;
  position: absolute;
  top: 80%;
  bottom: auto;
  left: 2.5%;
  right: auto;
}

.tab-link {
  border-bottom: 1px solid var(--principal-2);
  color: var(--principal-3);
  background-color: rgba(0, 0, 0, 0);
  padding-left: 20px;
  padding-right: 20px;
  font-family: Inglesa Caps, sans-serif;
  font-size: 20px;
}

.tab-link.w--current {
  background-color: var(--principal-3);
  color: var(--principal);
}

.tab-panel {
  width: 90%;
  padding-top: 20px;
}

.heading-5 {
  font-size: 4em;
}

.div-block-12 {
  flex-direction: column;
  display: flex;
}

.sep-datos {
  width: 35px;
  height: 1px;
  background-color: var(--principal-3);
  opacity: .25;
  margin-bottom: 10px;
  position: relative;
  left: -15px;
}

.datos {
  font-size: .8em;
}

.div-block-13 {
  position: relative;
  top: 40px;
}

.linea-left {
  width: 20px;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: .25;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 4px;
  right: auto;
}

.float-menu {
  z-index: 999;
  width: 550px;
  height: 50px;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  color: #004225;
  background-color: #002917;
  border-radius: 50px;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 25px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 1%;
  left: 0%;
  right: 0%;
}

.footer {
  height: 150px;
  flex-direction: column;
  display: flex;
}

.instagram {
  height: auto;
  text-align: center;
  background-color: #000;
  padding-top: 50px;
  padding-bottom: 50px;
}

.top-footer {
  width: 100%;
  max-width: 1440px;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border-bottom: 1px solid var(--principal-2);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  position: relative;
}

.logo-footer {
  width: 100px;
}

.text-block-5 {
  color: var(--principal-2);
  font-size: 14px;
}

.bottom-footer {
  width: 98%;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.footer-bottom {
  color: var(--principal-2);
  font-size: 12px;
}

.link-footer {
  color: var(--principal-2);
  font-size: 12px;
  text-decoration: none;
}

.link-footer:hover {
  color: var(--principal-3);
}

.link-footer.big {
  color: var(--principal-3);
  font-family: Inglesa Caps, sans-serif;
  font-size: 24px;
  line-height: 100%;
}

.div-block-16 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  display: flex;
}

.top-footer-left {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 15px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.top-footer-right {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 15px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.cover-imagen-left {
  z-index: 5;
  width: 50%;
  opacity: .15;
  background-color: #000;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.foto-insta {
  width: 200px;
  height: 200px;
  object-fit: cover;
}

.div-block-17 {
  max-width: 1440px;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-18 {
  width: 75px;
  height: 75px;
  background-color: var(--principal);
  background-image: url('../images/logo-citrus-full.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px;
  border-radius: 100px;
}

.div-block-19 {
  width: 50%;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--principal-4);
  justify-content: center;
  align-items: center;
  margin: 25px auto 15px;
  display: flex;
}

.link-2 {
  color: var(--principal-3);
  font-size: 14px;
  text-decoration: none;
}

.cta-twitter {
  background-color: #0095f6;
  border-radius: 5px;
  margin-left: 20px;
  padding: 6px 20px 5px;
  font-size: 14px;
}

.cta-twitter:hover {
  background-color: #0072bd;
}

.fotos-container {
  width: 100%;
  padding-top: 15px;
  display: block;
  overflow: hidden;
}

.inner-container {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.image-6 {
  white-space: nowrap;
  overflow-wrap: normal;
}

.container-mobile {
  display: none;
}

.fs-cc-banner3_text {
  color: var(--principal);
  font-family: Inglesa Caps, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}

.fs-cc-banner3_paragraph {
  color: #121214;
  margin-top: .75rem;
  margin-bottom: 0;
}

.fs-cc-banner3_button-text {
  color: #152236;
  display: inline-block;
}

.fs-cc-banner3_button-text._2 {
  color: #fff;
}

.fs-cc-preferences3_close-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: #152236;
}

.fs-cc-prefs3_checkbox-label {
  display: none;
}

.c-cookies {
  margin-left: auto;
  margin-right: auto;
}

.fs-cc-prefs3_icon {
  width: 2rem;
  height: 2rem;
  color: var(--principal-3);
  margin-right: .75rem;
}

.fs-cc-prefs3_icon.banner {
  width: 1.5rem;
  height: 1.8rem;
  font-size: 16px;
}

.fs-cc-prefs3_line {
  height: 1px;
  background-color: #e9e9e9;
  flex: 1;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.fs-cc-prefs3_checkbox-field {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.fs-cc-banner3_container {
  width: auto;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.fs-cc-prefs3_header {
  background-color: var(--principal);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.fs-cc-prefs3_overlay {
  z-index: -1;
  background-color: rgba(0, 0, 0, .8);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-banner3_buttons-wrapper {
  width: 100%;
  flex: none;
  justify-content: space-between;
  display: flex;
}

.fs-cc-prefs3_form {
  position: relative;
}

.fs-cc-prefs3_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fs-cc-prefs3_title {
  color: #fff;
  font-family: Inglesa Caps, sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
}

.fs-cc-manager3_component {
  z-index: 999;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  align-items: center;
  display: flex;
  position: fixed;
  top: auto;
  bottom: .5rem;
  left: .5rem;
  right: auto;
}

.fs-cc-prefs3_buttons-wrapper {
  background-color: var(--principal-3);
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  padding: 1rem;
  display: flex;
}

.fs-cc-prefs3_submit {
  background-color: var(--principal);
  color: #fff;
  text-align: center;
  border-radius: 0;
  margin-left: .75rem;
  padding: .875rem 2rem;
  font-size: .8rem;
}

.fs-cc-banner3_block {
  width: 100%;
  align-items: center;
  margin-right: auto;
  display: flex;
}

.fs-cc-manager3_icon {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--principal-3);
  display: inline-block;
}

.fs-cc-prefs3_label {
  color: #152236;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.4;
}

.fs-cc-banner3_component {
  z-index: 998;
  width: auto;
  max-width: 1440px;
  background-color: var(--principal-4);
  border-radius: 0;
  margin: 2rem auto 5rem 1rem;
  padding: 1rem;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  box-shadow: 7px 7px 12px rgba(0, 0, 0, .1);
}

.fs-cc-prefs3_form-wrapper {
  max-width: 45rem;
  background-color: #fff;
  border-radius: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.fs-cc-manager3-link {
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
  display: flex;
}

.fs-cc-prefs3_button {
  border: 2px none var(--principal);
  background-color: var(--principal);
  color: #fff;
  text-align: center;
  border-radius: 0;
  padding: .875rem 2rem;
  font-size: .8rem;
}

.fs-cc-prefs3_button.fs-cc-button-alt {
  color: #7e7e7e;
  background-color: #fff;
  border: 1px #a8a8a8;
  border-radius: 0;
  margin-right: .75rem;
  font-size: .8rem;
}

.fs-cc-banner3_button {
  background-color: var(--principal);
  color: #fff;
  border: 1px solid #152236;
  border-radius: 0;
  padding: .7rem 1.5rem .5rem;
  font-size: 14px;
  text-decoration: none;
}

.fs-cc-banner3_button.fs-cc-button-alt {
  border: 1px solid var(--principal);
  color: var(--principal);
  background-color: rgba(0, 0, 0, 0);
  margin-right: .75rem;
  padding: .6rem 1.5rem .5rem;
  font-size: 14px;
}

.fs-cc-prefs3_close {
  background-color: #fff;
  border-radius: 999rem;
  padding: .75rem;
  position: absolute;
  top: 2rem;
  bottom: auto;
  left: auto;
  right: 2rem;
}

.fs-cc-prefs3_content {
  padding: 2rem;
}

.fs-cc-prefs3_option {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.fs-cc-banner3_text-link {
  color: #152236;
  border-bottom: 1px solid #4dbab3;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs3_component {
  z-index: 997;
  height: 100vh;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs3_checkbox {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 999rem;
  margin-top: 0;
  margin-right: .75rem;
}

.fs-cc-prefs3_checkbox.w--redirected-checked {
  background-color: #129657;
  background-size: 16px;
  border-color: #129657;
}

.fs-cc-prefs3_checkbox.w--redirected-focus {
  box-shadow: 0 0 3px 1px #129657;
}

.text-block-6 {
  color: var(--principal-2);
  font-size: .8rem;
}

@media screen and (min-width: 1440px) {
  .center {
    font-size: 5em;
  }

  .center.bar {
    top: 315px;
  }

  .image-6 {
    width: 671px;
  }
}

@media screen and (min-width: 1920px) {
  .nav-link.small {
    font-size: 26px;
  }

  .imagen-left {
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-color: #000;
    background-clip: border-box;
  }

  .center {
    width: 35%;
    text-shadow: 0 1px 30px rgba(0, 0, 0, .2);
    font-size: 6em;
    bottom: 40%;
  }

  .center.bar {
    top: 400px;
    bottom: auto;
  }

  .linea-inicial {
    width: 20px;
    height: 95%;
    opacity: .25;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 5%;
  }

  .shadow-cta {
    font-size: 1.5em;
  }

  .text-block {
    font-size: 1.2em;
  }

  .paragraph {
    font-size: 1.3em;
    line-height: 120%;
  }

  .float-top-right {
    display: flex;
    position: absolute;
    top: 15%;
    bottom: auto;
    left: 5%;
    right: auto;
  }

  .float-top-right.fotos {
    top: 12%;
  }

  .foto-a {
    position: relative;
  }

  .foto-a.extra {
    display: block;
  }

  .text-block-2 {
    opacity: .5;
    letter-spacing: 0;
    font-size: 12px;
    font-style: normal;
    position: static;
  }

  .texto-foto {
    margin-top: auto;
    position: absolute;
    top: auto;
    bottom: -25px;
    left: 0%;
    right: 0%;
  }

  .imagen-right {
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-color: #000;
    background-clip: border-box;
  }

  .linea-dere {
    width: 20px;
    height: 100%;
    opacity: .25;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 5%;
  }

  .content-center {
    margin-top: 20%;
  }

  .horario {
    font-size: 20px;
    line-height: 24px;
  }

  .float-top-left {
    display: flex;
    position: absolute;
    top: 15%;
    bottom: auto;
    left: 5%;
    right: auto;
  }

  .foto-a-img {
    width: 200px;
    height: 250px;
    object-fit: cover;
    position: relative;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
    overflow: auto;
  }

  .foto-a-marco {
    width: 200px;
    height: 250px;
    border: 1px solid var(--principal-3);
    mix-blend-mode: overlay;
    position: absolute;
    top: -15px;
    bottom: 30px;
    left: 15px;
  }

  .foto-a-marco.sargis {
    width: 400px;
    height: 500px;
    opacity: .25;
    mix-blend-mode: normal;
  }

  .foto-sargis-img {
    width: 400px;
    height: 500px;
    object-fit: cover;
    position: relative;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
    overflow: auto;
  }

  .tab-link {
    cursor: pointer;
    padding: 20px 30px;
    font-size: 28px;
  }

  .tab-link.w--current {
    font-size: 28px;
  }

  .tab-panel {
    padding-top: 20px;
  }

  .heading-5 {
    font-size: 7em;
  }

  .datos {
    font-size: 1.1em;
  }

  .linea-left {
    width: 20px;
    height: 100%;
    opacity: .25;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 5%;
  }

  .float-menu {
    width: 700px;
    height: 60px;
  }

  .image-6 {
    width: 901px;
  }
}

@media screen and (max-width: 991px) {
  .section {
    height: 2300px;
    position: relative;
  }

  .imagen-left {
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .top {
    top: 1.5%;
  }

  .center {
    position: relative;
    top: 200px;
    bottom: 0%;
  }

  .center.cocktails {
    top: 200px;
  }

  .center.bar {
    top: 300px;
  }

  .content-right {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
    position: static;
    top: auto;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .content {
    text-align: center;
    align-items: center;
    margin-bottom: 5%;
    margin-left: 5%;
    margin-right: 5%;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .content._50 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    bottom: 1%;
  }

  .linea-inicial {
    right: 1%;
  }

  .float-top-right {
    width: 85%;
    grid-column-gap: 75px;
    grid-row-gap: 75px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: end;
    justify-content: stretch;
    align-items: center;
    justify-items: start;
    margin: 450px auto auto;
    display: grid;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
  }

  .float-top-right.fotos {
    justify-items: center;
    margin-top: 250px;
    margin-left: auto;
    margin-right: auto;
    top: 0;
  }

  .foto-a {
    position: relative;
  }

  .foto-a.extra {
    display: block;
  }

  .section-2 {
    height: auto;
    padding-bottom: 50px;
  }

  .imagen-right {
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .section-3 {
    height: 800px;
  }

  .section-4 {
    height: 1000px;
  }

  .content-center {
    margin-top: 200px;
  }

  .horario {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-9 {
    width: 85%;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .div-block-10 {
    text-align: center;
    align-items: center;
  }

  .div-block-11 {
    width: 100%;
    text-align: center;
  }

  .link-block {
    justify-content: center;
  }

  .content-left {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
    position: static;
    top: auto;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .float-top-left {
    width: 85%;
    grid-column-gap: 75px;
    grid-row-gap: 75px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: end;
    justify-content: stretch;
    align-items: center;
    justify-items: start;
    margin: 450px auto auto;
    display: grid;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
  }

  .float-top-left.sargis {
    width: 50%;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    align-content: center;
    justify-content: center;
    justify-items: center;
    margin-top: 325px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .foto-a-img, .foto-a-marco, .foto-sargis-img {
    width: 320px;
    height: 320px;
  }

  .timeline-unit-wrap {
    flex: none;
    padding-left: 3px;
    padding-right: 3px;
  }

  .tabs {
    width: 80%;
    text-align: center;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .cover-imagen-left {
    width: 100%;
    height: 300px;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .foto-insta {
    width: 150px;
    height: 150px;
  }

  .fotos-container {
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .fs-cc-banner3_component {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .fs-cc-prefs3_component {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 4em;
  }

  .center-hero {
    width: 85%;
  }

  .center {
    width: 65%;
  }

  .content._50 {
    width: 75%;
  }

  .div-block-9 {
    width: 85%;
    grid-template-columns: 1fr;
  }

  .float-menu {
    z-index: 500;
    padding-left: 15px;
  }

  .footer {
    z-index: 999;
    height: auto;
    background-color: var(--principal);
    position: relative;
  }

  .top-footer {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 15px;
  }

  .bottom-footer {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .top-footer-left {
    padding-left: 0;
    position: relative;
  }

  .top-footer-right {
    position: relative;
  }

  .foto-insta {
    width: 200px;
    height: 200px;
  }

  .div-block-17 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-19 {
    width: 100%;
  }

  .fs-cc-banner3_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner3_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-prefs3_buttons-wrapper {
    flex-direction: column;
  }

  .fs-cc-prefs3_submit {
    margin-left: 0;
  }

  .fs-cc-prefs3_buttons-block {
    margin-bottom: 1rem;
  }

  .fs-cc-prefs3_component {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 3em;
  }

  h2 {
    font-size: 2.5em;
  }

  .hero {
    position: relative;
  }

  .center-hero {
    width: 90%;
    top: 12%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .menu {
    width: 100%;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    justify-content: stretch;
    display: grid;
    position: -webkit-sticky;
    position: sticky;
    top: 72%;
    bottom: auto;
    overflow: visible;
  }

  .nav-link {
    font-size: 24px;
  }

  .nav-link.small {
    letter-spacing: -.5px;
    font-size: 18px;
  }

  .nav-link.small.w--current {
    display: none;
  }

  .section {
    height: 1900px;
  }

  .imagen-left {
    object-fit: cover;
  }

  .top {
    text-shadow: 0 1px 15px rgba(0, 0, 0, .3);
    margin-top: 15px;
    font-size: 22px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .center {
    width: 90%;
    font-size: 2.5em;
    top: -70px;
  }

  .center.cocktails {
    text-shadow: 0 1px 15px rgba(0, 0, 0, .3);
    top: 253px;
  }

  .center.bar {
    top: 565px;
  }

  .content {
    margin-bottom: 15%;
  }

  .content._50 {
    width: 85%;
  }

  .linea-inicial {
    right: 1%;
  }

  .cta-principal {
    width: 100%;
    text-align: center;
  }

  .shadow-cta {
    left: 7px;
  }

  .div-block-5 {
    width: 80%;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .float-top-right {
    width: 80%;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-items: start;
    margin-top: 500px;
  }

  .float-top-right.fotos {
    justify-items: center;
    margin-top: 280px;
  }

  .foto-a.left {
    margin-right: 0;
  }

  .foto-a.right {
    margin-left: 0;
  }

  .section-2 {
    height: auto;
    padding-bottom: 40px;
  }

  .imagen-right {
    width: 100%;
    height: 300px;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .linea-dere {
    z-index: 5;
    right: 2%;
  }

  .section-3 {
    height: 950px;
  }

  .section-4 {
    height: auto;
  }

  .content-center {
    width: 80%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 250px;
    left: 0%;
    right: 0%;
  }

  .content-center.localizacion {
    margin-top: 235px;
  }

  .div-block-9 {
    margin-top: 600px;
    margin-bottom: auto;
    padding-bottom: 15%;
    position: relative;
    top: auto;
    bottom: 0%;
  }

  .div-block-10, .div-block-11 {
    text-align: center;
  }

  .logo-citrus {
    width: 150px;
    position: relative;
  }

  .image-3 {
    position: relative;
  }

  .image-4 {
    width: 14px;
    position: absolute;
    top: 11px;
    left: 54px;
  }

  .b-nav {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    flex-direction: column;
    justify-content: center;
    position: -webkit-sticky;
    position: sticky;
  }

  .content-left {
    flex-direction: column;
    align-items: center;
  }

  .float-top-left {
    width: 80%;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-items: start;
    margin-top: 550px;
  }

  .float-top-left.sargis {
    width: 80%;
    align-content: stretch;
    justify-content: stretch;
    justify-items: center;
    margin-top: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .foto-a-img, .foto-a-marco {
    width: 250px;
    height: 250px;
  }

  .foto-a-marco.sargis, .foto-sargis-img {
    width: 250px;
    height: 300px;
  }

  .timeline-unit-wrap {
    padding-left: 2px;
    padding-right: 2px;
  }

  .tabs {
    width: 80%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    position: static;
    top: 850px;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .heading-5 {
    font-size: 2.9em;
  }

  .linea-left {
    right: 2%;
  }

  .float-menu {
    z-index: 999;
    width: 95%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-radius: 50px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    padding-left: 10px;
    padding-right: 15px;
    display: flex;
    bottom: 11px;
  }

  .text-block-5 {
    font-size: 14px;
  }

  .link-footer.big {
    font-size: 20px;
  }

  .cover-imagen-left {
    object-fit: fill;
  }

  .div-block-17 {
    margin-top: 25px;
  }

  .div-block-19 {
    width: 95%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .link-2 {
    font-size: 14px;
  }

  .fotos-container {
    min-height: 800px;
    padding-top: 0;
  }

  .inner-container {
    display: none;
  }

  .image-6 {
    height: 203px;
    max-width: 100%;
    object-fit: cover;
  }

  .container-mobile {
    min-height: 600px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .fs-cc-banner3_paragraph {
    font-size: 10px;
    line-height: 140%;
  }

  .fs-cc-prefs3_icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .fs-cc-prefs3_line {
    min-width: .75rem;
    margin-left: .75rem;
    margin-right: .75rem;
    display: none;
  }

  .fs-cc-banner3_container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .fs-cc-prefs3_header {
    padding: 1rem;
  }

  .fs-cc-banner3_buttons-wrapper {
    width: 100%;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .fs-cc-prefs3_form {
    position: relative;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .fs-cc-prefs3_title {
    font-size: 16px;
  }

  .fs-cc-manager3_component {
    z-index: 888;
    display: flex;
    bottom: .25rem;
    left: .125rem;
  }

  .fs-cc-prefs3_submit {
    color: #152236;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #152236;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: .8rem;
  }

  .fs-cc-banner3_block {
    text-align: center;
    margin-right: 0;
  }

  .fs-cc-prefs3_label {
    font-size: .75rem;
  }

  .fs-cc-banner3_component {
    width: auto;
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 1rem;
    display: flex;
  }

  .fs-cc-prefs3_form-wrapper {
    width: 100%;
  }

  .fs-cc-prefs3_button {
    border-width: 1px;
    border-color: #152236;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: .8rem;
  }

  .fs-cc-prefs3_button.fs-cc-button-alt {
    margin-bottom: .95rem;
    margin-right: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: .8rem;
  }

  .fs-cc-banner3_button {
    width: 100%;
    text-align: center;
  }

  .fs-cc-banner3_button.fs-cc-button-alt {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
  }

  .fs-cc-prefs3_close {
    margin-bottom: 0;
  }

  .fs-cc-prefs3_buttons-block {
    flex-direction: column;
    display: flex;
  }

  .fs-cc-prefs3_content {
    padding: 1rem;
  }

  .fs-cc-prefs3_option {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .fs-cc-prefs3_component {
    z-index: 999;
    height: 100vh;
    padding-left: 1rem;
    padding-right: 1rem;
    display: none;
    position: fixed;
  }

  .text-block-6 {
    font-size: .7rem;
  }
}

#w-node-_2382ce54-6c1f-f5a3-cb46-c5133043b477-583ce795 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_836bb30e-c226-fa27-a294-27b7d4932780-583ce795 {
  align-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_836bb30e-c226-fa27-a294-27b7d4932780-583ce795 {
    align-self: center;
    justify-self: center;
  }
}


@font-face {
  font-family: 'Kohinoorlatin Bf 63 C 76510 C 5583';
  src: url('../fonts/KohinoorLatin-BlackItalic-BF63c76510c5583.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Kohinoorlatin Bf 63 C 76513209 Af';
  src: url('../fonts/KohinoorLatin-Light-BF63c76513209af.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kohinoorlatin Bf 63 C 7651347850';
  src: url('../fonts/KohinoorLatin-LightItalic-BF63c7651347850.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Kohinoorlatin Bf 63 C 76513 Cfcb 2';
  src: url('../fonts/KohinoorLatin-MediumItalic-BF63c76513cfcb2.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Kohinoorlatin Book Bf 63 C 76513 E 60 F 1';
  src: url('../fonts/KohinoorLatin-Book-BF63c76513e60f1.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kohinoorlatin Bf 63 C 76513 Bc 679';
  src: url('../fonts/KohinoorLatin-BookItalic-BF63c76513bc679.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Kohinoorlatin Bf 63 C 7651386 Cfd';
  src: url('../fonts/KohinoorLatin-BoldItalic-BF63c7651386cfd.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Kohinoorlatin Bf 63 C 7651389346';
  src: url('../fonts/KohinoorLatin-DemiItalic-BF63c7651389346.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Kohinoorlatin Demi Bf 63 C 765144638 D';
  src: url('../fonts/KohinoorLatin-Demi-BF63c765144638d.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kohinoorlatin Bf 63 C 76513 Dba 4 C';
  src: url('../fonts/KohinoorLatin-Medium-BF63c76513dba4c.otf') format('opentype'), url('../fonts/KohinoorLatin-Medium-BF63c76513dba4c.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kohinoorlatin Bf 63 C 76510 C 679 A';
  src: url('../fonts/KohinoorLatin-Black-BF63c76510c679a.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kohinoorlatin Bf 63 C 76513 F 09 Da';
  src: url('../fonts/KohinoorLatin-Bold-BF63c76513f09da.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inglesa Caps';
  src: url('../fonts/inglesa-caps-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inglesa Script';
  src: url('../fonts/inglesa-script-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}