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;
  height: 800px;
  overflow: hidden;
}
.img-podcast {
  position: absolute;
  z-index: -1;
  /* max-width: 1654px; */
  /* object-position: 405px -43px; */
  object-position: 368px 0px;
  object-fit: cover;
  height: 447px;
  right: 0px;
}
.podcast-container {
  display: grid;
  align-items: flex-end;
  height: 239px;
  margin-top: 160px;
  margin-bottom: 100px;
}
h1 {
  width: 230px;
  /* height: 48px; */
  font-family: Montserrat;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
}
.desc-podcast {
  width: 230px;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}
.podcasts-container {
  display: grid;
  margin-bottom: 45px;
}
.podcast-title-container {
  display: flex;
  flex-direction: column;
}
.span-container{
  display: flex;
}
.podcast-title {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}
.gg-arrow-long-right {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs,1));
  border-top: 1px solid transparent;
  border-bottom: 2px solid transparent;
  box-shadow: inset 0 0 0 2px;
  width: 40px;
  height: 5px;
  color: #2293E5;
  top: 10px;
  margin-left: 10px;
}
.gg-arrow-long-right::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 9px;
  height: 9px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  right:0px;
  bottom: -3.5px
}
.presentado-por{
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
  color: #FFFFFF;
}
.presentado-logo{
  max-width: 221px;
  margin-left: 46px;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc20;
  margin: 1em 0;
  padding: 0;
  margin-top: -5px;
}
.slider {
 overflow: hidden;
}
/* .slider-inner {
  display: flex;
  flex-wrap: nowrap;
} */
.rectangle-podcast {
  height: 152px;
  width: 290px;
  border-radius: 16px;
  background-color: #230242;
  margin-right: 16px;
}
footer {
  border-top: 1px solid rgba(136, 153, 166, 0.1);
  padding-top: 21px;
  padding-bottom: 30px;
  text-align: center;
  /* margin-top: 200px; */
}
footer img {
  height: 24px;
  width: auto;
  margin-bottom: 50px;
}
footer p {
  color: #8899a6;
  font-family: Montserrat;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 12px;
  text-align: center;
  margin-bottom: 10px;
}
#lista {
  margin-top: 60px;
  justify-content: center;
}
#lista div {
  margin-bottom: 30px;
}
.sub-title-header {
  position: relative;
  margin-top: 80px;
}
.button-podcast {
  background-color: rgba(34, 147, 229, 1);
  border-radius: 32px;
  border: none;
  width: 122px;
  color: #fff;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 14px;
  height: 30px;
  font-family: Montserrat;
  font-weight: 500;
}
.button-podcast a {
  display: inline-block;
  text-decoration: none;
}
.play-icon {
  left: 13px;
  position: relative;
  font-size: 24px;
}
.btn-mas {
  box-sizing: border-box;
  border: 1px solid rgba(136, 153, 166, 0.4);
  border-radius: 18px;
  background-color: #f1f1f1;
  color: #2b73b4;
  font-family: Lato;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 18px;
  padding: 8px 27px;
  margin-top: 12px;
  float: right;
}
.btn-mas:hover {
  text-decoration: none;
}
/* .container {
  max-width: 597px;
} */
.ep-container { 
  width: 100%;
  height: 152px;
}
.my-swiper {
  height: 200px;
}
.slider {
  position: relative;
  margin-right: -15px;
}
.slider .ver-mas{
  position: absolute;
  bottom: 14px;
  right: 15px;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: rgba(255, 255, 255, 1);
  z-index: 9;
}
/* .podcast-container,
.podcasts-container {
  width: calc(100vw - 15px);
} */
swiper-container::part(bullet) {
  background: rgba(255, 255, 255, 1);
}
swiper-container::part(bullet-active) {
  background: rgba(34, 147, 229, 1);
  width: 28px;
  border-radius: 8px;
}
/* .iframe-container {
  position: relative;
}
.iframe-container::after {
  content: "";
  background: transparent;
  width: 100%;
  height: 100%;
  min-height: 1px;
  position: absolute;
  top: 0;
  left: 0px;
  pointer-events: none;
} */

@media (min-width: 992px) {
  h1 {
    width: 550px;
    line-height: 32px;
    font-size: 32px;
  }
  .desc-podcast {
    width: 360px;
  }
  .ep-container {
    width: 332px;
    height: 152px;    
  }

  .podcasts-container {
    display: grid;
    margin-bottom: 45px;
  }
  .podcast-title-container {
    display: flex;
    flex-direction: row;
  }
  .span-container{
    display: flex;
  }
  .podcast-title {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
  }
  .gg-arrow-long-right {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    border-top: 1px solid transparent;
    border-bottom: 2px solid transparent;
    box-shadow: inset 0 0 0 2px;
    width: 40px;
    height: 5px;
    color: #2293E5;
    top: 10px;
    margin-left: 10px;
  }
  .gg-arrow-long-right::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 9px;
    height: 9px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    right:0px;
    bottom: -3.5px
  }

  .presentado-por{
    margin-top: -14px;
    margin-left: auto;
    margin-right: 0px;
  }
  .presentado-logo{
    margin-left: 16px;
  }

}

@media (min-width: 1130px) {
  .container {
    max-width: 1090px;
  }
  .img-podcast {
    width: 100%;
    object-position: center;
    height: 380px;
  }
  .podcast-container {
    margin-top: 90px;
  }
  .slider {
    margin-right: 0px;
  }
}

/* @media (min-width: 1200px) {
  
  .img-podcast {
    
  }
} */
