:root {
  --Amarillo: #ffbc0d;
  --BlancoCrema: #f7f6e7;
}

@font-face {
  font-family: 'Speedee';
  src:
    url('./../fonts/speedee_Lt.woff') format('woff'),
    url('./../fonts/speedee_Lt.woff2') format('woff2');
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Speedee';
  src:
    url('./../fonts/speedee_Rg.woff') format('woff'),
    url('./../fonts/speedee_Rg.woff2') format('woff2');
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Speedee';
  src:
    url('./../fonts/speedee_Bd.woff') format('woff'),
    url('./../fonts/speedee_Bd.woff2') format('woff2');
  font-style: normal;
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Speedee';
  src:
    url('./../fonts/speedee_blk.woff') format('woff'),
    url('./../fonts/speedee_blk.woff2') format('woff2');
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Speedee', Arial;
  color: var(--BlancoCrema);
  background-color: #000;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
  position: relative;
}

strong,
b,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-family: 'Speedee';
}

img,
div,
section,
article {
  padding: 0;
  margin: 0;
}

a {
  color: var(--Amarillo);
}

section {
  position: absolute;
  width: 100%;
  height: 100vh;
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
  left: 0;
  z-index: 1;
}

/*----------------- SEC 1 -------------------------*/
#sec1 {
  overflow: hidden;
  top: 0;
}

#sec1:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;

  display: block;
  background-size: auto 100%;
  background-image: url('../images/bg_desktop_parte1.jpg');
  background-position: center center;
  width: 100vw;
  height: 105vh;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}

#sec1.sobre:before {
  opacity: 0.6;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  -o-opacity: 0.6;
  -ms-opacity: 0.6;
}

#burger {
  position: absolute;
  width: 250px;
  height: 850px;
  top: calc(50% - 425px);
  left: calc(50% - 375px);
  padding: 0 250px;
  z-index: 11;
}

.htspt {
  display: none;
}

img {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
}

.transparentes {
  opacity: 0.8 !important;
  -webkit-opacity: 0.8 !important;
  -moz-opacity: 0.8 !important;
  -o-opacity: 0.8 !important;
  -ms-opacity: 0.8 !important;
  -webkit-filter: brightness(20%);
  -moz-filter: brightness(20%);
  -o-filter: brightness(20%);
  -ms-filter: brightness(20%);
  filter: brightness(20%);
}

#oscurecer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.7);
}

#burger img {
  position: absolute;
  left: calc(50% - 125px);
  width: 250px;
  height: auto;
  cursor: pointer;
  transition: 0.6s ease-in-out;
  -webkit-transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
}

#ingre1 {
  top: 18%;
  z-index: 10;
}
#ingre2 {
  top: 24%;
  z-index: 17;
}
#ingre3 {
  top: 34%;
  z-index: 16;
}
#ingre4 {
  top: 44%;
  z-index: 15;
}
#ingre5 {
  top: 55%;
  z-index: 14;
}
#ingre6 {
  top: 62%;
  z-index: 13;
}
#ingre7 {
  top: 68%;
  z-index: 12;
}
#ingre8 {
  top: 73%;
  z-index: 10;
}

.rollover #ingre1 {
  top: 12%;
}
.rollover #ingre2 {
  top: 19%;
}
.rollover #ingre3 {
  top: 31%;
}
.rollover #ingre4 {
  top: 42%;
}
.rollover #ingre5 {
  top: 53%;
}
.rollover #ingre6 {
  top: 63%;
}
.rollover #ingre7 {
  top: 70%;
}
.rollover #ingre8 {
  top: 76%;
}
/*--------------------- INGREDIENTES -----------------*/

#intro_ingredientes {
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  z-index: 50;
}

#intro_ingredientes .contenedor {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background-color: transparent;
  overflow: hidden;
}

#volver {
  position: absolute;
  top: 50%;
  left: 50px;
  color: var(--Amarillo);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  cursor: pointer;
  z-index: 55;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

#volver .txt {
  font-weight: 400;
  font-size: 26px;
  line-height: 28px;
  letter-spacing: -0.01em;
  font-family: 'STIX Two Text', serif;
  font-style: italic;
  float: left;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

#volver:hover .txt {
  opacity: 0.8;
}

#descripcion {
  position: absolute;
  color: var(--BlancoCrema);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  cursor: pointer;
  z-index: 55;
  width: 318px;
  height: auto;
}

