body{
    font: 300 16px '__poppins_f68cdc', '__poppins_Fallback_f68cdc', Arial, sans-serif;
    background-color: #242428;
    transition: background-color 1s, color 0.3s;
}
::-webkit-scrollbar {
    width: 8px; /* Largura da barra de rolagem */
}

.souso-caixa-conteudo-recebido a{
    list-style: none;
    text-decoration: none;
}

.container_ads{
    display: flex;
    justify-content: center;
}

#link-doar{
    display:none;
}

.component-botao-ver-todos {
    position: relative;
    display: inline-block;
}

.ver-todos-botao {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.anime-count-overlay {
    position: absolute;
    top: -40px;
    animation: fadeInUp 0.5s ease-out; /* Aplica a animação de entrada */
    display: flex;
    right: 0%;
    align-items: center;
    background-color: #cff4fc;
    color: #055160;
    padding: 3px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 10;
    text-align: center;
}

.anime-count-overlay span {
    font-size: 13px;
    font-weight: bold;
}
.piece {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #cff4fc;
    border-radius: 50%;
    opacity: 0;
}
.fechar-overlay {
    background: none;
    border: none;
    color: #055160;
    font-size: 16px;
    cursor: pointer;
    margin-left: 0px;
}

.overlay-arrow {
    position: absolute;
    bottom: -10px; /* Ajuste conforme necessário */
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #cff4fc;
}


.anime-count-overlay.hidden {
    animation: fadeInUp 0.5s ease-out; /* Animação ao fechar */
    opacity: 0;
    transform: translateY(-20px); /* Move o elemento para cima */
    pointer-events: none; /* Desativa interações */
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
/* Posiciona o spinner no canto superior direito */
.spinner-container {
    position: fixed;
    display: none;
    top: 100px;
    display: none;
    left: 30px;
    color: rgba(255, 255, 255, 0.185);
    margin: 1rem;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Estiliza o spinner */
.spinner-container svg {
    width: 2rem; /* Ajusta o tamanho do spinner */
    height: 2rem;
    animation: spin 0.2s linear infinite; /* Animação de rotação contínua */
    fill: #ff9913; /* Cor do spinner, você pode ajustar conforme necessário */
}

/* Define a animação de rotação */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Oculta o texto para leitores de tela */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}


::-webkit-scrollbar-track {
    background: #4e4e4e; /* Cor de fundo da barra de rolagem */
}

::-webkit-scrollbar-thumb {
    background: #5a2e98; /* Cor do indicador da barra de rolagem */
    border-radius: 5px; /* Borda arredondada do indicador */
}

body::before {
    content: "";
    position: absolute;
    top: 13%;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("https://f.i.uol.com.br/fotografia/2022/04/08/16494647306250d59aebc51_1649464730_16x9_md.jpg") no-repeat center center;
    background-size: cover;
    opacity: 0.1; /* Ajuste a opacidade conforme necessário */
    z-index: -1;
}
* {
    box-sizing: border-box;
}

.nav-souso-1-botao-lateral{
    height: 100%;
    position: relative;
    display: flex;
    right: 50px;
    margin-left: auto; 
    align-items: center;
    text-align: right;

}

.nav-souso-1-botao-lateral-1 {
    background: transparent;
    border: none;
    font-size: 10px;
    color: rgb(0, 0, 0);
    cursor: pointer;
    border-radius: 10px;
}

.nav-souso-1-botao-lateral-1 i {
    color: rgb(255, 255, 255);
}

.nav-souso-1 {
    list-style: none;
    z-index: 1000;
    align-items: center; 
    display: flex;
    height: 80px;
    top: 0;
    width: 100%;

    position: fixed;
    background: #00000085;
}

.nav-souso-2{
    height: 100%;
    position: absolute;
    display: flex;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Translada o contêiner filho para o centro */
    align-items: center;
    text-align: right;
    justify-content: flex-end;
}

.nav-souso-2-component-pesquisa-campo{
    font: 300 16px '__poppins_f68cdc','__poppins_Fallback_f68cdc',Arial,sans-serif;
    color: white;
    height: 60px;
    outline: none;
    width: 400px;
    text-align: start;
    padding: 12px;
    border: none;
    background: #000000b0;
}

.nav-souso-2-component-pesquisa{
    background-color: #000000b0;
    display: flex;
}
.menu-icon {
    width: 20px;
    z-index: 100;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    font-size: 20px;
    color: white;
}

.mini-submenu {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    opacity: 0; /* Começa invisível */
    transform: translateY(-10px); /* Levemente deslocado para cima */
    transition: opacity 0.3s ease, transform 0.3s ease; /* Transição suave */
    display: none; /* Oculta por padrão */
}

.mini-submenu.show {
    opacity: 1; /* Torna visível */
    transform: translateY(0); /* Alinha na posição correta */
    display: block; /* Exibe o submenu */
}
.mini-submenu ul {
    font-size: 12px;
    height: 100%;
    display: flex;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
}

.popup-telegram {
    position: fixed;
    top: 20px; /* Posição final */
    left: 50%;
    transform: translateX(-50%) translateY(-100%); /* Inicialmente fora da tela */
    background-color: #1b1b1bd3;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: none; /* Inicialmente escondido */
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s ease; /* Transição para animação */
}

.popup-telegram.show {
    transform: translateX(-50%) translateY(0); /* Posição final */
    opacity: 1;
}

.popup-content {
    display: flex;
    align-items: flex-start; /* Alinha verticalmente os itens no topo */
    gap: 20px; /* Espaço entre a imagem e o texto */
}

.popup-image {
    max-width: 100px; /* Ajuste o tamanho da imagem conforme necessário */
}

.popup-text {
    flex: 1;
    width: 300px;
    height: 100%;
    justify-content: space-between;
    display: flex;
    text-align: start;
    flex-direction: column;
}

.popup-text p {
    max-width: 95%;
    font-family: Quicksand,sans-serif;
    color: white;
    font-size: 18px;
}

.btn-container {
    text-align: start; /* Alinha os botões à direita */
}

.btn-telegram {
    box-shadow: 0 4px 8px rgba(251, 251, 251, 0.5);
    border-radius: 10px 100px / 120px;
    display: inline-block;
    padding: 10px 20px;
    border: none;
    color: #fff;
    border: 1px solid  white;
    transition: background 0.5s ease-in-out;
    text-decoration: none;
    font-size: 16px;
}

.btn-telegram:hover {
    background: #000000af;
}

.btn-close {
    margin-left: 30px;
    border: none;
    border-radius: 100px 100px / 120px;
    padding: 10px 20px;
    color: #ffffff;
    background: transparent;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.5s ease-in-out;
    font-size: 16px;
}

.btn-close:hover {
    background-color: #13131377;
}
.modal {
    position: fixed;
    bottom: 20px;
    top: 15%;
    right: 20px;
    width: 300px;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transform: translateX(100%);
    opacity: 0;
    z-index: 1000;
    border-radius: 5px;
    max-height: 62px;
}

.modal-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding: 20px;
    border-radius: 5px;
    background-color: #fff;
    color: #333;
    justify-content: space-between;
}

.modal.show {
    transform: translateX(0);
    opacity: 1;
    max-height: 62px;

}


.modal-content.error {
    background-color: #f14e4e;
}

.modal-content.success {
    background-color: #2bd22b;
}

.close-button {
    float: right;
    font-size: 20px;
    cursor: pointer;
}

#modal-message {
    color: white;
    margin: 0;
    font-size: 16px;
}

