html, body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 15px; }

h1, h2, h3 {
  font-family: "Roboto", sans-serif;
  color: #505152; }

header div#sac {
  background-color: #000051;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 200px;
  font-size: 0.8em; }
  header div#sac ul {
    margin: 0;
    padding: 0; }
    header div#sac ul li {
      list-style: none;
      display: inline-block;
      color: #fff;
      margin: auto 20px;
      font-weight: bold; }
      header div#sac ul li:first-of-type {
        margin-left: 0; }
      header div#sac ul li:last-of-type {
        margin-right: 0; }
  header div#sac a {
    text-decoration: none;
    color: #fff; }
header div#titulo {
  text-align: center;
  padding: 20px 200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #fff; }
  header div#titulo h1 {
    margin: auto; }
    header div#titulo h1 img {
      max-width: 150px; }
  header div#titulo img {
    margin: auto;
    max-width: 150px; }
  header div#titulo div#messengerButton {
    margin: auto; }

@media (max-width: 1000px) {
  header {
    width: 100%; }
    header div#sac {
      justify-content: space-around;
      padding: 10px; }
      header div#sac ul {
        width: 80%; }
        header div#sac ul li {
          margin: 1%; }
    header div#titulo {
      padding: 20px; } }
body {
  background-color: #e4e4e4; }

section {
  width: 100%; }
  section article#produtos {
    -webkit-box-shadow: 5px 5px 5px 0px rgba(175, 175, 175, 0.55);
    -moz-box-shadow: 5px 5px 5px 0px rgba(175, 175, 175, 0.55);
    box-shadow: 5px 5px 5px 0px rgba(175, 175, 175, 0.55);
    background-color: #fff;
    margin: 5% 10%;
    display: flex;
    justify-content: center; }
    section article#produtos ul {
      margin: 0;
      padding: 0;
      padding: 20px;
      display: flex;
      align-items: center;
      align-content: center;
      justify-content: center;
      flex-wrap: wrap; }
      section article#produtos ul a {
        text-decoration: none !important; }
        section article#produtos ul a:link, section article#produtos ul a:visited {
          text-decoration: none !important; }
      section article#produtos ul li {
        list-style: none;
        padding: 10px;
        text-align: center;
        width: 100%;
        border: 1px dashed #e4e4e4;
        box-sizing: border-box;
        margin: 10px;
        max-width: 270px; }
        section article#produtos ul li img {
          max-width: 150px;
          max-height: 150px; }
        section article#produtos ul li h2, section article#produtos ul li p, section article#produtos ul li span {
          display: inline-block;
          width: 100%; }
        section article#produtos ul li h2, section article#produtos ul li p {
          text-align: left; }
        section article#produtos ul li h2 {
          margin-bottom: 0; }
        section article#produtos ul li p {
          color: #b3b3b3; }
        section article#produtos ul li span {
          text-align: left; }
          section article#produtos ul li span.antigo {
            color: #505152;
            font-weight: bold; }
          section article#produtos ul li span.atual {
            color: #00d789;
            font-weight: bold;
            font-size: 2em; }
          section article#produtos ul li span.boleto {
            font-size: 0.7em;
            font-weight: bold;
            color: #505152; }
          section article#produtos ul li span.vezes {
            color: #000051;
            font-size: 1.5em;
            font-weight: bold; }
          section article#produtos ul li span.juros {
            font-size: 1em;
            color: #b3b3b3; }
        section article#produtos ul li:hover {
          -webkit-box-shadow: 2px 2px 10px 0px rgba(50, 50, 50, 0.27);
          -moz-box-shadow: 2px 2px 10px 0px rgba(50, 50, 50, 0.27);
          box-shadow: 2px 2px 10px 0px rgba(50, 50, 50, 0.27);
          -webkit-box-shadow: 2px 2px 3px 0px rgba(186, 186, 186, 0.76);
          -moz-box-shadow: 2px 2px 3px 0px rgba(186, 186, 186, 0.76);
          box-shadow: 2px 2px 3px 0px rgba(186, 186, 186, 0.76);
          cursor: pointer;
          border-color: #505152;
          text-decoration: none !important; }

