@charset "UTF-8";
/**
 * Generic CSS for CakePHP
 *
 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
 * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
 *
 * Licensed under The MIT License
 * For full copyright and license information, please see the LICENSE.txt
 * Redistributions of files must retain the above copyright notice.
 *
 * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
 * @link          http://cakephp.org CakePHP(tm) Project
 * @package       app.webroot.css
 * @license       http://www.opensource.org/licenses/mit-license.php MIT License
 */
/** DIMENSIONS **/
/** COLORS **/
/** FONTS **/
* {
  margin: 0;
  padding: 0; }

/** General Style Info **/
body {
  background: #FFFFFF;
  color: #333333;
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  margin: 0; }

a {
  color: #333333;
  text-decoration: none;
  font-weight: bold; }

a:hover {
  text-decoration: underline; }

a img {
  border: none; }

h1, h2, h3, h4 {
  font-weight: normal;
  margin-bottom: 0.3em; }

/*h1 {
	background:$background_color;
	color: #003d4c;
	font-size: 100%;
}*/
h2 {
  background: #FFFFFF;
  color: #e32;
  font-size: 190%; }

h3 {
  color: #2c6877;
  font-size: 165%; }

h4 {
  color: #993;
  font-weight: normal; }

/*ul, li {
	margin: 0 12px;
}*/
ul {
  list-style-type: none; }

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

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

ol {
  list-style-position: inside; }

.mv {
  display: none !important; }

.mv.small {
  display: none !important; }

.dv {
  display: block !important; }

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE/Edge */
  user-select: none; }

.no-outline {
  outline: 0; }

.clear {
  clear: both;
  height: 0;
  width: 0; }

/* fim do reset */
/* padronização dos botões - artesol */
.button,
input[type="submit"],
.btn-mapa {
  background-color: #000;
  -webkit-transition: background-color  0.20s ease-in-out 0s;
  transition: background-color  0.20s ease-in-out 0s; }
  .button:hover,
  input[type="submit"]:hover,
  .btn-mapa:hover {
    background-color: #BD4F1D !important; }

/** Layout **/
#container {
  text-align: left;
  background-color: #FFFFFF;
  /*min-width: $container_size;*/ }

.container {
  width: 100%; }

#header {
  padding: 0px;
  position: fixed;
  width: 100%;
  z-index: 100;
  height: 60px;
  background: #FFFFFF; }

#header .container.center_align {
  position: absolute;
  left: 0;
  right: 0; }

#header .brand {
  float: left;
  margin-top: 9px;
  margin-left: 10px;
  position: absolute;
  /*z-index: -1;*/ }

#header .brand img {
  width: 100%;
  height: auto;
  max-width: 150px; }

#header h1 {
  padding: 0;
  margin: 0;
  display: none; }

#header h1 a {
  font-weight: normal;
  text-decoration: none; }

#header .menu ul,
#sidebar .menu ul {
  float: right;
  font-family: "Cabin", sans-serif;
  margin: 19px 0 0 0; }

#sidebar .menu ul {
  width: 100%; }

#header .menu ul li {
  display: block;
  float: left;
  font-size: 0.85em;
  line-height: 1em;
  margin: 6px 0 0 10px;
  position: relative;
  padding: 0 10px; }

#header .menu ul li:first-child {
  margin-left: 0; }

#header .menu ul li a {
  text-decoration: none;
  color: #333333;
  font-weight: 400;
  float: right; }

#header .menu .sub_container {
  padding-top: 35px;
  display: none; }

#header .menu .sub_container .child a {
  color: #666666; }

#header .menu ul ul,
#sidebar .menu ul ul {
  display: none;
  position: absolute;
  right: 0px;
  background-color: transparent;
  /*box-shadow: 0px 0px 2px #c4c4c4;*/
  padding: 0;
  width: 300px;
  margin: 0;
  padding: 0; }

#header .menu ul ul li,
#sidebar .menu ul ul li {
  font-weight: 100;
  padding: 3px 0;
  margin: 0 0 0 0;
  display: list-item;
  line-height: 1.3em;
  list-style: none;
  text-align: right;
  float: right;
  font-size: 1em;
  width: 210px;
  background-color: #FFFFFF;
  /*box-shadow: 0 0 2px #c4c4c4;*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#header .menu ul ul li.child:hover,
#header .menu ul ul li.upper:hover,
#sidebar .menu ul ul li.child:hover,
#sidebar .menu ul ul li.upper:hover {
  background-color: #333333; }

#header .menu ul ul li.child:hover a,
#header .menu ul ul li.upper:hover a,
#header .menu ul ul li.upper:hover span,
#sidebar .menu ul ul li.child:hover a,
#sidebar .menu ul ul li.upper:hover a,
#sidebar .menu ul ul li.upper:hover span {
  color: #FFFFFF !important; }

#header .menu ul ul li.upper a,
#header .menu ul ul li span {
  margin: 6px 10px 8px;
  display: block; }

#sidebar .menu ul ul li span {
  /*margin: 3px 0px 10px 10px;*/
  display: block;
  padding-left: 10px; }

#header .menu ul ul li span,
#sidebar .menu ul ul li span {
  cursor: pointer; }

/*#header .menu ul ul li:hover a,
#header .menu ul ul li.sub_sub:hover a,
#sidebar .menu ul ul li:hover a,
#sidebar .menu ul ul li.sub_sub:hover a {
	color: $background_color !important;
}*/
#header .menu ul ul li.sub_sub,
#sidebar .menu ul ul li.sub_sub {
  background-color: #EDEBE7;
  padding-right: 20px; }

#header .menu ul ul li.sub_sub a,
#sidebar .menu ul ul li.sub_sub a {
  color: #666666; }

#header .search_btn {
  float: right;
  padding: 19px 13px 12px 13px;
  cursor: pointer;
  margin-top: 1px;
  background-color: #FFFFFF; }

#header .user_btn {
  float: right;
  padding: 19px 13px 12px 13px;
  border-right: 0px;
  cursor: pointer;
  margin-top: 1px;
  background-color: #FFFFFF; }

#header .search_btn img,
#header .user_btn img {
  width: 24px;
  height: 24px; }

#sidebar .menu ul li {
  width: 100%;
  min-height: 12px;
  display: list-item;
  list-style: none;
  padding: 10px 0;
  margin: 0px;
  float: left;
  font-size: 0.85em;
  line-height: 1em;
  position: relative; }

#sidebar .menu ul li a {
  float: left;
  color: #333333;
  font-size: 1.2em;
  font-family: "Cabin", sans-serif;
  font-weight: 700;
  text-decoration: none;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }

#sidebar .menu ul li.parent > a {
  border-bottom: 1px solid #EDEBE7;
  padding: 0 0 10px 10px;
  outline: 0; }

#sidebar .submenu_toggle {
  float: right;
  margin: -12px 4% -12px  0;
  display: inline-block;
  cursor: pointer; }

#sidebar .menu .sub_container {
  /*padding-top: 12px;*/
  clear: both;
  margin: 0px 0px -12px 0px;
  width: 100%;
  visibility: collapse; }

#sidebar .menu .sub_container ul li {
  min-height: unset; }

#sidebar .menu .sub_container ul li a {
  font-size: 1em;
  font-family: "Cabin", sans-serif; }

#sidebar .menu .sub_container ul li.upper a {
  color: inherit !important;
  font-weight: 400; }

#sidebar .menu .sub_container ul li.upper {
  padding: 7px 0 !important; }

#header .menu .sub_container ul li.upper {
  background-color: #FFFFFF; }

#header .menu .sub_container ul li.upper a,
#header .menu .sub_container ul li.upper span,
#sidebar .menu .sub_container ul li.upper a,
#sidebar .menu .sub_container ul li.upper span {
  color: #666666 !important; }

/*#header .menu .sub_container ul li.upper a:hover {
	color: inherit !important;
}*/
#sidebar .menu .sub_container ul li.child a {
  font-weight: 400; }

#sidebar .menu ul ul {
  display: none;
  position: relative;
  margin-left: 0px;
  width: 100%;
  top: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

#sidebar .menu ul ul li {
  text-align: left;
  width: 100%;
  padding: 0px;
  font-size: 1.2em; }

#header .menu ul ul li.sub_sub a {
  padding: 7px 0px 7px 0px; }

#sidebar .menu ul ul li.sub_sub a {
  padding: 7px 24px 7px 20px; }

#sidebar .menu ul ul li.sub_sub a:hover,
#sidebar .menu ul ul li.sub_sub:hover a,
#header .menu ul ul li.sub_sub a:hover,
#header .menu ul ul li.sub_sub:hover a {
  color: #FFFFFF; }

/*#sidebar .menu ul ul li.sub_sub.child,
#header .menu ul ul li.sub_sub.child {
	display: none;
}
*/
#sidebar .menu_btn {
  padding: 19px 13px 16px 13px; }

#sidebar {
  position: fixed;
  top: 60px;
  left: 0;
  width: 225px;
  min-height: 490px;
  height: 100%;
  background-color: #FFFFFF;
  display: none;
  z-index: 1; }

