@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.volver a {
    display: inline-block;
    background-color: #2d6bad;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    font-family: 'Roboto', sans-serif;
}

.vovler a:hover {
    background-color: #6227e1;
}

.Peces {
    max-width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.contenedor {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.img {
    max-width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 20px;

}

.imagenes {
    max-width: 100%;
    height: auto;
    border-radius: 10px;

}

h3 {
    font-size: 2em;
    margin: 10px 0;

}

p {
    font-size: 1em;
    line-height: 1.5;

}


@media (max-width: 768px) {
    h3 {
        font-size: 1.5em;

    }

    p {
        font-size: 0.9em;

    }

    .contenedor {
        max-width: 100%;
        height: auto;
        padding: 10px;

    }

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

    .imagenes {
        max-width: 100%;
        height: auto;
    }
}