/* CSS */

@media screen and (min-width: 760px) {


  @font-face {
    font-family: "Helvetica";
    src: url('../../fonts/HelveticaW01-Bold.eot');
    src: url('../../fonts/HelveticaW01-Bold.eot?#iefix') format('embedded-opentype'),
      url('../../fonts/HelveticaW01-Bold.woff2') format('woff2'),
      url('../../fonts/HelveticaW01-Bold.woff') format('woff'),
      url('../../fonts/HelveticaW01-Bold.svg#HelveticaW01-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Helvetica";
    src: url('../../fonts/HelveticaW01-Roman.eot');
    src: url('../../fonts/HelveticaW01-Roman.eot?#iefix') format('embedded-opentype'),
      url('../../fonts/HelveticaW01-Roman.woff2') format('woff2'),
      url('../../fonts/HelveticaW01-Roman.woff') format('woff'),
      url('../../fonts/HelveticaW01-Roman.svg#HelveticaW01-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }



  body {
    background-color: #ffffff;
    /* overflow-y: hidden;
    overflow-x: scroll !important;

    text-size-adjust: auto;
*/

  }

  html, body {
    /*overflow-y: hidden !important;*/

    width: max-content;
    height: 100dvh !important;
  }



  .o-horizontal-scroll-wrapper {
    width: 100vw;
    height: 100vh;
    display: flex;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .o-horizontal-scroll {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
    min-width: 100vw;
    overflow: hidden;

  }



  #header {
    position: fixed;
    width: 6vw;
    height: 100%;

    display: flex;
    z-index: 9999;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    background-color: #10218B;
    background-image: url(/resources/epson-eco-tank/desktop/images/fondotop.png);
    background-size: cover;
    background-color: transparent;
    background-position: top left;
    background-repeat: repeat-y;

  }



  #contenedoria {
    display: NONE;
    position: absolute;
    width: 100%;
    height: 68px;
    background-color: transparent;
    top: 68px;
    z-index: 9999;

  }

  #footerfix {
    position: fixed;
    width: 100%;
    height: 30px;
    bottom: 0px;
    background-color: #494848;
    display: flex;
    z-index: 9999;
    display: flex;
    align-content: center;
    align-items: center;
    color: #ffffff;
    justify-content: center;

  }

  #footerfix .links {
    float: left;
    font-size: 10px;
    width: 30%;
    text-align: left;
    font-family: "Helvetica", serif;
  }

  #footerfix .legales {
    float: right;
    font-size: 10px;
    width: 60%;
    text-align: right;
    font-family: "Helvetica", serif;
  }


  #footerfix a {

    color: #ffffff;
    font-size: 10px;
  }

  #logotop {
    margin-left: 10px;
  }

  #logotopworld {
    margin-right: 10px;
    opacity: 1;
    position: relative;
    top: 3px;
    display: flex;
    align-items: center;
  }


  #docroll {
    position: absolute;
    top: 83dvh;
    left: 86vw;
    cursor: w-resize;
    background-color: transparent;
  }


  #textoslide {
    position: absolute;
    left: 0px;
    cursor: w-resize;
    background-color: transparent;
  }

  #contscrollslide {
    position: absolute;
    left: 105px;
    top: -5px;
    cursor: w-resize;
    background-color: transparent;
  }

  #contscrollslide .textoslide {
    font-size: 14px;
  }

  #scroll-right {
    padding-top: 36px;
    text-align: center;
    margin-top: 0px;
    position: relative;
    display: block;
    width: 29px;
    height: 36px;
    background-color: transparent;
    transform: rotate(270deg);
  }

  .arrow-down {
    display: block;
    margin: 0 auto;
    width: 9px;
    height: 30px;
  }

  .arrow-down:after {
    content: '';
    display: block;
    margin: 0;
    padding: 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid #FF7673E5;
    border-right: 2px solid #FF7673E5;
    behavior: url(-ms-transform.htc);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  #scroll-title-right {
    display: block;
    cursor: pointer;
    color: #FF7673E5;
    font-family: Helvetica Neue, Helvetica, Arial;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    position: absolute;
    right: 240px;
    width: 218px;
    height: 40px;
    bottom: 4vh;
  }

  #scroll-right::before {
    -webkit-animation: elasticus 2.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Safari 4+ */
    -moz-animation: elasticus 2.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Fx 5+ */
    -o-animation: elasticus 2.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Opera 12+ */
    animation: elasticus 2.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* IE 10+, Fx 29+ */
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -1px;
    width: 1px;
    height: 41px;
    background: #FF7673E5;
    content: ' ';
  }

  .regular30 {
    color: #000000;
    font-size: 2vw;
    font-family: "Urbanist", sans-serif;
    white-space: initial;

  }

  .regular20 {
    color: #000000;
    font-size: 1.3vw;
    font-family: "Urbanist", sans-serif;
    white-space: initial;
    margin-top: 20px;
    ;

  }

  .boldita67 {
    color: #000000;
    font-size: 38px;
    font-weight: bold;
    line-height: 45px;

    font-family: "Urbanist", sans-serif;
    white-space: initial;
    margin-bottom: 20px;
  }


  .boldita68 {
    color: #000000;
    font-size: 38px;
    font-weight: bold;
    line-height: 41px;

    font-family: "Urbanist", sans-serif;
    white-space: initial;
    margin-bottom: 20px;
  }


  .boldita69 {
    color: #000000;
    font-size: 29px;
    font-weight: bold;
    line-height: 32px;
    font-family: "Urbanist", sans-serif;
    white-space: initial;
    margin-bottom: 20px;

  }



  .parrafo19 {

    font-size: 1.5vh;
    font-family: "Urbanist", sans-serif;
    line-height: 2.2vh;
    white-space: initial;
  }


  .parrafo20 {

    font-size: 1.5vh;
    font-family: "Urbanist", sans-serif;
    line-height: 2.2vh;
    white-space: initial;
    margin-top: 20px;
  }


  .parrafo21 {

    font-size: 1.5vh;
    font-family: "Urbanist", sans-serif;
    line-height: 2.2vh;
    white-space: initial;
    margin-top: 20px;
  }





  .tituamarillo20 {
    color: #FF0;


    font-family: "Helvetica";
    font-size: 1.2vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2vw;
    margin-bottom: 0.5vw;

  }


  .titublanco26 {
    color: #FFF;
    font-family: "Helvetica";
    font-size: 1.6vw;
    font-style: normal;
    font-weight: 700;
    line-height: 2vw;

    /* 123.077% */
  }


  .titublanco16 {
    color: #FFF;
    font-family: "Helvetica";
    font-size: 1.1vw;
    font-style: normal;

    line-height: 1.6vw;

    /* 123.077% */
  }

  .titublanco16 strong {
    font-weight: 900;
  }



  .titunegro26 {
    color: #000;
    font-family: "Helvetica";
    font-size: 1.6vw;
    font-style: normal;
    font-weight: 900;
    line-height: 2vw;
    margin-bottom: 1vw;

    /* 123.077% */
  }


  .titunegro16 {
    color: #000;
    font-family: "Helvetica";
    font-size: 1vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6vw;

    /* 123.077% */
  }

  .titunegro16 strong {
    font-weight: 900 !important;
  }

  .micro_seccion {
    background-color: transparent;

    text-align: center;
    position: relative;
    opacity: 1;
    margin-right: -10px;


  }


  .seccionhome {
    display: inline-block;
    vertical-align: top;
    height: 100vh;

    text-align: center;
    position: relative;

    min-height: 100vh;
    width: 100%;
    background-color: transparent;


  }


  #studio_seiscajas_desktop {
    height: 45vh !important;
    width: 41vw;
  }

  /*
  #seccion_2_contenidorcajas {
    top: 18dvh !important;
  }
*/
  .micro_seccion_1 {


    display: inline-block;
    vertical-align: top;
    height: 100vh;
    text-align: left;
    position: relative;
    min-height: 100%;
    width: 105vw;


    background-size: contain;
    background-color: #ffffff;
    background-position: top left;
    background-repeat: no-repeat;


  }

  #frame1_arboles {
    display: inline-block;
    position: absolute;
    z-index: 9;
    text-align: left;
    vertical-align: top;
    width: 27vw;
    left: 1vw;

    bottom: 0vw;

    background-color: transparent;
  }


  #frame1_logoinicial {
    display: inline-block;
    position: absolute;
    z-index: 99;
    text-align: left;
    vertical-align: top;
    width: 27vw;
    left: 14vw;
    top: 3vw;


  }



  #frame1_animacioninicial {
    display: inline-block;
    position: absolute;
    z-index: 9;
    text-align: left;
    vertical-align: top;
    width: 35vw;
    left: 15vw;
    top: 4vw;
    height: 71dvh;
    padding: 4vw 5vw 6vw 7vw;
    background-image: url(/resources/epson-eco-tank/desktop/images/hoja1.png);
    background-size: cover;
    background-color: transparent;
    background-position: top left;
    background-repeat: no-repeat;

  }


  .frame1_titular1 {
    position: relative;
    color: #10218B;
    font-family: Helvetica;
    font-size: 2.4vw;
    font-style: normal;
    font-weight: 700;
    line-height: 2.8vw;
    opacity: 1;
    /* 71.37px */
  }


  .frame1_subtitular1 {
    color: #000;
    font-family: Helvetica;
    font-size: 1.3vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6vw;
    margin-top: 1vw;
    opacity: 1;
    ;
    /* 41.4px */
    /* 71.37px */
  }



  .frame1_estrellas1 {

    position: absolute;
    top: 18vw;
    left: 24vw;
    width: 4vw;
    opacity: 1;

  }

  .frame1_estrellas1 img {
    width: 100%;

  }

  .frame1_scroll {

    position: absolute;
    top: 25vw;
    left: 23vw;
    width: 19vw;

  }

  .frame1_scroll img {
    width: 100%;

  }

  .queflote1 {
    animation: floatingscroll 2s ease-in-out infinite;
  }

  @keyframes floatingscroll {
    0% {

      transform: translatex(0px);
    }

    50% {

      transform: translatex(-20px);
    }

    100% {

      transform: translatex(0px);
    }
  }

  #frame1_foto1 {
    display: inline-block;
    position: absolute;
    z-index: 9;
    text-align: left;
    vertical-align: top;

    width: 47vw;
    left: 58vw;
    top: 0vw;
    height: 100dvh;
    background-image: url(/resources/epson-eco-tank/desktop/images/foto1.png?6565);
    background-size: cover;
    background-color: transparent;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    transition: all 4s ease-in;
    transition-timing-function: cubic-bezier(0.75, 0.02, 0.5, 1);



  }


  #frame1_logoepson {
    display: inline-block;
    position: absolute;
    z-index: 9;
    text-align: left;
    vertical-align: top;
    width: 10vw;
    left: 23vw;
    top: 83dvh;
    height: 9dvh;
    background-color: transparent;
    color: #000;
    font-family: Helvetica;
    font-size: 1vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

  }

  .frame1_logoepson img {
    display: block;
    padding-top: 10px;
    width: 100%;

  }

  #frame1_bocadillotexto {
    display: flex;
    position: absolute;
    z-index: 9;
    text-align: left;
    vertical-align: top;
    width: 25vw;
    left: 64vw;
    top: 16vw;
    background-color: transparent;
    color: #000;
    text-align: center;
    flex-direction: column;
    align-content: center;
    align-items: center;


  }

  #frame1_bocadillotexto .parrafo {
    display: block;
    width: 25vw;

    color: #000;
    text-align: center;
    font-family: "Helvetica";
    font-size: 1vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3vw;

  }

  #frame1_bocadillotexto .parrafo strong {

    font-weight: 900;


  }



  .interior_desktophover {
    background-position: right top !important;

  }

  #frame1_bocadillotexto .parrafo2 {
    display: block;
    width: 35vw;

    color: #000;
    text-align: center;
    font-family: "Helvetica";
    font-size: 1.6vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.8vw;
    margin-top: 1vw;
    /* 123.077% */

  }

  .btnctacolorido {
    display: block;
    color: #FFF;
    font-family: "Helvetica";
    font-size: 1.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    min-width: 11vw;
    width: fit-content;
    height: 3vw;
    text-align: center;
    padding-top: 1vw;
    margin-top: 2vw;
    cursor: pointer;
    text-decoration: none;


    border-radius: 0px;
    background-color: #10218B;
    text-decoration: none;

    position: relative;
    transition: all 300ms linear;


    box-shadow: 5px 5px 0px 0 #F00095, 10px 10px 0 0 #FFCE2E;

  }


  .btnctacolorido:hover {
    background-color: #FFCE2E;
    box-shadow: 5px 5px 0px 0 #F00095, 10px 10px 0 0 #10218B;
    color: #10218B;
    text-decoration: none;
  }


  /* micro_seccion_2 */

  .micro_seccion_2 {


    display: inline-block;
    vertical-align: top;
    height: 100vh;
    text-align: left;
    position: relative;
    min-height: 100%;
    width: 52vw;
    margin-top: 0px;


    background-color: #009DE0;


  }

  .seccion_2_titular {
    display: block;
    color: #10218B;
    font-family: Helvetica;
    font-size: 2.5vw;
    font-style: normal;
    font-weight: 700;
    line-height: 3vw;

    display: inline-block;
    position: absolute;
    z-index: 9;
    text-align: left;
    vertical-align: top;
    width: 45vw;
    left: 6vw;
    top: 7dvh;
    height: 17dvh;


  }

  .seccion_2_logopieza {
    display: inline-block;

    z-index: 9;
    text-align: left;
    vertical-align: top;
    background-color: transparent;
  }



  .seccion2_texto1 {
    display: inline-block;
    position: absolute;
    z-index: 9;
    text-align: left;
    vertical-align: top;
    width: 37vw;
    left: 6vw;
    top: 22dvh;
    height: 20dvh;
    background-color: transparent;
    color: #000;
    color: #000;
    font-family: Helvetica;
    font-size: 1.4vw;
    font-style: normal;
    font-weight: 400;
    line-height: 2.5vw;
  }


  .tag-botoncta1 {
    padding-top: 1vw;
    margin-top: 3vw;
    margin-left: 25px;


  }

  .seccion2_unavezmas {
    display: flex;
    position: absolute;
    z-index: 9;
    text-align: left;
    vertical-align: top;
    width: 34vw;
    left: 6vw;
    bottom: 14dvh;
    height: 11dvh;
    background-color: transparent;
    color: #000;
    font-family: Helvetica;
    font-size: 1vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6vw;
  }

  .seccion2_unavezmas_texto {
    display: block;
    width: 10vw;
    margin-top: 1vw;
    color: #10218B;
    font-family: Helvetica;
    font-size: 1.1vw;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: 189.239%;
    opacity: 0;
    /* 45.417px */

  }



  .seccion2_unavezmas_flecha1 img {
    width: 5vw;
    display: block;
    margin-top: 2vw;


  }

  .seccion2_unavezmas_flecha2 img {
    width: 5vw;
    display: block;
    margin-top: 0vw;

  }

  .btnflecha img {
    height: 1.2vw;
    margin-left: 0.2vw;
    ;
  }

  .seccion2_texto2 {
    display: inline-block;
    position: absolute;
    z-index: 9;
    text-align: left;
    vertical-align: top;
    width: 23vw;
    left: 65vw;
    top: 14dvh;
    height: 100dvh;
    background-color: transparent;
    color: #000;
    color: #000;
    font-family: Helvetica;
    font-size: 1vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6vw;
  }


  #seccion_2_foto1 {
    position: absolute;
    display: inline-block;

    z-index: 9;
    text-align: left;
    vertical-align: top;
    background-color: transparent;
    width: 20vw;
    left: 9vw;
    top: 12dvh;



  }

  #seccion_2_foto1 img {
    width: 100%;

  }


  #seccion_2_foto2 {
    position: absolute;
    display: inline-block;

    z-index: 9;
    text-align: left;
    vertical-align: top;
    background-color: transparent;
    width: 20vw;
    left: 38vw;
    top: 10dvh;



  }


  #seccion_2_foto2 img {
    width: 100%;

  }

  #seccion_2_contenidorcajas {
    position: absolute;
    display: inline-block;

    z-index: 999;
    text-align: left;
    vertical-align: top;
    background-color: transparent;
    width: 40vw;
    left: 13vw;
    top: 23dvh;



  }





  .addshake {

    animation: horizontal-shaking 0.50s linear infinite;

  }

  @keyframes horizontal-shaking {
    0% {
      transform: translateX(0)
    }

    25% {
      transform: translateX(5px)
    }

    50% {
      transform: translateX(-5px)
    }

    75% {
      transform: translateX(5px)
    }

    100% {
      transform: translateX(0)
    }
  }


  /* micro_seccion_3 */


  .micro_seccion_3 {


    display: inline-block;
    vertical-align: top;
    height: 100vh;
    text-align: left;
    position: relative;
    min-height: 100%;
    width: 60vw;


    background-color: #FAFAFA;



  }


  #seccion_3_hexagono_verde {

    position: absolute;
    width: 46vw;
    left: -16vw;
    top: 0px;
    height: 99vh;
    background-image: url(/resources/epson-eco-tank/desktop/images/hexagono_verde.svg);
    background-size: cover;
    background-color: transparent;
    background-position: top left;
    background-repeat: no-repeat;

  }




  #seccion_3_text21 a.btncta {
    display: block;
    color: #FFF;
    font-family: "Helvetica";
    font-size: 1vw;
    font-style: normal;
    font-weight: 900;
    line-height: 14px;
    width: 13vw;
    height: 3vw;
    background: #011C58;
    padding-top: 1vw;
    margin: 2vw auto 0px auto;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    /* 100% */

  }

  #seccion_3_text21 a.btncta:hover {
    animation: horizontal-shaking 0.50s linear infinite;

  }




  #seccion_3_text21 {

    position: absolute;
    width: 28vw;
    left: 43vw;
    top: 11vw;




  }

  #seccion_3_hexagono_verde .texto1 {

    position: absolute;
    top: 11vw;
    left: 20vw;
    width: 22vw;
    color: #FFF;
    font-family: "Helvetica";
    font-size: 2vw;
    font-style: normal;
    font-weight: 700;
    line-height: 2vw;
    text-align: right;

  }




  #seccion_3_hexagono_verde .foto {
    position: absolute;
    top: 21vw;
    left: -3vw;
    width: 47vw;
    color: #FFF;


  }

  .typewriter-text {
    font-size: 2vw;

    line-height: 2vw;
    white-space: pre-wrap;
    overflow: hidden;

    opacity: 0;
  }

  #seccion_3_foto2 {
    position: absolute;
    width: 100%;

    height: 60dvh;
    left: 8vw;
    top: 15dvh;
    background-image: none;


    background-size: contain;

    background-position: top left;
    background-repeat: no-repeat;


    z-index: 999;

  }

  #seccion_4_claim {
    position: absolute;
    width: 18vw;
    height: 3dvh;
    left: 36vw;
    top: 85dvh;
    z-index: 999;


    z-index: 999;

  }

  #studio_game1 {
    height: 100dvh !important;
    width: 50vw;
  }


  #seccion_4_bullets {
    position: absolute;
    width: 50vw;
    height: 100dvh;
    left: 0vw;
    top: 0dvh;
    background-color: #fafafa;
    z-index: 999;

  }


  #seccion_5_blanco {
    position: absolute;
    width: 34vw;
    height: 100dvh;
    /*left: -20vw;*/
    left: -1vw;
    top: 0dvh;
    background-color: #009DE0;


    background-image: url('/resources/epson-eco-tank/desktop/images/trama1.svg');

    background-size: cover;


    background-position: top left;
    background-repeat: no-repeat;
    z-index: 999;

  }

  #seccion_5_botes {
    position: absolute;
    width: 50vw;
    height: 80dvh;
    /*left: -20vw;*/
    left: 0vw;
    top: 10dvh;
    background-color: transparent;
    z-index: 999;

  }

  #seccion5_textos {
    position: absolute;
    width: 44vw;
    height: 80dvh;
    left: 39vw;
    top: 17dvh;
    background-color: transparent;
    z-index: 999;

  }

  #seccion5_cta {
    position: absolute;
    width: 14vw;
    height: 16dvh;
    left: 84vw;
    top: 74dvh;
    background-color: transparent;
    z-index: 999;

  }

  .seccion5_titular1 {
    color: #10218B;
    font-family: Helvetica;
    font-size: 2vw;
    font-style: normal;
    font-weight: 700;
    line-height: 3vw;
    margin-bottom: 2vw;
    /* 59.77px */

  }

  .seccion5_titular2 {
    color: #10218B;
    font-family: Helvetica;
    font-size: 1.8vw;
    font-style: normal;
    font-weight: 700;
    line-height: 2vw;
    margin-top: 2vw;
    /* 60.557px */

  }

  .seccion5_textmini {
    margin-top: 2vw;
    display: block;
    color: #FFF;
    font-family: Helvetica;
    font-size: 0.5vw;
    font-style: normal;
    font-weight: 400;
    width: 80%;

    /* 20.816px */
  }

  .seccion5_titular2 svg {
    height: 1.8vw;

  }

  .seccion5_parrafoblanco {
    color: #FFF;
    font-family: Helvetica;
    font-size: 1.2vw;
    font-style: normal;


    /* 35.955px */

  }

  .micro_seccion_4 {


    display: inline-block;
    vertical-align: top;
    height: 100vh;
    text-align: left;
    position: relative;
    min-height: 100%;
    width: 140vw;


    background-image: url('../../../../resources/epson-eco-tank/desktop/images/fondo4.jpg');


    background-size: cover;
    background-color: #ffffff;
    background-position: top left;
    background-repeat: no-repeat;


  }

  #seccion_4_slider1 {
    position: absolute;
    width: fit-content;
    left: 7vw;
    top: 6vw;
    background-color: transparent;
    z-index: 99;




  }

  #seccion_4_textanim1_mancha1 {
    position: absolute;
    width: 19vw;
    left: 21vw;
    top: -8vw;
    background-color: transparent;
    z-index: 99;
    transform: rotate(20deg) scale(0.7);
    -webkit-transfor: rotate(20deg) scale(0.7);
    -ms-transform: rotate(20deg) scale(0.7);
    transform-origin: center center;

    animation: rotation1 40s ease infinite;



  }

  #seccion_4_textanim1_mancha1 img {
    width: 100%;

  }

  #seccion_4_textanim1_mancha2 {
    position: absolute;
    width: 29vw;
    left: 36vw;
    top: -8vw;

    background-color: transparent;
    z-index: 99;
    transform: rotate(20deg) scale(0.7);
    -webkit-transfor: rotate(20deg) scale(0.7);
    -ms-transform: rotate(20deg) scale(0.7);
    transform-origin: center center;
    animation: rotation1 40s ease infinite;
  }

  #seccion_4_textanim1_mancha2 img {
    width: 100%;

  }

  #seccion_4_foto1 {
    position: absolute;
    width: 37vw;
    left: 52vw;
    top: 16dvh;
    background-color: transparent;
    z-index: 999;


  }

  #seccion_4_foto1 img {
    width: 100%;

  }

  #seccion_4_textos {
    position: absolute;
    width: 32vw;
    left: 10vw;
    top: 8vw;
    background-color: transparent;
    z-index: 99;

  }

  #seccion_4_textos2 {
    position: absolute;
    width: 37vw;
    left: 93vw;
    top: 24dvh;
    background-color: transparent;
    z-index: 99;

  }


  #seccion_4_textohorizontal {
    position: absolute;
    left: -17vw;
    top: 47dvh;
    width: 48vw;
    background-color: transparent;
    z-index: 99;
    transform: rotate(270deg);
    color: #10218B;
    text-align: center;
    font-family: Helvetica;
    font-size: 2.4vw;
    font-style: normal;

    line-height: 2.4vw;
    text-transform: uppercase;

  }

  .seccion_4_titular {
    display: block;
    color: #10218B;
    font-family: Helvetica;
    font-size: 2.5vw;
    font-style: normal;
    font-weight: 700;
    line-height: 3vw;
  }

  .seccion_4_linea {
    height: 3vw;
    width: 7vw;
    margin-left: 4vw;
  }

  .seccion_4_texto {

    color: #000;
    font-family: Helvetica;
    font-size: 1.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: 2.2vw;
  }



  .micro_seccion_5 {


    display: inline-block;
    vertical-align: top;
    height: 100vh;
    text-align: left;
    position: relative;
    min-height: 100%;
    width: 102vw;

    
    background-image: url('/resources/epson-eco-tank/desktop/images/borderosa.png');

    background-size: cover;

    background-position: top right;
    background-repeat: no-repeat;


  }

  #seccion_5_foto1 {
    position: absolute;
    width: 26vw;
    left: 4vw;
    top: 29dvh;
    background-color: transparent;
    z-index: 999;

  }

  #seccion_5_foto1 img {
    width: 100%;

  }

  #seccion5_trianguloazul {
    position: absolute;
    width: fit-content;
    right: 0vw;
    bottom: 0vw;
    background-color: transparent;


  }



  #seccion5_txtworld {
    position: absolute;
    width: 20vw;
    left: 3vw;
    top: 10vw;
    background-color: transparent;

    z-index: 999;


  }


  #seccion5_txtworld_txt {

    position: absolute;
    width: 22vw;
    left: 6vw;
    top: 30vw;
    background-color: transparent;
    display: block;
    color: #000;
    font-family: "Helvetica";
    font-size: 1.1vw;
    font-style: normal;

    line-height: 1.6vw;
  }


  #seccion5_txtworld_txt strong {
    font-weight: 900;
  }



  #seccion_5_foto {
    position: absolute;
    width: 39vw;
    left: 29vw;
    top: 15vw;
    background-color: transparent;


  }



  #seccion5_foto2 {
    position: absolute;
    width: 25vw;
    left: 56vw;
    top: 30vw;
    background-color: transparent;
    z-index: 999;

  }



  .micro_seccion_6 {


    display: inline-block;
    vertical-align: top;
    height: 100vh;
    text-align: left;
    position: relative;
    min-height: 100%;
    width: 165vw;






  }





  #seccion6_animobotencitllos {


    position: absolute;
    width: 9vw;
    left: 1vw;
    top: 0vw;
    background-color: transparent;
    display: block;
    color: #000;
  }

  #seccion6_animobotencitllos img {
    max-width: 100%;
    height: 100%;
  }

  #seccion6_foto1 {


    position: absolute;
    width: 32vw;
    left: 21vw;
    top: 26dvh;
    background-color: transparent;
    display: block;
    color: #000;
  }

  #seccion6_flecha {

    position: absolute;
    width: 32vw;
    left: 39vw;
    top: 34dvh;
    background-color: transparent;
    display: block;
    color: #000;
  }

  .seccion6_titular1 {
    color: #10218B;
    font-family: Helvetica;
    font-size: 2vw;
    font-style: normal;
    font-weight: 700;
    line-height: 3vw;
    margin-bottom: 2vw;
  }

  #seccion6_texto1 {
    position: absolute;
    width: 30vw;
    left: 50vw;
    top: 25dvh;
    background-color: transparent;
    color: #10218B;
    font-family: Helvetica;
    font-size: 1.2vw;
    font-style: normal;
    line-height: 2vw;
    font-weight: 400;
  }




  #seccion6_foto6 {


    position: absolute;
    width: 20vw;
    left: 85vw;
    top: -15vw;
    background-color: transparent;
    display: block;
    color: #000;
    opacity: 1;
    z-index: 9999;
  }

  #seccion6_botes {


    position: absolute;
    width: 29vw;
    left: 74vw;
    bottom: -11dvh;
    background-color: transparent;
    display: block;
    color: #000;
    opacity: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;

    z-index: 999;

  }

  #botecyan {
    margin-top: 10dvh;
    transition: all 0.2s ease-in;
    transition-timing-function: cubic-bezier(0.75, 0.02, 0.5, 1);
  }

  #botemagenta {
    margin-top: 10dvh;
    transition: all 0.2s ease-in;
    transition-timing-function: cubic-bezier(0.75, 0.02, 0.5, 1);
  }

  #boteyellow {
    margin-top: 10dvh;
    transition: all 0.2s ease-in;
    transition-timing-function: cubic-bezier(0.75, 0.02, 0.5, 1);
  }

  #boteblack {
    margin-top: 10dvh;
    transition: all 0.2s ease-in;
    transition-timing-function: cubic-bezier(0.75, 0.02, 0.5, 1);
  }

  #seccion6_foto6 img {
    width: 100%;

  }


  #seccion6_foto7 {


    position: absolute;
    width: 43dvh;
    left: 92vw;
    opacity: 1;
    top: 29dvh;
    background-color: transparent;
    display: block;
    color: #000;
  }


  #seccion6_foto7 img {
    width: 100%;

  }



  #seccion6_rrss {


    position: absolute;
    width: 44vw;
    max-width: 1200px;
    height: 100%;
    right: 1vw;
    top: 0vw;
    background-color: transparent;
    display: block;
    color: #000;


    background-image: url('../../../../resources/epson-eco-tank/desktop/images/fotofinal.png');


    background-size: cover;
    background-color: #10218B;
    background-position: top left;
    background-repeat: no-repeat;

  }


  .secion6_rrrs_zona1 {
    display: flex;
    width: 20vw;
    text-align: center;
    position: absolute;
    width: 25vw;
    height: 100%;
    top: 47dvh;
    left: 9vw;
    color: #10218B;
    font-family: Helvetica;
    font-size: 1vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: center;
  }

  .secion6_rrrs_zona2 {
    display: flex;
    width: 20vw;
    text-align: center;
    position: absolute;
    width: 32vw;
    height: 8dvh;
    bottom: 7dvh;
    left: 6vw;
    color: #10218B;
    font-family: Helvetica;
    font-size: 1vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: center;
  }

  .secion6_rrrs_zona2 a {
    color: #10218B;
    text-decoration: none;


  }

  .secion6_rrrs_zona2 a:hover {
    color: #10218B !important;
    text-decoration: none;


  }

  .secion6_rrrs_links {
    display: flex;
  }

  .secion6_rrrs_zona1_icos {
    display: flex;
    width: 13vw;
    justify-content: space-around;
    margin-top: 1vw;
  }

  /*

 

*/

  .imgelastic {
    max-width: 100%;
    height: auto;
  }

  .queflotebig {
    animation: floating 10s ease-in-out infinite;
  }


  @keyframes rotation1 {
    from {
      transform: rotate(0deg);
    }

    to {
      transform: rotate(359deg);
    }
  }




  .queflote2 {
    animation: floating 5s ease-in-out infinite;
  }

  .queflote3 {
    animation: floating 4s ease-in-out infinite;
  }

  @keyframes floating {
    0% {

      transform: translatey(0px);
    }

    50% {

      transform: translatey(-10px);
    }

    100% {

      transform: translatey(0px);
    }
  }


  .gfw-share-wrpr {
    width: 180px;
    float: right;
    display: none;
  }

  .gfw-share-wrpr>span {
    font-size: 14px;
  }

  .gfw-share-wrpr .gfw-share-btns {
    white-space: nowrap;
    cursor: pointer;
  }

  .gfw-share-wrpr .gfw-share-btns .gfw-expanded-options {
    width: 0;
    height: 60px;
    overflow: hidden;
    vertical-align: top;
    opacity: 0;
    transition: all 300ms linear;
  }

  .gfw-share-wrpr .gfw-share-btns .gfw-expanded-options.active {
    display: inline-block;
    width: 180px;
    opacity: 1;
    margin-right: 5px;
  }

  .gfw-share-wrpr .gfw-share-btns div:first-of-type {
    display: inline-block;
  }

  .gfw-share-wrpr .gfw-share-btns>div:last-of-type,
  .gfw-share-wrpr .gfw-share-btns a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 10px;
    padding: 0;
    line-height: 40px;
    transform: scale(1);
    transition: all 300ms linear;
  }

  .gfw-share-wrpr .gfw-share-btns>div:last-of-type:focus,
  .gfw-share-wrpr .gfw-share-btns>div:last-of-type:hover,
  .gfw-share-wrpr .gfw-share-btns a:focus,
  .gfw-share-wrpr .gfw-share-btns a:hover {
    transform: scale(0.95);
  }

  .gfw-share-wrpr .gfw-share-btns>div:last-of-type img,
  .gfw-share-wrpr .gfw-share-btns a img {
    display: inline-block;
    width: 40px;
    height: auto;
  }

  .gfw-share-wrpr .gfw-share-btns .gfw-more-share-options {
    display: block;
  }

  .gfw-mobile-share-btn {
    display: none;
  }

  .gfw-share-icon g {
    fill: #000;
  }
}

