/*
Theme Name: Enselvat Theme Child
Text Domain: enselvat-theme-child
Author: Pol Gómez - 6TEMS
Author URI: http://6tems.com
Requires at least: WordPress 6.9
Description: Tema hijo de 6TEMS Theme
Template: 6tems-theme
Version: 1.0
*/

.loader {
    width: 200px;
    height: 100px;
    background-image: url(resources/v2/images/header-logo-g.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    animation: pulse 1.5s ease-in-out infinite;
    margin: 40px auto;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    border: none;
}