html{
	overflow-x: hidden !important;
	scroll-behavior: smooth;
	font-family: 'helvetica',sans-serif;
}
:root {
  --verde: #0d1f4f;
  --branco: #ffffff;
  --preto: #4a524f;
  --cinza: #ececec;
}


body{
	padding: 15px !important;
	background-color: #ececec !important;
}

.branco{
	color:var(--branco) !important;
}
.verde{
	color:var(--verde) !important;
}
.preto{
	color:var(--preto) !important;
}
.cinza{
	color:var(--cinza) !important;
}

.vertical-center {
  display: flex;
  align-items: center;
}
.vertical-bottom{
  display: table;
  vertical-align: bottom;
}
a{
	color: var(--verde);
	text-decoration: none !important;
}
a:hover{
	color: var(--preto) !important;
	text-decoration: none !important;
}

.container{
	background: var(--branco);
	max-width: 800px;
}

h1{
	font-size: 30px;
	line-height: 35px;
	font-weight: bold;
	color: var(--verde);
	margin-bottom: 25px;
}
h2{
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: var(--preto);
	margin-bottom: 25px;
}
.editoria{
	background-color:#01b8a4;
	color: #fff;
	display: inline-block;
	margin-bottom: 15px;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 12px;
}
.texto{
	font-size: 15px;
	line-height: 20px;
	color: var(--preto);
	text-align: justify;
}

.copyright{
	font-size: 12px;
	line-height: 20px;
	color: #999;
	text-align: center;
}


.box{
	background-color: #efefef;
	font-size: 16px;
	line-height: 22px;
	color: var(--preto);
	padding: 25px;
}
.box h2{
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: var(--verde);
	margin-bottom: 25px;
}

.legenda{
	padding: 25px;
	font-size: 11px;
	line-height: 12px;
}
