.elementor-6254 .elementor-element.elementor-element-6cfee80a{--display:flex;}/* Start custom CSS for html, class: .elementor-element-d89a5e5 *//* =========================================================
   EM58 - LAYOUT EDITORIAL
   TEXTO E FOTOS EM BLOCOS VERTICAIS
   ========================================================= */

.descricao-em58 {
  --texto: #4c4852;
  --titulo: #292536;

  --rosa: #f5dfe5;
  --rosa-forte: #cf879a;

  --azul: #dfeef8;
  --azul-forte: #729fc1;

  --verde: #e2f1e9;
  --verde-forte: #76a990;

  --bege: #f5eee5;

  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 24px 80px;
  box-sizing: border-box;

  color: var(--texto);
}

.descricao-em58 *,
.descricao-em58 *::before,
.descricao-em58 *::after {
  box-sizing: border-box;
}

.descricao-em58 img {
  display: block;
  width: 100%;
  height: auto;
}

.descricao-em58 h2,
.descricao-em58 h3,
.descricao-em58 h4 {
  color: var(--titulo);
}

.descricao-em58 h2 {
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.12;
  margin: 12px 0 22px;
}

.descricao-em58 h3 {
  font-size: clamp(25px, 3vw, 34px);
  line-height: 1.25;
  margin: 0 0 18px;
}

.descricao-em58 p {
  font-size: 17px;
  line-height: 1.8;
  margin: 0 0 18px;
}


/* =========================================================
   HERO
   TEXTO EM CIMA + FOTO EMBAIXO
   ========================================================= */

.em58-hero {
  display: flex;
  flex-direction: column;
  align-items: center;

  gap: 38px;

  padding: 58px 55px;
  margin-bottom: 55px;

  border-radius: 34px;
  border: 1px solid #eee8e2;

  background:
    radial-gradient(
      circle at 10% 10%,
      rgba(223,238,248,.9),
      transparent 27%
    ),
    radial-gradient(
      circle at 90% 90%,
      rgba(226,241,233,.8),
      transparent 28%
    ),
    #fff;

  box-shadow: 0 18px 50px rgba(48,42,45,.06);
}

.em58-hero-texto {
  width: 100%;
  max-width: 850px;
  text-align: center;
}

.em58-kicker {
  display: inline-block;

  padding: 8px 16px;

  border-radius: 40px;

  background: var(--azul);
  color: var(--azul-forte);

  font-size: 13px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.em58-subtitulo {
  max-width: 720px;
  margin-left: auto !important;
  margin-right: auto !important;

  font-size: 19px !important;
  line-height: 1.7 !important;
}

.em58-hero-imagem {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.em58-hero-imagem img {
  width: 100%;
  border-radius: 26px;

  box-shadow: 0 16px 38px rgba(45,40,43,.10);
}


/* =========================================================
   DUAS FRENTES
   ========================================================= */

.em58-frentes-inicio {
  margin: 20px 0 70px;
  padding: 50px;

  border-radius: 32px;

  background:
    linear-gradient(
      135deg,
      rgba(245,223,229,.30),
      rgba(245,238,229,.42),
      rgba(223,238,248,.32)
    );

  border: 1px solid #eee9e5;
}

.em58-titulo-central {
  display: flex;
  justify-content: center;
  align-items: center;

  gap: 15px;

  margin-bottom: 25px;

  text-align: center;
}

.em58-titulo-central h3 {
  margin: 0;
}

.em58-titulo-central span {
  font-size: 28px;
  color: var(--azul-forte);
}

.em58-frentes-intro {
  max-width: 680px;

  margin: 0 auto 32px !important;

  text-align: center;
}

.em58-frentes-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));

  gap: 28px;

  max-width: 950px;
  margin: 0 auto;
}

.em58-frente-card {
  padding: 15px 15px 24px;

  background: rgba(255,255,255,.88);

  border-radius: 24px;
  border: 1px solid #eee9e5;

  text-align: center;

  box-shadow: 0 10px 28px rgba(45,40,43,.05);
}

.em58-frente-card img {
  border-radius: 18px;
  margin-bottom: 20px;
}

.em58-frente-card h4 {
  margin: 0;
  font-size: 20px;
}


/* =========================================================
   CARACTERÍSTICAS 01 / 02 / 03
   SEM COLUNAS
   ========================================================= */

