.footer-podcast {
  margin-top: -70px;
  height: 450px!important;
  border-top-left-radius: 50% 80px;
  border-top-right-radius: 50% 80px;

  overflow: hidden;
}

.container-footer-podcast {
    margin-top: auto;
    width: 100%;
}

.container-footer-podcast {
  position: relative;
}

.img-triangulo-vermelho {
  position: absolute;
  z-index: 2;
  right: 0px;
  bottom: 200px;
}



.footer {
  div {
    position: relative;
    z-index: 7;
  }
}

.footer-podcast > div {
  transition: transform 0.3s ease;
  transform-origin: center;
}

@media (max-width: 767.98px) { 
  .footer-podcast {
    margin-top: -70px;
    height: auto !important;

  }
}

.dark-mode {
  .footer-podcast {
    background-color: #1e1e1e!important;

  }
}


