@font-face {
    font-family: 'Roboto';
    src: url('font/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html, body {
    margin: 0;
    padding: 0;
    background-color: #0f0f0f;
}
h1, h2, h3, a, p{
    font-family: "Roboto", serif;
    font-weight: 700;
    font-style: normal;
    color: #f1f1f1;
}
a{ text-decoration: none;}
a {
    -webkit-tap-highlight-color: transparent; /* Remove o fundo azul ao tocar */
}
h1{
    /* background-color: rgb(204, 0, 255); */
    color: aqua;
    margin: 0;
    padding: 0.5vw 1vw;
    border-radius: 1vw;
    font-size: 1.8vw;
    text-align: center;
    box-shadow: 0 0px 0.5vw rgb(212, 0, 255);
}
h2{    
    font-size: 1.3vw; 
}

h3, p{
    font-size: 0.8vw;
    margin: 0;
    padding: 0;
    /* background-color: aqua; */
}


/*///////////////////////////////////////BARRA INICIAL////////////////////////////////////////////*/
.barra {
    background-color: #0f0f0f;
    height: 3.9vw;
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 1px 6px rgb(0, 217, 255);

}
.menu{
    display: flex;
    height: 100%;
    position: absolute;
    right: 0;
}
.menu a{
    /* background-color: rgb(0, 255, 13); */
    margin: 0 1vw 0 0;
    padding: 0;
    font-size: 1.2vw;
    display: flex;
    color: #f1f1f1;
    align-items: center;
}
.menu a:hover {
    color: rgb(255, 0, 255);
    transition: 0s;
}
.menu h1:hover{
    color: blue;
}
.logo {
    position: absolute;
    align-content: center;
    height: 100%;
    /* background-color: rgb(255, 238, 0); */
}
.logo img {
    /* background-color: red; */
    position: relative;
    display: flex;
    margin-left: 1vw;
    width: 8vw;
}

/*///////////////////////////////////////IMAGENS EM DESTAQUE////////////////////////////////////////////*/
.destaque{
    /*background-color: blueviolet;*/
    display: flex;
    margin: 0;
}
.destaque h3{
    margin-top: 0.5vw;
}
.imagem_destaque{
    /* background-color: aqua; */
    margin: 0 0 0 0.5vw; 
    width: 10.6vw;
}
.imagem_destaque:nth-child(1){
    margin-left: 0vw;
}
.imagem_destaque img{
    width: 100%;
    height: auto;
    border-radius: 0.5vw;
    display: flex;
}

/*//////////////////////////////////////////CONTEUDO PRINCIPAL///////////////////////////////////////////*/
.titulo {
    width: 100%;
    height: auto;
    margin: 0;
    /* background-color: #ff0000; */
    justify-content: center;
    display: flex;
}
.principal {
    /* background-color: blue; */
    margin: 4.9vw auto 0 auto;
    padding: 0vw 2vw 0 2vw;
    width: 88vw;
}
.principal h2 {
    margin: 1vw 0 1vw 0;
}

/*///////////////////////////////////IMAGENS DE LANCAMENTO///////////////////////////////////////////////*/
.lancamento{
    /* background-color: rgb(255, 0, 0); */
    display: flex;
    flex-wrap: wrap;
}
.imagem_lancamento{
    /*background-color: rgb(9, 255, 0);*/
    margin: 0 0.429vw 0.8vw 0;
    width: 17.25vw; 
}
.imagem_lancamento img{  
    max-width: 100%;
    height: auto; 
    border-radius: 0.5vw;
}

.imagem_lancamento h3{
    margin: 0.6vw 0;
    /* background-color: blueviolet; */
}

/*///////////////////////////////////RODAPÉ DA PAGINA///////////////////////////////////////////////*/
footer {
    /* background-color: blue; */
    margin: 4vw 0 1vw 0;
    padding: 0;
    text-align: center;
}
footer p {
    margin: 0;
}

@media (min-width:0px) and (max-width:700px) {
    html,body {
        /* background-color: rgb(179, 255, 0); */
    }
    h1 {
        font-size: 6vw;
        margin: 0;
        padding: 2vw 0;
        /* background-color: red; */
        border-radius: 3vw;
        box-shadow: 0 0px 3vw rgb(212, 0, 255);
    }
    h2 {
        font-size: 6vw;
    }
    h3 {
        font-size: 4vw;
        background-color: #0f0f0f;
        font-weight: 900;
    }

    /*///////////////////////////////////////BARRA INICIAL////////////////////////////////////////////*/
    .barra {
        /* background-color: #0f0f0f; */
        height: 13vw;
        z-index: 999;
    }
    .logo {
        height: 100%;
        /* background-color: blue; */
    }
    .logo img {
        width: 25vw;
        /* background-color: aqua; */
        margin-left: 1.5vw;        
    }

    /*///////////////////////////////////////MENU LATERAL////////////////////////////////////////////*/ 
    .menu-icon img{
        width: 10vw;
        margin: 0;
        margin-right: 1.5vw;
    }
    .menu-icon {
        position: absolute;
        z-index: 1000;
        display: flex;
        font-size: 10vw;
        color: #f1f1f1;
        right: 0;
        height: 100%;
        justify-content: center;
        align-items: center;
    }
    .fa-bars {
        margin-right: 1.5vw;
    }
    .menu-icon .fa-times{
        display: none;
        font-size: 12vw;
        margin: 0.5vw 2.1vw 0 0;
        
    }
    .menu {
        margin: 13vw 0 0 0;
        padding: 0;
        background-color: #0f0f0f;
        height: auto; /* Altura inicial 0 */
        width: 0;
        overflow: hidden;
        /* transition: height 0.5s ease; */
        display: inline;
        transition: width 0.5s ease;
        /* justify-items: center; */
        /* background-color: red;  */
    }
    
    .menu.open {
        width: 80vw;
    }
    .menu a {
        text-decoration: none;
        color: #f1f1f1;
        font-size: 4.5vw;
        padding: 4vw 0;
        border-top: 2px solid rgb(0, 255, 221);
        color: #f1f1f1;
        justify-content: right;
    }
    .menu a img{
        width: 7vw;
        margin: 0 2.7vw;
    }    
    .menu a:hover {
        color: rgb(255, 0, 255);
        transition: 0s;
    }
    .menu-icon.change .fa-bars {
        display: none;
        background-color: red;
    }
    .menu-icon.change .fa-times {
        display: inline;
        position: relative;
        margin-left: 1vw;
        color: #f1f1f1;        
    }
    .fa-times {
        display: none;        
    }   

    /*///////////////////////////////////////CONTEUDO PRINCIPAL////////////////////////////////////////////*/
    .principal {
        margin: 17vw auto 0 auto;
        padding: 0;
        width: 94vw;
        /* background-color: aqua; */
    }
    .principal h2 {
        margin: 3vw 0 2.5vw 0;
    }
    .principal a {
        /* color: aqua; */
        font-weight: 600;
    }

    /*///////////////////////////////////////IMAGENS EM DESTAQUE////////////////////////////////////////////*/
    .destaque{
        overflow-x: auto;
    }
    .destaque::-webkit-scrollbar {
        display: none;  /* Barra de rolagem invisível */
    }
    .destaque h3{
        position: absolute;
        bottom:0;
        margin-bottom: 1vw;
        background-color: rgba(0, 255, 255, 0);
    }
    .imagem_destaque{
        /* background-color: aqua; */
        margin-bottom: 2vw;
        position: relative;
        margin: 0 2.5vw 0 0;
        justify-content: center;
        display: flex;
        width: 39vw;
    }
    .imagem_destaque img{
        width: 39vw;
        border-radius: 1.5vw;        
    }
    .imagem_destaque:nth-child(3){
        margin-right: 0vw;
    }    
    

    /*///////////////////////////////////////IMAGENS DE LANCAMENTO////////////////////////////////////////////*/
    .lancamento{
        /* background-color: rgb(255, 0, 0); */
        display: flex;
        flex-wrap: wrap;
    }
    .imagem_lancamento{
        /* background-color: rgb(9, 255, 0); */
        width: 100vw;
        margin: 0 auto 8vw 0;
    }
    .imagem_lancamento img{
        width: 100%;
        height: auto;
        display: flex; 
        border-radius: 1.5vw;
    }
    .imagem_lancamento h3{
        margin: 3vw 0 0 0;
        /* background-color: blueviolet;         */
    }
    /*///////////////////////////////////RODAPÉ DA PAGINA///////////////////////////////////////////////*/
    footer {
        /* background-color: blue; */
        margin: 8vw 0 3vw 0;

    }
    footer p {
        font-size: 2.5vw;
    }
}