

body {
    font-family: 'Arial', sans-serif;
    background-image: url('https://tse1.mm.bing.net/th?id=OIP.sxP9L6Gs88Ipd0Y3Q94xJgHaFC');
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    margin: 0;
}

header {
    background-image: url('https://tse3.mm.bing.net/th?id=OIP.zXW_aq9_dtNftInhjmxFegHaFQ');
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 1px;
    display: flex;
    align-items: center;
}

header img {
    height: 60px;
    padding: 30px;
    border-radius: 50px;
}

main {
    display: flex;
    justify-content: center;
    padding: 60px;
}

section {
    flex: 1;
    margin: 10px;
}

.box {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.lupa{
    width: 20%;
    border-radius: 50%;
}

textarea {
    width: 100%;
    height: 100px;
    resize: none;
    margin-bottom: 10px;
}

p{
    color: #171616;
}

button {
    padding: 8px 16px;
    background-color: #4caf50;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 10px;
}

#resultBox {
    margin-top: 10px;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 4px;
}

.p-2{
    color: black;
}

.output-section img {
    max-width: 100%;
    height: auto;
}

.section-footer {
    background-color: #333; 
    
    padding: 10px;
    max-height: fit-content;
    margin: 1px;
}

.cont-data-footer p {
    margin: 5px 0;
    color: #fff;
}

.cont-svg-footer img {
    width: 40px; 
    height: 40px;
    margin: 0 10px; 
}

.cont-svg-footer img:hover {
    filter: invert(100%); 
}


/* Estilos para pantallas grandes (escritorio) */

body {
    font-family: 'Arial', sans-serif;
    background-image: url('https://tse1.mm.bing.net/th?id=OIP.sxP9L6Gs88Ipd0Y3Q94xJgHaFC');
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    margin: 0;
}

/* ... otros estilos para pantallas grandes ... */

/* Media Query para tabletas */
@media only screen and (max-width: 780px) {
    main {
        padding: 30px; /* Ajusta el espaciado para tabletas */
    }

    section {
        margin: 5px; /* Ajusta el margen para tabletas */
    }

    .lupa {
        width: 40%; /* Ajusta el tamaño de la imagen con lupa para tabletas */
    }
}

/* Media Query para dispositivos móviles */
@media only screen and (max-width: 480px) {
    main {
        padding: 15px; /* Ajusta el espaciado para dispositivos móviles */
    }

    section {
        margin: 5px; /* Ajusta el margen para dispositivos móviles */
    }
    button{
       
        margin: 10px;
    }
    .lupa {
        width: 60%; /* Ajusta el tamaño de la imagen con lupa para dispositivos móviles */
    }

    /* Puedes agregar más ajustes específicos para dispositivos móviles aquí */
}

























































































