html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

#header_pag1 {
    background-color: #264734;
    width: 100%;
    height: 100px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    opacity: 0.95;
    flex-wrap: wrap;
}

#logo_site {
    max-width: 150px;
    height: 100px;
}

.container_itens {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.container_itens a {
    text-decoration: none;
    color: white;
    font-size: 20px;
    position: relative;
}

.container_itens a::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: white;
    transition: width 0.3s ease;
}

.container_itens a:hover::after {
    width: 100%;
}

.header-icons {
    display: flex;
    gap: 20px;
    font-size: 20px;
    margin-right: 40px;
}

.header-icons a svg {
    cursor: pointer;
    transition: transform 0.2s ease;
}

.header-icons a {
    width: 26;
    height: 26;
    fill: white;
}

.header-icons a:hover svg {
    transform: scale(1.2);
    fill: #00ffcc;
}

@media (max-width: 768px) {
    #header_pag1 {
        height: auto;
        padding: 10px;
    }

    #logo_site {
        max-width: 120px;
    }

    .container_itens a {
        font-size: 16px;
        margin: 5px 0;
    }

    .header-icons svg {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 480px) {
    #header_pag1 {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .container_itens {
        gap: 15px;
    }
}

.Pag_principal {
    width: 100%;
    height: 1600px;
    background-color: #111;
    overflow: hidden;
    background-image: url(img_4.jpg);
    background-size: cover;

}

.Container_titulo {
    height: 210px;
    width: 700px;
    margin-top: 30%;
    margin-left: 32%;
}

.titulo_1 {
    color: white;
    font-size: 70px;
    font-weight: 400;
    text-align: center;
}

#container_button {
    margin-left: 42%;
    width: 280px;

}

.button_buy {
    width: 280px;
    height: 65px;
    background-color: rgba(38, 71, 52, 1);
    color: white;
    border-radius: 7px;
    transition: background-color 0.4s ease, color 0.4s ease;
}

.button_buy:hover {
    background-color: white;
    color: green
}

#buy_now {
    font-size: 30px;
}

#button_buy:hover {
    color: #264734;
    background-color: white;
    transition: 0.3s ease;
}


.Continue_pag {
    width: 100%;
    height: 2150px;
    border-top: 3px solid white;
    background: linear-gradient(
        to bottom,
        rgba(60, 110, 85, 1) 0%,
        rgba(50, 90, 70, 1) 50%,
        rgba(38, 71, 52, 1) 100%
    );

    overflow: hidden;
}

.Container_desc {
    margin: 200px;
    margin-left: 29%;
    display: inline-block;
    background-color: #654321;
    padding: 20px 40px;
    border-radius: 10px;
    color: white;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    animation: pulse 2s infinite;
    text-align: center;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

.Container_desc h2 {
    font-size: 65px;
    font-weight: 400;

}

.container_moveis {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin: 60px 80px;
}

.container_invertido {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin: 60px 80px;
    flex-direction: row-reverse;
}

#moveis_externos {
    width: 950px;
    height: 700px;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    background-image: url(img_5.jpeg);
}

#moveis_internos {
    width: 950px;
    height: 700px;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    background-image: url(img_6.jpeg);
}

.Classificacao_moveis {

    font-size: 32px;
    color: white;
    font-weight: 400;
    text-decoration: none;
}

.texto {
    text-align: center;
    width: 50%;
    height: 500px;
    color: white;
    word-wrap: break-word;
}

.texto p {
    font-size: 1.7rem;
    margin-top: 20px;
}

.Saiba_mais {
    margin-top: 12%;
    width: 280px;
    height: 65px;
    border-color: white;
    background-color: transparent;
    color: white;
    border-radius: 7px;
}

.Saiba_mais p {
    margin: 0;
}

.footer {
    background-color: #1e3d31;
    color: #fff;
    padding: 70px 20px;
    border-top: 1px solid #fff;
    font-family: Arial, sans-serif;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-info {
    flex: 1;
    min-width: 280px;
    margin: 20px;
}

.footer-info h3 {
    margin-bottom: 15px;
    font-size: 22px;
    border-bottom: 2px solid #fff;
    padding-bottom: 8px;
}

.footer-info p {
    margin: 8px 0;
    font-size: 18px;
    line-height: 1.6;
}

.social-icons {
    display: flex;
    gap: 20px;
    margin-top: 15px;
}

.social-icons a svg {
    transition: transform 0.2s ease;
}

.social-icons a:hover svg {
    transform: scale(1.2);
    fill: #00ffcc;
}

.sec_pai {
    max-height: 4000px;
    background: linear-gradient(
        to bottom,
        rgba(60, 110, 85, 1) 0%,
        rgba(50, 90, 70, 1) 50%,
        rgba(38, 71, 52, 1) 100%
    );
}

.intro {
    padding-top: 120px;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.intro h1 {
    font-size: 60px;
    font-weight: 500;
    margin-bottom: 80px;
    color: white;
}

.intro p {
    font-size: 1.1em;
    line-height: 1.6;
    margin-bottom: 50px;
    margin-top: 50px;
    color: white;
}

#tit {
    font-size: 1.9rem;
    margin-top: 50px;
    color: white;
}

.quem-somos-conteudo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
    flex-wrap: wrap;
}


.quem-somos-conteudo .imagem {
    flex: 1.2;
    min-width: 350px;
    margin-left: -40px;

}

.bg-video {
    width: 600%;
    height: 70vh;
    object-fit: cover;
    border-radius: 0;
    display: block;
    margin-bottom: 90px;

}

.quem-somos-conteudo .imagem img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.quem-somos-conteudo {
    justify-content: center;
    width: 100%;
}

.quem-somos-conteudo .texto {
    flex: 0.8;
    min-width: 300px;
}

.quem-somos-conteudo .texto p {
    font-size: 1.2em;
    line-height: 1.6;
    margin-bottom: 20px;
    color: white;
}

.nossa-equipe h2 {
    text-align: center;
    color: white;
    margin-bottom: 60px;
    margin-top: 60px;
    font-size: 2em;
}


.cards {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.card {
    width: 500px;
    height: 700px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 8px;
}

.main {
    margin-top: 120px;
    padding: 20px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.page-title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 28px;
    color: #264734;
}

.section-title {
    font-size: 24px;
    text-align: center;
    margin: 60px 0 30px;
    position: relative;
    color: #264734;
}

.section-title::before,
.section-title::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 40%;
    height: 2px;
    background: #ccc;
}

.section-title::before {
    left: 0;
}

.section-title::after {
    right: 0;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 25px;
}

.product {
    background: white;
    border-radius: 12px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
}

.product:hover {
    transform: translateY(-5px);
}

.product img {
    max-width: 100%;
    border-radius: 8px;
    height: 180px;
    object-fit: cover;
}

.product h3 {
    margin: 10px 0;
    font-size: 18px;
    color: #264734;
}

.product span {
    display: block;
    margin-top: 8px;
    font-weight: bold;
    color: #264734;
}

.btn-comprar {
    margin-top: 12px;
    display: inline-block;
    background-color: #264734;
    color: white;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.btn-comprar:hover {
    background-color: #1d3527;
}
