/* PODCAST PAGE */
  
main.podcasts {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
main.podcasts .topContent {
  padding: 50px 0 120px 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-height: 100vh;
  overflow-y: scroll;
}
main.podcasts .topContent > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 30px;
}
main.podcasts header h1 {
  font-family: "Poppins-Black";
  color: #393939;
  font-size: 36px;
}

.podcasts .contentpodcasts {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 0 30px;
}
.podcasts .contentpodcasts .podcastHighlight {
  background-image: url(../imgs/fallback_podcast6.png);
  background-size: contain;
  background-color: #2196f3;
  background-repeat: no-repeat;
  background-position: center;
  padding: 20px;
  min-height: 400px;
  border-radius: 10px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  -webkit-box-shadow: inset 3px -7px 32px 16px rgb(0 0 0 / 62%);
  box-shadow: inset 0px -60px 84px 60px rgb(0 0 0 / 62%);
}
.podcasts .contentpodcasts .podcastHighlight button {
  background-color: #3757a0;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.podcasts .contentpodcasts .podcastHighlight .text {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.podcasts .contentpodcasts .podcastHighlight .text h3 {
  color: #fff;
  font-size: 12px;
}
.podcasts .contentpodcasts .podcastHighlight .text h2 {
  color: #fff;
  font-family: "Poppins-Bold";
  font-size: 20px;
  line-height: 24px;
}
.podcasts .contentpodcasts .buscaBox {
  width: 100%;
  padding: 20px;
  margin: 0 auto;
  border-radius: 10px;
  display: flex;
  border: 1px solid black;
  gap: 15px;
  align-items: center;
}
.podcasts .contentpodcasts .buscaBox > img {
  width: 24px;
}
.podcasts .contentpodcasts .buscaBox input[type="text"] {
  width: 100%;
}
.podcasts .contentpodcasts .buscaBox input[type="text"]::placeholder {
  color: #393939;
  font-family: "Poppins-Medium";
  font-size: 16px;
}
.podcasts .contentpodcasts .buscaBox input:focus {
  color: #393939;
  font-family: "Poppins-Medium";
}

.podcasts .contentpodcasts .podcastSection {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.podcasts .contentpodcasts .podcastSection header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.podcasts .contentpodcasts .podcastSection header h2 {
  font-family: "Poppins-Bold";
  color: #393939;
  font-size: 24px;
  line-height: 35px;
}
.podcasts .contentpodcasts .podcastSection header a {
  font-family: "Poppins-Bold";
  color: #393939;
  font-size: 14px;
}
.podcasts .contentpodcasts .podcastSection .content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.podcasts .contentpodcasts #returnSearch {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.podcasts .contentpodcasts #returnSearch .imagePodcast {
  width: 100%;
  position: relative;
}
.podcasts .contentpodcasts #returnSearch .imagePodcast .logoPodcast {
    width: 100%;
    aspect-ratio: 16/15;
    height: 100%;
    border-radius: 10px;
}
.notFoundPodcast{
  grid-column: 1/-1;
  text-align: center;
}
.podcasts .contentpodcasts #returnSearch .podcastInfo {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.podcasts .contentpodcasts #returnSearch .podcastInfo h2 {
  color: #393939;
  font-family: "Poppins-Bold";
  font-size: 16px;
  line-height: 24px;
}
.podcasts .contentpodcasts #returnSearch .imagePodcast button {
  position: absolute;
  background-color: #3757a0;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -10px;
  right: 10px;
}

.podcasts .contentpodcasts .podcastSection .content .podcastInfo {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.podcasts
  .contentpodcasts
  .podcastSection
  .content
  .podcastInfo
  .podcastWrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
.podcasts
  .contentpodcasts
  .podcastSection
  .content
  .podcastInfo
  .podcastWrapper
  .info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.podcasts
  .contentpodcasts
  .podcastSection
  .content
  .podcastInfo
  .podcastWrapper
  .info
  h2 {
  color: #393939;
  font-size: 14px;
  font-family: "Poppins-Bold";
  line-height: 18px;
}
.podcasts
  .contentpodcasts
  .podcastSection
  .content
  .podcastInfo
  .podcastWrapper
  .info
  h3 {
  color: #3757a0;
  font-size: 12px;
  font-family: "Poppins-Bold";
  line-height: 16px;
}
.podcasts .contentpodcasts .podcastSection .content .podcastInfo .logoPodcast {
  width: 100%;
  transition: 0.4s;
}
.podcasts .contentpodcasts .podcastSection .content .podcastInfo button {
  background-color: #3757a0;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.podcasts .contentpodcasts .podcastSection .content .podcastInfo button img {
  width: 15px;
}
.podcasts .contentpodcasts .moreListenedSection {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.podcasts .contentpodcasts .moreListenedSection header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.podcasts .contentpodcasts .moreListenedSection header h2 {
  font-family: "Poppins-Bold";
  color: #393939;
  font-size: 24px;
  line-height: 35px;
}
.podcasts .contentpodcasts .moreListenedSection .content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.podcasts .contentpodcasts .moreListenedSection .content .imagePodcast {
  width: 100%;
  position: relative;
}
.podcasts .contentpodcasts .moreListenedSection .content .imagePodcast .logoPodcast {
    width: 100%;
    aspect-ratio: 16/15;
    height: 100%;
    border-radius: 10px;
}
.podcasts .contentpodcasts .moreListenedSection .content .podcastInfo {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.podcasts .contentpodcasts .moreListenedSection .content .podcastInfo h2 {
  color: #393939;
  font-family: "Poppins-Bold";
  font-size: 16px;
  line-height: 24px;
}
.podcasts .contentpodcasts .moreListenedSection .content .imagePodcast button {
  position: absolute;
  background-color: #3757a0;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -10px;
  right: 10px;
}

footer.podcasts {
  max-width: 700px;
  width: 100%;
  padding: 30px;
  background: rgb(82, 166, 210);
  background: linear-gradient(
    180deg,
    rgba(82, 166, 210, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  position: fixed;
  bottom: 0px;
}
footer.podcasts .menu {
  background-color: #3757a0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 20px 40px;
  border-radius: 10px;
}
@media (max-width: 650px) {
  .podcasts .contentpodcasts .moreListenedSection .content {
    grid-template-columns: repeat(2, 1fr);
  }
  .podcasts
    .contentpodcasts
    .moreListenedSection
    .content
    .imagePodcast
    .logoPodcast {
    max-width: unset;
  }
  .podcasts .contentpodcasts .podcastHighlight {
    min-height: 270px;
  }
}
@media (max-width: 350px) {
  .podcasts .contentpodcasts .podcastHighlight .text h2 {
    color: #fff;
    font-family: "Poppins-Bold";
    font-size: 19px;
    line-height: 23px;
  }
  .podcasts
    .contentpodcasts
    .podcastSection
    .content
    .podcastInfo
    .podcastWrapper {
    gap: 5px;
  }
  .podcasts .contentpodcasts .moreListenedSection .content .podcastInfo h2 {
    font-size: 14px;
    line-height: 20px;
  }
}
