.elementor-46 .elementor-element.elementor-element-c548e0d{--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;--justify-content:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-46 .elementor-element.elementor-element-dcd5a35{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:80px;--padding-bottom:80px;--padding-left:10px;--padding-right:10px;overflow:visible;}.elementor-46 .elementor-element.elementor-element-dcd5a35:not(.elementor-motion-effects-element-type-background), .elementor-46 .elementor-element.elementor-element-dcd5a35 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F1F1F1;}.elementor-46 .elementor-element.elementor-element-51d6ca6{--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;--justify-content:center;overflow:visible;}.elementor-46 .elementor-element.elementor-element-ba76073 .ekit-heading__title-wrapper{width:40%;}.elementor-46 .elementor-element.elementor-element-ba76073 .elementskit-section-title-wraper .elementskit-section-title{color:#006633;}.elementor-46 .elementor-element.elementor-element-ba76073 .ekit-heading__title-has-border::before{width:5px;height:100%;top:0px;}.elementor-46 .elementor-element.elementor-element-ba76073 .ekit-heading__title-has-border{padding-left:30px;}.elementor-46 .elementor-element.elementor-element-ba76073 .ekit-heading__title-has-border ~ *{padding-left:30px;}.elementor-46 .elementor-element.elementor-element-ba76073 .ekit-heading__subtitle-has-border{margin-left:30px;}.elementor-46 .elementor-element.elementor-element-ba76073 .elementskit-section-title-wraper .elementskit-section-title > span{color:#006633;text-decoration-color:#006633;}.elementor-46 .elementor-element.elementor-element-ba76073 .elementskit-section-title-wraper .elementskit-section-title:hover > span{color:#088B49;}.elementor-46 .elementor-element.elementor-element-ba76073 .elementskit-section-title-wraper .elementskit-section-title span:last-child{text-decoration-color:#006633;}.elementor-46 .elementor-element.elementor-element-5e92f06.elementor-element{--align-self:flex-start;}.elementor-46 .elementor-element.elementor-element-6ed44ce{padding:0px 0px 0px 0px;}.elementor-46 .elementor-element.elementor-element-ff95821{--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;--justify-content:center;overflow:visible;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-46 .elementor-element.elementor-element-006248e img{width:81%;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-46 .elementor-element.elementor-element-c548e0d{--content-width:1440px;}.elementor-46 .elementor-element.elementor-element-dcd5a35{--content-width:1440px;}.elementor-46 .elementor-element.elementor-element-51d6ca6{--width:60%;}.elementor-46 .elementor-element.elementor-element-ff95821{--width:40%;}}@media(max-width:1024px) and (min-width:768px){.elementor-46 .elementor-element.elementor-element-dcd5a35{--content-width:100%;}.elementor-46 .elementor-element.elementor-element-51d6ca6{--width:100%;}.elementor-46 .elementor-element.elementor-element-ff95821{--width:100%;}}@media(max-width:1024px){.elementor-46 .elementor-element.elementor-element-dcd5a35{--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;}}@media(max-width:767px){.elementor-46 .elementor-element.elementor-element-dcd5a35{--padding-top:20px;--padding-bottom:20px;--padding-left:10px;--padding-right:10px;}}/* Start custom CSS for html, class: .elementor-element-3e1fc88 *//* --- CONTAINER BREADCRUMBS --- */
.rb-breadcrumbs {
    padding: 20px 0;
    font-family: 'Montserrat', sans-serif; /* Troca para a fonte industrial da RB */
}

.breadcrumb-list {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    gap: 8px;
}

/* --- ESTILO DOS ITENS --- */
.breadcrumb-list li {
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Separador usando caractere nativo (Não precisa de Font Awesome) */
.breadcrumb-list li:not(:last-child)::after {
    content: "›"; /* Caractere de ângulo matemático */
    font-size: 20px;
    line-height: 1;
    margin: 0 12px;
    color: #006633; /* Verde RB */
    font-weight: 400;
    opacity: 0.5;
}

/* Links (Estilo Tag Industrial) */
.breadcrumb-list li a {
    text-decoration: none;
    color: #003366 !important; /* Azul Marinho para links */
    background: #f4f7fa; /* Fundo cinza técnico muito claro */
    padding: 6px 16px;
    border-radius: 4px; /* Cantos retos/industriais */
    border: 1px solid #e1e8f0;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.breadcrumb-list li a:hover {
    background: #006633; /* Verde RB no hover */
    color: #ffffff !important;
    border-color: #006633;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 102, 51, 0.2);
}

/* --- PÁGINA ATUAL (DESTAQUE RB) --- */
.breadcrumb-list li.is-active span {
    background: #006633; /* Verde RB sólido */
    color: #ffffff;
    padding: 6px 16px;
    border-radius: 4px;
    border: 1px solid #004d26;
    font-weight: 700;
    position: relative;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Indicador de Status (Substitui o LED por um marcador técnico) */
.breadcrumb-list li.is-active span::before {
    content: "";
    width: 4px;
    height: 12px;
    background-color: #ffffff;
    border-radius: 2px;
    margin-right: 10px;
    opacity: 0.7;
}

/* --- RESPONSIVO --- */
@media (max-width: 767px) {
    .rb-breadcrumbs {
        padding: 15px 0;
    }
    .breadcrumb-list {
        gap: 6px;
    }
    .breadcrumb-list li {
        font-size: 11px;
    }
    .breadcrumb-list li a, 
    .breadcrumb-list li.is-active span {
        padding: 5px 10px;
    }
    .breadcrumb-list li:not(:last-child)::after {
        margin: 0 5px;
    }
}/* End custom CSS */
/* Start custom CSS for elementskit-heading, class: .elementor-element-ba76073 */.ekit-wid-con .ekit-heading__title-has-border::before {
    content: "";
    width: 4px;
    height: 100%;
    display: block;
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff512f), to(#006633));
    background: linear-gradient(to bottom, #13fb87, #006633)!important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5e92f06 *//* ================================================================
   LISTA DE CONTATOS INDUSTRIAL - RB PLÁSTICO
   ================================================================ */

.rb-contact-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-family: 'Montserrat', sans-serif !important;
    max-width: 400px; /* Ajuste conforme seu layout no Elementor */
}

/* O CARD DO ITEM */
.rb-contact-item {
    display: flex;
    align-items: center;
    padding: 14px 18px;
    background: #ffffff;
    border-radius: 4px; /* Cantos industriais mais retos */
    border: 1px solid #eeeeee;
    text-decoration: none !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: inherit;
}

/* EFEITO DE HOVER (INTERATIVIDADE B2B) */
.rb-contact-item:not(.no-click):hover {
    transform: translateX(8px); /* Desliza levemente para a direita */
    border-color: #006633; /* Borda Verde RB */
    box-shadow: 0 8px 20px rgba(0, 102, 51, 0.08); /* Sombra esverdeada muito sutil */
}

/* CAIXA DO ÍCONE */
.rb-icon-box {
    width: 42px;
    height: 42px;
    background: rgba(0, 102, 51, 0.08); /* Fundo verde translúcido */
    color: #006633; /* Ícone Verde RB */
    border-radius: 4px; /* Acompanha o formato do card */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-right: 15px;
    transition: all 0.3s ease;
}

/* Hover na Caixa do Ícone */
.rb-contact-item:not(.no-click):hover .rb-icon-box {
    background: #006633; /* Fundo preenche de verde sólido */
    color: #ffffff; /* Ícone fica branco */
    transform: rotate(-8deg) scale(1.1); /* Dinamismo no clique */
}

/* CONTEÚDO DE TEXTO */
.rb-contact-content {
    display: flex;
    flex-direction: column;
}

/* LABEL (Telefone, E-mail...) */
.rb-label {
    font-family: 'Inter', sans-serif; /* Fonte secundária para leitura fina */
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #667788; /* Cinza técnico */
    font-weight: 600;
    line-height: 1.2;
}

/* VALUE (O número ou endereço) */
.rb-value {
    font-family: 'Montserrat', sans-serif; /* Fonte principal forte */
    font-size: 14px;
    color: #003366; /* Azul Marinho para contraste e leitura */
    font-weight: 600;
    margin-top: 2px;
    transition: color 0.3s ease;
}

/* O texto muda para Verde RB no hover */
.rb-contact-item:not(.no-click):hover .rb-value {
    color: #006633;
}

/* AJUSTE PARA ITEM QUE NÃO É LINK (Horário de Atendimento) */
.rb-contact-item.no-click {
    cursor: default;
    background: #f9fbfd; /* Fundo levemente diferente para indicar que não é clicável */
    border-color: #f0f4f8;
}

/* RESPONSIVO MOBILE */
@media (max-width: 768px) {
    .rb-contact-item:not(.no-click):hover {
        transform: translateY(-3px); /* No mobile, o movimento lateral pode quebrar a tela, mudamos para subir */
    }
}/* End custom CSS */