body {
  margin: 0px;
}

article {
  padding: 20px 0px 20px;
}

article h3 {
  margin: 20px 0px 30px 0px;
}

.init {
  background: url(images/fundo.png) no-repeat center;
  background-size: cover;
  color: #FFFFFF;
}

.init .nav {
  margin-top: 50px;
  min-width: 70px;
}

.init .navbar a {
  color: #FFFFFF;
}

.init .title {
  margin: 15% 0% 20%;
  text-shadow: 5px 5px 10px #000000;
}

#logo img{
  max-height: 60px;
  max-width: auto;
  margin-top: 50px;
}

.services {
  display: flex;
  align-items: center;
  justify-content: center;
}

.services .service {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  max-width: 300px;
  height: 350px;
  background-color: #1B7CCC;
  color: #FFFFFF;
  border-radius: 20px;
  padding: 20px;
    /* topo - direita - inferior - esquerda */
  margin: 0px 20px 30px 20px;
}

.services .service::selection {
  background: #6EBEFF;
  color: #000000;
}

.services .service::-moz-selection {
  background: #6EBEFF;
  color: #000000;
}

.services .service::-webkit-selection {
  background: #6EBEFF;
  color: #000000;
}

.services .service .head {
  height: 50px;
}

.services .service .head h5 {
  font-weight: 650;
}

.services .service .body p {
  text-align: start;
  text-justify: auto;
  font-weight: 450;
  letter-spacing: 1px;
}

#img_about img {
  max-height: 180px;
  min-width: auto;
}

.title #text {
  font-size: 23px;
  padding-bottom: 20px;
}

#atc_contact {
  background-color: #EDEDED;
}

#atc_contact textarea {
  resize: none;
}

#atc_contact .address {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

footer {
  height: 45px;
  padding: 10px;
  background-color: #229CFF;
  color: #FFFFFF;
}

@media (min-width: 768px) {
  .navbar {
    margin-top: 50px;
  }

  .init .navbar a {
    font-size: 20px;
  }

  #logo img{
    max-height: 120px;
  }

  .services {
    justify-content: space-between;
  }
  
  .services .service {
    align-items: center;
    justify-content: start;
    max-width: 280px;
    height: 400px;
    padding: 25px;
    /* topo - direita - inferior - esquerda */
    margin: 0px 0px 30px 0px;
  }

  #img_about img {
    max-height: 350px;
    width: auto;
  }
}