.close-button {
    float: right;
    font-size: 20px;
    cursor: pointer;
}


.souso-cadatro{
    text-align: center !important;
    cursor: pointer;
    color: white;
    font-family: sans-serif;
}

.selo {
    cursor: pointer;
    position: absolute;
    top: 5px; /* Ajuste conforme necessário */
    left: 5px; /* Ajuste conforme necessário */
    background-color: rgba(0, 0, 0, 0.7); /* Fundo semitransparente */
    color: #fff;
    padding: 5px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
    z-index: 10; /* Garantir que o selo fique acima de outros elementos */
}
.mini-submenu ul li a {
    list-style: none;
    outline: none;
    text-transform: none;
    border: none;
    text-decoration: none;
}

.mini-submenu ul li a:hover {
    text-decoration: none; /* Adiciona sublinhado no hover */
}
.mini-submenu ul li {
    margin: 5px 0;
}

.mini-submenu ul li a {
    color: white;
    text-decoration: none;
}
.nav-souso-2-component-pesquisa-botao{
    background-color: #000000b0;
    cursor: pointer;
    color: white;
    border: none;
    padding: 10px;
    position: relative;
}

.ri-menu-line{
    font-size: 35px!important;
}

.ri-search-line{
    font-size: 20px;
}

.nav-souso-1-conteudo-animes {
    background: #222020a6;
    width: auto;
    padding-top: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 0.62rem;
    flex-wrap: wrap;
    position: relative; /* Adicionado */
}
.anime-card {
    transition: box-shadow 1s ease;
    height: 280px;
    animation: emergeCenterEffect 0.3s linear 0s 1 normal none running;
    margin-bottom: 5px;
    border-radius: 5%;
    padding: 10px;
    background-color: rgba(20, 20, 20, 0.8);
    text-align: center;
    width: 150px;
    color: white;
    position: relative;
    overflow: hidden;
    display: flex; 
    flex-direction: column;
    align-items: center;
}

