@font-face {
  font-family: 'MyriadProBold';
  font-display: swap;
  src: url('../fonts/myriad/Myriad-ProBold.ttf') format('truetype');
}

@font-face {
  font-family: 'MyriadProRegular';
  font-display: swap;
  src: url('../fonts/myriad/Myriad-Pro-Regular.ttf') format('truetype');
}
.mw-header {
  background-color: #1d1b1b !important;
}
.mw-li-header-search-box {
  background-color: #2a2424 !important;
}
.mw-input-search-box {
  background-color: #2a2424 !important;
}
.mw-input-search-box::placeholder {
  background-color: #2a2424 !important;
}
.mw-input-search-box:focus {
  background-color: #2a2424 !important;
}
.mw-header-scroll {
  background-color: #1d1b1b !important;
}
.mw-top-widgets {
  display: none !important;
}
.mw-category {
  display: none !important;
}
.bgRoxo {
  position: absolute;
  width: 100%;
  height: 101%;
  z-index: -1;
  top: -10px;
}
.infoPodcast {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.logostreamings {
  display: flex;
  gap: 10px;
  align-items: center;
}
.logostreamings img {
  width: 30px;
  transition: 0.4s;
}
.logostreamings img:hover {
  transform: scale(1.3);
  margin: 0 5px;
}
.mw-podcast-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 21px 0;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
}
.mw-podcast-container::-webkit-scrollbar {
  display: none;
}
.podcastContainer .imgbgYellow{
  position: absolute;
  width: 100%;
  height: 100%;
}
.podcastContainer header {
  width: 100%;
  height: 450px;
  position: relative;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
}
.imgTextoBg,.imgFolhaCast,.imgDaniela,.imgEstela,.imgCleonice,.imgAmanda,.imgFernanda{
  position: absolute;
}
.podcastContainer {
  width: 740px;
  box-sizing: border-box;
  position: relative;
}
.imgTextoBg {
  width: 460px;
  top: 20px;
  left: 6px;
}
.imgFolhaCast {
  left: 40px;
  top: 100px;
  width: 30px;
}
.logoPodcast {
  max-width: 250px;
}
.logo {
  width: fit-content;
  padding-left: 20px;
  position: inherit;
}
.imagensFoto {
  position: absolute;
  max-width: 600px;
  right: -20px;
  top: -20px;
}
.preview {
  position: absolute;
  width: 100%;
  height: 100%;
}
.podcastContainer main {
  padding: 20px 40px 50px 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: inherit;
}
.podcastContainer main .info{
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px;

}
.podcastContainer main .info p {
  font-family: 'MyriadProRegular';
  font-size: 20px;
  color: #61115c;
  line-height: 24px;
}
.episodios {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.epiBox {
  display: flex;
  flex-direction: column;
  transition: 0.5s;
}
a.epiBox{
  filter: unset;
}
a.epiBox:hover {
  transform: scale(1.05);
}
.epiBox img {
  width: 100%;
}

.epiBox{
  filter: grayscale(1);
}
.epiBox img:last-of-type{
  filter: opacity(0.7);
}
.podcastLinks {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.podcastLinks .meta{
  width: 100px;
  object-fit: contain;
}
.podcastLinks .flnpod{
  width: 50px;
  object-fit: contain;
}
.podcastLinks .aner{
  width: 50px;
  object-fit: contain;
}
.podcastLinks .anj{
  width: 80px;
  object-fit: contain;
}
.podcastLinks .icfj{
 width: 120px; 
 object-fit: contain;
}
/* LIGHTBOX */
a.lightbox {
  width: 100%;
  height: 150px;
  max-width: 305px;
  border: 3px solid #fff;
  box-shadow: 0 0 8px rgba(0,0,0,.3);
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
  .lightbox-target {
  position: fixed;
  top: -100%;
  width: 100%;
  background: rgba(0,0,0,.7);
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  overflow: hidden;
   
  }
  .lightbox-target img {
  margin: auto;
  position: absolute;
  top: 0;
  left:0;
  right:0;
  bottom: 0;
  max-height: 0%;
  max-width: 0%;
  border: 3px solid white;
  box-shadow: 0px 0px 8px rgba(0,0,0,.3);
  box-sizing: border-box;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
    
  }
  a.lightbox-close {
  display: block;
  width:50px;
  height:50px;
  box-sizing: border-box;
  background: white;
  color: black;
  text-decoration: none;
  position: absolute;
  top: -80px;
  right: 0;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  }
  a.lightbox-close:before {
  content: "";
  display: block;
  height: 30px;
  width: 1px;
  background: black;
  position: absolute;
  left: 26px;
  top:10px;
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  transform:rotate(45deg);
  }
  a.lightbox-close:after {
  content: "";
  display: block;
  height: 30px;
  width: 1px;
  background: black;
  position: absolute;
  left: 26px;
  top:10px;
  -webkit-transform:rotate(-45deg);
  -moz-transform:rotate(-45deg);
  -o-transform:rotate(-45deg);
  transform:rotate(-45deg);
  }
  .lightbox-target:target {
    opacity: 1;
    top: 0;
    bottom: 0;
    overflow: hidden;
    left: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
}
  .lightbox-target:target img {
  max-height: 100%;
  max-width: 100%;
  }
  .lightbox-target:target a.lightbox-close {
  top: 0;
  }
  

  @media (max-width:800px){
    .infoPodcast {
      align-items: center;
  }
  .podcastContainer main .info p {
    text-align: center;
}
    .podcastContainer {
      width: 100%;
    }
    .podcastContainer header {
      width: 100%;
      height: unset;
      position: relative;
      padding: 20px;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      justify-content: unset;
      align-items: unset;
  }
    .mw-podcast-container {
      padding: 20px;
    }
    .imgFolhaCast {
      left: 40px;
      top: 75px;
      width: 5%;
  }
.imagensFoto {
  right: 0;
  width: 66%;
  top: 0;
  z-index: 1;
}
.imgTextoBg {
  top: 20px;
  left: 6px;
  width: 97%;
}
.podcastContainer main .info {
  grid-template-columns: repeat(1,1fr);
  gap: 20px;
}
a.lightbox {
  margin: 0 auto;
}
  } 

  @media (max-width:500px){
    .logoPodcast {
      max-width: 180px;
  }
  .imagensFoto {
    right: 0;
    width: 75%;
    top: 0;
    z-index: 1;
}
  }