.header-podcast {
  box-shadow: 0px 4px 4px 0px #0000001A!important;
  margin-bottom: 5px;
}

.bg-home-podcast {
  background: #FFFFFF;
  margin-top: 30px!important;
  height: 150px;
  width: 100%;
  justify-content: space-between;

}

.lista-podcast {
  width: 100%;
  display: flex;
  justify-content:space-evenly;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;

  li a {
    display: inline-block;
    text-align: center;

    text-decoration: none;

    color: #000000;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
  }

  a {
    padding-bottom: 10px;
  }

  li:nth-child(1) a:hover {
    border-bottom: 2px solid #000;
  }

  li:nth-child(2) a:hover {
    border-bottom: 2px solid #FF9797;
  }

  li:nth-child(3) a:hover {
    border-bottom: 2px solid #FECE00;
  }

  li:nth-child(4) a:hover {
    border-bottom: 2px solid #008A57;
  }

  li:nth-child(5) a:hover {
    border-bottom: 2px solid #000EA5;
  }

  li:nth-child(6) a:hover {
    border-bottom: 2px solid #D30A71;
  }

}

.img-logo-med{
  width: 90px;
  height: 90px;
  margin-right: 12px;
}

.titulo-banner {
  font-weight: 600;
  font-size: 14.17px;
  line-height: 120%;
  color: #153CFE;
}

.titulo-banner strong{
  font-weight: 800;
}

.bg-cor {
  background-color: #F4F6FF;
  padding-top: 40px;
}

.texto-hero-podcast {

  font-weight: 500;
  font-size: 20px;
  line-height: 122%;
  margin-top: 25px;

}



.btn-acessar-podcast {
  background-color: #153CFE;
  border: 2px solid #FECE00;
  width: 180px;
  border-radius: 30px;
  padding: 15px 20px;
  transition: all 0.3s ease-in-out;

  display: flex;
  justify-content: center;
  align-items: center;

  p {
    margin: 0;
    padding-right: 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 15.66px;
    color: #FFFFFF;
  }

  img {
    margin-top: 3px;
  }
}

.btn-acessar-podcast:hover {
  background: #00CF00;
  box-shadow: inset 0 -2px 3px rgba(0, 0, 0, 0.1), inset 0 -2px 3px rgba(0, 0, 0, 0.2), 0 3px 3px rgba(0, 0, 0, 0.8);
  transform: translateY(-3px);
}

.img-logo-podcast{
  max-width: 100%;
  height: auto;
  display: block;
}

.img-marca-dgua {
  display: block;
  height: 100px;
  margin-top: 60px;

  background-image: url("../../../../images/marca-dgua-podcast.png");
  background-repeat: repeat-x;
}

.btn-menu-mobile img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  opacity: 1 !important;
  filter: brightness(0);
}

.header-podcast {
  .offcanvas-end {
    width: 200px;
    height: 330px;
    margin-top: 50px;
    border-radius: 24px 0 0 48px;
  }

  .offcanvas-header {
    padding: 1.5rem;
  }

  .offcanvas-title, .offcanvas-body ul li a {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #000;
  }

  .offcanvas-body  {
    padding: 1.8rem;
  }

  .offcanvas-body ul li a {
    line-height: 125%;
  }

  .offcanvas-body ul li:nth-child(1) a:active {
    border: 0;
  }

  .offcanvas-body ul li:nth-child(1) a:active {
    border-bottom: 2px solid #000;
  }

  .offcanvas-body ul li:nth-child(2) a:active {
    border-bottom: 2px solid #FF9797;
  }

  .offcanvas-body ul li:nth-child(3) a:active {
    border-bottom: 2px solid #FECE00;
  }

  .offcanvas-body ul li:nth-child(4) a:active {
    border-bottom: 2px solid #008A57;
  }

  .offcanvas-body ul li:nth-child(5) a:active {
    border-bottom: 2px solid #000EA5;
  }

  .offcanvas-body ul li:nth-child(6) a:active {
    border-bottom: 2px solid #D30A71;
  }


}



@media (max-width: 767.98px) { 
  .btn-acessar-podcast {
    margin-top: 22px;
    width: 100%;
  }
}

.dark-mode {
  .bg-home-podcast {
    background-color: var(--background-color-dark);
    color: var(--text-color-dark);

    li a {
      color: var(--text-color-dark);
    }
  }

  .bg-cor {
    background-color: var(--background-color-dark);
    color: var(--text-color-dark);
  }

  .lista-podcast {
    li:nth-child(1) a:hover {
      border-bottom: 2px solid #fff;
    }
  }
}
