/* 
Theme Name: ATIPIC DIGITAL Child Theme
Theme URI: https://github.com/elementor/hello-theme/
Description: ATIPIC DIGITAL Child Theme is a child theme for Hello Elementor, based from version by Elementor team and customized to Atipic Digital.
Author: ATIPIC DIGITAL
Author URI: https://atipicdigital.com
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
*/

/*
    Atipic styles 

    /* Cambiar el color principal */
:root {
  --primary-color: #fbcd000;
}

/* Cambiar el color secundario */
:root {
  --secondary-color: #50514;
}

*/

/* Link Styling */
a, a:active, a:visited {
color: #50514;
} 
a:hover {
color: #fbcd000;
}

/* Heading H1-H6 Styling */
h1, h2, h3, h4, h5, h6 {
font-family: roboto, serif;
color: #b6d094;
line-height: 35px;
font-weight:500;
letter-spacing: 1px;
}
h1 {
font-size: 30px;
line-height: 1.2;
}
h2 {
font-size: 28px;
line-height: 1.3;
}
h3 {
font-size: 26px;
line-height: 1.4;
}
h4 {
font-size: 24px;
line-height: 1.5;
}
h5 {
font-size: 22px;
line-height: 1.6;
}
h6 {
font-size: 20px;
line-height: 1.2;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
 margin-bottom: 20px;
}

/* Buttom */

display: inline-block;
    font-weight: 400;
    color: #50514f;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #c36;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;