h1 {
    font-size: 20px;
}

.head a {
    color: white;
    text-decoration: none;
}

.head { background-color: #080808;
	display: flex;
	color: #ffffff;
	top: 0;
	padding: 12px;
	z-index: 1;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.head-2 { background-color: #FFFFFF;
	display: flex;
	color: #000000;
	position: sticky;
	border-bottom: 2px solid #000000;
	top: 0;
	z-index: 1;
	padding: 12px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.menu1-head2 { width: 20%;
	text-align: left;
         color: black;
}

.menu2-head2 { width: 60%;
	text-align: center;
         color: black;
}

.menu3-head2 { width: 20%;
	text-align: right;
         color: black;
}

 .menu2-head2 a {
    color: #000000;
    text-decoration: none;
    padding: 6px 0;
	vertical-align: middle;
  }

.foot-fixed { background-color: #080808;
	display: flex;
	color: #ffffff;
	position: fixed;
	bottom: 0;
	padding: 12px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.menu1 { width: 33%;
         color: white;
	
}

.menu2 { width: 50%;
	text-align: center;
         color: white;
}

.menu3 { width: 33%;
	text-align: right;
         color: white;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: black;
}

.banner {
	background-image: url("uploads/bg.webp");
	height: 25vh;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	border-bottom: 3px solid #000000;
	align-content: center;
	text-align: center;
}

.home-1{
	width: 33%;
    color: black;
    padding: 10px;
    text-align: justify;
	background-color: beige;
	margin: 20px;
}

.homes {
	display: flex;
	flex-direction: row;
}

.home-2{
	width: 33%;
    color: black;
    padding: 10px;
    text-align: justify;
	background-color: #e6e6e6;
	margin: 20px;
}

.home-3{
	width: 33%;
    color: black;
    padding: 10px;
    text-align: justify;
	background-color: #f9e2e2;
	margin: 20px;
}

.conteudo-artigo {
	color: black;
    padding: 10px;
    text-align: justify;
}

.menu-icon {
  display: none;
  font-size: 24px;
  cursor: pointer;
  width: 33%;
  text-align: right;
}

.foot {
	background-image: url("uploads/bg.webp");
	height: 20vh;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	border-top: 3px solid #000000;
	align-content: center;
	text-align: center;
}


.hero {
  position: relative;
  height: 250px;
  background: url('uploads/bg.webp') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
  text-align: center;
}