.em58-feature,
.em58-feature.em58-invertido {
  display: flex;
  flex-direction: column;

  align-items: center;

  gap: 34px;

  padding: 55px 50px;
  margin: 35px 0 65px;

  border-radius: 30px;

  background: #fcfaf7;
}

.em58-feature:nth-of-type(even) {
  background: rgba(226,241,233,.32);
}


/* CANCELA INVERSÃO ANTIGA */

.em58-invertido .em58-feature-texto,
.em58-invertido .em58-feature-imagem {
  order: initial;
}


/* TEXTO CENTRAL */

.em58-feature-texto {
  width: 100%;
  max-width: 820px;

  margin: 0 auto;

  text-align: center;
}

.em58-numero {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  width: 46px;
  height: 46px;

  margin-bottom: 18px;

  border-radius: 50%;

  background: var(--azul);

  color: var(--azul-forte);

  font-size: 13px;
  font-weight: 800;
}


/* FOTO GRANDE ABAIXO */

.em58-feature-imagem {
  width: 100%;
  max-width: 900px;

  margin: 0 auto;
}

.em58-feature-imagem img {
  width: 100%;

  border-radius: 25px;

  box-shadow: 0 16px 38px rgba(45,40,43,.09);
}


/* =========================================================
   FLUXO DO SOM
   ========================================================= */

.em58-fluxo {
  display: flex;

  justify-content: center;
  align-items: center;

  flex-wrap: wrap;

  gap: 10px;

  margin-top: 28px;
}

.em58-fluxo > span:not(.em58-seta) {
  padding: 10px 16px;

  border-radius: 40px;

  background: var(--rosa);

  font-size: 13px;
  font-weight: 700;
}

.em58-seta {
  color: var(--rosa-forte);
  font-size: 19px;
}


/* =========================================================
   UM SOM DE VERDADE
   ========================================================= */

.em58-destaque {
  display: grid;

  grid-template-columns: 55px 1fr 55px;

  align-items: center;

  gap: 25px;

  max-width: 1000px;

  margin: 30px auto 70px;

  padding: 45px 55px;

  border-radius: 30px;

  text-align: center;

  background:
    linear-gradient(
      120deg,
      var(--azul),
      var(--verde),
      var(--bege),
      var(--rosa)
    );
}

.em58-destaque p {
  max-width: 750px;

  margin: 0 auto;
}

.em58-nota {
  font-size: 44px;
  color: var(--azul-forte);
}


/* =========================================================
   TAGS
   ========================================================= */

.em58-tags {
  display: flex;

  justify-content: center;

  flex-wrap: wrap;

  gap: 10px;

  margin-top: 27px;
}

.em58-tags span {
  padding: 9px 15px;

  border-radius: 40px;

  background: var(--verde);

  color: #5d806e;

  font-size: 13px;
  font-weight: 700;
}


/* =========================================================
   EXPERIÊNCIA MUSICAL
   ========================================================= */

.em58-beneficios {
  margin: 70px 0;

  padding: 55px 50px;

  border-radius: 32px;

  background:
    linear-gradient(
      135deg,
      rgba(223,238,248,.42),
      rgba(226,241,233,.48),
      rgba(245,223,229,.32)
    );

  border: 1px solid #eee9e5;
}

.em58-beneficios-grid {
  display: grid;

  grid-template-columns: repeat(2, minmax(0,1fr));

  gap: 22px;

  max-width: 950px;
  margin: 0 auto;
}

.em58-card {
  min-height: 205px;

  padding: 30px;

  border-radius: 22px;

  background: rgba(255,255,255,.88);

  text-align: center;

  box-shadow: 0 8px 25px rgba(45,40,43,.04);
}

.em58-card-icon {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 52px;
  height: 52px;

  margin: 0 auto 17px;

  border-radius: 50%;

  background: var(--azul);

  color: var(--azul-forte);

  font-size: 23px;
}

.em58-card:nth-child(2) .em58-card-icon {
  background: var(--rosa);
  color: var(--rosa-forte);
}

.em58-card:nth-child(3) .em58-card-icon {
  background: var(--verde);
  color: var(--verde-forte);
}

.em58-card:nth-child(4) .em58-card-icon {
  background: var(--bege);
}

.em58-card h4 {
  margin: 0 0 10px;

  font-size: 21px;
}

.em58-card p {
  max-width: 370px;

  margin: 0 auto;

  font-size: 16px;
  line-height: 1.65;
}


/* =========================================================
   ESPECIFICAÇÕES EM58 - CORREÇÃO
   ========================================================= */

.em58-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;
}


