/*
Theme Name: IDIS EN 2021 - Versão 12-10-2021
Theme URI: https://wordpress.org/themes/twentyeleven/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2011 theme for WordPress is sophisticated, lightweight, and adaptable. Make it yours with a custom menu, header image, and background -- then go further with available theme options for light or dark color scheme, custom link colors, and three layout choices. Twenty Eleven comes equipped with a Showcase page template that transforms your front page into a showcase to show off your best content, widget support galore (sidebar, three footer areas, and a Showcase page widget area), and a custom "Ephemera" widget to display your Aside, Link, Quote, or Status posts. Included are styles for print and for the admin editor, support for featured images (as custom header images on posts and pages and as large images on featured "sticky" posts), and special styles for six different post formats.
Version: 3
Requires PHP: 7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentyeleven
*/

/* =Reset default browser CSS. Based on work by Eric Meyer.
-------------------------------------------------------------- */

@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
:focus {
  /* remember to define focus styles! */
  outline: 0;
}
body {
  background: #fff;
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
a img {
  border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* =Structure
----------------------------------------------- */

body {
  padding: 0;
}
#page {
  margin: 0 auto;
  max-width: 1680px;
}
#branding hgroup {
  margin: 0 7.6%;
}
#access div {
  margin: 0 20px;
}
#primary {
  float: none;
  margin: 0 -26.4% 0 0;
  width: 100%;
}
#content {
  margin: 0 34% 0 7.6%;
  width: 58.4%;
}
#secondary {
  float: right;
  margin-right: 7.6%;
  width: 18.8%;
}
p {
	font-family: 'Jost', sans-serif;
	font-weight:300;
	font-size:21px;
}
/* Singular */
.singular #primary {
  margin: 0;
}
.singular #content,
.left-sidebar.singular #content {
  margin: 0 7.6%;
  position: relative;
  width: auto;
}
.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
  margin: 0 auto;
  width: 68.9%;
}

/* Attachments */
.singular .image-attachment .entry-content {
  margin: 0 auto;
  width: auto;
}
.singular .image-attachment .entry-description {
  margin: 0 auto;
  width: 68.9%;
}

/* Showcase */
.page-template-showcase-php #primary,
.left-sidebar.page-template-showcase-php #primary {
  margin: 0;
}
.page-template-showcase-php #content,
.left-sidebar.page-template-showcase-php #content {
  margin: 0 7.6%;
  width: auto;
}
.page-template-showcase-php section.recent-posts {
  float: right;
  margin: 0 0 0 31%;
  width: 69%;
}
.page-template-showcase-php #main .widget-area {
  float: left;
  margin: 0 -22.15% 0 0;
  width: 22.15%;
}

/* error404 */
.error404 #primary {
  float: none;
  margin: 0;
}
.error404 #primary #content {
  margin: 0 7.6%;
  width: auto;
}

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.625em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Right Content */
.left-sidebar #primary {
  float: right;
  margin: 0 0 0 -26.4%;
  width: 100%;
}
.left-sidebar #content {
  margin: 0 7.6% 0 34%;
  width: 58.4%;
}
.left-sidebar #secondary {
  float: left;
  margin-left: 7.6%;
  margin-right: 0;
  width: 18.8%;
}

/* One column */
.one-column #page {
  max-width: 1680px;
}
.one-column #content {
  margin: 0 7.6%;
  width: auto;
}
.one-column #nav-below {
  border-bottom: 1px solid #ddd;
  margin-bottom: 1.625em;
}
.one-column #secondary {
  float: none;
  margin: 0 7.6%;
  width: auto;
}
/* Simplify the showcase template */
.one-column .page-template-showcase-php section.recent-posts {
  float: none;
  margin: 0;
  width: 100%;
}
.one-column .page-template-showcase-php #main .widget-area {
  float: none;
  margin: 0;
  width: auto;
}
.one-column .page-template-showcase-php .other-recent-posts {
  border-bottom: 1px solid #ddd;
}
/* Simplify the showcase template when small feature */
.one-column section.featured-post .attachment-small-feature {
  border: none;
  display: block;
  height: auto;
  max-width: 60%;
  position: static;
}
.one-column article.feature-image.small {
  margin: 0 0 1.625em;
  padding: 0;
}
.one-column article.feature-image.small .entry-title {
  font-size: 21px;
  line-height: 1.3em;
}
.one-column article.feature-image.small .entry-summary {
  height: 150px;
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
}
.one-column article.feature-image.small .entry-summary a {
  left: -9%;
}
/* Remove the margin on singular articles */
.one-column.singular .entry-header,
.one-column.singular .entry-content,
.one-column.singular footer.entry-meta,
.one-column.singular #comments-title {
  width: 100%;
}
/* Simplify the pullquotes and pull styles */
.one-column.singular blockquote.pull {
  margin: 0 0 1.625em;
}
.one-column.singular .pull.alignleft {
  margin: 0 1.625em 0 0;
}
.one-column.singular .pull.alignright {
  margin: 0 0 0 1.625em;
}
.one-column.singular .entry-meta .edit-link a {
  position: absolute;
  left: 0;
  top: 40px;
}
.one-column.singular #author-info {
  margin: 2.2em -8.8% 0;
  padding: 20px 8.8%;
}
/* Make sure we have room for our comment avatars */
.one-column .commentlist > li.comment {
  margin-left: 102px;
  width: auto;
}
/* Make sure the logo and search form don't collide */
.one-column #branding #searchform {
  right: 40px;
  top: 4em;
}
/* Talking avatars take up too much room at this size */
.one-column .commentlist > li.comment {
  margin-left: 0;
}
.one-column .commentlist > li.comment .comment-meta,
.one-column .commentlist > li.comment .comment-content {
  margin-right: 85px;
}
.one-column .commentlist .avatar {
  background: transparent;
  display: block;
  padding: 0;
  top: 1.625em;
  left: auto;
  right: 1.625em;
}
.one-column .commentlist .children .avatar {
  background: none;
  padding: 0;
  position: absolute;
  top: 2.2em;
  left: 2.2em;
}
.one-column #respond {
  width: auto;
}

/* =Global
----------------------------------------------- */

body,
input,
textarea {
  color: #373737;
  font: 15px "Jost", sans-serif !important;
  font-weight: 300;
  line-height: 1.625;
}
body {
  background: #eee !important;
}
#page {
  background: #fff;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.625em;
}

/* Text elements */
p {
  margin-bottom: 1.625em;
}
ul,
ol {
  margin: 0 0 1.625em 2.5em;
}
ul {
  list-style: square;
}
ol {
  list-style-type: decimal;
}
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
ol ol ol ol {
  list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
}
dl {
  margin: 0 1.625em;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 1.625em;
}
strong {
  font-weight: bold;
}
cite,
em,
i {
  font-style: italic;
}
blockquote {
  font-family: 'Jost', sans-serif;
  font-style: italic;
  font-weight: normal;
  margin: 0 3em;
}
blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}
blockquote cite {
  color: #666;
  font: 12px 'Jost', sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
pre {
  background: #f4f4f4;
  font: 13px 'Jost', sans-serif;
  line-height: 1.5;
  margin-bottom: 1.625em;
  overflow: auto;
  padding: 0.75em 1.625em;
}
code,
kbd,
samp,
var {
  font: 13px 'Jost', sans-serif;
}
abbr,
acronym,
dfn {
  border-bottom: 1px dotted #666;
  cursor: help;
}
address {
  display: block;
  margin: 0 0 1.625em;
}
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 10px;
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: 0.5ex;
}
small {
  font-size: smaller;
}

/* Forms */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea {
  border-bottom: 1px solid #000;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  color: #888;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
textarea:focus {
  color: #373737;
}
textarea {
  padding-left: 3px;
  width: 98%;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"] {
  padding: 3px;
}
input#s {
  /*background: url(images/search.png) no-repeat 5px 6px;
  background-position: right;*/
  font-size: 14px;
  height: 22px;
  line-height: 1.2em;
  padding: 4px 8px 4px 10px;
  text-align: right;
  color: #000;
  font-weight: 500;
  font-style: italic;
}
input#searchsubmit {
  display: none;
}
#procura input#s::after {
  content: url(images/search.png);
  height: 20px;
  width: 20px;
  display: block;
}

/* Links */
a {
  color: #1982d1;
  text-decoration: none;
}
a:focus,
a:active,
a:hover {
  text-decoration: underline;
}
.entry-content p a {
    font-weight: 500;
}
/* Assistive text */
.assistive-text,
.screen-reader-text {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
}

a.assistive-text:focus,
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 6px;
  line-height: normal;
  padding: 17px 22px 15px;
  text-decoration: none;
  top: 7px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* =Header
----------------------------------------------- */

#branding {
  border-top: 0px solid #bbb;
  padding-bottom: 10px;
  position: relative;
  z-index: 9999;
}
#site-title {
  margin-right: 270px;
  padding: 3.65625em 0 0;
}
#site-title a {
  color: #111;
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
  text-decoration: none;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
  color: #1982d1;
}
#site-description {
  color: #7a7a7a;
  font-size: 14px;
  margin: 0 270px 3.65625em 0;
}
#branding img {
  height: auto;
  display: block;
  width: 100%;
}

/* =Menu
-------------------------------------------------------------- */

#access {
  background: #7c51a1;
  clear: none;
  float: right;
  margin: 0 auto 0px;
  text-transform: uppercase;
  border-radius: 200px 0 0 200px;
}
#access ul {
  font-size: 13px;
  list-style: none;
  margin: 0 0 0 -0.8125em;
  padding-left: 0;
}
#access li {
  float: left;
  position: relative;
}
#access a {
  color: #eee;
  display: block;
  line-height: 3.333em;
  padding: 0 8px;
  text-decoration: none;
}
#access ul ul {
  display: none;
  float: left;
  margin: 0;
  position: absolute;
  top: 3.333em;
  left: 0;
  width: 188px;
  z-index: 99999;
}
#access ul ul ul {
  left: 100%;
  top: 0;
}
#access ul ul a {
  background: #;
  border-bottom: 1px solid #734d8e;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  height: auto;
  line-height: 1.4em;
  padding: 10px 10px;
  width: 168px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
  background: #977aaa;
  color: #fff;
}
#access li:hover > a,
#access a:focus {
  background: #; /* Show a solid color for older browsers */

  color: #fff;
}
#access ul li:hover > ul {
  display: block;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
  font-weight: bold;
}

#access .current-menu-item > a,
#access .current_page_item > a {
  font-weight: 500;
  background: #;
  color: #fff;
}
#access .sub-menu li {
  background: #977aaa;
}
#access .submenu li {
  font-weight: bold;
  background: #977aaa;
  color: #fff;
}
#access .submenu li a {
  color: #fff !important;
}
/* Search Form */
#branding #searchform {
  position: absolute;
  top: 3.8em;
  right: 7.6%;
  text-align: right;
}
#branding #searchform div {
  margin: 0;
}
#branding #s {
  float: right;
  -webkit-transition-duration: 400ms;
  -webkit-transition-property: width, background;
  -webkit-transition-timing-function: ease;
  -moz-transition-duration: 400ms;
  -moz-transition-property: width, background;
  -moz-transition-timing-function: ease;
  -o-transition-duration: 400ms;
  -o-transition-property: width, background;
  -o-transition-timing-function: ease;
  width: 72px;
}
#branding #s:focus {
  background-color: #f9f9f9;
  width: 196px;
}
#branding #searchsubmit {
  display: none;
}
#branding .only-search #searchform {
  top: 5px;
  z-index: 1;
}
#branding .only-search #s {
  background-color: #666;
  border-color: #000;
  color: #222;
}
#branding .only-search #s,
#branding .only-search #s:focus {
  width: 85%;
}
#branding .only-search #s:focus {
  background-color: #bbb;
}
#branding .with-image #searchform {
  top: auto;
  bottom: -27px;
  max-width: 195px;
}
#branding .only-search + #access div {
  padding-right: 205px;
}

/* =Content
----------------------------------------------- */

#main {
  clear: both;
  padding: 1.625em 0 0;
  display: table;
  width: 100%;
  border: 0px solid;
}
.page-title {
  color: #666;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.6em;
  margin: 0 0 2.6em;
  text-transform: uppercase;
}
.page-title a {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: none;
}
.hentry,
.no-results {
  border-bottom: 1px solid #ddd;
  margin: 0 0 1.625em;
  padding: 0 0 1.625em;
  position: relative;
}
.hentry:last-child,
.no-results {
  border-bottom: none;
}
.blog .sticky .entry-header .entry-meta {
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
/*.entry-title,
.entry-header .entry-meta {
	padding-right: 76px;
}
.entry-title {
	clear: both;
	color: #222;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: .3em;
	padding-top: 15px;
}

.entry-title,
.entry-title a {
	color: #222;
	text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #1982d1;
}*/
.titgeral {
    background: #2b479e;
    text-transform: uppercase;
    font-weight: 500 !important;
    color: #fff !important;
    border-radius: 200px;
    font-size: 25px !important;
    display: inline;
    padding: 4px 110px;
}
.titgeral {
    margin: 10px !important;
    display: inline-block;
}
.entry-meta {
  color: #666;
  clear: both;
  font-size: 12px;
  line-height: 18px;
}
.entry-meta a {
  font-weight: bold;
}
.single-author .entry-meta .by-author {
  display: none;
}
.entry-content,
.entry-summary {
  padding: 1.625em 0 0;
}
.entry-content .more-link {
  white-space: nowrap;
}
.entry-content h1,
.entry-content h2,
.comment-content h1,
.comment-content h2 {
  color: #000;
  font-weight: bold;
  margin: 0;
}
.entry-content h3,
.comment-content h3 {
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 2.6em;
  text-transform: uppercase;
}
.entry-content table,
.comment-content table {
  border-bottom: 1px solid #ddd;
  margin: 0 0 1.625em;
  width: 100%;
}
.entry-content th,
.comment-content th {
  color: #666;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.6em;
  text-transform: uppercase;
}
.entry-content td,
.comment-content td {
  border-top: 1px solid #ddd;
  padding: 6px 10px 6px 0;
}
.entry-content #s {
  width: 75%;
}
.comment-content ul,
.comment-content ol {
  margin-bottom: 1.625em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
  margin-bottom: 0;
}
dl.gallery-item {
  margin: 0;
}
.page-link {
  clear: both;
  display: block;
  margin: 0 0 1.625em;
}
.page-link a {
  background: #eee;
  color: #373737;
  margin: 0;
  padding: 2px 3px;
  text-decoration: none;
}
.page-link a:hover {
  background: #888;
  color: #fff;
  font-weight: bold;
}
.page-link span {
  margin-right: 6px;
}
.entry-meta .edit-link a,
.commentlist .edit-link a {
  background: #eee;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #666;
  float: right;
  font-size: 12px;
  line-height: 1.5em;
  font-weight: 300;
  text-decoration: none;
  padding: 0 8px;
}
.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
  background: #888;
  color: #fff;
}
.entry-content .edit-link {
  clear: both;
  display: block;
}