#descripcion h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: -0.02em;
  color: #f7f6e7;
}

#descripcion p {
  margin: 16px 0;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #f7f6e7;
}

#vervideo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  margin: 16px 0 0 0;
  color: var(--Amarillo);
  cursor: pointer;
  z-index: 55;
  width: 295px;
}

#vervideo .txt_play {
  font-weight: 700;
  font-size: 16px;
  line-height: 15px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-family: 'Speedee';
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

#vervideo:hover .txt_play {
  opacity: 0.8;
}

#vervideo .play_btn {
  width: auto;
  height: 50px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

#vervideo:hover .play_btn {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  filter: grayscale(80%) brightness(150%);
  -webkit-filter: grayscale(80%) brightness(150%);
  -moz-filter: grayscale(80%) brightness(150%);
  -o-filter: grayscale(80%) brightness(150%);
  -ms-filter: grayscale(80%) brightness(150%);
}

#imagen1,
#imagen2,
#imagen3 {
  position: relative;
  /*transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);*/
}

#misdots {
  width: auto;
  height: 16px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 55;
}

#misdots span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 25px;
  margin: 0 3px;
  cursor: pointer;
  background-color: var(--BlancoCrema);
  overflow: hidden;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}
#misdots span:hover {
  opacity: 0.8;
}

#misdots span.destacado {
  background-color: var(--Amarillo);
}

#miescena {
  width: 100%;
  top: 0;
  left: 0;
  height: 42vw;
}
/*--------- INGREDIENTE 1 ------------------------------*/
#intro_ingredientes.ing1 #descripcion {
  top: 34%;
  right: 15%;
}

#intro_ingredientes.ing1 #imagen1 {
  z-index: 51;
  top: 8% !important;
  left: 32% !important;
  width: 33%;
  height: auto;
}
#intro_ingredientes.ing1 #imagen2 {
  z-index: 51;
  top: 60% !important;
  left: 48% !important;
  width: 23%;
  height: auto;
}
#intro_ingredientes.ing1 #imagen3 {
  z-index: 51;
  top: 65% !important;
  left: 16% !important;
  width: 25%;
  height: auto;
}

/*--------- INGREDIENTE 2 ------------------------------*/
#intro_ingredientes.ing2 #descripcion {
  top: 55%;
  left: 16%;
}

#intro_ingredientes.ing2 #imagen1 {
  z-index: 51;
  top: 8% !important;
  left: 32% !important;
  width: 33%;
  height: auto;
}
#intro_ingredientes.ing2 #imagen2 {
  z-index: 51;
  top: 60% !important;
  left: 48% !important;
  width: 23%;
  height: auto;
}
#intro_ingredientes.ing2 #imagen3 {
  z-index: 51;
  top: 15% !important;
  left: 61% !important;
  width: 25%;
  height: auto;
}

/*--------- INGREDIENTE 3 ------------------------------*/
#intro_ingredientes.ing3 #descripcion {
  top: 30%;
  right: 120px;
}

#intro_ingredientes.ing3 #imagen1 {
  z-index: 51;
  top: 10% !important;
  left: 17% !important;
  width: 33%;
  height: auto;
}
#intro_ingredientes.ing3 #imagen2 {
  z-index: 51;
  top: 60% !important;
  left: 48% !important;
  width: 23%;
  height: auto;
}
#intro_ingredientes.ing3 #imagen3 {
  z-index: 51;
  top: 30% !important;
  left: 54% !important;
  width: 25%;
  height: auto;
}

/*--------- INGREDIENTE 4 ------------------------------*/
#intro_ingredientes.ing4 #descripcion {
  top: 55%;
  right: 16%;
}

#intro_ingredientes.ing4 #imagen1 {
  z-index: 51;
  top: 8% !important;
  left: 32% !important;
  width: 33%;
  height: auto;
}
#intro_ingredientes.ing4 #imagen2 {
  z-index: 51;
  top: 60% !important;
  left: 48% !important;
  width: 23%;
  height: auto;
}
#intro_ingredientes.ing4 #imagen3 {
  z-index: 51;
  top: 65% !important;
  left: 16% !important;
  width: 25%;
  height: auto;
}

/*--------- INGREDIENTE 5 ------------------------------*/
#intro_ingredientes.ing5 #descripcion {
  top: 30%;
  right: 120px;
}

