
.subtitle {
  color: white;
  font-family: "Fredoka", sans-serif;
  text-shadow: 1px 1px 1px #000, 3px 3px 5px rgb(0, 0, 3);
}

hr.content-divider {
  max-width: 75px;
  height: 5px;
}

/**************************************************************************************************/
/***************************************[ BANNER ]*************************************************/
/**************************************************************************************************/

.fundo-banner-image {
  background-image: url(../img/business.png);
}

.fundo-h1 {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 20px;
  color: var(--primary);
}

/**************************************************************************************************/
/*********************************[ PAGINA EM CONSTRUÇÃO ]*****************************************/
/**************************************************************************************************/

.em-construcao {
  align-items: center;
  display: flex;
  justify-content: center;
}
