@charset "utf-8";
/* CSS Document */
:root {
  --main-radius: 5px;
  --main-padding: 0px;
}


#Tudo {
	width: 80%;
	/*max-width: 1260px;/*1260px a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	/*min-width: 780px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	/*min-height: 4600px;*/
	height:auto;
	background-color: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
}


body{
/*	background-color:#EFEFEF;
	background-color:#000;*/
	/*background-image:url(/www/Imagens/DEP%20BGp.png);*/
}

body, h1, h2, h3, h4, h5, h6{
/*  font-family: "Inter", sans-serif;*/
  font-family:Verdana, Geneva, sans-serif;
  FONT-SIZE: 12px;
/*  line-height:inherit;*/
  line-height:normal
}
img{
	border-radius: var(--main-radius);
}

H1 {
	MARGIN-TOP: 0px; FONT-SIZE: 210%; FONT-WEIGHT: normal
}
H2 {
	MARGIN-TOP: 10px; MARGIN-BOTTOM: 10px; FONT-SIZE: 180%; FONT-WEIGHT: normal;
}
H3 {
	FONT-SIZE: 120%; FONT-WEIGHT: normal
}
H4 {
	FONT-SIZE: 100%
}
H5 {
	FONT-SIZE: 90%
}
H6 {
	FONT-SIZE: 80%
}

a{
	text-decoration:none;
}

@media (max-width: 600px) {
#Tudo {
	width: 100%;
	height:auto;
	background-color: #FFF;
	margin: 0 auto;
}
	
}
