/**
 * @file
 * Overall specifications for W3CSS Theme.
 */

/* Reset Links. */
*,
*:before,
*:after {
  box-sizing: border-box;
  outline: none;
}

html,
body {
  min-height: 100%;
  overflow-wrap: break-word;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.8;
  font-weight: normal;
  font-style: normal;
}

img,
object,
embed,
video {
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  border: none;
  text-align: center;
  max-width: 100%;
  height: auto;
}

a img {
  border: none;
  outline: none;
}

svg:not(:root) {
  overflow: hidden;
}

h1,
h2,
h3,
h4 {
  font-weight: 600;
}


h5,
h6 {
  font-weight: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
li a {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  text-decoration: none;
  color: inherit;
  outline: none;
}

a,
a:link,
a:visited,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
}

a,
input,
button,
textarea,
a:visited,
input:visited,
button:visited,
textarea:visited,
a:focus-within,
input:focus-within,
button:focus-within,
textarea:focus-within,
a:hover,
input:hover,
button:hover,
textarea:hover,
a:focus,
input:focus,
button:focus,
textarea:focus,
a:active,
input:active,
button:active,
textarea:active {
  border-radius: 0;
  outline: none;
}

input[type=textarea],
input[type=button],
input[type=search],
input[type=textfield] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

.w3-ul li,
nav.action-links li {
  border: none;
  border-width: 0 !important;
}

/**Blocos customizados*/
#sintrasem {
    padding: 1px;
    font-family: Helvetica, Arial, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "sans-serif";
	border: 3px;
	border-color: #0b300b;
    border-radius: 12px;
	border-style: solid;
	
}
a #sintrasem {
	text-decoration: none;
	font-weight: bolder;
	color: #0b300b;
	border: 3px;
	border-color: #0b300b;
    border-radius: 12px;
	border-style: solid;
}
a:hover #sintrasem {
	background-color: #0b300b;
	color: #fff;
}
#sintra_content {
	

}
#autoria {
	font-size: 10px;
	vertical-align: bottom;
	color: #e2fad1;
	float: right;
	line-height: 12px;
}
#block-conteudopopular h2 {
	font-size: 26px;
	padding: 6px;
	background-color: #0b300b;
	color: #e2fad1;
	text-align: center;
	margin-top: -3px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}
#block-conteudopopular h3 {
	display: none;
}
#block-conteudopopular {
	border: 3px;
	border-color: #0b300b;
	border-style: solid;
	margin-bottom: 16px;
	padding-top: 0;
	border-radius: 12px;
}
#block-conteudopopular .w3-ul .w3-panel {
	padding: 4px 0 8px 0;
	margin: 6px;
	line-height: 20px;
/**	list-style-type: square; */
}
#block-conteudopopular .w3-row {
	margin-bottom: -20px;	
}
#block-drupal8-w3css-subtheme-login .w3-ul li {
	padding: 0 16px;
} 
#block-drupal8-w3css-subtheme-login .w3-panel {
	margin: -4px 0 -4px 0;
}
#block-drupal8-w3css-subtheme-login .w3-row ul {
	margin-bottom: 30px;
}
