.page {
  font-family: 'Roboto', sans-serif;
}

.page .inner-page {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}

.page .inner-page .content {
  width: 100%;
  max-width: 1200px;
  padding: 0 1rem 2rem 1rem;
}

.page .inner-page .content .uk-container {
  margin: 0 auto 3rem auto;
  padding: 0;
}

.page .inner-page .content .uk-container.custom {
  background: #e9e9e9;
}

.page .inner-page .content .uk-heading-small {
  font-size: 2rem;
  line-height: 2.3rem;
  color: #373738;
  font-weight: 500;

  margin: 2rem 0;
}

.page .inner-page .content .uk-heading-small small {
  font-size: 1rem;
  color: #f16b30;
}

.page .inner-page .content .uk-text-lead {
  font-size: 1rem;
  color: #373738;
}

.page .inner-page .content .uk-text-lead strong {
  font-weight: 700;
}

.page .inner-page .content .item {
  display: flex;
  font-size: 14px;
}

.page .inner-page .content .item.first {
  margin-top: 80px;
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #e5e5e5;
}

.page .inner-page .content .item .box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33%;
}

.page .inner-page .content .item .box img {
  margin-right: 15px;
  float: left;
}

.page .inner-page .content .item .box svg {
  height: 14px;
  color: #f16b30;
}

.page .inner-page .content #mapa {
  width: 100%;
  height: 320px;
  background-color: grey;
  border: 4px solid #f16b30;
  border-radius: 6px;
}

.page .inner-page .content .uk-container input {
  height: 48px;
  border: 1px solid #97989b;
}

.page .inner-page .content .uk-container textarea {
  border: 1px solid #97989b;
}

.page .inner-page .content .uk-container label {
  font-weight: 500;
  font-size: 0.875rem;
}

@media screen and (max-width: 960px) {
  .page .inner-page .content .uk-container.info {
    display: flex;
  }

  .page .inner-page .content .uk-container.info div {
    order: 1;
  }

  .page .inner-page .content .uk-container.info div:nth-child(2) {
    order: 3;
  }

  .page .inner-page .content .uk-container.info div:nth-child(3) {
    order: 2;
  }

  .page .inner-page .content .uk-container.info div:nth-child(4) {
    order: 4;
  }

  .page .inner-page .content .uk-container.info div {
    margin-bottom: 1.2rem !important;
  }

  .page .inner-page .content .uk-container.info div:last-child {
    margin-bottom: 0 !important;
  }

  .page .inner-page .content .item.first {
    padding-bottom: 0px;
    border-bottom: none;
    flex-direction: column;
  }

  .page .inner-page .content .item .box {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f5f5f5;
    justify-content: inherit;
    width: 100%;
  }

  .page .inner-page .content .item .box:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
  }
}
