@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLDz8Z11lFc-K.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLDz8Z1JlFc-K.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

*,
body,
html {
    box-sizing: border-box
}

::-webkit-scrollbar-track {
    background: #3a3a3a
}

::-webkit-scrollbar {
    height: 4px;
    width: 4px
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    overflow-x: auto;
    background: #e7e6f9
}

body,
html {
    padding: 0;
    margin: 0;
    height: 100%;
    color: #4a4a4a;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5
}

body {
    background: #ebecef;
    font-family: Poppins
}

#main {
    width: 100%;
    float: left;
    min-height: 90vh
}

.container-top {
    max-width: 1000px;
    margin: 0 auto
}

header {
    box-shadow: 1px 2px 4px 0 rgb(0 0 0/21%);
    background: #3a3a3a
}

p.site-title {
    margin: 0;
    font-weight: 700
}

.cat h2 a,
.site-title a {
    padding: 3px;
    font-size: 28px;
    text-align: center;
    width: 100%;
    display: block;
    text-decoration: none;
    color: #e5efff;
    backface-visibility: hidden
}

.cat h2 a {
    color: #fff;
    text-transform: none;
    font-size: 22px;
    font-weight: 600
}

.branding-text {
    background: #3a3a3a;
    padding: 0;
    color: #fff;
    text-align: center
}

@media only screen and (min-width:1400px) {
    .container-top {
        max-width: 68%
    }
}

.main-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0px 10px;
}

@media only screen and (min-width:1400px) {
    .main-container {
        max-width: 68%
    }
}

h1 {
    display: block;
    font-size: 22px;
    padding: 28px 10px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
}

@media (max-width:640px) {
    h1 {
        font-size: 20px;
    }
}

.letrasdiferentesinput {
    margin: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
    margin: 0 auto;
    margin-bottom: 0.4rem;
}

div#arrows {
    text-align: center;
    margin-bottom: 10px;
}

#arrows b {
    font-size: 1.4rem;
    transform: rotate(90deg);
    display: inline-block;
}

.input-group {
    width: 100%;
    margin: 0 auto;
    max-width: 1120px;
    padding: 0 0;
}

textarea#letrasdiferentesinput {
    margin-top: 0 !important;
    margin-bottom: .5rem !important;
    background: #fff;
    outline: none;
    color: #000;
    font-family: Poppins;
    height: 95px;
    width: 100%;
    padding: 8px;
    font-size: 1.06em;
    text-align: left;
    border-radius: 8px;
    border: 2px solid #3f4c6b;
    box-shadow: 0 -2px 15px 0 rgb(0 0 0 / 16%);
    z-index: 99;
}

::placeholder {
    color: #535050;
    font-family: 'Poppins';
    font-size: 1.0em;
}

h2 {
    color: #222;
    font-size: 18px;
    margin: 18px 0px 6px 0px;
    text-align: left;
    padding: 5px;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
}

.letrasdiferentes {
    cursor: pointer;
    display: flex;
    align-items: center;
    overflow-wrap: anywhere;
    flex-wrap: wrap;
    padding: 14px 12px;
    background-color: #fff;
    color: #000;
    border: 1px solid #c5c5c5;
    border-radius: 6px;
    margin-top: 15px;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Noto Color Emoji";
    font-size: 19px;
    box-shadow: 0 4px 6px -1px #000 0 2px 4px -1px #000;
}

@media only screen and (max-width: 720px) {
    .letrasdiferentes {
        width: 100%;
        margin: 0.5% 0;
    }
}

.copied-button {
    width: 23px;
    height: 23px;
    color: rgb(134, 135, 136);
    display: block;
    margin-left: auto;
    fill: rgb(134, 135, 136);
}

.letrasdiferentes p {
    margin: 0;
}

@media only screen and (max-width: 600px) {
    .letrasdiferentes {
        font-size: 16px;
    }
}

.letrasdiferentes:hover {
    border: 1px solid #131aa6;
}

.letrasdiferentes {
    position: relative
}

p.lunicreepify {
    padding: 30px 0;
    letter-spacing: 2px;
    overflow: hidden
}

.copy-button {
    width: 23px;
    height: 23px;
    color: rgb(139 135 135);
    display: none;
    margin-left: auto;
    fill: rgb(139 135 135)
}

