﻿@charset "UTF-8";
/*CORES GERAIS*/
/*MAPA DE CORES FORMULÃRIOS*/
/*MAPA DE CORES NAVEGAÃ‡ÃƒO*/
/*MAPA DE CORES HELPERS*/
/*MAPA DE CORES ALERTÂ´S*/
/*MAPA DE CORES ADM-AREA*/
.row:before,
.row:after {
  content: " ";
  display: table; }

.row:after {
  clear: both; }

.row {
  max-width: 970px;
  margin: 0 auto; }

.columns {
  position: relative;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px 0 5px; }

.columns.collapse {
  padding: 0; }

.span-1 {
  width: 8.33333%; }

.span-2 {
  width: 16.66667%; }

.span-3 {
  width: 25%; }

.span-4 {
  width: 33.33333%; }

.span-5 {
  width: 41.66667%; }

.span-6 {
  width: 50%; }

.span-7 {
  width: 58.33333%; }

.span-8 {
  width: 66.66667%; }

.span-9 {
  width: 75%; }

.span-10 {
  width: 83.33333%; }

.span-11 {
  width: 91.66667%; }

.span-12 {
  width: 100%; }

.small-1 {
  width: 8.33333%; }

.small-2 {
  width: 16.66667%; }

.small-3 {
  width: 25%; }

.small-4 {
  width: 33.33333%; }

.small-5 {
  width: 41.66667%; }

.small-6 {
  width: 50%; }

.small-7 {
  width: 58.33333%; }

.small-8 {
  width: 66.66667%; }

.small-9 {
  width: 75%; }

.small-10 {
  width: 83.33333%; }

.small-11 {
  width: 91.66667%; }

.small-12 {
  width: 100%; }

.row.collapse {
  margin: 0;
  max-width: none;
  width: auto; }

.row.collapse > .columns, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.max-400 {
  max-width: 400px; }

@media only screen and (max-width: 550px) {
  .span-1,
  .span-2,
  .span-3,
  .span-4,
  .span-5,
  .span-6,
  .span-7,
  .span-8,
  .span-9,
  .span-10,
  .span-11,
  .span-12 {
    width: auto;
    float: none; } }

@media only screen and (max-width: 890px) {
  .lg-tablet {
    width: auto;
    float: none; }
  .rimless {
    padding: 0; } }

/*CORES GERAIS*/
/*MAPA DE CORES FORMULÃRIOS*/
/*MAPA DE CORES NAVEGAÃ‡ÃƒO*/
/*MAPA DE CORES HELPERS*/
/*MAPA DE CORES ALERTÂ´S*/
/*MAPA DE CORES ADM-AREA*/
label {
  color: #333;
  cursor: pointer;
  display: block;
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.57143em;
  margin-bottom: 0;
  font-family: "roboto", sans-serif; }

label.right {
  text-align: right;
  padding: 0.3rem 0; }
  @media (max-width: 1023px) {
    label.right {
      text-align: left;
      padding: 0; } }

label.left {
  text-align: left;
  padding: 0.3rem 0; }
  @media (max-width: 1023px) {
    label.left {
      text-align: left;
      padding: 0; } }

@media (max-width: 800px) {
  .rimless {
    width: 100%; } }

input:not([type]), input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  display: block;
  font-family: inherit;
  font-size: 0.875em;
  height: 30px;
  padding: 0.44444em;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear;
  -moz-transition: border-color 0.15s linear, background 0.15s linear;
  -ms-transition: border-color 0.15s linear, background 0.15s linear;
  -o-transition: border-color 0.15s linear, background 0.15s linear;
  transition: border-color 0.15s linear, background 0.15s linear;
  line-height: 1.57143em;
  font-family: "roboto", sans-serif; }

input:not([type]):focus, input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
  background: #FAFAFA;
  border-color: #949494;
  outline: none; }

select {
  display: block;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  background-color: #FAFAFA;
  font-family: "roboto", sans-serif;
  font-size: 0.875em;
  line-height: 1.57143em;
  height: 30px;
  padding-left: 0.44444em;
  width: 100%;
  background-position: 100% center;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-repeat: no-repeat; }

select:hover {
  background-color: #f3f3f3; }

.postfix.button {
  text-align: center;
  line-height: 30px; }

input[type="checkbox"] + label, input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.44444em;
  margin-right: 0.88889em;
  margin-bottom: 0;
  vertical-align: top; }

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  display: block;
  padding: 0.44444em;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear;
  -moz-transition: border-color 0.15s linear, background 0.15s linear;
  -ms-transition: border-color 0.15s linear, background 0.15s linear;
  -o-transition: border-color 0.15s linear, background 0.15s linear;
  transition: border-color 0.15s linear, background 0.15s linear;
  font-family: "roboto", sans-serif;
  font-size: 0.875em;
  line-height: 1.57143em; }

fieldset {
  border: none;
  padding: 0; }

fieldset legend {
  background: #fff;
  font-weight: 400;
  margin: 0;
  font-family: "roboto", sans-serif;
  font-size: 1.25em;
  color: #fff;
  line-height: 1.1em;
  border-bottom: 1px solid #cccccc;
  width: 100%;
  margin-bottom: 21px; }

span.prefix, label.prefix {
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  background-color: #f2f2f2; }

.prefix, .postfix {
  display: block;
  font-size: 0.875em;
  font-family: "roboto", sans-serif;
  line-height: 30px;
  overflow: visible;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px; }

.help {
  font-family: "roboto", sans-serif;
  font-size: 0.75em;
  color: #d9534f;
  line-height: 1.83333em;
  margin: 0;
  position: absolute;
  line-height: normal; }

.alert {
  padding: 10px;
  margin-bottom: 22px;
  border: 1px solid transparent; }
  .alert p {
    font-family: "roboto", sans-serif;
    font-size: 0.875em;
    color: inherit;
    line-height: 1.57143em;
    margin: 0; }

/*CLOSE-ALERT*/
.close-handle {
  height: 10px;
  width: 10px;
  cursor: pointer;
  background-size: contain;
  float: right; }

/*Controle -  close*/
.navclose-checkbox {
  display: none; }

#alert-checkbox-close-info:checked + .mol-alert-info, #alert-checkbox-close-error:checked + .mol-alert-error, #alert-checkbox-close-success:checked + .mol-alert-success, #alert-checkbox-close-warning:checked + .mol-alert-warning, #alert-checkbox-icon-success:checked + .mol-alert-success, #alert-checkbox-icon-error:checked + .mol-alert-error, #alert-checkbox-icon-warning:checked + .mol-alert-warning, #alert-checkbox-icon-info:checked + .mol-alert-info {
  display: none; }

/*STYLE-BUTTONS*/
input[type="button"], input[type="submit"] {
  padding: 3px;
  width: 100%;
  font-family: "roboto", sans-serif; }

button, .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-style: solid;
  border-width: 1px;
  border-color: #333;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #fff;
  background-color: #333;
  cursor: pointer;
  line-height: 1.57143em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 0.875em;
  padding: 0;
  -webkit-box-shadow: 0px 1px 1px 1px rgba(51, 51, 51, 0.51);
  -moz-box-shadow: 0px 1px 1px 1px rgba(51, 51, 51, 0.51);
  box-shadow: 0px 1px 1px 1px rgba(51, 51, 51, 0.51); }

@media (max-width: 800px) {
  .button.rimless {
    top: 21px;
    position: relative; } }

@media (max-width: 550px) {
  .button.rimless {
    top: 0;
    position: relative; } }

