/* 
    CSSs de animación y efectos
    Created on : 7 mar. 2020, 18:49:22
    Author     : horacio
*/

#main-slider {
    min-height: 550px;
}

.product, .page-title-product, .inner-productos, article.post {
    opacity: 0;
    animation-fill-mode: forwards;
}

.inner-productos {
    animation-delay: .40s;
}

.page-title-product {
    animation-delay: .15s;
}


