* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

body {
    width: 100%;
}

header {
    background-image: url(../images/bg6.jpg);
    height: 600px;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    color: white;
    box-shadow: inset 0 0 100px rgba(0, 0, 0, 1);
    /* animation: zoomEffect 10s ease-in-out infinite; */
    align-content: stretch;
    align-items: stretch;
    justify-content: space-around;
}

.container {
    max-width: 1100px;
    margin: 40px auto;
    padding: 0 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.topo-header {
    display: flex;
    justify-content: space-around;
    padding: 15px;
    position: relative;
    width: 100%;
    z-index: 2000;
}

.topo-header img {
    max-width: 180px;
}

.nav {
    display: flex;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 10px;
}

.nav-links li a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 20px;
}

.conteudo-header {
    width: 300px;
    margin-left: 20%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: flex-start;
    gap: 10px;
    color: black
}

.conteudo-header a {
    background: #525252;
    color: white;
    padding: 5px 10px;
    border-radius: 10px;
    margin-bottom: 30px;
    width: 250px;
    text-align: center;
    font-size: 18px;
    padding: 5px 15px;
    font-weight: bold
}

.conteudo-header h2 {
    font-size: 26px;
}

.conteudo-header p {
    font-size: 20px;
    font-weight: 500;
}

.orcamento {
    background-image: url(../assets/images/bg4.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    box-shadow: inset 0 0 800px rgb(59, 59, 59, 1.9);
    padding: 20px;
    align-items: center;
    justify-content: space-evenly;
}

.orcamento p {
    color: white;
    font-size: 35px;
    font-weight: 700;
}

.orcamento a {
    border: 3px solid white;
    border-radius: 20px;
    color: white;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 10px;
    font-size: 28px;
    width: 300px;
    justify-content: center;
    font-weight: bold;
}

.detalhes {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px;
}

.card {
    display: flex;
    align-items: center;
    max-width: 400px;
    height: 700px;
    background-color: #ededed;
    gap: 20px;
    flex-direction: column;
    justify-content: space-around;
    padding: 10px;
    margin: 20px;
}

.conteudo-detalhes {
    /* width: 400px;
    height: 450px; */
    text-align: center;
    gap: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding: 20px;
}

.conteudo-detalhes img {
    width: 110px
}

.conteudo-detalhes h3 {
    font-size: 30px
}

.conteudo-detalhes p {
    font-size: 20px;
}

.saibamais {
    height: 35px;
    width: 200px;
    padding: 0 20px;
    background-color: #363636;
    border: 2px solid #363636;
    border-radius: 17.5px;
    color: #fffefe;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    cursor: pointer;
    transition: 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes zoomEffect {
    0% {
        background-size: 100%;
    }

    50% {
        background-size: 105%;
    }

    100% {
        background-size: 100%;
    }
}

.filosofia-section {
    position: relative;
    display: flex;
    align-items: center;
    background: linear-gradient(to right, #e3e3e3, #bcbcbc);
    padding: 100px 60px;
    overflow: visible;
    justify-content: flex-end;
    /* Permite que a imagem "vaze" */
}

.folha-img {
    position: absolute;
    left: 300px;
    top: 50%;
    transform: translateY(-50%);
    width: 650px;
    z-index: 1;
    pointer-events: none;
}

.folha-img img {
    width: 100%;
    height: auto;
    display: block;
}

.filosofia-text {
    position: relative;
    z-index: 2;
    max-width: 600px;
    color: white;
}

.filosofia-text h2 {
    font-size: 40px;
    margin-bottom: 20px;
}

.filosofia-text p {
    font-size: 18px;
    line-height: 1.6;
}

.tab-content {
    display: none;
    margin-top: 30px;
    gap: 30px;
    flex-direction: row;
    align-items: flex-start;
}

.tab-content img {
    max-width: 400px;
}

.tab-content.active {
    display: flex;
}
.env-orc{
    background: #2167d9;
}
@media (max-width: 900px) {
    .filosofia-section {
        flex-direction: column;
        padding: 60px 20px;
        align-items: center;
    }

    .folha-img {
        position: static;
        transform: none;
        width: 100%;
        margin-bottom: 40px;
    }

    .filosofia-text {
        text-align: center;
    }
}

.parceiros-section {
    text-align: center;
    padding: 60px 20px;
}

.parceiros-section h2 {
    font-size: 28px;
    margin-bottom: 40px;
    font-weight: bold;
    color: #333;
}

.slider-container {
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.slides-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;

}

.slide {
    min-width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.empresa {
    text-align: center;
    width: 30%;
    height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.empresa img {
    max-width: 150px;
    max-height: 80px;
    margin-bottom: 10px;
}

.empresa span {
    display: block;
    font-size: 14px;
    color: #333;
}

.dots {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.dot {
    width: 12px;
    height: 12px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s;
}

.dot.active {
    background: #ff6600;
}

.footer {
    background-color: #fff;
    color: #333;
    padding: 50px 30px 20px;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
}

.footer-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 40px;
}

.footer-column {
    min-width: 150px;
    flex: 1;
}
.footer-column a{
    text-decoration: none;
    color: black;
}

.footer-column h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer-column ul {
    list-style-type: none;
    padding-left: 18px;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 6px;
    font-size: 18px;
}

.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.payment-methods {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.payment-methods img {
    height: 22px;
}


.container {
    max-width: 1100px;
    margin: auto;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

h2 {
    margin-bottom: 20px;
    font-size: 18px;
}

label {
    font-size: 14px;
    margin-bottom: 4px;
    display: block;
}

input,
select,
textarea {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

textarea {
    resize: vertical;
    min-height: 100px;
}

.form-grid {
    display: grid;
    gap: 16px;
    margin-bottom: 20px;
}

.grid-2 {
    grid-template-columns: 2fr 1fr;
}

.grid-3 {
    grid-template-columns: 1fr 1fr 1fr;
}

.full {
    grid-column: 1 / -1;
}

.checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
}

.checkbox input {
    width: auto;
}

.checkbox label {
    margin: 0;
}

.warning {
    color: red;
    font-size: 13px;
}

button {
    padding: 12px 20px;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    cursor: pointer;
    margin-top: 10px
}

button:hover {}

.nav-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    background: #f36f21;
    border: none;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    /* position: fixed; */
    top: 16px;
    right: 16px;
    z-index: 1101;
    cursor: pointer;
    padding: 0;
}

.hamburger {
    position: relative;
    width: 22px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
}

.hamburger::before,
.hamburger::after {
    content: '';
    position: absolute;
    width: 22px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    left: 0;
}

.hamburger::before {
    top: -7px;
}

.hamburger::after {
    top: 7px;
}

/* X */
.nav-toggle.active .hamburger {
    background: transparent;
}

.nav-toggle.active .hamburger::before {
    transform: rotate(45deg) translate(5px, 5px);
}

.nav-toggle.active .hamburger::after {
    transform: rotate(-45deg) translate(5px, -5px);
}

.servicos-container h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 10px;
}

.servicos-container p {
    text-align: left;
    margin-bottom: 30px;
    font-size: 16px;
    color: #555;
}

.tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.tab {
    padding: 15px 30px;
    background: #aaa;
    color: white;
    font-weight: bold;
    cursor: pointer;
    border: none;
    outline: none;
    transition: 0.3s;
}

.tab.active {
    background: #333;
    position: relative;
}

.tab.active::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #333;
}

.conteudo-tab {
    display: none;
    padding: 20px;
    text-align: left;
}

.conteudo-tab.active {
    display: flex;
    align-items: center;
    gap: 40px;
}

.conteudo-tab img {
    max-width: 400px;
    width: 100%;
    border-radius: 4px;
}

.conteudo-tab h3 {
    font-size: 24px;
    margin-bottom: 10px;
    text-align: left;
}

.conteudo-tab p {
    font-size: 16px;
    color: #333;
}

.contato-section {
    padding: 60px 20px;
    background-color: #f8f8f8;
    text-align: center;
}

.contato-section h2 {
    font-size: 32px;
    margin-bottom: 10px;
    color: #333;
}

.contato-section p {
    font-size: 16px;
    margin-bottom: 40px;
    color: #666;
}

.contato-cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.contato-item {
    background: #fff;
    padding: 30px 25px;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    flex: 1 1 280px;
    /* max-width: 300px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    transition: transform 0.3s ease;
    width: 300px;
    height: 200px;
}

.contato-item:hover {
    transform: translateY(-5px);
}

.contato-item i {
    font-size: 30px;
    color: #f36f21;
}

.contato-item .contato-label {
    font-weight: bold;
    font-size: 15px;
    color: #222;
}

.contato-item a {
    color: #0066cc;
    text-decoration: none;
    font-size: 15px;
}

.contato-item a:hover {
    text-decoration: underline;
}

.btn-chat {
    margin-top: 10px;
    padding: 10px 18px;
    background-color: #25d366;
    color: white;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-chat:hover {
    background-color: #1ebe5d;
}
.sticky-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 9999;
    display: none;
}

.sticky-nav .nav-links li a {
    color: #111 !important;
    font-size: 16px;
}
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 25px;
    right: 25px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 10000;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
}

.whatsapp-float:hover {
    background-color: #1ebe5d;
    transform: scale(1.1);
}

@media (max-width: 768px) {
    header {
        justify-content: space-between
    }

    .form-grid.grid-2,
    .form-grid.grid-3 {
        grid-template-columns: 1fr !important;
    }

    .container {
        padding: 20px;
        margin: 20px 10px;
    }

    .conteudo-header {
        margin-left: 0;
        width: 100%;
        padding: 0 20px;
        text-align: center;
        align-items: center;
        margin-top: 250px;
    }

    .conteudo-header a {
        width: 100%;
        max-width: 300px;
    }

    .orcamento {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .orcamento a {
        width: 100%;
        max-width: 300px;
    }

    input,
    select,
    textarea {
        font-size: 16px;
    }

    h2 {
        font-size: 20px;
    }

    label {
        font-size: 15px;
    }

    button {
        width: 100%;
        font-size: 16px;
    }

    .topo-header {
        flex-direction: column;
        align-items: center;
        background-color: white;
        position: fixed;
    }
    .header-mob{
        display: none;
    }
    .nav {
        flex-direction: column;
        align-items: center;
    }

    .nav-links {
        flex-direction: column;
        gap: 15px;
    }
    .footer{
        padding: 15px;
    }
    .footer-bottom {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    .footer-column ul{
        padding: 10px;
    }
    .footer-column ul li{
        font-size: 15px;
    }
    .form-grid.grid-2,
    .form-grid.grid-3 {
        grid-template-columns: 1fr !important;
    }

    .container {
        padding: 20px;
        margin: 20px 10px;
    }

    .conteudo-header {
        margin-left: 0;
        width: 100%;
        padding: 0 20px;
        text-align: center;
        align-items: center;
        margin-top: 250px;
    }

    .conteudo-header a {
        width: 100%;
        max-width: 300px;
    }

    .orcamento {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .orcamento a {
        width: 100%;
        max-width: 300px;
    }

    .detalhes {
        display: block;
        margin: auto;
    }

    .card {
        margin: 10px auto;
        max-width: 350px;
        max-height: 400px;
    }

    input,
    select,
    textarea {
        font-size: 16px;
    }

    h2 {
        font-size: 20px;
    }

    label {
        font-size: 15px;
    }

    button {
        width: 100%;
        font-size: 16px;
    }

    .topo-header {
        justify-content: space-between;
        padding: 12px 20px;
        flex-direction: row;
        position: fixed;
        width: 100%;
    }

    .nav {
        flex-direction: column;
        align-items: center;
    }

    .nav-links {
        flex-direction: column;
        gap: 15px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .topo-header {
        justify-content: space-between;
        padding: 12px 20px;
        flex-direction: row;
        position: fixed;
        width: 100%;
    }

    .nav-links {
        position: fixed;
        top: 0;
        right: 0;
        height: 100vh;
        width: 260px;
        background: #fff;
        padding: 100px 20px 20px;
        display: flex;
        flex-direction: column;
        gap: 15px;
        box-shadow: -2px 0 10px rgba(0, 0, 0, 0.15);
        transform: translateX(100%);
        transition: transform 0.3s ease;
        z-index: 1000;
    }

    .nav-links.open {
        transform: translateX(0);
    }

    .nav-links li {
        border-bottom: 1px solid #f0f0f0;
    }

    .nav-links li a {
        font-size: 16px;
        font-weight: 500;
        color: #111;
        display: block;
        padding: 10px 0;
    }

    .nav-toggle {
        display: flex;
        margin: 0;
    }

    .nav-links.open {
        transform: translateX(0);
    }

    .footer-columns {
        flex-direction: column;
        gap: 20px;
        font-size: 20px;
    }
    .footer-columns ul{
        list-style: none;
    }
    .footer-columns a{
        text-decoration: none;
    }
    .footer-bottom {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        text-align: center;
    }

    .empresa {
        width: 100px;
    }

    .slide {
        flex-direction: column;
        gap: 30px;
    }

    .conteudo-tab {
        flex-direction: column;
        align-items: flex-start;
    }

    .conteudo-tab img {
        max-width: 100%;
    }
}