@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;
}

.lista-projetos .container {
  max-width: 1170px !important;
}
.lista-projetos .container.topo {
  max-width: 630px !important;
}
.lista-projetos .topo {
  margin-bottom: 40px;
}
.lista-projetos .topo .titulo-secao {
  font-size: 29px;
  font-weight: 500;
  color: var(--cor-fonte-8);
  letter-spacing: 0;
  padding-top: 40px;
  margin-bottom: 15px;
}
.lista-projetos .topo .frase {
  font-size: 11px;
  font-weight: 400;
  line-height: 14px;
  color: var(--cor-fonte-7);
  text-align: center;
}
.lista-projetos li {
  margin-bottom: 70px;
}
.lista-projetos li a {
  line-height: normal;
  max-width: 370px;
  width: 100%;
  height: 375px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
.lista-projetos li a .imagem {
  display: block;
  width: 100%;
  height: 200px;
  margin-bottom: 25px;
}
.lista-projetos li a .imagem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lista-projetos li a .ano {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--cor-fonte-10);
}
.lista-projetos li a h3 {
  font-size: 18px;
  font-weight: 500;
  color: black;
  text-transform: uppercase;
  margin-bottom: 0;
}
.lista-projetos li a .local {
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  color: black;
}
.lista-projetos li a .linhas {
  font-size: 11px;
  font-weight: 500;
  text-transform: none;
  color: var(--cor-fonte-7);
  margin-bottom: 22px;
}

.detalhes-porjeto {
  margin-top: 45px;
  margin-bottom: 45px;
}
.detalhes-porjeto .container {
  max-width: 1040px !important;
}
.detalhes-porjeto .identificacao {
  line-height: normal;
  margin-bottom: 60px;
}
.detalhes-porjeto .identificacao .ano {
  font-size: 11px;
  font-weight: 500;
  color: var(--cor-fonte-10);
  margin-bottom: 5px;
}
.detalhes-porjeto .identificacao h3 {
  font-size: 18px;
  font-weight: 500;
  color: black;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.detalhes-porjeto .identificacao .local {
  font-size: 13px;
  font-weight: 500;
  color: black;
  text-transform: uppercase;
}
.detalhes-porjeto .creditos {
  line-height: normal;
}
.detalhes-porjeto .creditos .col-12 {
  padding-top: 18px;
  min-height: 140px;
}
.detalhes-porjeto .creditos .col-12:first-child {
  border-right: 1px solid var(--cor-fonte-6);
}
.detalhes-porjeto .creditos h4 {
  font-size: 14px;
  font-weight: 500;
  color: var(--cor-fonte-1);
  text-transform: uppercase;
}
.detalhes-porjeto .creditos span {
  font-size: 12px;
  color: var(--cor-fonte-7);
  letter-spacing: 1px;
  font-weight: 500;
}

.conteudo-projeto .container {
  padding-bottom: 90px;
  max-width: 1040px !important;
}

#linhas {
  padding-bottom: 70px;
}
#linhas .container {
  background-color: transparent;
  max-width: 1170px !important;
}
#linhas .container.borda {
  border-bottom: 2px solid var(--cor-bg-5);
}
#linhas .container.borda.top {
  border-top: 2px solid var(--cor-bg-5);
}
#linhas .topo {
  margin-top: 90px;
  margin-bottom: 90px;
}
#linhas .swipper-linhas {
  margin-bottom: 90px;
}
#linhas .swipper-linhas .swiper-slide {
  margin-right: 30px;
}
#linhas .swipper-linhas .swiper-slide:last-child {
  margin-right: 0;
}

/* MOBILE */
@media (max-width: 992px) {
  #linhas .swipper-linhas .swiper-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  #linhas .swipper-linhas .swiper-slide {
    margin-right: 0px;
    margin-bottom: 50px;
    height: auto;
  }
}
/* 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) {
  #banner .swiper-slide > img {
    max-height: 675px;
  }
}
@media (min-width: 1367px) {
  #banner .swiper-slide > img {
    max-height: none;
  }
}

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