/*
Theme Name: Tema Base
Theme URI: 
Author: Marcos Mendes
Author URI: http://www.dti.ufv.br/
Description: 	
Version: 1.1
License: GNU General Public License
License URI: license.txt
Tags: Universidade Federal de Viçosa, UFV
*/



/* -------------------------------------------------------------------------- */

/*  0. CSS Reset
/* -------------------------------------------------------------------------- */


html,
body {
  border: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
  border: none;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
}

blockquote::before,
blockquote::after {
  content: "";
}

/* -------------------------------------------------------------------------- */

/*  1. Document Setup
/* -------------------------------------------------------------------------- */


html {
  font-size: 62.5%; /* 1rem = 10px */
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  background: #fff;
  box-sizing: border-box;
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.8rem;
  letter-spacing: -0.015em;
  text-align: left;
}

@supports ( font-variation-settings: normal ) {

  body {
    font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  }
}

*,
*::before,
*::after {
  box-sizing: inherit;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  word-wrap: break-word;
}

#site-content {
  overflow: hidden;
}


/* Clearing ---------------------------------- */

.group::after,
.entry-content::after {
  clear: both;
  content: "";
  display: block;
}

/* Base Transitions -------------------------- */

a,
path {
  
}

/* Screen Reader Text ------------------------ */

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}


/* Skip Link --------------------------------- */

.skip-link {
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
  text-decoration: underline;
}

.skip-link:focus {
  display: block;
  left: 6px;
  top: 7px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  padding: 15px 23px 14px;
  z-index: 100000;
  right: auto;
}

/* Fonts ------------------------------------- */

