body {
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}

h1, h2, p {
  font-family: Georgia, 'Times New Roman', Times, serif;
  margin: 0;
  font-weight: 100;
  line-height: 1.2;
}

.centro i:hover {
  color: white;
  border: 2px solid #315D82;
  background-color: #315D82;
  font-size: 25px;
  -webkit-transition: ease-in-out .2s;
  transition: ease-in-out .2s;
}

.centro i {
  color: #4D4D4D;
  border: 2px solid #4D4D4D;
  width: 50px;
  height: 35px;
  text-align: center;
  padding-top: 15px;
  border-radius: 50%;
}

.centro > ul {
  display: inline;
  margin: 0px;
  line-height: 150px;
}

.centro > ul > li {
  display: inline;
  margin: 0px;
}

br {
  line-height: 2px;
}

ul {
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: #4D4D4D;
  line-height: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fa-li {
  font-size: 18px;
  text-align: start;
}

@media (max-width: 960px) {
  .fa-li {
    font-size: 14px;
  }
}

.fa-ul {
  color: #4D4D4D;
  font-size: 1.2em;
}

@media (max-width: 960px) {
  .fa-ul {
    font-size: 1em;
  }
}

.grid-container {
  display: -ms-grid;
  display: grid;
  grid: 50%  / 1fr;
}

.top {
  padding-top: 180px;
  padding-bottom: 150px;
  background-color: #F1F1F1;
  display: -ms-grid;
  display: grid;
  grid: auto auto/ auto auto;
  -ms-flex-line-pack: center;
      align-content: center;
}

@media (max-width: 960px) {
  .top {
    display: -ms-grid;
    display: grid;
    grid: auto auto / auto;
    padding-top: 150px;
    padding-bottom: 120px;
  }
}

.bottom {
  background-color: #fff;
  height: auto;
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.left {
  width: 450px;
  display: -ms-grid;
  display: grid;
  border-right: 1px solid #4D4D4D;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 50px;
  justify-self: flex-end;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 960px) {
  .left {
    width: unset;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-grid-column-align: center;
        justify-self: center;
    border: 0px;
    border-bottom: 1px solid;
    padding: 0px;
    padding-bottom: 25px;
  }
}

.right {
  width: 450px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 50px;
}

@media (max-width: 960px) {
  .right {
    width: unset;
    padding: 0px;
    padding-top: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.centro {
  grid-column: span 2;
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 960px) {
  .centro {
    height: 150px;
    grid-column: unset;
  }
}

h1 {
  font-size: 1.8em;
  color: #315D82;
}

@media (max-width: 960px) {
  h1 {
    font-size: 1.5em;
  }
}

h2 {
  font-size: 0.9em;
  color: #A1A1A1;
}

@media (max-width: 960px) {
  h2 {
    font-size: 0.2emx;
  }
}

p {
  font-weight: 100;
  font-size: 1.2em;
  color: #4D4D4D;
  font-style: italic;
}

@media (max-width: 960px) {
  p {
    font-size: 1em;
  }
}

.title {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 45px;
}

.links {
  text-align: center;
}

.links > ul > li {
  display: inline;
  margin: 15px;
}

@media (max-width: 960px) {
  .links > ul > li {
    display: block;
  }
}
/*# sourceMappingURL=main.css.map */