/* ============================================================================================== 
This copyright notice must be kept untouched in the stylesheet at all times.
The original version of this stylesheet and the associated (x)html 
is available at http://www.script-tutorials.com/night-sky-with-twinkling-stars/
Copyright (c) Script Tutorials. All rights reserved.
This stylesheet and the associated (x)html may be modified in any way to fit your requirements.
================================================================================================= */

@import url(http://fonts.googleapis.com/css?family=Muli:300,400);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,100);


* {
    margin: 0;
    padding: 0;
    font-family: 'Muli', sans-serif;
}
header {
    background-color:rgba(33, 33, 33, 0.9);
    color:#ffffff;
    display:block;
    font: 14px/1.3 Arial,sans-serif;
    height:50px;
    position:relative;
    z-index:5;
}
h2{
    margin-top: 30px;
    text-align: center;
}
header h2{
    font-size: 22px;
    margin: 0 auto;
    padding: 10px 0;
    width: 80%;
    text-align: center;
}
header a, a:visited {
    text-decoration:none;
    color:#fcfcfc;
}

@keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@-webkit-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@-moz-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@-ms-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}

@keyframes move-clouds-back {
    from {background-position:0 0;}
    to {background-position:10000px 0;}
}
@-webkit-keyframes move-clouds-back {
    from {background-position:0 0;}
    to {background-position:10000px 0;}
}
@-moz-keyframes move-clouds-back {
    from {background-position:0 0;}
    to {background-position:10000px 0;}
}
@-ms-keyframes move-clouds-back {
    from {background-position: 0;}
    to {background-position:10000px 0;}
}

.soundtrack {
    display: none;
}


.stars, .twinkling, .degrade, .clouds, .ligths, .montana, .contenido {
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width:100%;
  height:100%;
  display:block;
}

.stars {
  background:#024f87 url(images/stars.png) repeat top center;
  z-index:0;
}

.twinkling{
  background:transparent url(images/twinkling-gea.png) repeat top center;
  z-index:1;

  -moz-animation:move-twink-back 200s linear infinite;
  -ms-animation:move-twink-back 200s linear infinite;
  -o-animation:move-twink-back 200s linear infinite;
  -webkit-animation:move-twink-back 200s linear infinite;
  animation:move-twink-back 200s linear infinite;
}

.clouds{
    background:transparent url(images/clouds-gea.png) repeat top center;
    z-index:2;

  -moz-animation:move-clouds-back 200s linear infinite;
  -ms-animation:move-clouds-back 200s linear infinite;
  -o-animation:move-clouds-back 200s linear infinite;
  -webkit-animation:move-clouds-back 400s linear infinite;
  animation:move-clouds-back 200s linear infinite;
}

.ligths {
    z-index: 3;
    /*opacity: 0.5;*/
    overflow: hidden;
}

.degrade{
    background:transparent url(images/degrade.png) repeat-x bottom center;
    background-size: contain;
    z-index:3;
}

.montana{
    background:transparent url(images/montana.png) no-repeat bottom center;
    background-size: contain;
    z-index:4;
    overflow: hidden;
}

.contenido{
    z-index: 5;
    color: white;
    width: 100%;
    margin: 0 auto;
}

