body {
    font-family: 'Montserrat', Arial, sans-serif;
    background: #fff;
    color: #222;
    margin: 0;
    padding: 0;
}
.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
   
}
.top-bar {
    background: #fff;
    color: #888;
    font-size: 14px;
    padding: 4px 0;
    width: 100%;
    border-bottom: 1px solid #eee;
    position: relative;
    z-index: 10;
    min-height: 28px;
    display: flex;
    align-items: center;
    font-family: 'Montserrat', Arial, sans-serif;
}
.top-bar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    gap: 10px;
}
.top-bar .btn-group {
    margin-left: auto;
    display: flex;
    gap: 8px;
}
.top-bar i, .top-bar img, .top-bar svg {
    margin-right: 4px;
    vertical-align: middle;
    font-size: 15px;
}
.top-bar .right {
    margin-left: 15px;
    color: #888;
    font-size: 14px;
}

@media (max-width: 600px) {
    .top-bar .container > span,
    .top-bar .container .btn-group {
        display: none;
    }
    .top-bar {
        padding: 0;
        min-height: 0;
        border-bottom: none;
    }
}

.main-nav {
    background: #fff;
    border-bottom: 2px solid #e5e5e5;
    padding: 0;
    width: 100%;
    position: relative;
    z-index: 9;
    margin-top: 0;
    min-height: 64px;
    box-sizing: border-box;
}
.main-nav .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    height: 64px;
}
.main-nav .logo {
    height: 48px;
    margin-right: 30px;
    float: none;
}
.main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: center;
}
.main-nav ul li {
    display: inline-block;
    margin: 0 18px;
}
.main-nav ul li a {
    color: #666;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    transition: color 0.2s;
}
.main-nav ul li a:hover {
    color: #ff6d2a;
}
.main-nav .btn-group {
    display: flex;
    gap: 8px;
}
.main-nav .btn {
    background: #ff6d2a;
    color: #fff;
    padding: 8px 16px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    border: none;
    margin-top: 0;
    margin-left: 0;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    gap: 5px;
}
.main-nav .btn.whatsapp {
    background: #19b955;
}
.main-nav .btn:hover {
    opacity: 0.9;
}
@media (max-width: 900px) {
    .main-nav .container, .top-bar .container {
        width: 98%;
        max-width: 100%;
    }
    .main-nav ul li {
        margin: 0 8px;
    }
}
@media (max-width: 600px) {
    .main-nav .container, .top-bar .container {
        flex-direction: column;
        align-items: flex-start;
        height: auto;
    }
    .main-nav .logo {
        margin-bottom: 8px;
    }
    .main-nav ul {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .main-nav .btn-group {
        margin-top: 8px;
    }
}
body {
    margin: 0;
    padding: 0;
}
.main-nav .logo {
    height: 50px;
    float: left;
}
.main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}
.main-nav ul li {
    display: inline-block;
    margin: 0 15px;
}
.main-nav ul li a {
    color: #222;
    text-decoration: none;
    font-weight: 600;
}
.main-nav .btn {
    background: #e94b5a;
    color: #fff;
    padding: 10px 18px;
    border-radius: 4px;
    text-decoration: none;
    float: right;
    margin-top: 10px;
}
.slider-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 400px; /* altura menor */
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-radius: 0;
    box-shadow: none;
    background: #000;
}
.slider, .slide, .slide img {
    height: 400px !important; /* altura menor */
    min-height: 400px;
    max-height: 400px;
}
.slider {
    display: flex;
    transition: transform 0.5s ease;
    height: 100vh;
}
.slide {
    min-width: 100vw;
    height: 100vh;
    box-sizing: border-box;
}
.slide img {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    display: block;
    border-radius: 0;
}
.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(233,75,90,0.85);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    font-size: 28px;
    cursor: pointer;
    z-index: 10;
    transition: background 0.2s;
    opacity: 0.8;
}
.slider-btn:hover {
    background: #d13b4a;
    opacity: 1;
}
.slider-btn.prev {
    left: 30px;
}
.slider-btn.next {
    right: 30px;
}
@media (max-width: 800px) {
    .slider-container, .slide, .slide img, .slider {
        height: 50vw;
        min-height: 200px;
        max-height: 60vh;
    }
}
.institucional {
    text-align: center;
    margin: 40px 0 20px 0;
}
.servicos-destaque .servicos-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    margin: 30px 0 50px 0;
}
.servicos-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    justify-items: center;
    margin: 30px 0 50px 0;
}
@media (max-width: 900px) {
    .servicos-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 600px) {
    .servicos-grid {
        grid-template-columns: 1fr;
    }
}
.servico-card {
    width: 100%;
    max-width: 340px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
    text-align: center;
    padding: 20px 10px;
    box-sizing: border-box;
    margin: 5px 0;
}
.servico-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 4px;
}
.servico-card h3 {
    margin: 10px 0 5px 0;
}
.servico-card .btn {
    margin-top: 10px;
    background: #e94b5a;
}
.wind-banner .produtos-grid {
    display: flex;
    gap: 40px;
    justify-content: center;
    margin-top: 30px;
}
.produtos-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    justify-items: center;
    margin: 30px 0 50px 0;
}
@media (max-width: 900px) {
    .produtos-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 600px) {
    .produtos-grid {
        grid-template-columns: 1fr;
    }
}
.produto-card {
    width: 100%;
    max-width: 340px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
    text-align: center;
    padding: 20px 10px;
    box-sizing: border-box;
}
.produto-card h3 {
    margin: 10px 0 5px 0;
}
.produto-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 4px;
}
.produto-card .btn {
    margin-top: 10px;
    background: #e94b5a;
}
.instagram img {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 50px auto;
}
.contato.container {
    max-width: 1100px;
    margin: 60px auto 0 auto;
    padding: 0 10px;
}
.contato-form-wrapper {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    justify-content: center;
    margin-top: 30px;
    
}
.contato-form-col {
    flex: 1 1 350px;
    min-width: 320px;
    
}
.contato-form-col h3 {
    font-size: 22px;
    margin-bottom: 18px;
    color: #222;
    font-weight: 600;
}
.contato form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 100%;
    margin: 0;
}
.contato input, .contato textarea {
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
}
.contato .btn {
    background: #19b955;
    color: #fff;
    border: none;
    padding: 14px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
    transition: background 0.2s;
}
.contato .btn i {
    font-size: 18px;
}
.contato .btn:hover {
    background: #138d3b;
}

