
bodys {
    -webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
    -webkit-user-select: none;                  /* prevent copy paste, to allow, change 'none' to 'text' */
    background-color:#E4E4E4;
    background-image:linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    height:100vh;
    margin:0px;
    padding:0px;
    /* Padding to avoid the "unsafe" areas behind notches in the screen */
    padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-right, 0px);
    width:100%;
	letter-spacing:1px;
}
body{background:url('../img/bg.png')no-repeat;background-size:100%;letter-spacing:1px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
color:#045245;font-weight:bolder;}
body, header, h1, ul, li{padding:0;margin:0;}

header, footer{background:#045245;width:100%;height:55px;color:#fff;font-size: 22px;font-weight: 500;
letter-spacing: .02em;
    line-height: 20px;
    list-style: none;
    /*text-transform: uppercase;*/
    white-space: nowrap;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
	align-items:center;display:flex;justify-content:center;
}
footer{position:absolute;left:0;}
header{top:0;}
footer{bottom:0;}
footer a{outline:none;}
section{width:90%;padding-top:20%;text-align:center;margin:0 5%;font-size:20px;}
section .div{background:#fff;width:88%;height:65px;margin:0 auto;border-radius:5px;padding:0 5px;}
section input{width:70%;height:50px;border:0;border-bottom:2px solid#1cb39b;border-radius:;
background:#fff;font-size:18px;letter-spacing:2px;text-align:center;outline:none;color:#1cb39b;}
footer a{text-decoration:none;color:#fff;}
.menu{width:200px;height:82%;position:fixed;top:55px;right:0;background:#1cb39b;z-index:9;}
.sombra{width:100%;max-width:;height:100%;position:fixed;top:55px;left:0;background:rgba(0,0,0,0.6);z-index:;}
.menu ul li{margin:20% 0;text-align:center;list-style:none;padding:0 15px;}

section .div .component-icon{display:;margin:-90% 0 0 45px;}
.box{position:absolute;z-index:8;height:300px;overflow-x:scroll;background:#eee;}

.pg{width:70%;height:;border-radius:15px;background:#fff;position:fixed;top:20%;left:12%;padding:20px 10px;z-index:9;
text-align:center;}

.div span{font-size:14px;color:rgba(0,0,0,0.6);}

.screen{padding:100px 0;width:100%;height:100%;position:fixed;top:0;left:0;background:#1cb39b;z-index:99;text-align:center;}
.screen div{width:80%;margin:20px auto;align-items:center;justify-content:center;display:flex;
color:#92f7e6;}

.div #nzap::placeholder {
  color:#e2e2e2;
}
.div input::placeholder{
    color: #e2e2e2;
}

.shake {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
/* Landscape layout (with min-width) */
@media screen and (min-aspect-ratio: 1/1) and (min-width:400px) {
    .app {
        background-position:left center;
        padding:75px 0px 75px 170px;  /* padding-top + padding-bottom + text area = image height */
        margin:-90px 0px 0px -198px;  /* offset vertical: half of image height */
                                      /* offset horizontal: half of image width and text area width */
    }
}

h1 {
    font-size:24px;
    font-weight:normal;
    margin:0px;
    overflow:visible;
    padding:0px;
    text-align:center;
}

.event {
    border-radius:4px;
    -webkit-border-radius:4px;
    color:#FFFFFF;
    font-size:12px;
    margin:0px 30px;
    padding:2px 0px;
}

.event.listening {
    background-color:#333333;
    display:block;
}

.event.received {
    background-color:#4B946A;
    display:none;
}

@keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0.4; }
    to { opacity: 1.0; }
}
 
@-webkit-keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0.4; }
    to { opacity: 1.0; }
}
 
.blink {
    animation:fade 3000ms infinite;
    -webkit-animation:fade 3000ms infinite;
}
