body.adminPage main div.item-tu-decides,
body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides {
  overflow: initial; }
  body.adminPage main div.item-tu-decides div.tu-decides article,
  body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article {
    height: 100%; }
    body.adminPage main div.item-tu-decides div.tu-decides article div.secondLayer,
    body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.secondLayer {
      left: 0vw; }
    body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements,
    body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements {
      height: 100%;
      overflow: hidden;
      display: block;
      margin: 0 auto;
      margin-top: 2vh;
      margin-bottom: 8vh;
      width: 70%;
      position: relative; }
      body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements div.element,
      body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements div.element {
        width: 45%;
        opacity: 1;
        transition: opacity 300ms linear; }
        body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements div.element.visible,
        body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements div.element.visible {
          display: block; }
        body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements div.element.hidden,
        body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements div.element.hidden {
          display: none; }
        body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements div.element.izq,
        body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements div.element.izq {
          float: left; }
        body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements div.element.der,
        body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements div.element.der {
          margin-left: 10%;
          float: right; }
        body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements div.element div.image,
        body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements div.element div.image {
          display: block;
          overflow: hidden;
          position: relative;
          width: 100%; }
          body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements div.element div.image img,
          body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements div.element div.image img {
            width: 100%;
            float: right;
            -webkit-transition: opacity 0.500s ease-in-out;
            -moz-transition: opacity 0.500s ease-in-out;
            -o-transition: opacity 0.500s ease-in-out;
            transition: opacity 0.500s ease-in-out; }
          body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements div.element div.image div.layerOver,
          body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements div.element div.image div.layerOver {
            cursor: pointer;
            background-color: rgba(17, 17, 17, 0.48);
            width: 100%;
            height: 100%;
            position: absolute;
            right: 0;
            opacity: 0;
            -webkit-transition: opacity 0.500s ease-in-out;
            -moz-transition: opacity 0.500s ease-in-out;
            -o-transition: opacity 0.500s ease-in-out;
            transition: opacity 0.500s ease-in-out; }
            body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements div.element div.image div.layerOver div.table,
            body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements div.element div.image div.layerOver div.table {
              width: 100%;
              color: white;
              font-size: 8vw;
              height: 100%;
              display: table;
              text-align: center; }
              body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements div.element div.image div.layerOver div.table div.cell,
              body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements div.element div.image div.layerOver div.table div.cell {
                display: table-cell;
                vertical-align: middle; }
            body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements div.element div.image div.layerOver.big,
            body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements div.element div.image div.layerOver.big {
              animation: zoomIn 0.5s ease-in-out; }
          body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements div.element div.image.hover div.layerOver, body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements div.element div.image:hover div.layerOver,
          body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements div.element div.image.hover div.layerOver,
          body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements div.element div.image:hover div.layerOver {
            opacity: 1; }
          body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements div.element div.image.hover img, body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements div.element div.image:hover img,
          body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements div.element div.image.hover img,
          body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements div.element div.image:hover img {
            -webkit-filter: grayscale(100%);
            -moz-filter: grayscale(100%);
            -o-filter: grayscale(100%);
            filter: grayscale(100%); }
          body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements div.element div.image > span.position,
          body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements div.element div.image > span.position {
            right: 18px;
            bottom: 35px;
            color: white;
            font-size: 36px;
            font-weight: 700;
            letter-spacing: -0.44px;
            line-height: 30px;
            position: absolute; }
        body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements div.element div.title,
        body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements div.element div.title {
          margin-top: -6.5vw;
          position: relative;
          float: right; }
          body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements div.element div.title div.heart,
          body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements div.element div.title div.heart {
            width: 5.49vw;
            height: 5.49vw;
            border-radius: 50%;
            margin-right: 1vw;
            margin-bottom: 1vw;
            position: relative;
            cursor: pointer; }
            body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements div.element div.title div.heart span,
            body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements div.element div.title div.heart span {
              font-size: 1.3vw;
              color: white;
              position: absolute;
              height: 100%;
              width: 100%;
              text-align: center;
              padding-top: calc(50% - (1.3vw/2));
              -webkit-transition: opacity 0.350s ease-in-out;
              -moz-transition: opacity 0.350s ease-in-out;
              -o-transition: opacity 0.350s ease-in-out;
              transition: opacity 0.350s ease-in-out; }
              body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements div.element div.title div.heart span.full,
              body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements div.element div.title div.heart span.full {
                opacity: 0; }
              body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements div.element div.title div.heart span.empty,
              body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements div.element div.title div.heart span.empty {
                opacity: 1; }
            body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements div.element div.title div.heart:hover span.full,
            body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements div.element div.title div.heart:hover span.full {
              opacity: 1; }
            body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements div.element div.title div.heart:hover span.empty,
            body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements div.element div.title div.heart:hover span.empty {
              opacity: 0; }
        body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements div.element div.txt,
        body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements div.element div.txt {
          position: relative; }
          body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements div.element div.txt h2,
          body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements div.element div.txt h2 {
            width: 85%;
            color: white !important;
            font-size: 3vh;
            font-weight: 700;
            letter-spacing: -1.7px;
            line-height: 2.5vh; }
          body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements div.element div.txt div.desc,
          body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements div.element div.txt div.desc {
            margin-top: 1vw;
            width: 90%;
            color: white;
            font-size: 1.6vh;
            font-weight: 500;
            letter-spacing: -0.3px;
            line-height: 1.5vh; }
      body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements.finalResult,
      body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements.finalResult {
        display: none; }
        body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements.finalResult div.element#myElement,
        body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements.finalResult div.element#myElement {
          float: left;
          position: relative; }
        body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements.finalResult div.element div.image,
        body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements.finalResult div.element div.image {
          pointer-events: none; }
          body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements.finalResult div.element div.image img,
          body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements.finalResult div.element div.image img {
            border-right: 0; }
        body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements.finalResult div.element div.percent,
        body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements.finalResult div.element div.percent {
          color: white;
          width: 57.93%;
          position: absolute;
          top: 40%;
          right: -5%;
          font-size: 288px;
          font-size: 15vw;
          font-weight: 700;
          letter-spacing: -3.52px;
          text-align: right; }
          body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements.finalResult div.element div.percent span,
          body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements.finalResult div.element div.percent span {
            font-size: 20px;
            font-weight: 700;
            letter-spacing: -0.24px;
            width: 93px;
            line-height: 24px;
            line-height: 100px;
            position: absolute;
            right: 0; }
        body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements.finalResult div.element div.title div.heart,
        body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements.finalResult div.element div.title div.heart {
          pointer-events: none;
          background-image: linear-gradient(137deg, #ffd6c7 0%, #c1a7d7 100%); }
          body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements.finalResult div.element div.title div.heart span.full,
          body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements.finalResult div.element div.title div.heart span.full {
            opacity: 1; }
        body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements.finalResult span.scroll,
        body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements.finalResult span.scroll {
          transform: rotate(-90deg);
          position: absolute;
          left: 51%;
          top: 4vh;
          text-align: left;
          color: white;
          font-size: 10px;
          font-weight: 700;
          line-height: 12px; }
        body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements.finalResult div.allElements,
        body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements.finalResult div.allElements {
          width: 46%;
          direction: rtl;
          float: right;
          -webkit-overflow-scrolling: touch;
          height: 100%;
          padding-bottom: 10vh;
          height: 90vh;
          overflow-y: scroll; }
          body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements.finalResult div.allElements div.element,
          body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements.finalResult div.allElements div.element {
            width: 66%;
            margin: 0 auto;
            margin-bottom: 10%;
            overflow: visible;
            position: relative; }
            body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements.finalResult div.allElements div.element div.title,
            body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements.finalResult div.allElements div.element div.title {
              margin-top: 0;
              margin-bottom: -12%;
              float: left;
              z-index: 1;
              text-align: left; }
              body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements.finalResult div.allElements div.element div.title span.full,
              body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements.finalResult div.allElements div.element div.title span.full {
                font-size: 25px;
                color: white; }
            body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements.finalResult div.allElements div.element div.image,
            body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements.finalResult div.allElements div.element div.image {
              width: 90%; }
            body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements.finalResult div.allElements div.element div.imageDesc,
            body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements.finalResult div.allElements div.element div.imageDesc {
              color: white;
              font-size: 18px;
              font-weight: 700;
              letter-spacing: -0.58px;
              line-height: 25px;
              text-align: left;
              width: 90%;
              margin-top: 1vh; }
            body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements.finalResult div.allElements div.element div.votado,
            body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements.finalResult div.allElements div.element div.votado {
              color: #e8c5cc;
              transform: rotate(-90deg);
              bottom: 65%;
              position: absolute;
              left: -47%;
              text-align: left;
              width: 100%;
              font-size: 10px;
              font-weight: 700;
              line-height: 12px; }
            body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements.finalResult div.allElements div.element.voted div.title span.full,
            body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements.finalResult div.allElements div.element.voted div.title span.full {
              color: #e8c5cc; }
            body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements.finalResult div.allElements div.element:last-child,
            body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements.finalResult div.allElements div.element:last-child {
              margin-bottom: 25%; }
          body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements.finalResult div.allElements div.gradient,
          body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements.finalResult div.allElements div.gradient {
            height: 209px;
            position: absolute;
            bottom: 0;
            width: 37%; }
          body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements.finalResult div.allElements::-webkit-scrollbar,
          body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements.finalResult div.allElements::-webkit-scrollbar {
            width: 2px; }
          body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements.finalResult div.allElements::-webkit-scrollbar-track,
          body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements.finalResult div.allElements::-webkit-scrollbar-track {
            background-color: rgba(255, 255, 255, 0.45); }
          body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements.finalResult div.allElements::-webkit-scrollbar-thumb,
          body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements.finalResult div.allElements::-webkit-scrollbar-thumb {
            background-image: linear-gradient(137deg, #ffd6c7 0%, #a7d7b7 100%); }
        body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements.finalResult > i.icon-scroll,
        body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements.finalResult > i.icon-scroll {
          position: absolute;
          top: 0;
          right: 4%;
          color: white;
          font-size: 2vw; }
  body.adminPage main div.item-tu-decides .visible div.image,
  body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides .visible div.image {
    animation: animIn 1.3s linear forwards; }
  body.adminPage main div.item-tu-decides .visible div.title div.heart,
  body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides .visible div.title div.heart {
    animation: inOne 0.5s ease-in-out forwards; }
  body.adminPage main div.item-tu-decides .visible div.txt h2,
  body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides .visible div.txt h2 {
    animation: inThree 0.9s ease-in-out forwards; }
  body.adminPage main div.item-tu-decides .visible div.txt div.desc,
  body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides .visible div.txt div.desc {
    animation: inFour 1.1s ease-in-out forwards; }
  body.adminPage main div.item-tu-decides div.transparent,
  body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.transparent {
    opacity: 0 !important; }

@keyframes inOne {
  0% {
    -o-transform: translateY(-10vh);
    -moz-transform: translateY(-10vh);
    -webkit-transform: translateY(-10vh);
    transform: translateY(-10vh);
    opacity: 0; }
  100% {
    -o-transform: translateY(0vh);
    -moz-transform: translateY(0vh);
    -webkit-transform: translateY(0vh);
    transform: translateY(0vh);
    opacity: 1; } }

@keyframes inTwo {
  0% {
    -o-transform: translateY(-25vh);
    -moz-transform: translateY(-25vh);
    -webkit-transform: translateY(-25vh);
    transform: translateY(-25vh);
    opacity: 0; }
  100% {
    -o-transform: translateY(0vh);
    -moz-transform: translateY(0vh);
    -webkit-transform: translateY(0vh);
    transform: translateY(0vh);
    opacity: 1; } }

@keyframes inThree {
  0% {
    -o-transform: translateY(-30vh);
    -moz-transform: translateY(-30vh);
    -webkit-transform: translateY(-30vh);
    transform: translateY(-30vh);
    opacity: 0; }
  100% {
    -o-transform: translateY(0vh);
    -moz-transform: translateY(0vh);
    -webkit-transform: translateY(0vh);
    transform: translateY(0vh);
    opacity: 1; } }

@keyframes inFour {
  0% {
    -o-transform: translateY(-40vh);
    -moz-transform: translateY(-40vh);
    -webkit-transform: translateY(-40vh);
    transform: translateY(-40vh);
    opacity: 0; }
  100% {
    -o-transform: translateY(0vh);
    -moz-transform: translateY(0vh);
    -webkit-transform: translateY(0vh);
    transform: translateY(0vh);
    opacity: 1; } }

@keyframes animIn {
  0% {
    -o-transform: translateZ(-300px);
    -moz-transform: translateZ(-300px);
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0; }
  100% {
    -o-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1; } }

@keyframes zoomIn {
  0% {
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -o-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2); }
  100% {
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes animWidth {
  0% {
    width: 0px; }
  100% {
    width: 5.49vw; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), only screen and (max-width: 736px) and (orientation: portrait) {
  div.item-tu-decides div.title {
    margin-top: 30px; }
    div.item-tu-decides div.title h2.titleClave {
      color: white !important; }
    div.item-tu-decides div.title span.icon-info {
      display: none; }
  div.item-tu-decides div.image {
    visibility: hidden; }
  div.rotateDevice {
    display: block; } }

/* iPad in landscape */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), only screen and (max-width: 736px) and (orientation: landscape) {
  div.item-tu-decides div.title {
    margin-top: 30px; }
    div.item-tu-decides div.title h2.titleClave {
      color: white !important; }
    div.item-tu-decides div.title div.howToPlay {
      bottom: 0; }
  body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements,
  body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements {
    width: 90%;
    overflow-y: scroll;
    padding-bottom: 8.6vh; }
    body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements.finalResult,
    body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements.finalResult {
      overflow: hidden; }
      body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements.finalResult div.allElements div.element div.imageDesc,
      body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements.finalResult div.allElements div.element div.imageDesc {
        bottom: 55%; }
      body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements.finalResult div.allElements div.element div.percent,
      body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements.finalResult div.allElements div.element div.percent {
        font-size: 188px; }
        body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements.finalResult div.allElements div.element div.percent > span,
        body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements.finalResult div.allElements div.element div.percent > span {
          line-height: initial !important; }
      body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements.finalResult > i.icon-scroll,
      body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements.finalResult > i.icon-scroll {
        right: 3%;
        font-size: 3vw; }
    body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements div.element,
    body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements div.element {
      position: relative; }
      body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements div.element div.imageDesc,
      body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements div.element div.imageDesc {
        color: white;
        text-align: right;
        width: 100%; }
      body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements div.element div.txt h2,
      body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements div.element div.txt h2 {
        font-size: 2.5vw;
        line-height: 2.5vw; }
      body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements div.element div.txt div.desc,
      body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements div.element div.txt div.desc {
        font-size: 1.7vw;
        line-height: 1.7vw; } }

@media only screen and (max-width: 736px) and (orientation: landscape) {
  div.item-tu-decides div.title {
    margin-top: 30px; }
    div.item-tu-decides div.title h2.titleClave {
      color: white !important; }
    div.item-tu-decides div.title div.howToPlay {
      bottom: 0; }
  body.adminPage main div.item-tu-decides div.tu-decides,
  body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides {
    height: initial; }
    body.adminPage main div.item-tu-decides div.tu-decides article,
    body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article {
      position: relative; }
      body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements,
      body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements {
        width: 90%; }
        body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements div.element,
        body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements div.element {
          position: relative; }
          body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements div.element div.imageDesc,
          body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements div.element div.imageDesc {
            color: #b2d6b8;
            text-align: left;
            width: 100%;
            z-index: 1; }
          body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements div.element div.image img,
          body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements div.element div.image img {
            border: 0px; }
          body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements div.element div.txt h2,
          body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements div.element div.txt div.desc,
          body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements div.element div.txt h2,
          body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements div.element div.txt div.desc {
            width: 90%; }
          body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements div.element div.txt h2,
          body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements div.element div.txt h2 {
            font-size: 3.5vw;
            line-height: 3vw; }
          body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements div.element div.txt div.desc,
          body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements div.element div.txt div.desc {
            font-size: 2.5vw;
            line-height: 2.5vw; }
          body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements div.element div.percent > span,
          body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements div.element div.percent > span {
            line-height: initial !important; }
        body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements.finalResult div.element,
        body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements.finalResult div.element {
          position: relative; }
          body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements.finalResult div.element div.txt,
          body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements.finalResult div.element div.txt {
            display: none; }
        body.adminPage main div.item-tu-decides div.tu-decides article div.containerElements.finalResult span.scroll,
        body.thePost main section div.container-fluid div.sectionPost div.item-tu-decides div.tu-decides article div.containerElements.finalResult span.scroll {
          left: 49%; } }

@media only screen and (max-width: 667px) and (orientation: landscape) {
  div.item-tu-decides div.title {
    margin-top: 30px; }
    div.item-tu-decides div.title div.howToPlay {
      bottom: 0; }
  div.item-tu-decides article div.containerElements.finalResult div.element div.percent {
    font-size: 18vw;
    line-height: 154px;
    top: 46%; }
  div.item-tu-decides article div.containerElements div.element div.imageDesc {
    left: -47%; } }

@media only screen and (max-width: 568px) and (orientation: landscape) {
  div.item-tu-decides div.title {
    margin-top: 30px; }
  div.item-tu-decides article div.containerElements.finalResult div.element div.percent {
    font-size: 18vw;
    line-height: 134px;
    top: 46%; } }

@media only screen and (max-width: 568px) and (orientation: landscape) {
  div.item-tu-decides div.title {
    margin-top: 30px; }
  div.item-tu-decides article div.containerElements div.element {
    width: 45%; }
    div.item-tu-decides article div.containerElements div.element#myElement {
      width: 48%; } }
