/*{
  box-sizing: border-box;
}

body, html{
  background: #EEE5E9;
  overflow-X: hidden;
}


h1{
  color: #222;
  width:300px;
  position: absolute;
  left:50%;
  top: 50%;
  padding: 0 20px;
  transform: translate(-50%, -50%);
  font-family: 'VT323', monospace;
}*/
/*BORRAR LO DE ARRIBA*/
.sintostaditas{
  display: none;
}
.contostaditas{
  display: block;
}

.flash{
  animation: flash 1s linear infinite; 
}

.animateIn{
  animation: 2s left forwards ease;
  display: block !important;
  z-index: 1;
}

.code{
  text-align:center;
  opacity:0;
  position:absolute;
  top:calc(50% + 40px);
  left:50%;
  transform: translate(-50%);
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-bottom: 2px solid #333;
  padding: 0 20px;
  animation: fade 2.5s 7s forwards linear;
}

@keyframes fade{
  0%{opacity: 0;}
  100%{opacity:1;}
}

@keyframes left {
    0% {left: 110%;}
    50% {left: 80%;}
  100%{left: 110%;}
}

@keyframes flash{
  0%{border-right:none;}
  100%{border-right: 0.08em solid #222;}
}
/*GATOS*/
.wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 100px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}

@media screen and (max-height: 320px) {
  .wrapper {
    margin-top: -40px;
  }
}

.flex_wrapper {
  width: 100%;
  padding-left: calc(20% + 100px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  opacity: 0;
}

.plane_wrapper {
  position: absolute;
  display: flex;
  align-items: center;
}

.sprite_container {
  position: relative;
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.sprite {
  position: absolute;
  height: 60px;
  width: 120px;
  transform-origin: center bottom;
}

.rope {
  margin: 0 -2px 0 -22px;
  height: 60px;
  width: 60px;
  z-index: -1;
  transform-origin: center left;
  transition: 0.4s;
}

.message_ghost,
.message {
  height: 30px;
  line-height: 30px;
  background-color: #67fdf1;
  color: #000000;
  padding: 0px 8px;
  box-shadow: 1px 5px 0px 0px black;
}

.module {
  position: relative;
  transition: 0.7s ease-in-out;
}

.front { display: flex; }

.input_wrapper {
  position: absolute;
  bottom: 50px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: -1;
}

.inner_wrapper {
  width: calc(100% - 20px);
  max-width: 500px;
  display: flex;
  flex-direction: column;
}

.catbutton {
  padding: 5px 8px;
  border: 0;
  font-family: 'Press Start 2P';
  background-color: navy;
  color: white;
  margin: 8px 0 0 auto;
  display: none;
}


.cattextarea {
  padding: 5px 8px;
  border: 0;
  width: 100%;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.4);
  font-family: 'Press Start 2P';
  color: navy;
  display: none;
}

.sign {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  bottom: 10px;
  right: 10px;
  font-size: 10px;
}
