.elementor-kit-5{--e-global-color-primary:#FF5700;--e-global-color-secondary:#54595F;--e-global-color-text:#242424;--e-global-color-accent:#000000;--e-global-typography-primary-font-family:"Reddit Sans";--e-global-typography-primary-font-size:21px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Quicksand";--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Quicksand";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Advent Pro";--e-global-typography-accent-font-weight:500;font-family:"Reddit Sans", Sans-serif;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:#363636;}.elementor-kit-5 h1{font-family:"Reddit Sans", Sans-serif;font-size:30px;font-weight:800;}.elementor-kit-5 h2{font-family:"Reddit Sans", Sans-serif;font-size:25px;font-weight:800;}.elementor-kit-5 h3{font-family:"Reddit Sans", Sans-serif;font-size:22px;font-weight:700;}.elementor-kit-5 h5{color:#f64a04;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Global Styles */
body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #101010;
    color: #fff;
}

/* Hero Section */
#hero {
    background: linear-gradient(135deg, #0b0f2c, #101010);
    text-align: center;
    padding: 100px 20px;
}

#hero h1 {
    font-size: 48px;
    margin: 0;
}

#hero p {
    font-size: 18px;
    margin: 20px 0;
}

.cta-btn {
    background-color: #0066cc;
    color: #fff;
    padding: 15px 30px;
    text-decoration: none;
    font-size: 18px;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.cta-btn:hover {
    background-color: #004d99;
}

/* Service Section */
#servicos {
    text-align: center;
    padding: 60px 20px;
    background-color: #1a1a1a;
}

#servicos h2 {
    font-size: 36px;
}

#servicos ul {
    list-style-type: none;
    padding: 0;
}

#servicos ul li {
    font-size: 18px;
    margin: 10px 0;
}

/* Testimonials Section */
#depoimentos {
    padding: 60px 20px;
    text-align: center;
    background-color: #0b0f2c;
}

#depoimentos h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.depoimento {
    margin-bottom: 30px;
    font-style: italic;
}

.depoimento span {
    display: block;
    margin-top: 10px;
    font-weight: bold;
}

/* Pricing Section */
#precos {
    text-align: center;
    padding: 60px 20px;
    background-color: #101010;
}

#precos h2 {
    font-size: 36px;
    margin-bottom: 30px;
}

.planos {
    display: flex;
    justify-content: space-around;
}

.plano {
    background-color: #1a1a1a;
    padding: 30px;
    border-radius: 10px;
    width: 30%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.plano h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.plano p {
    font-size: 20px;
    margin-bottom: 20px;
}

/* Contact Section */
#contato {
    padding: 60px 20px;
    background-color: #0b0f2c;
}

#contato h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

#contato form {
    max-width: 600px;
    margin: 0 auto;
}

#contato input, #contato textarea {
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

#contato button {
    width: 100%;
    background-color: #0066cc;
    color: #fff;
    padding: 15px;
    font-size: 18px;
    border-radius: 5px;
    border: none;
}

#contato button:hover {
    background-color: #004d99;
}

/* Footer */
footer {
    background-color: #101010;
    text-align: center;
    padding: 40px 20px;
}

footer .social-icons a {
    margin: 0 10px;
    text-decoration: none;
    color: #fff;
}/* End custom CSS */