@charset "UTF-8";
@import url(bootstrap.min.css);
@import url(../assets/components/animate.css/animate.css);
/*
 * VARIÁVEIS DO TEMA
 * -----------------
 */
/*
 * Imagens.
 */
/*
 * Famílias de fontes.
 */
/*
 * Tamanhos de fonte.
 */
/*
 * Cores e variações.
 */
/*
 * UTILIDADES
 * ----------
 */
/*
 * Borda de debug para layout.
 */
.debug-border {
  border: 1px red solid; }

/*
 * Margin top.
 */
.margin-top-20px {
  margin-top: 20px; }

.margin-top-60px {
  margin-top: 60px; }

/*
 * Margem vertical.
 */
.v-margin-5px {
  margin-bottom: 5px;
  margin-top: 5px; }

/*
 * Sem margem horizontal.
 */
.no-h-margin {
  margin-left: 0;
  margin-right: 0; }

/*
 * Sem margem vertical.
 */
.no-v-margin {
  margin-bottom: 0;
  margin-top: 0; }

/*
 * Sem qualquer margem.
 */
.no-margin {
  margin: 0; }

/*
 * Padding.
 */
.padding-20px {
  padding: 20px; }

/*
 * Padding top.
 */
.padding-top-20px {
  padding-top: 20px; }

/*
 * Padding horizontal.
 */
.h-padding-20px {
  padding-left: 20px;
  padding-right: 20px; }

.h-padding-40px {
  padding-left: 40px;
  padding-right: 40px; }

/*
 * Padding vertical.
 */
.v-padding-20px {
  padding-bottom: 20px;
  padding-top: 20px; }

/*
 * Sem padding horizontal.
 */
.no-h-padding {
  padding-left: 0;
  padding-right: 0; }

/*
 * Sem padding vertical.
 */
.no-v-padding {
  padding-bottom: 0;
  padding-top: 0; }

/*
 * Sem padding.
 */
.no-padding {
  padding: 0; }

/*
 * Centralizar horizontalmente.
 */
.h-center {
  margin: 0 auto; }

/*
 * Preenche background.
 */
.background-red {
  background: #c2230d; }

/*
 * BASE
 * ----
 */
html, body {
  font-family: Signika, Arial;
  overflow-x: hidden;
  text-rendering: optimizeLegibility; }
  html h1, body h1 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center; }
  html h3, body h3 {
    font-size: 34px;
    text-align: center; }
  html a, body a {
    text-decoration: none; }
    html a:hover, body a:hover {
      text-decoration: none; }

/*
 * Reset da galeria de imagens Swipebox.
 */
.swipebox {
  font-weight: bold; }
  .swipebox img {
    display: none; }

/*
 * Block dos mapas do Google.
 */
.scrolloff {
  pointer-events: none; }

/*
 * TIPOGRAFIA
 * ----------
 */
.title-giant {
  font-size: 30px;
  color: #555;
  margin: 0;
  padding: 4px 20px;
  text-align: center;
  font-weight: 300; }

.title-giant__description {
  font-size: 18px; }

/* INDEX BANNER */
/* -------------*/
.custom-jumbotron-home h1 {
  font-size: calc(1em + 2vw);
  font-weight: 700; }
.custom-jumbotron-home h4 {
  font-size: calc(1em + 0.5vw);
  font-weight: 300; }
.custom-jumbotron-home .destaques a {
  text-decoration: none; }

.central, .condominio, .fiscal, .folha {
  width: 100%;
  height: 60px; }
  .central h1, .condominio h1, .fiscal h1, .folha h1 {
    font-size: 16px !important;
    font-weight: bold;
    padding-top: 70px;
    margin-bottom: 0;
    padding-bottom: 30px; }

/* INTRO */
/* -------------*/
.intro h2 {
  font-size: calc(1em + 2vw);
  font-weight: bold; }
.intro p {
  font-size: calc(1em + 0.5vw);
  font-weight: 300; }

/* FEATURES */
/* -----------------*/
.features-block h3 {
  font-size: 30px;
  font-weight: bold; }
.features-block p {
  font-size: 20px; }

/* FOOTER */
/* ---------------*/
.footer ul {
  list-style: none; }
  .footer ul li {
    line-height: 30px; }
    .footer ul li a {
      font-size: 14px; }
    .footer ul li .header {
      font-size: 14px;
      text-transform: uppercase;
      font-weight: bold; }

.social-media ul {
  line-height: 100px; }

/* TEXT BLOCK CONTENT */
/* ---------------*/
.text-block-content {
  text-align: center;
  font-size: 18px;
  text-transform: uppercase; }
  .text-block-content h4 {
    text-align: center; }
  .text-block-content h5 {
    font-weight: bold; }
  .text-block-content p {
    text-align: center;
    font-size: 14px;
    text-transform: none; }

/* INDEX BANNER */
/* -------------*/
.custom-jumbotron-home {
  padding-top: 0;
  padding-bottom: 0; }
  .custom-jumbotron-home h1 {
    color: #f2f2f2;
    padding: 100px 0 10px 0; }
  .custom-jumbotron-home h4 {
    padding-bottom: 10px; }

/* INTRO */
/* --------------*/
.intro {
  padding-top: 80px;
  padding-bottom: 80px; }

/* FEATURES */
/* -----------------*/
.features {
  padding-bottom: 100px; }

.features-block-image {
  overflow: hidden;
  max-height: 400px; }

.features-mobile .features-block .features-block-image h3 {
  position: absolute;
  width: 100%;
  top: 120px;
  padding: 20px 0; }
.features-mobile .features-block .features-block-image p {
  width: 80vw; }

.features h3 {
  padding-bottom: 0; }

/* FOOTER */
/* ---------------*/
.footer ul {
  text-align: left; }

.social-media ul {
  display: inline;
  list-style: none; }
  .social-media ul li {
    display: inline; }
    .social-media ul li a {
      text-align: right; }
      .social-media ul li a img {
        max-height: 60px; }

/* SOBRE INTRO */
/* -------------*/
.sobre {
  text-align: center;
  transition: all 0.3s linear; }
  .sobre h1 {
    padding-top: 150px; }
  .sobre h3 {
    font-size: 34px;
    padding-bottom: 100px; }
  .sobre a {
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    font-weight: bold;
    font-size: 60px;
    transition: all 0.3s linear; }
    .sobre a:hover {
      color: white;
      font-size: 75px; }

/* SOBRE INTRO */
/* ---------------*/
.sobre-intro {
  padding-top: 0;
  padding-bottom: 0; }

/* TEXT BLOCK CONTENT */
/* ---------------*/
.text-block-content {
  padding-top: 60px;
  padding-bottom: 60px; }
  .text-block-content h5 {
    padding-top: 10px; }
  .text-block-content span {
    padding: 10px; }
  .text-block-content p {
    padding: 10px 5px; }

