.wrapper {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.text-block {
  color: #ebebeb;
  text-align: center;
  font-family: Bebas Neue, sans-serif;
  font-size: 18px;
}

.social-img {
  width: auto;
  height: auto;
}

.nav {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.sections-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.social-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  display: flex;
}

.title-link {
  font-family: Bebas Neue, sans-serif;
  font-size: 26px;
  text-decoration: none;
}

.links {
  height: 60px;
  border-right: 1px #ebebeb;
  justify-content: center;
  align-items: center;
  padding-right: 20px;
  display: flex;
}

.links.last {
  border-right-style: none;
  padding-right: 0;
}

.links.last.image {
  width: auto;
  justify-content: flex-start;
}

.image {
  width: 261px;
  height: auto;
}

.nav-link {
  color: #ebebeb;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.body {
  background-color: #131313;
}

.nav-2 {
  z-index: 2;
  grid-column-gap: 41px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 2fr .5fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  padding-top: 20px;
  padding-left: 60px;
  padding-right: 60px;
  display: grid;
  position: relative;
}

.image-2 {
  width: auto;
  height: 85vh;
}

.home-design {
  margin-top: 0;
}

.center-package {
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  display: flex;
}

.logobutton {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.hero {
  height: 110vh;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.image-3 {
  height: 40vh;
}

.button {
  z-index: 8;
  width: 200px;
  text-align: center;
  background-color: #52aed5;
  border: 3px solid #ebebeb;
  border-radius: 35px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-family: Bebas Neue, sans-serif;
  font-size: 23px;
  position: relative;
}

.button.negro {
  background-color: #000;
}

.background-video {
  z-index: -1;
  height: 110vh;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.logo-container {
  height: 80vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-down {
  justify-content: center;
  align-items: center;
  display: flex;
}

.about {
  height: auto;
  background-color: #131313;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 40px;
  display: flex;
}

.text-section {
  width: 45vw;
  color: #c5bfb2;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.lottie-animation {
  height: 90vh;
}

.heading {
  color: #00b2a9;
  font-family: Bebas Neue, sans-serif;
  font-size: 70px;
}

.text-block-2 {
  color: #c5bfb2;
  text-align: left;
  margin-top: 40px;
  font-family: Antic Slab, sans-serif;
  font-size: 17px;
  line-height: 22px;
}

.image-4 {
  width: 45vw;
}

.products {
  background-color: #131313;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
}

.product {
  width: 45vw;
  justify-content: center;
  align-items: center;
  padding-right: 100px;
  display: flex;
}

.product._2 {
  padding-right: 60px;
}

.product._1 {
  align-items: flex-start;
  padding-right: 60px;
}

.border {
  width: 60vw;
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  border-top: 1px #c5bfb2;
  border-bottom: 1px solid #c5bfb2;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.line {
  height: 160px;
  border-right: 1px solid #c5bfb2;
}

.line.recetas {
  height: 300px;
  margin-top: 10px;
  padding-top: 0;
}

.line.servida-line {
  height: 130px;
  margin-left: 10px;
}

.line.servida-line._2 {
  height: 120px;
  margin-left: 0;
  margin-right: 10px;
}

.product-info {
  width: auto;
  height: 50vh;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.image-5 {
  width: 220px;
}

.paragraph {
  width: auto;
  color: #c5bfb2;
  text-align: justify;
  padding-top: 20px;
  font-family: Antic Slab, sans-serif;
  font-size: 17px;
}

.image-6 {
  z-index: -2;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-bg {
  width: 100vw;
  height: 65vh;
}

.laservida {
  background-color: #000;
}

.title {
  padding-top: 40px;
  padding-bottom: 0;
}

.title.recetas {
  padding-bottom: 0;
}

.title.recetas.tienda {
  padding-top: 0;
}

.heading-2 {
  color: #c5bfb2;
  text-align: center;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
}

.heading-3 {
  color: #00b2a9;
  text-align: center;
  margin-top: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 65px;
  font-weight: 400;
}

.heading-3.link {
  text-decoration: underline;
}

.heading-3.link.footer {
  background-color: rgba(0, 0, 0, 0);
  font-size: 40px;
}

.heading-3.link.footer-header {
  color: #00b2a9;
  font-size: 40px;
}

.servida-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.servida-container.mobile {
  display: none;
}

.servida {
  width: 45vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.line-w-logo {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.info-right {
  height: 50vh;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.heading-4 {
  color: #c5bfb2;
  font-family: Bebas Neue, sans-serif;
  font-size: 60px;
}

.text-block-3 {
  color: #c5bfb2;
  text-align: right;
  font-family: Bebas Neue, sans-serif;
  font-size: 34px;
  line-height: 28px;
}

.text-block-3.right, .text-block-3.left {
  text-align: left;
}

.servida-lottie {
  width: 30vw;
}

.info-left {
  height: 50vh;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.recetas {
  background-color: #131313;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 60px;
  display: flex;
}

.border-line-top {
  z-index: 1;
  width: 100%;
  height: 1px;
  background-color: #292929;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.border-line-top.opacity-10 {
  background-color: #c5bfb2;
}

.list-left {
  grid-column-gap: 7.75em;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.list-image-parent {
  z-index: 10;
  width: 18.75em;
  height: 22em;
  border-radius: 1em;
  position: absolute;
  left: -61%;
  right: auto;
  overflow: hidden;
}

.parent {
  z-index: 1;
  position: relative;
}

.parent.flex-cc-h {
  padding-left: 40px;
  text-decoration: none;
}

.heading-xsm {
  z-index: 1;
  font-size: 1.5em;
  line-height: 1;
  position: relative;
}

.heading-xsm.light-typeface {
  color: #c5bfb2;
  font-family: Antic Slab, sans-serif;
  font-size: 2.3em;
  text-decoration: none;
}

.content-section {
  width: 50vw;
  padding-top: 4.8em;
  padding-bottom: 6.8em;
}

.tag {
  z-index: 12;
  color: #c5bfb2;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .7em 1em .5em;
  display: flex;
  position: relative;
}

.container-lg {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.div-hide {
  position: relative;
  overflow: hidden;
}

.heading-semi {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4em;
  line-height: 1;
}

.list-parent {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-top: .6em;
  padding-bottom: .6em;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.info-text-container {
  padding-left: .6em;
}

.list-parent-grid {
  width: 45vw;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-tag {
  z-index: 1;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 1.6em;
  display: flex;
  position: relative;
}

.text-black {
  color: #c5bfb2;
}

.card-wipe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.card-wipe.bg-white {
  border: 1px solid #c5bfb2;
}

.card-wipe.bg-black {
  z-index: 1;
}

.project-list-image {
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.arrow-down-right {
  width: 1em;
}

.border-line-btm-2 {
  z-index: 1;
  width: 100%;
  height: 2px;
  background-color: #292929;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.border-line-btm-2.opacity-10 {
  height: 1px;
  background-color: #c5bfb2;
}

.post-number {
  opacity: 0;
}

.projects-info-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1.5fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 6.8em;
  padding-bottom: 4.4em;
  display: grid;
}

.recetas-content {
  width: 100vw;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.recetas-content.mobile {
  display: none;
}

.dropdown-container {
  color: #333;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  text-decoration: none;
  display: block;
}

.content-block.line-bottom {
  width: 40vw;
  color: #c5bfb2;
  border-bottom: 1px #000;
}

.horizontal-line {
  width: 15px;
  height: 1px;
  background-color: #c5bfb2;
  border-radius: 20px;
  position: absolute;
  top: 50%;
}

.plus-icon {
  width: 15px;
  height: 15px;
  position: relative;
}

.no-mrgn {
  color: #c5bfb2;
  margin-bottom: 0;
  font-family: Antic Slab, sans-serif;
  font-size: 23px;
}

.no-mrgn.dropdown {
  margin-top: 15px;
  margin-bottom: 15px;
}

.no-mrgn.dropdown.description {
  font-size: 17px;
}

.bottom-dropdown {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.top-dropdown {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #c5bfb2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 20px;
  display: grid;
}

.spacer {
  width: 100%;
  height: 80px;
}

.spacer.sml {
  height: 40px;
}

.vertical-line {
  width: 1px;
  height: 15px;
  background-color: #c5bfb2;
  border-radius: 20px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 47%;
  right: 0%;
}

.image-7 {
  width: 150px;
  height: auto;
}

.receta-img {
  width: 300px;
}

.image-8 {
  width: 300px;
  height: 300px;
  object-fit: cover;
}

.nuestra-tienda {
  background-color: #131313;
  padding-top: 0;
}

.content-line {
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-line.footer {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  margin-bottom: 0;
}

.footer-text {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.text-block-4 {
  color: #c5bfb2;
  text-align: center;
  font-family: Antic Slab, sans-serif;
  font-size: 18px;
}

.footer-container {
  background-color: #c5bfb2;
}

.law {
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.footer-links {
  justify-content: space-between;
  align-items: center;
  padding: 30px 60px 15px;
  display: flex;
}

.footer-links.mobile {
  display: none;
}

.footer-links.web {
  grid-column-gap: 110px;
  grid-row-gap: 110px;
  background-color: #c5bfb2;
  justify-content: center;
}

.footer-links.web.sorteo {
  background-color: #52aed5;
}

.footer-links.mobile {
  display: none;
}

.footer-text-2 {
  color: #000;
  font-family: Bebas Neue, sans-serif;
  font-size: 22px;
  text-decoration: none;
}

.paragraph-4 {
  width: 60vw;
  color: #c5bfb2;
  text-align: center;
  font-family: Bebas Neue, sans-serif;
}

.link {
  color: #ebebeb;
  font-size: 25px;
  text-decoration: none;
}

.footer {
  background-color: #52aed5;
}

.footer.mobile {
  background-color: rgba(0, 0, 0, 0);
}

.bottom-line {
  width: 40vw;
  border-top: 1px solid #c5bfb2;
  display: none;
}

.menu-link {
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.menu-link:hover, .menu-link.w--current {
  opacity: .5;
}

.navigation {
  z-index: 10;
  min-height: 10vh;
  background-color: #fffbf7;
  align-items: center;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.menu-slide-out {
  z-index: 9999999;
  width: 100%;
  background-image: linear-gradient(to right, #000, #000 50%, rgba(0, 0, 0, 0) 50%);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.menu-line-bottom {
  width: 25px;
  height: 2px;
  background-color: #000;
  border-radius: 20px;
}

.container {
  max-width: 1100px;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
}

.container.flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.white {
  color: #fff;
  text-decoration: none;
}

.menu-line-top {
  width: 25px;
  height: 2px;
  background-color: #000;
  border-radius: 20px;
  margin-bottom: 4px;
}

.close-icon {
  max-width: 1100px;
  min-height: 10vh;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.menu-line-middle {
  width: 25px;
  height: 2px;
  background-color: #000;
  border-radius: 20px;
  margin-bottom: 4px;
}

.link-block, .hamburger-menu {
  padding: 10px;
}

.menu-container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 10vh;
}

.image-9 {
  width: 170px;
  margin-bottom: 2px;
}

.paragraph-3 {
  color: #52aed5;
  font-family: Amsipro Regular, sans-serif;
  font-size: 20px;
}

.text-block-6 {
  color: #ebebeb;
  text-align: center;
  font-family: Bebas Neue, sans-serif;
  font-size: 18px;
}

.image-10 {
  width: 35vw;
  height: auto;
}

.title-container {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.law-2 {
  background-color: #ebebeb;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.nav-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.slider2_nav {
  grid-column-gap: .75rem;
  color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
  position: static;
}

.info-text-2 {
  width: 55vw;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button_next {
  width: 17vw;
  color: #fff;
  cursor: pointer;
  background-color: #ebebeb;
  border: 3px #1e1e1e;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 8px 10px;
  font-size: 13px;
  display: flex;
}

.input_wrapper {
  position: relative;
}

.image-12 {
  width: 350px;
}

.button_submit {
  width: 15vw;
  height: 38px;
  color: #52aed5;
  background-color: #ebebeb;
  border-radius: 20px;
  font-family: Bebas Neue, sans-serif;
  font-size: 22px;
}

.image-13 {
  width: auto;
}

.field_input {
  height: 48px;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 24px;
}

.prizes-slider {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 80px 40px;
  display: flex;
}

.form-2 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  padding: 30px 25px;
}

.logo-contacto {
  width: 35vw;
}

.title-2 {
  margin-top: 0;
}

.logo-link {
  max-width: 220px;
}

.drink {
  z-index: 3;
  width: 20vw;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0;
  right: 0%;
}

.image-14 {
  width: auto;
  height: 85vh;
}

.paragraph-5 {
  color: #52aed5;
  text-align: center;
}

.form {
  justify-content: center;
  align-items: center;
  display: flex;
}

.mobile-nav-wrapper {
  max-width: 1440px;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: none;
}

.sections-div-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.mobile-overlay-background {
  z-index: 1;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-15 {
  margin-top: -266px;
}

.image-15.web {
  margin-top: -213px;
}

.image-15.mobile {
  display: none;
}

.info-contacto {
  width: 65vw;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  line-height: 24px;
  display: flex;
}

.prizes-info {
  background-color: #52aed5;
  justify-content: flex-end;
  margin-top: -75px;
  padding: 0 80px 40px;
  display: flex;
}

.mobile-overlay {
  display: none;
}

.footer-text-3 {
  font-family: Bebas Neue, sans-serif;
  font-size: 22px;
  text-decoration: none;
}

.wrapper-2 {
  overflow: hidden;
}

.intersection {
  justify-content: flex-end;
  display: flex;
}

.info-horizontal {
  margin-top: 0;
  display: flex;
}

.info-horizontal._2 {
  margin-top: 10px;
}

.nav-link-2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
}

.step_1 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form-inputs {
  width: 30vw;
}

.form_block {
  width: auto;
}

.links-2 {
  height: 60px;
  border-right: 1px solid #ebebeb;
  justify-content: center;
  align-items: center;
  padding-right: 40px;
  display: flex;
}

.links-2.last {
  border-right-style: none;
}

.paragraph-6 {
  width: 60vw;
  color: #1e1e1e;
  text-align: center;
  font-family: Bebas Neue, sans-serif;
}

.paragraph-2 {
  line-height: 14px;
}

.sorteo-form {
  -webkit-text-fill-color: inherit;
  background-color: #52aed5;
  background-image: url('../images/backgroundfinal.png');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
  border-top: 1px #1e1e1e;
  padding: 20px 80px 20px 60px;
  display: flex;
}

.individual {
  justify-content: center;
  align-items: center;
  display: flex;
}

.individual._1 {
  border-right: 1px #1e1e1e;
  padding-right: 15px;
}

.individual._2 {
  border-right: 1px #1e1e1e;
  padding-left: 15px;
  padding-right: 15px;
}

.individual._3 {
  padding-left: 15px;
}

.icon-1x1-medium {
  width: 1.5rem;
  height: 1.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-1x1-medium.is-right {
  transform: rotate(180deg);
}

.slider1_content {
  width: 100%;
  max-width: 49.125rem;
  grid-row-gap: 2rem;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(35, 35, 34, .1);
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 3.5rem;
  display: flex;
}

.slider1_content._5 {
  padding-top: 2rem;
}

.slider2_mask {
  width: 45vw;
  height: auto;
  overflow: visible;
}

.hide {
  display: none;
}

.promo-logo {
  width: 45vw;
  padding-top: 60px;
}

.slider2_slide {
  height: auto;
  margin-left: .75rem;
  margin-right: .75rem;
}

.hero-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  padding-top: 30px;
  padding-left: 60px;
  padding-right: 60px;
  display: block;
}

.img-height {
  height: auto;
}

.image-18 {
  height: 40vh;
}

.step_2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  display: flex;
}

.slider2 {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.text-block-8 {
  color: #52aed5;
  font-family: Bebas Neue, sans-serif;
  font-size: 25px;
}

.nav-item-wrapper {
  color: #fff;
  margin-left: 30px;
  text-decoration: none;
  transition: opacity .2s ease-in-out;
}

.nav-item-wrapper:hover {
  opacity: .2;
}

.contacto {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  padding: 60px 80px;
  font-size: 20px;
  display: flex;
}

.body-2 {
  color: #1e1e1e;
  background-image: url('../images/Sorteo-main.png');
  background-position: 0 0;
  background-size: auto;
}

.products-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.la-servida-all {
  background-color: #131313;
  padding-top: 40px;
}

.pop-up-button {
  width: 300px;
  color: #fff;
  text-align: center;
  background-color: #52aed5;
  border-radius: 3px;
  flex: none;
  margin-bottom: 8px;
  padding: 8px 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  transition: opacity .2s;
}

.pop-up-button:hover {
  opacity: .8;
}

.pop-up-button:active {
  opacity: 1;
}

.popup-form-error {
  color: #444;
  background-color: #dee5eb;
  border-radius: 6px;
  padding: 16px;
}

.pop-up-header {
  line-height: 1.2em;
}

.pop-up-paragraph {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.4em;
}

.pop-up-text-input {
  height: 44px;
  background-color: #f7f9fa;
  border: 1px solid #eff1f3;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.4px;
}

.pop-up-text-input::-ms-input-placeholder {
  color: #c2cdd8;
}

.pop-up-text-input::placeholder {
  color: #c2cdd8;
}

.pop-up-text-box {
  max-width: 650px;
}

.pop-up-wrapper {
  z-index: 300;
  background-color: rgba(0, 0, 0, .51);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pop-up-box {
  width: 40vw;
  height: 60vh;
  max-width: none;
  cursor: auto;
  background-color: rgba(0, 0, 0, 0);
  border: 1px rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: relative;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .05);
}

.pop-up-exit-button {
  z-index: 2;
  opacity: 1;
  cursor: pointer;
  transition: opacity .2s;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.pop-up-exit-button:hover {
  opacity: .8;
}

.form-3 {
  margin-bottom: 8px;
}

.pop-up-form {
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  margin-top: 24px;
  display: flex;
}

.pop-up-form-success {
  color: #33383f;
  background-color: #e9e9e9;
  border-radius: 4px;
  padding: 32px;
  font-size: 16px;
  line-height: 1.4em;
}

.buttons {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.servida-info {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.body-3 {
  background-color: #131313;
}

.age-container {
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.verification-div {
  height: 83vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-5 {
  color: #c5bfb2;
  text-align: center;
  font-family: Bebas Neue, sans-serif;
  font-size: 28px;
}

.button-age {
  width: 100px;
  height: 40px;
  background-color: #c5bfb2;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-age._2 {
  background-color: #131313;
  border: 1px solid #c5bfb2;
}

.text-block-9 {
  color: #131313;
  font-family: Bebas Neue, sans-serif;
  font-size: 22px;
  text-decoration: none;
}

.text-block-9._2 {
  color: #c5bfb2;
}

.list-image-parent-2 {
  z-index: 10;
  width: 18.75em;
  height: 22em;
  border-radius: 1em;
  position: absolute;
  left: -51%;
  right: auto;
  overflow: hidden;
}

.tag-2 {
  z-index: 12;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .7em 1em .5em;
  display: flex;
  position: relative;
}

.list-parent-2 {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.list-parent-grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-black-2 {
  color: #0d0d0d;
}

.image-19 {
  width: 250px;
  height: 350px;
  object-fit: cover;
}

.page-container {
  height: 400vh;
}

.slider {
  display: none;
}

.top-portion {
  width: 100%;
  height: 50%;
  background-color: #131313;
  justify-content: flex-end;
  align-items: center;
  padding-right: 35px;
  display: flex;
}

.bottom-portion {
  width: 100%;
  height: 40%;
  background-color: #52aed5;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 5px;
  display: flex;
}

.image-23 {
  width: 17vw;
}

.image-23.mobile {
  display: none;
}

.rules {
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.image-24 {
  width: 100px;
}

.text-block-10 {
  font-size: 12px;
  line-height: 15px;
}

.text-block-11 {
  font-size: 12px;
  line-height: 14px;
}

.text-block-12 {
  font-size: 9px;
  line-height: 10px;
}

.image-container {
  width: 350px;
  overflow: hidden;
}

.chefkiss, .branca-cola, .menta-mojito, .ginger-mint {
  width: 250px;
  height: 350px;
  object-fit: cover;
  display: none;
}

@media screen and (min-width: 1280px) {
  .image-2 {
    width: auto;
  }

  .product-info {
    justify-content: center;
  }

  .drink {
    top: 0%;
    right: 0%;
  }

  .image-14 {
    width: auto;
  }

  .sorteo-form {
    margin-top: 35px;
  }

  .pop-up-wrapper {
    background-color: rgba(0, 0, 0, .64);
    display: flex;
  }

  .pop-up-box {
    width: 35vw;
    height: 55vh;
    object-fit: cover;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
  }

  .buttons {
    margin-top: 0;
  }

  .age-container {
    flex-direction: column;
    display: flex;
  }

  .image-19 {
    width: 250px;
    height: 350px;
  }

  .bottom-portion {
    padding-top: 30px;
  }

  .image-23 {
    width: 15vw;
  }

  .image-24 {
    width: 90px;
  }

  .text-block-12 {
    font-size: 9px;
    line-height: 10px;
  }
}

@media screen and (min-width: 1440px) {
  .social-img, .social-link {
    width: auto;
  }

  .logo {
    display: block;
  }

  .nav-link:hover {
    margin-bottom: 0;
  }

  .image-2 {
    width: auto;
  }

  .button {
    width: 230px;
  }

  .product {
    width: 45vw;
  }

  .product._2, .product._1 {
    padding-right: 100px;
  }

  .product-info {
    width: 350px;
  }

  .title {
    margin-bottom: -30px;
    padding-top: 60px;
  }

  .title.recetas {
    margin-bottom: 0;
  }

  .top-dropdown {
    grid-template-columns: 1.25fr 1fr;
  }

  .paragraph-3 {
    font-size: 22px;
  }

  .field_input {
    height: 55px;
  }

  .drink {
    width: 22vw;
    top: 0%;
    right: 0%;
  }

  .image-14 {
    width: auto;
  }

  .info-contacto {
    width: 65vw;
    line-height: 26px;
  }

  .form-inputs {
    width: 32.5vw;
  }

  .img-height {
    height: 70vh;
  }

  .pop-up-wrapper {
    display: flex;
  }

  .pop-up-box {
    width: 35vw;
    height: 55vh;
    background-image: none;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 0;
    display: flex;
  }

  .buttons {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .image-19 {
    width: 250px;
    height: 350px;
  }

  .top-portion {
    height: 60%;
  }

  .bottom-portion {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
    padding-top: 30px;
  }

  .image-23 {
    width: 17vw;
  }

  .image-24 {
    width: 90px;
  }

  .text-block-12 {
    font-size: 8px;
    line-height: 10px;
  }

  .julep {
    width: 250px;
    height: 350px;
    object-fit: cover;
  }

  .menta-mojito {
    width: 250px;
    height: 350px;
    object-fit: cover;
    display: none;
  }

  .ginger-mint {
    width: 250px;
    height: 350px;
    object-fit: cover;
    margin-left: 0;
    margin-right: 0;
    display: none;
  }
}

@media screen and (min-width: 1920px) {
  .button {
    z-index: 6;
    width: 300px;
    font-size: 30px;
    line-height: 29px;
    position: relative;
  }

  .paragraph-3 {
    font-size: 25px;
  }

  .image-13 {
    position: relative;
  }

  .drink {
    position: absolute;
    top: 312%;
    bottom: 0%;
    left: auto;
    right: 7%;
  }

  .paragraph-5 {
    font-size: 20px;
    line-height: 23px;
  }

  .image-15.web {
    width: 100vw;
    margin-top: -342px;
  }

  .prizes-info {
    margin-top: -123px;
  }

  .pop-up-box {
    width: 45vw;
    background-size: cover;
  }

  .buttons {
    margin-top: 0;
  }

  .items-alignment {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .sections-div {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .title-link {
    font-size: 20px;
  }

  .links {
    padding-right: 10px;
  }

  .center-package {
    flex-direction: column;
  }

  .lottie.second {
    display: none;
  }

  .text-section {
    width: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    display: flex;
  }

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

  .products {
    flex-direction: column;
  }

  .product {
    width: auto;
    padding-right: 0;
  }

  .product._2 {
    margin-top: 40px;
    padding-right: 0;
  }

  .border {
    flex-direction: column;
    padding-left: 60px;
    padding-right: 60px;
  }

  .line, .servida-container {
    display: none;
  }

  .servida-container.mobile {
    display: flex;
  }

  .recetas {
    padding-bottom: 10px;
  }

  .heading-xsm {
    font-size: 2vw;
  }

  .heading-semi {
    font-size: 6vw;
  }

  .list-parent-grid {
    grid-template-columns: 1fr;
  }

  .projects-info-text {
    grid-template-columns: 1fr 1fr 1fr 1.5fr 2fr;
  }

  .image-8 {
    display: none;
  }

  .nuestra-tienda {
    padding-left: 60px;
    padding-right: 60px;
  }

  .menu-slide-out {
    background-image: linear-gradient(#000, #000);
    padding-left: 20px;
  }

  .container.flex {
    width: 100%;
    max-width: none;
    flex: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .slider2_nav {
    display: block;
  }

  .logo-link {
    max-width: 180px;
  }

  .drink {
    display: none;
  }

  .sections-div-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image-15.web {
    margin-top: -113px;
  }

  .prizes-info {
    margin-top: -37px;
  }

  .form_block {
    width: 100%;
    min-width: 100%;
  }

  .links-2 {
    padding-right: 10px;
  }

  .image-sorteo {
    width: 45%;
  }

  .slider2_mask {
    width: 70vw;
  }

  .slider2_slide {
    width: 60vw;
  }

  .nav-item-wrapper {
    margin-left: 20px;
  }

  .pop-up-button {
    position: relative;
  }

  .pop-up-box {
    width: 70vw;
  }

  .list-parent-grid-2 {
    grid-template-columns: 1fr;
  }

  .image-23 {
    width: 30vw;
  }
}

@media screen and (max-width: 767px) {
  .nav, .nav-2 {
    display: none;
  }

  .center-package {
    padding-top: 0;
  }

  .lottie.second {
    display: none;
  }

  .text-section {
    width: auto;
    padding-top: 40px;
  }

  .heading, .text-block-2 {
    text-align: center;
  }

  .products {
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .product {
    width: auto;
    flex-direction: column;
    padding-right: 0;
  }

  .product._2 {
    padding-top: 40px;
  }

  .border {
    flex-direction: column;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .line {
    display: none;
  }

  .product-info {
    width: auto;
    height: auto;
    justify-content: center;
    align-items: center;
  }

  .paragraph {
    text-align: center;
  }

  .servida-container {
    display: none;
  }

  .servida-container.mobile {
    display: flex;
  }

  .servida {
    width: auto;
  }

  .recetas {
    padding-bottom: 20px;
  }

  .heading-xsm {
    font-size: 3vw;
  }

  .heading-semi {
    font-size: 8vw;
  }

  .projects-info-text {
    grid-template-columns: 1fr .25fr 1fr 1.5fr 4.25fr;
  }

  .navigation {
    background-color: #000;
    display: flex;
  }

  .menu-line-bottom, .menu-line-top, .menu-line-middle {
    background-color: #c5bfb2;
  }

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

  .hamburger-top {
    width: 40px;
    height: 2px;
    background-color: #fff;
    margin-bottom: 8px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .image-10 {
    width: auto;
  }

  .nav-3 {
    display: none;
  }

  .overlay-links-wrapper {
    flex-direction: column;
    margin-top: 100px;
    display: flex;
  }

  .info-text-2, .button_next, .button_submit {
    width: auto;
  }

  .logo-contacto {
    display: none;
  }

  .logo-link {
    z-index: 2000;
    max-width: 140px;
    position: relative;
  }

  .mobile-nav-wrapper {
    justify-content: space-between;
    margin-top: 20px;
    display: flex;
  }

  .mobile-overlay-background {
    z-index: -10;
    background-image: linear-gradient(220deg, #e5127d, #f7c626);
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .hamburger-bottom {
    width: 40px;
    height: 2px;
    background-color: #fff;
    margin-top: 8px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .info-contacto {
    align-items: center;
  }

  .prizes-info {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mobile-overlay {
    z-index: 1000;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .mobile-link {
    z-index: 2000;
    height: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .nav-link-2 {
    font-size: 40px;
    line-height: 40px;
  }

  .step_1 {
    flex-direction: column;
  }

  .form-inputs, .image-sorteo {
    width: auto;
  }

  .hamburger-middle {
    width: 40px;
    height: 2px;
    background-color: #fff;
    padding-bottom: 0;
    padding-right: 0;
  }

  .slider1_content {
    padding: 2rem;
  }

  .promo-logo {
    width: auto;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .step_2 {
    flex-direction: column;
  }

  .nav-item-wrapper {
    margin-bottom: 30px;
  }

  .contacto {
    flex-direction: column;
  }

  .pop-up-box {
    width: 80vw;
  }

  .pop-up-form {
    flex-direction: column;
  }

  .image-23 {
    width: 50vw;
  }
}

@media screen and (max-width: 479px) {
  .nav {
    display: none;
  }

  .body {
    background-color: #131313;
  }

  .nav-2 {
    display: none;
  }

  .image-2 {
    width: auto;
    height: auto;
  }

  .center-package {
    flex-direction: column;
  }

  .logobutton {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    align-items: center;
  }

  .hero {
    height: 95vh;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .image-3 {
    height: auto;
  }

  .button {
    width: 230px;
  }

  .logo-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lottie {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .lottie.second {
    display: none;
  }

  .text-section {
    width: auto;
    margin-top: 0;
    padding-top: 0;
  }

  .heading, .text-block-2 {
    text-align: center;
  }

  .image-4 {
    width: auto;
  }

  .products {
    flex-direction: column;
    padding-top: 100px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .product {
    width: auto;
    flex-direction: column;
    padding-right: 0;
  }

  .product._2 {
    margin-top: 0;
    padding-top: 60px;
  }

  .product._1 {
    align-items: center;
    padding-right: 0;
  }

  .border {
    width: auto;
    border-bottom-style: none;
    flex-direction: column;
    padding: 0 30px;
  }

  .line {
    height: 100px;
    display: none;
  }

  .product-info {
    width: auto;
    height: auto;
    justify-content: flex-start;
    align-items: center;
  }

  .paragraph {
    text-align: center;
  }

  .laservida {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .title {
    padding-top: 0;
  }

  .title.recetas {
    padding-top: 20px;
  }

  .servida-container {
    flex-direction: column;
    display: none;
  }

  .servida-container.mobile {
    display: flex;
  }

  .servida {
    flex-direction: column;
  }

  .servida.web {
    display: none;
  }

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

  .text-block-3.left {
    font-size: 30px;
    line-height: 28px;
  }

  .servida-lottie {
    width: auto;
  }

  .recetas {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .list-image-parent {
    display: none;
  }

  .heading-xsm {
    font-size: 4vw;
  }

  .heading-semi {
    font-size: 12vw;
  }

  .projects-info-text {
    grid-template-columns: 1.5fr 4.25fr;
  }

  .recetas-content {
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
    display: none;
  }

  .recetas-content.mobile {
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .content-block.line-bottom {
    width: auto;
  }

  .top-dropdown {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .spacer {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .receta-img {
    display: block;
  }

  .nuestra-tienda {
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .content-line.footer {
    margin-top: 0;
  }

  .text-block-4 {
    font-size: 15px;
  }

  .text-block-5 {
    color: #000;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
    font-family: Antic Slab, sans-serif;
    font-size: 7px;
    line-height: 14px;
  }

  .align-divs {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 10px;
    display: flex;
  }

  .law {
    display: none;
  }

  .footer-links {
    flex-direction: column;
  }

  .footer-links.mobile {
    background-color: #c5bfb2;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .footer-links.web {
    display: none;
  }

  .footer-links.mobile {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .footer-text-2 {
    text-align: center;
    font-size: 17px;
  }

  .align-links {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .navigation {
    z-index: 1000;
    background-color: #131313;
    display: flex;
  }

  .menu-slide-out {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: none;
  }

  .menu-line-bottom {
    background-color: #c5bfb2;
  }

  .white {
    color: #00b2a9;
    text-align: center;
    font-family: Bebas Neue, sans-serif;
    font-weight: 400;
  }

  .menu-line-top, .menu-line-middle {
    background-color: #c5bfb2;
  }

  .menu-container {
    padding-top: 60px;
  }

  .paragraph-3 {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
  }

  .image-10 {
    width: auto;
  }

  .image-11 {
    padding-bottom: 20px;
  }

  .text-block-7 {
    color: #ebebeb;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 7px;
    line-height: 14px;
  }

  .law-2, .nav-3 {
    display: none;
  }

  .overlay-links-wrapper {
    justify-content: center;
    align-items: center;
  }

  .info-text-2 {
    width: auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 20px;
  }

  .button_next, .button_submit {
    width: auto;
  }

  .prizes-slider {
    padding-left: 30px;
    padding-right: 30px;
  }

  .form-2 {
    padding: 20px 12px;
  }

  .title-2 {
    margin-top: 20px;
  }

  .drink {
    display: none;
  }

  .image-14 {
    width: auto;
    height: auto;
  }

  .mobile-overlay-background {
    background-color: #1e1e1e;
    background-image: none;
  }

  .image-15 {
    margin-top: 0;
  }

  .image-15.web {
    display: none;
  }

  .image-15.mobile {
    width: 100vw;
    max-width: none;
    margin-top: -20px;
    display: block;
  }

  .info-contacto {
    width: auto;
  }

  .prizes-info {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -20px;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .mobile-overlay {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .footer-text-3 {
    text-align: center;
    font-size: 17px;
  }

  .intersection {
    margin-top: 40px;
  }

  .info-horizontal {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .info-horizontal.aj {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .info-horizontal._2 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .image-16 {
    display: none;
  }

  .nav-link-2 {
    font-family: Bebas Neue, sans-serif;
    font-size: 30px;
  }

  .step_1 {
    flex-direction: column;
  }

  .form-inputs, .image-sorteo {
    width: auto;
  }

  .paragraph-2 {
    text-align: center;
    margin-top: -3px;
    font-size: 12px;
  }

  .sorteo-form {
    background-image: none;
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .individual._1 {
    padding-bottom: 0;
    padding-right: 0;
  }

  .individual._2 {
    flex-direction: column;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .individual._3 {
    padding-bottom: 0;
    padding-left: 0;
  }

  .slider1_content {
    width: 80vw;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .promo-logo {
    width: auto;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .slider2_slide {
    width: 80vw;
  }

  .hero-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .image-17 {
    margin-top: -43px;
  }

  .image-18 {
    height: auto;
  }

  .step_2 {
    flex-direction: column;
  }

  .contacto {
    flex-direction: column;
    padding-top: 80px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .products-container {
    flex-direction: column;
  }

  .la-servida-all {
    padding-top: 70px;
  }

  .pop-up-button {
    width: 100%;
    font-size: 16px;
  }

  .pop-up-header {
    font-size: 24px;
  }

  .pop-up-text-input {
    width: 100%;
  }

  .pop-up-wrapper {
    z-index: 1100000;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    left: 0;
    right: 0;
  }

  .pop-up-box {
    width: 80vw;
    height: 70vh;
    border-style: none;
    border-color: #52add5;
    justify-content: center;
    padding: 0;
  }

  .buttons {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .age-container {
    height: auto;
  }

  .verification-div {
    height: 90vh;
  }

  .items-alignment {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .logo-home {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .list-image-parent-2 {
    display: none;
  }

  .image-20 {
    width: 130px;
    max-width: none;
    margin-right: 20px;
  }

  .slider {
    height: 76vh;
    background-color: rgba(0, 0, 0, 0);
    display: block;
  }

  .slide {
    background-color: #131313;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .slide-nav {
    margin-top: 0;
  }

  .second-slider {
    padding-bottom: 40px;
  }

  .image-21 {
    width: 150px;
    padding-right: 10px;
  }

  .image-22 {
    height: auto;
  }

  .top-portion {
    height: 68%;
    padding-right: 0;
  }

  .bottom-portion {
    height: 32%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-end;
    padding-top: 10px;
    padding-bottom: 5px;
  }

  .image-23 {
    width: auto;
    height: 47vh;
    object-fit: cover;
    margin-top: 60px;
    display: none;
  }

  .image-23.mobile {
    height: 51vh;
    display: block;
  }

  .image-24 {
    width: 70px;
  }

  .text-block-12 {
    font-size: 7px;
    line-height: 8px;
  }
}

#w-node-_15f0d44b-4976-6828-343c-2dacafea6c8f-c4d8b176, #w-node-_15f0d44b-4976-6828-343c-2dacafea6c91-c4d8b176 {
  align-self: center;
  justify-self: center;
}

#w-node-_15f0d44b-4976-6828-343c-2dacafea6ca2-c4d8b176, #w-node-eeefdf4b-9370-d665-10d9-f5378b966cbf-c4d8b176, #w-node-eeefdf4b-9370-d665-10d9-f5378b966ce2-c4d8b176, #w-node-f940e4b6-c9ca-53a4-b4ad-297773f92c40-c4d8b176, #w-node-_4e19ba99-c012-1a07-8a87-d67dc7115a57-c4d8b176, #w-node-_4e19ba99-c012-1a07-8a87-d67dc7115a7a-c4d8b176, #w-node-eccda498-b36b-0d0b-aa7b-683cb33cb529-c4d8b176, #w-node-_5efdddef-2a52-773d-afad-e5804ac01394-c4d8b176, #w-node-_5efdddef-2a52-773d-afad-e5804ac013a1-c4d8b176, #w-node-_5efdddef-2a52-773d-afad-e5804ac013c0-c4d8b176, #w-node-_5efdddef-2a52-773d-afad-e5804ac013cd-c4d8b176, #w-node-_5efdddef-2a52-773d-afad-e5804ac013da-c4d8b176, #w-node-_5efdddef-2a52-773d-afad-e5804ac013ae-c4d8b176 {
  justify-self: end;
}


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