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

#area-menu-noticias {
  background-color: var(--cor-fonte-4);
}
#area-menu-noticias #menu-noticias {
  overflow: hidden;
}
#area-menu-noticias #menu-noticias ul {
  height: 60px;
}
#area-menu-noticias #menu-noticias ul li a {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--cor-fonte-1);
}

#lista-noticias .container {
  max-width: 1170px !important;
}
#lista-noticias li {
  margin-bottom: 60px;
}
#lista-noticias li a {
  width: 370px;
  height: 325px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
#lista-noticias li a .imagem {
  display: block;
  width: 100%;
  height: 200px;
}
#lista-noticias li a .imagem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#lista-noticias li a .data {
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--cor-fonte-7);
}
#lista-noticias li a h3 {
  font-weight: 600;
  font-size: 15px;
  max-width: 235px;
  color: var(--cor-fonte-1);
}

/* MOBILE */
@media (max-width: 767px) {
  #area-menu-noticias #menu-noticias {
    position: relative;
    height: 25px;
  }
  #area-menu-noticias #menu-noticias .chevron {
    position: absolute;
    top: 0px;
    width: 25px;
    right: 10px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 50;
    background-color: var(--cor-bg-5);
  }
  #area-menu-noticias #menu-noticias .chevron img {
    transition: 0.5s;
  }
  #area-menu-noticias #menu-noticias.open {
    height: auto;
  }
  #area-menu-noticias #menu-noticias.open .chevron img {
    transform: rotate(180deg);
  }
  #area-menu-noticias #menu-noticias ul {
    height: auto;
  }
  #area-menu-noticias #menu-noticias ul li {
    height: 25px;
  }

  #lista-noticias li {
    max-width: 310px;
    width: 100%;
  }
  #lista-noticias li a {
    width: 100%;
  }
  #lista-noticias li a .imagem {
    height: 165px;
  }
}
/* 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) */

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