:root {
    --main-color: #dfa66d;
    --black: #13131a;
    --bg: #ffffff;
    --border: 0.1rem solid rgb(223, 166, 109);

    font-size: 10px;
    font-family: "Montserrat", sans-serif;
}

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    text-decoration: none;
    transition: 0.2s linear;
}

body {
    background-color: #ffffff;
}

section {
    padding: 3rem 2rem;
    margin: 0 auto;
    max-width: 1500px;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    left: 0;
    right: 0;
    z-index: 99;
    border-bottom: var(--border);
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
}


.header section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.navbar a {
    margin: 0 0.5rem;
    font-size: 2.5rem;
    color: black;
}

.navbar a:hover {
    color: var(--main-color);
    border-bottom: var(--border);
    padding-bottom: 0.3rem;
    font-size: 3rem;
}

.header img.app {
    margin: rem;
    cursor: pointer;
    border-radius: 10%;
    padding: 0.5rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3 ease;
}

.header img.app:hover {
    background-color: #dfa66d;

}

.social-icons {
    display: flex;
    gap: 5rem;
}

.logo-png {
    width: 150px;
    height: 150px;
    object-fit: contain;
    max-width: 100%;

}

html {
    scroll-behavior: smooth;
}

#sobre {
    scroll-margin-top: 200px;
}

#quem {
    scroll-margin-top: 200px;
}

#servicos {
    scroll-margin-top: 200px;
}

#depoimentos {
    scroll-margin-top: 200px;
}

#publicacoes {
    scroll-margin-top: 200px;
}


.home-container {
    padding-top: 200px;

    height: auto;
    background-position: center;
    background-size: cover;
    padding-bottom: 100px;
}

.content h1 {
    color: #dfa66d;
    font-size: 3rem;
    text-align: left;
    padding-bottom: 1.5;
}

.valores h1 {
    color: #dfa66d;
    font-size: 3rem;
    text-align: left;
    padding-bottom: 1.5rem;
}

.valores-icons {
    display: grid;
    grid-template-columns: repeat(3, minmax(30rem, 1fr));
    gap: 1.5rem;

}

.valores-icons .box {
    text-align: center;
    border-radius: 12px;
    border-width: 3px;
    width: 25rem;
    height: 5rem;
    padding-top: 30px;
    background-color: #284205b6;
}

.valores-icons .box-ultimo {
    grid-column: 2;
    text-align: center;
    border-radius: 12px;
    border-width: 3px;
    width: 25rem;
    height: 5rem;
    padding-top: 30px;
    background-color: rgba(40, 66, 5, 0.714);
    color: #ffffff;
    font-size: 1.25rem;
}

.valores-icons .box h2 {
    color: #ffffff;
    font-size: 2rem;
}

.valores {
    max-width: 100rem;
    width: 100%;
}


.content {
    max-width: 100rem;
}

.content h3 {
    color: #BBD95A;
    font-size: 5rem;
}

.content p {
    color: #000000;
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.5;
    padding: 1rem 0;
}

.titulo {
    color: #BBD95A;
    font-size: 5rem;
    margin-bottom: 1rem;
}

.thais {
    color: #dfa66d;
    font-size: 3rem;
    margin-bottom: 2rem;
}

.quem .row {
    line-height: 1.5;
    gap: 130px;
}

.imagem {
    width: 300px;
    height: 380px;
    float: left;
}

.imagem img {

    width: 285px;
    height: auto;
    object-fit: cover;
    margin: 1, 5rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    border: 2px solid #fff7ee;
    border-radius: 1rem;
}

.formacao p {
    color: #000000;
    font-size: 2.5rem;
    font-weight: 300;
    padding: 1rem 0;
}

.servicos h5 {
    color: #BBD95A;
    font-size: 5rem;
}

.servicos h1 {
    color: #dfa66d;
    font-size: 3rem;
    padding: 1rem 0;
    display: flex;
    align-items: center;
}

.servicos h1::before {
    content: "•";
    margin-right: 10px;
    margin-bottom: 4px;
}

.serv div {
    color: #000000;
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.5;
    padding-left: 3rem;
    padding-bottom: 1.5rem;
}

