.input-error {
  margin-top: 10px;
}

.header{
  overflow: hidden;
  position: relative;
}

#beta-tag {	
  display: block;
  background: #e91e63;
  text-align: center;
  height: 30px;
  line-height: 32px;
  width: 150px;
  position: absolute;
  top: 28px;
  right: -35px;
  z-index: 100;
  color: #ffffff;
  font-size: 12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}


.header h1 {
  font-size: 72px;
  margin: 0;
  text-transform: uppercase;
  color: #ffffff;
  line-height: normal;
} 


.header h1:after{
  width: 350px;
  height: 9px;
  margin: 10px auto;
  background-image: url(../bundles/blumenapp/images/subrayado-blanco.png);
  background-repeat: repeat-x;
  content: '';
  display: block;
  float:none;
}


.header h1 > strong {
  color: #e91e63;
  font-size: 22px;
  display: inline-block;
  width: 270px;
  text-align: right;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 3px solid rgba(255, 255, 255, 0.5);

}

.header h1 span {
  display: inline-block;

  
}

.input-error {
  display: none;
}


.titulo-1{   
  text-transform: uppercase;
  margin: 30px 0;
  font-size: 16px;
  color: #ffffff;
}


.subtitulo-1{
  font-weight: normal;
  font-size: 24px;
  color:#FFF;
  margin-top: 40px;
  margin-bottom: 20px;
}

.subtitulo-2{
  font-weight: normal;
  display: block;
  font-size: 12px;
  color:#FFF;
  margin-top: 20px;
}


.titulo-bajada{
  font-weight: bold;
  font-size: 32px;
  color:#FFF;
  margin-top: 40px;
  margin-bottom: 40px;

}

.titulo-bajada:after{
  width: 260px;
  height: 9px;
  margin: 10px auto;
  background-image: url(../bundles/blumenapp/images/subrayado-blanco.png);
  background-repeat: repeat-x;
  content: '';
  display: block;
  float:none;
}

.subtitulo-bajada{
  font-weight: normal;
  display: block;
  font-size: 18px;
  color:#FFF;
  margin-top: 20px;
}


.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

.ico-info{float: left;
  margin: 18px 10px 0 0;}

#paso01a{
  margin: 0 auto;
  float:none;}

#paso01b{
  margin: 0 auto;
  float:none;}

#paso02{
  margin: 0 auto;
  float:none;}
#paso03{
  margin: 0 auto;
  float:none;}


.pre-titulo {
  background: url("../bundles/blumenapp/images/pre-titulo.png") no-repeat;
  width: 20px;
  height: 110px;
  display: inline-block;
  position: relative;
  top: -5px;
  left: 50%;
  margin: -10px;
}

.titulo-paso1{	
  color: #e91e63;
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 10px !important;
  text-align:center;
}

.titulo-paso1:after{
  width: 260px;
  height: 9px;
  margin: 10px auto;
  background-image: url(../bundles/blumenapp/images/subrayado-celeste.png);
  background-repeat: repeat-x;
  content: '';
  display: block;
  float:none;
}

.numero-paso1{	
  color: #e91e63;
  font-size: 42px;
  margin: 20px 0 0 0;
  font-weight: bolder;
}

.pregunta {
  margin: 25px 0 0 0;
  text-align: center;
  width: 100%;
  float: left;} 

.pregunta p {
  font-size: 18px;
  color: #757575;

  margin-top: 0;
  text-align: center;
}

.pregunta h3 {
  font-size: 20px;
  color: #fb8c00;
 
  text-align: center;
  font-weight: bold;
} 


.sub-mensaje{    font-size: 11px!important;
  color: #e91e63!important;
  text-transform: uppercase;}


.sub-pregunta {
  font-size: 12px;
  color: #3b5998;
  text-transform: uppercase;
  text-align: center;
}

.seleccion{font-size: 16px;
  color: #575757;
  width: 125px;
  margin: 0 auto;
  display: block;
  padding-top: 15px;
  line-height: normal;}

.pregunta > input {
  height: 50px;
  line-height: 50px;
  width: 100%;
  border: 1px solid #757575;
  border-radius: 100px;
  outline: none;
  box-sizing: border-box;
  padding: 0 25px;
  font-size: 16px;
  color: #484848;
  font-weight: bold;
  margin-top: 12px;
}

