/*
Theme Name: Hello Child
Theme URI: https://example.com/
Description: A child theme of Hello Elementor
Author: Gabo Mota Chong
Author URI: https://example.com/
Template: hello-elementor
Version: 1.0.0
*/

/* Optional: Add custom styles below */

/*
    - Primary: #293240;
    - Secondary: #f9f9f9;
    - Accent: #FF4500;
    - Letters: #F5F5F5;

*/

body {
    /*background: linear-gradient(135deg, #2F3640 0%, #3B3F4A 50%, #1E2026 100%);*/
    background-color: #293240;
    /*background: linear-gradient(to left, #293240, #5A637A, #AAB4C3);*/
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

/* Optional: Headings with stronger weight */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
}

a {
    text-decoration:none !important;
}

#site-header{
    margin-bottom:50px;
}

/* Hide page titles */
.page .entry-title {
    display: none;
}

.site-title > a {
    color: #FF4500;  
}

.site-title > a:hover {
    color: #f9f9f9;
}

/* Nav Menu Itens*/ 
.site-navigation ul.menu {
    gap:10px;
}

.site-navigation ul.menu li ul{
    min-width: 200px !important;
}

.site-navigation ul.sub-menu li a{
    color: #293240;
}

.site-navigation ul.sub-menu li a:hover{
    color: #FF4500;
}

#menu-main > .menu-item {
    background-color:  #f9f9f9;  
    color:   #293240;
    /*
    background-color: #FF4500; 
    color: #F5F5F5;*/
    font-size: 17px;
    font-weight: bold;
    border-radius: 5px;
}

/* Nav Menu Links */ 
#menu-main > .menu-item > a {
    border-radius: 5px;    
    color: #293240;
}


#menu-main > .menu-item > a:hover {
    background-color: #FF4500;
    color: #f9f9f9;
    /*background-color: #f9f9f9; 
    color: #FF4500; */     
}

p {
    color: #F5F5F5;
    font-family: 'Inter', sans-serif;   
}

.button,button {
    background-color: #FF4500;
    color: #F5F5F5;
}

.button,button:hover {
    background-color: #F5F5F5;
    color: #FF4500;
}

.link {
    color: #FF4500;
    text-decoration:underline;
}

.icon-feature {
    font-size: 4rem;
}

.text-gradient {
    background: -webkit-linear-gradient(#2937f0, #9f1ae2);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.d-block {
    display: block !important;
}

.text-center {
    text-align: center;
}