@font-face {
  font-family: Gotham;
  src: url(../Fontes/gotham.otf) format("opentype");
}

@import url(https://fonts.googleapis.com/css?family=Montserrat);

.linha1,
.linha2 {
  text-align: justify;
}

body {
  background-color: #929595;
  height: 100%;
  display: block;
  margin: 0;
  font-family: Gotham;
}

/*Links do header*/

#divLinksDireita {
  display: flex;
  flex-direction: row;
}

#imgLogoNav {
  width: 100px;
}

nav #divNavlinks {
  display: flex;
  flex-direction: column;
}

a {
  text-decoration: none;
  color: rgb(0, 0, 0);
}

/*Espaço do header*/
header {
  z-index: 700;
  top: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  background-color: #8d281d;
  text-transform: lowercase;
  font-weight: 900;
}

.active {
  z-index: 700;
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  background-color: #8d281d;
  text-transform: lowercase;
  font-weight: 900;
  position: -webkit-sticky;
  position: fixed;
  top: 0;
}

header #divLinksHeader a {
  cursor: pointer;
}

/*3 partes do header centralizadas e em linhas*/
header #divLinksHeader,
#divLinkDireita,
#divLogoEMenu {
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

/*Logo da pagina na esquerda*/
header #logoBHUB {
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  width: 70px;
  height: 70px;
  margin-left: 40px;
  margin-top: 8px;
  margin-bottom: 8px;
}

/*Partes do meio do header*/
header .link-header {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 25px;
  padding-right: 25px;
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-size: 20px;
  transition: 0.2s;
}

/*Imagens da parte direita do header*/
header #divLinksDireita img {
  height: 50px;
  margin-right: 40px;
}


/*Header acaba aqui*/

/*Começa o body do site*/
/*VIDEO*/
.video-hero #conteudo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1080px;
  align-items: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.video-hero #conteudo h1 {
  z-index: 2;
  color: white;
  font-size: 7vw;
  position: relative;
}

#conteudo span:before {
  z-index: 2;
  position: relative;
  content: "hub";
  color: white;
  animation: BHUB 10s infinite backwards;
}

.bhub {
  display: flex;
}

.linha_tablet,
.linha_tablet2 {
  display: none;
}

.linha_cel {
  display: none;
}

/* Começo contato*/

.contato {
  width: auto;
  background-color: #f6e1c3;
}

.titulo {
  padding: 1.5rem;
  margin: 0;
  font-size: 3.1rem;
  position: block;
  text-align: center;
}

.titulo4 {
  color: black;
  font-size: 3.1rem;
  position: absolute;
  margin-left: 800px;
}

.linha_contato {
  display: flex;
  flex-direction: row;
}

.linha_contato h2 {
  color: black;
  font-size: 1.8rem;
}

.inputs {
  display: flex;
  flex-direction: column;
  margin-top: 200px;
}

input {
  font-size: 20px;
}

.contato input,
.contato textarea {
  width: 700px;
  height: 50px;
  margin-left: 100px;
}

.inputs h2 {
  margin-left: 100px;
  font-size: 20px;
}

#mensagem {
  height: 250px;
}

.inputs button {
  min-width: 150px;
  max-width: 300px;
  margin-left: 50px;
  height: 50px;
  background-color: #8d281d;
  border-color: rgba(0, 0, 0, 0.534);
  border-radius: 10px;
  margin-top: 30px;
  color: rgb(255, 255, 255);
  font-size: 35px;
  cursor: pointer;
}

.inputs button p {
  margin-top: 0px;
}

#response {
  color: rgb(0, 0, 0);
  font-size: 30px;
  height: 100px;
  margin-left: 285px;
  margin-top: 25px;
}

#envio {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin-top: 20px;
  justify-content: center;
  align-items: center;
  margin-left: 100px;
}

/* Footer */

#footer {
  background-color: #8d281d;
  height: 120px;
  justify-content: space-around;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#bhubFooter {
  height: 60px;
  width: 70px;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}

#footer p {
  color: white;
  text-decoration: none;
}

#footer #footerLogos {
  justify-self: flex-end;
}

#footer #footerLogos img {
  margin-left: 20px;
  width: 45px;
}

