.banner {
  margin-bottom: 50px;
}
@media (max-width: 720px) {
  .banner {
    display: none;
  }
}
.banner .grande {
  max-width: 970px;
  max-height: 250px;
  width: 100%;
  height: 250px;
  background-color: #333333;
  padding-top: 40px 0 0;
}

.content-perfil {
  background: #025B9F;
  background-position: center;
  background-size: 100vw 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-top: 25px;
}
@media (max-width: 720px) {
  .content-perfil {
    padding-top: 0;
  }
}

.podcast-perfil {
  display: inline-flex;
  justify-content: center;
  align-content: center;
}
@media (max-width: 720px) {
  .podcast-perfil {
    display: inline-block;
  }
}
.podcast-perfil .conteudo {
  width: 33%;
  margin-right: 25px;
}
@media (max-width: 720px) {
  .podcast-perfil .conteudo {
    width: 95%;
    padding: 0 10px;
    margin-right: 0;
  }
}
@media (min-width: 720px) and (max-width: 1024px) {
  .podcast-perfil .conteudo {
    width: 45%;
  }
}
.podcast-perfil .conteudo header {
  margin-bottom: 20px;
}
.podcast-perfil .conteudo header h1 {
  font-size: 60px;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
}
.podcast-perfil .conteudo header h2 {
  font-size: 14px;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 20px;
}
.podcast-perfil .conteudo header .tags-programa {
  display: inline-flex;
  justify-content: left;
  align-content: left;
  margin-top: 20px;
}
.podcast-perfil .conteudo header .tags-programa .tags {
  background-color: #F5F5F5;
  color: #333;
  padding: 7px;
  margin-right: 10px;
  font-weight: 600;
  font-family: "Libre Franklin", sans-serif;
  font-size: 10px;
  letter-spacing: 1.5;
}
.podcast-perfil .conteudo footer {
  width: 100%;
  display: inline-block;
  margin-top: 15px;
}
@media (max-width: 720px) {
  .podcast-perfil .conteudo footer {
    margin-bottom: 20px;
  }
}
.podcast-perfil .conteudo footer a {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.podcast-perfil .conteudo footer a:hover {
  opacity: 0.8;
  cursor: pointer;
}
.podcast-perfil .conteudo footer a img {
  max-width: 220px;
  height: auto;
}
.podcast-perfil figure {
  max-width: 55%;
  text-align: center;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
@media (max-width: 720px) {
  .podcast-perfil figure {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    max-width: 100%;
    display: block;
  }
}
.podcast-perfil figure img {
  width: 100%;
  max-width: 485px;
  max-height: 485px;
  border-radius: 10px;
  margin-bottom: -60px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}

.podcast__episodios {
  padding-top: 100px;
}
@media (min-width: 1024px) {
  .podcast__episodios {
    grid-column-start: 3;
  }
}
@media (max-width: 720px) {
  .podcast__episodios {
    padding-top: 45px;
  }
}
.podcast__episodios .filtro-busca.filtro-ep-podcast {
  border-bottom: 1px solid #707070;
  padding: 10px 0;
  display: flex;
  width: 100%;
  margin-bottom: 25px;
}
@media (max-width: 720px) {
  .podcast__episodios .filtro-busca.filtro-ep-podcast {
    display: inline-block;
  }
}
.podcast__episodios .filtro-busca.filtro-ep-podcast h2 {
  font-family: "Playfair Display", serif;
  font-size: 30px;
  font-weight: 600;
  width: 50%;
}
@media (max-width: 720px) {
  .podcast__episodios .filtro-busca.filtro-ep-podcast h2 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.podcast__episodios .filtro-busca.filtro-ep-podcast .filtro-content {
  display: flex;
  flex-flow: row;
  align-content: center;
  align-items: center;
  width: 50%;
}
@media (max-width: 720px) {
  .podcast__episodios .filtro-busca.filtro-ep-podcast .filtro-content {
    display: block;
    width: 100%;
  }
}
.podcast__episodios .filtro-busca.filtro-ep-podcast .filtro-content input,
.podcast__episodios .filtro-busca.filtro-ep-podcast .filtro-content select,
.podcast__episodios .filtro-busca.filtro-ep-podcast .filtro-content button {
  font-family: "Libre Franklin", sans-serif;
  font-size: 14px;
  color: #333333;
}
.podcast__episodios .filtro-busca.filtro-ep-podcast .filtro-content input {
  height: 38px;
  padding: 0px 10px;
  width: calc(100% - 20px);
  border: 1px solid #D9D9D9;
}
.podcast__episodios .filtro-busca.filtro-ep-podcast .filtro-content button {
  width: 100%;
  height: 38px;
  background: #000;
  color: #FFFFFF;
  margin-left: 10px;
}
.podcast__episodios .filtro-busca.filtro-ep-podcast .filtro-content button:hover {
  background: #333333;
}
@media (max-width: 720px) {
  .podcast__episodios .filtro-busca.filtro-ep-podcast .filtro-content button {
    margin-top: 10px;
    margin-left: 0;
  }
}
.podcast__episodios ul li {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 0.75px solid #D9D9D9;
}
.podcast__episodios ul li .ep {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.podcast__episodios ul li .ep:last-child {
  border-bottom: none;
}
.podcast__episodios ul li .ep:hover i {
  color: rgb(115.9154929577, 169.6126760563, 206.5845070423);
}
.podcast__episodios ul li .ep:hover .info h2 {
  color: #666666;
}
.podcast__episodios ul li .ep i {
  color: #333333;
  font-size: 30px;
  margin-right: 10px;
}
@media (min-width: 720px) {
  .podcast__episodios ul li .ep i {
    margin-right: 15px;
  }
}
@media (min-width: 1024px) {
  .podcast__episodios ul li .ep i {
    margin-right: 5px;
  }
}
.podcast__episodios ul li .ep .info {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 720px) {
  .podcast__episodios ul li .ep .info {
    flex-direction: row;
    align-items: center;
  }
}
.podcast__episodios ul li .ep .info .numero-ep {
  margin-right: 3px;
}
.podcast__episodios ul li .ep .info h3 {
  margin-bottom: 5px;
  color: #333333;
  font-family: "Libre Franklin", sans-serif;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
}
@media (min-width: 720px) {
  .podcast__episodios ul li .ep .info h3 {
    margin-bottom: 0px;
    padding-right: 25px;
    width: 55%;
    padding-left: 15px;
  }
}
@media (min-width: 1024px) {
  .podcast__episodios ul li .ep .info h3 {
    max-width: 495px;
  }
}
.podcast__episodios ul li .ep .info p {
  font-family: "Libre Franklin", sans-serif;
  color: #92979C;
  font-size: 13px;
  line-height: 14px;
  white-space: nowrap;
}
@media (max-width: 720px) {
  .podcast__episodios ul li .ep .info p {
    margin-top: 10px;
  }
}
.podcast__episodios ul li .ep .info p .tempo-ep {
  margin-left: 10px;
}
.podcast__episodios ul li .ep .info p .tempo-ep i {
  font-size: 13px;
  color: #92979C;
  margin-right: 5px;
}

.ouvir-podcast {
  background-color: #619EC8;
  display: inline-flex;
  justify-content: center;
  align-content: center;
  padding: 10px;
}
@media (max-width: 720px) {
  .ouvir-podcast {
    display: inline-block;
  }
}
.ouvir-podcast .content-help {
  width: 33%;
  margin-right: 25px;
  padding: 30px;
}
@media (max-width: 720px) {
  .ouvir-podcast .content-help {
    width: 95% !important;
    padding: 0 10px;
    margin-right: 0;
    padding: 0;
  }
}
@media (min-width: 720px) and (max-width: 1024px) {
  .ouvir-podcast .content-help {
    width: 45%;
  }
}
.ouvir-podcast .content-help h3 {
  font-size: 30px;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  color: #FFF;
  line-height: 26px;
  margin-bottom: 20px;
}
@media (max-width: 720px) {
  .ouvir-podcast .content-help h3 {
    font-size: 24px;
  }
}
.ouvir-podcast .content-help p {
  font-size: 16px;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 300;
  color: #FFF;
  line-height: 20px;
}
@media (max-width: 720px) {
  .ouvir-podcast .content-help p {
    font-size: 13px;
  }
}
.ouvir-podcast figure {
  max-width: 45%;
  text-align: center;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
@media (max-width: 720px) {
  .ouvir-podcast figure {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    max-width: 100%;
  }
}
@media (min-width: 720px) and (max-width: 1024px) {
  .ouvir-podcast figure {
    max-width: 47%;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.ouvir-podcast figure img {
  width: 100%;
  max-width: 385px;
  max-height: 385px;
  margin-bottom: -50px;
  margin-top: -50px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
@media (max-width: 720px) {
  .ouvir-podcast figure img {
    margin-bottom: 0;
    margin-top: 20px;
  }
}

.aviso-conteudo {
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
  font-size: 13px;
  font-family: "Libre Franklin", sans-serif;
}

.assine-agora-podcast {
  margin-top: 50px;
  margin-bottom: 50px;
}

.carregar-mais-podcast {
  margin-bottom: 100px;
}
@media (max-width: 720px) {
  .carregar-mais-podcast {
    margin-bottom: 50px;
  }
}
