body{
    background: #E5E5E5;
}

.logoAlura{
    position: absolute;
    margin: 20px 0px 0px 20px ;
}

/* Ingreso de texto*/

.texto textarea{
    font-size: 24px;
    position: absolute;
    left: 150px;
    top: 150px;
    border:none;
    background: #E5E5E5;
    color: #0A3871;
}

.texto textarea:focus{
    outline: none;
}

.texto textarea::placeholder{
    color: #0A3871;
}

/* FIN Ingreso de texto*/

/* Traduccion*/

.rectangulo{
    position: absolute;
    right: 0%;
    width: 350px;
    height: 550px;
    background: #ffffff;
    margin: 15px 20px 0px;
    border-radius: 32px;
    padding: 20px;
    box-shadow: 5px 7px 20px 3px #000000;
}

.rectangulo textarea{
    font-size: 24px;
    border: none;
    color: #0A3871;
}

.rectangulo textarea:focus{
    outline: none;
}

.desaparecer{
    display: block ;
}

.rectangulo img{
    position: absolute;
    top:80px;
    width: 80%;
    left: 42px;
}

.textoBajoDibujo{
    position: absolute;
    top:340px;
    text-align: center;
    padding: 40px;
}

.textoBajoDibujo h1{
    font-weight: bold;
    font-size: 30px;
    margin: 0px 0px 20px 0px;
}

.textoBajoDibujo p{
    font-size: 20px;
}

/* FIN Traduccion*/
/* botones encriptar - desencriptar */

.textoSobreBoton{
    position: absolute;
    left: 35%;
    bottom: 11%;
}

.textoSobreBoton img{
    display:inline;
}

.textoSobreBoton p{
    display:inline;
    font-style:italic;
}

.botonesEnDes{
    text-align: center;
    position: absolute;
    bottom: 3%;
    left: 18%;
    width: 700px;
    height: auto;

}

.botonesEnDes button{
    display: inline-block;
    color:#0A3871;
    font-size: 24px;
    width: 180px;
    padding: 7px;
    margin: 0px 5px 0px 5px;
    border:  #0A3871;
    border-radius: 15px;
    cursor: pointer;
    box-shadow:  1px 1px 15px 1px #0A3871;
}

.botonesEnDes button:hover p{
    font-size: 25px;
}

.botonesEnDes button:first-child{
    background: #0A3871 ;
    cursor: pointer;
    color: #ffffff;
    box-shadow: 1px 1px 15px 1px #0A3871;
}

.boton_aparte{
    display: none;
    position: absolute;
    text-align: center;
    font-size: 24px;
    width: 180px;
    bottom: 10px;
    right: 90px;
    cursor: pointer;
    background: linear-gradient(#0A3871, #ffffff, #0A3871);
    padding: 7px;
    margin: 0px 5px 0px 5px;
    border-radius: 15px;
    border: solid 0.3px #0A3871;
    color: #0A3871;
}

.boton_aparte:hover{
    transform: scale(1.1);
}

.copyright{
    position: absolute;
    bottom: 0.5%;
    font-size: 13px;
    color:#020344c4;
    font-style: italic;
    left: 40% ;
}
