@charset "UTF-8";
/**
 * Entrega Premiada - Design System
 * Baseado nas variaveis do Figma iFood
 *
 * Prefixo: ep- (entrega premiada)
 * Padrao: BEM adaptado ao projeto
 */

@font-face {
  font-family: "Tipo iFood Variable";
  src: url("../../../../assets/fonts/TipoiFoodVariable.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}

.collapse { display: none; }
.collapse.show { display: block; }

/* ── Reset escopado (substitui hello-elementor reset.css) ── */
.ep-main *,
.ep-main *::before,
.ep-main *::after {
  box-sizing: border-box;
}

.ep-main h1,
.ep-main h2,
.ep-main h3,
.ep-main h4,
.ep-main h5,
.ep-main h6 {
  margin-block-start: 0;
  margin-block-end: 1rem;
  line-height: 1.2;
}

.ep-main p {
  margin-block-start: 0;
  margin-block-end: 0;
}

.ep-main img {
  max-width: 100%;
  height: auto;
  border-style: none;
}

.ep-main button,
.ep-main input,
.ep-main select,
.ep-main textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

.ep-main {
  margin-top: 0;
  width: 100%;
  font-family: "Tipo iFood Variable", Sans-serif;
  font-weight: 400;
  color: #344054; }

.ep-heading {
  font-family: "Tipo iFood Variable", Sans-serif;
  font-weight: 700;
  color: #101828; }

.ep-text {
  font-family: "Tipo iFood Variable", Sans-serif;
  font-weight: 400;
  color: #344054; }

.ep-text--small {
  font-size: 14px;
  color: #475467; }

.ep-label {
  font-family: "Tipo iFood Variable", Sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #667085; }

.ep-hero {
  position: relative;
  width: 100%;
  min-height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  overflow: hidden;
  background-image: url("images/ep-hero-bg.webp");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat; }
  .ep-hero__visual {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start; }
  .ep-hero__image {
    display: block;
    width: 100%;
    max-width: 1200px;
    height: auto;
    object-fit: contain;
    object-position: top center; }
  .ep-hero__cta-wrapper {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 10; }
    @media (max-width: 768px) {
      .ep-hero__cta-wrapper {
        bottom: 4px;
        align-items: center; } }
  .ep-hero__cta {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 328px;
    height: 57px;
    border-radius: 8px;
    border: 1px solid #EE862F;
    background: linear-gradient(93deg, #F6A02A 0.17%, #E08100 49.18%, #F6A02A 98.19%);
    box-shadow: 0 0 14.3px 0 rgba(129, 87, 51, 0.5) inset;
    color: #0C111D;
    font-family: "Tipo iFood Variable", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    overflow: hidden; }
    .ep-hero__cta::after {
      content: '';
      position: absolute;
      top: 0;
      left: -30%;
      width: 30%;
      height: 100%;
      background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.4) 50%, transparent 100%);
      transform: skewX(-30deg);
      animation: ep-cta-shine 3.2s ease-in-out infinite; }
    .ep-hero__cta:hover, .ep-hero__cta:active, .ep-hero__cta:focus {
      transform: scale(1.02);
      box-shadow: 0 0 20px 0 rgba(129, 87, 51, 0.6) inset;
      color: #0C111D;
      text-decoration: none; }
    @media (max-width: 768px) {
      .ep-hero__cta {
        width: 90%;
        max-width: 328px; } }
  @media (min-width: 769px) {
    .ep-hero__cta-wrapper > .ep-hero__cta.ep-btn-inscrever {
      margin: 0px 150px 0 0; }
    .ep-hero__legal br {
      display: none; } }
@keyframes ep-cta-shine {
  0%, 31% {
    left: -30%; }
  50% {
    left: 100%; }
  81% {
    left: 100%; }
  100% {
    left: -30%; } }
  .ep-hero__cta-arrow {
    font-size: 20px; }
  p.ep-hero__legal {
    margin-top: 24px;
    color: #FFFFFF;
    font-family: "Tipo iFood Variable", Sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.308px;
    text-align: left; }
    @media (max-width: 768px) {
      p.ep-hero__legal {
        margin-top: 8px; } }

.ep-acumular {
  background-color: #EC0232;
  padding: 60px 0; }
  @media (max-width: 768px) {
    .ep-acumular {
      padding: 60px 30px; } }
  .ep-acumular__container {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    gap: 70px; }
    @media (max-width: 1100px) and (min-width: 769px) {
      .ep-acumular__container {
        gap: 30px;
        padding: 0 20px; } }
    @media (max-width: 768px) {
      .ep-acumular__container {
        flex-direction: column; } }
  .ep-acumular__col-left {
    width: 386px;
    min-height: 400px;
    padding: 30px;
    border-radius: 20px;
    background-image: url("images/ep-sec2-bg-col-left.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
    @media (max-width: 768px) {
      .ep-acumular__col-left {
        width: 100%; } }
  h2.ep-acumular__title {
    font-family: "Tipo iFood Variable", Sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 20px; }
  .ep-acumular__cta {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 57px;
    border-radius: 8px;
    border: 1px solid #EE862F;
    background: linear-gradient(93deg, #F6A02A 0.17%, #E08100 49.18%, #F6A02A 98.19%);
    box-shadow: 0 0 14.3px 0 rgba(129, 87, 51, 0.5) inset;
    color: #0C111D;
    font-family: "Tipo iFood Variable", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    overflow: hidden;
    max-width: 328px; }
    .ep-acumular__cta::after {
      content: '';
      position: absolute;
      top: 0;
      left: -30%;
      width: 30%;
      height: 100%;
      background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.4) 50%, transparent 100%);
      transform: skewX(-30deg);
      animation: ep-cta-shine 3.2s ease-in-out infinite; }
    .ep-acumular__cta:hover, .ep-acumular__cta:active, .ep-acumular__cta:focus {
      transform: scale(1.02);
      box-shadow: 0 0 20px 0 rgba(129, 87, 51, 0.6) inset;
      color: #0C111D;
      text-decoration: none; }
  .ep-acumular__cta-arrow {
    font-size: 20px; }
  .ep-acumular__col-right {
    flex: 1;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid rgba(102, 102, 102, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(102, 102, 102, 0) 100%); }
    @media (max-width: 768px) {
      .ep-acumular__col-right {
        padding: 18px; } }
  h2.ep-acumular__heading {
    color: #FFFFFF;
    text-align: center;
    font-family: "Tipo iFood Variable", Sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 24px; }
  .ep-acumular__card {
    display: flex;
    align-items: center;
    gap: 32px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    padding: 20px 24px;
    margin-bottom: 16px; }
    .ep-acumular__card:last-of-type {
      margin-bottom: 0; }
    @media (max-width: 1100px) and (min-width: 769px) {
      .ep-acumular__card {
        gap: 16px;
        padding: 16px 18px; } }
    @media (max-width: 768px) {
      .ep-acumular__card {
        flex-direction: column;
        text-align: center;
        padding: 24px;
        gap: 16px; } }
  .ep-acumular__card-icon {
    flex-shrink: 0; }
    .ep-acumular__card-icon img {
      width: 112px;
      height: 112px; }
    @media (max-width: 1100px) and (min-width: 769px) {
      .ep-acumular__card-icon img {
        width: 80px;
        height: 80px; } }
  .ep-acumular__card-content {
    flex: 1;
    min-width: 0; }
  p.ep-acumular__card-label {
    color: #FFFFFF;
    font-family: "Tipo iFood Variable", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 0; }
    @media (max-width: 1100px) and (min-width: 769px) {
      p.ep-acumular__card-label {
        font-size: 14px; } }
  p.ep-acumular__card-value {
    color: #FFFFFF;
    font-family: "Tipo iFood Variable", Sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 0; }
    p.ep-acumular__card-value strong {
      color: #F6A02A; }
    @media (max-width: 1100px) and (min-width: 769px) {
      p.ep-acumular__card-value {
        font-size: 28px; } }
  .ep-acumular__card-badge {
    flex-shrink: 0; }
    .ep-acumular__card-badge img {
      width: 234px;
      height: 100px; }
    @media (max-width: 1100px) and (min-width: 769px) {
      .ep-acumular__card-badge img {
        width: 180px;
        height: auto; } }
  .ep-acumular__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    padding-top: 16px; }
    @media (max-width: 768px) {
      .ep-acumular__footer {
        flex-direction: column-reverse;
        gap: 12px;
        text-align: center; } }
  .ep-acumular__footer-note, .ep-acumular__footer-link {
    color: #FFFFFF;
    font-family: "Tipo iFood Variable", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%; }
  @media (min-width: 769px) {
    .ep-acumular__footer-note {
      max-width: 69%; } }
  .ep-acumular__footer-link {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: underline; }
    .ep-acumular__footer-link:hover {
      color: #FFFFFF;
      text-decoration: none; }

.ep-agoratorcer {
  background-color: #EC0232;
  padding: 0 0 60px 0; }
  @media (max-width: 768px) {
    .ep-agoratorcer {
      padding: 0 30px 60px 30px; } }
  .ep-agoratorcer__container {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
    gap: 60px;
    background-color: #F6A02A;
    border-radius: 20px;
    padding: 40px; }
    @media (max-width: 768px) {
      .ep-agoratorcer__container {
        flex-direction: column;
        gap: 20px;
        padding: 30px 0; } }
  .ep-agoratorcer__col-left {
    width: 534px;
    flex-shrink: 0; }
    @media (max-width: 768px) {
      .ep-agoratorcer__col-left {
        width: 100%;
        text-align: center;
        padding: 0 30px; } }
  h2.ep-agoratorcer__title {
    color: #0C111D;
    font-family: "Tipo iFood Variable", Sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 16px; }
  p.ep-agoratorcer__subtitle {
    color: #0C111D;
    font-family: "Tipo iFood Variable", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 32px; }
  .ep-agoratorcer__buttons {
    display: flex;
    gap: 16px;
    margin-bottom: 24px; }
    @media (max-width: 768px) {
      .ep-agoratorcer__buttons {
        flex-direction: column;
        align-items: center; } }
  .ep-agoratorcer__btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;
    gap: 8px;
    border-radius: 8.941px;
    background-color: #EC0232;
    color: #FFFFFF;
    font-family: "Tipo iFood Variable", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.2s ease;
    border: none; }
    .ep-agoratorcer__btn-primary:hover {
      transform: scale(1.05);
      color: #FFFFFF;
      text-decoration: none; }
  .ep-agoratorcer__btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;
    gap: 8px;
    border-radius: 8.941px;
    background-color: #F6A02A;
    border: 1px solid #0C111D;
    color: #0C111D;
    font-family: "Tipo iFood Variable", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.2s ease; }
    .ep-agoratorcer__btn-secondary:hover {
      transform: scale(1.05);
      color: #0C111D;
      text-decoration: none; }
  p.ep-agoratorcer__info {
    color: #0C111D;
    font-family: "Tipo iFood Variable", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 12px; }
  .ep-agoratorcer__btn-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0; }
  p.ep-agoratorcer__gold-info {
    color: #0C111D;
    font-family: "Tipo iFood Variable", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 4px; }
    @media (max-width: 768px) {
      p.ep-agoratorcer__gold-info {
        font-size: 12px; } }
  .ep-agoratorcer__legal {
    color: #0C111D;
    font-family: "Tipo iFood Variable", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 150%;
    text-decoration: none; }
    @media (max-width: 768px) {
      .ep-agoratorcer__legal {
        font-size: 12px; } }
    .ep-agoratorcer__legal:hover {
      color: #0C111D;
      text-decoration: underline; }
  .ep-agoratorcer__col-right {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    min-height: 360px; }
    @media (max-width: 768px) {
      .ep-agoratorcer__col-right {
        width: 100%;
        min-height: 231px; } }
  .ep-agoratorcer__image {
    position: absolute;
    max-width: 117%;
    height: auto; }

.ep-premiofinal {
  background-color: #FFFFFF;
  padding: 40px 0 20px;
  text-align: center; }
  @media (max-width: 768px) {
    .ep-premiofinal {
      padding: 30px 20px 20px; } }
  .ep-premiofinal__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .ep-premiofinal__icon {
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    background: var(--primary-Creme, #F9F2E8);
    padding: 19px; }
    .ep-premiofinal__icon img {
      width: 100%;
      height: auto; }
    @media (max-width: 768px) {
      .ep-premiofinal__icon {
        margin-bottom: 9px; } }
  p.ep-premiofinal__subtitle {
    color: #0C111D;
    text-align: center;
    font-family: "Tipo iFood Variable", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.312px;
    margin-bottom: 8px; }
    @media (max-width: 768px) {
      p.ep-premiofinal__subtitle {
        font-size: 14px; } }
  h2.ep-premiofinal__value {
    color: #0C111D;
    text-align: center;
    font-family: "Tipo iFood Variable", Sans-serif;
    font-size: 96px;
    font-weight: 800;
    line-height: 79px;
    letter-spacing: 0.123px;
    margin-bottom: 8px; }
    @media (max-width: 768px) {
      h2.ep-premiofinal__value {
        font-size: 80px;
        line-height: 0.9;
        margin-bottom: 0; } }
  .ep-premiofinal__description {
    color: #0C111D;
    text-align: center;
    font-family: "Tipo iFood Variable", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.312px;
    margin-bottom: 0; }
    @media (max-width: 768px) {
      .ep-premiofinal__description {
        font-size: 14px; } }

.ep-programacao {
  background-color: #FFFFFF;
  padding: 60px 0 20px; }
  @media (max-width: 768px) {
    .ep-programacao {
      padding: 40px 20px 20px; } }
  .ep-programacao__container {
    max-width: 1216px;
    margin: 0 auto;
    padding: 0 20px; }
    @media (max-width: 768px) {
      .ep-programacao__container {
        padding: 0; } }
  h2.ep-programacao__title {
    font-family: "Tipo iFood Variable", Sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #101828;
    text-align: center;
    margin-bottom: 40px; }
    @media (max-width: 768px) {
      h2.ep-programacao__title {
        font-size: 32px;
        margin-bottom: 24px; } }
  .ep-programacao__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px; }
    @media (max-width: 768px) {
      .ep-programacao__grid {
        grid-template-columns: 1fr;
        gap: 20px; } }
  .ep-programacao__card {
    width: 100%;
    max-width: 592px;
    min-height: 245px;
    background: #FFFFFF;
    border-radius: 20px;
    border: 1px solid rgba(12, 17, 29, 0.5);
    padding: 20px;
    display: flex;
    flex-direction: column; }
    @media (max-width: 768px) {
      .ep-programacao__card {
        max-width: 100%;
        min-height: auto;
        padding: 16px; } }
  .ep-programacao__card-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    flex-wrap: wrap; }
  .ep-programacao__week-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0; }
    .ep-programacao__week-icon svg {
      width: 20px;
      height: 20px; }
      @media (max-width: 768px) {
        .ep-programacao__week-icon svg {
          width: 17px;
          height: 17px; } }
  .ep-programacao__week-title {
    font-family: "Tipo iFood Variable", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.449px;
    color: #101828; }
    @media (max-width: 768px) {
      .ep-programacao__week-title {
        font-size: 17px; } }
  .ep-programacao__week-period {
    font-family: "Tipo iFood Variable", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #101828; }
    @media (max-width: 768px) {
      .ep-programacao__week-period {
        font-size: 15px; } }
  .ep-programacao__status {
    height: 22px;
    padding: 4px 8px;
    border-radius: 8px;
    border: 1px solid rgba(12, 17, 29, 0.1);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-family: "Tipo iFood Variable", Sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto; }
    .ep-programacao__status--encerrada {
      background-color: #EC0232; }
    .ep-programacao__status--andamento {
      background-color: #50873B; }
    .ep-programacao__status--aguarde {
      background-color: #98A2B3; }
    @media (max-width: 768px) {
      .ep-programacao__status {
        font-size: 11px; } }
  .ep-programacao__prizes {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex: 1;
    margin-bottom: 16px; }
    @media (max-width: 768px) {
      .ep-programacao__prizes {
        flex-wrap: wrap;
        gap: 8px; } }
  .ep-programacao__prize {
    display: flex;
    align-items: center;
    gap: 12px; }
    @media (max-width: 768px) {
      .ep-programacao__prize {
        gap: 8px; } }
    .ep-programacao__prize img {
      width: 46px;
      height: auto;
      object-fit: contain; }
      @media (max-width: 768px) {
        .ep-programacao__prize img {
          width: 38px; } }
    .ep-programacao__prize--moto, .ep-programacao__prize--iphone {
      border: 1px solid #e9ecf2;
      border-radius: 8px;
      padding: 12px; }
      @media (max-width: 768px) {
        .ep-programacao__prize--moto, .ep-programacao__prize--iphone {
          flex: 1; } }
    .ep-programacao__prize--ganhadores .ep-programacao__prize-info {
      text-align: center;
      border: 1px solid #e9ecf2;
      border-radius: 8px;
      padding: 12px; }
    @media (max-width: 768px) {
      .ep-programacao__prize--ganhadores {
        width: 100%;
        justify-content: center; }
        .ep-programacao__prize--ganhadores .ep-programacao__prize-info {
          flex-direction: row;
          align-items: baseline;
          justify-content: center;
          gap: 4px; } }
  .ep-programacao__prize-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
  .ep-programacao__prize-value {
    font-family: "Tipo iFood Variable", Sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    color: #EC0232; }
    @media (max-width: 768px) {
      .ep-programacao__prize-value {
        font-size: 32px; } }
  .ep-programacao__prize-label {
    font-family: "Tipo iFood Variable", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #EC0232; }
    @media (max-width: 768px) {
      .ep-programacao__prize-label {
        font-size: 14px; } }
  .ep-programacao__btn {
    width: 100%;
    height: 36px;
    padding: 8px 0;
    border-radius: 8px;
    font-family: "Tipo iFood Variable", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    transition: all 0.2s ease; }
    .ep-programacao__btn--active {
      background-color: #EC0232;
      border: 1px solid #890019;
      color: #FFFFFF;
      cursor: pointer; }
      .ep-programacao__btn--active:hover {
        background-color: #890019; }
    .ep-programacao__btn--disabled {
      background-color: #F2F4F7;
      border: none;
      color: #101828;
      cursor: default; }
  .ep-programacao__countdown {
    font-family: "Tipo iFood Variable", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #101828; }
  p.ep-programacao__disclaimer {
    font-family: "Tipo iFood Variable", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #475467;
    text-align: center;
    margin-top: 32px; }
  .ep-programacao__disclaimer .mobile-break {
    display: none; }
    @media (max-width: 768px) {
      .ep-programacao__disclaimer .mobile-break {
        display: block; } }
    @media (max-width: 768px) {
      p.ep-programacao__disclaimer {
        margin-top: 24px;
        font-size: 12px; } }
    .ep-programacao__disclaimer a {
      color: #475467;
      text-decoration: none; }
      .ep-programacao__disclaimer a:hover, .ep-programacao__disclaimer a:active {
        color: #475467;
        text-decoration: underline; }

.ep-superpremiacao {
  position: relative;
  background-color: #FFFFFF;
  padding: 20px 0 0;
  overflow: hidden;
  text-align: center; }
  @media (max-width: 768px) {
    .ep-superpremiacao {
      padding: 0; } }
  .ep-superpremiacao__container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .ep-superpremiacao__cta {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 328px;
    height: 57px;
    border-radius: 8px;
    border: 1px solid #EE862F;
    background: linear-gradient(93deg, #F6A02A 0.17%, #E08100 49.18%, #F6A02A 98.19%);
    box-shadow: 0 0 14.3px 0 rgba(129, 87, 51, 0.5) inset;
    color: #0C111D;
    font-family: "Tipo iFood Variable", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    overflow: hidden;
    margin-bottom: 40px;
    z-index: 2; }
    .ep-superpremiacao__cta::after {
      content: '';
      position: absolute;
      top: 0;
      left: -30%;
      width: 30%;
      height: 100%;
      background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.4) 50%, transparent 100%);
      transform: skewX(-30deg);
      animation: ep-cta-shine 3.2s ease-in-out infinite; }
    .ep-superpremiacao__cta:hover, .ep-superpremiacao__cta:active, .ep-superpremiacao__cta:focus {
      transform: scale(1.02);
      box-shadow: 0 0 20px 0 rgba(129, 87, 51, 0.6) inset;
      color: #0C111D;
      text-decoration: none; }
    @media (max-width: 768px) {
      .ep-superpremiacao__cta {
        width: 90%;
        max-width: 328px;
        margin-bottom: 0; } }
  .ep-superpremiacao__cta-arrow {
    font-size: 20px; }
  .ep-superpremiacao__bg {
    position: relative;
    width: 100%;
    z-index: 1; }
    .ep-superpremiacao__bg img {
      width: 100%;
      height: auto;
      display: block; }
    @media (max-width: 768px) {
      .ep-superpremiacao__bg {
        height: 400px;
        overflow: hidden; }
        .ep-superpremiacao__bg img {
          width: auto;
          height: 100%;
          max-width: none;
          position: relative;
          left: 50%;
          transform: translateX(-50%); } }

.ep-faq {
  background-color: #EC0232;
  padding: 60px 0; }
  @media (max-width: 768px) {
    .ep-faq {
      padding: 40px 20px; } }
  .ep-faq__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px; }
  h2.ep-faq__title {
    color: #FFFFFF;
    text-align: center;
    font-family: "Tipo iFood Variable", Sans-serif;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 32px; }
    @media (max-width: 768px) {
      h2.ep-faq__title {
        font-size: 24px;
        margin-bottom: 24px; } }
  .ep-faq__accordion {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px; }
  .ep-faq__item {
    border-radius: 12px;
    overflow: hidden; }
  .ep-faq__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 18px 24px;
    background-color: #FFFFFF;
    border: 2px solid #EC0232;
    border-radius: 12px;
    cursor: pointer;
    transition: background-color 0.2s ease; }
    .ep-faq__question span {
      color: #EC0232;
      font-family: "Tipo iFood Variable", Sans-serif;
      font-size: 18px;
      font-weight: 500;
      text-align: left; }
    .ep-faq__question:hover {
      background-color: #EC0232;
      border: 2px solid #FFFFFF; }
      .ep-faq__question:hover span {
        color: #FFFFFF; }
      .ep-faq__question:hover .ep-faq__chevron {
        color: #FFFFFF; }
    .ep-faq__question[aria-expanded="true"] {
      border-radius: 12px 12px 0 0;
      background-color: #890019; }
      .ep-faq__question[aria-expanded="true"] span {
        color: #FFFFFF; }
      .ep-faq__question[aria-expanded="true"] .ep-faq__chevron {
        color: #FFFFFF;
        transform: rotate(180deg); }
    @media (max-width: 768px) {
      .ep-faq__question {
        padding: 16px 20px; }
        .ep-faq__question span {
          font-size: 16px; } }
  .ep-faq__chevron {
    color: #EC0232;
    flex-shrink: 0;
    margin-left: 16px;
    transition: transform 0.3s ease, color 0.2s ease; }
  .ep-faq__answer {
    background-color: #F9FAFB;
    padding: 20px 24px;
    border-radius: 0 0 12px 12px; }
    .ep-faq__answer p {
      color: #344054;
      font-family: "Tipo iFood Variable", Sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.6;
      margin: 0; }
    @media (max-width: 768px) {
      .ep-faq__answer {
        padding: 16px 20px; }
        .ep-faq__answer p {
          font-size: 16px; } }

.ep-nao-entregador {
  min-height: 500px;
  background-image: url("images/ep-motoboycompleto.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center; }
  .ep-nao-entregador__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 347px; }
  .ep-nao-entregador__left {
    display: flex;
    flex-direction: column;
    gap: 27px;
    max-width: 875px; }
  .ep-nao-entregador__icon {
    width: 64px;
    height: auto; }
  h2.ep-nao-entregador__title {
    color: #FFFFFF;
    font-family: "Tipo iFood Variable", Sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.369px;
    margin: 0; }
    @media (max-width: 768px) {
      h2.ep-nao-entregador__title {
        font-size: 30px;
        margin-bottom: 200px; } }
  .ep-nao-entregador__text {
    color: #FFFFFF;
    font-family: "Tipo iFood Variable", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0; }
  .ep-nao-entregador__cta {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 328px;
    height: 57px;
    border-radius: 8px;
    border: 1px solid #EE862F;
    background: linear-gradient(93deg, #F6A02A 0.17%, #E08100 49.18%, #F6A02A 98.19%);
    box-shadow: 0 0 14.3px 0 rgba(129, 87, 51, 0.5) inset;
    color: #0C111D;
    font-family: "Tipo iFood Variable", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    overflow: hidden; }
    .ep-nao-entregador__cta::after {
      content: '';
      position: absolute;
      top: 0;
      left: -30%;
      width: 30%;
      height: 100%;
      background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.4) 50%, transparent 100%);
      transform: skewX(-30deg);
      animation: ep-cta-shine 3.2s ease-in-out infinite; }
    .ep-nao-entregador__cta:hover, .ep-nao-entregador__cta:active, .ep-nao-entregador__cta:focus {
      transform: scale(1.02);
      box-shadow: 0 0 20px 0 rgba(129, 87, 51, 0.6) inset;
      color: #0C111D;
      text-decoration: none; }
    @media (max-width: 768px) {
      .ep-nao-entregador__cta {
        width: 100%;
        max-width: 328px; } }
  .ep-nao-entregador__cta-arrow {
    font-size: 20px; }
  .ep-nao-entregador__right {
    align-self: flex-end;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end; }
  .ep-nao-entregador__selo {
    width: 180px;
    height: auto; }
  @media (max-width: 768px) {
    .ep-nao-entregador {
      min-height: auto;
      padding: 60px 30px;
      background-image: url("images/ep-mob-motoboycompleto.webp"); }
      .ep-nao-entregador__container {
        flex-direction: column;
        align-items: center;
        min-height: auto;
        gap: 40px; }
      .ep-nao-entregador__left {
        align-items: center;
        text-align: center; }
      .ep-nao-entregador__right {
        align-self: center; } }

.ep-regras {
  padding: 80px 0;
  background-color: #890019; }
  @media (max-width: 768px) {
    .ep-regras {
      padding: 60px 30px; } }
  .ep-regras__container {
    display: flex;
    align-items: stretch;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    gap: 60px; }
    @media (max-width: 768px) {
      .ep-regras__container {
        flex-direction: column;
        gap: 40px;
        text-align: center; } }
  .ep-regras__left {
    flex: 0 0 587px; }
    @media (max-width: 768px) {
      .ep-regras__left {
        flex: 1;
        width: 100%; } }
  .ep-regras__right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end; }
    @media (max-width: 768px) {
      .ep-regras__right {
        justify-content: center;
        align-items: center; } }
  .ep-regras__right-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 24px; }
    @media (max-width: 768px) {
      .ep-regras__right-inner {
        align-items: center;
        text-align: center; } }
  .ep-regras__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-bottom: 16px; }
    @media (max-width: 768px) {
      .ep-regras__icon {
        margin-left: auto;
        margin-right: auto; } }
  h2.ep-regras__title {
    font-family: "Tipo iFood Variable", Sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    color: #FFFFFF;
    margin-bottom: 16px; }
    @media (max-width: 768px) {
      h2.ep-regras__title {
        font-size: 24px; } }
  p.ep-regras__text {
    font-family: "Tipo iFood Variable", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.6;
    margin: 0; }
  p.ep-regras__cta-text {
    font-family: "Tipo iFood Variable", Sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    color: #FFFFFF;
    margin: 0; }
  .ep-regras__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    background-color: #EC0232;
    color: #FFFFFF;
    font-family: "Tipo iFood Variable", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    border-radius: 30px;
    text-decoration: none;
    transition: background-color 0.3s ease; }
    .ep-regras__btn:hover {
      background-color: #c40229;
      color: #FFFFFF;
      text-decoration: none; }
  .ep-regras__btn-arrow {
    font-size: 18px;
    font-weight: 700; }

.ep-btn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 8px;
  font-family: "Tipo iFood Variable", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease; }
  .ep-btn--primary {
    background-color: #EC0232;
    color: #FFFFFF;
    border: none; }
    .ep-btn--primary:hover {
      background-color: #890019;
      color: #FFFFFF; }
  .ep-btn--secondary {
    background-color: transparent;
    color: #EC0232;
    border: 2px solid #EC0232; }
    .ep-btn--secondary:hover {
      background-color: #EC0232;
      color: #FFFFFF; }
  .ep-btn--white {
    background-color: #FFFFFF;
    color: #EC0232;
    border: none; }
    .ep-btn--white:hover {
      background-color: #F2F4F7; }

.ep-modal-inscricao {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  justify-content: center;
  align-items: center; }
  .ep-modal-inscricao.active {
    display: flex; }
  .ep-modal-inscricao__content {
    background-color: #FFFFFF;
    border-radius: 16px;
    padding: 40px;
    max-width: 500px;
    width: 90%;
    position: relative; }
    @media (max-width: 768px) {
      .ep-modal-inscricao__content {
        padding: 40px 20px; } }
  h2.ep-modal-inscricao__title {
    font-family: "Tipo iFood Variable", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #101828;
    margin-bottom: 24px; }
  button.ep-modal-inscricao__close {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 24px;
    cursor: pointer;
    color: #475467;
    background: none;
    border: none; }
    button.ep-modal-inscricao__close:hover {
      color: #101828; }
  .ep-modal-inscricao__form {
    display: flex;
    flex-direction: column;
    gap: 0; }
  .ep-modal-inscricao__field {
    width: 100%;
    margin-bottom: 16px; }
  .ep-modal-inscricao__input {
    width: 100%;
    height: 50px;
    padding: 12px 16px;
    border: 1px solid #CCC;
    border-radius: 10px;
    font-family: "Tipo iFood Variable", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #101828;
    background-color: #FFFFFF;
    transition: border-color 0.2s ease;
    outline: none; }
    .ep-modal-inscricao__input:focus {
      border-color: #D0D5DD; }
    .ep-modal-inscricao__input::placeholder {
      color: #98A2B3; }
  p.ep-modal-inscricao__pill-label {
    font-family: "Tipo iFood Variable", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #344054;
    margin-bottom: 12px; }
  .ep-modal-inscricao__pills {
    display: flex;
    gap: 10px;
    flex-wrap: wrap; }
    @media (max-width: 768px) {
      .ep-modal-inscricao__pills {
        gap: 8px; } }
  .ep-modal-inscricao__pill {
    cursor: pointer; }
    .ep-modal-inscricao__pill input[type="radio"] {
      display: none; }
    .ep-modal-inscricao__pill span {
      display: inline-block;
      padding: 10px 24px;
      border: 1px solid #CCC;
      border-radius: 10px;
      font-family: "Tipo iFood Variable", Sans-serif;
      font-size: 14px;
      font-weight: 400;
      color: #344054;
      background-color: #FFFFFF;
      transition: all 0.2s ease; }
    @media (max-width: 768px) {
      .ep-modal-inscricao__pill span {
        padding: 10px 12px; } }
    .ep-modal-inscricao__pill input[type="radio"]:checked + span {
      border-color: #EC0232;
      color: #EC0232;
      background-color: rgba(236, 2, 50, 0.05); }
    .ep-modal-inscricao__pill:hover span {
      border-color: #667085; }
  .ep-modal-inscricao__checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-family: "Tipo iFood Variable", Sans-serif;
    font-size: 14px;
    color: #344054;
    cursor: pointer; }
    .ep-modal-inscricao__checkbox-label input[type="checkbox"] {
      width: 20px;
      height: 20px;
      margin-top: 2px;
      flex-shrink: 0; }
  button.ep-modal-inscricao__submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 16px;
    border: none;
    border-radius: 30px;
    background-color: #F17E8E;
    color: #FFFFFF;
    font-family: "Tipo iFood Variable", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    cursor: default;
    transition: background-color 0.2s ease;
    margin-top: 8px; }
    button.ep-modal-inscricao__submit--active {
      background-color: #EC0232;
      cursor: pointer; }
      button.ep-modal-inscricao__submit--active:hover {
        background-color: #c40229; }

.ep-popup-ganhadores {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  justify-content: center;
  align-items: center; }
  .ep-popup-ganhadores.active {
    display: flex; }
  .ep-popup-ganhadores__content {
    background: #FFFFFF;
    border-radius: 20px;
    max-width: 960px;
    width: 90%;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    position: relative; }
  button.ep-popup-ganhadores__close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 28px;
    color: #101828;
    background: none;
    border: none;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    z-index: 1;
    transition: color 0.2s ease; }
    button.ep-popup-ganhadores__close:hover {
      color: #EC0232; }
  .ep-popup-ganhadores__header {
    padding: 40px 40px 20px; }
    @media (max-width: 768px) {
      .ep-popup-ganhadores__header {
        padding: 24px 24px 16px; } }
  .ep-popup-ganhadores__title {
    font-family: "Tipo iFood Variable", Sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #101828;
    margin: 0; }
    @media (max-width: 768px) {
      .ep-popup-ganhadores__title {
        font-size: 24px; } }
  .ep-popup-ganhadores__periodo {
    font-weight: 400;
    font-size: 20px;
    color: #475467; }
    .ep-popup-ganhadores__periodo::before {
      content: '| '; }
    @media (max-width: 768px) {
      .ep-popup-ganhadores__periodo {
        font-size: 16px; } }
  p.ep-popup-ganhadores__disclaimer {
    font-size: 14px;
    color: #475467;
    font-style: italic;
    margin-top: 4px;
    margin-bottom: 0; }
  .ep-popup-ganhadores__body {
    padding: 0 40px 40px;
    overflow-y: auto;
    flex: 1; }
    @media (max-width: 768px) {
      .ep-popup-ganhadores__body {
        padding: 0 24px 24px; } }
  .ep-popup-ganhadores__list {
    display: flex;
    flex-direction: column;
    gap: 12px; }
  .ep-popup-ganhadores__item {
    display: block;
    background: #F9FAFB;
    border-radius: 12px;
    padding: 20px 24px; }
    @media (max-width: 768px) {
      .ep-popup-ganhadores__item {
        padding: 16px; } }
  .ep-popup-ganhadores__item-row {
    display: flex;
    align-items: center;
    gap: 50px; }
    @media (max-width: 768px) {
      .ep-popup-ganhadores__item-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px; } }
  .ep-popup-ganhadores__item-info {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    min-width: 0; }
  .ep-popup-ganhadores__item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0; }
    .ep-popup-ganhadores__item-icon svg {
      width: 24px;
      height: 24px; }
  .ep-popup-ganhadores__item-name {
    flex: 1;
    font-family: "Tipo iFood Variable", Sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #101828; }
    @media (max-width: 768px) {
      .ep-popup-ganhadores__item-name {
        font-size: 18px; } }
  .ep-popup-ganhadores__item-prize {
    font-family: "Tipo iFood Variable", Sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #101828;
    flex: 0 0 auto;
    white-space: nowrap;
    text-align: center; }
    @media (max-width: 768px) {
      .ep-popup-ganhadores__item-prize {
        text-align: left; } }
  .ep-popup-ganhadores__item-numero {
    text-align: right;
    flex-shrink: 0; }
    @media (max-width: 768px) {
      .ep-popup-ganhadores__item-numero {
        text-align: left; } }
  .ep-popup-ganhadores__item-number-label {
    display: block;
    font-size: 14px;
    color: #475467; }
  .ep-popup-ganhadores__item-number {
    display: block;
    font-family: "Tipo iFood Variable", Sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #475467; }
  .ep-popup-ganhadores__loading, .ep-popup-ganhadores__empty {
    text-align: center;
    padding: 40px;
    color: #667085;
    font-family: "Tipo iFood Variable", Sans-serif;
    font-size: 16px; }

.ep-form__group {
  margin-bottom: 20px; }
.ep-form__label {
  display: block;
  font-family: "Tipo iFood Variable", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #344054;
  margin-bottom: 8px; }
.ep-form__input, .ep-form__select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  font-family: "Tipo iFood Variable", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #101828;
  background-color: #FFFFFF;
  transition: border-color 0.2s ease;
  outline: none; }
  .ep-form__input:focus, .ep-form__select:focus {
    border-color: #D0D5DD; }
  .ep-form__input::placeholder, .ep-form__select::placeholder {
    color: #98A2B3; }
.ep-form__error {
  font-family: "Tipo iFood Variable", Sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #EC0232;
  margin-top: 4px; }

.ep-footer {
  background-color: #0C111D;
  padding: 40px 20px; }
  .ep-footer__container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 768px) {
      .ep-footer__container {
        flex-direction: column;
        text-align: center;
        gap: 24px; } }
  .ep-footer__logo img {
    width: 100px;
    height: auto; }
  .ep-footer__text {
    text-align: right; }
    .ep-footer__text p {
      font-family: "Tipo iFood Variable", Sans-serif;
      font-size: 14px;
      color: #98A2B3;
      margin: 0;
      line-height: 1.6; }
    @media (max-width: 768px) {
      .ep-footer__text {
        text-align: center; } }

/*# sourceMappingURL=entrega-premiada.css.map */
