#empresas {
  margin-bottom: 3em;
}
#empresas .empresa {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 1em 0;
}
#empresas .empresa:not(:last-of-type) {
  border-bottom: 1px dotted #ddd;
}
#empresas .empresa .logo {
  flex: 0 0 10.5em;
}
#empresas .empresa .logo img {
  max-width: 140px;
  max-height: 110px;
  display: block;
  margin: 0 auto;
}
#empresas .empresa .conteudo {
  flex: 1 1;
}
#empresas .empresa .botao {
  flex: 0 0 8em;
}
#empresa {
  padding: 1.7em 0 3.5em;
}
#empresa .header {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 0 2em;
}
#empresa .header .logo {
  flex: 0 0 13.5em;
}
#empresa .header .logo img {
  max-width: 140px;
  max-height: 110px;
  display: block;
  margin: 0 auto;
}
#empresa .header .conteudo {
  flex: 1 1;
}
#empresa .banner {
  margin-top: 1em;
  margin-bottom: 3em;
  padding: 0 0.7em;
}
#empresa .banner img {
  max-width: 100%;
  border-radius: 0.3em;
}
#empresa .footer {
  line-height: 1.5em;
}
#empresa .footer .rede-social a {
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  padding-top: 0.17em;
  text-align: center;
  margin-left: 0.2em;
  border-radius: 0.3em;
}
#empresa .footer .rede-social a i {
  color: #fff;
}
#empresa .footer .rede-social a:hover {
  background: #333;
}
#oferta {
  padding: 1.7em 0 2em;
}
#oferta img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
#oferta .valor-antigo {
  position: relative;
  display: inline-block;
}
#oferta .valor-antigo:before {
  top: 0.7em;
  left: 0;
  width: 110%;
  margin: 0 -5%;
  content: "";
  z-index: 1;
  display: block;
  position: absolute;
  transform: rotate(-9deg);
  border-top: 2px solid;
}
.ofertas .item {
  padding: 1.4em 0.7em;
}
.ofertas .item .thumb {
  position: relative;
  border-radius: 0.3em;
}
.ofertas .item .thumb img {
  max-width: 100%;
  border-radius: 0.3em;
  display: block;
}
.ofertas .item .thumb .percentagem {
  position: absolute;
  width: 4em;
  height: 4em;
  overflow: hidden;
}
.ofertas .item .thumb .percentagem:before {
  content: attr(percentagem);
  position: absolute;
  top: 0.2em;
  left: -1.8em;
  width: 6em;
  height: 1.7em;
  line-height: 1.7em;
  display: block;
  text-align: center;
  transform: rotate(-45deg);
  background: #427c3f;
  color: #fff;
  font-weight: bold;
}
.ofertas .item .thumb .info {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 0.9em;
  padding: 1.4em 0.6em 0.4em 0.6em;
  border-radius: 0 0 0.3em 0.3em;
  background: linear-gradient(to bottom, transparent 0, transparent 5%, rgba(0, 0, 0, 0.68) 100%);
}
.ofertas .item .preco-oferta {
  border-top: 1px dotted #ccc;
}
@media (min-width: 1280px) {
  .ofertas .item:nth-of-type(4n+1) {
    clear: left;
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  .ofertas .item:nth-of-type(3n+1) {
    clear: left;
  }
  .ofertas .item.preview:nth-of-type(4) {
    display: none;
  }
}
@media (max-width: 779px) {
  #empresas .empresa {
    flex-direction: column;
  }
  #empresas .empresa .logo {
    flex: 0 0 8em;
  }
  #empresas .empresa .conteudo {
    text-align: center;
    flex: 1 1;
    margin: 1em 0.6em;
  }
  #empresas .empresa .botao {
    flex: 0 0 2.8em;
  }
}
@media (min-width: 576px) and (max-width: 959px) {
  .ofertas .item:nth-of-type(2n+1) {
    clear: left;
  }
}.sc-bg-color-ia {
  background: linear-gradient(132deg, #b400ff, #1689ff);
}

.sc-bg-hover-ia {
  transition: all 0.4s ease-in-out;
}

.sc-bg-hover-ia:hover {
  filter: brightness(1.2) hue-rotate(12deg);
}

/* FUNCTIONS AND VARIABLES
------------------------------------------------------------------------ */

/* DEFAULT CONFIG
------------------------------------------------------------------------ */

body.sc-system {
  background: #FFF;
  font-size: 1em;
  font-family: "Roboto", sans-serif !important;
}

body.sc-system .container {
  position: relative;
}

.sc-system a:hover,
.sc-system a:focus,
.sc-system a:active {
  text-decoration: none;
}

.landpage-content {
  min-height: 20em;
}

.big-title {
  color: #fff;
  position: absolute;
  top: -21px;
  left: 15px;
  padding: 0.5em 0.8em;
  border-radius: 0 0 0.5em 0.5em;
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
}

.big-title:before, .big-title:after {
  content: "";
  border-width: 0;
  border-top-width: 13px;
  border-top-color: transparent !important;
  border-style: solid;
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 0;
}

.big-title:before {
  border-right-width: 5px;
  left: -5px;
}

.big-title:after {
  border-left-width: 5px;
  right: -5px;
}

.slidedown > section {
  margin: 0;
  padding: 0;
  overflow: hidden;
  transition: all 0.3s;
  opacity: 0;
}

.slidedown:hover > section {
  opacity: 1;
}

.title-h1 {
  margin: 1.5em 0 1em;
  padding-left: 0.5em;
  color: #777;
  font-weight: 300;
  font-size: 2em;
}

.loading {
  position: fixed;
  z-index: 999999;
  top: 50%;
  left: 50%;
  font-size: 1.5em;
  width: auto;
  padding: 1em 1.3em;
  text-align: center;
  background-color: rgba(220, 244, 255, 0.95);
  color: #008BCB;
  border-radius: 0.3em;
  opacity: 0;
  cursor: wait;
  visibility: hidden;
  box-shadow: 0.01em 0.06em 0.2em rgba(0, 0, 0, 0.2);
  transform: translate(-50%, -100%);
  transition: all 0.3s;
}

.loading.active {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
}

ul.listagem {
  margin-bottom: 3em;
  opacity: 1;
  transition: opacity 0.5s;
}

ul.listagem.aguardando {
  opacity: 0.3;
}

ul.listagem li {
  display: table;
  padding: 1em 1em 1.5em 1.5em;
  max-width: 70em;
}

ul.listagem li .listagem-thumb {
  display: table-cell;
  vertical-align: top;
  width: 10em;
}

ul.listagem li .listagem-thumb .listagem-thumb-img {
  width: 8.75em;
  height: 6.5em;
  background-size: cover;
  border-radius: 0.4em;
  background-position: center;
  border: 3px solid #E5E5E5;
}

ul.listagem li .listagem-descr {
  display: table-cell;
  vertical-align: top;
}

ul.listagem li .listagem-descr > h3 {
  color: #008BCB;
  font-weight: 400;
}

ul.listagem li .listagem-descr > span {
  font-size: 0.9em;
  margin-bottom: 0.4em;
  display: inline-block;
  color: #B3B3B3;
}

/* FORMS
------------------------------------------------------------------------ */

.sc-form .sc-form-label {
  margin: 0 0 1em;
}

.sc-form .sc-form-label label {
  display: block;
  padding-left: 0.5em;
  text-transform: uppercase;
}

.sc-form input, .sc-form select, .sc-form textarea {
  background: #CBCCCE;
  color: #444;
}

.sc-form input:not([type=checkbox]), .sc-form select, .sc-form textarea, .sc-form button {
  border: none;
  height: 2.5em;
  width: 100%;
  padding: 0 1em;
  font-size: 1em;
  border-radius: 0.3em;
}

.sc-form input:not([type=checkbox]).sc-button, .sc-form select.sc-button, .sc-form textarea.sc-button, .sc-form button.sc-button {
  float: right;
  width: auto;
  padding: 0 2em;
}

.sc-form textarea {
  height: 7.5em;
  padding: 0.5em 1em;
}

/* BUTTONS
------------------------------------------------------------------------ */

.sc-button {
  float: right;
  background: #2e2e2e;
  border: none;
  height: 2.5em;
  line-height: 2.5em;
  color: #fff !important;
  display: inline-block;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  padding: 0 1em;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  font-size: 1em;
  border-radius: 0.3em;
}

/* TOP BAR
------------------------------------------------------------------------ */

#top-bar {
  padding: 0 0.3em;
  background: #2e2e2e;
}

