@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    cursor: default;
    -webkit-tap-highlight-color: transparent;
}

::-webkit-scrollbar {
    display: none;
}

header {
    z-index: 100;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    display: flex;
    justify-content: center;
}
header .cabecalho {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    width: 90vw;
}
header .menus {
    display: flex;
    align-items: center;
    gap: 50px;
    color: white;
}
header button {
    border: none;
    background-color: transparent;
    text-decoration: none;
    cursor: pointer;
    color: white;
    font-size: 16px;
}
header button:hover {
    text-decoration: underline;
}


.studio-logo {
    height: 70px;
    position: absolute;
    top: 5px;
}



/* ----------------- Inicio SOCIAL ----------------- */

header .social {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 8px;
}

.social a {
    height: 40px;
    width: 40px;
    border-radius: 20px;
    filter: invert(1);
}

.insta {
    background-image: url(/img-index/instagram.png);
    background-size: 100%;
}
.face {
    background-image: url(/img-index/facebook.png);
    background-size: 100%;
}
.linkedin {
    background-image: url(/img-index/linkedin.png);
    background-size: 100%;
}
.whats {
    background-image: url(/img-index/whatsapp.png);
    background-size: 100%;
}
.youtube {
    background-image: url(/img-index/youtube.png);
    background-size: 100%;
}

/* ----------------- Fim SOCIAL ----------------- */

/* ----------------- Fim do cabeçalho ----------------- */


main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
main .aa {
    height: 100vh;
    width: 100%;
}
main .ab {
    height: 100vh;
    width: 100%;
}
main .ac {
    height: 100vh;
    width: 100%;
}



/* -------------------- PAGINA 01 -------------------- */
.page1 {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.page1 .fundo {
    background-image: url(/render/content/Ambientação\ -\ Melodia.jpg);
    background-position: 50% 55%;
    background-size: 100%;
    height: 75vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page1 h1 {
    font-weight: 500;
    font-size: 60px;
    color: white;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, .3);
}
.page1 .text {
    margin-top: 30px;
    font-size: 20px;
}
.page1 .bold {
    font-size: 20px;
    font-weight: 600;
}

@keyframes anim {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(6px);
    }
    100% {
        transform: translateY(0);
    }
}


/* -------------------- PAGINA 02 -------------------- */
.page2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2%;
}
.page2 .vertical {
    font-weight: 300;
    font-size: 25px;
    writing-mode: vertical-lr;
    rotate: 180deg;
}
.page2 .italic {
    font-style: italic;
}
.page2 .sec1, .sec2 {
    margin: 0 5%;
    height: 45%;
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
}
.page2 .grupo {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    gap: 1%;
}
.page2 .image {
    height: 100%;
    width: 100%;
    background-color: rgb(231, 227, 226, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 1%;
    line-height: 1.2;
    font-size: 16px;
}
.image p {
    font-weight: 600;
}

.page2 .b-vertical {
    font-weight: 300;
    font-size: 18px;
    writing-mode: vertical-lr;
    rotate: 180deg;
    cursor: pointer;
}
.b-vertical:hover {
    font-weight: 400;
}

.a1 {
    background-image: url(/bloco/content/bloco002.png);
    background-size: 85%;
    background-repeat: no-repeat;
    background-position: center;
}
.a2 {
    background-image: url(/bloco/content/bloco005.png);
    background-size: 94%;
    background-repeat: no-repeat;
    background-position: center;
}
.a3 {
    background-image: url(/bloco/blocos/ametista.png);
    background-size: 88%;
    background-repeat: no-repeat;
    background-position: center;
}
.a4 {
    background-image: url(/bloco/blocos/mar-org.png);
    background-size: 95%;
    background-repeat: no-repeat;
    background-position: center;
}


.a5 {
    background-image: url(/bloco/content/Gasolina\ 001.png);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
}
.a6 {
    background-image: url(/bloco/content/still02.png);
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center;
}
.a7 {
    background-image: url(/bloco/content/still03.png);
    background-size: 98%;
    background-repeat: no-repeat;
    background-position: center;
}
.a8 {
    background-image: url(/bloco/content/stills04.png);
    background-size: 85%;
    background-repeat: no-repeat;
    background-position: center;
}


/* -------------------- PAGINA 03 -------------------- */
.page3 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1%;
}
.page3 .img {
    background-color: gray;
    width: 100%;
    height: 100%;
}
.page3 .c-sec1, .c-sec2 {
    height: 80%;
    width: 35%;
}
.page3 h1 {
    font-weight: 300;
    font-size: 25px;
}

