main {margin-bottom: 3rem;}
@media(min-width: 1200px) {
  main {margin-top: 1.875rem; margin-bottom: 5rem;}
}

h1.title {
  font-family: "Montserrat Bold";
  font-size: 1.625rem;
  color: #012c3d;
  text-align: center;
  margin-bottom: 2.75rem;
}

/* Informações */
.page-contact .info {
  padding: 1.25rem;
  margin-bottom: 2rem;
  border-radius: 0.313rem;
  background-color: rgb(246, 246, 246);
  box-shadow: 0px 0px 4px 0px rgba(165, 165, 165, 0.6);
}
.page-contact .info ul li {
  position: relative;
  padding-left: 1.875rem;
}
.page-contact .info ul li:not(:last-child) {
  margin-bottom: 1.875rem;
}
.page-contact .info ul li span {
  font-family: "Montserrat";
  word-break: break-word;
  word-wrap: break-word;
}
.page-contact .info ul li span:nth-child(1) {
  font-weight: bold;
  color: #000000;
}
.page-contact .info ul li span:nth-child(2) {
  color: #4d4d4d;
}
@media(min-width: 768px) {
  .page-contact .info {
    padding: 1.875rem;
    margin-bottom: 3rem;
  }
}

.page-contact .info .nav-icon-map::before {
  content: "";
  background-image: url("../images/icones/icone-endereco-black.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 17px;
  height: 20px;
  margin: auto 0;
}
.page-contact .info .nav-icon-email::before {
  content: "";
  background-image: url("../images/icones/icone-email-black.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 0.156rem;
  bottom: 0.156rem;
  left: 0;
  width: 16px;
  height: 15px;
  margin: auto 0;
}
.page-contact .info .nav-icon-phone::before {
  content: "";
  background-image: url("../images/icones/icone-telefone-black.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 0.125rem;
  bottom: 0.125rem;
  left: 0;
  width: 16px;
  height: 16px;
  margin: auto 0;
}
.page-contact .info .nav-icon-whatsapp::before {
  content: "";
  background-image: url("../images/icones/icone-whatsapp-black.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 0.125rem;
  bottom: 0.125rem;
  left: 0;
  width: 15px;
  height: 15px;
  margin: auto 0;
}
.page-contact .info .nav-icon-clock::before {
  content: "";
  background-image: url("../images/icones/icone-relogio-black.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 0.125rem;
  bottom: 0.125rem;
  left: 0;
  width: 16px;
  height: 16px;
  margin: auto 0;
}

/*  */
.page-contact .positions {
  margin-bottom: 2rem;
}
.page-contact .positions > div {
  color: #4d4d4d;
  margin-bottom: 1.875rem;
}
.page-contact .positions > div b {
  color: #000000;
}
.page-contact .positions > div a {
  font-family: "Montserrat SemiBold";
  color: #4169ba;
}
.page-contact .positions > div a:hover,
.page-contact .positions > div a:focus {
  color: #3d3f7d;
}
.page-contact .positions div:nth-child(3) {
  text-align: justify;
}
@media(min-width: 768px) {
  .page-contact .positions {
    margin-bottom: 3rem;
  }
}
