/* mixin =============*/
body, html {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}

p {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1, h2, h3, h4, h5, p, strong, figure, ul, li {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 3rem;
}

h1, h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-style: normal;
  line-height: 1.1em;
}

.navbar .navbar-nav .nav-item .nav-link {
  position: relative;
  color: inherit;
  padding: 0.9375rem;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 3px;
  line-height: 20px;
}

.navbar .navbar-toggler .navbar-toggler-icon {
  background-color: #fff;
}

.page-header {
  height: unset;
  background-position: top center;
  background-size: cover;
  margin: 0;
  padding: 120px 0 110px 0;
  border: 0;
  display: block;
}

.page-header h1 {
  padding: 20px 0;
}

.page-header h3 {
  color: #8841ee;
  line-height: 1.2em;
  margin: 40px 0 0 0;
}

.navbar .navbar-brand {
  position: relative;
  color: inherit;
  font-size: 1.125rem;
  height: unset;
  line-height: 30px;
  padding: 10px 0;
}

.navbar .navbar-brand .lr {
  padding-left: 10px;
}

.navbar {
  border: 0;
  border-radius: 3px;
  padding: 0.625rem 0;
  margin-bottom: 20px;
  color: #fff;
  background-color: #180a2b !important;
  -webkit-box-shadow: 0 4px 18px 0px rgba(0, 0, 0, 0.12), 0 7px 10px -5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 18px 0px rgba(0, 0, 0, 0.12), 0 7px 10px -5px rgba(0, 0, 0, 0.15);
}

.navbar .navbar-nav .nav-item .nav-link {
  position: relative;
  color: inherit;
  padding: 0.9375rem;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 3px;
  line-height: 20px;
}

.sec01 {
  background: url(../img/bkg-2.png);
  padding: 0 0 120px 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: #303042;
}

.sec01 .icones {
  margin-top: -50px;
  margin-bottom: -30px;
}

.sec01 p {
  margin: 25px 0;
  font-size: 1.1em;
  padding: 0 20px;
  min-height: 130px;
}

.sec01 h2 {
  color: #8841ee;
  font-size: 3em;
}

.sec01 .btn-clique {
  color: #fff;
  background: #8841ee;
}

.sec02 {
  background: url(../img/bkg-3.jpg);
  padding: 0 0 120px 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: #303042;
}

.sec02 .icones {
  margin-top: -50px;
  margin-bottom: -10px;
}

.sec02 p {
  margin: 25px 0;
  padding: 0 20px;
  font-size: 1.1em;
  min-height: 130px;
}

.sec02 h2 {
  color: #fff;
  font-size: 3em;
}

.sec02 .btn-clique {
  color: #fff;
  background: #d64c70;
}

.sec03 {
  background: url(../img/bkg-4.png);
  padding: 0 0 120px 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: #303042;
}

.sec03 .icones {
  margin-top: -50px;
  margin-bottom: -15px;
}

.sec03 h2 {
  color: #4d6fd8;
  font-size: 3em;
}

.sec03 p {
  margin: 25px 0;
  padding: 0 20px;
  font-size: 1.1em;
  min-height: 130px;
}

.sec03 .btn-clique {
  color: #333;
  background: #ffeb08;
}

.sec04 {
  background: url(../img/bkg-5.jpg);
  padding: 120px 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: #303042;
}

.sec04 .icones {
  margin-top: -50px;
  margin-bottom: -15px;
}

.sec04 h2 {
  color: #3dc7d1;
  font-size: 3em;
}

.sec04 p {
  margin: 25px 0;
  padding: 0 10px;
  font-size: 1.1em;
  color: #fff;
}

.sec04 .btn-site {
  color: #000;
  font-size: 1.2em;
}

.btn-site {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  background: -ms-linear-gradient(335deg, #9335f6 0, #5498D8 35%, #1CF2BE 66%);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
  /* for IE */
  background: linear-gradient(335deg, #9335f6 0, #5498D8 35%, #1CF2BE 66%);
  /* W3C */
}

.btn-site:hover,
.btn-site:active,
.btn-site:focus,
.btn-site:visited {
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  background: -ms-linear-gradient(335deg, #9335F6 0, #5498D8 50%, #1CF2BE 93%);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
  /* for IE */
  background: linear-gradient(335deg, #9335F6 0, #5498D8 50%, #1CF2BE 93%);
  /* W3C */
}

.btn-clique {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-size: 1em;
}

.btn-clique:hover {
  background: #000;
  color: #fff;
}

footer {
  padding: 30px 0;
  text-align: center;
  display: -webkit-flex;
  display: block;
  background: #180a2b;
  overflow: hidden;
}

footer .container .row div {
  padding: 20px 0;
}

footer ul li {
  display: block;
}

footer ul li a {
  color: inherit;
  padding: 5px 0;
  font-weight: 500;
  font-size: 1em;
  text-transform: none;
  border-radius: 3px;
  text-decoration: none;
  position: relative;
  display: block;
}

@media (min-width: 120px) {
  .page-header {
    padding-top: 140px;
  }
  .page-header h1 {
    font-size: 2.3em;
    text-align: center;
  }
  .page-header h3 {
    font-size: 1.1em;
    padding: 0 25px;
  }
  footer .container .row div:nth-child(1) {
    border-bottom: 1px solid #513872;
    border-right: 0;
  }
  footer .container .row div:nth-child(2) {
    border-bottom: 1px solid #513872;
    border-right: 0;
  }
}

@media (min-width: 768px) {
  .page-header {
    padding-top: 140px;
  }
  .page-header h1 {
    font-size: 1.8em;
    text-align: right;
  }
  .page-header h3 {
    font-size: 1.3em;
    padding: 0 25px;
  }
  footer .container .row div:nth-child(1) {
    border-right: 1px solid #513872;
    border-bottom: 0;
  }
  footer .container .row div:nth-child(2) {
    border-right: 1px solid #513872;
    border-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .page-header h1 {
    font-size: 2.8em;
    text-align: right;
  }
}
/*# sourceMappingURL=style.css.map */