
/* Identidade pública EMC. */
* { box-sizing: border-box; }
html, body { min-height: 100%; }
body {
  background: #edf1f5;
  font-family: 'Segoe UI', Arial, sans-serif;
  color: #344054;
  -webkit-font-smoothing: antialiased;
}
a { color: #2877b8; text-decoration-color: #9bc5e3; }
a:hover { color: #102f4f; }
footer.container { display: none !important; }

.container.wrap {
  width: calc(100% - 32px);
  max-width: 640px;
  margin: 48px auto;
  padding: 0 42px 40px;
  background: #fff;
  border: 0;
  border-top: 7px solid #2877b8;
  border-radius: 16px;
  box-shadow: 0 10px 32px rgba(16,47,79,.10);
  overflow: hidden;
}
.container.wrap .header {
  margin: 0 0 28px;
  padding: 28px 0 24px;
  border-bottom: 1px solid #e4e7ec;
}
.container.wrap .header .logo img {
  display: block;
  width: 148px;
  max-width: 48%;
  height: auto;
  margin: 0;
}
.emc-editorial-page .header .logo { text-align: left; }
.emc-editorial-page .header .logo img { margin-left: 0; margin-right: auto; }
.emc-system-notice .header .logo,
.emc-subscription-confirmation .header .logo { text-align: center; }
.emc-system-notice .header .logo img,
.emc-subscription-confirmation .header .logo img { margin-left: auto; margin-right: auto; }

.container.wrap h2 {
  margin: 0 0 14px;
  font-size: 29px;
  line-height: 1.22;
  font-weight: 750;
  letter-spacing: -.02em;
  color: #102f4f;
}
.container.wrap h3 {
  color: #102f4f;
  font-size: 19px;
  line-height: 1.35;
  font-weight: 700;
}
.container.wrap p { color: #475467; }
.container.wrap label { color: #344054; font-weight: 600; }
.container.wrap input[type='text'],
.container.wrap input[type='email'],
.container.wrap input[type='password'],
.container.wrap select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #cfd8e3;
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
  color: #344054;
  font: inherit;
}
.container.wrap input:focus {
  border-color: #2877b8;
  outline: 3px solid rgba(40,119,184,.12);
}
.container.wrap .button {
  display: inline-block;
  min-width: 150px;
  padding: 12px 24px;
  border: 0;
  border-radius: 8px;
  background: #2877b8;
  color: #fff;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  box-shadow: none;
}
.container.wrap .button:hover { background: #185f99; color: #fff; }
.container.wrap .button.button-outline {
  background: #fff;
  border: 1px solid #2877b8;
  color: #2877b8;
}
.container.wrap .lists {
  margin: 21px 0;
  padding: 18px 20px;
  list-style: none;
  background: #f6f9fb;
  border-top: 1px solid #dce6ee;
  border-bottom: 1px solid #dce6ee;
}
.container.wrap .lists li { margin: 7px 0; }
.container.wrap .lists .description { color: #667085; }
.emc-system-notice > section,
.emc-system-notice > .section { margin-bottom: 0; }
.emc-system-notice .data-form {
  margin-top: 28px;
  padding-top: 26px;
  border-top: 1px solid #e4e7ec;
}

/* Confirmação logo após o cadastro no Radar. */
.emc-subscription-confirmation > h2 { margin: 0 0 12px; font-size: 30px; }
.emc-success-content { font-size: 16px; line-height: 1.65; color: #475467; }
.emc-success-heading { display: flex; align-items: flex-start; gap: 16px; margin-top: 6px; }
.emc-success-icon {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #e8f5ef;
  color: #147a52;
  text-align: center;
  font-size: 24px;
  line-height: 48px;
  font-weight: 700;
}
.emc-success-lead { margin: 1px 0 0; font-size: 17px; line-height: 1.55; color: #344054; }
.emc-next-step {
  margin-top: 24px;
  padding: 19px 21px;
  background: #eaf4fb;
  border-top: 1px solid #cfe4f2;
  border-bottom: 1px solid #cfe4f2;
}
.emc-next-step strong {
  display: block;
  margin-bottom: 5px;
  color: #1768a5;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.emc-next-step p { margin: 0; font-size: 15px; line-height: 1.6; color: #344054; }
.emc-spam-note { margin: 18px 0 0; font-size: 13px; line-height: 1.55; color: #667085; }
.emc-back-link { display: inline-block; margin-top: 24px; color: #2877b8; font-size: 14px; font-weight: 650; text-decoration: none; }
.emc-back-link:hover { text-decoration: underline; }

@media (max-width: 600px) {
  .container.wrap {
    width: calc(100% - 20px);
    margin: 18px auto;
    padding: 0 24px 30px;
    border-radius: 12px;
  }
  .container.wrap h2 { font-size: 26px; }
  .emc-success-heading { gap: 13px; }
  .emc-success-icon { flex-basis: 42px; width: 42px; height: 42px; font-size: 21px; line-height: 42px; }
  .emc-success-lead { font-size: 16px; }
}