@media only screen and (max-width: 640px) {
  .gfw-share-title {
    display: none;
  }

  .gfw-share-wrpr>span,
  .gfw-share-wrpr>strong {
    display: none;
  }

  .gfw-share-wrpr .gfw-share-btns {
    display: none;
  }

  .gfw-share-wrpr .gfw-mobile-share-btn {
    display: block;
    position: relative;
    z-index: 8;
    white-space: nowrap;
    padding: 10px 30px;

    border: solid 1px #000;
    text-transform: uppercase;
    font-weight: 700;
    width: 150px;
    margin: 20px auto;

    pointer-events: all;
    cursor: pointer;
  }

  .gfw-share-wrpr .gfw-mobile-share-btn img,
  .gfw-share-wrpr .gfw-mobile-share-btn svg {
    margin-left: 10px;
  }

  .gfw-article-top .gfw-share-wrpr .gfw-mobile-share-btn {
    padding: 10px 30px;
    margin: 0 30px 30px;
    transform: translate(0, 0);
  }

  .gfw-menu-share-wrpr .gfw-share-wrpr>span,
  .gfw-menu-share-wrpr .gfw-share-wrpr>strong {
    display: none;
  }

  .gfw-menu-share-wrpr .gfw-share-wrpr .gfw-share-btns {
    display: none;
  }

  .gfw-menu-share-wrpr .gfw-share-wrpr .gfw-mobile-share-btn {
    display: inline-block;
    white-space: nowrap;
    padding: 10px 30px;
    margin: -15px 30px 30px;
    border: solid 1px #000;
  }

  .gfw-menu-share-wrpr .gfw-share-icon g {
    fill: #000;
  }
}





















