:root {
  --petroleo: #00414A;
  --verde: #126363;
  --lima: #D8DE3E;
  --branco: #FFFFFF;
  --branco-72: rgba(255, 255, 255, .72);
  --branco-12: rgba(255, 255, 255, .12);
  --branco-08: rgba(255, 255, 255, .08);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background: #0b2d31;
}

body {
  font-family: 'Barlow', Arial, sans-serif;
}

@page {
  size: 13.333333in 7.5in;
  margin: 0;
}

.deck {
  width: 1280px;
  margin: 0 auto;
}

.slide {
  position: relative;
  width: 1280px;
  height: 720px;
  overflow: hidden;
  color: var(--branco);
  background: var(--petroleo);
  break-after: page;
  page-break-after: always;
  padding: 58px 78px 54px;
  z-index: 0;
}

.slide:last-child {
  break-after: auto;
  page-break-after: auto;
}

.slide > * {
  position: relative;
  z-index: 2;
}

.slide::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  left: -245px;
  bottom: 105px;
  background-image: url("../img/logo-embracon-branca.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.11;
  z-index: 0;
  pointer-events: none;
}

.slide::after {
  content: "";
  position: absolute;
  width: 110px;
  height: 5px;
  left: 78px;
  bottom: 14px;
  background: var(--lima);
  z-index: 1;
  pointer-events: none;
}

.kicker,
h1,
h2,
h3 {
  font-family: 'Bebas Neue', 'Arial Narrow', sans-serif;
  font-weight: 400;
  margin: 0;
}

.kicker {
  font-size: 35pt;
  line-height: .95;
  color: var(--lima);
  margin-bottom: 18px;
}

h1 {
  font-size: 65pt;
  line-height: .94;
  max-width: 930px;
}

h2 {
  font-size: 65pt;
  line-height: .94;
  max-width: 1120px;
}

h3 {
  font-size: 31pt;
  line-height: 1;
}

.lead,
.objective {
  font-size: 20pt;
  line-height: 1.28;
}

.lead {
  max-width: 1040px;
  margin: 22px 0 0;
  font-weight: 500;
}

p,
li {
  font-size: 17pt;
  line-height: 1.34;
}

.footer {
  position: absolute;
  right: 78px;
  bottom: 21px;
  font-size: 11pt;
  line-height: 1;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, .55);
}

.cover {
  display: flex;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 60px;
}

.cover-content {
  width: 960px;
}

.cover .objective {
  width: 900px;
  margin: 34px 0 0;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .18);
  color: rgba(255, 255, 255, .86);
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  margin-top: 34px;
}

.card {
  background: var(--verde);
  padding: 30px 32px 28px;
  min-height: 310px;
}

.card.light {
  background: var(--branco);
  color: var(--petroleo);
}

.card h3 {
  color: var(--lima);
  margin-bottom: 20px;
}

.card.light h3 {
  color: var(--verde);
}

.card p {
  margin: 0;
}

.example-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 80px;
}

.example-box {
  width: 920px;
  margin-top: 36px;
  margin-left: auto;
  padding: 34px 38px;
  background: var(--verde);
  border-left: 5px solid var(--lima);
}

.example-box p {
  margin: 0;
  font-size: 20pt;
  line-height: 1.42;
}

.governance {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.gov-card {
  min-height: 315px;
  padding: 25px 24px;
  background: rgba(255, 255, 255, .055);
  border-top: 4px solid var(--lima);
}

.gov-card h3 {
  font-size: 27pt;
  margin-bottom: 16px;
  color: var(--lima);
}

.gov-card p {
  margin: 0;
  font-size: 15.5pt;
  line-height: 1.32;
  color: rgba(255, 255, 255, .84);
}

.rules-slide .card,
.finance-slide .card {
  min-height: 300px;
}

.rules-slide .card h3,
.finance-slide .card h3 {
  font-size: 29pt;
}

.rules-slide .card p,
.finance-slide .card p {
  font-size: 16.5pt;
  line-height: 1.33;
}

.rights-grid {
  margin-top: 28px;
}

.list-card {
  min-height: 335px;
  padding-top: 26px;
}

.list-card h3 {
  font-size: 29pt;
  margin-bottom: 18px;
}

.list-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-card li {
  position: relative;
  margin: 12px 0;
  padding-left: 22px;
  font-size: 15.5pt;
  line-height: 1.32;
}

.list-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--lima);
}

.card.light.list-card li::before {
  background: var(--verde);
}

.tip-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 78px;
}

.tip-box {
  width: 940px;
  margin-top: 24px;
  margin-left: auto;
  padding: 34px 38px;
  border: 1px solid rgba(255, 255, 255, .2);
  background: rgba(255, 255, 255, .05);
}

.tip-box p {
  margin: 0;
  font-size: 19pt;
  line-height: 1.43;
}

.tip-box strong {
  color: var(--lima);
  font-weight: 700;
}

.final {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 80px;
}

.final .summary {
  width: 960px;
  margin: 0 0 0 auto;
  font-size: 26pt;
  line-height: 1.38;
  font-weight: 500;
}

.final .summary strong {
  font-family: 'Bebas Neue', 'Arial Narrow', sans-serif;
  font-size: 48pt;
  line-height: 1;
  color: var(--lima);
  font-weight: 400;
}

@media print {
  html,
  body {
    margin: 0 !important;
    padding: 0 !important;
    width: 13.333333in;
    background: transparent;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  .deck {
    width: 13.333333in !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .slide {
    width: 13.333333in !important;
    height: 7.5in !important;
    margin: 0 !important;
    break-after: page;
    page-break-after: always;
    break-inside: avoid;
    page-break-inside: avoid;
    overflow: hidden;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  .slide:last-child {
    break-after: auto;
    page-break-after: auto;
  }
}
