* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

@font-face {
    font-family: demon;
    src: url(fontes/DEMON_NI.TTF);
}



.pisos {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.pisos>h1 {
    width: 100%;
    max-width: auto;
    margin-left: 22px;
    margin-right: auto;
    
}

#headerimg {
    background-image: url(imgs\ demon/#separador);
    width: 100%;
    padding-top: 30px;
    padding-bottom: 25px;
}

header {
    height: 219px;
}

#topo {
    width: 1200px;
    height: 219px;

    display: flex;
    justify-content: space-between;
    align-items: center;

    background-image: url(imgs/fundo.png);
    background-size: auto;

}

nav {
    width: 870px;
    height: 97px;

    display: flex;
    justify-content: center;
    align-items: center;

    gap: 36px;
}

#menu_hamburguer{
    display: none;
}

#container {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

#imagem {
    display: flex;
    justify-content: center;
    align-items: center;
}

#logo {
    margin-left: 57px;

    width: 131px;
    height: 131px;

    background-color:  #FBFBFB;

    justify-content: center;
    align-items: center;
    display: flex;
}

h1 {
    margin-top: 96px;
    margin-bottom: 56px;
    margin-left: 22px;

    font-family: demon;
    font-weight: 500;
    font-style: normal;
    font-size: 88px;
    line-height: 172px;
    text-align: left;

    color: #000000;
}

.quadrados {
    width: 466px;
    height: 900px;
}

.personagens {
    width: 1200px;
    height: auto;

    margin-bottom: 100px;
    display: flex;
    flex-direction: column calc(2);
    gap: 196px;
    justify-content: center;
    align-items: center;

}

#Tanjerina {
    color: #411B21;
}

#Nezuko {
    color: #D9537E;
}

#Zenitsu {
    color: #F4A736;
}

#Inosuke {
    color: #4A73A7;
}

.meninos {
    width: 464px;
    height: 490px;
    display: flex;
    align-items: center;
    object-fit: contain;
}

li {
    color: #000;
    width: 413px;
    font-family: OdorMeanChey;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.separador {
    width: 1200px;
    height: 300px;

    display: flex;
    justify-content: center;
    align-items: center;

    background-image: url(imgs/fundo.png);
    margin-bottom: 600px;
}

#personagens {
    width: 1200px;
    display: flex;
    justify-content: center;

    margin-bottom: 132px;
}



#duplas {
    width: 1152px;
    height: 497px;

    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 155px;
}

#manga {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;

}

#mangatxt {

    display: flex;
    width: 564px;
    height: 347px;
    flex-direction: column;
    justify-content: center;

   
    font-family: OdorMeanChey;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#mangatxt>li{
    color: #EB1C22;
}

#li>a {
    color: #000;
    width: 413px;
    font-family: OdorMeanChey;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

h3 {
    width: 270px;

    text-align: center;

    margin-left: 60px;
    margin-bottom: 50px;


    font-family: Demon;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

h2 {
    width: auto;


    color: var(--Branco, #FBFBFB);
    text-shadow: 2px 2px 0 #EB1C22;

    font-family: Demon;
    font-size: 96px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

h4 {

    width: 368px;
    height: 50px;

    color: #000;
    text-align: center;

    margin-top: 76px;
    margin-bottom: 76px;

    font-family: Demon;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

h5{
    color: #000;
}

p {
    margin-bottom: 30px;

    font-family: "Rubik", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    text-align: left;

    color: #000000;
}

.macacos {
    text-decoration: none;
    flex-direction: row-reverse;

    font-family: demon;
    font-weight: 300;
    font-style: normal;
    font-size: 85px;
    color: #FBFBFB;
    text-shadow: 2px 2px 0 #EB1C22;
}



.separadores {
    width: 1200px;
    height: 130px;

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: url(imgs/fundo.png);
    margin-bottom: 122px;


}

#temporada {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse calc(3);

    gap: 24px;

    margin-top: 99px;
    margin-bottom: 100px;
    margin-left: 24px;
    margin-right: 24px;
}

.Ver_Mais{
    display: none;
}

.branco {
    width: 800px;
    color: #ffffff;
    text-align: center;
}

#resumo {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

    margin-bottom: 113px;
}

.resumotxt {
    width: 490px;
}


.destaque {
    font-weight: 700;
}

#galeria1 {
    display: flex;
    flex-wrap: wrap;

    gap: 29px;

    margin-bottom: 100px;
}

#galeria2{
    display: none;
}

#pontos{
    display: none;
}

.trailers {
    width: 100%;
    max-width: 1152px;

    display: flex;
    gap: 29px;
}

.trailers iframe {
    width: 564px;
    height: 100%;
}