/* Images */
.entry-content img,
.comment-content img,
.widget img {
  max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  /*height: auto;  Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
  max-width: 99.99%;
  width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
  height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 1.625em;
}
p img,
.wp-caption {
  margin-top: 0.4em;
}
.wp-caption {
  background: #eee;
  margin-bottom: 1.625em;
  max-width: 96%;
  max-width: calc(100% - 18px);
  padding: 9px;
}
.wp-caption img {
  display: block;
  max-width: 98%;
  max-width: calc(100% - 14px);
}
.wp-caption .wp-caption-text,
.gallery-caption {
  color: #666;
  font-family: 'Jost', sans-serif;
  font-size: 12px;
}
.wp-caption .wp-caption-text {
  margin-bottom: 0.6em;
  padding: 10px 0 5px 40px;
  position: relative;
}
.wp-caption .wp-caption-text:before {
  color: #666;
  content: "\2014";
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  margin-right: 5px;
  position: absolute;
  left: 10px;
  top: 7px;
}
.entry-content .wp-caption {
    width: 80% !important;
    border: 0px solid;
}
#content .gallery {
    margin: 0 auto 4.625em;
    max-width: 1220px;
}
#content .gallery a img {
  border: none;
}
img#wpstats {
  display: block;
  margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
  width: 23%;
  padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
  width: 100%;
  height: auto;
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {
  /* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
  border: 0px solid #ddd;
  padding: 0px;
  max-width: 100%;
  max-width: calc(100% - 14px);
  height: auto;
}
.wp-caption img {
  border-color: #eee;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {
  /* Add some useful style to those fancy borders for linked images ... */
  background: #eee;
  border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {
  /* ... including captioned images! */
  background: #fff;
  border-color: #ddd;
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
  max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
  margin: 1.625em 0 0;
}
.post-password-required input[type="password"] {
  margin: 0.8125em 0;
}
.post-password-required input[type="password"]:focus {
  background: #f7f7f7;
}

/* Author Info */
#author-info {
  font-size: 12px;
  overflow: hidden;
}
.singular #author-info {
  background: #f9f9f9;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 2.2em -35.6% 0 -35.4%;
  padding: 20px 35.4%;
}
.archive #author-info {
  border-bottom: 1px solid #ddd;
  margin: 0 0 2.2em;
  padding: 0 0 2.2em;
}
#author-avatar {
  float: left;
  margin-right: -78px;
}
#author-avatar img {
  background: #fff;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px #bbb;
  -moz-box-shadow: 0 1px 2px #bbb;
  box-shadow: 0 1px 2px #bbb;
  padding: 3px;
}
#author-description {
  float: left;
  margin-left: 108px;
}
#author-description h2 {
  color: #000;
  font-size: 15px;
  font-weight: bold;
  margin: 5px 0 10px;
}

/* Comments link */
.entry-header .comments-link a {
  background: #eee url(images/comment-bubble.png) no-repeat;
  color: #666;
  font-size: 13px;
  font-weight: normal;
  line-height: 35px;
  overflow: hidden;
  padding: 0 0 0;
  position: absolute;
  top: 1.5em;
  right: 0;
  text-align: center;
  text-decoration: none;
  width: 43px;
  height: 36px;
}
.entry-header .comments-link a:hover,
.entry-header .comments-link a:focus,
.entry-header .comments-link a:active {
  background-color: #1982d1;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
}
.entry-header .comments-link .leave-reply {
  visibility: hidden;
}

/*
Post Formats Headings
To hide the headings, display: none the ".entry-header .entry-format" selector,
and remove the padding rules below.
*/
.entry-header .entry-format {
  color: #666;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.6em;
  position: absolute;
  text-transform: uppercase;
  top: -5px;
}
.entry-header hgroup .entry-title {
  padding-top: 15px;
}
article.format-aside .entry-content,
article.format-link .entry-content,
article.format-status .entry-content {
  padding: 20px 0 0;
}
article.format-status .entry-content {
  min-height: 65px;
}
.recent-posts .entry-header .entry-format {
  display: none;
}
.recent-posts .entry-header hgroup .entry-title {
  padding-top: 0;
}

/* Singular content styles for Posts and Pages */
.singular .hentry {
  border-bottom: none;
  padding: 4.875em 0 0;
  position: relative;
}
.singular.page .hentry {
  padding: 3.5em 0 0;
}
.singular .entry-title {
  color: #ee295e;
  font-size: 36px;
  font-weight: bold;
  line-height: 48px;
}
.singular .entry-title,
.singular .entry-header .entry-meta {
  padding-right: 0;
}
.singular .entry-header .entry-meta {
  position: absolute;
  top: 0;
  left: 0;
}
blockquote.pull {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.6125em;
  margin: 0 0 1.625em;
  text-align: center;
}
.singular blockquote.pull {
  margin: 0 -22.25% 1.625em;
}
.pull.alignleft {
  margin: 0 1.625em 0 0;
  text-align: right;
}
.singular .pull.alignleft {
  margin: 0 1.625em 0 -22.25%;
}
.pull.alignright {
  margin: 0 0 0 1.625em;
  text-align: left;
}
blockquote.pull.alignleft,
blockquote.pull.alignright {
  width: 33%;
}
.singular .pull.alignright {
  margin: 0 -22.25% 0 1.625em;
}
.singular blockquote.pull.alignleft,
.singular blockquote.pull.alignright {
  width: 33%;
}
.singular .entry-meta .edit-link a {
  bottom: auto;
  left: 50px;
  position: absolute;
  right: auto;
  top: 80px;
}

/* =Aside
----------------------------------------------- */

.format-aside .entry-title,
.format-aside .entry-header .comments-link {
  display: none;
}
.singular .format-aside .entry-title {
  display: block;
}
.format-aside .entry-content {
  padding: 0;
}
.singular .format-aside .entry-content {
  padding: 1.625em 0 0;
}

/* =Link
----------------------------------------------- */

.format-link .entry-title,
.format-link .entry-header .comments-link {
  display: none;
}
.singular .format-link .entry-title {
  display: block;
}
.format-link .entry-content {
  padding: 0;
}
.singular .format-link .entry-content {
  padding: 1.625em 0 0;
}

/* =Gallery
----------------------------------------------- */

.format-gallery .gallery-thumb {
  float: left;
  display: block;
  margin: 0.375em 1.625em 0 0;
  max-width: 100%;
}

/* =Status
----------------------------------------------- */

.format-status .entry-title,
.format-status .entry-header .comments-link {
  display: none;
}
.singular .format-status .entry-title {
  display: block;
}
.format-status .entry-content {
  padding: 0;
}
.singular .format-status .entry-content {
  padding: 1.625em 0 0;
}
.format-status img.avatar {
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px #ccc;
  -moz-box-shadow: 0 1px 2px #ccc;
  box-shadow: 0 1px 2px #ccc;
  float: left;
  margin: 4px 10px 2px 0;
  padding: 0;
}

/* =Standard
----------------------------------------------- */

.format-standard .wp-video,
.format-standard .wp-audio-shortcode,
.format-audio .wp-audio-shortcode,
.format-standard .video-player {
  margin-bottom: 24px;
}

/* =Quote
----------------------------------------------- */

.format-quote blockquote {
  color: #555;
  font-size: 17px;
  margin: 0;
}

/* =Image
----------------------------------------------- */

.indexed.format-image .entry-header {
  min-height: 61px; /* Prevent the comment icon from colliding with the image when there is no title */
}
.indexed.format-image .entry-content {
  padding-top: 0.5em;
}
.indexed.format-image .entry-content p {
  margin: 1em 0;
}
.indexed.format-image .entry-content p:first-child,
.indexed.format-image .entry-content p:first-child a,
.indexed.format-image .entry-content p:first-child img {
  display: block;
  margin: 0;
}
.indexed.format-image .entry-content .wp-caption .wp-caption-text {
  margin: 0;
  padding-bottom: 1em;
}
.indexed.format-image footer.entry-meta {
  background: #ddd;
  overflow: hidden;
  padding: 4%;
  max-width: 96%;
}
.indexed.format-image div.entry-meta {
  display: inline-block;
  float: left;
  width: 35%;
}
.indexed.format-image div.entry-meta + div.entry-meta {
  float: none;
  width: 65%;
}
.indexed.format-image .entry-meta span.cat-links,
.indexed.format-image .entry-meta span.tag-links,
.indexed.format-image .entry-meta span.comments-link {
  display: block;
}
.indexed.format-image footer.entry-meta a {
  color: #444;
}
.indexed.format-image footer.entry-meta a:hover {
  color: #fff;
}
#content .indexed.format-image img {
  border: none;
  max-width: 100%;
  padding: 0;
}
.indexed.format-image .wp-caption {
  background: #111;
  margin-bottom: 0;
  max-width: 96%;
  padding: 2% 2% 0;
}
.indexed.format-image .wp-caption .wp-caption-text {
  color: #ddd;
}
.indexed.format-image .wp-caption .wp-caption-text:before {
  color: #444;
}
.indexed.format-image a:hover img {
  opacity: 0.8;
}

/* =error404
----------------------------------------------- */

.error404 #main #searchform {
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-width: 1px 0;
  margin: 0 -8.9% 1.625em;
  overflow: hidden;
  padding: 1.625em 8.9%;
}
.error404 #main #s {
  width: 95%;
}
.error404 #main .widget {
  clear: none;
  float: left;
  margin-right: 3.7%;
  width: 30.85%;
}
.error404 #main .widget_archive {
  margin-right: 0;
}
.error404 #main .widget_tag_cloud {
  float: none;
  margin-right: 0;
  width: 100%;
}
.error404 .widgettitle {
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 2.6em;
  text-transform: uppercase;
}

/* =Showcase
----------------------------------------------- */

h1.showcase-heading {
  color: #666;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.6em;
  text-transform: uppercase;
}

/* Intro */
article.intro {
  background: #f9f9f9;
  border-bottom: none;
  margin: -1.855em -8.9% 1.625em;
  padding: 0 8.9%;
}
article.intro .entry-title {
  display: none;
}
article.intro .entry-content {
  color: #111;
  font-size: 16px;
  padding: 1.625em 0 0.625em;
}
article.intro .edit-link a {
  background: #aaa;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  padding: 0 8px;
  position: absolute;
  top: 30px;
  right: 20px;
  text-decoration: none;
}
article.intro .edit-link a:hover,
article.intro .edit-link a:focus,
article.intro .edit-link a:active {
  background: #777;
}

/* Featured post */
section.featured-post {
  float: left;
  margin: -1.625em -8.9% 1.625em;
  padding: 1.625em 8.9% 0;
  position: relative;
  width: 100%;
}
section.featured-post .hentry {
  border: none;
  color: #666;
  margin: 0;
}
section.featured-post .entry-meta {
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

/* Small featured post */
section.featured-post .attachment-small-feature {
  float: right;
  height: auto;
  margin: 0 -8.9% 1.625em 0;
  max-width: 59%;
  position: relative;
  right: -15px;
}
section.featured-post.small {
  padding-top: 0;
}
section.featured-post .attachment-small-feature:hover,
section.featured-post .attachment-small-feature:focus,
section.featured-post .attachment-small-feature:active {
  opacity: 0.8;
}
article.feature-image.small {
  float: left;
  margin: 0 0 1.625em;
  width: 45%;
}
article.feature-image.small .entry-title {
  line-height: 1.2em;
}
article.feature-image.small .entry-summary {
  color: #555;
  font-size: 13px;
}
article.feature-image.small .entry-summary p a {
  background: #222;
  color: #eee;
  display: block;
  left: -23.8%;
  padding: 9px 26px 9px 85px;
  position: relative;
  text-decoration: none;
  top: 20px;
  width: 180px;
  z-index: 1;
}
article.feature-image.small .entry-summary p a:hover {
  background: #1982d1;
  color: #eee;
  color: rgba(255, 255, 255, 0.8);
}

/* Large featured post */
section.feature-image.large {
  border: none;
  max-height: 288px;
  padding: 0;
  width: 100%;
}
section.feature-image.large .showcase-heading {
  display: none;
}
section.feature-image.large .hentry {
  border-bottom: none;
  left: 9%;
  margin: 1.625em 9% 0 0;
  position: absolute;
  top: 0;
}
article.feature-image.large .entry-title a {
  background: #222;
  background: rgba(0, 0, 0, 0.8);
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-weight: 300;
  padding: 0.2em 20px;
}
section.feature-image.large:hover .entry-title a,
section.feature-image.large .entry-title:hover a {
  background: #eee;
  background: rgba(255, 255, 255, 0.8);
  color: #222;
}
article.feature-image.large .entry-summary {
  display: none;
}
section.feature-image.large img {
  display: block;
  height: auto;
  max-width: 117.9%;
  padding: 0 0 6px;
}

/* Featured Slider */
.featured-posts {
  border-bottom: 1px solid #ddd;
  display: block;
  height: 328px;
  margin: 1.625em -8.9% 20px;
  max-width: 1000px;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.featured-posts .showcase-heading {
  padding-left: 8.9%;
}
.featured-posts section.featured-post {
  background: #fff;
  height: 288px;
  left: 0;
  margin: 0;
  position: absolute;
  top: 30px;
  width: auto;
}
.featured-posts section.featured-post.large {
  max-width: 100%;
  overflow: hidden;
}
.featured-posts section.featured-post {
  -webkit-transition-duration: 200ms;
  -webkit-transition-property: opacity, visibility;
  -webkit-transition-timing-function: ease;
  -moz-transition-duration: 200ms;
  -moz-transition-property: opacity, visibility;
  -moz-transition-timing-function: ease;
}
.featured-posts section.featured-post {
  opacity: 0;
  visibility: hidden;
}
.featured-posts #featured-post-1 {
  opacity: 1;
  visibility: visible;
}
.featured-post .feature-text:after,
.featured-post .feature-image.small:after {
  content: " ";
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(100%, rgba(255, 255, 255, 1))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  ); /* Opera11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  ); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  ); /* W3C */
  width: 100%;
  height: 45px;
  position: absolute;
  top: 230px;
}
.featured-post .feature-image.small:after {
  top: 253px;
}
#content .feature-slider {
  top: 5px;
  right: 8.9%;
  overflow: visible;
  position: absolute;
}
.feature-slider ul {
  list-style-type: none;
  margin: 0;
}
.feature-slider li {
  float: left;
  margin: 0 6px;
}
.feature-slider a {
  background: #3c3c3c;
  background: rgba(60, 60, 60, 0.9);
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.5),
    inset 0 0 2px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.5),
    inset 0 0 2px rgba(255, 255, 255, 0.5);
  box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.5),
    inset 0 0 2px rgba(255, 255, 255, 0.5);
  display: block;
  width: 14px;
  height: 14px;
}
.feature-slider a.active {
  background: #1982d1;
  -webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.4),
    inset 0 0 2px rgba(255, 255, 255, 0.8);
  -moz-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.4),
    inset 0 0 2px rgba(255, 255, 255, 0.8);
  box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.4),
    inset 0 0 2px rgba(255, 255, 255, 0.8);
  cursor: default;
  opacity: 0.5;
}

