body {
  font-family: 'Quicksand', sans-serif; }

.home {
  background: #0071B6;
  height: 80vh; }
  .home h1 {
    color: white;
    text-align: center;
    margin: 38px 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px; }
  .home p.info {
    color: white;
    text-align: center;
    font-size: 14px;
    line-height: 32px; }
  .home .mail {
    color: white;
    text-decoration: none; }

.logo {
  display: block;
  width: 230px;
  margin: 74px auto 0 auto; }

.raya-celeste {
  height: 10px;
  background: #009ADA;
  opacity: .7;
  border-top: 0px;
  margin: 10px 0 0 0px; }

@media (min-width: 768px) {
  .home {
    background: #0071B6;
    height: 80vh; }
    .home h1 {
      color: white;
      text-align: left;
      margin: 88px 0;
      font-size: 18px;
      font-weight: 300; }
    .home p.info {
      color: white;
      text-align: right;
      font-size: 14px;
      line-height: 32px; }
    .home .mail {
      color: white;
      text-decoration: none; }

  .logo {
    display: block;
    width: 330px;
    margin: 174px 0 0 0; } }

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