.elementor-9495 .elementor-element.elementor-element-402bae74{--display:flex;}/* Start custom CSS for html, class: .elementor-element-37b6886 *//* =========================================================
   ESSENFELDER EM25
   Página de produto
   ========================================================= */

.descricao-em25 {
  --em25-texto: #4c4852;
  --em25-titulo: #292536;

  --em25-azul: #dfeef8;
  --em25-azul-forte: #729fc1;

  --em25-verde: #e2f1e9;
  --em25-verde-forte: #76a990;

  --em25-rosa: #f5dfe5;
  --em25-rosa-forte: #cf879a;

  --em25-bege: #f5eee5;
  --em25-bege-forte: #aa8a69;

  --em25-creme: #fcfaf7;

  max-width: 1180px;
  width: 100%;

  margin: 0 auto;
  padding: 40px 24px 80px;

  box-sizing: border-box;

  color: var(--em25-texto);
}

.descricao-em25 *,
.descricao-em25 *::before,
.descricao-em25 *::after {
  box-sizing: border-box;
}


/* =========================================================
   TIPOGRAFIA
   ========================================================= */

.descricao-em25 h2,
.descricao-em25 h3,
.descricao-em25 h4 {
  color: var(--em25-titulo);
}

.descricao-em25 h2 {
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.12;
  font-weight: 700;

  margin: 10px 0 20px;
}

.descricao-em25 h3 {
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1.25;
  font-weight: 700;

  margin: 0 0 18px;
}

.descricao-em25 h4 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;

  margin: 0 0 11px;
}

.descricao-em25 p {
  font-size: 17px;
  line-height: 1.8;

  margin: 0 0 18px;
}

.descricao-em25 strong {
  color: #302b38;
  font-weight: 700;
}

.descricao-em25 img {
  display: block;

  width: 100%;
  max-width: 100%;

  height: auto;
}


/* =========================================================
   HERO
   ========================================================= */

.em25-hero {
  position: relative;

  display: flex;
  flex-direction: column;
  align-items: center;

  gap: 38px;

  padding: 58px 55px;
  margin-bottom: 55px;

  border: 1px solid #eee8e2;
  border-radius: 34px;

  background:
    radial-gradient(
      circle at 8% 12%,
      rgba(223, 238, 248, .95),
      transparent 27%
    ),
    radial-gradient(
      circle at 92% 85%,
      rgba(245, 223, 229, .85),
      transparent 30%
    ),
    radial-gradient(
      circle at 90% 10%,
      rgba(226, 241, 233, .55),
      transparent 22%
    ),
    #fff;

  overflow: hidden;

  box-shadow: 0 18px 50px rgba(48, 42, 45, .06);
}

.em25-hero::before {
  content: "♪";

  position: absolute;

  top: 28px;
  right: 8%;

  font-size: 44px;

  color: rgba(114, 159, 193, .28);

  transform: rotate(-10deg);
}

.em25-hero::after {
  content: "♫";

  position: absolute;

  bottom: 25px;
  left: 8%;

  font-size: 40px;

  color: rgba(207, 135, 154, .25);

  transform: rotate(8deg);
}

.em25-hero-texto {
  width: 100%;
  max-width: 850px;

  margin: 0 auto;

  text-align: center;
}

.em25-kicker {
  display: inline-block;

  padding: 8px 15px;

  border-radius: 50px;

  background: var(--em25-verde);

  color: #658f7b;

  font-size: 13px;
  font-weight: 700;

  letter-spacing: .07em;
  text-transform: uppercase;
}

.em25-subtitulo {
  max-width: 720px;

  margin-left: auto !important;
  margin-right: auto !important;

  font-size: 19px !important;
  line-height: 1.7 !important;

  color: #655f68;
}

.em25-hero-imagem {
  width: 100%;
  max-width: 900px;

  margin: 0 auto;
}

.em25-hero-imagem img {
  width: 100%;

  border-radius: 28px;

  box-shadow: 0 18px 42px rgba(46, 40, 43, .10);
}


/* =========================================================
   TÍTULO CENTRAL
   ========================================================= */

