@charset "iso-8859-1";
/*
 * Equittec - CSS Moderno e Responsivo
 * Versao 2.0 - Design Moderno e Otimizado
 * Codificacao: ISO-8859-1
 */

/* ============================================
   CSS RESET E CONFIGURACOES GLOBAIS
   ============================================ */
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

html, body {
    width: 100%;
    height: 100%;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #343e48;
}

a {
    color: inherit;
    transition: all 0.3s ease;
}

a:hover {
    color: #d98000;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Utilitarios */
.clearfix::after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

.right { float: right; }
.left { float: left; }

/* ============================================
   HEADER E TOPO
   ============================================ */
.topo {
    width: 100%;
    height: 174px;
    position: fixed;
    background: linear-gradient(135deg, #004365 0%, #005580 100%);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    top: 0;
    z-index: 999;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.logo {
    position: absolute;
    left: 50%;
    margin-left: -550px;
    top: 41px;
    transition: all 0.4s ease;
}

.logo:hover {
    transform: scale(1.05);
}

.telefone,
.mail {
    height: 33px;
    position: absolute;
    left: 50%;
    top: 0;
    font-size: 14px;
    color: #FFF;
    line-height: 33px;
}

.telefone {
    width: 200px;
    margin-left: -550px;
}

.mail {
    width: 300px;
    margin-left: -340px;
}

.telefone img,
.mail img {
    vertical-align: middle;
    margin-right: 8px;
    display: inline-block;
}

.orcamento {
    height: 33px;
    position: absolute;
    right: 50%;
    margin-right: -550px;
    top: 0;
    font-size: 14px;
    color: #FFF;
    line-height: 33px;
    text-align: right;
    cursor: pointer;
    transition: all 0.3s ease;
}

.orcamento:hover {
    color: #d98000;
    transform: translateY(-2px);
}

.orcamento img {
    vertical-align: middle;
    display: inline-block;
}

.qtd_orcamento {
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: linear-gradient(135deg, #d98000 0%, #ff9500 100%);
    border-radius: 10px;
    position: absolute;
    right: -10px;
    top: 4px;
    font-size: 11px;
    color: #fff;
    font-weight: 700;
    padding: 0 6px;
    box-shadow: 0 2px 8px rgba(217, 128, 0, 0.4);
}

/* ============================================
   MENU PRINCIPAL
   ============================================ */
.menu {
    width: 723px;
    height: 82px;
    position: absolute;
    right: 50%;
    margin-right: -550px;
    top: 34px;
}

.menu ul {
    width: 100%;
    height: 82px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.menu ul li {
    height: 75px;
    line-height: 75px;
    border-top: 4px solid transparent;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    padding: 0 16px;
    position: relative;
    transition: all 0.3s ease;
}

.menu ul li::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 15px;
    width: 1px;
    height: 25px;
    background: rgba(255, 255, 255, 0.2);
}

.menu ul li:last-child::after {
    display: none;
}

.menu ul li:hover,
.menu ul li.ativo {
    border-top-color: #d98000;
    color: #d98000;
    transform: translateY(-2px);
}

/* Menu fixo no scroll */
.menu_rol {
    width: 100%;
    height: 50px;
    background: linear-gradient(135deg, #003049 0%, #004166 100%);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    top: -50px;
    position: fixed;
    z-index: 99999;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.menu_rol ul {
    width: 700px;
    height: 50px;
    position: absolute;
    left: 50%;
    margin-left: -550px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.menu_rol ul li {
    line-height: 50px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s ease;
    position: relative;
}

.menu_rol ul li::before {
    content: "";
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 0;
    height: 2px;
    background: #d98000;
    transition: width 0.3s ease;
}

.menu_rol ul li:hover::before {
    width: 100%;
}

.menu_rol ul li:hover {
    color: #d98000;
}

.ativo {
    border-top-color: #d98000 !important;
    color: #d98000 !important;
}

/* ============================================
   BANNER / SLIDER
   ============================================ */
.banner {
    width: 100%;
    position: relative;
    margin-top: 174px;
    overflow: hidden;
}

.banner img {
    width: 100% !important;
    min-width: 100%;
    height: auto;
    display: block;
    border-bottom: 8px solid #004365;
}

.slider {
    width: 100%;
}

.sliderContainer {
    width: 100% !important;
}

.fullWidth {
    width: 100% !important;
}

.royalSlider {
    width: 100% !important;
}

.rsImg {
    width: 100% !important;
    height: auto !important;
}

/* ============================================
   CONTEUDO PRINCIPAL
   ============================================ */
.conteudo {
    width: 100%;
    max-width: 1140px;
    min-height: 300px;
    margin: 60px auto;
    padding: 0 20px;
    font-size: 15px;
    color: #343e48;
    font-weight: 400;
    text-align: justify;
    line-height: 1.8;
}

.conteudo::after {
    content: "";
    display: block;
    clear: both;
}

.titulo {
    width: 100%;
    font-size: 42px;
    font-weight: 300;
    color: #004365;
    letter-spacing: -1px;
    margin-bottom: 40px;
    line-height: 1.2;
}

.titulo strong {
    font-weight: 900;
    color: #d98000;
}

.titulo_internas {
    width: 100%;
    min-height: 220px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    display: flex;
    align-items: flex-end;
    padding: 40px 20px;
    margin-top: 174px;
}

.titulo_internas h1 {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    font-size: 38px;
    font-weight: 600;
    color: #004365;
    letter-spacing: -1px;
    text-align: right;
}

.titulo_internas h1 strong {
    font-weight: 900;
    color: #d98000;
    font-size: 26px;
}

/* ============================================
   PRODUTOS
   ============================================ */
.produtos_inicial,
.produtos_interna {
    width: 100%;
    max-width: 1140px;
    margin: 60px auto;
    padding: 0 20px;
    position: relative;
}

.produtos_inicial ul,
.produtos_interna ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 24px;
    margin-top: 40px;
}

.produtos_inicial ul li,
.produtos_interna ul li {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    font-size: 16px;
    color: #004365;
    font-weight: 600;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    min-height: 320px;
}

.produtos_inicial ul li:hover,
.produtos_interna ul li:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 24px rgba(0, 65, 101, 0.15);
}

.produtos_inicial ul li img,
.produtos_interna ul li img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 16px;
}

.produtos_inicial ul li strong,
.produtos_interna ul li strong {
    font-size: 12px;
    font-weight: 400;
    color: #6c757d;
    display: block;
    margin-top: 8px;
}

.carrinho {
    margin-top: auto;
    padding-top: 16px;
}

.carrinho button {
    width: 100%;
    height: 44px;
    background: linear-gradient(135deg, #d98000 0%, #ff9500 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(217, 128, 0, 0.3);
}

.carrinho button:hover {
    background: linear-gradient(135deg, #ff9500 0%, #d98000 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(217, 128, 0, 0.4);
}

/* Busca de produtos */
.busca_produtos {
    width: 100%;
    max-width: 450px;
    height: 50px;
    position: absolute;
    top: -80px;
    right: 20px;
    display: flex;
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.busca_produtos input[type="text"] {
    flex: 1;
    height: 50px;
    background: transparent;
    padding: 0 20px;
    font-size: 15px;
    color: #004365;
}

.busca_produtos input[type="text"]::placeholder {
    color: #adb5bd;
}

.busca_produtos a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #004365 0%, #005580 100%);
    transition: all 0.3s ease;
}

.busca_produtos a:hover {
    background: linear-gradient(135deg, #d98000 0%, #ff9500 100%);
}

.img_busca {
    width: 24px;
    height: 24px;
    filter: brightness(0) invert(1);
}

.voceesta {
    position: absolute;
    left: 20px;
    top: -40px;
    font-size: 14px;
    color: #6c757d;
}

/* ============================================
   MENU LATERAL DE CATEGORIAS
   ============================================ */
#cssmenu {
    width: 240px;
    float: left;
    margin-right: 30px;
}

#cssmenu ul {
    list-style: none;
}

#cssmenu ul ul {
    display: none;
}

#cssmenu > ul > li.active > ul {
    display: block;
}

#cssmenu > ul > li > a {
    padding: 16px 20px;
    display: block;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #ffffff;
    background: linear-gradient(135deg, #004166 0%, #005580 100%);
    border-radius: 8px;
    margin-bottom: 4px;
    transition: all 0.3s ease;
}

#cssmenu > ul > li > a:hover {
    background: linear-gradient(135deg, #d98000 0%, #ff9500 100%);
    transform: translateX(4px);
}

#cssmenu ul ul {
    margin-top: 4px;
}

#cssmenu ul ul li a {
    padding: 12px 20px;
    display: block;
    font-size: 13px;
    color: #343e48;
    background: #f8f9fa;
    border-left: 3px solid #d98000;
    margin-bottom: 2px;
    transition: all 0.3s ease;
}

#cssmenu ul ul li a:hover {
    background: #e9ecef;
    padding-left: 24px;
}

