/* FAVORITOS PAGE */

main.home {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

main.home .topContent {
  padding: 50px 0 0px 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-height: 100vh;
  overflow-y: scroll;
}
main.home .topContent > header {
  padding: 0 30px;
}
main.home header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
main.home header h1 {
  font-family: "Poppins-Black";
  color: #393939;
  font-size: 36px;
}
.home .contentHome {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-bottom: 120px;
}
.home .contentHome .filterCategory {
  height: fit-content;
  padding: 0 0 0 30px;
}
.home .contentHome .filterCategory .splide__list {
  display: flex;
}
.home .contentHome .filterCategory .splide__list {
  gap: 10px;
}
.home .contentHome .filterCategory a {
  padding: 10px 20px;
  border-radius: 20px;
  width: fit-content !important;
  background-color: #f2f6f7;
  font-size: 15px;
}
.glider-slide {
  min-width: unset !important;
}
.home .contentHome .filterCategory .splide__slide:last-child {
  padding-right: 30px;
}
.home .contentHome .continueReading {
  display: flex;
  padding-right: 30px;
  justify-content: center;
  align-items: center;
}
.home .contentHome .continueReading .text {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  background-color: #f2f6f7;
  height: 160px;
  border-radius: 10px 0 0 10px;
  padding: 20px;
  gap: 10px;
}
.home .contentHome .continueReading .text h2 {
  font-size: 20px;
}
.home .contentHome .continueReading .text h3 {
  font-size: 16px;
  color: #717171;
}
.home .contentHome .continueReading img {
  width: 100%;
  max-width: 130px;
  height: 195px;
  border-radius: 10px;
  object-fit: cover;
}

.home .contentHome .bookSection {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.home .contentHome .bookSection header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 30px;
}
.home .contentHome .bookSection header h2 {
  font-family: "Poppins-Bold";
  color: #393939;
  font-size: 30px;
}
.home .contentHome .bookSection header a {
  font-family: "Poppins-Bold";
  color: #393939;
  font-size: 14px;
}
.home .contentHome .bookSection .splide__list {
  gap: 10px;
}
.home .contentHome .bookSection .cardBook {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.home .contentHome .bookSection .cardBook a {
  display: flex;
  flex-direction: column;
  width: 130px;
  gap: 5px;
}
.home .contentHome .bookSection .cardBook img {
  width: 100%;
	min-height: 190px;
  border-radius: 10px;
  max-height: 190px;
  object-fit: fill;
}
.home .contentHome .bookSection .cardBook .text {
  width: 100%;
  padding-left: 5px;
}
.home .contentHome .bookSection .cardBook .text h2 {
  color: #393939;
  font-size: 14px;
  font-family: "Poppins-Bold";
  line-height: 18px;
}
.home .contentHome .bookSection .cardBook .text h3 {
  color: #717171;
  font-size: 14px;  
  font-family: "Poppins-Medium";
}
.home .contentHome .bookSection .cardBook:last-of-type{
  margin-right: 30px;
}
.home .contentHome .podcastSection {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.home .contentHome .podcastSection header {
  padding-right: 30px;
}
.home .contentHome .podcastSection header h2 {
  font-family: "Poppins-Bold";
  color: #393939;
  font-size: 30px;
}
.home .contentHome .podcastSection header a {
  font-family: "Poppins-Bold";
  color: #393939;
  font-size: 14px;
}
.home .contentHome .podcastSection .content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.home .contentHome .podcastSection .content .podcastInfo {
  display: grid;
  padding-right: 30px;
  align-items: center;
  justify-content: space-between;
}
.home .contentHome .podcastSection .content .podcastInfo .podcastWrapper {
  display: flex;
  align-items: center;
  max-width: 480px;
  gap: 20px;
}
.home .contentHome .podcastSection .content .podcastInfo .podcastWrapper .info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.home
  .contentHome
  .podcastSection
  .content
  .podcastInfo
  .podcastWrapper
  .info
  h2 {
  color: #393939;
  font-size: 14px;
  font-family: "Poppins-Bold";
  line-height: 18px;
}
.home
  .contentHome
  .podcastSection
  .content
  .podcastInfo
  .podcastWrapper
  .info
  h3 {
  color: #3757a0;
  font-size: 12px;
  font-family: "Poppins-Bold";
  line-height: 16px;
}
.home .contentHome .podcastSection .content .podcastInfo .logoPodcast {
  width: 200px;
  height: 160px;
  object-fit: cover;
  border-radius: 15px;
  transition: 0.4s;
  aspect-ratio: 16/9;
}
.home .contentHome .podcastSection .content .podcastInfo button {
  background-color: #3757a0;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 4;
}
.home .contentHome .podcastSection .content .podcastInfo button img {
  width: 15px;
}
.home .contentHome .podcastSection .content .podcastInfo input#timePodcast {
  max-width: 125px;
}
.home .contentHome .items {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 0 0 0px 30px;
}
.home .contentHome .items .bookInfo {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
}
.home .contentHome .items .bookInfo .bookInfo-wrapper {
  display: flex;
  align-items: start;
  gap: 20px;
  width: 100%;
}
.home .contentHome .items .bookInfo .bookInfo-wrapper .info {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 10px;
}
.home .contentHome .items .bookInfo .bookInfo-wrapper .info h2 {
  color: #393939;
  font-size: 14px;
  font-family: "Poppins-Bold";
  line-height: 18px;
}
.home .contentHome .items .bookInfo .bookInfo-wrapper .info h3 {
  color: #717171;
  font-size: 14px;
  font-family: "Poppins-Medium";
}
.home .contentHome .items .bookInfo .bookInfo-wrapper button {
  padding-top: 10px;
}
.home .contentHome .items .bookInfo .bookCape {
  width: 130px;
  border-radius: 10px;
  box-shadow: 0px 0px 70px -4px rgb(114 114 114 / 50%);
}
.home .contentHome .items .bookInfo button img {
  width: 15px;
}
.home .contentHome .moreVideosSection {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.home .contentHome .moreVideosSection header {
  padding-right: 30px;
}
.home .contentHome .moreVideosSection header h2 {
  font-family: "Poppins-Bold";
  color: #393939;
  font-size: 30px;
}
.home .contentHome .moreVideosSection header a {
  font-family: "Poppins-Bold";
  color: #393939;
  font-size: 14px;
}
.home .contentHome .items .moreVideosSection .content {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  padding-right: 20px;
}
.home .contentHome .items .moreVideosSection .content .imageVideo {
  width: 100%;
  position: relative;
}
.home .contentHome .items .moreVideosSection .content .imageVideo .imgVideo {
  width: 100%;
  aspect-ratio: 16/12;
  border-radius: 15px;
  object-fit: fill;
}
.home .contentHome .items .moreVideosSection .content .videoInfo {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.home .contentHome .items .moreVideosSection .content .videoInfo h2 {
  color: #393939;
  font-family: "Poppins-Bold";
  font-size: 14px;
  line-height: 20px;
}
.home .contentHome .items .moreVideosSection .content .imageVideo button {
  position: absolute;
  background-color: #3757a0;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -10px;
  right: 10px;
}
footer.home{
  display: none;
}
@media (max-width:1000px){
  .home .contentHome .items .moreVideosSection .content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding-right: 20px;
  }
}
@media (max-width:700px){

  footer.home {
    display: block;
    max-width: 700px;
    width: 100%;
    padding: 30px;
    background: rgb(82, 166, 210);
    background: linear-gradient(
      180deg,
      rgba(82, 166, 210, 0) 0%,
      rgba(255, 255, 255, 1) 100%
    );
    position: fixed;
    bottom: 0px;
  }
  footer.home .menu {
    background-color: #3757a0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 20px 40px;
    border-radius: 10px;
  }
  .favoritosFooter {
    opacity: 0.6;
    transition: 0.6s;
  }
  .favoritosFooter:hover {
    opacity: 1;
  }
  .buscaFooter {
    opacity: 0.6;
    transition: 0.6s;
  }
  .buscaFooter:hover {
    opacity: 1;
  }
}
/* teste */
.card {
  height: 300px;
  width: 400px;
  border-radius: 5px;
}
.card:nth-child(odd) {
  background-color: blue;
}
.card:nth-child(even) {
  background-color: rgb(0, 183, 255);
}
.bookSection .glider-prev{
  display: none;
}
.bookSection .glider-next{
  display: none;
}
.bookSection #dots{
  display: none;
}
/* CARROSSEL */
.home .contentHome .filterCategory a {
  padding: 10px 20px;
  border-radius: 20px;
  background-color: #f2f6f7;
  font-size: 15px;
  white-space: nowrap;
}
.home .contentHome .filterCategory a:last-child {
  padding-right: 30px;
}
.home .contentHome .filterCategory .glider-track{
  gap: 20px;
}
.home .contentHome .bookSection .glider-track {
  display: none !important;
}
@media (max-width: 600px) {
  .home .contentHome .items .moreVideosSection .content {
    grid-template-columns: repeat(2, 1fr);
  }
  .home .contentHome .items .moreVideosSection .content .imageVideo .imgVideo {
    width: 100%;
    max-width: unset;
  }
}
@media (max-width: 480px) {
  .home .contentHome .podcastSection .content .podcastInfo .logoPodcast {
    width: 120px;
    height: 120px;
    object-fit: cover;
}
}
@media (max-width: 375px) {
  .home .contentHome .podcastSection .content .podcastInfo .podcastWrapper {
    gap: 5px;
  }
  .home .contentHome .podcastSection .content .podcastInfo button {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 325px) {
  .home .contentHome .podcastSection .content .podcastInfo .logoPodcast {
    max-width: 100px;
  }
}