/* MIXINS AND FUNCTIONS */
/* --------------------------------------------------------------------------------*/
/*
 * MÓDULOS
 * -------
*/
/* SOLICITATION WIDGET */
/* ---------------*/
.solicitation {
  background-color: #003644;
  transition: all linear 0.2s;
  width: 100%;
  min-height: 122px;
  display: block;
  text-align: center; }
  .solicitation h3 {
    text-align: right;
    line-height: 75px;
    font-size: 22px;
    font-weight: 300;
    color: #f2f2f2; }
  .solicitation a {
    color: #fff;
    border: 2px #fff solid;
    transition: all linear 0.1s;
    padding: 10px 30px;
    margin-top: 75px;
    text-align: center;
    line-height: 122px;
    font-size: 22px;
    font-weight: bold; }
    .solicitation a:hover {
      color: #003644;
      background: #f2f2f2; }

/* FEATURES */
/* -----------------*/
.features {
  padding-bottom: 100px; }

.features-mobile {
  display: none; }
  .features-mobile h3 {
    position: absolute;
    width: 100%;
    top: 120px;
    color: #FFF;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px 0; }
  .features-mobile p {
    width: 80vw; }

.features-block {
  color: #003342; }
  .features-block h3 {
    font-size: 30px;
    font-weight: bold;
    color: #004758; }
  .features-block p {
    font-size: 20px;
    font-weight: 300; }
  .features-block .features-block-image {
    overflow: hidden;
    max-height: 400px; }
    .features-block .features-block-image h3 {
      position: absolute;
      width: 100%;
      top: 120px;
      color: #FFF;
      background: rgba(0, 0, 0, 0.5);
      padding: 20px 0; }

/* TEXT BLOCK CONTENT */
/* ---------------*/
.text-block-content div[class^="col"] {
  border-left: 1px #ccc dotted; }
  .text-block-content div[class^="col"]:last-child {
    border-right: 1px #ccc dotted; }
.text-block-content div[class^="col-md-12"] {
  border: none;
  padding: 10px 0; }
.text-block-content h4 {
  color: #003644; }
.text-block-content h5 {
  color: #003644; }
.text-block-content p {
  color: #003644; }
  .text-block-content p strong {
    color: #581100; }
.text-block-content span {
  border: 2px #003342 solid;
  border-radius: 50%; }

/* LIST BLOCK */
/* ---------------*/
.list-block-content {
  padding: 40px 0; }
  .list-block-content ul {
    list-style: none;
    line-height: 28px; }
    .list-block-content ul :before {
      content: ">  ";
      font-weight: bold;
      color: rgba(0, 0, 0, 0.5);
      font-size: 12px; }
  .list-block-content .title {
    font-weight: bold;
    font-size: 18px;
    list-style: none;
    padding: 8px 0;
    color: #003644; }
    .list-block-content .title:before {
      content: " "; }
  .list-block-content .swipebox:before {
    content: " "; }
  .list-block-content li {
    color: #555;
    font-weight: 300; }
    .list-block-content li :last-child {
      padding-bottom: 10px; }
    .list-block-content li a {
      color: #555;
      font-weight: 800; }
      .list-block-content li a:hover {
        color: #3c3c3c;
        text-decoration: underline; }

/* CONTENT RELATED */
/* --------------- */
.content-related {
  text-align: center;
  transition: all linear 0.5s;
  margin-top: 40px; }
  .content-related h4 {
    color: #99adb3; }
  .content-related .container {
    padding-top: 80px;
    padding-bottom: 80px; }
  .content-related .box-container {
    width: 100%;
    max-height: 300px;
    overflow: hidden;
    transition: all linear 0.3s; }
  .content-related .box-img {
    position: relative; }
    .content-related .box-img .green {
      background: #5fc831;
      background: -webkit-linear-gradient(left, #004858, #5fc831); }
    .content-related .box-img .blue {
      background: #00a1e2;
      background: -webkit-linear-gradient(left, #004858, #00a1e2); }
    .content-related .box-img .red {
      background: #fa007f;
      background: -webkit-linear-gradient(left, #004858, #fa007f); }
  .content-related .box-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    opacity: 0.4;
    z-index: 1;
    transition: all linear 0.3s; }
    .content-related .box-mask:hover {
      opacity: 0.6; }
    .content-related .box-mask h4 {
      text-align: center;
      color: #003342; }
    .content-related .box-mask h5 {
      font-size: 26px;
      color: #FFF;
      margin-top: 38%; }

/* FOLHA DIVIDER */
/* ---------------*/
.folha-divider {
  background: url("../images/folha-divider.png");
  background-position: center;
  background-size: 150%;
  background-repeat: no-repeat;
  width: 100vw;
  height: 280px; }

.folha-2-divider {
  background: url("../images/folha-2-divider.png");
  background-position: center;
  background-size: 150%;
  background-repeat: no-repeat;
  width: 100vw;
  height: 280px; }

.folha-3-divider {
  background: url("../images/folha-3-divider.png");
  background-position: center;
  background-size: 150%;
  background-repeat: no-repeat;
  width: 100vw;
  height: 280px; }

.folha-4-divider {
  background: url("../images/folha-4-divider.png");
  background-position: center;
  background-size: 150%;
  background-repeat: no-repeat;
  width: 100vw;
  height: 280px; }

.folha-5-divider {
  background: url("../images/folha-5-divider.png");
  background-position: center;
  background-size: 150%;
  background-repeat: no-repeat;
  width: 100vw;
  height: 280px; }

/* FISCAL DIVIDER */
/* ---------------*/
.fiscal-divider {
  background: url("../images/fiscal-divider.png");
  background-position: center;
  background-size: 150%;
  background-repeat: no-repeat;
  width: 100vw;
  height: 280px; }

.fiscal-2-divider {
  background: url("../images/fiscal-2-divider.png");
  background-position: center;
  background-size: 150%;
  background-repeat: no-repeat;
  width: 100vw;
  height: 280px; }

.fiscal-3-divider {
  background: url("../images/fiscal-3-divider.png");
  background-position: center;
  background-size: 150%;
  background-repeat: no-repeat;
  width: 100vw;
  height: 280px; }

.fiscal-4-divider {
  background: url("../images/fiscal-4-divider.png");
  background-position: center;
  background-size: 150%;
  background-repeat: no-repeat;
  width: 100vw;
  height: 280px; }

.fiscal-5-divider {
  background: url("../images/fiscal-5-divider.png");
  background-position: center;
  background-size: 150%;
  background-repeat: no-repeat;
  width: 100vw;
  height: 280px; }

/* PRODUTOS DIVIDER */
/* ---------------*/
.condominio-divider {
  background: url("../images/produtos-divider.png");
  background-position: center;
  background-size: 150%;
  background-repeat: no-repeat;
  width: 100vw;
  height: 280px; }

.condominio-2-divider {
  background: url("../images/condominio-2-divider.png");
  background-position: center;
  background-size: 150%;
  background-repeat: no-repeat;
  width: 100vw;
  height: 280px; }

.condominio-3-divider {
  background: url("../images/condominio-3-divider.png");
  background-position: center;
  background-size: 150%;
  background-repeat: no-repeat;
  width: 100vw;
  height: 280px; }

.condominio-4-divider {
  background: url("../images/condominio-4-divider.png");
  background-position: center;
  background-size: 150%;
  background-repeat: no-repeat;
  width: 100vw;
  height: 280px; }

.condominio-5-divider {
  background: url("../images/condominio-5-divider.png");
  background-position: center;
  background-size: 150%;
  background-repeat: no-repeat;
  width: 100vw;
  height: 280px; }

/* CENTRAL DIVIDER */
/* ---------------*/
.central-divider {
  background: url("../images/central-divider.png");
  background-position: center;
  background-size: 150%;
  background-repeat: no-repeat;
  width: 100vw;
  height: 280px; }

.central-2-divider {
  background: url("../images/central-2-divider.png");
  background-position: center;
  background-size: 150%;
  background-repeat: no-repeat;
  width: 100vw;
  height: 280px; }

.central-3-divider {
  background: url("../images/central-3-divider.png");
  background-position: center;
  background-size: 150%;
  background-repeat: no-repeat;
  width: 100vw;
  height: 280px; }

.central-4-divider {
  background: url("../images/central-4-divider.png");
  background-position: center;
  background-size: 150%;
  background-repeat: no-repeat;
  width: 100vw;
  height: 280px; }

.central-5-divider {
  background: url("../images/central-5-divider.png");
  background-position: center;
  background-size: 150%;
  background-repeat: no-repeat;
  width: 100vw;
  height: 280px; }

/* CONDOMINIO ONLINE DIVIDER */
/* ---------------*/
.condominio-online-divider {
  background: url("../images/condominio-online-divider.png");
  background-position: center;
  background-size: 150%;
  background-repeat: no-repeat;
  width: 100vw;
  height: 280px; }

.condominio-online-2-divider {
  background: url("../images/condominio-online-2-divider.png");
  background-position: center;
  background-size: 150%;
  background-repeat: no-repeat;
  width: 100vw;
  height: 280px; }

.condominio-online-3-divider {
  background: url("../images/condominio-online-3-divider.png");
  background-position: center;
  background-size: 150%;
  background-repeat: no-repeat;
  width: 100vw;
  height: 280px; }

.condominio-online-4-divider {
  background: url("../images/condominio-online-4-divider.png");
  background-position: center;
  background-size: 150%;
  background-repeat: no-repeat;
  width: 100vw;
  height: 280px; }

.condominio-online-5-divider {
  background: url("../images/condominio-online-5-divider.png");
  background-position: center;
  background-size: 150%;
  background-repeat: no-repeat;
  width: 100vw;
  height: 280px; }

/* SUPORTE DIVIDER */
/* ---------------*/
.suporte-divider {
  background: url("../images/suporte-divider.png");
  background-position: center;
  background-size: 150%;
  background-repeat: no-repeat;
  width: 100vw;
  height: 280px; }

/* DOWNLOADS DIVIDER */
/* ---------------*/
.downloads-divider {
  background: url("../images/downloads-divider.png");
  background-position: center;
  background-size: 150%;
  background-repeat: no-repeat;
  width: 100vw;
  height: 280px; }

/* SPD DIVIDER */
/* ---------------*/
.spd-divider {
  background: url("../images/spd-divider.png");
  background-position: center;
  background-size: 150%;
  background-repeat: no-repeat;
  width: 100vw;
  height: 280px; }

.spd-2-divider {
  background: url("../images/spd-2-divider.png");
  background-position: center;
  background-size: 150%;
  background-repeat: no-repeat;
  width: 100vw;
  height: 280px; }

.spd-3-divider {
  background: url("../images/spd-3-divider.png");
  background-position: center;
  background-size: 150%;
  background-repeat: no-repeat;
  width: 100vw;
  height: 280px; }

.spd-4-divider {
  background: url("../images/spd-4-divider.png");
  background-position: center;
  background-size: 150%;
  background-repeat: no-repeat;
  width: 100vw;
  height: 280px; }

.spd-5-divider {
  background: url("../images/spd-5-divider.png");
  background-position: center;
  background-size: 150%;
  background-repeat: no-repeat;
  width: 100vw;
  height: 280px; }

/* MORE BUTTON */
/* ---------------*/
.more {
  padding: 10px 0;
  margin-top: 20px;
  transition: all linear 0.2s; }
  .more a {
    color: #f2f2f2;
    font-size: 22px;
    font-weight: 600;
    border: 2px #f2f2f2 solid;
    padding: 10px 20px;
    transition: all linear 0.2s; }
    .more a:hover {
      text-decoration: none;
      border: 2px #f28b06 solid;
      color: #f2f2f2;
      background: #f28b06;
      transition: all linear 0.1s; }
    .more a:focus {
      text-decoration: none; }
  .more .dark {
    color: #f28b06;
    border: 2px #f29303 solid; }
    .more .dark:hover {
      color: #f2f2f2; }

.table-responsive .title {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #003644; }
  .table-responsive .title strong {
    color: #f2f2f2; }

.aceitar-privacidade {
  position: fixed;
  z-index: 100;
  bottom: -100%;
  left: 0px;
  right: 0px;
  width: auto;
  background: #DD9A00;
  padding: 25px 0;
  transition: 1000ms all ease-in-out;
  border-top: 2px solid #efefef; }
  .aceitar-privacidade .container {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center; }
  .aceitar-privacidade.show-aceitar {
    bottom: 0px;
    opacity: 1; }
  .aceitar-privacidade.hide-aceitar {
    bottom: -100%;
    opacity: 0; }
  .aceitar-privacidade .container-texto {
    width: 70%; }
  .aceitar-privacidade p {
    color: #ffffff;
    margin: 5px 0;
    padding: 0px; }
  .aceitar-privacidade a {
    color: #ffffff;
    font-weight: bold; }
  .aceitar-privacidade button {
    margin: 5px 15px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    border: 2px #ffffff solid;
    background: #DD9A00;
    padding: 8px 16px;
    transition: all linear 0.2s; }
    .aceitar-privacidade button:hover {
      text-decoration: none;
      border: 2px #003744 solid;
      color: #f2f2f2;
      background: #003744;
      transition: all linear 0.1s; }

.container-privacidade {
  padding: 45px 15px; }
  .container-privacidade p {
    margin: 8px 0;
    padding: 0px; }
  .container-privacidade ol {
    margin: 0 0 1.5em;
    padding: 0 0 0 15px;
    counter-reset: item; }
  .container-privacidade ol > li {
    margin: 0 0 8px;
    padding: 0 0 0 15px;
    text-indent: 0px;
    list-style-type: none;
    counter-increment: item; }
  .container-privacidade li p {
    padding: 0px; }
  .container-privacidade ol > li:before {
    display: inline-block;
    width: auto;
    padding-right: 0.5em;
    font-weight: bold;
    text-align: right;
    content: counter(item) "."; }
  .container-privacidade ol ol {
    padding: 0px;
    counter-reset: item; }
  .container-privacidade ol ol > li {
    padding: 4px 0 0 8px;
    display: block;
    counter-increment: item; }
  .container-privacidade ol ol > li:before {
    content: counters(item,".") " "; }
  .container-privacidade ul.list-no-style {
    list-style: none; }
  .container-privacidade ul.list-disc {
    list-style: disc; }

/*
 * TEMA
 * ----
 */
/* GENERAL */
body {
  background: url("../images/bg.png");
  background-repeat: repeat-y;
  background-size: 100%; }

/* GRADIENT COLORS */
.gradient-index {
  background: linear-gradient(90deg, #003644, #f28b06 30%); }

.gradient-central {
  background: linear-gradient(90deg, #003644, #5fc831 30%); }

.gradient-condominio {
  background: linear-gradient(90deg, #003644, #a21133 30%); }

.gradient-fiscal {
  background: linear-gradient(90deg, #003644, #00a1e2 30%); }

.gradient-folha {
  background: linear-gradient(90deg, #003644, #fa0080 30%); }

.gradient-condominio-online {
  background: linear-gradient(90deg, #003644, #c2230d 30%); }

.gradient-portal {
  background: linear-gradient(90deg, #f28b06, #f20033 30%); }

.gradient-spd {
  background: linear-gradient(90deg, #003644, #924b1d 50%); }

.gradient-neutro {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 50%); }

/* GRADIENT STRIPES */
.gradient-strip {
  height: 5px;
  width: 100%; }

.thin-gradient-strip {
  height: 3px;
  width: 100%; }

/* NAVBAR */
.hot-menu {
  display: none; }

.post-navbar {
  height: 60px;
  display: block;
  width: 100%; }

.custom-navbar {
  height: 60px;
  margin-bottom: 0;
  text-align: right;
  font-size: 18px;
  font-weight: 400;
  -webkit-backface-visibility: hidden; }
  .custom-navbar ul {
    padding-left: 0;
    padding-right: 25px; }
    .custom-navbar ul li a {
      padding-top: 0;
      padding-bottom: 0;
      line-height: 63px;
      text-transform: uppercase;
      font-weight: 300; }

.navbar-default .navbar-nav .glyphicon {
  padding-left: 5px; }
.navbar-default .navbar-nav li .dropdown-menu {
  left: 0;
  right: auto;
  width: 320px;
  min-width: 100%;
  top: 63px; }
  .navbar-default .navbar-nav li .dropdown-menu ul {
    padding-left: 0;
    padding-right: 0; }
  .navbar-default .navbar-nav li .dropdown-menu li a {
    line-height: 63px;
    display: inline-block;
    padding-right: 0;
    padding-left: 15px; }

/* NAVBAR */
.fixed-top {
  background: white;
  background-repeat: repeat-y;
  background-size: 100%;
  transition: all 0.1s ease;
  z-index: 9999;
  display: block;
  position: fixed;
  width: 100%;
  height: 65px; }

.home-logo {
  transition: all 0.1s ease;
  background: transparent;
  height: 60px;
  margin-top: 5px;
  padding-left: 0;
  padding-right: 0;
  background: transparent; }
  .home-logo img {
    transition: all 0.1s ease;
    height: 50px;
    margin-top: 5px;
    background: transparent; }

.menu {
  transition: all linear 0.2s; }

.custom-navbar {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  transition: all linear 0.2s; }
  .custom-navbar ul li a {
    transition: all linear 0.1s; }

.navbar-default .navbar-nav .open a:hover, .navbar-default .navbar-nav .open a:focus {
  color: #003644;
  background-color: transparent; }
.navbar-default .navbar-nav .dropdown .dropdown-toggle:hover .glyphicon {
  color: #555;
  transform: translateY(1px); }
.navbar-default .navbar-nav .glyphicon {
  color: #efefef;
  transition: all linear 0.1s; }
.navbar-default .navbar-nav li .dropdown-menu {
  border: none;
  background-color: white;
  border-top: 1px rgba(0, 0, 0, 0.2) solid;
  transition: all ease-in-out 0.2s; }
  .navbar-default .navbar-nav li .dropdown-menu li a {
    color: #003644;
    background: transparent; }
    .navbar-default .navbar-nav li .dropdown-menu li a img {
      height: 25px;
      padding-right: 15px;
      float: none; }
    .navbar-default .navbar-nav li .dropdown-menu li a:hover {
      color: #003644; }
.navbar-default .navbar-nav li a {
  background: transparent !important; }
  .navbar-default .navbar-nav li a:focus {
    color: #f28b06 !important; }
  .navbar-default .navbar-nav li a:hover {
    color: #f28b06 !important; }
  .navbar-default .navbar-nav li a:active {
    color: #f28b06 !important; }
    .navbar-default .navbar-nav li a:active a:hover {
      color: #f28b06;
      background-color: transparent; }

/* NAVBAR TRANSPARENT */
.transparent .fixed-top {
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.1s ease; }
.transparent .home-logo {
  transition: all 0.1s ease;
  background: rgba(0, 0, 0, 0); }
  .transparent .home-logo img {
    transition: all 0.1s ease; }
.transparent .menu {
  transition: all linear 0.2s; }
.transparent .custom-navbar {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
  transition: all linear 0.2s; }
  .transparent .custom-navbar ul li a {
    transition: all linear 0.1s;
    background: rgba(255, 255, 255, 0); }
.transparent .navbar-default .navbar-nav .open a {
  color: #fafafa;
  background-color: rgba(255, 255, 255, 0); }
  .transparent .navbar-default .navbar-nav .open a:focus {
    color: #fafafa;
    background-color: rgba(255, 255, 255, 0); }
  .transparent .navbar-default .navbar-nav .open a:hover {
    color: #fafafa;
    background-color: rgba(255, 255, 255, 0); }
.transparent .navbar-default .navbar-nav .glyphicon {
  color: rgba(255, 255, 255, 0.5);
  transition: all linear 0.1s; }
.transparent .navbar-default .navbar-nav li a {
  color: #f2f2f2; }
.transparent .navbar-default .navbar-nav li .dropdown-menu li a {
  color: #f2f2f2;
  background: rgba(255, 255, 255, 0);
  border-left: 2px transparent solid !important; }
  .transparent .navbar-default .navbar-nav li .dropdown-menu li a:hover {
    color: #f2f2f2;
    border-left: 2px #f28b06 solid !important;
    padding-left: 26px; }
.transparent .navbar-default .navbar-nav .active a {
  color: #f2f2f2;
  background-color: transparent; }
  .transparent .navbar-default .navbar-nav .active a:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0); }
.transparent .navbar-toggle {
  color: #f2f2f2;
  border-top: 1px rgba(255, 255, 255, 0) solid; }
.transparent .navbar-collapse {
  border: none; }
.transparent .dropdown .dropdown-toggle:hover .glyphicon {
  color: white !important;
  transform: translateY(1px); }
.transparent .navbar-nav .open a {
  color: #f2f2f2 !important; }
  .transparent .navbar-nav .open a:active {
    color: #f2f2f2 !important; }
  .transparent .navbar-nav .open a:hover {
    color: #f2f2f2 !important; }
.transparent .navbar-nav li .dropdown-menu {
  border: none;
  box-shadow: none;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)); }
.transparent .navbar-nav li a:focus {
  background: rgba(255, 255, 255, 0);
  color: #f2f2f2; }
.transparent .navbar-nav li a:hover {
  background: rgba(255, 255, 255, 0);
  color: #f2f2f2; }

/* INDEX BANNER */
.custom-jumbotron-home {
  background-image: url("../images/custom-jumbotron-home.png");
  background-position: center -600px;
  background-repeat: no-repeat;
  padding-top: 0;
  padding-bottom: 0;
  transition: all ease-in-out 0.4s;
  position: relative; }
  .custom-jumbotron-home .carousel-control {
    transition: all ease-in-out 0.4s; }
  .custom-jumbotron-home .more {
    margin-bottom: 100px; }
  .custom-jumbotron-home .banner-cent,
  .custom-jumbotron-home .banner-cond,
  .custom-jumbotron-home .banner-fisc,
  .custom-jumbotron-home .banner-folha {
    height: 250px;
    display: none;
    width: 100%;
    z-index: 999; }
  .custom-jumbotron-home .banner-cond {
    display: block; }
  .custom-jumbotron-home .navigator {
    width: 100%;
    height: 300px;
    position: absolute;
    left: 0;
    bottom: -70px;
    display: block;
    z-index: 1; }
    .custom-jumbotron-home .navigator button {
      background: transparent;
      border: none;
      margin-bottom: 0; }
      .custom-jumbotron-home .navigator button:focus {
        outline: none; }
    .custom-jumbotron-home .navigator h1 {
      color: #f2f2f2;
      font-weight: 700; }
    .custom-jumbotron-home .navigator .central {
      background-image: url("../images/central_on.png"); }
    .custom-jumbotron-home .navigator .condominio {
      background-image: url("../images/condominio_on.png"); }
    .custom-jumbotron-home .navigator .fiscal {
      background-image: url("../images/fiscal.png"); }
    .custom-jumbotron-home .navigator .folha {
      background-image: url("../images/folha_on.png"); }
    .custom-jumbotron-home .navigator .central,
    .custom-jumbotron-home .navigator .condominio,
    .custom-jumbotron-home .navigator .fiscal,
    .custom-jumbotron-home .navigator .folha {
      background-repeat: no-repeat;
      background-position: top center;
      opacity: 0.5;
      transition: all linear 0.2s; }
      .custom-jumbotron-home .navigator .central:hover,
      .custom-jumbotron-home .navigator .condominio:hover,
      .custom-jumbotron-home .navigator .fiscal:hover,
      .custom-jumbotron-home .navigator .folha:hover {
        opacity: 1; }
      .custom-jumbotron-home .navigator .central h1,
      .custom-jumbotron-home .navigator .condominio h1,
      .custom-jumbotron-home .navigator .fiscal h1,
      .custom-jumbotron-home .navigator .folha h1 {
        color: white;
        transition: all linear 0.2s; }
  .custom-jumbotron-home h4 {
    color: #f2f2f2;
    font-weight: 300;
    padding-bottom: 10px;
    padding: 0 20vw 0 20vw; }

/* INTRO */
.intro {
  padding-top: 80px;
  padding-bottom: 80px; }
  .intro img {
    padding-bottom: 25px; }
  .intro h2 {
    background: linear-gradient(90deg, #003644, #f28b06, #f28b06);
    color: #f28b06;
    -webkit-background-clip: text;
    -o-background-clip: text;
    -webkit-text-fill-color: transparent;
    -o-text-fill-color: transparent; }
  .intro p {
    color: #003644; }

/* FOOTER */
.footer-wrap {
  background: #f2f2f2;
  background-repeat: repeat-y;
  background-size: 100%; }

.footer-white {
  background: #fff; }

.footer ul li .header {
  color: #003342; }

.footer ul li .header:hover {
  color: #f28b06; }

.footer ul li a {
  color: #555; }

.footer ul li a:hover {
  color: #333; }

.social-media ul li a {
  opacity: 0.5;
  transition: all linear 0.2s; }

.social-media ul li a:hover {
  opacity: 1; }

p {
  padding-top: 40px; }

/* SOBRE INTRO */
.sobre-intro {
  background: url("../images/sobre-bg-2.png");
  background-position: fixed;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat; }
  .sobre-intro section {
    padding-top: 60px;
    height: 100vh; }
    .sobre-intro section h1 {
      color: #fff;
      font-size: 48px;
      font-weight: 300;
      margin-top: 20vh; }
      .sobre-intro section h1 strong {
        font-weight: bold; }
      .sobre-intro section h1 span {
        color: #faa231;
        font-weight: bold; }
    .sobre-intro section .glyphicon-chevron-down, .sobre-intro section .glyphicon-chevron-up {
      border: 2px rgba(255, 255, 255, 0.6) solid;
      border-radius: 50%;
      text-align: center;
      color: rgba(255, 255, 255, 0.6);
      padding: 20px 19px 19px 20px;
      font-size: 28px;
      transition: color ease-in-out 0.5s; }
      .sobre-intro section .glyphicon-chevron-down:hover, .sobre-intro section .glyphicon-chevron-up:hover {
        color: white; }
  .sobre-intro #timeline .glyphicon-chevron-right {
    border: 2px rgba(255, 255, 255, 0.6) solid;
    border-radius: 50%;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    padding: 8px 7px 7px 8px;
    font-size: 12px;
    transition: color ease-in-out 0.5s;
    vertical-align: middle; }
  .sobre-intro #timeline .timeline-item {
    color: white;
    font-size: 16px;
    font-weight: 100;
    padding-top: 0; }
  .sobre-intro .glyphicon-chevron-down, .sobre-intro .glyphicon-chevron-up {
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    padding: 20px 0;
    font-size: 28px; }

/* CENTRAL INTRO */
.central-intro h2 {
  background: linear-gradient(90deg, #003644, #5fc831, #5fc831);
  -webkit-background-clip: text;
  -o-background-clip: text;
  -webkit-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  color: #5fc831; }

/* CONDOMINIO INTRO */
.condominio-intro .intro h2 {
  background: linear-gradient(90deg, #003644, #a21133, #a21133);
  -webkit-background-clip: text;
  -o-background-clip: text;
  -webkit-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  color: #a21133; }

/* FISCAL INTRO */
.fiscal-intro .intro h2 {
  background: linear-gradient(90deg, #003644, #00a1e2, #00a1e2);
  -webkit-background-clip: text;
  -o-background-clip: text;
  -webkit-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  color: #00a1e2; }

/* FOLHA INTRO */
.folha-intro .intro h2 {
  background: linear-gradient(90deg, #003644, #fa0080, #fa0080);
  -webkit-background-clip: text;
  -o-background-clip: text;
  -webkit-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  color: #fa0080; }

/* CONDOMINIO ONLINE INTRO */
.condominio-online-intro .intro h2 {
  background: linear-gradient(90deg, #003644, #c2230d, #c2230d);
  -webkit-background-clip: text;
  -o-background-clip: text;
  -webkit-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  color: #c2230d; }

/* SPD INTRO */
.spd-intro h2 {
  background: linear-gradient(90deg, #003644, #924b1d, #924b1d);
  -webkit-background-clip: text;
  -o-background-clip: text;
  -webkit-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  color: #924b1d; }

/* CONTATO INTRO */
.infos p {
  padding: 0;
  text-align: right;
  font-size: 12px;
  padding-right: 20px; }

.contato {
  margin-bottom: 120px; }
  .contato label {
    line-height: 37.5px;
    display: block; }
  .contato .contato-intro {
    padding-bottom: 10px; }
  .contato .btn-enviar {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 20px;
    background: #fff;
    color: #003342;
    font-size: 18px;
    border: 2px #003342 solid;
    width: 100%;
    transition: all linear 0.1s; }
    .contato .btn-enviar:hover {
      background: #003644;
      color: #f2f2f2; }
  .contato input:focus {
    color: #555; }

.features-mobile .features-block {
  display: none; }

#central .text-block-content .glyphicon {
  color: #4c9f27;
  border-color: #4c9f27; }
#central .text-block-content h5 {
  color: #4c9f27; }
#central .text-block-content p strong {
  color: #254d13; }
#central .list-block-content h3 {
  color: #4c9f27; }
#central .list-block-content ul .title {
  color: #4c9f27; }

.contato-emails {
  color: #666; }
  .contato-emails li {
    padding: 2px; }

#condominio .text-block-content .glyphicon {
  color: #740c24;
  border-color: #740c24; }
#condominio .text-block-content h5 {
  color: #740c24; }
#condominio .text-block-content p strong {
  color: #180207; }
#condominio .list-block-content ul .title {
  color: #740c24; }

#fiscal .text-block-content .glyphicon {
  color: #007daf;
  border-color: #007daf; }
#fiscal .text-block-content h5 {
  color: #007daf; }
#fiscal .text-block-content p strong {
  color: #003449; }
#fiscal .list-block-content ul .title {
  color: #007daf; }

#folha .text-block-content .glyphicon {
  color: #c70066;
  border-color: #c70066; }
#folha .text-block-content h5 {
  color: #c70066; }
#folha .text-block-content p strong {
  color: #610032; }
#folha .list-block-content ul .title {
  color: #c70066; }

#condominioonline .text-block-content .glyphicon {
  color: #921a0a;
  border-color: #921a0a; }
#condominioonline .text-block-content h5 {
  color: #921a0a; }
#condominioonline .text-block-content p strong {
  color: #330903; }
#condominioonline .list-block-content h3 {
  color: #921a0a; }
#condominioonline .list-block-content ul .title {
  color: #921a0a; }

#spd .text-block-content .glyphicon {
  color: #673515;
  border-color: #673515; }
#spd .text-block-content h5 {
  color: #673515; }
#spd .text-block-content p strong {
  color: #120904; }
#spd .list-block-content h3 {
  color: #673515; }
#spd .list-block-content ul .title {
  color: #673515; }
#spd .spd-download {
  background: #924b1d;
  border: 0;
  line-height: 40px;
  padding-left: 16px;
  padding-right: 16px;
  color: white;
  transition: ease-in-out 0.4s all;
  border-radius: 4px; }
  #spd .spd-download i {
    padding-right: 8px; }
  #spd .spd-download:hover {
    background: #673515; }

#portal {
  margin-top: 60px; }
  #portal .portal-nav {
    transition: all linear 0.1s;
    font-weight: 300; }
    #portal .portal-nav .nav, #portal .portal-nav .navbar-nav, #portal .portal-nav .navbar {
      background: #c2230d; }
    #portal .portal-nav .navbar-nav a {
      background: #c2230d;
      transition: all linear 0.1s; }
    #portal .portal-nav .glyphicon {
      padding-right: 8px; }
    #portal .portal-nav a {
      color: #f2f2f2;
      transition: all linear 0.1s; }
      #portal .portal-nav a:hover {
        color: #f2f2f2;
        background: #f28b06; }
  #portal .jumbotron {
    overflow: hidden;
    padding: 0;
    margin: 20px 0 15px 0; }
    #portal .jumbotron img {
      width: 100%; }
  #portal .desativado {
    opacity: 0.4;
    pointer-events: none; }
  #portal #videos {
    margin: 20px auto; }
    #portal #videos div[class="col-md-3"] {
      margin: 8px 0; }
    #portal #videos div[class="col-md-12"] {
      margin-top: 12px;
      margin-bottom: 12px;
      display: flex;
      display: -webkit-flex;
      align-items: center;
      -webkit-align-items: center;
      justify-content: center;
      -webkit-justify-content: center; }
    #portal #videos h4 {
      text-transform: uppercase;
      font-size: 22px;
      color: #f2f2f2;
      font-weight: 400; }
    #portal #videos #central {
      background: #f2f2f2;
      color: #5fc831;
      border: 2px #5fc831 solid;
      transition: all ease-in-out 0.2s; }
      #portal #videos #central a i {
        padding-right: 5px; }
      #portal #videos #central a h4 {
        color: #5fc831;
        text-align: center;
        padding: 25px 0;
        margin: 0;
        transition: color ease-in-out 0.2s; }
      #portal #videos #central a:hover h4 {
        color: #f2f2f2;
        background: #5fc831; }
    #portal #videos #condominio {
      background: #f2f2f2;
      color: #a21133;
      border: 2px #a21133 solid;
      transition: all ease-in-out 0.2s;
      transition: all ease-in-out 0.2s; }
      #portal #videos #condominio a i {
        padding-right: 5px;
        transition: all ease-in-out 0.2s; }
      #portal #videos #condominio a h4 {
        color: #a21133;
        text-align: center;
        padding: 25px 0;
        margin: 0;
        transition: all ease-in-out 0.2s; }
      #portal #videos #condominio a:hover h4 {
        color: #f2f2f2;
        background: #a21133; }
    #portal #videos #fiscal {
      background: #f2f2f2;
      color: #00a1e2;
      border: 2px #00a1e2 solid;
      transition: all ease-in-out 0.2s;
      transition: all ease-in-out 0.2s; }
      #portal #videos #fiscal a i {
        padding-right: 5px;
        transition: all ease-in-out 0.2s; }
      #portal #videos #fiscal a h4 {
        color: #00a1e2;
        text-align: center;
        padding: 25px 0;
        margin: 0;
        transition: all ease-in-out 0.2s; }
      #portal #videos #fiscal a:hover h4 {
        color: #f2f2f2;
        background: #00a1e2; }
    #portal #videos #folha {
      background: #f2f2f2;
      color: #fa0080;
      border: 2px #fa0080 solid;
      transition: all ease-in-out 0.2s;
      transition: all ease-in-out 0.2s; }
      #portal #videos #folha a i {
        padding-right: 5px;
        transition: all ease-in-out 0.2s; }
      #portal #videos #folha a h4 {
        color: #fa0080;
        text-align: center;
        padding: 25px 0;
        margin: 0;
        transition: all ease-in-out 0.2s; }
      #portal #videos #folha a:hover h4 {
        color: #f2f2f2;
        background: #fa0080; }
    #portal #videos #condominioonline {
      background: #f2f2f2;
      color: #c2230d;
      border: 2px #c2230d solid;
      transition: all ease-in-out 0.2s;
      transition: all ease-in-out 0.2s; }
      #portal #videos #condominioonline a i {
        padding-right: 5px;
        transition: all ease-in-out 0.2s; }
      #portal #videos #condominioonline a h4 {
        color: #c2230d;
        text-align: center;
        padding: 25px 0;
        margin: 0;
        transition: all ease-in-out 0.2s; }
      #portal #videos #condominioonline a:hover h4 {
        color: #f2f2f2;
        background: #c2230d; }
  #portal .highlights {
    margin-bottom: 6px; }
    #portal .highlights div[class=col-md-12] {
      margin: 4px 0;
      padding: 8px 0; }
    #portal .highlights h2 {
      font-size: 18px;
      font-weight: 300;
      text-transform: uppercase; }
      #portal .highlights h2 strong {
        color: #aaa;
        font-weight: 300; }
    #portal .highlights h3 {
      font-size: 22px;
      font-weight: 600;
      color: #555;
      text-transform: uppercase;
      text-align: left;
      transition: all linear 0.1s;
      margin-top: 8px; }
    #portal .highlights .thumbnail {
      height: 120px;
      overflow: hidden;
      border: 1px #ccc solid;
      margin-bottom: 0;
      border-radius: 0;
      padding: 0;
      transition: all ease-in-out 0.1s; }
      #portal .highlights .thumbnail img {
        opacity: 0.8;
        transition: all ease-in-out 0.1s; }
    #portal .highlights a {
      transition: all linear 0.1s;
      overflow: hidden; }
      #portal .highlights a:hover h3 {
        color: #222222; }
      #portal .highlights a:hover .thumbnail img {
        opacity: 1; }
      #portal .highlights a p {
        color: #555;
        font-size: 16px; }
      #portal .highlights a i {
        color: #ccc; }

#blog {
  margin-top: 60px; }
  #blog .jumbotron {
    overflow: hidden;
    padding: 0;
    margin: 20px 0 15px 0; }
    #blog .jumbotron img {
      width: 100%; }
  #blog .single-post {
    background: #fff;
    margin-bottom: 20px;
    border: 1px rgba(0, 0, 0, 0.1) solid; }
    #blog .single-post h1 {
      color: #555;
      font-weight: bold; }
    #blog .single-post h2 {
      color: #555; }
    #blog .single-post h3 {
      color: #aaa; }
    #blog .single-post p {
      font-size: 18px;
      color: #555; }

#downloads, #manuais {
  margin-top: 60px; }
  #downloads .header, #manuais .header {
    color: white;
    font-weight: 300;
    text-align: left;
    background: #003644;
    padding: 16px;
    margin: 0;
    font-size: 20px; }
  #downloads .table tr, #manuais .table tr {
    cursor: pointer; }
  #downloads .table td, #manuais .table td {
    vertical-align: middle; }
  #downloads .table .download, #manuais .table .download {
    color: #003644;
    background: #f2f2f2;
    padding: 8px 20px;
    margin: 0;
    text-align: center;
    transition: all ease-in-out 0.1s;
    display: block;
    width: 100%;
    border: 2px #003644 solid; }
    #downloads .table .download:hover, #manuais .table .download:hover {
      background: #003644;
      color: #f2f2f2; }
    #downloads .table .download .glyphicon, #manuais .table .download .glyphicon {
      padding-right: 8px; }
  #downloads .table .info td, #manuais .table .info td {
    background: #eee !important;
    padding: 16px;
    margin: 0; }

.navitation__hint a {
  display: inline-block;
  padding: 0 20px;
  color: #ccc;
  line-height: 34px;
  border: 1px #ccc solid;
  transition: all ease-in-out 0.3s; }
  .navitation__hint a:hover {
    color: #f2f2f2;
    background: #ccc; }

#treinamento {
  margin-top: 60px; }
  #treinamento .block {
    margin-bottom: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: white;
    border: 1px rgba(0, 0, 0, 0.2) solid; }
    #treinamento .block .play-mask {
      transition: all ease-in-out 0.3s;
      height: 150px;
      overflow: hidden; }
      #treinamento .block .play-mask img {
        text-align: center;
        height: 180px;
        transition: all ease-in-out 0.3s; }
      #treinamento .block .play-mask i {
        transition: all ease-in-out 0.3s;
        width: 90%;
        font-size: 36px;
        color: white;
        padding-left: 0;
        line-height: 150px;
        text-align: center;
        position: absolute;
        opacity: 0; }
      #treinamento .block .play-mask:hover {
        background: rgba(0, 0, 0, 0.8); }
        #treinamento .block .play-mask:hover i {
          opacity: 1; }
        #treinamento .block .play-mask:hover img {
          opacity: 0.5; }
    #treinamento .block h4 {
      text-transform: capitalize; }
    #treinamento .block p {
      padding-top: 0;
      color: #555; }

#video {
  margin-top: 60px; }
  #video video {
    margin-bottom: 20px; }
  #video a:last-child {
    margin-bottom: 20px; }
  #video h1 {
    margin-top: 60px;
    margin-bottom: 20px;
    color: #aaa;
    text-align: left; }

#suporte a {
  color: #f2f2f2;
  background: #f28b06;
  padding: 8px 12px;
  border-radius: 4px;
  transition: all linear 0.1s; }
  #suporte a:hover {
    background: #c06e05; }
  #suporte a .glyphicon {
    padding-right: 10px; }

#institucional p {
  color: #555;
  padding: 8px;
  padding-top: 10px;
  padding-left: 0;
  font-size: 16px; }
  #institucional p strong {
    color: #003644; }

