:root {
  --primary-color-bg: #6a6f59;
  --secundary-color-bg: #dbc9aa;
  --primary-color-text: #dbc9aa;
  --secundary-color-text: #6a6f59;
  --nav-active-color-text: #f4eee5;
}
* {
  font-family: "Lato", sans-serif;
}
/* NAVABAR */
.nav-link {
  font-weight: 700;
  font-size: 1.1em;
  color: var(--primary-color-text);
}
.nav-link:hover {
  color: var(--nav-active-color-text);
  text-decoration: underline;
}
.nav-link:visited {
  color: var(--primary-color-text);
}
#navbar a.active {
  color: var(--nav-active-color-text);
  /*border-bottom: 1px solid #f4eee5;*/
}
#navbar-items .navbar-nav {
  display: flex;
  justify-content: right;
  width: 100%;
}

#navbar-items .nav-item {
  margin: 0 0em;
}
.navbar-toggler {
  color: var(--primary-color-text);
  border-color: var(--primary-color-text);
  border: 2px solid var(--primary-color-text);
  height: 40px;
  font-weight: bold;
}
.link-navbar-icon {
  padding-left: 20px;
  padding-right: 1rem;
}
.link-navbar-icon ul li {
  padding-right: 1rem;
}
.link-navbar-icon i {
  font-size: 1.8em;
}
.pagina h2 {
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 15px;
}
/* HOME */
#home {
  height: 500px;
  background: linear-gradient(rgba(20, 20, 31, 0.4), rgba(20, 20, 31, 0.2)),
    url("../img/business.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
/* CONTEUDOS */

#o-escritorio p {
  text-align: justify;
}
.card {
  border-radius: 0;
}

#areas-de-atuacao ul {
  list-style: none;
  list-style-image: url("../img/chevron-double-right.svg");
  list-style-position: outside;
}
#areas-de-atuacao li {
  padding: 5px 0px;
}
.atuacao-card-list {
  display: flex;
  justify-content: space-between;
}

.atuacao-card {
  width: 49%;
  margin: 15px 0px;
  padding: 15px 20px;
  border-radius: 15px;
  background-color: var(--nav-active-color-text);
}
.atuacao-card h5 {
  padding-left: 15px;
  font-weight: bold;
  color: var(--secundary-color-text);
}
.impar .atuacao-card:nth-child(2) {
  background-color: var(--secundary-color-bg);
}
.par .atuacao-card:nth-child(1) {
  background-color: var(--secundary-color-bg);
}
.equipe-container {
  display: flex;
  margin-top: 15px;
}
.equipe-container img {
  height: 450px;
}
.equipe-container .descricao h2 {
  color: var(--secundary-color-text);
  font-weight: bold;
  margin-bottom: 15px;
}
.equipe-container .descricao h4 {
  font-weight: bold;
  font-size: 22px;
}
.equipe-container .descricao p {
  text-align: justify;
  padding-right: 35px;
}

@media (max-width: 992px) {
  .link-navbar-icon {
    padding-left: 5px;
  }
  .link-navbar-icon i {
    padding-left: 15px;
  }

  #areas-de-atuacao {
    padding-bottom: 15px;
  }
  .atuacao-card-list {
    display: block;
  }
  .atuacao-card {
    width: 100%;
    margin-top: 15px;
  }
  .impar .atuacao-card:nth-child(1),
  .par .atuacao-card:nth-child(1) {
    background-color: var(--nav-active-color-text);
  }
  .impar .atuacao-card:nth-child(2),
  .par .atuacao-card:nth-child(2) {
    background-color: var(--secundary-color-bg);
  }
  .equipe-container {
    display: block;
    margin-top: 15px;
  }
  .equipe-container img {
    width: 100%;
    height: auto;
  }
  .equipe-container .descricao {
    width: 100%;
  }

  #artigos {
    height: auto;
    padding-bottom: 50px;
  }
}

.primary-color-icon {
  background-color: var(--primary-color-bg);
  border-radius: 50%;
  padding: 10px;
  width: 300px;
  height: 300px;
}
.contato-item {
  padding: 15px;
}
.primary-color-icon i {
  color: var(--nav-active-color-text);
}

.fixed-bottom {
  position: fixed;
  height: 100px;
  bottom: 0;
}
.artigos-list a:hover {
  background-color: rgb(246, 245, 245);
}

/*
.artigos-list a {
  text-decoration: none;
}
.artigos-list a h3:hover {
  text-decoration: underline;
}
.artigos-list a p {
  color: black;
}
*/
#contato {
  padding-bottom: 200px;
}
/* STANDARDS */
.primary-color-bg {
  background-color: var(--primary-color-bg);
}
.secundary-color-bg {
  background-color: var(--secundary-color-bg);
}
.bg-dark-color {
  background-color: #050505;
}
.primary-color-text {
  color: var(--primary-color-text);
  /*color: #f4eee5;*/
}
.secundary-color-text {
  color: var(--secundary-color-text);
}

#artigo {
  margin-top: 15px;
  margin-bottom: 155px;
}

#artigo div p {
  text-align: justify;
  padding: 0;
  font-size: 1.1;
}
#artigo div h1 {
  text-align: justify;
  padding-bottom: 5px;
  font-size: 1.8rem;
  font-weight: bolder;
}

.migalha {
  margin-bottom: 15px;
}
.migalha a {
  text-decoration: none;
}
.migalha a:hover {
  text-decoration: underline;
}

.teste {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

header {
  flex-shrink: 0;
}

main {
  flex-grow: 1;
  overflow: auto;
  min-height: 2em;
}

footer {
  flex-shrink: 0;
}

/*



header {
  background-color: aquamarine;
  position: fixed;
  top: 0;
  display: block;
  width: 100vw;
}
main {
  background-color: #6a6f59;
}
footer {
  background-color: #dbc9aa;
  position: fixed;
  bottom: 0;
  width: 100vw;
}
*/