#top-bar #top-menu-mobile {
  font-size: 0.96em;
  z-index: 2;
  padding: 0.3em 0;
  float: left;
}

#top-bar #top-menu-mobile #btn-menu {
  padding: 1em 0.6em;
  display: block;
  width: 3.3em;
  float: left;
}

#top-bar #top-menu-mobile #btn-menu > span {
  background: #fff;
  width: 2em;
  height: 0.25em;
  display: block;
  position: relative;
}

#top-bar #top-menu-mobile #btn-menu > span:before, #top-bar #top-menu-mobile #btn-menu > span:after {
  content: "";
  width: 2em;
  height: 0.25em;
  display: block;
  position: absolute;
  left: 0;
  background: #fff;
}

#top-bar #top-menu-mobile #btn-menu > span:before {
  top: -0.6em;
}

#top-bar #top-menu-mobile #btn-menu > span:after {
  bottom: -0.6em;
}

#top-bar #top-menu {
  padding: 0.2em 0 0.2em 1em;
}

#top-bar #top-menu li {
  display: inline-block;
  margin-right: 0.5em;
}

#top-bar #top-menu li a {
  color: #fff;
  padding: 0.5em 0.2em;
  display: block;
}

#top-bar #top-menu li a i {
  width: 1em;
  display: inline-block;
  text-align: center;
  color: rgba(255, 255, 255, 0.45);
}

#top-bar #login {
  z-index: 2;
  padding: 0.2em 0;
  float: right;
  right: 6.3em;
}

#top-bar #login #btn-login {
  float: right;
  display: block;
  color: #111;
  padding: 0.5em 1em;
  margin: 0.15em 0.6em 0.15em 0.3em;
  border-radius: 4px;
  font-size: 0.9em;
  background: #c7c7c7;
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.2), 0 1px 0 rgba(0, 0, 0, 0.5);
}

#top-bar #login.logado #btn-login {
  background: #4AA000;
}

#top-bar .seu-condominio {
  z-index: 200;
  font-size: 1em;
  width: 3.6em;
  position: absolute;
  top: 0;
  right: 0;
}

#top-bar .seu-condominio .tab-popup {
  padding: 0.3em;
  border-radius: 0 0 0.6em 0.6em;
  background: linear-gradient(to bottom, #f6f6f6 10%, #cccccc);
}

#top-bar .seu-condominio .tab-popup img {
  display: block;
  margin: 0 auto;
}

#top-bar .seu-condominio .box-popup {
  position: relative;
  top: -0.9em;
  z-index: -1;
  width: 20em;
  color: #FFF;
  float: right;
  border-radius: 0 0 0.6em 0.6em;
}

#top-bar .seu-condominio .box-popup > div {
  padding: 1.5em 2em;
  background: rgb(15.4, 15.4, 15.4);
  background: linear-gradient(to bottom, rgb(33.25, 33.25, 33.25), rgb(15.4, 15.4, 15.4));
  color: #FFF;
  border-radius: 0 0 0.6em 0.6em;
}

#top-bar .seu-condominio .box-popup > div img {
  display: block;
  float: left;
  margin-right: 1em;
}

#top-bar .seu-condominio .box-popup > div p {
  text-align: center;
  font-size: 1.2em;
}

#top-bar .seu-condominio .box-popup > div > a {
  text-align: center;
  font-size: 1.2em;
  background: linear-gradient(to bottom, #fff, #ddd);
  display: inline-block;
  color: rgb(33.25, 33.25, 33.25);
  padding: 0.3em 1em;
  float: right;
  margin-top: 1.5em;
  border-radius: 0.3em;
}

.close {
  background: rgb(15.4, 15.4, 15.4);
  color: #fff;
  font-size: 0.7em;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  padding: 0.5em;
  cursor: pointer;
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.18), 0 -1px 0 rgba(0, 0, 0, 0.3) inset;
}

.close:hover {
  background: rgb(7.75, 7.75, 7.75);
}

#mobile-menu-box #mobile-menu {
  font-size: 1.5em;
}

#mobile-menu-box #mobile-menu > ul > li {
  background: rgb(33.25, 33.25, 33.25);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.18) inset, 0 -1px 0 rgba(0, 0, 0, 0.3) inset;
  padding: 0;
}

#mobile-menu-box #mobile-menu > ul > li > a {
  color: #fff;
  font-size: 0.8em;
  font-weight: 300;
  padding: 0.5em 1em;
  display: block;
}

#mobile-menu-box #mobile-menu > ul > li > a > i {
  width: 2em;
  display: inline-block;
  text-align: center;
}

#mobile-menu-box #mobile-menu > ul > li:hover {
  background: rgb(28.15, 28.15, 28.15);
}

#mobile-menu-box #mobile-menu #mobile-top-menu > li {
  background: rgb(15.4, 15.4, 15.4);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.18) inset, 0 -1px 0 rgba(0, 0, 0, 0.3) inset;
}

#mobile-menu-box #mobile-menu #mobile-top-menu > li:hover {
  background: rgb(10.3, 10.3, 10.3);
}

.form-login {
  padding: 0.5em;
  font-size: 1.5em;
}

.form-login .fm-login, .form-login .fm-pass {
  position: relative;
  margin: 0.3em;
}

.form-login .fm-login input, .form-login .fm-pass input {
  background: rgb(237.25, 237.25, 237.25);
  border: none;
  color: rgb(15.4, 15.4, 15.4);
  font-size: 1em;
  padding: 0 0.6em 0 3em;
  border-radius: 0.3em;
  width: 100%;
  height: 1.8em;
  outline: none;
}

.form-login .fm-login input:-moz-placeholder, .form-login .fm-pass input:-moz-placeholder {
  opacity: 1;
  color: rgb(15.4, 15.4, 15.4);
}

.form-login .fm-login input::-moz-placeholder, .form-login .fm-pass input::-moz-placeholder {
  opacity: 1;
  color: rgb(15.4, 15.4, 15.4);
}

.form-login .fm-login input:-ms-input-placeholder, .form-login .fm-pass input:-ms-input-placeholder {
  color: rgb(15.4, 15.4, 15.4);
}

.form-login .fm-login input::-webkit-input-placeholder, .form-login .fm-pass input::-webkit-input-placeholder {
  color: rgb(15.4, 15.4, 15.4);
}

.form-login .fm-login input[contenteditable][placeholder]:empty:before, .form-login .fm-pass input[contenteditable][placeholder]:empty:before {
  content: attr(placeholder);
  color: rgb(15.4, 15.4, 15.4);
}

.form-login .fm-login:after, .form-login .fm-pass:after {
  font-family: FontAwesome;
  display: block;
  font-size: 1em;
  width: 2em;
  height: 1.8em;
  line-height: 1.8em;
  color: #fff;
  border-radius: 0.25em 0 0 0.25em;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(122.5, 122.5, 122.5);
}

.form-login .fm-login:before, .form-login .fm-pass:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-left: 0.5em solid rgb(122.5, 122.5, 122.5);
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  font-size: 1em;
  top: 0.4em;
  left: 2em;
}

.form-login .fm-login:after {
  content: "\f007";
}

.form-login .fm-pass:after {
  content: "\f023";
}

.form-login .fm-submit {
  position: relative;
  margin: 0.3em;
}

.form-login .fm-submit button {
  width: 100%;
  border: none;
  border-radius: 0.3em;
  font-size: 1em;
  height: 1.8em;
  line-height: 1.7em;
  color: #111;
  outline: none;
  padding: 0 1em;
  background: #c7c7c7;
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.2), 0 1px 0 rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.form-login .fm-submit button:hover {
  background: rgb(237.25, 237.25, 237.25);
}

.form-login .fm-forgot {
  float: none;
  clear: left;
  display: block;
  font-size: 0.8em;
  margin: 0.7em auto !important;
}

.form-login .fm-forgot > a {
  color: #fff;
}

#mobile-login-box {
  position: relative;
}

