/* BANNER
------------------------*/
.main-banner {
  position: relative;
  background: url(../images/img-banner-01.jpg);
  background-size: cover;
  height: calc(100vh - 125px);
  width: 100%;
  color: #fff;
  text-align: center;
  position: relative;
}
.main-banner .banner__content {
  max-width: 700px;
}
.main-banner h1 {
  font-size: 32px;
  text-transform: uppercase;
}

.main-banner p {
	font-size: 22px;
	color: #fff;
	font-weight: 300;
  }

@media (min-width: 768px) {
  .main-banner h1 {
    font-size: 59px;
  }

  .main-banner p {
	font-size: 26px;
	color: #fff;
  }
}



#particles-js {
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: url("");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  opacity: 0.35;
}

.main-banner-content {
  position: relative;
  margin-top: 100px;
}

/* OBJETIVO
------------------------*/
#objetivo {
  padding: 50px 0;
}
#objetivo img {
  width: 90%;
}
.objetivo__content {
  max-width: 500px;
}

/* BENEFICIOS
------------------------*/
#beneficios {
  background: #f7f7f7;
  padding: 100px 0;
}
.beneficios__box {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 210px;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.1);
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.beneficios__box:hover {
  opacity: 0.7;
}

.beneficios__box img {
  margin-bottom: 20px;
  width: 64px;
  height: auto;
}

.beneficios__box h3 {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}

/* DASHBOARD
------------------------*/
#dashboard {
  padding: 100px 0;
}
#dashboard h3 {
  font-size: 37px;
  font-weight: bold;
  text-transform: uppercase;
}
.dashboard__icones {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.dashboard__dep {
  font-size: 18px;
  color: #4c5b6a;
}
.dashboard__box {
  margin-bottom: 30px;
}
.dashboard__carousel img {
  width: 100%;
}

/* BUSINESS
------------------------*/
#business {
  padding: 50px 0;
  background: #f7f7f7;
}
#business img {
  width: 95%;
  height: auto;
}
#business ul {
  list-style: none;
  padding: 0;
  line-height: 2em;
}
#business li {
  background: url("../images/icon-check.svg") no-repeat left center;
  padding: 3px 0px 3px 30px;
  list-style: none;
}

/* CONTATO
------------------------*/
#contato {
  padding: 80px 0;
}
.contato__box {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
  margin-bottom: 20px;
  display: block;
  color: inherit;
  padding: 20px 40px;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.contato__box--form {
	padding: 40px;
}

.contato__form a {
  display: block;
  color: inherit;
}

.contato__form a .contato__box:hover {
  opacity: 0.7;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
}

.contato__box img {
  height: 30px;
  width: 30px;
}
.contato__box input,
.contato__box textarea {
  border: 1px solid #dddddd;
  display: block;
  width: 100%;
  padding: 15px;
  font-size: 16px;
  margin-bottom: 20px;
}

/* RODAPE
------------------------*/
footer {
  padding: 50px 0;
  background-color: var(--purple-second);
  background: linear-gradient(to bottom, #41b2dc 0%, var(--purple-second) 100%);
}
.footer__logo img {
  width: 258px;
  height: auto;
}
.footer__social img {
  height: 20px;
  width: auto;
  margin: 30px 20px 0;
}


.footer-bottom {
	text-align: center;
    color: #fff;
    background: #845aa4;
    border-top: solid 1px #fff;
	padding: 10px;
}

.footer-bottom p,
.footer-bottom a {
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	-webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s;
}

.footer-bottom a:hover {
	opacity: 0.5;
}