.component-2-container-animes-souso{
    flex-direction: row-reverse;
    width: 100%;
    display: flex;
    margin-top: 5px;
    justify-content: space-between;
}
/* CSS para a barra de carregamento */
.loading-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    background-color: #3498dbb9; /* Cor do efeito de carregamento */
    transition: width 0.5s linear;
}

.component-loading-anime-prev-next-souso button{
    border: none;
    border-radius: 5px;
    display: flex;
    color: black;
    cursor: pointer;
    padding: 3px;
    background: #ffffffb5;
    transition: background 0.4s ease-in-out;
}

.component-loading-anime-prev-next-souso button:hover{
    background: #ffffff;
}

.component-loading-anime-prev-next-souso{
    display: flex;
    gap: 5px;
    align-items: center;
    margin-left: 15px;
}

.component-div-princ-souso{
    background: #222020a6;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.anime-card img {
    object-fit: cover; /* Cobrir toda a área do container */
    width: 100%; /* Usar largura total do container */
    height: 100%; /* Usar altura total do container */
    cursor: pointer;
    transition: transform 0.4s ease;
}
.anime-card:hover img {
    transform: scale(1.1); /* Aplica o zoom na imagem ao passar o mouse */
}

.hidden-hidden-loading-souso{
    display: none;
}

.anime-card h2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* Limitar o texto a 3 linhas */
    overflow: hidden;
    width: 130px;
    align-content: center;
    border-radius: 3px;
    background: linear-gradient(87deg, #2721275e 0, #716b6b26 100%);
    cursor: pointer;
    color: rgb(255, 255, 255);
    text-overflow: ellipsis;
    height: 50px;
    font-size: 11px;
    text-align: center;
    display: flex; /* Usar flexbox para alinhamento */
    align-items: center; /* Alinhamento vertical */
    justify-content: center; /* Alinhamento horizontal */
}

.div-souso-2{
    margin: 100px;
    margin-top: 150px;
    position: relative;
}

.div-souso-2-titulo {
    color: white;
    text-align: center;
    margin-bottom: 20px;
}

.div-souso-2-titulo H2{
    text-align: start;
}


.div-souso-2-titulo H1{
    text-transform: uppercase;
    font-size: 20px;
    text-align: start;
}

.nav-souso-1-conteudo-animes-capa-div{
    border-radius: 5px;
    height: 250px;
    object-fit: cover;
    position: relative; /* Para posicionar corretamente o número do episódio */
    overflow: hidden; /* Para esconder parte do número do episódio se necessário */
}

.capa-div {
    height: 210px; /* Altura fixa para a div da capa */
    overflow: hidden; /* Esconder qualquer conteúdo que exceda a altura definida */
}


.mascot{
    z-index: 100;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAWkPOxJVqkc0xIyKBoulfxbN9BXFI1j6jQMc9SnV2HjiESbR7VvDZM6FheAGZ86P57AnIEhX0Wy8HFw0xkd8lGV4svCOHtD9oecMQr22ItBvEVrLcJMixvPtvN31uIZZY-z0clWZD4iPkQ8A7Gpo_JkJkI9tW0dOvw9nmT1Lr1znL3xKJaLbq49s_Yw/s1600/IMG_20220521_032343.png);
    background-size: contain;
    width: 260px;
    height: 370px;
    background-repeat: no-repeat;
}



