@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-family: "Montserrat", sans-serif !important;
  padding: 40px 0 80px;
}

.line {
  height: 2px;
  width: 100%;
  margin: 0 auto 80px;
  background-color: #023f88;
}

header {
  padding: 32px 0 0;
}
header h1 {
  font-weight: 700 !important;
  color: #023f88 !important;
  margin: 0 0 32px !important;
}
header p {
  margin: 0;
  color: #023f88;
  font-weight: 700 !important;
}

.btn-primary {
  background: rgb(0, 168, 231);
  background: linear-gradient(90deg, rgb(0, 168, 231) 0%, rgb(46, 208, 255) 100%);
  border: none !important;
  border-radius: 24px !important;
  padding: 8px 24px !important;
  margin: auto;
  display: block !important;
  font-weight: 600 !important;
  font-size: 18px !important;
}

.btn-sair {
  background: rgb(231, 0, 0);
  background: linear-gradient(90deg, rgb(231, 0, 0) 0%, rgb(255, 46, 46) 100%);
  border: none !important;
  border-radius: 24px !important;
  padding: 8px 24px !important;
  margin: auto;
  font-weight: 600 !important;
  font-size: 18px !important;
  color: white !important;
}

.tetrapak-logo {
  max-width: 180px;
  filter: invert(1);
}

.attendees {
  border: 2px solid #023f88;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 80px;
}

.attendees-region {
  display: flex;
  align-items: center;
}

.circle-block {
  margin: 0 12px;
}
.circle-block p {
  text-align: center;
}

.attendees-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #023f88;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  color: white;
  font-size: 24px;
}

.timezone {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00bdf2;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-top: -30px;
  color: white;
  font-size: 18px;
}

.companies {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 24px;
  border: 2px solid #023f88;
  border-radius: 12px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 6rem auto;
  padding: 0 24px 35px;
  position: relative;
}
.companies:last-of-type::before {
  content: "Company per country";
  position: absolute;
  left: -140px;
  bottom: -38px;
  background-color: #023f88;
  border-radius: 4px;
  padding: 4px;
  font-size: 12px;
  color: white;
}

.companies-2 {
  width: 100%;
  position: relative;
  height: 40px;
}

.companies-mobile {
  display: none;
}

.country {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  line-height: 1;
  color: #023f88;
  margin-top: -35px;
  width: 100px;
}

.circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  margin-bottom: 12px;
  background-color: #69aefe;
  border-radius: 50%;
  color: white;
  font-size: 18px;
}

.escuro {
  background-color: #2184fc !important;
}

.numero {
  position: absolute;
  bottom: -35px;
}

.numero-2 {
  position: absolute;
  bottom: -35px;
}

.cpc {
  position: absolute;
  left: 0;
  bottom: -80%;
  background-color: #023f88;
  border-radius: 4px;
  padding: 4px;
}
.cpc p {
  margin: 0;
  color: white;
  font-size: 12px;
  text-align: center;
}

.count {
  text-align: center;
  background-color: #023f88;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 2px 16px;
  border-radius: 6px;
  color: white;
}

.bar {
  width: 2px;
  height: 15px;
  background-color: #023f88;
  margin: auto;
}

.highlights {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: stretch;
  justify-content: center;
  gap: 40px;
  width: 60%;
  margin: 60px auto 0;
}

.highlight-box {
  border: 2px solid #023f88;
  border-radius: 12px;
  padding: 12px;
}
.highlight-box p {
  text-align: center;
  color: #023f88;
  line-height: 1;
  margin: 0;
}

.percent {
  color: #023f88;
  font-size: 56px;
  text-align: center;
  line-height: 1;
  font-weight: 700;
}
.percent::after {
  content: "";
  display: block;
  margin: 8px auto;
  width: 100%;
  height: 2px;
  background-color: #023f88;
}

@media (max-width: 480px) {
  header {
    padding: 24px 0 0;
  }
  header h1 {
    font-size: 22px;
    margin: 0 0 24px !important;
  }
  header p {
    font-size: 14px;
  }
  .tetrapak-logo {
    max-width: 120px;
  }
  .btn-primary {
    font-size: 12px !important;
  }
  .btn-sair {
    font-size: 12px !important;
  }
  .attendees {
    margin-bottom: 40px;
  }
  .attendees-circle {
    width: 65px;
    height: 65px;
    margin: -35px auto 0;
    font-size: 18px;
  }
  .circle-block {
    font-size: 12px;
  }
  .timezone {
    width: 55px;
    height: 55px;
    margin-top: -24px;
    font-size: 14px;
  }
  .companies,
  .companies-2 {
    display: none;
  }
  .companies-mobile {
    display: grid;
    grid-template-columns: auto 1fr;
    width: 70%;
    margin: 0 auto;
    position: relative;
  }
  .cpc {
    bottom: -32px;
    top: auto;
    left: -40px;
  }
  .ft-mobile {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
    padding: 12px 0;
  }
  .count-mb {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 50px;
  }
  .count-mb .bar-mb {
    width: 15px;
    height: 2px;
    background-color: #023f88;
  }
  .count-mb p {
    margin: 0;
    background-color: #023f88;
    border-radius: 4px;
    padding: 2px 12px;
    color: white;
  }
  .sg-mobile {
    border: 2px solid #023f88;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
    padding: 12px 0;
    margin-right: 25px;
  }
  .country-mb {
    margin: 0 -25px 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
  }
  .circle-mb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #69aefe;
    border-radius: 50%;
    color: white;
    font-size: 14px;
  }
  .pais {
    font-size: 12px;
    text-align: right;
  }
  .highlights {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }
}/*# sourceMappingURL=style.css.map */