/* ... existing code ... */
.dashboard-content {
    margin-left: 240px; /* Adjust this value to match your sidebar width */
    padding: 32px 24px 24px 24px;
    max-width: 900px;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    border-radius: 8px;
    min-height: 80vh;
}



@media (max-width: 900px) {
    .dashboard-content {
        margin-left: 0;
        padding: 16px 8px;
        max-width: 100%;
    }
    
    .contato-form-wrapper {
    flex-direction: column;
    align-items:center;
    }

}
.contato-form-wrapper {
    gap: 20px;
}




footer {
    background: #222;
    color: #fff;
    padding: 40px 0 0 0;
    margin-top: 40px;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 15px;
}
footer .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 30px;
    gap: 30px;
}
.footer-col {
    flex: 1 1 220px;
    min-width: 220px;
    margin-bottom: 20px;
}
.footer-logo {
    margin-bottom: 18px;
}
.footer-logo img {
    height: auto;
    margin-bottom: 10px;
    width: 280px;
}
.footer-desc {
    color: #ccc;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.5;
}
.footer-title {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 12px;
    color: #fff;
    letter-spacing: 0.5px;
}
.footer-contact {
    color: #ccc;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.6;
}
.footer-contact i {
    color: #e94b5a;
    margin-right: 6px;
}
.footer-map {
    margin-bottom: 10px;
}
.footer-instagram {
    margin-bottom: 10px;
}
.footer-instagram img {
    width: 100%;
    max-width: 220px;
    border-radius: 8px;
    margin-top: 10px;
}
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-links li {
    margin-bottom: 6px;
}
.footer-links a {
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
}
.footer-links a:hover {
    color: #e94b5a;
}
.footer-bottom {
    background: #181818;
    color: #ccc;
    text-align: center;
    padding: 12px 0 10px 0;
    font-size: 13px;
    margin-top: 0;
    border-top: 1px solid #333;
    letter-spacing: 0.2px;
}
.footer-bottom a {
    color: #e94b5a;
    text-decoration: none;
    font-weight: 600;
}
@media (max-width: 900px) {
    footer .container {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }
    .footer-col {
        width: 100%;
        min-width: 0;
        margin-bottom: 25px;
    }
    .footer-instagram img {
        max-width: 100%;
    }
}
@media (max-width: 800px) {
    .servicos-destaque .servicos-grid,
    .wind-banner .produtos-grid,
    footer .container {
        flex-direction: column;
        align-items: center;
    }
    .servicos-grid, .produtos-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
        justify-content: center;
        margin: 30px 0 50px 0;
    }

    .servico-card, .produto-card {
        background: #fff;
        border: 1px solid #eee;
        border-radius: 6px;
        width: 300px;
        min-width: 220px;
        text-align: center;
        padding: 20px 10px;
        box-sizing: border-box;
    }
}
.btn, .servico-card .btn, .produto-card .btn {
    background: #000000;
    color: #fff;
    padding: 5px 15px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    margin-top: 1px;
    border: none;
    transition: background 0.2s;
}
.btn:hover, .servico-card .btn:hover, .produto-card .btn:hover {
    background: #ff6d2a;
    color: #fff;
}
.whatsapp-online {
    width: 100%;
    max-width: 350px; /* igual ao formulário */
    margin-top: 20px;
}
.whatsapp-online img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