/* Compatibilidade com estilo antigo */
#cssmenu ul > li.has-sub > a:after {
    position: absolute;
    right: 26px;
    top: 19px;
    display: block;
    height: 10px;
    width: 2px;
    background: #ffffff;
    content: "";
    transition: all 0.1s ease-out;
}

#cssmenu ul > li.has-sub > a:before {
    position: absolute;
    right: 22px;
    top: 23px;
    display: block;
    width: 10px;
    height: 2px;
    background: #ffffff;
    content: "";
    transition: all 0.1s ease-out;
}

#cssmenu ul > li.has-sub.open > a:after,
#cssmenu ul > li.has-sub.open > a:before {
    transform: rotate(45deg);
}

/* ============================================
   ONDE COMPRAR
   ============================================ */
.onde_comprar {
    width: 100%;
    min-height: 400px;
    background: linear-gradient(135deg, rgba(0, 67, 101, 0.95) 0%, rgba(0, 85, 128, 0.95) 100%),
                url("../imgs/fundo_onde_comprar.jpg") center/cover fixed;
    position: relative;
    padding: 60px 20px;
}

.onde_comprar h1 {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto 40px;
    font-size: 42px;
    font-weight: 600;
    color: #fff;
    letter-spacing: -1px;
    text-align: center;
}

