@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Nunito+Sans:wght@300;600&family=Roboto:ital,wght@0,400;1,500;1,700&display=swap');
body {
  background-color: #004984;
}
.imgs {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (max-width: 500px) {
  .ufs {
    width: 33%;
    height: 18%;
    margin: 2%;
  }
  .ccv {
    width: 33%;
    height: 17%;
    margin: 2%;
    margin-top: 4%;
  }
}
@media (min-width: 501px) {
  .ufs {
    width: 15%;
    height: 18%;
    margin: 2%;
  }
  .ccv {
    width: 15%;
    height: 17%;
    margin: 2%;
    margin-top: 4%;
  }
}
.titulo {
  color: white;
  font-family: 'Bebas Neue', cursive;
  text-align: center;
  font-size: 48px;
}
.titulo-2 {
  color: white;
  font-family: 'Bebas Neue', cursive;
  text-align: center;
  font-size: 30px;
}
.conc-anterior{
  text-align: center;
  margin: 5% 0;
}
.conc-anterior-text{
  color: white;
  font-family: 'Bebas Neue', cursive;
  
  font-size: 30px;
}
.content {
  display: flex;
  flex-direction: row;
  padding: 1%;
  justify-content: center;
}
.banners {
  display: flex;
  flex-direction: column;
  margin: 1%;
  width: 34%;
}
.noticias {
  display: flex;
  flex-direction: row;
  margin: 1%;
  width: 100%;
  flex-wrap: wrap;
}
.titulo-noticia {
  color: black;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  font-size: x-large;
  font-weight: 400;
  margin-bottom: 1%;

}
.conteudo-noticia {
  color: black;
  font-family: 'Nunito Sans', sans-serif;
  text-align: justify;
  font-size: 20px;
  font-weight: 300;
  padding: 2%;
}
.rodape-noticia {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: auto;
}
.data-noticia {
  align-self: flex-end;
  margin-left: auto;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
}
.noticia {
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  background-color: rgb(255, 255, 255);
  padding: 2%;
  margin: 1% 1%;
  border-radius: 4px;
  flex: 41%;
  display: flex;
  flex-direction: column;
}
a {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
  text-decoration: none;
}
.chip {
  display: inline-block;
  height: 32px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6);
  line-height: 32px;
  padding: 0 12px;
  border-radius: 16px;
  font-family: 'Nunito Sans', sans-serif;
  background-color: #e4e4e4;
  margin-bottom: 5px;
  margin-right: 5px;
  flex: 100%;
}
.chip .download {
  cursor: pointer;
  float: right;
  font-size: 16px;
  line-height: 32px;
  padding-left: 8px;
}

.box-cookies.hide {
  display: none !important;
}

.box-cookies {
  flex-direction: column;
  position: fixed;
  background: #fff;
  box-shadow: 0px 2px 20px 10px rgba(222, 222, 222, 0.25);
  width: calc(100% - 40px);
  z-index: 998;
  bottom: 10px;
  max-width: 300px;
  line-height: 250%;
  left: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-clip: border-box;
  border: 1px solid #d2d2dc;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
  -moz-box-shadow: 0px 0px 5px 0px rgba(212, 182, 212, 1);
  box-shadow: 0px 0px 5px 0px rgb(161, 163, 164);
}

.box-cookies .msg-cookies {
  text-align: justify;
  padding-top: 10px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 10px;
  color: rgb(79, 79, 79);
  line-height: 1.8;
  font-size: 13px;
  font-weight: 600;
  font-family: Verdana, sans-serif;
}

.box-cookies .btn-cookies {
  width: 40%;
  background: #336;
  border: none;
  color: #ffffff;
  font-family: Verdana, sans-serif;
  text-align: center;
  padding: 15px 20px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s ease all;
  border-radius: 5px;
  margin-bottom: 15px;
  font-size: 14px;
}
.box-cookies .btn-cookies:hover {
  background-color: #003395;
}

@media screen and (max-width: 600px) {
  .box-cookies {
    flex-direction: column;
  }
}

.fondo-aviso-cookies {
  display: none;
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  z-index: 99;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}

.fondo-aviso-cookies.activo {
  display: block;
}
.rodape-noticia-2 {
  display: flex;
  flex-direction: row;
}
