*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    text-align: justify;
    padding: 0px;
}

main .container p {
    color: #010101;
    font-family: "Montserrat", sans-serif;
    line-height: 2em;
    text-align: justify;
    text-indent: 0.8em;
    padding: 0 3em;
}
main .container {
    margin: 0 auto;
    width: 70%;
}
.container-header {
    color: white;
    background-color: #01204C;
    padding: 20px 40px;
}

.container-header a {
    cursor: pointer;
    color: #3AA3FC;
    text-decoration: none;
}

.container-body p {
    line-height: 1.6;
    text-align: justify;
}

h4 {
    display: inline;
}
.episodios {
    display: flex;
    flex-direction: column-reverse;
    margin: auto;
    padding: 0 3em;
}
.episodio {
    width: 50%;
    max-width: 50%;
    margin-top: 3rem;
}
.episodio .texto {
    display: flex;
    flex-direction: column;
    font-size: 12px;
}
.episodio .texto {
    background: #000838;
    border-radius: 1em;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin: 10px 0;
    margin-top: -10px;
    padding: 10px;
    padding-top: 20px;
    width: 100%;
    height: 400px;
    max-height: 400;
}

.episodio .texto p {
    align-items: center;
    display: flex;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 300;
}

.episodio .texto p img {
    width: 20px;
}
.path-text{
    font-family: 'Mada';
    display: flex;
    font-weight: 400;
    gap: 5px;
    font-size: 20px;

    & h4{
        font-weight: 400;
    }
    & a{
        color: rgb(70, 101, 221);
        text-decoration: none;
    }
    
    & a:hover{
        color: rgb(74, 167, 224);
    }
}

.textos{
    font-family: 'Mada';
    font-weight: 500;
    gap: 5px;
    height: 50%;
    width: 100%;
    padding: 50px 60px;
    line-height: 1.6;
    text-align: justify;
    & p{
        font-size: 20px;
        
    }
}

.infos{
    display: flex;
    font-family: 'Mada';
    background-color: #249BFF;
    padding: 3rem 5rem;
    color: white;
    & h2 {
        font-weight: 700;
        font-size: 55px;
    }
    & img{
        padding-top: 8px;
        object-fit: contain;
        max-width: 45%;
        height:auto;
        align-items: center;
        justify-content: center;
    }
}

.texts{
    padding-right: 11rem;
}

.with-bord{
    color:transparent;
    -webkit-text-stroke: 1px white;
}

.episodios{
    padding-top: 1em;
    padding-left: 13em;
    padding-right: 13em;
    margin-bottom: 1rem;
    font-family: 'Mada';
    & h2{
        text-align: center;
        color:rgb(0, 19, 65);
        font-weight: 700;
        font-size: 45px;
    }
}

.ep-unico{
    font-family: 'Mada';
    background: #000838;
    border-radius: 18px;
    color: rgba(255, 255, 255, 0.801);
    margin: 20px;
    & p {
        font-family: "Montserrat", sans-serif;
        line-height: 3em;
        text-align: justify;
        text-indent: 0.8em;
        align-items: center;
        display: flex;
        margin-left: 10px;
        font-size: 14px;
        font-weight: 300;
    }
    & img {
        max-width: 20px;
        height: auto;
    }
}
.carousel {
  position: relative;
  margin-bottom: 2rem;
}

/* Estilo do Swiper */
.carousel {
  position: relative;
}

/* Estilo dos bullets de navegação (paginações) */
.swiper-pagination {
  display: flex;
  justify-content: center; /* Centraliza os bullets horizontalmente */
  z-index: 10;
}

/* Personalize os bullets */
.swiper-pagination-bullet {
  background-color: #007bff; /* Cor dos bullets */
}

/* Ajuste para o layout dos slides */
.swiper-slide {
  display: flex;
  justify-content: center; /* Centraliza os cards */
}

/* Adicional: Adicionar margem aos slides, se necessário, para espaçamento */
.swiper-slide {
  margin-bottom: 20px; /* Ajuste conforme o seu layout */
}
/* Estilo do Swiper */
.carousel {
  position: relative;
}

/* Estilo dos slides */
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center; /* Garantir que o conteúdo dos cards esteja centralizado */
}

/* Estilo dos bullets de navegação (paginações) */
.swiper-pagination {
  position: relative;
  bottom: 10px; /* Coloca os bullets abaixo dos slides */
  display: flex;
  justify-content: center;
  z-index: 1000; /* Garante que a paginação fique abaixo dos cards */
  padding-top: 20px; /* Adiciona um espaçamento acima da paginação */
}

/* Personalize os bullets */
.swiper-pagination-bullet {
  background-color: #007bff;
  width: 12px; /* Tamanho dos bullets */
  height: 12px; /* Tamanho dos bullets */
  margin: 0 5px; /* Espaçamento entre os bullets */
}
/* Estilo do Swiper */
.carousel {
  position: relative;
}

/* Estilo dos slides */
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center; /* Garantir que o conteúdo dos cards esteja centralizado */
}

/* Estilo dos bullets de navegação (paginações) */
.swiper-pagination {
  position: relative;
  bottom: 10px; /* Coloca os bullets abaixo dos slides */
  display: flex;
  justify-content: center;
  z-index: 1000; /* Garante que a paginação fique abaixo dos cards */
  padding-top: 30px; /* Adiciona um espaçamento acima da paginação */
}

