html, body {
  font-family: 'Poppins', sans-serif;
  background: #F7F7F7;
}

.container {
  max-width: 540px;
}

header {
  float: left;
  width: 100%;
  text-align: center;
  background: #fff;
}

header h1 {
  width: 100%;
  margin: 0;
  height: 120px;
  background: transparent url(img/logo-wm.png) center center no-repeat;
  text-indent: -5000em;
  border-bottom: 5px solid #D0043F;
}

header .servicos {
  width: 100%;
  float: left;
  padding: 70px 0;
  text-align: center;
  background: #222 url(img/bg-masthead.jpg) top center no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  header .servicos {
    padding: 35px;
  }
}

header .servicos h2 {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  margin: 0 25px;
  font-weight: 700;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  header .servicos h2 {
    margin: 15px 0;
  }
}

#main .areas {
  width: 100%;
  text-align: center;
  padding: 40px 0 20px 0;
  float: left;
  border-bottom: 1px solid #D0043F;
  background: #fff;
}

#main .areas h2 {
  color: #D0043F;
  font-size: 23px;
  font-weight: 900;
  font-weight: 700;
}

#main .areas ul {
  display: inline-block;
  margin: 20px 0;
  padding: 0;
  list-style-type: none;
}

#main .areas ul li {
  color: #ADADAD;
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  #main .areas ul li {
    margin: 10px 0;
    width: 100%;
  }
}

@media (min-width: 768px) {
  #main .areas ul li:nth-child(2) {
    border-left: 1px solid #D0043F;
    border-right: 1px solid #D0043F;
    padding: 0 50px;
    margin: 0 50px;
  }
}

#main .content {
  float: left;
  padding: 50px 0;
  width: 100%;
}

#main .content h4 {
  font-weight: 700;
  color: #D0043F;
  font-size: 18px;
  margin-bottom: 25px;
}

#main .content ul[role="alert"] {
  padding: 0;
  list-style-type: none;
}

#main .content .btn-primary {
  color: #fff;
  background-color: #D0043F;
  border-color: #D0043F;
  float: left;
  border-radius: 3px;
  text-transform: none !important;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 15px 30px;
}

#main .content .alert.alert-success {
  color: #626262;
  background-color: #fff;
  border-color: #D3D3D3;
  border-radius: 0;
  padding: 40px 50px;
  text-align: center;
  font-size: 16px;
}

#main .content .alert.alert-success button.close {
  display: none !important;
}
/*# sourceMappingURL=geral.css.map */