.nav-souso-3-site-nome-1{
    font-weight: bold;
    font-family: sans-serif;
    cursor: pointer;
    left: 20px;
    font-size: 25px;
    position: relative;
    color: white;
}
.lista-de-favoritos{
    transition: color 0.4s ease;
    cursor: pointer;
    padding: 10px;
    align-items: center;
    display: flex;
    color: white;
    justify-content: right;
}

.souso-caixa-conteudo-titulo{
    color: black;
}
.div-souso-2-titulo h2 i{
    margin-right: 10px;
    color: #8800ff;
}

.div-souso-2-titulo h1 i{
    margin-right: 10px;
    color: #efebebe8;
}
.nav-souso-1-conteudo-animes-capa-div:hover .overlay {
    opacity: 1; /* Mostra o overlay quando passa o mouse */
}
.overlay p {
    opacity: 0;
    animation: slide-up 0.5s ease forwards;
}
.overlay {
    cursor: pointer;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    background-color: rgb(0 0 0 / 34%);
    color: white;
    border-radius: 3px;
    padding-top: 15px;
    padding-left: 5px;
    text-align: start;
    box-sizing: border-box;
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: column;
    align-items: start;
}
.anime-card:hover .overlay {
    opacity: 1;
    transform: translate(-50%, -60%);
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.classificacao-text {
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 15px;
    background-color: red;
    padding: 3px;
    white-space: nowrap;
    color: white;
}

.total-episodios-text{
    text-transform: uppercase;
    font-size: 10px;
    white-space: nowrap;
    color: white;
}
.overlay p:nth-child(1) {
    animation-delay: 0.2s; /* Delay para o primeiro parágrafo */
}

.overlay p:nth-child(2) {
    animation-delay: 0.4s; /* Delay para o segundo parágrafo */
}
@keyframes slide-up {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.light-bg {
    text-shadow: 0.5px 0.5px 0.5px black;
}

.div-souso-3-barra-lateral {
    display: none;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 900;
    height: 130%;
    background: #000000eb;
}

.ri-close-line{
    cursor: pointer;
    font-size: 45px;
    border: none;
    background-color: transparent;
    border: 1px white;
    color: white;
}


.div-souso-2-titulo,
.div-souso-4-titulo {
    color: white;
    text-align: center;
    margin-bottom: 20px;
}

.div-souso-4 {
    text-transform: uppercase;
    margin-top: 200px; /* Ajuste a margem superior conforme necessário */
    color: white;
    text-align: center;
}


.div-souso-4 h2 i{
    margin-right: 10px;
    color: #efebebe8;
}

.nav-souso-2-conteudo-animes{
    background-color: #222020d1;
}

.episodios-container{
    border-radius: 3px;
    background: #0201015f;
    width: auto;
    padding: 130px;
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 0.62rem;
    flex-wrap: wrap;
    position: relative;
}
@keyframes emergeCenterEffect {
    0% {
        opacity: 0;
        transform: scale(0.92);
    }
    60% {
        opacity: 1;
    }
    100% {
        transform: none;
    }
}

.episodio-card {
    height: 200px;
    margin-bottom: 5px;
    animation: emergeCenterEffect 0.3s linear 0s 1 normal none running;
    border-radius: 5%;
    padding: 10px;
    background-color: rgba(20, 20, 20, 0.8);
    text-align: center;
    width: 150px;
    color: white;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.tooltip {
    visibility: hidden;
    text-align: center;
    width: 50px;
    background-color: rgb(76 76 76 / 18%);
    color: #fff;
    text-align: center;
    font-size: 10px;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: -1;
    left: 50%;
    margin-top: 120%;
    transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s, visibility 0.5s ease;
}
.ri-menu-line:hover .tooltip {
    visibility: visible;
    opacity: 1;
}
.ri-menu-line {
    position: relative; /* Necessário para posicionar a tooltip em relação ao ícone */
    display: inline-block; /* Garante que o ícone tenha espaço suficiente */
}
.alert-timestamp{
    display: flex;
    margin-left: 10px;
    color: #000000d5;
    align-items: center;
    font-size: 12px;
}

.souso-caixa-alerta {
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease, margin 0.3s ease, border 0.3s ease;
    max-height: 500px; /* Valor inicial grande para a altura máxima */
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
  }
  
  .souso-caixa-alerta.collapsed {
    max-height: 0; /* Altura zero quando recolhido */
    padding: 0;
    margin-bottom: 0;
    border: none;
  }

  .souso-caixa-conteudo{
    padding-top: 25px;
    flex-direction: column;
    display: flex;
  }
  .souso-alerta-icone-sino{
    fill: block;
  }

  .souso-caixa-alerta.visible {
    opacity: 1; /* Fica visível */
    transform: scale(1); /* Escala para o tamanho normal */
  }
  
  .alert-ico a{
    color: black;
    margin-left: 4px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
  }
  .souso-alerta-icone path {
    stroke: rgb(0, 0, 0); /* Cor padrão da linha */
    stroke-width: 4; /* Define a espessura da linha */
    transition: stroke 0.4s ease;
  }
  
  /* Mudança de cor ao passar o mouse */
  .souso-alerta-botao:hover .souso-alerta-icone path {
    stroke: rgb(255, 0, 0); /* Cor da linha ao passar o mouse */
  }
  @keyframes swing {
    0% {
      transform: rotate(0deg);
      transform-origin: center;
    }
    50% {
      transform: rotate(-10deg);
      transform-origin: center;
    }
    100% {
      transform: rotate(0deg);
      transform-origin: center;
    }
  }


  
  .souso-caixa-conteudo p{
    padding: 0;
    margin-top: 4px;
  }
  .alert-ico{
    align-items: center;
    display: flex;
    top: 0;
    margin-top: 5px;
    margin-left: 10px;
    padding: 3px;
    left: 0;
    position: absolute;
  }
  
  /* Estilos para o SVG do sino */
  .souso-alerta-icone {
    width: 13px;
    flex: 1;
    align-items: center;
    display: flex;
    top: 0;
    height: 13px;
    margin: 0;
    animation: swing 0.3s ease infinite;
    transform-origin: center;
  }
  .souso-alerta-botao {
    display: flex;
    font: message-box;
    font-weight: bolder;
    position: absolute;
    top: 0;
    cursor: pointer;
    align-items: center;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem;
    box-sizing: content-box;
    width: 1em;
    background: transparent;
    height: 1em;
    padding: .25em;
    color: #000;
    border: 0;
    border-radius: .25rem;
    opacity: .8;
  }
  @keyframes bounce {
    0% { transform: scale(0.9); opacity: 0; }
    50% { transform: scale(1.01); opacity: 1; }
    100% { transform: scale(1); }
  }
  
  .souso-caixa-alerta {
    opacity: 0; /* Começa invisível */
    animation: bounce 1s ease; /* Adiciona a animação */
  }
  
  .souso-caixa-alerta.visible {
    opacity: 1; /* Fica visível */
    transform: scale(1); /* Escala para o tamanho normal */
  }
  


.souso-caixa-titulo{
        -webkit-text-stroke-width: thick !important;
        color: #8800ff;
}
  .souso-caixa-alerta a {
    font-size: 13px;
    text-align: start;
    padding: 0;
    font-weight: bolder;
  }
  .souso-caixa-alerta {
    position: relative;
    padding: 1rem;
    margin-bottom: 3rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    display: flex;
    flex-direction: column;
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
  }
  
.ul-souso-3-barra-lateral a.active {
    position: relative;
    background: linear-gradient(87deg, #ff5a00 0%, #ffad42 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    transition: background 0.5s ease, -webkit-background-clip 0.5s ease, -webkit-text-fill-color 0.5s ease;
}
.ul-souso-3-barra-lateral a.active::after {
    border-radius: 5px 4px 0 0;
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 4px; /* Mantém a altura da barra constante */
    background: linear-gradient(87deg, #b94100 0%, #ff9100 100%);
    transition: background 0.5s ease;
}

.ul-souso-3-barra-lateral a.active:hover {
    background: linear-gradient(87deg, #e55a00 0%, #f8a042 100%); /* Gradiente escurecido para hover */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.ul-souso-3-barra-lateral a.active:hover::after {
    background: linear-gradient(87deg, #a94100 0%, #d58100 100%); /* Gradiente escurecido para hover */
}
.episodio-card img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: transform 0.4s ease;
}

.episodio-card:hover .episodio-capa img {
    transform: scale(1.1); /* Zoom na imagem ao hover do card */
}
.episodio-card:hover {
    transform: scale(1.06); /* Aumenta ligeiramente o card */
    box-shadow: 0 4px 16px rgba(255, 255, 255, 0.3); /* Aumenta a sombra */
}
.episodio-card h3{
    color: rgb(200 198 198);
    cursor: pointer;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    width: 130px;
    align-content: center;
    border-radius: 3px;
    background: linear-gradient(87deg, #2721275e 0, #716b6b26 100%);
    cursor: pointer;
    text-overflow: ellipsis;
    height: 50px;
    font-size: 8px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.episodio-capa{
    width: 100%;
    border-radius: 5px;
    height: 200px;
    object-fit: cover;
    position: relative;
    overflow: hidden;
}

.episodio-card p{
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    font-size: 11px;
    font-weight: 600;
    color: #ffffffdb;
    text-transform: uppercase;
    font-family: sans-serif;
    cursor: pointer;
    margin: 0;
}

.linha-1{
    background-color: transparent;
}
.div-souso-3-barra-lateral {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 300px; /* Defina a largura do menu lateral */
    background: #000000eb;
    z-index: 900;
    transform: translateX(-100%); /* Inicialmente fora da tela */
    transition: transform 0.3s ease-in-out; /* Transição suave */
    overflow-y: auto;
}

.div-souso-3-barra-lateral.show {
    transform: translateX(0); /* Visível na tela */
}

.body-no-scroll {
    overflow: hidden;
}
.conteudo,
.div-souso-3-barra-lateral,
.nav-souso-1{
    right: 0;
    left: 0;
    width: 100%; /* Você pode ajustar isso para uma largura fixa desejada, por exemplo: 800px; */
    max-width: 2000px; /* Largura máxima para evitar que se estenda indefinidamente */
    margin: 0 auto; /* Centraliza o conteúdo */
    padding: 20px;
    box-sizing: border-box; /* Garante que o padding não incremente a largura total */
}

.souso-header-component{
    text-align: center;
    font-size: 14px;
    color: white;
}

.souso-header-component p{
    margin-top: 0;
    margin-bottom: 1rem;
}

.souso-header-1{
    padding: 30px;
    top: 100px;
    position: relative;
}

.body-no-scroll {
    overflow: hidden;
}
.ul-souso-3-barra-lateral a{
    color: white;
    list-style-type: none;
    text-decoration: none;
    outline: none;
    list-style: none;
}

.ul-souso-3-barra-lateral {
    right: 40px;
    position: relative;
    top: 40px;
    float: right;
    list-style-type: none;
    padding: 0;
}


.ul-souso-3-barra-lateral li {
    transition: color 0.4s ease;
    padding: 10px;
    text-align: left;
    list-style: none;
}

.ul-souso-3-barra-lateral li a {
    text-decoration: none;
    margin: 3px;
    color: white;
    display: block;
    transition: color 0.4s ease;
}

.ul-souso-3-barra-lateral li a:hover {
    color: rgba(255, 255, 255, 0.741);
}

.submenu {
    display: none;
    list-style-type: none;
    padding-left: 20px;
}

.ul-souso-3-barra-lateral li:hover .submenu {
    display: block;
}

.submenu li {
    padding: 5px 0;
}

.submenu li a {
    color: white;
    text-decoration: none;
}

.submenu li a:hover {
    color: #ccc;
}



.back-links p {
    color: white;
    cursor: pointer;
    font: none;
    list-style: none;
    display: flex;
    text-decoration: none;
}

.back-links p a {
    transition: color 0.3s ease;
    font-size: 12px;
    color: white;
    cursor: pointer;
    font: none;
    list-style: none;
    display: flex;
    text-decoration: none;
}

.back-links {
    margin-top: 10px;
    color: white;
    cursor: pointer;
    font: none;
    list-style: none;
    display: flex;
    text-decoration: none;
}
.Parceiros{
    white-space: nowrap;
}

.Parceiros i{
   cursor: pointer;
   list-style-type: none;
   text-decoration: none;
   outline: none;
   list-style: none;
   color: white;
}

.Parceiros i a{
    transition: color 0.3s ease;
    cursor: pointer;
    list-style-type: none;
    text-decoration: none;
    outline: none;
    list-style: none;
    color: #ffbb1c;
}

.Parceiros i a:hover{
    color: #ffbb1cc0;
}

.nav-souso-3-site-nome-1 a{
    text-transform: uppercase;
    color: white;
    list-style: none;
    text-decoration: none;
}

.scroll-to-top {
    position: fixed;
    bottom: 15px;
    left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    background-color: #7f14ff;
    color: #fff;
    border: none;
    border-radius: 20%;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    font-size: 15px;
    z-index: 1000;
    transition: opacity 0.3s;
}

.scroll-to-top.hidden {
    opacity: 0;
    visibility: hidden;
}

.scroll-to-top.visible {
    opacity: 1;
    visibility: visible;
}

.loading-animation {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: relative;
    animation: rotate 1s linear infinite;
}

.loading-animation::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 5px solid #FFF;
    animation: prixClipFix 2s linear infinite;
}

@keyframes rotate {
    100% { transform: rotate(360deg) }
}

@keyframes prixClipFix {
    0% { clip-path: polygon(50% 50%,0 0,0 0,0 0,0 0,0 0) }
    25% { clip-path: polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0) }
    50% { clip-path: polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%) }
    75% { clip-path: polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%) }
    100% { clip-path: polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0) }
}

.component-botao-ver-todos a{
    padding-top: 7px;
    padding-right: 7px;
    color: white;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    transition: color 0.3s ease;
    list-style: none;
    font-size: 13px;
    font-weight: 400;
    border: none;
    background-color: transparent;
    display: flex;
    justify-content: end;
}
.component-botao-ver-todos a:hover{
    color: rgba(255, 255, 255, 0.771);
}
.component-botao-ver-todos{
    background-color: transparent;
    display: flex;
    justify-content: end;
}


.back-links p a:hover{
    color: rgba(255, 255, 255, 0.771);
}
.cookie-popup {
    user-select: none; /* Evita a seleção de texto */
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #000000ed;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }
  
.cookie-popup p a {
    user-select: none; /* Evita a seleção de texto */
    color: rgb(106 6 213 / 95%);
    font-weight: 700;
}
.ul-souso-3-barra-lateral :hover {
    transition: color 0.4s ease;
    color: rgba(255, 255, 255, 0.741);
}

.cookie-popup p {
    user-select: none; /* Evita a seleção de texto */
    color: white;
}

.capa-resultados img {
    user-select: none;
}

.souso-sociais{
    justify-content: right;
    display: flex;
    margin-top: 10px;
}

#accept-cookies {
    user-select: none; /* Evita a seleção de texto */
    background-color: rgb(106 6 213 / 95%);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 60px;
    cursor: pointer;
}

.nav-souso-1-btn-recolhimento{
    display: none;
}

  

@media only screen and (max-width: 768px) {
    .nav-souso-1 {
        transition: height 0.2s linear;
        flex-direction: column;
        align-items: center;
        padding: 20px;
        height: auto;
    }
    .spinner-container {
        position: fixed;
        display: none;
        top: 210px;
        display: none;
        left: 30px;
        color: rgba(255, 255, 255, 0.185);
        margin: 1rem;
        z-index: 1000;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .modal {
        position: fixed;
        bottom: 20px;
        top: 31%;
        right: 20px;
        width: 300px;
        transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
        transform: translateX(100%);
        opacity: 0;
        z-index: 1000;
        border-radius: 5px;
        max-height: 62px;
    }
    .nav-souso-1-botao-lateral {
        height: 100%;
        display: flex;
        right: 15%;
        margin-left: auto;
        align-items: center;
        text-align: right;
        position: absolute;
        top: 10px;
    }
    
    .nav-souso-1-btn-recolhimento{
        display: block;
    }

    .expanded .nav-souso-1-btn-recolhimento {
        margin-top: -55px;
        transform: rotate(180deg);
    }

    #toggleButton i {
        transition: transform 0.3s ease; /* Adiciona transição para a rotação */
    }
    .nav-souso-0 {
        display: flex;
        align-items: baseline;
        width: 60%;
        justify-content: center;
        margin-bottom: 10px;
    }
    .nav-souso-1-botao-lateral-1, .nav-souso-1-btn-recolhimento a {
        background: none;
        border: none;
        color: white;
        font-size: 24px;
        cursor: pointer;
    }

    .mascot{
        display: none;
    }

    .tooltip {
      display: none;
    }
    
    .nav-souso-3-site-nome{
        width: 100%;
    }
    .div-souso-4 {
        margin-top: 120px;
        color: white;
        text-align: center;
    }
    .div-souso-2-titulo h2 i{
        margin-right: 10px;
        color: #ffffff;
    }

    .div-souso-2-titulo h1 i{
        margin-right: 10px;
        color: #ffffff;
    }
    .div-souso-4 h2{
        font-size: 20px;
    }
    .fechar-overlay {
        background: none;
        border: none;
        color: #ffffff;
        font-size: 16px;
        cursor: pointer;
        margin-left: 0px;
    }
    .overlay-arrow {
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid rgb(106 6 213 / 95%);
    }
    .anime-count-overlay {
        position: absolute;
        top: -34px;
        animation: fadeInUp 0.5s ease-out;
        display: flex;
        right: 3%;
        align-items: center;
        background-color: rgb(106 6 213 / 95%);
        color: #ffffff;
        padding: 3px;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        z-index: 10;
        text-align: center;
    }
    .anime-count-overlay span {
        font-size: 13px;
        font-weight: 100;
    }
    .div-souso-2-titulo h2{
        white-space: nowrap;
        font-size: 18px;
    }
    .div-souso-2-titulo h1{
        font-size: 18px;
    }
    .ul-souso-3-barra-lateral {
        right: 0px;
        position: relative;
        top: 180px;
        float: right;
        list-style-type: none;
        padding: 0;
    }

    .popup-text {
        width: 200px;
    }
    .btn-telegram{
        text-align: center;
        font-size: 12px;
        padding: 5px 10px;
    }
    .btn-container{
        display: flex;
    }
    .popup-text p{
        font-size: 15px;
    }
    .episodios-container {
        border-radius: 3px;
        background: #0201015f;
        width: auto;
        align-items: center;
        display: flex;
        padding: 5px;
        justify-content: center;
        gap: 0.62rem;
        flex-wrap: wrap;
        position: relative;
    }

    .nav-souso-3-site-nome-1 {
        margin: 10px;
        justify-content: center;
        cursor: pointer;
        font-size: 18px;
        left: 0px;
        display: flex;
        align-items: center;
        position: relative;
        color: white;
    }



    .div-souso-3-barra-lateral {
        width: 100%;
    }
    .div-souso-2 {
        margin: 0px;
        margin-top: 250px;
        position: relative;
    }
    .nav-souso-2 {
        width: 100%;
        position: relative;
        margin-top: 50px;
        justify-content: center;
    }
    .component-botao-ver-todos a{
        padding-top: 7px;
        padding-right: 7px;
        color: white;
        text-decoration: none;
        cursor: pointer;
        outline: none;
        list-style: none;
        font-size: 16px;
        font-weight: 400;
        border: none;
        display: flex;
        justify-content: end;
    }
    .nav-souso-2-component-pesquisa-campo {
        height: 50px;
        width: calc(100% - 60px); /* Espaço suficiente para o padding e o botão de pesquisa */
    }

    .nav-souso-2-component-pesquisa {
        width: 100%;
        justify-content: center;
    }

    .nav-souso-1-botao-lateral-1{
        position: absolute;
        top: 0;
    }

    .back-links {
        margin-top: 10px;
        color: white;
        cursor: pointer;
        font: none;
        flex-direction: column;
        list-style: none;
        display: flex;
        text-decoration: none;
    }

    .conteudo{
        padding: 20px;
    }

    .popup-telegram{
        top: 10%;
    }
    .back-links p {
        color: white;
        cursor: pointer;
        margin: 0;
        font: none;
        list-style: none;
        display: flex;
        text-decoration: none;
    }
}


@media screen and (max-width: 768px) and (orientation: landscape) {
    .nav-souso-2 {
        width: 100%;
        position: relative;
        margin-top: 20px;
        justify-content: center;
   }

   .div-souso-2 {
        margin: 0px;
        margin-top: 200px;
        position: relative;
    }
   .div-souso-4 {
        position: relative;
        margin-top: 100px;
        color: white;
        text-align: center;
    }
}