/* TRIGGERS */


#triggerstiky1 {
  display: inline-block;
  position: absolute;
  text-align: left;
  vertical-align: top;
  left: -57vw;
  top: 10vw;
  width: 50px;
  height: 50px;
  background-color: transparent;
  z-index: 999;
}

#triggeranimtextos {
  display: inline-block;
  position: absolute;
  text-align: left;
  vertical-align: top;
  left: -17vw;
  top: 10vw;
  width: 50px;
  height: 50px;
  background-color: transparent;
  z-index: 999;

}

#trigger_micro2_zapatilla1 {
  display: inline-block;
  position: absolute;
  text-align: left;
  vertical-align: top;
  left: 25vw;
  top: 10vw;
  width: 50px;
  height: 50px;
  background-color: transparent;
  z-index: 999;

}


#triggermicro4_1 {
  display: inline-block;
  position: absolute;
  text-align: left;
  vertical-align: top;
  left: -33vw;
  top: 10vw;
  width: 50px;
  height: 50px;
  background-color: transparent;
  z-index: 999999999;

}


#triggermicro2 {
  display: inline-block;
  position: absolute;

  text-align: left;
  vertical-align: top;
  left: 80vw;
  top: 10vw;
  width: 50px;
  height: 50px;
  background-color: transparent;
  z-index: 999;

}

