:root {
  --bg1: #212121;
  --bg2: #38454c;
  --bg3: #445760;

  /* Background Color */
  --bg-color: #111727;
  --bg-color1: #0b1320;
  --bg-color2: #445760;
  --bg-color3: #38454c;

  --white: #f0f0f0;

  /* text color */
  --text: #858686;
  --text2: #445660;
  --text1: #9eaba8;
  --text3: #3e88c8;

  /* text hover */
  --text-hover: #c7c6c6;
  --hover: #2964ae;

  --gestihub-primary: #eb5e2e;
  --gestihub-1: #ea5a2a;

  --gestihub-secundary: #4e4d4d;
  --gestihub-2: #38454c;
}

.podcast-side {
  width: 100%;
  height: auto;
  background-color: #111727;
  /* border: 1px solid #fff; */
}

.main-container {
  max-width: 1200px;
  width: 100%;
  color: #fff;
  margin-inline: auto;
  position: relative;
  /* border: 1px solid #fff; */
}

.publiciad-horizontal {
  margin: 4rem 0;
  /* border: 1px solid #fff; */
}

.publicidad-content {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.pod-side {
  z-index: 2;
  position: relative;
}

.pod-side::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 400px;
  background-image: url("../assets/img/bgms2.png");
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.pod-side__nav {
  width: 90%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 0;
  margin-bottom: 5em;
}

.ul__pod-side {
  display: flex;
}

.li__pod-side {
  position: relative;
  color: var(--text);
  font-size: 13px;
  margin-right: 25px;
  cursor: pointer;
  transition: color 0.3s linear;
}

.li__pod-side:hover {
  color: var(--text-hover);
}

.li__pod-side:nth-child(1) {
  color: var(--text3);
}

.li__pod-side span {
  position: absolute;
  width: 100%;
  height: 2.5px;
  background-color: var(--text3);
  bottom: -5px;
  left: 0;
  border-radius: 20px;
}

.pod-side__nav .search {
  display: flex;
  align-items: center;
  position: relative;
  width: 40%;
  padding: 1px 10px;
  border-radius: 20px;
  /* border: 1px solid #fff; */
  color: var(--bg-color2);
}

.pod-side__nav .search::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(184 184 184 / 0.1);
  border-radius: 20px;
  backdrop-filter: blur(5px);
  z-index: -1;
}

.search .search-icon {
  font-size: 13px;
  padding: 3px 10px;
  color: var(--text);
}

.search input {
  background: none;
  border: none;
  outline: none;
  padding: 0 10px;
  color: var(--white);
  font-size: 12px;
}

.pod-side__nav .user {
  position: relative;
  width: 40px;
  height: 40px;
  /* border-radius: 50%; */
  overflow: hidden;

  display: flex;
  align-items: center;
  justify-content: center;
  /* border: 1px solid #fff; */
}

.user .bi {
  font-size: 30px;
  cursor: pointer;
  color: var(--text-hover);
}

.pod-side .pod-content {
  width: 90%;
  margin: auto;
  margin-bottom: 3em;
  /* border: 1px solid #fff; */
}

.h1__pod-content {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--text);
}

.text__pod-content {
  font-size: 0.8rem;
  font-weight: 400;
  color: var(--text1);
  margin: 5px;
  margin-bottom: 1.5rem;
}

.text__pod-content strong {
  font-weight: 700;
}

.text__pod-content em {
  color: var(--text3);
}

.pod-content__buttons {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.button-podcontent {
  width: 130px;
  height: 30px;
  margin-right: 1rem;
  background-color: var(--gestihub-1);
  border-radius: 20px;
  color: var(--bg-color);
  cursor: pointer;
  transition: background-color 0.3s linear, color 0.3s linear;
}

.button-podcontent:hover {
  background-color: var(--hover);
  color: var(--text-hover);
}

.popular-podcast {
  width: 90%;
  height: auto;
  margin: auto;
  margin-top: 40px;
}

.head__popular-podcast {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.h2__popular-podcast {
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--text);
  margin-bottom: 1rem;
}

.podcast-buttons {
  display: flex;
  align-items: center;
}

.podcast-buttons .btn-s {
  width: 30px;
  height: 30px;
  background-color: var(--gestihub-1);
  margin-left: 0.5em;
  transition: background-color 0.3s linear;
  cursor: pointer;
}

.podcast-buttons .btn-s:hover {
  background-color: var(--hover);
}

.pop-song {
  width: 100%;
  height: 240px;
  display: flex;
  overflow: auto;
  scroll-behavior: smooth;
  margin-bottom: 2rem;
  /* border: 1px solid #fff; */
}

.pop-song::-webkit-scrollbar {
  display: none;
}

.pop-song .songItem {
  min-width: 100px;
  /* width: 200px; */
  width: 180px;
  height: 240px;
  margin-right: 1em;
  transition: background-color 0.3s linear;
  flex-shrink: 0;
}

.pop-song .songItem:hover {
  background-color: rgba(105 105 170 / 0.2);
}

.songItem .img-play {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 180px;
}

.img-play .song-image {
  width: 100%;
  height: 100%;
}

.img-play .bi {
  font-size: 3rem;
  position: absolute;
  cursor: pointer;
  transition: opacity 0.3s linear, color 0.2s linear;
  opacity: 0;
  color: var(--white);
}

.img-play .bi:hover {
  color: #000;
}

.description__podcast {
  width: 90%;
  padding: 0.5em 1em;
  transition: opacity 0.3s linear;
  opacity: 0;
}

.songItem:hover .bi,
.songItem:hover .description__podcast {
  opacity: 1;
}

.name__podcast {
  font-size: 0.8rem;
  line-height: 1;
  color: var(--text1);
}

.artist__podcast {
  font-size: 0.7rem;
  color: var(--text);
}

.pod__podcasters {
  width: 90%;
  height: auto;
  margin: auto;
  margin-bottom: 50px;
}

.podcasters {
  width: 100%;
  display: flex;
  overflow: auto;
  scroll-behavior: smooth;
  /* border: 1px solid #fff; */
}

.podcasters::-webkit-scrollbar {
  display: none;
}

.podcasters .podcasterItem {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  min-width: 100px;
  width: 130px;
  height: 150px;
  margin-right: 0.5em;
  transition: background-color 0.3s linear;
  flex-shrink: 0;
  text-align: center;
  /* border: 1px solid #fff; */
}

.podcaster-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  margin-bottom: 0.5em;
  border: 2px solid #fff;
  border-radius: 50%;
  overflow: hidden;
}

.podcaster-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: transform 0.3s linear;
  cursor: pointer;
  padding: 0.3em;
}

.podcaster__name {
  font-size: 0.8rem;
  font-weight: 800;
  color: var(--text1);
}

.podcaster__funcion {
  font-size: 0.8rem;
  color: var(--text);
}

.podcaster-img:hover img {
  transform: scale(1.4);
}

.section-secondary {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  /* padding-bottom: 100px; */
}

.text-regular {
  font-size: 0.9rem;
  margin-bottom: 1em;
}

.text-regular strong {
  font-size: 1rem;
  font-weight: 500;
  color: var(--gestihub-1);
}

.footer {
  padding-bottom: 150px;
  color: var(--white);
  text-align: center;
}

/* ============================= Media Query Movile ============================ */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .pod-side__nav {
    width: 90%;
    flex-wrap: wrap;
  }
  .pod-side__nav .search {
    margin-top: 1em;
    order: 3;
    flex: 0 0 100%;
  }
}
