* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    list-style: none;
    object-fit: cover;
    text-decoration: none;
    box-sizing: border-box;
}
html{
    font-size: 14px;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
body{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: normal;
    background-color: rgba(0, 0, 0, 0.907);
}
.container{
    position: relative;
}
#burguer{
    color: #f5f5f5;
    font-size: 2rem;

    position: absolute;
    right: 3.5rem;
    top: 1.6rem;

    z-index: 100000000;
    cursor: pointer;

    display: none;
}
#burguer.white{
    color: white;
}
#burguer.white:hover {
    color: #DAA520;
}

#burguer.black {
    color: black;

    transition: all .3s ease-in-out;
}
#burguer.black:hover {
    color: #DAA520;
}
#check{
    display: none;
}
.menu{
    width: 100%;
    height: auto;
    padding: 1rem;
    border-bottom: 1px solid rgba(128, 128, 128, 0.429);
    background: transparent;

    position: fixed;
}
.menu ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
}
.menu ul li{
    padding: 1rem 0;
}
.menu ul li a{
    padding: 1rem;
    color: white;

    transition: color .3s ease-in-out;
}

.menu.text-white ul li a {
    color: white;
}
.menu.text-white ul li a:hover {
    color: #DAA520;
}

.menu.text-black ul li a {
    color: black;
}
.menu.text-black ul li a:hover {
    color: #DAA520;
}

.part-a1{
    display: flex;
    align-items: center;
    justify-content: space-around;

    margin: 0 1rem;
    gap: 5rem;
    width: 100%;
    height: 880px;
}
.part-a1 .text{
    display: flex;
    flex-direction: column;

    gap: 2rem;
}
.part-a1 .text span{
    color: #DAA520;
}
.part-a1 .text h1{
    width: 400px;
    font-size: 2rem;

    color: white;
    font-weight: normal;
}
.part-a1 .text p{
    width: 400px;
    font-size: 1rem;
    color: grey;
    font-weight: normal;
}
.part-a1 img{
    width: 100%;
    max-width: 500px; 
    margin: 0 1rem;
}
.container button {
    width: 250px;
    height: 40px;
    font-size: 1.2rem;
    background-color: #DAA520;
    color: white;
    font-weight: bold;
    border-radius: 2rem;
    cursor: pointer;

    animation: pulse-btn 1.5s ease-in-out infinite;
    box-shadow: 0 0 5px #C5A253;
    transition: transform 0.3s ease-in-out;
    
}

@keyframes pulse-btn {
    0%, 100% {
        box-shadow: 0 0 5px #C5A253;
    }
    50% {
        box-shadow: 0 0 20px #C5A253;
    }
}

.container button:hover {
    transform: scale(1.05);
    box-shadow: 0 0 25px #FFD700;
}

.icone-whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    font-size: 3rem;
    cursor: pointer;
    animation: pulse 1.2s ease-in-out infinite;
}

.whatsapp-icon {
    font-size: 3rem;
    color: #C5A253;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        text-shadow: 0 0 5px #C5A253;
    }
    50% {
        transform: scale(1.2);
        text-shadow: 0 0 20px #C5A253;
    }
}

.part-a2{
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: white;

    width: 100%;
    height: 880px;
}
.part-a2 img{
    width: 400px;
    border-radius: 1rem;
}
.part-a2 h1{
    font-weight: normal;
    font-size: 1.4rem;

    width: 500px;
}
.part-a2 p{
    font-size: 2rem;
    font-weight: normal;

    width: 500px;
}
.part-a2 .text{
    display: flex;
    justify-content: center;
    justify-content: center;
    flex-direction: column;
    gap: 2rem;
}
.part-a2 .text span{
    color: #DAA520;
}


.part-a3{
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 4rem;

    width: 100%;
    height: 880px;

    font-weight: normal;
}
.part-a3 .text{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1.4rem;
    color: white;
}
.part-a3 img{
    width: 400px;
    border-radius: 1rem;
}
.part-a3 h1{
    font-size: 2rem;
    font-weight: normal;
    width: 450px;
}
.part-a3 h2{
    font-size: 1.2rem;
    font-weight: normal;
    width: 450px;
}
.part-a3 h3{
    width: 450px;
    font-weight: normal;
}
.part-a3 p{
    width: 450px;
    font-weight: normal;
}
.part-a3 .text span{
    color: #DAA520;
}

.part-a4{
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: white;

    width: 100%;
    height: 880px;

    font-weight: normal;
}
.part-a4 .text{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2rem;
}
.part-a4 img{
    width: 400px;
    border-radius: 1rem;
}
.part-a4 h1{
    font-size: 2rem;
    width: 500px;
    font-weight: normal;
}
.part-a4 h2{
    font-size: 1rem;
    width: 500px;
    font-weight: normal;
}
.part-a4 p{
    font-size: 1rem;
    width: 500px;
    font-weight: normal;
}
.part-a4 .text span{
    font-size: 1.4rem;
    color: #DAA520;
    background-color: black;
}


.part-a5{
    display: flex;
    align-items: center;
    justify-content: space-around;

    width: 100%;
    height: 880px;

    font-weight: normal;
}
.part-a5 .text{
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 2rem;
    color: white;
}
.part-a5 img{
    width: 400px;
    border-radius: 1rem;
}
.part-a5 h1{
    font-size: 2rem;
    width: 500px;
    font-weight: normal;
}
.part-a5 h2{
    font-size: 1.4rem;
    width: 500px;
    font-weight: normal;
}
.part-a5 p{
    width: 500px;
    font-weight: normal;
}
.part-a5 .text span{
    color: #DAA520;
}

/* FOOTER */
.footer {
    background: #111;
    color: #f5f5f5;
    padding: 50px 20px 20px 20px;
    margin-top: 50px;
    font-family: Arial, sans-serif;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 40px;
}

.footer-logo h2 {
    color: #DAA520;
    margin-bottom: 10px;
}

.footer-logo p {
    font-size: 0.9rem;
    line-height: 1.4;
}

.footer-links h3,
.footer-contato h3,
.footer-social h3 {
    margin-bottom: 15px;
    font-size: 1.1rem;
    color: #DAA520;
}

.footer-links ul {
    list-style: none;
    padding: 0;
}

.footer-links ul li {
    margin: 8px 0;
}

.footer-links ul li a {
    color: #f5f5f5;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-links ul li a:hover {
    color: #DAA520;
}

.footer-contato p {
    margin: 8px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-social a {
    font-size: 1.5rem;
    margin-right: 15px;
    color: #f5f5f5;
    transition: color 0.3s;
}

.footer-social a:hover {
    color: #DAA520;
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    margin-top: 30px;
    border-top: 1px solid #333;
    font-size: 0.9rem;
    color: #aaa;
}





.orcamento {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: none; 
    align-items: center;
    justify-content: center;
    z-index: 999;
    
}

.orcamento-content {
    position: relative;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    width: 90%;
    max-width: 400px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    text-align: center;
    animation: popupShow 0.3s ease;
}

.orcamento-content h2 {
    margin-bottom: 10px;
    color: #333;
}

.orcamento-content p {
    color: #555;
    margin-bottom: 20px;
    font-size: 14px;
}

.orcamento-content input {
    width: 100%;
    padding: 10px;
    margin: 8px 0;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 15px;
}

.orcamento-content button {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 8px;
    background: #25d366;
    color: white;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.orcamento-content button:hover {
    background: #1ebe57;
}

.close {
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 26px;
    cursor: pointer;
    color: #333;
}

@keyframes popupShow {
    from { transform: scale(0.9); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}