#triggermicro3 {
  display: inline-block;
  position: absolute;

  text-align: left;
  vertical-align: top;
  left: 100vw;
  top: 10vw;
  width: 50px;
  height: 50px;
  background-color: transparent;
  z-index: 999;

}

#triggermicro5 {
  display: inline-block;
  position: absolute;

  text-align: left;
  vertical-align: top;
  left: 30vw;
  top: 10vw;
  width: 50px;
  height: 50px;
  background-color: transparent;
  z-index: 999;

}

#triggermicro4 {
  display: inline-block;
  position: absolute;

  text-align: left;
  vertical-align: top;
  left: 30vw;
  top: 10vw;
  width: 50px;
  height: 50px;
  background-color: transparent;
  z-index: 999;

}

#triggermicro6 {
  display: inline-block;
  position: absolute;

  text-align: left;
  vertical-align: top;
  left: 50vw;
  top: 10vw;
  width: 50px;
  height: 50px;
  background-color: transparent;
  z-index: 999;

}

#triggermicro9 {
  display: inline-block;
  position: absolute;

  text-align: left;
  vertical-align: top;
  left: 30vw;
  top: 10vw;
  width: 50px;
  height: 50px;
  background-color: transparent;
  z-index: 999;

}

#triggermicro7 {
  display: inline-block;
  position: absolute;

  text-align: left;
  vertical-align: top;
  left: 0vw;
  top: 10vw;
  width: 50px;
  height: 50px;
  background-color: transparent;
  z-index: 999;

}

