@font-face {
  font-family: Darker Grotesque;
  src: url('../fonts/DarkerGrotesque-VariableFont_wght.ttf') format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

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

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

:root {
  --red: #fa450e;
  --black: black;
  --white: white;
  --blue: #3154ff;
  --gray: #a1a1a1;
  --green: #68dd4b;
  --yellow: #ddd42f;
}

body {
  color: #333;
  background-color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Manrope, sans-serif;
  font-size: 4em;
  font-weight: 600;
  line-height: 1.2em;
}

h2 {
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Manrope, sans-serif;
  font-size: 3.5em;
  font-weight: 600;
  line-height: 1.2em;
}

h3 {
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Manrope, sans-serif;
  font-size: 3em;
  font-weight: 600;
  line-height: 1.2em;
}

h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Manrope, sans-serif;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

a {
  color: #fff;
  border-bottom: 1px solid #fff;
  text-decoration: none;
}

.s-hero {
  color: #fff;
  background-color: #000;
  align-items: flex-end;
  padding-top: 100px;
  display: block;
  position: relative;
}

.nav-outer-wrapper {
  z-index: 2147483647;
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding: 45px 0;
  font-size: 20px;
  position: relative;
  inset: 0% 0% auto;
}

.body {
  color: #222;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
}

.c-1500 {
  z-index: 2;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.hero-content-wrapper {
  justify-content: space-between;
  max-width: 100%;
  display: flex;
  position: relative;
}

.heading {
  margin-bottom: 0;
  font-size: 75px;
  font-weight: 600;
}

.s-video {
  height: 350vh;
  position: static;
}

.bg-video {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sticky-wrapper {
  align-items: center;
  font-family: Gravitica, Arial, sans-serif;
  display: block;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.bg-video-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.bg-video-black-bar {
  z-index: 4;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 7vw solid #000;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: 0%;
}

.heading-2 {
  z-index: 100;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-family: Darker Grotesque, Arial, sans-serif;
  font-size: 5em;
  line-height: 1em;
  position: static;
}

.brand {
  color: #fff;
  border-bottom-style: none;
  font-family: Lora, sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.cursor-wrapper {
  z-index: 2147483647;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.cursor-outer-circle {
  background-color: #fff;
  border: 1px #fff;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  position: absolute;
}

.bg-video-content-wrap {
  z-index: 5;
  max-width: 750px;
  position: relative;
}

.hero-content-left {
  max-width: 70%;
}

.hero-content-right {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.social-icons-wrapper {
  flex-direction: row;
  display: flex;
}

.social-icons-wrapper.menu {
  margin-top: 35px;
}

.social-icon {
  cursor: pointer;
  max-width: 100%;
  padding: 0 0 0 35px;
}

.social-icon.first {
  padding-left: 0;
}

.social-icon.invert {
  filter: invert();
}

.subheader {
  opacity: 1;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Gravitica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.subheader.text-color-red {
  opacity: 1;
  color: var(--red);
  text-transform: none;
  font-family: Gravitica, Arial, sans-serif;
}

.s-marquee {
  background-color: #000;
}

.marquee-wrapper {
  padding-top: 150px;
  padding-bottom: 150px;
  font-size: 100px;
  overflow: hidden;
}

.marquee-top {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.filled {
  margin: 0 35px;
  font-size: 120px;
  line-height: 1.5em;
}

.filled.no-margin {
  margin-left: 0;
}

.stroke {
  color: #000;
  text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
  margin: 0 35px;
  font-size: 120px;
  line-height: 1.5em;
}

.marquee-bottom {
  color: #fff;
  align-items: center;
  display: flex;
}

.s-project-1 {
  color: #fff;
  cursor: pointer;
  align-items: center;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-wrapper-full-width {
  z-index: 1000;
  cursor: auto;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.project-header-img-clip {
  filter: brightness(200%);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffffff40, #ffffff40), url('../images/Bebidas-23-Mayo-2025-99.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  -webkit-background-clip: text;
  background-clip: text;
}

.project-header-img-clip.project-2 {
  filter: brightness(200%);
  white-space: normal;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/Bebidas-23-Mayo-2025-48.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 150%;
  -webkit-background-clip: text;
  background-clip: text;
}

.project-header-img-clip.project-1 {
  filter: brightness(400%);
  -webkit-text-fill-color: transparent;
  background-image: url('../images/Bebidas-23-Mayo-2025-41-min.jpg');
  background-position: 50%;
  background-size: 150%;
  -webkit-background-clip: text;
  background-clip: text;
  position: relative;
}

.project-1-bg-img {
  opacity: 0;
  background-image: url('../images/Bebidas-23-Mayo-2025-41-min.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120vw;
  height: 120vh;
  margin-top: -10vh;
  margin-left: -10vw;
  display: block;
  position: absolute;
}

.s-project-2 {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  align-items: center;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-2-bg-img {
  opacity: 0;
  background-image: url('../images/Bebidas-23-Mayo-2025-48.jpg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120vw;
  height: 120vh;
  margin-top: -10vh;
  margin-left: -10vw;
  display: block;
  position: absolute;
}

.s-project-3 {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  align-items: center;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-3-bg-img {
  opacity: 0;
  background-image: url('../images/Bebidas-23-Mayo-2025-99.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120vw;
  height: 120vh;
  margin-top: -10vh;
  margin-left: -10vw;
  display: block;
  position: absolute;
}

.s-blog {
  color: #fff;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 100px;
  display: block;
}

.project-h2 {
  font-family: Manrope, sans-serif;
  font-size: 80px;
  line-height: 1em;
  position: static;
}

.project-number {
  z-index: 100;
  opacity: .1;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 35px;
  font-family: Lora, sans-serif;
  font-size: 300px;
  font-weight: 400;
  line-height: 1em;
  display: block;
  position: absolute;
  inset: 0%;
}

.dot {
  background-color: #fff;
  border-radius: 50%;
  width: 15px;
  min-width: 15px;
  height: 15px;
  min-height: 15px;
}

.blog-grid-wrapper {
  justify-content: space-between;
  display: flex;
}

.blog-card-wrapper {
  background-image: url('../images/blog-img-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 45%;
  min-height: 500px;
  position: relative;
  overflow: hidden;
}

.blog-card-wrapper._2 {
  cursor: pointer;
  background-image: url('../images/Bebidas-23-Mayo-2025-69.jpg');
}

.blog-card-wrapper._3 {
  cursor: pointer;
  background-image: url('../images/Bebidas-23-Mayo-2025-45.jpg');
}

.blog-card-wrapper._1 {
  cursor: pointer;
  background-image: url('../images/Bebidas-23-Mayo-2025-85.jpg');
}

.blog-content-wrapper {
  z-index: 100;
  color: #fff;
  width: 100%;
  min-height: 340px;
  padding: 40px;
  position: absolute;
  inset: auto 0% 0%;
}

.blog-post-heading {
  margin-bottom: 10px;
  font-family: Gravitica, Arial, sans-serif;
  font-size: 2em;
  font-weight: 500;
}

.s-footer {
  color: #fff;
  background-color: #000;
  padding-top: 0;
  padding-bottom: 100px;
}

.heading-4 {
  margin-bottom: 100px;
  font-family: Darker Grotesque, Arial, sans-serif;
  font-size: 50px;
  font-weight: 600;
}

.contact-wrapper {
  justify-content: space-between;
  display: flex;
}

.contact-number-wrapper {
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.footer-p {
  opacity: .5;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 400;
}

.footer-p.menu {
  margin-bottom: 20px;
}

.contact-left {
  max-width: 50%;
}

.contact-right {
  align-items: flex-end;
  max-width: 50%;
  display: flex;
}

.contact-right.selective-hide {
  display: none;
}

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

.body-2 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

.social-icon-wrapper {
  border-bottom-style: none;
  transition: all .2s;
}

.social-icon-wrapper:hover {
  transform: translate(0, -5px);
}

.menu-full-sized {
  z-index: 9999999;
  color: #fff;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.menu-left {
  width: 40%;
}

.menu-inner-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menu-right {
  width: 40%;
}

.paragraph {
  opacity: .5;
  margin-bottom: 35px;
}

.full-menu-nav-link {
  opacity: .5;
  cursor: pointer;
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 2em;
  transition: all .2s cubic-bezier(0, 0, .187, .851);
}

.full-menu-nav-link:hover {
  opacity: 1;
  transform: translate(20px);
}

.link {
  border-bottom-style: none;
  text-decoration: none;
}

.link-2, .link-3, .link-4, .link-5 {
  border-bottom-style: none;
}

.fixed-lines-container {
  z-index: 1;
  opacity: .2;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.c-1200-lines {
  z-index: 0;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.line-vertical {
  background-color: #fff;
  width: 1px;
  height: 100vh;
}

.blog-post-overlay {
  opacity: .5;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.video-overlay {
  opacity: .25;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.nav-inner-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-7 {
  margin-bottom: 0;
  font-family: Gravitica, Arial, sans-serif;
}

.menu-btn {
  cursor: pointer;
  max-width: 30px;
}

.image-2 {
  min-width: 300px;
  max-width: 75%;
}

.preloader-wrapper {
  z-index: 2147483647;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.lottie-animation-2 {
  width: 100px;
}

.fixed-message {
  z-index: 99999;
  color: #fff;
  text-align: center;
  padding-bottom: 1.5rem;
  font-size: 16px;
  font-weight: 400;
  position: fixed;
  inset: auto 0% 0%;
}

.top-bar {
  z-index: 99;
  color: #fff;
  background-color: #000;
  border-bottom: 1px solid #3b3b3b;
  justify-content: center;
  align-items: center;
  min-height: 2rem;
  font-size: .85rem;
  font-weight: 500;
  display: none;
  position: relative;
}

.top-bar-link {
  color: #fff;
}

.links-overlay {
  z-index: 999;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  pointer-events: none;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 2rem;
  padding-right: 2rem;
  display: flex;
  position: fixed;
  inset: 0%;
}

.links-overlay-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--red);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  pointer-events: auto;
  color: #fff;
  border-bottom-style: none;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  min-width: 13rem;
  padding: .75rem;
  font-size: .9rem;
  font-weight: 500;
  display: flex;
}

.links-overlay-link.links-overlay-link-black {
  background-color: #0c0c0c;
  border-bottom-style: none;
}

.links-overlay-link.links-overlay-link-black.hide {
  display: none;
}

.links-overlay-link-text-outer-wrapper {
  overflow: hidden;
}

.links-overlay-link-text-inner-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  position: relative;
}

.links-overlay-link-text.links-overlay-link-text-absolute {
  position: absolute;
}

.heading-8 {
  font-family: Gravitica, Arial, sans-serif;
  font-size: 5em;
  line-height: 1.2em;
}

.hero-content-wrapper-center {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
  position: relative;
}

.hero-content-center {
  max-width: 70%;
}

.small-heading {
  font-family: Gravitica, Arial, sans-serif;
  font-size: 1.5em;
  line-height: 1.4em;
}

.s-info {
  color: #fff;
  background-color: #000;
  align-items: flex-end;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
  position: relative;
}

.paragraph-2 {
  font-family: Darker Grotesque, Arial, sans-serif;
  font-size: 23px;
}

.heading-9 {
  font-family: Gravitica, Arial, sans-serif;
}

.link-6 {
  border-bottom-style: none;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .nav-outer-wrapper, .body {
    padding-left: 0;
    padding-right: 0;
  }

  .c-1500 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading {
    font-size: 60px;
  }

  .bg-video-black-bar {
    border-width: 7vw;
  }

  .cursor-wrapper {
    display: none;
  }

  .hero-content-left {
    max-width: 70%;
  }

  .marquee-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .project-header-img-clip.project-1 {
    -webkit-text-fill-color: transparent;
    background-image: url('../images/project-2-img.jpg');
    background-repeat: repeat;
    background-size: auto;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .project-1-bg-img, .project-2-bg-img, .project-3-bg-img {
    opacity: 1;
  }

  .s-blog {
    padding-top: 0;
  }

  .blog-grid-wrapper {
    flex-direction: row;
    align-items: flex-start;
  }

  .blog-card-wrapper._2, .blog-card-wrapper._3, .blog-card-wrapper._1 {
    min-height: 400px;
  }

  .blog-content-wrapper {
    padding: 30px;
  }

  .blog-post-heading {
    font-size: 1.5em;
  }

  .s-footer {
    padding-top: 0;
  }

  .heading-4 {
    margin-bottom: 75px;
  }

  .contact-right.selective-hide {
    display: flex;
  }

  .menu-full-sized {
    padding-left: 25px;
    padding-right: 25px;
  }

  .preloader-wrapper {
    display: flex;
  }

  .top-bar, .links-overlay {
    display: none;
  }

  .heading-8 {
    font-size: 3.4em;
  }

  .hero-content-center {
    max-width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .s-hero {
    padding-top: 75px;
  }

  .heading {
    margin-bottom: 0;
    font-size: 50px;
  }

  .heading-2 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 2.5em;
  }

  .hero-content-left {
    max-width: 75%;
  }

  .social-icons-wrapper {
    flex-direction: column;
    display: flex;
  }

  .marquee-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .filled, .stroke {
    font-size: 100px;
  }

  .s-blog {
    padding-top: 0;
  }

  .project-h2 {
    font-size: 75px;
  }

  .project-number {
    font-size: 250px;
  }

  .blog-grid-wrapper {
    display: block;
  }

  .blog-card-wrapper._2 {
    width: 100%;
    margin-bottom: 50px;
  }

  .blog-card-wrapper._3 {
    width: 100%;
  }

  .blog-card-wrapper._1 {
    width: 100%;
    margin-bottom: 50px;
  }

  .s-footer {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .heading-4 {
    margin-bottom: 50px;
  }

  .contact-wrapper {
    display: block;
  }

  .contact-left {
    max-width: 100%;
    margin-bottom: 35px;
  }

  .contact-right {
    max-width: 100%;
  }

  .social-icon-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .menu-full-sized {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .menu-left {
    display: none;
  }

  .heading-8 {
    font-size: 2em;
  }

  .hero-content-center {
    max-width: 75%;
  }

  .s-info {
    padding-top: 75px;
  }
}

@media screen and (max-width: 479px) {
  .s-hero {
    padding-top: 50px;
  }

  .hero-content-wrapper {
    margin-bottom: 25px;
  }

  .heading {
    font-size: 45px;
  }

  .bg-video {
    height: 100vh;
  }

  .heading-2 {
    font-size: 2em;
  }

  .brand {
    padding-left: 0;
  }

  .bg-video-content-wrap {
    padding-left: 25px;
    padding-right: 25px;
  }

  .hero-content-left {
    max-width: 100%;
  }

  .hero-content-right {
    display: none;
  }

  .marquee-wrapper {
    padding-top: 75px;
    padding-bottom: 75px;
  }

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

  .filled, .stroke {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 20px;
  }

  .project-h2 {
    color: var(--black);
    font-size: 50px;
  }

  .dot {
    width: 8px;
    min-width: 8px;
    height: 8px;
    min-height: 8px;
  }

  .blog-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-4 {
    font-size: 30px;
  }

  .menu-full-sized {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .menu-btn {
    max-width: 25px;
  }

  .image-2 {
    min-width: 200px;
  }

  .heading-8 {
    font-size: 1.4em;
  }

  .hero-content-wrapper-center {
    margin-bottom: 25px;
  }

  .hero-content-center {
    max-width: 100%;
  }

  .small-heading {
    font-size: .8em;
  }

  .s-info {
    padding-top: 50px;
  }
}


@font-face {
  font-family: 'Darker Grotesque';
  src: url('../fonts/DarkerGrotesque-VariableFont_wght.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gravitica';
  src: url('../fonts/GraviticaMono-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Juditha Hollden';
  src: url('../fonts/Juditha-Hollden.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}