.button:hover {
  background: #505050;
  border-color: #505050;
  color: #fff; }

.button:disabled {
  opacity: 0.7;
  pointer-events: none; }

.bt-default {
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #fff;
  background-color: #333; }

.bt-primary {
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  border-color: #337ab7;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #fff;
  background-color: #337ab7; }

.bt-primary:hover, .bt-primary:focus, .bt-primary:hover, .bt-primary:focus {
  background: #1d6cb0; }

.bt-success {
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  border-color: #5cb85c;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #fff;
  background-color: #5cb85c; }

.bt-success:hover, .bt-success:focus, .bt-success:hover, .bt-success:focus {
  background: #40b140; }

.bt-danger {
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  border-color: #d9534f;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #fff;
  background-color: #d9534f; }

.bt-danger:hover, .bt-danger:focus, .bt-danger:hover, .bt-danger:focus {
  background: #d3433f; }

/*MOLÃ‰CULAS*/
.mol-radiolabel, .mol-checklabel, .mol-fieldset {
  margin-bottom: 22px; }

.mol-textarealabel {
  margin-bottom: 22px;
  display: table;
  width: 100%; }

.mol-selectlabel, .mol-inputlabel, .mol-prepostlabel, .mol-postbutton {
  margin-bottom: 14px; }

.mol-inputlabel.space-right {
  padding-right: 10px; }
  @media (max-width: 550px) {
    .mol-inputlabel.space-right {
      padding: 0; } }

.mol-inputlabel.space-left {
  padding-left: 10px; }
  @media (max-width: 550px) {
    .mol-inputlabel.space-left {
      padding: 0; } }

.mol-inputlabelleft, .mol-selectlabelleft {
  margin-bottom: 22px;
  display: table;
  width: 100%;
  height: 44px; }
  @media (max-width: 550px) {
    .mol-inputlabelleft, .mol-selectlabelleft {
      margin-bottom: 14px; } }

.mol-selectlabelleft {
  margin-bottom: 0;
  height: 0; }

.mol-alert-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  display: table;
  width: 100%; }
  .mol-alert-error .close-icon {
    fill: #a94442;
    opacity: 0.8; }
  .mol-alert-error .close-icon:hover {
    fill: #a94442;
    opacity: 1; }
  .mol-alert-error .atom-icon-error {
    float: left;
    padding: 0 10px 0 0;
    height: 22px; }
  .mol-alert-error .icon-error {
    fill: #a94442; }

.mol-alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  display: table;
  width: 100%; }
  .mol-alert-success .close-icon {
    fill: #3c763d;
    opacity: 0.8; }
  .mol-alert-success .close-icon:hover {
    fill: #3c763d;
    opacity: 1; }
  .mol-alert-success .atom-icon-success {
    float: left;
    padding: 0 10px 0 0;
    height: 22px; }
  .mol-alert-success .icon-success {
    fill: #3c763d; }

.mol-alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
  display: table;
  width: 100%; }
  .mol-alert-warning .close-icon {
    fill: #8a6d3b;
    opacity: 0.8; }
  .mol-alert-warning .close-icon:hover {
    fill: #8a6d3b;
    opacity: 1; }
  .mol-alert-warning .atom-icon-warning {
    float: left;
    height: 22px;
    padding: 0 10px 0 0; }
  .mol-alert-warning .icon-warning {
    fill: #8a6d3b; }

.mol-alert-info {
  color: #A0A6AF;
  background-color: #f1f4f8;
  border-color: #DBDFE4;
  display: table;
  width: 100%; }
  .mol-alert-info .close-icon {
    fill: #A0A6AF;
    opacity: 0.8; }
  .mol-alert-info .close-icon:hover {
    fill: #A0A6AF;
    opacity: 1; }
  .mol-alert-info .atom-icon-info {
    float: left;
    padding: 0 10px 0 0;
    height: 22px; }
  .mol-alert-info .icon-info {
    fill: #A0A6AF; }

.icon-success {
  fill: #3c763d;
  vertical-align: middle; }

.icon-error {
  fill: #a94442;
  vertical-align: middle; }

.icon-warning {
  fill: #8a6d3b;
  vertical-align: middle; }

.mol-input-file {
  margin-bottom: 14px; }
  .mol-input-file .input-file {
    border: 1px solid;
    padding: 3px 5px 3px 5px;
    position: relative;
    overflow: hidden;
    height: 30px; }
    .mol-input-file .input-file input.upload {
      position: absolute;
      top: 0;
      right: 0;
      margin: 0;
      padding: 0;
      font-size: 20px;
      cursor: pointer;
      opacity: 0;
      filter: alpha(opacity=0); }
    .mol-input-file .input-file .icon2 {
      float: right;
      height: inherit;
      display: block; }
    .mol-input-file .input-file .icon1 {
      display: none; }
    .mol-input-file .input-file span {
      font-family: "roboto", sans-serif;
      font-size: 0.875em;
      line-height: 1.57143em; }
  .mol-input-file .input-file.validate .icon1 {
    float: right;
    height: inherit;
    display: block; }
  .mol-input-file .input-file.validate .icon2 {
    display: none; }

/*CORES GERAIS*/
/*MAPA DE CORES FORMULÃRIOS*/
/*MAPA DE CORES NAVEGAÃ‡ÃƒO*/
/*MAPA DE CORES HELPERS*/
/*MAPA DE CORES ALERTÂ´S*/
/*MAPA DE CORES ADM-AREA*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*Hamburguer*/
.hamburguer {
  padding: 12px;
  display: none; }
  @media (max-width: 800px) {
    .hamburguer {
      display: table;
      width: 100%; } }

@media (max-width: 900px) {
  .hamburguer.menu-mobile {
    float: left;
    display: block;
    width: auto; } }

@media (max-width: 900px) {
  .hamburguer.search {
    float: left;
    display: block;
    width: auto; } }

.collapse-search {
  display: none; }
  @media (max-width: 960px) {
    .collapse-search {
      float: right;
      display: block;
      width: auto;
      padding: 12px; } }
  .collapse-search .icon-search-busca {
    fill: #fff; }

.navbar-handle {
  height: 20px;
  width: 22px;
  cursor: pointer;
  background-size: contain; }

.navbar-handle-beside {
  height: 20px;
  width: 22px;
  cursor: pointer;
  background-size: contain;
  float: right; }

.navbar-handle.right {
  float: right; }

.navbar-handle.left {
  float: left; }

/*Controle -  Hamburguer*/
.navbar-checkbox {
  display: none; }

#navbar-checkbox-basic-breadcrumbs:checked + .nav-mobile,
#navbar-checkbox-basic:checked + .nav-mobile,
#navbar-checkbox-basic2:checked + .nav-mobile,
#navbar-checkbox-medium:checked + .nav-mobile,
#navbar-checkbox-left:checked + .nav-mobile,
#navbar-checkbox-right:checked + .nav-mobile,
#navbar-checkbox-sub-left:checked + .sublist,
#navbar-checkbox-sub-right:checked + .sublist,
#navbar-checkbox-right-top:checked + .nav-mobile-beside,
#navbar-checkbox-search-select:checked + .nav-mobile {
  visibility: visible;
  display: block;
  float: left; }

/*MolÃ©culas*/
.mol-basic-nav-top, .mol-medium-nav-top, .mol-right-nav-top, .mol-nav-top-left-right, .mol-select-nav-top, .mol-breadcrumbs, .mol-breadcrumbs-areas {
  background: #333; }
  .mol-basic-nav-top .nav-mobile, .mol-medium-nav-top .nav-mobile, .mol-right-nav-top .nav-mobile, .mol-nav-top-left-right .nav-mobile, .mol-select-nav-top .nav-mobile, .mol-breadcrumbs .nav-mobile, .mol-breadcrumbs-areas .nav-mobile {
    background: #333;
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: table;
    position: relative; }
    @media (max-width: 800px) {
      .mol-basic-nav-top .nav-mobile, .mol-medium-nav-top .nav-mobile, .mol-right-nav-top .nav-mobile, .mol-nav-top-left-right .nav-mobile, .mol-select-nav-top .nav-mobile, .mol-breadcrumbs .nav-mobile, .mol-breadcrumbs-areas .nav-mobile {
        display: none;
        visibility: hidden; } }
  .mol-basic-nav-top ul, .mol-medium-nav-top ul, .mol-right-nav-top ul, .mol-nav-top-left-right ul, .mol-select-nav-top ul, .mol-breadcrumbs ul, .mol-breadcrumbs-areas ul {
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    position: relative; }
  .mol-basic-nav-top ul li, .mol-medium-nav-top ul li, .mol-right-nav-top ul li, .mol-nav-top-left-right ul li, .mol-select-nav-top ul li, .mol-breadcrumbs ul li, .mol-breadcrumbs-areas ul li {
    list-style: none;
    float: left;
    border-style: none;
    border-width: 1px;
    border-color: scotch-color("border-input-color");
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #fff;
    background-color: scotch-color("primary");
    box-shadow: none; }
    @media (max-width: 800px) {
      .mol-basic-nav-top ul li, .mol-medium-nav-top ul li, .mol-right-nav-top ul li, .mol-nav-top-left-right ul li, .mol-select-nav-top ul li, .mol-breadcrumbs ul li, .mol-breadcrumbs-areas ul li {
        float: none;
        margin: 0;
        padding: 0;
        width: 100%;
        display: block;
        position: relative;
        border-top: 1px solid #4d4d4d;
        background: #333; } }
    .mol-basic-nav-top ul li a, .mol-medium-nav-top ul li a, .mol-right-nav-top ul li a, .mol-nav-top-left-right ul li a, .mol-select-nav-top ul li a, .mol-breadcrumbs ul li a, .mol-breadcrumbs-areas ul li a {
      font-family: "roboto", sans-serif;
      font-size: 0.875em;
      color: #fff;
      line-height: 1.57143em;
      text-transform: none;
      text-decoration: none;
      outline: none;
      float: none;
      margin: 0;
      padding: 13px;
      width: 100%;
      display: block;
      position: relative;
      line-height: normal; }
      @media (max-width: 800px) {
        .mol-basic-nav-top ul li a, .mol-medium-nav-top ul li a, .mol-right-nav-top ul li a, .mol-nav-top-left-right ul li a, .mol-select-nav-top ul li a, .mol-breadcrumbs ul li a, .mol-breadcrumbs-areas ul li a {
          float: none;
          margin: 0;
          padding: 13px;
          width: 100%;
          display: block;
          position: relative; } }
  .mol-basic-nav-top a.active, .mol-medium-nav-top a.active, .mol-right-nav-top a.active, .mol-nav-top-left-right a.active, .mol-select-nav-top a.active, .mol-breadcrumbs a.active, .mol-breadcrumbs-areas a.active {
    background: #ececec;
    color: #333; }
  .mol-basic-nav-top ul li:hover, .mol-medium-nav-top ul li:hover, .mol-right-nav-top ul li:hover, .mol-nav-top-left-right ul li:hover, .mol-select-nav-top ul li:hover, .mol-breadcrumbs ul li:hover, .mol-breadcrumbs-areas ul li:hover {
    background: #4d4d4d; }
  .mol-basic-nav-top .mobile-menu, .mol-medium-nav-top .mobile-menu, .mol-right-nav-top .mobile-menu, .mol-nav-top-left-right .mobile-menu, .mol-select-nav-top .mobile-menu, .mol-breadcrumbs .mobile-menu, .mol-breadcrumbs-areas .mobile-menu {
    display: none;
    border: none;
    font-size: 0.875em; }
    @media (max-width: 800px) {
      .mol-basic-nav-top .mobile-menu, .mol-medium-nav-top .mobile-menu, .mol-right-nav-top .mobile-menu, .mol-nav-top-left-right .mobile-menu, .mol-select-nav-top .mobile-menu, .mol-breadcrumbs .mobile-menu, .mol-breadcrumbs-areas .mobile-menu {
        display: block; } }
  .mol-basic-nav-top .icons-mobile-menu, .mol-medium-nav-top .icons-mobile-menu, .mol-right-nav-top .icons-mobile-menu, .mol-nav-top-left-right .icons-mobile-menu, .mol-select-nav-top .icons-mobile-menu, .mol-breadcrumbs .icons-mobile-menu, .mol-breadcrumbs-areas .icons-mobile-menu {
    float: right;
    display: none; }
    .mol-basic-nav-top .icons-mobile-menu ul, .mol-medium-nav-top .icons-mobile-menu ul, .mol-right-nav-top .icons-mobile-menu ul, .mol-nav-top-left-right .icons-mobile-menu ul, .mol-select-nav-top .icons-mobile-menu ul, .mol-breadcrumbs .icons-mobile-menu ul, .mol-breadcrumbs-areas .icons-mobile-menu ul {
      margin: 0;
      padding: 0; }
      .mol-basic-nav-top .icons-mobile-menu ul li, .mol-medium-nav-top .icons-mobile-menu ul li, .mol-right-nav-top .icons-mobile-menu ul li, .mol-nav-top-left-right .icons-mobile-menu ul li, .mol-select-nav-top .icons-mobile-menu ul li, .mol-breadcrumbs .icons-mobile-menu ul li, .mol-breadcrumbs-areas .icons-mobile-menu ul li {
        display: inline-block;
        width: 50px;
        text-align: center;
        border: none;
        max-height: 44px;
        background: none; }
        .mol-basic-nav-top .icons-mobile-menu ul li a, .mol-medium-nav-top .icons-mobile-menu ul li a, .mol-right-nav-top .icons-mobile-menu ul li a, .mol-nav-top-left-right .icons-mobile-menu ul li a, .mol-select-nav-top .icons-mobile-menu ul li a, .mol-breadcrumbs .icons-mobile-menu ul li a, .mol-breadcrumbs-areas .icons-mobile-menu ul li a {
          padding: 10px; }
    .mol-basic-nav-top .icons-mobile-menu .icons-mobile, .mol-medium-nav-top .icons-mobile-menu .icons-mobile, .mol-right-nav-top .icons-mobile-menu .icons-mobile, .mol-nav-top-left-right .icons-mobile-menu .icons-mobile, .mol-select-nav-top .icons-mobile-menu .icons-mobile, .mol-breadcrumbs .icons-mobile-menu .icons-mobile, .mol-breadcrumbs-areas .icons-mobile-menu .icons-mobile {
      fill: #333; }

.mol-medium-nav-top, .mol-right-nav-top {
  margin-bottom: 22px; }
  .mol-medium-nav-top ul li a, .mol-right-nav-top ul li a {
    padding: 13px;
    height: 44px; }
    @media (max-width: 800px) {
      .mol-medium-nav-top ul li a, .mol-right-nav-top ul li a {
        height: 43px; } }

.mol-nav-top-left-right ul li {
  height: 44px; }

.mol-nav-top-left-right .main-sublist.right {
  border-left: 1px solid #4d4d4d; }

.mol-nav-top-left-right .main-sublist.left {
  border-right: 1px solid #4d4d4d; }

.mol-nav-top-left-right .main-sublist:hover .sublist {
  display: block;
  overflow: hidden; }
  @media (max-width: 800px) {
    .mol-nav-top-left-right .main-sublist:hover .sublist {
      display: none;
      overflow: hidden; } }

.mol-nav-top-left-right .sublist {
  z-index: 99;
  float: none;
  margin: 0;
  padding: 0;
  width: auto;
  display: none;
  position: absolute; }
  @media (max-width: 800px) {
    .mol-nav-top-left-right .sublist {
      width: 100%;
      position: relative; } }
  .mol-nav-top-left-right .sublist li {
    float: none;
    background: #333; }
    @media (max-width: 800px) {
      .mol-nav-top-left-right .sublist li {
        text-indent: 10px; } }

.mol-nav-top-left-right li.left {
  float: left; }

.mol-nav-top-left-right li.right {
  float: right; }

.mol-nav-top-left-right .main-sublist a {
  text-transform: none;
  text-decoration: none;
  outline: none;
  padding-right: 30px; }

.mol-nav-top-left-right .main-sublist label {
  line-height: normal; }
  @media (max-width: 800px) {
    .mol-nav-top-left-right .main-sublist label a {
      pointer-events: none;
      cursor: pointer; } }

.mol-nav-top-left-right .main-sublist:hover a:before {
  top: 17px;
  height: 0; }

.mol-nav-top-left-right ul > li.main-sublist.right::after {
  right: 10px;
  top: 17px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #4d4d4d;
  content: "";
  height: 0;
  float: none;
  margin: 0;
  padding: 0;
  width: 0;
  display: block;
  position: absolute;
  background: none; }

.mol-nav-top-left-right ul > li.main-sublist.left a::after {
  right: 11px;
  top: 18px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #4d4d4d;
  content: "";
  height: 2px;
  float: none;
  margin: 0;
  padding: 0;
  width: 8px;
  display: block;
  position: absolute;
  background: #fff;
  border: none; }

.mol-nav-top-left-right ul > li.main-sublist.left a::before {
  right: 14px;
  top: 15px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #4d4d4d;
  content: "";
  height: 8px;
  float: none;
  margin: 0;
  padding: 0;
  width: 2px;
  display: block;
  position: absolute;
  background: #fff;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border: none; }

.mol-nav-top-left-right ul > li.main-sublist.left:hover label a:before {
  top: 17px;
  height: 0; }

.mol-nav-top-left-right ul > li.main-sublist.right:hover::after {
  border-top-color: #fff; }

.mol-right-nav-top {
  background: none;
  display: table;
  width: 100%;
  margin: 0;
  padding-top: 22px; }
  @media (max-width: 550px) {
    .mol-right-nav-top {
      margin-top: -44px; } }
  @media (min-width: 1024px) {
    .mol-right-nav-top ul li a {
      padding: 0 10px 0 10px;
      line-height: 1.57143em;
      height: auto; } }
  @media (max-width: 1023px) {
    .mol-right-nav-top ul li a {
      padding: 0 10px 0 10px;
      line-height: 1.57143em;
      height: auto; } }
  @media (max-width: 800px) {
    .mol-right-nav-top .nav-mobile-beside {
      width: 80%;
      display: none;
      visibility: hidden;
      background: #333; }
      .mol-right-nav-top .nav-mobile-beside ul li {
        float: none;
        width: 100%; }
        .mol-right-nav-top .nav-mobile-beside ul li a {
          color: #fff; } }
  @media (max-width: 550px) {
    .mol-right-nav-top .nav-mobile-beside {
      width: 100%; } }
  @media (max-width: 800px) {
    .mol-right-nav-top .nav-mobile-beside::before {
      right: 17px;
      top: 34px;
      border-width: 11px;
      border-style: solid;
      border-color: transparent;
      border-top-color: #4d4d4d;
      content: "";
      height: 2px;
      float: none;
      margin: 0;
      padding: 0;
      width: 1px;
      display: block;
      position: absolute;
      background: url(image/arrow-nav.svg) no-repeat top right;
      border-bottom-color: #333;
      border-top: none; } }
  .mol-right-nav-top nav {
    width: auto;
    background: none;
    float: right; }
  .mol-right-nav-top ul {
    width: auto; }
  .mol-right-nav-top ul li {
    box-shadow: none; }
    @media (max-width: 800px) {
      .mol-right-nav-top ul li {
        float: left;
        width: auto;
        border-top: 1px solid rgba(201, 201, 201, 0.18); } }
    .mol-right-nav-top ul li a {
      text-transform: none;
      text-decoration: none;
      outline: none;
      color: #333; }
  .mol-right-nav-top ul li:hover {
    background: none; }
    .mol-right-nav-top ul li:hover a {
      text-transform: none;
      text-decoration: none;
      outline: none;
      color: #4d4d4d; }

.mol-select-nav-top {
  display: table;
  width: 100%; }
  .mol-select-nav-top ul li {
    height: 44px; }
  @media (max-width: 550px) {
    .mol-select-nav-top {
      margin-bottom: 7px; } }
  @media (max-width: 1023px) {
    .mol-select-nav-top .nav-mobile {
      z-index: 99;
      left: 0; } }
  .mol-select-nav-top ul.left {
    float: left;
    width: auto; }
  .mol-select-nav-top ul.right {
    display: inherit;
    width: auto;
    height: auto;
    position: relative;
    float: right; }
  .mol-select-nav-top .mol-input-nav {
    padding-top: 10px;
    display: table;
    width: 100%; }
    .mol-select-nav-top .mol-input-nav input {
      height: 24px;
      border: 0;
      font-size: inherit;
      background: #fff;
      line-height: 22px; }
      @media (max-width: 800px) {
        .mol-select-nav-top .mol-input-nav input {
          height: 30px; } }
  .mol-select-nav-top .atom-button-nav {
    padding-top: 10px; }
    @media (max-width: 550px) {
      .mol-select-nav-top .atom-button-nav {
        padding-bottom: 7px; } }
    .mol-select-nav-top .atom-button-nav .button {
      margin-bottom: 0;
      font-size: inherit;
      padding: 0;
      height: 24px; }
      @media (max-width: 800px) {
        .mol-select-nav-top .atom-button-nav .button {
          height: 30px; } }

.mol-breadcrumbs, .mol-breadcrumbs-areas {
  margin: 22px 0 0;
  display: table;
  width: 100%; }
  @media (max-width: 800px) {
    .mol-breadcrumbs, .mol-breadcrumbs-areas {
      background: #f4f4f4;
      margin: 22px 0 22px 0; } }
  .mol-breadcrumbs .atom-title-breadcrumbs, .mol-breadcrumbs-areas .atom-title-breadcrumbs {
    font-family: "roboto", sans-serif;
    font-size: 0.875em;
    color: #999999;
    line-height: 3.14286em;
    display: none;
    padding-left: 5px; }
    @media (max-width: 800px) {
      .mol-breadcrumbs .atom-title-breadcrumbs, .mol-breadcrumbs-areas .atom-title-breadcrumbs {
        display: block; } }
  .mol-breadcrumbs .navbar-handle .arrow-bread, .mol-breadcrumbs-areas .navbar-handle .arrow-bread {
    fill: #999999; }
  .mol-breadcrumbs .hamburguer, .mol-breadcrumbs-areas .hamburguer {
    text-align: center;
    width: 50px;
    float: right;
    border-left: 1px solid #999999; }
  .mol-breadcrumbs .nav-mobile, .mol-breadcrumbs-areas .nav-mobile {
    border-style: solid;
    border-width: 1px;
    border-color: gainsboro;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #fff;
    background-color: #f4f4f4;
    border-radius: 3px;
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    position: relative;
    list-style: none;
    overflow: hidden;
    box-shadow: none;
    padding: 5px;
    border-radius: 0; }
    @media (max-width: 800px) {
      .mol-breadcrumbs .nav-mobile, .mol-breadcrumbs-areas .nav-mobile {
        display: none;
        padding: 0; } }
    .mol-breadcrumbs .nav-mobile ul li, .mol-breadcrumbs-areas .nav-mobile ul li {
      font-family: "roboto", sans-serif; }
      @media (max-width: 800px) {
        .mol-breadcrumbs .nav-mobile ul li, .mol-breadcrumbs-areas .nav-mobile ul li {
          background: #f4f4f4; } }
      @media (max-width: 800px) {
        .mol-breadcrumbs .nav-mobile ul li span, .mol-breadcrumbs-areas .nav-mobile ul li span {
          line-height: 44px;
          padding-left: 12px; } }
    .mol-breadcrumbs .nav-mobile ul li.current, .mol-breadcrumbs-areas .nav-mobile ul li.current {
      text-decoration: none;
      color: #fff;
      padding: 0;
      line-height: 22px;
      font-size: 0.875em; }
    .mol-breadcrumbs .nav-mobile ul li:hover, .mol-breadcrumbs-areas .nav-mobile ul li:hover {
      background: none; }
      @media (max-width: 800px) {
        .mol-breadcrumbs .nav-mobile ul li:hover, .mol-breadcrumbs-areas .nav-mobile ul li:hover {
          background: #333; } }
    .mol-breadcrumbs .nav-mobile a, .mol-breadcrumbs-areas .nav-mobile a {
      text-decoration: none;
      color: #333;
      padding: 0;
      line-height: 22px; }
      @media (max-width: 800px) {
        .mol-breadcrumbs .nav-mobile a, .mol-breadcrumbs-areas .nav-mobile a {
          padding: 11px; } }
    .mol-breadcrumbs .nav-mobile a:hover, .mol-breadcrumbs-areas .nav-mobile a:hover {
      background: none; }
  .mol-breadcrumbs .nav-mobile ul li:first-child > *:before, .mol-breadcrumbs-areas .nav-mobile ul li:first-child > *:before {
    content: " ";
    margin: 0; }
  .mol-breadcrumbs .nav-mobile ul li > *:before, .mol-breadcrumbs-areas .nav-mobile ul li > *:before {
    color: #333;
    content: "/";
    margin: 0 0.66667em;
    position: relative;
    top: 1px; }
    @media (max-width: 800px) {
      .mol-breadcrumbs .nav-mobile ul li > *:before, .mol-breadcrumbs-areas .nav-mobile ul li > *:before {
        content: "";
        margin: 0; } }
  .mol-breadcrumbs .nav-mobile ul li.current span::before, .mol-breadcrumbs-areas .nav-mobile ul li.current span::before {
    color: #333;
    content: "/";
    margin: 0 0.66667em;
    position: relative;
    top: 1px; }
    @media (max-width: 800px) {
      .mol-breadcrumbs .nav-mobile ul li.current span::before, .mol-breadcrumbs-areas .nav-mobile ul li.current span::before {
        content: "";
        margin: 0; } }

.mol-breadcrumbs-areas {
  margin: 0; }
  .mol-breadcrumbs-areas .nav-mobile {
    border: none;
    padding-left: 0; }
    .mol-breadcrumbs-areas .nav-mobile a {
      color: #90999c; }
    .mol-breadcrumbs-areas .nav-mobile ul li.current {
      color: #8f9394; }
    .mol-breadcrumbs-areas .nav-mobile ul li.current a {
      color: #8f9394; }
    .mol-breadcrumbs-areas .nav-mobile ul li > *:before {
      color: #8f9394; }

.back-molbreadcrumbs-adm {
  width: 100%;
  display: table;
  margin: 0 0 12px 0;
  background: #F4F4F4; }

.mol-pagination {
  text-align: center;
  padding: 0 0 22px 0; }
  .mol-pagination ul {
    margin: 0;
    padding: 0; }
    .mol-pagination ul li {
      list-style: none;
      display: inline-block;
      background: #333;
      font-family: "roboto", sans-serif;
      font-size: 0.875em;
      color: #fff;
      line-height: 1.57143em;
      width: 44px;
      text-align: center;
      vertical-align: middle; }
      .mol-pagination ul li a {
        text-decoration: none;
        display: block;
        padding: 11px;
        color: #fff; }
        @media (max-width: 550px) {
          .mol-pagination ul li a {
            padding: 9px; } }
      .mol-pagination ul li a.active {
        background: #1a1a1a; }
      .mol-pagination ul li a:hover {
        background: #1a1a1a; }
      @media (max-width: 550px) {
        .mol-pagination ul li {
          width: 40px;
          padding: 0; } }
  .mol-pagination .icon-pagination {
    fill: #fff; }
  .mol-pagination .pagination-icon {
    fill: #fff; }

.mol-nav-banner-slide {
  display: table;
  width: 100%;
  background: #333; }
  @media (max-width: 550px) {
    .mol-nav-banner-slide {
      text-align: center; } }
  .mol-nav-banner-slide ul {
    margin: 0;
    padding: 0; }
    .mol-nav-banner-slide ul li {
      display: inline-block;
      list-style: none;
      padding: 0 5px 0 5px; }
      .mol-nav-banner-slide ul li a {
        font-family: "roboto", sans-serif;
        font-size: 0.875em;
        line-height: 3.14286em;
        text-transform: none;
        text-decoration: none;
        outline: none; }
        @media (max-width: 550px) {
          .mol-nav-banner-slide ul li a span {
            display: none; } }
        .mol-nav-banner-slide ul li a .icon-nav-banner-slide {
          vertical-align: middle;
          position: relative;
          top: -3px;
          margin-right: 5px; }

.back-nav-adm {
  display: table;
  width: 100%;
  border-bottom: 1px solid #e9e9e9; }

.mol-nav-center-icon {
  background: none;
  font-size: 0.875em; }
  @media (max-width: 1023px) {
    .mol-nav-center-icon .hamburguer-nav {
      fill: #374051; } }
  .mol-nav-center-icon .nav-mobile {
    background: none;
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: table;
    position: relative; }
    @media (max-width: 800px) {
      .mol-nav-center-icon .nav-mobile {
        display: none;
        visibility: hidden;
        border-bottom: 1px solid #4d4d4d; } }
  .mol-nav-center-icon ul {
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    position: relative;
    margin: 0 auto;
    width: auto;
    display: table; }
    @media (max-width: 800px) {
      .mol-nav-center-icon ul {
        width: 100%;
        margin: auto; } }
  .mol-nav-center-icon ul li {
    list-style: none;
    float: left;
    font-family: "roboto", sans-serif;
    border-style: none;
    border-width: 1px;
    border-color: scotch-color("border-input-color");
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #fff;
    background-color: scotch-color("primary");
    box-shadow: none; }
    @media (max-width: 800px) {
      .mol-nav-center-icon ul li {
        border-top: 1px solid #4d4d4d;
        text-align: center;
        float: none; } }
    .mol-nav-center-icon ul li a {
      color: #374051;
      text-transform: none;
      text-decoration: none;
      outline: none;
      float: none;
      margin: 0;
      padding: 13px;
      width: 100%;
      display: block;
      position: relative;
      padding: 10px 18px 10px 18px; }
      @media (max-width: 800px) {
        .mol-nav-center-icon ul li a {
          float: none;
          margin: 0;
          padding: 13px;
          width: 100%;
          display: block;
          position: relative; } }
    .mol-nav-center-icon ul li a:hover {
      background: #333;
      color: #fff; }
      .mol-nav-center-icon ul li a:hover .icon-nav-adm {
        fill: #fff; }
  .mol-nav-center-icon .mobile-menu {
    display: none;
    border: none;
    font-size: 0.875em; }
    @media (max-width: 800px) {
      .mol-nav-center-icon .mobile-menu {
        display: block; } }
  .mol-nav-center-icon .icon-nav-adm {
    margin: 0 auto;
    display: block;
    fill: #333;
    margin-bottom: 5px; }

.icon-nav-adm {
  vertical-align: middle;
  fill: #333; }

.nav-mobile-content {
  background: #333;
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: table;
  position: relative; }
  .nav-mobile-content ul {
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    position: relative; }
    .nav-mobile-content ul li {
      list-style: none;
      float: left;
      border-style: none;
      border-width: 1px;
      border-color: scotch-color("border-input-color");
      -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
      color: #fff;
      background-color: scotch-color("primary");
      box-shadow: none; }
      .nav-mobile-content ul li a {
        font-family: "roboto", sans-serif;
        font-size: 0.875em;
        color: #fff;
        line-height: 1.57143em;
        padding: 16px 12px;
        line-height: 20px;
        display: block;
        text-transform: uppercase;
        font-weight: 500; }
  .nav-mobile-content .button-fixed {
    float: right; }
    .nav-mobile-content .button-fixed .atom-button-basic.large.fixed {
      padding: 9px 0 9px 0;
      margin-right: 15px; }
      .nav-mobile-content .button-fixed .atom-button-basic.large.fixed .button {
        margin-bottom: 0;
        padding: 5px 50px 5px 50px;
        border-radius: 3px; }

.progressbar {
  margin: 0;
  padding: 0;
  counter-reset: step;
  margin-bottom: 22px;
  display: table;
  width: 100%; }

.progressbar li {
  list-style-type: none;
  width: 25%;
  float: left;
  font-size: 12px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-family: "roboto", sans-serif;
  font-size: 0.875em;
  color: #fff;
  line-height: 1.57143em; }
  @media (max-width: 550px) {
    .progressbar li {
      display: none; } }

@media (max-width: 550px) {
  .progressbar li.active {
    display: block;
    width: 100%; } }

.progressbar li:before {
  width: 43px;
  height: 43px;
  content: '';
  line-height: 43px;
  border: 2px solid #7d7d7d;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: white; }

.progressbar li:after {
  width: 100%;
  height: 2px;
  content: '';
  position: absolute;
  background-color: #7d7d7d;
  top: 25px;
  left: -50%;
  z-index: -1; }

.progressbar li:first-child:after {
  content: none; }

.progressbar li.active {
  color: green; }

.progressbar li.active:before {
  border-color: #55b776; }

.progressbar li.active + li:after {
  background-color: #55b776; }

/*CORES GERAIS*/
/*MAPA DE CORES FORMULÃRIOS*/
/*MAPA DE CORES NAVEGAÃ‡ÃƒO*/
/*MAPA DE CORES HELPERS*/
/*MAPA DE CORES ALERTÂ´S*/
/*MAPA DE CORES ADM-AREA*/
/*EXCEPTION*/
body {
  margin: 0;
  padding: 0; }

.visible {
  display: block; }

.invisible {
  display: none; }

.disabled {
  opacity: 0.5;
  pointer-events: none; }

.wrapper {
  padding-top: 0;
  position: relative; }
  @media (max-width: 1024px) {
    .wrapper {
      padding-top: 0 !important; } }

/*Ãtomos - Cards*/
a {
  text-transform: none;
  text-decoration: none;
  outline: none;
  color: #333;
  font-family: "roboto", sans-serif; }

.box-text {
  margin: 0;
  padding: 0;
  font-family: "roboto", sans-serif;
  font-size: 0.875em;
  color: #333;
  line-height: 1.57143em;
  margin-bottom: 22px; }

.atom-list {
  margin: 0;
  padding: 0; }
  .atom-list li {
    font-family: "roboto", sans-serif;
    font-size: 0.875em;
    color: #333;
    line-height: 1.57143em;
    list-style: none; }

.atom-list.left {
  text-align: left; }

.atom-logo-center {
  text-align: center; }

span {
  font-family: "roboto", sans-serif;
  font-size: 0.875em;
  color: none;
  line-height: 1.57143em;
  font-size: inherit; }

.atom-link-basic a {
  text-transform: none;
  text-decoration: none;
  outline: none; }

.atom-link-basic .icon {
  vertical-align: middle; }

.atom-link-basic.center {
  text-align: center; }

.atom-box-text {
  margin-bottom: 22px; }

.atom-text {
  font-family: "roboto", sans-serif;
  font-size: 0.875em;
  color: #333;
  line-height: 1.57143em;
  margin: 0;
  padding: 0; }

.atom-link-basic.right {
  text-align: right; }

.atom-img img {
  max-width: 100%;
  width: 100%;
  display: block;
  height: auto; }

.atom-img-block {
  background: #333;
  padding: 10px;
  text-align: center; }
  .atom-img-block img {
    max-width: 100%;
    width: 100%;
    display: block;
    height: auto; }

.atom-img.bottom {
  margin-bottom: 22px; }

.atom-title-busca {
  height: 44px; }
  .atom-title-busca span {
    font-family: "roboto", sans-serif;
    font-size: 1.375em;
    color: #333;
    line-height: 1em;
    margin: 0;
    border-bottom: 1px solid #c9c9c9;
    font-weight: 400;
    display: block; }

.atom-title.first {
  margin-top: 22px; }

.atom-title, .atom-title-imovel {
  height: 44px;
  padding: 0 0 0 0; }
  .atom-title .icon, .atom-title-imovel .icon {
    float: left; }
  .atom-title .text-title, .atom-title-imovel .text-title {
    padding-left: 60px; }
  .atom-title span, .atom-title-imovel span {
    font-family: "roboto", sans-serif;
    font-size: 1.375em;
    color: #333;
    line-height: 1em;
    margin: 0;
    border-bottom: 1px solid #c9c9c9;
    font-weight: 400;
    display: block;
    width: 100%; }
  .atom-title h1, .atom-title-imovel h1 {
    font-family: "roboto", sans-serif;
    font-size: 1.375em;
    color: #333;
    line-height: 1em;
    margin: 0;
    border-bottom: 1px solid #c9c9c9;
    font-weight: 400; }
  .atom-title h2, .atom-title-imovel h2 {
    font-family: "roboto", sans-serif;
    font-size: 1.25em;
    color: #333;
    line-height: 1.1em;
    margin: 0;
    border-bottom: 1px solid #c9c9c9;
    font-weight: 400; }
  .atom-title h3, .atom-title .mol-card-image-text h4, .mol-card-image-text .atom-title h4, .atom-title .mol-card-image-text-float h4, .mol-card-image-text-float .atom-title h4, .atom-title .mol-card-image-text-icon h4, .mol-card-image-text-icon .atom-title h4, .atom-title-imovel h3, .atom-title-imovel .mol-card-image-text h4, .mol-card-image-text .atom-title-imovel h4, .atom-title-imovel .mol-card-image-text-float h4, .mol-card-image-text-float .atom-title-imovel h4, .atom-title-imovel .mol-card-image-text-icon h4, .mol-card-image-text-icon .atom-title-imovel h4 {
    font-family: "roboto", sans-serif;
    font-size: 1.25em;
    color: #333;
    line-height: 1.1em;
    margin: 0;
    border-bottom: 1px solid #c9c9c9;
    font-weight: 400; }
  .atom-title .title-sub, .atom-title-imovel .title-sub {
    margin-bottom: 0;
    line-height: 22px; }
  .atom-title .title-sub::before, .atom-title-imovel .title-sub::before {
    background: none;
    bottom: 22px;
    content: "";
    height: 2px;
    position: absolute;
    width: 50px; }
  .atom-title .capt, .atom-title-imovel .capt {
    line-height: 22px;
    margin-bottom: 22px;
    font-size: 1em; }
  .atom-title .capt::before, .atom-title-imovel .capt::before {
    background: #26A65B;
    bottom: 13px;
    content: "";
    height: 2px;
    position: absolute;
    width: 50px; }

.atom-title-sub {
  height: 44px;
  padding: 0;
  margin-bottom: 22px; }
  .atom-title-sub h1 {
    font-family: "roboto", sans-serif;
    font-size: 1.375em;
    color: #333;
    line-height: 1em;
    margin: 0;
    font-weight: 400; }
  .atom-title-sub h2 {
    font-family: "roboto", sans-serif;
    font-size: 0.875em;
    color: #333;
    line-height: 1.57143em;
    border-bottom: 1px solid #c9c9c9;
    font-weight: 400;
    margin: 0; }

.atom-title.center {
  text-align: center;
  padding: 0; }
  .atom-title.center h1 {
    margin: 22px 0 22px 0;
    width: 100%; }

.atom-button-busca-basic {
  padding: 22px 0 0 0;
  height: 66px; }

.atom-text-box {
  float: left;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #fff;
  background-color: #ececec;
  margin-bottom: 0;
  padding: 5px;
  font-family: "roboto", sans-serif;
  font-size: 0.875em;
  text-align: center; }
  .atom-text-box .box-arrow-card {
    vertical-align: middle; }
    .atom-text-box .box-arrow-card .arrow-cards {
      fill: #435061; }
  .atom-text-box a {
    text-transform: none;
    text-decoration: none;
    outline: none;
    color: #435061; }
  .atom-text-box a:hover .arrow-cards {
    fill: #333; }
  @media (max-width: 1023px) {
    .atom-text-box {
      width: 100%; } }

.atom-text-box.last {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #fff;
  background-color: #fff;
  box-shadow: none;
  float: right; }

/*MolÃ©culas - Cards*/
.mol-card-image-text, .mol-card-image-text-float {
  display: table;
  border-style: solid;
  border-width: 1px;
  border-color: scotch-color("border-input-color");
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: scotch-color("input-color");
  background-color: scotch-color("clear");
  box-shadow: none;
  min-height: 396px;
  padding: 0 0 22px 0;
  margin-bottom: 22px; }
  @media (max-width: 1023px) {
    .mol-card-image-text, .mol-card-image-text-float {
      padding: 0; } }
  @media (max-width: 550px) {
    .mol-card-image-text, .mol-card-image-text-float {
      margin-bottom: 22px; } }
  .mol-card-image-text h3, .mol-card-image-text-float h3, .mol-card-image-text h4, .mol-card-image-text-float h4 {
    margin: 0;
    font-family: "roboto", sans-serif;
    font-size: 1.375em;
    color: #333;
    line-height: 1em;
    font-weight: 400; }
  .mol-card-image-text h4, .mol-card-image-text-float h4 {
    font-size: 0.875em;
    color: #333;
    line-height: 1.57143em; }
  .mol-card-image-text .mol-title-type-cod, .mol-card-image-text-float .mol-title-type-cod {
    margin: 10px 0 10px 0; }
  .mol-card-image-text .mol-info-list, .mol-card-image-text-float .mol-info-list {
    display: table;
    margin-bottom: 10px;
    width: 100%;
    height: 91px; }
    @media (max-width: 1023px) {
      .mol-card-image-text .mol-info-list, .mol-card-image-text-float .mol-info-list {
        width: 100%; } }
    .mol-card-image-text .mol-info-list ul, .mol-card-image-text-float .mol-info-list ul {
      margin: 0;
      padding: 0; }
      .mol-card-image-text .mol-info-list ul li:last-child, .mol-card-image-text-float .mol-info-list ul li:last-child {
        border: none;
        padding-right: 0; }
      .mol-card-image-text .mol-info-list ul li, .mol-card-image-text-float .mol-info-list ul li {
        float: none;
        list-style: none;
        font-family: "roboto", sans-serif;
        font-size: 0.875em;
        color: #333;
        line-height: 1.57143em;
        border-right: 0;
        margin-bottom: 0;
        border-bottom: 1px solid #ececec;
        text-align: left; }
        .mol-card-image-text .mol-info-list ul li strong, .mol-card-image-text-float .mol-info-list ul li strong {
          display: inline;
          font-family: "roboto", sans-serif;
          font-size: 1em;
          color: #333;
          line-height: 1.57143em;
          float: right; }
  .mol-card-image-text .atom-button:last-child, .mol-card-image-text-float .atom-button:last-child {
    float: right; }

.mol-card-image-text-icon {
  display: table;
  border-style: solid;
  border-width: 1px;
  border-color: scotch-color("border-input-color");
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: scotch-color("input-color");
  background-color: scotch-color("clear");
  box-shadow: none;
  min-height: 396px;
  padding: 0 0 0 0;
  margin-bottom: 22px; }
  @media (max-width: 1023px) {
    .mol-card-image-text-icon {
      min-height: auto;
      padding: 0; } }
  @media (max-width: 550px) {
    .mol-card-image-text-icon {
      margin-bottom: 22px; } }
  .mol-card-image-text-icon .atom-lt-card-img {
    background: rgba(0, 0, 0, 0.53);
    margin-top: -30px; }
    .mol-card-image-text-icon .atom-lt-card-img p {
      margin: 0;
      font-family: "roboto", sans-serif;
      font-size: 0.875em;
      color: #ececec;
      line-height: 2.14286em; }
  .mol-card-image-text-icon .atom-tl-card-img {
    background: #333;
    display: table;
    width: 100%; }
    .mol-card-image-text-icon .atom-tl-card-img p {
      margin: 0;
      font-family: "roboto", sans-serif;
      font-size: 0.875em;
      color: #ececec;
      line-height: 2.14286em;
      float: left; }
    .mol-card-image-text-icon .atom-tl-card-img .icon-card-view {
      float: right;
      height: 30px; }
  .mol-card-image-text-icon h3, .mol-card-image-text-icon h4 {
    margin: 0;
    font-family: "roboto", sans-serif;
    font-size: 0.875em;
    color: #333;
    line-height: 1.57143em;
    font-weight: 400;
    font-weight: 600; }
  .mol-card-image-text-icon h4 {
    font-family: "roboto", sans-serif;
    font-size: 0.75em;
    color: #333;
    line-height: 1.83333em; }
  .mol-card-image-text-icon .mol-title-type-cod {
    margin: 10px 0 10px 0; }
  .mol-card-image-text-icon .mol-info-list {
    display: table;
    margin-bottom: 10px;
    width: 100%; }
    .mol-card-image-text-icon .mol-info-list ul {
      margin: 0;
      padding: 0; }
      .mol-card-image-text-icon .mol-info-list ul li:first-child {
        padding-left: 2px; }
      .mol-card-image-text-icon .mol-info-list ul li:last-child {
        border: none;
        padding-right: 0; }
      .mol-card-image-text-icon .mol-info-list ul li {
        float: none;
        list-style: none;
        text-align: left;
        border-right: 0;
        font-family: "roboto", sans-serif;
        font-size: 0.875em;
        padding: 2px;
        border-bottom: 1px solid #ececec;
        margin-bottom: 0; }
        .mol-card-image-text-icon .mol-info-list ul li strong {
          font-size: 1.14286em;
          display: inline;
          float: right; }
        .mol-card-image-text-icon .mol-info-list ul li .icon-card {
          fill: #333;
          vertical-align: middle;
          margin-right: 10px; }
  .mol-card-image-text-icon .atom-button:last-child {
    float: right; }

@media (max-width: 700px) {
  .cards-mobile {
    width: 100%; } }

.mol-card-image-text-icon.model2.destaque {
  margin-bottom: 0; }

.mol-card-image-text-icon.model2 {
  min-height: 0;
  -webkit-box-shadow: 2px 1px 21px -7px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 1px 21px -7px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 1px 21px -7px rgba(0, 0, 0, 0.75);
  border: none; }
  .mol-card-image-text-icon.model2 .mol-title-type-cod {
    display: table;
    width: 100%; }
    .mol-card-image-text-icon.model2 .mol-title-type-cod span {
      font-family: "roboto", sans-serif;
      font-size: 0.875em;
      color: #333;
      line-height: 1.57143em; }
    .mol-card-image-text-icon.model2 .mol-title-type-cod span.right {
      float: right; }
      @media (max-width: 900px) {
        .mol-card-image-text-icon.model2 .mol-title-type-cod span.right {
          float: left;
          width: 100%; } }
      @media (max-width: 700px) {
        .mol-card-image-text-icon.model2 .mol-title-type-cod span.right {
          float: right;
          width: auto; } }
  .mol-card-image-text-icon.model2 .mol-title-type-cod.right {
    text-align: right; }
  .mol-card-image-text-icon.model2 .data-icons-detail {
    float: right; }
    @media (max-width: 1000px) {
      .mol-card-image-text-icon.model2 .data-icons-detail {
        float: left;
        width: 100%; } }
    @media (max-width: 700px) {
      .mol-card-image-text-icon.model2 .data-icons-detail {
        float: right;
        width: auto; } }
    @media (max-width: 360px) {
      .mol-card-image-text-icon.model2 .data-icons-detail {
        float: left;
        width: 100%; } }
    .mol-card-image-text-icon.model2 .data-icons-detail span {
      font-family: "roboto", sans-serif;
      font-size: 0.75em;
      color: #fff;
      line-height: 2.5em;
      margin-right: 5px; }
    .mol-card-image-text-icon.model2 .data-icons-detail .icon-card {
      vertical-align: middle;
      fill: #fff; }

.mol-imoveis-box-index {
  display: table;
  width: 100%;
  margin-bottom: 22px; }
  .mol-imoveis-box-index .mol-card-imoveis-index {
    display: table;
    box-shadow: none;
    width: 100%; }
    @media (max-width: 1023px) {
      .mol-imoveis-box-index .mol-card-imoveis-index {
        padding: 0; } }
    @media (max-width: 550px) {
      .mol-imoveis-box-index .mol-card-imoveis-index {
        margin-bottom: 22px; } }
    .mol-imoveis-box-index .mol-card-imoveis-index .mol-info-list {
      display: table;
      width: 100%; }
      .mol-imoveis-box-index .mol-card-imoveis-index .mol-info-list ul {
        margin: 0;
        padding: 0; }
        .mol-imoveis-box-index .mol-card-imoveis-index .mol-info-list ul li {
          list-style: none;
          text-align: center;
          font-family: "roboto", sans-serif;
          font-size: 0.875em;
          margin: 0 auto; }
          .mol-imoveis-box-index .mol-card-imoveis-index .mol-info-list ul li a {
            line-height: 22px;
            text-decoration: none; }
            .mol-imoveis-box-index .mol-card-imoveis-index .mol-info-list ul li a strong {
              font-weight: 600; }
          .mol-imoveis-box-index .mol-card-imoveis-index .mol-info-list ul li a:hover {
            color: #333;
            text-decoration: underline; }
    .mol-imoveis-box-index .mol-card-imoveis-index .atom-button:last-child {
      float: right; }

.mol-card-image-text-float {
  min-height: 0;
  padding: 0;
  margin-bottom: 10px; }
  .mol-card-image-text-float .mol-info-list {
    width: 100%;
    margin-bottom: 0; }
    .mol-card-image-text-float .mol-info-list ul li:first-child {
      padding-left: 2px; }
    .mol-card-image-text-float .mol-info-list ul li {
      float: none;
      padding: 0;
      margin-bottom: 0;
      border-bottom: 1px solid #ececec;
      text-align: left;
      border-right: 0;
      font-family: "roboto", sans-serif;
      font-size: 0.75em;
      color: #333;
      line-height: 1.83333em; }
      @media (max-width: 1023px) {
        .mol-card-image-text-float .mol-info-list ul li {
          font-size: 0.875em;
          line-height: 1.57143em; } }
      .mol-card-image-text-float .mol-info-list ul li strong {
        display: block;
        display: inline;
        float: right; }
  .mol-card-image-text-float .mol-title-type-cod {
    margin: 8px 0 16px 0; }
  @media (max-width: 1023px) {
    .mol-card-image-text-float .on-mobile {
      float: none;
      width: 100%; } }
  .mol-card-image-text-float .mol-boxs-cards.main {
    display: none; }
  .mol-card-image-text-float .mol-boxs-cards.mobile .atom-text-box.card {
    border-width: 2px; }
    @media (min-width: 1024px) {
      .mol-card-image-text-float .mol-boxs-cards.mobile .atom-text-box.card {
        width: 119px; } }
  .mol-card-image-text-float .mol-boxs-cards.mobile .atom-text-box.last {
    float: right; }
  .mol-card-image-text-float .mol-boxs-cards.mobile input[type="button"], .mol-card-image-text-float .mol-boxs-cards.mobile input[type="submit"] {
    padding: 8px; }

.link-banner {
  text-transform: none;
  text-decoration: none;
  outline: none; }

.caption-banner {
  background: rgba(0, 0, 0, 0.47);
  font-family: "roboto", sans-serif;
  font-size: 1.25em;
  line-height: 1.1em;
  text-align: center;
  padding: 10px; }

.atom-banner {
  margin-bottom: 22px; }
  .atom-banner img {
    width: 100%;
    display: block; }

.atom-banner-home-internal {
  margin: 22px 0 0 0; }
  @media (max-width: 550px) {
    .atom-banner-home-internal {
      display: none; } }
  .atom-banner-home-internal ul {
    padding: 0;
    margin: 0; }
    .atom-banner-home-internal ul li {
      list-style: none;
      padding: 0;
      margin: 0; }
  .atom-banner-home-internal img {
    width: 100%;
    display: block; }

.atom-banner-home {
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
  opacity: 0.6; }
  @media (max-width: 800px) {
    .atom-banner-home {
      padding: 0 5px 0 5px; } }
  .atom-banner-home ul {
    padding: 0;
    margin: 0; }
    .atom-banner-home ul li {
      list-style: none;
      padding: 0;
      margin: 0; }
  .atom-banner-home img {
    width: 100%;
    display: block; }

.cycle-pager {
  text-align: center;
  top: 90%;
  position: relative; }
  .cycle-pager span {
    font-size: 50px;
    cursor: pointer; }
  .cycle-pager .cycle-pager-active {
    color: #333; }

.cycle-slideshow {
  background: #ececec; }

.mol-search-basic {
  display: table;
  width: 100%;
  background: #ececec;
  padding: 22px 0 22px 0; }

.icon-footer {
  fill: #fff;
  margin-right: 10px; }

.icon-footer.hidden {
  opacity: 0; }

@media (max-width: 980px) {
  .galeria {
    width: 100%;
    margin: 0 auto; } }

@media (max-width: 800px) {
  .galeria-lancamentos {
    width: 100%;
    margin: 0 auto; } }

@media (max-width: 800px) {
  .max-mobile {
    width: 100%;
    margin: 0 auto; } }

@media (max-width: 625px) {
  .galeria-lancamentos-slide {
    width: 100%;
    margin: 0 auto; } }

.mol-galeria-responsive-model2 {
  margin: 22px 0 22px 0;
  display: table;
  padding-bottom: 12px; }
  .mol-galeria-responsive-model2 .mol-galeria-controls div {
    display: none; }
  .mol-galeria-responsive-model2 .mol-galeria-controls div.thumb-visible {
    display: block; }
  .mol-galeria-responsive-model2 .title-banner-top {
    background: #333; }
    .mol-galeria-responsive-model2 .title-banner-top ul {
      margin: 0;
      padding: 0; }
      .mol-galeria-responsive-model2 .title-banner-top ul li.right {
        float: right; }
        @media (max-width: 600px) {
          .mol-galeria-responsive-model2 .title-banner-top ul li.right {
            float: none; } }
      .mol-galeria-responsive-model2 .title-banner-top ul li {
        display: inline-block;
        list-style: none;
        padding: 11px; }
        @media (max-width: 600px) {
          .mol-galeria-responsive-model2 .title-banner-top ul li {
            width: 100%;
            text-align: center;
            padding: 6px; } }
        .mol-galeria-responsive-model2 .title-banner-top ul li span {
          vertical-align: middle;
          font-family: "roboto", sans-serif;
          font-size: 0.875em;
          line-height: 1.57143em; }
        .mol-galeria-responsive-model2 .title-banner-top ul li .icon-title-banner {
          vertical-align: middle;
          margin-right: 5px; }
  .mol-galeria-responsive-model2 .mol-galeria-images {
    padding: 10px 0 10px 0; }
    @media (max-width: 1222px) {
      .mol-galeria-responsive-model2 .mol-galeria-images {
        padding: 20px 0 10px 0; } }
    .mol-galeria-responsive-model2 .mol-galeria-images .link-next-prev:hover .control-nav {
      opacity: 1; }
    .mol-galeria-responsive-model2 .mol-galeria-images .control-nav {
      padding-top: 30px;
      width: 37px;
      height: 80px;
      text-align: center;
      background: #ececec;
      position: absolute;
      top: 42%;
      opacity: 0.7; }
      .mol-galeria-responsive-model2 .mol-galeria-images .control-nav .icon-next-prev {
        fill: #333; }
    .mol-galeria-responsive-model2 .mol-galeria-images .prev-icon-galery {
      left: 10px; }
    .mol-galeria-responsive-model2 .mol-galeria-images .next-icon-galery {
      right: 10px; }
    .mol-galeria-responsive-model2 .mol-galeria-images ul {
      margin: 0;
      padding: 0; }
      .mol-galeria-responsive-model2 .mol-galeria-images ul li {
        display: none;
        list-style: none; }
        .mol-galeria-responsive-model2 .mol-galeria-images ul li img {
          display: block;
          margin: 0 auto; }
          @media (max-width: 980px) {
            .mol-galeria-responsive-model2 .mol-galeria-images ul li img {
              margin: 0 auto;
              width: 100%; } }
          @media (max-width: 670px) {
            .mol-galeria-responsive-model2 .mol-galeria-images ul li img {
              width: 100%; } }
      .mol-galeria-responsive-model2 .mol-galeria-images ul li.active {
        display: block; }
  .mol-galeria-responsive-model2 .mol-galeria-controls {
    padding: 0 25px 1px 25px;
    display: table; }
    @media (max-width: 1222px) {
      .mol-galeria-responsive-model2 .mol-galeria-controls {
        display: none; } }
    .mol-galeria-responsive-model2 .mol-galeria-controls .thumb-visible {
      padding: 0 5px 0 5px; }
      .mol-galeria-responsive-model2 .mol-galeria-controls .thumb-visible a {
        display: block;
        background: #1e3e91; }
      .mol-galeria-responsive-model2 .mol-galeria-controls .thumb-visible img {
        display: block;
        max-width: 100%;
        opacity: 0.8; }
    .mol-galeria-responsive-model2 .mol-galeria-controls .thumb-visible.active img {
      opacity: 1; }
    .mol-galeria-responsive-model2 .mol-galeria-controls .control-nav {
      padding-top: 57px;
      width: 37px;
      height: 133px;
      text-align: center;
      background: #333;
      position: absolute;
      top: 0;
      z-index: 2; }
      .mol-galeria-responsive-model2 .mol-galeria-controls .control-nav .icon-next-prev {
        fill: #fff; }
    .mol-galeria-responsive-model2 .mol-galeria-controls .prev-icon-galery {
      left: 0; }
    .mol-galeria-responsive-model2 .mol-galeria-controls .next-icon-galery {
      right: 0; }
    .mol-galeria-responsive-model2 .mol-galeria-controls a:hover .up-control {
      background: #fff; }
      .mol-galeria-responsive-model2 .mol-galeria-controls a:hover .up-control .arrow-up-icon {
        fill: #ececec; }
    .mol-galeria-responsive-model2 .mol-galeria-controls .up-control.next {
      right: 1%; }
    .mol-galeria-responsive-model2 .mol-galeria-controls .up-control {
      background: #ececec;
      text-align: center;
      height: 37px;
      padding-top: 8px;
      margin-bottom: 5px; }
      .mol-galeria-responsive-model2 .mol-galeria-controls .up-control .arrow-up-icon {
        fill: #333; }
    .mol-galeria-responsive-model2 .mol-galeria-controls a.disabled {
      pointer-events: none;
      cursor: default; }
      .mol-galeria-responsive-model2 .mol-galeria-controls a.disabled .up-control {
        opacity: 0.5; }
    .mol-galeria-responsive-model2 .mol-galeria-controls a.disabled:hover .up-control {
      background: #ececec; }
      .mol-galeria-responsive-model2 .mol-galeria-controls a.disabled:hover .up-control .arrow-up-icon {
        fill: #333; }

.mol-galeria-responsive .mol-galeria-images .link-next-prev:hover .control-nav {
  opacity: 1; }

.mol-galeria-responsive .mol-galeria-images .control-nav {
  padding-top: 30px;
  width: 37px;
  height: 80px;
  text-align: center;
  background: #ececec;
  position: absolute;
  top: 42%;
  opacity: 0.7; }
  .mol-galeria-responsive .mol-galeria-images .control-nav .icon-next-prev {
    fill: #333; }

.mol-galeria-responsive .mol-galeria-images .prev-icon-galery {
  left: 0; }

.mol-galeria-responsive .mol-galeria-images .next-icon-galery {
  right: 0; }

.mol-galeria-responsive .mol-galeria-images ul {
  margin: 0;
  padding: 0; }
  .mol-galeria-responsive .mol-galeria-images ul li {
    display: none;
    list-style: none; }
    .mol-galeria-responsive .mol-galeria-images ul li img {
      display: block;
      max-width: 100%;
      width: 100%; }
      @media (max-width: 980px) {
        .mol-galeria-responsive .mol-galeria-images ul li img {
          margin: 0 auto; } }
  .mol-galeria-responsive .mol-galeria-images ul li.active {
    display: block; }

.mol-galeria-responsive .mol-galeria-controls {
  background: #333;
  padding: 5px 5px 1px 5px; }
  @media (max-width: 980px) {
    .mol-galeria-responsive .mol-galeria-controls {
      display: none; } }
  .mol-galeria-responsive .mol-galeria-controls a:hover .up-control {
    background: #fff; }
    .mol-galeria-responsive .mol-galeria-controls a:hover .up-control .arrow-up-icon {
      fill: #ececec; }
  .mol-galeria-responsive .mol-galeria-controls ul {
    margin: 0;
    padding: 0;
    min-height: 310px; }
    @media (max-width: 800px) {
      .mol-galeria-responsive .mol-galeria-controls ul {
        padding-left: 42px;
        padding-right: 42px; } }
    .mol-galeria-responsive .mol-galeria-controls ul li {
      display: none;
      list-style: none;
      padding-bottom: 5px; }
      .mol-galeria-responsive .mol-galeria-controls ul li a:hover img {
        opacity: 1; }
      .mol-galeria-responsive .mol-galeria-controls ul li img {
        display: block;
        max-width: 100%;
        opacity: 0.8; }
    .mol-galeria-responsive .mol-galeria-controls ul li.thumb-visible {
      display: list-item; }
    .mol-galeria-responsive .mol-galeria-controls ul li.active img {
      opacity: 1; }
  .mol-galeria-responsive .mol-galeria-controls .up-control.next {
    right: 1%; }
  .mol-galeria-responsive .mol-galeria-controls .up-control {
    background: #ececec;
    text-align: center;
    height: 37px;
    padding-top: 8px;
    margin-bottom: 5px; }
    .mol-galeria-responsive .mol-galeria-controls .up-control .arrow-up-icon {
      fill: #333; }
  .mol-galeria-responsive .mol-galeria-controls a.disabled {
    pointer-events: none;
    cursor: default; }
    .mol-galeria-responsive .mol-galeria-controls a.disabled .up-control {
      opacity: 0.5; }
  .mol-galeria-responsive .mol-galeria-controls a.disabled:hover .up-control {
    background: #ececec; }
    .mol-galeria-responsive .mol-galeria-controls a.disabled:hover .up-control .arrow-up-icon {
      fill: #333; }

.mol-galeria-responsive .mol-galeria-images .control-nav {
  top: 50%; }
  @media (max-width: 800px) {
    .mol-galeria-responsive .mol-galeria-images .control-nav {
      top: 40%; } }
  @media (max-width: 550px) {
    .mol-galeria-responsive .mol-galeria-images .control-nav {
      top: 30%; } }

.mol-galeria-responsive .mol-galeria-controls2 {
  position: relative;
  margin-top: -100px;
  z-index: 999;
  width: 480px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 800px) {
    .mol-galeria-responsive .mol-galeria-controls2 {
      display: none; } }
  .mol-galeria-responsive .mol-galeria-controls2 ul li {
    list-style: none;
    width: 95px;
    float: left;
    padding: 5px;
    display: none; }
    .mol-galeria-responsive .mol-galeria-controls2 ul li img {
      max-width: 100%;
      display: block;
      border: 3px solid; }
    .mol-galeria-responsive .mol-galeria-controls2 ul li img.active {
      border: 3px solid; }
  .mol-galeria-responsive .mol-galeria-controls2 ul li.thumb-visible {
    display: list-item; }
  .mol-galeria-responsive .mol-galeria-controls2 .control-nav {
    padding-top: 23px;
    width: 37px;
    height: 80px;
    text-align: center;
    position: relative;
    opacity: 0.7;
    float: left; }
  .mol-galeria-responsive .mol-galeria-controls2 .control-nav:hover {
    opacity: 1; }

.mol-contato-imoveis-right {
  background: #ececec;
  display: table;
  width: 100%;
  padding-bottom: 20px; }
  @media (max-width: 980px) {
    .mol-contato-imoveis-right {
      margin-top: 0; } }
  .mol-contato-imoveis-right .atom-title {
    padding: 0;
    display: table; }
    @media (max-width: 800px) {
      .mol-contato-imoveis-right .atom-title {
        padding: 11px 0 11px 0; } }
    .mol-contato-imoveis-right .atom-title h3, .mol-contato-imoveis-right .atom-title .mol-card-image-text h4, .mol-card-image-text .mol-contato-imoveis-right .atom-title h4, .mol-contato-imoveis-right .atom-title .mol-card-image-text-float h4, .mol-card-image-text-float .mol-contato-imoveis-right .atom-title h4, .mol-contato-imoveis-right .atom-title .mol-card-image-text-icon h4, .mol-card-image-text-icon .mol-contato-imoveis-right .atom-title h4 {
      margin: 0;
      font-weight: 400;
      font-family: "roboto", sans-serif;
      font-size: 1.25em;
      color: #333;
      line-height: 2.2em; }
      @media (max-width: 800px) {
        .mol-contato-imoveis-right .atom-title h3, .mol-contato-imoveis-right .atom-title .mol-card-image-text h4, .mol-card-image-text .mol-contato-imoveis-right .atom-title h4, .mol-contato-imoveis-right .atom-title .mol-card-image-text-float h4, .mol-card-image-text-float .mol-contato-imoveis-right .atom-title h4, .mol-contato-imoveis-right .atom-title .mol-card-image-text-icon h4, .mol-card-image-text-icon .mol-contato-imoveis-right .atom-title h4 {
          line-height: 22px; } }
  .mol-contato-imoveis-right .mol-campos-detalhes-imoveis-right {
    display: table;
    width: 100%; }
    @media (max-width: 980px) {
      .mol-contato-imoveis-right .mol-campos-detalhes-imoveis-right .contato-imovel-break {
        width: 50%; } }
    @media (max-width: 550px) {
      .mol-contato-imoveis-right .mol-campos-detalhes-imoveis-right .contato-imovel-break {
        width: 100%; } }
    .mol-contato-imoveis-right .mol-campos-detalhes-imoveis-right .atom-button-basic .button {
      border: none; }

.mol-contato-imoveis-right.model2 .mol-textarealabel {
  margin-bottom: 12px; }

.mol-contato-imoveis-right.model2 span:not(.help) {
  font-family: "roboto", sans-serif;
  font-size: 0.875em;
  color: #333;
  line-height: 1.57143em; }

.mol-contato-imoveis-right.model2 .btns-options {
  margin-bottom: 14px;
  display: table;
  width: 100%; }
  .mol-contato-imoveis-right.model2 .btns-options .btns-checkbox {
    display: none; }
  .mol-contato-imoveis-right.model2 .btns-options input {
    width: 91px;
    display: block;
    float: left; }

.mol-contato-imoveis-right.lancamentos {
  background: #333; }
  .mol-contato-imoveis-right.lancamentos .atom-title h3, .mol-contato-imoveis-right.lancamentos .atom-title .mol-card-image-text h4, .mol-card-image-text .mol-contato-imoveis-right.lancamentos .atom-title h4, .mol-contato-imoveis-right.lancamentos .atom-title .mol-card-image-text-float h4, .mol-card-image-text-float .mol-contato-imoveis-right.lancamentos .atom-title h4, .mol-contato-imoveis-right.lancamentos .atom-title .mol-card-image-text-icon h4, .mol-card-image-text-icon .mol-contato-imoveis-right.lancamentos .atom-title h4 {
    color: #ececec; }
  .mol-contato-imoveis-right.lancamentos label {
    color: #ececec; }
  .mol-contato-imoveis-right.lancamentos .mol-campos-detalhes-imoveis-right textarea {
    height: 146px; }

.mol-details-imoveis-right {
  border-top: 1px solid;
  border-bottom: 1px solid;
  display: table;
  width: 100%; }
  @media (max-width: 1224px) {
    .mol-details-imoveis-right {
      border-left: 1px solid; } }
  .mol-details-imoveis-right .content-card {
    border-top: 1px solid #333;
    padding-top: 10px;
    display: table;
    width: 100%; }
    .mol-details-imoveis-right .content-card h3, .mol-details-imoveis-right .content-card .mol-card-image-text h4, .mol-card-image-text .mol-details-imoveis-right .content-card h4, .mol-details-imoveis-right .content-card .mol-card-image-text-float h4, .mol-card-image-text-float .mol-details-imoveis-right .content-card h4, .mol-details-imoveis-right .content-card .mol-card-image-text-icon h4, .mol-card-image-text-icon .mol-details-imoveis-right .content-card h4 {
      font-family: "roboto", sans-serif;
      font-size: 1.25em;
      color: #333;
      line-height: 1.1em;
      margin: 0; }
    .mol-details-imoveis-right .content-card h4 {
      font-family: "roboto", sans-serif;
      font-size: 1em;
      color: #333;
      line-height: 1.375em;
      margin: 0;
      margin-bottom: 10px; }
    .mol-details-imoveis-right .content-card ul {
      margin: 0;
      padding: 0;
      margin-bottom: 22px; }
      .mol-details-imoveis-right .content-card ul li.right {
        float: right; }
      .mol-details-imoveis-right .content-card ul li {
        display: inline-block;
        list-style: none; }
        .mol-details-imoveis-right .content-card ul li .icon-card {
          vertical-align: middle;
          margin-right: 25px; }
        .mol-details-imoveis-right .content-card ul li span {
          font-family: "roboto", sans-serif;
          font-size: 0.875em;
          color: #333;
          line-height: 1.57143em;
          vertical-align: middle; }
        .mol-details-imoveis-right .content-card ul li .data-number {
          width: 26px;
          height: 26px;
          background: #333;
          color: #ececec;
          text-align: center;
          font-size: 100%;
          width: 25px;
          height: 25px;
          display: block;
          border-radius: 100px; }
    .mol-details-imoveis-right .content-card .last-data {
      line-height: 44px;
      border-top: 1px solid; }
      .mol-details-imoveis-right .content-card .last-data ul {
        margin: 0; }
      .mol-details-imoveis-right .content-card .last-data span {
        font-family: "roboto", sans-serif;
        font-size: 1em;
        color: #333;
        line-height: 1.375em;
        font-weight: normal; }
      .mol-details-imoveis-right .content-card .last-data .number {
        font-family: "roboto", sans-serif;
        font-size: 1em;
        color: #333;
        line-height: 1.375em;
        font-weight: normal; }
  .mol-details-imoveis-right .mol-shared-imoveis {
    padding-top: 109px;
    height: auto; }
  .mol-details-imoveis-right .atom-title {
    padding: 0;
    display: table; }
    @media (max-width: 800px) {
      .mol-details-imoveis-right .atom-title {
        padding: 11px 0 11px 0; } }
    .mol-details-imoveis-right .atom-title h3, .mol-details-imoveis-right .atom-title .mol-card-image-text h4, .mol-card-image-text .mol-details-imoveis-right .atom-title h4, .mol-details-imoveis-right .atom-title .mol-card-image-text-float h4, .mol-card-image-text-float .mol-details-imoveis-right .atom-title h4, .mol-details-imoveis-right .atom-title .mol-card-image-text-icon h4, .mol-card-image-text-icon .mol-details-imoveis-right .atom-title h4 {
      margin: 0;
      margin-left: 10px;
      font-weight: 400;
      font-family: "roboto", sans-serif;
      font-size: 1.25em;
      color: #333;
      line-height: 2.2em; }
      @media (max-width: 800px) {
        .mol-details-imoveis-right .atom-title h3, .mol-details-imoveis-right .atom-title .mol-card-image-text h4, .mol-card-image-text .mol-details-imoveis-right .atom-title h4, .mol-details-imoveis-right .atom-title .mol-card-image-text-float h4, .mol-card-image-text-float .mol-details-imoveis-right .atom-title h4, .mol-details-imoveis-right .atom-title .mol-card-image-text-icon h4, .mol-card-image-text-icon .mol-details-imoveis-right .atom-title h4 {
          line-height: 22px; } }

.back-contato-desc {
  background: #ececec;
  margin-bottom: 20px; }

.back-contato-desc.galeria-descricao {
  background: #ececec;
  margin-bottom: 26px; }

.mol-text-detalhes-imoveis {
  background: #ececec;
  display: table;
  height: 373px;
  width: 100%; }
  @media (max-width: 980px) {
    .mol-text-detalhes-imoveis {
      height: auto; } }
  .mol-text-detalhes-imoveis .mol-shared-imoveis {
    text-align: right;
    height: 41px;
    padding-top: 8px; }
    .mol-text-detalhes-imoveis .mol-shared-imoveis .shared-icons {
      fill: #333; }
    .mol-text-detalhes-imoveis .mol-shared-imoveis ul {
      margin: 0;
      padding: 0; }
      .mol-text-detalhes-imoveis .mol-shared-imoveis ul li {
        vertical-align: middle;
        display: inline-block;
        list-style: none; }
        .mol-text-detalhes-imoveis .mol-shared-imoveis ul li span {
          font-family: "roboto", sans-serif;
          font-size: 0.875em;
          color: #333;
          line-height: 1.57143em;
          padding: 0 2px 0 2px; }
  .mol-text-detalhes-imoveis .atom-title-imovel {
    margin-bottom: 22px;
    padding: 0 0 22px 0;
    height: 0; }
  .mol-text-detalhes-imoveis .atom-text-descricao-imovel p {
    margin: 0;
    font-family: "roboto", sans-serif;
    font-size: 0.875em;
    color: #333;
    line-height: 1.57143em;
    padding-bottom: 22px; }
  .mol-text-detalhes-imoveis .mol-text-caracteristicas-imoveis {
    padding-bottom: 22px;
    display: table;
    width: 100%; }
    .mol-text-detalhes-imoveis .mol-text-caracteristicas-imoveis ul {
      padding: 0;
      margin: 0; }
      .mol-text-detalhes-imoveis .mol-text-caracteristicas-imoveis ul li {
        display: list-item;
        list-style: none;
        font-family: "roboto", sans-serif;
        font-size: 0.875em;
        color: #333;
        line-height: 1.57143em; }
  .mol-text-detalhes-imoveis .mol-text-infoadicionais-imoveis {
    padding-bottom: 22px;
    display: table;
    width: 100%; }
    .mol-text-detalhes-imoveis .mol-text-infoadicionais-imoveis p {
      padding: 0;
      margin: 0;
      font-family: "roboto", sans-serif;
      font-size: 0.875em;
      color: #333;
      line-height: 1.57143em; }

.mol-destaques-imoveis-right {
  background: #333;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 22px;
  height: 372px; }
  @media (max-width: 980px) {
    .mol-destaques-imoveis-right {
      height: auto; } }
  .mol-destaques-imoveis-right .card-destaque {
    margin-bottom: 5px; }
    @media (max-width: 980px) {
      .mol-destaques-imoveis-right .card-destaque {
        padding: 0 5px 0 5px;
        width: 50%;
        border-left: 2px solid #435061;
        border-right: 2px solid #435061; } }
    @media (max-width: 625px) {
      .mol-destaques-imoveis-right .card-destaque {
        width: 100%; } }
  .mol-destaques-imoveis-right .atom-title {
    padding: 0; }
    .mol-destaques-imoveis-right .atom-title h3, .mol-destaques-imoveis-right .atom-title .mol-card-image-text h4, .mol-card-image-text .mol-destaques-imoveis-right .atom-title h4, .mol-destaques-imoveis-right .atom-title .mol-card-image-text-float h4, .mol-card-image-text-float .mol-destaques-imoveis-right .atom-title h4, .mol-destaques-imoveis-right .atom-title .mol-card-image-text-icon h4, .mol-card-image-text-icon .mol-destaques-imoveis-right .atom-title h4 {
      padding: 0;
      margin: 0;
      font-family: "roboto", sans-serif;
      font-size: 1.25em;
      color: #ececec;
      line-height: 2.2em;
      font-weight: normal; }
  .mol-destaques-imoveis-right .mol-destaques-thumb-imoveis {
    display: block;
    background: #ececec;
    width: 100%; }
    .mol-destaques-imoveis-right .mol-destaques-thumb-imoveis .atom-thumb-image img {
      max-width: 100%;
      display: block; }
    .mol-destaques-imoveis-right .mol-destaques-thumb-imoveis .mol-thumb-detalhes-destaque {
      padding-left: 5px;
      padding-right: 5px; }
      .mol-destaques-imoveis-right .mol-destaques-thumb-imoveis .mol-thumb-detalhes-destaque ul {
        margin: 0;
        padding: 0; }
        .mol-destaques-imoveis-right .mol-destaques-thumb-imoveis .mol-thumb-detalhes-destaque ul li {
          display: list-item;
          list-style: none;
          font-family: "roboto", sans-serif;
          font-size: 0.85714em;
          color: #333;
          line-height: 1.83333em; }
          .mol-destaques-imoveis-right .mol-destaques-thumb-imoveis .mol-thumb-detalhes-destaque ul li h4 {
            font-family: "roboto", sans-serif;
            font-size: 1em;
            color: #333;
            line-height: 1.57143em;
            margin: 0;
            padding: 0; }
            @media (max-width: 980px) {
              .mol-destaques-imoveis-right .mol-destaques-thumb-imoveis .mol-thumb-detalhes-destaque ul li h4 {
                font-family: "roboto", sans-serif;
                font-size: 1.16667em;
                color: #333;
                line-height: 1.57143em; } }
          @media (max-width: 980px) {
            .mol-destaques-imoveis-right .mol-destaques-thumb-imoveis .mol-thumb-detalhes-destaque ul li {
              font-size: 0.75em;
              line-height: 1.83333em; } }
    .mol-destaques-imoveis-right .mol-destaques-thumb-imoveis .atom-view-destaque {
      display: block;
      width: 100%;
      padding: 0;
      float: none;
      position: initial; }
      .mol-destaques-imoveis-right .mol-destaques-thumb-imoveis .atom-view-destaque .img-view {
        background: #333;
        width: 37px;
        padding-top: 0;
        text-align: center;
        height: inherit;
        right: 0;
        position: absolute;
        border: 2px solid #ececec; }
        .mol-destaques-imoveis-right .mol-destaques-thumb-imoveis .atom-view-destaque .img-view .icon-next-view {
          fill: #ececec;
          height: inherit; }

.mol-message-imovel {
  background: #ececec;
  display: table;
  width: 100%;
  margin: 0 0 22px 0;
  padding-bottom: 22px; }
  .mol-message-imovel h4 {
    margin: 0 0 0 0;
    padding: 0;
    font-family: "roboto", sans-serif;
    font-size: 1em;
    line-height: 2.75em; }
  .mol-message-imovel p {
    margin: 0;
    padding: 0;
    font-family: "roboto", sans-serif;
    font-size: 0.875em;
    color: #333;
    line-height: 1.57143em; }

.mol-cards-lancamentos {
  margin-top: 22px;
  display: table;
  width: 100%; }
  .mol-cards-lancamentos p {
    margin: 0;
    padding: 0;
    font-family: "roboto", sans-serif;
    font-size: 0.875em;
    color: #333;
    line-height: 1.57143em; }
  .mol-cards-lancamentos .mol-card-image-text, .mol-cards-lancamentos .mol-card-image-text-float {
    min-height: 100%; }
    .mol-cards-lancamentos .mol-card-image-text .mol-title-type-cod, .mol-cards-lancamentos .mol-card-image-text-float .mol-title-type-cod {
      margin: 8px 0 44px 0; }
    .mol-cards-lancamentos .mol-card-image-text .atom-text-box, .mol-cards-lancamentos .mol-card-image-text-float .atom-text-box {
      padding: 0;
      text-align: right; }

.mol-descricao-galeria {
  background: #ececec;
  display: none;
  width: 100%; }
  .mol-descricao-galeria .atom-title {
    padding: 0; }
    .mol-descricao-galeria .atom-title h3, .mol-descricao-galeria .atom-title .mol-card-image-text h4, .mol-card-image-text .mol-descricao-galeria .atom-title h4, .mol-descricao-galeria .atom-title .mol-card-image-text-float h4, .mol-card-image-text-float .mol-descricao-galeria .atom-title h4, .mol-descricao-galeria .atom-title .mol-card-image-text-icon h4, .mol-card-image-text-icon .mol-descricao-galeria .atom-title h4 {
      margin: 0;
      font-family: "roboto", sans-serif;
      font-size: 1.25em;
      color: #333;
      line-height: 2.2em;
      font-weight: 400; }
  .mol-descricao-galeria .atom-text-descricao-imovel p {
    margin: 0;
    font-family: "roboto", sans-serif;
    font-size: 0.875em;
    color: #333;
    line-height: 1.57143em; }

.mol-descricao-galeria.active {
  display: table; }

.atom-mapa {
  margin-bottom: 22px;
  display: block;
  width: 100%; }

.mol-card-description {
  background: #ececec;
  display: table;
  width: 100%;
  margin-bottom: 22px; }
  .mol-card-description .atom-mapa {
    margin-bottom: 0;
    display: block; }
  .mol-card-description .atom-text-box.last {
    background: #ececec;
    border: none; }
  .mol-card-description .atom-img-block {
    padding: 20px; }
  .mol-card-description .icon-link-card-description {
    fill: #ececec; }
  @media (max-width: 800px) {
    .mol-card-description {
      background: none; } }
  .mol-card-description .atom-title {
    padding: 0;
    display: table; }
    @media (max-width: 800px) {
      .mol-card-description .atom-title {
        padding: 11px 0 11px 0; } }
    .mol-card-description .atom-title h3, .mol-card-description .atom-title .mol-card-image-text h4, .mol-card-image-text .mol-card-description .atom-title h4, .mol-card-description .atom-title .mol-card-image-text-float h4, .mol-card-image-text-float .mol-card-description .atom-title h4, .mol-card-description .atom-title .mol-card-image-text-icon h4, .mol-card-image-text-icon .mol-card-description .atom-title h4 {
      margin: 0;
      font-weight: 400;
      font-family: "roboto", sans-serif;
      font-size: 1.25em;
      color: #333;
      line-height: 2.2em; }
      @media (max-width: 800px) {
        .mol-card-description .atom-title h3, .mol-card-description .atom-title .mol-card-image-text h4, .mol-card-image-text .mol-card-description .atom-title h4, .mol-card-description .atom-title .mol-card-image-text-float h4, .mol-card-image-text-float .mol-card-description .atom-title h4, .mol-card-description .atom-title .mol-card-image-text-icon h4, .mol-card-image-text-icon .mol-card-description .atom-title h4 {
          line-height: 22px; } }
  @media (max-width: 800px) {
    .mol-card-description .atom-img {
      margin-bottom: 15px; } }
  .mol-card-description .atom-img img {
    max-width: 250px;
    margin: 0 auto; }
  .mol-card-description .atom-text-descricao-card {
    padding: 0 5px 0 5px; }
    @media (max-width: 800px) {
      .mol-card-description .atom-text-descricao-card {
        background: #ececec;
        padding: 0 5px 0 5px; } }
    .mol-card-description .atom-text-descricao-card p {
      margin: 0;
      padding: 0;
      font-family: "roboto", sans-serif;
      font-size: 0.875em;
      color: #333;
      line-height: 1.57143em; }
    .mol-card-description .atom-text-descricao-card .atom-text-box {
      text-align: right; }
    .mol-card-description .atom-text-descricao-card a {
      text-transform: none;
      text-decoration: none;
      outline: none;
      color: #333; }

.mol-galeria-contato {
  margin-bottom: 20px;
  background: #ececec; }

.mol-contato {
  margin-bottom: 20px;
  display: table;
  width: 100%; }

.space-top {
  margin-top: 22px; }

@media (max-width: 980px) {
  .card-flat {
    width: 100%; } }

.card-flat .mol-card-flat {
  display: table;
  width: 100%;
  border: 1px solid #e9e9e9;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  background: #fff;
  margin-bottom: 20px; }
  .card-flat .mol-card-flat p {
    font-family: "roboto", sans-serif;
    font-size: 1.875em;
    color: #374051;
    line-height: 2.2em;
    margin: 0;
    padding: 0; }
  .card-flat .mol-card-flat span {
    font-family: "roboto", sans-serif;
    font-size: 0.875em;
    color: #B0B0B0;
    line-height: 1.57143em; }
  .card-flat .mol-card-flat .atom-icon-card-flat {
    text-align: center;
    width: 100%; }
    .card-flat .mol-card-flat .atom-icon-card-flat .icon-card-flat {
      fill: #333;
      height: 66px;
      display: block;
      margin: auto;
      float: right; }

.mol-card-collapsed {
  display: table;
  width: 100%;
  border: 1px solid #e9e9e9;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  background: #fff;
  /*margin-bottom: $baseline +px;*/
  padding: 10px 10px 10px 10px; }
  .mol-card-collapsed .atom-icon-card {
    text-align: right; }
    .mol-card-collapsed .atom-icon-card .icon-collapsed-card {
      fill: #333;
      vertical-align: middle; }

.mol-card-collapsed.title {
  margin-bottom: 22px; }

.mol-card-data.collapse {
  /*margin-top: - $baseline +px;*/ }
  .mol-card-data.collapse p {
    margin: 0;
    padding: 0;
    font-family: "roboto", sans-serif;
    font-size: 0.875em;
    color: #374051;
    line-height: 1.57143em; }

.mol-card-data {
  display: table;
  width: 100%;
  border: 1px solid #e9e9e9;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  background: #fff;
  margin-bottom: 22px;
  padding: 10px 0 10px 0;
  min-height: 88px; }
  .mol-card-data .icon-details-card {
    fill: #333;
    margin-right: 5px;
    vertical-align: middle; }
  .mol-card-data span {
    font-family: "roboto", sans-serif;
    font-size: 0.875em;
    color: #374051;
    line-height: 1.57143em; }
  .mol-card-data a {
    font-family: "roboto", sans-serif;
    font-size: 0.875em;
    color: #374051;
    line-height: 1.57143em;
    text-transform: none;
    text-decoration: none;
    outline: none; }
  .mol-card-data label {
    cursor: default;
    color: #374051; }
    .mol-card-data label a {
      color: #374051;
      text-transform: none;
      text-decoration: none;
      outline: none; }
    .mol-card-data label a:hover {
      color: #8f9394; }
  .mol-card-data .update-card-icon {
    fill: #333;
    vertical-align: sub;
    margin-right: 5px; }

.mol-card-form {
  display: table;
  width: 100%;
  border: 1px solid #e9e9e9;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  background: #fff;
  margin-bottom: 22px;
  padding: 10px 0 10px 0; }
  .mol-card-form textarea {
    height: 110px; }

.mol-card-grid {
  display: table;
  width: 100%;
  border: 1px solid #e9e9e9;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  background: #fff;
  margin-bottom: 22px; }
  .mol-card-grid h2 {
    font-family: "roboto", sans-serif;
    font-size: 1em;
    color: #374051;
    line-height: 2.75em;
    margin: 0;
    padding: 0; }
  .mol-card-grid .atom-title-card-grid span {
    font-family: "roboto", sans-serif;
    font-size: 0.875em;
    color: #374051;
    line-height: 3.14286em;
    font-weight: bold;
    padding-left: 5px; }
  .mol-card-grid .mol-list-card-grid.center {
    text-align: center; }
  .mol-card-grid .mol-list-card-grid ul {
    margin: 0;
    padding: 0;
    min-height: 220px; }
    .mol-card-grid .mol-list-card-grid ul li {
      list-style: none;
      display: list-item;
      font-family: "roboto", sans-serif;
      font-size: 0.875em;
      color: #374051;
      line-height: 3.07143em;
      border-bottom: 1px solid #e9e9e9;
      padding-left: 5px; }
    .mol-card-grid .mol-list-card-grid ul li:nth-child(odd) {
      background: #e9e9e9; }
    .mol-card-grid .mol-list-card-grid ul li:nth-child(even) {
      background: none; }
  .mol-card-grid .mol-list-card-grid.icon li {
    line-height: 0;
    padding: 12px 20px 11px 0;
    text-align: right; }
  .mol-card-grid .mol-pagination.fix ul {
    width: 340px;
    margin: 0 auto; }
    @media (max-width: 550px) {
      .mol-card-grid .mol-pagination.fix ul {
        width: 300px; } }
  .mol-card-grid .mol-pagination.fix .icon-pagination {
    fill: #fff; }
  @media (max-width: 550px) {
    .mol-card-grid .mol-pagination.fix a.hidden {
      display: none; } }
  .mol-card-grid .mol-pagination {
    text-align: left;
    padding: 5px 0 5px 0; }
    @media (max-width: 550px) {
      .mol-card-grid .mol-pagination {
        float: left;
        width: 100%; } }
    .mol-card-grid .mol-pagination ul li {
      background: #333;
      padding: 0;
      width: 44px; }
      @media (max-width: 550px) {
        .mol-card-grid .mol-pagination ul li {
          width: 38px; } }
      .mol-card-grid .mol-pagination ul li a {
        float: none; }
        @media (max-width: 550px) {
          .mol-card-grid .mol-pagination ul li a {
            padding: 9px; } }
    .mol-card-grid .mol-pagination ul li:hover {
      background: #333; }
  .mol-card-grid .icon-view-more-card {
    fill: #333; }
  .mol-card-grid .atom-icon-card {
    text-align: right;
    padding-right: 5px; }
    .mol-card-grid .atom-icon-card .icon-download-card {
      fill: #333;
      vertical-align: middle; }
    .mol-card-grid .atom-icon-card .icon-details-card {
      fill: #333;
      vertical-align: middle; }
  @media (max-width: 550px) {
    .mol-card-grid .atom-icon-card.center {
      text-align: center; } }

.back-body-adm {
  background: #F9F9F9; }

.back-box-login {
  background: #F9F9F9; }

.mol-login-box {
  background: #fff;
  margin: 22px 0;
  padding: 0 20px;
  box-shadow: 0px 0px 0px 0 rgba(255, 255, 255, 0.4), 0px 2px 5px rgba(0, 0, 0, 0.33); }
  .mol-login-box .back-body-adm {
    background: #fff;
    padding: 22px 0 22px 0; }
    .mol-login-box .back-body-adm a {
      font-family: "roboto", sans-serif;
      font-size: 0.875em;
      color: #333;
      line-height: 2.14286em;
      text-transform: none;
      text-decoration: none;
      outline: none; }
    .mol-login-box .back-body-adm a:hover {
      opacity: 0.8; }
  .mol-login-box .mol-inputlabel.min-height {
    min-height: 118px; }
    @media (max-width: 550px) {
      .mol-login-box .mol-inputlabel.min-height {
        min-height: auto; } }

.mol-footer-simple-info {
  border-top: 1px solid #e9e9e9;
  background: #fff;
  display: table;
  width: 100%; }
  @media (max-width: 550px) {
    .mol-footer-simple-info .atom-rights-simple {
      text-align: center; } }
  .mol-footer-simple-info .atom-rights-simple p {
    margin: 0;
    font-family: "roboto", sans-serif;
    font-size: 0.875em;
    color: #374051;
    line-height: 3.14286em; }
  .mol-footer-simple-info .atom-direitos-simple {
    text-align: left; }
    @media (max-width: 550px) {
      .mol-footer-simple-info .atom-direitos-simple {
        text-align: center; } }
    .mol-footer-simple-info .atom-direitos-simple p {
      margin: 0;
      font-family: "roboto", sans-serif;
      font-size: 0.875em;
      color: #374051;
      line-height: 3.14286em; }
  .mol-footer-simple-info .atom-explend-link {
    text-align: right; }
    @media (max-width: 550px) {
      .mol-footer-simple-info .atom-explend-link {
        text-align: center; } }
    .mol-footer-simple-info .atom-explend-link p {
      margin: 0;
      font-family: "roboto", sans-serif;
      font-size: 0.875em;
      color: #374051;
      line-height: 3.14286em; }
    .mol-footer-simple-info .atom-explend-link a {
      font-family: "roboto", sans-serif;
      font-size: 0.875em;
      color: #333;
      line-height: 3.14286em;
      text-transform: none;
      text-decoration: none;
      outline: none; }

.mol-back-search-panel {
  padding: 6px 0 5px 0;
  display: table;
  width: 100%;
  background: #fff;
  margin-bottom: 22px;
  border: 1px solid #e9e9e9; }
  @media (max-width: 800px) {
    .mol-back-search-panel input[type="button"] {
      margin-top: 22px; } }
  .mol-back-search-panel .mol-inputlabelleft, .mol-back-search-panel .mol-selectlabelleft {
    margin-bottom: 0;
    height: 0; }
  @media (max-width: 550px) {
    .mol-back-search-panel .empty {
      display: none; } }

.mol-busca-basic {
  display: table;
  width: 100%;
  background: #ececec;
  padding: 22px 0 22px 0; }
  .mol-busca-basic .atom-link-basic {
    font-family: "roboto", sans-serif;
    font-size: 0.875em;
    color: #333;
    line-height: 1.57143em;
    text-transform: none;
    text-decoration: none;
    outline: none;
    display: block; }
    .mol-busca-basic .atom-link-basic .arrow-down-icon {
      vertical-align: middle;
      fill: #333; }

.mol-busca-basic.additional {
  padding: 0 0 22px 0; }

@media (max-width: 650px) {
  .card-mobile {
    width: 100%;
    float: none;
    margin-bottom: 22px; }
    .card-mobile .mol-card-image-text, .card-mobile .mol-card-image-text-float {
      margin: 0 auto; } }

.mol-back-busca-painel {
  padding: 22px 0 22px 0;
  display: table;
  width: 100%;
  background: #fff;
  margin-bottom: 22px;
  border: 1px solid #e9e9e9; }
  @media (max-width: 800px) {
    .mol-back-busca-painel input[type="button"] {
      margin-top: 22px; } }
  .mol-back-busca-painel .mol-inputlabelleft, .mol-back-busca-painel .mol-selectlabelleft {
    margin-bottom: 0;
    height: 0; }
  @media (max-width: 550px) {
    .mol-back-busca-painel .empty {
      display: none; } }
  @media (max-width: 550px) {
    .mol-back-busca-painel .mol-selectlabelleft {
      margin-bottom: 13px; } }

.atom-text-box-link a {
  text-transform: none;
  text-decoration: none;
  outline: none;
  font-family: "roboto", sans-serif;
  font-size: 0.875em;
  color: #333;
  line-height: 3.14286em; }
  .atom-text-box-link a .arrow-cards-icon {
    fill: #333;
    vertical-align: middle; }

@media (max-width: 900px) {
  .background-busca-banner {
    background: #333; } }

.caption {
  position: absolute;
  padding-top: 255px;
  width: 100%; }
  @media (max-width: 970px) {
    .caption {
      padding-top: 208px; } }
  @media (max-width: 550px) {
    .caption {
      padding-top: 148px; } }
  .caption div.title {
    font-family: "roboto", sans-serif;
    font-size: 2.75em;
    color: #fff;
    line-height: 1em;
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 22px; }
  .caption div.text {
    font-family: "roboto", sans-serif;
    font-size: 1.125em;
    color: #fff;
    line-height: 1.22222em;
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto; }

.banner-content {
  width: 100%; }

.nav-controll-banner {
  position: absolute;
  display: block;
  height: 527px;
  z-index: 300;
  width: 100%; }
  .nav-controll-banner .icon-prev {
    position: absolute;
    height: inherit; }
  .nav-controll-banner .icon-next {
    position: absolute;
    right: 0;
    height: inherit; }
  .nav-controll-banner ul {
    text-align: center;
    top: 90%;
    position: absolute;
    width: 100%;
    padding: 0; }
    @media (max-width: 970px) {
      .nav-controll-banner ul {
        top: 92%; } }
    .nav-controll-banner ul li {
      margin: 0 1px;
      display: inline-block;
      zoom: 1; }
      .nav-controll-banner ul li a {
        width: 15px;
        height: 15px;
        display: block;
        background: #fff;
        border: 1px solid #ccc;
        cursor: pointer;
        text-indent: -9999px;
        border-radius: 20px; }
      .nav-controll-banner ul li a.active {
        background: black; }

.mol-banner-busca-content {
  height: 520px; }

.mol-busca-banner.large {
  padding: 200px 0 0 0; }
  @media (max-width: 970px) {
    .mol-busca-banner.large {
      padding: 67px 0 0 0; } }
  @media (max-width: 550px) {
    .mol-busca-banner.large {
      padding: 0 0 0 0; } }

.mol-busca-banner {
  position: absolute;
  z-index: 99;
  width: 100%;
  top: 50%;
  padding: 88px 0 0 0;
  left: 0; }
  @media (max-width: 900px) {
    .mol-busca-banner {
      padding-top: 80px; } }
  @media (max-width: 970px) {
    .mol-busca-banner {
      padding: 67px 0 0 0; } }
  @media (max-width: 550px) {
    .mol-busca-banner {
      padding-top: 0; } }
  .mol-busca-banner .box-busca, .mol-busca-banner .box-busca-codigo {
    background: rgba(0, 0, 0, 0.29);
    display: table;
    width: 800px;
    margin: 0 auto;
    padding: 10px 0 10px 0;
    text-align: center; }
    @media (max-width: 900px) {
      .mol-busca-banner .box-busca, .mol-busca-banner .box-busca-codigo {
        width: 100%; } }
    @media (max-width: 550px) {
      .mol-busca-banner .box-busca, .mol-busca-banner .box-busca-codigo {
        padding: 14px 0 14px 0; } }
    .mol-busca-banner .box-busca span, .mol-busca-banner .box-busca-codigo span {
      margin: 0 auto;
      font-family: "roboto", sans-serif;
      font-size: 0.875em;
      color: #fff;
      line-height: 1.57143em; }
  .mol-busca-banner .box-busca-codigo {
    margin-top: 5px;
    display: none; }
  .mol-busca-banner a {
    text-transform: none;
    text-decoration: none;
    outline: none; }
  .mol-busca-banner .collapse-icon-search {
    fill: white;
    vertical-align: middle;
    margin-left: 5px; }

@media (max-width: 970px) {
  .background-busca-banner .search-model-hidden {
    padding: 0 0 0 0; } }

.mol-busca-banner.model2 {
  padding: 25px 0 0 0; }
  @media (max-width: 960px) {
    .mol-busca-banner.model2 {
      background: #333;
      position: relative;
      display: none; } }
  .mol-busca-banner.model2 .box-busca, .mol-busca-banner.model2 .box-busca-codigo {
    background: none;
    width: 100%; }
    .mol-busca-banner.model2 .box-busca input, .mol-busca-banner.model2 .box-busca-codigo input {
      height: 35px;
      border-color: #ccc;
      color: #AEAEAE; }
    .mol-busca-banner.model2 .box-busca select, .mol-busca-banner.model2 .box-busca-codigo select {
      height: 35px;
      border-color: #ccc;
      background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgMzA2IDMwNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzA2IDMwNjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnIGlkPSJleHBhbmQtbW9yZSI+CgkJPHBvbHlnb24gcG9pbnRzPSIyNzAuMyw1OC42NSAxNTMsMTc1Ljk1IDM1LjcsNTguNjUgMCw5NC4zNSAxNTMsMjQ3LjM1IDMwNiw5NC4zNSAgICIgZmlsbD0iI2NjZDJjZiIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=");
      background-size: 10px;
      background-position: 95%;
      color: #AEAEAE; }
      @media (max-width: 960px) {
        .mol-busca-banner.model2 .box-busca select, .mol-busca-banner.model2 .box-busca-codigo select {
          background-position: 99%; } }
    .mol-busca-banner.model2 .box-busca select.first, .mol-busca-banner.model2 .box-busca-codigo select.first {
      background: #333;
      border: none;
      background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgMzA2IDMwNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzA2IDMwNjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnIGlkPSJleHBhbmQtbW9yZSI+CgkJPHBvbHlnb24gcG9pbnRzPSIyNzAuMyw1OC42NSAxNTMsMTc1Ljk1IDM1LjcsNTguNjUgMCw5NC4zNSAxNTMsMjQ3LjM1IDMwNiw5NC4zNSAgICIgZmlsbD0iI2NjZDJjZiIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=");
      background-size: 10px;
      background-repeat: no-repeat;
      background-position: 95%; }
    .mol-busca-banner.model2 .box-busca .columns, .mol-busca-banner.model2 .box-busca-codigo .columns {
      width: 13%; }
      @media (max-width: 960px) {
        .mol-busca-banner.model2 .box-busca .columns, .mol-busca-banner.model2 .box-busca-codigo .columns {
          width: 100%; } }
    .mol-busca-banner.model2 .box-busca .general-cod, .mol-busca-banner.model2 .box-busca-codigo .general-cod {
      width: 78%; }
    .mol-busca-banner.model2 .box-busca .box-busca-codigo, .mol-busca-banner.model2 .box-busca-codigo .box-busca-codigo {
      display: block;
      margin: 0;
      padding: 0; }
    .mol-busca-banner.model2 .box-busca .btn, .mol-busca-banner.model2 .box-busca-codigo .btn {
      max-width: 82px; }
      @media (min-width: 1206px) {
        .mol-busca-banner.model2 .box-busca .btn, .mol-busca-banner.model2 .box-busca-codigo .btn {
          max-width: 106px; } }
      .mol-busca-banner.model2 .box-busca .btn span, .mol-busca-banner.model2 .box-busca-codigo .btn span {
        height: 35px;
        display: block;
        text-align: center;
        background: #333; }
        .mol-busca-banner.model2 .box-busca .btn span .icon-search, .mol-busca-banner.model2 .box-busca-codigo .btn span .icon-search {
          margin: 0;
          height: inherit; }
      .mol-busca-banner.model2 .box-busca .btn span:hover, .mol-busca-banner.model2 .box-busca-codigo .btn span:hover {
        background: #fff; }
        .mol-busca-banner.model2 .box-busca .btn span:hover .icon-search, .mol-busca-banner.model2 .box-busca-codigo .btn span:hover .icon-search {
          fill: #333; }

.mol-card-app-download {
  border: 1px solid;
  text-align: center;
  margin: 0 0 22px 0;
  display: table;
  padding-bottom: 22px;
  width: 100%; }
  .mol-card-app-download span {
    font-family: "roboto", sans-serif;
    font-size: 1em;
    color: #fff;
    line-height: 1.375em;
    vertical-align: middle; }
  .mol-card-app-download .icon-card {
    vertical-align: middle; }
  .mol-card-app-download .atom-title {
    height: auto; }
    .mol-card-app-download .atom-title h1 {
      line-height: 44px; }
  .mol-card-app-download .box-option-left {
    margin-right: 20px;
    float: right; }
    @media (max-width: 550px) {
      .mol-card-app-download .box-option-left {
        width: 100%;
        margin: 0 auto; } }
  .mol-card-app-download .box-option-right {
    margin-right: 20px;
    float: left; }
    @media (max-width: 550px) {
      .mol-card-app-download .box-option-right {
        width: 100%;
        margin: 0 auto; } }
  .mol-card-app-download a {
    text-transform: none;
    text-decoration: none;
    outline: none; }
  .mol-card-app-download .option-download:hover {
    background: #333;
    border-color: #333; }
  .mol-card-app-download .option-download {
    border: 1px solid;
    text-align: center;
    padding: 22px;
    background: #333; }
    @media (max-width: 870px) {
      .mol-card-app-download .option-download {
        min-height: 90px; } }
    @media (max-width: 700px) {
      .mol-card-app-download .option-download {
        min-height: 110px; } }
    @media (max-width: 550px) {
      .mol-card-app-download .option-download {
        min-height: 0;
        margin-bottom: 22px; } }

.mol-card-button-basic {
  margin: 0 0 22px 0;
  border: 1px solid;
  text-align: center; }
  @media (max-width: 1025px) {
    .mol-card-button-basic {
      min-height: 187px; } }
  .mol-card-button-basic a {
    text-transform: none;
    text-decoration: none;
    outline: none;
    padding: 10px 0 10px 0;
    display: block; }
  .mol-card-button-basic p {
    width: 100%;
    margin: 0;
    font-family: "roboto", sans-serif;
    font-size: 1.25em;
    color: #333;
    line-height: 1.1em; }
  .mol-card-button-basic .icon-card {
    fill: #333;
    width: 100%;
    margin-bottom: 10px; }

.mol-card-button-basic:hover {
  background: black; }

.mol-text-caracteristicas-imoveis {
  display: table;
  width: 100%;
  margin-bottom: 22px; }
  .mol-text-caracteristicas-imoveis ul {
    margin: 0;
    padding: 0; }
    .mol-text-caracteristicas-imoveis ul li {
      list-style: none; }
      .mol-text-caracteristicas-imoveis ul li span {
        font-family: "roboto", sans-serif;
        font-size: 0.875em;
        color: #333;
        line-height: 1.57143em;
        vertical-align: middle; }
      .mol-text-caracteristicas-imoveis ul li .icon-card {
        vertical-align: middle;
        margin-right: 5px; }

.atom-text-descricao-imovel {
  display: table;
  width: 100%;
  margin-bottom: 22px; }
  .atom-text-descricao-imovel p {
    margin: 0;
    font-family: "roboto", sans-serif;
    font-size: 0.875em;
    color: #333;
    line-height: 1.57143em; }

.mol-shared-imoveis {
  height: 44px;
  text-align: right; }
  .mol-shared-imoveis ul {
    margin: 0;
    padding: 0; }
    .mol-shared-imoveis ul li {
      list-style: none;
      display: inline-block;
      font-family: "roboto", sans-serif;
      font-size: 0.875em;
      color: #333;
      line-height: 1.57143em;
      padding: 0 5px 0 5px; }
      .mol-shared-imoveis ul li .shared-icons {
        fill: #333; }

.mol-card-text {
  padding: 5px;
  margin-bottom: 22px; }
  .mol-card-text .image-card-back {
    background: url("../../Modulo Imoveis/image/sobre-nos.jpg");
    cursor: pointer;
    position: relative;
    height: 270px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    @media (max-width: 722px) {
      .mol-card-text .image-card-back {
        height: auto;
        background: none; } }
    .mol-card-text .image-card-back img {
      max-width: 100%;
      position: relative;
      display: block; }
  .mol-card-text .image-card-back:hover .text-card-back-title {
    display: none; }
  .mol-card-text .image-card-back:hover .text-card-back {
    display: block; }
  .mol-card-text .text-card-back-title {
    height: inherit;
    padding: 115px 15px;
    background: rgba(0, 0, 0, 0.28);
    position: absolute;
    width: 100%; }
    @media (max-width: 722px) {
      .mol-card-text .text-card-back-title {
        display: none; } }
    .mol-card-text .text-card-back-title span {
      font-family: "roboto", sans-serif;
      font-size: 1.875em;
      color: #333;
      line-height: 0.73333em; }
  .mol-card-text .text-card-back {
    position: absolute;
    background: rgba(0, 0, 0, 0.72);
    z-index: 2;
    height: inherit;
    padding: 5px;
    display: none; }
    @media (max-width: 722px) {
      .mol-card-text .text-card-back {
        display: block;
        position: relative; } }
  .mol-card-text .atom-mapa {
    max-height: 208px; }
  .mol-card-text .atom-title {
    text-align: left; }
    .mol-card-text .atom-title h3, .mol-card-text .atom-title .mol-card-image-text h4, .mol-card-image-text .mol-card-text .atom-title h4, .mol-card-text .atom-title .mol-card-image-text-float h4, .mol-card-image-text-float .mol-card-text .atom-title h4, .mol-card-text .atom-title .mol-card-image-text-icon h4, .mol-card-image-text-icon .mol-card-text .atom-title h4 {
      margin: 0;
      font-family: "roboto", sans-serif;
      font-size: 1.25em;
      color: #333;
      line-height: 1.1em;
      font-weight: 400; }
  .mol-card-text p {
    font-family: "roboto", sans-serif;
    font-size: 0.875em;
    color: #333;
    line-height: 1.57143em;
    text-align: left; }
  .mol-card-text ul {
    padding: 0; }
    .mol-card-text ul li {
      display: list-item;
      font-family: "roboto", sans-serif;
      font-size: 0.875em;
      color: #333;
      line-height: 1.57143em;
      list-style: none; }

.atom-title h2 {
  font-family: "roboto", sans-serif;
  font-size: 1.25em;
  color: #333;
  line-height: 2.2em;
  border: none; }

.galeria-tablet {
  margin-bottom: 22px; }
  @media (max-width: 860px) {
    .galeria-tablet {
      width: 100%; } }
  @media (max-width: 798px) {
    .galeria-tablet {
      width: 50%; } }
  @media (max-width: 650px) {
    .galeria-tablet {
      width: 100%; } }

@media (max-width: 798px) {
  .galeria-tablet.hidden-mob {
    display: none; } }

@media (max-width: 650px) {
  .galeria-tablet.hidden-mob {
    display: block; } }

.mol-card-image-details.basic {
  margin-bottom: 22px; }
  .mol-card-image-details.basic .atom-img a:hover .text-image {
    display: none; }
  .mol-card-image-details.basic a {
    text-transform: none;
    text-decoration: none;
    outline: none; }
  .mol-card-image-details.basic .content-card p {
    font-family: "roboto", sans-serif;
    font-size: 0.875em;
    color: #333;
    line-height: 1.57143em;
    margin: 0;
    padding: 0; }
  @media (max-width: 860px) {
    .mol-card-image-details.basic .content-card {
      float: none;
      width: 100%;
      border: none; } }
  @media (max-width: 860px) {
    .mol-card-image-details.basic .block-mobile {
      display: none; } }
  .mol-card-image-details.basic .icon-card-view {
    vertical-align: middle; }
  @media (max-width: 860px) {
    .mol-card-image-details.basic .atom-img {
      float: none;
      width: 100%;
      border: 1px solid;
      border-right: none;
      border-color: #e8e8e8; } }

.mol-card-image-details .atom-img {
  position: relative; }

.mol-card-image-details .line-detail {
  height: 3px;
  background: #333; }
  .mol-card-image-details .line-detail .icon {
    z-index: 3;
    position: absolute;
    margin-left: -6px;
    bottom: 165px;
    left: 50%; }
    @media (max-width: 971px) {
      .mol-card-image-details .line-detail .icon {
        bottom: 183px; } }
    @media (max-width: 550px) {
      .mol-card-image-details .line-detail .icon {
        bottom: 191px; } }

.mol-card-image-details .line-detail:after {
  display: block;
  content: "";
  position: absolute;
  background: #333;
  border: 1px solid #333;
  bottom: 158px;
  width: 23px;
  height: 23px;
  left: 50%;
  margin-left: -10px;
  z-index: 2;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }
  @media (max-width: 971px) {
    .mol-card-image-details .line-detail:after {
      bottom: 176px; } }
  @media (max-width: 550px) {
    .mol-card-image-details .line-detail:after {
      bottom: 185px; } }

.mol-card-image-details .track-details {
  background: #333;
  display: table;
  width: 100%; }
  .mol-card-image-details .track-details ul {
    margin: 0 auto;
    display: table;
    padding: 0; }
    .mol-card-image-details .track-details ul li {
      list-style: none;
      float: left;
      display: block;
      padding: 7px; }
      .mol-card-image-details .track-details ul li .icon {
        vertical-align: middle;
        margin-right: 5px; }
      .mol-card-image-details .track-details ul li span {
        vertical-align: middle;
        font-weight: 500;
        font-size: 1em; }

.mol-card-image-details .block-mobile {
  display: none; }
  @media (max-width: 860px) {
    .mol-card-image-details .block-mobile {
      display: block; } }
  @media (max-width: 798px) {
    .mol-card-image-details .block-mobile {
      display: none; } }

@media (max-width: 860px) {
  .mol-card-image-details {
    border: 1px solid;
    display: table; } }

.mol-card-image-details .atom-img a:hover .text-image {
  display: block; }

.mol-card-image-details .atom-img a:hover .button-center-img {
  display: block; }

.mol-card-image-details .text-image {
  position: absolute;
  background: rgba(255, 255, 255, 0.78);
  height: inherit;
  padding: 10px;
  display: none; }
  .mol-card-image-details .text-image span {
    font-family: "roboto", sans-serif;
    font-size: 1em;
    color: #333;
    line-height: 1.375em; }
  .mol-card-image-details .text-image p {
    margin: 0;
    font-family: "roboto", sans-serif;
    font-size: 0.875em;
    color: #333;
    line-height: 1.57143em;
    margin-top: 22px;
    padding: 0; }

.mol-card-image-details .flag {
  font-family: "roboto", sans-serif;
  font-size: 0.875em;
  color: #333;
  line-height: 1.57143em;
  display: table;
  padding: 5px;
  border-radius: 3px;
  margin-top: -40px;
  position: absolute;
  right: 19px; }

.mol-card-image-details .button-top-img {
  display: table;
  position: absolute;
  right: 19px;
  margin: 0;
  top: 10px; }

.mol-card-image-details .button-center-img {
  display: none;
  position: absolute;
  top: 45%;
  text-align: center;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: #333;
  border-radius: 50px;
  opacity: 0.7;
  margin: auto; }
  .mol-card-image-details .button-center-img .icon {
    height: inherit;
    fill: #ececec; }

.mol-card-image-details .content-card {
  border: 1px solid #333;
  padding-top: 10px;
  display: table;
  width: 100%; }
  .mol-card-image-details .content-card h3, .mol-card-image-details .content-card .mol-card-image-text h4, .mol-card-image-text .mol-card-image-details .content-card h4, .mol-card-image-details .content-card .mol-card-image-text-float h4, .mol-card-image-text-float .mol-card-image-details .content-card h4, .mol-card-image-details .content-card .mol-card-image-text-icon h4, .mol-card-image-text-icon .mol-card-image-details .content-card h4 {
    font-family: "roboto", sans-serif;
    font-size: 1.25em;
    color: #333;
    line-height: 1.1em;
    margin: 0; }
  .mol-card-image-details .content-card h4 {
    font-family: "roboto", sans-serif;
    font-size: 1em;
    color: #333;
    line-height: 1.375em;
    margin: 0;
    margin-bottom: 10px; }
  .mol-card-image-details .content-card ul {
    margin: 0;
    padding: 0;
    margin-bottom: 22px; }
    .mol-card-image-details .content-card ul li.right {
      float: right; }
    .mol-card-image-details .content-card ul li {
      display: inline-block;
      list-style: none; }
      .mol-card-image-details .content-card ul li .icon-card {
        vertical-align: middle;
        margin-right: 25px; }
      .mol-card-image-details .content-card ul li span {
        font-family: "roboto", sans-serif;
        font-size: 0.875em;
        color: #333;
        line-height: 1.57143em;
        vertical-align: middle; }
      .mol-card-image-details .content-card ul li .data-number {
        width: 26px;
        height: 26px;
        background: #333;
        color: #ececec;
        text-align: center;
        font-size: 100%;
        width: 25px;
        height: 25px;
        display: block;
        border-radius: 100px; }
  .mol-card-image-details .content-card .last-data {
    line-height: 44px;
    border-top: 1px solid; }
    .mol-card-image-details .content-card .last-data ul {
      margin: 0; }
    .mol-card-image-details .content-card .last-data span {
      font-family: "roboto", sans-serif;
      font-size: 1em;
      color: #333;
      line-height: 1.375em;
      font-weight: normal; }
    .mol-card-image-details .content-card .last-data .number {
      font-family: "roboto", sans-serif;
      font-size: 1em;
      color: #333;
      line-height: 1.375em;
      font-weight: normal; }

@media (max-width: 1000px) {
  .mol-card-image-details .text-image {
    width: 97%;
    font-size: 12px; } }

@media (max-width: 860px) {
  .mol-card-image-details .flag {
    display: table;
    position: relative;
    float: right;
    right: 9px; }
  .mol-card-image-details .text-image {
    width: 49%;
    font-size: initial; }
  .mol-card-image-details .atom-img {
    float: left;
    width: 50%;
    border: 1px solid;
    border-right: none; }
  .mol-card-image-details .content-card {
    float: left;
    width: 50%;
    border: none; } }

@media (max-width: 798px) {
  .mol-card-image-details .flag {
    display: table;
    position: relative;
    float: right;
    right: 9px; }
  .mol-card-image-details .text-image {
    width: 97%;
    font-size: initial; }
  .mol-card-image-details .atom-img {
    float: none;
    width: auto;
    border: 1px solid;
    border-right: none; }
  .mol-card-image-details .content-card {
    float: none;
    width: auto;
    border: none; } }

@media (max-width: 650px) {
  .mol-card-image-details .text-image {
    width: 97%; }
  .mol-card-image-details .flag {
    right: 19px; }
  .mol-card-image-details .atom-img {
    float: none;
    width: 100%;
    height: auto;
    border: none; }
  .mol-card-image-details .content-card {
    float: none;
    width: 100%; } }

.mol-card-button-icon {
  margin-top: 22px;
  margin-bottom: 44px; }
  @media (max-width: 860px) {
    .mol-card-button-icon {
      width: 50%; } }
  @media (max-width: 600px) {
    .mol-card-button-icon {
      width: 100%; } }
  .mol-card-button-icon a {
    text-transform: none;
    text-decoration: none;
    outline: none; }
  .mol-card-button-icon .icon-card {
    background: #333;
    text-align: center;
    border-radius: 60px;
    width: 80px;
    height: 80px;
    margin: 0 auto; }
    .mol-card-button-icon .icon-card .icon {
      height: inherit; }
  .mol-card-button-icon .atom-title {
    text-align: center;
    width: 100%; }
    .mol-card-button-icon .atom-title h1 {
      line-height: 22px;
      margin-top: 22px;
      margin-bottom: 22px; }
    .mol-card-button-icon .atom-title h1::before {
      background: none; }
  .mol-card-button-icon p {
    font-family: "roboto", sans-serif;
    font-size: 0.875em;
    color: #333;
    line-height: 1.57143em;
    padding: 0;
    margin: 0;
    text-align: center; }

@media (max-width: 1000px) {
  .max-mobile-gallery {
    width: 100%;
    margin-bottom: 108px; } }

@media (max-width: 800px) {
  .max-mobile-gallery {
    margin-bottom: 22px; } }

.max-mobile-gallery.clear {
  margin-bottom: 22px;
  padding-right: 0; }
  @media (max-width: 1000px) {
    .max-mobile-gallery.clear {
      padding-left: 0; } }

@media (max-width: 1224px) {
  .max-mobile-data {
    width: 50%; } }

@media (max-width: 630px) {
  .max-mobile-data {
    width: 100%; } }

@media (max-width: 800px) {
  .max-800 {
    width: 100%; } }

@media (max-width: 900px) {
  .max-900 {
    width: 100%; } }

@media (max-width: 900px) {
  .max-900-mid {
    width: 50%; } }

@media (max-width: 550px) {
  .max-900-mid {
    width: 100%; } }

.mol-card-location {
  padding: 7px;
  margin-bottom: 22px;
  background: #333;
  text-align: center;
  display: table;
  width: 100%; }
  .mol-card-location .content {
    padding: 30px 0 30px;
    border: 1px solid;
    display: table;
    width: 100%; }
    .mol-card-location .content .link-chat span {
      font-family: "roboto", sans-serif;
      font-size: 1em;
      color: #333;
      line-height: 1.375em; }
    .mol-card-location .content .link-chat .icon {
      vertical-align: middle; }
    .mol-card-location .content p {
      margin: 22px;
      font-family: "roboto", sans-serif;
      font-size: 1em;
      color: #333;
      line-height: 1.375em; }
    .mol-card-location .content .social {
      margin: 0 auto;
      display: table; }
      .mol-card-location .content .social a {
        display: block;
        padding: 10px;
        float: left; }
    .mol-card-location .content ul {
      padding: 0;
      margin: 0; }
      .mol-card-location .content ul li {
        list-style: none;
        font-family: "roboto", sans-serif;
        font-size: 0.875em;
        color: #333;
        line-height: 1.57143em; }

.mol-card-text-icon {
  margin-bottom: 44px;
  display: table;
  width: 100%; }
  .mol-card-text-icon .icon-card {
    float: left;
    width: 45px;
    height: 45px;
    background: #333;
    text-align: center; }
    .mol-card-text-icon .icon-card .icon {
      height: inherit; }
  .mol-card-text-icon .atom-title {
    float: left; }
    @media (max-width: 900px) {
      .mol-card-text-icon .atom-title {
        margin-left: 10px; } }
    .mol-card-text-icon .atom-title strong {
      font-family: "roboto", sans-serif;
      font-size: 1em;
      color: #333;
      line-height: 1.375em; }
    .mol-card-text-icon .atom-title p {
      font-family: "roboto", sans-serif;
      font-size: 0.875em;
      color: #333;
      line-height: 1.57143em;
      margin: 0;
      padding: 0; }

@media (max-width: 700px) {
  .max-700 {
    width: 100%; } }

.btns-options {
  margin-bottom: 14px;
  display: table; }
  .btns-options .btns-checkbox {
    display: none; }
  .btns-options input {
    width: 91px;
    display: block;
    float: left; }

.mol-icons-buttons {
  display: none; }
  @media (max-width: 960px) {
    .mol-icons-buttons {
      display: block; } }
  .mol-icons-buttons a {
    display: table;
    float: right;
    background: #333;
    padding-left: 10px;
    padding-right: 10px; }
  .mol-icons-buttons span {
    font-family: "roboto", sans-serif;
    font-size: 0.875em;
    color: #333;
    line-height: 3.14286em; }
  .mol-icons-buttons .icon {
    vertical-align: middle;
    margin-left: 10px; }

.mol-icons-buttons.right {
  text-align: right; }

.mol-box-options {
  background: #ececec;
  display: table;
  width: 100%;
  margin-bottom: 22px; }
  .mol-box-options ul {
    padding: 0;
    margin: 0; }
    .mol-box-options ul li {
      list-style: none;
      float: left;
      margin-right: 5px;
      margin-bottom: 5px; }
      @media (max-width: 550px) {
        .mol-box-options ul li {
          width: 50%;
          padding-right: 5px;
          margin-right: 0; } }
      .mol-box-options ul li .box-opt-map {
        padding: 7px;
        border: 1px solid;
        vertical-align: middle;
        display: block;
        line-height: 0; }
        @media (max-width: 550px) {
          .mol-box-options ul li .box-opt-map {
            text-align: center; } }
        .mol-box-options ul li .box-opt-map .icon {
          vertical-align: middle; }
  .mol-box-options .button {
    padding: 5px;
    width: 80px; }
  .mol-box-options span {
    font-family: "roboto", sans-serif;
    font-size: 0.875em;
    color: #333;
    line-height: 3.14286em; }
  .mol-box-options span.right {
    float: left;
    width: 50%;
    text-align: right;
    padding-right: 10px; }
    @media (max-width: 550px) {
      .mol-box-options span.right {
        text-align: left; } }
  .mol-box-options select {
    margin: 7px 0;
    float: left;
    width: 50%; }
  .mol-box-options .checkbox {
    vertical-align: middle;
    margin-right: 10px; }

.mol-card-shared {
  background: #333;
  padding: 7px;
  margin-bottom: 22px;
  display: table;
  width: 100%; }
  .mol-card-shared .content {
    padding: 10px 0 10px;
    border: 1px solid;
    display: table;
    width: 100%; }
  .mol-card-shared .atom-title.left {
    text-align: left; }
    .mol-card-shared .atom-title.left h1 {
      float: left;
      border: none;
      margin-bottom: 4px; }
    .mol-card-shared .atom-title.left .icon {
      float: left;
      vertical-align: middle;
      margin-top: 5px;
      margin-right: 10px;
      fill: #333; }
  .mol-card-shared .atom-button-basic {
    padding-top: 22px; }
  .mol-card-shared .mol-shared-imoveis ul li {
    padding-left: 0;
    padding-right: 0; }
    .mol-card-shared .mol-shared-imoveis ul li .shared-icons {
      margin: 0 5px 0 5px; }

.mol-info-buttons {
  background: #333;
  display: table;
  width: 100%;
  padding: 22px 0 22px 0; }
  .mol-info-buttons .title {
    color: #ececec;
    display: block;
    font-family: "roboto", sans-serif;
    font-size: 1em;
    color: #333;
    line-height: 2.75em; }
  .mol-info-buttons .text {
    color: #ececec;
    display: block;
    font-family: "roboto", sans-serif;
    font-size: 0.875em;
    color: #333;
    line-height: 1.57143em; }
  .mol-info-buttons .btn {
    border: 1px solid;
    padding: 11px;
    display: block;
    border-radius: 10px;
    text-align: center;
    margin-top: 11px;
    font-family: "roboto", sans-serif;
    font-size: 0.875em;
    color: #333;
    line-height: 1.57143em; }

.moll-app-social {
  background: #333;
  display: table;
  width: 100%;
  padding: 22px 0 22px 0; }
  .moll-app-social h3, .moll-app-social .mol-card-image-text h4, .mol-card-image-text .moll-app-social h4, .moll-app-social .mol-card-image-text-float h4, .mol-card-image-text-float .moll-app-social h4, .moll-app-social .mol-card-image-text-icon h4, .mol-card-image-text-icon .moll-app-social h4 {
    margin: 0;
    font-family: "roboto", sans-serif;
    font-size: 1.25em;
    color: #ececec;
    line-height: 2.2em; }
  .moll-app-social span {
    margin-right: 20px;
    font-family: "roboto", sans-serif;
    font-size: 1em;
    color: #ececec;
    line-height: 1.375em; }
  .moll-app-social .icon {
    top: 2px;
    position: relative; }
  .moll-app-social .right {
    text-align: right; }
    .moll-app-social .right .icon {
      margin-right: 15px; }

.mol-table-responsive {
  margin-bottom: 22px; }
  .mol-table-responsive table {
    width: 100%; }
  .mol-table-responsive td,
  .mol-table-responsive th {
    text-align: center;
    font-size: 22px;
    padding: 6px;
    word-wrap: break-word;
    font-family: "roboto", sans-serif;
    font-size: 1em;
    color: #ececec;
    line-height: 1.375em; }
  .mol-table-responsive td {
    font-weight: bold; }
    .mol-table-responsive td .icon {
      display: block;
      margin: 0 auto; }
  .mol-table-responsive th:first-child,
  .mol-table-responsive td:first-child {
    font-weight: bold;
    font-family: "roboto", sans-serif;
    font-size: 1em;
    color: #ececec;
    line-height: 1.375em; }
  @media screen and (max-width: 768px) {
    .mol-table-responsive tr {
      display: flex;
      flex-flow: row wrap;
      justify-content: space-around; }
    .mol-table-responsive td,
    .mol-table-responsive th {
      display: block;
      width: 33.333333333333%; }
    .mol-table-responsive th:first-child,
    .mol-table-responsive td:first-child {
      width: 100%; }
    .mol-table-responsive th:first-child {
      display: none; } }

.mol-tabs-selection .tabs-navigation > li > a:after {
  border: 6px solid transparent;
  bottom: 32px;
  content: '';
  display: block;
  height: 0px;
  left: 4px;
  position: absolute;
  transition: border-color 0.15s linear;
  transform: rotate(135deg);
  width: 0px; }

.mol-tabs-selection .tabs-navigation > li:last-child > a:after {
  border: 6px solid transparent;
  bottom: 32px;
  content: '';
  display: block;
  height: 0px;
  left: 137px;
  position: absolute;
  transition: border-color 0.15s linear;
  transform: rotate(135deg);
  width: 0px; }

.mol-tabs-selection .tabs-navigation {
  border-bottom: 1px solid #ececec;
  margin: 0 0 20px 0;
  padding: 0 0 26px 0;
  display: table;
  width: 100%; }
  .mol-tabs-selection .tabs-navigation > li {
    float: left;
    list-style: none; }
    .mol-tabs-selection .tabs-navigation > li a {
      padding: 7px 20px;
      -moz-transition: all 0.15s linear;
      -o-transition: all 0.15s linear;
      -webkit-transition: all 0.15s linear;
      transition: all 0.15s linear;
      font-family: "roboto", sans-serif;
      font-size: 1em;
      color: #ececec;
      line-height: 1.375em; }
  .mol-tabs-selection .tabs-navigation > li.active a {
    background: #333; }
  .mol-tabs-selection .tabs-navigation > li.active > a:after {
    border-top-color: #333333; }

.back-thumb {
  max-width: 1200px;
  margin: 0 auto; }

.clear-thumb {
  padding: 5px;
  width: 310px;
  height: 208px;
  position: absolute;
  background: #fff;
  bottom: 0;
  margin-left: 10px; }

.thumb-banner {
  border: 1px solid #c9c9c9;
  padding: 25px 0 25px 0; }
  .thumb-banner img {
    width: 100%;
    max-width: 100%; }

.mol-box-data h2 {
  margin: 0;
  font-family: "roboto", sans-serif;
  font-size: 1em;
  color: #333;
  line-height: 1.375em; }

.mol-box-data ul {
  padding: 0;
  margin: 0; }
  .mol-box-data ul li {
    list-style: none;
    font-family: "roboto", sans-serif;
    font-size: 0.875em;
    color: #333;
    line-height: 1.57143em; }

@media (max-width: 798px) {
  .box-cards-hidden .galeria-tablet:last-child {
    display: none; } }

@media (max-width: 550px) {
  .box-cards-hidden .galeria-tablet:last-child {
    display: block; } }

.atom-button-nav {
  padding-top: 5px;
  margin-left: 24px; }
  @media (max-width: 1023px) {
    .atom-button-nav {
      position: absolute;
      top: -63px;
      right: 0; } }
  @media (max-width: 550px) {
    .atom-button-nav {
      position: relative;
      top: auto;
      margin-left: 0; } }
  .atom-button-nav .icon {
    display: none; }
    @media (max-width: 1190px) {
      .atom-button-nav .icon {
        display: block; } }
    @media (max-width: 1023px) {
      .atom-button-nav .icon {
        display: none; } }
  .atom-button-nav input {
    width: auto;
    font-weight: 700;
    font-family: "roboto", sans-serif;
    font-size: 0.6875em;
    line-height: 2em;
    padding: 5px 7px 5px 7px;
    border-radius: 5px; }
  @media (max-width: 1190px) {
    .atom-button-nav .first-btn-nav {
      float: left; } }
  .atom-button-nav .first-btn-nav .icon {
    margin-right: 15px; }
  .atom-button-nav .first-btn-nav input {
    margin-right: 11px; }
    @media (max-width: 1190px) {
      .atom-button-nav .first-btn-nav input {
        display: none; } }
    @media (max-width: 1023px) {
      .atom-button-nav .first-btn-nav input {
        display: block; } }
  @media (max-width: 1190px) {
    .atom-button-nav .last-btn-nav {
      float: left; } }
  @media (max-width: 550px) {
    .atom-button-nav .last-btn-nav input {
      margin-right: 0; } }
  @media (max-width: 1190px) {
    .atom-button-nav .last-btn-nav input {
      display: none; } }
  @media (max-width: 1023px) {
    .atom-button-nav .last-btn-nav input {
      display: block;
      margin-right: 11px; } }

.atom-button-nav.right {
  float: right; }

.box-contato-fixed {
  background: #333;
  display: table;
  width: 100%;
  padding: 22px 0 22px 0; }
  @media (max-width: 860px) {
    .box-contato-fixed .span-6 {
      width: 100%; } }
  .box-contato-fixed .atom-title .text-title {
    background: none; }
  .box-contato-fixed .atom-title h1 {
    font-size: 22px;
    color: #ececec; }
  .box-contato-fixed .atom-title h2 {
    line-height: 22px; }
  .box-contato-fixed span {
    font-size: 35px;
    font-weight: 700;
    display: block;
    text-align: center; }
    @media (max-width: 550px) {
      .box-contato-fixed span {
        font-size: 22px; } }
  .box-contato-fixed .atom-button-busca-basic {
    text-align: center; }
    .box-contato-fixed .atom-button-busca-basic input {
      height: 50px;
      width: 100%;
      max-width: 350px;
      border-radius: 5px;
      margin: 0 auto;
      font-size: 22px;
      font-weight: 700; }

.back-band-box {
  background: #333;
  display: table;
  width: 100%;
  padding: 22px 0 22px 0; }
  .back-band-box .box-title-band h1 {
    font-family: "roboto", sans-serif;
    font-size: 1.375em;
    line-height: 1em;
    font-weight: 500;
    text-transform: uppercase; }

.options-box {
  width: 100%;
  display: table;
  margin-bottom: 12px; }
  .options-box span {
    padding: 8px 20px;
    display: block;
    float: left;
    background: #333; }
    @media (max-width: 550px) {
      .options-box span {
        width: 100%;
        text-align: center; } }

.mol-link-img {
  margin-bottom: 22px; }
  .mol-link-img figure {
    position: relative;
    margin: 0;
    overflow: hidden; }
    .mol-link-img figure img {
      border-radius: 5px;
      width: 100%;
      display: block; }
    .mol-link-img figure figcaption {
      position: absolute;
      top: auto;
      bottom: 20px;
      left: 0;
      z-index: 2;
      padding: 30px 15px;
      background: transparent;
      -webkit-transform: translateY(80px);
      transform: translateY(80px);
      width: 100%;
      -webkit-transition: 0.35s all ease;
      -o-transition: 0.35s all ease;
      -moz-transition: 0.35s all ease;
      transition: 0.35s all ease; }
      .mol-link-img figure figcaption h4 {
        font-family: "roboto", sans-serif;
        font-size: 1.25em;
        line-height: 1.1em;
        text-align: center; }
      .mol-link-img figure figcaption .mol-info-buttons {
        text-align: center;
        opacity: 0;
        -webkit-transform: translateY(100%) scale(0.8);
        transform: translateY(100%) scale(0.8);
        -webkit-transition: 0.35s all ease;
        -o-transition: 0.35s all ease;
        transition: 0.35s all ease; }
        .mol-link-img figure figcaption .mol-info-buttons .btn {
          margin-right: 0;
          min-width: auto;
          padding: 11px 30px; }
  .mol-link-img figure:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.3);
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%); }
  .mol-link-img figure:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 5px;
    background: #000;
    opacity: 0;
    -webkit-transition: 0.35s all ease;
    -o-transition: 0.35s all ease;
    transition: 0.35s all ease;
    z-index: 2; }
  .mol-link-img figure:hover figcaption {
    opacity: 1;
    -webkit-transform: translateY(44px) scale(1);
    -moz-transform: translateY(44px) scale(1);
    -ms-transform: translateY(44px) scale(1);
    -o-transform: translateY(44px) scale(1);
    transform: translateY(44px) scale(1); }
    .mol-link-img figure:hover figcaption .mol-info-buttons {
      opacity: 1;
      -moz-transform: translateY(0) scale(1);
      -ms-transform: translateY(0) scale(1);
      -o-transform: translateY(0) scale(1);
      -webkit-transform: translateY(0) scale(1);
      transform: translateY(0) scale(1); }
  .mol-link-img figure:hover:before {
    opacity: 0.25; }

/*CORES GERAIS*/
/*MAPA DE CORES FORMULÃRIOS*/
/*MAPA DE CORES NAVEGAÃ‡ÃƒO*/
/*MAPA DE CORES HELPERS*/
/*MAPA DE CORES ALERTÂ´S*/
/*MAPA DE CORES ADM-AREA*/
/*MOLÃ‰CULAS*/
.mol-footer-basic {
  background: #333;
  display: table;
  width: 100%; }
  .mol-footer-basic h2 {
    font-family: "roboto", sans-serif;
    font-size: 1.25em;
    color: #fff;
    line-height: 1.1em;
    font-weight: 400;
    float: none;
    margin: 22px 0 22px 0;
    padding: 0;
    width: 100%;
    display: block;
    position: relative; }
  .mol-footer-basic .mol-box-footer {
    min-height: 180px; }
    @media (max-width: 800px) {
      .mol-footer-basic .mol-box-footer {
        min-width: 50%; } }
    .mol-footer-basic .mol-box-footer a:hover {
      color: #fff; }
  .mol-footer-basic .mol-box-footer .mol-card-button-icon.last {
    margin-bottom: 0; }
  .mol-footer-basic .mol-box-footer .mol-card-button-icon {
    margin-bottom: 32px; }
    @media (max-width: 860px) {
      .mol-footer-basic .mol-box-footer .mol-card-button-icon {
        width: 100%; } }
    .mol-footer-basic .mol-box-footer .mol-card-button-icon .icon-card {
      float: left;
      width: 60px;
      height: 60px; }
    .mol-footer-basic .mol-box-footer .mol-card-button-icon .atom-title {
      width: auto;
      text-align: left;
      padding-left: 10px;
      padding-top: 10px; }
      .mol-footer-basic .mol-box-footer .mol-card-button-icon .atom-title p {
        font-family: "roboto", sans-serif;
        font-size: 1em;
        color: #333;
        line-height: 1.375em;
        margin: 0;
        text-align: left; }
  .mol-footer-basic ul {
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    position: relative; }
    .mol-footer-basic ul li {
      list-style: none;
      font-family: "roboto", sans-serif;
      font-size: 0.875em;
      color: #fff;
      line-height: 1.57143em; }
      .mol-footer-basic ul li a {
        color: #fff;
        text-decoration: none; }
      .mol-footer-basic ul li .icon-footer {
        fill: #fff; }
      .mol-footer-basic ul li .icon-default-footer {
        vertical-align: sub;
        margin-right: 10px; }
      .mol-footer-basic ul li span {
        vertical-align: middle; }
    .mol-footer-basic ul li.link-icon {
      font-family: "roboto", sans-serif;
      font-size: 1em;
      color: #fff;
      line-height: 1.375em;
      line-height: 44px; }
      .mol-footer-basic ul li.link-icon .icon {
        vertical-align: middle;
        margin-right: 10px; }
      .mol-footer-basic ul li.link-icon span {
        vertical-align: middle; }
    .mol-footer-basic ul li.ident {
      padding-left: 28px; }

.atom-direitos.right {
  text-align: right; }

.atom-direitos {
  font-family: "roboto", sans-serif;
  font-size: 0.875em;
  color: #fff;
  line-height: 1.57143em;
  padding: 11px 0 11px 10px; }
  @media (max-width: 550px) {
    .atom-direitos {
      text-align: center; } }

.atom-logo-footer {
  text-align: right; }
  @media (max-width: 550px) {
    .atom-logo-footer {
      text-align: center; } }
  .atom-logo-footer img {
    width: 130px;
    display: block;
    float: right; }
    @media (max-width: 550px) {
      .atom-logo-footer img {
        float: none;
        margin: 0 auto; } }

.mol-direitos-autor {
  background: #ececec;
  display: table;
  width: 100%; }

/*CORES GERAIS*/
/*MAPA DE CORES FORMULÃRIOS*/
/*MAPA DE CORES NAVEGAÃ‡ÃƒO*/
/*MAPA DE CORES HELPERS*/
/*MAPA DE CORES ALERTÂ´S*/
/*MAPA DE CORES ADM-AREA*/
/*Ãtomos*/
.atom-logo-left {
  height: 88px; }
  .atom-logo-left .hamburguer-fixed {
    text-decoration: none;
    display: none;
    float: left;
    padding-top: 20px;
    margin-right: 10px; }
    .atom-logo-left .hamburguer-fixed .icon-toplink {
      fill: #333; }
  .atom-logo-left .logo-main {
    display: block; }
    @media (max-width: 550px) {
      .atom-logo-left .logo-main {
        margin: 0 auto; } }

/*MolÃ©culas*/
header.fixed {
  position: relative;
  top: 0;
  z-index: 999;
  left: 0;
  width: 100%; }
  @media (max-width: 1024px) {
    header.fixed {
      position: relative !important; } }

.mol-header-basic {
  padding: 22px 0 22px 0; }
  @media (max-width: 1023px) {
    .mol-header-basic .hidden {
      width: 20%; } }
  @media (max-width: 800px) {
    .mol-header-basic .hidden {
      display: none; } }
  @media (max-width: 800px) {
    .mol-header-basic .large {
      width: 75%; } }

.mol-header-login-exit {
  padding: 21px 0 21px 0;
  border-bottom: 1px solid #e9e9e9; }
  .mol-header-login-exit .atom-logo-left {
    height: 0;
    display: table; }
    .mol-header-login-exit .atom-logo-left h1 {
      margin: 0;
      padding: 0;
      font-weight: 600;
      font-family: "roboto", sans-serif;
      font-size: 1.25em;
      color: #5f5f5f;
      line-height: 1.1em; }
  .mol-header-login-exit ul {
    margin: 0;
    padding: 0;
    text-align: right; }
    .mol-header-login-exit ul li {
      list-style: none;
      display: inline-block;
      font-family: "roboto", sans-serif;
      font-size: 0.875em;
      color: #374051;
      line-height: 1.57143em; }
      .mol-header-login-exit ul li a {
        color: #374051;
        text-transform: none;
        text-decoration: none;
        outline: none; }
      .mol-header-login-exit ul li .icon-header-basic-adm {
        vertical-align: sub;
        fill: red; }
    .mol-header-login-exit ul li:first-child {
      margin-right: 15px; }

.mol-header-nav-top {
  padding: 22px 0 22px 0; }

.mol-contatobox-topo {
  float: left;
  width: 150px; }
  .mol-contatobox-topo img {
    float: left;
    padding: 11px 5px 0 0; }
  .mol-contatobox-topo h1 {
    font-family: "roboto", sans-serif;
    font-size: 0.875em;
    color: #ececec;
    line-height: 1.57143em;
    text-transform: uppercase;
    margin: 0; }
  .mol-contatobox-topo h2 {
    margin: 0;
    font-family: "roboto", sans-serif;
    font-size: 1.375em;
    color: #435061;
    line-height: 1em; }

.background-nav {
  background: #333;
  display: table;
  width: 100%; }
  @media (max-width: 800px) {
    .background-nav {
      background: none; } }
  @media (max-width: 800px) and (max-width: 800px) {
    .background-nav {
      background: none; } }

.background-nav-top {
  background: #333;
  margin-bottom: 22px; }

.mol-icones-topo {
  background: #333; }
  .mol-icones-topo .box-links-top {
    font-family: "roboto", sans-serif;
    font-size: 0.875em;
    color: #fff;
    line-height: 1.57143em;
    font-weight: 600;
    padding: 10px;
    float: left;
    max-height: 44px;
    border-right: 1px solid #c9c9c9; }
    @media (max-width: 550px) {
      .mol-icones-topo .box-links-top {
        border: none; } }
    .mol-icones-topo .box-links-top a {
      text-decoration: none;
      color: #fff;
      font-weight: 400; }
    .mol-icones-topo .box-links-top .area-cliente-icon {
      fill: #fff;
      margin: 0 5px 0 0; }
    .mol-icones-topo .box-links-top .area-outer-icon {
      fill: #fff;
      margin: 0 5px 0 0; }
    .mol-icones-topo .box-links-top a:hover .area-cliente-icon {
      fill: #333; }
    .mol-icones-topo .box-links-top a:hover .area-outer-icon {
      fill: #333; }
    .mol-icones-topo .box-links-top a:hover {
      color: #333; }
  .mol-icones-topo .box-links-top:last-child {
    border: none; }
    @media (max-width: 550px) {
      .mol-icones-topo .box-links-top:last-child {
        display: none; } }
  .mol-icones-topo .box-links-top:first-child {
    padding-left: 0; }
  .mol-icones-topo .mol-social-top-links {
    float: right; }
    .mol-icones-topo .mol-social-top-links ul {
      margin: 0px;
      float: right;
      padding: 0; }
      .mol-icones-topo .mol-social-top-links ul li {
        list-style: none;
        display: inline-block;
        border-left: 1px solid #dde2e8;
        font-size: 12px;
        text-align: center;
        vertical-align: middle;
        position: relative;
        line-height: 44px;
        margin: 0 0 0 -4px; }
        .mol-icones-topo .mol-social-top-links ul li a {
          width: 50px;
          display: block; }
        .mol-icones-topo .mol-social-top-links ul li .social-links-icon {
          vertical-align: middle; }
      .mol-icones-topo .mol-social-top-links ul li:last-child {
        border-right: 1px solid #dde2e8; }
      .mol-icones-topo .mol-social-top-links ul li:hover {
        background: #ececec; }
    .mol-icones-topo .mol-social-top-links .social-links-top {
      padding: 10px;
      float: left;
      border-left: 1px solid #c9c9c9; }
      .mol-icones-topo .mol-social-top-links .social-links-top .social-links-icon {
        fill: #fff; }
      .mol-icones-topo .mol-social-top-links .social-links-top .social-links-top:last-child {
        border-right: 1px solid #c9c9c9; }
      .mol-icones-topo .mol-social-top-links .social-links-top a:hover .social-links-icon {
        fill: #333; }

.mol-toplink-logo {
  float: right;
  display: table;
  padding: 10px 0 10px 0;
  min-width: 205px; }
  @media (max-width: 800px) {
    .mol-toplink-logo {
      display: none; } }
  .mol-toplink-logo div {
    float: left; }
  .mol-toplink-logo span.link-top-2 {
    font-family: "roboto", sans-serif;
    font-size: 0.75em;
    color: #333;
    line-height: 1.83333em;
    margin: 0;
    font-weight: 400;
    display: block; }
  .mol-toplink-logo span.link-top-1 {
    display: block;
    font-family: "roboto", sans-serif;
    font-size: 1.375em;
    color: #333;
    line-height: 1em;
    margin: 0;
    color: #333;
    font-weight: 600; }
  .mol-toplink-logo .icon-toplink {
    fill: #ececec;
    float: left;
    margin-right: 5px; }

.mol-toplink-logo.model2:first-child {
  margin-right: 0; }

.mol-toplink-logo.model2 {
  margin-right: 70px;
  min-width: auto; }
  @media (max-width: 900px) {
    .mol-toplink-logo.model2 {
      display: none; } }
  .mol-toplink-logo.model2 div {
    padding-top: 4px; }
  .mol-toplink-logo.model2 .path-icon {
    fill: #333; }
  .mol-toplink-logo.model2 span {
    font-size: 1em;
    font-weight: normal;
    line-height: 22px; }

.mol-header-nav-bottom .background-nav-top .box-links-top span {
  font-weight: normal;
  vertical-align: middle; }

.mol-header-nav-bottom .background-nav-top .icon-header {
  vertical-align: middle; }

@media (max-width: 970px) {
  .mol-header-nav-bottom-top .nav-mob-right {
    width: 100%; } }

.mol-header-nav-bottom-top .background-nav-top {
  background: #333;
  margin-bottom: 22px; }

.mol-header-nav-bottom-top ul {
  margin: 0;
  padding: 0; }
  @media (max-width: 550px) {
    .mol-header-nav-bottom-top ul {
      float: left; } }
  @media (max-width: 550px) {
    .mol-header-nav-bottom-top ul li.hidden {
      display: none; } }
  .mol-header-nav-bottom-top ul li {
    display: inline;
    line-height: 44px; }
    .mol-header-nav-bottom-top ul li .nolink, .mol-header-nav-bottom-top ul li a {
      text-decoration: none;
      font-family: "roboto", sans-serif;
      font-size: 0.875em;
      color: #fff;
      line-height: 3.14286em; }
      @media (max-width: 1023px) {
        .mol-header-nav-bottom-top ul li .nolink, .mol-header-nav-bottom-top ul li a {
          font-family: "roboto", sans-serif;
          font-size: 0.8125em;
          color: #fff;
          line-height: 3.38462em; } }
      @media (max-width: 550px) {
        .mol-header-nav-bottom-top ul li .nolink, .mol-header-nav-bottom-top ul li a {
          font-family: "roboto", sans-serif;
          font-size: 0.875em;
          color: #fff;
          line-height: 3.14286em; } }
      .mol-header-nav-bottom-top ul li .nolink span, .mol-header-nav-bottom-top ul li a span {
        line-height: 14px;
        padding: 0 10px 0 10px;
        border-right: 1px solid #fff; }
        .mol-header-nav-bottom-top ul li .nolink span .icons-nav-topo, .mol-header-nav-bottom-top ul li a span .icons-nav-topo {
          fill: #fff;
          margin-right: 2px; }
    .mol-header-nav-bottom-top ul li a:hover {
      color: #ececec; }
      .mol-header-nav-bottom-top ul li a:hover .icons-nav-topo {
        fill: #ececec; }
  .mol-header-nav-bottom-top ul li:first-child a span {
    padding: 0 10px 0 0; }
  .mol-header-nav-bottom-top ul li:last-child a span {
    border-right: none; }

.mol-header-nav-bottom-top .nav-mobile ul li a {
  color: #333; }

.mol-header-nav-bottom-top .mol-social-top-links a {
  display: table;
  float: left; }
  .mol-header-nav-bottom-top .mol-social-top-links a .social-links-top {
    border: 0;
    height: 44px;
    width: 44px;
    text-align: center; }
    @media (max-width: 1023px) {
      .mol-header-nav-bottom-top .mol-social-top-links a .social-links-top {
        width: 41px; } }
    @media (max-width: 550px) {
      .mol-header-nav-bottom-top .mol-social-top-links a .social-links-top {
        width: 44px; } }
    .mol-header-nav-bottom-top .mol-social-top-links a .social-links-top .icon-links-social {
      height: inherit; }

.mol-header-nav-bottom-top .mol-social-top-links a:hover .icon-links-social {
  fill: #ececec; }

.mol-header-nav-bottom-top .mol-basic-nav-top .nav-mobile, .mol-header-nav-bottom-top .mol-medium-nav-top .nav-mobile, .mol-header-nav-bottom-top .mol-right-nav-top .nav-mobile, .mol-header-nav-bottom-top .mol-nav-top-left-right .nav-mobile, .mol-header-nav-bottom-top .mol-select-nav-top .nav-mobile, .mol-header-nav-bottom-top .mol-breadcrumbs .nav-mobile, .mol-header-nav-bottom-top .mol-breadcrumbs-areas .nav-mobile {
  background: none;
  width: auto;
  float: right; }
  @media (max-width: 970px) {
    .mol-header-nav-bottom-top .mol-basic-nav-top .nav-mobile, .mol-header-nav-bottom-top .mol-medium-nav-top .nav-mobile, .mol-header-nav-bottom-top .mol-right-nav-top .nav-mobile, .mol-header-nav-bottom-top .mol-nav-top-left-right .nav-mobile, .mol-header-nav-bottom-top .mol-select-nav-top .nav-mobile, .mol-header-nav-bottom-top .mol-breadcrumbs .nav-mobile, .mol-header-nav-bottom-top .mol-breadcrumbs-areas .nav-mobile {
      display: none;
      visibility: hidden;
      width: 100%; } }

@media (max-width: 970px) {
  .mol-header-nav-bottom-top .mol-basic-nav-top .hamburguer.search, .mol-header-nav-bottom-top .mol-medium-nav-top .hamburguer.search, .mol-header-nav-bottom-top .mol-right-nav-top .hamburguer.search, .mol-header-nav-bottom-top .mol-nav-top-left-right .hamburguer.search, .mol-header-nav-bottom-top .mol-select-nav-top .hamburguer.search, .mol-header-nav-bottom-top .mol-breadcrumbs .hamburguer.search, .mol-header-nav-bottom-top .mol-breadcrumbs-areas .hamburguer.search {
    float: left;
    display: block;
    width: auto; } }

@media (max-width: 970px) {
  .mol-header-nav-bottom-top .mol-basic-nav-top .hamburguer, .mol-header-nav-bottom-top .mol-medium-nav-top .hamburguer, .mol-header-nav-bottom-top .mol-right-nav-top .hamburguer, .mol-header-nav-bottom-top .mol-nav-top-left-right .hamburguer, .mol-header-nav-bottom-top .mol-select-nav-top .hamburguer, .mol-header-nav-bottom-top .mol-breadcrumbs .hamburguer, .mol-header-nav-bottom-top .mol-breadcrumbs-areas .hamburguer {
    display: table;
    width: 100%; } }

@media (max-width: 970px) {
  .mol-header-nav-bottom-top .mol-basic-nav-top ul li, .mol-header-nav-bottom-top .mol-medium-nav-top ul li, .mol-header-nav-bottom-top .mol-right-nav-top ul li, .mol-header-nav-bottom-top .mol-nav-top-left-right ul li, .mol-header-nav-bottom-top .mol-select-nav-top ul li, .mol-header-nav-bottom-top .mol-breadcrumbs ul li, .mol-header-nav-bottom-top .mol-breadcrumbs-areas ul li {
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    position: relative;
    border-top: 1px solid #4d4d4d;
    background: #333;
    line-height: normal; } }

@media (max-width: 970px) {
  .mol-header-nav-bottom-top .mol-basic-nav-top ul li a, .mol-header-nav-bottom-top .mol-medium-nav-top ul li a, .mol-header-nav-bottom-top .mol-right-nav-top ul li a, .mol-header-nav-bottom-top .mol-nav-top-left-right ul li a, .mol-header-nav-bottom-top .mol-select-nav-top ul li a, .mol-header-nav-bottom-top .mol-breadcrumbs ul li a, .mol-header-nav-bottom-top .mol-breadcrumbs-areas ul li a {
    float: none;
    margin: 0;
    padding: 14px;
    width: 100%;
    display: block;
    position: relative;
    color: #ececec;
    line-height: normal; } }

.mol-header-nav-bottom-top .mol-basic-nav-top ul li a:hover, .mol-header-nav-bottom-top .mol-medium-nav-top ul li a:hover, .mol-header-nav-bottom-top .mol-right-nav-top ul li a:hover, .mol-header-nav-bottom-top .mol-nav-top-left-right ul li a:hover, .mol-header-nav-bottom-top .mol-select-nav-top ul li a:hover, .mol-header-nav-bottom-top .mol-breadcrumbs ul li a:hover, .mol-header-nav-bottom-top .mol-breadcrumbs-areas ul li a:hover {
  background: #ececec;
  color: #333; }

@media (max-width: 970px) {
  .mol-header-nav-bottom-top .mol-basic-nav-top .mobile-menu, .mol-header-nav-bottom-top .mol-medium-nav-top .mobile-menu, .mol-header-nav-bottom-top .mol-right-nav-top .mobile-menu, .mol-header-nav-bottom-top .mol-nav-top-left-right .mobile-menu, .mol-header-nav-bottom-top .mol-select-nav-top .mobile-menu, .mol-header-nav-bottom-top .mol-breadcrumbs .mobile-menu, .mol-header-nav-bottom-top .mol-breadcrumbs-areas .mobile-menu {
    display: block; } }

@media (max-width: 970px) {
  .background-menu-top {
    background: #333;
    width: 100%;
    display: table; } }

.list-links-top ul {
  padding: 0;
  margin: 0; }
  .list-links-top ul li {
    list-style: none;
    float: left; }
    .list-links-top ul li a {
      font-family: "roboto", sans-serif;
      font-size: 0.8125em;
      color: #fff;
      line-height: 2.53846em;
      padding-left: 10px;
      display: block;
      padding-right: 10px;
      line-height: 33px; }

.mol-busca-livre-header .content-busca {
  padding-top: 23px; }
  .mol-busca-livre-header .content-busca .opt-search {
    background: #333;
    padding: 11px 5px;
    max-width: 128px;
    font-size: 13px;
    text-align: center;
    width: 100%;
    float: left;
    float: right; }
    .mol-busca-livre-header .content-busca .opt-search span {
      font-weight: 400; }
  .mol-busca-livre-header .content-busca input {
    height: 44px;
    padding-left: 30px;
    float: left;
    border-left: none; }
  .mol-busca-livre-header .content-busca .icon-search-input {
    position: absolute;
    top: 16px;
    left: 10px; }
  .mol-busca-livre-header .content-busca .button-search {
    background: #333; }
    .mol-busca-livre-header .content-busca .button-search a {
      display: block;
      text-align: center;
      height: 44px;
      padding: 12px 0; }

.button-link-icon {
  background: #333; }
  .button-link-icon a {
    display: block;
    height: 44px;
    padding: 10px; }
    .button-link-icon a span {
      font-size: 13px; }

.atom-button-header {
  padding-top: 23px; }
  @media (max-width: 970px) {
    .atom-button-header {
      display: none; } }

.mol-header-about-banner {
  position: absolute;
  top: 350px;
  width: 100%;
  z-index: 100;
  padding: 16px 0; }
  @media (max-width: 1000px) {
    .mol-header-about-banner {
      top: 285px; } }
  @media (max-width: 800px) {
    .mol-header-about-banner {
      top: 155px; } }
  .mol-header-about-banner .hamburguer.search {
    border: 1px solid #fff;
    padding: 8px;
    width: 40px;
    height: 40px;
    text-align: center; }
    @media (max-width: 900px) {
      .mol-header-about-banner .hamburguer.search {
        display: none; } }
    @media (max-width: 800px) {
      .mol-header-about-banner .hamburguer.search {
        float: left;
        display: block;
        position: absolute;
        right: 10px;
        bottom: 20px; } }
  .mol-header-about-banner .nav-mob-right .mol-basic-nav-top, .mol-header-about-banner .nav-mob-right .mol-medium-nav-top, .mol-header-about-banner .nav-mob-right .mol-right-nav-top, .mol-header-about-banner .nav-mob-right .mol-nav-top-left-right, .mol-header-about-banner .nav-mob-right .mol-select-nav-top, .mol-header-about-banner .nav-mob-right .mol-breadcrumbs, .mol-header-about-banner .nav-mob-right .mol-breadcrumbs-areas {
    padding-top: 14px; }
    @media (max-width: 1000px) {
      .mol-header-about-banner .nav-mob-right .mol-basic-nav-top, .mol-header-about-banner .nav-mob-right .mol-medium-nav-top, .mol-header-about-banner .nav-mob-right .mol-right-nav-top, .mol-header-about-banner .nav-mob-right .mol-nav-top-left-right, .mol-header-about-banner .nav-mob-right .mol-select-nav-top, .mol-header-about-banner .nav-mob-right .mol-breadcrumbs, .mol-header-about-banner .nav-mob-right .mol-breadcrumbs-areas {
        padding-top: 0; } }
    .mol-header-about-banner .nav-mob-right .mol-basic-nav-top .nav-mobile, .mol-header-about-banner .nav-mob-right .mol-medium-nav-top .nav-mobile, .mol-header-about-banner .nav-mob-right .mol-right-nav-top .nav-mobile, .mol-header-about-banner .nav-mob-right .mol-nav-top-left-right .nav-mobile, .mol-header-about-banner .nav-mob-right .mol-select-nav-top .nav-mobile, .mol-header-about-banner .nav-mob-right .mol-breadcrumbs .nav-mobile, .mol-header-about-banner .nav-mob-right .mol-breadcrumbs-areas .nav-mobile {
      border-left: 2px solid #333;
      border-right: 2px solid #333; }
      @media (max-width: 800px) {
        .mol-header-about-banner .nav-mob-right .mol-basic-nav-top .nav-mobile, .mol-header-about-banner .nav-mob-right .mol-medium-nav-top .nav-mobile, .mol-header-about-banner .nav-mob-right .mol-right-nav-top .nav-mobile, .mol-header-about-banner .nav-mob-right .mol-nav-top-left-right .nav-mobile, .mol-header-about-banner .nav-mob-right .mol-select-nav-top .nav-mobile, .mol-header-about-banner .nav-mob-right .mol-breadcrumbs .nav-mobile, .mol-header-about-banner .nav-mob-right .mol-breadcrumbs-areas .nav-mobile {
          visibility: visible;
          display: none;
          float: left;
          width: 100%; } }
      .mol-header-about-banner .nav-mob-right .mol-basic-nav-top .nav-mobile ul, .mol-header-about-banner .nav-mob-right .mol-medium-nav-top .nav-mobile ul, .mol-header-about-banner .nav-mob-right .mol-right-nav-top .nav-mobile ul, .mol-header-about-banner .nav-mob-right .mol-nav-top-left-right .nav-mobile ul, .mol-header-about-banner .nav-mob-right .mol-select-nav-top .nav-mobile ul, .mol-header-about-banner .nav-mob-right .mol-breadcrumbs .nav-mobile ul, .mol-header-about-banner .nav-mob-right .mol-breadcrumbs-areas .nav-mobile ul {
        margin: 0 auto;
        width: auto;
        display: table; }
        @media (max-width: 800px) {
          .mol-header-about-banner .nav-mob-right .mol-basic-nav-top .nav-mobile ul li, .mol-header-about-banner .nav-mob-right .mol-medium-nav-top .nav-mobile ul li, .mol-header-about-banner .nav-mob-right .mol-right-nav-top .nav-mobile ul li, .mol-header-about-banner .nav-mob-right .mol-nav-top-left-right .nav-mobile ul li, .mol-header-about-banner .nav-mob-right .mol-select-nav-top .nav-mobile ul li, .mol-header-about-banner .nav-mob-right .mol-breadcrumbs .nav-mobile ul li, .mol-header-about-banner .nav-mob-right .mol-breadcrumbs-areas .nav-mobile ul li {
            float: none;
            width: 100%;
            border-top: 1px solid #ececec;
            border: none; } }
        .mol-header-about-banner .nav-mob-right .mol-basic-nav-top .nav-mobile ul li a, .mol-header-about-banner .nav-mob-right .mol-medium-nav-top .nav-mobile ul li a, .mol-header-about-banner .nav-mob-right .mol-right-nav-top .nav-mobile ul li a, .mol-header-about-banner .nav-mob-right .mol-nav-top-left-right .nav-mobile ul li a, .mol-header-about-banner .nav-mob-right .mol-select-nav-top .nav-mobile ul li a, .mol-header-about-banner .nav-mob-right .mol-breadcrumbs .nav-mobile ul li a, .mol-header-about-banner .nav-mob-right .mol-breadcrumbs-areas .nav-mobile ul li a {
          padding: 20px 30px;
          line-height: 20px;
          font-weight: 600;
          letter-spacing: 0.7px;
          position: relative;
          border-bottom: 2px solid transparent; }
          @media (max-width: 1100px) {
            .mol-header-about-banner .nav-mob-right .mol-basic-nav-top .nav-mobile ul li a, .mol-header-about-banner .nav-mob-right .mol-medium-nav-top .nav-mobile ul li a, .mol-header-about-banner .nav-mob-right .mol-right-nav-top .nav-mobile ul li a, .mol-header-about-banner .nav-mob-right .mol-nav-top-left-right .nav-mobile ul li a, .mol-header-about-banner .nav-mob-right .mol-select-nav-top .nav-mobile ul li a, .mol-header-about-banner .nav-mob-right .mol-breadcrumbs .nav-mobile ul li a, .mol-header-about-banner .nav-mob-right .mol-breadcrumbs-areas .nav-mobile ul li a {
              padding: 20px 22px; } }
          @media (max-width: 1000px) {
            .mol-header-about-banner .nav-mob-right .mol-basic-nav-top .nav-mobile ul li a, .mol-header-about-banner .nav-mob-right .mol-medium-nav-top .nav-mobile ul li a, .mol-header-about-banner .nav-mob-right .mol-right-nav-top .nav-mobile ul li a, .mol-header-about-banner .nav-mob-right .mol-nav-top-left-right .nav-mobile ul li a, .mol-header-about-banner .nav-mob-right .mol-select-nav-top .nav-mobile ul li a, .mol-header-about-banner .nav-mob-right .mol-breadcrumbs .nav-mobile ul li a, .mol-header-about-banner .nav-mob-right .mol-breadcrumbs-areas .nav-mobile ul li a {
              border-bottom: 2px solid transparent; } }

.clear-fx {
  /*height: 44px;
    min-height:44px;
    display: block;
    width: 100%;
    float: none;
     @media (max-width: 331px) {
     height: 66px;
     min-height:66px;
        }
    .atom-text {
        color: #fff;
     
        @media (max-width: 642px) {
            font-size: 14px;
          
        }
    }
     .atom-text.center {
         margin-bottom:0
         }*/ }

.fx-back {
  position: fixed;
  background: #404040;
  width: 100%;
  height: 30px;
  z-index: 9999;
  bottom: 0;
  display: table; }
  .fx-back .fx-content {
    background: #404040; }
    .fx-back .fx-content .atom-text {
      color: #fff;
      line-height: 30px;
      margin-bottom: 0;
      font-family: sans-serif; }
      @media (max-width: 670px) {
        .fx-back .fx-content .atom-text {
          font-size: 14px;
          line-height: 22px; } }
      .fx-back .fx-content .atom-text a {
        color: #96dc2b; }
      .fx-back .fx-content .atom-text a:hover {
        color: #b0ff37; }
    .fx-back .fx-content .atom-text.center {
      text-align: center; }

.mol-pagination {
  padding: 10px 0; }
  .mol-pagination ul li {
    background: #333; }
    .mol-pagination ul li a.active {
      background-color: #00753e; }
    .mol-pagination ul li .icon-pagination {
      fill: #fff; }

.mol-card-description {
  background: #fff; }

.mol-header-login-exit {
  background: #00A859;
  padding: 10px 0; }
  .mol-header-login-exit ul {
    display: flex;
    flex-direction: column; }
    @media (max-width: 550px) {
      .mol-header-login-exit ul {
        justify-content: space-between;
        flex-direction: row; } }
    .mol-header-login-exit ul li:first-child {
      margin-right: 0; }
    .mol-header-login-exit ul li {
      color: #fff;
      font-size: 0.8em;
      line-height: 25px; }
      .mol-header-login-exit ul li a {
        color: #fff; }
      .mol-header-login-exit ul li a:hover {
        text-decoration: underline; }
      .mol-header-login-exit ul li .icon-header-basic-adm {
        fill: #ffcb22; }
  .mol-header-login-exit .atom-logo-left h1 {
    color: #fff;
    padding-top: 13px; }

.back-nav-adm {
  background: #fff; }
  @media (max-width: 800px) {
    .back-nav-adm .nav-mobile {
      border-bottom: none; } }
  .back-nav-adm .nav-mobile ul {
    display: flex;
    justify-content: space-between;
    width: 100%; }
    @media (max-width: 800px) {
      .back-nav-adm .nav-mobile ul {
        flex-direction: column; } }
  .back-nav-adm .nav-mobile li {
    width: 100%;
    text-align: center; }
    @media (max-width: 800px) {
      .back-nav-adm .nav-mobile li {
        border-top: 1px solid #e9e9e9; } }

.mol-footer-simple-info {
  background-color: #00A859;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0; }
  .mol-footer-simple-info .atom-direitos-simple p {
    color: #fff; }
    @media (max-width: 800px) {
      .mol-footer-simple-info .atom-direitos-simple p {
        font-size: 10px;
        line-height: 2em; } }
  .mol-footer-simple-info .atom-explend-link p, .mol-footer-simple-info .atom-explend-link a {
    color: #fff; }
    @media (max-width: 800px) {
      .mol-footer-simple-info .atom-explend-link p, .mol-footer-simple-info .atom-explend-link a {
        font-size: 10px;
        line-height: 2em; } }

html {
  height: 100%; }

body {
  background: #f5f5f5;
  padding-bottom: 44px;
  position: relative;
  min-height: 100%; }
  @media (max-width: 550px) {
    body {
      padding-bottom: 75px; } }

@media (max-width: 550px) {
  .atom-logo-left.center {
    text-align: center;
    width: 100%; } }

@media (max-width: 550px) {
  .center ul {
    margin-top: 22px;
    text-align: center; } }

.back-page {
  margin-top: 44px;
  display: block; }

.mol-alert-info {
  color: #5c6067;
  margin-top: 5px; }

.mol-alert-info:hover {
  border: 1px solid #545454;
  box-shadow: 0 0 1px 0 #51ffad;
  transition: linear 0.4s;
  -webkit-transition: linear 0.4s;
  -moz-transition: linear 0.4s;
  -o-transition: linear 0.4s; }

.mol-alert-info.alert {
  margin-bottom: 15px; }
  .mol-alert-info.alert p a {
    font-size: 14px;
    line-height: 22px; }

.mol-user-name {
  font-weight: 600;
  font-size: 16px;
  font-family: sans-serif; }

.mol-nav-center-icon ul li a {
  font-weight: 500;
  font-size: 0.9em;
  padding-top: 15px;
  padding-bottom: 8px;
  font-family: "Poppins",sans-serif;
  border-bottom: 3px solid #fff;
  height: 100%; }

.mol-nav-center-icon ul li a:hover {
  border-bottom: 3px solid #373435;
  background-color: #fff;
  color: #008e4b; }
  .mol-nav-center-icon ul li a:hover .icon-nav-adm {
    fill: #00753e; }

.atom-title {
  height: 35px; }
  .atom-title h1 {
    line-height: 26px;
    border-bottom: 1px solid #e9e9e9; }
  .atom-title h1:before {
    background: #373435;
    bottom: 8px;
    content: "";
    height: 2px;
    position: absolute;
    width: 60px; }
  .atom-title h3, .atom-title .mol-card-image-text h4, .mol-card-image-text .atom-title h4, .atom-title .mol-card-image-text-float h4, .mol-card-image-text-float .atom-title h4, .atom-title .mol-card-image-text-icon h4, .mol-card-image-text-icon .atom-title h4 {
    border-bottom: none; }

.atom-text-box-link a {
  float: right;
  font-weight: 500;
  color: #005b30;
  font-size: 14px; }
  .atom-text-box-link a .arrow-cards-icon {
    fill: #005b30; }

.atom-text-box-link a:hover {
  color: black;
  text-decoration: underline; }
  .atom-text-box-link a:hover .arrow-cards-icon {
    fill: black; }

.mol-card-data {
  padding: 10px;
  box-shadow: none; }
  .mol-card-data .icon-details-card {
    margin-left: 5px;
    fill: #004223; }
  .mol-card-data strong {
    font-size: 1.1em;
    font-weight: 600; }
  .mol-card-data a {
    text-decoration: underline;
    color: #004223; }
  .mol-card-data label a:hover {
    color: #00A859;
    text-decoration: underline; }

.mol-card-data.collapse {
  background-color: #f5f5f5; }

.mol-card-grid {
  margin-bottom: 15px; }
  .mol-card-grid .mol-pagination {
    text-align: center; }
  .mol-card-grid .atom-icon-card .icon-download-card {
    fill: #559e1a; }
  .mol-card-grid .atom-title-card-grid span {
    text-transform: uppercase; }
  .mol-card-grid .atom-table tbody tr:nth-child(odd) {
    background-color: #f5f5f5; }
  .mol-card-grid .atom-table th {
    text-transform: uppercase;
    font-family: "roboto", sans-serif;
    font-size: 0.875em;
    line-height: 3.14286em;
    font-weight: bold;
    text-align: left;
    padding: 0 10px; }
  .mol-card-grid .atom-table td {
    font-family: "roboto", sans-serif;
    font-size: 0.875em;
    line-height: 3.14286em;
    padding: 0 10px; }
  .mol-card-grid .atom-table tr:last-child {
    border-bottom: 1px solid #f5f5f5; }

.mol-card-grid:hover {
  border: 1px solid #545454;
  box-shadow: 0 0 1px 0 #51ffad;
  transition: linear 0.4s;
  -webkit-transition: linear 0.4s;
  -moz-transition: linear 0.4s;
  -o-transition: linear 0.4s; }

.mol-card-grid .mol-list-card-grid ul li:nth-child(odd) {
  background: #f5f5f5; }

.mol-card-data .update-card-icon {
  fill: #ffcb22; }

.mol-breadcrumbs-areas {
  background: none; }
  .mol-breadcrumbs-areas .nav-mobile {
    background: none; }
    .mol-breadcrumbs-areas .nav-mobile ul li {
      height: 30px; }
      @media (max-width: 800px) {
        .mol-breadcrumbs-areas .nav-mobile ul li {
          border-top: 1px solid #e9e9e9;
          height: unset; } }
      .mol-breadcrumbs-areas .nav-mobile ul li a {
        font-size: .9em;
        line-height: 30px; }
  .mol-breadcrumbs-areas .nav-mobile ul li.current {
    color: #00753e;
    height: 30px;
    line-height: 30px;
    font-size: 1em; }
    .mol-breadcrumbs-areas .nav-mobile ul li.current span {
      padding: 0; }
    @media (max-width: 800px) {
      .mol-breadcrumbs-areas .nav-mobile ul li.current {
        border-bottom: 1px solid #e9e9e9;
        height: unset;
        margin-bottom: 10px;
        padding: 8px 10px;
        font-size: .9em; } }
  .mol-breadcrumbs-areas .hamburguer {
    border: none; }

.icon-details-card-home {
  fill: #00753e;
  margin: 0 5px 5px 5px;
  vertical-align: middle; }

.mol-back-busca-painel {
  padding: 10px; }
  .mol-back-busca-painel button, .mol-back-busca-painel .button {
    box-shadow: none;
    border-radius: 3px; }
  .mol-back-busca-painel .button-config {
    float: right;
    margin-top: 10px; }

.mol-back-busca-painel:hover {
  border: 1px solid #545454;
  box-shadow: 0 0 1px 0 #51ffad;
  transition: linear 0.4s;
  -webkit-transition: linear 0.4s;
  -moz-transition: linear 0.4s;
  -o-transition: linear 0.4s; }

.back-body-adm button, .back-body-adm .button {
  box-shadow: none;
  border-radius: 3px; }

.back-body-adm .prev {
  fill: #004223; }

.mol-recupera-senha {
  float: right;
  line-height: 24px !important;
  color: #004223 !important; }

.remove-margin-bottom {
  margin-bottom: 0; }

.mol-login-box .mol-inputlabel.min-height {
  min-height: unset; }

.mol-login-box .mol-inputlabel {
  margin-bottom: 18px; }

.mol-login-box .mol-header-login-exit {
  padding-top: 10px;
  padding-bottom: 0;
  border-bottom: 1px solid #e9e9e9;
  background: none; }

.mol-login-box .back-body-adm {
  padding-top: 10px; }
  .mol-login-box .back-body-adm a {
    color: #00753e;
    font-weight: 600; }
  .mol-login-box .back-body-adm a:hover {
    text-decoration: underline;
    color: #00753e;
    opacity: 1; }

.back-molbreadcrumbs-adm {
  background-color: #efefef; }

.mol-card-collapsed {
  margin-top: 15px; }

.mol-card-form {
  padding: 10px; }
