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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-hero.luisbouza {
  overflow: hidden;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.logo {
  width: 140px;
}

.logo.luoko {
  width: 90px;
}

.logo.index {
  width: 260px;
}

.logo.lb {
  -webkit-transition: color 600ms ease;
  transition: color 600ms ease;
}

.logo.lb:hover {
  color: #bdb89b;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100vw;
  padding-top: 3vw;
  padding-right: 3vw;
  padding-left: 3vw;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.footer {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container.lb {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.container.footer-lb {
  position: relative;
  z-index: 999;
  padding-top: 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.brand {
  padding-top: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navbar {
  position: fixed;
  z-index: 999;
  width: 100%;
  background-color: hsla(0, 0%, 100%, 0);
}

.body-luoko {
  background-color: #000;
  font-family: Anton, sans-serif;
  color: #fff;
  font-weight: 300;
}

.nav-link {
  margin-right: 0px;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-transition: color 600ms ease, letter-spacing 600ms ease;
  transition: color 600ms ease, letter-spacing 600ms ease;
  font-family: Anton, sans-serif;
  color: #fff;
  letter-spacing: 1px;
}

.nav-link:hover {
  color: #25beb7;
  letter-spacing: 10px;
}

.nav-link.w--current {
  color: #25beb7;
  letter-spacing: 10px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: right;
}

.nav-menu.lb {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: left;
}

.background-video {
  position: absolute;
  width: 100vw;
  height: 50vh;
  margin-left: -10vw;
}

.contenedor {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80vw;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contenedor.bios {
  height: auto;
  padding-top: 230px;
  padding-bottom: 230px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.contenedor.luoko {
  height: auto;
  max-width: 100vw;
  padding-right: 0vw;
  padding-left: 0vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contenedor.left {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.contenedor.quote {
  height: 910px;
  max-width: 50vw;
}

.contenedor.bvma {
  height: 50vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.contenedor.bouza2 {
  max-width: 100vw;
}

.contenedor.reepies {
  height: auto;
  max-width: 100vw;
  padding-right: 0vw;
  padding-left: 0vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-title {
  display: inline-block;
  font-family: Anton, sans-serif;
  font-weight: 400;
  letter-spacing: 9px;
}

.linea-hero {
  width: 100%;
  height: 0.25px;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: #fff;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.section-parragraph {
  padding-right: 0px;
  font-family: Inconsolata, monospace;
  font-weight: 400;
}

.section-parragraph.bvma {
  padding-right: 30px;
}

.section-subtitle {
  display: inline-block;
}

.photo-wrapper {
  position: relative;
  z-index: -1;
  height: 510px;
  min-height: 700px;
}

.photo-wrapper.album {
  position: absolute;
  top: 0px;
  width: 500px;
  height: 100%;
  min-height: 500px;
  background-image: url('../images/luokoCase-back-web.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.photo-wrapper.bio {
  position: absolute;
  width: 500px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent 49%, #000 92%), url('../images/IMG_2076.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
  -webkit-transform: translate(50%, 0px);
  -ms-transform: translate(50%, 0px);
  transform: translate(50%, 0px);
}

.text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}

.text-wrapper.izq {
  margin-right: 0px;
  text-align: right;
}

.text-wrapper.bvma {
  margin-bottom: -100px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.text-wrapper.albim {
  margin-left: 0px;
}

.nav-link-bouza {
  margin: 4vh 0px 4vh -2vh;
  padding: 2vh;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: margin-left 600ms ease, margin-top 600ms ease, margin-bottom 600ms ease, letter-spacing 600ms ease, font-size 600ms ease, color 600ms ease, -webkit-transform 600ms ease;
  transition: margin-left 600ms ease, margin-top 600ms ease, margin-bottom 600ms ease, letter-spacing 600ms ease, font-size 600ms ease, color 600ms ease, -webkit-transform 600ms ease;
  transition: margin-left 600ms ease, margin-top 600ms ease, margin-bottom 600ms ease, letter-spacing 600ms ease, transform 600ms ease, font-size 600ms ease, color 600ms ease;
  transition: margin-left 600ms ease, margin-top 600ms ease, margin-bottom 600ms ease, letter-spacing 600ms ease, transform 600ms ease, font-size 600ms ease, color 600ms ease, -webkit-transform 600ms ease;
  font-family: Cinzel, sans-serif;
  color: rgba(51, 51, 51, 0.4);
  font-size: 10px;
  letter-spacing: 1px;
  text-decoration: none;
}

.nav-link-bouza:hover {
  margin-top: 5vh;
  margin-bottom: 5vh;
  margin-left: 0vh;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  color: #bdb89b;
  font-size: 12px;
  letter-spacing: 2px;
}

.nav-link-bouza.w--current {
  margin-top: 5vh;
  margin-bottom: 5vh;
  margin-left: 0vh;
  border: 1px none #000;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  color: #bdb89b;
  font-size: 12px;
}

.body-bouza {
  background-color: #fff;
  font-family: 'Fauna One', sans-serif;
}

.titulos-bouza {
  display: inline-block;
  margin-bottom: 165px;
  margin-left: -156px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-family: Cinzel, sans-serif;
  color: #bdb89b;
  font-size: 60px;
  line-height: 80px;
  font-weight: 400;
  letter-spacing: 9px;
}

.titulos-bouza.recepies {
  margin-bottom: 89px;
  margin-left: 0px;
}

.paragraph-bouza {
  margin-bottom: 0px;
  font-family: 'Fauna One', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 29px;
  font-weight: 400;
  letter-spacing: 1px;
}

.sectionbouza {
  padding-top: 0vh;
  padding-right: 10vw;
  padding-left: 10vw;
}

.sectionbouza.izq {
  margin-top: 0px;
  margin-bottom: 200px;
  padding-right: 0vw;
  padding-left: 0vw;
}

.sectionbouza.full {
  margin-top: 25vh;
  margin-bottom: 25vh;
  padding-right: 0vw;
  padding-left: 0vw;
}

.section-portada {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Anton, sans-serif;
  font-size: 120px;
  line-height: 140px;
}

.iso {
  position: absolute;
  left: auto;
  z-index: -2;
  width: 300px;
  opacity: 1;
}

.portada-luoko-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.playnow {
  position: static;
  z-index: 99999;
  -webkit-transition: letter-spacing 600ms ease, color 600ms ease;
  transition: letter-spacing 600ms ease, color 600ms ease;
  color: #25beb7;
  letter-spacing: 7px;
  text-decoration: none;
}

.playnow:hover {
  color: #25beb7;
  letter-spacing: 0px;
}

.iso-rotate {
  position: absolute;
  left: auto;
  z-index: -1;
  width: 300px;
  opacity: 1;
}

.recors-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-footer {
  overflow: hidden;
  padding-top: 66px;
  padding-bottom: 66px;
}

.title-footer {
  margin-top: 0px;
  font-size: 38px;
  text-align: left;
  letter-spacing: 2px;
}

.title-footer.lb {
  margin-top: 30px;
  margin-bottom: -80px;
  font-family: Cinzel, sans-serif;
  color: #bdb89b;
  font-size: 80px;
  line-height: 80px;
  font-weight: 400;
}

.cta-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 64px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.social-icon {
  width: 25px;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-transition: color 600ms ease, -webkit-transform 625ms ease;
  transition: color 600ms ease, -webkit-transform 625ms ease;
  transition: transform 625ms ease, color 600ms ease;
  transition: transform 625ms ease, color 600ms ease, -webkit-transform 625ms ease;
  color: #fff;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.social-icon:hover {
  -webkit-transform: scale(1.15) rotateX(20deg) rotateY(-11deg) rotateZ(0deg);
  transform: scale(1.15) rotateX(20deg) rotateY(-11deg) rotateZ(0deg);
  color: #25beb7;
}

.social-icon.s {
  width: 29px;
}

.title-section {
  margin-top: 0px;
  margin-left: -10px;
  font-family: Cinzel, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.square-wrapper {
  position: absolute;
  left: auto;
  right: 30px;
  bottom: auto;
  z-index: 0;
  width: 85%;
  height: 70vh;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-style: solid;
  border-width: 0.5px;
  border-color: #bdb89b;
}

.square-wrapper.last {
  position: absolute;
  left: auto;
  top: auto;
  right: 0px;
  bottom: 5%;
  z-index: -1;
  width: 85%;
  margin: 0px;
}

.quote-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Fauna One', sans-serif;
  color: #333;
  font-size: 20px;
  line-height: 35px;
  font-weight: 400;
  letter-spacing: 0px;
}

.quote-heading.portada {
  position: absolute;
  z-index: 999999;
  padding: 15px 367px 15px 209px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Cinzel, sans-serif;
  color: #333;
  font-size: 50px;
  line-height: 60px;
  text-align: right;
}

.quote-line {
  width: 60%;
  height: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -5%;
  border-right: 0.5px solid #bdb89b;
  border-bottom: 0.5px solid #bdb89b;
  background-color: rgba(189, 184, 155, 0);
}

.portada-text-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(51, 51, 51, 0);
}

.portada-text-wrapper.luoko {
  position: absolute;
  left: 28.6vw;
  z-index: 2;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: rgba(51, 51, 51, 0);
}

.luoko-portada-texto {
  position: static;
  color: #fff;
  font-size: 110px;
  line-height: 120px;
  text-shadow: none;
}

.lottie-animation {
  position: static;
  top: auto;
  bottom: auto;
  width: 200px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: -80px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #ffd9d9;
}

.background-index-black {
  position: relative;
  left: auto;
  right: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(100%, #000), to(#fff));
  background-image: linear-gradient(270deg, #000 100%, #fff);
}

.background-index-white {
  position: relative;
  left: 0px;
  right: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.background-index-white.luisbouza {
  position: static;
  z-index: 0;
}

.luoko-logo-home {
  width: 260px;
  color: #fff;
}

.body {
  overflow: hidden;
}

.portada-contenedor {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -59px;
  padding: 0px 190px 0px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.portada-contenedor.left {
  position: relative;
  z-index: 2;
  margin-right: -59px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 190px;
}

.logo-container-index-lbouza {
  position: absolute;
  z-index: 999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 146px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-container-index-luoko {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 146px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-lbouza {
  font-family: Cinzel, sans-serif;
  color: #bdb89b;
  line-height: 23px;
  letter-spacing: 2px;
  text-decoration: none;
}

.cta-luoko {
  position: relative;
  z-index: 999999;
  font-family: Anton, sans-serif;
  color: #25beb7;
  line-height: 23px;
  letter-spacing: 2px;
  text-decoration: none;
}

.img-lbouza-portada {
  z-index: 340;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.footer-link {
  -webkit-transition: color 600ms ease;
  transition: color 600ms ease;
  font-family: Inconsolata, monospace;
  color: #fff;
  text-decoration: none;
}

.footer-link:hover {
  color: #25beb7;
}

.footer-link.lb {
  font-family: 'Fauna One', sans-serif;
  color: rgba(51, 51, 51, 0.4);
  font-size: 12px;
  letter-spacing: 1px;
}

.footer-link.lb:hover {
  color: #bdb89b;
}

.grid-social-wrapper {
  display: -ms-grid;
  display: grid;
  margin-right: 0px;
  margin-left: 180px;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image {
  position: absolute;
  z-index: -1;
  margin-bottom: -64px;
}

.section-bvma {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.text-container {
  width: 50vw;
}

.text-container.left {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.text-container.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.berlin-text {
  font-size: 90px;
  line-height: 120px;
}

.sqauer-container {
  position: absolute;
  right: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  height: 580px;
  margin-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.lb-img {
  height: 100%;
}

.lb-img._1 {
  background-image: url('../images/carrer-copy.jpg');
  background-position: 100% 0%;
  background-size: cover;
}

.lb-img._2 {
  background-image: url('../images/LuisB15.jpg');
  background-position: 100% 100%;
  background-size: cover;
}

.lb-img._3 {
  background-image: url('../images/LuisB21.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lb-img-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 540px;
  height: 690px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.lb-img-wrapper.horizontal {
  width: 100vw;
  height: 740px;
  margin-left: -20vw;
}

.lb-img-wrapper.beginnings {
  width: 840px;
  height: 530px;
}

.lb-img-wrapper.center {
  margin-left: -20vw;
}

.row-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.row-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 560px;
  margin-top: -135px;
  margin-left: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.row-2.center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.row-2.career {
  padding-left: 130px;
}

.row-2.trainings {
  margin-left: 45px;
  padding-right: 50px;
}

.row-2.recipes {
  max-width: 650px;
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.vertical-section-line {
  width: 20px;
  height: 140px;
  margin-top: -137px;
  margin-left: -20px;
  border-bottom: 1px solid #bdb89b;
  border-left: 1px solid #bdb89b;
}

.vertical-section-line.plates {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.side-nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 998;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  max-height: 100vw;
  padding-top: 15vh;
  padding-right: 3vw;
  padding-left: 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid rgba(51, 51, 51, 0.15);
}

.side-nav.menu {
  display: none;
}

.cms-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.collection-item {
  padding-right: 0px;
  padding-left: 0px;
}

.prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fd665e;
  background-color: #f2f2f2;
  cursor: pointer;
}

.prev:hover {
  background-color: rgba(253, 102, 94, 0.44);
}

.next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fd665e;
  background-color: #f2f2f2;
  cursor: pointer;
}

.next:hover {
  background-color: rgba(253, 102, 94, 0.44);
}

.gallery-wrapper-2 {
  position: relative;
  max-width: 1110px;
  margin-right: auto;
  margin-left: auto;
}

.prev_next-2 {
  position: absolute;
  left: auto;
  top: 6px;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-8 {
  width: 290px;
  height: 180px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.img-recipe-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.img-recipe {
  position: absolute;
}

.img-recipe.center-horizontal {
  z-index: 10;
  width: 500px;
  height: 300px;
  background-image: url('../images/LuisB1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.img-recipe.vertical-left {
  left: -31%;
  width: 280px;
  height: 380px;
  background-image: url('../images/LuisB22.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.img-recipe.vertical-right {
  top: 0%;
  right: -20%;
  z-index: 11;
  width: 290px;
  height: 350px;
  background-image: url('../images/LuisB6.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.img-recipe.vertical-center {
  right: 10%;
  bottom: 10%;
  z-index: 10;
  width: 300px;
  height: 210px;
  background-image: url('../images/LuisB25.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.lbfooter-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.lbfooter-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.f-icon {
  width: 20px;
}

.facebook-link {
  margin-top: 10px;
  -webkit-transition: color 600ms ease;
  transition: color 600ms ease;
  color: rgba(51, 51, 51, 0.4);
}

.facebook-link:hover {
  color: #bdb89b;
}

.back {
  position: absolute;
  z-index: 9999999;
  width: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.back.lbouza {
  top: auto;
  right: 5%;
  bottom: 3%;
  color: #bdb89b;
}

.back.luoko {
  left: 5%;
  bottom: 3%;
  color: #25beb7;
}

.link-block {
  position: absolute;
}

.play {
  min-width: 0px;
  margin-right: 20px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: hsla(0, 0%, 100%, 0);
  -webkit-transition: letter-spacing 600ms ease;
  transition: letter-spacing 600ms ease;
  color: #25beb7;
}

.play:hover {
  letter-spacing: 10px;
}

.copy-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-copys {
  margin-bottom: 15px;
  font-family: Inconsolata, monospace;
  color: #afb1af;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 3px;
}

.footer-copys.inline {
  display: inline-block;
  margin-left: 30px;
}

.by {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 15px;
  margin-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #999;
  text-decoration: none;
}

.logo-is {
  width: 10px;
  margin-left: 0px;
  -webkit-transition: color 400ms ease, width 425ms ease;
  transition: color 400ms ease, width 425ms ease;
  color: #fff;
  line-height: 0px;
}

.logo-is:hover {
  color: #25beb7;
}

.logo-is.lb {
  color: #929292;
}

.logo-is.lb:hover {
  color: #bdb89b;
}

.footer-copy {
  margin-right: 25px;
  margin-left: 0px;
  -webkit-transition: color 600ms ease;
  transition: color 600ms ease;
  font-family: Inconsolata, monospace;
  color: #929292;
  font-size: 12px;
  text-decoration: none;
}

.footer-copy.lb {
  font-family: 'Fauna One', sans-serif;
  color: rgba(51, 51, 51, 0.4);
  font-size: 12px;
  letter-spacing: 1px;
}

.footer-copy.lb:hover {
  color: #bdb89b;
}

.footer-copy.chef {
  font-family: 'Fauna One', sans-serif;
}

.copy-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 53px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.copy-wrapper.lb {
  margin-top: 125px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (min-width: 1280px) {
  .nav-link.w--current {
    color: #25beb7;
    letter-spacing: 10px;
  }
}

@media screen and (min-width: 1440px) {
  .titulos-bouza {
    letter-spacing: 6px;
  }

  .sectionbouza.izq {
    overflow: hidden;
  }

  .title-section {
    margin-right: -20px;
    margin-left: 0px;
  }

  .quote-heading.portada {
    padding-right: 399px;
    padding-left: 353px;
  }

  .portada-contenedor {
    padding-right: 330px;
  }

  .portada-contenedor.left {
    padding-left: 330px;
  }
}

@media screen and (max-width: 991px) {
  .section-hero {
    overflow: hidden;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .logo.lb {
    width: 110px;
  }

  .nav-link {
    margin-left: 0px;
    padding-right: 6vw;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    text-align: right;
  }

  .nav-link.w--current {
    color: #25beb7;
    letter-spacing: 10px;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: hsla(0, 0%, 78.4%, 0);
  }

  .contenedor.bios {
    padding-top: 147px;
    padding-bottom: 147px;
  }

  .contenedor.left {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .contenedor.quote {
    height: 710px;
    max-width: 70vw;
  }

  .nav-link-bouza.menu {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .titulos-bouza.plates {
    margin-left: 25px;
  }

  .sectionbouza {
    padding-right: 0vw;
    padding-left: 180px;
  }

  .sectionbouza.izq {
    margin-bottom: 140px;
  }

  .sectionbouza.full {
    margin-top: 10vh;
    margin-bottom: 10vh;
  }

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

  .heading-2 {
    font-size: 90px;
  }

  .title-section.plates {
    margin-left: 100px;
  }

  .square-wrapper {
    width: 95%;
  }

  .square-wrapper.last {
    width: 96%;
  }

  .quote-heading {
    font-size: 18px;
    line-height: 32px;
  }

  .quote-heading.portada {
    padding-right: 147px;
    padding-left: 0px;
    font-size: 45px;
    line-height: 53px;
  }

  .portada-text-wrapper.luoko {
    padding-bottom: 60px;
  }

  .luoko-portada-texto {
    font-size: 110px;
    line-height: 150px;
  }

  .portada-contenedor {
    padding-right: 0px;
  }

  .section-bvma {
    overflow: hidden;
  }

  .section {
    overflow: hidden;
  }

  .text-container.left {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .berlin-text {
    font-size: 60px;
    line-height: 90px;
  }

  .lb-img-wrapper.horizontal {
    height: 450px;
    margin-left: -180px;
  }

  .lb-img-wrapper.beginnings {
    width: 100%;
    height: 380px;
  }

  .lb-img-wrapper.center {
    width: 340px;
    height: 490px;
  }

  .row-1 {
    padding-left: 180px;
  }

  .row-2 {
    margin-left: 350px;
    padding-right: 40px;
  }

  .row-2.career {
    margin-left: 268px;
    padding-right: 45px;
  }

  .row-2.trainings {
    margin-left: 250px;
    padding-right: 80px;
  }

  .row-2.recipes {
    width: 100%;
    max-width: 100%;
    padding-right: 0px;
    padding-left: 180px;
  }

  .vertical-section-line.plates {
    margin-left: 90px;
  }

  .side-nav {
    display: none;
    width: 180px;
    height: 100vh;
  }

  .side-nav.menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .img-recipe-wrapper {
    width: 100%;
  }

  .img-recipe.vertical-left {
    left: 21%;
  }

  .img-recipe.vertical-right {
    right: 2%;
  }

  .img-recipe.vertical-center {
    bottom: -1%;
  }

  .menu-button.w--open {
    background-color: hsla(0, 0%, 78.4%, 0);
    color: #bdb89b;
  }

  .icon-2 {
    color: #25beb7;
  }

  .menu-button-2 {
    background-color: hsla(0, 0%, 100%, 0);
  }

  .menu-button-2.w--open {
    background-color: rgba(129, 19, 19, 0);
  }
}

@media screen and (max-width: 767px) {
  .section-hero {
    height: auto;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .section-hero.luisbouza {
    max-width: 100vw;
  }

  .contenedor.bios {
    min-height: 740px;
    margin-top: 100px;
    margin-bottom: 100px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .contenedor.quote {
    height: 480px;
    max-width: 100vw;
  }

  .contenedor.bouza2 {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .photo-wrapper.album {
    height: auto;
    min-height: 480px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .photo-wrapper.bio {
    min-height: 500px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .text-wrapper {
    margin-bottom: -170px;
  }

  .text-wrapper.izq {
    max-width: 90vw;
    margin-bottom: 0px;
  }

  .text-wrapper.bvma {
    margin-bottom: 0px;
  }

  .text-wrapper.albim {
    max-width: 90vw;
    margin-bottom: 0px;
  }

  .titulos-bouza {
    margin-left: -20px;
  }

  .titulos-bouza.plates {
    margin-right: 25px;
    margin-left: 0px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .sectionbouza {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-portada {
    height: auto;
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .heading-2 {
    font-size: 70px;
  }

  .iso {
    width: 240px;
  }

  .iso-rotate {
    width: 240px;
  }

  .title-section.plates {
    margin-right: 100px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .square-wrapper {
    width: 95%;
  }

  .quote-heading.portada {
    padding-bottom: 56px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-size: 30px;
    line-height: 40px;
  }

  .quote-wrapper {
    padding-right: 60px;
    padding-left: 60px;
  }

  .portada-text-wrapper.luoko {
    padding-top: 70px;
  }

  .luoko-portada-texto {
    font-size: 60px;
    line-height: 80px;
  }

  .background-index-black {
    width: 50vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .portada-contenedor {
    margin-left: 0px;
  }

  .section-bvma {
    height: auto;
    min-height: 50vh;
    margin-top: 70px;
    margin-bottom: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .text-container.left {
    width: auto;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .text-container.right {
    width: auto;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .sqauer-container {
    width: 100vw;
  }

  .lb-img-wrapper.horizontal {
    height: 350px;
    margin-left: 0px;
  }

  .lb-img-wrapper.beginnings {
    height: 350px;
  }

  .lb-img-wrapper.center {
    width: 80%;
    height: 400px;
    margin-left: 0vw;
  }

  .row-1 {
    padding-left: 0px;
  }

  .row-2 {
    width: 100vw;
    max-width: 100vw;
    margin-left: 0px;
  }

  .row-2.career {
    max-width: 100vw;
    margin-left: 0px;
    padding-right: 60px;
    padding-left: 60px;
  }

  .row-2.trainings {
    max-width: 100vw;
    margin-left: 0px;
    padding-right: 60px;
    padding-left: 60px;
  }

  .row-2.recipes {
    padding-left: 0px;
  }

  .row-2.beginnings {
    margin-left: 0px;
    padding-right: 200px;
    padding-left: 60px;
  }

  .vertical-section-line.plates {
    margin-right: 90px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
    transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  }

  .side-nav {
    display: none;
  }

  .prev {
    width: 50%;
  }

  .next {
    width: 50%;
  }

  .prev_next-2 {
    left: auto;
    top: auto;
    right: 0%;
    bottom: -75px;
    width: 100%;
  }

  .img-recipe-wrapper {
    margin-top: 91px;
  }

  .img-recipe.vertical-left {
    top: -30%;
  }

  .img-recipe.vertical-center {
    bottom: 25%;
  }
}

@media screen and (max-width: 479px) {
  .section-hero {
    overflow: hidden;
    height: auto;
    padding-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .section-hero.index {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .logo.index {
    width: 160px;
  }

  .brand {
    z-index: 999;
  }

  .navbar {
    background-color: #fff;
  }

  .navbar.luoko {
    background-color: hsla(0, 0%, 100%, 0);
  }

  .body-luoko {
    max-width: 100vw;
  }

  .background-video {
    position: static;
    overflow: visible;
    width: 100%;
    height: auto;
    max-height: 30vh;
    margin-left: 0vw;
  }

  .contenedor {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .contenedor.bios {
    max-width: 100vw;
    min-height: 620px;
  }

  .contenedor.quote {
    height: 510px;
    max-width: 100vw;
  }

  .contenedor.bvma {
    height: auto;
    min-height: 560px;
  }

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

  .linea-hero {
    width: 90%;
    height: 1px;
  }

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

  .photo-wrapper.album {
    width: 350px;
    min-height: 500px;
    margin-top: -100px;
  }

  .photo-wrapper.bio {
    top: 0px;
    width: 350px;
    margin-top: -120px;
    margin-bottom: 0px;
  }

  .text-wrapper {
    margin-bottom: 0px;
    padding-left: 5vw;
  }

  .text-wrapper.bvma {
    margin-bottom: -10px;
  }

  .nav-link-bouza.menu {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .titulos-bouza {
    font-size: 45px;
    line-height: 55px;
  }

  .sectionbouza {
    padding-right: 40px;
    padding-left: 40px;
  }

  .section-portada {
    overflow: hidden;
    max-width: 100vw;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .heading-2 {
    font-size: 45px;
    line-height: 95px;
  }

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

  .title-footer.lb {
    margin-bottom: 0px;
    font-size: 60px;
  }

  .cta-hero {
    margin-top: -40px;
    margin-right: 10px;
  }

  .square-wrapper {
    width: 90%;
  }

  .square-wrapper.last {
    width: 90%;
  }

  .quote-heading {
    font-size: 16px;
    line-height: 26px;
  }

  .quote-heading.portada {
    z-index: 220;
    margin-bottom: 40px;
    padding-right: 95px;
    padding-left: 36px;
    font-size: 30px;
    line-height: 40px;
  }

  .quote-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .quote-line {
    width: 90%;
  }

  .portada-text-wrapper.luoko {
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 60px;
  }

  .luoko-portada-texto {
    font-size: 55px;
    line-height: 65px;
  }

  .lottie-animation {
    margin-right: -80px;
    margin-bottom: -30px;
  }

  .background-index-black {
    overflow: hidden;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .background-index-white {
    overflow: hidden;
  }

  .background-index-white.luisbouza {
    overflow: visible;
  }

  .luoko-logo-home {
    width: 140px;
  }

  .body {
    overflow: hidden;
  }

  .portada-contenedor {
    margin-left: -170px;
    padding-right: 0px;
  }

  .portada-contenedor.left {
    margin-right: -170px;
    padding-left: 0px;
  }

  .logo-container-index-lbouza {
    padding-top: 250px;
    padding-right: 25px;
  }

  .logo-container-index-luoko {
    padding-top: 250px;
    padding-left: 0px;
  }

  .grid-social-wrapper {
    margin-left: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .image {
    width: 180vw;
    max-width: 200vw;
    margin-left: -93px;
  }

  .section-bvma {
    overflow: visible;
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .text-container.right {
    margin-bottom: -70px;
  }

  .berlin-text {
    font-size: 40px;
    line-height: 70px;
  }

  .sqauer-container {
    height: 100%;
    margin-right: 170px;
  }

  .lb-img-wrapper.horizontal {
    margin-left: 0px;
  }

  .lb-img-wrapper.center {
    margin-left: 0vw;
  }

  .row-1 {
    padding-left: 0px;
  }

  .row-2 {
    max-width: 100vw;
    margin-top: -100px;
    margin-left: 0px;
    padding-left: 40px;
  }

  .row-2.career {
    margin-left: 0px;
    padding-left: 80px;
  }

  .row-2.trainings {
    margin-left: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .row-2.recipes {
    padding-left: 0px;
  }

  .row-2.beginnings {
    padding-right: 60px;
  }

  .side-nav.menu {
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    max-height: none;
    padding-top: 3vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #fff;
  }

  .prev {
    width: 50%;
  }

  .next {
    width: 50%;
  }

  .luxy {
    overflow: hidden;
    max-width: 100vw;
  }

  .img-recipe.center-horizontal {
    width: 350px;
    height: 250px;
  }

  .img-recipe.vertical-left {
    left: 14%;
    top: -18%;
    display: block;
    width: 200px;
    height: 270px;
  }

  .img-recipe.vertical-right {
    right: 0%;
    width: 190px;
    height: 250px;
  }

  .img-recipe.vertical-center {
    left: 0%;
    right: auto;
    width: 230px;
    height: 290px;
    background-position: 100% 0%;
  }

  .icon {
    color: #bdb89b;
  }

  .logo-is {
    margin-left: 0px;
  }

  .copy-wrapper.lb {
    margin-top: 30px;
  }
}