.onde_comprar h1 strong {
    font-weight: 900;
    color: #d98000;
}

.men {
    position: absolute;
    right: 50%;
    margin-right: -550px;
    top: 40px;
    opacity: 0.9;
}

.texto_onde_comprar {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 1.8;
    padding: 30px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    backdrop-filter: blur(10px);
}

/* ============================================
   FORMULARIO DE CONTATO
   ============================================ */
.form-contato,
.form-contato2 {
    width: 100%;
    max-width: 500px;
    float: left;
    margin-right: 30px;
    margin-bottom: 40px;
}

.formTexto {
    margin-bottom: 24px;
    font-size: 18px;
    color: #004365;
    font-weight: 600;
}

.form-contato label,
.form-contato2 label {
    display: block;
    margin-bottom: 20px;
}

.form-contato label input,
.form-contato label textarea,
.form-contato2 label input,
.form-contato2 label textarea {
    display: block;
    width: 100%;
    padding: 14px 16px;
    font-size: 15px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-family: inherit;
}

.form-contato label input:focus,
.form-contato label textarea:focus,
.form-contato2 label input:focus,
.form-contato2 label textarea:focus {
    border-color: #004365;
    outline: none;
    box-shadow: 0 0 0 4px rgba(0, 67, 101, 0.1);
}

.form-contato label textarea,
.form-contato2 label textarea {
    min-height: 120px;
    resize: vertical;
}

.contatoBtn,
.form-contato label input#contatoBtn,
.form-contato2 label input#contatoBtn {
    width: auto;
    min-width: 160px;
    height: 50px;
    background: linear-gradient(135deg, #004365 0%, #005580 100%);
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    float: right;
    padding: 0 32px;
    box-shadow: 0 4px 12px rgba(0, 67, 101, 0.3);
}