#mobile-login-box #mobile-login {
  background: rgb(33.25, 33.25, 33.25);
}

#mobile-login-box #mobile-login.form-login {
  padding: 1.2em 0 0;
}

#mobile-login-box #mobile-login.form-login li {
  width: 75%;
  margin: 0.5em auto;
}

#mobile-login-box #mobile-login .erros {
  text-align: center;
  padding: 0.3em 0.1em;
}

#mobile-login-box #mobile-login .user-logado {
  padding: 0.5em 1em 2em;
  font-size: 0.9em;
  text-align: center;
}

#mobile-login-box #mobile-login .user-logado > h5 {
  margin-bottom: 1em;
}

#mobile-login-box #mobile-login .user-logado > h5 strong {
  display: block;
}

#lg-form-login {
  padding: 0;
  font-size: 0.8em;
}

#lg-form-login li {
  float: left;
}

#lg-form-login li.fm-login, #lg-form-login li.fm-pass {
  width: 37%;
}

#lg-form-login li.fm-forgot {
  float: right;
  margin: 0 0.6em !important;
  padding: 0;
  line-height: 0.9em;
  font-size: 0.9em;
}

/* HEADER
------------------------------------------------------------------------ */

#header {
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 0.5em 0;
}

#header .container {
  display: table;
  margin: 0 auto;
  width: 100%;
}

#header #logo {
  float: none;
}

#header #logo img {
  margin: 0.5em auto;
  display: block;
  max-height: 150px;
  max-width: 385px;
}

#header #main-menu {
  float: none;
}

#header #main-menu ul {
  margin: 0;
  padding: 0.5em 1.6em 0.5em 3.5em;
  position: relative;
  z-index: 10;
  width: 100%;
}

#header #main-menu ul > li {
  float: left;
  width: 33%;
  text-align: left;
}

#header #main-menu ul > li > a {
  padding: 0.4em 0.2em;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.5em;
}

#header #main-menu ul > li > a > i {
  text-align: center;
  overflow: hidden;
  float: left;
}

#header.tema1 #main-menu ul > li > a > i {
  background: linear-gradient(-135deg, #EFEFEF 30%, #F9F9F9 75%);
  box-shadow: -1px 1px 3px #8E8E8E;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  margin-right: 6px;
  border: 1px solid #fff;
}

#header.tema1 #main-menu ul > li > a:hover > i {
  color: #fff;
}

#header.tema1 #main-menu ul:before {
  background: #fff;
  border: 3px solid #D7D7D7;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  box-shadow: 1px 3px 15px -7px #000;
  transform: skew(-20deg);
  border-radius: 25px 8px 25px 8px;
}

#header.tema2 {
  background: linear-gradient(to bottom, #eeeff0, #d8dbde);
}

#header.tema2 #main-menu ul > li > a {
  padding: 0.5em 0.2em;
  text-shadow: 0 1px 0 #fff, 0 1px 2px #fff;
}

#header.tema2 #main-menu ul > li > a > i {
  box-shadow: -1px 1px 3px #8E8E8E;
  color: #fff;
  width: 27px;
  height: 27px;
  line-height: 25px;
  border-radius: 50%;
  margin-right: 6px;
  text-shadow: none;
}

#header.tema2 #main-menu ul > li > a:hover > i {
  background: linear-gradient(#ddd 30%, #fff 75%);
  border: 1px solid #fff;
}

#header.tema3 #main-menu ul > li > a {
  color: #fff;
  padding: 0.6em 0.2em;
  text-shadow: 0 1px 3px #000;
}

#header.tema3 #main-menu ul > li > a > i {
  width: 27px;
  height: 27px;
  line-height: 25px;
  margin-right: 6px;
  font-size: 1.5em;
  transition: all 0.3s;
}

#header.tema3 #main-menu ul > li > a:hover > i {
  color: #fff;
}

/* WELCOME
------------------------------------------------------------------------ */

#welcome {
  text-align: center;
  padding: 3em 2em;
}

#welcome h3 {
  font-weight: 400;
  margin-bottom: 0.4em;
}

/* SLIDESHOW
------------------------------------------------------------------------ */

#slideshow .slide {
  margin-bottom: 0;
}

#slideshow .slide .slide-img {
  height: 25em;
  background-size: cover;
  background-position: center;
}

#slideshow .slide .slide-description {
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  padding: 1em 1.5em;
  position: absolute;
  bottom: 2em;
  left: 2em;
  margin-right: 2em;
  max-width: 40em;
  text-shadow: 0 0.1em 0.1em #000, 0 0.1em 0.3em #000;
}

#slideshow .slide .slick-arrow:focus {
  box-shadow: none;
}

@media (min-width: 960px) {
  #slideshow .slide .slide-img {
    height: 35em;
  }
}

@media (max-width: 959px) {
  #slideshow .slide .slide-description {
    left: 1em;
    margin-right: 1em;
  }
  #slideshow .slide .slick-prev, #slideshow .slide .slick-next {
    display: none !important;
  }
}

/* SERVICES
------------------------------------------------------------------------ */

#services {
  padding-bottom: 1.5em;
}

#services .container {
  padding: 5em 0;
}

#services li {
  font-size: 1em;
}

#services li:nth-of-type(2n+1) {
  clear: left;
}

#services li > div {
  display: block;
  padding: 2em;
  text-align: center;
  margin: 0.5em 0;
  border-radius: 0.5em;
  word-wrap: break-word;
  transition: all 0.3s;
}

#services li > div > a h3 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.2em;
  margin: 0;
  padding: 0.2em 0;
}

#services li > div > span {
  padding: 0.2em 0;
  min-height: 5em;
  display: block;
}

#services li > div > a i {
  text-align: center;
  display: block;
  margin: 0 auto 0.1em;
  transition: all 0.3s;
}

#services.tema1 li > div {
  background: #eee;
  border: 1px solid #ddd;
}

#services.tema1 li > div:hover {
  background: #fff;
  box-shadow: #000 0 0.18em 1.5em -0.6em;
}

#services.tema1 li > div > a i {
  font-size: 4em;
  width: 1.2em;
  height: 1.2em;
  line-height: 1.2em;
}

#services.tema2 {
  background: #F0F0F0;
}

#services.tema2 li > div {
  background: #fff;
  border: 1px solid #E4E4E4;
}

#services.tema2 li > div:hover > a i {
  color: #fff;
}

#services.tema2 li > div > a i {
  font-size: 3.5em;
  background: #EEF0F2;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  line-height: 2em;
  box-shadow: #D7DDE0 0 0 1em inset;
}

#services.tema3 li > div {
  background: #F2F4F4;
  border: 1px solid #E4E4E4;
  padding-top: 4.5em;
  margin-top: 5em;
  position: relative;
}

#services.tema3 li > div:hover > a i {
  color: #fff;
}

#services.tema3 li > div > a i {
  font-size: 3.5em;
  background: #EEF0F2;
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  position: absolute;
  left: 50%;
  margin-left: -1.25em;
  top: -1.25em;
}

@media (min-width: 960px) {
  #services li {
    font-size: 0.8em;
    padding: 0 0.5em;
  }
  #services li:nth-of-type(2n+1) {
    clear: none;
  }
  #services li:nth-of-type(4n+1) {
    clear: left;
  }
}

/* SERVICE PAGE
------------------------------------------------------------------------ */

#services-page > .container > ul {
  padding-top: 1em;
  font-size: 1em;
}

#services-page > .container > ul > li > div {
  margin: 0 0.5em 4em;
  padding-top: 1em;
}

#services-page > .container > ul > li > div > i {
  font-size: 1.2em;
  display: block;
  width: 7em;
  height: 7em;
  margin: 0.5em auto;
  padding: 1em;
  border-radius: 0.4em;
  border: 0.1em solid #fff;
  background: #fcfcfc;
  box-shadow: rgba(0, 0, 0, 0.1) 0 6em 7em -5em inset, rgba(0, 0, 0, 0.2) 0 0 0.4em, rgba(0, 0, 0, 0.1) 0 0 1.3em;
  transition: all 0.3s;
}

#services-page > .container > ul > li > div > i:before {
  display: block;
  margin: 0 auto;
  width: 1em;
  height: 1em;
  font-size: 5em;
  text-align: center;
  text-shadow: 0 2px 0 #fff;
  transition: color 0.3s;
}