@font-face {
  font-family: 'lucida_sansdemibold';
  src: url("assets/css/lucida-sans-demibold_28961-webfont.woff2") format("woff2"), url("assets/css/lucida-sans-demibold_28961-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }




/* Accessibility Settings -------------------- */

@media ( prefers-reduced-motion: reduce ) {

  * {
    animation-duration: 0s !important;
    transition-duration: 0s !important;
  }
}


/* -------------------------------------------------------------------------- */

/*  2. Element Base
/* ---------------------------------------------*---------------------------- */


main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
.faux-heading {
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  font-weight: 700;
  letter-spacing: -0.0415625em;
  line-height: 1.25;
  margin: 3.5rem 0 2rem;
  font-family: lucida_sansdemibold;
  color: #682A2C;
}

h1,
.heading-size-1 {
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 1.138888889;
}

h2,
.heading-size-2 {
  font-size: 3.2rem;
}

h3,
.heading-size-3 {
  font-size: 2.8rem;
}

h4,
.heading-size-4 {
  font-size: 2.4rem;
}

h5,
.heading-size-5 {
  font-size: 2.1rem;
}

h6,
.heading-size-6 {
  font-size: 1.6rem;
  letter-spacing: 0.03125em;
  text-transform: uppercase;
}

p {
  line-height: 1.5;
  margin: 0 0 1em 0;
}

em,
i,
q,
dfn {
  font-style: italic;
}

em em,
em i,
i em,
i i,
cite em,
cite i {
  font-weight: bolder;
}

big {
  font-size: 1.2em;
}

small {
  font-size: 0.75em;
}

b,
strong {
  font-weight: 700;
}

ins {
  text-decoration: underline;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

abbr,
acronym {
  cursor: help;
}

address {
  line-height: 1.5;
  margin: 0 0 2rem 0;
}

hr {
  border-style: solid;
  border-width: 0.1rem 0 0 0;
  border-color: #dcd7ca;
  margin: 4rem 0;
}

.entry-content hr,
hr.styled-separator {
  background: linear-gradient(to left, currentColor calc(50% - 16px), transparent calc(50% - 16px), transparent calc(50% + 16px), currentColor calc(50% + 16px));
  background-color: transparent !important;
  border: none;
  height: 0.1rem;
  overflow: visible;
  position: relative;
}

.entry-content hr:not(.has-background),
hr.styled-separator {
  color: #6d6d6d;
}

.entry-content hr::before,
.entry-content hr::after,
hr.styled-separator::before,
hr.styled-separator::after {
  background: currentColor;
  content: "";
  display: block;
  height: 1.6rem;
  position: absolute;
  top: calc(50% - 0.8rem);
  transform: rotate(22.5deg);
  width: 0.1rem;
}

.entry-content hr::before,
hr.styled-separator::before {
  left: calc(50% - 0.5rem);
}

.entry-content hr::after,
hr.styled-separator::after {
  right: calc(50% - 0.5rem);
}

a {
  color: #682A2C;
  text-decoration: underline;
}

a:hover,
a:focus {
  text-decoration: none;
}


/* Lists ------------------------------------- */

ul,
ol {
  margin: 0 0 3rem 3rem;
}

ul {
  list-style: disc;
}

ul ul {
  list-style: circle;
}

ul ul ul {
  list-style: square;
}

ol {
  list-style: decimal;
}

ol ol {
  list-style: lower-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

li {
  line-height: 1.5;
  margin: 0.5rem 0 0 2rem;
}

li > ul,
li > ol {
  margin: 1rem 0 0 2rem;
}

.reset-list-style,
.reset-list-style ul,
.reset-list-style ol {
  list-style: none;
  margin: 0;
}

.reset-list-style li {
  margin: 0;
}

dt,
dd {
  line-height: 1.5;
}

dt {
  font-weight: 700;
}

dt + dd {
  margin-top: 0.5rem;
}

dd + dt {
  margin-top: 1.5rem;
}


/* Quotes ------------------------------------ */

blockquote {
  border-color: #682A2C;
  border-style: solid;

  /*rtl:ignore*/
  border-width: 0 0 0 0.2rem;
  color: inherit;
  font-size: 1em;
  margin: 4rem 0;

  /*rtl:ignore*/
  padding: 0.5rem 0 0.5rem 2rem;
}

cite {
  color: #6d6d6d;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25;
}

blockquote cite {
  display: block;
  margin: 2rem 0 0 0;
}

blockquote p:last-child {
  margin: 0;
}


/* Code -------------------------------------- */

code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 0.9em;
  padding: 0.4rem 0.6rem;
}

code,
kbd,
samp {
  background: rgba(0, 0, 0, 0.075);
  border-radius: 0.2rem;
}

pre {
  border: 0.1rem solid #dcd7ca;
  line-height: 1.5;
  margin: 4rem 0;
  overflow: auto;
  padding: 3rem 2rem;
  text-align: left;
}

pre code {
  background: transparent;
  padding: 0;
}


/* Media ------------------------------------- */

figure {
  display: block;
  margin: 0;
}

iframe {
  display: block;
  max-width: 100%;
}

video {
  display: block;
}

svg,
img,
embed,
object {
  display: block;
  height: auto;
  max-width: 100%;
}

figcaption,
.wp-caption-text {
  color: #6d6d6d;
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 1.5rem;
}

figcaption a,
.wp-caption-text a {
  color: inherit;
}

blockquote.instagram-media,
iframe.instagram-media {
  margin: auto !important;
}


/* GALLERIES */

.gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 3em 0 3em -0.8em;
  width: calc(100% + 1.6em);
}

.gallery-item {
  margin: 0.8em 0;
  padding: 0 0.8em;
  width: 100%;
}

.gallery-caption {
  display: block;
  margin-top: 0.8em;
}


/* Inputs ------------------------------------ */

fieldset {
  border: 0.2rem solid #dcd7ca;
  padding: 2rem;
}

legend {
  font-size: 0.85em;
  font-weight: 700;
  padding: 0 1rem;
}

label {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0 0 0.5rem 0;
}

label.inline,
input[type="checkbox"] + label {
  display: inline;
  font-weight: 400;
  margin-left: 0.5rem;
}

input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  top: 2px;
  display: inline-block;
  margin: 0;
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  background: #fff;
  border-radius: 0;
  border-style: solid;
  border-width: 0.1rem;
  border-color: #dcd7ca;
  box-shadow: none;
  cursor: pointer;
}

input[type="checkbox"]:checked::before {
  /* Use the "Yes" SVG Dashicon */
  content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E");
  position: absolute;
  display: inline-block;
  margin: -0.1875rem 0 0 -0.25rem;
  height: 1.75rem;
  width: 1.75rem;
}

input,
textarea,
button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file__button {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1;
}

@supports ( font-variation-settings: normal ) {

  input,
  textarea,
  button,
  .button,
  .faux-button,
  .faux-button.more-link,
  .wp-block-button__link,
  .wp-block-file__button {
    font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  }
}

input,
textarea {
  border-color: #dcd7ca;
  color: #000;
}

code,
input[type="url"],
input[type="email"],
input[type="tel"] {

  /*rtl:ignore*/
  direction: ltr;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  border-radius: 0;
  border-style: solid;
  border-width: 0.1rem;
  box-shadow: none;
  display: block;
  font-size: 1.6rem;
  letter-spacing: -0.015em;
  margin: 0;
  max-width: 100%;
  padding: 1.5rem 1.8rem;
  width: 100%;
}

input[type="number"] {
  padding-right: 0.5rem;
}

select {
  font-size: 1em;
}

textarea {
  height: 12rem;
  line-height: 1.5;
  width: 100%;
}

input::-webkit-input-placeholder {
  line-height: normal;
}

input:-ms-input-placeholder {
  line-height: normal;
}

input::-moz-placeholder {
  line-height: revert; /* Reset to the value from the user-agent stylesheet. */
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #cd2653;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.0333em;
  line-height: 1.25;
  margin: 0;
  opacity: 1;
  padding: 1.1em 1.44em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.15s linear;
}

button:focus,
button:hover,
.button:focus,
.button:hover,
.faux-button:focus,
.faux-button:hover,
.wp-block-button .wp-block-button__link:focus,
.wp-block-button .wp-block-button__link:hover,
.wp-block-file .wp-block-file__button:focus,
.wp-block-file .wp-block-file__button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
  text-decoration: underline;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  border-color: currentColor;
}

