/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.7.1779467279
Updated: 2026-05-22 16:27:59


/*Galería de fotos del artista*/
.galeria-slider-wrapper {
    position: relative;
    overflow: hidden;
    --vc: 3;
}
@media (max-width: 768px) {
    .galeria-slider-wrapper { --vc: 1; }
}
.galeria-track {
    display: flex;
    flex-wrap: nowrap;
    width: calc(var(--items) / var(--vc) * 100%);
    transform: translateX(calc(var(--index, 0) * -100% / var(--items)));
    transition: transform 0.4s ease;
}
.galeria-item {
    flex: 0 0 calc(100% / var(--items));
    padding: 0 6px;
    box-sizing: border-box;
}
.galeria-item img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
    border-radius: 4px;
}
.galeria-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 50%;
    background: rgba(26, 17, 16, 0.55);
    color: #FAF8F5;
    font-size: 20px;
    cursor: pointer;
    z-index: 2;
}
.galeria-prev { left: 8px; }
.galeria-next { right: 8px; }
/*Fin garleria artista*/