@font-face {
  font-family: Geomanist;
  src: url('../fonts/Geomanist-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geomanist;
  src: url('../fonts/Geomanist-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geomanist;
  src: url('../fonts/Geomanist-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geomanist;
  src: url('../fonts/Geomanist-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --laranja-escuro: #f88401;
  --azul-escuro: #0042b7;
  --azul-claro: #008cea;
  --correio-da-manha: #ec1c24;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-image: linear-gradient(#55c6ff, #0077d6);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100vh;
  padding: 5%;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.txt {
  grid-row-gap: 92px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  text-decoration: none;
  display: flex;
}

.logo_cm {
  width: 300px;
  max-width: none;
  overflow: hidden;
}

.frame-1 {
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.ser-digital-d-lhe-prmios {
  color: #fff;
  text-align: center;
  letter-spacing: .02em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.adira-aos-servios-digitais-do-el-corte-ingls-e-ganhe-prmios {
  color: #fff;
  text-align: center;
  letter-spacing: .02em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.btn {
  grid-column-gap: 0px;
  background-color: #ec1c24;
  border-radius: 999px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  text-decoration: none;
  display: flex;
}

.btn.smal {
  padding: 24px 32px 20px;
}

.ativar-cdigo {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.participar {
  grid-row-gap: 10px;
  background-color: var(--laranja-escuro);
  background-image: linear-gradient(-63.27deg, #fbdd48, #f88401);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding: 8% 5% 5%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.wrap-participar {
  grid-row-gap: 75px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.wrap-participar-text {
  grid-row-gap: 22px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  text-decoration: none;
  display: flex;
}

.titulo-section {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
  max-width: 900px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.titulo-section.azul {
  color: var(--azul-escuro);
}

.adira-aos-servios-digitais-do-el-corte-ingls-receba-cdigos-de-participao-e-habilite-se-aos-milhares {
  color: #fff;
  text-align: center;
  letter-spacing: .48px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: undefined, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-decoration: none;
}

.wrap-passos {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 600px;
  text-decoration: none;
  display: flex;
}

.card1 {
  grid-row-gap: 32px;
  background-color: var(--azul-claro);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 40px;
  text-decoration: none;
  display: flex;
}

.titel-card {
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 27px;
  font-weight: 500;
  line-height: 34px;
  text-decoration: none;
}

.titel-card.centrado {
  text-align: center;
  text-transform: none;
}

.descricao-card {
  color: #fff;
  letter-spacing: .2px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.arrow {
  grid-column-gap: 10px;
  background-color: var(--azul-claro);
  justify-content: flex-start;
  align-items: center;
  width: 60px;
  height: 100%;
  padding: 40px 10px;
  text-decoration: none;
  display: flex;
}

.card2 {
  grid-row-gap: 32px;
  background-color: var(--azul-claro);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 40px;
  text-decoration: none;
  display: flex;
}

.card3 {
  grid-row-gap: 32px;
  background-color: var(--azul-claro);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 40px;
  text-decoration: none;
  display: flex;
}

.balao_2_verde-3 {
  width: 150px;
  max-width: none;
  position: absolute;
  inset: 88% 0% 0% auto;
}

.sub-titulo {
  color: #fff;
  text-align: center;
  letter-spacing: .48px;
  width: 100%;
  max-width: 900px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 36px;
  text-decoration: none;
  display: inline-block;
}

.sub-titulo.azul {
  color: var(--azul-escuro);
}

.adira-aos-servios-digitais-do-el-corte-ingls-receba-cdigos-de-participao-e-habilite-se-aos-milhares-3 {
  color: #fff;
  text-align: center;
  letter-spacing: .48px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: .375rem;
  font-family: Geomanist, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-decoration: none;
  display: inline-block;
}

.adira-aos-servios-digitais-do-el-corte-ingls-receba-cdigos-de-participao-e-habilite-se-aos-milhares-4 {
  color: #fff;
  text-align: center;
  letter-spacing: .48px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geomanist, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-decoration: none;
  display: inline-block;
}

.adira-a-servios-digitais-doel-corte-ingls-2 {
  color: #fff;
  text-transform: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Titillium Web, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  text-decoration: none;
}

.adira-a-servios-digitais-do-el-corte-ingls-3 {
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: .40625rem;
  font-family: Titillium Web, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  text-decoration: none;
  display: inline-block;
}

.adira-a-servios-digitais-do-el-corte-ingls-4 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: underline;
  display: inline-block;
}

.image {
  width: 50%;
  max-width: none;
}

.btn-text {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 20px;
}

.text-span, .text-span-2 {
  font-weight: 500;
}

.servicos-digitais {
  grid-row-gap: 110px;
  background-color: #fff3e6;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 8% 5% 5%;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.cards-wraps {
  grid-column-gap: 24px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  text-decoration: none;
  display: flex;
}

.card {
  background-color: var(--azul-claro);
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 370px;
  height: 400px;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.frame-8 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.comunicaodigital {
  color: #fff;
  text-align: center;
  letter-spacing: .02em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Titillium Web, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  text-decoration: none;
}

.descricao-cards-2 {
  color: #fff;
  text-align: center;
  letter-spacing: .01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.frame-2-2 {
  grid-column-gap: 10px;
  background-color: var(--correio-da-manha);
  border-radius: 999px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.ativar-cdigo-2 {
  color: #fff;
  text-align: center;
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Titillium Web, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-span-3 {
  font-weight: 500;
}

.labels-servis {
  color: var(--azul-escuro);
  margin-bottom: 0;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.wrap-labels {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.p1 {
  text-align: center;
  max-width: 900px;
  margin-bottom: 0;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.wrap-card-head {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.line-card {
  background-color: #ffffff47;
  width: 100%;
  height: 1px;
}

.premios {
  grid-row-gap: 10px;
  background-color: var(--azul-claro);
  background-image: linear-gradient(#0042b7, #008cea);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 8% 5% 0%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wrap-premios-section {
  grid-row-gap: 92px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  text-decoration: none;
  display: flex;
}

.text {
  grid-row-gap: 76px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-52 {
  grid-row-gap: 22px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.ganhe-um-suv-hbrido-e-milhares-de-prmios {
  color: #fff;
  text-align: center;
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geomanist, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 68px;
  text-decoration: none;
}

.participe-e-ganhe-milhares-de-prmios-imediatos-ao-participar-habilite-se-ainda-ao-grande-prmio-final {
  color: #fff;
  text-align: center;
  letter-spacing: .02em;
  width: 100%;
  max-width: 900px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.frame-53 {
  grid-row-gap: 21px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 540px;
  text-decoration: none;
  display: flex;
}

.h5 {
  color: #fff;
  text-align: center;
  letter-spacing: .02em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.p3 {
  color: #fff;
  text-align: center;
  letter-spacing: .02em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 34px;
  text-decoration: none;
}

.voucher {
  grid-row-gap: 10px;
  cursor: auto;
  background-color: #00bf33;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  padding-top: 10px;
  text-decoration: none;
  display: flex;
}

.voucher.b {
  cursor: auto;
  background-color: #e2931b;
}

.voucher.c {
  background-color: #2f2f2f;
}

.voucher.d {
  background-color: #905edb;
}

.voucher.e {
  background-color: #c9000b;
}

.voucher.f {
  background-color: #3b5159;
}

.voucher.g {
  background-color: #c9000b;
}

.voucher.h {
  background-color: #f4f1ec;
}

.logo-voucher {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 87px;
  text-decoration: none;
  display: flex;
}

.bot-voucher {
  grid-column-gap: 10px;
  background-color: #00ac2e;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 180px;
  padding: 15px;
  text-decoration: none;
  display: flex;
}

.bot-voucher.b {
  background-color: #cd8518;
}

.bot-voucher.c {
  background-color: #1c1c1c;
}

.bot-voucher.d {
  background-color: #7e51c4;
}

.bot-voucher.e {
  background-color: #b5000a;
}

.bot-voucher.f {
  background-color: #354950;
}

.bot-voucher.g {
  background-color: #b5000a;
}

.bot-voucher.h {
  background-color: #e8e5e0;
}

.wrap-text-voucher {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

._250 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: undefined, sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text-small {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-decoration: none;
}

.text-small.read {
  color: #ee1c25;
}

.frame-61 {
  grid-row-gap: 10px;
  background-color: #2f2f2f;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 32px;
  text-decoration: none;
  display: flex;
}

.frame-62 {
  grid-row-gap: 10px;
  background-color: #8f5ddb;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 32px;
  text-decoration: none;
  display: flex;
}

.logo_villagal {
  padding-top: 19px;
  padding-bottom: 19px;
}

.frame-63 {
  grid-row-gap: 10px;
  background-color: #c9000b;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 32px;
  text-decoration: none;
  display: flex;
}

.frame-64 {
  grid-row-gap: 10px;
  background-color: #3b5159;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 32px;
  text-decoration: none;
  display: flex;
}

.frame-67 {
  grid-row-gap: 10px;
  background-color: #c9000b;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 32px;
  text-decoration: none;
  display: flex;
}

.logo_sabado {
  padding-top: 59px;
  padding-bottom: 59px;
}

.frame-66 {
  grid-row-gap: 10px;
  background-color: #f4f1eb;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 32px;
  text-decoration: none;
  display: flex;
}

.logo_correio-manha {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 70px;
  padding-top: 19px;
  padding-bottom: 19px;
  text-decoration: none;
  display: flex;
}

.slide-img {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 1178.08px;
  padding-top: 100px;
  display: flex;
}

.frame-69 {
  grid-row-gap: 55px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.grande-prmio-final {
  color: #fff;
  text-align: center;
  letter-spacing: .8px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geomanist, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.habilite-se-a-ganhar-um-incrvel-dacia-duster-extreme-tce-130-4x2-mild-hybrid-sorteio-final-dia-6-de {
  color: #fff;
  text-align: center;
  letter-spacing: .02em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geomanist, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.frame-68 {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 764.455px;
  left: 510px;
}

.frame-71 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.com-o-apoio-de {
  border-style: solid;
  border-width: undefinedpx;
  color: #fff;
  text-align: right;
  letter-spacing: 1.2px;
  border-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geomanist, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.balao_3-1 {
  width: 150px;
  max-width: none;
  position: absolute;
  inset: 12% auto auto -2%;
}

.wrap-vounchers {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

._250-2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: .71875rem;
  font-family: Geomanist, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  display: inline-block;
}

._250-3 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: .71875rem;
  font-family: Geomanist, sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  display: inline-block;
}

._250-4 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geomanist, sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  display: inline-block;
}

.frame-60-2 {
  grid-row-gap: 10px;
  background-color: #e2921b;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 32px;
  text-decoration: none;
  display: flex;
}

.frame-58-2 {
  grid-column-gap: 32px;
  background-color: #cc8418;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 250px;
  height: 232px;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

._250-5 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: .4375rem;
  font-family: Geomanist, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  display: inline-block;
}

._250-6 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: .75rem;
  font-family: Geomanist, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  display: inline-block;
}

._250-7 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geomanist, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  display: inline-block;
}

.vales-de-compra-el-corte-ingls-2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geomanist, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-decoration: none;
}

.frame-58-3 {
  grid-column-gap: 32px;
  background-color: #1c1c1c;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 250px;
  height: 232px;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.frame-58-4 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

._250-8 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geomanist, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.frame-58-5 {
  grid-column-gap: 10px;
  background-color: #7e51c3;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 250px;
  height: 232px;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

._250-9 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: .359375rem;
  font-family: Geomanist, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  display: inline-block;
}

.frame-58-6 {
  grid-column-gap: 10px;
  background-color: #b5000a;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 250px;
  height: 232px;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

._250-10 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: undefined, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

._250-11 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: .9375rem;
  font-family: Geomanist, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  display: inline-block;
}

._250-12 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geomanist, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  display: inline-block;
}

.frame-58-7 {
  grid-column-gap: 32px;
  background-color: #354950;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 250px;
  height: 232px;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

._250-13 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: .46875rem;
  font-family: Geomanist, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  display: inline-block;
}

._250-14 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geomanist, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.frame-58-8 {
  grid-column-gap: 10px;
  background-color: #e8e5df;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 250px;
  height: 232px;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

._250-15 {
  color: #eb1520;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geomanist, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.vales-de-compra-el-corte-ingls-3 {
  color: #eb1520;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geomanist, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-decoration: none;
}

.frame-67-2 {
  grid-row-gap: 22px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.btn-2 {
  grid-column-gap: 10px;
  background-color: #ec1c24;
  border-radius: 999px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 32px;
  text-decoration: none;
  display: flex;
}

.slider {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.text-vauchar-big {
  color: #fff;
  text-align: center;
  width: 100%;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 38px;
}

.text-vauchar-big.read {
  color: #ee1c25;
}

.text-span-4 {
  width: 100%;
  font-size: 25px;
  font-weight: 400;
  line-height: 25px;
}

.text-block {
  color: #fff;
  font-family: Geomanist, Arial, sans-serif;
}

.text-vauchar-medium {
  color: #fff;
  text-align: center;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 25px;
  line-height: 25px;
}

.warp-big-titel {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.section {
  width: 100%;
}

.slider_card-image-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}

.slider_image-block {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slider_image-block.previous {
  z-index: 0;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-280px)scale(.8);
}

.slider_image-block.next {
  z-index: 1;
  max-width: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(280px)scale(.8);
}

.slider-image {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 1.25rem;
  width: 100%;
  height: 100%;
}

.slider-card.current {
  z-index: 2;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.container-large {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mask {
  width: 46rem;
  height: 32.5rem;
  margin-left: auto;
  margin-right: auto;
  position: static;
  overflow: visible;
}

.padding-global {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.slider-2 {
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: static;
  overflow: visible;
}

.slider-section {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  padding-top: 100px;
  padding-left: 8%;
  padding-right: 8%;
  display: flex;
}

.seta {
  width: auto;
}

.div-block {
  background-color: var(--azul-escuro);
  background-image: linear-gradient(180deg, var(--azul-escuro), var(--azul-claro));
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 70vw;
  height: auto;
  margin: 8% auto;
  padding: 5%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-2 {
  z-index: 999;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-image: linear-gradient(180deg, var(--azul-escuro), var(--azul-claro));
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-top: 8%;
  margin-left: 8%;
  margin-right: 8%;
  padding-top: 5%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-wrap-scroll {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: auto;
  height: 550px;
  padding-top: 0;
  padding-bottom: 32px;
  display: flex;
  overflow: auto;
}

.rich-text-block {
  line-height: 16px;
}

.titulo-notas {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 500;
  display: block;
}

.linha-notas {
  background-color: #e99c25;
  width: 1px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
}

.image-396 {
  display: none;
}

.nome-enologo {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
}

.closed-btn {
  cursor: pointer;
  background-color: #fff;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 49px;
  height: 49px;
  margin-top: 1%;
  margin-left: auto;
  margin-right: 1%;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.closed-btn:hover {
  background-color: #e99c25;
}

.div-enologo {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wrapper-notas {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
  overflow: visible;
}

.pop-up-notas.nota-1 {
  z-index: 9999;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #000000b5;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: 0%;
  margin-left: auto;
  margin-right: auto;
  padding: 0%;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.pop-up-notas.nota-2 {
  z-index: 999;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #000000b5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.pop-up-notas.nota-3 {
  z-index: 999;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #000000b5;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.pop-up-notas.nota-4 {
  z-index: 999;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #000000b5;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.pop-up-notas.nota-5, .pop-up-notas.nota-6, .pop-up-notas.nota-7 {
  z-index: 999;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #000000b5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.pop-up-notas.nota-8 {
  z-index: 999;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #000000b5;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-notas {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-397 {
  cursor: pointer;
  display: block;
}

.description-notas {
  color: #fff;
  text-align: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
}

.bold-text, .bold-text-2 {
  color: #fff;
  font-family: Geomanist, Arial, sans-serif;
  font-weight: 500;
}

.list {
  color: #fff;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.link, .link-2 {
  color: #fff;
  font-weight: 400;
}

.bold-text-3 {
  color: #fff;
  font-family: Geomanist, Arial, sans-serif;
  font-weight: 400;
}

.bold-text-4 {
  color: #fff;
  font-family: Geomanist, Arial, sans-serif;
  font-weight: 300;
}

.paragraph {
  color: #fff;
  margin-bottom: 0;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.paragraph.entrelinha {
  line-height: 20px;
}

.paragraph-2 {
  color: #fff;
  font-family: Geomanist, Arial, sans-serif;
  line-height: 22px;
}

.wrap-voucher {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.bullet-line {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bullet {
  background-color: var(--laranja-escuro);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  max-width: none;
  height: 40px;
  min-height: 40px;
  max-height: none;
  padding: 4px 0 0;
  display: flex;
}

.text-block-2 {
  color: #fff;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 26px;
  position: static;
  inset: 0%;
}

.wrap-bullet {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.heading {
  font-size: 17px;
}

.div-block-4 {
  background-image: radial-gradient(circle farthest-corner at 100% 100%, var(--azul-claro), var(--azul-escuro));
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1400px;
  height: auto;
  margin: auto;
  padding: 5%;
  display: flex;
  position: absolute;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.faq6_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.margin-bottom, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.faq6_accordion {
  border: 1px solid #e5e5e6;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq6_accordion:hover {
  background-color: #fff4e9;
  border-style: solid;
  border-color: #fff;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.faq6_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.heading-style-h3 {
  color: #12161d;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.faq6_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}

.faq6_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.faq6_list-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.faq-s {
  padding-left: 5%;
  padding-right: 5%;
}

.heading-2 {
  font-family: Geomanist, Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.paragraph-3, .paragraph-4 {
  font-family: Geomanist, Arial, sans-serif;
}

.bold-text-5 {
  font-weight: 500;
}

.link-3 {
  color: var(--laranja-escuro);
}

.bold-text-6 {
  font-weight: 500;
}

.link-4 {
  color: var(--laranja-escuro);
}

.bold-text-7 {
  font-weight: 500;
}

.link-5 {
  color: var(--laranja-escuro);
}

.paragraph-5 {
  font-family: Geomanist, Arial, sans-serif;
}

.link-6 {
  color: var(--laranja-escuro);
}

.bold-text-8, .bold-text-9 {
  font-weight: 500;
}

.paragraph-6, .paragraph-7 {
  font-family: Geomanist, Arial, sans-serif;
}

.link-7 {
  color: var(--laranja-escuro);
}

.paragraph-8 {
  font-family: Geomanist, Arial, sans-serif;
  font-weight: 500;
}

.text-span-5 {
  font-weight: 400;
}

.paragraph-9 {
  font-family: Geomanist, Arial, sans-serif;
}

.link-8 {
  color: var(--laranja-escuro);
}

.heading-3, .heading-4 {
  font-family: Geomanist, Arial, sans-serif;
}

.image-398 {
  width: 250px;
  max-width: none;
}

.div-block-5 {
  background-color: var(--laranja-escuro);
  height: 50vh;
  display: flex;
}

.footer {
  grid-column-gap: 0px;
  grid-row-gap: 70px;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.wrap-logo {
  grid-column-gap: 0px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 221px;
  text-decoration: none;
  display: flex;
}

.regulamento {
  color: #fff;
  text-align: center;
  letter-spacing: .02em;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: underline;
}

.wrap-bot {
  grid-row-gap: 41px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.flex {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 289.583px;
  text-decoration: none;
  display: flex;
}

.frame-72 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 117.474px;
  text-decoration: none;
  display: flex;
}

.entidade-promotora {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geomanist, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-73 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 69.1921px;
  text-decoration: none;
  display: flex;
}

.powered-by {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geomanist, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-75 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.concurso-n-xxdmeidepepdgepp2024---mudar-ganhar-6-edio-autorizado-pela-cmara-municipal-de-lisboa {
  opacity: .8;
  color: #fff;
  text-align: center;
  letter-spacing: .02em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.copyright-2025-biztarget {
  opacity: .6;
  color: #fff;
  text-align: center;
  letter-spacing: .02em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.link-9 {
  color: var(--laranja-escuro);
  text-decoration: underline;
}

.bold-text-10, .medium {
  font-weight: 500;
}

.link-10 {
  color: #f88401;
  font-weight: 500;
  text-decoration: none;
}

.link-11 {
  text-decoration: none;
}

.link-12 {
  color: #f88401;
  font-weight: 500;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .hero {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    height: auto;
  }

  .txt {
    grid-row-gap: 60px;
  }

  .logo_cm {
    width: 280px;
  }

  .ser-digital-d-lhe-prmios {
    font-size: 32px;
  }

  .adira-aos-servios-digitais-do-el-corte-ingls-e-ganhe-prmios {
    font-size: 20px;
  }

  .btn.smal {
    padding: 22px 24px;
  }

  .participar {
    justify-content: flex-start;
    align-items: center;
  }

  .wrap-participar {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .wrap-participar-text {
    width: 70%;
    display: flex;
  }

  .titulo-section {
    max-width: none;
    font-size: 42px;
  }

  .wrap-passos {
    flex-flow: column;
    width: 70%;
    height: auto;
  }

  .card1 {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
    justify-content: flex-start;
    align-items: center;
  }

  .titel-card {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
  }

  .titel-card.centrado {
    font-size: 18px;
  }

  .descricao-card {
    text-align: center;
  }

  .arrow {
    grid-column-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    padding: 0;
  }

  .card2 {
    justify-content: flex-start;
    align-items: center;
  }

  .card3 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    justify-content: flex-start;
    align-items: center;
  }

  .balao_2_verde-3 {
    display: none;
  }

  .sub-titulo {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 26px;
  }

  .adira-a-servios-digitais-do-el-corte-ingls-4 {
    font-size: 18px;
    line-height: 22px;
  }

  .image {
    width: 70%;
  }

  .btn-text {
    font-size: 18px;
  }

  .servicos-digitais {
    grid-row-gap: 40px;
  }

  .cards-wraps {
    grid-column-gap: 16px;
  }

  .card {
    padding: 24px 16px 16px;
  }

  .descricao-cards-2 {
    font-size: 16px;
  }

  .labels-servis {
    font-size: 18px;
  }

  .arrow-direita {
    width: 40px;
    max-width: none;
  }

  .p1 {
    font-size: 16px;
  }

  .wrap-card-head {
    justify-content: flex-start;
    align-items: center;
  }

  .line-card {
    text-align: center;
    display: none;
  }

  .wrap-premios-section {
    grid-row-gap: 32px;
  }

  .h5 {
    font-size: 38px;
  }

  .p3 {
    font-size: 16px;
  }

  .balao_3-1 {
    display: none;
  }

  .mask {
    width: 100%;
    height: 28rem;
  }

  .slide {
    width: 100%;
  }

  .slider-section {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .image-2, .image-3, .image-4 {
    width: 80px;
    max-width: none;
  }

  .seta {
    transform: rotate(90deg);
  }

  .image-5 {
    width: 800px;
    max-width: none;
  }

  .wrapper-notas {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
  }

  .pop-up-notas.nota-1 {
    flex-flow: column;
    width: 100vw;
    height: 100vh;
    margin-top: auto;
    display: none;
  }

  .div-notas {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .description-notas {
    width: 70%;
  }

  .bold-text {
    font-size: 27px;
    line-height: 30px;
  }

  .bold-text-2 {
    font-size: 22px;
    line-height: 26px;
  }

  .bold-text-3 {
    font-size: 16px;
  }

  .bold-text-4 {
    font-size: 22px;
    line-height: 26px;
  }

  .div-block-4 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    position: absolute;
    inset: auto;
  }

  .faq6_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h3 {
    font-size: 20px;
  }

  .container-large-2 {
    display: flex;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .faq-s {
    display: flex;
  }

  .image-398 {
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .logo_cm {
    width: 250px;
  }

  .wrap-participar-text {
    width: 100%;
  }

  .titulo-section {
    font-size: 32px;
  }

  .servicos-digitais {
    padding-left: 24px;
    padding-right: 24px;
  }

  .cards-wraps {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    width: 100%;
  }

  .card {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    max-width: none;
    height: auto;
  }

  .frame-8 {
    grid-row-gap: 24px;
  }

  .descricao-cards-2 {
    line-height: 24px;
  }

  .labels-servis {
    font-size: 16px;
  }

  .wrap-labels {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: center;
  }

  .frame-52 {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
  }

  .frame-53 {
    grid-row-gap: 16px;
  }

  .h5 {
    font-size: 32px;
  }

  .mask {
    height: 27.1rem;
  }

  .wrapper-notas {
    width: 100%;
    height: 100%;
    max-height: none;
    overflow: auto;
  }

  .pop-up-notas.nota-1 {
    display: none;
  }

  .div-notas {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .description-notas {
    width: 80%;
  }

  .div-block-4 {
    margin-bottom: 0%;
    padding-top: 10%;
  }

  .faq6_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .faq6_question {
    padding: 1rem 1.25rem;
  }

  .heading-style-h3 {
    font-size: 20px;
  }

  .faq6_icon-wrapper {
    width: 1.75rem;
  }

  .faq6_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: space-between;
    align-items: center;
    padding-top: 0%;
  }

  .txt {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
  }

  .logo_cm {
    width: 70vw;
    max-width: 280px;
  }

  .ser-digital-d-lhe-prmios {
    font-size: 24px;
  }

  .adira-aos-servios-digitais-do-el-corte-ingls-e-ganhe-prmios {
    font-size: 18px;
    line-height: 24px;
  }

  .btn {
    padding: 16px 24px;
  }

  .btn.smal {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .participar {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .wrap-participar-text {
    width: 90%;
  }

  .titulo-section {
    font-size: 32px;
  }

  .wrap-passos {
    width: 100%;
  }

  .card1 {
    grid-row-gap: 24px;
    padding: 32px 15px;
  }

  .descricao-card {
    font-size: 16px;
    line-height: 22px;
  }

  .card2, .card3 {
    padding: 32px 15px;
  }

  .balao_2_verde-3 {
    display: none;
    overflow: visible;
  }

  .sub-titulo, .sub-titulo.azul {
    font-size: 16px;
    line-height: 22px;
  }

  .image {
    width: 100%;
  }

  .btn-text {
    margin-bottom: 0;
    font-size: 16px;
  }

  .servicos-digitais {
    grid-row-gap: 24px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .cards-wraps {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .card {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    height: auto;
  }

  .frame-8 {
    grid-row-gap: 16px;
  }

  .descricao-cards-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .labels-servis {
    text-align: center;
    font-size: 18px;
  }

  .wrap-labels {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .arrow-direita {
    width: 20px;
    transform: rotate(90deg);
  }

  .p1 {
    line-height: 22px;
  }

  .wrap-card-head {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .premios {
    padding-top: 32px;
    padding-bottom: 0;
  }

  .text {
    grid-row-gap: 40px;
  }

  .h5 {
    font-size: 28px;
  }

  .p3 {
    line-height: 22px;
  }

  .voucher {
    width: 100%;
    height: auto;
    padding-top: 10px;
  }

  .voucher.b {
    width: 100%;
  }

  .logo-voucher {
    width: 80%;
    height: 60px;
  }

  .bot-voucher {
    height: auto;
    padding: 15px;
  }

  .wrap-text-voucher {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .text-small {
    font-size: 14px;
    line-height: 16px;
  }

  .logo_villagal {
    width: 80px;
  }

  .com-o-apoio-de {
    font-size: 13px;
  }

  .balao_3-1 {
    display: none;
  }

  .wrap-vounchers {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .text-vauchar-big {
    text-align: center;
    font-size: 24px;
    line-height: 26px;
  }

  .text-vauchar-big.read {
    text-align: center;
  }

  .text-vauchar-medium {
    font-size: 20px;
    line-height: 22px;
  }

  .section, .container-large {
    width: 100%;
  }

  .mask {
    width: 100%;
    height: 17rem;
  }

  .padding-global {
    width: 100%;
    max-width: none;
  }

  .slider-2, .slide {
    width: 100%;
  }

  .slider-section {
    width: 100vw;
    padding-top: 32px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-5 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .image-6 {
    width: auto;
  }

  .image-7 {
    width: 80%;
  }

  .text-wrap-scroll {
    width: 100%;
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
    overflow: visible;
  }

  .nome-enologo {
    font-size: 16px;
  }

  .closed-btn {
    margin-top: 6%;
    margin-left: auto;
    margin-right: auto;
    inset: 0% auto auto;
  }

  .wrapper-notas {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    max-height: none;
    margin-left: 0;
    padding-bottom: 5%;
    overflow: auto;
  }

  .pop-up-notas.nota-1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: none;
    overflow: visible;
  }

  .pop-up-notas.nota-2 {
    display: none;
  }

  .div-notas {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .description-notas {
    width: 80%;
    font-size: 16px;
  }

  .bold-text {
    font-size: 22px;
    line-height: 24px;
  }

  .bold-text-2 {
    font-size: 18px;
    line-height: 22px;
  }

  .bold-text-4 {
    font-size: 20px;
    line-height: 24px;
  }

  .paragraph, .paragraph.entrelinha, .paragraph-2 {
    text-align: center;
  }

  .wrap-voucher {
    justify-content: center;
    align-items: flex-start;
    width: 80%;
    display: flex;
  }

  .bullet-line {
    flex-flow: column;
  }

  .wrap-bullet {
    width: 100%;
  }

  .heading {
    text-align: center;
    width: 100%;
    font-family: Geomanist, Arial, sans-serif;
  }

  .div-block-4 {
    width: auto;
    height: 100vh;
    margin-bottom: 5%;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 30%;
    padding-left: 0;
    padding-right: 0;
  }

  .faq6_component {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .faq6_accordion {
    border-radius: .5rem;
  }

  .heading-style-h3 {
    font-size: 18px;
  }

  .faq6_list-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .faq6_list {
    flex-flow: column;
    width: 100%;
    display: block;
  }

  .faq6_content {
    width: 100%;
  }

  .container-large-2 {
    justify-content: center;
    align-items: flex-start;
    max-width: none;
  }

  .padding-section-large {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .faq-s {
    width: 100vw;
    padding: 32px 15px;
  }

  .heading-2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
  }

  .heading-3 {
    text-align: center;
    font-size: 22px;
    line-height: 24px;
  }

  .heading-4 {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
  }

  .heading-5 {
    text-align: center;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 22px;
    line-height: 24px;
  }

  .image-398 {
    width: 150px;
  }

  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .flex {
    justify-content: space-between;
    align-items: flex-start;
  }
}


@font-face {
  font-family: 'Geomanist';
  src: url('../fonts/Geomanist-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geomanist';
  src: url('../fonts/Geomanist-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geomanist';
  src: url('../fonts/Geomanist-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geomanist';
  src: url('../fonts/Geomanist-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}