body {
  background: url("https://www.biobiochile.cl/assets/landing-podcast/bg-escritorio.png"),
    linear-gradient(0deg, #010126, #000054);
  background-repeat: no-repeat;
  background-size: 100% auto, cover;
}
header {
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  height: 60px;
  width: 100%;
}
header .logo-bbcl {
  height: 18.39px;
  width: auto;
  top: 14px;
  position: relative;
  right: 20px;
}
header .logo {
  height: 32px;
  width: auto;
  left: 18px;
  top: 15px;
  position: relative;
}
.title-header {
  display: flex;
  justify-content: center;
}
h1 {
  font-weight: 700;
  font-size: 36px;
  top: 80px;
  position: relative;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat";
  letter-spacing: -1px;
  z-index: 1;
  max-width: 400px;
  line-height: 36px;
}
h1 span {
  color: #6dc2ff;
}
.share-text {
  font-weight: 500;
  font-size: 14px;
  top: 130px;
  color: #ffffff;
  font-family: "Montserrat";
  z-index: 1;
}
.logo-mic {
  height: 203px;
  position: absolute;
  right: 0px;
  top: 85px;
  object-fit: cover;
  width: 120px;
  object-position: 0% 0;
}
div .rectangle-logo {
  width: 229px;
  height: 54px;
  border: 1px solid white;
  top: 130px;
  opacity: 0.2;
  border-radius: 30px;
}
.back-icon {
  left: 13px;
  position: relative;
  font-size: 18px;
}
div .rectangle-podcast {
  width: 100%;
  height: 185px;
  background-color: rgba(255, 255, 255, 0.1);
  position: relative;
  top: 130px;
  border-radius: 12px;
  display: flex;
  margin-inline: 16px;
}
div .rectangle-podcast2 {
  width: 100%;
  height: 185px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  display: flex;
  margin-bottom: 32px;
}
.second-text {
  display: grid;
  justify-content: center;
}
.selected-podcast {
  display: grid;
  justify-content: center;
}
.podcast-img {
  width: 120px;
  height: 120px;
  margin-left: 16px;
  margin-top: 16px;
  border-radius: 8px;
}
.podcast-text {
  margin-left: 16px;
  padding-right: 16px;
  margin-top: 16px;
  display: grid;
}
.podcast-text2 {
  margin-left: 16px;
  padding-right: 16px;
}
.selected-title-podcast {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  height: 55px;
  max-width: 330px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 14px;
}
.title-podcast {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  height: 20px;
  max-width: 36ch;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.title-podcast2 {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  height: 20px;
  max-width: 32ch;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-top: 14px;
}
.title-last-ep {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-top: 40px;
  max-width: 34ch;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.last-episodes-container {
  display: grid;
  justify-content: center;
  position: relative;
  right: 77px;
}
.more-ep-container {
  display: flex;
  justify-content: center;
}
.hline {
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0.2;
  margin-bottom: 24px;
}
.ep-container {
  width: 100%;
  height: 152px;
  border-radius: 12px;
  background-color: rgb(43, 3, 71);
  margin-bottom: 40px;
}
.title-listen-also {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-top: 40px;
  max-width: 34ch;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.desc-podcast {
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  max-width: 36ch;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 57px;
}
.desc-podcast2 {
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  max-width: 36ch;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 57px;
}
.button-podcast {
  background-color: rgba(34, 147, 229, 1);
  border-radius: 32px;
  border: none;
  margin-left: 32px;
  width: 122px;
  color: #fff;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 14px;
  height: 30px;
  font-family: Montserrat;
  font-weight: 500;
  top: 13px;
  position: relative;
}
.button-podcast2 {
  background-color: rgba(34, 147, 229, 1);
  border-radius: 32px;
  border: none;
  margin-left: 32px;
  width: 122px;
  color: #fff;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 14px;
  height: 30px;
  font-family: Montserrat;
  font-weight: 500;
  top: 13px;
  position: relative;
}
.play-icon {
  left: 13px;
  position: relative;
  font-size: 24px;
}
.break-line-title {
  display: static;
}
footer {
  border-top: 1px solid rgba(136, 153, 166, 0.1);
  padding-top: 21px;
  padding-bottom: 30px;
  text-align: center;
  margin-top: 120px;
}
footer img {
  height: 24px;
  width: auto;
  margin-bottom: 50px;
}
footer p {
  color: #8899a6;
  font-family: Montserrat;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 12px;
  text-align: center;
  margin-bottom: 10px;
}
.social {
  font-size: 20px;
  letter-spacing: 30px;
  position: relative;
  display: flex;
  top: -37px;
  left: 18px;
}
.social-2 {
  font-size: 20px;
  position: relative;
  display: flex;
  top: -37px;
  justify-content: space-evenly;
  width: 200px;
}
.nav-item a {
  color: #ffffff;
  left: 15px;
  display: flex;
  position: relative;
  text-decoration: none;
}
#lista {
  margin-top: 60px;
  justify-content: center;
  display: grid;
}
#lista div {
  margin-bottom: 30px;
}
.container {
  max-width: 597px;
}
.desc-podcast3 {
  font-family: Montserrat;
  font-size: 13px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-width: 38ch;
  height: 57px;
  font-weight: 500;
  position: relative;
}
.pulse {
  height: 285px;
  width: 285px;
  background: linear-gradient(rgb(255, 255, 255, 0.1), rgb(255, 255, 255, 0.4));
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: -571px;
  bottom: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 25px;
  color: #ffffff;
  opacity: 0.15;
}
.first-main-content {
  margin-bottom: 40px;
}
.pulse:before,
.pulse:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #fff;
  border-radius: 50%;
  z-index: -1;
  opacity: 0.4;
}
.pulse:before {
  animation: pulse 4s ease-out infinite;
}
.pulse:after {
  animation: pulse 4s 2s ease-out infinite;
}
@keyframes pulse {
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}
.main-content-2 {
  display: block;
}
.presentado-por{
  margin-top: 21px;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
  color: #ffffff;
  margin-right: 34px;
  margin-left: 34px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.text-presentado{
  margin-right: 33px;
}
.imagen-presentado{
  max-width: 221px;
}
.ad-top-test-mobile{
  width: 320px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  background-color: #D4FF27;
}

.button-back {
  background-color: rgba(34, 147, 229, 1);
  border-radius: 30px;
  border: none;
  width: 122px;
  color: #fff;
  align-items: center;
  display: flex;
  justify-content: space-around;
  font-size: 14px;
  height: 40px;
  font-family: Montserrat;
  font-weight: 500;
  position: relative;
  top: 20px;
}
.listen-button-container {
  display: flex;
  justify-content: end;
}
.button-more-ep {
  background-color: rgba(34, 147, 229, 1);
  border-radius: 30px;
  border: none;
  width: 218px;
  color: #fff;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 14px;
  height: 40px;
  font-family: Montserrat;
  font-weight: 500;
  position: relative;
}
.header-img {
  width: 330px;
  height: auto;
  margin-top: 40px;
  border-radius: 8px;
}

@media (min-width: 992px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
  }
  header .logo {
    height: 32px;
    width: auto;
    top: 14px;
  }
  .sticky {
    position: sticky;
    top: 76px;
    height: 800px;
  }
  .main-content-2 {
    display: grid;
  }
  .presentado-por{
    margin-top: 81px;
  }
  .text-presentado{
    margin-right: 16px;
  }
  .imagen-presentado{
  }
  .ad-top-test-desk{
    width: 970px;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
    background-color: #D4FF27;
  }
  header .logo-bbcl {
    height: 24px;
    width: auto;
    top: 14px;
  }
  .first-main-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
  }
  .title-header {
    margin-top: 65px;
  }
  h1 {
    max-width: 427px;
  }
  .last-episodes-container2 {
    margin-top: 104px;
  }
  .title-last-ep {
    margin-top: 0px;
  }
  .header-img {
    margin-top: 50px;
  }
  .ep-container {
    width: 600px;
    margin-bottom: 48px;
    height: 152px;
  }
  .hline {
    margin-top: -10px;
  }
  .last-episodes-container {
    justify-content: start;
    right: 0px;
  }
  .selected-podcast {
    margin-top: 76px;
    display: block;
  }
  .selected-title-podcast {
    margin-top: 10px;
  }
  .share-text {
    margin-top: 15px;
  }
  .pulse {
    height: 305px;
    width: 305px;
  }
  .logo-mic {
    height: 328px;
    right: 0px;
    top: 110px;
    object-fit: cover;
    width: 530px;
    object-position: 0% 0;
  }
  div .rectangle-podcast {
    width: 514px;
    height: 200px;
  }
  div .rectangle-podcast2 {
    height: 200px;
    width: 514px;
  }
  .podcast-img {
    width: 200px;
    height: 200px;
    margin-left: 0px;
    margin-top: 0px;
  }
  .podcast-text {
    margin-top: 24px;
  }
  .desc-podcast {
    max-width: 200ch;
    height: 57px;
    margin-top: 20px;
  }
  .desc-podcast2 {
    max-width: 38ch;
    height: 57px;
    font-weight: 500;
    position: relative;
    margin-top: -7px;
  }
  .listen-button-container {
    justify-content: start;
  }
  .listen-also-container {
    display: grid;
    justify-content: center;
  }
  .button-podcast2 {
    width: 129px;
    height: 34px;
    right: 32px;
    top: 18px;
    font-size: 16px;
  }
  .button-podcast {
    width: 129px;
    height: 34px;
    right: 32px;
    top: 5px;
    font-size: 15px;
  }
  .play-icon {
    left: 11px;
  }
  .container {
    max-width: 1100px;
  }
  #lista {
    margin-top: 80px;
    display: flex;
    justify-content: space-evenly;
  }
  .break-line-title {
    display: none;
  }
}
@media (min-width: 1100px) {
  .listen-also-container {
    display: flex;
    justify-content: space-between;
  }
}