#services-page > .container > ul > li > div:hover > i:before {
  color: #fff;
}

#services-page > .container > ul > li > div > h3 {
  margin: 0;
  min-height: 1.5em;
  line-height: 1.5em;
  text-align: center;
  padding: 0 2em;
  border-radius: 0.3em 0.3em 0 0;
  color: #fff;
  font-size: 1.5em;
  text-transform: uppercase;
}

#services-page > .container > ul > li > div > span {
  background: #f0f0f0;
  display: block;
  padding: 1.5em 2em;
  border-radius: 0 0 0.3em 0.3em;
}

/* CAROUSEL
------------------------------------------------------------------------ */

#carousel {
  padding: 0;
  margin: 0;
  font-size: 1em;
}

#carousel .container {
  margin: 0 auto;
}

#carousel .container .slick-slide {
  text-align: center;
  color: #fff;
  padding: 2em 0 3em;
  overflow: hidden;
  margin-bottom: -2em;
  transition: all 0.3s;
}

#carousel .container .slick-slide:hover {
  background: rgba(255, 255, 255, 0.03);
}

#carousel .container .slick-slide .carousel-img {
  display: block;
  margin: 0 auto 0.6em;
  border-radius: 0.3em;
  box-shadow: 0 1px rgba(0, 0, 0, 0.4), 0 -1px rgba(255, 255, 255, 0.3), 0 0 0 7px rgba(0, 0, 0, 0.15);
  width: 90%;
  height: 9em;
  background-size: cover;
  background-position: 50% 50%;
  max-width: 16em;
}

#carousel .container .slick-slide .carousel-title {
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1em;
  padding: 0.3em 1em;
  min-height: 2.5em;
  margin: 0;
}

#carousel .container .slick-slide .carousel-desc {
  font-size: 0.8em;
  font-weight: 300;
  padding: 0 1em;
  min-height: 6em;
}

#carousel .container .slick-slide.slick-center {
  background: rgba(255, 255, 255, 0.07);
}

#carousel .container .slick-slide.slick-center:hover {
  background: rgba(255, 255, 255, 0.03);
}

#carousel .container .slick-prev:before {
  content: "\f053";
  text-indent: -4px;
}

#carousel .container .slick-next:before {
  content: "\f054";
  text-indent: 4px;
}

#carousel .container .slick-prev:before, #carousel .container .slick-next:before {
  font-family: fontawesome;
  font-size: 26px;
  color: inherit;
  background: #000;
  text-shadow: 0 1px 2px #000;
  width: 45px;
  height: 45px;
  line-height: 43px;
  display: block;
  border-radius: 50%;
  padding: 0;
  border: 3px solid #fff;
  background: linear-gradient(to bottom, #333, #111);
  transition: all 0.3s;
}

#carousel .container .slick-prev, #carousel .container .slick-next {
  height: 100%;
  width: 48px;
  top: 0;
  margin-top: 0;
  z-index: 12;
  color: #fff;
}

#carousel .container .slick-prev:focus, #carousel .container .slick-next:focus {
  box-shadow: none;
}

#carousel .container .slick-prev {
  left: 0;
}

#carousel .container .slick-next {
  right: 0;
}

/* FOOTER
------------------------------------------------------------------------ */

#footer {
  color: #fff;
}

#footer .footer-content .container {
  padding: 2.5em 0.6em 1.5em;
  line-height: 1.4em;
  position: relative;
}

#footer .footer-content .container .info {
  font-size: 0.95em;
  font-weight: 300;
}

#footer .footer-content .container address {
  font-style: normal;
}

#footer .footer-copy {
  padding: 0.5em 1em;
  font-size: 0.8em;
  color: #777;
}

#footer .footer-copy li {
  text-align: center;
  padding: 0;
  text-transform: uppercase;
}

#footer .footer-copy li > img {
  display: block;
  max-height: 60px;
}

#footer .footer-copy .seu-condominio {
  max-width: 16em;
  margin: 2em auto;
  position: relative;
  padding-top: 0.8em;
  float: none;
}

#footer .footer-copy .seu-condominio:before {
  content: "Desenvolvido por";
  position: absolute;
  font-size: 0.6em;
  top: 0;
  left: 1em;
  color: #fff;
}

#footer .footer-copy .seu-condominio span {
  font-size: 0.57em;
}

#footer a {
  color: #fff;
}

#footer.tema1 .footer-content .container li:before {
  top: 0.2em;
  left: 50%;
  margin-left: -0.65em;
  width: 1.3em;
  height: 1.3em;
  line-height: 1.3em;
}

#footer.tema2 .footer-content .container li:before {
  top: 0.1em;
  left: 50%;
  margin-left: -0.65em;
  width: 1.3em;
  height: 1.3em;
  line-height: 1.3em;
  border-radius: 0.1em;
  border: 2px solid;
}

#footer.tema3 .footer-content .container li:before {
  top: 0.1em;
  left: 50%;
  margin-left: -0.65em;
  width: 1.3em;
  height: 1.3em;
  line-height: 1.3em;
  border-radius: 50%;
  border: 2px solid;
}

@media (min-width: 576px) {
  #footer .footer-copy li {
    text-align: left;
  }
  #footer .footer-copy .seu-condominio {
    margin: 0 auto;
    float: right;
  }
}

@media (min-width: 576px) and (max-width: 959px) {
  #footer .footer-content .container li {
    padding: 0.2em 0.2em 0.2em 6em;
    text-align: left;
  }
  #footer .footer-content .container li:before {
    top: 0 !important;
    left: 0 !important;
    margin-left: 0 !important;
  }
  #footer .footer-copy .seu-condominio {
    margin: 0 auto;
  }
}

@media (min-width: 960px) {
  #top-bar #login {
    float: left;
    right: auto;
  }
  #welcome .container {
    padding: 0 10%;
  }
  #services-page > .container > ul > li > div > i {
    float: left;
    margin: 0.6em 1.5em 0.4em 0.4em;
  }
  .footer-content li {
    float: left;
  }
}

@media (min-width: 960px) and (max-width: 1279px) {
  .container {
    max-width: 990px;
    margin: 0 auto;
  }
  #mobile-login {
    width: 30%;
    position: absolute;
    right: 7em;
    top: 0;
    z-index: 200;
    font-size: 1em;
    border-radius: 0 0 0.8em 0.8em;
  }
  #mobile-login .close {
    border-radius: 0 0 0.9em 0.9em;
  }
}

@media (min-width: 1279px) {
  .container {
    max-width: 1080px;
    margin: 0 auto;
  }
  #footer .footer-content .container li {
    padding: 0.2em 0.2em 0.2em 6em;
    text-align: left;
  }
  #footer .footer-content .container li:before {
    top: 0 !important;
    left: 0 !important;
    margin-left: 0 !important;
  }
  #footer .footer-copy .seu-condominio {
    margin: 0 auto;
  }
}

