body {
  background: #dfe1e8;
  background: linear-gradient(to bottom, #eef0f5 0%, #dfe1e8 100%);
}

.footer-hotsite {
  background-color: #ffffff;
}

.no-padding, .servico-box, .login-inline, .listar-hubs {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.no-margin {
  margin-right: 0;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.full-background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.max-90 {
  max-width: 90%;
}

.p-aling-center {
  margin: 0 auto;
}

.p-margin-b {
  margin-bottom: 17px;
}

.p-padding-aviso {
  padding: 60px 0;
}

.no-padding-r {
  padding-right: 0;
}

.conversao, .listar-hubs, .fundo-cinza {
  background-color: #edf0f5;
}

.fundo-branco {
  background-color: #ffffff;
  padding: 1em;
}

.btn, .fundo-branco {
  box-shadow: 0 0 1em 0 #e7eaef;
}

.sem-sombra {
  box-shadow: none;
}

.novo-padrao {
  padding: 40px 0;
}
.novo-padrao p, .novo-padrao h1, .novo-padrao h2, .novo-padrao h3, .novo-padrao h4, .novo-padrao h5, .novo-padrao h6, .novo-padrao span, .novo-padrao b {
  color: #404040;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raspoutine Bold";
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 20px;
}

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

.titulo {
  margin: 60px 0;
}

.servico-box, .login-inline, .listar-hubs {
  border: none transparent;
}

.btn {
  border-radius: 0;
  font-weight: bold;
  text-transform: uppercase;
}

.btn-azulc-rounded, .input-rdd-gray, .btn-azule-rounded {
  border-radius: 0;
}
.btn-azulc-rounded:hover, .btn-azulc-rounded:focus, .input-rdd-gray:hover, .input-rdd-gray:focus, .btn-azule-rounded:hover, .btn-azule-rounded:focus {
  opacity: 1;
  border-radius: 0 !important;
}

.btn-azulc-rounded:hover, .btn-azulc-rounded:focus {
  background-color: #4494fc;
}

.btn-xsmall {
  top: -0.2em;
  color: #404040;
  position: relative;
  padding: 0.2em 1em;
  background: #edf0f5;
  letter-spacing: normal !important;
}
.btn-xsmall:hover {
  color: #ffffff;
  background: #44c5eb;
}

.btn-primary {
  border: none;
  border-radius: 0;
  background-color: #44c5eb;
}
.btn-primary:active, .btn-primary:hover {
  background-color: #4494fc;
}

.btn-azul-escuro {
  width: 100%;
  color: #ffffff;
  background-color: #4494fc;
}
.btn-azul-escuro:hover {
  background-color: #44c5eb;
}

select.input-rdd-gray {
  width: 100%;
  border-radius: 0;
  font-weight: bold;
  color: rgba(64, 64, 64, 0.7) !important;
}

.form-group input, .form-group select, .form-group textarea {
  resize: horizontal;
  background-color: #edf0f5 !important;
}
.form-group input::placeholder, .form-group select::placeholder, .form-group textarea::placeholder {
  font-weight: bold;
  color: rgba(64, 64, 64, 0.7) !important;
}
.form-group label {
  display: none;
}
.form-group textarea {
  width: 100%;
  resize: horizontal;
}

.box-resumo hr {
  margin: 1em 0 0 0;
}
.box-resumo .resumo_final {
  font-size: 1.3em;
}

.box-flutuante {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 100%;
  display: none;
  position: fixed;
  background-color: rgba(64, 64, 64, 0.9);
}

@media (max-width: 992px) {
  .no-padding-r {
    padding-left: 0;
    margin-top: 15px;
    padding-right: 0;
  }
}
.headhubs .fundo-branco {
  padding-bottom: 12em;
}
.headhubs .fundo-branco h4, .headhubs .fundo-branco p {
  color: #ffffff;
}
.headhubs .fundo-branco img {
  filter: brightness(0) invert(1);
}

.hubs_list {
  margin-top: -10.5em;
  margin-bottom: 3em;
}
.hubs_list .col-md-3 {
  position: relative;
}
.hubs_list .col-md-3 .icones {
  left: 0;
  right: 0;
  width: 80%;
  top: 115px;
  z-index: 1;
  margin: auto;
  display: flex;
  position: absolute;
  align-self: center;
  align-items: stretch;
  vertical-align: middle;
  justify-content: space-between;
}
.hubs_list .col-md-3 .icones i {
  cursor: pointer;
}
.hubs_list .col-md-3 .icones .fa {
  color: #ffffff;
}
.hubs_list .col-md-3 .icones .fa-heart-o {
  color: #ffffff;
}
.hubs_list .col-md-3 .icones .fa-heart {
  color: #44c5eb;
}
.hubs_list .col-md-3 .icones span {
  text-align: right;
}
.hubs_list .col-md-3 .mini_premium {
  font-size: 13px;
  padding: 2px 5px;
  background-color: #fb7d73;
}
.hubs_list .col-md-3 .mini_premium i {
  color: #ffffff;
}
.hubs_list .col-md-3 .mini_premium img {
  top: -2px;
  position: relative;
}

.box-hub {
  margin-bottom: 17px;
}
.box-hub .image-banner {
  min-height: 147px;
  position: relative;
}
.box-hub .descricao {
  min-height: 145px;
}
.box-hub .descricao .titulo {
  margin: 0;
  min-height: 50px;
  padding-bottom: 0;
}
.box-hub .descricao p {
  height: 60px;
  max-height: 60px;
  min-height: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media (max-width: 800px) {
  .titulo {
    margin-top: 0;
  }
  .titulo .col-md-4 {
    margin-top: 2em;
  }

  .headhubs .fundo-branco {
    padding-bottom: 1em;
  }
  .headhubs .fundo-branco img {
    max-height: 30px;
    margin-bottom: 1em;
  }

  .hubs_list {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .box-hub .descricao {
    min-height: initial;
  }
}

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