.contatoBtn:hover,
.form-contato label input#contatoBtn:hover,
.form-contato2 label input#contatoBtn:hover {
    background: linear-gradient(135deg, #d98000 0%, #ff9500 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(217, 128, 0, 0.4);
}

.contatoUf {
    display: block;
    width: 150px;
    padding: 14px 16px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    float: right;
    margin-top: -78px;
}

.g-recaptcha {
    margin: 20px 0;
}

.img_contato {
    float: right;
    margin: 20px;
    max-width: 400px;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.img_empresa {
    float: left;
    margin: 20px 20px 20px 0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Captcha */
.captcha-wrapper {
    overflow: auto;
    background-color: #FFF;
}

.captcha-wrapper #error_message {
    width: 270px;
    background: #053852;
    padding: 5px;
    text-align: center;
    color: #fff;
}

.captcha-wrapper #captcha {
    float: left;
}

.captcha-wrapper input#vlrCaptcha {
    float: left;
    width: 80px;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 12px;
    padding-left: 27px;
    letter-spacing: 1px;
    border: solid 1px #053852;
}

.captcha-wrapper img#refresh {
    position: relative;
    left: -108px;
    top: 16px;
    cursor: pointer;
}

/* ============================================
   MAPA
   ============================================ */
.mapa_google_inicial {
    width: 100%;
    height: 450px;
    background: #f8f9fa;
    position: relative;
}

#map_canvas {
    width: 100%;
    height: 100%;
}

/* ============================================
   FOOTER
   ============================================ */
.footer {
    width: 100%;
    min-height: 280px;
    background: linear-gradient(135deg, #002536 0%, #004365 100%);
    border-top: 6px solid #d98000;
    position: relative;
    padding: 50px 20px 30px;
}

.logo_footer {
    position: absolute;
    left: 50%;
    margin-left: -550px;
    top: 50px;
}

.logo_footer_sui {
    position: absolute;
    left: 54%;
    margin-left: -550px;
    top: 165px;
    opacity: 0.9;
}

.adress,
.contatos {
    width: 350px;
    position: absolute;
    top: 60px;
    font-size: 14px;
    color: #fff;
    line-height: 1.8;
}

.adress {
    left: 50%;
    margin-left: -250px;
}

.adress h1,
.contatos h1 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #d98000;
}

.contatos {
    right: 50%;
    margin-right: -550px;
}

.contatos a {
    color: #d98000;
    text-decoration: underline;
}

.contatos a:hover {
    color: #ff9500;
}

.gdebrasil {
    position: absolute;
    right: 50%;
    margin-right: -500px;
    bottom: 20px;
    transition: all 0.3s ease;
}

.gdebrasil:hover {
    transform: scale(1.1);
}

.gdebrasil img {
    width: 90px;
    opacity: 0.8;
}

.gdebrasil:hover img {
    opacity: 1;
}

/* ============================================
   PAGINACAO
   ============================================ */
#lista_outros_noticias ul {
    list-style: none;
    width: 100%;
}

#lista_outros_noticias ul li {
    border-bottom: 1px solid #e9ecef;
    font-size: 14px;
    padding: 16px 0;
    transition: all 0.3s ease;
}

#lista_outros_noticias ul li:hover {
    background: #f8f9fa;
    padding-left: 12px;
}

.qtdcar_orcamento {
    margin-top: -1px;
    text-align: center;
    border: thin solid #a0a0a0;
    height: 20px;
}

.carrinho_remove {
    cursor: pointer;
}

/* ============================================
   BOTOES E UTILITARIOS
   ============================================ */
.bt_voltar_topo {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #004365 0%, #005580 100%);
    color: #fff;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    z-index: 1000;
}

