@import url("./fonts.css");

:root {
  --p-primary: #f7ede5;
  --p-secondary: #d8af9d;
  --p-alternative: #866e42;

  --primary: #f7ede5;
  --secondary: #d8af9d;
  --alternative: #866e42;

  --text-primary: #000;
  --text-secondary: #fff;
  --text-photo: #c9cca4;

  --gradiente: linear-gradient(45deg, #856d41, #fce8b6);

  --espace-one: &nbsp;
  --espace-two: &ensp;
  --espace-three: &emsp;
  /* --espaco-recuo: &nbsp;&nbsp;&nbsp;&nbsp; */
}

/* html {
    scroll-behavior: smooth;
} */

* {
  font-family: "Montserrat";
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none !important;
  color: var(--text-primary);
  font-weight: 700;
}

p {
  hyphens: auto;
}

a:hover {
  text-decoration: none !important;
}

hr {
  margin: 10px 0 !important;
}

footer {
  background-color: #5b4c2f;
  padding: 8px 0;
}

footer h3 {
  font-size: 1.5em;
  margin-bottom: 0.5em;
}

footer a {
  color: var(--p-secondary);
}

footer .foot-end {
  /* margin: 20px 0px 20px 0px; */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 50px;
}

footer span {
  font-weight: bold;
  color: var(--p-primary);
}

footer #logo-foot {
  background-image: url(../assets/img/logo2.png);
}

footer .center-obj {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* max-width: 20%; */
  color: var(--text-tertiary);
}

footer .logo-foot-img {
  height: 180px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  /* margin: 20px 0; */
}

div.box__copyright {
  color: #fff;
  text-align: center;
  padding: 0px;
}
