/*----font awesome -------*/
@import url("../fonts/font-awesome-4.7.0/css/font-awesome.min.css");

body {
  /* margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-family: "Roboto", sans-serif;
  min-height: 100vh;
  background-color: #222222; */
}

main{
  background-color: #eee;
  min-height: calc(100vh - 150px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 30px 0;
}
@media (max-width: 992px) {
  main{
  /* min-height: 100px; */
  /* height: 100vh !important; */
  }
}

a,a:hover{
  text-decoration: none;
  color: unset;
}


h6,
h5,
h4,
h3,
h2,
h1,
p,
b,
span,
strong,
label,
input,
textarea,
td,
tr,
th {
  font-family: "Roboto", sans-serif;
  margin: 0;
}

h2,h5 {
  margin: 20px 0;
  text-align: center;
}

.fundo {
  max-width: 100%;
  /* min-height: calc(100vh - 150px); */
  /* padding: 1.5rem 0; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #eee;
  /* background-image: linear-gradient(
      45deg,
      rgba(0, 0, 0, 0.06) 25%,
      transparent 0
    ),
    linear-gradient(-45deg, rgba(0, 0, 0, 0.06) 25%, transparent 0),
    linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.06) 0),
    linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.06) 0); */
  background-size: 24px 24px;
  background-position: 0 0, 0 12px, 12px -12px, -12px 0;
}