#sidebar_wrapper {
  position: relative;
  height: 100%;
  width: 225px;
  overflow: hidden; }

aside.menu {
  margin: 0;
  height: 120%; }

#search_box {
  display: none;
  padding: 0px;
  /*box-shadow: 0px 0px 2px #c4c4c4;*/
  position: fixed;
  width: 100%;
  z-index: 99;
  border-bottom: 1px solid #cecece;
  height: 85px;
  background: #FFFFFF;
  top: 45px;
  margin-top: 0px;
  overflow: visible;
  margin-bottom: -86px; }

#search_box .search_container, #search_header .search_container {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0px auto; }

#search_box .search_container {
  max-width: 1280px; }

#search_box .search_container input[type=text] {
  float: left;
  position: absolute;
  width: 95%;
  border: none;
  font-size: 1em;
  color: #333333;
  font-weight: 300;
  margin-top: 25px;
  font-family: inherit;
  outline: none;
  background-color: transparent;
  font-family: "Cabin", sans-serif;
  margin-left: 9px;
  border-top: 1px solid #EAE8E2;
  padding-top: 20px; }

#search_box .search_container .submit {
  float: right;
  margin: 42px 14px 0 0; }

#search_header {
  position: relative;
  width: 1280px;
  z-index: 98;
  border-bottom: 1px dotted #cecece;
  height: 85px;
  background: #FFFFFF;
  margin: 61px auto 0 auto; }

#search_header .count_results {
  color: #778f9b;
  margin-top: 25px;
  font-weight: 300; }

#search_header h1 {
  font-size: 1.75em;
  color: #333333;
  margin: 0 0 0 0;
  line-height: 1em;
  font-weight: 300;
  font-family: "Alegreya", serif; }

#content {
  background: #FFFFFF;
  clear: both;
  padding: 0 0 0 0;
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 661px; }

.contents.view content {
  width: 68%;
  display: inline-block;
  /*padding: 5px 10px 10px 10px;*/
  padding: 5px 40px 10px 40px; }

#content .left_column section,
.contents.view content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.contents.view content .top_info {
  width: 100%;
  margin: 10px 0 0 0; }

#content .main_column,
#content .left_column {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left; }

#content .left_column {
  /*padding: 5px 10px 10px 10px;*/
  padding: 5px 40px 10px 40px;
  margin-bottom: 0px;
  width: 100%; }

#content .left_column section {
  width: 61%; }

#content .main_column {
  float: left;
  padding-bottom: 40px;
  width: 100%;
  margin-top: 10px; }

.right_column .list_categories_header {
  margin-bottom: 30px; }

#content.view .image_top,
#content.view .image_top img,
.quem-somos-header {
  width: 100%; }

#content.view .image_top {
  display: inline-block;
  margin-top: 61px; }

#content.view .image_top img {
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 450px; }

#lipsum {
  padding-bottom: 30px; }

#content .main_column.gallery_width {
  width: 100%; }

#content .right_column {
  float: right;
  width: 20%;
  min-width: 310px;
  min-height: 360px;
  margin: 22px 18px 0 0; }

#content .contents.member.view .right_column {
  margin: -17px 18px 0 0; }

#main_content .grid_container,
.contents.index .grid_container {
  margin: 0 40px !important; }

.searches.member-search,
.searches.conteudos {
  position: relative;
  padding: 0 50px; }

#main_content.contents.index .item_thumbnail img:hover {
  -webkit-filter: grayscale(100%) !important;
  filter: grayscale(100%) !important; }

.grid_border {
  width: calc(100% - 80px);
  height: 32px;
  margin: 0 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #EAE8E2; }

.gallery {
  height: 400px; }

.galleria {
  min-height: 250px;
  margin: 0 10px; }

#newsletter {
  margin-top: 78px;
  text-align: center;
  font-family: "Alegreya", serif;
  font-weight: 700;
  font-size: 1.2em; }

#footer {
  padding-bottom: 30px; }

#footer,
#newsletter {
  clear: both;
  background-color: #FFFFFF;
  overflow: hidden; }

#footer .footer_wrapper,
#newsletter .newsletter_wrapper {
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#footer .footer_wrapper,
#footer .container {
  display: table; }

#footer .container,
#newsletter .container {
  width: 100%;
  border-top: 1px solid #EAE8E2;
  position: relative; }

#footer .container {
  padding-top: 25px; }

#newsletter .container {
  padding: 32px 0; }

#footer .brand {
  float: left;
  padding: 0 0px 15px 22px;
  width: 11%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#footer .brand img {
  width: 82px; }

#footer .main_info {
  display: inline-block;
  float: left;
  width: 27%; }

#footer .bottom_menu {
  font-size: 1em; }

#footer .bottom_menu a {
  font-weight: 700; }

#footer .bottom_menu.dv li {
  display: inline; }

#footer .bottom_menu.mv li {
  line-height: 20px; }

#footer .info {
  float: left;
  font-size: 0.9em;
  max-width: 200px;
  color: #666;
  margin: 15px 0; }

#footer .info p {
  font-weight: 400; }

#footer .info p strong {
  color: white;
  font-weight: 900; }

#footer .social {
  clear: both; }

#footer .social img {
  margin-right: 10px;
  width: 24px;
  height: 24px; }

#footer .logos_container {
  width: auto;
  margin-top: 70px;
  min-width: 800px;
  margin-left: 11%;
  /* = largura do .brand */ }

#footer .logos_container_mobile {
  display: none; }

#footer .logos_container,
#footer .logos,
#footer .logos_headers {
  display: inline-block;
  height: 100%; }

#footer .logos,
#footer .logos_headers {
  width: 100%; }

#footer .logos_headers > div {
  float: left;
  font-size: 0.85em;
  color: #666666; }

#footer .logos .logos_wrapper > div {
  float: left;
  display: table; }

#footer .logos .logos_wrapper > div section {
  position: relative;
  width: 100%;
  height: 60px;
  display: table-cell;
  vertical-align: bottom;
  clear: both; }

#footer .logos div.governo section {
  position: relative;
  bottom: 10px; }

#footer .logos .governo,
#footer .logos_headers .governo {
  width: 10%; }

#footer .logos .patrocinio,
#footer .logos_headers .patrocinio {
  width: 128px; }

#footer .logos .realizacao,
#footer .logos_headers .realizacao {
  width: 530px; }

#footer .logos img {
  margin-right: 20px; }

#footer .lei_incentivo {
  width: 60px; }

#footer .cielo {
  width: 80px; }

#footer .vale {
  width: 100px; }

#footer .pernambucanas {
  width: 110px; }

#footer .artesol {
  width: 120px; }

#footer .minc {
  width: 120px; }

#footer .min {
  width: 65px; }

#footer .brasil {
  width: 142px; }

.center_align {
  width: 1280px;
  margin: 0 auto; }

.contents.index, .contents.view {
  padding-bottom: 40px;
  overflow: hidden; }

.contents.index {
  padding-top: 30px; }

.contents.view {
  position: relative;
  padding-top: 80px; }

.contents.view.has_img {
  padding-top: 30px; }

.searches.index {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden; }

/** CONTENTS **/
/* Index */
.home_highlight {
  position: relative;
  background-color: #FFFFFF;
  border-bottom: none;
  height: auto;
  height: 337px;
  padding-top: 81px; }

.hl_pag {
  text-align: center;
  display: none; }

.btn_pag {
  margin-right: 10px;
  cursor: pointer; }

.btn_pag:last-child {
  margin-right: 0px; }

.hl_pag_top .btn_pag_left, .btn_pag_right {
  position: absolute;
  cursor: pointer; }

.hl_pag_top .btn_pag_left {
  top: 46%;
  left: 10px;
  z-index: 1; }

.hl_pag_top .btn_pag_right {
  top: 46%;
  right: 10px;
  z-index: 1; }

.home_highlight ul.highlights {
  overflow: hidden;
  height: 100%; }

.home_highlight ul.highlights li {
  position: relative;
  width: 100%;
  height: 42.18%;
  display: inline-block; }

.hl_pag_top {
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
  left: 0;
  /*right: 0;*/
  background-color: transparent;
  position: absolute;
  top: 0; }

.hl_img {
  width: 100%;
  height: 337px;
  -o-object-fit: cover;
  object-fit: cover; }

.legenda {
  top: -15px;
  position: relative;
  text-align: center; }

