/* -------------------------------------------------------- */
/* Mobile First */
body {
  color: #666;
  font-family: "Open Sans", "Lucida Grande", Helvetica, Arial, sans-serif;
  font-size: 13px;
  background: #f7f7f7;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
header.header {
  position: fixed;
  width: 100%;
  padding: 10px 0;
  z-index: 200;
}
header.header.active {
  background: #2c98f2 url("../images/bg-float.jpg") no-repeat center center;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.1);
}
header.header .col-logo {
  text-align: center;
}
header.header .mini {
  height: 60px;
}
header.header .menu {
  display: none;
  text-align: right;
}
header.header .menu a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  margin-left: 20px;
}
section {
  padding: 100px 0;
}
section h2.title {
  color: #2c98f2;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin: 0;
  margin-bottom: 5px;
}
section h3.subtitle {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin: 20px 0 0 0;
}
#particles-js {
  width: 100%;
  min-height: 600px;
  background-color: #2c98f2;
  background-image: url("../images/bg-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
section.banner {
  padding: 0;
}
section.banner .row {
  position: absolute;
  z-index: 100;
  width: 100%;
  left: 0;
  right: 0;
  min-height: 600px;
}
section.banner .row .col-xs-12 {
  transform: translateY(25px);
}
section.banner .row .col-xs-12 h1 {
  color: #fff;
  text-align: center;
  margin: auto;
  font-size: 36px;
  line-height: 30px;
  font-weight: 400;
  margin: 0 15px;
}
section.banner .row .col-xs-12 h1 strong {
  font-weight: 700;
}
section.banner .row .col-xs-12 h1 .banner-title {
  font-weight: 700;
}
section.banner .row .col-xs-12 h1 .banner-description {
  font-size: 20px;
  line-height: 15px;
  font-weight: 400;
}
section.banner .row .col-xs-12 h1 .banner-final {
  font-size: 24px;
  line-height: 22px;
  font-weight: 700;
}
section.about {
  background: url("../images/bg-sobre.jpg") no-repeat center center;
  text-align: center;
  padding: 70px 0 40px 0;
}
section.about h2.title {
  margin-bottom: 15px;
}
section.about p {
  max-width: 650px;
  margin: auto;
  font-size: 16px;
  margin-top: 12px;
  line-height: 20px;
  padding: 0 15px;
}
section.solutions-intro-section {
  background: url("../images/bg-contato.jpg") no-repeat center center;
  background-size: cover;
  padding: 40px 0;
}
section.solutions-intro-section h2.title {
  color: #2c98f2;
  font-size: 24px;
  font-weight: 600;
}
section.solutions-intro-section .solutions-intro {
  text-align: center;
  font-size: 15px;
  line-height: 21px;
  margin: 0 0 20px 0;
}
.intro-main {
  margin: 0 0 5px 0;
}
.intro-main strong {
  color: #2c98f2;
  font-size: 10px;
  font-weight: 700;
  display: block;
}
.intro-alert {
  margin: 0 0 30px 0;
  white-space: nowrap;
}
.intro-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1000px;
  margin: auto;
}
.intro-item {
  width: 30%;
  box-sizing: border-box;
  padding: 0 15px;
  margin-bottom: 35px;
}
.intro-item strong {
  display: block;
  margin-bottom: 8px;
  color: #2c98f2;
  font-weight: 700;
}
.intro-item p {
  margin: 0;
  font-weight: 400;
}
section.solutions .itens {
  text-align: center;
  max-width: 700px;
  padding: 40px 15px;
  margin: auto;
}
section.solutions .itens ul {
  list-style: none;
}
section.solutions .itens ul li {
  display: inline-block;
  padding: 0 10px;
}
section.solutions .itens ul li img {
  width: 80px;
  margin: auto;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
section.solutions .itens ul li img.active,
section.solutions .itens ul li img:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);
}
section.solutions .itens ul li a {
  color: #666;
  font-weight: bold;
  text-decoration: none;
}
section.solutions .list {
  padding: 0 15px;
}
section.solutions .list .image {
  text-align: center;
  display: none;
}
section.solutions .list h5 {
  font-size: 20px;
  font-weight: bold;
  color: #2c98f2;
}
section.solutions .list .description {
  line-height: 20px;
  padding: 10px 0;
}
section.solutions .list .link {
  padding-top: 20px;
}
section.solutions .list .link a {
  background: #dfe5f0;
  color: #2c98f2;
  padding: 5px 15px;
  border: 1px #adc6f1 solid;
  text-decoration: none;
  border-radius: 3px;
}
section.solutions .list a.whatsapp-button {
  background: #25d366;
  color: #fff;
  border: 1px #25d366 solid;
}
section.plans .itens {
  text-align: center;
  display: block;
  margin-top: 30px;
  margin-bottom: 20px;
}
section.plans .itens a {
  background: #cdcdcd;
  padding: 6px 25px;
  border-radius: 20px;
  text-decoration: none;
  color: #666;
  margin: auto;
  display: block;
  margin-bottom: 5px;
  max-width: 150px;
}
section.plans .itens a.active {
  background: #ffb911;
  color: #fff;
}
section.plans .list {
  padding-top: 15px;
  max-width: 800px;
  margin: auto;
}
section.plans .list .block {
  max-width: 300px;
  margin: auto;
  text-align: center;
  border: 1px #e1e1e1 solid;
  background: #f3f3f3;
  border-radius: 3px;
  padding: 30px 20px 20px 20px;
  display: block;
  color: #888;
  margin: 0 0 10px 0;
}
section.plans .list .block a {
  background: #2c98f2;
  color: #dfe5f0;
  padding: 8px 15px;
  text-decoration: none;
  border-radius: 3px;
  display: block;
}
section.plans .list .block a:hover {
  background: #dfe5f0;
  color: #2c98f2;
}
section.plans .list .block .title {
  color: #2c98f2;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
section.plans .list .block .text {
  font-size: 12px;
}
section.plans .list .block .price {
  color: #ffb910;
  font-weight: bold;
  font-size: 32px;
}
section.plans .list .block .price span {
  color: #666;
  font-size: 12px;
  font-weight: normal;
}
section.plans .list .block .description {
  padding: 10px 0 20px 0;
  line-height: 20px;
}
section.contact {
  background: url("../images/bg-contato.jpg") no-repeat center center;
}
section.contact h3.subtitle {
  margin-bottom: 30px;
}
section.contact .row {
  margin: auto;
  max-width: 650px;
}
section.contact .success {
  color: #008000;
}
section.contact .error {
  color: #f00;
}
section.contact .input-block {
  padding: 0 5px;
}
section.contact .input-block label {
  margin-top: 6px;
  margin-bottom: 3px;
  display: block;
  color: #2c98f2;
  font-weight: bold;
}
section.contact .input-block input,
section.contact .input-block textarea {
  width: 100%;
  background: #dfe5f0;
  color: #2c98f2;
  padding: 5px 0;
  text-indent: 10px;
  border: 1px #adc6f1 solid;
  border-radius: 3px;
  font-family: "Open Sans", "Lucida Grande", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
section.contact .input-block textarea {
  height: 79px;
  margin-bottom: 10px;
}
section.contact .input-block button {
  width: 100%;
  background: #2c98f2;
  color: #fff;
  padding: 5px 0;
  border: 1px #2c98f2 solid;
  border-radius: 3px;
  cursor: pointer;
}
section.contact .input-block button:disabled {
  background: #666;
  border: 1px #666 solid;
  cursor: not-allowed;
}
footer.footer {
  text-align: center;
  padding: 30px 0;
  opacity: 0.6;
}
footer.footer .social a {
  margin: 0 5px;
}
footer.footer .social img {
  width: 24px;
}
/* -------------------------------------------------------- */
/* Desktop */
@media (min-width: 768px) {
  header.header .col-logo {
    text-align: left;
  }
  header.header .menu {
    display: block;
  }
  section.banner h1 {
    font-size: 40px;
    line-height: 46px;
  }
  section.solutions .list .image {
    display: block;
  }
  section.plans .itens a {
    display: inline-block;
    margin-bottom: 5px;
    margin-left: 3px;
    margin-right: 3px;
  }
}
@media (max-width: 767px) {
  section.solutions-intro-section .solutions-intro .intro-alert {
    white-space: normal;
  }
  section.solutions-intro-section .solutions-intro .intro-item {
    width: 100%;
  }
  section.solutions-intro-section .solutions-intro h2.title {
    line-height: 38px;
  }
  section.solutions h3.subtitle {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    line-height: 22px;
  }
}
