body{
    background-color: #ffffff;
    /*background-image: url("imagenes/encriptar-fondo.jpg");
    background-position: center;
    background-size: cover;*/
    font-family: 'Inter', sans-serif;
    color:#F56745;
    
}
header{
    margin-top: 20px;
    margin-left: 40px;
}
main {
   
    margin: 0;
    display: grid;

    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    

}
.bloque1{
    margin-left: 20px;
}


.entrada {
    margin: 10px;
    border: none;
    width: 450px;
    height: 450px;
   
    grid-area: 1 / 1 / 3 / 3;
    
}

.input{
    
    margin: 40px;
    border: none;
    width: 420px;
    height: 400px;
    background-color: #fffcf7;
    color:#F56745;
    font-size: 25px;
}

.btn{
    grid-area:  3 / 1 / 4 / 3;
    display: flex;
    justify-content: space-around;
    width: 95%;
    margin-left: 10%;
}

.boton{
    
    padding:20px 40px;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #f07c19;
    margin: 10px 5px;
    transition: 500ms;

    
}
.boton:hover, .boton1:hover, .boton2:hover, .boton3:hover {
    transform: scale(1.01);
    box-shadow: 5px 5px 20px 5px rgba(140, 94, 32, 0.81);
}
    

.boton1 { 
    padding:20px 40px;
    border: 1px solid #f07c19;
    border-radius: 10px;
    color:  #f07c19;
    background-color: #Ffffff;
    margin: 10px 5px;
    font-weight: bold;
    transition: 500ms;    
}

.bloque2{
    
    margin-left: 150px;

    
}
.salida{
    margin: 10px;
    border: none;
    width: 450px;
    height: 450px;
    background-color: #ffffff;
    color:#f07c19;    
    background-position: center;
    background-size: cover;
    border-radius: 9px;
    grid-area: 1 / 3 / 4 / 5;   
   
}

.output{
    background-image: url("imagenes/encriptar_1.jpg");
    background-position: center;
    background-color: transparent;
    width: 450px;
    height: 370px;    
    border: none;
    border-radius: 30px;
    font-size: 30px;
    color:#F56745;
    margin: 30px;
   

}

.btn1 {
    grid-area: 4 / 3 / 5 / 5;
    display: flex;
    justify-content: space-around;
    margin-left: 5%;

}

.boton2{
    padding:20px 40px;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #f07c19;    
    margin: 10px 5px;
    transition: 500ms;

   
}

.boton3{
    padding:20px 40px;
    border: 1px solid #f07c19;
    border-radius: 10px;
    color:  #f07c19;
    background-color: #ffffff;     
    margin: 10px 5px;
    font-weight: bold;
    transition: 500ms;

}



footer{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;   
    height: auto;
    width: 100vw;
    padding-top: 40px;
   
}
.footer-bottom{
    background: #f07c19;
    color: #FFFFFF;
    width: 100vw;
    padding: 20px;
    padding-bottom: 15px;
    text-align: center;
}

.footer-bottom a{
   text-decoration: none;
   color: #ffffff;
}
@media screen and (max-width:1700px){
    .bloque2{
        margin-left: 200px;
    }
    }

@media screen and (max-width:1500px) {
        .bloque2 {
            margin-left: 100px;
        }
    }

@media screen and (max-width:1400px) {
    .bloque2 {
        margin-left: 15px;        
    }    
    }

    @media screen and (max-width:1300px) {
        .bloque1{
            height: 450px;
        }
        .entrada {            
            width: 350px;
            height: 350px;
        }
        .input{
            width: 300px;
            height: 300px;
        }
        .bloque2{    
            height: 500px;
        }
        .salida{
            width: 400px;
            height: 450px;
        }
        .output{
            width: 350px;
            height: 450px;
        }
        }

        @media screen and (max-width:1100px) {
            .bloque1{
                height: 400px;
            }
            .entrada {            
                width: 250px;
                height: 250px;
            }
            .input{
                width: 200px;
                height: 200px;
            }
            .bloque2{    
                height: 400px;
            }
            .salida{
                width: 300px;
                height: 350px;
            }
            .output{
                width: 250px;
                height: 350px;
            }
            .boton2, .boton3{
                padding:20px 30px; 
            }
            }


            @media screen and (max-width:900px) {
                main {
                    display: grid;
                    grid-template-columns: repeat(2, 1fr);
                    grid-template-rows: repeat(2, 1fr);
                    grid-column-gap: 0px;
                    grid-row-gap: 0px;
                    }
                    .bloque1 {
                        grid-area: 1 / 1 / 2 / 3;
                        margin:10px 60px;
                        width: 450px;
                        height: 400px;
                    }
                    .input{
                        width: 400px;
                        height: 200px;
                    }
                    .entrada {            
                        width: 350px;
                        height: 300px;
                    }

                    .bloque2 {
                        grid-area: 2 / 1 / 3 / 3;
                        margin:10px 60px 60px 20px;
                        width: 450px;
                        height: 450px;
                    }
                    .output{
                        width: 400px;
                        height: 350px;
                    }
                    .boton2, .boton3{
                        padding:20px 30px; 
                    }
                }

                @media screen and (max-width:670px) {
                    
                        .bloque1 {
                           
                            margin:10px 60px;
                            width: 350px;
                            height: 300px;
                        }
                        .input{
                            width: 300px;
                            height: 150px;
                        }
                        .entrada, .salida {            
                            width: 250px;
                            height: 250px;
                        }
    
                        .bloque2 {
                            
                            margin:10px 60px 60px 20px;
                            width: 350px;
                            height: 350px;
                        }
                       
                        .output{
                            width: 300px;
                            height: 250px;
                        }
                        
        
    