h2 {
    text-align: center;
}

.servico-subtitulo {
    color: #444;
    font-size: 12px;
    margin-bottom: 18px;
    margin-top: 0;
    font-weight: 400;
    line-height: 1.4;
}
.subtitulo {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 2rem;
    font-weight: 400;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

section h2 {
    margin-bottom: 0.5rem;
}

.texto-institucional {
    margin-top: 2rem;
    line-height: 1.6;
}
.table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.table th, .table td {
    padding: 12px 10px;
    text-align: left;
    border-bottom: 1px solid #f0f0f0;
}
.table th {
    background: #23223a;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
}
.table tr:last-child td {
    border-bottom: none;
}
.btn {
    padding: 8px 18px;
    border-radius: 4px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    margin-right: 6px;
    border: none;
    display: inline-block;
    font-size: 15px;
    transition: background 0.2s;
}
.btn-green {
    background: #25d366;
}
.btn-red {
    background: #ff6d2a;
}
.btn-yellow {
    background: #ffc107;
    color: #222 !important;
}
.btn-green:hover { background: #128c7e; }
.btn-red:hover { background: #b71c1c; }
.btn-yellow:hover { background: #e0a800; }
.whatsapp-online {
    width: 100%;
    max-width: 350px; /* igual ao formulário */
    margin-top: 20px;
}
.whatsapp-online img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

h2 {
    text-align: center;
}

.servico-subtitulo {
    color: #444;
    font-size: 12px;
    margin-bottom: 18px;
    margin-top: 0;
    font-weight: 400;
    line-height: 1.4;
}
.subtitulo {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 2rem;
    font-weight: 400;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

section h2 {
    margin-bottom: 0.5rem;
}

.texto-institucional {
    margin-top: 2rem;
    line-height: 1.6;
}
.btn-red {
    background: #e53935;
    color: #fff !important;
    border-radius: 4px;
    padding: 6px 14px;
    margin-right: 8px;
    transition: background 0.2s;
}
.btn-red:hover {
    background: #b71c1c;
    color: #fff !important;
}

.btn-green {
    background: #25d366;
    color: #fff !important;
    border-radius: 4px;
    padding: 6px 14px;
    transition: background 0.2s;
}
.btn-green:hover {
    background: #128c7e;
    color: #fff !important;
}

.main-nav .menu-toggle {
    background: transparent;
    border: none;
    color: #222;
    font-size: 24px;
    display: none;
}

@media (max-width: 992px) {
    .main-nav .menu-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        margin-left: auto;
    }
    .main-nav ul {
        display: none;
    }
}

@media (max-width: 800px) {
    .slider-container, .slider, .slide {
        height: auto !important;
        min-height: 200px;
        max-height: none;
    }
    .slide img {
        width: 100%;
        height: auto !important;
    }
}

.offcanvas .mobile-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}
.offcanvas .mobile-nav li {
    border-bottom: 1px solid #eee;
}
.offcanvas .mobile-nav a {
    display: block;
    padding: 12px 8px;
    color: #222;
    text-decoration: none;
    font-weight: 600;
}
.offcanvas .mobile-nav a:hover {
    color: #ff6d2a;
}
