﻿@font-face {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/mavenpro/v25/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8SX21nejpw.ttf) format('truetype');
}
@font-face {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/mavenpro/v25/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8Rf21nejpw.ttf) format('truetype');
}
@font-face {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/mavenpro/v25/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8cLx1nejpw.ttf) format('truetype');
}
@font-face {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/mavenpro/v25/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8Yzx1nejpw.ttf) format('truetype');
}
* {
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  list-style: none;
  position: relative;
  outline: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
*:hover {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
* a:hover {
  text-decoration: none;
}
::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
body {
  font-family: 'Maven Pro', sans-serif !important;
  font-weight: 400;
  font-size: 17px;
  color: #888;
  background: #fff;
}
strong {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Maven Pro', sans-serif;
  font-weight: 500;
  margin-bottom: 0.5em;
  line-height: 1.2em;
  color: #333;
}
p {
  margin-bottom: 1em;
}
a {
  color: #4565ad;
}
a:hover {
  color: #233671;
}
.hp-hidden {
  display: none !important;
}
.hp-hidden input {
  border: 0;
  background-color: transparent;
}
.topbar {
  padding: 8%;
  background-color: #233671;
  color: rgba(255, 255, 255, 0.7);
}
.topbar a {
  color: rgba(255, 255, 255, 0.8);
}
.topbar a:hover {
  color: #fff;
}
.ui.search .prompt {
  background: rgba(255, 255, 255, 0);
  width: 20px;
  padding-left: 0.3em !important;
  -webkit-transition: width 0.2s ease;
  -moz-transition: width 0.2s ease;
  -ms-transition: width 0.2s ease;
  -o-transition: width 0.2s ease;
  transition: width 0.2s ease;
  cursor: pointer;
}
.ui.search .prompt:hover + .icon {
  opacity: 1;
}
.ui.search .prompt:focus {
  width: 200px;
  background: rgba(255, 255, 255, 0.85);
  padding-left: 1.2em !important;
  cursor: text;
}
.ui.search .icon {
  z-index: 11111;
  color: #fff;
}
.slider-banner .item {
  background-repeat: no-repeat;
  background-position: center;
  height: 530px;
  overflow: hidden;
}
.slider-banner .item .container {
  position: static;
}
.slider-banner .item .title {
  z-index: 2;
  position: absolute;
  bottom: 80px;
  width: 350px;
  font-size: 28px;
  font-family: 'Maven Pro', sans-serif;
  font-weight: 400;
  line-height: 1.1em;
}
.slider-banner .item:before {
  content: "";
  display: block;
  width: 50%;
  height: 1200px;
  background: #233671;
  -moz-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  position: absolute;
  top: -200px;
  left: -150px;
  z-index: 1;
}
.slider-banner .item:after {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  position: absolute;
  top: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=0);
}
.slider-banner .item[data-bg="transparent"] .title {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.slider-banner .item[data-bg="transparent"] .title a {
  display: block;
  height: 100%;
  width: 100%;
  color: transparent;
  font-size: 10px;
}
.slider-banner .item[data-bg="transparent"]:before {
  display: none;
}
.slider-banner .navbanner {
  position: absolute;
  bottom: 15px;
}
.slider-banner .navbanner a {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  text-indent: 25px;
  margin-right: 4px;
  border-radius: 11px;
}
.slider-banner .navbanner a:hover,
.slider-banner .navbanner a.active {
  background: #fff;
}
.section1 {
  padding: 40px 0;
}
.section1 .bx-wrapper {
  margin-bottom: 60px !important;
}
.logo {
  display: inline-block;
}
.logo span {
  display: block;
  margin: 0 auto;
  width: 180px;
  height: 65px;
  background: url(/Content/img/logo.png) top center no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.social-links {
  font-size: 16px;
}
.social-links .item {
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.85);
  padding-top: 8px;
  border-radius: 22px;
  margin-right: 3px;
  color: #233671;
}
.social-links .item i {
  margin: 0;
  width: inherit;
  line-height: 1em;
}
.social-links .item span {
  display: none;
}
.social-links .item:hover {
  background: #fff;
  color: #233671;
}
.menu1 a {
  display: block;
}
.menu1 > ul > .item > a,
.menu1 > ul > .item > span {
  color: rgba(255, 255, 255, 0.75) !important;
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  padding: 6px;
  margin: 2px;
  letter-spacing: 1px;
  cursor: pointer;
  margin-bottom: 0;
}
.menu1 > ul > .item > a:hover,
.menu1 > ul > .item > span:hover {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.5);
}
.menu1 > ul > .item.dropdown .menu {
  padding: 15px 0;
}
.menu1 > ul > .item.dropdown .menu .item {
  padding: 5px 30px 5px 20px !important;
}
.menu1 .ui.dropdown .menu {
  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
}
.menu3 {
  margin-bottom: 40px !important;
  text-align: center;
}
.menu3 .item {
  text-transform: uppercase !important;
  letter-spacing: 1px;
  font-weight: bold !important;
  padding: 14px !important;
  margin-bottom: 0.6em;
  font-size: 13px;
}
.page-category {
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 8px;
}
.page-date {
  font-size: 15px;
  margin-bottom: 0.6em;
  display: inline-block;
}
.page-title {
  font-size: 2.3em;
  margin-bottom: 0.7em;
  font-weight: bold;
}
.page-resume {
  font-weight: 500;
  font-size: 1.2em;
  line-height: 1.3em;
  margin-bottom: 1.5em;
  margin-top: -0.5em;
  color: #666;
}
.page-image {
  margin-bottom: 2em;
  overflow: hidden;
}
.page-image img {
  max-width: 100%;
  display: block;
}
.detail,
.ui.accordion .content {
  font-size: 17px;
  margin-bottom: 60px;
}
.detail [style="font-weight: bold;"],
.ui.accordion .content [style="font-weight: bold;"] {
  color: #333;
}
.detail h1,
.ui.accordion .content h1 {
  font-size: 2.5em;
  letter-spacing: -2px;
}
.detail h2,
.ui.accordion .content h2 {
  text-transform: uppercase;
  color: #333;
  font-size: 1.85em;
  font-weight: 700;
  margin-top: 1.5em;
  margin-bottom: 1em;
}
.detail h3,
.ui.accordion .content h3 {
  color: #333;
  font-size: 1.5em;
  font-weight: 700;
  margin-top: 1.5em;
}
.detail h4,
.ui.accordion .content h4 {
  font-size: 1.1em;
  font-weight: 700;
  margin: 1em 0;
}
.detail ul,
.ui.accordion .content ul {
  margin-left: 1em;
}
.detail ul li,
.ui.accordion .content ul li {
  list-style: disc;
  color: #666;
  line-height: 1.2em;
  margin-bottom: 0.5em;
  font-size: 0.9em;
}
.detail blockquote,
.ui.accordion .content blockquote {
  font-weight: 500;
  padding: 0.2em 0 0.2em 20px;
  border-left: 2px solid #233671;
  color: #444;
  margin: 1.5em 0;
  font-size: 1.1em;
}
.detail table,
.ui.accordion .content table {
  font-size: 0.9em;
  line-height: 1.2em;
  width: 100%;
  margin: 2em 0;
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: 0.3rem;
  text-align: left;
  color: rgba(0, 0, 0, 0.87);
  border-collapse: separate;
  border-spacing: 0;
}
.detail table thead th,
.ui.accordion .content table thead th {
  padding: 15px 20px;
  background: #f9fafb;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 700;
  text-transform: none;
  border-bottom: 1px solid rgba(34, 36, 38, 0.1);
}
.detail table tr td,
.ui.accordion .content table tr td {
  padding: 8px 20px;
  border-top: 1px solid rgba(34, 36, 38, 0.1);
}
.detail table td,
.ui.accordion .content table td {
  text-align: inherit;
}
.detail hr,
.ui.accordion .content hr {
  background: #ddd;
  height: 1px;
  margin: 2em 0;
}
.detail strong,
.ui.accordion .content strong {
  color: #666;
}
.detail img,
.ui.accordion .content img {
  max-width: 100%;
}
.gallery {
  margin-bottom: 40px;
}
.gallery .thumbs li a {
  display: block;
}
.gallery .thumbs li a img {
  display: block;
  width: 100%;
}
.maps iframe {
  width: 100%;
}
.content-page .content {
  max-width: 800px;
  margin: 0 auto 60px;
}
.event .topbar {
  height: 60vh;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.event .topbar .event-logo {
  padding: 0 40px;
  position: absolute;
  bottom: -90px;
  text-align: center;
  width: 100%;
}
.event .topbar .event-logo img {
  max-width: 300px;
  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
}
.event .topbar:after {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  position: absolute;
  top: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=0);
}
.event .content {
  padding: 130px 40px;
  max-width: 900px;
  margin: 0 auto;
}
.event .detail h1 {
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 100;
  line-height: 1em;
}
.event .detail h1 + h2 {
  text-align: center;
  margin-top: 0;
  text-transform: inherit;
  font-size: 1.6em;
  margin-bottom: 1.5em;
  bottom: 0.3em;
}
.event .detail ul,
.event .detail ol {
  text-align: left;
  font-size: 16px;
  font-weight: normal;
  margin: 1.5em 1em 2em;
}
.event .detail ul li {
  list-style: disc;
}
.event .detail ol li {
  list-style: decimal;
}
.event .detail blockquote {
  border-left: none;
  margin-top: 2em;
  padding: 0;
}
.event .detail blockquote:before {
  content: "";
  display: block;
  height: 2px;
  background: #ccc;
  width: 50%;
  margin: 0 0 0.8em;
}
.event .detail blockquote ul li {
  list-style: none;
  padding-top: 0.5em;
  margin-bottom: 0.8em;
  border-top: 1px solid #ccc;
}
.event .detail .big {
  font-size: 5em;
  color: #333;
  font-weight: 500;
  margin: 0;
}
.event .footer {
  margin-top: 0;
}
.event .ui.cards {
  margin-top: 20px;
}
.event .ui.cards > .card {
  width: 262px;
}
.event .ui.cards > .card .content {
  padding: 20px;
  text-align: left;
  font-size: 13px;
  line-height: 17px;
}
.event .ui.cards > .card .content h3 {
  margin-top: 0;
}
.historic {
  background: #4565ad;
  padding: 60px 30px;
  color: rgba(255, 255, 255, 0.5);
}
.historic h2 {
  margin-bottom: 2em;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.75);
}
.search .submit {
  position: absolute;
  right: 15px;
}
.addthis_inline_share_toolbox {
  margin: 40px 0;
}
.institutional .detail {
  margin-bottom: 40px;
}
.institutional .gallery {
  margin-top: 40px;
}
.botao-voltar a {
  display: inline-block;
  padding: 0px 9px;
  background: #ddd;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 1em;
  border-radius: 3px;
}
.botao-voltar a:hover {
  background-color: #ccc;
}
.realty-cover {
  background: #233671;
  color: rgba(255, 255, 255, 0.5);
}
.realty-cover .topbar {
  min-height: 200px;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  background-size: auto 65vh;
}
.realty-cover .topbar .event-logo {
  padding: 0 40px;
  position: absolute;
  bottom: -150px;
  text-align: center;
  width: 100%;
}
.realty-cover .topbar:after {
  content: "";
  display: block;
  width: 100%;
  height: 400px;
  position: absolute;
  top: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=0);
}
.realty-cover .cover {
  background: url(/Content/img/classificados-ademi-bg.png) no-repeat bottom center;
}
.realty-cover .content {
  min-height: 600px;
  max-width: 1110px;
  padding: 0 20px;
  margin: auto;
}
.realty-cover .content img {
  display: block;
  text-align: center;
  max-width: 100%;
  margin-bottom: 50px;
}
.realty-cover .form label {
  display: inline-block;
  margin-bottom: 0.5em;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4) !important;
  letter-spacing: 1px;
}
.realty-cover .form .ui.selection.dropdown {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-weight: 500;
}
.realty-cover .form .ui.dropdown:not(.button) > .default.text {
  color: #fff;
}
.realty-cover .footer {
  margin-top: 0;
}
.realty-list .filter > ul > li {
  margin-bottom: 15px;
}
.realty-list .filter > ul > li.selected .ui.dropdown {
  background: #4565ad !important;
}
.realty-list .filter.fixed {
  position: fixed;
  top: 150px;
}
.realty-list .filter .ui.dropdown {
  display: block;
  background: #999;
  color: #fff;
  padding: 12px 15px;
  border-radius: 4px;
  line-height: 1.4em;
}
.realty-list .filter .ui.dropdown.selected {
  background: #4565ad !important;
}
.realty-list .filter .ui.dropdown.selection .icon.dropdown {
  top: 1em !important;
}
.realty-list .filter .ui.dropdown:hover {
  background: #888;
}
.realty-list .filter .ui.dropdown .icon.right {
  float: right;
  margin-top: 5px;
}
.realty-list .filter .ui.dropdown .menu {
  border-radius: 0 0 4px 4px;
  margin-top: -4px;
  width: 100%;
}
.realty-list .filter .ui.dropdown .menu .header {
  margin: 5px 0 0;
  border-top: 1px solid #eee;
}
.realty-list .filter .ui.selection.dropdown {
  border: none;
}
.realty-list .filter .ui.selection.visible.dropdown > .text:not(.default) {
  color: inherit;
}
.realty-list .filter .ui.active.search.dropdown input.search:focus + .text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.realty-list .filter .ui.secondary.menu {
  margin: 0;
}
.realty-list .filter .ui.secondary.menu .item {
  margin-left: 0;
  background: #999;
  color: #fff;
}
.realty-list .filter .ui.secondary.menu .item.active {
  background: #4565ad;
}
.realty-list .filter .ui.secondary.menu .item:hover {
  background: #666;
}
.realty-list .filter .clean {
  font-size: 13px;
  display: inline-block;
  padding: 3px;
}
.realty-list .filter h3 {
  margin-top: 2em;
}
.realty-list .grid-realty-list {
  margin-bottom: 50px !important;
}
.realty-list .grid-realty-list .item {
  overflow: hidden;
  padding: 0 0.5rem !important;
  margin-bottom: 1rem !important;
}
.realty-list .grid-realty-list .item .thumb {
  width: 100%;
  overflow: hidden;
  padding-top: 37px;
}
.realty-list .grid-realty-list .item .thumb img {
  width: 100%;
  display: block;
}
.realty-list .grid-realty-list .item .thumb a {
  display: block;
}
.realty-list .grid-realty-list .item .top {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0.5rem;
  width: 100%;
  font-size: 17px;
}
.realty-list .grid-realty-list .item .top .bar {
  padding: 0.5rem 1rem;
  color: #fff;
  height: 37px;
  overflow: hidden;
}
.realty-list .grid-realty-list .item .top .empreendimento {
  font-weight: 500;
}
.realty-list .grid-realty-list .item .top .empreendimento a {
  display: inline-block;
  color: #fff;
}
.realty-list .grid-realty-list .item .top .status {
  font-size: 10px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  float: right;
}
.realty-list .grid-realty-list .item .info {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 1.5rem 1rem;
  width: 100%;
}
.realty-list .grid-realty-list .item .info a {
  display: block;
  color: rgba(255, 255, 255, 0.85);
}
.realty-list .grid-realty-list .item .info .title {
  margin: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.2em;
}
.realty-list .grid-realty-list .item .info .bairro {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  margin-bottom: 3px;
}
.realty-list .grid-realty-list .item .info:before {
  pointer-events: none;
  content: "";
  height: 200px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0.5rem;
  right: 0.5rem;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}
