/**
Theme Name: Juan Migdal
Author: JrDesarrollo

Description: JuanMigdal theme
Version: 1.0.0
Requires at least: 5.3
WC requires at least: 3.0
WC tested up to: 9.6
Tested up to: 6.9
Requires PHP: 5.3
Template:blocksy

Tags: custom-menu, custom-logo, entertainment, one-column, two-columns, left-sidebar, e-commerce, right-sidebar, custom-colors, editor-style, featured-images, full-width-template, microformats, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready, blog
AMP: true

/* Note: The CSS files are loaded from assets/css/ folder. */


.relative{
    position: relative;
}


p {
	margin-bottom:0.8rem !important;
}


.zoom-in {
  transition:0.5s;
}
.zoom-in:hover {
  transform:scale(1.01);
}

.slow-zoom-image-parent > div {    
    background-size: 110%;
    background-position: 30% 50%;
    animation: slowZoomPan 60s ease-in-out infinite;
}


.slow-zoom-image {    
    background-size: cover;
    background-position: 30% 50%;
    animation: slowZoomPan 60s ease-in-out infinite;
}


@keyframes slowZoomPan {
    0% {
        background-position: 30% 50%;
    }

    25% {
        background-position: 45% 65%;
    }

    50% {
        background-position: 35% 40%;
    }

    75% {
        background-position: 20% 55%;
    }

    to {
        background-position: 30% 50%;

    }
}