body {
    background: url('https://lovelab.kwimee.mobi/img/bg.png') repeat center top;
    margin: 0;
    padding: 0;

    font-family: 'Open Sans', sans-serif;
}
img {border : 0; }
.margen{margin-bottom: 15px !important;}
.clear {
    clear: both;
}
#contenedor {
    width: 90%;
    padding: 5%;
    max-width: 400px;
    margin: 0 auto;
}
.loader {
    background: transparent;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.spinner {
    top: 50%;
    margin-top: -80px;
    left: 50%;
    margin-left: -80px;
    width: 160px;
    height: 160px;
    position: absolute;
    text-align: center;
    background: url('https://lovelab.kwimee.mobi/img/logo.png') center no-repeat;

}
.foot{
    background: url('https://lovelab.kwimee.mobi/img/foot.png') repeat-x;
    bottom: 5px;
    position: absolute;
    width: 100%;
    height: 6px;
    -webkit-animation: play .4s steps(10) infinite;
    -moz-animation: play .4s steps(10) infinite;
    -ms-animation: play .4s steps(10) infinite;
    -o-animation: play .4s steps(10) infinite;
    animation: play .4s steps(10) infinite;
}

.animacion {
    margin: 0 auto;
    margin-top: -50px;
    display: none;
    width: 270px;
    height: 270px;
    background-image: url("https://lovelab.kwimee.mobi/img/sprite-steps.png");

}


@keyframes play {
   100% { background-position-x: -36px; }
}
#cont-0,#cont-1,#cont-2,#cont-3,#cont-4 {
  display:none;
}

.head{
  background: url('https://lovelab.kwimee.mobi/img/cabecera_titulos.png') repeat-x;
  margin: 0;
  width: 100%;
  height: 124px;
  text-align: center;
  min-width: 320px;
}
.head img {
    margin-top: 25px;
}
html{
  margin:0;
}

.texto {
  font-family: 'Work Sans', sans-serif;
}
.labels {
  font-size: 23px;
  color:#FEB7EF;
  width: 255px;
  margin: auto;
  text-align: left;
  margin-bottom: 5px;

}
.labels input{
  width: 100%;
  background-color: #FEB7EF;
  border-radius: 5px;
  height: 40px;
  border-top-color: #794E94;
  border-left-color: #794E94;
  border-bottom: 0;
  border-right: 0;
  color: #753492;
  font-size: 23px;
  padding: 5px;
  margin-top: 4px;
  font-family: 'Work Sans', sans-serif;
}
::-webkit-input-placeholder {
   color: red;
}

:-moz-placeholder { /* Firefox 18- */
   color: red;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: red;
}

:-ms-input-placeholder {
   color: red;
}

.container {
  text-align: center;
  min-width: 320px;
}
.submit {
  margin-top:30px;
}
.iconofoot{
  width: 100%;
  text-align: center;
  bottom:0;
  position:absolute;
  min-width: 320px;
}
.iconofoot img {
  margin:0 auto 15px auto;
}

.columna {
  width: 75px;
  display: inline-block;
  height: 200px;
  margin-top: 50px;
}
.columna h1 {
    margin-top: 176px;
    color:#520177;
}
.col1, .col2, .col3, .col4{
  background: url('https://lovelab.kwimee.mobi/img/sprite-pipeta.png') no-repeat;
  background-size: cover;

}
.col1 {
  -webkit-animation: pipetas 3.8s steps(24) infinite;
  -moz-animation: pipetas 3.8s steps(24) infinite;
  -ms-animation: pipetas 3.8s steps(24) infinite;
  -o-animation: pipetas 3.8s steps(24) infinite;
  animation: pipetas 3.8s steps(24) infinite;
}
.col2 {
  -webkit-animation: pipetas 3.2s steps(24) infinite;
  -moz-animation: pipetas 3.2s steps(24) infinite;
  -ms-animation: pipetas 3.2s steps(24) infinite;
  -o-animation: pipetas 3.2s steps(24) infinite;
  animation: pipetas 3.2s steps(24) infinite;
}
.col3 {
  -webkit-animation: pipetas 3.5s steps(24) infinite;
  -moz-animation: pipetas 3.5s steps(24) infinite;
  -ms-animation: pipetas 3.5s steps(24) infinite;
  -o-animation: pipetas 3.5s steps(24) infinite;
  animation: pipetas 3.5s steps(24) infinite;
}
.col4 {
  -webkit-animation: pipetas 4s steps(24) infinite;
  -moz-animation: pipetas 4s steps(24) infinite;
  -ms-animation: pipetas 4s steps(24) infinite;
  -o-animation: pipetas 4s steps(24) infinite;
  animation: pipetas 4s steps(24) infinite;
  animation-fill-mode: forwards;
}
.pompa {
    background: url('https://lovelab.kwimee.mobi/img/sprite-corazones.png') no-repeat;
    width: 30px;
    height: 178px;
    margin: -35px 0 0 33px;
    z-index: 999;
    position: absolute;
    -webkit-animation: sprites 2.7s steps(21) infinite;
    -moz-animation: sprites 2.7s steps(21) infinite;
    -ms-animation: sprites 2.7s steps(21) infinite;
    -o-animation: sprites 2.7s steps(21) infinite;
    animation: sprites 2.7s steps(21) infinite;
    background-size: cover;
}

