* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, sans-serif;
    background: #F3E8D0;
    color: #1f2933;
}

/* MENU */

header {
    background: #F3E8D0;
    color: #112033;
}
}

nav {
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 6%;
}
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8%;
}

.logo {
    font-size: 22px;
    font-weight: bold;
}

nav ul {
    display: flex;
    gap: 45px;
    list-style: none;
    margin: 0;
    padding: 0;
}
    display: flex;
    gap: 35px;
    list-style: none;
}

nav a {
    color: #112033;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}
    color: white;
    text-decoration: none;
    font-size: 16px;
}

nav a:hover {
    color: #72c48b;
}

/* INÍCIO */

#inicio {
    min-height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 20px;
}

#inicio h1 {
    font-size: 48px;
    max-width: 900px;
    margin-bottom: 20px;
}

#inicio p {
    font-size: 21px;
    margin-bottom: 30px;
}

button {
    background: #F3E8D0
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
}

button:hover {
    background: #176b44;
}

/* SEÇÕES */

main section {
    padding: 80px 8%;
    text-align: center;
}

main h2 {
    font-size: 34px;
    margin-bottom: 25px;
}

#servicos {
    background: #F3E8D0;
}

#servicos > div {
    display: inline-block;
    vertical-align: top;
    width: 28%;
    min-height: 150px;
    margin: 15px;
    padding: 30px 20px;
    border-radius: 10px;
    background: #f5f7f6;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

#servicos h3 {
    margin-bottom: 15px;
}

#sobre {
    background: #e8f0eb;
}

#sobre p,
#contato p {
    max-width: 700px;
    margin: auto;
    font-size: 18px;
    line-height: 1.7;
}

#contato {
    background: white;
}

/* CELULAR */

@media (max-width: 700px) {

    nav {
        flex-direction: column;
        height: auto;
        padding: 20px;
        gap: 15px;
    }

    nav ul {
        gap: 15px;
        flex-wrap: wrap;
        justify-content: center;
    }

    #inicio h1 {
        font-size: 32px;
    }

    #servicos > div {
        width: 100%;
        margin: 10px 0;
    }
}.logo-g {
    color: #d90000;
}

.logo-r {
    color: #000000;
}.logo-grande {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.logo-grande .g {
    color: #d90000;
    font-size: 90px;
    font-weight: 900;
    line-height: 1;
}

.logo-grande .r {
    color: #000000;
    font-size: 90px;
    font-weight: 900;
    line-height: 1;
}body {
   body {
    background-color: #F3E8D0 !important;
body,
section,
main {
    background-color: #F3E8D0 !important;
}
nav a:hover {
    color: #3A7D5D;
}