.elementor-894 .elementor-element.elementor-element-9effaf5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-894 .elementor-element.elementor-element-9effaf5.e-con{--flex-grow:0;--flex-shrink:1;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-894 .elementor-element.elementor-element-8078e0e .elementor-heading-title{color:#000000;}.elementor-894 .elementor-element.elementor-element-9e39df0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-894 .elementor-element.elementor-element-bd6d329{--display:flex;}.elementor-894 .elementor-element.elementor-element-f9b385b{font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-894 .elementor-element.elementor-element-af0aa10{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-894 .elementor-element.elementor-element-3fdb292{--display:flex;}.elementor-894 .elementor-element.elementor-element-89dcc0b{color:#7A7A7A;}.elementor-894 .elementor-element.elementor-element-3b6f915{--spacer-size:50px;}@media(min-width:768px){.elementor-894 .elementor-element.elementor-element-9effaf5{--width:98.737%;}}/* Start custom CSS for html, class: .elementor-element-56d7c47 */.hero-eletricista {
    background-image: url('https://servico.bnsf.com.br/wp-content/uploads/2026/02/eletricista.webp');
    background-size: cover;
    background-position: center;
    min-height: 720px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    padding: 60px 20px;
    overflow: hidden;
}

/* Overlay escuro uniforme */
.hero-eletricista::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.75);
}

/* REMOVE a curva inferior */
.hero-eletricista::after {
    display: none;
}

.hero-content {
    position: relative;
    max-width: 850px;
    z-index: 2;
}

/* Todos os textos brancos */
.hero-content h1,
.hero-content p {
    color: #ffffff;
}

/* Título */
.hero-content h1 {
    font-size: 68px;
    font-weight: 800;
    line-height: 1.05;
    margin-bottom: 25px;
}

/* Subtexto */
.hero-content p {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 35px;
}

/* Botão */
.btn-whatsapp {
    background: #2ecc71;
    color: #ffffff;
    padding: 14px 34px;
    border-radius: 18px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 6px 18px rgba(0,0,0,0.35);

    animation: floatUp 3s ease-in-out infinite;
}

/* Movimento suave */
@keyframes floatUp {
    0% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
    100% { transform: translateY(0); }
}

.btn-whatsapp:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.4);
}

/* Responsivo */
@media (max-width: 768px) {

    .hero-eletricista {
        min-height: 620px;
    }

    .hero-content h1 {
        font-size: 40px;
    }

    .hero-content p {
        font-size: 16px;
    }
}/* End custom CSS */