@import url('https://fonts.googleapis.com/css2?family=Momo+Signature&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  padding: 0;
  margin: 0;
  font-family: poppins;
}


header {
  font-size: 30px;
  background-color: rgb(78, 0, 78);
  color: white;
  display: flex;
  height: 140px;
  justify-content: space-between;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
}

header nav a:first-child {

  color: #999999;
}

header nav a:hover {
  color: #999999;
  transition: 0.3s;
}

.logo {
  position: relative;
  color: #eee;
  display: flex;
}

header nav {
  display: flex;
  gap: 60px;
}


header nav a {
  font-size: 20px;
  font-weight: 600;
  color: white;
  text-decoration: none;
}

.icones-header {
  display: flex;
  gap: 20px;
}
.icones-header img:hover {
  transform: scale(1.2);
  opacity: 0.8;
}

.icones-header a {
  outline: none;
  box-shadow: none;
  text-decoration: none;
}
.icones-header img {
  height: 28px;
}

/* alterar hoover login */
.icones-header a:last-child img:hover {
  transform: scale(1.3);
  filter: drop-shadow(0 0 5px white);
}


/* logooo */
.logo img {
  width: 220px;
  height: 125px;
}

main {
  display: flex;
  padding: 30px 50px;
}

#primeira-secao-noticias {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

#primeira-secao-noticias article:hover{
  transition: 0.1s;
  transform: scale(1.1);
}

.secao-2 {
  display: flex;
  justify-content: space-between;
}

.secao-2 img {
  height: 130px;
  border-radius: 20px;
}

main section:first-child {
  width: 60%;
  padding-right: 50px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

main section:nth-child(2) {
  width: 20%;
  padding: 0 50px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

main section:nth-child(3) {
  width: 20%;
  padding: 0 50px;
}

.btn-saiba-mais {
  margin-top: 30px;
}

.margin-alinhar img {
  margin-top: 22px;
}

.cor-roxa {
  color: #5D043F;
}

.noticia-principal h2 {
  background-color: #5d043f39;
  border-radius: 20px;
  font-size: 30px;
  color: #5D043F;
  width: 500px;
  height: 180px;
}

.noticia-grupo-1 p {
  margin-right: 20px;
}

.noticia-principal {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
  cursor: pointer;
}

.noticia-principal:hover{
  transition: 0.1s;
  transform: scale(1.1);
  font-weight: 500;
}

.noticia-principal ul {
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.noticia-principal ul li {
  font-size: 15px;
  font-weight: 300;
  padding-bottom: 5px;
}

.noticia-principal ul li::marker {
  color: #ff0000;
}


.cor-vermelha {
  color: rgb(254, 0, 0);
}

.cor-roxa {
  color: rgb(45, 0, 45);
}

.cor-yellow {
  color: yellow;
}

.cor-verde {
  color: green;
}

.cor-azul {
  color: blue;
}

.cor-azescuro {
  color: rgb(12, 12, 107);
}

.cor-marrom {
  color: rgb(59, 18, 0);
}

.btn-saiba-mais {
  background-color: #c90303;
  color: white;
  border: none;
  padding: 6px 40px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 600;
}

.btn-saiba-mais:hover{
  transition: 0.1s;
  transform: scale(1.1);
  color: rgb(255, 0, 0);
}


#primeira-secao-noticias article img {
  width: 130px;
  border-radius: 20px;
  font-size: 2px;
}

#primeira-secao-noticias article {
  font-size: 14px;
}

/* ESTILOS PARA SEGUNDA SEÇÃO */
main section:nth-child(2) article {
  width: 100%;
}

main section:nth-child(2) article:hover{
  transition: 0.1s;
  transform: scale(1.1);
  font-weight: 500;
  cursor: pointer;
}

main section:nth-child(3) article {
  width: 100%;
}

main section:nth-child(3) article:hover{
  transition: 0.1s;
  transform: scale(1.1);
  font-weight: 500;
  cursor: pointer;
}



/* footer */
footer {
  position: relative; /* referência para a imagem */
  background-color: rgb(78, 0, 78);
  color: white;
  padding: 20px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .news-header {
  position: absolute;
  right: 20px;
  width: 250px;
}

footer p {
  position: absolute;
  left: 20px;
  font-size: 8px;
}

.logos-footer{
  display: flex;
  align-items: center;
  cursor: pointer;
}

.logos-footer :hover{
  transform: scale(1.1);
}
/* Responsividade TABLET E MOBILE*/
@media (max-width: 1024px) {
  main {
    flex-direction: column;
    padding: 20px;
  }

  main section {
    width: 100% !important;
    padding: 20px 0 !important;
    border: none !important;
  }

  #primeira-secao-noticias {
    flex-wrap: wrap;
    gap: 20px;
  }

  #primeira-secao-noticias article {
    width: 48%;
  }
}

@media (max-width: 600px) {

  /* HEADER */
  header {
    flex-direction: column;
    gap: 15px;
    height: auto;
    padding: 20px;
  }

  header nav {
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
  }

  header nav a {
    font-size: 14px;
  }

  .logo img {
    width: 180px;
    height: auto;
  }

  /* MAIN */
  main {
    padding: 15px;
  }

  .noticia-principal h2 {
    width: 100%;
    height: auto;
    font-size: 22px;
    padding: 15px;
  }

  .noticia-principal ul li {
    font-size: 14px;
  }

  #primeira-secao-noticias {
    flex-direction: column;
  }

  #primeira-secao-noticias article {
    width: 100%;
  }

  #primeira-secao-noticias article img {
    width: 100%;
  }

  .secao-2 {
    flex-direction: column;
    gap: 20px;
  }

  .secao-2 img {
    width: 100%;
    height: auto;
  }

  /* REMOVE SCALE NO MOBILE */
  article:hover,
  .noticia-principal:hover {
    transform: none !important;
  }

  /* FOOTER */
  footer {
    flex-direction: column;
    height: auto;
    gap: 10px;
    padding: 20px;
  }

  footer .news-header {
    position: static;
    width: 180px;
  }

  footer p {
    position: static;
    font-size: 10px;
    text-align: center;
  }

  .logos-footer {
    gap: 15px;
  }
}


/* alterações */
a {
    text-decoration: none;
    color: inherit;
}