.bt_voltar_topo:hover {
    background: linear-gradient(135deg, #d98000 0%, #ff9500 100%);
    transform: translateY(-4px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.bt_orcamento {
    padding: 12px 24px;
    background: linear-gradient(135deg, #d98000 0%, #ff9500 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    box-shadow: 0 4px 12px rgba(217, 128, 0, 0.3);
}

.bt_orcamento:hover {
    background: linear-gradient(135deg, #ff9500 0%, #d98000 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(217, 128, 0, 0.4);
}

.produto_interna {
    font-size: 17px;
    color: #004166;
    font-weight: bold;
    padding: 5px 5px 5px 0px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.img_produto_interna {
    float: left;
    margin: 0px 6px 5px 0px;
}

/* ============================================
   GALERIA DINAMICO
   ============================================ */
.galeria_dinamico {
    font-size: 17px;
    margin-top: 30px;
    position: relative;
    float: left;
    width: 100%;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: -1px;
    color: #333;
}

.galeria_dinamico p {
    font-weight: bold;
    padding: 6px;
    border-bottom: thin solid #CCCCCC;
    margin-bottom: 10px;
    line-height: 18px;
    font-size: 17px;
}

/* ============================================
   MENU MOBILE
   ============================================ */
.abremenu,
.fechamenu {
    display: none;
}

.menu_mobile {
    display: none;
}

/* ============================================
   RESPONSIVE - MOBILE
   ============================================ */
@media screen and (max-width: 1200px) {
    .logo,
    .telefone,
    .mail,
    .orcamento,
    .menu,
    .menu_rol ul {
        left: 20px;
        right: 20px;
        margin: 0;
    }

    .conteudo,
    .produtos_inicial,
    .produtos_interna {
        max-width: 100%;
    }
}

@media screen and (max-width: 940px) {
    /* Esconder elementos desktop */
    .banner,
    .menu,
    .menu_rol .orcamento,
    .telefone,
    .mail,
    .men {
        display: none;
    }

    /* Topo mobile */
    .topo {
        height: 80px;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
        position: relative;
        background: #fff;
        border-top: 4px solid #d98000;
    }

    .logo {
        position: absolute;
        left: 20px;
        margin: 0;
        width: 160px;
        top: 18px;
    }

    /* Menu hamburguer */
    .abremenu,
    .fechamenu {
        width: 30px;
        height: 3px;
        background: #004365;
        position: absolute;
        right: 20px;
        top: 32px;
        display: block;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .abremenu::before,
    .abremenu::after,
    .fechamenu::before,
    .fechamenu::after {
        content: "";
        width: 30px;
        height: 3px;
        background: #004365;
        position: absolute;
        right: 0;
        transition: all 0.3s ease;
    }

    .abremenu::before {
        top: -8px;
    }

    .abremenu::after {
        top: 8px;
    }

    .fechamenu {
        background: transparent;
    }

    .fechamenu::before {
        transform: rotate(45deg);
        top: 0;
        background: #fff;
    }

    .fechamenu::after {
        transform: rotate(-45deg);
        top: 0;
        background: #fff;
    }

    /* Menu mobile */
    .menu_mobile {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: linear-gradient(135deg, #004365 0%, #002536 100%);
        z-index: 99999;
        overflow-y: auto;
    }

    .menu_mobile ul {
        width: 100%;
        padding: 120px 30px 60px;
    }

    .menu_mobile ul li {
        width: 100%;
        padding: 16px 0;
        font-size: 20px;
        color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        transition: all 0.3s ease;
    }

    .menu_mobile ul li:hover {
        color: #d98000;
        padding-left: 12px;
    }

    .menu_mobile ul li a {
        color: inherit;
    }

    /* Conteudo mobile */
    .conteudo {
        margin: 40px auto;
        padding: 0 20px;
    }

    .titulo {
        font-size: 32px;
        text-align: center;
        margin-bottom: 30px;
    }

    .titulo_internas {
        margin-top: 80px;
        min-height: 120px;
        padding: 30px 20px;
    }

    .titulo_internas h1 {
        font-size: 28px;
        text-align: left;
    }

    /* Produtos mobile */
    .produtos_inicial ul,
    .produtos_interna ul {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .busca_produtos {
        position: static;
        max-width: 100%;
        margin: 30px 0;
    }

    /* Menu de categorias mobile */
    #cssmenu {
        width: 100%;
        margin-bottom: 30px;
    }

    /* Onde comprar mobile */
    .onde_comprar {
        min-height: 300px;
        padding: 40px 20px;
    }

    .onde_comprar h1 {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .texto_onde_comprar {
        max-width: 100%;
        padding: 20px;
    }

    /* Formulario mobile */
    .form-contato,
    .form-contato2 {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
    }

    .contatoUf {
        width: 100%;
        float: none;
        margin-top: 0;
    }

    .contatoBtn,
    .form-contato label input#contatoBtn,
    .form-contato2 label input#contatoBtn {
        width: 100%;
        float: none;
    }

    .img_contato {
        float: none;
        width: 100%;
        max-width: 100%;
        margin: 20px 0;
    }

    /* Footer mobile */
    .footer {
        padding: 40px 20px;
    }

    .logo_footer,
    .logo_footer_sui,
    .adress,
    .contatos {
        position: static;
        width: 100%;
        margin: 20px 0;
        left: auto;
        right: auto;
    }

    .gdebrasil {
        position: static;
        margin: 30px auto;
        text-align: center;
        right: auto;
    }

    .gdebrasil img {
        margin: 0 auto;
    }

    /* Mapa mobile */
    .mapa_google_inicial {
        height: 300px;
    }

    .bt_orcamento {
        width: 100%;
        margin: 10px 0;
        text-align: center;
    }

    .img_produto_interna {
        width: 100%;
        margin: 0 0 10px 0;
        float: none;
    }

    .captcha-wrapper {
        width: 100% !important;
    }

    .captcha-wrapper #error_message {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .titulo {
        font-size: 26px;
    }

    .titulo_internas h1 {
        font-size: 22px;
    }

    .onde_comprar h1 {
        font-size: 26px;
    }
}

/* ============================================
   NOVO TOPO ULTRA MODERNO
   Design: Glassmorphism + Neon + Minimalist
   ============================================ */

/* Topbar minimalista */
.modern-topbar {
    width: 100%;
    height: 44px;
    background: linear-gradient(135deg, rgba(0, 16, 36, 0.98) 0%, rgba(0, 35, 54, 0.98) 100%);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(217, 128, 0, 0.15);
}

.topbar-container {
    width: 100%;
    max-width: 1400px;
    height: 100%;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.topbar-left {
    display: flex;
    gap: 32px;
}

.topbar-link {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
    transition: all 0.3s ease;
    font-weight: 500;
}

.topbar-link:hover {
    color: #d98000;
    transform: translateY(-1px);
}

.topbar-link svg {
    opacity: 0.8;
}

.topbar-right {
    display: flex;
    align-items: center;
}

.cart-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 50%;
    background: rgba(217, 128, 0, 0.1);
    border: 2px solid rgba(217, 128, 0, 0.3);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.cart-badge:hover {
    background: rgba(217, 128, 0, 0.2);
    border-color: rgba(217, 128, 0, 0.6);
    transform: scale(1.1) rotate(5deg);
}

.cart-badge svg {
    color: #d98000;
}

.cart-count {
    position: absolute;
    top: -6px;
    right: -6px;
    min-width: 22px;
    height: 22px;
    background: linear-gradient(135deg, #d98000 0%, #ff9500 100%);
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    padding: 0 6px;
    box-shadow: 0 4px 12px rgba(217, 128, 0, 0.5),
                0 0 20px rgba(217, 128, 0, 0.3);
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        box-shadow: 0 4px 12px rgba(217, 128, 0, 0.5),
                    0 0 20px rgba(217, 128, 0, 0.3);
    }
    50% {
        box-shadow: 0 4px 16px rgba(217, 128, 0, 0.7),
                    0 0 30px rgba(217, 128, 0, 0.5);
    }
}

/* Header principal com glassmorphism */
.modern-header {
    width: 100%;
    height: 100px;
    position: absolute;
    top: 44px;
    left: 0;
    z-index: 9999;
    background: linear-gradient(135deg,
                rgba(255, 255, 255, 0.95) 0%,
                rgba(248, 249, 250, 0.98) 100%);
    backdrop-filter: blur(30px) saturate(180%);
    border-bottom: 1px solid rgba(0, 67, 101, 0.08);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.header-container {
    width: 100%;
    max-width: 1400px;
    height: 100%;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

/* Logo moderno */
.logo-modern {
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.logo-modern img {
    height: 56px;
    width: auto;
    transition: all 0.3s ease;
    filter: drop-shadow(0 4px 12px rgba(0, 67, 101, 0.15));
}

.logo-modern:hover img {
    transform: scale(1.05) translateY(-2px);
    filter: drop-shadow(0 6px 16px rgba(0, 67, 101, 0.25));
}

/* Navegacao moderna centralizada */
.nav-modern {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.nav-item {
    position: relative;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    color: #343e48;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 12px;
    overflow: hidden;
}

.nav-item span {
    position: relative;
    z-index: 2;
}

/* Efeito de fundo deslizante */
.nav-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg,
                rgba(0, 67, 101, 0.06) 0%,
                rgba(0, 85, 128, 0.08) 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
    border-radius: 12px;
}

.nav-item:hover::before {
    transform: scaleX(1);
}

.nav-item:hover {
    color: #004365;
}

/* Item ativo com borda neon sutil */
.nav-item.ativo {
    color: #004365;
    background: linear-gradient(135deg,
                rgba(0, 67, 101, 0.08) 0%,
                rgba(0, 85, 128, 0.1) 100%);
    box-shadow: inset 0 0 0 2px rgba(0, 67, 101, 0.15),
                0 4px 12px rgba(0, 67, 101, 0.08);
}

/* CTA Button com efeito neon */
.cta-modern {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: linear-gradient(135deg, #d98000 0%, #ff9500 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(217, 128, 0, 0.35),
                inset 0 1px 0 rgba(255, 255, 255, 0.25);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Efeito de brilho animado */
.cta-modern::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg,
                transparent 30%,
                rgba(255, 255, 255, 0.3) 50%,
                transparent 70%);
    animation: shine 3s ease-in-out infinite;
}

@keyframes shine {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }
    100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
}

.cta-modern svg {
    position: relative;
    z-index: 2;
}

.cta-modern span {
    position: relative;
    z-index: 2;
}

.cta-modern:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 8px 24px rgba(217, 128, 0, 0.45),
                0 0 30px rgba(217, 128, 0, 0.25),
                inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.cta-modern:active {
    transform: translateY(0) scale(0.98);
}

/* Menu fixo simplificado ao rolar */
.menu_rol {
    width: 100%;
    height: 60px;
    background: linear-gradient(135deg,
                rgba(0, 48, 73, 0.98) 0%,
                rgba(0, 65, 102, 0.98) 100%);
    backdrop-filter: blur(20px);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
    top: -60px;
    position: fixed;
    z-index: 10001;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border-bottom: 2px solid rgba(217, 128, 0, 0.3);
}

.menu-rol-container {
    width: 100%;
    max-width: 1400px;
    height: 100%;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.menu-rol-logo {
    flex-shrink: 0;
}

.menu-rol-logo img {
    height: 40px;
    width: auto;
    filter: brightness(0) invert(1);
    opacity: 0.95;
    transition: all 0.3s ease;
}

.menu-rol-logo:hover img {
    opacity: 1;
    transform: scale(1.05);
}

.menu-rol-nav {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
}

.menu-rol-nav a {
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
    position: relative;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.menu-rol-nav a::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #d98000 0%, #ff9500 100%);
    transition: width 0.3s ease;
    box-shadow: 0 0 8px rgba(217, 128, 0, 0.5);
}

.menu-rol-nav a:hover {
    color: #fff;
}

.menu-rol-nav a:hover::after {
    width: 100%;
}

.menu-rol-cart {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    position: relative;
    border-radius: 50%;
    background: rgba(217, 128, 0, 0.15);
    border: 2px solid rgba(217, 128, 0, 0.3);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.menu-rol-cart:hover {
    background: rgba(217, 128, 0, 0.25);
    border-color: rgba(217, 128, 0, 0.6);
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(217, 128, 0, 0.4);
}

.menu-rol-cart svg {
    color: #d98000;
}

.menu-rol-cart .qtd_orcamento {
    position: absolute;
    top: -6px;
    right: -6px;
    min-width: 22px;
    height: 22px;
    line-height: 22px;
}

/* Ajustes para compatibilidade - Desktop */
.topo {
    display: none;
}

.banner {
    margin-top: 144px;
}

.titulo_internas {
    margin-top: 144px;
}

/* ============================================
   RESPONSIVE - NOVO TOPO MODERNO
   ============================================ */

@media screen and (max-width: 1200px) {
    .header-container,
    .topbar-container,
    .menu-rol-container {
        padding: 0 30px;
    }

    .nav-modern {
        gap: 4px;
    }

    .nav-item {
        padding: 10px 18px;
        font-size: 13px;
    }

    .cta-modern {
        padding: 12px 22px;
        font-size: 13px;
    }
}

/* MOBILE - Adaptar novo topo moderno */
@media screen and (max-width: 940px) {
    /* Topbar Mobile - Simplificada */
    .modern-topbar {
        height: 60px;
        position: fixed;
        top: 0;
        z-index: 10000;
    }

    .topbar-container {
        padding: 0 20px;
        justify-content: space-between;
    }

    /* Esconder telefone e email em mobile */
    .topbar-left {
        flex: 1;
    }

    .topbar-link {
        display: none;
    }

    /* Logo no topbar mobile */
    .topbar-left::before {
        content: "";
        display: block;
        width: 140px;
        height: 40px;
        background-image: url('../imgs/logo.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left center;
    }

    /* Carrinho e menu mobile */
    .topbar-right {
        display: flex;
        gap: 16px;
    }

    .cart-badge {
        width: 44px;
        height: 44px;
    }

    /* Esconder header principal em mobile */
    .modern-header {
        display: none;
    }

    /* Menu fixo escondido em mobile */
    .menu_rol {
        display: none !important;
    }

    /* Ajustar margem do banner e titulos */
    .banner {
        margin-top: 60px;
    }

    .titulo_internas {
        margin-top: 60px;
    }

    /* Botao hamburguer mobile */
    .mobile-menu-btn {
        display: none; /* Esconder em desktop */
        width: 30px;
        height: 24px;
        background: transparent;
        border: none;
        cursor: pointer;
        position: relative;
        flex-direction: column;
        justify-content: space-between;
        padding: 0;
    }

    @media screen and (max-width: 940px) {
        .mobile-menu-btn {
            display: flex !important;
        }
    }

    .mobile-menu-btn span {
        display: block;
        width: 30px;
        height: 3px;
        background: #fff;
        transition: all 0.3s ease;
        border-radius: 2px;
    }

    .mobile-menu-btn:hover span {
        background: #d98000;
    }

    /* Compatibilidade com topo antigo - esconder */
    .topo {
        display: none !important;
    }

    /* Esconder botoes antigos de menu mobile */
    @media screen and (max-width: 940px) {
        .abremenu,
        .fechamenu {
            display: none !important;
        }
    }
}

@media screen and (min-width: 941px) and (max-width: 1100px) {
    .nav-modern {
        gap: 2px;
    }

    .nav-item {
        padding: 10px 16px;
        font-size: 12px;
    }

    .topbar-left {
        gap: 20px;
    }

    .topbar-link {
        font-size: 12px;
    }

    .cta-modern {
        padding: 12px 20px;
    }

    .menu-rol-nav {
        gap: 24px;
    }

    .menu-rol-nav a {
        font-size: 12px;
    }
}
