.cata{
    border: 4px solid rgba(245, 222, 179, 0.767);
    width: 80%;
    margin: 0 auto;
}
.cata h2 {
    text-align: center;
    color: #442800;
    text-shadow: 0px 0px 2px black;
    border-bottom: 4px dashed rgba(245, 222, 179, 0.781);
} 
.caja{
    display: flex;
    padding: 10px;
    gap: 1rem;
}
img{
    max-width: 100%;
}
.imagen{
    width: 400px;
    height: auto;
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
}
.resumen{
    background-color: rgb(231, 204, 84, 0.5);
    width: 30%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0px 0px 20px 2px rgb(44, 38, 9);
}
.resumen p {
    text-align: center;
}
.caja_superior{
    width: 80%;
    margin: 0 auto;
    border: 5px solid rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    box-shadow: 0px 0px 20px 2px rgb(44, 38, 9);
}
.caja_superior h4{
    text-align: center;
    color: #442800;
    border-bottom: 3px dashed rgba(0, 0, 0, 0.5);
}

.instruccion{
    display: flex;
    background-color: rgba(0, 0, 0, 0.178);
    padding: 10px;
    margin: 10px;
    border-radius: 10px;
    gap: 2rem;
}
p{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: rgba(255, 255, 255, 0.664);
}
li{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: rgba(255, 255, 255, 0.664);
}
.titulo{
    text-align: center;
    color: #442800d5;
}
.comprador_ideal{
    background-color: rgba(0, 0, 0, 0.178);
    margin: 10px;
    border-radius: 10px;
}

@media (max-width:880px){
    .caja{
        flex-wrap: wrap;
    }

    .resumen{
        width: 80%;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .caja_superior{
        width:100%;
        margin: 0 auto;
    }
    .instruccion{
        display: grid;
        grid-template-columns: 1fr;
    }
    .instrucciones_audio {
        width: 300px;
        padding: 15px;
        background-color: #f4f4f4;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0,0,0,0.2);
        text-align: center;
        font-family: Arial, sans-serif;
    }
    .instrucciones_audio h5 {
        margin-bottom: 10px;
    }
    audio {
        width: 100%;
        outline: none;
    }
}
