@import url("https://fonts.cdnfonts.com/css/circular-std");
@import url("https://fonts.cdnfonts.com/css/circe");
@import url("../fonts/druk-font/stylesheet.css");
@import url("../fonts/druk-cond-font/stylesheet.css");
@import url("../fonts/ITC-Franklin-Gothic-std/stylesheet.css");
/* MENU => FRANKLIN DEMI-CONDENSED  / ROBOTO GOOGLE FONTS */
/* PONER CABECERA COMO LA WEB DE CARTA */
/* 12 COLUMNAS ~ MARGEN 30PX = 3% */
/** VAR */
* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: "Druk", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 62.5%;
  min-height: -webkit-fill-available;
  color: #000000;
}

body {
  background-color: #ffc72c;
}

ul {
  list-style: none outside none;
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
}

figure {
  margin: 0;
  padding: 0;
}

.m-0 {
  margin: 0;
}

.my-0 {
  margin-bottom: 0;
  margin-top: 0;
}

.my-1 {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.my-2 {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.my-3 {
  margin-bottom: 2.35rem;
  margin-top: 2.35rem;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 0.5rem;
}

.mt-2 {
  margin-top: 1rem;
}

.mt-3 {
  margin-top: 2.35rem;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 0.5rem;
}

.mb-2 {
  margin-bottom: 1rem;
}

.mb-3 {
  margin-bottom: 2.35rem;
}

.mr-0 {
  margin-right: 0;
}

.mr-1 {
  margin-right: 0.5rem;
}

.mr-2 {
  margin-right: 1rem;
}

.mr-3 {
  margin-right: 2.35rem;
}

.ml-0 {
  margin-left: 0;
}

.ml-1 {
  margin-left: 0.5rem;
}

.ml-2 {
  margin-left: 1rem;
}

.ml-3 {
  margin-left: 2.35rem;
}

.m-auto {
  margin: auto;
}

.mx-auto {
  margin: 0 auto;
}

.my-auto {
  margin: auto 0;
}

.ml-auto {
  margin: 0 0 0 auto;
}

.mr-auto {
  margin: 0 auto 0 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Druk", Helvetica Neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.title {
  font-size: 73px;
  letter-spacing: 0.25rem;
  margin-top: 47px;
  margin-bottom: 35px;
}

.container {
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1280px) {
  .container {
    max-width: 1024px;
  }
}
@media (max-width: 1024px) {
  .container {
    max-width: 996px;
    padding: 0 1.25rem;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 740px;
    padding: 0 0.75rem;
  }
}
@media (max-width: 520px) {
  .container {
    max-width: 490px;
    padding: 0 0.5rem;
  }
}
@media (max-width: 380px) {
  .container {
    max-width: 360px;
    padding: 0 0.25rem;
  }
}

.container-fluid {
  display: flex;
  margin: 0 auto;
  position: relative;
  padding: 0 3rem;
}

.flex, .d-flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.flex-wrap {
  flex-wrap: wrap;
}

.w-100 {
  width: 100%;
}

.w-75 {
  width: 75%;
}

.w-50 {
  width: 50%;
}

.w-25 {
  width: 25%;
}

.h-100 {
  height: 100%;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-uppercase {
  text-transform: uppercase;
}

.flex-center {
  justify-content: center;
}

.position-relative {
  position: relative;
}

* {
  font-family: "Druk-Medium";
}

.carta-menu {
  font-size: 102px;
  font-weight: bold;
  text-transform: uppercase;
  color: #232323;
}
.carta-menu li {
  margin: 13px 0;
}

/** TEST FRAME */
@keyframes frame-animation {
  100% {
    transform: translateX(-100%);
  }
}
.animation {
  margin: 0 auto;
  overflow: hidden;
}
.animation.logo {
  margin-bottom: 0;
  max-width: 210px;
  overflow: hidden;
}
.animation.logo img {
  max-width: 180px;
  transform: scale(1.16);
}

.animation-frames {
  animation: frame-animation 950ms infinite;
  animation-timing-function: steps(7);
  display: flex;
  width: 700%;
}

.animation-frame {
  display: block;
  width: 14.2857142857%;
  max-width: 14.2857142857%;
  flex-basis: 14.2857142857%;
}
.animation-frame img {
  width: 100%;
}

#target {
  width: 100%;
  height: 1500px;
  position: relative;
}

.imageBox {
  width: 500px;
  height: 740px;
  position: fixed;
  top: 50%;
  left: 80%;
  transform: translate(-50%, -50%);
  background-image: url("prova-animacio/bebidas0000.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

/** HEADER ============================= */
.header {
  padding: 1rem;
  border-bottom: 1px solid #000000;
  font-size: 2.8rem;
  color: #000000;
  background-color: #ffc72c;
}
.header li {
  padding: 1rem 3rem;
  text-transform: uppercase;
  line-height: 1.75;
  font-family: "ITC Franklin Gothic Std", Helvetica Neue, Helvetica, Arial, sans-serif;
}
.header li.menu-button {
  display: none;
  z-index: 1002;
  transition-delay: 0.075s;
  right: 0;
  position: absolute;
}
@media (max-width: 768px) {
  .header li.menu-item {
    display: none;
  }
  .header li.menu-button {
    display: block;
    padding-top: 0;
    padding-right: 0.75rem;
    transition: all 0.48s;
    transition-delay: 0.15s;
  }
  .header li.menu-button.show {
    right: 24%;
    top: 2rem;
  }
}
@media (max-width: 768px) and (max-width: 520px) {
  .header li.menu-button.show {
    right: 19%;
  }
}
@media (max-width: 520px) {
  .header li {
    padding: 1rem;
  }
  .header li a {
    font-size: 32px;
    width: 100%;
  }
}

.sidebar-menu {
  display: block;
  position: fixed;
  height: 100vh;
  z-index: 1001;
  background: #ffc72c;
  right: -395px;
  top: 0;
  box-shadow: -5px -5px 95px rgba(0, 0, 0, 0.5);
  width: 0;
  transition: all 0.48s;
}
.sidebar-menu.show {
  display: block;
  right: 0;
  width: 60%;
  min-width: 260px;
}
.sidebar-menu ul {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.sidebar-menu ul li {
  font-size: 7rem;
  border-bottom: 2px solid;
  padding: 0;
  font-family: "Druk", Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: center;
}
.sidebar-menu ul li a {
  padding: 3rem 10rem;
}
@media (max-width: 520px) {
  .sidebar-menu ul li a {
    display: flex;
    width: 100%;
  }
}

.backdrop {
  display: none;
  background-color: rgba(0, 0, 0, 0.314);
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
.backdrop.show {
  display: block;
}

.button-hamburguer {
  width: 70px;
  height: auto;
  align-items: center;
}

.button-pide-ahora {
  position: absolute;
  left: calc(25% - 7.5rem);
  top: 3rem;
  transform: rotate(-15deg);
  background: #FFFFFF;
  font-size: 3.8rem;
  border-radius: 0.8rem;
  color: #000000;
  animation-name: pulse;
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-duration: 0.5s;
  opacity: 0;
  animation-fill-mode: forwards;
}
.button-pide-ahora a {
  padding: 3rem 1.5rem;
}
@media (max-width: 1024px) {
  .button-pide-ahora {
    left: 30%;
  }
}
@media (max-width: 768px) {
  .button-pide-ahora {
    top: 6rem;
    left: 40%;
    z-index: 1;
  }
}
@media (max-width: 480px) {
  .button-pide-ahora {
    top: 6.5rem;
    transform: rotate(-9deg);
    top: 7.5rem;
    opacity: 1;
    animation-fill-mode: backwards;
  }
}

/** FOOTER ============================= */
footer {
  background-color: #000000;
  padding: 3rem;
  color: #FFFFFF;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  footer {
    padding: 3rem 3rem 1.5rem 3rem;
  }
}
footer * {
  font-family: "ITC Franklin Gothic Std", Helvetica Neue, Helvetica, Arial, sans-serif;
}
footer .rrss-logo {
  width: 5rem;
  cursor: pointer;
}
footer a {
  display: flex;
}
footer a.insta-link {
  width: 5rem;
  height: 5rem;
}
@media (max-width: 520px) {
  footer a.insta-link {
    width: 2.75rem;
    height: 2.75rem;
  }
}
footer a.insta-link #instagram-hover {
  transition: all 0.5s ease-in-out 0s;
  animation-name: fadeOut;
}
footer a.insta-link:hover #instagram-hover {
  animation-name: fadeIn;
  opacity: 1 !important;
}
footer a.facebook-link {
  width: 5rem;
  height: 5rem;
}
@media (max-width: 520px) {
  footer a.facebook-link {
    width: 2.75rem;
    height: 2.75rem;
  }
}
@media (max-width: 767px) {
  footer .d-flex.with-rrss {
    padding: 0;
    margin: 0;
    width: 100%;
    flex-wrap: wrap;
  }
  footer .d-flex.with-rrss .footer-col {
    flex-direction: column;
    padding: 0;
    width: 35%;
  }
  footer .d-flex.with-rrss .footer-col.footer-col-container-hor {
    flex-direction: row;
    flex-wrap: wrap;
  }
  footer .d-flex.with-rrss .footer-col.footer-col-container-hor .footer-col-hor.col {
    text-align: left;
  }
  footer .d-flex.with-rrss .footer-col.footer-col-container-hor h3 {
    width: 100%;
  }
  footer .d-flex.with-rrss .footer-col.footer-col-container-rrss h3 {
    display: none;
  }
  footer .d-flex.with-rrss .footer-col:first-child {
    width: 65%;
  }
  footer .d-flex.with-rrss h3 {
    font-size: 1.4rem;
  }
  footer .d-flex.with-rrss .col {
    width: 100%;
    text-align: center;
    margin-top: 1rem;
  }
  footer .d-flex.with-rrss .col .insta-link {
    margin-left: auto;
  }
  footer .d-flex.with-rrss .col .facebook-link {
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  footer .d-flex.with-rrss .footer-col-hor.col {
    width: 50%;
    margin: 1rem 0;
    padding: 0;
  }
}

.container-w-border {
  border: 1px solid #000000;
}

.border-right-0 {
  border-right: 0;
}

.border-left-0 {
  border-left: 0;
}

.border-top-0 {
  border-top: 0;
}

/** HOME GRAPHIC SECTION ============================= */
/* Hide scrollbar for Chrome, Safari and Opera */
body.fixed-scroll-h header, body.fixed-scroll-h footer {
  width: 100%;
  position: fixed;
  z-index: 100;
}

body.fixed-scroll-h footer {
  bottom: 0;
}

.home-horizontal-section {
  position: relative;
}
@media (max-width: 768px) {
  .home-horizontal-section {
    display: flex;
    margin-bottom: 12rem;
  }
  .home-horizontal-section > .img-block {
    margin-top: 9rem;
  }
  .home-horizontal-section #scroll-icon {
    display: none !important;
  }
}
@media (max-width: 435px) {
  .home-horizontal-section {
    margin-bottom: 14.25rem;
  }
}
@media (min-width: 769px) {
  .home-horizontal-section {
    height: calc(100vh - 213px);
    top: 9rem;
  }
}

.scroll-horizontal-content.scroll-home {
  scroll-behavior: smooth;
  height: 100%;
}
@media (min-width: 768px) {
  .scroll-horizontal-content.scroll-home {
    width: 200%;
  }
}
@media (min-width: 1024px) {
  .scroll-horizontal-content.scroll-home {
    width: 190%;
  }
}
@media (min-width: 1240px) {
  .scroll-horizontal-content.scroll-home {
    width: 155%;
  }
}
@media (min-width: 1420px) {
  .scroll-horizontal-content.scroll-home {
    width: 128%;
  }
}
@media (min-width: 1890px) {
  .scroll-horizontal-content.scroll-home {
    width: 130%;
  }
}
@media (min-height: 1024px) and (max-width: 1440px) {
  .scroll-horizontal-content.scroll-home {
    width: 420%;
  }
}
.scroll-horizontal-content.scroll-home {
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .scroll-horizontal-content.scroll-home {
    flex-wrap: wrap;
    width: 100% !important;
  }
}
.scroll-horizontal-content.scroll-home .col {
  width: auto;
  position: relative;
}
@media (max-width: 768px) {
  .scroll-horizontal-content.scroll-home .col {
    width: 100% !important;
  }
}
@media (min-width: 1024px) {
  .scroll-horizontal-content.scroll-home .col {
    min-width: 17%;
    max-width: 17%;
  }
}
@media (min-width: 1280px) {
  .scroll-horizontal-content.scroll-home .col {
    min-width: 23%;
    max-width: 23%;
  }
}
@media (min-width: 1280px) and (max-height: 800px) {
  .scroll-horizontal-content.scroll-home .col {
    min-width: 18%;
    max-width: 18%;
  }
}
@media (min-width: 1420px) {
  .scroll-horizontal-content.scroll-home .col {
    min-width: 24%;
    max-width: 24%;
  }
}
@media (min-width: 1890px) {
  .scroll-horizontal-content.scroll-home .col {
    min-width: 23%;
    max-width: 23%;
  }
}
@media (min-width: 769px) {
  .scroll-horizontal-content.scroll-home .col figure.image-display {
    overflow: hidden;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .scroll-horizontal-content.scroll-home .col.col-video-360 video {
    width: 100%;
    height: auto !important;
  }
}
.scroll-horizontal-content.scroll-carta {
  width: 150%;
  height: calc(100vh - 210px);
}
.scroll-horizontal-content.scroll-carta a {
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .scroll-horizontal-content.scroll-carta {
    height: 100%;
  }
}
@media (min-height: 800px) and (max-width: 1024px) {
  .scroll-horizontal-content.scroll-carta {
    width: 270%;
  }
}
@media (min-height: 900px) and (max-width: 1024px) {
  .scroll-horizontal-content.scroll-carta {
    width: 320%;
  }
}
.scroll-horizontal-content.scroll-carta {
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .scroll-horizontal-content.scroll-carta {
    flex-wrap: wrap;
    width: 100% !important;
  }
}
.scroll-horizontal-content.scroll-carta .col {
  width: auto;
  position: relative;
}
@media (max-width: 520px) {
  .scroll-horizontal-content.scroll-carta .col {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  .img-block .slogan-text.home-visual {
    top: 10%;
    width: 75%;
  }
}
@media (max-width: 580px) {
  .img-block .slogan-text.home-visual {
    font-size: 9.3rem;
    line-height: 8.1rem;
  }
}
@media (max-width: 420px) {
  .img-block .slogan-text.home-visual {
    top: 5%;
  }
}

.text-block {
  background: #FFFFFF;
  color: #000000;
  font-size: 2.1rem;
  padding: 0.75rem 1.5rem;
  border-width: 1px 0 0 0;
  line-height: 1;
  display: flex;
  min-height: 8rem;
}
@media (min-width: 769px) {
  .text-block {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media (min-width: 1420px) {
  .text-block {
    min-height: 9.75rem;
  }
}
@media (min-width: 1890px) {
  .text-block {
    min-height: 11.25rem;
  }
}
.text-block p {
  font-family: "ITC Franklin Gothic Std", Helvetica Neue, Helvetica, Arial, sans-serif;
}
@media (min-width: 1280px) {
  .text-block p {
    margin: auto 0;
  }
}
.text-block.text-block-trans {
  background-color: transparent;
  border: none;
}
#svg-logo {
  width: 100%;
  max-width: 628px;
  margin: 3rem auto;
}

.slogan-text {
  color: #000000;
  font-family: "Druk", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 12.4rem;
  line-height: 11.1rem;
  text-align: left;
}
.slogan-text.home-visual {
  position: absolute;
  z-index: 1;
  top: 20%;
  width: 60%;
  margin-left: 20%;
  color: #FFFFFF;
  text-shadow: 2px 0 #000000, -2px 0 #000000, 0 2px #000000, 0 -2px #000000, 1px 1px #000000, -1px -1px #000000, 1px -1px #000000, -1px 1px #000000;
  z-index: 0;
}
.slogan-text.nosotros-slogan-1 {
  top: 4%;
}
.slogan-text.nosotros-slogan-2 {
  bottom: -28%;
  top: auto;
  margin-left: 1%;
}

#header-logo {
  width: 100%;
  max-width: 200px;
}

.text-dir {
  margin: auto;
  font-size: 3.2rem;
}

.bubble {
  display: flex;
  background: #FFFFFF;
  padding: 3rem;
  border-radius: 50%;
  font-size: 4.2rem;
  line-height: 3.9rem;
  border: 1px solid #000000;
  text-transform: uppercase;
}
.bubble p, .bubble a {
  text-align: center;
  margin: auto;
  width: 100%;
}
.bubble.bubble-contacto {
  position: absolute;
  top: 3rem;
  right: 0;
  width: 34rem;
  transform: rotate(15deg);
  animation-name: pulse;
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-duration: 0.5s;
  opacity: 0;
  animation-fill-mode: forwards;
}
@media (max-width: 520px) {
  .bubble.bubble-contacto {
    width: 25rem;
    right: 0;
    left: auto;
    font-size: 2.8rem;
    transform: rotate(10deg) !important;
    top: 7rem;
    line-height: 1;
  }
  .bubble.bubble-contacto p {
    font-size: 2.8rem;
    line-height: 2.5rem;
  }
}
.bubble img {
  display: block;
  text-align: center;
  width: 7rem;
  margin: 0 auto;
}

.carta-item {
  overflow: hidden;
}
.carta-item * {
  transition: all 0.28s ease-in-out;
}
.carta-item h2 {
  font-size: 11.2rem;
  text-align: center;
  position: relative;
  z-index: 99;
}
@media (min-width: 1080px) {
  .carta-item h2 {
    font-size: 11.2rem;
  }
}
@media (min-width: 1240px) {
  .carta-item h2 {
    font-size: 12rem;
  }
}
@media (min-width: 1460px) {
  .carta-item h2 {
    font-size: 18.2rem;
  }
}
@media (min-width: 1240px) {
  .carta-item:hover h2 {
    font-size: 15rem;
  }
}
@media (min-width: 1460px) {
  .carta-item:hover h2 {
    font-size: 21rem;
  }
}
.carta-item:hover img {
  transform: scale(1.5) translateY(-15%);
}
.carta-item.comida {
  background-color: #FFFFFF;
}
.carta-item.comida h2 {
  margin-bottom: -80px;
}
.carta-item.bebida {
  background-color: #9a7d2f;
}
.carta-item.bebida h2 {
  margin-bottom: -80px;
}
.carta-item.desayunos {
  background-color: transparent;
}
.carta-item.heladeria {
  background-color: #3499cc;
}
.carta-item .carta-icon {
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
}
.carta-item .carta-icon img {
  max-width: 80%;
  margin: auto;
  position: relative;
}

.contacto footer {
  position: relative;
  z-index: 1;
}

.contacto-section {
  min-height: calc(100% - 214px);
  position: relative;
  overflow: hidden;
}
@media (min-width: 1440px) {
  .contacto-section {
    min-height: calc(100% - 214px);
  }
}
@media (max-width: 520px) {
  .contacto-section .container {
    flex-wrap: wrap;
  }
  .contacto-section .col.w-50 {
    width: 100%;
  }
}
.contacto-section .map-svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media (max-width: 1023px) and (min-height: 768px) {
  .contacto-section .map-svg svg {
    height: 100%;
    left: -15%;
  }
}
@media (max-width: 1024px) and (min-height: 768px) {
  .contacto-section .map-svg svg {
    height: 150%;
    left: 0;
  }
}
@media (max-width: 1024px) and (min-height: 1024px) {
  .contacto-section .map-svg svg {
    height: 100%;
    left: -35%;
  }
}
@media (max-width: 520px) and (min-height: 768px) {
  .contacto-section .map-svg svg {
    height: 187%;
    left: -196%;
  }
}
@media (max-width: 480px) and (min-height: 567px) {
  .contacto-section .map-svg svg {
    height: 192%;
    left: -192%;
  }
}
.contacto-section svg#info {
  position: relative;
  z-index: 1;
}
.contacto-section .contacto-slogan {
  z-index: 2;
}
.contacto-section .bubble-contacto {
  z-index: 3;
}
.contacto-section .text-dir {
  z-index: 4;
}
.contacto-section .go-to:hover {
  color: #FFFFFF;
  transition: all 0.28s ease-in-out;
  text-shadow: 2px 0 #000000, -2px 0 #000000, 0 2px #000000, 0 -2px #000000, 1px 1px #000000, -1px -1px #000000, 1px -1px #000000, -1px 1px #000000;
}
.contacto-section .contacto-slogan {
  padding: 9rem 0 4.5rem;
  font-size: 13.75rem;
  line-height: 12.8rem;
  margin-top: 11rem;
}
@media (max-width: 1366px) {
  .contacto-section .contacto-slogan {
    font-size: 10.2rem;
    line-height: 9.4rem;
  }
}
@media (min-height: 1024px) and (max-width: 1024px) {
  .contacto-section .contacto-slogan {
    margin-top: 70%;
  }
}
@media (min-height: 1024px) and (max-width: 767px) {
  .contacto-section .contacto-slogan {
    margin-top: 100%;
  }
}
@media (max-width: 520px) {
  .contacto-section .contacto-slogan {
    margin-top: 3rem;
    font-size: 7.2rem;
    line-height: 6.1rem;
    padding: 0 3rem 3rem;
  }
}
@media (max-width: 768px) {
  .contacto-section .container-contact-links {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 520px) {
  .contacto-section .container-contact-links {
    margin-top: 5rem;
  }
}
.contacto-section .contact-links {
  margin-bottom: 2rem;
}
.contacto-section .contact-links a {
  background-color: rgba(255, 255, 255, 0.7490196078);
  border-radius: 3px;
  margin: auto;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-duration: 0.18s;
  margin-right: 1rem;
}
.contacto-section .contact-links a:hover {
  background-color: #FAFAFA;
}
@media (max-width: 768px) {
  .contacto-section .contact-links a {
    width: 100%;
    margin-top: 2rem;
  }
}
.contacto-section .contact-links img {
  display: flex;
  height: 5rem;
  width: auto;
  margin: 2rem auto;
  padding: 0 2rem;
}
.contacto-section .contact-links p {
  margin: 1.25rem 0 0;
  text-align: center;
  font-size: 2.4rem;
  color: #232323;
  background-color: #232323;
  color: #FFFFFF;
  padding: 1rem;
}

.custom-tooltip {
  background: #232323;
  color: #FFFFFF;
  box-shadow: none !important;
}
.custom-tooltip .ui-tooltip-content {
  font-size: 48px;
  padding: 1rem 2rem;
}

#circle-map-point-2 {
  transition: all 0.28s ease-in-out;
  cursor: pointer;
}

.circle-hover {
  stroke: #232323;
  stroke-width: 8;
  r: 120;
  fill: #FFFFFF;
}

#circle-map-point-image {
  cursor: pointer;
  display: block;
  r: 1;
}
#circle-map-point-image.comida {
  filter: url(#comida);
}
#circle-map-point-image.bebida {
  filter: url(#bebida);
}
#circle-map-point-image.desayunos {
  filter: url(#desayunos);
}
#circle-map-point-image.heladeria {
  filter: url(#heladeria);
}
#circle-map-point-image.show {
  r: 80;
  display: block;
}

.nosotros-scroll {
  width: 230%;
}
@media (max-width: 1470px) {
  .nosotros-scroll {
    width: 260%;
  }
}
@media (max-width: 1440px) {
  .nosotros-scroll .slogan-text.nosotros-slogan-2 {
    top: 9%;
  }
}
@media (max-width: 1440px) and (max-height: 1024px) {
  .nosotros-scroll .slogan-text.nosotros-slogan-2 {
    top: -1%;
  }
}
@media (max-width: 1280px) {
  .nosotros-scroll {
    width: 320%;
  }
}
@media (max-width: 1024px) {
  .nosotros-scroll {
    width: 380%;
  }
}
@media (max-width: 768px) {
  .nosotros-scroll {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: calc(100% - 9rem);
  }
}
@media (max-width: 520px) {
  .nosotros-scroll .nosotros-slogan-1, .nosotros-scroll .nosotros-slogan-2 {
    font-size: 5.2rem !important;
    line-height: 4.8rem !important;
    top: 8% !important;
  }
}
@media (max-width: 325px) {
  .nosotros-scroll .nosotros-slogan-1, .nosotros-scroll .nosotros-slogan-2 {
    font-size: 4.5rem !important;
    line-height: 4.8rem !important;
    top: 6% !important;
  }
}
.nosotros-scroll .item-nosotros-text {
  width: 100%;
  background: #000;
  border: 1px solid #FFF;
  border-width: 1px 0 0 0;
  max-width: 65rem;
}
@media (max-width: 768px) {
  .nosotros-scroll .item-nosotros-text {
    max-width: 768px;
  }
}
.nosotros-scroll .item-nosotros-text .slogan-text.home-visual.nosotros-slogan-fixed {
  position: relative;
  top: 0;
  margin-left: 0;
  padding: 5rem;
  width: 100%;
  font-size: 10.2rem;
  line-height: 9.1rem;
}
@media (max-width: 1920px) {
  .nosotros-scroll .item-nosotros-text .slogan-text.home-visual.nosotros-slogan-fixed {
    font-size: 8.2rem;
    line-height: 7.1rem;
  }
}
@media (max-width: 1440px) {
  .nosotros-scroll .item-nosotros-text .slogan-text.home-visual.nosotros-slogan-fixed {
    font-size: 6.2rem;
    line-height: 5.9rem;
  }
}
@media (max-width: 1024px) {
  .nosotros-scroll .item-nosotros-text .slogan-text.home-visual.nosotros-slogan-fixed {
    font-size: 5.2rem;
    line-height: 4.9rem;
  }
}
@media (max-width: 1024px) and (min-width: 1024px) {
  .nosotros-scroll .item-nosotros-text .slogan-text.home-visual.nosotros-slogan-fixed {
    font-size: 9.4rem;
    line-height: 8.7rem;
  }
}
@media (max-width: 520px) {
  .nosotros-scroll .item-nosotros-text .slogan-text.home-visual.nosotros-slogan-fixed {
    font-size: 7rem;
    line-height: 6.1rem;
  }
}
@media (max-width: 768px) {
  .nosotros-scroll .item-nosotros-text {
    min-height: 30rem;
    width: 100%;
  }
}

@keyframes pulse {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0.5;
    transform-origin: 50% 50%;
    transform: rotate(-2deg) scale(5);
    transition: all 0.3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
  70% {
    opacity: 1;
    transform: rotate(-15deg) scale(0.8);
  }
  100% {
    opacity: 1;
    transform: rotate(-15deg) scale(1);
  }
}
@keyframes menuButtonLeft {
  0% {
    transform: translateX(0, 0px);
  }
  100% {
    opacity: 1;
    transform: translateX(-290px, 0px);
  }
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(0) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(0) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.animate__headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}/*# sourceMappingURL=style.css.map */