/* Recent Posts */
section.recent-posts {
  padding: 0 0 1.625em;
}
section.recent-posts .hentry {
  border: none;
  margin: 0;
}
section.recent-posts .other-recent-posts {
  border-bottom: 1px solid #ddd;
  list-style: none;
  margin: 0;
}
section.recent-posts .other-recent-posts li {
  padding: 0.3125em 0;
  position: relative;
}
section.recent-posts .other-recent-posts .entry-title {
  border-top: 1px solid #ddd;
  font-size: 17px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"] {
  color: #373737;
  float: left;
  max-width: 84%;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:after {
  content: "-";
  color: transparent;
  font-size: 11px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:hover {
}
section.recent-posts .other-recent-posts .comments-link a,
section.recent-posts .other-recent-posts .comments-link > span {
  border-bottom: 2px solid #999;
  bottom: -2px;
  color: #444;
  display: block;
  font-size: 10px;
  font-weight: 500;
  line-height: 2.76333em;
  padding: 0.3125em 0 0.3125em 1em;
  position: absolute;
  right: 0;
  text-align: right;
  text-transform: uppercase;
  z-index: 1;
}
section.recent-posts .other-recent-posts .comments-link > span {
  border-color: #bbb;
  color: #888;
}
section.recent-posts .other-recent-posts .comments-link a:hover {
  color: #1982d1;
  border-color: #1982d1;
}
section.recent-posts .other-recent-posts li:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

/* =Attachments
----------------------------------------------- */

.image-attachment div.attachment {
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-width: 1px 0;
  margin: 0 -8.9% 1.625em;
  overflow: hidden;
  padding: 1.625em 1.625em 0;
  text-align: center;
}
.image-attachment div.attachment img {
  display: block;
  height: auto;
  margin: 0 auto 1.625em;
  max-width: 100%;
}
.image-attachment div.attachment a img {
  border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
  border-color: #ddd;
  background: #fff;
}
.image-attachment .entry-caption p {
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 2.6em;
  margin: 0 0 2.6em;
  text-transform: uppercase;
}

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

audio,
video {
  display: inline-block;
  max-width: 100%;
}

.attachment .entry-content .mejs-container {
  margin-bottom: 24px;
}

/* =Navigation
-------------------------------------------------------------- */

#content nav {
  clear: both;
  overflow: hidden;
  padding: 0 0 1.625em;
}
#content nav a {
  font-size: 12px;
  font-weight: bold;
  line-height: 2.2em;
}
#nav-above {
  padding: 0 0 1.625em;
}
#nav-above {
  display: none;
}
.paged #nav-above {
  display: block;
}
.nav-previous {
  float: left;
  width: 50%;
}
.nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
#content nav .meta-nav {
  font-weight: normal;
}

/* Singular navigation */
#nav-single {
  float: right;
  position: relative;
  top: -0.3em;
  text-align: right;
  z-index: 1;
}
#nav-single .nav-previous,
#nav-single .nav-next {
  width: auto;
}
#nav-single .nav-next {
  padding-left: 0.5em;
}
#nav-single .nav-previous {
  padding-right: 0.5em;
}

/* NOVOS */

#header {
  border: 0px solid;
  display: flex;
  padding: 50px 7.6% 10px;
}
#logo {
  padding-top: 30px;
  /*width: 30%;*/
  width: 50%;
  float: left;
  position: relative;
  padding-right: 30px;
  margin: auto;
}
#logo img {
  /*width: 85%;*/
  width: 100%;
  max-width: 455px;
}
.logofooter img {
  width: 85% !important;
}
.menu a, .sub-menu li a {
    color: #fff !important;
    font-family: 'Jost', sans-serif;
    font-size: 13px !important;
    font-weight: 500;
}
#menu-item-21484 .sub-menu {
    margin-left: -92px !important;
}
#pacoteheader {
  border: 0px solid;
  float: right;
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  max-width: 690px;
}
#procura {
  display: flex;
  float: right;
  padding: 16px 30px 30px;
}
#procura form {
  margin-right: 44px;
}
#procura a {
  margin-top: 6px;
}
#procura a {
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
  font-size: 12px;
  vertical-align: middle;
  letter-spacing: 1px;
}
.lupa {
    padding: 0px 20px 0px 0px;
    border: 0px solid #000;
    position: absolute;
}
#menutop {
    display: grid;
    float: right;
}
#abovemenu {
    border: 0px solid;
    padding: 12px 20px 10px 13px;
    clear: both;
    display: block;
    float: right;
}
#sociais {
  float: left;
}
#inscrever {
  float: right;
}
#inscrever a {
  font-weight: 500;
  text-transform: uppercase;
  color: #f37043;
}
.rounded {
  color: #fff;
  font-weight: 500;
  padding: 4px 20px;
  border-radius: 40px;
}
.red {
  background: #f37043;
  font-size: 14px;
  letter-spacing: 1px;
}
.roxo {
  background: #7C7FBD;
  font-size: 14px;
  letter-spacing: 1px;
}
.ita {
  font-style: italic;
}
#inscrever {
  float: right;
}
#sociais .fab {
  font-size: 20px;
  padding: 0 4px;
  color: #2b479e;
}
#footer {
  background: #7c51a1;
  color: #fff;
  clear: both;
  padding: 30px;
  display: flow-root;
  padding: 4% 7.6%;
}
#footer a {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
}
#footer #sociais .fab {
  color: #fff;
}
#col1 {
  float: left;
}
#col2 {
  float: right;
}
.menufooter {
  margin: 10px 0;
  display: block;
}
.menufooter li {
  list-style: none;
  padding: 10px 0;
}
.menufooter ul {
  padding: 0 !important;
  margin: 0;
}
.pulapula {
  display: table;
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 20px;
}
.pulaSec {
    margin: 60px 0 30px;
}
.logofooter {
  padding: 0 !important;
  width: 100% !important;
}
.metade {
  float: left;
  border: 0px solid;
  padding: 0;
  margin: 0;
  display: flow-root;
  width: calc(100% / 2);
}
.terco {
  border: 0px solid;
  width: calc(100% / 3);
}
.context {
  line-height: 19px;
}
#col2 #inscrever {
  float: left !important;
}
.sub-menu {
  margin-left: 20px !important;
}
.sub-menu li {
  padding: 0;
}

.sub-menu li a {
  font-size: 13px !important;
  font-family:'Jost', sans-serif;
  font-weight:500 !important;
}
#footer #sociais .fab {
  font-size: 30px;
  vertical-align: top;
}
.contentGeral {
  text-align: center;
}
.btn.banner.Vermelho {
  background: #f48f92;
  padding: 0px 14px;
  border-radius: 23px;
  font-weight: 700;
  color: #fff;
  font-size: 12px;
  font-style: italic;
  margin-top: 50px !important;
}
.Vermelho {
  background-color: #ee295e;
}
.btn.banner.Azul {
  background: #7c7fbd;
  padding: 0px 14px;
  border-radius: 23px;
  font-weight: 700;
  color: #fff;
  font-size: 12px;
  font-style: italic;
  margin-top: 50px !important;
}
.Azul {
  background-color: #2b479e;
}
.Laranja {
  background-color: #f37043;
}
.Laranja {
  background-color: #f37043;
}
.Roxo {
  background-color: #7c51a1;
}
.Rosa {
  background-color: #ee295e;
}
#bloco.Rosa strong {
    font-size: 25px;
}
.btn {
    padding: 0px 14px !important;
    border-radius: 23px !important;
    font-weight: 300 !important;
    color: #fff;
    font-size: 14px !important;
    font-style: italic;
    /*margin-top: 50px !important;*/
    border: 0 !important;
	display: table !important;
}
.btn:hover {
    color: #fff !important;
}
.btnCentral {
    display: table !important;
    float: none !important;
    margin: auto;
        margin-top: auto;
}
.btnGigante {
    font-size: 30px !important;
    font-weight: 500 !important;
    padding: 0px 40px !important;
}
button {
  
  border: 0 !important;
}
.azulClaro {
  background: #7c7fbd;
  margin: 0;
  margin-top: 0px;
  float: right;
  margin-top: -30px !important;
}
.AzulClaro {
  background: #7D7FBD;
}
.rosaClaro {
  background: #f48f92;
  margin: 0;
  margin-top: 0px;
  float: right;
  margin-top: -30px !important;
}
.LaranjaClaroBanner {
  background: #f79a77;
}
.AzulClaroBanner {
  background: #7c7fbd;
}
.RosaClaroBanner {
  background: #FC4874;
}
.RoxoClaroBanner {
  background: #925FC1;
}
.VermelhoClaroBanner {
  background: #FC4874;
}

#banners {
  display: block;
  border: 0px solid;
}
.pacoteBanner {
  border: 0px solid;
  display: flex;
}
.pacoteBanner p {
  color: #fff;
  font-size: 21px;
font-weight: 200;
line-height: 26px;
}
.pacoteBanner p,
.pacoteBanner h1 {
  color: #fff;
}
.pacoteBanner h1 {
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 20px;
}
/*
.imgBanner {
    float: left;
    border: 0px solid;
    display: grid;
}
.contentBanner {
    padding: 80px 50px 0;
}

*/
/*.imgBanner {
  float: left;
  border: 0px solid;
  display: flex;
  width: 75%;
}*/
.imgBanner {
    float: left;
    border: 0px solid;
    display: block;
    width: 66.20%;
    max-width: 940px;
}
/*.contentBanner {
  padding: 80px 50px 0;
  width: 25%;
}*/
.contentBanner {
    padding: 40px 50px 0;
    width: 33.8%;
	max-width:480px
}
.imgBanner img {
  height: auto;
  width: 100%;
}
.titgeral.Laranja {
  background: #f37043;
}
.contentGeral p {
  font-size: 21px;
  padding: 0 180px;
  font-family:'Jost', sans-serif;
  margin-bottom: 30px;
}
#pacoteBox {
  display: flex;
  text-align: center;
  padding: 0 180px;
}
#fourBoxes {
  display: flex;
  text-align: center;
  width: 100%;
  margin-top: 80px;
}

.box {
  padding: 30px;
  width: calc(100% / 3);
  border: 0px solid;
}
.box4 {
  padding: 30px;
  width: calc(100% / 4);
  border: 0px solid;
}
.box4 h2 {
    min-height: 40px;
}
.box img {
  max-width: 145px;
  border: none !important;
  margin-bottom: 30px;
  max-height: 125px;
}
.box p {
  margin-top: 30px;
  font-size: 26px;
  line-height: 31px;
}
.box1 strong {
  color: #f37043;
}
.box2 strong {
  color: #ee295e;
}
.box3 strong {
  color: #7c51a1;
}
#radarHome {
  margin: 80px 0;
  display: none;
}
.noticiasDestaque {
  display: flex;
  width: 100%;
  border: 0px solid;
}
.pacoteNoticia {
  padding: 17px;
}
.pacoteNoticia h1 {
  color: #ee295e;
  font-weight: 500;
  font-size: 21px;
  line-height: 26px;
  margin-bottom: 20px;
  min-height:79px;
}
.pacoteNoticia h1 a {
  color: #ee295e;
  
}
.pacoteNoticia p {
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 30px;
  hyphens: auto;
}
.thumbRadar img {
    max-width: 320px;
    width: 320px;
    height: 320px;
}
.thumbRadarPage img {
    height: 320px !important;
}
a img {
  background: none !important;
}
#faixa {
  padding: 30px 80px;
}
.faixa_newsletter {
  background-color: #f37043;
  color: #fff;
  font-weight: 500;
  font-size: 25px;
  text-align: center;
}
.kiko img {
    width: 60%;
    max-width: 320px;
}
.kiko {
  margin-bottom: 30px;
}

