.body {
  background-color: #0d0e0e;
}

.boton_fs {
  display: none;
}

.linea {
  position: absolute;
  left: 50%;
  top: auto;
  right: 0%;
  bottom: 50%;
  width: 2px;
  height: 460px;
  background-color: #dce2dc;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.linea.auxiliar {
  height: 460px;
}

.linea.linea-sal {
  height: 350px;
}

.linea.auxiliar-sal {
  height: 349px;
  -webkit-transform: rotate(22.2deg);
  -ms-transform: rotate(22.2deg);
  transform: rotate(22.2deg);
}

.linea.auxiliar-conservas {
  height: 261px;
  -webkit-transform: rotate(29.8deg);
  -ms-transform: rotate(29.8deg);
  transform: rotate(29.8deg);
}

.linea.linea-conservas {
  height: 256px;
}

.linea.auxiliar-pan {
  height: 349px;
  -webkit-transform: rotate(22.2deg);
  -ms-transform: rotate(22.2deg);
  transform: rotate(22.2deg);
}

.linea.linea-pan {
  height: 350px;
}

.linea.auxiliar-platos {
  height: 200px;
  -webkit-transform: rotate(39deg);
  -ms-transform: rotate(39deg);
  transform: rotate(39deg);
}

.linea.linea-platos {
  height: 192px;
}

.linea.auxiliar-manija {
  height: 349px;
  -webkit-transform: rotate(22.2deg);
  -ms-transform: rotate(22.2deg);
  transform: rotate(22.2deg);
}

.linea.linea-manija {
  height: 350px;
}

.marca {
  position: absolute;
  left: 5%;
  bottom: 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  -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-radius: 20px;
  background-color: #dce2dc;
}

