.elementor-kit-43{--e-global-color-primary:#0057B8;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#2C2C2C;--e-global-color-accent:#00C853;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:#2C2C2C;}.elementor-kit-43 e-page-transition{background-color:#FFBC7D;}.elementor-kit-43 img{filter:brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@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 *//* JT TELECOM - CSS LIMPO SEM IMPORTANT */

/* HERO SECTION */
.jt-hero {
    background: linear-gradient(135deg, #0057B8, #00C853);
    min-height: 100vh;
    padding: 80px 0;
}

.jt-hero-title {
    font-family: Montserrat, sans-serif;
    font-size: 3.5rem;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.jt-hero-subtitle {
    font-size: 1.3rem;
    color: #ffffff;
    text-align: center;
    margin-bottom: 30px;
    opacity: 0.9;
}

/* BUTTONS */
.jt-btn {
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    transition: transform 0.3s ease;
}

.jt-btn-primary {
    background: #ffffff;
    color: #0057B8;
}

.jt-btn-primary:hover {
    transform: translateY(-3px);
    color: #0057B8;
}

.jt-btn-whatsapp {
    background: #00C853;
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
}

.jt-btn-whatsapp:hover {
    background: #00A544;
    color: #ffffff;
    transform: translateY(-3px);
}

/* SECTION TITLES */
.jt-section-title {
    font-family: Montserrat, sans-serif;
    font-size: 2.8rem;
    color: #0057B8;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
}

/* FEATURE CARDS */
.jt-feature-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    margin-bottom: 20px;
}

.jt-feature-card:hover {
    transform: translateY(-10px);
}

.jt-feature-icon {
    font-size: 3rem;
    color: #0057B8;
    margin-bottom: 15px;
}

/* SERVICE CARDS */
.jt-service-card {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    margin-bottom: 20px;
}

.jt-service-card:hover {
    transform: translateY(-10px);
}

.jt-service-header {
    background: linear-gradient(135deg, #0057B8, #00C853);
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jt-service-icon {
    font-size: 4rem;
    color: #ffffff;
}

.jt-service-content {
    padding: 20px;
    text-align: center;
}

/* SECTIONS */
.jt-services {
    background: #f8f9fa;
    padding: 80px 0;
}

.jt-cta {
    background: linear-gradient(135deg, #0057B8, #00C853);
    padding: 80px 0;
}

.jt-cta-title {
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}

.jt-cta-text {
    color: #ffffff;
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 30px;
}

/* WHATSAPP FLOAT */
.jt-whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #00C853;
    color: #ffffff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    text-decoration: none;
    z-index: 9999;
    transition: transform 0.3s ease;
}

.jt-whatsapp-float:hover {
    transform: scale(1.1);
    color: #ffffff;
}

/* HERO VISUAL */
.jt-hero-visual {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    margin: 20px auto;
    max-width: 400px;
}

.jt-hero-visual i {
    font-size: 4rem;
    margin-bottom: 10px;
    display: block;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .jt-hero-title {
        font-size: 2.5rem;
    }
    
    .jt-section-title {
        font-size: 2rem;
    }
    
    .jt-hero-visual {
        height: 250px;
    }
}/* End custom CSS */