.boxContent h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  color: #7c51a1;
  margin-bottom: 20px;
  text-align: left;
}
.boxContent p {
  font-size: 16px;
  text-align: left;
  line-height: 20px;

  margin-bottom: 20px;
}
.azulClaro2 {
  background: #A082BC;
}
.laranjaClaro2 {
  background: #f79a77;
}
.laranjaClaro {
  background: #f79a77;
  margin-top: 20px !important;
  display: inline-block;
}

.full {
  width: 88% !important;
  border: 0px solid;
  display: block;
  margin: 0 !important;
  margin-bottom: 0px;
  margin-bottom: 10px !important;
}
.imgMap {
  position: relative;
  z-index: 0;
  float: right;
  text-align: right;
  max-width: 86%;
}
.pacoteMap {
  display: block;
  z-index: 1;
  position: absolute;
  border: 0px solid;
  width: 385px;
}
.txtMap {
  margin-top: 200px;
}
.pacoteMap h2 {
  color: #f37043;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
}
.pacoteMap p {
  margin: 20px 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 23px;
}
.areaMap {
    margin-top: 100px !important;
    display: table;
    width: 100%;
    padding: 0 7.6%;
}
#bloco {
  text-align: center;
  padding: 40px 120px;
  font-size: 21px;
}
#bannermeiopage {
  text-align: center;
}
#bannermeiopage img {
  width: 100%;
  max-width: 1421px;
}
#bannerProjetosPage img {
    max-width: 937px;
}
#bannerDentroPage img {
    max-width: 937px;
}
.blocoContent p {
  font-size: 21px;
  padding: 0 180px;
}
#bloco h2 {
  font-weight: 500;
  margin-bottom: 30px;
  color: #2b479e;
  font-size: 25px;
}
.entry-content h2, .entry-content h3 {
    font-weight: 500;
    margin-bottom: 30px;
    color: #2b479e;
    font-size: 25px;
}
#bloco.Laranja {
    margin-top: 40px;
}
#bloco.Laranja, #bloco.Rosa, #bloco.Roxo {
  color: #fff;
}
#bloco.Laranja h2 {
  color: #fff;
}
.espacoTop {
  margin-top: 50px;
}
.pacBoxes {
    text-align: center;
    margin: 50px auto;
    max-width: 1024px;
}
.pacBoxes h2 {
    font-size: 25px;
    font-weight: 500;
    color: #2b479e;
    text-transform: uppercase;
}
#menuMeio {
  color: #fff;
  background-color: #2b479e;
  width: 100%;
  display: table;
  padding: 20px 0;
  text-align: center;
  margin-bottom: 0px;
}
#menuMeio ul {
  display: inline-flex;
  margin: 0;
}
#menuMeio li {
  list-style: none;
  padding: 4px 36px;
  margin: 0 2px;
}
#menuMeio li a {
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
.backNada {
  background: none;
  color: #2b479e !important;
  font-weight: 500 !important;
  font-size: 25px !important;
}
#centraliza {
  display: flex;
  width: 90%;
  margin: auto;
  max-width: 1420px;
}
.desenv {
  background: #ff0;
  padding: 20px;
  font-style: italic;
  margin: 50px;
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
}
.desenv::before {
  content: "nota para desenvolver";
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: underline;
}
.nota {
  background: #eee;
  padding: 20px;
  font-style: italic;
  margin: 50px;
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
}
.nota::before {
  content: "Conteúdo";
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: underline;
}
.nota::after {
  content: "- As atualizações de conteúdo das seções foram feitas pelo documento word entregue. APENAS: POSTS, PUBLICAÇÕES, CASES E EQUIPE SERÁ CARREGADOS DO SITE ATUAL. FAVOR FORNECER ARQUIVO COM CONTEÚDO CURADO PARA AS SEÇÕES DO SITE  - ";
  text-transform: uppercase;
  display: block;
  color: red;
}
.entry-content ul {
    font-size: 21px;
    margin: 0;
    padding: 0;
}
/* ALTERADO 01-09-2021
.entry-content ul li {
    list-style: none;
    font-family: 'Jost', sans-serif;
    font-weight: 500;
	color: #2b479e;
}
*/
.entry-content ul li {
    list-style: disc;
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    color: #2b479e;
    text-align: left;
}
.pacoteEquipe {
    display: block;
}
.boxEquipe {
    background: transparent;
    float: left;
    width: calc(100%/4 - 20px);
    margin: 10px;
    text-align: center;
    color: #fff;
    max-width: 320px;
}
.boxEquipe img {
    width: 100%;
    height: auto;
    max-height: 209px;
    display: ruby-text-container;
    padding: 0;
    margin: 0;
}
.boxEquipe h3 {
    font-family: 'Jost', sans-serif;
    font-weight: 300;
    font-size: 16px;
    padding: 10px 0 !important;
    margin: 0;
    background: #2B479E;
}
.gordo {
    min-height: 70px;
    font-size: 18px !important;
    vertical-align: middle;
    padding: 10px 50px !important;
    font-weight: 500 !important;
}
/*
.boxEquipe img {
    width: 100%;
    height: auto;
    max-height: 203px;
}
.boxEquipe h3 {
    font-family: 'Jost', sans-serif;
    font-weight: 300;
    font-size: 16px;
    padding: 0 !important;
    margin: 9px 0;
}*/
.boxEquipe h3 .low {
	text-transform:lowercase;
}
.pacoteDeliberativo {

    display: table;
    width: 100%;
    padding-top: 30px !important;
    text-align: center;
}
.boxDeliberativo {
 
    padding: 20px 80px;
    border-top: 0px solid #2B479E;
}
.boxDeliberativo p:empty::before {
    background: #ddd;
    display: none;
}
.boxDeliberativo h3 {
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    font-size: 23px;
    padding: 0 !important;
    margin: 9px 0;
    color: #2B479E;
    text-transform: uppercase;
}
.boxDeliberativo h3 .low {
	text-transform: capitalize;
}
.espaco {
    margin-bottom: 50px !important;
    display: inline-block;
}
.col3 {
  display: flex;
  width: 100%;
  background: #;
}
.col3 .boxDeliberativo {
  margin: 0 10px;
  padding: 0;
  width: calc(100%/5 - 23px);
  justify-content: space-between;
}
.col3 .boxDeliberativo p br {
    margin-bottom: 17px;
}
#bloco .tabela td {
    border: 0px solid !important;
    background: #;
    margin: 10px;
    padding: 10px;
}
#bloco .tabela td img {
    background: # !important;
    border: 1px solid #eee !important;
    margin: 0 !important;
}
#bloco .tabela h4 {
    background: #;
    width: auto !important;
    margin: 0;
    padding: 10px 0;
	color:#2b479e;
}
#bloco .tabela p {
	background: #;
    width: auto !important;
    display: initial;
	padding: 0 !important;
	margin: 0 !important;
	
}
#bloco .tabela p .btn.Azul {
    margin: 0px !important;
    padding: 2px 20px !important;
    display: inline !important;
}
.btn.AzulClaro {
    margin: 0px !important;
    padding: 2px 20px !important;
    display: inline !important;
}
#bloco .tabela p .btn.Azul:hover {
    color: #fff;
	opacity:0.8;
}
.tabela td p::before {
    content: none;
}
.logos-parceiros {
    column-count: 6;
}

.img-bolas5, .img-bolas6 {
    display: inline-flex;
    margin: auto;
}

.img-bolas6 img, .img-bolas5 img  {
    margin: 10px;
	max-width: 200px;
	min-width: 200px;
}


.pacotePublicacoes {
    /*column-count: 4;*/
	display:inline-table;
}
.boxPublicacao {
    background: # !important;
    margin-bottom: 17px;
    display: table;
    width: calc(100%/4);
}
.boxPublicacao h1 {
    color: #ee295e;
    font-weight: 500;
    font-size: 21px;
    line-height: 26px;
    margin: 10px 0;
	min-height: 80px;
}
.boxPublicacao h1 a {
    color: #ee295e;
    
}
.boxPublicacao p::before {
    content: none;
}
#post p::before {
    content: none !important;
}
.boxPublicacao .btn {
	margin-top:0 !important;
}
.boxPublicacao p {
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 30px;
	min-height: 80px;
}
.boxPublicacao {
    border-top: 3px solid #ee295e;
}
article.post p {
    font-family: 'Jost', sans-serif;
    font-size: 18px;
}
/* INSERIDO EM 27/4 */
.entry-content.aEsquerda p {
    font-size: 21px;
    padding: 0 7.6%;
}
footer.entry-meta, #nav-single {
    display: none;
}
article.post .entry-content h1 {
	font-size:20px;
	font-weight:700;
}
article.post .entry-content h2 {
	font-size:18px;
	font-weight:700;
}
article.post .entry-content h3 {
	font-size:16px;
	font-weight:700;
}
/* ALTERADO EM 27/4
.post.format-standard {
    text-align: center;
}
*/
.post.format-standard {
    text-align: center !important;
    border: 0px solid;
    max-width: 1420px;
    margin: auto;
        margin-bottom: auto;
    margin-bottom: auto;
    margin-bottom: 50px;
    padding: 0 7.6%;
}

.post.format-standard .entry-title, .post.format-standard h3 {
	color: #ee295e;
}

.data {
    color: #000;
	font-weight:300;
	font-size:17px;
}
#post .loginho {
    text-align: right;
    margin-top: -78px;
    margin-bottom: 10px;
}
#post .loginho img {
    max-width: 150px;
    height: auto;
    text-align: right !important;
    margin: ;
}
.pacBoxes > div a {
    color: #333;
    text-decoration: none !important;
}
.aEsquerda p {
    text-align: left;
}
.secThumb img {
    width: 50%;

    height: auto;
    max-width: 165px;
}
h1 a {
    color: #fff;
}
.aEsquerda .status-publish h1 a {
    color: red !important;
    text-align: left !important;
}

.aEsquerda .status-publish > .entry-title h1 a  {
    color: orange !important;
    text-align: left !important;
}
#Conselho, #Comites {
    border: 0px solid;
    display: table;
    width: 100%;
    height: 20px;
    position: relative;
}
.btn.banner.Rosa {
    background: #F48F92;
}
.contentGeral .gallery-item img {
	width:100%;
    max-width: 207px !important;
    padding: 10px !important;
	
}
.gallery-columns-6#gallery-1 .gallery-item {
    width: 16.66% !important;
}
#content .gallery-columns-5 {
    max-width: 1032px !important;
}
.pack {
    border: 0px solid;
    z-index: 100;
    max-width: 1420px !important;
    margin: auto;
}
.pack div {
    width: calc(100%);
    border: 0px solid;
	padding: 20px;
}
.pra-ca2, .pra-ca1, .pra-ca3, .pra-ca4 {
	display:flex;
}
.pra-ca1 div, .pra-ca3 div {
    float: left;
}
.bola {
    text-align: center;
    width: 40px !important;
}
.pra-ca2, .pra-ca4 {
    flex-direction: row-reverse;
}
.pra-ca2 .content, .pra-ca1 .titConsult {
    text-align: right;
}
.pra-ca4 .content, .pra-ca3 .titConsult {
    text-align: right;
}
.pack .bola {
    padding: 20px 0 !important;
}
.titConsult {
	font-size: 25px;
	padding: 0 20px !important;
	font-weight: 500;
	font-family:"Jost", sans-serif;
	text-transform:uppercase;
	margin-top: 20px;
}
.pra-ca1 .titConsult {
    color: #F37043;
}
.pra-ca2 .titConsult {
    color: #7C51A1;
}
.pra-ca3 .titConsult {
    color: #EE295E;
}
.pra-ca4 .titConsult {
    color: #2B479E;
}
.pra-ca1, .pra-ca2, .pra-ca3, .pra-ca4 {
    z-index: 1;
    position: relative;
}
.pack .content li {
    font-size: 21px;
    font-family: "Jost", sans-serif;
    font-weight: 300;
    list-style: none;
}
.pack .content ul {
	margin: 0;
	padding: 0;
}
.pack .content li::before {
    content: '- ';
    display: none;
}
.style-another {
    font-family: 'Roboto', sans-serif;
    max-width: 100%;
    width: 100%;
    position: relative;
}
.style-another::after {
    content: '';
    display: block;
    clear: both;
}
.style-another::before {
    content: '';
    height: 98%;
    width: 0px;
    border: 1px solid #000;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 30px;
	z-index:0;
}


.pra-ca2 .content, .pra-ca1 .ano {
    text-align: right;
}
.pra-ca4 .content, .pra-ca3 .ano {
    text-align: right;
}
.ano {
	font-size: 60px;
	padding: 0 20px !important;
	font-weight: 300;
	font-family:"Jost", sans-serif;
}
.pra-ca1 .ano {
    color: #F37043;
}
.pra-ca2 .ano {
    color: #7C51A1;
}
.pra-ca3 .ano {
    color: #EE295E;
}
.pra-ca4 .ano {
    color: #2B479E;
}

.wpcf7-response-output {
    color: red !important;
}
.contentGeral ul {
  padding: 0 215px 55px !important;
}
.entry-content ul li {
  list-style: disc;
  font-family: 15px "Jost", sans-serif !important;
  color: #000;
  text-align: left;
  font-weight: 300;
}
.entry-content.aEsquerda p {
  font-size: 21px;
  padding: 0 7.6%;
}
.wp-caption .wp-caption-text {
  margin-bottom: 0.6em;
  padding: 10px 0 5px 40px;
  position: relative;
}
.wp-caption .wp-caption-text, .gallery-caption {
  color: #666;
  font-family: 'Jost', sans-serif;
  font-size: 12px;
}
.wp-caption-text {
  font-size: 14px !important;
  margin-top: 13px !important;
}
.wp-caption .wp-caption-text::before {
  
  content: " " !important;
 
}
#bloco.Laranja .formIntegration {
  width: 50%;
  max-width: 500px;
  text-align: left;
}
.vertical.divlabel > label {
  text-align: left;
  float: left;
}
.vertical.divinput {
  width: 100%;
}
.formIntegration.formIntegration2 input[type="text"] {
  background: transparent;
}
form.formIntegration2 div.containerMultiple {
  width: 100%;
  overflow: auto;
  border: 1px solid #bec5cb;
  padding: 2px;
  background-color: #FFF;
  position: relative;
}
form.formIntegration2 div.containerMultiple {
  border: 0px solid #bec5cb !important;
}
.containerMultiple.containerMultiple_cmp46 {
  background: transparent !important;
  border: 0 !important;
}
.containerMultiple.containerMultiple_cmp46 label {
  font-size: 14px !important;
}
.vertical.class1.submit.submit-button-td {
  text-align: center;
}
.dinSubmit {
  background: orange;
  border: 0;
  padding: 6px 25px;
  border-radius: 24px;
  color: #fff;
  text-transform: uppercase;
}
div.containerMultiple div label {
  color: #fff !important;
  font-size: 14px;
}