#intro_ingredientes.ing5 #imagen1 {
  z-index: 51;
  top: 10% !important;
  left: 17% !important;
  width: 33%;
  height: auto;
}
#intro_ingredientes.ing5 #imagen2 {
  z-index: 51;
  top: 60% !important;
  left: 48% !important;
  width: 23%;
  height: auto;
}
#intro_ingredientes.ing5 #imagen3 {
  z-index: 51;
  top: 30% !important;
  left: 54% !important;
  width: 25%;
  height: auto;
}

/*--------- INGREDIENTE 6 ------------------------------*/
#intro_ingredientes.ing6 #descripcion {
  top: 34%;
  right: 18%;
}

#intro_ingredientes.ing6 #imagen1 {
  z-index: 51;
  top: 8% !important;
  left: 29% !important;
  width: 33%;
  height: auto;
}
#intro_ingredientes.ing6 #imagen2 {
  z-index: 51;
  top: 60% !important;
  left: 40% !important;
  width: 23%;
  height: auto;
}
#intro_ingredientes.ing6 #imagen3 {
  z-index: 51;
  top: 65% !important;
  left: 57% !important;
  width: 25%;
  height: auto;
}
/*--------- INGREDIENTE 7 ------------------------------*/
#intro_ingredientes.ing7 #descripcion {
  top: 29%;
  left: 25%;
}

#intro_ingredientes.ing7 #imagen1 {
  z-index: 51;
  top: 8% !important;
  left: 43% !important;
  width: 33%;
  height: auto;
}
#intro_ingredientes.ing7 #imagen2 {
  z-index: 51;
  top: 60% !important;
  left: 48% !important;
  width: 23%;
  height: auto;
}
#intro_ingredientes.ing7 #imagen3 {
  z-index: 51;
  top: 57% !important;
  left: 22% !important;
  width: 25%;
  height: auto;
}

/*-------------- YOUTUBE ---------------*/

#contenedor_youtube {
  width: 50vw;
  height: 28.2vw;
  position: absolute;
  border: 2px solid #a38e43;
  border-radius: 16px;
  background-color: #a38e43;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

#contenedor_youtube iframe {
  width: 50vw;
  height: 28.2vw;
  border-radius: 16px;
}

/*------------ MOBILE -----------------*/

