body {
  width: 70%;
  margin: 0 auto;
  background-image: url(./../images/fundo_site_1354x806.png);
  background-repeat: no-repeat;
}
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.container {
  max-width: 960px;
}

.pricing-header {
  max-width: 700px;
}

.card-deck .card {
  min-width: 220px;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}
header {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
h1 {
  color: #a8cf45;
}
h2,
h4,
h5 {
  color: #234659;
}
h3 {
  color: #661a00;
}

.logo-row {
  width: 153px;
  margin: 0 auto;
}

.logo {
  width: 153px;
  height: 282px;
  text-align: center;
}

#sis {
  width: 100%;
  height: auto;
  background-image: url(./../images/plano-SIS.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
}