.btn {
  background: #4d6ac7;
  background-image: -webkit-linear-gradient(top, #4d6ac7, #101f36);
  background-image: -moz-linear-gradient(top, #4d6ac7, #101f36);
  background-image: -ms-linear-gradient(top, #4d6ac7, #101f36);
  background-image: -o-linear-gradient(top, #4d6ac7, #101f36);
  background-image: linear-gradient(to bottom, #4d6ac7, #101f36);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  border: solid #676767 2px;
  text-decoration: none;
    font-weight: lighter;
    
    -webkit-animation-name: glowblue;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes glowblue {
  from { -webkit-box-shadow: 0 0 9px #ACE2FA; }
  50% { -webkit-box-shadow: 0 0 30px #0AADF4; }
  to { -webkit-box-shadow: 0 0 9px #ACE2FA; }
}

.btn:hover {
  background: #334daa;
  background-image: -webkit-linear-gradient(top, #334daa, #070707);
  background-image: -moz-linear-gradient(top, #334daa, #070707);
  background-image: -ms-linear-gradient(top, #334daa, #070707);
  background-image: -o-linear-gradient(top, #334daa, #070707);
  background-image: linear-gradient(to bottom, #334daa, #070707);
  text-decoration: none;
}


.slider1 {
    margin: 0 auto;
width: 80%;
text-align: center;
}


.message-container {
/*    background: green;*/
/*    width: 50%;*/
    width: 656px;
margin: 0 auto;
    height: 156px;
}

.message {
    display: none;
}

.message.selected {
    display: block;
}





.message-all, .messages-shuffle {
font-family: 'Raleway', sans-serif;
/*  background: #d5dee2;*/

background: #999b9b; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5OWI5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM2JSIgc3RvcC1jb2xvcj0iI2QzZDNkMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM4JSIgc3RvcC1jb2xvcj0iI2MzYzNjMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3MTcyNzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #999b9b 0%, #d3d3d3 36%, #c3c3c3 38%, #717272 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999b9b), color-stop(36%,#d3d3d3), color-stop(38%,#c3c3c3), color-stop(100%,#717272)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #999b9b 0%,#d3d3d3 36%,#c3c3c3 38%,#717272 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #999b9b 0%,#d3d3d3 36%,#c3c3c3 38%,#717272 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #999b9b 0%,#d3d3d3 36%,#c3c3c3 38%,#717272 100%); /* IE10+ */
background: linear-gradient(to bottom,  #999b9b 0%,#d3d3d3 36%,#c3c3c3 38%,#717272 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999b9b', endColorstr='#717272',GradientType=0 ); /* IE6-8 */

    
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  color: #616161;
  font-size: 50%;
    font-weight: bolder;
  padding: 10px 20px 10px 20px;
  border: solid #bdbdbd 1px;
  text-decoration: none;
    text-shadow: 0.5px 0.5px 1px #FFFFFF;
/*    width: 80%;*/
/*margin: 0px 5%;*/
    width: 550px;
    height: 50px;
        float: left;
    margin-top: 35px;
}

.message-all:hover {

  text-decoration: none;
}


.messages-list, .texto-intro {
   width: 90%;
height: 100%;
/*display: inline-block;*/
overflow: hidden;
float: left;
    }

.texto-intro {
    padding-top: 15px;
}

.messages-list {
    display: none;
}


div.slotMachineContainer div#0 {
    padding-top: 10px !important;
}

div.slotMachineContainer div#3 {
    padding-top: 10px !important;
}
    
.next-arrow {
    float: right;
width: 10%;  
       display: table-cell;
text-align: center;
vertical-align: middle;
position: relative !important;
} 

div.next-arrow img {
        height: 55px !important;
    }


li.message {
/*    background: pink;*/
    width: 80%;
float: left;
}

li.message div {
display: table-cell;
text-align: center;
vertical-align: middle;
position: relative !important;
height: 85px;
}

li.next {
/*background: red;*/
cursor: pointer;
float: right;
width: 65px;
height: 60px;
display: table;
position: absolute;
margin-left: 500px;
}

li.next div {
       display: table-cell;
text-align: center;
vertical-align: middle;
position: relative !important;
}

li.next div img {
    height: 55px !important;
}

.pull {
/*    background: yellow;*/
/*    width: 10%;*/
float: right;
}

.pull img {
    height: 150px !important;
    background: transparent url("images/pull-background.png");
    background-size: cover;
    background-position: top;
}

.pull img.down {
    background-position: bottom;
}

.instruction {
    /*background: red;*/
font-size: 0.6em;
font-weight: 100;
position: absolute;
float: right;
right: 20%;
top: 40%;

    -webkit-animation-name: Floatingx;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floatingx-m;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;

}

@-webkit-keyframes Floatingx{
    from {-webkit-transform:translate(0px, 0);}
    65% {-webkit-transform:translate(15px, 0);}
    to {-webkit-transform: translate(-0px, 0);}    
}
    
@-moz-keyframes Floatingx-m{
    from {-moz-transform:translate(0px, 0);}
    65% {-moz-transform:translate(15px, 0);}
    to {-moz-transform: translate(-0px, 0);}    
}

@-webkit-keyframes Floatingy{
    from {-webkit-transform:translate(0, 0px);}
    65% {-webkit-transform:translate(0, 15px);}
    to {-webkit-transform: translate(0, -0px);}    
}
    
@-moz-keyframes Floatingy-m{
    from {-moz-transform:translate(0, 0px);}
    65% {-moz-transform:translate(0, 15px);}
    to {-moz-transform: translate(0, -0px);}    
}


.caja-nombre {
/*    background: red;*/
    width: 30%;
margin: 0 auto;
    margin-bottom: 5%;
}

.caja-nombre input[type="text"]#name {
width: 100%;
padding: 1px;
border: none;
border-bottom: solid 2px #c9c9c9;
transition: border 0.3s;
background: none;
font-size: 0.9em;
font-weight: lighter;
color: white;
text-align: center;
      -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
}

@-webkit-keyframes border-blink-error {
    0%   { border-bottom: solid 2px #ffffff }
    50%  { border-bottom: solid 2px #FF5757 }
    100% { border-bottom: solid 2px #ffffff }
}


@keyframes border-blink-error {
    0%   { border-bottom: solid 2px #ffffff }
    50%  { border-bottom: solid 2px #FF5757 }
    100% { border-bottom: solid 2px #ffffff }
}
@-webkit-keyframes border-blink-error {
    0%   { border-bottom: solid 2px #ffffff }
    50%  { border-bottom: solid 2px #FF5757 }
    100% { border-bottom: solid 2px #ffffff }
}
@-moz-keyframes border-blink-error {
    0%   { border-bottom: solid 2px #ffffff }
    50%  { border-bottom: solid 2px #FF5757 }
    100% { border-bottom: solid 2px #ffffff }
}
@-ms-keyframes border-blink-error {
    0%   { border-bottom: solid 2px #ffffff }
    50%  { border-bottom: solid 2px #FF5757 }
    100% { border-bottom: solid 2px #ffffff }
}


.caja-nombre input[type="text"]#name.error {
    -webkit-transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
    
    -moz-animation:border-blink-error 2s infinite;
  -ms-animation:border-blink-error 2s infinite;
  -o-animation:border-blink-error 2s infinite;
  -webkit-animation:border-blink-error 2s infinite;
  animation:border-blink-error 2s infinite;
    
    
}


::-webkit-input-placeholder {
   color: white;
}

:-moz-placeholder { /* Firefox 18- */
   color: white;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: white;  
}

:-ms-input-placeholder {  
   color: white;  
}


.lampara-aparece {
    width: 80%;
height: 100%;
/*background: red;*/
margin: 0 auto;
    top: 1500px;
position: relative;
}

.lampara-mensaje {
    font-size: 50%;
    font-weight: lighter;
}

.lampara {
    background: transparent url(images/lampara0000.png) 0 0 no-repeat;
    width: 200px;
    height: 230px;
    position: relative;
    margin: 0 auto;
    background-size: contain;
}

.lampara.duplicados {
    top: 100%;
}

div.content-opcion.cuatro {
    top: 10% !important;
}

.saludo-final {
        display: none;
    background: rgb(0, 13, 29);
color: white;
bottom: 0px;
position: absolute;
height: 0px;
    width: 100%;
    z-index: 3;
    text-align: center;
    font-weight: lighter;
font-style: italic;
}

.saludo-final p {
/*    background-color: red;*/
}

.logo {
/*    background: blue;*/
    height: 60px;
margin: 10px;
}


.content-btn-2 {
    display: none;
}

<!-- Responsive Section -->

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
/* Styles */

}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
/* Styles */


.texto-intro {
padding-top: 30px;
text-transform: uppercase;
}
            .message-container {
        width: 450px; 
        height: 110px;
    }

.message-all, .messages-shuffle {
    
    width: 365px;
            width: 365px;
        height: 85px;
        margin-top: 0px;
    }

    .message-all {
        width: 365px;
        height: 85px;
        margin-top: 0px;
    }
    
    
    .messages-list > div, .slotMachineContainer > div {
height: 90px !important;
font-size: 0.95em;
padding: 5px 0px;
/* margin: 10px; */
}

.next-arrow {
float: right;
width: 10%;
position: relative !important;
height: 100%;
}

div.next-arrow img {
height: 40px !important;
margin-top: 50%;
}
    
    .pull {
margin-top: 0px;
}
    .pull img {
        height: 100px !important;
    }
    
    li.message {
        width: 90%;
    }
    
    li.message div {
        height: 85px;
    }
    
    .instruction {
/*background: red;*/
font-size: 0.6em;
font-weight: 100;
position: absolute;
/*float: right;*/
/*right: 20%;
top: 40%;*/
height: 30px;
left: 510px;
top: 0px;
width: 55px;
text-align: left;

    -webkit-animation-name: Floatingx;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floatingx-m;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;

}

.instruction i.fa:before {
   content: "\2B06";
}
    
    img.arrow-click {
        background: url(images/flecha-left.svg) 0 0 no-repeat;
        background-size: contain;
        width: 36px;
        height: 20px !important;
    }
    
    li.next  {
        margin-left: 330px;
height: 85px;
width: 45px;
    }
    
    li.next div img {
        height: 45px !important;
    }
    
    .caja-nombre {
        width: 90%;
    }
    .lampara {
    width: 130px;
    height: 150px;
    }
    
        .logo {
/*    background: blue;*/
    height: 35px;
margin: 8px 0px 0px 0px;
}
    .saludo-final p {
        font-size: 0.8em;
/* background-color: red; */
}
    
    
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 365px) {
/* Styles */

.messages-shuffle {
   width: 165px;
height: 120px;
margin-top: 0px;
}

.messages-list, .texto-intro {
    width: 80%;
}

.texto-intro {
padding-top: 40px;
text-transform: uppercase;
font-size: 1.2em;
}

.instruction {
/*background: red;*/
font-size: 0.4em;
font-weight: 100;
position: absolute;
float: right;
left: 273px;
top: 25px;
width: 45px;


    -webkit-animation-name: none;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: none;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;

}

.instruction i.fa:before {
   content: "\2B06";
}

    img.arrow-click {
        background: url(images/flecha-left.svg) 0 0 no-repeat;
        background-size: contain;
        width: 36px;
        height: 20px !important;
    }


.messages-list > div, .slotMachineContainer > div {
height: 180px !important;
font-size: 0.95em;
/* margin: 10px; */
}

.next-arrow {
    /*background: red;*/
    width: 15%;
    height: 100%;
}

div.next-arrow img {
height: 30px !important;
float: left;
position: relative;
top: 40%;
}

        .message-container {
        width: 250px; 
        height: 150px;
    }
    .message-all {
        width: 165px;
        height: 128px;
        margin-top: 0px;
    }
    .pull {
margin-top: 25px;
}
    .pull img {
        height: 100px !important;
    }
    
        li.message {
        width: 80%;
    }
    
    li.message div {
        height: 127px;
    }
    
        li.next  {
        margin-left: 135px;
height: 127px;
width: 45px;
    }
    
   li.next div img {
        height: 35px !important;
    }
    
        .caja-nombre {
        width: 90%;
    }
        .lampara {
    width: 130px;
    height: 150px;
    }
    
    .saludo-final p {
padding: 20px;
}
    
    .logo {
/*    background: blue;*/
    height: 30px;
margin: 0px;
}
        .saludo-final p {
        font-size: 0.8em;
/* background-color: red; */
}
    
    ::-webkit-input-placeholder {
   font-size: 0.7em;
}

:-moz-placeholder { /* Firefox 18- */
   font-size: 0.7em; 
}

::-moz-placeholder {  /* Firefox 19+ */
   font-size: 0.7em; 
}

:-ms-input-placeholder {  
   font-size: 0.7em;
}
    
}
}
    
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
/* Styles */
    
    
    .messages-list > div, .slotMachineContainer > div { 
height: 50px !important;
/*margin: 10px;*/
}
    
    .message-all, .messages-shuffle {
font-family: 'Raleway', sans-serif;
/*  background: #d5dee2;*/

background: #999b9b; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5OWI5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM2JSIgc3RvcC1jb2xvcj0iI2QzZDNkMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM4JSIgc3RvcC1jb2xvcj0iI2MzYzNjMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3MTcyNzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #999b9b 0%, #d3d3d3 36%, #c3c3c3 38%, #717272 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999b9b), color-stop(36%,#d3d3d3), color-stop(38%,#c3c3c3), color-stop(100%,#717272)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #999b9b 0%,#d3d3d3 36%,#c3c3c3 38%,#717272 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #999b9b 0%,#d3d3d3 36%,#c3c3c3 38%,#717272 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #999b9b 0%,#d3d3d3 36%,#c3c3c3 38%,#717272 100%); /* IE10+ */
background: linear-gradient(to bottom,  #999b9b 0%,#d3d3d3 36%,#c3c3c3 38%,#717272 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999b9b', endColorstr='#717272',GradientType=0 ); /* IE6-8 */

    
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  color: #616161;
  font-size: 50%;
    font-weight: bolder;
  padding: 10px 20px 10px 20px;
  border: solid #bdbdbd 1px;
  text-decoration: none;
    text-shadow: 0.5px 0.5px 1px #FFFFFF;
/*    width: 80%;*/
/*margin: 0px 5%;*/
    width: 550px;
    height: 50px;
        float: left;
    margin-top: 35px;
}

    div.next-arrow img {
height: 55px !important;
margin: 0px;
}

    .texto-intro {
padding-top: 15px;
text-transform: uppercase;
font-size: 1.4em;
font-weight: 100;
}
    
    .content-opcion {
        top: 25% !important;
    }
    
    
            .message-container {
        width: 656px; 
        height: 156px;
    }
    .message-all {
        width: 550px;
        height: 60px;
        margin-top: 30px;
    }
    
    .instruction {
    /*background: red;*/
font-size: 0.6em;
font-weight: 100;
position: relative;
float: right;
/*right: 20%;
top: 40%;*/
width: 130px;
left: 125px;
top: 30px;

    -webkit-animation-name: Floatingx;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floatingx-m;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;

}
    
    
    
    .instruction i.fa:before {
   content: "\2B05";
}
    
    
    .pull {
margin-top: 0px;
        width: 64px;
}
    .pull img {
        height: 150px !important;
    }
    
            li.next  {
        margin-left: 500px;
height: 60px;
width: 60px;
    }
    
        li.message {
        width: 90%;
    }
    
    li.message div {
        height: 60px;
    }
    
        .caja-nombre {
        width: 30%;
    }
        .lampara {
    width: 200px;
    height: 230px;
    }
    
    .saludo-final p {
font-size: 150%;
margin: 20px 0px;
}
    
    .logo {
    height: 55px;
    }
    
    img.arrow-click {
        background: url(images/flecha-left.svg) 0 0 no-repeat;
        background-size: contain;
        width: 36px;
        height: 20px !important;
    }
    
        ::-webkit-input-placeholder {
   font-size: 0.7em;
}

:-moz-placeholder { /* Firefox 18- */
   font-size: 0.7em; 
}

::-moz-placeholder {  /* Firefox 19+ */
   font-size: 0.7em; 
}

:-ms-input-placeholder {  
   font-size: 0.7em;
}
    
}
}
    
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}