.servicos div {
    color: #000000;
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.5;
    padding-top: 1rem;
}

.dep {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 4rem 2rem;
    background-color: #fffcf6;
}

.caixa-dep-item {
    max-width: 60%;
    width: 100%;
}

.caixa-dep-item:nth-child(odd) {
    align-self: flex-start;
}

.caixa-dep-item:nth-child(even) {
    align-self: flex-end;
}

@media (max-width: 768px) {
    .caixa-dep-item {
        max-width: 100%;
    }
}
.depo {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    gap: 5rem;
}

.depoimentos {
    background-color: #fffcf6;
    width: 100%;
    max-width: none;
    padding: 0;
    margin: 0;
    padding-top: 4rem;
}

.depoimentos h2 {
    color: #BBD95A;
    font-size: 5rem;
}

.caixa-dep1 {
    border-radius: 1rem;
    background-color: #dde6c6;
    padding: 20px;
    box-shadow: -4px 15px 10px rgba(172, 116, 43, 0.082);
    backdrop-filter: blur(10px);
    font-size: 2rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 350;
    margin-bottom: 1.5rem;
    align-items: left ;
}

.caixa-dep1 .nm {
    font-weight: 500;
}

.caixa-dep2 {
    border-radius: 1rem;
    background-color: #a6b18a;
    padding: 20px;
    box-shadow: -4px 15px 10px rgba(172, 116, 43, 0.082);
    backdrop-filter: blur(10px);
    font-size: 2rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 350;
    margin-bottom: 1.5rem;
}

.caixa-dep2 .nm {
    font-weight: 500;
}

.caixa-dep3 {
    border-radius: 1rem;
    background-color: #dde6c6;
    padding: 20px;
    box-shadow: -4px 15px 10px rgba(172, 116, 43, 0.082);
    backdrop-filter: blur(10px);
    font-size: 2rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 350;
    margin-bottom: 1.5rem;
}

.caixa-dep3 .nm {
    font-weight: 500;
}

.caixa-dep4 {
    border-radius: 1rem;
    background-color: #a6b18a;
    padding: 20px;
    box-shadow: -4px 15px 10px rgba(172, 116, 43, 0.082);
    backdrop-filter: blur(10px);
    font-size: 2rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 350;
}

.caixa-dep4 .nm {
    font-weight: 500;
}

.publicacoes {
    width: 100%;
    max-width: none;
    padding: 0;
    margin: 0;
}

.publi-bloco {
    padding: 80px 0;
    width: 100%;
}

.publi-bloco:nth-child(even) {
    background-color: #fde4ca;
}

.publi-bloco:nth-child(odd) {
    background-color: #fffcf6;
}

.publi-bloco .container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    gap: 5rem;
    margin-top: 8rem;
}

.publi-bloco .container h1 {
    padding-bottom: 5rem;
}

.logo-publi {
    flex: 0 0 auto;
    max-width: 120px;
    width: 100%;
    height: auto;
    display: block;
    cursor: pointer;
    border-radius: 5px;
}

.publi-info {
    flex: 1;
    text-align: left;
}

.publi-info h2 {
    color: rgba(58, 100, 3, 0.714);
    font-size: 3rem;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 1.5rem;
}

.publi-info p {
    color: rgba(58, 100, 3, 0.714);
    font-size: 1.8rem;
    font-weight: 0.67;
}

.locais {
    text-align: center;
    background-color: #fffcf6;
    width: 100%;
    max-width: none;
    padding: 0;
    padding-bottom: 1rem;
    padding-top: 4rem;
    margin: 0;
}

.title {
    color: #BBD95A;
    font-size: 5rem;
    padding-bottom: 1rem;
}

.nome h2 {
    color: #dfa66d;
    font-size: 3rem;
}

.enderecos-container {
    display: flex;
    justify-content: center;
    gap: 6rem;
    flex-wrap: wrap;
}

.mapa {
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3 ease;
}

.footer {
    display: flex;
    justify-content: center;
}

.particulas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.5;
    background-image:
        radial-gradient(circle at 10% 20%, rgba(187, 217, 90, 0.514) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgb(187, 217, 90) 0%, transparent 20%);
}