.cadena-valor * {
    font-family: "RepsolSoleTextRegular";
    margin: 0;
    padding: 0;
    max-width: 1500px;
    box-sizing: border-box;
    font-weight: 100;
    outline: 0 !important;
    transform: translateZ(0);
  }
  .cadena-valor {
    position: relative;
    width: 100%;
    float: left;
    overflow: hidden;
  }
  .cadena-valor section {
    /* position: relative; */
    width: 1500px;
    min-height: 500px;
    position: absolute;
    /* left: 0; */
      left: -100px;
    overflow: hidden;
  }
  .cadena-valor #animaciones {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .cadena-valor #responsive {
    display: none;
  }
  .cadena-valor .capa {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
        background-color: #00000021;
    backdrop-filter: blur(10px);
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="500" height="450"><rect width="500" height="450" rx="8" ry="8" fill="white"/><rect x="490" y="0" width="10" height="450" fill="black"/></svg>') no-repeat center,
    linear-gradient(#000 0 0);
    mask-size: 500px 450px;
    mask-composite: exclude;
    -webkit-mask-position-x: 100px;
  }
  .cadena-valor .display {
    z-index: 30;
  }
  .cadena-valor .capave {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 1 !important;
    z-index: 10;
  }
  .cadena-valor .cv-blanco {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 0;
    width: 1500px;
    height: 830px;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
  }
  .cadena-valor #sobre {
    position: absolute;
    left: 21px;
    top: 0px;
  }
  .cadena-valor button {
    position: absolute;
    top: 0;
    z-index: 11;
    background-color: transparent;
  }
  .cadena-valor .cerrar {
    pointer-events: all;
    position: absolute;
    float: right;
    top: 30px;
    right: 30px;
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M8.08042%209.00015L0.540039%201.45977L1.45928%200.540527L8.99966%208.08091L16.54%200.540527L17.4593%201.45977L9.9189%209.00015L17.4593%2016.5405L16.54%2017.4598L8.99966%209.91939L1.45928%2017.4598L0.540039%2016.5405L8.08042%209.00015Z%22%20fill%3D%22%23001E37%22/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    border: none;
  }
  .cadena-valor .cerrar:hover {
    cursor: pointer;
  }
  .cadena-valor .ampliador {
    width: 220px;
    position: absolute;
    padding-right: 50px;
    font-size: 18px;
    color: #6e6259;
    border: none;
    background-color: transparent;
    text-align: right;
    padding-top: 4px;
    line-height: 20px;
    padding-bottom: 2px;
    line-height: 36px;
    text-shadow: -1px 1px 0 #fff, 1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
  }
  .cadena-valor .ampliador span{
    color: #43637D;
  }
  .cadena-valor .dosli {
    line-height: 19px;
  }
  .cadena-valor .plus {
    width: 36px;
    height: 36px;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 36px;
    position: absolute;
    top: 5px;
    right: 1px;
    background-color: #001E37;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .cadena-valor .plus::before {
    transition: top 0.2s;
    content: "";
    width: 38px;
    height: 38px;
    border-radius: 50%;
    position: absolute;
    background-color: #007899;
    top: 36px;
    left: -1px
  }
  .cadena-valor .plus::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'><path fill-rule='evenodd' clip-rule='evenodd' d='M6.56683 13.6666V0.333252H7.4335V13.6666H6.56683Z' fill='white'/><path fill-rule='evenodd' clip-rule='evenodd' d='M13.6668 7.43325H0.333496V6.56659H13.6668V7.43325Z' fill='white'/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
  }
  .cadena-valor .ampliador:hover .plus:before{
    top: 0px;
  }

  .cadena-valor .ampliador:hover {
    cursor: pointer;
  }
  .cadena-valor .ampliador:hover .plus {
    background-position: right bottom;
    cursor: pointer;
  }
  .cadena-valor #puntos {
    display: none;
  }
  .cadena-valor #contenido {
    position: absolute;
    width: 548px;
    height: 450px;
    right: 100px;
    top: 126px;
    background-color: #fff;
    border-radius: 0 8px 8px 0;
        padding: 80px 50px 50px 50px;
  }
  .cadena-valor .sig, .cadena-valor .ant {
    transition: all .3s;
    pointer-events: all;
    position: absolute;
    background-color: transparent;
    border: 1px solid #43637d;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    left: 50px;
    top: initial;
    bottom: 50px;
    right: inherit;
  }
  .cadena-valor .ant::after {
    content: "";
    font-family: icomoon !important;
    font-size: 24px;
  }
  .cadena-valor .ant{
        margin-right: 15px;
  }
  .cadena-valor .sig{
    left: 110px;
  }
  .cadena-valor .ant:hover, .cadena-valor .sig:hover {
    border-color: #17a2b8;
    color: #17a2b8;
  }
  .cadena-valor .sig::after {
    content: "";
    font-family: icomoon !important;
    font-size: 24px;
  }
  .cadena-valor .sig:hover {
    background-position: right bottom;
    cursor: pointer;
  }
  .cadena-valor .der {
    text-align: left;
    padding-right: 0px;
    padding-left: 50px;
    background-position: left top;
  }
  .cadena-valor .der:hover {
    background-position: left bottom;
  }
  .cadena-valor .der .plus {
    left: 0;
  }
  .cadena-valor h1 {
    color: #001E37;
    font-size: 28px;
    line-height: 36px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }
  .cadena-valor h2 {
    font-size: 18px;
    color: 464646;
    float: left;
    width: 100%;
    margin-bottom: 6px;
  }
  .cadena-valor p {
    font-size: 16px;
    color: #43637D;
    line-height: 24px;
  }
  .cadena-valor .cadena p {
    font-size: 14px;
  }
  .cadena-valor .margen {
    margin-bottom: 10px;
    /*BOTONES*/
  }
  .cadena-valor #ref {
    left: 798px;
    top: 120px;
  }
  .cadena-valor #qui {
    left: 872px;
    top: 160px;
  }
  .cadena-valor #glp {
    left: 1008px;
    top: 240px;
  }
  .cadena-valor #gen {
    left: 1218px;
    top: 350px;
  }
  .cadena-valor #sum {
    left: 1048px;
    top: 730px;
  }
  .cadena-valor #lub {
    left: 308px;
    top: 570px;
  }
  .cadena-valor #tra {
    left: 198px;
    top: 500px;
  }
  .cadena-valor #pro {
    left: 38px;
    top: 410px;
  }
  .cadena-valor #des {
    left: -21px;
    top: 377px;
  }
  .cadena-valor #exp {
    left: -71px;
    top: 339px;
  }
  .cadena-valor #sum2 {
    left: 384px;
    top: 10px;
  }
  .cadena-valor #sum2::before{
    content: " ";
    width: 1px;
    height: 140px;
    position: absolute;
    top: 36px;
    right: 18px;
    background-color: #016a7f;
  }
  .cadena-valor #sum2::after{
    content: " ";
    width: 5px;
    height: 5px;
    border-radius: 5px;
    position: absolute;
    background-color: #016a7f;
    top: 174px;
    right: 16px;
  }
  .cadena-valor #mov {
    left: 812px;
    top: 425px;
  }
  .cadena-valor #sol{
    left: 100px;
    top: 100px;
  }
  /*ANIMACIONES*/
  .cadena-valor #ani1 {
    position: absolute;
    width: 112px;
    left: 136px;
    top: 267px;
    -webkit-animation: ani1 5s infinite;
    /* Safari 4+ */
    -moz-animation: ani1 5s infinite;
    /* Fx 5+ */
    -o-animation: ani1 5s infinite;
    /* Opera 12+ */
    animation: ani1 5s infinite;
    /* IE 10+, Fx 29+ */
  }
  @keyframes ani1 {
    0% {
      transform: translate(0px, 0px) rotate(0.001deg);
    }
    50% {
      transform: translate(5px, 5px) rotate(0.001deg);
    }
    100% {
      transform: translate(0px, 0px) rotate(0.001deg);
    }
  }
  .cadena-valor #ani3 {
    position: absolute;
    width: 33px;
    left: 961px;
    top: 356px;
    -webkit-animation: ani3 15s infinite;
    /* Safari 4+ */
    -moz-animation: ani3 15s infinite;
    /* Fx 5+ */
    -o-animation: ani3 15s infinite;
    /* Opera 12+ */
    animation: ani3 15s infinite;
    /* IE 10+, Fx 29+ */
  }
  @keyframes ani3 {
    0% {
      transform: translate(0px, 0px) rotate(0.001deg);
    }
    50% {
      transform: translate(30px, -18px) rotate(0.001deg);
    }
    100% {
      transform: translate(0px, 0px) rotate(0.001deg);
    }
  }
  .cadena-valor #ani5 {
    position: absolute;
    width: 120px;
    left: 382px;
    top: 403px;
    -webkit-animation: ani5 15s infinite;
    /* Safari 4+ */
    -moz-animation: ani5 15s infinite;
    /* Fx 5+ */
    -o-animation: ani5 15s infinite;
    /* Opera 12+ */
    animation: ani5 15s infinite;
    /* IE 10+, Fx 29+ */
  }
  @keyframes ani5 {
    0% {
      transform: translate(0px, 0px) rotate(0.001deg);
    }
    50% {
      transform: translate(30px, -18px) rotate(0.001deg);
    }
    100% {
      transform: translate(0px, 0px) rotate(0.001deg);
    }
  }
  .cadena-valor #ani8 {
    position: absolute;
    width: 42px;
    left: 501px;
    top: 456px;
    -webkit-animation: ani8 15s linear infinite;
    /* Safari 4+ */
    -moz-animation: ani8 15s linear infinite;
    /* Fx 5+ */
    -o-animation: ani8 15s linear infinite;
    /* Opera 12+ */
    animation: ani8 15s linear infinite;
    /* IE 10+, Fx 29+ */
  }
  @keyframes ani8 {
    0% {
      transform: translate(0px, 0px) rotate(0.001deg);
      opacity: 0;
    }
    10% {
      opacity: 1;
    }
    90% {
      opacity: 1;
    }
    100% {
      transform: translate(120px, -72px) rotate(0.001deg);
      opacity: 0;
    }
  }
  .cadena-valor #ani9 {
    position: absolute;
    width: 42px;
    left: 907px;
    top: 585px;
    -webkit-animation: ani9 10s linear infinite;
    /* Safari 4+ */
    -moz-animation: ani9 10s linear infinite;
    /* Fx 5+ */
    -o-animation: ani9 10s linear infinite;
    /* Opera 12+ */
    animation: ani9 10s linear infinite;
    /* IE 10+, Fx 29+ */
  }
  @keyframes ani9 {
    0% {
      transform: translate(0px, 0px) rotate(0.001deg);
      opacity: 0;
    }
    10% {
      opacity: 1;
    }
    90% {
      opacity: 1;
    }
    100% {
      transform: translate(-120px, 72px) rotate(0.001deg);
      opacity: 0;
    }
  }
  .cadena-valor #ani10 {
    position: absolute;
    width: 21px;
    left: 1016px;
    top: 547px;
    -webkit-animation: ani10 12s linear infinite;
    /* Safari 4+ */
    -moz-animation: ani10 12s linear infinite;
    /* Fx 5+ */
    -o-animation: ani10 12s linear infinite;
    /* Opera 12+ */
    animation: ani10 12s linear infinite;
    /* IE 10+, Fx 29+ */
  }
  @keyframes ani10 {
    0% {
      transform: translate(120px, -72px) rotate(0.001deg);
      opacity: 0;
    }
    10% {
      opacity: 1;
    }
    90% {
      opacity: 1;
    }
    100% {
      transform: translate(0px, 0px) rotate(0.001deg);
      opacity: 0;
    }
  }
  .cadena-valor #ani11 {
    position: absolute;
    width: 72px;
    left: 310px;
    top: 30px;
    -webkit-animation: ani11 30s linear infinite;
    /* Safari 4+ */
    -moz-animation: ani11 30s linear infinite;
    /* Fx 5+ */
    -o-animation: ani11 30s linear infinite;
    /* Opera 12+ */
    animation: ani11 30s linear infinite;
    /* IE 10+, Fx 29+ */
  }
  @keyframes ani11 {
    0% {
      transform: translate(0px, 0px) rotate(0.001deg);
      opacity: 0;
    }
    5% {
      opacity: 1;
    }
    45% {
      opacity: 1;
    }
    50% {
      transform: translate(900px, 550px) rotate(0.001deg);
      opacity: 0;
    }
    100% {
      transform: translate(900px, 550px) rotate(0.001deg);
      opacity: 0;
    }
  }
  .cadena-valor #ani12 {
    position: absolute;
    width: 1500px;
    left: 21.7px;
    top: 0px;
    -webkit-animation: ani12 6s linear infinite;
    /* Safari 4+ */
    -moz-animation: ani12 6s linear infinite;
    /* Fx 5+ */
    -o-animation: ani12 6s linear infinite;
    /* Opera 12+ */
    animation: ani12 6s linear infinite;
    /* IE 10+, Fx 29+ */
  }
  @keyframes ani12 {
    0% {
      opacity: 0;
    }
    2% {
      opacity: 1;
    }
    50% {
      opacity: 1;
    }
    52% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  .cadena-valor #ani13 {
    position: absolute;
    width: 21px;
    left: 810px;
    top: 412px;
    -webkit-animation: ani13 14s ease infinite;
    /* Safari 4+ */
    -moz-animation: ani13 14s ease infinite;
    /* Fx 5+ */
    -o-animation: ani13 14s ease infinite;
    /* Opera 12+ */
    animation: ani13 14s ease infinite;
    /* IE 10+, Fx 29+ */
  }
  @keyframes ani13 {
    0% {
      transform: translate(0px, 0px) rotate(0.001deg);
    }
    40% {
      transform: translate(-36px, -20px) rotate(0.001deg);
    }
    60% {
      transform: translate(-36px, -20px) rotate(0.001deg);
    }
    90% {
      transform: translate(0px, 0px) rotate(0.001deg);
    }
    100% {
      transform: translate(0px, 0px) rotate(0.001deg);
    }
  }
  .cadena-valor #aspa1 {
    position: absolute;
    width: 167px;
    left: 1085px;
    top: 263px;
  }
  .cadena-valor #aspa2 {
    position: absolute;
    width: 110px;
    left: 607px;
    top: -15px;
  }
  .cadena-valor #flecha1 {
    position: absolute;
    width: 52px;
    left: 871px;
    top: 469px;
    -webkit-animation: flecha1 6s linear infinite;
    /* Safari 4+ */
    -moz-animation: flecha1 6s linear infinite;
    /* Fx 5+ */
    -o-animation: flecha1 6s linear infinite;
    /* Opera 12+ */
    animation: flecha1 6s linear infinite;
    /* IE 10+, Fx 29+ */
  }
  @keyframes flecha1 {
    0% {
      transform: translate(0px, 0px) rotate(0.001deg);
      opacity: 0;
    }
    5% {
      opacity: 1;
    }
    45% {
      opacity: 1;
    }
    50% {
      transform: translate(40px, -26px) rotate(0.001deg);
      opacity: 0;
    }
    100% {
      transform: translate(-90px, -50px) rotate(0.001deg);
      opacity: 0;
    }
  }
  .cadena-valor #flecha2 {
    position: absolute;
    width: 28px;
    left: 529px;
    top: 153px;
    -webkit-animation: flecha2 3s linear infinite;
    /* Safari 4+ */
    -moz-animation: flecha2 3s linear infinite;
    /* Fx 5+ */
    -o-animation: flecha2 3s linear infinite;
    /* Opera 12+ */
    animation: flecha2 3s linear infinite;
    /* IE 10+, Fx 29+ */
  }
  @keyframes flecha2 {
    0% {
      transform: translate(0px, 0px) rotate(0.001deg);
      opacity: 0;
    }
    5% {
      opacity: 1;
    }
    45% {
      opacity: 1;
    }
    50% {
      transform: translate(40px, 23px) rotate(0.001deg);
      opacity: 0;
    }
    100% {
      transform: translate(40px, 23px) rotate(0.001deg);
      opacity: 0;
    }
  }
  .cadena-valor #flecha3 {
    position: absolute;
    width: 86px;
    left: 491px;
    top: 358px;
    -webkit-animation: flecha3 3s linear infinite;
    /* Safari 4+ */
    -moz-animation: flecha3 3s linear infinite;
    /* Fx 5+ */
    -o-animation: flecha3 3s linear infinite;
    /* Opera 12+ */
    animation: flecha3 3s linear infinite;
    /* IE 10+, Fx 29+ */
  }
  @keyframes flecha3 {
    0% {
      transform: translate(0px, 0px) rotate(0.001deg);
      opacity: 0;
    }
    5% {
      opacity: 1;
    }
    45% {
      opacity: 1;
    }
    50% {
      transform: translate(28px, -15px) rotate(0.001deg);
      opacity: 0;
    }
    100% {
      transform: translate(28px, -15px) rotate(0.001deg);
      opacity: 0;
    }
  }
  .cadena-valor #flecha4 {
    display: none;
    position: absolute;
    width: 28px;
    left: 1203px;
    top: 525px;
    -webkit-animation: flecha4 3s linear infinite;
    /* Safari 4+ */
    -moz-animation: flecha4 3s linear infinite;
    /* Fx 5+ */
    -o-animation: flecha4 3s linear infinite;
    /* Opera 12+ */
    animation: flecha4 3s linear infinite;
    /* IE 10+, Fx 29+ */
  }
  @keyframes flecha4 {
    0% {
      transform: translate(0px, 0px) rotate(0.001deg);
      opacity: 0;
    }
    5% {
      opacity: 1;
    }
    45% {
      opacity: 1;
    }
    50% {
      transform: translate(-40px, -23px) rotate(0.001deg);
      opacity: 0;
    }
    100% {
      transform: translate(-40px, -23px) rotate(0.001deg);
      opacity: 0;
    }
  }
  .cadena-valor #flecha5 {
    position: absolute;
    width: 28px;
    left: 945px;
    top: 581px;
    -webkit-animation: flecha5 3s linear infinite;
    /* Safari 4+ */
    -moz-animation: flecha5 3s linear infinite;
    /* Fx 5+ */
    -o-animation: flecha5 3s linear infinite;
    /* Opera 12+ */
    animation: flecha5 3s linear infinite;
    /* IE 10+, Fx 29+ */
  }
  @keyframes flecha5 {
    0% {
      transform: translate(0px, 0px) rotate(0.001deg);
      opacity: 0;
    }
    5% {
      opacity: 1;
    }
    45% {
      opacity: 1;
    }
    50% {
      transform: translate(40px, 23px) rotate(0.001deg);
      opacity: 0;
    }
    100% {
      transform: translate(40px, 23px) rotate(0.001deg);
      opacity: 0;
    }
  }
  .cadena-valor #flecha6 {
    display: none;
    position: absolute;
    width: 32px;
    left: 1053px;
    top: 545px;
    -webkit-animation: flecha6 3s linear infinite;
    /* Safari 4+ */
    -moz-animation: flecha6 3s linear infinite;
    /* Fx 5+ */
    -o-animation: flecha6 3s linear infinite;
    /* Opera 12+ */
    animation: flecha6 3s linear infinite;
    /* IE 10+, Fx 29+ */
  }
  @keyframes flecha6 {
    0% {
      transform: translate(0px, 0px) rotate(0.001deg);
      opacity: 0;
    }
    5% {
      opacity: 1;
    }
    45% {
      opacity: 1;
    }
    50% {
      transform: translate(-60px, 0px) rotate(0.001deg);
      opacity: 0;
    }
    100% {
      transform: translate(-60px, 0px) rotate(0.001deg);
      opacity: 0;
    }
  }
  .cadena-valor #flecha7 {
    position: absolute;
    width: 32px;
    left: 920px;
    top: 539px;
    -webkit-animation: flecha7 3s linear infinite;
    /* Safari 4+ */
    -moz-animation: flecha7 3s linear infinite;
    /* Fx 5+ */
    -o-animation: flecha7 3s linear infinite;
    /* Opera 12+ */
    animation: flecha7 3s linear infinite;
    /* IE 10+, Fx 29+ */
  }
  @keyframes flecha7 {
    0% {
      transform: translate(0px, 0px) rotate(0.001deg);
      opacity: 0;
    }
    5% {
      opacity: 1;
    }
    45% {
      opacity: 1;
    }
    50% {
      transform: translate(-40px, 20px) rotate(0.001deg);
      opacity: 0;
    }
    100% {
      transform: translate(-40px, -20px) rotate(0.001deg);
      opacity: 0;
    }
  }
  .cadena-valor #flecha8 {
    position: absolute;
    width: 52px;
    left: 779px;
    top: 333px;
    -webkit-animation: flecha8 6s linear infinite;
    /* Safari 4+ */
    -moz-animation: flecha8 6s linear infinite;
    /* Fx 5+ */
    -o-animation: flecha8 6s linear infinite;
    /* Opera 12+ */
    animation: flecha8 6s linear infinite;
    /* IE 10+, Fx 29+ */
  }
  @keyframes flecha8 {
    0% {
      transform: translate(0px, 0px) rotate(0.001deg);
      opacity: 0;
    }
    5% {
      opacity: 1;
    }
    45% {
      opacity: 1;
    }
    50% {
      transform: translate(-90px, -50px) rotate(0.001deg);
      opacity: 0;
    }
    100% {
      transform: translate(-90px, -50px) rotate(0.001deg);
      opacity: 0;
    }
  }


  .cadena-valor #flecha9 {
    position: absolute;
    width: 32px;
    left: 1150px;
    top: 604px;
    -webkit-animation: flecha9 3s linear infinite;
    /* Safari 4+ */
    -moz-animation: flecha9 3s linear infinite;
    /* Fx 5+ */
    -o-animation: flecha9 3s linear infinite;
    /* Opera 12+ */
    animation: flecha9 3s linear infinite;
    /* IE 10+, Fx 29+ */
  }
  @keyframes flecha9 {
    0% {
      transform: translate(0px, 0px) rotate(0.001deg);
      opacity: 0;
    }
    5% {
      opacity: 1;
    }
    45% {
      opacity: 1;
    }
    50% {
      transform: translate(-40px, 20px) rotate(0.001deg);
      opacity: 0;
    }
    100% {
      transform: translate(-40px, -20px) rotate(0.001deg);
      opacity: 0;
    }
  }

  .cadena-valor #flecha10 {
    position: absolute;
    width: 32px;
    left: 1235px;
    top: 464px;
    -webkit-animation: flecha10 3s linear infinite;
    /* Safari 4+ */
    -moz-animation: flecha10 3s linear infinite;
    /* Fx 5+ */
    -o-animation: flecha10 3s linear infinite;
    /* Opera 12+ */
    animation: flecha10 3s linear infinite;
    /* IE 10+, Fx 29+ */
  }
  @keyframes flecha10 {
    0% {
      transform: translate(0px, 0px) rotate(0.001deg);
      opacity: 0;
    }
    5% {
      opacity: 1;
    }
    45% {
      opacity: 1;
    }
    50% {
      transform: translate(-40px, 20px) rotate(0.001deg);
      opacity: 0;
    }
    100% {
      transform: translate(-40px, -20px) rotate(0.001deg);
      opacity: 0;
    }
  }

  .cadena-valor #flecha11 {
    position: absolute;
    width: 32px;
    left: 960px;
    top: 641px;
    -webkit-animation: flecha11 3s linear infinite;
    /* Safari 4+ */
    -moz-animation: flecha11 3s linear infinite;
    /* Fx 5+ */
    -o-animation: flecha11 3s linear infinite;
    /* Opera 12+ */
    animation: flecha11 3s linear infinite;
    /* IE 10+, Fx 29+ */
  }
  @keyframes flecha11 {
    0% {
      transform: translate(0px, 0px) rotate(0.001deg);
      opacity: 0;
    }
    5% {
      opacity: 1;
    }
    45% {
      opacity: 1;
    }
    50% {
      transform: translate(-40px, 20px) rotate(0.001deg);
      opacity: 0;
    }
    100% {
      transform: translate(-40px, -20px) rotate(0.001deg);
      opacity: 0;
    }
  }



  .cadena-valor #fle_g1 {
    position: absolute;
    width: 107px;
    left: 365px;
    top: 183px;
    -webkit-animation: fle_g1 4s linear infinite;
    /* Safari 4+ */
    -moz-animation: fle_g1 4s linear infinite;
    /* Fx 5+ */
    -o-animation: fle_g1 4s linear infinite;
    /* Opera 12+ */
    animation: fle_g1 4s linear infinite;
    /* IE 10+, Fx 29+ */
  }
  @keyframes fle_g1 {
    0% {
      transform: translate(0px, 0px) rotate(0.001deg);
      opacity: 0;
    }
    5% {
      opacity: 1;
    }
    45% {
      opacity: 1;
    }
    50% {
      transform: translate(0px, -10px) rotate(0.001deg);
      opacity: 0;
    }
    100% {
      transform: translate(0px, -20px) rotate(0.001deg);
      opacity: 0;
    }
  }

  .cadena-valor #fle_g2 {
    position: absolute;
    width: 107px;
    left: 365px;
    top: 177px;
    -webkit-animation: fle_g2 4s linear infinite;
    /* Safari 4+ */
    -moz-animation: fle_g2 4s linear infinite;
    /* Fx 5+ */
    -o-animation: fle_g2 4s linear infinite;
    /* Opera 12+ */
    animation: fle_g2 4s linear infinite;
    /* IE 10+, Fx 29+ */
  }
  @keyframes fle_g2 {
    0% {
      transform: translate(0px, 0px) rotate(0.001deg);
      opacity: 0;
    }
    5% {
      opacity: 1;
    }
    45% {
      opacity: 1;
    }
    50% {
      transform: translate(0px, 10px) rotate(0.001deg);
      opacity: 0;
    }
    100% {
      transform: translate(0px, 20px) rotate(0.001deg);
      opacity: 0;
    }
  }

  .cadena-valor #botns {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
  }
  .cadena-valor #botns img{
    display: none;
  }
  .cadena-valor .cadena {
    border-radius: 4px;
    border: 1px solid #757575;
    padding: 10px 15px;
  }
  .cadena-valor .punto1 {
    -ms-transform: translate(-21%, 50%) scale(1.8);
    transform: translate(-21%, 50%) scale(1.8);
    filter: blur(0px);
    -webkit-filter: blur(0px);
  }
  .cadena-valor .punto2 {
    -ms-transform: translate(-36%, 32%) scale(1.8);
    transform: translate(-36%, 32%) scale(1.8);
    filter: blur(0px);
    -webkit-filter: blur(0px);
  }
  .cadena-valor .punto3 {
    -ms-transform: translate(-50%, 22%) scale(1.8);
    transform: translate(-50%, 22%) scale(1.8);
    filter: blur(0px);
    -webkit-filter: blur(0px);
  }
  .cadena-valor .punto4 {
    -ms-transform: translate(-59%, -5%) scale(1.15);
    transform: translate(-59%, -5%) scale(1.15);
    filter: blur(0px);
    -webkit-filter: blur(0px);
  }
  .cadena-valor .punto5 {
    -ms-transform: translate(-30%, -27%) scale(1);
    transform: translate(-30%, -27%) scale(1);
    filter: blur(0px);
    -webkit-filter: blur(0px);
  }
  .cadena-valor .punto6 {
    -ms-transform: translate(-2%, -27%) scale(1.8);
    transform: translate(-2%, -27%) scale(1.8);
    filter: blur(0px);
    -webkit-filter: blur(0px);
  }
  .cadena-valor .punto7 {
    -ms-transform: translate(15%, -3%) scale(1.8);
    transform: translate(15%, -3%) scale(1.8);
    filter: blur(0px);
    -webkit-filter: blur(0px);
  }
  .cadena-valor .punto8 {
    -ms-transform: translate(27%, 11%) scale(1.8);
    transform: translate(27%, 11%) scale(1.8);
    filter: blur(0px);
    -webkit-filter: blur(0px);
  }
  .cadena-valor .punto9 {
    -ms-transform: translate(34%, 15%) scale(1.8);
    transform: translate(34%, 15%) scale(1.8);
    filter: blur(0px);
    -webkit-filter: blur(0px);
  }
  .cadena-valor .punto10 {
    -ms-transform: translate(44%, 24%) scale(1.8);
    transform: translate(44%, 24%) scale(1.8);
    filter: blur(0px);
    -webkit-filter: blur(0px);
  }
  .cadena-valor .punto11 {
    -ms-transform: translate(-9%, 39%) scale(1.8);
    transform: translate(-9%, 39%) scale(1.8);
    filter: blur(0px);
    -webkit-filter: blur(0px);
  }
  .cadena-valor .punto12 {
    -ms-transform: translate(-21%, -5%) scale(1.8);
    transform: translate(-21%, -5%) scale(1.8);
    filter: blur(0px);
    -webkit-filter: blur(0px);
  }
  .cadena-valor .punto13 {
    -ms-transform: translate(-4%, 27%) scale(1);
    transform: translate(-4%, 27%) scale(1);
    filter: blur(0px);
    -webkit-filter: blur(0px);
  }
  .cadena-valor #mapares {
    display: none;
  }
  .cadena-valor .centra {
    display: none;
  }
  .cadena-valor .blur{
    transition: all .3s;
    filter: blur(4px);
    opacity: .2;
  }
  @media only screen and (max-width: 1350px) {
    .cadena-valor section {
        left: -230px;
    }
    .cadena-valor #contenido {
      top: 30px;
        right: 50px;
                width: 486px;
  }
  .cadena-valor .capa {
        background-color: #00000021;
        backdrop-filter: blur(10px);
        mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="350" height="450"><rect width="350" height="450" rx="8" ry="8" fill="white"/><rect x="340" y="0" width="10" height="450" fill="black"/></svg>') no-repeat center,
        linear-gradient(#000 0 0);
        mask-size: 350px 450px;
        mask-composite: exclude;
        -webkit-mask-position-x: 50px;
    }
    #animaciones{
      transform-origin: 870px;
    }
  }
  @media only screen and (max-width: 1024px) {
    .cadena-valor .capa {
        background-color: #00000021;
        backdrop-filter: blur(10px);
        mask: inherit;
    }
    .cadena-valor .cerrar {
      top: -63px;
      right: -38px;
    }
    .cadena-valor #flecha8{
      display: none;
    }
    .cadena-valor #sum2::before{
      display: none;
    }
    .cadena-valor #sum2::after{
      display: none;
    }
    .cadena-valor section {
      width: 100%;
      min-height: 530px;
        left: 10px;
    }
    .cadena-valor h1 {
      font-size: 24px;
    }
    .cadena-valor p {
      font-size: 16px;
    }
    .cadena-valor .cadena p {
      font-size: 14px;
    }
    .cadena-valor h2 {
      font-size: 18px;
    }
    .cadena-valor #animaciones {
      -webkit-transition: all 0s;
      transition: all 0s;
      transform: translate(0%, 0%) scale(1) !important;
    }
    .cadena-valor #map {
      display: none;
    }
    .cadena-valor #flecha6 {
        display: none;
    }
    .cadena-valor #flecha7 {
        display: none;
    }
    .cadena-valor #aspa1, .cadena-valor #aspa2, .cadena-valor #fle_g1, .cadena-valor #fle_g2 {
        display: none;
    }
    .cadena-valor #cont {
      zoom: 1;
    }
    .cadena-valor .plus {
      width: 32px;
      height: 32px;
      background-size: 32px;
    }
    .cadena-valor .dosli {
      line-height: inherit;
    }
    .cadena-valor .ampliador {
      position: relative;
      left: 20px !important;
      padding-left: 40px;
      width: calc(50% - 22px);
      top: inherit !important;
      margin-bottom: 2px;
      z-index: 30;
      background-color: #f0f0f0;
      min-height: 36px;
      border-radius: 4px;
      padding-bottom: 10px;
      padding-top: 9px;
      font-size: 14px;
      line-height: inherit;
    }
    .cadena-valor #responsive {
      display: inherit;
      width: 100%;
    }
    .cadena-valor #botns {
      transition: all .3s;
      position: absolute;
      left: 0;
      top: 110px;
    }
    .cadena-valor #botns img{
      display: initial;
    }
    .cadena-valor .izq {
      text-align: left;
    }
    .cadena-valor .plus {
      right: 15px;
        top: initial;
        bottom: 15px;
        position: absolute;
    }
    .cadena-valor .der .plus {
      left: initial;
  }
    .cadena-valor .cv-blanco {
      display: none !important;
    }
    
    .cadena-valor .centra {
              position: relative;
        float: left;
      display: inherit;
      width: 100%;
      text-align: center;
    }
    .cadena-valor .centra img {
      position: relative;
        border-radius: 8px;
        width: 100%;
        margin-bottom: 20px;
    }
    .cadena-valor #contenido {
      width: calc(100% - 20px);
        top: 80px;
        left: 10px;
        background-color: #fff;
        border-radius: 16px;
        padding: 0;
        position: fixed;
        max-width: 540px;
        margin: 0 auto;
        height: auto;
        padding-bottom: 90px;
        right: 10px !important;
    }
    .cadena-valor #map {
      display: none;
    }
    .cadena-valor .cerrar {
        z-index: 70;
        zoom: 1 !important;
        right: 20px;
        top: 20px;
        background-color: #001E37;
        border-radius: 50%;
        width: 32px;
        height: 32px;
        background-size: 14px;
        overflow: hidden;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        
    }
    .cadena-valor .cerrar::after {
              content: "";
        position: absolute;
        width: 12px;
        height: 12px;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M8.08042%209.00015L0.540039%201.45977L1.45928%200.540527L8.99966%208.08091L16.54%200.540527L17.4593%201.45977L9.9189%209.00015L17.4593%2016.5405L16.54%2017.4598L8.99966%209.91939L1.45928%2017.4598L0.540039%2016.5405L8.08042%209.00015Z%22%20fill%3D%22%23ffffff%22/%3E%3C/svg%3E");
    }
    .cadena-valor .cerrar::before {
    transition: top 0.2s;
    content: "";
    width: 34px;
    height: 34px;
    border-radius: 50%;
    position: absolute;
    background-color: #007899;
    top: 36px;
    left: -1px
  }
  .cadena-valor .cerrar:hover:before{
    top: 0px;
  }
    .cadena-valor #ani1,
    .cadena-valor #ani2,
    .cadena-valor #ani3,
    .cadena-valor #ani4,
    .cadena-valor #ani5,
    .cadena-valor #ani6,
    .cadena-valor #ani7,
    .cadena-valor #ani8,
    .cadena-valor #ani9,
    .cadena-valor #ani10,
    .cadena-valor #ani11,
    .cadena-valor #ani12,
    .cadena-valor #ani13,
    .cadena-valor #flecha1,
    .cadena-valor #flecha2,
    .cadena-valor #flecha3,
    .cadena-valor #flecha4,
    .cadena-valor #flecha5,
    .cadena-valor #sobre {
      display: none;
    }
    .cadena-valor .ampliador {
      width: calc(50% - 10px);
        padding: 0;
        border-radius: 8px;
        background-color: #F7F7F9;
        margin-bottom: 20px;
        float: left;
        left: 0 !important;
        border: 1px solid #DBE6F0;
    }
    .cadena-valor #botns {
      position: relative;
      top: 10px;
      height: auto;
      max-height: inherit;
      padding-bottom: 20px;
      display: flex;
      flex-wrap: wrap;
    }
    .cadena-valor #botns button:nth-child(even){
      margin-left: 20px;
    }
    .cadena-valor #botns span{
              float: left;
        padding: 20px 60px 20px 20px;
    }
    .cadena-valor section {
        left: auto;
        position: relative;
    }
    .cadena-valor{
      height: auto!important;
    }
    #cont{
      transform: scale(1)!important;
    }
    .cadena-valor section {
      overflow: initial;
    }
    .cadena-valor {
      overflow: initial;
    }
    #concon{
      position: relative;
    }
    #capa{
      position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
    }
    #flecha9, #flecha10, #flecha11{
      display: none;
    }
    .cadena-valor #concon h1, .cadena-valor #concon p{
      padding: 0 20px;
        position: relative;
        float: left;
    }
    .cadena-valor .sig, .cadena-valor .ant {
      left: 20px;
      bottom: 20px;
    }
    .cadena-valor .sig {
      left: 80px;
    }
  }
  @media only screen and (max-width: 450px) {
    .cadena-valor .ampliador {
      width: 100%;
    }
    .cadena-valor #botns button:nth-child(even){
      margin-left: 0px;
    }
    .cadena-valor .plus {
              right: 15px;
        top: initial;
        bottom: 15px;
        position: absolute;
  }
  }