/* 
Theme Name: World of Textures
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Jose García
Author URI: https://grupogo.com.co/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
#wp-admin-bar-root-default {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1rem !important;
}
body {
    background:url(http://localhost:8888/wp-content/uploads/cosmetic_textures_background.webp);
    background-repeat: no-repeat;
    background-size: cover;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--nm-anchor-offset, 110px);
}

/* Compensa el header sticky para que los anclajes no queden cubiertos */
:root {
  --nm-anchor-offset: 110px;
}

body.admin-bar {
  --nm-anchor-offset: 142px;
}
h1, h2, h3, h4, h5,
.sumiquim-card,
p {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
h3 {
    font-size: 1rem;
}
.sumiquim-alt-btn {
    background: linear-gradient(135deg, #111827, #1f2937);
    margin-top: 8px;
    text-decoration: none !important;
}
.alt-btn,
.sumiquim-alt-btn {
    background: linear-gradient(135deg, #16a34a, #15803d) !important;
}
.sumiquim-container button, 
.sumiquim-btn-link{
    text-decoration: none !important;
}
.sumiquim-green-btn{
    margin-top: 0 !important;
}