.em25-titulo-central {
  display: flex;

  justify-content: center;
  align-items: center;

  gap: 16px;

  margin-bottom: 30px;

  text-align: center;
}

.em25-titulo-central h3 {
  margin: 0;
}

.em25-titulo-central span:first-child {
  color: var(--em25-rosa-forte);

  font-size: 28px;
}

.em25-titulo-central span:last-child {
  color: var(--em25-azul-forte);

  font-size: 28px;
}


/* =========================================================
   CORES EM25 - CARDS ALINHADOS
   ========================================================= */

.em25-cores-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;

  max-width: 1000px;
  margin: 0 auto;

  align-items: stretch;
}


/* CARD */

.em25-cor-card {
  display: flex;
  flex-direction: column;

  width: 100%;
  min-width: 0;

  padding: 18px 15px 26px;

  border-radius: 24px;

  background: rgba(255,255,255,.88);
  border: 1px solid rgba(255,255,255,.95);

  text-align: center;

  box-shadow: 0 10px 28px rgba(45,40,43,.05);

  transition:
    transform .22s ease,
    box-shadow .22s ease;
}

.em25-cor-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 17px 35px rgba(45,40,43,.09);
}


/* =========================================================
   ÁREA FIXA PARA AS IMAGENS
   ========================================================= */

.em25-cor-card img {
  width: 100%;
  height: 145px;

  object-fit: contain;
  object-position: center;

  margin: 0 0 18px;

  border-radius: 16px;
}


/* =========================================================
   NOMES DAS CORES
   ========================================================= */

.em25-cor-card h4 {
  display: flex;

  align-items: flex-start;
  justify-content: center;

  width: 100%;
  min-height: 58px;

  margin: 0;

  font-size: 21px;
  line-height: 1.25;

  text-align: center;
}


/* CORES DOS DETALHES */

.em25-cor-card:nth-child(1) {
  border-top: 5px solid var(--em25-azul);
}

.em25-cor-card:nth-child(2) {
  border-top: 5px solid var(--em25-verde);
}

.em25-cor-card:nth-child(3) {
  border-top: 5px solid var(--em25-rosa);
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

  .em25-cores-grid {
    grid-template-columns: 1fr;
  }

  .em25-cor-card img {
    height: 220px;
  }

  .em25-cor-card h4 {
    min-height: auto;
  }

}


/* =========================================================
   BLOCOS 01 / 02 / 03
   TEXTO EM CIMA + FOTO EMBAIXO
   ========================================================= */

.em25-feature {
  display: flex;

  flex-direction: column;
  align-items: center;

  gap: 34px;

  margin: 35px 0 65px;
  padding: 55px 50px;

  border-radius: 30px;

  background: rgba(252, 250, 247, .88);
}

.em25-feature-rosa {
  background: rgba(245, 223, 229, .25);
}

.em25-feature-verde {
  background: rgba(226, 241, 233, .36);
}

.em25-feature-texto {
  width: 100%;
  max-width: 820px;

  margin: 0 auto;

  text-align: center;
}

.em25-numero {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  width: 46px;
  height: 46px;

  margin-bottom: 18px;

  border-radius: 50%;

  background: var(--em25-azul);

  color: var(--em25-azul-forte);

  font-size: 13px;
  font-weight: 800;
}

.em25-feature-rosa .em25-numero {
  background: var(--em25-rosa);

  color: var(--em25-rosa-forte);
}

.em25-feature-verde .em25-numero {
  background: var(--em25-verde);

  color: var(--em25-verde-forte);
}

.em25-feature-imagem {
  width: 100%;
  max-width: 900px;

  margin: 0 auto;
}

.em25-feature-imagem img {
  width: 100%;

  border-radius: 26px;

  box-shadow: 0 16px 38px rgba(45, 40, 42, .09);
}


/* =========================================================
   DADOS 25 / 4 AA
   ========================================================= */

.em25-dado {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  flex-wrap: wrap;

  gap: 10px;

  margin-top: 22px;
  padding: 12px 18px;

  border-radius: 50px;

  background: rgba(255, 255, 255, .72);

  border: 1px solid rgba(255, 255, 255, .95);
}