/* Personalize os bullets */
.swiper-pagination-bullet {
  background-color: #007bff;
  width: 12px; /* Tamanho dos bullets */
  height: 12px; /* Tamanho dos bullets */
  margin: 0 5px; /* Espaçamento entre os bullets */
}
.swiper-slide a{
  text-decoration: none;

}
.carousel {
    position: relative;
    margin-bottom: 2rem;
  }
  
  /* Estilo do Swiper */
  .carousel {
    position: relative;
  }
  
  /* Estilo dos bullets de navegação (paginações) */
  .swiper-pagination {
    display: flex;
    justify-content: center; /* Centraliza os bullets horizontalmente */
    z-index: 10;
  }
  
  /* Personalize os bullets */
  .swiper-pagination-bullet {
    background-color: #007bff; /* Cor dos bullets */
  }
  
  /* Ajuste para o layout dos slides */
  .swiper-slide {
    display: flex;
    justify-content: center; /* Centraliza os cards */
  }
  
  /* Adicional: Adicionar margem aos slides, se necessário, para espaçamento */
  .swiper-slide {
    margin-bottom: 20px; /* Ajuste conforme o seu layout */
  }
  /* Estilo do Swiper */
  .carousel {
    position: relative;
  }
  .swiper-button-next,
  .swiper-button-prev {
  color: #000838; /* ou qualquer cor que combine com seu layout */
  
  }
  #produtos-podcomp {
    margin: 0rem 8rem;
  }
  
  /* Estilo dos slides */
  .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center; /* Garantir que o conteúdo dos cards esteja centralizado */
  }
  
  /* Estilo dos bullets de navegação (paginações) */
  .swiper-pagination {
    position: relative;
    bottom: 10px; /* Coloca os bullets abaixo dos slides */
    display: flex;
    justify-content: center;
    z-index: 1000; /* Garante que a paginação fique abaixo dos cards */
    padding-top: 20px; /* Adiciona um espaçamento acima da paginação */
  }
  
  /* Personalize os bullets */
  .swiper-pagination-bullet {
    background-color: #007bff;
    width: 12px; /* Tamanho dos bullets */
    height: 12px; /* Tamanho dos bullets */
    margin: 0 5px; /* Espaçamento entre os bullets */
  }
  /* Estilo do Swiper */
  .carousel {
    position: relative;
  }
  
  /* Estilo dos slides */
  .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center; /* Garantir que o conteúdo dos cards esteja centralizado */
  }
  
  /* Estilo dos bullets de navegação (paginações) */
  .swiper-pagination {
    position: relative;
    bottom: 10px; /* Coloca os bullets abaixo dos slides */
    display: flex;
    justify-content: center;
    z-index: 1000; /* Garante que a paginação fique abaixo dos cards */
    padding-top: 30px; /* Adiciona um espaçamento acima da paginação */
  }
  
  /* Personalize os bullets */
  .swiper-pagination-bullet {
    background-color: #007bff;
    width: 12px; /* Tamanho dos bullets */
    height: 12px; /* Tamanho dos bullets */
    margin: 0 5px; /* Espaçamento entre os bullets */
  }
  .swiper-slide a{
    text-decoration: none;
  
  }
.ver-mais{
    display: flex;
    justify-content: center; 
    width: 100%;
    margin-bottom: 2em;
    & a{ 
        align-items: center;
        justify-content: center;
        font-family: 'Mada';
        display: block;
        width: 116px;
        height: 35px;
        background-color: rgb(255, 255, 255);
        font-size: 17px;
        font-weight: 550;
        color: #000838;
        border: 2px solid #000838;
        border-radius: 30px;
        text-align: center; 
        text-decoration: none;
        display: flex;
    }
    & a:hover{
        background-color: #000838;
        color: white;
        text-decoration: none;
    }
}

@media (max-width:500px){
    .textos{
        padding: 1rem 3rem;
    }
}

@media screen and (min-width: 1025px) {
    .container-header {
        padding: 50px 60px;
    }

    .container-header h2 {
        font-size: 50px;
        margin-bottom: 20px;
        font-weight: bold;
    }

    .container-header h3 {
        font-size: 30px;
        margin-bottom: 20px;
        font-weight: normal;
    }

    .container-header p {
        font-size: 16px;
        font-weight: normal;
    }

    .container-body {
        padding: 50px 60px;
    }

    .container-body p {
        font-size: 20px;
        font-weight: medium;
    }
}

@media screen and (min-width: 601px) and (max-width: 1024px) {

  #produtos-podcomp {
    margin: 2rem;
  }
  
    .container-header {
        padding: 20px 70px;
    }

    .container-header h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .container-header h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .container-header p {
        font-size: 9px;
        font-weight: normal;
    }

    .container-body {
        padding: 20px 50px;
    }

    .container-body p {
        font-size: 14px;
        text-indent: 2em;
    }
}

@media screen and (max-width: 600px) {
  
    .container-header {
        padding: 20px 40px;
    }

    .container-header h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .container-header h3 {
        font-size: 10px;
        margin-bottom: 10px;
    }

    .container-header p {
        font-size: 5px;
        font-weight: normal;
    }

    .container-body {
        padding: 20px 40px;
    }

    .container-body p {
        font-size: 10px;
        text-indent: 2em;
    }
}
@media (max-width: 800px) {
  #produtos-podcomp {
    margin: 0rem !important;
  }
  
    main .container {
      width: 90%;
    }
  
    main .container p {
      padding: 0;
    }
  
    .episodios {
      padding: 0;
      width: 80%;
    }
  
    .episodio .texto {
      width: 100%;
      overflow-x: visible;
      overflow-y: scroll;
    }
  
    .hosts {
      padding: 0.2em;
    }
    .swiper-button-next,
    .swiper-button-prev {
    color: #000; /* ou qualquer cor que combine com seu layout */
    }
    .episodio {
      width: 80%;
      max-width: 70%;
      margin-top: 3rem;
  }
  }