.olho,
.autor {
  font-size: 1.875em !important;
  padding-left: 56px;
  line-height: 1.3;
  color: #888888; }

.olho {
  font-family: "Alegreya", serif;
  margin: 20px 0 27px 0; }

.olho.citacao_peq {
  font-size: 1.6em !important; }

.autor {
  font-family: "Cabin", sans-serif;
  position: relative;
  top: -21px;
  font-size: 1.25em !important;
  font-weight: 700; }

.intertitulo_a,
.intertitulo_b,
.intertitulo_c {
  font-size: 1.6em !important;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 700;
  font-family: "Alegreya", serif; }

.intertitulo_a,
.intertitulo_c {
  padding: 3px 10px 5px 10px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

.intertitulo_a {
  color: #FFFFFF !important; }

.intertitulo_b {
  color: #1D6A70 !important;
  padding: 3px 10px 5px 0px; }

.intertitulo_c {
  color: #333333; }

.destaque1 {
  color: #333333 !important; }

ul.highlights li:first-child {
  display: table; }

ul.highlights li .hl_info {
  position: absolute;
  left: 25px;
  bottom: 25px; }

ul.highlights li .hl_info .hl_title {
  color: #FFFFFF;
  font-size: 2.2em;
  margin: 0 700px 0px 0;
  line-height: 1.1em; }

ul.highlights li .hl_info .hl_excerpt {
  color: #FFFFFF;
  font-size: 1em;
  margin: 5px 500px 0 0; }

#main_grid .grid_item,
#main_content .grid_item {
  width: calc(50% - 10px);
  /* 50% - 0.5* masonry's gutter */
  margin: 0 0 40px 0; }

.contents.view #main_grid .grid_item {
  width: calc(33.33% - 20px);
  /* 33.33% - 0.5*2*masonry's gutter */ }

.categories.view .grid_item,
.tags.view .grid_item,
.searches.index .grid_item,
.techniques.view .grid_item,
.contents.view .related_content_bottom .grid_item,
.contents.view .highlights_footer .grid_item {
  width: calc(25.8% - 30px);
  /* 25% - 0.5*3*masonry's gutter */
  margin: 0 0 40px 0; }

.categories.view .grid_container {
  /*margin: 30px 10px 0px 10px !important;*/ }

.categories.view h1,
.techniques.view h1 {
  width: calc(100% - 80px);
  font-size: 1em;
  display: inline-block;
  border-bottom: 1px solid #EDEBE7;
  padding-bottom: 5px;
  color: #333333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 40px; }

.categories.view h1.conteudos,
.techniques.view h1.conteudos {
  margin-bottom: 30px;
  font-size: 0.85em; }

.techniques.view h1.conteudos {
  margin-top: 50px; }

.descritivo_container {
  min-height: 84px; }

.descritivo_top {
  display: inline-block;
  margin-top: 61px;
  width: 100%;
  min-height: 80px;
  background-color: #F9F9F9;
  border: 1px solid #EDEBE7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px 0 3px 0; }

.descritivo_top img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
  padding: 7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%; }

.descritivo_top section {
  width: 66%;
  max-width: 845px; }

.descritivo_top .descritivo_thumb,
.descritivo_top .descritivo_texto {
  float: left; }

.descritivo_top .descritivo_thumb {
  width: 80px; }

.descritivo_top .descritivo_texto {
  width: calc(100% - 80px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 7px; }

.descritivo_top .descritivo_texto header {
  font-size: 1.3em;
  color: #666666;
  font-family: "Alegreya", serif;
  font-weight: 700; }

.descritivo_top .descritivo_texto p {
  font-size: 0.85em;
  margin-bottom: 8px; }

.descritivo_top .descritivo_texto section {
  display: table;
  height: 80px;
  width: 100%; }

.descritivo_top .descritivo_texto section content {
  display: table-cell;
  vertical-align: middle; }

.right_column .grid_item,
.related-widget .grid_item {
  width: 300px;
  margin: 0 0 10px 0; }

/*.contents.view .related_content_bottom .grid_item,
.contents.view .highlights_footer .grid_item {
	width: 300px;
	margin: 0 0 30px 0;
}*/
.grid_item .item_box {
  background-color: #FFFFFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 56%;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 10px; }

.item_thumbnail img {
  display: block;
  width: 100%;
  height: auto; }

ul.item_categories {
  padding: 0;
  margin: 0;
  overflow: hidden; }

ul.item_categories li {
  list-style: none;
  display: block;
  float: left;
  padding: 0;
  margin: 0 10px 0 0;
  text-transform: uppercase;
  color: #BD4F1D;
  font-size: 0.85em;
  font-weight: 900;
  border-radius: 3px;
  height: 16px;
  line-height: 15px; }

ul.item_categories li a {
  color: #BD4F1D;
  text-decoration: none; }

.item_title {
  font-size: 0.85em;
  margin: 10px 0 0 0;
  line-height: 1.2em;
  font-family: "Cabin", sans-serif;
  font-weight: 700; }

.item_title a,
.item_title_categories a {
  color: #666666;
  text-decoration: none;
  font-weight: 300;
  text-decoration: none; }

.item_title a:hover {
  text-decoration: none; }

.item_title_categories {
  font-size: 1.8em;
  margin: 2px 0 10px 0;
  line-height: 1.05em;
  font-family: "Alegreya", serif; }

.item_category {
  font-family: "Alegreya", serif;
  font-size: 2em;
  color: #333333;
  line-height: 1em; }

.item_category a {
  font-weight: normal; }

.item_category a:hover {
  text-decoration: none; }

.item_excerpt {
  font-size: 1em;
  margin: 10px 0 0 0;
  font-weight: 300; }

.item_excerpt a,
.item_excerpt a:hover {
  text-decoration: none;
  color: #666666;
  font-weight: 300; }

.rede_home {
  background-color: #EDEBE7;
  width: 100%;
  min-height: 500px;
  display: inline-block; }

.rede_wrapper {
  padding: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.rede_home .mapa {
  width: 44%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left; }

.rede_home .titulo {
  border-left: 4px solid #BD4F1D;
  padding: 0px 60px 20px 10px; }

.rede_home .titulo span {
  font-family: "Alegreya", serif;
  font-size: 2.5em;
  font-weight: 700; }

.rede_home .titulo p {
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-top: -8px;
  margin-bottom: -12px;
  line-height: 17px; }

.rede_home .imagem {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 120px 0 0;
  margin: 30px 0 50px 0; }

.rede_home .imagem img {
  width: 100%; }

.rede_home .membros {
  width: 56%; }

.rede_home #tecnicas {
  width: 100%;
  clear: both; }

.rede_home .membros,
.rede_home #tecnicas {
  min-height: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  display: inline-block; }

.rede_home #tecnicas {
  margin-bottom: 70px; }

.rede_home header {
  border-bottom: 1px solid #A9A9A9;
  font-size: 0.9em;
  padding-bottom: 5px; }

.rede_home header aside {
  float: right; }

.rede_home nav ul li,
.rede-tecnicas-item {
  display: inline-block;
  margin: 15px 20px 0 0;
  position: relative; }
  .rede_home nav ul li:nth-child(3n),
  .rede-tecnicas-item:nth-child(3n) {
    margin-right: 0; }

.rede_home nav ul li .text_overlay,
.rede-tecnicas-item .text_overlay {
  z-index: 2;
  /*position: absolute;*/
  color: white;
  display: table;
  width: 100%; }
  .rede_home nav ul li .text_overlay:before,
  .rede-tecnicas-item .text_overlay:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#333333));
    background-image: linear-gradient(#333333, #333333);
    opacity: .35;
    width: 200px;
    z-index: 3;
    display: block; }

.rede_home nav ul li .text_overlay:before {
  right: 0;
  left: 0; }

.rede_home .membros nav ul li .text_overlay:before {
  border-radius: 50%; }

.rede_home nav ul li .text_overlay:hover,
.rede-tecnicas-item .text_overlay:hover {
  text-decoration: none; }

.rede-tecnicas-item .text_overlay .technique_title,
.rede_home nav ul li .text_overlay content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-family: "Alegreya", serif;
  font-size: 1.5em;
  line-height: 1em;
  z-index: 4;
  position: relative;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

.rede_home #tecnicas nav ul li,
.rede-tecnicas-item {
  display: block;
  margin: 0 auto; }

.rede_home #tecnicas nav ul li .text_overlay,
.rede_home #tecnicas nav ul li .text_overlay::before,
.rede-tecnicas-item .text_overlay,
.rede-tecnicas-item .text_overlay::before {
  margin: 0 auto; }

.rede_home nav ul li,
.rede_home nav ul li img,
.rede_home nav ul li .text_overlay,
.rede-tecnicas-item,
.rede-tecnicas-item img,
.rede-tecnicas-item .text_overlay {
  width: 200px;
  height: 200px; }

.rede_home nav.botoes_membros ul li img,
.rede_home nav.botoes_membros ul li .overlay,
.rede_home nav.botoes_membros ul li .text_overlay {
  border-radius: 50%; }

.rede_home nav ul li .overlay,
.rede-tecnicas-item .overlay {
  background-color: #333333;
  display: inline-block;
  position: absolute;
  left: 0;
  z-index: 1;
  opacity: 0.2; }

.rede_home nav ul li img,
.rede-tecnicas-item img {
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
  position: absolute;
  left: 0; }

.pagination {
  display: none; }

.read_more {
  color: #333333;
  text-decoration: none;
  margin-left: 10px; }

.item_footer {
  margin: 25px 0px 0 0; }

/* view */
.contents.view .left_column ul.item_categories {
  margin: 0 0 3px 0; }

.contents.view h1 {
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.1em;
  color: #333333;
  padding: 0 0 0 0;
  font-family: "Alegreya", serif; }

.contents.view .excerpt {
  display: block;
  font-family: "Alegreya", serif;
  color: #666666;
  font-size: 1.2em; }

.contents.view .left_column ul.item_categories li {
  /*margin: 0;*/ }

.contents.view ul.item_tags {
  /*margin: 0 0 20px 0;*/
  margin: 0;
  overflow: hidden; }

.contents.view ul.item_tags li {
  margin: 0;
  display: inline;
  font-size: 0.875em;
  padding-right: 15px; }

.contents.view ul.item_tags li a {
  text-decoration: none;
  color: #666666;
  font-weight: 400; }

.contents.view .content_thumbnail {
  overflow: hidden; }

.contents.view .content_thumbnail img {
  display: block;
  float: right; }

.contents.view .share {
  margin: 30px 0 0 0; }
  .contents.view .share header {
    font-size: 14px;
    font-family: "Cabin", sans-serif;
    font-size: 0.85em;
    padding: 0px 0 7px 0; }

.contents.view .related_content, .related_content_bottom #categories_grid {
  clear: both;
  padding: 0; }

.contents.view .related_content img, .related_content_bottom #categories_grid img, .related-widget img {
  width: 100px;
  height: auto; }

.related_content_bottom #categories_grid .grid_item {
  width: 300px; }

.contents.view .related_content .item_categories, .related-widget .item_categories {
  margin: 0px 0 10px 0; }

.related_content_bottom #categories_grid .item_categories li {
  margin: 0 10px 10px 0; }