.em25-dado-nota {
  color: var(--em25-azul-forte);

  font-size: 22px;
}

.em25-dado strong {
  font-size: 20px;
}

.em25-dado > span:last-child {
  font-size: 13px;
  font-weight: 700;

  color: #736c73;
}


/* =========================================================
   DESCOBERTA 03
   ========================================================= */

.em25-descoberta {
  display: flex;

  justify-content: center;
  align-items: center;

  flex-wrap: wrap;

  gap: 12px;

  margin-top: 25px;
}

.em25-descoberta span {
  color: var(--em25-verde-forte);

  font-size: 25px;
}

.em25-descoberta strong {
  color: var(--em25-rosa-forte);

  font-size: 28px;
}

.em25-descoberta p {
  margin: 0;

  padding: 9px 16px;

  border-radius: 40px;

  background: rgba(255, 255, 255, .75);

  font-size: 14px;
  font-weight: 700;
}


/* =========================================================
   DESTAQUE
   ========================================================= */

.em25-destaque {
  display: grid;

  grid-template-columns: 65px 1fr 65px;

  align-items: center;

  gap: 25px;

  max-width: 1000px;

  margin: 65px auto;

  padding: 45px 55px;

  border-radius: 32px;

  text-align: center;

  background:
    linear-gradient(
      120deg,
      var(--em25-azul),
      var(--em25-verde),
      var(--em25-bege),
      var(--em25-rosa)
    );

  box-shadow: 0 14px 36px rgba(55, 48, 51, .07);
}

.em25-destaque h3 {
  font-size: clamp(27px, 3vw, 36px);
}

.em25-destaque p {
  max-width: 720px;

  margin: 0 auto;
}

.em25-nota {
  font-size: 46px;
  line-height: 1;

  color: var(--em25-azul-forte);
}

.em25-nota:last-child {
  color: var(--em25-rosa-forte);
}


/* =========================================================
   O QUE ACOMPANHA
   ========================================================= */

.em25-acompanha {
  margin: 70px 0;

  padding: 55px 50px;

  border-radius: 32px;

  background:
    linear-gradient(
      135deg,
      rgba(223, 238, 248, .38),
      rgba(226, 241, 233, .44),
      rgba(245, 223, 229, .28)
    );

  border: 1px solid #eee9e5;
}

.em25-acompanha-grid {
  display: grid;

  grid-template-columns: repeat(2, minmax(0, 1fr));

  gap: 22px;

  max-width: 950px;

  margin: 0 auto;
}

.em25-card {
  min-height: 205px;

  padding: 30px 28px;

  border-radius: 22px;

  background: rgba(255, 255, 255, .88);

  text-align: center;

  box-shadow: 0 8px 25px rgba(45, 40, 43, .04);

  transition:
    transform .22s ease,
    box-shadow .22s ease;
}

.em25-card:hover {
  transform: translateY(-4px);

  box-shadow: 0 16px 32px rgba(45, 40, 43, .08);
}

.em25-card-icon {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 54px;
  height: 54px;

  margin: 0 auto 17px;

  border-radius: 50%;

  background: var(--em25-azul);

  font-size: 24px;
}

.em25-card:nth-child(2) .em25-card-icon {
  background: var(--em25-rosa);
}

.em25-card:nth-child(3) .em25-card-icon {
  background: var(--em25-verde);
}

.em25-card:nth-child(4) .em25-card-icon {
  background: var(--em25-bege);
}

.em25-card p {
  max-width: 370px;

  margin: 0 auto;

  font-size: 16px;
  line-height: 1.65;
}


/* =========================================================
   ESPECIFICAÇÕES
   ========================================================= */

.em25-especificacoes {
  margin: 70px 0;

  padding: 55px 50px;

  border-radius: 32px;

  background:
    linear-gradient(
      135deg,
      #fff,
      rgba(223, 238, 248, .38),
      rgba(245, 223, 229, .28)
    );

  border: 1px solid #eee9e5;
}

.em25-spec-grid {
  display: grid;

  grid-template-columns: repeat(2, minmax(0, 1fr));

  gap: 18px;

  max-width: 900px;

  margin: 0 auto;
}