iframe[name=google_conversion_frame] {
  margin-top: -13px;
}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}
.slick-list.dragging{cursor:pointer;cursor:hand}
.slick-slider .slick-track,
.slick-slider .slick-list{transform:translate3d(0, 0, 0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:before,
.slick-track:after{display:table;content:''}
.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left;min-height:1px}
[dir='rtl'] .slick-slide{float:right}
.slick-slide img{display:block}
.slick-slide.slick-loading img{display:none}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}
.slick-arrow.slick-hidden{display:none}
.slick-prev, .slick-next {position:absolute; z-index:200; display:block; height:60px; width:30px; line-height:0; font-size:0; cursor:pointer; background:transparent; color:transparent; top:50%; margin-top:-30px; padding:0; border:none}
.slick-prev:focus, .slick-next:focus {outline:none}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {opacity:0.25}
.slick-prev:before, .slick-next:before {font-family:"FontAwesome"; font-size:35px; line-height:1; color:white; opacity:0.85; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; text-shadow:0 2px 5px #000}
.slick-prev {left:10px}
.slick-prev:before {content:"\f053"}
.slick-next {right:10px}
.slick-next:before {content:"\f054"}
/* sssssasdsssssssd */
.sc-bg-color-ia {
  background: linear-gradient(132deg, #b400ff, #1689ff);
}
.sc-bg-hover-ia {
  transition: all 0.4s ease-in-out;
}
.sc-bg-hover-ia:hover {
  filter: brightness(1.2) hue-rotate(12deg);
}
/* Vars e Mixins de Impressao */
@keyframes girar-360-sentido-horario {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes girar-360-sentido-anti-horario {
  100% {
    transform: rotate(-360deg);
  }
}
/* Vars e Mixins de Screen */
.hidden {
  display: none !important;
}
.sc-ico-spin {
  -moz-animation-name: girar-360-sentido-horario;
  -moz-animation-duration: 1.5s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-name: girar-360-sentido-horario;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-name: girar-360-sentido-horario;
  -ms-animation-duration: 1.5s;
  -ms-animation-timing-function: linear;
  -ms-animation-iteration-count: infinite;
  -o-animation-name: girar-360-sentido-horario;
  -o-animation-duration: 1.5s;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  animation-name: girar-360-sentido-horario;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.nl2br {
  white-space: pre-line;
}
.nested-sortable-arrow:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 0;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left-color: transparent;
  border-right: none;
  z-index: 99999;
}
.nested-sortable-arrow.arrow-order-top:before {
  top: 5px;
  border-left-color: black;
}
.nested-sortable-arrow.arrow-order-bottom:before {
  bottom: 0px;
  border-left-color: black;
}
.caixa_lbox input:invalid:not(.sc-input-default), .caixa_lbox textarea:invalid:not(.sc-input-default), .body-content input:invalid:not(.sc-input-default), .body-content textarea:invalid:not(.sc-input-default) {
  border: 1px solid #c74848 !important;
  border-radius: 1px;
  box-shadow: 0px 0px 5px red;
  border-color: #D10101;
  background-color: #F8E2E2;
  background-color: #fae7e7;
  color: #621e1e !important;
}
.input-color-picker {
  max-width: 5em;
}
.colorpicker-box {
  width: 1.5em;
  height: 1.5em;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
}
.field_with_errors input, .field_with_errors textarea {
  border: 1px solid red !important;
  border-radius: 1px;
  box-shadow: 0px 0px 5px red;
}
::-moz-selection {
  background: #CC0000;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #CC0000;
  color: #fff;
  text-shadow: none;
}
.limitar-redactor .redactor_box .redactor_editor {
  min-height: 30em;
  max-height: 40em;
}
.limitar-imagens img {
  max-width: 100%;
  max-height: 48em;
}
.cantos-arredondados-imagens img {
  border-radius: 0.3em;
}
.tela-escura {
  z-index: 103;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.alvo_dropdown {
  position: relative;
  border: 1px solid transparent;
  border-radius: 4px 4px 0px 0px;
  moz-border-radius: 4px 4px 0px 0px;
  webkit-border-radius: 4px 4px 0px 0px;
}
.alvo_dropdown.hover {
  background: #FFF;
  border: 1px solid #000;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}
.alvo_dropdown .tampador_borda {
  width: 10px;
  height: 1px;
  background-color: #FFF;
  position: absolute;
  z-index: 99999;
  display: none;
}
.alvo_dropdown .container_drop_down {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  background: #FFF;
  border: 1px solid black;
  position: absolute;
  z-index: 99998;
  display: none;
  color: black;
  text-shadow: none;
  border-radius: 4px 0px 4px 4px;
  moz-border-radius: 4px 0px 4px 4px;
  webkit-border-radius: 4px 0px 4px 4px;
}
.alvo_dropdown .container_drop_down.direita {
  border-radius: 0px 4px 4px 4px;
  moz-border-radius: 0px 4px 4px 4px;
  webkit-border-radius: 0px 4px 4px 4px;
}
.has_tooltip {
  position: relative;
}
span.tooltip {
  z-index: 99999;
  display: none;
  left: 0;
  top: 0;
  padding: 0 0 4px;
  float: left;
  position: absolute;
  max-width: 300px;
}
span.tooltip .seta_tooltip {
  position: absolute;
  left: 4px;
  width: 0px;
  height: 0px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid green;
}
span.tooltip .tooltip_text {
  color: white !important;
  display: block;
  font-size: 11px;
  line-height: 14px;
  padding: 4px 8px;
  text-align: left;
  border-radius: 3px;
}
span.tooltip .tooltip_text.black {
  background-color: #000;
}
span.tooltip .tooltip_text.red {
  background-color: #C00;
}
span.tooltip .tooltip_text .no_wrap {
  white-space: nowrap;
}
a.bot_quadrado {
  width: 84px;
  min-height: 58px;
  border: 1px solid #999;
  display: inline-block;
  overflow: visible;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  background: url("/images/gc/botao_quadrado_fundos.png");
  background-position: 0 0;
  color: #333;
  font-size: 11px;
  font-weight: bold;
  text-shadow: 1px 1px 1px #FFF;
  box-shadow: 2px 2px 2px gray;
  text-decoration: none;
}
a.bot_quadrado .container_imagem {
  vertical-align: bottom;
  display: table-cell;
  height: 38px;
  width: 84px;
  overflow: visible;
}
a.bot_quadrado:hover {
  background-position: 252px 0;
  color: white;
  text-decoration: none;
  text-shadow: 1px 1px 1px black;
  border: 1px solid #006384;
}
a.bot_quadrado img {
  border: none;
  max-height: 35px;
  max-width: 60px;
}
a.bot_quadrado .texto_botao {
  text-decoration: none;
  vertical-align: middle;
  width: 84px;
  padding: 0 3px;
  line-height: 11px;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
}
a.bot_quadrado.ativado, a.bot_quadrado.active {
  background-position: 168px 0;
  box-shadow: none;
  border: 1px solid #2a3344;
  color: white;
  text-shadow: 1px 1px 1px black;
  border: 1px solid #000;
}
a.bot_quadrado.ativado:hover {
  background-position: 84px 0;
}
a.bot_quadrado.ativado:active {
  background-position: 168px 0;
}
/*
  display:block; font-size: 18px; color: #FFF; text-decoration:none; cursor: pointer;outline: none;white-space: nowrap;position: relative;
  overflow: visible;
  display: inline-block;
*/
.zoom, .fancybox_imagem, .lightbox, .fancybox_image {
  cursor: -moz-zoom-in;
}
.centralizar_container {
  margin-left: auto;
  margin-right: auto;
  width: 93%;
}
.invisible, .invisivel {
  visibility: hidden;
}
.none, .sumir {
  display: none;
}
.right {
  float: right;
}
.pointer {
  cursor: pointer;
}
.lado, .left {
  float: left;
}
.clear {
  clear: both;
}
#confirm {
  display: none;
}
#confirm .content_confirm {
  overflow: auto;
  margin-left: 19px;
  margin-top: 21px;
}
#confirm .bot-retangulo {
  margin-right: 15px;
  margin-bottom: 10px;
  padding: 6px 14px;
}
.bot-retangulo.checkbox_app {
  text-decoration: none;
  background: #ffffff; /* Old browsers */ /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 10%, #e2e2e2, 100%);
  color: #000;
  text-shadow: 1px 1px 0 #FFF;
  border-color: #CCC;
}
.bot-retangulo.checkbox_app:hover {
  background: #008ae0; /* Old browsers */ /* IE10+ */
  background: linear-gradient(to bottom, #008ae0 10%, #005279, 100%);
  text-shadow: 1px 1px 0 #000;
  color: #FFF;
}
.bot-retangulo.checkbox_app:active {
  background: #0068a6; /* Old browsers */ /* IE10+ */
  background: linear-gradient(to bottom, #0068a6 10%, #003651, 100%);
}
.bot-retangulo.checkbox_app:hover, .bot-retangulo.checkbox_app:focus {
  background: #FFF; /* Old browsers */ /* IE10+ */
  background: linear-gradient(to bottom, #FFF 20%, #8ED200, 100%);
  color: #000;
  text-shadow: 1px 1px 0px #FFF;
  border-color: #006600;
}
.bot-retangulo.checkbox_app.ui-state-active {
  color: #FFF;
  text-shadow: 1px 1px 0px #000;
  background: #7acc00; /* Old browsers */ /* IE10+ */
  background: linear-gradient(to bottom, #7acc00 10%, #336600, 100%);
  border-color: #336600;
}
.bot-retangulo.checkbox_app.ui-state-active:hover, .bot-retangulo.checkbox_app.ui-state-active.ativado:hover, .bot-retangulo.checkbox_app.ui-state-active:focus {
  color: #FFF;
  text-shadow: 1px 1px 0px black;
  border-color: #336600;
  background: #68AE00; /* Old browsers */ /* IE10+ */
  background: linear-gradient(to bottom, #68AE00 10%, #285100, 100%);
}
.bot-retangulo.checkbox_app.ui-state-active.ativado, .bot-retangulo.checkbox_app.ui-state-active.active, .bot-retangulo.checkbox_app.ui-state-active:active, .bot-retangulo.checkbox_app.ui-state-active.ativado:active {
  background: #4F8400; /* Old browsers */ /* IE10+ */
  background: linear-gradient(to bottom, #4F8400 10%, #1A3300, 100%);
}
.bot-retangulo.checkbox_app.ui-state-active.ativado:active, .bot-retangulo.checkbox_app.ui-state-active.active:active, .bot-retangulo.checkbox_app.ui-state-active:active:active, .bot-retangulo.checkbox_app.ui-state-active.ativado:active:active {
  background: #4F8400; /* Old browsers */ /* IE10+ */
  background: linear-gradient(to bottom, #4F8400 10%, #1A3300, 100%);
}
.bot-retangulo.checkbox_app.verde:hover, .bot-retangulo.checkbox_app.green:hover {
  /* @include red_button_theme; */
}
.bot-retangulo {
  border-style: solid;
  border-color: #006699;
  border-width: 1px 0px 0px 1px;
  font-weight: bold;
  vertical-align: middle;
  text-shadow: 1px 1px 0 #000;
  color: #FFF;
  text-decoration: none;
  box-shadow: 1px 1px 1px rgb(0, 0, 0);
  moz-box-shadow: 1px 1px 1px rgb(0, 0, 0);
  webkit-box-shadow: 1px 1px 1px rgb(0, 0, 0);
  display: inline-block;
  overflow: visible;
  text-align: center;
  cursor: pointer;
  background: #008ae0; /* Old browsers */ /* IE10+ */
  background: linear-gradient(to bottom, #008ae0 10%, #005279, 100%);
  padding: 0;
  overflow: visible;
  position: relative;
  border-radius: 3px;
  moz-border-radius: 3px;
  webkit-border-radius: 3px;
}
.bot-retangulo .icone_botao {
  margin-left: 5px;
}
.bot-retangulo.black {
  background: #292929; /* Old browsers */ /* IE10+ */
  background: linear-gradient(to bottom, #292929 10%, #000, 100%);
  color: #FFF;
  text-shadow: 1px 1px 0px #000;
  border-color: #000;
}
.bot-retangulo.black:hover, .bot-retangulo.black.ativado:hover {
  background: #1D1D1D; /* Old browsers */ /* IE10+ */
  background: linear-gradient(to bottom, #1D1D1D 10%, #000, 100%);
  border-color: #000;
}
.bot-retangulo.black.ativado, .bot-retangulo.black.active, .bot-retangulo.black:active, .bot-retangulo.black.ativado:active {
  background: #1D1D1D; /* Old browsers */ /* IE10+ */
  background: linear-gradient(to bottom, #1D1D1D 10%, #000, 100%);
}
.bot-retangulo.black.ativado:active, .bot-retangulo.black.active:active, .bot-retangulo.black:active:active, .bot-retangulo.black.ativado:active:active {
  background: #1D1D1D; /* Old browsers */ /* IE10+ */
  background: linear-gradient(to bottom, #1D1D1D 10%, #000, 100%);
}
.bot-retangulo.orange {
  background: #F99000; /* Old browsers */ /* IE10+ */
  background: linear-gradient(to bottom, #F99000 10%, #c22900, 100%);
  color: #FFF;
  text-shadow: 1px 1px 0px #000;
  border-color: #FF3700;
}
.bot-retangulo.orange:hover, .bot-retangulo.orange.ativado:hover {
  background: #FF6600; /* Old browsers */ /* IE10+ */
  background: linear-gradient(to bottom, #FF6600 10%, #9D2000, 100%);
  border-color: #D13000;
}
.bot-retangulo.orange.ativado, .bot-retangulo.orange.active, .bot-retangulo.orange:active, .bot-retangulo.orange.ativado:active {
  background: #CF5300; /* Old browsers */ /* IE10+ */
  background: linear-gradient(to bottom, #CF5300 10%, #9D2000, 100%);
}
.bot-retangulo.orange.ativado:active, .bot-retangulo.orange.active:active, .bot-retangulo.orange:active:active, .bot-retangulo.orange.ativado:active:active {
  background: #CF5300; /* Old browsers */ /* IE10+ */
  background: linear-gradient(to bottom, #CF5300 10%, #9D2000, 100%);
}
.bot-retangulo.gray {
  background: #ffffff; /* Old browsers */ /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 10%, #e2e2e2, 100%);
  color: #000;
  text-shadow: 1px 1px 0 #FFF;
  border-color: #CCC;
}
.bot-retangulo.gray:hover {
  background: #008ae0; /* Old browsers */ /* IE10+ */
  background: linear-gradient(to bottom, #008ae0 10%, #005279, 100%);
  text-shadow: 1px 1px 0 #000;
  color: #FFF;
}
.bot-retangulo.gray:active {
  background: #0068a6; /* Old browsers */ /* IE10+ */
  background: linear-gradient(to bottom, #0068a6 10%, #003651, 100%);
}
.bot-retangulo.verde, .bot-retangulo.green {
  color: #FFF;
  text-shadow: 1px 1px 0px #000;
  background: #7acc00; /* Old browsers */ /* IE10+ */
  background: linear-gradient(to bottom, #7acc00 10%, #336600, 100%);
  border-color: #336600;
}
.bot-retangulo.verde:hover, .bot-retangulo.verde.ativado:hover, .bot-retangulo.verde:focus, .bot-retangulo.green:hover, .bot-retangulo.green.ativado:hover, .bot-retangulo.green:focus {
  color: #FFF;
  text-shadow: 1px 1px 0px black;
  border-color: #336600;
  background: #68AE00; /* Old browsers */ /* IE10+ */
  background: linear-gradient(to bottom, #68AE00 10%, #285100, 100%);
}
.bot-retangulo.verde.ativado, .bot-retangulo.verde.active, .bot-retangulo.verde:active, .bot-retangulo.verde.ativado:active, .bot-retangulo.green.ativado, .bot-retangulo.green.active, .bot-retangulo.green:active, .bot-retangulo.green.ativado:active {
  background: #4F8400; /* Old browsers */ /* IE10+ */
  background: linear-gradient(to bottom, #4F8400 10%, #1A3300, 100%);
}
.bot-retangulo.verde.ativado:active, .bot-retangulo.verde.active:active, .bot-retangulo.verde:active:active, .bot-retangulo.verde.ativado:active:active, .bot-retangulo.green.ativado:active, .bot-retangulo.green.active:active, .bot-retangulo.green:active:active, .bot-retangulo.green.ativado:active:active {
  background: #4F8400; /* Old browsers */ /* IE10+ */
  background: linear-gradient(to bottom, #4F8400 10%, #1A3300, 100%);
}
.bot-retangulo.pink, .bot-retangulo.rosa {
  background: #FF005C; /* Old browsers */ /* IE10+ */
  background: linear-gradient(to bottom, #FF005C 10%, #88006D, 100%);
  color: #FFF;
  text-shadow: 1px 1px 0px #000;
  border-color: #66003D;
}
.bot-retangulo.pink:hover, .bot-retangulo.pink.ativado:hover, .bot-retangulo.rosa:hover, .bot-retangulo.rosa.ativado:hover {
  background: #C40047; /* Old browsers */ /* IE10+ */
  background: linear-gradient(to bottom, #C40047 10%, #680032, 100%);
  border-color: #66003D;
}
.bot-retangulo.pink.ativado, .bot-retangulo.pink.active, .bot-retangulo.pink:active, .bot-retangulo.pink.ativado:active, .bot-retangulo.rosa.ativado, .bot-retangulo.rosa.active, .bot-retangulo.rosa:active, .bot-retangulo.rosa.ativado:active {
  background: #C40047; /* Old browsers */ /* IE10+ */
  background: linear-gradient(to bottom, #C40047 10%, #680032, 100%);
}
.bot-retangulo.pink.ativado:active, .bot-retangulo.pink.active:active, .bot-retangulo.pink:active:active, .bot-retangulo.pink.ativado:active:active, .bot-retangulo.rosa.ativado:active, .bot-retangulo.rosa.active:active, .bot-retangulo.rosa:active:active, .bot-retangulo.rosa.ativado:active:active {
  background: #680032; /* Old browsers */ /* IE10+ */
  background: linear-gradient(to bottom, #680032 10%, #680032, 100%);
}
.bot-retangulo.amarelo, .bot-retangulo.yellow {
  background: #FECB00; /* Old browsers */ /* IE10+ */
  background: linear-gradient(to bottom, #FECB00 10%, #F57109, 100%);
  color: #000;
  text-shadow: 1px 1px 0px #FFF;
  border-color: #AA5100;
}
.bot-retangulo.amarelo:hover, .bot-retangulo.amarelo.ativado:hover, .bot-retangulo.yellow:hover, .bot-retangulo.yellow.ativado:hover {
  background: #FECB00; /* Old browsers */ /* IE10+ */
  background: linear-gradient(to bottom, #FECB00 10%, #F57109, 100%);
  border-color: #AA5100;
}
.bot-retangulo.amarelo.ativado, .bot-retangulo.amarelo.active, .bot-retangulo.amarelo:active, .bot-retangulo.amarelo.ativado:active, .bot-retangulo.yellow.ativado, .bot-retangulo.yellow.active, .bot-retangulo.yellow:active, .bot-retangulo.yellow.ativado:active {
  background: #FECB00; /* Old browsers */ /* IE10+ */
  background: linear-gradient(to bottom, #FECB00 10%, #F57109, 100%);
}
.bot-retangulo.amarelo.ativado:active, .bot-retangulo.amarelo.active:active, .bot-retangulo.amarelo:active:active, .bot-retangulo.amarelo.ativado:active:active, .bot-retangulo.yellow.ativado:active, .bot-retangulo.yellow.active:active, .bot-retangulo.yellow:active:active, .bot-retangulo.yellow.ativado:active:active {
  background: #FECB00; /* Old browsers */ /* IE10+ */
  background: linear-gradient(to bottom, #FECB00 10%, #F57109, 100%);
}
.bot-retangulo.vermelho_escuro, .bot-retangulo.dark_red {
  background: #7A0000; /* Old browsers */ /* IE10+ */
  background: linear-gradient(to bottom, #7A0000 10%, #1D0000, 100%);
  color: #FFF;
  text-shadow: 1px 1px 0px #000;
  border-color: #6F0303;
}
.bot-retangulo.vermelho_escuro:hover, .bot-retangulo.vermelho_escuro.ativado:hover, .bot-retangulo.dark_red:hover, .bot-retangulo.dark_red.ativado:hover {
  background: #7A0000; /* Old browsers */ /* IE10+ */
  background: linear-gradient(to bottom, #7A0000 10%, #1D0000, 100%);
}
.bot-retangulo.vermelho_escuro.ativado, .bot-retangulo.vermelho_escuro.active, .bot-retangulo.vermelho_escuro:active, .bot-retangulo.vermelho_escuro.ativado:active, .bot-retangulo.dark_red.ativado, .bot-retangulo.dark_red.active, .bot-retangulo.dark_red:active, .bot-retangulo.dark_red.ativado:active {
  background: #5A0101; /* Old browsers */ /* IE10+ */
  background: linear-gradient(to bottom, #5A0101 10%, #000, 100%);
}
.bot-retangulo.vermelho_escuro.ativado:active, .bot-retangulo.vermelho_escuro.active:active, .bot-retangulo.vermelho_escuro:active:active, .bot-retangulo.vermelho_escuro.ativado:active:active, .bot-retangulo.dark_red.ativado:active, .bot-retangulo.dark_red.active:active, .bot-retangulo.dark_red:active:active, .bot-retangulo.dark_red.ativado:active:active {
  background: #5A0101; /* Old browsers */ /* IE10+ */
  background: linear-gradient(to bottom, #5A0101 10%, #000, 100%);
}
.bot-retangulo.vermelho, .bot-retangulo.vermelha, .bot-retangulo.red {
  background: #ff0000; /* Old browsers */ /* IE10+ */
  background: linear-gradient(to bottom, #ff0000 10%, #990000, 100%);
  color: #FFF;
  text-shadow: 1px 1px 0px #000;
  border-color: #990000;
}
.bot-retangulo.vermelho:hover, .bot-retangulo.vermelho.ativado:hover, .bot-retangulo.vermelha:hover, .bot-retangulo.vermelha.ativado:hover, .bot-retangulo.red:hover, .bot-retangulo.red.ativado:hover {
  background: #F00000; /* Old browsers */ /* IE10+ */
  background: linear-gradient(to bottom, #F00000 10%, #710000, 100%);
}
.bot-retangulo.vermelho.ativado, .bot-retangulo.vermelho.active, .bot-retangulo.vermelho:active, .bot-retangulo.vermelho.ativado:active, .bot-retangulo.vermelho:focus, .bot-retangulo.vermelha.ativado, .bot-retangulo.vermelha.active, .bot-retangulo.vermelha:active, .bot-retangulo.vermelha.ativado:active, .bot-retangulo.vermelha:focus, .bot-retangulo.red.ativado, .bot-retangulo.red.active, .bot-retangulo.red:active, .bot-retangulo.red.ativado:active, .bot-retangulo.red:focus {
  background: #AE0000; /* Old browsers */ /* IE10+ */
  background: linear-gradient(to bottom, #AE0000 10%, #4A0000, 100%);
}
.bot-retangulo.vermelho.ativado:active, .bot-retangulo.vermelho.active:active, .bot-retangulo.vermelho:active:active, .bot-retangulo.vermelho.ativado:active:active, .bot-retangulo.vermelho:focus:active, .bot-retangulo.vermelha.ativado:active, .bot-retangulo.vermelha.active:active, .bot-retangulo.vermelha:active:active, .bot-retangulo.vermelha.ativado:active:active, .bot-retangulo.vermelha:focus:active, .bot-retangulo.red.ativado:active, .bot-retangulo.red.active:active, .bot-retangulo.red:active:active, .bot-retangulo.red.ativado:active:active, .bot-retangulo.red:focus:active {
  background: #AE0000; /* Old browsers */ /* IE10+ */
  background: linear-gradient(to bottom, #AE0000 10%, #4A0000, 100%);
}
.bot-retangulo:hover {
  background: #0068a6; /* Old browsers */ /* IE10+ */
  background: linear-gradient(to bottom, #0068a6 10%, #003651, 100%);
}
.bot-retangulo.ativado, .bot-retangulo.active, .bot-retangulo:active {
  background: #004e6d; /* Old browsers */
  color: #FFF;
  background: #004e6d; /* Old browsers */ /* IE10+ */
  background: linear-gradient(to bottom, #004e6d 10%, #002330, 100%);
}
.bot-retangulo:focus {
  outline-width: 0;
  outline: none;
  outline-color: none;
}
.bot-retangulo img {
  border: none;
  max-height: 23px;
  padding: 0;
}
.bot-retangulo.lapis img, .bot-retangulo.mais img, .bot-retangulo.visto img {
  background: url("/images/gerenciar/icone_visto.png");
}
.bot-retangulo.upload_app {
  float: left;
  padding: 4px 11px 3px 7px;
}
.bot-retangulo.upload_app .box-icone {
  margin-right: 0.2em;
  color: #78e700;
  font-size: 1.1em;
}
.bot-retangulo.submit:focus {
  color: #FFF;
  text-shadow: 1px 1px 0px #000;
  background: #7acc00; /* Old browsers */ /* IE10+ */
  background: linear-gradient(to bottom, #7acc00 10%, #336600, 100%);
  border-color: #336600;
}
.bot-retangulo.submit:focus:hover, .bot-retangulo.submit:focus.ativado:hover, .bot-retangulo.submit:focus:focus {
  color: #FFF;
  text-shadow: 1px 1px 0px black;
  border-color: #336600;
  background: #68AE00; /* Old browsers */ /* IE10+ */
  background: linear-gradient(to bottom, #68AE00 10%, #285100, 100%);
}
.bot-retangulo.submit:focus.ativado, .bot-retangulo.submit:focus.active, .bot-retangulo.submit:focus:active, .bot-retangulo.submit:focus.ativado:active {
  background: #4F8400; /* Old browsers */ /* IE10+ */
  background: linear-gradient(to bottom, #4F8400 10%, #1A3300, 100%);
}
.bot-retangulo.submit:focus.ativado:active, .bot-retangulo.submit:focus.active:active, .bot-retangulo.submit:focus:active:active, .bot-retangulo.submit:focus.ativado:active:active {
  background: #4F8400; /* Old browsers */ /* IE10+ */
  background: linear-gradient(to bottom, #4F8400 10%, #1A3300, 100%);
}
.bot-retangulo.email img {
  margin-top: 1px;
}
.bot-retangulo.mais img {
  margin-top: 0px;
  margin-right: 3px;
  margin-left: 2px;
}
.bot-retangulo.loading img {
  margin-top: 1px;
  margin-right: 3px;
  margin-left: 2px;
}
.alert {
  background: #DD0404; /* Old browsers */ /* IE10+ */
  background: linear-gradient(to bottom, #DD0404 10%, #410000, 100%);
  color: white;
  text-shadow: 1px 1px 0px black;
  border-radius: 4px;
  font-size: 14px;
  padding: 8px 14px 8px 14px;
  border: 1px solid #410000;
  box-shadow: 2px 2px 3px black;
}
.success {
  background: #85C202; /* Old browsers */ /* IE10+ */
  background: linear-gradient(to bottom, #85C202 10%, #2C5301, 100%);
  color: white;
  text-shadow: 1px 1px 0px black;
  border-radius: 4px;
  font-size: 14px;
  padding: 8px 14px 8px 14px;
  border: 1px solid #410000;
  box-shadow: 2px 2px 3px black;
}
form.nos_contrate {
  width: 326px;
}
form.nos_contrate input[type=text], form.nos_contrate input[type=email] {
  width: 98%;
  font-size: 20px;
  height: 27px;
  margin-bottom: 10px;
}
form.nos_contrate input[type=text].erro, form.nos_contrate input[type=email].erro {
  border-radius: 0.3em;
  border-color: #D10101;
  background-color: #F8E2E2;
  color: #790000;
}
form.nos_contrate input[type=text].erro:-moz-placeholder, form.nos_contrate input[type=email].erro:-moz-placeholder {
  opacity: 1;
  color: #790000;
}
form.nos_contrate input[type=text].erro::-moz-placeholder, form.nos_contrate input[type=email].erro::-moz-placeholder {
  opacity: 1;
  color: #790000;
}
form.nos_contrate input[type=text].erro:-ms-input-placeholder, form.nos_contrate input[type=email].erro:-ms-input-placeholder {
  color: #790000;
}
form.nos_contrate input[type=text].erro::-webkit-input-placeholder, form.nos_contrate input[type=email].erro::-webkit-input-placeholder {
  color: #790000;
}
form.nos_contrate input[type=text].erro[contenteditable][placeholder]:empty:before, form.nos_contrate input[type=email].erro[contenteditable][placeholder]:empty:before {
  content: attr(placeholder);
  color: #790000;
}
form.nos_contrate input[type=text].erro:focus, form.nos_contrate input[type=email].erro:focus {
  box-shadow: 0px 0px 7px #9E1111;
  border-color: #9E1111;
}
form.nos_contrate .obs {
  width: 98%;
  height: 70px;
  font-size: 15px;
}
form.nos_contrate .obs.erro {
  border-radius: 0.3em;
  border-color: #D10101;
  background-color: #F8E2E2;
  color: #790000;
}
form.nos_contrate .obs.erro:-moz-placeholder {
  opacity: 1;
  color: #790000;
}
form.nos_contrate .obs.erro::-moz-placeholder {
  opacity: 1;
  color: #790000;
}
form.nos_contrate .obs.erro:-ms-input-placeholder {
  color: #790000;
}
form.nos_contrate .obs.erro::-webkit-input-placeholder {
  color: #790000;
}
form.nos_contrate .obs.erro[contenteditable][placeholder]:empty:before {
  content: attr(placeholder);
  color: #790000;
}
form.nos_contrate .obs.erro:focus {
  box-shadow: 0px 0px 7px #9E1111;
  border-color: #9E1111;
}
.sucesso_nos_contrate {
  font-size: 20px;
  color: #398100;
  margin-top: 30px;
  width: 276px;
  margin-bottom: 25px;
}
.pulse {
  animation-name: pulse;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
@keyframes pulse {
  0% {
    transform: scale3d(0.95, 0.95, 0.95);
    filter: brightness(1);
  }
  50% {
    transform: scale3d(1.1, 1.1, 1.1);
    filter: brightness(1.2);
  }
  100% {
    transform: scale3d(0.95, 0.95, 0.95);
    filter: brightness(0.95);
  }
}#login {
  color: #8C8C8C;
}
#login h2 {
  text-align: center;
  font-size: 1.5em;
  padding: 0 1.5em;
  margin-top: 3em;
}
#login p {
  text-align: center;
  padding: 0 1.5em;
  max-width: 35em;
  margin: 0 auto;
}
#login .tela-login {
  width: 28em;
  max-width: 95%;
  margin: 1em auto 4em;
  float: none;
  background: #EDEEEF;
  padding: 3.5em;
  border-radius: 0.5em;
}
#login .tela-login .sc-divisor span {
  background: #EDEEEF;
}
#login .tela-login .sc-form .sc-form-label input {
  background: #DADADA;
}
#login .msg_redirecting {
  padding: 2em 0;
  border-radius: 0.5em;
  background-color: rgba(220, 244, 255, 0.95);
  color: #008BCB;
  display: block;
  margin: 4em auto;
  width: 18em;
  text-align: center;
  max-width: 95%;
}
.tela-login .sc-button.sc-button-wait-login {
  width: 100%;
}
.tela-login .sc-avatar div {
  margin: 0 auto 1em;
  width: 10em;
  height: 10em;
  background-size: cover;
  background-position: center;
  border-radius: 100%;
  box-shadow: 0 0 0 9px rgba(128, 128, 128, 0.2) inset, 0 0 0 1px rgba(255, 255, 255, 0.2);
}
.tela-login .sc-mensagem {
  text-align: center;
  font-size: 1.3em;
  padding: 0.5em 0;
  color: #007FB3;
}
.tela-login .sc-button.sc-button-red {
  width: 26%;
  float: left;
}
.tela-login .sc-button.sc-button-green {
  width: 70%;
  float: right;
}
.tela-login .erro-login {
  text-align: center;
  line-height: 1em;
  padding: 0.8em 1em 0;
}
.tela-login .sc-divisor {
  border-top: 1px solid #C7C7C7;
  color: #9E9E9E;
  text-align: center;
  margin: 1em 0 1.5em;
}
.tela-login .sc-divisor span {
  display: table;
  background: #e1e1e1;
  margin: -0.6em auto 0;
  padding: 0 1em;
}
.tela-login .sc-btn-social-login {
  display: table;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  height: 2.5em;
  width: 17em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  overflow: hidden;
  border-radius: 0.3em;
}
.tela-login .sc-btn-social-login span {
  line-height: 1.5em;
  padding: 0 1.8em;
  color: #FFF;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.tela-login .sc-btn-social-login i {
  color: #FFF;
  display: table-cell;
  font-size: 1.5em;
  width: 1.667em;
  text-align: center;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.2);
}
.tela-login .sc-btn-social-login.sc-btn-social-facebook {
  background: #4C79BB;
}
.tela-login .sc-btn-social-login.sc-btn-social-google {
  background: #C53030;
}
@media (max-width: 575px) {
  #login .tela-login {
    padding: 3.5em 1em;
  }
  #login .tela-login h2 {
    margin-top: 1.5em;
  }
}/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("/fonts/fontawesome-webfont.eot?v=4.1.0");
  src: url("/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("/fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("/fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  animation: spin 2s infinite linear;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}