.campo-izq {
  width: 49% !important;
  display: inline-block;
  border-radius: 40px 8px 8px 40px !important;
}

.campo-der {
  width: 49% !important;
  display: inline-block;
  border-radius: 8px 40px 40px 8px !important;
}

.mes {
  width: 45% !important;
  margin-bottom: 8px;
}

.dia, .anio {
  width: 25% !important;
  margin-bottom: 10px;
}

.fecha {
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font-size: 16px;
  color: #9a9a9a;
  background: url(../bundles/blumenapp/images/arrow.png) no-repeat right;
  background-size: 50px;
  border: 1px solid #757575;
  height: 50px;
  display: inline-block;
  outline: none;
  padding: 0 20px;
  line-height: 46px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  margin-top: 12px;
 
}

.lista {
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font-size: 16px;
  color: #757575;
  background: url(../bundles/blumenapp/images/arrow.png) no-repeat right;
  background-size: 50px;
  border: 1px solid #757575;
  height: 50px;
  display: inline-block;
  outline: none;
  padding: 0 20px;
  line-height: 46px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  margin-top: 12px;
 
}

#mujer { background: url(../bundles/blumenapp/images/mujer.png) no-repeat;
  width: 140px;
  height: 160px;
  margin: 10px;
  opacity: 0.3;
  cursor: pointer;
  transform: scale(0.8);
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: all 0.2s ease;
  display: inline-block;
}

#hombre { background: url(../bundles/blumenapp/images/hombre.png) no-repeat;
  width: 140px;
  height: 160px;
  margin: 10px;
  opacity: 0.3;
  cursor: pointer;
  transform: scale(0.8);
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: all 0.2s ease;
  display: inline-block;
}

#mujer:hover, #hombre:hover, #hombre.active {
  opacity: 1;
  -webkit-filter: grayscale(0);
  filter: grayscale(0); }

.pregunta .selector {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 80px;
  height: 80px;
  box-sizing: border-box;
  border: 1px solid #757575;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 20px;
}

