.section-switch {
  margin: 5rem 0;
}

.section-programas {
  margin: 5rem 0;
}

.card-programas {
  background: mintcream;
  border-radius: 25px;
  /* border: solid purple; */
  margin: 0 1rem 3rem;
  padding: 2rem;
}

.header-programas {
  text-align: center;
}

.imagem-programas {
  /* border: solid red; */
  text-align: center;
}

.titulo-programas {
  font-size: 2rem;
  padding: 2rem;
  /* border: solid blue; */
}

.body-programas {
  text-align: center;
  /* border: solid green; */
}

.audio-programas {
  width: 100%;
}

.descricao-programas {
  text-align: left;
  font-size: 1.5rem;
  padding: 0.5rem 1rem;
}

.exibicao-programas {
  text-align: left;
  font-size: 1.5rem;
}

/* button switch */

[class^="div-switch"] {
  color: black;
  text-align: center;
  font-size: 2rem;
  overflow: hidden;
}

.radio-pep {
  padding: 0.5rem 4rem;
  cursor: pointer;
}

.div-radio-pep {
  width: max-content;
  border: #0171d380 3px solid;
  border-radius: 25px;
  overflow: hidden;
}

.programa-active {
  /* border-radius: 25px; */
  color: white;
  background-image: linear-gradient(
    to bottom right,
    rgb(33, 45, 55) 0%,
    #4677fc 40%,
    #0574b4 60%,
    #14ca7e 100%
  );
  background-size: 200% 200%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.programa-active:hover {
  background-position: 100%;
}

.header-pep {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.header-section-pep {
  background-color: #84a9f9;
  background-image: linear-gradient(94deg, #84a9f9 0%, #daf9e5 74%);
}

.titulo-pep {
  width: 75rem;
  max-width: 100%;
  text-shadow: 5px 2px 10px #000000;
  margin: 0 auto 0 0;
}

.imagem-pep {
  /* margin: 5rem 0 0; */
}

.span-muito-mais {
  font-size: 2rem;
  font-weight: bold;
}

.m-padrao-bottom {
  margin: 0 0 5rem;
}