#manual {
  font-size: 16px; }
  #manual i {
    color: #003644;
    font-weight: bold; }

.intro-blue {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #003744;
  color: #fff; }

.media-body {
  vertical-align: middle !important; }

.media-middle {
  vertical-align: middle; }

.icon-beneficios-app {
  width: 58px; }

/*
 * MEDIA QUERIES
 * -------------
 */
@media screen and (max-width: 420px) {
  .aceitar-privacidade {
    padding: 15px; }
    .aceitar-privacidade .container {
      display: flex;
      -webkit-display: flex;
      flex-direction: column;
      -webkit-flex-direction: column; }
    .aceitar-privacidade .container-texto {
      width: 100%; }
    .aceitar-privacidade p {
      margin: 0 0 15px; }
    .aceitar-privacidade button {
      margin: 0; }

  .menu {
    padding: 0;
    border-radius: 0;
    border: none; }

  .custom-navbar ul {
    padding-right: 0; }
    .custom-navbar ul li a {
      font-size: 12px;
      background: white;
      color: #0f4156;
      margin-top: 0;
      margin-bottom: 0;
      line-height: 60px; }

  .navbar-nav {
    margin: 0 -15px;
    font-weight: bold !important; }
    .navbar-nav a {
      font-size: 12px;
      background: white;
      color: #f28b06;
      margin-top: 0;
      margin-bottom: 0;
      line-height: 60px; }
      .navbar-nav a:active {
        color: #f28b06; }
      .navbar-nav a:focus {
        color: #f28b06; }
    .navbar-nav .active a {
      background: white;
      color: #f28b06;
      margin-top: 0;
      margin-bottom: 0;
      line-height: 60px; }
    .navbar-nav .open .dropdown-menu {
      padding-top: 0;
      padding-bottom: 0; }

  .nav li a {
    padding-right: auto;
    width: 100%; }

  .custom-jumbotron-home h1 {
    padding-top: 85px; }
  .custom-jumbotron-home .destaques {
    display: none; } }
@media screen and (max-width: 767px) {
  .container-privacidade {
    padding-top: 45px !important; }

  #portal #videos div[class="col-md-12"] {
    flex-wrap: wrap; }

  .hot-menu {
    display: block;
    background: white; }
    .hot-menu ul {
      line-height: 40px;
      list-style: none;
      text-align: center;
      padding-left: 0; }
      .hot-menu ul li {
        display: inline-block; }
        .hot-menu ul li a {
          color: #555;
          font-size: 12px;
          padding-left: 16px;
          padding-right: 16px;
          text-transform: uppercase; }

  .container {
    padding: 0; }

  .home-logo {
    text-align: right;
    padding-right: 16px;
    width: 40%;
    position: absolute;
    right: 16px;
    z-index: 2; }
    .home-logo img {
      height: 40px; }

  .navbar-toggle, .custom-navbar {
    background: #fff;
    border-top: none;
    float: left;
    text-align: left;
    padding-left: 16px; }

  .navbar-nav {
    background: white; }

  .menu {
    padding: 0;
    border-radius: 0;
    border: none;
    width: 100%;
    padding-top: -1px;
    text-align: left; }

  .navbar-collapse {
    width: 100vw;
    background: white; }
    .navbar-collapse .navbar-nav {
      width: 100vw;
      background: white; }

  .custom-navbar {
    margin: 0 auto;
    height: auto;
    width: 100%;
    overflow-x: hidden; }
    .custom-navbar ul {
      padding-right: 0; }
      .custom-navbar ul li {
        height: auto;
        text-align: left; }
        .custom-navbar ul li a {
          background: white;
          color: #f28b06;
          margin-top: 0;
          margin-bottom: 0;
          font-size: 20px;
          line-height: 60px;
          overflow-x: hidden; }

  .navbar-nav a {
    background: #f2f2f2;
    color: #f28b06;
    margin-top: 0;
    margin-bottom: 0; }
    .navbar-nav a:focus {
      background: white;
      color: #0f4156; }
    .navbar-nav a:hover {
      background: white;
      color: #0f4156; }
  .navbar-nav .active a {
    background: #f2f2f2;
    color: #f28b06;
    margin-top: 0;
    margin-bottom: 0; }
  .navbar-nav .open .dropdown-menu {
    padding-bottom: 0;
    padding-top: 0; }

  .navbar-default .navbar-toggle {
    line-height: 60px;
    font-size: calc(1em + 2vw);
    width: 100%;
    margin: 0 auto;
    border: none;
    line-height: 40px;
    color: #003644; }
    .navbar-default .navbar-toggle:focus {
      background-color: transparent; }
    .navbar-default .navbar-toggle:hover {
      background-color: transparent; }

  .transparent .navbar-default .navbar-toggle {
    color: #f2f2f2; }

  .glyphicon-menu-hamburger {
    margin-right: 10px; }

  .dropdown {
    overflow: hidden; }

  .sobre-intro h1 {
    font-size: 40px; }
  .sobre-intro h3 {
    font-size: 18px; }
  .sobre-intro section p {
    width: 95vw; }

  .intro {
    padding-top: 130px; }
    .intro p {
      padding-left: 20px;
      padding-right: 20px; }

  .custom-jumbotron-home .destaques {
    display: none; }
  .custom-jumbotron-home .more {
    margin-bottom: 100px; }

  .features-mobile {
    display: block !important; }
    .features-mobile .features-block {
      display: block !important; }
      .features-mobile .features-block img {
        width: 100vw; }

  .list-block-content h3 {
    padding: 0 20px; }

  .features {
    display: none; }

  .footer {
    text-align: center; }
    .footer ul {
      text-align: center;
      padding-left: 0; }
    .footer .sitemap {
      display: none; }

  #videos .col-sm-12 {
    width: 100%;
    margin-bottom: 8px;
    margin-top: 8px; }

  #contato label {
    text-align: left; } }
@media screen and (max-width: 991px) {
  .custom-jumbotron-home {
    height: 400px; }
    .custom-jumbotron-home .destaques {
      display: none; }
    .custom-jumbotron-home .more {
      margin-bottom: 100px; }

  .condominio-intro .intro h2 {
    margin-top: 140px; }

  .solicitation {
    text-align: center; }
    .solicitation h3 {
      font-size: 14px;
      line-height: 18px;
      text-align: center;
      padding-bottom: 10px; }
    .solicitation a {
      font-size: 14px;
      line-height: 20px;
      text-align: center; }

  #downloads .table td {
    line-height: 12px;
    font-size: 10px; }
  #downloads .table .data {
    max-width: 100px;
    padding: 0; } }
@media screen and (max-width: 1199px) {
  .home-logo img {
    max-height: 120px; }

  .custom-navbar {
    font-size: 12px; }

  .features p {
    font-size: 18px; }
  .features .dark {
    font-size: 14px; }
    .features .dark a {
      padding: 5px 10px; }

  #portal .highlights .thumbnail {
    width: 100%;
    height: 100%; }
    #portal .highlights .thumbnail img {
      width: 100%; } }