input[type="search"]:focus {
  outline: thin dotted;
  outline-offset: -4px;
}

/* Tables ------------------------------------ */

table {
  border: 0.1rem solid #dcd7ca;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 1.6rem;
  margin: 4rem 0;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
}

.alignleft > table {
  margin: 0;
}

.alignright > table {
  margin: 0;
}

th,
td {
  border: 0.1rem solid #dcd7ca;
  line-height: 1.4;
  margin: 0;
  overflow: visible;
  padding: 0.5em;
}

caption {
  background: #dcd7ca;
  font-weight: 600;
  padding: 0.5em;
  text-align: center;
}

thead {
  vertical-align: bottom;
  white-space: nowrap;
}

th {
  font-weight: 700;
}


/* -------------------------------------------------------------------------- */

/*  3. Helper Classes
/* -------------------------------------------------------------------------- */


/* Layout ------------------------------------ */

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.screen-height {
  min-height: 100vh;
}

.admin-bar .screen-height {
  min-height: calc(100vh - 32px);
}

@media (max-width: 782px) {

  .admin-bar .screen-height {
    min-height: calc(100vh - 46px);
  }
}

.screen-width {
  position: relative;
  left: calc(50% - 50vw);
  width: 100vw;
}

/* Sections ---------------------------------- */

section {
  padding: 5rem 0;
  width: 100%;
}

.section-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 120rem;
  width: calc(100% - 4rem);
}

.section-inner.max-percentage {
  width: 100%;
}

.section-inner.thin {
  max-width: 58rem;
}

.section-inner.small {
  max-width: 80rem;
}

.section-inner.medium {
  max-width: 100rem;
}