#footer #footerLogos #footer_logo {
  margin-left: 40px;
}

#contatos h1 {
  font-size: 1.7rem;
}

#politica a {
  color: white;
}



/*// COMEÇO DOS CARDS//*/

* {
  box-sizing: border-box;
}
h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}
.row {
  max-width: 900px;
  margin: 50px auto 0;
}
.card {
  float: left;
  padding: 0 1.7rem;
  width: 450px;
}
.card .menu-content {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.card .menu-content::before,
.card .menu-content::after {
  content: "";
  display: table;
}
.card .menu-content::after {
  clear: both;
}
.card .menu-content li {
  display: inline-block;
}
.card .menu-content a {
  color: #fff;
}
.card .menu-content span {
  position: absolute;
  left: 50%;
  top: 0;
  font-size: 10px;
  font-weight: 700;
  font-family: "Open Sans";
  transform: translate(-50%, 0);
}
.card .wrapper {
  top: 10%;
  background-color: #fff;
  min-height: 540px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2);
}
.card .wrapper:hover .data {
  transform: translateY(0);
}

.card .data {
  position: absolute;
  bottom: 0;
  width: 100%;
  transform: translateY(calc(200px + 1em));
  transition: transform 0.3s;
}
.card .data .content {
  padding: 1em;
  position: relative;
  z-index: 1;
}

.card .title {
  font-weight: 550;
  margin-top: 10px;
  text-align: center;
}
.card .text {
  height: 200px;
  text-align: center;
  margin: 0;
}
.card input[type="checkbox"] {
  display: none;
}
.card input[type="checkbox"]:checked + .menu-content {
  transform: translateY(-60px);
}

/*// FIM DOS CARDS //*/
.example-1 .date {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #77d7b9;
  color: #fff;
  padding: 0.8em;
}
.example-1 .date span {
  display: block;
  text-align: center;
}
.example-1 .date .day {
  font-weight: 700;
  font-size: 24px;
  text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.18);
}
.example-1 .date .month {
  text-transform: uppercase;
}
.example-1 .date .month,
.example-1 .date .year {
  font-size: 12px;
}
.example-1 .content {
  background-color: #fff;
  box-shadow: 0 5px 30px 10px rgba(0, 0, 0, 0.3);
}
.example-1 .title a {
  color: #808080;
}
.example-1 .menu-button {
  position: absolute;
  z-index: 999;
  top: 16px;
  right: 16px;
  width: 25px;
  text-align: center;
  cursor: pointer;
}
.example-1 .menu-button span {
  width: 5px;
  height: 5px;
  background-color: #808080;
  color: #808080;
  position: relative;
  display: inline-block;
  border-radius: 50%;
}
.example-1 .menu-button span::after,
.example-1 .menu-button span::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: currentColor;
  position: absolute;
  border-radius: 50%;
}
.example-1 .menu-button span::before {
  left: -10px;
}
.example-1 .menu-button span::after {
  right: -10px;
}
.example-1 .menu-content {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  transition: transform 0.3s;
  transform: translateY(0);
}
.example-1 .menu-content li {
  width: 33.333333%;
  float: left;
  background-color: #77d7b9;
  height: 60px;
  position: relative;
}
.example-1 .menu-content a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
}
.example-1 .menu-content span {
  top: -10px;
}

#local {
  display: table;
  margin-left: 10%;
  margin-top: 10%;
}

#contatos {
  max-width: fit-content;
  justify-content: center;
  text-align: center;
  color: black;
}

#contatos a {
  color: black;
}

/*Letreiro*/

.Letreiro {
  background-color: black;
  height: 800px;
  width: 100%;
}

.Letreiro h1 {
  color: white;
  margin-top: -500px;
  margin-left: 35%;
  font-size: 7rem;
  font-family: alongsans;
}

.Letreiro video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#btnMenuHamburguer {
  display: none;
}

/*Projetos*/
#Projetos {
  width: auto;
  padding-bottom: 100px;
  background-color: #f6e1c3;
}

.linhaCard {
  margin-top: -20px;
  padding-bottom: 100px;
  display: flex;
  justify-content: center;
}


