@font-face {
  font-family: helveticaNeue;
  src: url(fonts/helvetica-neue-lt-std/HelveticaNeueLTStd-Lt.otf);
}

body {
  background: black;
  color: white;
  font-family: helveticaNeue;
}

.container h3,
.container h4 {
  text-align: center;
}

.container p {
  text-align: justify;
  line-height: 25px;
  font-size: 20px;
}

.container .text {
  margin: 25px 0px;
}

.container .city {
  text-align: center;
  margin: 0px;
}

.container .number {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}

.guincho {
  max-width: 200px;
  max-height: 150px;
  width: auto;
  height: auto;
}

h3 span i {
  font-size: 40px;
  margin: 0 15px 0 0;
}

ul li {
  margin: 0 0 10px 0;
}

a {
  color: white;
}

a:hover {
  color: white;
}

button {
  background: none;
  color: white !important;
  border: none;
}

button:focus,
button:hover {
  outline: 0 !important;
  border: 0 !important;
}

i {
  font-size: 65px;
}

.mobile {
  display: none;
}

@media (max-width: 768px) {
  body {
    height: 100vh;
  }

  .margin-top {
    margin-top: 3rem;
  }

  .mobile {
    display: table;
  }
}

@media (min-width: 768px) {
  .container p {
    text-align: center;
  }
}