#triggermicro8 {
  display: inline-block;
  position: absolute;

  text-align: left;
  vertical-align: top;
  left: 20vw;
  top: 10vw;
  width: 50px;
  height: 50px;
  background-color: transparent;
  z-index: 999;

}


/**/

.imgslider100 {
  width: 100% !important;
}


@media screen and (max-height: 600px) {}

@media screen and (min-width: 1600px) {}


@media screen and (min-width: 1024px) and (max-width: 1440px) {}

@media screen and (min-height: 780px) and (min-width: 1224px) {

  #seccion_3_amarillo {
    position: absolute;
    width: 25vw;
    height: 100dvh;
    /* left: -20vw; */
    left: -1vw;
    top: 0dvh;
    background-color: #E3AF17;
    z-index: 999;

  }

  #seccion_3_foto2 {
    position: absolute;

    left: 8vw;

  }

  .micro_seccion_5 {
    width: 100vw;
  }

  #seccion5_textos {
    position: absolute;
    width: 44vw;
    height: 80dvh;
    left: 39vw;
    top: 17dvh;
    background-color: transparent;
    z-index: 999;
  }

  #seccion6_animobotencitllos {
    position: absolute;
    width: 9vw;
    left: 0vw;
    top: 0vw;
    height: 100dvh;
  }

  #frame1_animacioninicial {
    background-size: contain;
  }
}


@media screen and (min-height: 900px) {


  #frame1_animacioninicial {
    background-size: contain;
  }
}