/* geral */

.extra {
  background: none;
  background-color: ghostwhite;
  color: black;
}

.extra  a {
    color: black;
  }

.extra a:hover {
    color: black;
  }

.extra a:active {
    color: black;
  }

.extra a:visited {
    color: black;
  }

.extra .linhapequena {
  border: 3px solid ghostwhite;
  border-bottom: 0;
  border-top: 80px solid black;
  background-color: black;
}

.extra .tracinho {
  background-color: black;
}

/* header */



.como {
  text-transform: uppercase;
  width: fit-content;
  border: 2px solid black;
  outline: 4px solid white;
  line-height: 0.8;
  font-size: 80%;
  letter-spacing: 5px;
  color:black;
  background-color:white;
  margin: 4px;
  animation-delay: 1.6s;
}

.como a {
  color: black;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 1em;
  transition: 0.3s;
}

.como a:hover {
  text-decoration: none;
  color: white;
  background-color: black;
}


/* conteudo */

.extra .card:nth-of-type(odd) .blog-date:before,
.extra .card:nth-of-type(even) .blog-date:after {
   border: 4px solid black;
}

.extra .card:nth-of-type(even) .blog-date:before {
  background: black;
}

.extra .card:nth-of-type(odd) .blog-date:after {
  background: black;
}

.extra .card .card-body .link-post:before {
border: 4px none black;
}

.card:nth-of-type(even) .card-body .link-post:before {
  left: 22px;
  transition: 0.15s;
}


.card .card-body:hover .link-post:before {
  background:  crimson;


}





.card img {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}

.blog-date {
  display: flex;
  margin: 0;
  text-transform: uppercase;
  font-weight: 300;
  color: crimson;
}

.card:nth-of-type(odd) .blog-date {
  justify-content: flex-end;
}

.tags {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 800;
  font-size: 120%;
  color: #598c9f;
  padding: 0 4em;
  margin: 0 -16px 0 -12px;
}

.tracinho {
  width:4px;
  background-color: white;
  height: auto;
  border: 0;
  padding: 0;
  margin: 0;
}

.tracinho:nth-of-type(even) {
  width:0;
}

.tracinho:nth-last-of-type(1) {
  margin-right: calc(50% - 4px);
}



/*   footer */

.extra #footer {
  border-color: black;
  border: solid black 12px;
  background: ghostwhite;
}

#footer:hover:after  {
  background: crimson;
}

.extra #footer:before {
  border: 3px solid ghostwhite;
  border-bottom: 100px solid black;
  background-color: black;
  border-top: 0;
}

.extra.interior #footer:before {
  border: 3px solid ghostwhite;
  border-bottom: 50px solid black;
  border-top: 0;
}

.extra #footer:after {
  border: 4px solid black;
}

.extra #listing-footer a {
  color: black;
}

#footer a:hover, #footer a:focus, #footer a:active {
  text-decoration: none;
  color: crimson;
}

.extra .social {
  border-top: solid black 4px;
}

.interior .social {
  border: none;
}

.extra .logo img {
  filter: invert(1);
}

.extra .linhapequena {
  border-top: 40px solid black;
}

.extra .logo a:after {
  border: 4px solid black;
}

.e-content a {
  color: #D6E8FA;
}

.e-content a:hover {
  color: #598c9f;

}

#grav-login {
  color: black;
  margin: 0 auto;
  border: 0;
  border-radius: 0;
}