#categories_grid .grid_container .grid_item ul.item_categories {
  margin-top: 0; }

.contents.view .related_content .item_thumbnail, .related_content_bottom #categories_grid .item_thumbnail, .related-widget .item_thumbnail {
  width: 100px;
  float: left; }

.contents.view .related_content .item_title, .related_content_bottom #categories_grid .item_title, .related-widget .item_title {
  font-size: 1em;
  margin: 0px 0 5px 10px;
  width: 190px;
  display: inline-block; }

.related-widget .item_title a {
  border-bottom: none !important;
  font-size: 0.9em; }

.contents.view .related_content .item_excerpt, .related-widget .item_excerpt {
  display: none; }

.contents.view .related_content .grid_item, .related_content_bottom #categories_grid .grid_item, .related-widget {
  overflow: hidden;
  border-bottom: 1px solid #EAE8E2;
  padding-bottom: 20px;
  margin-bottom: 20px; }

.related-widget {
  padding-bottom: 28px; }

.related-widget .grid_item {
  border-bottom: none;
  padding-bottom: 20px; }

.related_content_bottom #categories_grid .grid_item {
  border-bottom: none; }

.related_content_bottom {
  clear: both;
  padding: 20px 0 0 0;
  display: none;
  margin: 0 10px; }

#categories_grid {
  display: none; }

.contents.view .main_column img {
  display: block;
  max-width: 100%;
  height: auto !important;
  margin: 0 auto; }

.contents.view .main_column p {
  font-size: 1.15em; }

.contents.view .list_downloads ul {
  margin: 0 0 20px 0; }

.contents.view .list_downloads li {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 10px 10px 10px 40px;
  background: #333333 url("../img/general/icon_download.png") no-repeat 15px 10px;
  border-radius: 5px; }

.contents.view .list_downloads li:last-child {
  margin-bottom: 0; }

.contents.view .list_downloads a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 100; }

.contents.view .content_author {
  border-top: 1px solid #EDEBE7;
  padding-top: 8px;
  margin-top: 10px; }

.contents.view .content_author .thumb {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  float: left;
  margin-right: 8px; }

.contents.view .content_author .name,
.contents.view .content_author .date,
.contents.view .content_author .time {
  color: #666666;
  margin-right: 10px;
  font-size: 0.875em; }