@media screen and (max-width: 767px) {
  #sec1:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    display: block;
    background-size: 109% auto;
    background-image: url(../images/bg_mobile_parte1.jpg);
    background-position: center center;
    width: 100vw;
    height: 105vh;
    height: 106vh;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    -ms-transition: 0s;
    top: -2vw;
  }

  #sec1.sobre:before {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
  }

  #burger {
    position: absolute;
    width: 42vw;
    height: 114vw;
    top: calc(50% - 57vw);
    left: calc(50% - 21vw);
    padding: 0 0;
  }

  #burger img {
    position: absolute;
    left: 0;
    width: 42vw;
  }

  .htspt {
    display: block;
    position: absolute;
    z-index: 99999;
    width: 8vw !important;
    height: auto;
  }

  #hostspot1 {
    top: 5%;
    left: 32vw !important;
  }

  #hostspot2 {
    top: 17%;
    left: 19vw !important;
  }

  #hostspot4 {
    top: 44%;
    left: 7vw !important;
  }
  #hostspot5 {
    top: 59%;
    left: 21vw !important;
  }
  #hostspot6 {
    top: 70%;
    left: 9vw !important;
  }

  #hostspot7 {
    top: 78%;
    left: 30vw !important;
  }

  #hostspot8 {
    top: 92%;
    left: 11vw !important;
  }

  .rollover #ingre1,
  #ingre1 {
    top: 2%;
    opacity: 1;
  }

  .rollover #ingre2,
  #ingre2 {
    top: 12%;
    opacity: 1;
  }

  .rollover #ingre3,
  #ingre3 {
    top: 25%;
    opacity: 1;
  }

  .rollover #ingre4,
  #ingre4 {
    top: 39%;
    opacity: 1;
  }

  .rollover #ingre5,
  #ingre5 {
    top: 54%;
    opacity: 1;
  }

  .rollover #ingre6,
  #ingre6 {
    top: 68%;
    opacity: 1;
  }

  .rollover #ingre7,
  #ingre7 {
    top: 76%;
    opacity: 1;
  }

  .rollover #ingre8,
  #ingre8 {
    top: 83%;
    opacity: 1;
  }

  #miescena {
    width: 100%;
    top: 4vw;
    left: 0;
    height: 130vw;
  }

  #intro_ingredientes .contenedor {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: translate(0);
  }

  #descripcion {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    cursor: pointer;
    z-index: 55;
    width: 220px;
    height: auto;
    font-size: 3vw; /*3vw*/
    line-height: 4vw;
    text-shadow: 6px 20px 50px rgba(0, 0, 0, 1);
  }

  #descripcion h2 {
    font-size: 6vw;
    line-height: 7vw;
    margin: 0 0 2vw;
  }
  #descripcion p {
    font-size: 16px;
    line-height: 22px;
    text-align: left;
  }
  #vervideo {
    color: var(--Amarillo);
    cursor: pointer;
    z-index: 55;
    width: 100%;
  }

  #contenedor_youtube {
    width: 96vw;
    height: 52vw;
  }

  #contenedor_youtube iframe {
    width: 96vw;
    height: 52vw;
  }

  .imagen1,
  .imagen3,
  .imagen4 {
    position: absolute !important;
  }

  #intro_ingredientes.ing1 #descripcion {
    top: 60px;
    left: 16px;
    right: auto;
  }

  #intro_ingredientes.ing1 #imagen1 {
    top: 20% !important;
    left: 50% !important;
    width: 60vw !important;
  }

  #intro_ingredientes.ing1 #imagen3 {
    z-index: 51;
    top: 84% !important;
    left: 0% !important;
    width: 65vw !important;
    height: auto;
  }

  /*-------------------------------------------------*/

  #intro_ingredientes.ing2 #descripcion {
    top: 60px;
    left: auto;
    right: 16px;
    text-align: right;
  }

  #intro_ingredientes.ing2 #descripcion p {
    text-align: right;
  }

  #intro_ingredientes.ing2 #imagen1 {
    top: 16% !important;
    left: -14% !important;
    width: 60vw !important;
  }

  #intro_ingredientes.ing2 #imagen3 {
    z-index: 51;
    top: 84% !important;
    left: 39% !important;
    width: 65vw !important;
    height: auto;
  }

  /*-------------------------------------------------*/

  #intro_ingredientes.ing4 #descripcion {
    top: 60px;
    left: 16px;
    right: auto;
  }

  #intro_ingredientes.ing4 #imagen1 {
    top: 20% !important;
    left: 50% !important;
    width: 60vw !important;
  }

  #intro_ingredientes.ing4 #imagen3 {
    z-index: 51;
    top: 84% !important;
    left: 0% !important;
    width: 65vw !important;
    height: auto;
  }

  /*-------------------------------------------------*/

  #intro_ingredientes.ing5 #descripcion {
    top: 60px;
    left: 16px;
    right: auto;
  }

  #intro_ingredientes.ing5 #imagen4 {
    z-index: 51;
    top: 31% !important;
    left: 19% !important;
    width: 100vw !important;
    height: auto;
  }

  /*-------------------------------------------------*/

  #intro_ingredientes.ing6 #descripcion {
    top: 60px;
    left: auto;
    right: 16px;
  }

  #intro_ingredientes.ing6 #descripcion h2,
  #intro_ingredientes.ing6 #descripcion p {
    text-align: right;
  }

  #intro_ingredientes.ing6 #imagen1 {
    top: 16% !important;
    left: -14% !important;
    width: 60vw !important;
  }

  #intro_ingredientes.ing6 #imagen3 {
    z-index: 51;
    top: 84% !important;
    left: 39% !important;
    width: 65vw !important;
    height: auto;
  }

  /*-------------------------------------------------*/

  #intro_ingredientes.ing7 #descripcion {
    top: 60px;
    left: 16px;
    right: auto;
  }

  #intro_ingredientes.ing7 #imagen1 {
    top: 20% !important;
    left: 50% !important;
    width: 60vw !important;
  }
  #intro_ingredientes.ing7 #imagen3 {
    z-index: 51;
    top: 84% !important;
    left: 0% !important;
    width: 65vw !important;
    height: auto;
  }

  .item .contenedor {
    width: 100%;
    height: 100vh;
    left: 0;
    position: absolute;
  }

  .item {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    top: 30px;
    left: 0;
    position: relative;
  }
  .transparentes {
    opacity: 1 !important;
    -webkit-opacity: 1 !important;
    -moz-opacity: 1 !important;
    -o-opacity: 1 !important;
    -ms-opacity: 1 !important;
  }

  #volver {
    top: 30px;
    left: 16px;
  }
}