article#novidades {
  -webkit-box-shadow: 0px 7px 5px 0px rgba(175, 175, 175, 0.55);
  -moz-box-shadow: 0px 7px 5px 0px rgba(175, 175, 175, 0.55);
  box-shadow: 0px 7px 5px 0px rgba(175, 175, 175, 0.55);
  background-color: #6fde9b;
  background-color: #fafafa;
  padding: 40px 20px; }
  article#novidades h2 {
    text-align: center;
    color: #505152;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0; }
    article#novidades h2 img {
      margin: 10px; }
  article#novidades div.container {
    display: flex;
    align-items: center;
    justify-content: center; }
    article#novidades div.container ul {
      margin: 0;
      padding: 0;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      article#novidades div.container ul li {
        list-style: none;
        padding: 10px;
        text-align: center;
        width: 100%;
        border: 1px dashed #e4e4e4;
        box-sizing: border-box;
        margin: 10px;
        max-width: 270px;
        display: none;
        background-color: #fff;
        width: auto; }
        article#novidades div.container ul li img {
          max-width: 150px;
          max-height: 150px; }
        article#novidades div.container ul li h2, article#novidades div.container ul li p, article#novidades div.container ul li span {
          display: inline-block;
          width: 100%; }
        article#novidades div.container ul li h2, article#novidades div.container ul li p {
          text-align: left; }
        article#novidades div.container ul li h2 {
          margin-bottom: 0; }
        article#novidades div.container ul li p {
          color: #b3b3b3; }
        article#novidades div.container ul li span {
          text-align: left; }
          article#novidades div.container ul li span.antigo {
            color: #505152;
            font-weight: bold; }
          article#novidades div.container ul li span.atual {
            color: #00d789;
            font-weight: bold;
            font-size: 2em; }
          article#novidades div.container ul li span.boleto {
            font-size: 0.7em;
            font-weight: bold;
            color: #505152; }
          article#novidades div.container ul li span.vezes {
            color: #000051;
            font-size: 1.5em;
            font-weight: bold; }
          article#novidades div.container ul li span.juros {
            font-size: 1em;
            color: #b3b3b3; }
        article#novidades div.container ul li:hover {
          -webkit-box-shadow: 2px 2px 10px 0px rgba(50, 50, 50, 0.27);
          -moz-box-shadow: 2px 2px 10px 0px rgba(50, 50, 50, 0.27);
          box-shadow: 2px 2px 10px 0px rgba(50, 50, 50, 0.27);
          -webkit-box-shadow: 2px 2px 3px 0px rgba(186, 186, 186, 0.76);
          -moz-box-shadow: 2px 2px 3px 0px rgba(186, 186, 186, 0.76);
          box-shadow: 2px 2px 3px 0px rgba(186, 186, 186, 0.76);
          cursor: pointer;
          border-color: #505152;
          text-decoration: none !important; }
        article#novidades div.container ul li.active {
          display: list-item; }
    article#novidades div.container span {
      cursor: pointer; }

@media (max-width: 900px) {
  section article#novidades ul li {
    margin: auto !important; } }
@media (max-width: 900px) {
  section article#produtos {
    margin: 10% 10%; }
    section article#produtos ul div.row {
      flex-flow: column; }
      section article#produtos ul div.row li {
        width: 100%;
        margin: 20px auto; } }
footer {
  background-color: #fff; }
  footer div#news {
    background-color: #000051;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 20px;
    font-size: 0.9em;
    color: #fff; }
    footer div#news p {
      font-weight: bold;
      text-align: center; }
    footer div#news form {
      text-align: right; }
      footer div#news form input, footer div#news form button {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        padding: 6.6666666667px;
        color: #b3b3b3;
        outline: none; }
      footer div#news form input {
        background: transparent;
        border: 2px solid #353478;
        max-width: 250px;
        font-size: 0.8em; }
        footer div#news form input::-webkit-input-placeholder, footer div#news form input:-moz-placeholder, footer div#news form input::-moz-placeholder, footer div#news form input:-ms-input-placeholder {
          color: #b3b3b3; }
        footer div#news form input:focus {
          border-color: #30fdac;
          color: #30fdac; }
      footer div#news form button {
        margin-left: 5px;
        border: none;
        background-color: #e4e4e4;
        background-color: #30fdac;
        color: #505152;
        cursor: pointer;
        font-weight: bold;
        box-sizing: border-box; }
        footer div#news form button:hover {
          color: #505152;
          background-color: #b3b3b3; }
  footer div#coisas {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 40px; }
    footer div#coisas div#logo {
      margin: 20px; }
      footer div#coisas div#logo img {
        max-width: 250px; }
    footer div#coisas div#sobre {
      max-width: 400px;
      padding: 5%; }
      footer div#coisas div#sobre span#sobre {
        color: #505152;
        font-weight: bold; }
      footer div#coisas div#sobre p {
        color: #b3b3b3; }
        footer div#coisas div#sobre p#endereco {
          border-top: 1px solid #e4e4e4;
          padding-top: 10px; }
  footer div#copy {
    text-align: center;
    border-top: 1px solid #e4e4e4;
    padding: 20px 100px;
    padding-bottom: 60px; }
    footer div#copy p {
      color: #b3b3b3;
      margin: 0;
      font-size: 0.8em; }

/*# sourceMappingURL=main.css.map */
