@import "header.css";
@import "footer.css";
@import "promotion.css";
@import "quem-somos.css";
@import "servicos.css";
@import "diferencial.css";


html,
body {
    margin: 0;
    padding: 0;

}

* {
    font-family: "Inter", sans-serif;

}
section{
    margin-bottom: 5%;
}
/* styles globals */
.center {
    max-width: 1270px;
    margin: 0 auto;
    padding: 0 20px;
    margin: 0% 5%;
}

main {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Estilo do scrollbar */
::-webkit-scrollbar {
    width: 12px; 
}

::-webkit-scrollbar-thumb {
    background-color: #aaa; 
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #888; 
}

:root {
    --cor-principal: #3b3c3d;
    --cor-preto: #000;
    --cor-verde: #33694E;
    --cor-aqua: #06a87a;
    --cor-cinza: #f4f1e9;
    --cor-title: #3b3c3d;
    --cor-branca: #fff;
    --cor-verde-claro: #7fbf9d87

  }