.section-inner.no-margin {
  margin: 0;
}


/* Toggles ----------------------------------- */

.toggle {
  -moz-appearance: none;
  -webkit-appearance: none;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  text-align: inherit;
  user-select: none;
}

button.toggle {
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
  letter-spacing: inherit;
  padding: 0;
  text-transform: none;
}

/* Hiding and Showing ------------------------ */

.js .show-js {
  display: block !important;
}

.js .hide-js {
  display: none !important;
}

.no-js .show-no-js {
  display: block !important;
}

.no-js .hide-no-js {
  display: none !important;
}


/* Typography -------------------------------- */

.font-size-xl {
  font-size: 1.25em;
}

.font-size-xs {
  font-size: 0.8em;
}

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


/* Colors ------------------------------------ */

/* COLOR */

.color-accent,
.color-accent-hover:focus,
.color-accent-hover:hover {
  color: #cd2653;
}

/* BACKGROUND COLOR */

.bg-accent,
.bg-accent-hover:focus,
.bg-accent-hover:hover {
  background-color: #cd2653;
}

/* BORDER COLOR */

.border-color-accent,
.border-color-accent-hover:focus,
.border-color-accent-hover:hover {
  border-color: #cd2653;
}

/* FILL COLOR */

.fill-children-accent,
.fill-children-accent * {
  fill: #cd2653;
}

.fill-children-current-color,
.fill-children-current-color * {
  fill: currentColor;
}


/* Opacity ----------------------------------- */

.opacity-0 {
  opacity: 0;
}

.opacity-5 {
  opacity: 0.05;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-15 {
  opacity: 0.15;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-35 {
  opacity: 0.35;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-45 {
  opacity: 0.45;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-55 {
  opacity: 0.55;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-65 {
  opacity: 0.65;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-85 {
  opacity: 0.85;
}

.opacity-90 {
  opacity: 0.9;
}

.blend-mode-exclusion {
  mix-blend-mode: exclusion;
}

.blend-mode-hue {
  mix-blend-mode: hue;
}

.blend-mode-saturation {
  mix-blend-mode: saturation;
}

.blend-mode-color {
  mix-blend-mode: color;
}

.blend-mode-luminosity {
  mix-blend-mode: luminosity;
}


/* Image Classes ----------------------------- */

.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-attachment-fixed {
  background-attachment: fixed;
}

@supports ( -webkit-overflow-scrolling: touch ) {

  .bg-attachment-fixed {
    background-attachment: scroll;
  }
}

@media ( prefers-reduced-motion: reduce ) {

  .bg-attachment-fixed {
    background-attachment: scroll;
  }
}

.wp-block-image.is-resized {
  margin-left: auto;
  margin-right: auto;
}

/* Search Form ------------------------------- */

.search-form {
  align-items: stretch;
  display: flex;
  flex-wrap: nowrap;
  margin: 0 0 -0.8rem -0.8rem;
}

.search-form .search-field,
.search-form .search-submit {
  margin: 0 0 0.8rem 0.8rem;
}

.search-form label {
  align-items: stretch;
  display: flex;
  font-size: inherit;
  margin: 0;
  width: 100%;
}

.search-form .search-field {
  width: 100%;
}

.search-form .search-submit {
  flex-shrink: 0;
}

.search-form .search-submit:focus,
.search-form .search-submit:hover {
  text-decoration: none;
}


/* Social Icons ------------------------------ */

ul.social-icons {
  display: flex;
  flex-wrap: wrap;
  margin: -0.9rem 0 0 -0.9rem;
  width: calc(100% + 0.9rem);
}

ul.social-icons li {
  margin: 0.9rem 0 0 0.9rem;
}

.social-icons a {
  align-items: center;
  background: #cd2653;
  border-radius: 50%;
  color: #fff;
  display: flex;
  height: 4.4rem;
  justify-content: center;
  padding: 0;
  text-decoration: none;
  transition: transform 0.15s ease-in-out;
  width: 4.4rem;
}

.social-icons a:focus,
.social-icons a:hover {
  transform: scale(1.1);
  text-decoration: none;
}


/* Cover Modals ------------------------------ */

.cover-modal {
  display: none;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}

.cover-modal::-webkit-scrollbar {
  display: none !important;
}

.cover-modal.show-modal {
  display: block;
  cursor: pointer;
}

.cover-modal.show-modal > * {
  cursor: default;
}



 
#header{
  background-color: #682A2C;
  min-height: 110px;
}

#header-container{
  margin:auto;
  width: 980px;
  min-height: 135px;
  padding-top: 20px;
}
 
#header h1{
  font-size: 42px;
  margin: 25px 0px 0px 0px;
  color: #fff;
}
 
#header h2{
  font-size: 18px;
  margin: 0px 3px;
  color: #fff;
}

.logo {
    float: left;
    position: absolute;
    width: auto;
}

#header-wrapper-right {
    float: right;
    margin-top: 5px;
}

#header-wrapper-right a img {
    width: 200px;
    float: right;
    margin: 10px 0;
}