.letrasdiferentes button {
    position: absolute;
    top: -5px;
    right: -5px;
    background: linear-gradient(to left, #1a1a1a 0, #555555 100%);
    color: #fff;
    border-radius: 10px;
    padding: 3px 9px;
    font-size: 15px;
    font-family: 'Poppins';
    border: none;
    z-index: 99
}


footer {
    clear: both;
    margin-top: 20px;
    background: #484848;
    padding: 20px 20px
}

footer p {
    margin: 0
}

a {
    text-decoration: none
}

footer {
    font-weight: 300;
    color: #f5f5f5
}

.footer p.symbol-description,
footer {
    text-align: center
}


.cate {
    width: 100%;
    float: left;
    text-align: center;
    margin: 1rem 0
}

.cate a {
    background: #fff;
    margin-bottom: 5px;
    color: #4a4a4a;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    display: inline-flex;
    font-size: 1rem;
    height: 2.5em;
    justify-content: flex-start;
    line-height: 1.5;
    padding: calc(.5em - 1px) calc(.75em - 1px);
    position: relative;
    vertical-align: top
}

.cate a {
    background-color: #555;
    border-color: transparent;
    color: #fff
}

.cate a:focus {
    border-color: #365899;
    color: #363636
}

.cate a:hover {
    opacity: .8
}

#menuline {
    display: block;
    position: absolute;
    cursor: pointer;
    width: 50px;
    height: 40px;
    float: left
}

#menuline span:nth-child(1) {
    top: 12px;
    width: 38px
}

#menuline span:nth-child(2) {
    top: 21px;
    width: 30px
}

#menuline span:nth-child(3) {
    top: 30px;
    width: 22px
}

#menuline span {
    background: #e5efff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    display: block;
    position: absolute;
    left: 5px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    height: 4px
}

#menuline:hover span {
    background: #fff
}

.cat {
    float: left;
    width: 23%;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 99999 !important;
    -webkit-box-shadow: 8px 0 17px 0 rgba(0, 0, 0, .28);
    -moz-box-shadow: 8px 0 17px 0 rgba(0, 0, 0, .28);
    box-shadow: 8px 0 17px 0 rgba(0, 0, 0, .28);
    display: none
}

.cat .et {
    display: inline-block;
    width: 100%
}

.cat .close {
    position: absolute;
    right: -42px;
    top: 10px;
    font-size: 18px;
    padding: 10px 15px;
    border: none;
    color: #fff;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    z-index: 3
}

.cat,
.cat .close {
    background: #555;
    background: -webkit-linear-gradient(to right, #3a3a3a, #555555);
    background: linear-gradient(to right, #3a3a3a, #555555)
}

.cat h2 {
    text-align: center;
    margin: 5px;
    font-size: 1.4rem;
    border-bottom: 1px solid #fff
}

.sidemenulinks {
    overflow: auto;
    height: 85%;
    padding-right: 3px;
    background: 0 0
}

.sidemenulinks a {
    display: block;
    text-align: right;
    padding: 10px 18px 10px 0;
    color: #ffffffbf;
    font-size: 15px;
    text-transform: uppercase;
    backface-visibility: hidden;
    border-radius: 3px;
    border: 1px solid transparent
}

.sidemenulinks a:hover {
    background: #f5f6fb;
    color: #000;
    border-right: 2px solid #00ab4c
}


@media only screen and (max-width:1024px) {
    .site-title a {
        padding: 6px;
        font-size: 32px
    }

    #menuline span {
        left: 12px
    }

    .cat {
        width: 50%
    }
}

@media only screen and (max-width:970px) {
    #menuline span:nth-child(1) {
        top: 9px
    }

    #menuline span:nth-child(2) {
        top: 18px
    }

    #menuline span:nth-child(3) {
        top: 27px
    }

    .cat {
        width: 60%
    }

    .cat .close {
        top: 0;
        font-size: 16px
    }

    .cat h2 a {
        font-size: 17px
    }

    .cat h2 {
        margin: 0;
        font-size: 5px
    }
}

@media only screen and (max-width:600px) {
    .site-title a {
        font-size: 19px;
        overflow: hidden
    }

    .cat {
        width: 75%
    }
}











.aload {
    font-size: 20px;
    position: relative;
    width: 4em;
    height: 1em;
    margin: 10px auto;
    text-align: center;
  }
  
  .aload span {
    display: block;
    width: 1em;
    height: 1em;
    border-radius: .5em;
    background: #555;
    position: absolute;
    animation-duration: .5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite
  }
  
  .aload span:nth-child(1), .aload span:nth-child(2) {
    left: 0
  }
  
  .aload span:nth-child(3) {
    left: 1.5em
  }
  
  .aload span:nth-child(4) {
    left: 3em
  }
  
  @keyframes reveal {
    from {
        transform: scale(.001)
    }
  
    to {
        transform: scale(1)
    }
  }
  
  @keyframes slide {
    to {
        transform: translateX(1.5em)
    }
  }
  
  .aload span:nth-child(1) {
    animation-name: reveal
  }
  
  .aload span:nth-child(2), .aload span:nth-child(3) {
    animation-name: slide
  }
  
  .aload span:nth-child(4) {
    animation-name: reveal;
    animation-direction: reverse
  }