.contents.view .excerpt,
.contents.view ul.item_tags li a,
.contents.view .main_column p,
.contents.view .main_column p a {
  color: #666666; }

.contents.view .main_column p a {
  text-decoration: none;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 2px;
  font-weight: 300; }

.list_categories_header header,
.related_content header,
.highlights_footer header,
.list_categories_footer header,
.list_categories_index,
.searches .member-search header,
.searches.conteudos > header,
.related-widget header {
  color: #333333;
  border-bottom: 1px solid #EAE8E2;
  padding: 0 0 5px 0;
  margin: 0 0 0 0;
  font-weight: 300;
  font-size: 1em; }

.list_categories_header header,
.related_content header,
.list_categories_footer .rede-membros header,
.list_categories_footer header,
.searches .member-search header,
.searches.conteudos > header,
.related-widget header {
  margin-bottom: 28px;
  font-size: 0.85em; }

.highlights_footer {
  margin: 20px 10px 0 10px; }

.highlights_footer header {
  margin-bottom: 28px;
  font-size: 0.85em; }

.list_categories_footer {
  display: none; }

.list_tags ul {
  padding: 0;
  margin: 0; }

.list_tags ul li {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 2px;
  line-height: 1em; }

.list_tags ul li a {
  color: #333333;
  font-weight: 300;
  text-decoration: none;
  font-size: 0.875em; }

.quem-somos h1 {
  font-weight: normal;
  margin: 0 0 28px 0;
  font-family: "Alegreya", serif;
  font-size: 2.5em;
  font-weight: 700;
  width: 100%;
  text-align: center;
  display: inline-block;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: grayscale; }

.quem-somos-header {
  width: 100%;
  margin-top: 61px; }

.quem-somos-header {
  width: 100%;
  display: grid;
  height: 530px; }

.quem-somos-header.bloco1 {
  background: url(../img/general/quem-somos/quem-somos_topo.jpg) center center;
  -o-object-fit: cover;
  object-fit: cover;
  background-size: cover; }

.quem-somos-header.bloco2 {
  background: url(../img/general/quem-somos/quem-somos_o-que-fazemos.jpg) center center;
  -o-object-fit: cover;
  object-fit: cover;
  background-size: cover; }

.quem-somos-header.bloco3 {
  background: url(../img/general/quem-somos/torno-barro.png) center center;
  -o-object-fit: cover;
  object-fit: cover;
  background-size: cover;
  margin-top: 0;
  display: block; }

.quem-somos-brand {
  margin: 0 auto;
  display: table; }

.quem-somos-header.bloco1 .quem-somos-brand,
.quem-somos-header.bloco2 .quem-somos-brand,
.quem-somos-header.bloco3 .quem-somos-brand {
  height: 530px; }

.quem-somos-brand section {
  text-align: center;
  color: white;
  display: table-cell;
  vertical-align: middle; }

.quem-somos-brand section span {
  font-family: "Alegreya", serif;
  font-size: 48px;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

.quem-somos-brand .arrow {
  width: 30px;
  position: relative;
  top: 8px; }

#quem-somos-bloco2 {
  display: inline-block;
  width: 100%; }

.quem-somos-texto {
  margin: 57px 0 60px 0;
  color: #666666;
  font-size: 1.15em; }

.quem-somos-texto strong {
  color: #BD4F1D;
  font-weight: bold; }

.quem-somos-texto section {
  padding: 0 230px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.quem-somos-pilares {
  height: auto;
  width: 100%;
  background-color: #713334;
  display: inline-block;
  padding: 22px 0 50px 0;
  color: #FFFFFF; }

.quem-somos-pilares h1 {
  color: #FFFFFF; }

.quem-somos-texto.servicos h1 {
  color: #333333; }

.quem-somos-pilares h1 span {
  /*border-bottom: 4px solid $brown;*/ }

.quem-somos-pilares article {
  width: 25%;
  float: left;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px; }

.quem-somos-pilares .linha {
  padding-top: 12px;
  width: 60px;
  height: 1px;
  border-bottom: 2px solid #BD4F1D;
  margin: 0 auto 12px auto; }

.quem-somos-pilares header {
  font-family: "Alegreya", serif;
  font-size: 1.6em;
  line-height: 1.2em; }

.quem-somos-pilares header img {
  width: 58px;
  height: auto; }

.quem-somos-pilares summary {
  font-size: 1.1em; }

.quem-somos-texto.servicos {
  margin-top: 40px; }

.quem-somos-texto.servicos article {
  margin-bottom: 40px;
  display: inline-block; }

.quem-somos-texto.servicos article img,
.quem-somos-texto.servicos article aside {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.quem-somos-texto.servicos article img {
  width: 20%;
  padding-right: 15px; }

.quem-somos-texto.servicos article aside {
  width: 80%; }

.quem-somos-texto.servicos article aside p {
  margin: 0; }

.quem-somos .saibamais {
  margin: 10px 0 0 0; }

.quem-somos .saibamais .dir,
.quem-somos .saibamais .esq,
.quem-somos .saibamais .meio {
  background-color: #333333;
  display: inline-block;
  float: left; }

.quem-somos .saibamais .meio {
  min-width: 80px;
  height: 25px;
  font-size: 0.85em;
  text-align: center;
  display: table; }

.quem-somos .saibamais .meio span {
  display: table-cell;
  vertical-align: middle; }

.quem-somos .saibamais .meio a {
  color: #FFFFFF; }

.quem-somos .saibamais .dir,
.quem-somos .saibamais .esq {
  width: 12.5px;
  height: 25px; }

.quem-somos .saibamais .dir {
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px; }

.quem-somos .saibamais .esq {
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px; }

.quem-somos .permanentes {
  width: 100%; }

.quem-somos .permanentes .topo-esq,
.quem-somos .permanentes .topo-dir,
.quem-somos .permanentes .baixo-esq,
.quem-somos .permanentes .baixo-dir {
  float: left;
  display: inline-block;
  width: 50%;
  height: 100%; }

.quem-somos .permanentes .topo-esq {
  background-color: #EDEBE7;
  text-align: center; }

.quem-somos .permanentes .topo-esq .imagem-wrapper {
  display: table;
  height: 100%;
  margin: 0 auto; }

.quem-somos .permanentes .topo-esq .imagem-inner {
  display: table-cell;
  vertical-align: middle; }

.quem-somos .permanentes .topo-dir,
.quem-somos .permanentes .baixo-esq {
  background-color: #713334;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1em; }

.quem-somos .permanentes .topo-dir {
  padding: 35px 100px 0 24px; }

.quem-somos .permanentes .baixo-esq {
  padding: 35px 24px 0 100px;
  text-align: right; }

.quem-somos .permanentes .topo-wrapper,
.quem-somos .permanentes .baixo-wrapper {
  height: 490px; }

.quem-somos .permanentes .topo-wrapper:after {
  content: '';
  display: block;
  clear: both; }

.quem-somos .permanentes .baixo-dir img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.quem-somos .permanentes .topo-esq img {
  width: 100%;
  max-width: 730px; }

.quem-somos .permanentes header {
  color: #BD4F1D;
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 15px; }

.quem-somos .permanentes p {
  color: #FFFFFF; }

.quem-somos .permanentes strong {
  font-weight: 900; }

.quem-somos .permanentes .saibamais .dir,
.quem-somos .permanentes .saibamais .esq,
.quem-somos .permanentes .saibamais .meio {
  background-color: #BD4F1D; }

/** TAG **/
/* view */
.full_header_list {
  border-bottom: 1px dotted #cecece;
  margin-bottom: 10px !important; }

.full_header_list h1 {
  margin: 0;
  padding: 87px 0 15px 0;
  line-height: 1em;
  font-size: 1.75em;
  font-family: "Alegreya", serif;
  color: #333333;
  font-weight: 300; }

.full_header_list h1 .header_label {
  color: #bbbbbb; }

/** MEMBERS **/
/* view */
.member.view .member_top_information {
  overflow: hidden;
  margin-bottom: 40px; }
  .member.view .member_top_information .member_thumbnail {
    float: left;
    margin: 0 20px 0 0;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50px;
    vertical-align: middle; }
    .member.view .member_top_information .member_thumbnail img {
      width: 100px;
      min-height: 100px;
      -o-object-fit: cover;
      object-fit: cover; }

.member.view .address {
  border-top: 1px solid #DBD7CF;
  border-bottom: 1px solid #DBD7CF;
  font-size: 0.9375em;
  padding: 10px 0 10px 25px;
  color: #666666;
  background: #fff url("../img/general/icon-pin-4x.png") no-repeat scroll 1px 12px;
  background-size: 13px 17px; }
  .member.view .address b {
    color: #333333;
    font-weight: bold;
    margin-right: 6px; }

.member.view .contact {
  border-bottom: 1px solid #DBD7CF;
  font-size: 0.9375em;
  padding: 10px 0 10px 25px;
  color: #666666;
  background: #fff url("../img/general/icon-envelope-4x.png") no-repeat scroll 0 13px;
  background-size: 17px 11px; }
  .member.view .contact b {
    color: #333333;
    font-weight: bold;
    margin-right: 6px; }
  .member.view .contact span {
    cursor: pointer; }
  .member.view .contact .abrir, .member.view .contact .fechar {
    color: #BD4F1D;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAAVCAYAAADB5CeuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDM0UwMzM5NDlDM0IxMUU3QTIzRkY2ODYzQkZGNzE5NiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDM0UwMzM5NTlDM0IxMUU3QTIzRkY2ODYzQkZGNzE5NiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY2MUM3ODFCOTkwMjExRTdBMjNGRjY4NjNCRkY3MTk2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY2MUM3ODFDOTkwMjExRTdBMjNGRjY4NjNCRkY3MTk2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+A56icwAAAZ5JREFUeNpiYEADewNkxUGYgQ4Al11MaIrsgdQtEAayHWnsIEdcdjEiKQoDUkuAmBUq9BuI45w3PF5BAwdFAKlFaHbFAu1aCQ8poKJCILUSSREDlL0cKFdMZQeBzFuOxa4VUHcwMAIZKkD6NgGzJgBxEdAn/ylwDCgA+oA4n4BSLSagRXeAjBICCgtAIQk0mI1MB7FDY4KQg0qA7rnOiCeesYFDQOwH1PiRBAcJAKlNQGyLRxlK+mXEkiM2ADEfHgOuArEH0IAnRDhIFkjtAEUJHmWfgDgAaN5+jNyHZJAekNoGxNJ4DHoKddgVPA4i1hwvoDmXsBYJZPoQFJUHcZRBhEL8GtRjj9ElGKmQFmKABq8iMW0ehnroAzZJJly6oBpcgXgNHsNZobmyEE8ZhA5WA7ELLgfhDSkyypeTQGxOjfKOkcSSuIeCwhzkmH5iFDKSWAgSk14IpjuqOoqEnEUwh1LVUdQsy6jqKCLKMqJLfao6Ck9ZRnL9SFVHIbUAQI3DEGgZBErUvygxk2JHQR0GMscAiC9Q0uaCAYAAAwBXk7N8Uy5UUgAAAABJRU5ErkJggg==);
    background-size: 8px 5px;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 13px; }
  .member.view .contact .fechar {
    display: none; }

.member.view .contact-body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out; }
  .member.view .contact-body.open {
    max-height: 500px; }
  .member.view .contact-body .form-body {
    margin: 16px 0; }
  .member.view .contact-body fieldset {
    border: 0;
    padding: 0;
    margin: 20px 0; }
    .member.view .contact-body fieldset input, .member.view .contact-body fieldset select, .member.view .contact-body fieldset textarea {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 6px 8px;
      width: 100%;
      height: 33px;
      margin-bottom: 10px;
      border: 0;
      border-radius: 5px;
      background-color: #eeece8;
      font-family: "Cabin", sans-serif;
      font-size: 14px; }
    .member.view .contact-body fieldset textarea {
      min-height: 100px; }
    .member.view .contact-body fieldset button {
      position: relative;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 6px 15px 10px 15px;
      margin-bottom: 20px;
      height: 30px;
      font-size: 14px;
      border: 0;
      border-radius: 15px;
      background-color: rgba(0, 0, 0, 0.75);
      color: #fff; }
  .member.view .contact-body .async-status {
    margin: 16px 0;
    padding: 15px 15px 15px 0;
    line-height: 1.4;
    border-left: 3px solid #bd1e18;
    padding-left: 10px;
    background: #efefef; }
  .member.view .contact-body .member-contacts > div {
    margin-bottom: 6px;
    line-height: 20px; }
  .member.view .contact-body .member-contacts a {
    font-weight: 400;
    color: #666; }

/**
 * FOOTER
 * Override dos estilos do mailchimp
 */
#mc_embed_signup > form {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  padding: 0 !important; }
  #mc_embed_signup > form .button {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 32px;
    padding: 0 22px 2px 22px;
    font-size: 14px;
    border: 0;
    border-radius: 15px;
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    cursor: pointer;
    text-align: center; }

#mc_embed_signup #mc_embed_signup_scroll > label {
  display: none; }

#mc_embed_signup #mc_embed_signup_scroll h2 {
  margin: 0 0 12px 0;
  padding: 0;
  font-family: "Alegreya", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  color: #333; }

#mc_embed_signup #mc_embed_signup_scroll .mc-field-group {
  width: 100%;
  min-height: auto;
  margin: 0 0 12px 0;
  padding: 0;
  text-align: center; }
  #mc_embed_signup #mc_embed_signup_scroll .mc-field-group input {
    display: inline-block;
    max-width: 350px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 8px;
    height: 33px;
    border: 0;
    border-radius: 5px;
    background-color: #eeece8;
    font-family: "Cabin", sans-serif;
    font-size: 14px;
    text-align: center; }

#mc_embed_signup #mc_embed_signup_scroll :last-child.clear {
  width: 100%;
  min-height: 30px;
  text-align: center; }

/* SQL log */
.cake-sql-log {
  background: #FFFFFF; }

.cake-sql-log td {
  padding: 4px 8px;
  text-align: left;
  font-family: Monaco, Consolas, "Courier New", monospaced; }

.cake-sql-log caption {
  color: #FFFFFF; }

/** Paging **/
.paging {
  background: #FFFFFF;
  color: #ccc;
  margin-top: 1em;
  clear: both;
  margin-left: 40px; }

.paging .current,
.paging .disabled,
.paging a {
  text-decoration: none;
  padding: 5px 8px;
  display: inline-block; }

.paging > span {
  display: inline-block;
  /*border: 1px solid #ccc;*/
  border-left: 0; }

.paging > span:hover {
  background: #efefef; }

.paging .prev {
  /*border-left: 1px solid #ccc;*/
  border-radius: 4px 0 0 4px; }

.paging .next {
  border-radius: 0 4px 4px 0; }

.paging .disabled {
  color: #ddd; }

.paging .disabled:hover {
  background: transparent; }

.paging .current {
  background: #BD4F1D;
  color: #FFFFFF; }

.paging .current:hover {
  background: #BD4F1D; }

/** Forms **/
/* Form errors */
/** Notices and Errors **/
.message {
  clear: both;
  color: #FFFFFF;
  font-size: 140%;
  font-weight: bold;
  margin: 0 0 1em 0;
  padding: 5px; }

.error_container p.error {
  background: none;
  font-family: "Cabin", sans-serif;
  color: #333333; }

.success,
.message,
.cake-error,
.cake-debug,
.notice,
p.error,
.error-message {
  background: #ffcc00;
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#E6B800));
  background-image: linear-gradient(top, #ffcc00, #E6B800);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 18px;
  padding: 0;
  color: #404040;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25); }

.success,
.message,
.cake-error,
p.error,
.error-message {
  clear: both;
  color: #FFFFFF;
  background: #c43c35;
  border: none;
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, from(top), color-stop(#ee5f5b), to(#c43c35));
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); }

.success {
  clear: both;
  color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.5);
  background: #3B8230;
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
  background-image: linear-gradient(top, #76BF6B, #3B8230);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); }

p.error {
  font-family: "Cabin", sans-serif;
  font-size: 120%;
  margin: 1em 0; }

p.error em {
  font-weight: normal;
  line-height: 140%; }

.notice {
  color: #000;
  display: block;
  font-size: 120%;
  padding: 0.8em;
  margin: 1em 0; }

.success {
  color: #FFFFFF; }

/** Debugging **/
pre {
  color: #000;
  background: #f0f0f0;
  padding: 15px;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); }

.cake-debug-output {
  padding: 0;
  position: relative; }

.cake-debug-output > span {
  position: absolute;
  top: 5px;
  right: 5px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  padding: 5px 6px;
  color: #000;
  display: block;
  float: left;
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8); }

.cake-debug,
.cake-error {
  font-size: 16px;
  line-height: 20px;
  clear: both; }

.cake-error > a {
  text-shadow: none; }

.cake-error {
  white-space: normal; }

.cake-stack-trace {
  background: rgba(255, 255, 255, 0.7);
  color: #333;
  margin: 10px 0 5px 0;
  padding: 10px 10px 0 10px;
  font-size: 120%;
  line-height: 140%;
  overflow: auto;
  position: relative;
  border-radius: 4px; }

.cake-stack-trace a {
  text-shadow: none;
  background: rgba(255, 255, 255, 0.7);
  padding: 5px;
  border-radius: 10px;
  margin: 0 4px 10px 2px;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  text-decoration: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.3); }

.cake-code-dump pre {
  position: relative;
  overflow: auto; }

.cake-context {
  margin-bottom: 10px; }

.cake-stack-trace pre {
  color: #000;
  background-color: #F0F0F0;
  margin: 0 0 10px 0;
  padding: 1em;
  overflow: auto;
  text-shadow: none; }

.cake-stack-trace li {
  padding: 10px 5px 0;
  margin: 0 0 4px 0;
  font-family: monospace;
  border: 1px solid #bbb;
  -wekbkit-border-radius: 4px;
  border-radius: 4px;
  background: #dcdcdc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(top), color-stop(#fefefe), to(#dcdcdc));
  background-image: linear-gradient(top, #fefefe, #dcdcdc); }

/**
 * REDE ARTESOL
 */
.rede-artesol {
  padding-top: 60px; }
  .rede-artesol .rede-header,
  .rede-artesol .rede-filtros,
  .rede-artesol .rede-membros {
    max-width: 1280px;
    margin: 0 auto; }
  .rede-artesol .rede-header {
    margin-top: 40px;
    margin-bottom: 30px;
    padding-left: 10px;
    border-left: 4px solid #BD4F1D;
    font-family: "Alegreya", serif; }
    .rede-artesol .rede-header h1 {
      font-size: 3rem;
      line-height: 0.8;
      font-weight: 700;
      margin: 0 0 5px 0; }
    .rede-artesol .rede-header h2 {
      font-family: "Cabin", sans-serif;
      font-size: 1.25rem;
      /*20px*/
      margin: 0;
      color: #333333; }
  .rede-artesol .rede-filtros {
    margin-top: 20px;
    margin-bottom: 30px; }
    .rede-artesol .rede-filtros h3 {
      padding: 8px 0;
      margin: 0 0 12px 0;
      border-bottom: 1px solid rgba(184, 177, 160, 0.4);
      font-size: 1rem;
      color: #333;
      font-weight: 400; }
    .rede-artesol .rede-filtros .rede-filtro {
      margin-right: 8px;
      padding: 7px 23px 7px 16px;
      font-family: "Cabin", sans-serif;
      font-size: 14px;
      color: #BD4F1D;
      border: 2px solid #BD4F1D;
      border-radius: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background-color: #fff;
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAGCAIAAACAbBMhAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5MjRDMkU3MTk4MTQxMUU3QTIzRkY2ODYzQkZGNzE5NiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5MjRDMkU3Mjk4MTQxMUU3QTIzRkY2ODYzQkZGNzE5NiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjkyNEMyRTZGOTgxNDExRTdBMjNGRjY4NjNCRkY3MTk2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjkyNEMyRTcwOTgxNDExRTdBMjNGRjY4NjNCRkY3MTk2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+AG6YrQAAAFJJREFUeNpiPFsd8uHqSQYkIKBtzqSV18/MyQMXArKBIkwcYjJqyQ1wUSAbKMIEZEk6h4mauwMZQBLIBkn+B4NfH9+cLHADkhAuIxAzYACAAAMAQVYiUVwRQ6kAAAAASUVORK5CYII=");
      background-repeat: no-repeat;
      background-position: right 8px center; }

.rede-membros {
  overflow: hidden; }
  .rede-membros .rede-membro {
    width: 200px;
    min-height: 240px;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 40px 0;
    font-family: "Alegreya", serif;
    font-weight: 400;
    text-align: center;
    color: #333;
    text-decoration: none; }
    .rede-membros .rede-membro:hover {
      text-decoration: none; }
    .rede-membros .rede-membro .membro-thumb {
      width: 100px;
      height: 100px;
      margin: 0 auto;
      overflow: hidden;
      border-radius: 50px; }
      .rede-membros .rede-membro .membro-thumb img {
        width: 100px;
        min-height: 100px;
        -o-object-fit: cover;
        object-fit: cover; }
    .rede-membros .rede-membro .membro-dados .perfil {
      font-size: 1rem; }
    .rede-membros .rede-membro .membro-dados .nome {
      font-size: 1.625rem;
      line-height: 1.85rem; }
    .rede-membros .rede-membro .membro-dados .tecnicas {
      font-size: 1rem; }
    .rede-membros .rede-membro .separador {
      width: 60px;
      margin: 6px auto;
      border-width: 0;
      border-top-width: 1px;
      border-style: solid;
      border-color: rgba(184, 177, 160, 0.4); }
    .rede-membros .rede-membro .membro-local .icon-pin {
      width: 14px;
      margin-right: 6px;
      vertical-align: middle;
      display: inline-block !important; }
    .rede-membros .rede-membro .membro-local .cidade {
      display: inline-block;
      vertical-align: middle; }

.techniques.view .rede-membros {
  width: calc(100% - 80px);
  margin: 0 40px; }

.rede-artesol .container-mapa-principal {
  position: relative;
  height: 360px; }

.container-mapa-lateral {
  position: relative;
  height: 300px; }

.mapa-principal {
  height: 360px; }

.mapa-lateral {
  height: 300px; }

.right_column .map {
  margin: 0 0 50px 0; }

.map-container .vue-map-container {
  -webkit-transition: height 0.1s;
  transition: height 0.1s; }

.map-container .overlay-comandos {
  position: absolute;
  top: 10px;
  right: 10px; }
  .map-container .overlay-comandos .btn-mapa {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 35px 11px 15px;
    height: 30px;
    font-size: 14px;
    border: 0;
    border-radius: 15px;
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    cursor: pointer; }
    .map-container .overlay-comandos .btn-mapa i {
      width: 15px;
      height: 15px;
      position: absolute;
      top: 7px;
      right: 10px;
      background-size: 15px; }
    .map-container .overlay-comandos .btn-mapa.btn-ampliar i {
      background-image: url("../img/general/icone-ampliar-4x.png"); }
    .map-container .overlay-comandos .btn-mapa.btn-fechar i {
      background-image: url("../img/general/icone-fechar-4x.png"); }

.map-container .iw-content {
  border-left: 3px solid #bd1e18;
  padding: 0 0 0 10px;
  margin: 5px 10px 2px 0;
  overflow: hidden; }
  .map-container .iw-content h1 {
    margin: 3px 0 0 0;
    padding: 0;
    font-family: "Alegreya", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #333; }
  .map-container .iw-content h2 {
    font-family: "Cabin", sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #bd1e18;
    margin: 0; }
  .map-container .iw-content div {
    font-family: "Alegreya", serif;
    font-size: 16px;
    line-height: 1;
    color: #666; }
  .map-container .iw-content .iw-link {
    margin-top: 6px;
    font-weight: 400;
    line-height: 1; }
    .map-container .iw-content .iw-link a {
      color: #bd1e18;
      font-family: "Cabin", sans-serif;
      font-size: 14px;
      text-decoration: none; }

@media screen and (max-width: 1360px), screen and (max-width: 1360px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .rede-artesol .rede-header {
    margin: 40px 10px 30px 10px; }
  .rede-artesol .rede-filtros, .rede-artesol .rede-membros {
    padding: 5px 10px 10px 10px; } }

@media screen and (max-width: 1199px), screen and (max-width: 1199px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .rede-artesol .rede-membros {
    text-align: center; } }

@media screen and (max-width: 1023), screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .rede-artesol .rede-filtro {
    max-width: 90px; } }

.rede-membros-item,
.rede-tecnicas-item {
  width: 75%;
  min-height: 250px;
  height: auto;
  margin-left: 37px; }

.techniques.view .rede-membros-item,
.searches.index .rede-membros-item {
  width: 92%;
  margin: 0 auto; }

/* 
======
LARGE SCREEN SIZE
====== */
@media screen and (max-width: 1360px), screen and (max-width: 1360px) and (-webkit-min-device-pixel-ratio: 1.5) {
  #footer .footer_wrapper,
  #newsletter .newsletter_wrapper {
    padding: 0 40px;
    width: 100%; } }

@media screen and (max-width: 1279px), screen and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5) {
  #main_content {
    width: 100%; }
  .full_header_list {
    margin-left: 10px;
    padding-left: 0; }
  .tags.view .share,
  .categories.view .share {
    margin-left: 10px; }
  #search_box,
  .footer_wrapper {
    width: 100%; }
  #search_header {
    margin-left: 10px; }
  #content .right_column {
    margin-right: 10px; }
  #footer .logos_container {
    float: none;
    width: 72%;
    min-width: 720px;
    margin: 0 auto;
    display: block; }
  #footer .logos_headers {
    margin-top: 50px; }
  #footer .brand {
    width: 14%;
    min-width: 82px; }
  #footer .main_info {
    width: 34%; }
  .rede_home .membros nav ul li,
  .rede_home .membros nav ul li img,
  .rede_home .membros nav ul li .text_overlay {
    width: 185px;
    height: 185px; }
  .rede_home .membros nav ul li .text_overlay:before {
    width: 185px;
    height: 185px; }
  .botoes_membros ul li {
    margin: 15px 20px 0 0 !important; }
  .rede_home nav ul li .text_overlay content {
    font-size: 1.3em; }
  .quem-somos-texto section {
    padding: 0 18%; } }

/* 
======
CARROSSEL HOME - SLICK
====== */
@media screen and (max-width: 1192px), screen and (max-width: 1192px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .botoes_membros ul li {
    margin: 15px 15px 0 0 !important; } }

@media screen and (max-width: 1165px), screen and (max-width: 1165px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .botoes_membros ul li {
    margin: 15px 10px 0 0 !important; } }

@media screen and (max-width: 1138px), screen and (max-width: 1138px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .rede_home .membros nav ul li,
  .rede_home .membros nav ul li img,
  .rede_home .membros nav ul li .text_overlay,
  .rede_home .membros nav ul li .text_overlay::before {
    width: 170px;
    height: 170px; }
  .botoes_membros ul li {
    margin: 15px 15px 0 0 !important; } }

@media screen and (max-width: 1085px), screen and (max-width: 1085px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .botoes_membros ul li {
    margin: 15px 10px 0 0 !important; } }

@media screen and (max-width: 1058px), screen and (max-width: 1058px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .rede_home .membros nav ul li,
  .rede_home .membros nav ul li img,
  .rede_home .membros nav ul li .text_overlay,
  .rede_home .membros nav ul li .text_overlay::before {
    width: 165px;
    height: 165px; } }

@media screen and (max-width: 1031px), screen and (max-width: 1031px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .rede_home .membros nav ul li,
  .rede_home .membros nav ul li img,
  .rede_home .membros nav ul li .text_overlay,
  .rede_home .membros nav ul li .text_overlay::before {
    width: 160px;
    height: 160px; } }

/* 
======
MEDIUM SCREEN SIZE
====== */
@media screen and (max-width: 1023px), screen and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .mv {
    display: block !important; }
  .mv.small {
    display: none !important; }
  .dv {
    display: none !important; }
  #container {
    min-width: 94%; }
  #main_content .grid_container,
  .searches.index .grid_container,
  .contents.index .grid_container {
    margin: 0 10px !important; }
  .contents.view .related_content .grid_item {
    border-bottom: none; }
  #main_content.contents.index .item_thumbnail img:hover {
    -webkit-filter: unset !important;
    filter: unset !important; }
  .categories.view h1,
  .techniques.view h1,
  .techniques.view .rede-membros {
    margin: 0 10px;
    width: calc(100% - 20px); }
  .grid_item {
    /*width: 50%;*/
    /*max-width: 300px;*/ }
    .grid_item .item_category a {
      font-size: 1.5rem; }
  .grid_border {
    margin: 0 10px;
    width: calc(100% - 20px); }
  #header .container.center_align {
    position: relative; }
  #header .menu_toggle {
    /*float: left;*/
    cursor: pointer;
    background-color: #FFFFFF; }
  #header .menu_toggle img {
    display: block; }
  #header .brand {
    margin: 9px 0 0 10px;
    width: 100%;
    height: 51px;
    z-index: -1;
    text-align: center; }
  #header .menu {
    width: 100%;
    display: none; }
  #header .menu ul {
    width: 100%;
    display: block;
    float: none;
    font-family: 'Roboto';
    font-weight: 300;
    overflow: hidden; }
  #header .menu ul li {
    width: 100%;
    background-color: #FFFFFF;
    display: list-item;
    list-style: none;
    padding: 12px 0 12px 10px;
    margin: 0px; }
  #header .menu ul li a {
    float: left;
    color: #666666; }
  #header .submenu_toggle {
    float: right;
    margin: -12px 4% -12px  0;
    cursor: pointer; }
  #header .menu .sub_container {
    display: none;
    padding-top: 12px;
    clear: both;
    margin: 0px 0px -12px -10px;
    width: 100%; }
  #header .menu ul ul {
    display: table;
    position: relative;
    margin-left: 0px;
    width: 100%;
    top: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  #header .menu ul ul li {
    text-align: left;
    width: 100%;
    padding: 0px;
    background-color: #EDEBE7; }
  #header .menu ul ul li a {
    margin: 10px 10px; }
  #header .search_btn {
    border-right: none;
    padding: 19px 13px 12px 13px; }
  #header .user_btn {
    padding: 19px 13px 16px 13px;
    float: left; }
  #search_box .search_container, #search_header .search_container {
    width: 100%; }
  #search_box .search_container input[type="text"] {
    width: 80%; }
  #search_header {
    margin-left: 10px; }
  .searches .grid_container {
    margin-left: 10px; }
  #content {
    padding-left: 0px;
    padding-right: 0px; }
  #content .left_column {
    text-align: left; }
  #content .main_column {
    float: none;
    width: 100%; }
  #content .contents.member.view .main_column {
    margin-top: 50px; }
  #content .left_column {
    width: auto; }
  .contents.view content,
  #content .left_column {
    padding: 5px 10px 10px 10px; }
  #content .left_column section,
  .contents.view content {
    width: 100%; }
  .item_thumbnail img, .item_footer {
    width: 100%;
    /*max-width: 458px;*/ }
  #content .right_column {
    float: none;
    margin: 20px 0 0 0;
    padding: 0 10px 0 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .contents.view .related_content, .related_content_bottom #categories_grid {
    clear: both; }
  .contents.view .related_content {
    padding: 30px 0 0 0; }
  .related_content_bottom #categories_grid {
    padding: 0; }
  .related_content_bottom {
    display: block; }
  .related_content_bottom #categories_grid .grid_item,
  .related-widget .grid_item {
    overflow: hidden;
    border-bottom: none;
    padding-bottom: 20px;
    margin-bottom: 20px; }
  #categories_grid {
    display: block; }
  #categories_grid_gallery {
    display: none; }
  .gallery {
    height: 187px; }
  .contents.view .share {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: -2px; }
  .contents.view ul.item_categories li {
    float: left;
    margin-left: 0;
    margin-right: 10px; }
  .contents.view ul.item_tags li {
    float: left;
    margin-left: 0;
    margin-right: 15px; }
  .right_column {
    display: none; }
  .contents.member.view .right_column {
    display: block; }
  .contents.member.view .related_content {
    display: none; }
  .list_categories_footer {
    display: block; }
  .rede_home .mapa {
    width: 100%;
    /*max-width: 450px;*/ }
  .rede_home .imagem {
    padding: 0 0 0 0;
    margin: 30px 0 30px 0;
    text-align: center;
    /*max-width: 300px;*/ }
  .rede_home .imagem img {
    max-width: 450px; }
  .rede_home .membros {
    width: 100%; }
  .rede_home #tecnicas {
    margin-top: 40px; }
  .rede_home .membros nav ul li,
  .rede_home .membros nav ul li img,
  .rede_home .membros nav ul li .text_overlay,
  .rede_home .membros nav ul li .text_overlay::before {
    width: 200px;
    height: 200px; }
  .rede_home .membros nav ul li {
    display: block;
    margin: 0 auto !important; }
  .rede_home .membros nav ul li .text_overlay,
  .rede_home .membros nav ul li .text_overlay::before {
    margin: 0 auto; }
  .intertitulo_a,
  .intertitulo_c {
    margin-left: -10px;
    margin-right: -10px; }
  #footer {
    padding: 0 10px 40px 10px; }
  #footer .brand,
  #footer .main_info,
  #footer .info,
  #footer .social,
  #footer .logos_container_mobile {
    margin: 0 auto;
    display: block;
    float: unset; }
  #footer .brand,
  #footer .bottom_menu,
  #footer .info,
  #footer .social,
  #footer .logos_container_mobile li {
    text-align: center; }
  #footer .brand {
    float: none;
    padding: 0; }
  #footer .main_info,
  #footer .info {
    margin: 20px auto;
    width: 100%; }
  #footer .info {
    float: none;
    width: 100%;
    max-width: 480px; }
  #footer .footer_wrapper,
  #footer .container {
    display: block; }
  #newsletter .newsletter_wrapper {
    padding: 0 20px; }
  #footer .footer_wrapper {
    padding: 0 10px; }
  #footer .social {
    float: none;
    margin-bottom: 50px; }
  #footer .social img {
    margin: 0 10px 0 0; }
  #footer .logos_container {
    display: none; }
  #footer .logos_container_mobile {
    /*display: inline-block;*/
    font-size: 0.85em;
    width: 100%; }
  #footer .logos_container_mobile img {
    margin: 20px auto;
    display: block; }
  #footer .logos_container_mobile span {
    color: #666666;
    display: block;
    margin-top: 30px; }
  #footer .brand img {
    width: 100%; }
  .paging {
    margin-left: 10px; }
  .quem-somos-header.bloco1,
  .quem-somos-header.bloco1 .quem-somos-brand,
  .quem-somos-header.bloco2,
  .quem-somos-header.bloco2 .quem-somos-brand,
  .quem-somos-header.bloco3,
  .quem-somos-header.bloco3 .quem-somos-brand {
    height: 320px; }
  .quem-somos-texto.servicos article img {
    width: 30%; }
  .quem-somos-texto.servicos article aside {
    width: 70%; }
  .quem-somos .permanentes .topo-esq,
  .quem-somos .permanentes .topo-dir,
  .quem-somos .permanentes .baixo-esq,
  .quem-somos .permanentes .baixo-dir {
    width: 100%; }
  .quem-somos-header.bloco3 {
    display: inline-block; }
  .rede-membros-item,
  .rede-tecnicas-item {
    width: 80%;
    height: 270px;
    margin: 0 auto; }
  .contents.member.view .right_column {
    padding: 5px 10px 10px 10px !important;
    min-width: unset !important; } }

