* {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

body {
  margin: 0;
  padding: 0; }

h1 {
  text-align: center;
  font-size: 45px;
  font-weight: 100;
  color: #78909C; }

h2 {
  font-size: 30px;
  font-weight: normal;
  color: #455A64; }

h3 {
  text-align: center;
  text-transform: uppercase;
  color: #455A64;
  font-size: 24px;
  font-weight: normal; }

h4 {
  font-size: 20px;
  font-weight: normal;
  color: #2196F3; }

p {
  font-size: 16px;
  font-weight: normal;
  line-height: 23px;
  color: #78909C; }

.azul {
  color: #2196F3;
  font-weight: bold; }

.verde {
  color: #00BFA5; }

.magnusmonitor {
  font-weight: bold; }

#conectandoavida h1, #conectandoavida p, #quemsomos h1, #quemsomos p, #contato h1, #contato p {
  color: #FFF; }

header, #conectandoavida, #oquefazemos, #oquevocepodefazer, #acompanhe, #quemsomos, #conquistas, #contato {
  padding-left: 7%;
  padding-right: 7%; }

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px; }
  header #logo {
    flex: 1 1 auto;
    background-repeat: no-repeat; }
    header #logo img {
      width: auto;
      height: 100%;
      max-width: 130px; }
  header #nav1 {
    display: flex;
    justify-content: flex-end;
    padding: 10px;
    flex: 2 1 auto; }
    header #nav1 a {
      list-style-type: none;
      color: #2196F3;
      text-decoration: none;
      padding: 5px 10px; }

#nav2 {
  display: flex;
  flex-direction: column;
  padding: 0 7%; }
  #nav2 a {
    color: #2196F3;
    text-decoration: none;
    text-align: right;
    padding: 10px 0 10px 10px; }

#conectandoavida {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: right;
  padding-left: 40%;
  background-color: #2196F3;
  height: 600px;
  background: url(../../vendors/images/bg-hero-img.jpg);
  background-repeat: no-repeat;
  background-size: cover; }
  #conectandoavida h1 {
    text-align: right;
    margin-bottom: 0; }

#oquefazemos #macbookBkgImg {
  background: url(../../vendors/images/macbook.png);
  background-repeat: no-repeat;
  text-align: right; }
  #oquefazemos #macbookBkgImg #blocoPai {
    display: flex;
    height: 350px; }
    #oquefazemos #macbookBkgImg #blocoPai #left {
      min-width: 380px; }
    #oquefazemos #macbookBkgImg #blocoPai #rigth h2 {
      margin-top: 0; }
    #oquefazemos #macbookBkgImg #blocoPai #rigth #txlogotexto {
      display: flex;
      align-items: center; }
      #oquefazemos #macbookBkgImg #blocoPai #rigth #txlogotexto img {
        margin-left: 20px;
        width: 100%;
        height: auto;
        max-width: 141px; }

#oquevocepodefazer {
  margin-top: 60px; }
  #oquevocepodefazer #funcionalidades {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid lightgrey;
    padding-bottom: 40px; }
    #oquevocepodefazer #funcionalidades div {
      display: flex;
      align-items: center;
      width: 30%;
      margin: 20px 0 20px 0; }
      #oquevocepodefazer #funcionalidades div img {
        width: 100%;
        height: auto;
        max-width: 35px;
        margin-right: 10px; }

#acompanhe {
  display: flex;
  margin: 40px 0;
  align-items: center; }
  #acompanhe #descricao {
    margin-right: 40px; }
    #acompanhe #descricao #monitor {
      display: flex;
      align-items: center; }
      #acompanhe #descricao #monitor p {
        margin-left: 20px; }
      #acompanhe #descricao #monitor img {
        width: 100%;
        height: 100%;
        max-width: 141px; }
    #acompanhe #descricao #stores {
      margin-top: 30px; }
      #acompanhe #descricao #stores #appstore, #acompanhe #descricao #stores #playstore {
        margin-right: 20px; }
  #acompanhe #imagem img {
    width: auto;
    height: 100%;
    max-height: 381px; }

#quemsomos {
  background-color: #2196F3;
  padding-top: 40px;
  padding-bottom: 40px; }
  #quemsomos p {
    margin: 0 auto;
    width: 80%;
    text-align: center; }

#conquistas {
  margin: 60px 0 60px 0; }
  #conquistas h2 {
    text-align: center; }
  #conquistas .eventos {
    display: flex;
    align-items: center;
    margin-top: 30px; }
    #conquistas .eventos img {
      margin-right: 30px;
      width: 100%;
      max-width: 116px;
      height: auto; }
    #conquistas .eventos h4 {
      margin-bottom: 0; }