.pregunta .selector:hover {
  background-image: url(https://blumenreviews.com/bundles/blumenapp/images/check-hover.png);
  background-repeat: no-repeat;
  background-position: center center;
}


.pregunta .selector-active {

  background: url(https://blumenreviews.com/bundles/blumenapp/images/check-active.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #2196f3 ;
  border: none;
  opacity: 1;
}



.acciones{
  text-align: center;
  font-size: 16px;
  color: #cbcbcb;
  margin-top: 20px;
  float:left;
  width: 100%;
}

.btn-large {
  height: 54px;
  line-height: 54px;
  margin: 10px;
  min-width: 180px;
}

.mensaje-error {
  color: #ea4626;
  font-size: 14px;
  margin-bottom: 20px;
}

.politicas {
  font-size: 14px;
  margin: 0px 0 10px;
  color: #717171;
  display: inline-block;
  padding: 10px;
  border-radius: 5px;
}

.politicas a{

  color: #ef5350;
  
}



.politicas label {

  color: #757575;
  
}





.page-footer hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.texto-footer{
  font-size: 13px;
  color: #acacac;
  margin: 10px 0;}

.fondo-iconos{background-image: url("../bundles/blumenapp/images/fondo-carreras.png");}

/*colores*/

.fondo-naranjo{ background-color:#F57C00;}
.fondo-magenta{ background-color:#e91e63;}




/*margenes helpers*/

.mtop10{margin-top:10px}

.mtop20{margin-top:20px}

.mtop40{margin-top:40px}

.mtop60{margin-top:60px}

.mbottom10{margin-bottom:10px}

.mbottom20{margin-bottom:20px}

.mbottom40{margin-bottom:40px}

.mbottom60{margin-bottom:60px}

.mbottom0{margin-bottom:0px}

.no-padding{padding:0;}

.mbotom-6{margin-bottom:-6px; }


.pasos{

  display: inline-block;
  width: 38px;
  height: 38px;
  border: 2px solid #757575;
  color: #757575;
  font-size: 20px;
  font-weight: bold;
  border-radius: 40px;
  text-decoration: none;
  line-height: 38px;
  margin: 0 20px;
  opacity: 0.2;
  text-align:center;	

}

.pasos.active {
  opacity: 1;
}

.pasos.checked{
  opacity: 1;
  border: 2px solid #cccccc;
  background-color: #2196f3 ;
  background-image: url(https://blumenreviews.com/bundles/blumenapp/images/check-active-blanco.png);
  background-repeat: no-repeat;
  background-position: center center;
}


.preguntas {
  text-align: left;
  padding-top: 20px;
  font-size: 14px;
  list-style: none;
  padding-left: 0;
  float:left;
}

.preguntas li {
  margin-bottom: 25px;
  cursor: pointer;
  width:100%;
  float:left;
}


.preguntas > li > span {
  vertical-align: middle;
  display: inline-block;
  max-width: 80%;
  font-size: 16px;
  font-weight: bold;
  color: #757575;
  margin: 10px;
}

.preguntas li > .check {
  display: inline-block;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #757575;
  border-radius: 4px;
  margin: 10px;
 
  transition: border 0.25s ease;
  float:left;
}

.preguntas > li > .check-active {
  border-color: rgba(99, 167, 11, 0.5);
  background-image: url(https://blumenreviews.com/bundles/blumenapp/images/check.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.preguntas > li > .check:hover {
  border-color: #2196f3 ; }

.ninguna {
  color: #D89797 !important;
}

#preguntas2,#preguntas3,#preguntas4,#preguntas5,#preguntas6{
  display:none;}

#etapa2,#etapa3,#etapa4, #etapa5{
  display:none;}

#etapa2,#etapa3,#etapa4{
  margin:0 auto;
  float:none;}


#preguntas1,#preguntas2,#preguntas3,#preguntas4,#preguntas5,#preguntas6 {
  margin:0 auto;
  float:none;
}
 
.collapsible {
  border-top: none;
  border-right: none;
  border-left: none;
  margin: 0.5rem 0 1rem 0;
  float: left;
  width: 100%;


}

.collapsible-header {

  background-color:rgba(0, 0, 0, 0.1);

}

.collapsible-body {

  border-bottom:none;
  box-sizing: border-box;
  float: left;
  width: 100%;
  background-color:rgba(0, 0, 0, 0.1);
}


.titulo-collapsible{    text-align: left;
  font-size: 20px;
  font-weight: bolder;
  color: #ffffff;
  padding: 10px 10px 0 0;
  margin: 0;
  line-height: 100%;
  width: 70%;
}

.bajada-collapsible{  
  text-align: left;
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
  padding: 10px 10px 10px 0;
  margin: 0;
  line-height: 100%;
  width: 70%;}
	
.collapsible-body p {
  margin: 0;
  padding: 5px 10px;
}

label {

  color: #ffffff;
}

[type="radio"]:not(:checked) + label:before, [type="radio"]:not(:checked) + label:after {
  border: 2px solid #f50057;
}

[type="radio"]:checked + label:after, [type="radio"].with-gap:checked + label:before, [type="radio"].with-gap:checked + label:after {
  border: 2px solid #ad1457;
  background-color: #f50057;
}


.titulo-paso3 {	
  color: #e91e63;
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 10px !important;
  text-align:center;
}

.titulo-paso3:after {
  width: 260px;
  height: 9px;
  margin: 10px auto;
  background-image: url(../bundles/blumenapp/images/subrayado-celeste.png);
  background-repeat: repeat-x;
  content: '';
  display: block;
  float:none;
}

.subtitulo-bajada-3 {
  font-size: 18px;
  color: #9a9a9a;
  margin-bottom: 20px;
  text-align: center;
}

.arrow-down{float: right;
  margin: 20px;}

.leyenda {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 60px;
  padding:30px 20px;
  line-height: normal;
  font-weight: bold;
  margin: 10px 0;
}

.leyenda img{float:left;    margin: 0 10px;}

.agregar {

  text-decoration: none;
  float:left;
  transition: all 0.25s ease;
  color:#FFF;
  font-size:18px;
}

.vacio {
  background: none;
  border: 3px solid rgba(255, 255, 255, 0.1);

  border-radius: 10px;
  min-height: 250px;
  padding: 50px 40px 40px 40px; 
}

.vacio:hover {
  transition: all 0.5s ease;
  border: 3px solid rgba(255, 255, 255, 0.5);

}


.seleccionado {
  display: inline-block;
  margin: 0;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 50px 40px 40px 40px;
  vertical-align: top;
  max-width: 250px;
  
}

.nombre-grupo-carreras {
  font-size: 12px;
  text-transform: uppercase;
  opacity: 0.4;
  margin: 0;
}

.nombre-carrera {
  color: #ffffff;
  font-size: 18px;
}

.small-button{font-size:10px; width:120px;padding: 0 20px;}

.ico-info-small {
    
  float: left;
  margin: 8px 5px 0 0;
}

#paso03 h2 {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 20px;
  color: #757575;
  text-align: center;
}

#paso03 h2 > strong {
  display: block;
  font-size: 32px;
  color: #fb8c00;
  line-height: normal;
}

#paso03 img {
  cursor: pointer;
}


