@import url(https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
body {
  font-size: 0.9rem;
  line-height: 22px;
  letter-spacing: 1px;
  width: 1200px;
  min-width: 1200px;
  margin: auto;
}

a:hoevr {
  color: white;
}

main {
  background-color: #e0f3ef;
}

.contact-area {
  margin-left: auto;
}

.btn-orange {
  padding: 6px 22px;
  background-color: #F29E38;
  border-radius: 10px;
  color: white;
}

strong {
  font-weight: bold;
}

#app {
  padding-top: 70px;
  color: #55462C;
}

#header {
  margin: 0 auto;
  width: 1200px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: white;
  position: fixed;
  height: 70px !important;
  overflow: hidden;
  z-index: 2000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: #C1E8DF solid 2px;
}
#header .logo {
  padding: 0 30px;
}
#header .btn {
  margin-right: 50px;
}

#kv {
  background-color: white;
  padding: 60px 0 20px;
}
#kv .inner {
  width: 100%;
  min-height: 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#kv .btn {
  min-width: 240px;
  padding: 10px 50px;
}
#kv .left {
  width: 50%;
  text-align: center;
}
#kv .left h1 {
  font-weight: bold;
  font-size: 28px;
  margin: 20px 0;
}
#kv .left .lead {
  font-size: 1rem;
}
#kv .right .imgs {
  position: relative;
}
#kv .right .imgs .computador {
  width: 400px;
}
#kv .right .imgs .mobile {
  position: absolute;
  width: 100px;
  right: -30px;
  bottom: 0;
}

#dx {
  text-align: center;
  background-color: #24C7BA;
  color: white;
}
#dx h2 {
  padding: 20px 0;
  margin: 0;
}

#intro {
  background-color: white;
  padding: 30px;
}
#intro .inner {
  width: 80%;
  margin: 0 auto;
  padding: 30px;
  background-color: #ECF8F5;
  text-align: center;
}
#intro .inner h3 {
  padding: 10px 0;
  font-weight: bold;
}
#intro .inner .mv {
  padding: 50px 0 0;
}
#intro .inner .mv iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
#intro .inner .marks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
#intro .inner .marks .intro_marks {
  position: relative;
  padding-left: 30px;
}
#intro .inner .marks .intro_marks span {
  min-height: 25px;
  vertical-align: middle;
}
#intro .inner .marks .intro_marks.nursery:before {
  content: url(/image/municipality/intro_nursery.png);
  position: absolute;
  left: 0;
}
#intro .inner .marks .intro_marks.user {
  margin-left: 20px;
}
#intro .inner .marks .intro_marks.user:before {
  content: url(/image/municipality/intro_user.png);
  position: absolute;
  left: 0;
}
#intro .inner .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#intro .inner .cards:after {
  content: "";
  display: block;
  width: 28%;
}
#intro .inner .cards .col-md-3 {
  -ms-flex-preferred-size: 28%;
      flex-basis: 28%;
  max-width: 28%;
}
#intro .inner .cards .card {
  position: relative;
  padding: 10px;
  margin: 20px 0;
  -webkit-box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.3);
}
#intro .inner .cards .card .icon {
  position: absolute;
  top: 5px;
  right: 5px;
}
#intro .inner .cards .card .icon img {
  width: 24px;
  height: 24px;
}
#intro .inner .cards .card .card-text {
  text-align: center;
}
#intro .inner .cards .card .card-text p {
  margin: 7px 0;
  color: #24C7BA;
  font-size: 16px;
  font-weight: bold;
}
#intro .inner .cards .card .card-text .lead {
  font-size: 80%;
  line-height: 1.5;
}
#intro.merit {
  padding: 0 30px 30px;
}
#intro.merit .inner {
  background-color: #C1E8DF;
}
#intro.merit .inner .card {
  padding: 20px 10px;
}
#intro.merit .inner .card p {
  margin: 10px 0 !important;
}

#consultation {
  text-align: center;
  background-color: #24C7BA;
  color: white;
}
#consultation h2 {
  padding: 20px 0;
  margin: 0;
}
#consultation .btn {
  font-size: 20px;
  padding: 14px 80px;
  border-radius: 10px;
  -webkit-box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.3);
}
#consultation p {
  padding: 20px 0;
  margin: 0;
  color: #55462C;
}

#voice {
  padding: 30px;
  background: url(/image/municipality/voice_bg.png);
  text-align: center;
}
#voice h3 {
  padding: 50px 0 40px;
  font-weight: bold;
}
#voice .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#voice .row .img img {
  width: 250px;
}
#voice .row .img.right {
  margin-right: 60px;
}
#voice .row .comment {
  display: inline-block;
  position: relative;
  max-width: 640px;
  margin: 0;
  padding: 20px;
  border-radius: 20px;
  text-align: left;
  font-size: 0.9em;
  background-color: #C1E8DF;
}
#voice .row .comment:before {
  position: absolute;
  bottom: 20px;
  width: 23px;
  height: 30px;
  content: "";
}
#voice .row .comment.right {
  margin-right: 60px;
}
#voice .row .comment.right:before {
  right: -23px;
  border-radius: 0 0 23px 0;
  -webkit-box-shadow: 3px -23px 0 -7px #C1E8DF inset;
          box-shadow: 3px -23px 0 -7px #C1E8DF inset;
}
#voice .row .comment.left:before {
  left: -23px;
  border-radius: 0 0 0 23px;
  -webkit-box-shadow: 3px -23px 0 -7px #C1E8DF inset;
          box-shadow: 3px -23px 0 -7px #C1E8DF inset;
}

#mission {
  background-color: white;
  padding: 30px;
}
#mission .inner {
  width: 80%;
  margin: 0 auto;
  padding: 30px;
  background-color: #C1E8DF;
  text-align: center;
}
#mission .inner h3 {
  padding: 10px 0;
  font-weight: bold;
}
#mission .inner h3.t {
  color: #24C7BA;
}
#mission .inner .lead {
  padding-top: 30px;
  font-size: 90%;
}

#message {
  background-color: white;
  padding: 0 30px 30px;
}
#message .inner {
  width: 70%;
  margin: 0 auto;
  padding: 30px;
  background-color: #ECF8F5;
}
#message .inner h3 {
  padding: 10px 0;
  font-weight: bold;
}
#message .inner .lead {
  padding-top: 30px;
  font-size: 90%;
}
#message .inner .lead p {
  margin-bottom: 0.3rem;
}
#message .inner .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}
#message .inner .row .left {
  width: 70%;
}
#message .inner .row img {
  width: 200px;
  height: 200px;
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #55462C;
  color: white;
}
footer .logo {
  margin-bottom: 10px;
}
footer .logo img {
  width: 130px;
}
footer .w {
  position: relative;
}
footer .w p {
  margin-bottom: 3px;
}
footer .w h3 {
  font-size: 20px;
  margin-bottom: 1rem;
}
