@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Playfair+Display:ital,wght@1,400;1,500&family=Poppins:wght@300;400;500;600;700&display=swap");
:root {
  --montserrat: "Montserrat", sans-serif;
  --lato: "Lato", sans-serif;
  --cor-fonte-1: #41403e;
  --cor-fonte-2: #acacac;
  --cor-fonte-3: #202020;
  --cor-fonte-4: #ececec;
  --cor-fonte-5: #c9c9c9;
  --cor-fonte-6: #dedede;
  --cor-fonte-7: #9d9d9d;
  --cor-fonte-8: #333333;
  --cor-fonte-9: #666666;
  --cor-fonte-10: #8f8e8e;
  --cor-bg-1: #FFFCF6;
  --cor-bg-2: #566B54;
  --cor-bg-3: #122E39;
  --cor-bg-4: #F6F6F6;
  --cor-bg-5: #DADADA;
  --cor-bg-6: #F8F6F1;
  --cof-bg-7: #D7DBE0;
  --altura-header: 183px;
  --max-width-container: 86%;
}

form ::-webkit-input-placeholder {
  /* Edge */
  opacity: 1;
}
form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 1;
}
form ::placeholder {
  opacity: 1;
}

#nome-designer .titulo-secao {
  font-size: 13px;
  font-weight: 500;
  color: var(--cor-fonte-10);
  text-transform: uppercase;
  letter-spacing: 0;
}

#nota-designer {
  line-height: 18px;
}
#nota-designer span {
  font-size: 15px;
  font-weight: 400;
  color: var(--cor-fonte-9);
  line-height: 18px;
}

#linha-designer ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
#linha-designer ul li a {
  max-width: 100%;
}
#linha-designer ul li a .imagem {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 275px;
  height: 275px;
  max-width: 100%;
  background-color: #fff;
  border: 1px solid #eee;
  margin-bottom: 18px;
}
#linha-designer ul li a .imagem img {
  width: 80%;
  height: 60%;
  object-fit: contain;
}
#linha-designer ul li a .nome {
  font-size: 14px;
  font-weight: 500;
  color: black;
  display: block;
  text-align: center;
  margin-bottom: 7px;
}
#linha-designer ul li a .sigla {
  font-size: 11px;
  font-weight: 600;
  color: var(--cor-fonte-7);
  display: block;
  text-align: center;
  margin-bottom: 16px;
}

#sobre-designer {
  background-color: #FCFAF5;
  padding: 62px 0;
}
#sobre-designer .foto-designer {
  max-width: 200px;
  max-height: 200px;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
#sobre-designer .foto-designer img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
#sobre-designer .info span {
  font-size: 13px;
  font-weight: 400;
  color: var(--cor-fonte-10);
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 12px;
}
#sobre-designer .info .titulo-secao {
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 16px;
}
#sobre-designer .info .titulo-secao hr {
  margin-left: 0;
}
#sobre-designer .info p {
  font-size: 12px;
  line-height: 14px;
  color: var(--cor-fonte-9);
}

/* MOBILE */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) */
/* Large devices (desktops, 992px and up) */
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  #nome-designer .container, #nota-designer .container, #linha-designer .container, #sobre-designer .container {
    max-width: 992px !important;
  }
}

/*# sourceMappingURL=linha.css.map */