#paso03 p {
  padding: 0;
  margin-bottom: 8px;
  color: #757575;
  font-size: 14px;
  text-align: center;
  
  
}

#paso03 h3 {
  font-size: 16px;
  color: #fb8c00;
  margin-bottom: 0px;
  margin-top: 20px;
   text-align: center;
}

#paso03 a {
  text-decoration: none;
  color: #666;
  line-height: 2;
  margin-right: 15px;
  display: inline-block;
}

#paso03 a:after {
  content: " »";
  display: inline-block;
  padding-left: 5px;
  font-size: 22px;
  color: #e91e63 ;
  font-weight: bold;
}

#paso03 small {
  font-size: 12px;
  margin-bottom: 0px;
  margin-top: 40px;
  display: inline-block;
  text-transform: uppercase;
  color: #999;
   text-align: center;
}

.seleccion-2 p {
  padding: 0 20px;
  margin-bottom: 8px;
  color: #9a9a9a;
  font-size: 14px;
  text-align: center;
  
  
}

.seleccion-2 h3 {
  font-size: 16px;
  color: #fb8c00;
  margin-bottom: 0px;
  margin-top: 20px;
  text-align: center;
}

.seleccion-2 h2 {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 20px;
  color: #9a9a9a;
  text-align: center;
  font-size: 24px;
}



#index-banner {
  height: 120px;
  margin-bottom: -18px;
}

.result {
  display: none;
}

.pyro > .before, .pyro > .after {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  box-shadow: 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff;
  -moz-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -webkit-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -o-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -ms-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
}

.pyro > .after {
  -moz-animation-delay: 1.25s, 1.25s, 1.25s;
  -webkit-animation-delay: 1.25s, 1.25s, 1.25s;
  -o-animation-delay: 1.25s, 1.25s, 1.25s;
  -ms-animation-delay: 1.25s, 1.25s, 1.25s;
  animation-delay: 1.25s, 1.25s, 1.25s;
  -moz-animation-duration: 1.25s, 1.25s, 6.25s;
  -webkit-animation-duration: 1.25s, 1.25s, 6.25s;
  -o-animation-duration: 1.25s, 1.25s, 6.25s;
  -ms-animation-duration: 1.25s, 1.25s, 6.25s;
  animation-duration: 1.25s, 1.25s, 6.25s;
}