.realty-list .grid-realty-list .item:hover .info a {
  color: #fff;
}
.realty-list .grid-realty-list .item:hover .info:before {
  height: 150px;
}
.realty-view .topbar {
  height: 50vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.realty-view .topbar:after {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  position: absolute;
  top: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=0);
}
.realty-view .status {
  z-index: 2;
  position: absolute;
  bottom: 50px;
  text-align: center;
  width: 100%;
}
.realty-view .status .label {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 20px;
  letter-spacing: 1px;
}
.realty-view .content {
  padding: 50px 40px;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.realty-view .company {
  text-transform: uppercase;
  font-weight: 500;
}
.realty-view .product {
  font-size: 2.6em;
  font-weight: 700;
  color: #233671;
  margin-bottom: 0.3em;
}
.realty-view .product.fixed {
  position: fixed;
  top: 123px;
  left: 50px;
  z-index: 111;
  font-size: 30px;
}
.realty-view .title {
  font-size: 1.3em;
  color: #888;
}
.realty-view .district {
  text-transform: uppercase;
  font-weight: 700;
  color: #233671;
  font-size: 1.5em;
  margin-bottom: 1em;
}
.realty-view .page-menu .item {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 4px;
  background: #4565ad;
  color: #fff;
}
.realty-view .page-menu .item:hover,
.realty-view .page-menu .item.active {
  background: #233671;
}
.realty-view .page-menu.fixed {
  position: fixed;
  top: 115px;
  background: #ffffff;
  left: 0;
  padding: 30px;
  width: 100%;
  z-index: 11;
  border-bottom: 1px solid #ddd;
}
.realty-view .detail {
  font-size: 16px;
  margin-bottom: 80px;
}
.realty-view .detail a {
  font-weight: 500;
}
.realty-view .detail p {
  text-align: justify;
}
.realty-view .detail h2 {
  text-transform: inherit;
  font-size: 2em;
  margin-bottom: 1em;
}
.realty-view .detail ul,
.realty-view .detail ol {
  margin: 1.5em 0 1.5em 1em;
  text-align: left;
  font-weight: 500;
}
.realty-view .detail blockquote {
  border-left: none;
  margin-top: 2em;
}
.realty-view .detail blockquote:before {
  content: "";
  display: block;
  height: 2px;
  background: #888;
  width: 50%;
  margin: 0 auto 1.5em;
}
.realty-view .detail ul {
  margin-left: 0;
  text-align: center;
}
.realty-view .detail ul li {
  display: inline-block;
  list-style: none;
  background-color: #eee;
  border-radius: 3px;
  padding: 0.5em 1em;
}
.realty-view .detail .big {
  font-size: 5em;
  color: #333;
  font-weight: 500;
  margin: 0;
}
.realty-view .gallery {
  margin-bottom: 80px;
}
.realty-view .maps {
  margin-bottom: 80px;
}
.realty-view .contact {
  padding: 5px 30px;
  background: #eee;
  margin-bottom: 70px;
}
.realty-view .contact h3 {
  font-size: 25px;
  margin: 25px auto;
  text-transform: uppercase;
}
.realty-view .more-realty {
  text-align: center;
}
.realty-view .more-realty .container {
  min-height: inherit;
}
.plant-options {
  margin-bottom: 60px;
}
.plant-options li {
  border-top: 1px solid #eee;
}
.plant-options li a {
  display: block;
}
.plant-options li a span {
  display: inline-block;
  padding: 0.7em 0.2em 1em;
}
.plant-options li a .option-title {
  display: block;
  font-weight: bold;
  font-size: 1.2em;
}
.plant-options li a:hover {
  background: #eee;
}
.PreLancamento,
.Lancamento {
  background: #dea949 !important;
  color: #fff !important;
}
.EmObra {
  background: #00b5ad !important;
  color: #fff !important;
}
.Pronto {
  background: #669851 !important;
  color: #fff !important;
}
.ui.accordion:not(.styled) .title:not(.ui) {
  font-size: 1em;
  font-weight: bold;
}
.ui.accordion:not(.styled) .title ~ .content:not(.ui) {
  padding-left: 35px;
}
.ui.accordion .content h3 {
  font-size: 1.1em;
  margin-top: 1em;
}
section .ui.secondary.menu {
  margin-top: 40px;
}
section .ui.secondary.menu .item {
  font-size: 18px;
  font-weight: 500;
  color: #706f6f;
}
section .container {
  min-height: 450px;
}
.member-list {
  margin-bottom: 50px;
}
.member-list .box {
  border-radius: 3px;
  box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
  overflow: hidden;
}
.member-list .image {
  float: left;
  width: 100px;
}
.member-list .image img {
  display: block;
  width: 100%;
}
.member-list .content {
  width: 100%;
  padding: 15px 10px 10px 115px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2em;
}
.member-list .name {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.5em;
}
.member-list .role {
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 0.5em;
}
.member-list .company {
  font-size: 14px;
  line-height: 1.2em;
}
.file-list {
  margin-bottom: 50px;
}
.file-list > li {
  margin-bottom: 0.5em;
}
.file-list > li .icon.file {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.3);
  float: left;
}
.file-list > li .date {
  margin-left: 32px;
  font-size: 14px;
  margin-bottom: 1.2em;
  line-height: 1.3em;
}
.file-list > li .title {
  margin-left: 32px;
  display: block;
  font-weight: 500;
  bottom: 1px;
}
.file-list > li .resume {
  margin-left: 32px;
  font-size: 14px;
  margin-bottom: 1em;
}
.file-list.videos .item .btn {
  position: absolute;
  z-index: 111;
  width: 100%;
  height: 100%;
  padding-top: 25%;
  text-align: center;
}
.file-list.videos .item .btn .icon {
  font-size: 45px;
  color: rgba(255, 255, 255, 0.5);
}
.file-list.videos .item .thumb {
  width: 100%;
}
.file-list.videos .item .title {
  font-size: 18px;
  margin-top: 0.5em;
  margin-left: 0;
}
.file-list.videos .item:hover .btn .icon {
  color: #fff;
}
.magazine-list .item {
  margin-bottom: 0.5em;
}
.magazine-list .image {
  margin-bottom: 0.5em;
}
.magazine-list .image img {
  width: 100%;
  display: block;
}
.magazine-list .title {
  display: inline-block;
  font-size: 1.3em;
  margin-right: 0.25em;
}
.magazine-list .date {
  display: inline-block;
  bottom: 1px;
}
.grid-list {
  margin-bottom: 50px !important;
}
.grid-list.ui.grid {
  display: block;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.grid-list .item {
  overflow: hidden;
}
.grid-list .item .box {
  border-radius: 6px;
  width: 100%;
  overflow: hidden;
}
.grid-list .item .box a {
  display: block;
  color: rgba(255, 255, 255, 0.85);
}
.grid-list .item .box img {
  width: 100%;
  display: block;
}
.grid-list .item .box:before {
  z-index: 1;
  pointer-events: none;
  content: "";
  height: 50%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}
.grid-list .item .info {
  z-index: 2;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 10px;
}
.grid-list .item .info .title {
  margin: 0;
}
.grid-list .item:hover .box a {
  color: #fff;
}
.grid-list .item:hover .box:before {
  height: 100%;
}
.logo-list img {
  max-height: 90px;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
}
ul.logos {
  margin: 3em 0 !important;
  text-align: center !important;
}
ul.logos li {
  list-style: none !important;
  vertical-align: top;
  margin: 0 30px 60px;
}
ul.logos li .label {
  font-size: 9px;
  text-transform: uppercase;
  margin-bottom: 30px;
  letter-spacing: 2px;
  color: #999;
}
ul.logos li img {
  max-width: 200px;
}
ul.logos.inline li {
  display: inline-block;
}
.index-table.ui.table {
  font-size: 13px;
  font-weight: 500;
}
.index-table.ui.table th,
.index-table.ui.table td {
  padding: 10px 4px;
  text-align: center;
}
.ui .menu .item {
  font-family: 'Maven Pro', sans-serif;
}
.ui .breadcrumb {
  margin-top: 30px !important;
  margin-bottom: 50px;
}
.ui .breadcrumb .active.section {
  font-weight: normal;
}
.ui .breadcrumb .ui.dropdown:not(.button) > .default.text {
  color: initial;
}
.ui .breadcrumb .ui.selection.dropdown {
  min-width: 10em;
}
.ui .breadcrumb .ui.selection.dropdown > .dropdown.icon {
  margin-left: 0.5em;
}
.ui .breadcrumb .ui.selection.dropdown .menu > .item {
  font-size: 17px;
  padding: 0.4em 2em 0.4em 1em !important;
}
.ui .button.large {
  margin: 30px auto;
  font-family: 'Maven Pro', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  background: #ccc;
  padding: 20px;
}
.ui .button.large:hover {
  background: #bbb;
  color: #fff;
}
.ui .button.large.big {
  padding: 20px 30px;
}
.ui .button.blue {
  background: #4565ad;
  color: #fff;
}
.ui .button.blue:hover {
  background: #233671;
}
.ui.tabular {
  margin-bottom: 40px;
}
.ui.tab {
  padding: 5px;
  margin-bottom: 50px;
}
.ui.blue.ribbon.label.big {
  margin-top: 15px;
  margin-bottom: 8px;
}
.ui.table th {
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}
.banner2 {
  margin-bottom: 50px;
}
.banner2 img {
  width: 100%;
}
.banner2 .banner2-wrap {
  max-height: 240px;
  overflow: hidden;
}
.mainnews {
  margin-bottom: 50px !important;
}
.mainnews .item {
  overflow: hidden;
}
.mainnews .item .thumb {
  width: 100%;
  max-height: 330px;
  overflow: hidden;
}
.mainnews .item .thumb img {
  width: 100%;
  min-height: 330px;
  display: block;
}
.mainnews .item .info {
  pointer-events: none;
  position: absolute;
  bottom: 1rem;
  left: 0;
  padding: 0 3rem 2rem;
  width: 100%;
}
.mainnews .item .info a {
  display: block;
  color: rgba(255, 255, 255, 0.85);
}
.mainnews .item .info .title {
  margin: 0;
}
.mainnews .item .info .date {
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  padding: 0 8px 4px 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.8);
}
.mainnews .item .info .resume {
  margin: 0;
}
.mainnews .item .info:before {
  pointer-events: none;
  content: "";
  height: 200px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 1rem;
  right: 1rem;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}