input.type_VC, textarea.type_VC, input.type_EMAIL {
  border-bottom: 1px solid #fff;
  padding: 20px 0 !important;
}

.accordion__item p {
  font-size: 16px;
  line-height: 26px !important;
  font-weight: 400;
}
/* FIM NOVOS */

/* LISTAGEM CASES */
.cat-item-400 {
    display: none !important;
}
#pacote_cases .item-publi {
    width: calc(100%/3 - 20px);
    
}
#pacote_cases #equipe {
    border: 1px solid #eee;
    width: 75%;
}
#sidebar_cases {
    width: calc(100% /4 - 20px);
    display: block;
    min-height: 300px;
    background: #2B479E;
    float: left;
    margin-right: 10px;
	color:#fff;
}
#sidebar_cases a {
    
	color:#fff;
}
#pacote_cases {
    max-width: 1420px;
    margin: auto;
}
#sidebar_cases li {
    display: block;
}
#sidebar_cases ul {
    margin-bottom: 30px;
    padding: 0;
    margin: 0;
}
#sidebar_cases {

    padding: 20px;

}
.searchandfilter ul {
    display: inline-block;
}
#sidebar_cases h1, #sidebar_cases h2 {
    font-size: 15px;
}
#sidebar_cases label, #sidebar_cases a {
    font-size: 15px !important;
    font-weight: 300;
}
.cat-item-410 input, .cat-item-411 input, .cat-item-413 input {
    display: none !important;
}
.cat-item-410 label, .cat-item-411 label, .cat-item-413 label {
    font-size: 15px !important;
    font-weight: 700 !important;
    display: block;
    text-transform: uppercase;
}
#sidebar_cases input[type="submit"] {
    background: #f37043 !important;
    border: 0;
    padding: 4px 45px;
    border-radius: 20px;
    font-weight: 500 !important;
    letter-spacing: 1px;
    margin: 10px 0;
}
.children input {
    display: inline !important;
}
.children label {
    font-size: 15px !important;
    font-weight: 300 !important;
    display: block;
    text-transform: uppercase;
}
.searchandfilter ul ul ul {
    border-bottom: 1px solid;
    width: 100%;
}
.searchandfilter ul {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px !important;
    padding-bottom: 10px !important;
}
.searchandfilter li {
    margin: 0 !important;
    padding: 0 !important;
}
.searchandfilter input {
    display: none;
}
.searchandfilter li {
	text-transform:uppercase;
	font-weight:900;
}
.searchandfilter li label {
	font-weight:500 !important;
}
.searchandfilter .children li label {
	font-weight:300 !important;
}
#sidebar_cases .searchandfilter input[type="submit"] {
    background: #f37043 !important;
    border: 0;
    padding: 4px 45px;
    border-radius: 20px;
    font-weight: 500 !important;
    letter-spacing: 1px;
    margin: 10px 0;
	display:block;
}
/* FIM LISTAGEM CASES */

/* MODAL */
.modal-content {
	border-radius: 6px !important;
	background: #7C7FBD !important;
	color: #fff !important;
}
.modal-dialog {
	width: 70% !important;
	max-width: 1100px !important;
	margin: 50px auto !important;
	min-width: 600px !important;
}
.modal-dialog p {
	font-size:16px !important;
}
.modal-footer {
	display: none !important;
}
.modal-header button {
    float: right !important;
    background: none !important;
    font-weight: 900 !important;
    color: #fff !important;
    font-style: normal !important;
}
.modal-header {
    border-bottom: 0 !important;
}
.cursor {
	cursor: pointer !important;
}
.modal-content input {
    background: transparent !important;
	color:#fff !important;
}
.wpcf7-form-control.wpcf7-submit {
    background: #f90 !important;
    border: 0 !important;
    padding: 2px 25px !important;
    border-radius: 20px !important;
}
/* FIM MODAL */

/* BOOT */

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.item-publi {
    width: calc(100%/4 - 20px);
    float: left;
    margin: 10px;
    padding: 0px;
    margin-bottom: 50px;
	max-width: 320px;
}
/* FIM BOOT */

.noticiasLista {
  background: ;
  display: inline-table !important;
}
.pacoteNoticiaPage {
    float: left !important;
    width: calc(100% / 4 - 20px);
    margin: 17px;
        margin-bottom: 17px;
    min-height: 278px;
    border-top: 3px solid #ee295e;
    margin-bottom: 50px;
    max-width: 320px;
}
.thumbRadarPage img {
  width: 100%;
  height: auto !important;
}
.pacoteNoticiaPage h1 {
    color: #ee295e;
    font-weight: 500;
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 20px;
    min-height: 80px;
}
.pacoteNoticiaPage h1 a {
    color: #ee295e;
   
}
.pacoteNoticiaPage p {
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 30px;
  min-height:110px;
}
.pacoteNoticiaPage p a{
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 30px;
  min-height:110px;
  color:#333;
}

/* =Widgets
----------------------------------------------- */

.widget-area {
  font-size: 12px;
}
.widget {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  clear: both;
  margin: 0 0 2.2em;
}
.widget-title {
  color: #666;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.6em;
  text-transform: uppercase;
}
.widget ul {
  font-size: 15px;
  margin: 0;
}
.widget ul ul {
  margin-left: 1.5em;
}
.widget ul li {
  color: #777;
  font-size: 13px;
}
.widget a {
  font-weight: bold;
  text-decoration: none;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
  text-decoration: underline;
}
.widget select {
  max-width: 100%;
}

/* Search Widget */
.widget_search form {
  margin: 0 0 1.625em;
}
.widget_search #s {
  width: 77%;
}
.widget_search #searchsubmit {
  background: #ddd;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
  box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
  color: #888;
  font-size: 13px;
  line-height: 25px;
  position: relative;
  top: -2px;
}
.widget_search #searchsubmit:active {
  background: #1982d1;
  border-color: #0861a5;
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
  color: #bfddf3;
}

/* Ephemera Widget */
section.ephemera ol,
.widget_twentyeleven_ephemera ol {
  list-style: square;
  margin: 5px 0 0;
}
.widget_twentyeleven_ephemera .widget-entry-title {
  font-size: 15px;
  font-weight: bold;
  padding: 0;
}
.widget_twentyeleven_ephemera .comments-link a,
.widget_twentyeleven_ephemera .comments-link > span {
  color: #666;
  display: block;
  font-size: 10px;
  font-weight: 500;
  line-height: 2.76333em;
  text-transform: uppercase;
}
section.ephemera .entry-title .comments-link a:hover,
.widget_twentyeleven_ephemera .entry-title .comments-link a:hover {
}
section.ephemera .entry-title a span {
  color: #29628d;
}

/* Twitter */
.widget_twitter li {
  list-style-type: none;
  margin-bottom: 14px;
}
.widget_twitter .timesince {
  display: block;
  font-size: 11px;
  margin-right: -10px;
  text-align: right;
}

/* Widget Image */
.widget_image img,
.widget_media_image img {
  border: 0;
  padding: 0;
  height: auto;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .widget_media_image .size-thumbnail {
    padding: 6px;
  }
}

/* Calendar Widget */
.widget_calendar #wp-calendar {
  color: #555;
  width: 95%;
  text-align: center;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
  text-align: center;
}
.widget_calendar #wp-calendar caption {
  font-size: 11px;
  font-weight: 500;
  padding: 5px 0 3px 0;
  text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
  background: #f4f4f4;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
  background: #f4f4f4;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.widget_calendar .wp-calendar-nav {
  display: table;
  width: 95%;
}
.widget_calendar .wp-calendar-nav span {
  display: table-cell;
  text-align: center;
}
.widget_calendar .wp-calendar-nav-prev,
.widget_calendar .wp-calendar-nav-next {
  width: 40%;
}

/* Text Widget */
.widget_text ul,
.widget_text ol {
  margin: 0 0 1.625em 2.5em;
}
.widget_text ul ul,
.widget_text ol ol,
.widget_text ul ol,
.widget_text ol ul {
  margin-bottom: 0;
}

/* Tag Cloud Widget */
.tagcloud ul {
  list-style-type: none;
}

.tagcloud ul li {
  display: inline-block;
}

/* Helps galleries in widget areas look presentable in most cases. */
#page .widget-area .gallery-columns-2 img,
#page .widget-area .gallery-columns-3 img,
#page .widget-area .gallery-columns-4 img,
#page .widget-area .gallery-columns-5 img,
#page .widget-area .gallery-columns-6 img,
#page .widget-area .gallery-columns-7 img,
#page .widget-area .gallery-columns-8 img,
#page .widget-area .gallery-columns-9 img {
  border: none;
  max-width: 90%;
  width: auto;
}

/* =Comments
----------------------------------------------- */

#comments-title {
  color: #666;
  font-size: 10px;
  font-weight: 500;
  line-height: 2.6em;
  padding: 0 0 2.6em;
  text-transform: uppercase;
}
.nopassword,
.nocomments {
  color: #aaa;
  font-size: 24px;
  font-weight: 100;
  margin: 26px 0;
  text-align: center;
}
.commentlist {
  list-style: none;
  margin: 0 auto;
  width: 68.9%;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
  width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
  background: #f6f6f6;
  border: 1px solid #ddd;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0 0 1.625em;
  padding: 1.625em;
  position: relative;
}
.commentlist .pingback {
  margin: 0 0 1.625em;
  padding: 0 1.625em;
}
.commentlist .children {
  list-style: none;
  margin: 0;
}
.commentlist .children li.comment {
  background: #fff;
  border-left: 1px solid #ddd;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  margin: 1.625em 0 0;
  padding: 1.625em;
  position: relative;
}
.commentlist .children li.comment .fn {
  display: block;
}
.comment-meta .fn {
  font-style: normal;
}
.comment-meta {
  color: #666;
  font-size: 12px;
  line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
  line-height: 1.625em;
  margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
  margin: 1.625em 0 0;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.comment-meta a {
  font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px #ccc;
  -moz-box-shadow: 0 1px 2px #ccc;
  box-shadow: 0 1px 2px #ccc;
  left: -102px;
  padding: 0;
  position: absolute;
  top: 0;
}
.commentlist > li:before {
  content: url(images/comment-arrow.png);
  left: -21px;
  position: absolute;
}
.commentlist > li.pingback:before {
  content: "";
}
.commentlist .children .avatar {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  left: 2.2em;
  padding: 0;
  top: 2.2em;
}
a.comment-reply-link {
  background: #eee;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #666;
  display: inline-block;
  font-size: 12px;
  padding: 0 8px;
  text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
  background: #888;
  color: #fff;
}
a.comment-reply-link > span {
  display: inline-block;
  position: relative;
  top: -1px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {
  background: #ddd;
  border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
  color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
  content: url(images/comment-arrow-bypostauthor.png);
}

/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
  background: #ddd;
  border-color: #d3d3d3;
}

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
  margin-left: 102px;
  width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
  width: auto;
}

/* Comment Form */
#respond {
  background: #ddd;
  border: 1px solid #d3d3d3;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0 auto 1.625em;
  padding: 1.625em;
  position: relative;
  width: 68.9%;
}
#respond input[type="text"],
#respond textarea {
  background: #fff;
  border: 4px solid #eee;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 3px rgba(204, 204, 204, 0.95);
  -moz-box-shadow: inset 0 1px 3px rgba(204, 204, 204, 0.95);
  box-shadow: inset 0 1px 3px rgba(204, 204, 204, 0.95);
  position: relative;
  padding: 10px;
  text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
  position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
  background: #eee;
  -webkit-box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
  -moz-box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
  box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
  color: #555;
  display: inline-block;
  font-size: 13px;
  left: 4px;
  min-width: 60px;
  padding: 4px 10px;
  position: relative;
  top: 40px;
  z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
  text-indent: 0;
  z-index: 1;
}
#respond textarea {
  resize: vertical;
  width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
  color: #bd3500;
  font-size: 22px;
  font-weight: bold;
  left: 75%;
  position: absolute;
  z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
  font-size: 13px;
}
#respond p {
  margin: 10px 0;
}
#respond .form-submit {
  float: right;
  margin: -20px 0 10px;
}
#respond input#submit {
  background: #222;
  border: none;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  color: #eee;
  cursor: pointer;
  font-size: 15px;
  margin: 20px 0;
  padding: 5px 42px 5px 22px;
  position: relative;
  left: 30px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
#respond input#submit:active {
  background: #1982d1;
  color: #bfddf3;
}
#respond #cancel-comment-reply-link {
  color: #666;
  margin-left: 10px;
  text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
  text-decoration: underline;
}
.commentlist #respond {
  margin: 1.625em 0 0;
  width: auto;
}
#reply-title {
  color: #373737;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}
#cancel-comment-reply-link {
  color: #888;
  display: block;
  font-size: 10px;
  font-weight: normal;
  line-height: 2.2em;
  letter-spacing: 0.05em;
  position: absolute;
  right: 1.625em;
  text-decoration: none;
  text-transform: uppercase;
  top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
  color: #ff4b33;
}
#respond label {
  line-height: 2.2em;
}
#respond input[type="text"] {
  display: block;
  height: 24px;
  width: 75%;
}
#respond p {
  font-size: 12px;
}
#respond #wp-comment-cookies-consent {
  margin: 0 10px 0 0;
}
p.comment-form-comment {
  margin: 0;
}
.form-allowed-tags {
  display: none;
}

