.pagina{
    font-family: 'Inter', sans-serif;
    position: relative;
    width: 1440px;
    height: 1024px;
    box-shadow: 0px 24px 32px -8px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: row;
    background:linear-gradient(360deg,#191654,#43c6ac);
}
#logo{
    position: absolute;
    margin-left: 84px;
    margin-top: 40px;
    display: block ;
    margin-bottom: 30px;
}
#palabra{
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 150%;
    position: absolute;
    width: 577px;
    height: 500px;
    left: 240px;
    top: 168px;
    color: #0A3871;
    border: 0px solid #E5E5E5;
    resize: none;
    background:transparent;
    outline: none;
}
#informativo{
    position: absolute;
    left: 240px;
    top: 851px;
}
#alert{
    display: inline;
}
.notificacion{
    width: 205px;
    height: 18px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #000000;
    opacity: 0.8;
    flex: none;
    order: 1;
    flex-grow: 0;
    display: inline;
}
#botones{
    position: absolute;
    left: 240px;
    top: 885px;
    
}
#encriptar{
    padding: 24px;
    gap: 8px;
    width: 328px;
    height: 67px;
    background: #0A3871;
    border-radius: 24px;
    flex: none;
    order: 0;
    flex-grow: 0;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
}
#desencriptar{
    padding: 24px;
    gap: 8px;
    width: 328px;
    height: 67px;
    background: #D8DFE8;
    border: 1px solid #0A3871;
    border-radius: 24px;
    flex: none;
    order: 1;
    flex-grow: 0;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #0A3871;
}
.salida{
    position: absolute;
    width: 400px;
    height: 944px;
    left: 1000px;
    top: 40px;
    background: #FFFFFF;
    box-shadow: 0px 24px 32px -8px rgba(0, 0, 0, 0.08);
    border-radius: 32px;
}
#insalida{
    position: relative;
}
#muneco{
    position:absolute;
    left: 32px;
    top: 243px;
    width: 336px;
    height: 304px;  

}
#mensajes{
    position: absolute;
    width: 336px;
    height: 781px;
    left: 32px;
    top: 32px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    color: #495057;
    border: 0px solid #FFFFFF;
    resize: none;
    display: none;
    user-select: none;

}
#avisos{
    position: absolute;
    left: 32px;
    top: 579px;
}
#aviso1{
    width: 336px;
    height: 58px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    color: #343A40;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}
#aviso2{
    margin-top: 16px;
    width: 336px;
    height: 48px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #495057;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}
#vocalesCambio{
    position: absolute;
    left: 75px;
    top: 797px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #000000;
}
#copiar{
    position: absolute;
    left: 32px;
    top: 845px;
    width: 400px;
    height: 944px;
    width: 336px;
    height: 67px;
    border: 1px solid #0A3871;
    border-radius: 24px;
    background: #FFFFFF;
    box-shadow: 0px 24px 32px -8px rgba(0, 0, 0, 0.08);
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #0A3871;
    flex: none;
    order: 0;
    flex-grow: 1;
    outline: none;
    display: none;
}
#footer{
    margin: 0 0;
    width: 1440px;
    height: 200px;
    background:linear-gradient(#191654,#43c6ac);
}
#footer p{
    margin: 0 0;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}
#footer div{
    text-align: center;
}
#beta{
    width: 250px;
    height: 150px;
}

@media screen and (max-width:800px ){
 
    .pagina{
        width: 768px;
        height: 1374px;
    }
    #logo{
        margin-left: 40px;
        margin-top: 73.42px;
    }
    #palabra{
        width: 688px;
        left: 40px;
        top: 240px;
    }
    #informativo{
        left: 40px;
        top: 836px;
    }

    .notificacion{
        width: 205px;
        height: 18px;
    }
    #botones{
        left: 40px;
        top: 870px;
    }
    .salida{
        width: 688px;
        height: 343px;
        left: 40px;
        top: 1001px;
    }
    #muneco{
     display: none;
    }
    #mensajes{
        position: absolute;
        width: 624px;
        height: 180px;
        left: 32px;
        top: 32px;
    }
    #avisos{
        left: 180px;
        top: 80px;
    }
    
    #vocalesCambio{
        left: 220px;
        top: 200px;
    }
    #copiar{
        left: 32px;
        top: 238px;
        width: 624px;
        height: 67px;
    
    }
    #footer{
        position: absolute;
        top: 1174;
        margin: 0 0;
        width: 768px;
        height: 200px;
    }
    #footer p{
        margin: 0 0;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        color: #FFFFFF;
    }
    #footer div{
        text-align: center;
    }
    #beta{
        width: 250px;
        height: 150px;
    }
}
@media screen and (max-width:400px ){
 
    .pagina{
        width: 375px;
        height: 1715px;
    }
    #logo{
        margin-left: 16px;
        margin-top: 24px;
    }
    #palabra{
        width: 624px;
        left: 16px;
        top: 152px;
    }
    #informativo{
        left: 16px;
        top: 840px;
    }
    .notificacion{
        width: 205px;
        height: 18px;
    }
    #botones{
        left: 16px;
        top: 874px;
    }
    #desencriptar{
       margin-top:16px;
    }
    .salida{
        width: 343px;
        height: 595px;
        left: 16px;
        top: 1096px;
    }
    #muneco{
     display: none;
    }
    #mensajes{
        width: 279px;
        height: 432px;
        left: 32px;
        top: 32px;
    }
    #avisos{
        left: 10px;
        top: 180px;
    }
    
    #vocalesCambio{
        left: 45px;
        top: 460px;
    }
    #copiar{
        top: 500px;
        left: 16px ;
        width: 311px;
    }
    #footer{
        top: 1515;
        width: 375px;
    }
 
}