/* 
======
BREAKPOINTS DE GRID RESPONSIVO
====== */
/*@media screen and (min-width:1765px), screen and (min-width: 1765px) and (-webkit-min-device-pixel-ratio: 1.5) {
	#main_grid .grid_item,
	#main_content .grid_item,
	.categories.view .grid_item,
	.tags.view .grid_item,
	.searches.index .grid_item {width: 50%}
}
*/
/*@media screen and (max-width:1765px), screen and (max-width: 1765px) and (-webkit-min-device-pixel-ratio: 1.5) {
	#main_grid .grid_item,
	#main_content .grid_item,
	.categories.view .grid_item,
	.tags.view .grid_item,
	.searches.index .grid_item {width: 49%}
}

@media screen and (max-width:1430px), screen and (max-width: 1430px) and (-webkit-min-device-pixel-ratio: 1.5) {
	#main_grid .grid_item,
	#main_content .grid_item,
	.categories.view .grid_item,
	.tags.view .grid_item,
	.searches.index .grid_item {width: 23.5%}
}

@media screen and (max-width:1230px), screen and (max-width: 1230px) and (-webkit-min-device-pixel-ratio: 1.5) {
	#main_grid .grid_item,
	#main_content .grid_item,
	.categories.view .grid_item,
	.tags.view .grid_item,
	.searches.index .grid_item {width: 32%;}
}

@media screen and (max-width:1170px), screen and (max-width: 1170px) and (-webkit-min-device-pixel-ratio: 1.5) {
	#main_grid .grid_item,
	#main_content .grid_item,
	.categories.view .grid_item,
	.tags.view .grid_item,
	.searches.index .grid_item {width: 31.5%;}
}

@media screen and (max-width:1000px), screen and (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.5) {
	#main_grid .grid_item,
	#main_content .grid_item,
	.categories.view .grid_item,
	.tags.view .grid_item,
	.searches.index .grid_item {width: 48.6%; max-width: 458px}
}*/
/* ======
SMALL SCREEN SIZE
====== */
@media screen and (max-width: 768px), screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .mv.small {
    display: block !important; }
  .contents.index {
    padding-top: 34px; }
  #main_grid .grid_item,
  #main_content .grid_item,
  .categories.view .grid_item,
  .tags.view .grid_item,
  .searches.index .grid_item,
  .techniques.view .grid_item,
  .contents.view .related_content_bottom .grid_item,
  .contents.view .highlights_footer .grid_item {
    width: 100% !important;
    /*max-width: 458px;*/ }
  #search_box .search_container input[type="text"] {
    font-size: 1.35em; }
  .home_highlight {
    height: 310px; }
  .home_highlight ul.highlights li {
    margin: 0px 0 -125px 0; }
  .hl_img {
    width: 100%;
    height: 310px;
    -o-object-fit: cover;
    object-fit: cover; }
  #header .brand {
    z-index: -1; }
  #header .brand img {
    width: 87%; }
  .rede_wrapper {
    padding: 10px; }
  .rede_home .membros,
  .rede_home #tecnicas {
    padding: 0px 25px; }
  .descritivo_top section {
    width: 100%; }
  .descritivo_top {
    padding: 7px 0 12px 0; }
  .descritivo_top .descritivo_texto {
    padding-right: 7px; }
  .quem-somos-texto section {
    padding: 0 10px; }
  .quem-somos-brand section span {
    font-size: 52px; }
  .quem-somos-texto.servicos article img,
  .quem-somos-texto.servicos article aside,
  .quem-somos-pilares article {
    width: 100%; }
  .quem-somos-texto.servicos article img {
    padding-right: 0; }
  .quem-somos-texto.servicos article aside {
    margin-top: 15px; }
  .quem-somos-pilares article {
    margin-bottom: 40px; }
  .techniques.view .rede-membros-item {
    width: 75%;
    margin: 0 auto; } }

@media screen and (max-width: 480px), screen and (max-width: 480px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .quem-somos .permanentes .topo-wrapper, .quem-somos .permanentes .baixo-wrapper {
    height: 690px; } }

@media screen and (max-width: 350px), screen and (max-width: 350px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .quem-somos .permanentes .topo-wrapper, .quem-somos .permanentes .baixo-wrapper {
    height: 805px; } }

/* ----------- MOBILE LANDSCAPE ----------- */
@media all and (max-height: 400px) and (orientation: landscape) {
  .home_highlight ul.highlights li {
    margin: 0px 0 -125px 0;
    position: relative;
    width: 100%;
    height: 124vh;
    min-height: 500px; }
  .hl_img {
    width: 1100px;
    height: auto;
    position: absolute;
    top: calc(50% - 275px);
    left: calc(50% - 550px);
    margin-top: 7px; } }

/*# sourceMappingURL=front.css.map */