/* =Footer
----------------------------------------------- */

#colophon {
  clear: both;
}
#supplementary {
  border-top: 1px solid #ddd;
  padding: 1.625em 7.6%;
  overflow: hidden;
}

/* Two Footer Widget Areas */
#supplementary.two .widget-area {
  float: left;
  margin-right: 3.7%;
  width: 48.1%;
}
#supplementary.two .widget-area + .widget-area {
  margin-right: 0;
}

/* Three Footer Widget Areas */
#supplementary.three .widget-area {
  float: left;
  margin-right: 3.7%;
  width: 30.85%;
}
#supplementary.three .widget-area + .widget-area + .widget-area {
  margin-right: 0;
}

/* Site Generator Line */
#site-generator {
  background: #f9f9f9;
  border-top: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  line-height: 2.2em;
  padding: 2.2em 0.5em;
  text-align: center;
}
#site-generator a {
  color: #555;
  font-weight: bold;
}
#site-generator span[role="separator"] {
  padding: 0 0.25em 0 0.5em;
}
#site-generator span[role="separator"]::before {
  content: "\007c";
}

/* =Responsive Structure
----------------------------------------------- */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}

@media (max-width: 800px) {
  /* Simplify the basic layout */
  #main #content {
    margin: 0 7.6%;
    width: auto;
  }
  #nav-below {
    border-bottom: 1px solid #ddd;
    margin-bottom: 1.625em;
  }
  #main #secondary {
    float: none;
    margin: 0 7.6%;
    width: auto;
  }
  /* Simplify the showcase template */
  .page-template-showcase-php .featured-posts {
    min-height: 280px;
  }
  .featured-posts section.featured-post {
    height: auto;
  }
  .page-template-showcase-php section.recent-posts {
    float: none;
    margin: 0;
    width: 100%;
  }
  .page-template-showcase-php #main .widget-area {
    float: none;
    margin: 0;
    width: auto;
  }
  .page-template-showcase-php .other-recent-posts {
    border-bottom: 1px solid #ddd;
  }
  /* Simplify the showcase template when small feature */
  section.featured-post .attachment-small-feature,
  .one-column section.featured-post .attachment-small-feature {
    border: none;
    display: block;
    float: left;
    height: auto;
    margin: 0.625em auto 1.025em;
    max-width: 30%;
    position: static;
  }
  article.feature-image.small {
    float: right;
    margin: 0 0 1.625em;
    width: 64%;
  }
  .one-column article.feature-image.small .entry-summary {
    height: auto;
  }
  article.feature-image.small .entry-summary p a {
    left: 0;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  /* Remove the margin on singular articles */
  .singular .entry-header,
  .singular .entry-content,
  .singular footer.entry-meta,
  .singular #comments-title {
    width: 100%;
  }
  /* Simplify the pullquotes and pull styles */
  .singular blockquote.pull {
    margin: 0 0 1.625em;
  }
  .singular .pull.alignleft {
    margin: 0 1.625em 0 0;
  }
  .singular .pull.alignright {
    margin: 0 0 0 1.625em;
  }
  .singular .entry-meta .edit-link a {
    left: 0;
    position: absolute;
    top: 40px;
  }
  .singular #author-info {
    margin: 2.2em -8.8% 0;
    padding: 20px 8.8%;
  }
  /* Make sure we have room for our comment avatars */
  .commentlist {
    width: 100%;
  }
  .commentlist > li.comment,
  .commentlist .pingback {
    margin-left: 102px;
    width: auto;
  }
  /* And a full-width comment form */
  #respond {
    width: auto;
  }
  /* No need to float footer widgets at this size */
  #colophon #supplementary .widget-area {
    float: none;
    margin-right: 0;
    width: auto;
  }
  /* No need to float 404 widgets at this size */
  .error404 #main .widget {
    float: none;
    margin-right: 0;
    width: auto;
  }
}

/* RESPONSIVO */

#menu_dResponsa {
	display:none;
}
.boxdelogos {
    height: auto;
    max-width: 1200px;
    margin: auto !important;
    border: 0px solid #eee; 
	background:#fff;
	max-height: 220px;
}
#header {
    border: 0px solid;
    display: flex;
    padding: 50px 0% 10px;
    max-width: 1420px;
    margin: auto;
}
.contentGeral {
    text-align: center;
    padding: 0 7.6%;
}
/* CARROSSEL */

.slick-initialized .slick-slide {
	display: flex !important;
}
.block-tamanho-bloco {
	max-width: 1420px !important;
	position: relative !important;
	margin: auto;
}
.news-carrossel {
	margin-top: 60px;
}
.destaque--arrow--midia--left,
.cases--arrow--midia--left,
.news-caroussel--arrow--midia--left {
	position: absolute;
	/*left: -45px;*/
	left: 0px;
	top: 45%;
	cursor: pointer;
}
.destaque--arrow--midia--right,
.cases--arrow--midia--right,
.news-caroussel--arrow--midia--right {
	position: absolute;
	/*right: -45px;*/
	right: 0px;
	top: 45%;
	cursor: pointer;
}
.noticiasDestaque {
	display: block !important;
}
.pacoteNoticia {
	flex-direction: column;
	/*min-height: 690px;
	justify-content: space-between;*/
	padding: 0 10px;
	max-width:354px !important;
	border: 0px solid;
}
.inscreva {
	cursor: pointer;
}
/* Boostrap modal */
.modal img {
	max-width: 100%;
}

.pacBox {
    max-width: 1420px;
    margin: auto;
}
.mapcase p {
    padding: 0 !important;
    margin: 0 !important;
}
.mapcase img {
    max-width: 220px;
    width: 100%;
}
.noticiasLista {
    max-width: 1420px;
    margin: 0 auto !important;
    border: 0px solid;
    display: table !important;
    width: 100%;
}
.entry-content.aEsquerda {
    padding: 0 7.6%;
}
.entry-content.aEsquerda h3 {
    text-align: center !important;
}
.relatorioInd h4 {
    background: #;
    width: auto !important;
    margin: 0;
    padding: 10px 0;
    color: #2b479e;
}
.relatorioInd {
    text-align: left;
}
.relatorioInd p {
    padding: 0;
}
.relatorioInd p::before {
	display:none;
}
.relatorioInd img {
    display: inline-table;
    height: auto;
    width: auto;
}
#publicacoes {
    margin: 0 auto !important;
    max-width: 1420px;
    display: block;
}
.thumbCases {
    max-width: 320px;
}
.thumbCases img {
    max-width: 320px;
    height: 100%;
    max-height: 196px;
	/*max-height: 220px;*/
}
#publicacoes {
    max-width: 1420px;
    margin: auto !important;
    border: 0px solid;
}

#equipe {
    max-width: 1420px;
    margin: auto !important;
    border: 0px solid;
    display: table;
}
#publicacoes {
    max-width: 1420px;
    margin: auto !important;
    border: 0px solid;
}
.pacoteNoticia p a {
    color: #333;
}
.txtMap p a {
    color: #333;
}
.txtMap p a.btn {
    color: #fff;
}
article.post .entry-header {
    margin-bottom: 30px !important;
}
.contentGeral .thumbPublicacao img {
    margin: 30px 0 51px;
}
/***** COMEÇA AQUI ****/

@media (min-width: 1440px) {
	.thumbCases img {
   		height: 220px;
   }

.thumbCases img {
	/* INSERIDO EM 02/09/2021 */
    height: 100%;
    min-height: 220px;
    /* max-height: 220px;*/
    width: 100%;
    max-width: 320px;
    /* min-width: 320px; */
}
}
@media (max-width: 1439px) {
.thumbCases img {
    min-height: 220px;
	height: 100%;
    max-height: 220px;
}
}

@media (max-width: 1138px) {
.box4 h2 {
    min-height: 60px;
}
}
@media (max-width: 1024px) {
.thumbCases img {
 
	height: 100%;
    
	
	
}
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1680px) {
      /* For portrait layouts only */
#header {
    padding: 50px 0% 10px;
}

}
@media only screen and (min-device-width: 1420px) and (max-device-width: 1680px) {

.block-tamanho-bloco {
    margin: auto;
	max-width: 100%;
}

}
@media only screen and (min-device-width: 1240px) and (max-device-width: 1419px) {

.block-tamanho-bloco {
    margin: auto;
	max-width: 1240px;
}
.news-caroussel{
    margin: auto;
	max-width: 1200px;
	padding-right:26px;
}

}
@media only screen and (min-device-width: 1025px) and (max-device-width: 1239px) {
.block-tamanho-bloco {
    margin: auto;
	width: 100%;
	border: 0px solid #f90;
	
}
.slick-initialized .slick-slide {
    display: block !important;
}
.box p {
    margin-top: 30px;
    font-size: 23px;
    line-height: 31px;
}
#pacoteBox {

    padding: 0 50px;
}

}

@media (max-width: 1300px) {
#access a {
    padding: 0 4px;
  }
  .menu a,
  .sub-menu li a {
    font-size: 11px !important;
  }
}
@media (min-width: 1024px) {

  #pacoteBox {
    padding: 0 0px;
  }
  
}
@media only screen and (min-device-width: 1025px) and (max-device-width: 1439px) {

.slick-initialized .slick-slide {
    display: flex;
}
.imgBanner {

    width: 66.20%;
    max-width: 100%;
}
.contentBanner {
    padding: 20px 50px 34px;
    width: 33.8%;
    display: inline-block;
}
.pacoteBanner h1 {
    font-size: 1.6em;
    margin-bottom: 20px;
}
.pacoteBanner p {
    font-size: 1.11em;
    line-height: 1.1em;
}

.news-caroussel{
    margin: auto;
	padding-right:26px;
}
}
@media only screen and (min-device-width: 1025px) and (max-device-width: 1201px) {
#pacoteheader {
    width: auto;
    margin-top: 0%;
}
}
@media only screen and (min-device-width: 375px) and (max-device-width: 1024px) {
#header {
    max-width: 1023px;
    margin: auto;
    padding: 30px 0;
    display: table;
    width: 100%;
}
/* MENU */
#menutop {
    display: table;
    float: right;
}
#menu_dResponsa {
	display:table;
}
#menutop nav {
    display: none;
}
#logo {
    width: 65%;
    background: ;
    padding: 16px;
}
#procura {
    display: none;
}
#pacoteheader {
    width: 25%;
    margin-top: 3%;
}
#abovemenu #inscrever {
    display: none;
}
#abovemenu {
    padding: 10px 10px;

}
#menulateraldireito {
    padding: 4px 30px 4px 55px;
}
#menu_dResponsa {
    background: #7c51a1;
    clear: none;
    float: right;
    margin: 0 auto 0px;
    text-transform: uppercase;
    border-radius: 200px 0 0 200px;
}
#procura {
    display: none;
}
#menutop {
	background: ;
}
#pacoteheader {
    width: 35%;
    margin-top: 3%;
}
#sociais .fab {
    font-size: 17px;
    padding: 6px 0px;
    color: #2b479e;
}
#inscrever button {
    font-size: 10px;
}
/* FIM MENU */
}
@media (max-width: 1679px) {
#header {
    border: 0px solid;
    display: flex;
    padding: 50px 0% 10px;
}
.one-column #content {
    margin: 0 20px;
    width: auto;
}
#main {
    display: block;

}
.block-tamanho-bloco {
    margin: auto;
}
.areaMap {
    margin-top: 30px !important;
    border: 0px solid;
    flex-direction: column-reverse;
}
.imgMap {
    position: relative;
    z-index: 0;
    float: right;
    text-align: right;
    max-width: 70%;
}
.txtMap {
    margin-top: 50px;
    width: 100%;
}
.pacoteMap {
    z-index: 1;
    position: relative;
    border: 0px solid;
    width: 30%;
    float: left;
}

}


@media (max-width: 1420px) {
.one-column #content {
    margin: 0 0px;
}
.block-tamanho-bloco {
    margin: auto;
}
#header {
    max-width: 1420px;
    /*max-width: 1246px;*/
    margin: auto;
}
#logo {

    margin-left: 0px;
}
}
@media (max-width: 1239px) {

.thumbRadar img {
    max-width: 320px;
    width: 100%;
    height: auto;
}

}
@media (min-width: 1240px) {
.one-column #content {
    margin: 0 0px;
}

#access ul ul {
    top: 2.8em;
}

#logo {

    margin-left: 20px;
}
.pacoteBanner h1 {

    font-size: 25px;

}
.thumbRadar img {
    max-width: 320px;
    width: 100%;
    height: auto;
}

}
@media (max-width: 1640px) {
#menu-item-17837 .sub-menu {
    top: 2.8em;
    margin-left: -10px !important;
    left: -5.4em;
}
}

@media (max-width: 1550px) {
.pacoteBanner h1 {
    font-size: 23px;
}
}
@media only screen and (min-device-width: 375px) and (max-device-width: 1024px) {

.block-tamanho-bloco {
    margin: auto;
	max-width: 100%;
	border: 0px solid;
}
.news-caroussel{
    margin: auto;
	padding-right:26px;
}
.slick-initialized .slick-slide {
    display: block !important;
}

.slick-initialized .slick-slide {
    display: block !important;
}
.imgBanner {

    width: 100%;
    max-width: 100%;
}
.contentBanner {
    padding: 20px 50px 34px;
    width: 100%;
    display: inline-block;
}
#pacoteBox {
    display: flex;
    text-align: center;
    padding: 0 30px;
}
.contentGeral {
    text-align: center;
    padding: 0 30px;
}