.page3 .amb {
    background-image: url(/bloco/content/Nova\ Proporção.jpg);
    background-size: cover;
    filter: brightness(1.05);
}

.page3 .oculto {
    writing-mode: vertical-lr;
    rotate: 180deg;
    color: transparent;
}

.page3 .anim video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}




/* -------------------- PAGINA 03 -------------------- */
.page4 {
    background-color: rgb(231, 227, 226, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}
.page4 .html1, .html2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.page4 h1 {
    margin-top: 5px;
}
.page4 p {
    margin: 0 70px;
    text-align: justify;
}



/* -------------------- MAIS STILLS -------------------- */
.mais-stills {
    display: flex;
    padding-top: 2%;
    padding-bottom: 2%;
    background-color: white;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow-y: scroll;
    height: 90vh;
    width: 80vw;
    border-radius: 20px;
}
.mais-stills .mm {
    width: 33.33%;
    display: flex;
    flex-direction: column;
}
.mais-stills .mm img {
    width: 100%;
    padding: 4px;
}

.overlay {
    display: none;
    position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
    width: 100vw;
    background: rgba(0, 0, 0, .8);
    z-index: 1000;
}




/* -------------------- BOTAO TOPO -------------------- */
.top {
    height: 40px;
    width: 40px;
    background-image: url(/img-index/toparrow.png);
    background-size: 100%;
    position: fixed;
    left: 50px;
    bottom: 50px;
    cursor: pointer;
    display: none;
}



/* -------------------- RODAPE -------------------- */
.rodape {
    height: 100px;
    width: 100vw;
    border-top: 1px solid rgb(0, 0, 0, .1);
    display: flex;
    justify-content: center;
}
.rodape p {
    margin-top: 15px;
    font-style: italic;
    font-weight: 300;
}

.mobile-img {
    display: none;
}


@media (max-width: 480px) {
    header {
        display: none;
    }
    .page1 .fundo {
        background-size: cover;
        background-position: 0% 50%;
        animation: moveBG 30s linear infinite;
    }
    @keyframes moveBG {
        0% {
            background-position: 0% 50%;
        }
        100% {
            background-position: 100% 50%;
        }
    }
    .page1 .fundo h1 {
        font-size: 30px;
        text-align: center;
        padding-top: 300px;
    }
    .page1 .text {
        font-size: 12px;
        padding: 0px 30px;
        text-align: justify;
    }
    .page1 .bold {
        font-size: 12px;
    }

    main .ab {
        height: 60vh;
    }

    
    .page2 .image p {
        font-size: 12px;
    }
    .page2 .a1 {
        display: none;
    }
    .page2 .a4 {
        display: none;
    }
    .page2 .a7 {
        display: none;
    }
    .page2 .a8 {
        display: none;
    }
    .page2 .sec1, .sec2 {
        margin: 0 5%;
        height: 100%;
        width: 90%;
    }
    .page2 .vertical {
        font-size: 13px;
    }
    .page2 .image {
        font-size: 12px;
    }
    .grupo .b-vertical {
        font-size: 12px;
    }

    .page3 .c-sec1, .c-sec2 {
        height: 80%;
        width: 42%;
    }
    .c-sec1 .amb {
        background-position: 10% 50%;
    }
    .page3 h1 {
        font-size: 13px;
    }

    .rodape {
        font-size: 12px;
    }


    main .ac {
        height: 50vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .oculto {
        display: none;
    }

    .mobile-btn {
        position: absolute;
        right: 0px;
        top: 0px;
        margin: 15px;
        z-index: 10000;
        height: 30px;
        width: 30px;
        background-image: url(/img-index/menu-aberto.png);
        background-size: cover;
        filter: invert(1);
        display: block;
    }

    .mobile-img {
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 20000;
        height: 35px;
        width: 140px;
        margin: 15px;
        background-image: url(/img-index/NEW-Logo-hrpng.png);
        background-position: center;
        background-size: cover;
        display: block;
    }
   
}

.mobile-menu.active {
    display: flex;
}

.mobile-menu {
    position: absolute;
    top: 0px;
    z-index: 1000;
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 0 0 20px 20px;
    display: none;
}

.mobile-menu button {
    border: none;
    background-color: transparent;
    font-size: 15px;
    font-weight: 450;
    color: white;
}