a:hover {
  text-decoration: none;
}

body {
  font-family: 'Montserrat', sans-serif;
  background: #fff;
}

a {
  color: #000;
  font-weight: bold;
  -webkit-transition: .3s;
  transition: .3s;
}

button:focus {
  outline: none;
}

a i {
  color: #481866;
  -webkit-transition: .3s;
  transition: .3s;
}

img {
  max-width: 100%;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.highlight {
  color: #481866;
}

.bg-highlight {
  background: #481866;
}

.header {
  background: #481866;
}

.banner {
  display: block;
  padding: 80px 0 0 0;
  position: relative;
}

.menu {
  position: absolute;
  width: 100%;
  top: 40px;
  z-index: 10;
}

.header {
  position: fixed;
  width: 100%;
  height: 80px;
  z-index: 10;
}

.header .logo {
  padding: 10px;
  width: 290px;
  max-width: 100%;
  text-align: center;
}

.header .toggleLogin {
  position: fixed;
  top: 15px;
  right: 70px;
  width: 40px;
  height: 40px;
  background: #631885;
  padding: 8px 10px;
  border-radius: 5px;
}

.header .toggleLogin i {
  color: #fff;
  font-size: 24px;
}

.header .toggleMenu {
  position: fixed;
  top: 15px;
  right: 20px;
  width: 40px;
  height: 40px;
  padding: 5px;
  background: #631885;
  border-radius: 5px;
}

.header .toggleMenu .bar {
  display: block;
  background: #fff;
  padding: 2px 10px;
  margin: 5px 0;
}

.header .nav-mobile {
  display: none;
}

.header .nav-desktop {
  text-align: right;
}

.header .nav-desktop a {
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  display: inline-block;
  padding: 8px 10px;
  margin-top: 18px;
  font-weight: bold;
  margin-right: 10px;
  -webkit-transition: .3s;
  transition: .3s;
}

.header .nav-desktop a.active, .header .nav-desktop a:hover {
  color: #eee;
}

.header .nav-desktop .button {
  background: #631885;
  padding: 10px 20px;
  text-transform: none;
}

.header .nav-desktop .button i {
  color: #fff;
  padding-right: 5px;
}

.about {
  padding: 70px 0;
  background: #f3f3f5 !important;
}

.about .wrap {
  padding: 0 40px 0 0;
}

.about h2 {
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 40px;
}

.about h3, h3 {
  font-size: 1.35rem;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 40px;
}

.about h3:before, h3:before {
  content: '';
  position: absolute;
  width: 60px;
  height: 4px;
  background: #481866;
  bottom: 0;
}

.about .bolder {
  font-weight: bold;
}

.hr {
  margin: 40px 0;
  background: #ddd;
  display: block;
  height: 1px;
}

.see-more {
  font-size: 14px;
}

.attuation {
  background: #fff;
  padding: 70px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.thumb-list .item .img {
  background: #fff;
  padding: 0 10px;
  margin-bottom: 10px;
  display: block;
}

.thumb-list .item {
  text-align: center;
}

.thumb-list .item img {
  margin: 0 0 20px 0;
  display: block;
}

.thumb-list .item i {
  font-size: 36px;
  margin: 10px 0;
  padding: 10px;
  color: #fff;
  background: #481866;
}

.thumb-list .item .title {
  display: block;
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
}

.thumb-list .item .desc {
  font-size: 12px;
  color: #999;
}

.thumb-list .know-more {
  font-size: 10px;
  border: 2px solid #481866;
  padding: 10px 15px;
  border-radius: 30px;
  text-transform: uppercase;
  color: #481866;
  -webkit-transition: .4s;
  transition: .4s;
}

.thumb-list .know-more:hover {
  font-size: 10px;
  color: #fff;
  border: 2px solid #481866;
  background: #481866;
  padding: 10px 15px;
  border-radius: 30px;
  text-transform: uppercase;
}

.section {
  padding: 40px 0;
}

.servicos.thumb-list .item .img {
  width: 150px;
  margin: 0 auto;
}

.servicos.thumb-list .item .img img, .solucoes.thumb-list .item .img img {
  width: 100%;
}

.servicos.thumb-list .item .title {
  display: block;
  font-size: 14px;
  height: 80px;
  margin-bottom: 20px;
  color: #000;
  text-transform: unset;
}

.solucoes {
  background: #481866;
  color: #fff;
}

.solucoes h3::before {
  background: #ff0e51;
}

.solucoes.thumb-list .item .img {
  max-width: 200px;
  margin: 0 auto;
}

.solucoes.thumb-list .item {
  background: #fff;
  display: inline-block;
  padding: 10px;
  height: 450px;
  -webkit-box-shadow: 7px -2px 15px -2px rgba(0, 0, 0, 0.21);
  box-shadow: 7px -2px 15px -2px rgba(0, 0, 0, 0.21);
  margin-bottom: 20px;
}

.solucoes.thumb-list .item .title {
  margin-bottom: 10px;
  font-size: 16px;
  height: 80px;
}

.solucoes.thumb-list .item .desc {
  margin-bottom: 30px;
}

.call-to-action .text-center {
  margin: 80px 0 0 0;
  display: block;
}

.call-to-action .text-center p {
  margin-top: 20px;
  margin-bottom: 40px;
  display: block;
}

.testimonials {
  background: #fff;
}

.testimonials .item {
  text-align: center;
}

.testimonials .item .img {
  max-width: 80px;
  border: 2px solid #f1f1f1;
  margin: 10px auto;
  display: block;
  border-radius: 100%;
  overflow: hidden;
}

.testimonials .item .desc {
  position: relative;
  background: #481866;
  color: #fff;
  border: 3px solid #481866;
  border-radius: 10px;
  padding: 10px;
  font-size: 13px;
  line-height: 25px;
  max-width: 450px;
  height: 250px;
  margin: 40px auto;
}

.testimonials .item .desc {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.testimonials .item .name {
  font-weight: bold;
  text-transform: uppercase;
}

.testimonials .item .ref {
  font-size: 12px;
  text-transform: uppercase;
}

.testimonials .desc:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-color: #481866;
  border-bottom: 0;
  border-left: 0;
  margin-left: 80px;
  margin-bottom: -20px;
}

.team .member {
  border: 1px solid #eee;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
  display: block;
}

.team .name {
  font-size: 18px;
  padding: 20px 10px 0 10px;
  font-weight: bold;
}

.team .function {
  font-size: 14px;
  padding: 0 10px 10px 10px;
  font-weight: normal;
}

.blog {
  padding: 70px 0;
}

.blog .title {
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0;
}

.blog .desc, .blog .date, .blog .category {
  font-size: 12px;
  color: #666;
  font-weight: normal;
}

.footer {
  background: #481866;
  padding: 40px 0 0 0;
  color: #fff;
}

.call-to-action {
  color: #fff !important;
  background-image: url(../img/bg-avaliador.jpg) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-color: #631885 !important;
  text-align: center !important;
  padding: 120px 0px !important;
}

.button {
  border-radius: 30px;
  padding: 15px 20px;
  background: #631885;
  color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
  font-size: 12px;
  text-transform: uppercase;
}

.button:hover {
  background: #fff;
  color: #631885;
}

.footer h3 {
  color: #fff;
  margin: 0;
}

.footer h3:before {
  display: none;
}

.subfooter {
  background: #631885;
  padding: 20px 0;
  margin: 30px 0 0 0;
}

.subfooter h3 {
  font-weight: normal;
  font-size: 17px;
}

.subfooter p {
  font-size: 12px;
}

.subfooter .social a {
  display: inline-block;
  background: #481866;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  text-align: center;
  padding: 5px 0 0 0;
  color: #fff;
}

.subfooter .location i {
  color: gold;
  font-size: 16px;
  margin-right: 10px;
}

.footer .end {
  background: #481766;
  padding: 10px 0;
  font-size: 12px;
  text-align: center;
  color: #eee;
}

.footer .end a {
  color: #fff;
}

.btn {
  background: #481866;
  color: #fff;
}

.btn:hover {
  background: #631885;
  color: #fff;
}

.btn span {
  color: #fff;
}

#loginModal .modal-body {
  padding-bottom: 40px;
}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 900px) {
  .nav-desktop {
    display: none;
  }
  .nav-mobile {
    display: block !important;
  }
  .toggleMenu {
    display: block;
    z-index: 20;
    padding: 10px 10px 5px 10px;
    background: #000;
    -webkit-transition: .8s;
    transition: .8s;
  }
  .toggleMenu.active .bar:nth-child(1) {
    -webkit-transform: rotate(52deg);
            transform: rotate(52deg);
  }
  .toggleMenu.active .bar:nth-child(2) {
    -webkit-transform: translateY(-11px) rotate(-52deg);
            transform: translateY(-11px) rotate(-52deg);
  }
  .toggleMenu.active .bar:nth-child(3) {
    opacity: 0;
    -webkit-transform: translateY(-20px) rotate(52deg);
            transform: translateY(-20px) rotate(52deg);
  }
}
/*# sourceMappingURL=main.css.map */