#fourBoxes {
    display: table;
    text-align: center;
    width: 100%;
    margin-top: 80px;
}
.box4 {
    padding: 30px;
    width: calc(100% / 2);
    border: 0px solid;
    float: left;
    max-width: 345px;
}
.some {
    width: 40%;
    margin: auto;
    max-width: 690px;
}
.areaMap {
    margin-top: 30px !important;
    border: 0px solid;
    flex-direction: column-reverse;
    padding: 0 20px;
}
.contentGeral p {
    font-size: 21px;
    padding: 0 80px;
    font-family: 'Jost', sans-serif;
    margin-bottom: 30px;
}
.box p {
    margin-top: 30px;
    font-size: 23px;
    line-height: 31px;
}
.thumbRadar img {
    max-width: 320px;
    width: 320px;
    height: auto;
}

}
@media only screen and (min-device-width: 800px) and (max-device-width: 1024px) {
	#header {
		display:table;
		padding:20px 0 10px;
		
	}
	
}
@media only screen and (min-device-width: 480px) and (max-device-width: 800px) {
#page {
	background: #fff;
}
#main #content {
    margin: 0 0%;
    width: auto;
}
.metade {

    width: calc(100% / 1);
    margin-bottom: 20px;
}
#pacoteBox {
    display: table;
    text-align: center;
    padding: 0 0px;
    width: 100%;
}
.box {
    padding: 30px;
    width: calc(100% / 1);
    border: 0px solid;
}
}

@media (min-width: 799px) {
  .pacoteNoticia {
    padding: 17px;
    display: ;
    width: 25%;
    float: left;
  }
}

@media (max-width: 799px) {
  .areaMap {
    margin-top: 30px !important;
    padding: 20px;
  }
  .pacoteMap {
    position: relative;
  }
  .pacoteMap {
    display: block;
    border: 0px solid;
    width: auto;
  }
  .txtMap {
    margin-top: 20px;
  }
  .areaMap {
    display: inline-grid;
  }
  .imgMap {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .secThumb img {
    max-width: 100px;
  }
  .secThumb {
    width: 100%;
    display: block ruby;
    text-align: center;
  }
  .pacoteNoticia h1 a {
    color: #ee295e;
    font-size: 25px;
    padding-right: 30px;
  }
  /* FIM ESCONDENDO */
  .pacBoxes {
    display: block;
    border: 0px solid;
  }
  #pacoteBox {
    display: table;
    text-align: center;
    padding: 0 20px;
    width: 100%;
    border: 0px solid;
  }
  .box {
    padding: 0px;
    width: 100%;
    border: 0px solid;
  }
  .box p a {
    margin-top: 30px;
    font-size: 26px !important;
    line-height: 31px !important;
  }

  #radarHome {
    display: ;
  }

  .block-tamanho-bloco {
    width: 100vw !important;
  }

  .boxdelogos {
    max-width: 300px !important;
  }

  #fourBoxes {
    display: table;
  }
  #fourBoxes .box4 {
    width: 100%;
  }

  #fourBoxes .box4 .full {
    width: 100% !important;
  }

  /* REMANEJO */
  #faixa {
    padding: 30px 0px;
  }
  .terco {
    border: 0px solid;
    width: 100%;
  }
  #col2 #inscrever {
    display: none !important;
  }
  #header {
    border: 0px solid;
    display: table;
    padding: 0px;
  }

  #main {
    padding: 0;
  }
  #main #content {
    margin: 0;
  }
  .contentGeral p {
    padding: 0 0px;
  }
  .titgeral {
    font-size: 20px !important;
    padding: 4px 30px;
  }
  .faixa_newsletter {
    font-size: 19px;
    line-height: 20px;
    padding: 35px !important;
  }
  .contentGeral p {
    padding: 0 30px;
  }
  .blocoContent p {
    padding: 0 30px !important;
  }
  #bloco {
    padding: 20px 30px;
    font-size: 21px;
  }
  #bannermeiopage img {
    width: 100% !important;
    height: auto;
  }
  #bloco.Laranja {
    padding: 40px 30px;
    font-size: 14px !important;
  }
  #menuMeio {
    display: ;
  }
  #menuMeio ul {
    display: block;
  }
  .gallery-columns-5#gallery-1 .gallery-item {
    width: 33.33% !important;
  }
  .gallery-columns-6#gallery-1 .gallery-item {
    width: 33.33% !important;
  }
  dl dt .attachment-thumbnail.size-thumbnail {
    width: 100%;
  }
  .gallery-item .attachment-full.size-full {
    border: 0px solid #000 !important;
    width: 100%;
  }
  .gallery-columns-5 .attachment-thumbnail.size-thumbnail {
    width: 100%;
  }
  .entry-content ul {
    font-size: 17px;
    margin: 0;
    padding: 0 30px;
  }
  .item-publi {
    width: calc(100% - 22px);

    margin-bottom: 20px;
  }
  .boxEquipe img {
    height: auto;
  }
  .gordo {
    min-height: 0;
  }
  .titConsult {
    font-size: 12px;
    padding: 0 0px !important;
  }

  .pack .bola {
    margin: 0 20px;
  }
  .pack div {
    padding: 0 0px !important;
  }
  .pack .content li,
  .pack .content p {
    font-size: 13px;
  }
  .pra-ca1 li,
  .pra-ca3 li {
    margin-right: 20px;
    border: 0px solid;
  }
  .pra-ca2 li,
  .pra-ca4 li {
    margin-left: 20px;
    border: 0px solid;
  }
  .pack .content ul,
  .pack .content p {
    margin-top: 20px;
  }

  .style-another::before {
    height: 98%;
  }

  .thumb.thumbPublicacao img {
    width: 100%;
    height: auto;
  }
  .boxPublicacao h1,
  .pacoteNoticiaPage h1 {
    min-height: auto;
  }
  .pacoteEquipe {
    display: table;
  }
  .boxEquipe {
    width: calc(100% / 2 - 20px);
  }
  .gordo {
   
    font-size: 14px !important;
  
}
  .boxDeliberativo {
    padding: 20px;
  }
  .boxDeliberativo p {
    font-size: 18px;
  }
  .col3 {
    display: table;
  }
  .col3 .boxDeliberativo {
    margin: 0 0px;
    padding: 20px;
  }
  .modal-dialog {
    width: 39% !important;
    min-width: 300px !important;
  }
  .modal-body img {
    width: 100%;
  }
  a {
    font-size: 15px;
  }
  .pacoteBanner {
    display: table;
  }
  #banners .imgBanner {
    float: none;

    display: table;
    width: 100%;
  }
  #banners .contentBanner {
    padding: 20px;
    width: 100%;
  }
  #banners .pacoteBanner h1 {
    font-size: 22px;
  }
  #banners .pacoteBanner p {
    margin: 0 20px !important;
  }
  #banners .pacoteBanner h1 {
    margin: 0 20px;
    margin-bottom: 20px;
  }
  .pacoteNoticia {
    margin-bottom: 50px;
  }
  #banners .slick-slide {
    display: table !important;
  }
  .btn.banner {
    margin: 20px 0;
  }
  #casesHome {
    display: table;
  }
  .caseDestaque .slick-initialized .slick-slide {
    display: table !important;
  }
  .slick-initialized .slick-slide {
    display: table !important;
  }
  .caseDestaque .imgBanner,
  .caseDestaque .contentBanner {
    width: 100%;
    display: table;
  }
  .pacoteBanner h1 a {
    font-weight: 500;
    font-size: 30px !important;
    margin-bottom: 20px;
    font-family: "Jost", sans-serif;
  }
  .pacoteBanner h1 a:hover {
    color: #fff;
  }
  .pacoteNoticia p {
    padding-right: 34px;
  }
 div.verTodos {
    border: 0px solid;
    width: 150px;
    display: grid;
    padding: 10px 0 30px;
    margin: auto;
}
  div .btn.verTodos {
    margin: 0 !important;
    text-align: center;
    float: none;
  }
  .titgeral a {
    font-size: 20px;
  }
  .titgeral a:hover {
    color: #fff;
  }
  .post {
    padding: 0 30px !important;
  }
  /* FIM RESPONSIVO */
  /* SOME */
  .some {
    display: none !important;
  }
  #header {
    border: 0px solid;
    display: table;
    padding: 0px;
    width: 100%;
  }
.thumbRadar img {
    max-width: 320px;
    width: 320px;
    height: auto;
}
}
/* HAMB */
@media (max-width: 1000px) {
#pacoteheader {
    width: 35% !important;
    margin-top: 14px;
}	
#menutop {
    display: table;
    float: right;
  }
  #menu_dResponsa {
    display: table;
  }
  #menutop nav {
    display: none;
  }
  #logo {
    width: 65%;
    background: ;
    padding: 16px;
  }
  #procura {
    display: none;
  }
  #pacoteheader {
    width: 25%;
    margin-top: 14px;
  }
  #abovemenu #inscrever {
    display: none;
  }
  #abovemenu {
    padding: 10px 10px;
  }
  #menulateraldireito {
    padding: 4px 30px 4px 55px;
  }
  #menu_dResponsa {
    background: #7c51a1;
    clear: none;
    float: right;
    margin: 0 auto 0px;
    text-transform: uppercase;
    border-radius: 200px 0 0 200px;
  }
  #procura {
    display: none;
  }
  #menutop {
    background: ;
  }
  #pacoteheader {
    background: ;
  }
  #sociais .fab {
    font-size: 17px;
    padding: 6px 0px;
    color: #2b479e;
  }
  #inscrever button {
    font-size: 10px;
  }	
}
@media (max-width: 768px) {
  .block-tamanho-bloco {
    width: 100vw !important;
  }
  .box {
    padding: 14px;
    width: calc(100% / 3 - 0px);
    border: 0px solid;
    float: left;
  }
.relatorioInd {
    text-align: center;
}
}
@media (max-width: 767px) {
.box {
  
    width: calc(100% / 1 - 0px);

}
}
@media (max-width: 684px) {
  #pacoteBox {
    display: table;
    text-align: center;
    padding: 0 20px;
    width: 100%;
    border: 0px solid;
  }
  .box {
    padding: 0px;
    width: 100%;
    border: 0px solid;
  }
  .box p a {
    margin-top: 30px;
    font-size: 26px !important;
    line-height: 31px !important;
  }
}