.marca.marca-sandia {
  left: 89%;
  bottom: 42%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.marca.marca-refri {
  left: 15%;
  bottom: 52%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.marca.marca-meson {
  left: 70%;
  bottom: 38%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.marca.marca-manija {
  left: 9%;
  bottom: 42%;
}

.marca.marca-agua {
  left: 56%;
  bottom: 39%;
}

.marca.marca-sal {
  left: 25%;
  bottom: 41%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.marca.marca-lavaplatos {
  left: 61%;
  bottom: 39%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.marca.marca-conservas {
  left: 33%;
  bottom: 51%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.marca.marca-pan {
  left: 35%;
  bottom: 41%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.marca.marca-platos {
  left: 44%;
  bottom: 59%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.marca.marca-fogon {
  left: 48%;
  bottom: 39%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.marca.marca-manija {
  left: 10%;
  bottom: 41%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.circulo-interno {
  width: 85%;
  height: 85%;
  border: 3px solid #000;
  border-radius: 20px;
  background-color: #dce2dc;
}

.scroll-trigger {
  display: block;
  width: 100%;
  -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;
  background-color: #0d0e0e;
}

.canvas-container {
  position: absolute;
  bottom: -18%;
  display: block;
  background-color: #0d0e0e;
}

.viewport {
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: 0%;
  width: 100%;
  height: 100vh;
  background-color: #0d0e0e;
}

.texto-basura {
  position: absolute;
  left: -340%;
  top: -14%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  color: #dce2dc;
}

.basura-lottie {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.seccion-basura {
  width: 100%;
  height: 200vh;
}

.seccion-sandia {
  width: 100%;
  height: 200vh;
}

.imagen-sandia {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
}

.linea-sandia {
  position: absolute;
  left: 50%;
  top: auto;
  right: 0%;
  bottom: 50%;
  width: 2px;
  height: 350px;
  background-color: #dce2dc;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.linea-sandia.auxiliar {
  height: 356px;
  -webkit-transform: rotate(-22deg);
  -ms-transform: rotate(-22deg);
  transform: rotate(-22deg);
}

.texto-sandia {
  position: absolute;
  left: auto;
  top: auto;
  right: -380%;
  bottom: 77%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  -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: transparent;
  font-family: "Open Sans", sans-serif;
  color: #dce2dc;
  text-align: right;
}

.imagen-refri {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
}

.linea-refri {
  position: absolute;
  left: 50%;
  top: auto;
  right: 0%;
  bottom: 50%;
  width: 2px;
  height: 320px;
  background-color: #dce2dc;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.texto-refri {
  position: absolute;
  left: 400%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 300px;
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  color: #dce2dc;
}

.seccion-refri {
  width: 100%;
  height: 200vh;
}

.seccion-meson {
  width: 100%;
  height: 200vh;
}

.imagen-meson {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
}

.linea-meson {
  position: absolute;
  left: 50%;
  top: auto;
  right: 0%;
  bottom: 50%;
  width: 2px;
  height: 390px;
  background-color: #dce2dc;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.texto-meson {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 250px;
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  color: #dce2dc;
  text-align: right;
}

.imagen-manija {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
}

.agua-lottie {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.fuego-lottie {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.linea-agua {
  position: absolute;
  left: 50%;
  top: auto;
  right: 0%;
  bottom: 50%;
  width: 2px;
  height: 392px;
  background-color: #dce2dc;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.texto-agua {
  position: absolute;
  left: 400%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 250px;
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  color: #dce2dc;
}

.lupa-basura {
  z-index: 100;
  width: 150px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.lupa-sandia {
  z-index: 100;
  width: 150px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.contenido {
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.seccion-sal-azucar {
  width: 100%;
  height: 200vh;
}

.texto-sal {
  position: absolute;
  left: -340%;
  top: -19%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  color: #dce2dc;
}

.lupa-sal {
  z-index: 100;
  width: 150px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.linea-lavaplatos {
  position: absolute;
  left: 50%;
  top: auto;
  right: 0%;
  bottom: 50%;
  width: 2px;
  height: 350px;
  background-color: #dce2dc;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.linea-lavaplatos.auxiliar {
  height: 356px;
  -webkit-transform: rotate(-22deg);
  -ms-transform: rotate(-22deg);
  transform: rotate(-22deg);
}

.texto-lavaplatos {
  position: absolute;
  left: auto;
  top: auto;
  right: -380%;
  bottom: 77%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  -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: transparent;
  font-family: "Open Sans", sans-serif;
  color: #dce2dc;
  text-align: right;
}

.lupa-lavaplatos {
  z-index: 100;
  width: 150px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.seccion-lavaplatos {
  width: 100%;
  height: 200vh;
}

.texto-conservas {
  position: absolute;
  left: -340%;
  top: -29%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  color: #dce2dc;
}

.lupa-conservas {
  z-index: 100;
  width: 150px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.seccion-conservas {
  width: 100%;
  height: 200vh;
}

.seccion-pan {
  width: 100%;
  height: 200vh;
}

.texto-pan {
  position: absolute;
  left: -340%;
  top: -19%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  color: #dce2dc;
}

.lupa-pan {
  z-index: 100;
  width: 150px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.seccion-platos {
  width: 100%;
  height: 200vh;
}

.texto-platos {
  position: absolute;
  left: -340%;
  top: -37%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  color: #dce2dc;
}

.lupa-platos {
  z-index: 100;
  width: 150px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.linea-fogon {
  position: absolute;
  left: 50%;
  top: auto;
  right: 0%;
  bottom: 50%;
  width: 2px;
  height: 350px;
  background-color: #dce2dc;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.linea-fogon.auxiliar {
  height: 356px;
  -webkit-transform: rotate(-22deg);
  -ms-transform: rotate(-22deg);
  transform: rotate(-22deg);
}

.texto-fogon {
  position: absolute;
  left: auto;
  top: auto;
  right: -380%;
  bottom: 77%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  -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: transparent;
  font-family: "Open Sans", sans-serif;
  color: #dce2dc;
  text-align: right;
}

.lupa-fogon {
  z-index: 100;
  width: 150px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.seccion-fogon {
  width: 100%;
  height: 200vh;
}

.texto-manija {
  position: absolute;
  left: -340%;
  top: -19%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  color: #dce2dc;
}

.lupa-manija {
  z-index: 100;
  width: 150px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.seccion-manija {
  width: 100%;
  height: 200vh;
}

.contraportada {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -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: #0d0e0e;
}

.portada {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: auto;
  padding-top: 15%;
  padding-right: 20%;
  padding-left: 20%;
  -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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0d0e0e;
}

.titulo-general {
  font-family: obviously, sans-serif;
  text-align: center;
  color: #dce2dc;
}

.subtitulo {
  font-family: obviously, sans-serif;
  margin-bottom: 34px;
  text-align: center;
  color: #dce2dc;
}

.entradilla {
  font-family: "Open Sans", sans-serif;
  color: #dce2dc;
}

.link {
  color: #dce2dc;
}

.link-2 {
  color: #dce2dc;
}

/*Media Queries for Responsive*/

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .portada {
    padding-top: 40%;
    padding-right: 10%;
    padding-left: 10%;
  }
  .titulo-general {
    font-size: 27px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 0px;
  }

  .subtitulo {
    font-size: 14px;
    margin-top: 2px;
    margin-bottom: 10px;
  }

  .boton_fs {
    display: none;
  }

  .canvas-container {
    position: absolute;
    top: 50%;
    /*transform: translateY(-50%);*/
  }
  .marca {
    width: 15px;
    height: 15px;
  }
  .circulo-interno {
    border: 2px solid #000;
  }
  .contenido {
    font-size: 10px;
    line-height: 15px;
  }

  /*Basura*/
  .linea.auxiliar {
    display: none;
  }
  .linea {
    height: 180px;
  }
  .texto-basura {
    width: 320px;
    top: -20%;
    left: -3px;
  }
  .lupa-basura {
    width: 74px;
  }

  /*Sandía*/
  .linea-sandia.auxiliar {
    display: none;
  }
  .linea-sandia {
    height: 140px;
  }
  .texto-sandia {
    right: -3px;
    bottom: 71%;
    width: 275px;
  }
  .lupa-sandia {
    width: 74px;
  }

  /*Refri*/
  .texto-refri {
    width: 205px;
    left: 0px;
  }
  .linea-refri {
    height: 140px;
  }

  /*Mesón*/
  .texto-meson {
    left: auto;
    top: 0;
    right: 0;
    bottom: auto;
    width: 160px;
  }
  .linea-meson {
    height: 150px;
  }

  /*Salero*/
  .linea.auxiliar-sal {
    display: none;
  }
  .linea.linea-sal {
    height: 148px;
  }
  .texto-sal {
    width: 230px;
    left: -3px;
    top: -27%;
  }
  .lupa-sal {
    width: 74px;
  }

  /*Lavaplatos*/
  .lupa-lavaplatos {
    width: 74px;
  }
  .linea-lavaplatos.auxiliar {
    display: none;
  }
  .texto-lavaplatos {
    width: 210px;
    left: auto;
    top: auto;
    right: -3px;
    bottom: 68%;
  }
  .linea-lavaplatos {
    height: 139px;
  }

  /*Conservas*/
  .linea.auxiliar-conservas {
    display: none;
  }
  .lupa-conservas {
    width: 74px;
  }
  .linea.linea-conservas {
    height: 116px;
  }
  .texto-conservas {
    width: 210px;
    left: -3px;
    top: -45%;
  }

  /*Pan*/
  .linea.auxiliar-pan {
    display: none;
  }
  .lupa-pan {
    width: 74px;
  }
  .linea.linea-pan {
    height: 130px;
  }
  .texto-pan {
    width: 203px;
    left: -3px;
    top: -52%;
  }

  /*Vajilla*/
  .linea.auxiliar-platos {
    display: none;
  }
  .lupa-platos {
    width: 74px;
  }
  .linea.linea-platos {
    height: 100px;
  }
  .texto-platos {
    width: 170px;
    left: -3px;
    top: -40%;
  }

  /*Fogón*/
  .linea-fogon.auxiliar {
    display: none;
  }
  .lupa-fogon {
    width: 74px;
  }
  .linea-fogon {
    height: 150px;
  }
  .texto-fogon {
    width: 90px;
    right: -3px;
    bottom: 73%;
  }
  .linea-agua {
    height: 172px;
  }
  .texto-agua {
    left: -4px;
    top: 0%;
    width: 142px;
  }

  /*Manija*/
  .linea.auxiliar-manija {
    display: none;
  }
  .lupa-manija {
    width: 74px;
  }
  .texto-manija {
    width: 250px;
    left: -3px;
    top: -25%;
  }
  .linea.linea-manija {
    height: 140px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 900px) and (orientation: landscape) {
  .portada {
    padding-top: 0%;
  }
  .canvas-container {
    position: absolute;
    top: auto;
    bottom: -10%;
    transform: none;
  }
  .marca {
    width: 15px;
    height: 15px;
  }
  .circulo-interno {
    border: 2px solid #000;
  }
  .contenido {
    font-size: 10px;
    line-height: 15px;
  }

  /*Basura*/
  .linea.auxiliar {
    display: none;
  }
  .linea {
    height: 180px;
  }
  .texto-basura {
    width: 320px;
    top: -20%;
    left: -3px;
  }
  .lupa-basura {
    width: 74px;
  }

  /*Sandía*/
  .linea-sandia.auxiliar {
    display: none;
  }
  .linea-sandia {
    height: 140px;
  }
  .texto-sandia {
    right: -3px;
    bottom: 71%;
    width: 275px;
  }
  .lupa-sandia {
    width: 74px;
  }

  /*Refri*/
  .texto-refri {
    width: 205px;
    left: 0px;
  }
  .linea-refri {
    height: 140px;
  }

  /*Mesón*/
  .texto-meson {
    left: auto;
    top: 0;
    right: 0;
    bottom: auto;
    width: 160px;
  }
  .linea-meson {
    height: 150px;
  }

  /*Salero*/
  .linea.auxiliar-sal {
    display: none;
  }
  .linea.linea-sal {
    height: 148px;
  }
  .texto-sal {
    width: 230px;
    left: -3px;
    top: -27%;
  }
  .lupa-sal {
    width: 74px;
  }

  /*Lavaplatos*/
  .lupa-lavaplatos {
    width: 74px;
  }
  .linea-lavaplatos.auxiliar {
    display: none;
  }
  .texto-lavaplatos {
    width: 210px;
    left: auto;
    top: auto;
    right: -3px;
    bottom: 68%;
  }
  .linea-lavaplatos {
    height: 139px;
  }

  /*Conservas*/
  .linea.auxiliar-conservas {
    display: none;
  }
  .lupa-conservas {
    width: 74px;
  }
  .linea.linea-conservas {
    height: 116px;
  }
  .texto-conservas {
    width: 210px;
    left: -3px;
    top: -45%;
  }

  /*Pan*/
  .linea.auxiliar-pan {
    display: none;
  }
  .lupa-pan {
    width: 74px;
  }
  .linea.linea-pan {
    height: 130px;
  }
  .texto-pan {
    width: 203px;
    left: -3px;
    top: -52%;
  }

  /*Vajilla*/
  .linea.auxiliar-platos {
    display: none;
  }
  .lupa-platos {
    width: 74px;
  }
  .linea.linea-platos {
    height: 100px;
  }
  .texto-platos {
    width: 170px;
    left: -3px;
    top: -40%;
  }

  /*Fogón*/
  .linea-fogon.auxiliar {
    display: none;
  }
  .lupa-fogon {
    width: 74px;
  }
  .linea-fogon {
    height: 150px;
  }
  .texto-fogon {
    width: 90px;
    right: -3px;
    bottom: 73%;
  }
  .linea-agua {
    height: 172px;
  }
  .texto-agua {
    left: -4px;
    top: 0%;
    width: 142px;
  }

  /*Manija*/
  .linea.auxiliar-manija {
    display: none;
  }
  .lupa-manija {
    width: 74px;
  }
  .texto-manija {
    width: 250px;
    left: -3px;
    top: -25%;
  }
  .linea.linea-manija {
    height: 140px;
  }
  .texto-agua {
    width: 227px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) and (min-height: 768px) and (max-height: 800px) {
  .canvas-container {
    position: absolute;
    bottom: 0;
  }
  .contenido {
    font-size: 14px;
  }
  .boton_fs {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 800px) and (min-height: 1024px) and (max-height: 1280px) {
  .canvas-container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .contenido {
    font-size: 14px;
  }
  .boton_fs {
    display: none;
  }
}

@media only screen and (min-width: 1920px) {
  .boton_fs {
    display: none;
  }

  .portada {
    padding-top: 20%;
  }

  .titulo-general {
    font-family: obviously, sans-serif;
    font-size: 78px;
    margin-bottom: 42px;
  }
  .subtitulo {
    font-family: obviously, sans-serif;
  }

  .entradilla {
    font-size: 17px;
    line-height: 24px;
  }

  /*Fogón*/
  .texto-fogon {
    width: 200px;
  }
  .texto-agua {
    width: 400px;
  }
  .linea-agua {
    width: 3px;
    height: 482px;
  }

  .linea-fogon {
    width: 3px;
    height: 430px;
  }

  .lupa-fogon {
    width: 187px;
  }

  .linea-fogon.auxiliar {
    height: 416px;
  }
}

@media only screen and (min-width: 2560px) {
  .portada {
    padding-top: 20%;
  }

  .entradilla {
    font-size: 24px;
    line-height: 28px;
  }

  .imagen-cocina {
    width: 100%;
  }
  .imagen-refri {
    width: 100%;
  }
  .imagen-sandia {
    width: 100%;
  }
  .imagen-meson {
    width: 100%;
  }
  .imagen-manija {
    width: 100%;
  }

  .marca {
    width: 40px;
    height: 40px;
  }

  .contenido {
    font-size: 21px;
    line-height: 23px;
  }

  /*Basura*/
  .linea {
    height: 710px;
    width: 3px;
  }
  .linea.auxiliar {
    height: 675px;
  }
  .lupa-basura {
    width: 230px;
  }
  .texto-basura {
    width: 670px;
  }

  /*Sandía*/
  .linea-sandia {
    width: 3px;
    height: 590px;
  }
  .lupa-sandia {
    width: 251px;
  }
  .texto-sandia {
    width: 670px;
  }
  .linea-sandia.auxiliar {
    height: 580px;
  }

  /*Refrigerador*/
  .linea-refri {
    height: 430px;
    width: 3px;
  }
  .texto-refri {
    width: 500px;
  }

  /*Mesón*/
  .linea-meson {
    width: 3px;
    height: 530px;
  }
  .texto-meson {
    width: 300px;
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
  }

  /*Salero*/
  .linea.linea-sal {
    height: 580px;
  }
  .texto-sal {
    width: 670px;
  }
  .lupa-sal {
    width: 246px;
  }
  .linea.auxiliar-sal {
    height: 566px;
  }

  /*Lavaplatos*/
  .linea-lavaplatos {
    width: 3px;
    height: 580px;
  }
  .texto-lavaplatos {
    width: 670px;
  }
  .lupa-lavaplatos {
    width: 247px;
  }
  .linea-lavaplatos.auxiliar {
    height: 570px;
  }

  /*Conservas*/
  .texto-conservas {
    width: 670px;
  }
  .lupa-conservas {
    width: 250px;
  }
  .linea.linea-conservas {
    height: 429px;
  }
  .linea.auxiliar-conservas {
    height: 430px;
  }

  /*Pan*/
  .texto-pan {
    width: 670px;
  }
  .lupa-pan {
    width: 250px;
  }
  .linea.linea-pan {
    height: 592px;
  }
  .linea.auxiliar-pan {
    height: 584px;
  }

  /*Vajilla*/
  .texto-platos {
    width: 670px;
  }
  .lupa-platos {
    width: 250px;
  }
  .linea.linea-platos {
    height: 325px;
  }
  .linea.auxiliar-platos {
    height: 330px;
  }

  /*Fogón*/
  .texto-fogon {
    width: 670px;
  }
  .texto-agua {
    width: 500px;
  }
  .linea-agua {
    width: 3px;
    height: 650px;
  }

  .linea-fogon {
    width: 3px;
    height: 592px;
  }

  .lupa-fogon {
    width: 250px;
  }

  .linea-fogon.auxiliar {
    height: 576px;
  }

  /*Manija*/
  .texto-manija {
    width: 670px;
  }
  .lupa-manija {
    width: 250px;
  }
  .linea.linea-manija {
    height: 590px;
  }
  .linea.auxiliar-manija {
    height: 586px;
  }
}

/*Remove Scrollbar*/
.body::-webkit-scrollbar {
  display: none;
}

.body {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.viewport {
  top: auto;
  bottom: 0%;
}