/* 2 CARDS POR LINHA */

.em58-spec-grid {
  display: grid;

  grid-template-columns: repeat(2, minmax(0, 1fr));

  gap: 18px;

  width: 100%;
  max-width: 900px;

  margin: 0 auto;
}


/* CARD */

.em58-spec {
  width: 100%;
  min-width: 0;
  min-height: 125px;

  display: flex;
  flex-direction: column;
  justify-content: center;

  padding: 26px 28px;

  border-radius: 20px;

  background: rgba(255,255,255,.90);

  border: 1px solid #eee9e5;

  box-sizing: border-box;
}


/* TÍTULO PEQUENO */

.em58-spec span {
  display: block;

  margin-bottom: 8px;

  color: #817983;

  font-size: 12px;
  line-height: 1.3;
  font-weight: 700;

  text-transform: uppercase;
  letter-spacing: .07em;
}


/* CONTEÚDO */

.em58-spec strong {
  display: block;

  width: 100%;

  font-size: 18px;
  line-height: 1.4;

  overflow-wrap: break-word;
  word-break: normal;
}


/* DETALHE PASTEL */

.em58-spec:nth-child(3n + 1) {
  border-left: 4px solid var(--azul);
}

.em58-spec:nth-child(3n + 2) {
  border-left: 4px solid var(--rosa);
}

.em58-spec:nth-child(3n + 3) {
  border-left: 4px solid var(--verde);
}


/* FOTO ABAIXO DAS CARACTERÍSTICAS */

.em58-especificacoes-imagem {
  width: 100%;
  max-width: 900px;

  margin: 42px auto 0;
}

.em58-especificacoes-imagem img {
  display: block;

  width: 100%;
  height: auto;

  border-radius: 25px;

  box-shadow: 0 16px 38px rgba(45,40,43,.09);
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

  .em58-spec-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

  .em58-especificacoes {
    padding: 35px 20px;
    border-radius: 25px;
  }

  .em58-spec-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .em58-spec {
    min-height: auto;
    padding: 22px 24px;
  }

  .em58-spec strong {
    font-size: 17px;
  }

}

/* =========================================================
   FINAL
   ========================================================= */

.em58-final {
  max-width: 900px;

  margin: 75px auto 0;

  text-align: center;
}

.em58-final-nota {
  display: inline-block;

  margin-bottom: 15px;

  color: var(--azul-forte);

  font-size: 42px;
}

.em58-final h3 {
  font-size: clamp(28px,3vw,38px);
}

.em58-final p {
  max-width: 760px;

  margin-left: auto;
  margin-right: auto;
}

.em58-final-imagem {
  width: 100%;

  margin: 38px auto 0;
}

.em58-final-imagem img {
  width: 100%;

  border-radius: 26px;

  box-shadow: 0 16px 38px rgba(45,40,43,.10);
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {

  .em58-spec-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

  .descricao-em58 {
    padding: 20px 14px 55px;
  }

  .descricao-em58 p {
    font-size: 16px;
    line-height: 1.7;
  }


  .em58-hero {
    padding: 35px 22px;
    border-radius: 25px;
  }


  .em58-frentes-inicio {
    padding: 35px 20px;
    border-radius: 25px;
  }

  .em58-frentes-grid {
    grid-template-columns: 1fr;
  }


  .em58-feature,
  .em58-feature.em58-invertido {
    padding: 35px 22px;
    margin-bottom: 45px;
    border-radius: 25px;
  }


  .em58-destaque {
    grid-template-columns: 1fr;

    padding: 35px 23px;

    border-radius: 25px;
  }

  .em58-nota {
    font-size: 30px;
  }


  .em58-beneficios {
    padding: 35px 20px;
    border-radius: 25px;
  }

  .em58-beneficios-grid {
    grid-template-columns: 1fr;
  }

  .em58-card {
    min-height: auto;
  }


  .em58-especificacoes {
    padding: 35px 20px;
    border-radius: 25px;
  }

  .em58-spec-grid {
    grid-template-columns: 1fr;
  }

  .em58-spec {
    min-height: auto;
  }


  .em58-titulo-central {
    gap: 9px;
  }

  .em58-titulo-central span {
    font-size: 22px;
  }


  .em58-fluxo {
    gap: 6px;
  }

  .em58-fluxo > span:not(.em58-seta) {
    font-size: 11px;
    padding: 8px 11px;
  }


  .em58-final {
    margin-top: 50px;
  }

}/* End custom CSS */