:root {
  --cor-0: #eeeeee;
  --cor-1: #ffffff;
  --cor-2: #008080;
  --cor-3: #000000;
}

body {
  background-color: var(--cor-0);
}

header .line-1 {
  background-color: var(--cor-2);
  height: 8px;
}

header .line-2 {
  background-color: var(--cor-1);
  padding: 30px 0;
}

header .line-2 .img-fluid {
  max-width: 180px;
}

header .line-3 {
  background-color: var(--cor-2);
  padding: 4px 0;
}

header .line-3 a {
  text-decoration: none;
  color: var(--cor-1);
  text-transform: uppercase;
  font-family: 'work sans';
  font-weight: 700;
  margin: 0 22px;
}

header .line-3 a:first-child {
  margin-left: 0;
}

main .heads {
  border-bottom: solid 2px #008080;
  margin-bottom: 20px;
  position: relative;
  height: 40px;
  margin-top: 50px;
}

main .heads span {
  text-transform: uppercase;
  font-family: 'work sans';
  font-weight: 700;
  display: inline-block;
  background-image: url(../img/heads.svg);
  background-repeat: no-repeat;
  background-position: center right;
  color: var(--cor-1);
  height: 40px;
  line-height: 40px;
  padding: 0 40px 0 15px;
  position: absolute;
}

.manchete,
.submanchete .foto {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  position: relative;
}

.submanchete {
  display: flex;
  align-items: center;
  height: 100%;
}

.filter {
  position: absolute;
  background: #00000045;
  background: linear-gradient(0deg, rgba(0, 0, 0, .70) 0%, rgba(0, 0, 0, 0.05) 100%);
  width: 100%;
  height: 100%;
  z-index: 2;
}

.submanchete img,
.manchete img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}

.manchete .title {
  position: absolute;
  z-index: 3;
  font-family: 'montserrat';
  font-weight: 700;
  bottom: 10px;
  padding: 0 13px;
  font-size: 1.8rem;
  line-height: 2.1rem;
}

.submanchete .title {
  font-family: 'montserrat';
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.3rem;
}

.manchete .title a {
  color: var(--cor-1);
  text-decoration: none;
}

.submanchete .title a {
  color: var(--cor-3);
  text-decoration: none;
}

.submanchete .title a:hover,
.manchete .title a:hover {
  color: var(--cor-2);
  text-decoration: none;
}

.publicidade {
  font-family: 'montserrat';
  font-size: .5rem;
  letter-spacing: .1rem;
  text-transform: uppercase;
}

footer {
  background-color: var(--cor-2);
  margin-top: 100px;
  padding: 50px 0 10px 0;
}

footer .btn-light {
  color: var(--cor-2);
  font-weight: 600;
  font-size: .8rem;
  text-transform: uppercase;
}