@charset "UTF-8";

.noto-music-regular {
  font-family: "Noto Music", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body  {
  background-color: #fffff0;
  font-family: gotu, noto serif, californian fb, helvetica, arial;
  font-size: 100%;
  padding-left: 3em;
  padding-right: 2em;
}

.sem_borda  {
	border: none;
    border-collapse: collapse;
}

ul {
  list-style-type: disc;
  margin: 0.9375em;
 }

p {
  text-align: justify;
  text-indent: 2.5em;
}

.caixa {
  background-color: #B0C4DE;
  color: black;
  text-indent: 0em;
  padding: 0.5em;
}
.p_ct {
	  text-align: center;
}

.sem_recuo {
	text-indent: 0em;
}

.central {
	text-align: center;
	text-indent: 0em;
    font-weight: bold;
}

.acima  {
  position: relative;
  left: -0.25em;
  top: -0.125em;
}

.abaixo  {
  position: relative;
  left: 0.325em;
  bottom: -0.125em;
}

.f_small {
	font-size: 0.625em;
}
.coment {
	text-indent: 0em;
	font-size: 0.75em;
}

* {
  box-sizing: border-box;
}

/* Header/Blog Title */
.header {
  padding: 7em;
  background: url("logo_cmus_transp.png") no-repeat scroll center left, url("logo_tpt.png") no-repeat scroll center top, url("logo_sonare.png") no-repeat scroll center right;
}


.header h1 {
  font-size: 1.5em;
   position: relative;
  top: 6em;

}

.header h2 {
  font-size: 1.125em;
  text-shadow: 0.125em 0.125em 0.3125em white;
  position: relative;
  top: 6.25em;
  color: white;
}

/* Style the top navigation bar */
.topnav {
  overflow: hidden;
  background-color: #96B896;
}

/* Style the topnav links */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 0.825em 1em;
  text-decoration: none;
}

/* Change color on hover */
.topnav a:hover {
  background-color: #f2f2f2;
  color: black;
}

/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn {   
  float: left;
  width: 60%;
  padding-right: 1.25em;
}

.leftcolumn_h {   
  float: left;
  width: 60%;
  padding-right: 0.625em;
}

/* Right column */
.rightcolumn {
  float: left;
  width: 40%;
  padding-left: 1.25em;
  padding-right: 0.625em;
  font-size: 0.75em;
}

.rightcolumn_h {
  float: left;
  width: 40%;
  padding-left: 1.25em;
  padding-right: 0.625em;
  font-size: 0.75em;
}

a {
  text-decoration: none;
  color: #0066FF;
}

/* Fake image */
.fakeimg {
  background-color: #aaa;
  width: 100%;
  padding: 1.25em;
}

/* Add a card effect for articles */
.card {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 1.25em;
  margin-top: 1.25em;
}

/* Change background lists settings */
.fundo {
  background: rgba(255, 255, 255, 0.2);
  padding: 0.625em;
}

.det_entr {
  background: rgba(255, 255, 255, 0.2);
  padding: 0.3125em;
  margin-left: 0.9375em;
  margin-bottom: 0.625em;
  color: #333333;
}

.det_tit {
  font-style: italic;
  font-size: 0.75em;
  margin-top: -0.625em;
  margin-left: 1.25em;
}

.det_cab {
  font-weight: bold;
  font-size: 0.9375em;
  margin-top: -0.9375em;
  margin-left: 1.25em;
}

.det_cont {
  font-style: normal;
  font-size: 0.9375em;
  margin-top: -0.12em;
  margin-left: 1.875em;
}

.destaque {
	color: red;
	font-weight: bold;
}

table {
	width: 100%
}

table, th, td {
	border: 0.09375em solid gainsboro;
    border-collapse: collapse;
	border-spacing: 0.3125em;
	padding: 3px;
}

td {
	text-align: center;
	vertical-align: top;
}

.it {
	  font-style: italic;
}

.inv {
	border-style: hidden;
}

.fonte {
  font-size: 0.75em;
  margin-top: -0.3125em;
}


.al_dir {
	float: right;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Footer */
.footer {
  padding: 0.375em;
  font-size:0.75em;
  text-align: center;
  margin-top: -0.5em;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .leftcolumn, .rightcolumn, .leftcolumn_h, .rightcolumn_h {   
    width: 100%;
    padding: 0;
  }
}

/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 400px) {
  .topnav a {
    float: none;
    width: 100%;
  }
}