.em25-spec {
  width: 100%;
  min-width: 0;
  min-height: 120px;

  display: flex;

  flex-direction: column;
  justify-content: center;

  padding: 25px 28px;

  border-radius: 20px;

  background: rgba(255, 255, 255, .9);

  border: 1px solid #eee9e5;

  box-shadow: 0 8px 22px rgba(45, 40, 43, .035);
}

.em25-spec:nth-child(3n + 1) {
  border-left: 4px solid var(--em25-azul);
}

.em25-spec:nth-child(3n + 2) {
  border-left: 4px solid var(--em25-rosa);
}

.em25-spec:nth-child(3n + 3) {
  border-left: 4px solid var(--em25-verde);
}

.em25-spec span {
  display: block;

  margin-bottom: 7px;

  color: #817983;

  font-size: 12px;
  line-height: 1.3;
  font-weight: 700;

  letter-spacing: .08em;
  text-transform: uppercase;
}

.em25-spec strong {
  display: block;

  width: 100%;

  font-size: 18px;
  line-height: 1.4;

  overflow-wrap: break-word;
  word-break: normal;
}


/* =========================================================
   FINAL
   ========================================================= */

.em25-final {
  max-width: 900px;

  margin: 75px auto 0;

  text-align: center;
}

.em25-final-nota {
  display: inline-block;

  margin-bottom: 14px;

  color: var(--em25-azul-forte);

  font-size: 42px;

  transform: rotate(-6deg);
}

.em25-final h3 {
  font-size: clamp(28px, 3vw, 38px);
}

.em25-final p {
  max-width: 760px;

  margin-left: auto;
  margin-right: auto;

  font-size: 18px;
  line-height: 1.75;
}

.em25-final-imagem {
  width: 100%;
  max-width: 760px;

  margin: 38px auto 0;
}

.em25-final-imagem img {
  width: 100%;

  border-radius: 24px;

  box-shadow: 0 14px 34px rgba(45, 40, 42, .08);
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {

  .em25-hero {
    padding: 45px 38px;
  }

  .em25-feature {
    padding: 45px 35px;
  }

  .em25-cores {
    padding: 42px 32px;
  }

  .em25-cores-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .em25-acompanha {
    padding: 42px 32px;
  }

  .em25-especificacoes {
    padding: 42px 32px;
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

  .descricao-em25 {
    padding: 20px 14px 55px;
  }

  .descricao-em25 p {
    font-size: 16px;
    line-height: 1.7;
  }


  /* HERO */

  .em25-hero {
    padding: 34px 24px;

    border-radius: 25px;
  }

  .em25-hero::before,
  .em25-hero::after {
    display: none;
  }


  /* CORES */

  .em25-cores {
    padding: 34px 20px;

    border-radius: 25px;
  }

  .em25-cores-grid {
    grid-template-columns: 1fr;
  }


  /* FEATURES */

  .em25-feature {
    padding: 34px 22px;

    margin-bottom: 45px;

    border-radius: 25px;
  }


  /* DESTAQUE */

  .em25-destaque {
    grid-template-columns: 1fr;

    gap: 14px;

    padding: 34px 24px;

    border-radius: 25px;
  }

  .em25-nota {
    font-size: 31px;
  }


  /* ACOMPANHA */

  .em25-acompanha {
    padding: 35px 20px;

    border-radius: 25px;
  }

  .em25-acompanha-grid {
    grid-template-columns: 1fr;
  }

  .em25-card {
    min-height: auto;
  }


  /* ESPECIFICAÇÕES */

  .em25-especificacoes {
    padding: 35px 20px;

    border-radius: 25px;
  }

  .em25-spec-grid {
    grid-template-columns: 1fr;
  }

  .em25-spec {
    min-height: auto;

    padding: 22px 24px;
  }


  /* TÍTULOS */

  .em25-titulo-central {
    gap: 9px;
  }

  .em25-titulo-central span {
    font-size: 22px !important;
  }


  /* FINAL */

  .em25-final {
    margin-top: 50px;
  }

  .em25-final p {
    font-size: 17px;
  }

}/* End custom CSS */