.logo{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 40px;
    position: absolute;
    width: 120px;
    height: 48px;
    left: 40px;
    top: 40px;
}

body{
    background: #E5E5E5;;
}

.caja textarea{
    position: absolute;
    width: 577px;
    height: 450px;
    left: 240px;
    top: 168px;
    border: none;
    background: none;
    font-style: normal;
    font-size: 2em;
    color: #0A3871;
    font-family: 'Inter', sans-serif;
    /* text-transform: lowercase; */

  }

  textarea::placeholder{
    color: #0A3871;
    font-family: 'Inter', sans-serif;
  }

  .container{
    position: relative;
    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;

}

.muneco{
    position: absolute;
    width: 336px;
    height: 304px;
    left: 32px;
    top: 243px;
}

.textmen {
    position: relative;
    top: 579px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: #343A40;
    text-align: center;

  }

  .texting{
    position: relative;
    top: 603px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #495057;
    text-align: center;

  }

  .textresult{
    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: none;
  }

  .copy{
    box-sizing: border-box;
    display: none;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    padding: 24px;
    gap: 8px;
    position: absolute;
    width: 336px;
    height: 67px;
    left: 32px;
    top: 845px;
    border: 1px solid #0A3871;
    border-radius: 24px;
    background: none;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #0A3871;
    flex: none;
    order: 0;
    flex-grow: 1;
  }

.nota{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 8px;
    position: absolute;
    width: 229px;
    height: 18px;
    left: 240px;
    top: 851px;
}

.nota:before{
    content: '⚠';
    width: 16px;
    height: 16px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

/* Solo letras minúsculas y sin acentos */

.nota p{
    width: 205px;
    height: 18px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #495057;
    opacity: 0.8;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.boton{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 24px;
    position: absolute;
    width: 680px;
    height: 67px;
    left: 240px;
    top: 885px;
    
}

.encrip{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 24px;
    gap: 8px;
    width: 328px;
    height: 67px;
    background: #0A3871;
    border-radius: 24px;
    flex: none;
    order: 0;
    flex-grow: 0;

}

.encrip h1{
    width: 280px;
    height: 19px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    flex: none;
    order: 0;
    flex-grow: 1;
    cursor: pointer;
}


.desencrip{
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 24px;
    gap: 8px;
    width: 328px;
    height: 67px;
    background: #D8DFE8;
    border: 1px solid #0A3871;
    border-radius: 24px;
    flex: none;
    order: 1;
    flex-grow: 0;
    
}

.desencrip h1{
    width: 280px;
    height: 19px;
    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;
    cursor: pointer;
    
}

footer{
    background-color: #333;
    color: #fff;
    text-align: center; 
    width: 100%;       
    padding: 40px;
    margin: 55px 0 0 0;
}

.rodapie{
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
}

@media only screen and (max-width: 480px) {
    /* Estilos para pantallas pequeñas */
    .logo{
        position: absolute;
        left: 0;
        right: 87.2%;
        top: 2.5%;
        bottom: 25%;
    }
    .container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 32px;
        gap: 32px;
        position: absolute;
        width: 327px;
        height: 170px;
        left: 24px;
        top: 707px;
        background: #FFFFFF;
        box-shadow: 0px 24px 32px -8px rgba(0, 0, 0, 0.08);
        border-radius: 32px;
    }

    .textresult{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 32px;
        gap: 32px;
        position: absolute;
        width: 327px;
        height: 170px;
        left: 5px;
        top: 5px;
        background: #FFFFFF;
        box-shadow: 0px 24px 32px -8px rgba(0, 0, 0, 0.08);
        border-radius: 32px;
    }.copy{
        left: 30px;
        top: 150px;
    }

    .textmen{
        width: 300px;
        height: 58px;
        top: 10px;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 120%;
        text-align: center;
        color: #343A40;
        flex: none;
        order: 0;
        flex-grow: 0;
    }
    .texting{
        width: 300px;
        height: 58px;
        top: 10px;
    }

    .caja textarea {
        position: absolute;
        width: 343px;
        height: 250px;
        left: 16px;
        top: 152px;
        font-weight: 400;
        font-size: 32px;
        line-height: 150%;
        color: #0A3871;
    }

    .nota{
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0px;
        gap: 8px;
        position: absolute;
        width: 229px;
        height: 18px;
        left: 16px;
        top: 451px;
    }

    .boton{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px;
        gap: 24px;
        position: absolute;
        width: 343px;
        height: 158px;
        left: 16px;
        top: 485px;
    }
    .muneco {
        display: none;
        width: 327px;
        height: 170px;
        left: 5px;
        top: 5px;

    }


    .rodapie{
        position: relative;
        width: 100%;
        height: 20px;
        top: 950px;
    }


}

