@font-face {
  font-family: Social Media Circled;
  src: url('../fonts/Social-Media-Circled.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Br;
  src: url('../fonts/Br-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Br;
  src: url('../fonts/Br-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Code;
  src: url('../fonts/CoDe-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ma;
  src: url('../fonts/Ma-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Code;
  src: url('../fonts/CoDe-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ma;
  src: url('../fonts/Ma-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --brown: #887350;
  --white: #fff;
  --illegal-white: #f6f2eb;
  --transparent: #fff0;
  --peach: #f3d09f;
  --vanilla: #f3f1b4;
  --blue: #a2d2e6;
  --mint: #ade0bd;
}

body {
  color: #333;
  font-family: Ma, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.header {
  z-index: 9;
  padding: 1rem 2rem;
  position: fixed;
  inset: 0% 0% auto;
}

.container-header {
  justify-content: space-between;
  align-items: center;
  max-width: 95rem;
  margin-left: auto;
  margin-right: auto;
  transition: all .2s;
  display: flex;
}

.container-header.scroll {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #f8f8f045;
  border-radius: 20rem;
  padding: 1rem 2rem;
}

.link-header {
  color: var(--brown);
  text-transform: uppercase;
  justify-content: center;
  align-items: flex-start;
  font-family: Code, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.logo-header-img {
  width: 8rem;
  transition: all .2s;
}

.logo-header-img.scroll {
  width: 4rem;
}

.section-hero-home {
  z-index: 1;
  height: 100vh;
  position: absolute;
  inset: 0% 0% auto;
}

.section-cta {
  z-index: 0;
  height: 300vh;
  position: relative;
}

.mg-mask-hero {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.texture-element {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.mask-texture {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.scroll-effect {
  z-index: 3;
  position: relative;
}

.bottom-hero {
  z-index: 2;
  padding: 2rem;
  position: absolute;
  inset: auto 0% 0%;
}

.container-bottom-hero {
  justify-content: space-between;
  align-items: flex-end;
  max-width: 95rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.col-a-bottom-hero {
  width: 100%;
}

.col-a-bottom-hero.center {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.angel-hero {
  width: 8rem;
}

.scroll-hero {
  color: var(--brown);
  text-align: center;
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 1em;
}

.arrow {
  width: .6rem;
}

.imgs-hero {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fixed-cta {
  z-index: 3;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  position: fixed;
  inset: auto 0% 0%;
}

.container-fixed-cta {
  justify-content: flex-end;
  align-items: flex-end;
  max-width: 95rem;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta-link {
  background-color: var(--brown);
  width: 5rem;
  height: 5rem;
  color: var(--white);
  text-align: center;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-family: Br, Times New Roman, sans-serif;
  font-size: 1.2rem;
  line-height: 1.1rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.cta-link:hover {
  transform: scale(1.1);
}

.order-now {
  margin-top: .3rem;
  margin-bottom: 0;
  margin-left: .1rem;
}

.monthly-flavor-highlight {
  z-index: 2;
  background-image: linear-gradient(180deg, #f8f8f000, var(--illegal-white) 22%);
  justify-content: center;
  align-items: flex-end;
  height: 120vh;
  padding: 2rem;
  display: flex;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.copy-texture {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.title-texture {
  max-width: 53rem;
  color: var(--brown);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Br, Times New Roman, sans-serif;
  font-size: 6rem;
  font-weight: 300;
  line-height: .9em;
}

.line-bottom {
  border-bottom: 1px solid var(--brown);
  width: 0%;
  transition: width .2s;
  position: absolute;
  top: auto;
  bottom: -.2rem;
}

.line-bottom.hover {
  width: 100%;
}

.main-btn {
  border: 1px solid var(--brown);
  background-color: var(--transparent);
  box-shadow: 2px 2px 0 0 var(--brown);
  color: var(--brown);
  text-transform: uppercase;
  border-radius: .5rem;
  padding: 1.1rem 2.9rem;
  font-family: Br, Times New Roman, sans-serif;
  font-weight: 500;
  transition: all .1s;
  position: relative;
}

.main-btn:hover {
  box-shadow: 0 0 0 0 var(--brown);
  border-bottom-width: 1px;
  border-right-width: 1px;
  top: 2px;
  left: 2px;
}

.title-texture-btn-row {
  margin-top: 3rem;
}

.container-flavor-highlight {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 95rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.col-info-flavor {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 80vh;
  max-height: 44rem;
  padding: 3vh 8rem 3vh 5rem;
  display: flex;
}

.image-flavor {
  object-fit: cover;
  border-radius: .55rem;
  width: 50%;
  height: 80vh;
}

.wrapper-flavor {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.title-flavor-of-the-month {
  width: 90%;
  color: var(--brown);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Br, Times New Roman, sans-serif;
  font-size: 4rem;
  font-weight: 300;
  line-height: .9em;
}

.row-btn-flavor {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-top-text {
  max-width: 20rem;
  color: var(--brown);
  text-align: center;
  letter-spacing: .05em;
  margin-bottom: 1.3rem;
  font-size: 1rem;
  line-height: 1.2em;
}

.link-neutral {
  color: var(--brown);
}

.section-our-story {
  z-index: 3;
  background-color: var(--peach);
  padding: 17rem 2rem 12rem;
  position: relative;
  overflow: hidden;
}

.container-story {
  max-width: 83rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2rem;
  position: relative;
}

.title-about {
  color: var(--brown);
  text-align: center;
  letter-spacing: -.02em;
  margin: 0 auto 3rem;
  font-family: Code, Arial, sans-serif;
  font-size: 9.5rem;
  font-weight: 600;
  line-height: 1em;
}

.nube-1 {
  width: 19rem;
  position: absolute;
  top: -8.1rem;
  left: -7rem;
}

.nube-2 {
  width: 13.2rem;
  position: absolute;
  top: -7rem;
  right: 0;
}

.nube-3 {
  width: 13.7rem;
  position: absolute;
  bottom: 4.4rem;
  left: 7.6rem;
}

.nube-4 {
  width: 17.7rem;
  position: absolute;
  bottom: 7.9rem;
  right: 1.3rem;
}

.group-anges-and-bio {
  z-index: 2;
  justify-content: space-between;
  align-items: stretch;
  height: 100vh;
  display: flex;
  position: sticky;
  bottom: 0;
}

.group-anges-and-bio.static {
  position: static;
}

.angels-bio {
  z-index: 0;
  aspect-ratio: 550 / 724;
  width: 60%;
  max-width: 550px;
  height: auto;
  margin-left: 7rem;
  display: block;
}

.col-b-bio {
  grid-column-gap: 8vh;
  grid-row-gap: 8vh;
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 5rem 3.3rem;
  display: flex;
}

.bio-photo {
  aspect-ratio: 1;
  filter: sepia(30%);
  border-radius: 100% 100% 1rem 1rem;
  width: 11rem;
  margin-bottom: 2rem;
}

.title-bio {
  max-width: 32rem;
  color: var(--brown);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Br, Times New Roman, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: .9em;
}

.sub-title-bio {
  color: var(--brown);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ma, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: .9em;
}

.main-bio {
  max-width: 30rem;
  color: var(--brown);
  text-align: center;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.6em;
}

.col-angeles {
  background-color: var(--vanilla);
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.top-bio {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-story {
  max-width: 35rem;
  color: var(--brown);
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  line-height: 1.6em;
}

.section-map {
  z-index: 2;
  background-color: var(--illegal-white);
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 5vh;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.container-map {
  background-color: var(--white);
  border-radius: 1rem;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 95rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.photo-element {
  width: 50%;
  height: 80vh;
  position: relative;
}

.col-content-map {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.title-map {
  width: 50%;
  color: var(--brown);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 4rem;
  font-family: Code, Arial, sans-serif;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 1em;
}

.row-contact {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-info {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.sub-title-contact {
  color: var(--brown);
  text-align: center;
  margin-top: 0;
  margin-bottom: .4rem;
  font-family: Ma, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: .9em;
}

.dato-contacto {
  max-width: 31rem;
  color: var(--brown);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Br, Times New Roman, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: .9em;
}

.section-catering {
  z-index: 2;
  background-color: var(--illegal-white);
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 5vh;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.container-catering {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 95rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.col-a-catering {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 80vh;
  max-height: 44rem;
  padding: 3vh 8rem 3vh 5rem;
  display: flex;
}

.image-catering {
  object-fit: cover;
  border-radius: .55rem;
  width: 50%;
  height: 80vh;
}

.title-catering {
  width: 80%;
  color: var(--brown);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Br, Times New Roman, sans-serif;
  font-size: 4rem;
  font-weight: 300;
  line-height: .9em;
}

.row-btn-catering {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.img-hero-mask {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.section-social-media {
  z-index: 2;
  background-color: var(--blue);
  padding-top: 5rem;
  position: relative;
  overflow: hidden;
}

.texture-element-inside {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}

.container-social-media {
  margin-left: auto;
  margin-right: auto;
}

.title-feed {
  width: 40%;
  color: var(--brown);
  text-align: center;
  margin: 0 auto;
  font-family: Br, Times New Roman, sans-serif;
  font-size: 4rem;
  font-weight: 300;
  line-height: .9em;
}

.link-social {
  color: var(--brown);
  text-decoration: none;
}

.social-account {
  color: var(--brown);
  text-align: center;
  margin-top: .4rem;
  margin-bottom: 1rem;
  font-family: Ma, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: .9em;
}

.img-social {
  width: 25%;
}

.section-footer {
  z-index: 1;
  background-color: var(--illegal-white);
  padding: 5rem 2rem;
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
}

.container-footer {
  justify-content: space-between;
  align-items: stretch;
  max-width: 95rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.col-a-footer {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.logo-footer {
  width: 25rem;
}

.col-b-footer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.container-footer-2 {
  justify-content: space-around;
  align-items: center;
  max-width: 95rem;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-legal-footer {
  color: var(--brown);
  justify-content: center;
  align-items: flex-start;
  font-family: Ma, Arial, sans-serif;
  font-size: .7rem;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.bg-video-long {
  aspect-ratio: 392 / 212;
  width: 26rem;
  height: auto;
}

.bg-video-square {
  aspect-ratio: 480 / 480;
  width: 17rem;
  height: auto;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.debug {
  opacity: .24;
  width: 80.3rem;
  position: absolute;
  top: 9.3rem;
  left: 20.1rem;
}

.name-patch {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.patch-inside {
  justify-content: flex-end;
  align-items: flex-end;
  width: 80.5rem;
  height: 50rem;
  display: flex;
}

.patch-text {
  color: var(--brown);
  margin-bottom: 0;
  margin-right: 12rem;
  font-family: Br, Times New Roman, sans-serif;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1em;
  overflow: hidden;
}

.section-newsletter {
  z-index: 4;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  transition: all .8s cubic-bezier(.23, 1, .32, 1);
  position: fixed;
  top: -100vh;
  left: 0%;
  right: 0%;
}

.section-newsletter.on {
  top: 0;
}

.close-newsletter {
  z-index: 0;
  opacity: 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition: all .2s;
  position: absolute;
  inset: 0%;
}

.close-newsletter.on {
  opacity: 1;
}

.col-newsletter {
  z-index: 1;
  background-color: var(--white);
  border-radius: 0 .5rem .5rem 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 2.5rem;
  display: flex;
  position: relative;
}

.title-newsletter {
  max-width: 24rem;
  color: var(--brown);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 4rem;
  font-family: Code, Arial, sans-serif;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 1em;
}

.flex-nesletter {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.register-newsletter {
  width: 100%;
  max-width: 20rem;
  margin-bottom: 0;
}

.label-newsletter {
  color: var(--brown);
  text-align: center;
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: Ma, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: .9em;
}

.input-newsletter {
  border: 1px solid var(--brown);
  background-color: var(--white);
  color: var(--brown);
  text-align: center;
  border-radius: 1.4rem;
  margin-bottom: 1rem;
  padding: .5rem 1rem;
  font-size: .9rem;
  line-height: 1em;
}

.input-newsletter:focus {
  border-color: var(--brown);
}

.input-newsletter::placeholder {
  color: var(--illegal-white);
}

.row-newsletter {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.img-newsletter {
  aspect-ratio: 1;
  object-fit: cover;
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 50%;
  height: 31rem;
}

.newsletter-container {
  z-index: 1;
  filter: drop-shadow(0 4px 5px #00000017);
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.close-btn {
  z-index: 1;
  background-color: var(--brown);
  width: 2rem;
  height: 2rem;
  color: var(--illegal-white);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: .1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1em;
  display: flex;
  position: absolute;
  inset: -1rem -1rem auto auto;
  transform: rotate(45deg);
}

.yep-google-links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-top: 1.5rem;
  display: flex;
}

.link-red {
  color: var(--brown);
  font-family: Social Media Circled, Arial, sans-serif;
  font-size: 1.7rem;
  line-height: 1em;
  text-decoration: none;
}

.menu-btn, .menu-responsive {
  display: none;
}

.link-header-resp {
  color: var(--brown);
  text-transform: uppercase;
  justify-content: center;
  align-items: flex-start;
  font-family: Code, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.container-footer-menu {
  justify-content: space-around;
  align-items: center;
  max-width: 95rem;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.yep-google-links-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-top: 1.5rem;
  display: flex;
}

.section-menu-resp {
  transition: all .2s;
}

.close-menu {
  display: none;
}

.link-footer-side {
  color: var(--brown);
  text-transform: uppercase;
  justify-content: center;
  align-items: flex-start;
  font-family: Code, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-neutro {
  color: var(--brown);
  text-decoration: none;
}

.section-flavors {
  z-index: 3;
  background-color: var(--illegal-white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 9rem 1rem 10rem;
  display: flex;
  position: relative;
}

.container-flavors {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 97rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.col-flavor {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 33.33%;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  transition: all .3s;
  display: flex;
}

.col-flavor:hover {
  transform: scale(1.05);
}

.col-flavor.slide {
  width: 100%;
  height: 100%;
  padding-bottom: 0;
}

.title-flavor {
  width: 100%;
  color: var(--brown);
  text-align: center;
  text-transform: uppercase;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-family: Code, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: .9em;
}

.p-ingredients {
  max-width: 20rem;
  color: var(--brown);
  text-align: center;
  letter-spacing: .05em;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  line-height: 1.2em;
}

.image-mask {
  aspect-ratio: 508 / 332;
  object-fit: cover;
  width: 100%;
  position: relative;
}

.inside-flavor {
  background-color: var(--vanilla);
  border-radius: .55rem;
  width: 100%;
  padding: 2.5rem;
  position: relative;
}

.footer-fijo {
  overflow: visible;
}

.container-events {
  border-radius: .5rem;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 95rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.container-events.revert {
  flex-flow: row-reverse;
}

.image-events {
  aspect-ratio: 1;
  object-fit: cover;
  width: 50%;
}

.col-a-events {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  padding: 5rem 2rem;
  display: flex;
  position: relative;
}

.title-events {
  color: var(--brown);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Br, Times New Roman, sans-serif;
  font-size: 4rem;
  font-weight: 300;
  line-height: .9em;
}

.section-events {
  z-index: 2;
  background-color: var(--illegal-white);
  justify-content: center;
  align-items: center;
  padding: 4.5rem 1rem;
  display: flex;
  position: relative;
}

.section-events.primero {
  padding-top: 9rem;
}

.section-events.ultimo {
  padding-bottom: 9rem;
}

.illustracion-catering {
  height: 5rem;
}

.illustracion-catering.grande {
  height: 9rem;
}

.top-events {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-events-and-store {
  z-index: 1;
  background-color: var(--peach);
  justify-content: space-between;
  align-items: stretch;
  height: 100vh;
  min-height: 56rem;
  max-height: 68rem;
  display: flex;
}

.col-a-cat {
  grid-column-gap: 5vh;
  grid-row-gap: 5vh;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 5rem 3.3rem;
  display: flex;
  position: relative;
}

.imagen-evento {
  border-radius: 100%;
  width: 27rem;
}

.title-catering-bottom {
  color: var(--brown);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Code, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: .9em;
}

.group-catering {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.desc-catering {
  max-width: 30rem;
  color: var(--brown);
  text-align: center;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.6em;
}

.linea-left {
  border-left: 1px solid var(--illegal-white);
  height: 80%;
  position: absolute;
  left: 0%;
  right: auto;
}

.section-contact {
  z-index: 2;
  background-color: var(--vanilla);
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.container-contact {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 95rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.col-a-contact {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 50%;
  padding-left: 5rem;
  padding-right: 8rem;
  display: flex;
}

.image-contact {
  object-fit: cover;
  border-radius: .55rem;
  width: 50%;
  height: 80vh;
}

.title-contact {
  width: 90%;
  color: var(--brown);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Br, Times New Roman, sans-serif;
  font-size: 4rem;
  font-weight: 300;
  line-height: .9em;
}

.form-contact {
  width: 100%;
  margin-bottom: 0;
}

.row-send-buton {
  justify-content: center;
  align-items: center;
  display: flex;
}

.input-contact {
  border: 1px solid var(--brown);
  background-color: var(--transparent);
  color: var(--brown);
  text-align: center;
  border-radius: 1.4rem;
  margin-bottom: 1rem;
  padding: .5rem 1rem;
  font-size: .9rem;
  line-height: 1em;
}

.input-contact:focus {
  border-color: var(--brown);
}

.input-contact::placeholder {
  color: var(--brown);
}

.input-contact.textarea {
  min-height: 7rem;
}

.label-contact {
  color: var(--brown);
  text-align: center;
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: Ma, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: .9em;
}

.cv-group {
  display: none;
}

.section-our-storys {
  z-index: 2;
  justify-content: space-between;
  align-items: stretch;
  height: 100vh;
  display: flex;
  position: relative;
}

.col-b-our-story {
  grid-column-gap: 8vh;
  grid-row-gap: 8vh;
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 5rem 3.3rem;
  display: flex;
}

.col-a-our-story {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 51rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.img-our-story {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-products {
  z-index: 3;
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.salto-parche-our-story {
  z-index: 2;
  background-color: var(--illegal-white);
  height: 7rem;
  position: relative;
}

.slider {
  background-color: var(--transparent);
  width: 100%;
  max-width: 97rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: block;
}

.slide-product {
  width: 33.33%;
}

.puntos-productos {
  display: none;
}

.btn-slide {
  width: 4rem;
  color: var(--brown);
  font-size: 1rem;
  line-height: 1em;
}

.mask-products {
  margin-left: 4rem;
  margin-right: 4rem;
}

.title-products {
  color: var(--brown);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 3rem;
  font-family: Code, Arial, sans-serif;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 1em;
}

.row-falvors {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.links-socials {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
  display: flex;
}

.link-red-dos {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  color: var(--brown);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.icono-red {
  width: 1.6rem;
}

.texto-link-red {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1em;
}

.title-brain-freeze {
  color: var(--brown);
  text-align: center;
  letter-spacing: -.02em;
  margin: 0 auto .5rem;
  font-family: Code, Arial, sans-serif;
  font-size: 6rem;
  font-weight: 600;
  line-height: .9em;
}

.section-brain-freeze {
  z-index: 3;
  background-color: var(--vanilla);
  padding: 8rem 2rem;
  position: relative;
  overflow: hidden;
}

.container-flavors-top {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 97rem;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.filter-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.title-falvors {
  color: var(--brown);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Code, Arial, sans-serif;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 1em;
}

.link-filter {
  color: var(--brown);
  font-size: 1rem;
  line-height: 1.2em;
  text-decoration: none;
}

.link-filter.on {
  border-bottom: 1px solid var(--brown);
}

.mark {
  z-index: 1;
  background-color: var(--blue);
  color: var(--brown);
  text-align: center;
  border-radius: .55rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.2em;
  display: inline-block;
}

.section-hero-catering {
  z-index: 8;
  background-color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 5rem;
  display: flex;
  position: relative;
}

.slider-hero-flavors {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.nav-slider-hero {
  display: none;
}

.nav-slider-arrows {
  width: 7rem;
}

.arrow-slider {
  background-color: var(--white);
  width: 2rem;
  height: 2rem;
  color: var(--brown);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  line-height: 1em;
  display: flex;
}

.title-hero-flavors {
  max-width: 46rem;
  color: var(--brown);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Code, Arial, sans-serif;
  font-size: 6rem;
  font-weight: 300;
  line-height: .9em;
}

.col-a-flavors {
  grid-column-gap: 4vh;
  grid-row-gap: 4vh;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5rem 3.3rem;
  display: flex;
}

.sub-title-catering {
  max-width: 25rem;
  color: var(--brown);
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2rem;
  line-height: 1.2em;
}

.title-main {
  max-width: 35rem;
  color: var(--brown);
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Br, Times New Roman, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6em;
}

.list-item {
  width: 33.33%;
  color: var(--brown);
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  line-height: 1.6em;
}

.list-item.doble {
  width: 50%;
}

.list-items-cont {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 41rem;
  display: flex;
}

.list-items-cont.doble {
  max-width: 35rem;
}

.list-item-solo {
  color: var(--brown);
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  line-height: 1.6em;
}

.map-element-real {
  filter: sepia(52%);
  width: 50%;
  height: 80vh;
  position: relative;
}

.section-map-flavors {
  z-index: 2;
  background-color: var(--illegal-white);
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.section-inquery {
  z-index: 2;
  background-color: var(--peach);
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.col-form {
  width: 100%;
}

.row-form {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.espacio-form {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.sub-title-brain-freeze {
  color: var(--brown);
  text-align: center;
  margin: 0 auto;
  font-family: Br, Times New Roman, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: .9em;
}

.tags-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 1rem;
  left: 1rem;
}

.alergens-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.i-tag {
  background-color: var(--peach);
  width: 1.8rem;
  color: var(--brown);
  text-align: center;
  cursor: pointer;
  border-radius: 100%;
  margin-bottom: 0;
  padding: .5rem;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1em;
}

.alergens-p {
  background-color: var(--peach);
  color: var(--brown);
  text-align: right;
  border-radius: .7rem;
  margin-top: 1rem;
  margin-bottom: 0;
  padding: .6rem 1rem .7rem;
  font-size: .8rem;
  line-height: 1.4em;
  display: none;
}

.allergens-title {
  margin-bottom: .5rem;
  font-weight: 500;
  display: inline-block;
}

.section-press {
  z-index: 3;
  background-color: var(--illegal-white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 9rem 1rem 10rem;
  display: flex;
  position: relative;
}

.container-press {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 97rem;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.container-press-items {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 97rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.col-press {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 33.33%;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  transition: all .3s;
  display: flex;
}

.col-press:hover {
  transform: scale(1.05);
}

.col-press.slide {
  width: 100%;
  height: 100%;
  padding-bottom: 0;
}

.inside-press {
  background-color: var(--blue);
  border-radius: .55rem;
  width: 100%;
  padding: 2.5rem;
  text-decoration: none;
  position: relative;
}

.image-press, .image-press-item {
  aspect-ratio: 508 / 332;
  object-fit: cover;
  width: 100%;
  position: relative;
}

.title-item-press {
  width: 100%;
  color: var(--brown);
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-family: Br, Times New Roman, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: .9em;
}

.p-press {
  max-width: 20rem;
  color: var(--brown);
  text-align: center;
  letter-spacing: .05em;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  line-height: 1.2em;
}

.col-full-height {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.title-hero-about-us {
  max-width: 70rem;
  color: var(--brown);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Code, Arial, sans-serif;
  font-size: 6rem;
  font-weight: 300;
  line-height: .9em;
}

.main-about-us {
  max-width: 34rem;
  color: var(--brown);
  text-align: center;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.6em;
}

@media screen and (max-width: 991px) {
  .link-header {
    font-size: .8rem;
  }

  .mg-mask-hero, .mask-texture {
    object-fit: contain;
  }

  .title-texture {
    max-width: 43rem;
    font-size: 5rem;
  }

  .image-flavor {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .title-flavor-of-the-month {
    font-size: 2.1rem;
  }

  .title-about {
    font-size: 6.6rem;
  }

  .nube-1 {
    width: 13.3rem;
  }

  .nube-2 {
    width: 9.24rem;
  }

  .nube-3 {
    width: 9.59rem;
    left: 3.6rem;
  }

  .nube-4 {
    width: 12.39rem;
  }

  .angels-bio {
    width: 70%;
    margin-left: 5rem;
  }

  .title-map {
    width: 60%;
    font-size: 2.1rem;
  }

  .contact-info {
    width: 70%;
  }

  .dato-contacto {
    font-size: 2.1rem;
  }

  .col-a-catering {
    padding-left: 0;
    padding-right: 0;
  }

  .title-catering {
    width: 60%;
    font-size: 2.1rem;
  }

  .title-feed {
    font-size: 2.1rem;
  }

  .bg-video-long {
    width: 20rem;
  }

  .patch-inside {
    height: 26.4rem;
  }

  .patch-text {
    font-size: 2rem;
  }

  .parche-hero-1 {
    z-index: 2;
    background-color: var(--blue);
    height: 20rem;
    position: absolute;
    inset: 0% 0% auto;
  }

  .parche-hero-2 {
    z-index: 2;
    background-color: var(--blue);
    height: 20rem;
    position: absolute;
    inset: auto 0% 0%;
  }

  .title-newsletter {
    width: 60%;
    font-size: 2.1rem;
  }

  .link-header-resp, .link-footer-side {
    font-size: .8rem;
  }

  .section-flavors {
    padding-top: 7rem;
    padding-bottom: 5rem;
  }

  .col-flavor {
    width: 50%;
  }

  .title-flavor {
    font-size: 2.1rem;
  }

  .title-events {
    width: 60%;
    font-size: 2.1rem;
  }

  .section-events {
    padding-top: 7rem;
    padding-bottom: 5rem;
  }

  .section-events.primero {
    padding-top: 7rem;
  }

  .title-catering-bottom {
    width: 60%;
    font-size: 2.1rem;
  }

  .col-a-contact {
    padding-left: 0;
    padding-right: 2rem;
  }

  .image-contact {
    height: 50vh;
  }

  .title-contact {
    width: 70%;
    font-size: 2.1rem;
  }

  .col-a-our-story {
    height: 40vh;
  }

  .slide-product {
    width: 50%;
  }

  .title-products {
    font-size: 2.1rem;
  }

  .title-brain-freeze {
    font-size: 6.6rem;
  }

  .title-falvors {
    font-size: 2.1rem;
  }

  .sub-title-brain-freeze {
    font-size: 6.6rem;
  }

  .section-press {
    padding-top: 7rem;
    padding-bottom: 5rem;
  }

  .col-press {
    width: 50%;
  }

  .title-item-press {
    font-size: 2.1rem;
  }

  .col-full-height {
    height: 40vh;
  }
}

@media screen and (max-width: 767px) {
  .link-header {
    display: none;
  }

  .logo-header-img {
    width: 6rem;
  }

  .angel-hero {
    width: 5.9rem;
  }

  .imgs-hero {
    transform: scale(1.3);
  }

  .title-texture {
    max-width: 34rem;
    font-size: 4rem;
  }

  .col-info-flavor {
    padding: 0 0;
  }

  .image-flavor {
    height: 70vh;
  }

  .title-flavor-of-the-month {
    width: 54%;
  }

  .row-btn-flavor {
    width: 72%;
  }

  .section-our-story {
    padding-top: 12rem;
    padding-bottom: 9rem;
  }

  .title-about {
    font-size: 5.4rem;
  }

  .nube-3 {
    left: -5.4rem;
  }

  .col-a-catering {
    padding-left: 0;
    padding-right: 0;
  }

  .section-social-media {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .bg-video-long, .bg-video-square {
    width: 15rem;
  }

  .patch-text {
    font-size: 1.5rem;
  }

  .parche-hero-1, .parche-hero-2 {
    height: 21rem;
  }

  .title-newsletter {
    width: 100%;
  }

  .menu-btn {
    border-top: 1px solid var(--brown);
    border-bottom: 1px solid var(--brown);
    width: 2.8rem;
    height: 1rem;
    display: block;
    position: relative;
  }

  .menu-line {
    border-bottom: 1px solid var(--brown);
    width: 100%;
    height: 50%;
  }

  .menu-responsive {
    z-index: 11;
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    background-color: var(--white);
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 23rem;
    padding: 2rem 2rem 1rem;
    transition: all .5s;
    display: flex;
    position: fixed;
    inset: 0% -23rem 0% auto;
  }

  .link-header-resp {
    text-transform: none;
    font-family: Br, Times New Roman, sans-serif;
    font-size: 2.4rem;
    font-weight: 300;
  }

  .container-footer-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .menu-container-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .section-menu-resp {
    z-index: 5;
  }

  .close-menu {
    z-index: 10;
    position: absolute;
    inset: 0%;
  }

  .section-flavors {
    padding-top: 5rem;
  }

  .container-events, .container-events.revert {
    flex-flow: column;
  }

  .image-events, .col-a-events {
    width: 100%;
  }

  .section-events, .section-events.primero {
    padding-top: 5rem;
  }

  .title-catering-bottom {
    font-size: 1.6rem;
  }

  .section-contact {
    height: auto;
    padding-top: 7rem;
    padding-bottom: 5rem;
  }

  .container-contact {
    flex-flow: column;
  }

  .col-a-contact {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .image-contact {
    width: 100%;
    margin-top: 3rem;
  }

  .title-contact {
    width: 80%;
    margin-bottom: 3rem;
    font-size: 4rem;
  }

  .section-products {
    height: auto;
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .title-brain-freeze {
    font-size: 4.9rem;
  }

  .section-brain-freeze {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .title-hero-flavors {
    font-size: 2.7rem;
  }

  .section-inquery {
    height: auto;
    padding-top: 7rem;
    padding-bottom: 5rem;
  }

  .sub-title-brain-freeze {
    font-size: 4.9rem;
  }

  .section-press {
    padding-top: 5rem;
  }

  .title-hero-about-us {
    font-size: 2.7rem;
  }
}

@media screen and (max-width: 479px) {
  .section-hero-home {
    height: 100svh;
  }

  .imgs-hero {
    transform: scale(1.4);
  }

  .monthly-flavor-highlight {
    height: 120svh;
  }

  .copy-texture {
    height: 80svh;
  }

  .title-texture {
    width: 80%;
    max-width: none;
    font-size: 2.8rem;
  }

  .container-flavor-highlight {
    flex-flow: column;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .col-info-flavor {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
    height: auto;
    max-height: none;
  }

  .image-flavor {
    border-radius: .5rem;
    width: 100%;
    height: 20rem;
    margin-top: 5rem;
  }

  .wrapper-flavor {
    height: 100svh;
  }

  .title-flavor-of-the-month {
    width: 70%;
  }

  .title-about {
    font-size: 3rem;
  }

  .nube-2 {
    top: -10rem;
    right: -3.3rem;
  }

  .nube-3 {
    bottom: -4.7rem;
  }

  .nube-4 {
    right: -12.4rem;
  }

  .group-anges-and-bio {
    flex-flow: column;
    height: auto;
    display: block;
    position: relative;
  }

  .angels-bio {
    margin-left: 1.5rem;
  }

  .col-b-bio {
    z-index: 1;
    grid-column-gap: 4vh;
    grid-row-gap: 4vh;
    width: 100%;
    height: 100%;
    position: relative;
  }

  .col-angeles {
    z-index: 0;
    width: 100%;
    height: 35rem;
    position: sticky;
    bottom: 0;
    overflow: hidden;
  }

  .section-map {
    height: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container-map {
    flex-flow: column;
  }

  .photo-element {
    width: 100%;
    height: 17rem;
  }

  .col-content-map {
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section-catering {
    height: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container-catering {
    flex-flow: column;
  }

  .col-a-catering {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
    height: auto;
    max-height: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-catering {
    width: 100%;
    height: 20rem;
    margin-top: 5rem;
  }

  .title-catering {
    width: 70%;
  }

  .title-feed {
    width: 100%;
  }

  .section-footer {
    padding-top: 7rem;
    padding-bottom: 9rem;
  }

  .container-footer {
    flex-flow: column;
  }

  .col-a-footer {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .col-b-footer {
    order: -9999;
    margin-bottom: 2rem;
  }

  .name-patch {
    z-index: 3;
  }

  .patch-inside {
    height: 15rem;
  }

  .patch-text {
    margin-right: 5.6rem;
    font-size: 1rem;
  }

  .parche-hero-1, .parche-hero-2 {
    height: 18rem;
  }

  .col-newsletter {
    border-top-right-radius: 0;
    border-bottom-left-radius: .5rem;
    width: 100%;
  }

  .img-newsletter {
    border-top-right-radius: .5rem;
    border-bottom-left-radius: 0;
    width: 100%;
    height: 17rem;
  }

  .newsletter-container {
    flex-flow: column;
  }

  .yep-google-links {
    margin-top: 3rem;
  }

  .link-footer-side {
    margin-bottom: 2rem;
  }

  .section-flavors {
    height: auto;
    padding-top: 5rem;
    padding-bottom: 3rem;
  }

  .container-flavors {
    flex-flow: column;
  }

  .col-flavor {
    width: 100%;
  }

  .title-flavor {
    width: 70%;
  }

  .container-events {
    flex-flow: column;
  }

  .image-events {
    width: 100%;
    height: 20rem;
  }

  .col-a-events {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .title-events {
    width: 100%;
  }

  .section-events {
    height: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section-events.ultimo {
    padding-bottom: 7rem;
  }

  .top-events {
    width: 100%;
  }

  .section-events-and-store {
    flex-flow: column;
    height: auto;
    min-height: 0;
    max-height: none;
    display: block;
    position: relative;
  }

  .col-a-cat {
    z-index: 1;
    grid-column-gap: 4vh;
    grid-row-gap: 4vh;
    width: 100%;
    height: 100%;
    position: relative;
  }

  .imagen-evento {
    width: 16rem;
  }

  .title-catering-bottom {
    width: 70%;
  }

  .linea-left {
    border-top: 1px solid var(--illegal-white);
    border-left-style: none;
    width: 80%;
    height: auto;
    top: 0%;
    bottom: auto;
    left: auto;
  }

  .section-contact {
    height: auto;
    padding-bottom: 3rem;
  }

  .container-contact {
    flex-flow: column;
  }

  .col-a-contact {
    width: 100%;
    height: auto;
    max-height: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-contact {
    width: 100%;
    height: 20rem;
  }

  .title-contact {
    width: 100%;
    font-size: 3rem;
  }

  .section-our-storys {
    flex-flow: column;
    height: auto;
    display: block;
    position: relative;
  }

  .col-b-our-story {
    z-index: 1;
    grid-column-gap: 4vh;
    grid-row-gap: 4vh;
    width: 100%;
    height: 100%;
    position: relative;
  }

  .col-a-our-story {
    z-index: 0;
    width: 100%;
    height: 35rem;
    position: sticky;
    bottom: 0;
    overflow: hidden;
  }

  .slide-product {
    width: 100%;
  }

  .title-brain-freeze {
    font-size: 2.9rem;
  }

  .section-brain-freeze {
    padding-top: 6rem;
    padding-bottom: 5rem;
  }

  .container-flavors-top {
    flex-flow: column;
  }

  .section-hero-catering {
    flex-flow: column;
    height: auto;
    display: block;
    position: relative;
  }

  .col-a-flavors {
    z-index: 1;
    grid-column-gap: 4vh;
    grid-row-gap: 4vh;
    width: 100%;
    height: 100%;
    position: relative;
  }

  .map-element-real {
    width: 100%;
    height: 17rem;
  }

  .section-map-flavors {
    height: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section-inquery {
    height: auto;
    padding-bottom: 3rem;
  }

  .sub-title-brain-freeze {
    font-size: 2.9rem;
  }

  .section-press {
    height: auto;
    padding-top: 5rem;
    padding-bottom: 3rem;
  }

  .container-press {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .container-press-items {
    flex-flow: column;
  }

  .col-press {
    width: 100%;
  }

  .title-item-press {
    width: 70%;
  }

  .col-full-height {
    z-index: 0;
    width: 100%;
    height: 35rem;
    position: sticky;
    bottom: 0;
    overflow: hidden;
  }
}


@font-face {
  font-family: 'Social Media Circled';
  src: url('../fonts/Social-Media-Circled.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Br';
  src: url('../fonts/Br-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Br';
  src: url('../fonts/Br-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Code';
  src: url('../fonts/CoDe-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ma';
  src: url('../fonts/Ma-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Code';
  src: url('../fonts/CoDe-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ma';
  src: url('../fonts/Ma-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}