body{
    background-color: #f4f4fc;
    
}

.header{
    height: 20%;
    width: 20%;
    position: relative;
    display: inline;
    float: left;  
}

.main{
    width: 100%;
    height: 90%;
    float: left;    
}

.logo{
    position: absolute;
    display: inline-block;
    height: 40px;
    margin: 20px;
    top: 45px;
}

.areatexto{
    position: absolute;
    display: inline-block;
    left: 150px;
    top: 200px;
    padding-left: 100px;
    width: 940px;
    vertical-align: top;
    height: 500px;     
}

.cajatexto{    
    height: 100%;
    width: 80%;
    position: relative;
    cursor: pointer;
    font-size: 30px;
    font-weight: 400px;    
    background-color: #f4f4fc;
    color: #0A3871;
    font-size: 32px;
    font-weight: 400px;
    border: none;
}

.cajatexto::placeholder{
    color: #0A3871;
}

.areamuneco{
    width: 425px;
    height: 750px;    
    position: absolute;
    display: inline-block;
    vertical-align: auto;
    box-sizing: border-box;
    border-radius: 32px;
    box-shadow: 0px 24px 32px -8px;
    padding-right: 20px;
    background-color: white;
    top: 80px;
    left: 1080px;
    
}

.muneco{
    position: absolute;
    top: 150px;
    left: 35px;
}

.textomuneco{
    position: absolute;
    box-sizing: border-box;
    top: 500px;
    left: 90px;
    text-align: center;
    text-size-adjust: 16px;
}

.textomuneco h2{
    font-weight: bold;
    font-size: 30px;    
}

.textomuneco p{
    font-size: 18px;
    padding-top: 10px;
}

.areacopiar{    
    position: absolute;
    top: 650px;
    bottom: 400px;
    background-color: aqua;
    padding-left: 60px;
}

.contenedor-resultado p{
    color: #495057;
    font-size: 28px;
    text-align: left;
    padding: 10px;
    margin: 20px;   

}

.btncopiar{
    width: 300px;
    height: 60px;
    border-radius: 22px;
    font-size: 16px;
    font-weight: 400px;
    cursor: pointer;
    position: absolute;
    background-color: #FFFFFF;
    color: #0A3871;
    border: 1px solid #0A3871;
    cursor: pointer;   
}

.areabotones{
    position: absolute;
    padding-left: 15%;    
    height: 70px;
    width: 90%;
    top: 800px;  
}

.alerta{
    position: absolute;
    display: flex;
    color: #495057;
    bottom: 100%;
    height: 20px;
    bottom: 100px;     
}

.alerta p{
    text-align: center;
    font-size: 13px;
    
}

.btnarea{
    position: absolute;
    height: 80px;

}

.btnencriptar{
    width: 300px;
    height: 60px;
    border-radius: 22px;
    font-size: 16px;
    font-weight: 400px;
    margin-right: 20px;
    background-color: #0A3871;
    color: white;
    border: none;
    cursor: pointer;
}

.btndesencriptar{
    width: 300px;
    height: 60px;
    border-radius: 22px;
    font-size: 16px;
    font-weight: 400px;
    background-color: #d8dfe8;
    color: #0A3871;
    border: 1px solid #0A3871;
    cursor: pointer;
}

.ocultar{
    display: none;
}