@media (min-width: 415px) and (max-width: 480px) {
.thumbRadar {
	text-align:center;
}
.thumbRadar img {
    max-width: 320px;
    width: 100%;
    height: auto;
    text-align: center;
    margin: auto;
}
.boxEquipe {
    width: calc(100% / 1 - 20px);
	max-width: 320px;
  }
  #equipe {
    max-width: 320px;
    margin: auto;
    border: 0px solid;
}
  
}
@media (max-width: 414px) {
  .block-tamanho-bloco {
    width: 100vw !important;
  }
  .thumbRadar img {
    display: table;
    width: 100% !important;
    max-width: 320px;
    height: 320px;
  }
  .loginho {
    border: 0px solid;
    display: inline;
    margin-top: 0 !important;
  }
  #pacoteBox {
    display: table;
    text-align: center;
    padding: 0 20px;
    width: 100%;
    border: 0px solid;
  }
  .box {
    padding: 0px;
    width: 100%;
    border: 0px solid;
  }
  .box p a {
    margin-top: 30px;
    font-size: 26px !important;
    line-height: 31px !important;
  }
}
@media (max-width: 412px) {
  .block-tamanho-bloco {
    width: 100vw !important;
  }

  #pacoteBox {
    display: table;
    text-align: center;
    padding: 0 20px;
    width: 100%;
    border: 0px solid;
  }
  .box {
    padding: 0px;
    width: 100%;
    border: 0px solid;
  }
  .box p a {
    margin-top: 30px;
    font-size: 26px !important;
    line-height: 31px !important;
  }
}
@media (max-width: 375px) {
  .block-tamanho-bloco {
    width: 100vw !important;
    border: 0px solid;
  }
  .pacoteNoticia {
    padding: 0 3px;
  }
  .thumbRadar {
    text-align: center !important;
    display: block;
    border: 0px solid;
  }
  .thumbRadar img {
    display: table;
    width: 100% !important;
    max-width: 320px;
    height: auto;
  }
  .loginho {
    border: 0px solid;
    display: inline;
    margin-top: 0 !important;
  }
  .areaMap {
    margin-top: 30px !important;
    padding: 20px;
  }
  .pacoteMap {
    position: relative;
  }
  .pacoteMap {
    display: block;
    border: 0px solid;
    width: auto;
  }
  .txtMap {
    margin-top: 20px;
  }
  .areaMap {
    display: inline-grid;
  }
  .imgMap {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .secThumb img {
    max-width: 100px;
  }
  .secThumb {
    width: 100%;
    display: block ruby;
    text-align: center;
  }
  .pacoteNoticia h1 a {
    color: #ee295e;
    font-size: 25px;
    padding-right: 30px;
  }
  .pacBoxes {
    display: block;
    border: 0px solid;
  }
  #pacoteBox {
    display: table;
    text-align: center;
    padding: 0 20px;
    width: 100%;
    border: 0px solid;
  }
  .box {
    padding: 0px;
    width: 100%;
    border: 0px solid;
  }
  .box p a {
    margin-top: 30px;
    font-size: 26px !important;
    line-height: 31px !important;
  }
  #radarHome {
    display: ;
  }
  .boxdelogos {
    max-width: 300px !important;
  }
  #fourBoxes {
    display: table;
  }
  #fourBoxes .box4 {
    width: 100%;
  }
  #fourBoxes .box4 .full {
    width: 100% !important;
  }
  #menutop {
    display: table;
    float: right;
  }
  #menu_dResponsa {
    display: table;
  }
  #menutop nav {
    display: none;
  }
  #logo {
    width: 65%;
    background: ;
    padding: 16px;
  }
  #procura {
    display: none;
  }
  #pacoteheader {
    width: 25%;
    margin-top: 14px;
  }
  #abovemenu #inscrever {
    display: none;
  }
  #abovemenu {
    padding: 10px 10px;
  }
  #menulateraldireito {
    padding: 4px 30px 4px 55px;
  }
  #menu_dResponsa {
    background: #7c51a1;
    clear: none;
    float: right;
    margin: 0 auto 0px;
    text-transform: uppercase;
    border-radius: 200px 0 0 200px;
  }
  #procura {
    display: none;
  }
  #menutop {
    background: ;
  }
  #pacoteheader {
    background: ;
  }
  #sociais .fab {
    font-size: 17px;
    padding: 6px 0px;
    color: #2b479e;
  }
  #inscrever button {
    font-size: 10px;
  }
  #faixa {
    padding: 30px 0px;
  }
  .terco {
    border: 0px solid;
    width: 100%;
  }
  #col2 #inscrever {
    display: none !important;
  }
  #header {
    border: 0px solid;
    display: table;
    padding: 0px;
  }
  #main {
    padding: 0;
  }
  #main #content {
    margin: 0;
  }
  .contentGeral p {
    padding: 0 0px;
  }
  .titgeral {
    font-size: 20px !important;
    padding: 4px 30px;
  }
  .faixa_newsletter {
    font-size: 19px;
    line-height: 20px;
    padding: 35px !important;
  }
  .contentGeral p {
    padding: 0 30px;
  }
  .blocoContent p {
    padding: 0 30px !important;
  }
  #bloco {
    padding: 20px 30px;
    font-size: 21px;
  }
  #bannermeiopage img {
    width: 100% !important;
    height: auto;
  }
  #bloco.Laranja {
    padding: 40px 30px;
    font-size: 14px !important;
  }
  #menuMeio {
    display: ;
  }
  #menuMeio ul {
    display: block;
  }
  .gallery-columns-5#gallery-1 .gallery-item {
    width: 33.33% !important;
  }
  .gallery-columns-6#gallery-1 .gallery-item {
    width: 33.33% !important;
  }
  dl dt .attachment-thumbnail.size-thumbnail {
    width: 100%;
  }
  .gallery-item .attachment-full.size-full {
    border: 0px solid #000 !important;
    width: 100%;
  }
  .gallery-columns-5 .attachment-thumbnail.size-thumbnail {
    width: 100%;
  }
  .entry-content ul {
    font-size: 17px;
    margin: 0;
    padding: 0 30px;
  }
  .item-publi {
    width: calc(100% - 22px);
    margin-bottom: 20px;
  }
  .boxEquipe img {
    height: auto;
  }
  .gordo {
    min-height: 0;
  }
  .titConsult {
    font-size: 12px;
    padding: 0 0px !important;
  }
  .pack .bola {
    margin: 0 20px;
  }
  .pack div {
    padding: 0 0px !important;
  }
  .pack .content li,
  .pack .content p {
    font-size: 13px;
  }
  .pra-ca1 li,
  .pra-ca3 li {
    margin-right: 20px;
    border: 0px solid;
  }
  .pra-ca2 li,
  .pra-ca4 li {
    margin-left: 20px;
    border: 0px solid;
  }
  .pack .content ul,
  .pack .content p {
    margin-top: 20px;
  }
  .style-another::before {
    height: 98%;
  }
  .thumb.thumbPublicacao img {
    width: 100%;
    height: auto;
  }
  .boxPublicacao h1,
  .pacoteNoticiaPage h1 {
    min-height: auto;
  }
  .pacoteEquipe {
    display: table;
  }
  .boxEquipe {
    width: calc(100% / 1 - 20px);
  }
  .boxDeliberativo {
    padding: 20px;
  }
  .boxDeliberativo p {
    font-size: 18px;
  }
  .col3 {
    display: table;
  }
  .col3 .boxDeliberativo {
    margin: 0 0px;
    padding: 20px;
  }
  .modal-dialog {
    width: 39% !important;
    min-width: 300px !important;
  }
  .modal-body img {
    width: 100%;
  }
  a {
    font-size: 15px;
  }
  .pacoteBanner {
    display: table;
  }
  #banners .imgBanner {
    float: none;
    display: table;
    width: 100%;
  }
  #banners .contentBanner {
    padding: 20px;
    width: 100%;
  }
  #banners .pacoteBanner h1 {
    font-size: 22px;
  }
  #banners .pacoteBanner p {
    margin: 0 0 0px;
  }
  .pacoteNoticia {
    margin-bottom: 50px;
  }
  #banners .slick-slide {
    display: table !important;
  }
  .btn.banner {
    margin: 20px 0;
  }
  #casesHome {
    display: table;
  }
  .caseDestaque .slick-initialized .slick-slide {
    display: table !important;
  }
  .slick-initialized .slick-slide {
    display: table !important;
  }
  .caseDestaque .imgBanner,
  .caseDestaque .contentBanner {
    width: 100%;
    display: table;
  }
  .pacoteBanner h1 a {
    font-weight: 500;
    font-size: 30px !important;
    margin-bottom: 20px;
    font-family: "Jost", sans-serif;
  }
  .pacoteBanner h1 a:hover {
    color: #fff;
  }
  .pacoteNoticia p {
    padding-right: 34px;
  }
  div.verTodos {
    border: 0px solid;
    width: 100%;
    display: block ruby;
  }
  div .btn.verTodos {
    margin: 0 !important;
    text-align: center;
    float: none;
  }
  .titgeral a {
    font-size: 20px;
  }
  .titgeral a:hover {
    color: #fff;
  }
  .some {
    display: none !important;
  }
  .post {
    padding: 0 30px !important;
  }
  .metade {
    width: calc(100% / 1);
  }
  .logofooter img {
    width: 55% !important;
    margin-bottom: 20px;
  }
}

@media (max-width: 650px) {
  /* @media (max-width: 650px) Reduce font-sizes for better readability on smaller devices */
  body,
  input,
  textarea {
    font-size: 13px;
  }
  #site-title a {
    font-size: 24px;
  }
  #site-description {
    font-size: 12px;
  }
  #access ul {
    font-size: 12px;
  }
  #branding .only-search + #access div {
    padding-right: 0;
  }
  article.intro .entry-content {
    font-size: 12px;
  }
  .entry-title {
    font-size: 21px;
  }
  .featured-post .entry-title {
    font-size: 14px;
  }
  .singular .entry-title {
    font-size: 28px;
  }
  .entry-meta {
    font-size: 12px;
  }
  blockquote {
    margin: 0;
  }
  blockquote.pull {
    font-size: 17px;
  }
  /* Reposition the site title and description slightly */
  #site-title {
    padding: 5.30625em 0 0;
  }
  #site-title,
  #site-description {
    margin-right: 0;
  }
  /* Make sure the logo and search form don't collide */
  #branding #searchform {
    top: 1.625em !important;
  }
  /* Floated content doesn't work well at this size */
  .alignleft,
  .alignright {
    display: block;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  /* Make sure the post-post navigation doesn't collide with anything */
  #nav-single {
    display: block;
    position: static;
  }
  .singular .hentry {
    padding: 1.625em 0 0;
  }
  .singular.page .hentry {
    padding: 1.625em 0 0;
  }
  .singular .entry-header .entry-meta,
  .singular .entry-header .entry-format,
  .singular .entry-meta .edit-link a {
    position: static;
  }
  /* Talking avatars take up too much room at this size */
  .commentlist > li.comment,
  .commentlist > li.pingback {
    margin-left: 0 !important;
  }
  .commentlist .avatar {
    background: transparent;
    display: block;
    padding: 0;
    position: static;
  }
  .commentlist .children .avatar {
    background: none;
    left: 2.2em;
    padding: 0;
    position: absolute;
    top: 2.2em;
  }
  /* Use the available space in the smaller comment form */
  #respond input[type="text"] {
    width: 95%;
  }
  #respond .comment-form-author .required,
  #respond .comment-form-email .required {
    left: 95%;
  }
  #content .gallery-columns-3 .gallery-item {
    width: 31%;
    padding-right: 2%;
  }
  #content .gallery-columns-3 .gallery-item img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 450px) {
  #content .gallery-columns-2 .gallery-item {
    width: 45%;
    padding-right: 4%;
  }
  #content .gallery-columns-2 .gallery-item img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  body {
    padding: 0;
  }
  #page {
    margin-top: 0;
  }
  #branding {
    border-top: none;
  }
}
@media only screen and (min-device-width: 800px) and (max-device-width: 1350px) {
	

.thumbCases img {
	/* INSERIDO EM 02/09/2021 */
    /* height: 100%;
    min-height: 20px;
    max-height: 220px;
    width: 100%;
    max-width: 20px;
    /* min-width: 320px; */
	height: auto !important;
	min-height: auto !important;
	width: 100% !important;
}
.boxEquipe.item-publi.thumbCases.col-sm {
    height: 229px;
    display: grid;
    margin-bottom: 70px;
}
.gordo {
	color:#fff;
}
/*.pacoteEquipe .boxEspaco {
    margin-bottom: 150px !important;
}*/
}
@media (min-width: 1370px) {
#publicacoes {
    max-width: 1362px;
    margin: auto !important;
    border: 0px solid;
    width: 100%;
}
}
@media only screen and (min-device-width: 1022px) and (max-device-width: 1359px) {
#publicacoes {
    max-width: 1022px;
    margin: auto !important;
    border: 0px solid #f90;
    width: 100%;
}
}
@media only screen and (min-device-width: 682px) and (max-device-width: 1019px) {
#publicacoes {
    max-width: 682px;
    margin: auto !important;
    border: 0px solid #ccc;
    width: 100%;
}
}
@media (max-width: 680px) {
#publicacoes {
    max-width: 344px;
    margin: auto !important;
    border: 0px solid blue;
    width: 100%;
}
}
@media (min-width: 790px) {
.noticiasDestaque {
    max-width: 100% !important;
    margin: auto;
    border: 0px solid;
}
.thumbRadar img {
    width: 100%;
}
}
@media (max-width: 790px) {
.noticiasDestaque {
    max-width: 344px !important;
    margin: auto;
    border: 0px solid;
}
}

.gordo {
	color:#fff;
}

@media (max-width: 1077px) {
  .col3 {
    display: table;
  }
  .col3 .boxDeliberativo {
    width: 30% !important;
    height: 549px;
    justify-content: space-between;
    float: left;
  }
  .col3 .boxDeliberativo p {
    font-size: 16px;
  }
}
@media (max-width: 800px) {
  .col3 {
    display: table;
  }
  .col3 .boxDeliberativo {
    width: 100% !important; 
    float: none;
    height: auto !important;
  }
  .col3 .boxDeliberativo p {
    font-size: 16px;
    text-align: center;
  }
}

/* =Print
----------------------------------------------- */

@media print {
  body {
    background: none !important;
    font-size: 10pt;
  }
  footer.entry-meta a[rel="bookmark"]:link:after,
  footer.entry-meta a[rel="bookmark"]:visited:after {
    content: " [" attr(href) "] "; /* Show URLs */
  }
  #page {
    clear: both !important;
    display: block !important;
    float: none !important;
    max-width: 100%;
    position: relative !important;
  }
  #branding {
    border-top: none !important;
    padding: 0;
  }
  #branding hgroup {
    margin: 0;
  }
  #site-title a {
    font-size: 21pt;
  }
  #site-description {
    font-size: 10pt;
  }
  #branding #searchform {
    display: none;
  }
  #branding img {
    display: none;
  }
  #access {
    display: none;
  }
  #main {
    border-top: none;
    box-shadow: none;
  }
  #primary {
    float: left;
    margin: 0;
    width: 100%;
  }
  #content {
    margin: 0;
    width: auto;
  }
  .singular #content {
    margin: 0;
    width: 100%;
  }
  .singular .entry-header .entry-meta {
    position: static;
  }
  .entry-meta .edit-link a {
    display: none;
  }
  #content nav {
    display: none;
  }
  .singular .entry-header,
  .singular .entry-content,
  .singular footer.entry-meta,
  .singular #comments-title {
    margin: 0;
    width: 100%;
  }
  .singular .hentry {
    padding: 0;
  }
  .entry-title,
  .singular .entry-title {
    font-size: 21pt;
  }
  .entry-meta {
    font-size: 10pt;
  }
  .entry-header .comments-link {
    display: none;
  }
  .page-link {
    display: none;
  }
  .singular #author-info {
    background: none;
    border-bottom: none;
    border-top: none;
    margin: 2.2em 0 0;
    padding: 0;
  }
  #respond {
    display: none;
  }
  .widget-area {
    display: none;
  }
  #colophon {
    display: none;
  }

  /* Comments */
  .commentlist > li.comment {
    background: none;
    border: 1px solid #ddd;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    margin: 0 auto 1.625em;
    padding: 1.625em;
    position: relative;
    width: auto;
  }
  .commentlist .avatar {
    height: 39px;
    left: 2.2em;
    top: 2.2em;
    width: 39px;
  }
  .commentlist li.comment .comment-meta {
    line-height: 1.625em;
    margin-left: 50px;
  }
  .commentlist li.comment .fn {
    display: block;
  }
  .commentlist li.comment .comment-content {
    margin: 1.625em 0 0;
  }
  .commentlist .comment-edit-link {
    display: none;
  }
  .commentlist > li::before,
  .commentlist > li.bypostauthor::before {
    content: "";
  }
  .commentlist .reply {
    display: none;
  }

  /* Post author highlighting */
  .commentlist > li.bypostauthor {
    color: #444;
  }
  .commentlist > li.bypostauthor .comment-meta {
    color: #666;
  }
  .commentlist > li.bypostauthor:before {
    content: none;
  }

  /* Post Author threaded comments */
  .commentlist .children > li.bypostauthor {
    background: #fff;
    border-color: #ddd;
  }
  .commentlist .children > li.bypostauthor > article,
  .commentlist .children > li.bypostauthor > article .comment-meta {
    color: #666;
  }
}

/* =IE7
----------------------------------------------- */

#ie7 article.intro {
  margin-left: -7.6%;
  margin-right: -7.6%;
  padding-left: -7.6%;
  padding-right: -7.6%;
  max-width: 1000px;
}
#ie7 .featured-posts {
  margin: 0 -7.6%;
}
#ie7 .featured-post {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
#ie7 section.recent-posts {
  margin-right: 7.6%;
}

/* =IE8
----------------------------------------------- */

#ie8 section.feature-image.large img {
  width: auto;
}
#ie8 section.featured-post .attachment-small-feature {
  max-width: none;
}
/*
.block-tamanho-bloco {
    display: none;
}*/