@-webkit-keyframes bang {
  to {
    box-shadow: -147px -179.66667px #ffae00, 153px -51.66667px #00ccff, 198px -247.66667px #b3ff00, -26px -145.66667px #0055ff, -130px -286.66667px #ff000d, 37px -85.66667px #0d00ff, -82px -37.66667px #ff0099, 181px -150.66667px #4000ff, -138px -78.66667px #d500ff, 7px -73.66667px #00ffa2, 103px 25.33333px #bb00ff, 92px -261.66667px #1eff00, -35px -56.66667px #ff7300, 245px -339.66667px #9500ff, -189px -61.66667px #ff6200, -193px -349.66667px #00ff15, 150px 42.33333px #00ffbf, -133px 22.33333px #ff4d00, 104px -278.66667px #0009ff, 53px 63.33333px #ff0004, 100px -410.66667px #ff00c4, 162px -110.66667px #ff0051, 52px -277.66667px #001eff, -164px -158.66667px #9500ff, 167px 38.33333px #40ff00, 104px -414.66667px #a6ff00, 103px -338.66667px #00ffbb, 193px -246.66667px #ff5100, -201px -19.66667px #00ff80, 208px -35.66667px #4d00ff, 93px -255.66667px lime, -94px -269.66667px #1a00ff, 193px -407.66667px #00ff04, 161px -63.66667px #15ff00, -195px -238.66667px #ff004d, 150px 29.33333px #80ff00, 83px -320.66667px #6600ff, 56px -298.66667px #3cff00, 38px -130.66667px lime, -199px -52.66667px #009dff, -60px -14.66667px #ff3c00, -188px -382.66667px #ff6600, -155px -144.66667px #77ff00, 79px -107.66667px #00ff7b, 107px -173.66667px #99ff00, 250px -304.66667px #ff0091, 91px -339.66667px #6600ff, -65px -111.66667px #ff00d0, 70px -383.66667px #ff0048, 1px -50.66667px #84ff00, -194px 68.33333px #00ff1a;
  }
}
@-moz-keyframes bang {
  to {
    box-shadow: -147px -179.66667px #ffae00, 153px -51.66667px #00ccff, 198px -247.66667px #b3ff00, -26px -145.66667px #0055ff, -130px -286.66667px #ff000d, 37px -85.66667px #0d00ff, -82px -37.66667px #ff0099, 181px -150.66667px #4000ff, -138px -78.66667px #d500ff, 7px -73.66667px #00ffa2, 103px 25.33333px #bb00ff, 92px -261.66667px #1eff00, -35px -56.66667px #ff7300, 245px -339.66667px #9500ff, -189px -61.66667px #ff6200, -193px -349.66667px #00ff15, 150px 42.33333px #00ffbf, -133px 22.33333px #ff4d00, 104px -278.66667px #0009ff, 53px 63.33333px #ff0004, 100px -410.66667px #ff00c4, 162px -110.66667px #ff0051, 52px -277.66667px #001eff, -164px -158.66667px #9500ff, 167px 38.33333px #40ff00, 104px -414.66667px #a6ff00, 103px -338.66667px #00ffbb, 193px -246.66667px #ff5100, -201px -19.66667px #00ff80, 208px -35.66667px #4d00ff, 93px -255.66667px lime, -94px -269.66667px #1a00ff, 193px -407.66667px #00ff04, 161px -63.66667px #15ff00, -195px -238.66667px #ff004d, 150px 29.33333px #80ff00, 83px -320.66667px #6600ff, 56px -298.66667px #3cff00, 38px -130.66667px lime, -199px -52.66667px #009dff, -60px -14.66667px #ff3c00, -188px -382.66667px #ff6600, -155px -144.66667px #77ff00, 79px -107.66667px #00ff7b, 107px -173.66667px #99ff00, 250px -304.66667px #ff0091, 91px -339.66667px #6600ff, -65px -111.66667px #ff00d0, 70px -383.66667px #ff0048, 1px -50.66667px #84ff00, -194px 68.33333px #00ff1a;
  }
}
@-o-keyframes bang {
  to {
    box-shadow: -147px -179.66667px #ffae00, 153px -51.66667px #00ccff, 198px -247.66667px #b3ff00, -26px -145.66667px #0055ff, -130px -286.66667px #ff000d, 37px -85.66667px #0d00ff, -82px -37.66667px #ff0099, 181px -150.66667px #4000ff, -138px -78.66667px #d500ff, 7px -73.66667px #00ffa2, 103px 25.33333px #bb00ff, 92px -261.66667px #1eff00, -35px -56.66667px #ff7300, 245px -339.66667px #9500ff, -189px -61.66667px #ff6200, -193px -349.66667px #00ff15, 150px 42.33333px #00ffbf, -133px 22.33333px #ff4d00, 104px -278.66667px #0009ff, 53px 63.33333px #ff0004, 100px -410.66667px #ff00c4, 162px -110.66667px #ff0051, 52px -277.66667px #001eff, -164px -158.66667px #9500ff, 167px 38.33333px #40ff00, 104px -414.66667px #a6ff00, 103px -338.66667px #00ffbb, 193px -246.66667px #ff5100, -201px -19.66667px #00ff80, 208px -35.66667px #4d00ff, 93px -255.66667px lime, -94px -269.66667px #1a00ff, 193px -407.66667px #00ff04, 161px -63.66667px #15ff00, -195px -238.66667px #ff004d, 150px 29.33333px #80ff00, 83px -320.66667px #6600ff, 56px -298.66667px #3cff00, 38px -130.66667px lime, -199px -52.66667px #009dff, -60px -14.66667px #ff3c00, -188px -382.66667px #ff6600, -155px -144.66667px #77ff00, 79px -107.66667px #00ff7b, 107px -173.66667px #99ff00, 250px -304.66667px #ff0091, 91px -339.66667px #6600ff, -65px -111.66667px #ff00d0, 70px -383.66667px #ff0048, 1px -50.66667px #84ff00, -194px 68.33333px #00ff1a;
  }
}
@-ms-keyframes bang {
  to {
    box-shadow: -147px -179.66667px #ffae00, 153px -51.66667px #00ccff, 198px -247.66667px #b3ff00, -26px -145.66667px #0055ff, -130px -286.66667px #ff000d, 37px -85.66667px #0d00ff, -82px -37.66667px #ff0099, 181px -150.66667px #4000ff, -138px -78.66667px #d500ff, 7px -73.66667px #00ffa2, 103px 25.33333px #bb00ff, 92px -261.66667px #1eff00, -35px -56.66667px #ff7300, 245px -339.66667px #9500ff, -189px -61.66667px #ff6200, -193px -349.66667px #00ff15, 150px 42.33333px #00ffbf, -133px 22.33333px #ff4d00, 104px -278.66667px #0009ff, 53px 63.33333px #ff0004, 100px -410.66667px #ff00c4, 162px -110.66667px #ff0051, 52px -277.66667px #001eff, -164px -158.66667px #9500ff, 167px 38.33333px #40ff00, 104px -414.66667px #a6ff00, 103px -338.66667px #00ffbb, 193px -246.66667px #ff5100, -201px -19.66667px #00ff80, 208px -35.66667px #4d00ff, 93px -255.66667px lime, -94px -269.66667px #1a00ff, 193px -407.66667px #00ff04, 161px -63.66667px #15ff00, -195px -238.66667px #ff004d, 150px 29.33333px #80ff00, 83px -320.66667px #6600ff, 56px -298.66667px #3cff00, 38px -130.66667px lime, -199px -52.66667px #009dff, -60px -14.66667px #ff3c00, -188px -382.66667px #ff6600, -155px -144.66667px #77ff00, 79px -107.66667px #00ff7b, 107px -173.66667px #99ff00, 250px -304.66667px #ff0091, 91px -339.66667px #6600ff, -65px -111.66667px #ff00d0, 70px -383.66667px #ff0048, 1px -50.66667px #84ff00, -194px 68.33333px #00ff1a;
  }
}
@keyframes bang {
  to {
    box-shadow: -147px -179.66667px #ffae00, 153px -51.66667px #00ccff, 198px -247.66667px #b3ff00, -26px -145.66667px #0055ff, -130px -286.66667px #ff000d, 37px -85.66667px #0d00ff, -82px -37.66667px #ff0099, 181px -150.66667px #4000ff, -138px -78.66667px #d500ff, 7px -73.66667px #00ffa2, 103px 25.33333px #bb00ff, 92px -261.66667px #1eff00, -35px -56.66667px #ff7300, 245px -339.66667px #9500ff, -189px -61.66667px #ff6200, -193px -349.66667px #00ff15, 150px 42.33333px #00ffbf, -133px 22.33333px #ff4d00, 104px -278.66667px #0009ff, 53px 63.33333px #ff0004, 100px -410.66667px #ff00c4, 162px -110.66667px #ff0051, 52px -277.66667px #001eff, -164px -158.66667px #9500ff, 167px 38.33333px #40ff00, 104px -414.66667px #a6ff00, 103px -338.66667px #00ffbb, 193px -246.66667px #ff5100, -201px -19.66667px #00ff80, 208px -35.66667px #4d00ff, 93px -255.66667px lime, -94px -269.66667px #1a00ff, 193px -407.66667px #00ff04, 161px -63.66667px #15ff00, -195px -238.66667px #ff004d, 150px 29.33333px #80ff00, 83px -320.66667px #6600ff, 56px -298.66667px #3cff00, 38px -130.66667px lime, -199px -52.66667px #009dff, -60px -14.66667px #ff3c00, -188px -382.66667px #ff6600, -155px -144.66667px #77ff00, 79px -107.66667px #00ff7b, 107px -173.66667px #99ff00, 250px -304.66667px #ff0091, 91px -339.66667px #6600ff, -65px -111.66667px #ff00d0, 70px -383.66667px #ff0048, 1px -50.66667px #84ff00, -194px 68.33333px #00ff1a;
  }
}
@-webkit-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@-moz-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@-o-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@-ms-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@-webkit-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
@-moz-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
@-o-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
@-ms-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
@keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}