@keyframes sprites {
   100% { background-position-x: -630px; }
}

@-webkit-keyframes pipetas {
  0%, 100% { background-position: 0px 0px; }
  50% { background-position: -1800px 0px; }
}
@-webkit-keyframes a10por {
  100% {background-position: -150px 0px;}
}
@-webkit-keyframes a20por {
  100% {background-position: -375px 0px;}
}
@-webkit-keyframes a30por {
  100% {background-position: -600px 0px;}
}
@-webkit-keyframes a40por {
  100% {background-position: -750px 0px;}
}
@-webkit-keyframes a50por {
  100% {background-position: -975px 0px;}
}
@-webkit-keyframes a60por {
  100% {background-position: -1125px 0px;}
}
@-webkit-keyframes a70por {
  100% {background-position: -1350px 0px;}
}
@-webkit-keyframes a80por {
  100% {background-position: -1500px 0px;}
}
@-webkit-keyframes a90por {
  100% {background-position: -1650px 0px;}
}
@-webkit-keyframes a100por {
  100% {background-position: -1800px 0px;}
}
.vertical {
    transform: rotate(270deg);
    transform-origin: left 0;
    position: absolute;
    margin: 160px 0 0 0;
    color:#520177;
}
.resultados {
    margin-top: 30px;
    display: none;
}
.textcontent {
    width: 250px;
    margin: 30px auto;
    background: #FFACF0;
    padding: 15px 10px 15px 10px;
    border-bottom: 0;
    border-top: solid 1px #480169;
    border-left: solid 1px #480169;
    border-radius: 7px;
    color: #490374;
}
.promedio {
    color: #510174;
}
.promedio img {
    display: inline-block;
}
.promedio h1 {
    display: inline-block;
    margin: 0 10px;
}
.denuevo {
    margin: 30px;
}
.share a {
    margin: 15px;
}

.labels span {
    font-size: 20px;
    margin-left: 5px;
    color: yellow;
}

.loaders{
    background: url('https://lovelab.kwimee.mobi/img/barrita-loading.png') no-repeat;
    width: 255px;
    height: 16px;
    margin:auto;
    margin-bottom: 10px;
}
.loader1 {
    -webkit-animation: playload 1.5s steps(19);
    -moz-animation: playload 1.5s steps(19);
    -ms-animation: playload 1.5s steps(19);
    -o-animation: playload 1.5s steps(19);
    animation: playload 1.5s steps(19);
    animation-fill-mode: forwards;
}
.loader2 {
    -webkit-animation: playload 1s steps(19);
    -moz-animation: playload 1s steps(19);
    -ms-animation: playload 1s steps(19);
    -o-animation: playload 1s steps(19);
    animation: playload 1s steps(19);
    animation-fill-mode: forwards;
}
.loader3 {
    -webkit-animation: playload 1.25s steps(19);
    -moz-animation: playload 1.25s steps(19);
    -ms-animation: playload 1.25s steps(19);
    -o-animation: playload 1.25s steps(19);
    animation: playload 1.25s steps(19);
    animation-fill-mode: forwards;
}
.loader4 {
    -webkit-animation: playload 2s steps(19);
    -moz-animation: playload 2s steps(19);
    -ms-animation: playload 2s steps(19);
    -o-animation: playload 2s steps(19);
    animation: playload 2s steps(19);
    animation-fill-mode: forwards;
}

@keyframes playload {
   100% { background-position-y: -304px; }
}

.labels:first-child {
  margin-top:30px;
}
