@charset "UTF-8";
body {
	margin: 0px;
	font-family: forma-djr-text, sans-serif;
	font-style: normal;
	font-weight: 200;
	background: rgba(255,255,255,1.00);
    text-align: left;
}
.navbar {
 overflow: hidden;
background-color: rgba(255,255,255,1.00);
}
.navbar a {
	float: center;
	display: block;
	color: rgba(4,4,4,1.00);
	padding: 10px;
	text-decoration: none;
		font-family: typeka, sans-serif;
	font-size: 60px;
	font-weight: 900;
	letter-spacing: 10px;
}
.navbar a:hover {
  background-color: rgba(0,0,0,1.00);
	color: rgba(255,255,255,1.00);
}
.active {
  background-color: rgba(255,0,1,1.00);
	/*margin: 0px 0px;*/
}
.titulo h1 {
	color: rgba(0,0,0,1.00); 
	font-size: 30px; 
	line-height: 30px;
	padding: 0px 10px;
}
.titulo p {
	color: rgba(0,0,0,1.00); 
	padding: 0px 20px 0px;
	font-size: 30px; 
	line-height: 40px;
}
.barraum {
	padding-top: 0px;
	text-align: center;
	margin: 1%;
}
.newspaper {
  column-width: 500px;
  column-gap: 50px;
font-family: forma-djr-text, sans-serif;
font-style: normal;
font-weight: 900;	
font-size: 25px;
	line-height: 150%;
	margin-left:5%; 
	margin-right: 5%;
	    text-align: justify;
		}

/*.linkbar p {
  font-size: 20px;
  line-height: 30px;
 margin-top: 0px;
	padding: 0px 20px 0px;
	color: rgba(185,12,95,1.00);
}
.linkbar a:link {
  color: rgba(185,12,95,1.00);
  background-color: transparent;
  text-decoration: underline palegreen; 
}
.linkbar a:visited {
  color: rgba(185,12,95,1.00);
  background-color: transparent;
  text-decoration: none;
}

.linkbar a:hover {
  color: darkviolet;
  background-color: transparent;
  text-decoration: none;
}
.linkbar a:active {
  color: rgba(185,12,95,1.00);
  background-color: transparent;
  text-decoration: none;
}*/
@media screen and (max-width: 1200px) {
  body{ 
	  margin: 0px;
	  font-size: 15px;
	}
	.navbar a {
    float: none;
    display: block;
	font-size: 25px;
	padding: 7px 10px;
  }
	.titulo h1 {
	color: rgba(185,12,95,1.00); 
	font-size: 15px; 
	line-height: 35px;
	padding-top: 0px;
}
    .titulo p {
	padding-bottom: 10px; 
	font-size: 15px; 
	line-height: 20px;
}
	.barraum {
	max-height: 100%;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	margin-top: 10px;
	padding-top: 0px;
}
	.newspaper {
  column-width: auto;
  column-gap: 1%;
font-family: forma-djr-text, sans-serif;
font-style: normal;
font-weight: 900;	
font-size: 20px;
	line-height: 130%;
	margin-left:80px; 
	margin-right: 80px;
		}

	/*.linkbar p {
  font-size: 15px;
  line-height: 20px;
 margin-top: 0px;
 color: rgba(185,12,95,1.00);
}
.linkbar a:link {
  color: rgba(185,12,95,1.00);
  background-color: transparent;
  text-decoration: underline palegreen;
 
}

.linkbar a:visited {
  color: rgba(185,12,95,1.00);
  background-color: transparent;
  text-decoration: none;
}

.linkbar a:hover {
  color: darkviolet;
  background-color: transparent;
  text-decoration: none;
}

.linkbar a:active {
  color: rgba(185,12,95,1.00);
  background-color: transparent;
  text-decoration: none;
}*/
	
	 }