footer {
    width: 1200px;
    height: 614px;
    background: var(--Verde, #67C8A9);
    margin-top: 135px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#social {
    width: 368px;
    height: 74px;

    justify-content: space-evenly;
    display: flex;

    margin-bottom: 105px;
}
  
#loguinho{
    width: 172px;
    height: 172px;

    border-radius: 26px;
    background-color:  #FBFBFB;

    justify-content: center;
    align-items: center;
    display: flex;

    margin-bottom: 74px;
}
  
#copy {

    width: 564px;
    
    text-align: center;
    font-family: OdorMeanChey;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

h6 {
    font-family: "Rubik", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #FBFBFB;   
}





@media only screen and (max-width: 360px) {

.pisos {
    width: 100%;
    max-width: 360px;
    margin-left: none;
}


#headerimg {
    width: 360px;
    padding-top: 30px;
    padding-bottom: 25px;
}           

header {
    height: 87px;
}

nav{
    width: 41px;
    height: 36px;
    margin-right: 34px;

    display: flex;
    justify-content: center;
    align-items: center;

    gap: 36px;
} 

.macacos{
    display: none;
}

#menu_hamburguer{
    display: flex;
   justify-content: flex-end;
}



#logo {
    margin-left: 22px;

    width: 48px;
    height: 45px;
}

#logo img {
    width: 100%;
    max-width: 48px;
}

#topo {
    width: 360px;
    height: 87px;
}

#container {
    width: 100%;
    max-width: 360px;
}

#container img{
    width: 100%;
    max-width: 360px;
}

h1 {
    margin-top: 38px;
    margin-bottom: 38px;
    margin-left: 22px;
  
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#resumo {
    flex-wrap: wrap;
    margin-left: 22px;
    margin-right: 22px;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 38px;
}

.resumotxt {
    width: 316px;
}

#personagens {
    width: 100%;
    max-width: 316px;
    margin-left: 22px;
    margin-right: 22px;
    margin-bottom: 73px;
}

#duplas {
    width: 147px;
    height: 154px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 74px;
}

.separadores {
    width: 360px;
    height: 81px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 72px;
}

h2 {
    width: 316px;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#temporada {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 72px;
    margin-bottom: 34px;
    margin-left: 22px;
    margin-right: 22px;
}

#temporada img{
    width: 148px;
    height: 199px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 106px;
    margin-right: 106px;

}

.Ver_Mais{
    width: 148px;
    height: 45px;
    margin-left: 106px;
    margin-bottom: 50px;
    justify-content: center;
    align-items: center;
    display: flex;
    background-image: url(imgs/ler_mais.png);
    background-repeat: no-repeat;
    color: #F8F8F8;
    text-decoration: none;
    
}

h4 {
    width: 148px;
    height: 27px;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 45px;
    margin-left: 106px;
    color: #4A73A7;
}

p {
    max-width: 316px;
    margin-bottom: 45px;
    margin-left: 22px;
    margin-right: 22px;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
} 

#galeria1{
    display: none;
}

#galeria2 {
    width: 316px;
    height: auto;
    margin-bottom: 20px;
    margin-left: 22px;
    margin-right: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.trailers{
    display: none;
}

#pontos{
    display: flex;
    width: 104px;;
    height: auto;
    align-items: center;
    justify-content: center;
    margin-left: 106px;
    margin-right: 106px;
    margin-bottom: 60px;
}

.quadrados {
    width: 316px;
    height: 776px;
}
.personagens {
    width: 360px;
    height: auto;
    gap: 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

}
.meninos {
    width: 316px;
    height: 317px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    object-fit: contain;
}

h3 {
    width: 144px;
    text-align: center;
    margin-left: 106px;
    margin-right: 106px;
    margin-bottom: 35px;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

li {
  
    width: 283px;
    margin-bottom: 20px;
    margin-left: 22px;
    margin-right: 22px;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#manga {
    width: 316px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 80px ;
    gap: 150px;

}


#mangatxt {
    width: 280px;
    height: 464px ;
    display: flex;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

footer {
    width: 360px;
    height: 243px;
    margin-top: 80px;
}

#loguinho{
    width: 63px;
    height: 63px;
    border-radius: 14px;
    margin-top: 31px;
    margin-bottom: 31px;
    margin-left: 23px;
    margin-right: 273px;
    
}

#social {
    width: 101px;
    margin-bottom: 37px;
    gap: 9px;
    justify-content: center;
    align-items: center;
}

#social img{
    width: 37px;
    height: 37px;
}
  
  
#copy {
    width: 360px;
    font-size: 14px;
}

h6 {
    font-size: 10px;
}

#invisivel{
    display: none;
}
  

}

