/**
 * IDE: PhpStorm.
 * Autor: Flavio Laura
 * Email: flaurac@gmail.com
 * Data: 24/10/22
 * --- Provincia Italiana di San Francesco d'Assisi dei Frati Minori Conventuali ----
 */
/* --- General Pen Styles --- */

.contenedor_detalles {
    margin: 0 auto;
    max-width: 95%;
    width: 95%;
}
.area_detalles_articulo {
    padding: 1% 0;
    position: relative;
    background: #f5f5f5;
    box-shadow: 0px -10px 60px rgba(0, 0, 0, 0.25);
    height: 100%;
}

/* --- Important Pen Styles --- */

.zoom {
    overflow: hidden;
    padding-bottom: 55%;
}
.zoom img {
    position: fixed;
    top: 3%;
    left: 50%;
    max-width: 200%;
    width: 100%;
    transform: translateX(-50%);
    /* Thanks  @bastian_fiessinger. Use when activating blur effect:
    will-change: -webkit-filter, filter, transform; */
}
@media (max-width: 667px) {
    .contenedor_detalles {
        margin: 0 auto;
        max-width: 90%;
        width: 100%;
        height: 100%;
        text-align: justify;
    }
    .zoom {
        overflow: hidden;
        padding-bottom: 75%;
    }
}
