:root {
    --bg-color: #000000fd;
    --bg-header: #000413;
    --font-color: #fff;
    --borda-card-filmes: #ffffff7c;
    --hover-card-fimes: #0007309d;
    --font-segundaria: #cfcfcf;
    --botao-login: rgb(235, 3, 3);
    --botao-texto: #fff;
    --botao-hover: rgb(206, 1, 1);
    --bg-categoria: rgba(2, 12, 126, 0.274);
    --bg-color-mobili: #000;
    --bg-categoria-texto-hover: rgb(255, 11, 11);
    --box-input: #006efffd;
    --card-filmes-hover:rgb(206, 1, 1);
    --bg-card-info-descricao: #272727;
    --bg-card-info-descricao-hover: #414040;

}

body {
    background: var(--bg-color);
    font-size: 14px;
    color: var(--font-color);
    font-weight: 400;
    line-height: 1.35;
    font-family: 'Inter', sans-serif;
}

.container {
    padding: 0 1.5rem;
    box-sizing: border-box;
}

button,
input,
input::placeholder {
    font-family: 'Inter', sans-serif;
}

a {
    text-decoration: none;
    color: var(--font-color);
    cursor: pointer;
}

button {
    cursor: pointer;
}

.conteudo-homer{
    margin-top: 50px;
}

h1 > span:nth-child(1),
h1 > span:nth-child(3)  {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

h2, h1 {
    font-weight: 500;
    font-size: 0.9rem;
    margin-bottom: 2rem;
}
h3 {
    font-weight: 300;
    font-size: 0.6rem;
    margin: 0.3rem 0 0.2rem 0;
}
h4 {
    font-size: 0.8em;
}

p {
    font-weight: 400;
    font-size: 0.8rem;
}

/* DIVISOr CSS*/
.divisor-titulo{
    height: 2px;
    background-color: #ffffff34;
    /* / border: .51px solid var(--botao-texto); */ 
    /* padding: 15px 0; */
    margin: 15px 0;
    box-shadow: rgba(252, 246, 246, 0.445) 0px 0px 6px, rgba(252, 246, 246, 0.445) 0px 0px 0px, rgba(252, 246, 246, 0.445) 0px 0 0px;
}

.info-dado{
    padding: 2rem 0;
    font-size: 2.5rem;
    color: red;
}

.card-titulo-html{
    border-left: 4px solid #FF3131;
   padding-left: 0.5rem;
}

/*  Desativas Links css  */
.dragscroll:active section a{
    animation: DesativarLink 1s forwards;
}

/* texto no linha */
.texto-no-linha{
     /* width: 7vw;  */
    }

/*  SERIE */
.imagem_serie::before{
    /* position: relative; */
}

.imagem_serie_elemento::after{
    content: "Série";
    position: absolute;
    top: 50%;
    left: -16px;
    background: red;
    padding: 3px 10px;
    border-radius: 16px 16px 0 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #fff;
    transform: translate(-50%, -50%);
    transform: rotate(90deg);
}


/* tags paginas */

.tags{
    display: none;
    flex-wrap: wrap;
    column-gap: 3px;
    row-gap: 5px;
    padding: .5rem 1rem 4.5rem;
    /* visibility: hidden; */

}
.tags p {
    width: 100%;
} 
.tags_item{
    cursor: pointer;
    font-size: 0.7rem;
    font-weight: 300;
    /* text-decoration: wavy; */
    /* text-transform: ; */
    padding: 3px 5px;
    background: #111;
    border-radius: 6px;
    /* border: 0.5px solid red; */

}
.tags_item:hover{
    padding: 2px 4px;
    border: 0.5px solid red;

}

@media (min-width:280px) {
    
.texto-no-linha{
    /* width: 40vw; */
    /* width: fit-content; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
   /* overflow:scroll;   */
}
}
@media (min-width:400px) {
    
    .texto-no-linha{
        /* width: 26vw; */
    }
}

@media (min-width:600px) {
    
    .texto-no-linha{
        /* width: 21vw; */
    }
}
@media (min-width:700px) {
    
    .texto-no-linha{
        /* width: 17vw; */
    }
}
@media (min-width:1000px) {
    
    .texto-no-linha{
        /* width: 13vw; */
    }
}



@keyframes DesativarLink {
100% {
    pointer-events: none;
    cursor: pointer;
}    
}
/*  Desativas Links css  */

@media (min-width: 300px){
    h3 {
        font-size: 0.7rem;
    }
}
@media (min-width: 400px){
    h3 {
        font-size: 0.8rem;
    }
    h2, h1 {
        font-size: 1rem;
    }
    .tags{
       display: flex;
    }
}
@media (min-width: 600px){
    h2, h1 {
        font-size: 1.2rem;
    }
}
@media (min-width: 800px){
    h2, h1 {
        font-size: 1.3rem;
    }
}
@media (min-width: 900px){
    h2, h1 {
        font-size: 1.5rem;
    }
    .tags{
     padding: .5rem 4.5rem 4.5rem;
    }
}
@media (min-width: 1000px){
    :root {
        /* --bg-categoria: rgba(1, 8, 85, 0.815); */
    }
    h2, h1 {
        font-size: 1.6rem;
        margin-bottom: 2.2rem;
    }
    .container {
        padding: 0 4.5rem;
    }
}
@media (min-width: 1200px){
    h3 {
        font-size: 0.9rem;
    }
    h2, h1 {
        font-size: 1.5rem;
    }
}