.bg-pattern-em-breve {
  background-image: url(../../../../images/pattern-rosa-breve.png);
  background-repeat: no-repeat;
  background-position: right center;

  margin-bottom: 200px;
}

.card-em-breve {
  border: 2px solid #F40100; 
  background-color: #FFFFFF;
  box-shadow: 0px 0px 8px 0px #00000040;
  width: 910px!important;
  height: 340px;
  border-radius: 8px 32px 32px 32px;

  h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 130%;
    text-align: center;
    color: #000;
    margin-bottom: 40px;
  }
}

.texto-breve{
  font-weight: 600;
  font-size: 28px;
  line-height: 120%;
  color: #000;
  text-align: center;
}

h1 {
  flex-wrap: wrap;
}

h1 strong {
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  color: #000;
}

.tema-breve{
  background-color: #F40100;
  color:  #FFFFFF;

  font-weight: 700;
  font-size: 28px;;
  line-height: 34.78px;
  padding: 3px;
  text-align: center;

  border-radius: 11px 4px 11px 4px;
}

.logo-podcast-breve {
  width: 155px;
  height: 60px;

  margin-top: 45px;
}

.triangulos-podcast {
  position: relative;
  width: 100%;
  height: 0;
}

.triangulo-esquerda {
  position: absolute;
  left: 0;
  bottom: -120px;
  z-index: 2;
}

.triangulo-direita {
  position: absolute;
  right: 0;
  bottom: -180px;
  z-index: 2;
}

@media (max-width: 576px) { 
  .triangulo-esquerda {
    width: 200px;
    bottom: -60px;
    z-index: 2;
  }

  .triangulo-direita {
    width: 200px;
    bottom: -80px;
    z-index: 2;
  }

}

.dark-mode {
  .bg-pattern-em-breve {
    .container {
      background-color: transparent;
    }
  }

  .card-em-breve {
    background-color: #1e1e1e;
  }

  h1 strong, .texto-breve {
    color: #FFFFFF;
  }
}