.buscaContainer {
    height: 30px;
    background-color: #fff;
    width: 300px;
    display: flex;
    border-radius: 10px;
}

.buscaContainer .campo-busca {
    flex: 1;
    font-size: 14px;
    color: #000;
    border: none;
    margin-left: 10px;
}

.btn-busca {
    border: none;
    background-color: #fff;
    border-radius: 10px;
    padding: 0 5px;
}

.btn-busca img {
    width: 20px;
    margin: 5px 3px 0 0;
}
 
.recentes{
    float:left;
    }
 
.anteriores{
    float:right;
    }
 
#conteudo{
  width: 980px;
  margin: 35px auto;
  min-height: 585px;
}

#sobre {
  text-align: justify;
  margin-bottom: 30px;
}

#sobre h3 {
  margin-bottom: 0px;
}

#sobre hr {
  border-style: solid;
  border-width: 0.1rem 0 0 0;
  border-color: #979797;
  margin: 0 0 10px 0;
}

#sobre p {
  font-size: 14px;
}

#sobre blockquote {
    margin: 0;
}

#sobre .alignleft {
    float: left;
    width: 26%;
    margin: 5px;
}

#informativo {
  background: #F4F5F6;
  padding: 10px;
  width: 660px;
  float: left;
  margin: 0 0 35px 0;
}
 
#informativo h3 {
  margin: 12px 0 0 0;
}

#informativo hr {
  border-style: solid;
  border-width: 0.1rem 0 0 0;
  border-color: #979797;
  margin: 0 0 10px 0;
}

#informativo p {
  margin: 0;
}

#informativo a {
    color: #682A2C;
    text-decoration: none;
}

#informativo > .data {
  font-size: 12px;
  margin-bottom: 10px;
}

#informativo > .vejamais {
    float: right;
    font-weight: bold;
}

#area-direita {
  width: 300px;
  float: left;
  margin: 15px 0 0 20px;
}

#artigos{
}
 
.artigo{
  margin-bottom:30px;
}
 
.artigo h1 {
  font-size: 30px;
  font-family: "lucida_sansdemibold", sans-serif;
  margin-bottom: 20px;
  margin-top: 20px;
  font-weight: inherit;
  text-align: left;
}
 
.artigo h2{
font-size:16px;
margin-bottom:10px;
}
 
.artigo p{
margin-bottom:10px;
}
 
#sidebar{
width:300px;
float:right;
}
 
#widget{
width:300px;
margin-bottom:20px;
}
 
#widget h3{
  margin: 25px 0 0 0;
}

#widget p {
    font-size: 14px;
}


.busca {
    margin-top: 20px;
}

.busca li {
    border-bottom: 1px solid #DDE0E4;
    margin-bottom: 10px;
}

.busca li a {
    font-size: 16px;
    font-weight: 600;
}