#contato {
  background-color: #00BFA5;
  padding-top: 30px;
  padding-bottom: 30px; }
  #contato #content {
    display: flex;
    flex-wrap: wrap; }
    #contato #content #formContato {
      flex: 1 1 auto; }
      #contato #content #formContato .msg {
        color: #FFF;
        text-align: center;
        padding: 15px 0;
        text-transform: uppercase; }
      #contato #content #formContato .campos {
        display: flex;
        align-items: center;
        margin-bottom: 20px; }
        #contato #content #formContato .campos input, #contato #content #formContato .campos textarea {
          align-self: flex-end;
          padding: 20px;
          border: 1px solid #CFD8DC;
          border-radius: 3px;
          width: 100%;
          font-size: 14px;
          color: #455A64; }
        #contato #content #formContato .campos textarea {
          height: 100px;
          align-self: stretch; }
      #contato #content #formContato #submit {
        display: flex;
        justify-content: space-between; }
      #contato #content #formContato .button {
        background-color: #FFF;
        border: 1px solid #CFD8DC;
        border-radius: 3px;
        color: #455A64;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        width: 100px; }
    #contato #content #enderecos {
      flex: 1 1 auto;
      text-align: right; }
      #contato #content #enderecos .uf {
        font-size: 20px; }
    #contato #content #emailtel {
      width: 100%; }
      #contato #content #emailtel p, #contato #content #emailtel a {
        color: #008174;
        text-decoration: none;
        text-align: center; }

@media all and (max-width: 1040px) {
  #oquefazemos #macbookBkgImg {
    background-image: none; }
    #oquefazemos #macbookBkgImg #blocoPai #left {
      display: none; }

  p {
    font-size: 18px; } }
@media all and (max-width: 800px) {
  h1 {
    font-size: 30px; }

  h2 {
    font-size: 25px;
    text-align: center; }

  h3 {
    font-size: 20px; }

  p {
    text-align: justify;
    font-size: 18px; }

  #conectandoavida {
    padding: 15% 7%;
    text-align: justify;
    height: auto; }
    #conectandoavida h1 {
      text-align: center; }

  #oquefazemos #macbookBkgImg {
    background-image: none;
    height: auto; }
    #oquefazemos #macbookBkgImg #blocoPai {
      height: auto; }
      #oquefazemos #macbookBkgImg #blocoPai #left {
        display: none; }
      #oquefazemos #macbookBkgImg #blocoPai #rigth #txlogotexto {
        flex-direction: column;
        flex-flow: column-reverse; }
      #oquefazemos #macbookBkgImg #blocoPai #rigth p {
        text-align: justify; }
      #oquefazemos #macbookBkgImg #blocoPai #rigth img {
        margin: 10px 0 !important; }

  #oquevocepodefazer #funcionalidades {
    flex-direction: column; }
    #oquevocepodefazer #funcionalidades div {
      width: 100%;
      margin: 5px 0; }
      #oquevocepodefazer #funcionalidades div img {
        margin-right: 20px; }

  #acompanhe {
    flex-direction: column; }
    #acompanhe #descricao {
      margin: 0; }
      #acompanhe #descricao #monitor {
        flex-direction: column;
        align-items: center; }
        #acompanhe #descricao #monitor img {
          margin-bottom: 20px; }
        #acompanhe #descricao #monitor p {
          margin: 0; }
    #acompanhe #stores {
      display: flex;
      justify-content: space-around; }
    #acompanhe #imagem {
      text-align: center; }
      #acompanhe #imagem img {
        display: none; }

  #quemsomos p {
    width: 100%;
    text-align: justify; }

  #conquistas .eventos {
    flex-direction: column;
    margin-top: 40px; }
    #conquistas .eventos img {
      margin: 0; }
    #conquistas .eventos h4, #conquistas .eventos p {
      text-align: center; }

  #contato #content #enderecos {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 10px; }
    #contato #content #enderecos p {
      font-size: 14px; }
    #contato #content #enderecos #mg p {
      text-align: right; }
  #contato #content #emailtel p {
    text-align: center; } }
@media all and (max-width: 500px) {
  #submit {
    flex-direction: column;
    align-items: center; }
    #submit input {
      margin-top: 20px;
      width: 302px !important;
      padding: 24px 0 !important; } }

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