/* FIREFOX GRADIENT ALTERNATIVES */
/* --------------------------------------------------------------------------------*/
@-moz-document url-prefix() {
  .intro h2 {
    color: #f28b06;
    background: transparent;
    background-clip: border-box; }

  .central-intro .intro h2 {
    color: #5fc831;
    background: transparent;
    background-clip: border-box; }

  .condominio-intro .intro h2 {
    color: #a21133;
    background: transparent;
    background-clip: border-box; }

  .fiscal-intro .intro h2 {
    color: #00a1e2;
    background: transparent;
    background-clip: border-box; }

  .folha-intro .intro h2 {
    color: #fa0080;
    background: transparent;
    background-clip: border-box; } }
/* FIREFOX GRADIENT ALTERNATIVES */
/* --------------------------------------------------------------------------------*/
@media screen\0 {
  .intro h2 {
    color: #f28b06;
    background: transparent;
    background-clip: border-box; }

  .central-intro .intro h2 {
    color: #5fc831;
    background: transparent;
    background-clip: border-box; }

  .condominio-intro .intro h2 {
    color: #a21133;
    background: transparent;
    background-clip: border-box; }

  .fiscal-intro .intro h2 {
    color: #00a1e2;
    background: transparent;
    background-clip: border-box; }

  .folha-intro .intro h2 {
    color: #fa0080;
    background: transparent;
    background-clip: border-box; } }
#treinamento .block {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }
  #treinamento .block li {
    flex: 0 1 auto; }
  #treinamento .block .thumbnail {
    border: 0 none;
    box-shadow: none;
    min-height: 320px; }

.treinamento-desc {
  padding-top: 0;
  color: #767676; }
  .treinamento-desc .right {
    text-align: right;
    color: #167ac6 !important; }



.btn-wahstapp-fixo {
  position: fixed;
  z-index: 1000;
  bottom: 15px;
  right: 15px;
}
.btn-wahstapp-fixo img {
  width: 70px;
}

ul.nav.navbar-nav.navbar-right li a {
  padding: 0 0 0 20px;
}
@media(min-width: 1200px){
  ul.nav.navbar-nav.navbar-right li a {
    padding: 0 0 0 30px;
  }
}
/*# sourceMappingURL=main.css.map */