.busca li div {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

 
#footer{
  text-align:center;
  font-size: 11px;
  clear: both;
  background-color: #682A2C;
}

#footer-content{
  min-height: 20px;
}

#footer-copy{
  text-align: center;
  font-size: 11px;
  clear: both;
  background-color: #363435;
  color: #fff;
  padding: 10px;
}

#comments{
    width:630px;
    float:left;
    border-top:1px solid #bebebe;
    }
 
#comments h3{
    font-size:14px;
    margin:20px 0;
    }
 
ol.commentlist{
    list-style:none;
    }
 
ol.commentlist li{
    margin-bottom:30px;
    }
 
ol.commentlist ul{
    margin:0px;
    }
 
ol.commentlist ul li{
    margin:20px 20px 20px 40px;
    }
 
#respond{
    margin:0 0 30px 0;
    clear:both;
    }
 
#respond form label{
    float:left;
    clear:left;
    width:60px;
    text-align:right;
    margin-right:10px;
    }
 
#respond form input{
    float:left;
    width:250px;
    margin-bottom:10px;
    }
 
#respond form textarea{
    float:left;
    width:400px;
    height:100px;
    margin-bottom:10px;
    }
 
#respond form input.commentsubmit{
    float:left;
    margin-left:70px;
    }

/* COMEÇO MENU PRINCIPAL */

#navigation {
  margin: auto;
  width: 980px;
  height: 44px;
}

#cssmenu {
  padding: 0;
  margin: 0;
  border: 0;
  width: auto;
}
#cssmenu ul,
#cssmenu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#cssmenu ul {
  position: relative;
  z-index: 19;
}
#cssmenu ul li {
  float: left;
  min-height: 1px;
  vertical-align: middle;
}
#cssmenu ul li.hover,
#cssmenu ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
#cssmenu ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 100%;
}
#cssmenu ul ul li {
  float: none;
}
#cssmenu ul ul ul {
  top: 0;
  left: 190px;
  width: 190px;
}
#cssmenu ul li:hover > ul {
  visibility: visible;
}
#cssmenu ul ul {
  bottom: 0;
  left: 0;
}
#cssmenu ul ul {
  margin-top: 0;
}
#cssmenu ul ul li {
  font-weight: normal;
}
#cssmenu a {
  display: block;
  line-height: 1em;
  text-decoration: none;
}
/* Custom CSS Styles */
#cssmenu {
  font-family: "lucida_sansdemibold", sans-serif;
  font-size: 12px;
}
#cssmenu > ul {
  *display: inline-block;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu ul {

}
#cssmenu ul ul {
  text-transform: none;
  min-width: 190px;
}
#cssmenu ul ul a {
  background: rgba(222, 222, 222, 0.9);
  color: #272727;
  border-top: 0 none;
  line-height: 150%;
  padding: 14px 20px 9px 20px;
  font-size: 12px;
}
#cssmenu ul ul ul {
  border-top: 0 none;
}
#cssmenu ul ul li {
  position: relative;
}
#cssmenu ul ul li:first-child > a {
  
}
#cssmenu ul ul li:hover > a {
  background: #502122;
  color: #ffffff;
}
#cssmenu ul ul li:last-child > a {

}

#cssmenu ul ul li:last-child:hover > a {

}

#cssmenu ul ul li.has-sub > a:after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -8px;
}
#cssmenu ul li:hover > a {
  background: #502122;
  color: #ffffff;
}
#cssmenu ul li.has-sub > a:after {
  content: ' +';
  margin-left: 5px;
}
#cssmenu ul li.last ul {
  left: auto;
  right: 0;
}
#cssmenu ul li.last ul ul {
  left: auto;
  right: 99.5%;
}
#cssmenu a {
  color: #fff;
  padding: 4px 20px 0 20px;
}
#cssmenu > ul > li > a {
  line-height: 40px;
  font-size: 14px;
}

.toggle-nav2 {
  display: none;
}

