.vr {
  width: 100%;
  height: 1px;
  background-color: var(--purple);
  opacity: 1;
}

h3 {
  color: var(--marrom);
}

section.titulo-page {
  background-image: url("../../images/bg-title-page.png"), url("../../images/bg-title-page2.png"), linear-gradient(to right, #342670, #7F47DD);
  background-repeat: no-repeat;
  background-position: left bottom, right top;
  padding: 100px 0;
}

 
 
 

section.podcasts a.nav-link > i {
  font-size: 19px;
  transition: all 0.3s;
}

section.podcasts a.nav-link:hover > i {
  padding: 0 0 0 5px;
  transition: all 0.3s;
}

section.podcasts .card {
  background-color: #f0f0f0;
  font-size: 24px;
  border-radius: 16px;
  margin-right: 40px;
}

section.podcasts .card h3 {
  font-size: 24px;
  color: var(--purple);
}

section.podcasts .card h4 {
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 3px;
  color: var(--purple);
}

section.podcasts .card-body {
  font-size: 16px;
  line-height: 23px;
  overflow: hidden;
  margin-bottom: 18px;
}

section.titulo-page.pod {
  background-image: linear-gradient(to right, #352671, #9058ef);
  padding: 180px 0;
}

section.podcasts.cat {
  padding-top: 0;
  margin-top: -160px;
}

section.podcasts.cat .bg-pod {
  position: relative;
  background: #fff;
  padding: 50px;
  border-radius: 30px;
  margin-right: 150px;
}

section.podcasts.cat .bg-pod .pr-md-5 {
  padding-right: 7rem !important;
}

section.podcasts.cat .bg-pod h1 {
  font-size: 32px;
  margin-bottom: 20px;
}

section.podcasts.cat .bg-pod h2 {
  color: var(--red);
  font-size: 16px;
  text-transform: uppercase;
}

section.podcasts.cat .bg-pod h3 {
  font-size: 18px;
}

section.podcasts.cat .bg-pod p {
  font-size: 18px;
  line-height: 30px;
}

section.podcasts.cat .bg-pod img.image {
  margin-right: -250px;
}

a.bt-spot {
  float: left;
  font-size: 18px;
  line-height: 31px;
  color: #000;
  font-weight: bold;
  padding: 7px 21px;
  border-radius: 30px;
  border: 1px solid #C7C7C7;
  transition: all 0.3s;
}

a.bt-spot:hover {
  background: #f1f1f1;
  text-decoration: none;
  transition: all 0.3s;
}

section.episodios h2 {
  font-size: 32px;
  color: var(--purple);
}

section.episodios .card {
  border-radius: 16px;
  margin-right: 40px;
}

section.episodios .card h4 {
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 3px;
}

section.episodios .card-body {
  font-size: 16px;
  line-height: 23px;
  /* height: 270px; */
  overflow: hidden;
  margin-bottom: 18px;
}

section.episodios .card h3 {
  font-size: 22px;
  color: var(--purple);
}

section.episodios .card .card-text {
  font-size: 16px;
  line-height: 23px;
  height: 140px;
  overflow: hidden;
}

.search select.form-control {
  background-image: url(../../images/icon-bottom.svg);
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 16px 12px;
  background-color: transparent;
  appearance: none;
  padding: 5px 42px;
  border: 0;
  color: #4A462A;
  font-size: 18px;
  height: auto;
  font-weight: 600;
  transition: transform 0.3s ease;
}

.search select.form-control:focus {
  box-shadow: 0 0 0 3px rgba(128, 128, 128, 0.1);
  transition: transform 0.3s ease;
}

section.educatrix .card {
  background: transparent;
  border-radius: 16px;
  margin-right: 40px;
}

section.educatrix .card h5 {
  font-size: 24px;
}

section.educatrix .card .card-text {
  font-size: 18px;
  line-height: 27px;
  height: 140px;
  overflow: hidden;
}

 
section.title h2 {
  font-size: 18px;
  margin-top: 15px;
}

section.descricao {
  background: var(--white);
}

section.descricao h2 {
  font-size: 32px;
  color: var(--pink);
}

section.depoimentos {
  background: var(--white);
}

section.depoimentos h2 {
  color: var(--purple);
  font-size: 40px;
}

section.depoimentos img {
  height: auto;
  width: 50px !important;
  margin-bottom:20px;
}

section.depoimentos .card {
  background: #F8F8F8;
}

section.depoimentos p {
  font-size: 16px;
  line-height: 22px;
}

section.depoimentos .owl-nav .owl-prev span, section.depoimentos .owl-nav .owl-next span {
  padding: 8px;
  background: var(--purple);
  color: #fff;
  border-radius: 50%;
}

section.depoimentos .owl-nav .owl-prev:hover span, section.depoimentos .owl-nav .owl-next:hover span {
  background: var(--purple);
}

/* Media */
@media (max-width: 1198px) {
  section.podcasts.cat .bg-pod {
    margin-right: 0;
  }
  section.podcasts.cat .bg-pod img.image {
    margin-right: 0;
  }
  section.podcasts.cat .bg-pod .pr-md-5 {
    padding-right: 0 !important;
  }
  section.title h1 {
    font-size: 34px;
  }
}

@media (max-width: 500px) {
  section.podcasts.cat .bg-pod {
    padding: 30px;
  }
  section.title h1 {
    font-size: 28px;
  }
  section.podcasts .card {
    margin-right: 0;
  }
}

.h-200{
  height: 200px;
  background: #DEDDDD top center no-repeat;
  background-size: cover;
  border-radius: 16px 16px 0px 0px;
}

.card-post-podcast .card-footer{
  min-height: 60px;
}

.card-post-podcast .card-footer *{
  display: none;
}

.card-post-podcast .card-footer a{
  color: #000;
}

.card-post-podcast:hover .card-footer  *{
  display: inline;
}

.card-post-podcast:hover{
  top: -15px;
}