.mainnews .item:hover .info a {
  color: #fff;
}
.mainnews .item:hover .info:before {
  height: 350px;
}
.mainvideos {
  margin-bottom: 60px !important;
}
.mainvideos .item .content {
  width: 100%;
  overflow: hidden;
}
.mainvideos .item .content img {
  display: block;
}
.mainvideos .item .content:after {
  content: "";
  height: 200px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}
.mainvideos .item iframe {
  width: 150%;
  height: 200px;
  display: block;
  left: -25%;
}
.mainvideos .item .title {
  pointer-events: none;
  z-index: 11;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em;
  color: rgba(255, 255, 255, 0.6);
}
.mainvideos .item .title a {
  color: rgba(255, 255, 255, 0.6);
}
.mainvideos .item .btn {
  position: absolute;
  font-size: 45px;
  display: block;
  text-align: center;
  width: 100%;
  color: #ffffff;
  padding-top: 80px;
  height: 200px;
  z-index: 11;
  opacity: 0;
}
.mainvideos .item .btn i {
  margin: 0;
  left: 5px;
}
.mainvideos .item:hover .content:after {
  background: rgba(0, 0, 0, 0.7);
}
.mainvideos .item:hover .title {
  color: #fff;
}
.mainvideos .item:hover .btn {
  opacity: 1;
}
.mainrealty {
  text-align: center;
  margin-bottom: 60px !important;
}
.mainrealty .ui.grid {
  margin-bottom: 10px;
}
.mainrealty .item {
  overflow: hidden;
}
.mainrealty .item a {
  display: block;
}
.mainrealty .item .thumb {
  width: 100%;
}
.mainrealty .item .thumb img {
  width: 100%;
  display: block;
}
.mainrealty .item .info {
  background: #eee;
  padding: 0 15px 20px;
  height: 100px;
}
.mainrealty .item .district {
  font-size: 1.3em;
  font-weight: 500;
  margin: 0;
}
.mainrealty .item .district a {
  padding: 0.4em 0.4em 0;
  color: #333;
}
.mainrealty .item .description {
  margin: 0;
  font-size: 1em;
  line-height: 1.15em;
  font-weight: 300;
}
.mainrealty .item .description a {
  color: #999;
}
.mainrealty .item:hover .info {
  background: #ddd;
}
.listnews {
  margin-bottom: 60px;
}
.listnews .item {
  overflow: hidden;
  margin-bottom: 15px;
  border-top: 1px solid #ddd;
  padding-top: 15px;
}
.listnews .item .thumb {
  float: left;
  width: 25%;
  max-height: 180px;
  padding-right: 20px;
  z-index: 11;
}
.listnews .item .thumb img {
  width: 100%;
  display: block;
}
.listnews .item .info {
  padding: 0 1% 1% 25%;
}
.listnews .item .info .date {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  margin-right: 10px;
  font-size: 14px;
}
.listnews .item .info .date a {
  color: #706f6f;
}
.listnews .item .info .title {
  line-height: 1.1em;
  margin: 0 0 5px 0;
}
.listnews .item .info .title a {
  color: #333;
}
.listnews .item .info .resume {
  margin: 0;
  margin-bottom: 0.5em;
}
.search .listnews .item {
  padding-top: 10px;
}
.search .listnews .item .thumb {
  float: left;
  width: 15%;
  max-height: inherit;
}
.search .listnews .item .info {
  padding: 0;
}
.search .listnews .item .info .date {
  margin-bottom: 5px;
}
.search .listnews .item .info .title {
  margin-bottom: 5px;
  font-size: 22px;
}
.search .listnews .item .info .desc {
  font-size: 16px;
}
.header {
  text-align: center;
  padding: 3em 5em 2em;
  font-size: 1.2em;
  margin: auto;
  max-width: 900px;
}
.header h1 {
  font-size: 2.5em;
  margin-bottom: 0.5em;
}
.header h2 {
  font-weight: 100;
  margin-bottom: 0.6em !important;
  text-transform: uppercase;
  font-size: 1.2em;
  letter-spacing: 2px;
}
.footer {
  z-index: 111;
  padding: 60px 40px;
  background: #222;
  margin-top: 80px;
  color: rgba(255, 255, 255, 0.5);
}
.footer label {
  display: none !important;
}
.footer input,
.footer textarea {
  border-color: rgba(255, 255, 255, 0.2) !important;
  background: transparent !important;
  color: #eee !important;
}
.footer input:focus,
.footer textarea:focus {
  border-color: rgba(255, 255, 255, 0.5) !important;
}
.footer form {
  max-width: 800px !important;
  margin: auto;
}
.footer form .button {
  color: #666 !important;
}
.footer form .button:hover {
  background-color: #eee !important;
}
.footer address {
  font-size: 14px;
  font-weight: 500;
  padding: 40px;
  font-style: normal;
}
.footer .social-links {
  text-align: center;
}
.footer .social-links a {
  color: #222;
}
.credit {
  position: absolute;
  right: 25px;
  bottom: 15px;
}
.credit a {
  display: block;
  background: url(/Content/img/logo-eleven-w.png) center no-repeat;
  background-size: 100%;
  color: transparent;
  width: 60px;
  height: 20px;
  opacity: 0.3;
}
.credit a:hover {
  opacity: 0.8;
}
.list-table {
  text-align: left;
  margin: 30px 0;
  padding: 40px;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.c {
  text-align: center;
}
.r {
  text-align: right;
}
.l {
  text-align: left;
}
.clr {
  clear: both;
}
.fl-l {
  float: left;
}
.fl-r {
  float: right;
}
.mt0 {
  margin-top: 0 !important;
}
.ml0 {
  margin-left: 0 !important;
}
.mr10 {
  margin-right: 20px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.pr0 {
  padding-right: 0;
}
.pl0 {
  padding-left: 0;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pt0 {
  padding-top: 0 !important;
}
.pt20 {
  padding-top: 20px !important;
}
.z10 {
  z-index: 10;
}
.z9 {
  z-index: 9;
}
.z8 {
  z-index: 8;
}
.z7 {
  z-index: 7;
}
.z6 {
  z-index: 6;
}
.z5 {
  z-index: 5;
}
@media screen and (max-width: 640px) {
  body {
    font-size: 16px;
  }
  .institutional section > .container {
    padding: 30px 25px !important;
  }
  .topbar {
    text-align: center;
    padding: 0;
  }
  .topnav {
    overflow: hidden;
    height: 100px;
    padding: 20px 0;
    background: #233671;
    z-index: 2;
  }
  .topnav .menu-mobile {
    display: inline-block;
    content: "\f0c9";
    position: absolute;
    right: 20px;
    top: 20px;
    font-family: Icons;
    font-size: 32px;
    cursor: pointer;
    width: 35px;
    height: 35px;
    padding-top: 5px;
    z-index: 11;
  }
  .topnav .logo {
    float: left;
    margin-bottom: 20px;
  }
  .topnav.open {
    height: 100vh;
  }
  .topnav.open .menu-mobile {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .content-page .content {
    padding: 30px;
  }
  .menu1 {
    clear: both;
  }
  .menu1 .ui.dropdown {
    width: 100%;
    text-align: center;
  }
  .menu1 .ui.simple.active.dropdown > .menu,
  .menu1 .ui.simple.dropdown > .menu {
    width: 100%;
  }
  .menu1 .ui.simple.dropdown .menu > .item {
    text-align: center;
    font-size: 1em;
    padding: 8px !important;
  }
  .menu3 .item {
    display: block;
  }
  .menu2 {
    display: block !important;
    margin-bottom: 30px !important;
  }
  .menu2 .item {
    display: block !important;
  }
  .menu2 .item a {
    display: block !important;
  }
  .column.section-menu .ui.secondary.pointing.menu {
    margin: 0 !important;
    width: 100%;
  }
  .column.section-menu .ui.secondary.pointing.menu .item {
    font-size: 14px;
    padding: 5px 0;
  }
  .slider-banner .item {
    height: 58vw !important;
    background-size: 100% !important;
  }
  .slider-banner .item .title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .slider-banner .item .title a {
    display: block;
    height: 58vw;
    font-size: 17px;
    line-height: 1.2em;
    padding: 20px;
    color: transparent;
  }
  .slider-banner .item:before {
    display: none;
  }
  .slider-banner .item:after {
    height: 100px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=0);
  }
  .mainnews .item .thumb {
    max-height: inherit;
  }
  .mainnews .item .thumb img {
    min-height: inherit;
    width: 100%;
  }
  .mainnews .item .info {
    padding: 0 2.5rem 1.5rem;
  }
  .mainnews .item .info .title {
    font-size: 1.4em;
  }
  .listnews .item .thumb {
    display: none;
  }
  .listnews .item .info {
    float: none;
    width: 100%;
  }
  .listnews .item .info .title {
    font-size: 1.3em;
    margin-bottom: 0.5em;
  }
  .section1 {
    padding: 20px 0;
  }
  .footer {
    padding: 40px 10px;
    margin-top: 0;
  }
  .detail {
    font-size: 16px;
  }
  .detail p > img {
    display: block;
    float: none !important;
    margin: auto !important;
  }
  .detail table {
    padding: 0;
    border: none;
  }
  .detail table tr td {
    padding: 2px 7px;
    font-size: 12px;
  }
  .page-title {
    font-size: 1.8em;
  }
  .page-resume {
    font-size: 1.1em;
  }
  h1.title {
    margin-top: 1.1em;
    margin-bottom: 0.7em;
    text-align: center;
  }
  .footer address {
    padding: 10px 0 30px;
  }
  .event .topbar {
    height: 75vw !important;
    background-size: auto 60vw;
    background-position-y: 17vw;
    background-attachment: inherit;
  }
  .event .topbar:after {
    top: 17vw;
    height: 100px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=0);
  }
  .event .topbar .event-logo {
    padding: 40px;
  }
  .event .topbar .event-logo img {
    max-width: 100%;
    max-height: 170px;
  }
  .event .content {
    padding: 70px 20px;
  }
  .event .detail {
    text-align: left;
  }
  .event .detail h1 {
    font-size: 1.8em;
  }
  .event .detail h1 + h2 {
    font-size: 1.2em;
    margin-bottom: 1em;
  }
  .list-table {
    padding: 15px;
  }
  .file-list > li {
    margin-bottom: 0.8em;
  }
  .file-list > li .icon {
    float: left;
  }
  .file-list > li .title {
    font-size: 14px;
    line-height: 16px;
    display: block;
    margin-left: 32px;
  }
  .file-list.videos > li .icon {
    float: none;
  }
  .file-list.videos > li .title {
    margin-left: 0;
  }
  .ui.secondary.menu {
    display: block;
  }
  ul.logos li img {
    margin-bottom: 20px !important;
  }
  .legislacao .section-menu {
    display: block !important;
  }
  .legislacao h1.page-title {
    display: none;
  }
  .legislacao .ui.secondary.vertical.pointing.menu {
    width: 100%;
    margin: 20px 0;
    background: #eee;
    padding: 11px 0 11px 20px;
  }
  .legislacao .ui.secondary.vertical.pointing.menu .item {
    font-size: 14px;
    padding: 7px 0;
  }
  .event.convencaoademi._636436813581426426 .topbar {
    height: 380px !important;
    background-size: auto 420px;
    background-position: center bottom;
  }
  .event.convencaoademi._636436813581426426 .content {
    padding-top: 30px;
  }
  ul.logos.inline li {
    display: block;
  }
}
@media screen and (min-width: 640px) {
  .file-list.videos .item .description {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .topbar {
    padding: 0;
    min-height: 280px;
  }
  .topbar.inclined-bg:before {
    content: "";
    display: block;
    width: 50%;
    height: 1209px;
    background: #233671;
    -moz-transform: rotate(-56deg);
    -webkit-transform: rotate(-56deg);
    -o-transform: rotate(-56deg);
    -ms-transform: rotate(-56deg);
    transform: rotate(56deg);
    position: absolute;
    top: -770px;
    left: -15%;
    z-index: 2;
  }
  .topbar .background-top {
    background: #233671;
    z-index: 1;
    height: 390px;
    width: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 80%;
  }
  .topbar .background-top:before {
    content: "";
    display: block;
    width: 100%;
    height: 250px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=0);
  }
  .topbar .background-top:after {
    content: "";
    display: block;
    background: #fff;
    width: 130%;
    height: 400px;
    -moz-transform: rotate(-12deg);
    -webkit-transform: rotate(-12deg);
    -o-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(12deg);
    position: absolute;
    top: 150px;
    right: -5%;
  }
  .topnav {
    position: absolute;
    top: 40px;
    z-index: 11;
    width: 100%;
  }
  .topnav.fixed {
    position: fixed;
    top: 0;
    z-index: 111;
    background: #233671;
    padding: 25px 0;
    -webkit-box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 30px 0 rgba(20, 0, 0, 0.3);
  }
  .topnav.fixed .menu1 {
    top: 20px;
  }
  .topnav.fixed .menu2 {
    top: -20px;
  }
  .topnav.fixed .social-links {
    display: none;
  }
  .topnav .menu-mobile {
    display: none;
  }
  .social-links {
    text-align: right;
  }
  .menu1 {
    position: absolute;
    right: -5px;
    top: 10px;
  }
  .menu1 .item {
    display: inline-block;
  }
  .menu2 {
    position: absolute;
    right: 0;
    top: -30px;
    margin: 5px 0 !important;
  }
  .menu2 .item {
    margin: 0 !important;
  }
  .box-page-menu {
    height: 150px;
    padding-top: 50px;
  }
  .ui.secondary.vertical.pointing.menu {
    margin-top: 0;
    width: 80%;
  }
  .ui.secondary.vertical.pointing.menu .item {
    padding: 0.8em 1em 0.8em 0.1em;
    font-size: 17px;
    color: #999;
  }
  .ui.secondary.vertical.pointing.menu .item.active {
    color: #333;
  }
  .institutional section > .container {
    padding: 0 6% 100px;
  }
  .institutional .section-title {
    width: 80%;
    border-right: 2px solid rgba(34, 36, 38, 0.15);
    margin-bottom: 0;
    padding: 0.5em 0.5em 0.5em 0;
    text-transform: uppercase;
    line-height: 1.1em;
  }
  .institutional .listnews .item .info {
    padding: 0.5%;
  }
  .institutional .listnews .item .info .date {
    font-size: 14px;
    float: right;
    margin-left: 15px;
  }
  .institutional .listnews .item .info .title {
    font-size: 1.2em;
  }
  .realty-list .filter {
    width: 240px;
  }
  .realty-list .filter.fixed {
    position: fixed;
    top: 150px;
  }
  .gallery .thumbs {
    height: 140px;
    overflow: hidden;
  }
  .gallery .thumbs li {
    display: inline-block;
    width: 24%;
  }
  .gallery .thumbs li a {
    padding: 3px;
  }
  .gallery .thumbs li a:hover {
    background: #233671;
  }
  .plant-options li a span {
    width: 15%;
  }
  .plant-options li a .option-title {
    text-align: left;
    width: 50%;
    display: inline-block;
  }
  .footer .g-recaptcha {
    display: inline-block;
  }
  .footer button#Enviar {
    float: right;
    width: inherit;
    margin: 0;
  }
  .detail p > a[id] {
    bottom: 100px;
    height: 1px;
    display: block;
  }
  .event .content .detail > p {
    text-align: justify;
  }
}
@media screen and (max-width: 1200px) {
  .slider-banner .item {
    height: 400px;
    background-size: auto 400px;
  }
  .slider-banner .item:before {
    left: -50px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .topbar.inclined-bg:before {
    left: -6%;
  }
}
/* corre��es dos modulos e plugins  */
.bx-wrapper {
  border-width: 0 !important;
  margin-bottom: 0 !important;
  box-shadow: none !important;
}
.fancybox-navigation {
  height: 100%;
}
/* personalizar p�gina  */
.error {
  background: #233671;
}
.error .topbar {
  background: transparent;
  min-height: 30vh;
}
.error .content {
  text-align: center;
  min-height: 70vh;
}
.error .content h1 {
  font-size: 2em;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 1em;
}
.error .content h1 span {
  display: block;
  font-size: 3em;
  line-height: 1.5em;
}
.institutional.historia .background-top {
  background-image: url(/Content/img/top-bg1.jpg);
}
.institutional.estrutura-organizacional .background-top {
  background-image: url(/Content/img/top-bg2.jpg);
}
.institutional.links .background-top {
  background-image: url(/Content/img/top-bg3.jpg);
}
.institutional.clipping .background-top {
  background-image: url(/Content/img/top-bg4.jpg);
}
.institutional.clipping .file-list > li .date {
  margin-left: 0;
}
.institutional.regimentos .background-top {
  background-image: url(/Content/img/top-bg5.jpg);
}
.institutional.revista .background-top {
  background-image: url(/Content/img/top-bg6.jpg);
}
.event.salaoimobiliario .topbar {
  background-position: center bottom;
}
.event.salaoimobiliario .topbar .event-logo img {
  border-radius: 20px;
}
.event.salaoimobiliario .content {
  padding-top: 60px;
}
.event.salaoimobiliario .detail h1 {
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .event.salaoimobiliario .topbar {
    height: 70vw !important;
    background-size: auto 50vw;
  }
  .event.salaoimobiliario .content {
    padding-top: 30px;
  }
}
.semanam2._636437260565223352 .event-logo {
  display: block !important;
}
.semanam2._636437260565223352 .topbar {
  height: 350px;
}
.semanam2._636437260565223352 .detail {
  padding-top: 110px;
}
.event.convencaoademi .topbar .event-logo {
  display: block !important;
  bottom: -100px;
}
.event.convencaoademi .topbar .event-logo img {
  border-radius: 150px;
  max-width: 300px;
  -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
}
.event.convencaoademi .content {
  text-align: center;
}
.event.premioademi._636942827314444683 .topbar,
.event.premioademi._636437674295172015 .topbar {
  height: 600px;
}
.event.premioademi._636942827314444683 .content,
.event.premioademi._636437674295172015 .content {
  padding-top: 50px;
}
#lab-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 5px;
  background-color: mediumvioletred;
  color: ghostwhite;
}
.item[href="http://pesq.calepino.com/ademiba/novapesquisa/"] {
  display: none !important;
}
iframe[style~="300px;"] {
  height: 750px !important;
}