/* FIM MENU PRINCIPAL */

@media screen and ( max-width: 980px ) {

  #conteudo {
    width: 100%;
  }

  #header-container {
    width: 98%;
  }

  #navigation {
    width: 100%;
  }

  #cssmenu {
    display: none;
  }

  #sobre {
      width: 98%;
      margin: 0 auto;
  }

  #informativo {
    width: 60%;
    padding: 1%;
  }

  #area-direita {
    width: 37%;
    margin: 15px 0 0 2%;
    overflow: hidden;
  }

  #noticias {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }

    .noticia {
      width: 22.4%;
      margin: 1.3%;
    }

    .noticia img {
      width: 22.3vw;
      height: 33vw;
    }

  .navegacao {
      margin-bottom: 20px;
  }

  #sidebar {
      margin: 0 15px 15px 15px;
  }

    #endereco-rodape {
    width: 95%;
    }

    .toggle-nav2 {
      display: inline-block !important;
      float: right;
      margin: 0px 0px 0px 15px;
      font-size: 21px;
      transition: color linear 0.15s;
      border-width: 2px;
      border-style: solid;
      border-color: #fff;
      color: #fff !important;
      padding: 1px 5px 2px 5px;
      position: absolute;
      z-index: 100;
    }
         
    a.toggle-nav2:link, 
    a.toggle-nav2:visited,
    a.toggle-nav2:hover, 
    a.toggle-nav2:active {
        text-decoration: none;
        color: #f70404;
    } 
}


@media screen and ( max-width: 768px ) {
  .buscaContainer {
      left: calc(99% - 300px);
  }

  #header-wrapper-right a img {
      margin: 35px 0;
  }

  #header h1 {
      font-size: 5vw;
  }

  #informativo {
    width: 100%;
  }

  #area-direita {
    width: 98%;
    margin: 15px 0 0 2%;
    overflow: hidden;
  }
}

@media screen and ( max-width: 580px ) {
  #header #container {
  }

  .custom-logo-link img {
    width: 160px;
    height: auto;
    margin: 14px 0px;
  }

  #artigos {
    width: 96%;
    font-size: 16px;
    line-height: 28px;
  }

  .artigo h1 {
      font-size: 26px;
  }

  #sidebar {
    float: none;
      margin: 0 auto;
  }

  #banners-rodape {
      margin: 0 auto;
      margin-top: 20px;
  }

  #endereco-rodape {
      text-align: center;
  }
}

@media screen and ( max-width: 480px ) {

  #header-wrapper-right a img {
      position: absolute;
      left: calc(100% - 201px);
      margin: 85px 0 0 0;
  }

  #header-container {
    margin: auto;
    min-height: 170px;
    padding-top: 20px;
  }

  #header h1 {
    font-size: 30px;
    margin: 5px 0 5px 0;
  }

  .buscaContainer {
    left: calc(99% - 300px);
    margin-top: 148px;
  }

  #acesso-rapido img {
      width: 65px;
      margin-bottom: 10px;
  }

  #acesso-rapido h2 {
      font-size: 13px;
      color: #682A2C;
  }

  .noticia {
      width: 44%;
      margin: 3%;
  }

  .noticia img {
      width: 44vw;
      height: 66vw;
  }
}

@media screen and ( max-width: 372px ) {

}


.menu2.main2 {
    display: none;
    background-color: #682A2C;
    padding: 20px 10px 15px 20px;
}

.menu2.main2 ul {
    list-style: none;
}

.menu2.main2 li {
    
}

.menu2.main2 a {
    color: #fff;
    text-decoration: none;
}

.menu2.main2 ul li ul {
  background-color: #d2cccc;
  margin-left: 15px;
  padding-top: 5px;
}

.menu2.main2 ul li ul li a {
    color: #2f2d2d;
    display: block;
    padding-bottom: 10px;
}
.menu2.main2 ul li ul li ul{
  background-color: #dddcdc;
}
     

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}





