:root {
    --vinho: #512434;
    --rosa1: #DB456F;
    --rosa2: #FFC5D4;
    --rosa3: #FF89A4;
    --vermelho1: #E5625C;
    --vermelho2: #C63C3C;
    --verde1: #5EAEAD;
    --verde2: #3C8E8D;
    --verde3: #48DAAD;
    --azul1: #4BB7C6;
    --azul2: #2C7E9E;
    --azul3: #3F3EE1;
    --lilas1: #A49BFF;
    --lilas2: #7C52A0;
    --lilas3: #4E3164;
    --amarelo1: #FFEAD3;
    --amarelo2: #FFE09F;
    --amarelo3: #FFBD5E;
    --laranja1: #FF8349;
    --laranja2: #CE653F;
    --cinza1: #7A7877;
    --cinza2: #BDB196;

    --container-desk: 76.75rem;

    --background1: rgb(63,62,225);
    --gradient1: linear-gradient(180deg, rgba(63,62,225,1) 6%, rgba(164,155,255,1) 60%, rgba(255,155,236,1) 91%, rgba(255,153,216,1) 100%);
    --gradient2: linear-gradient(0deg, rgba(213,230,157,1) 23%, rgba(72,219,172,1) 44%, rgba(75,183,198,1) 73%);
}

/* Definindo a fonte ALINSA.OTF */
@font-face {
    font-family: 'Alinsa';
    src: url('/fonts/ALINSA.OTF') format('opentype');
  }
  
  /* Definindo a fonte ClashDisplay-Variable.ttf */
@font-face {
    font-family: 'ClashDisplay';
    src: url('/fonts/ClashDisplay-Variable.ttf') format('truetype');
}
@font-face {
    font-family: 'ClashGrotesk';
    src: url('/fonts/ClashGrotesk-Variable.ttf') format('truetype');
}

@font-face {
    font-family: 'ALINSA';
    src: url('/fonts/ALINSA.OTF') format('opentype');
}
@font-face {
    font-family: 'ClashDisplay';
    src: url('/fonts/ClashDisplay-Variable.ttf') format('truetype');
}

@font-face {
    font-family: 'ALINSA';
    src: url('../fonts/ALINSA.OTF') format('opentype');
}
@font-face {
    font-family: 'ClashDisplay';
    src: url('../fonts/ClashDisplay-Variable.ttf') format('truetype');
}
@font-face {
    font-family: 'ALINSA';
    src: url('/fonts/ALINSA.woff2') format('woff2'),
         url('/fonts/ALINSA.woff') format('woff'),
         url('/fonts/ALINSA.ttf') format('truetype'),
         url('/fonts/ALINSA.otf') format('opentype');
}

@font-face {
    font-family: 'ClashDisplay';
    src: url('/fonts/ClashDisplay-Variable.woff2') format('woff2'),
         url('/fonts/ClashDisplay-Variable.woff') format('woff'),
         url('/fonts/ClashDisplay-Variable.ttf') format('truetype');
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'ClashDisplay', sans-serif; 
    font-weight: 400;
    font-style: normal;
    word-wrap: break-word;
    /* color: #FFF; */
}
html {
    overflow-x: hidden;
    width: 100vw;
    scroll-behavior: smooth;
}
body {
    overflow-x: hidden;
    scroll-behavior: smooth;
}
main {
    min-width: 1184px;
    /* width: 80%; */
    margin: 0 auto;
}
section {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 30vw;
    border-bottom: #000 solid 3px;
    width: 100%;
    /* padding: 5rem 0; */
    position: relative;
}
.container {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    width: var(--container-desk);
    margin: 0 auto;
    z-index: 4;
    position: relative;

    padding: 7rem 0;
}
h1, h2, h3 {
    font-family: 'Alinsa', sans-serif;
    font-weight: 400;
    font-style: normal;

    font-size: 35px;
    font-size: 1.8229166vw;
    font-size: 3.5rem;
    font-size: 2.1875rem;
    font-size: 3rem;

    letter-spacing: .2vw;


    text-transform: uppercase;
    color: #fff;
    -webkit-text-stroke-width: 2.5px;
    -webkit-text-stroke-color: black;

}
.elemento {
    position: absolute;
}

p {
    font-family: 'ClashDisplay', sans-serif; 
    font-weight: 500;
    font-size: 1rem;
}



header {
    position: fixed;
    width: 100vw;
    padding: 3.125vw 0;
    padding: 1.125vw 0;
    z-index: 1;
    z-index: 5;

    background: transparent;
    transition: all 0.8s ease;
}

.scrolled {
    background: rgba(0, 0, 0, 0.8); /* Cor do background quando scroll é feito */
    background: var(--amarelo3); /* Cor do background quando scroll é feito */
   
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.75);
  }

 

header nav {
    width: 83%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    justify-content: flex-start;
    justify-content: center;
    align-items: center;
    gap: 1.875rem;
}

header nav .logo {width: 11.875vw;}


header nav .menu {
    width: fit-content;
    height: fit-content;
}

header nav .menu ul {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    gap: .8rem;
    gap: 1.875rem;
}

header nav .menu ul li {}

header nav .menu ul li a {
    text-decoration: none;
    font-family: 'Alinsa', sans-serif;
    text-decoration: none;
    color: var(--amarelo1);
    font-size: 1.3rem;
    letter-spacing: 2px;
    font-weight: 200;
    -webkit-text-stroke-width: 1.2px;
    -webkit-text-stroke-color: black;

    transition: all .4s ease;
}
header.scrolled nav .menu ul li a:hover{
    color: var(--lilas1);
  }

header nav .menu ul li a:hover {
    color: var(--amarelo3);
}
/*MENU MOBILE*/

.hamburguer {
    display: none;
    cursor: pointer;
    float: right;
    color: #00ced1;
    z-index: 200;
}

.hamburguer div {
    width: 22px;
    height: 3px;

    width: 28px;
    height: 6px;

    background-color: #FFF;
    background: var(--amarelo1);
    margin: 5px;
    transition: all 0.6s ease;

    border: 1px solid #000;
}

.navLinks {
    display: none;
}










section.hero {
    background: var(--gradient1);
    height: 67.5rem;
    height: 56.25vw;
}
section.hero .container {
    height: 100%;
    padding: 0;
    gap: 0;
    justify-content: center;
    gap: 2vw;
}
section.hero .container .line {
    /* display: none; */
    /* com line */
    width: 44.791666vw; 
    /* sem line */
    width: 35.791666vw;
}
section.hero .container h2  {
    -webkit-text-stroke-width: unset;
    font-size: 1.3rem;
    color: var(--amarelo1);
    font-family: ClashDisplay, sans-serif;
    font-weight: 600;
}
section.hero .container img {}
section.hero .container .vendas {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 2vw;
    font-size: 1rem;
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--vinho);

    display: none;
}
section.hero .container .vendas img {
    width: 8rem;
    width: 4.75rem;
    width: 3.9583333vw;
}
section.hero .planet {
    top: 4vw;
    left: 4vw;
    width: 12vw;
}
section.hero .luas {
    top: -1vw;
    right: -1vw;
    width: 22vw;
}
section.hero .nuvem1 {
    top: 11.4vw;
    left: -6vw;
    width: 26vw;
}
section.hero .nuvem2 {
    top: 12vw;
    right: -4vw;
    width: 26vw;
}
section.hero .nuvem3 {
    top: 25vw;
    left: 4vw;
    width: 19vw;
}
section.hero .nuvem4 {
    right: 6.5vw;
    top: 32vw;
    width: 14vw;
}
section.hero .chao {
    bottom: 0;
    width: 100vw;
    left: 0;
}



section.o-festival {
    background: var(--rosa1);
}
section.o-festival .container {
    flex-direction: row;
}
section.o-festival .container .text {
    width: 39%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
}

section.o-festival .container .text h2 {
    -webkit-text-stroke-width: unset;
    color: var(--amarelo1);
    font-size: 3rem;
}
section.o-festival .container .text p {
    color: var(--amarelo1);
}
section.o-festival .container .text p strong {
    font-size: 1.1rem;
    font-size: 1.5rem;
    font-weight: 600;
}
section.o-festival .container .text a {
    color: var(--amarelo1);
    text-decoration: none;
}
section.o-festival .container .text a h3 {
    -webkit-text-stroke-width: unset;
    color: var(--amarelo1);
    font-family: 'ClashDisplay', sans-serif; 
    font-weight: 600;
    text-decoration: underline;
    font-size: 1.5rem;
}
section.o-festival .container .text a p {}
section.o-festival .container .img {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
section.o-festival .container .img .nuvem5 {
    width: 19rem;
    top: 17rem;
    right: 19rem;
    z-index: 0;
}
section.o-festival .container .img .outdoor {
    margin-bottom: -7rem;
    width: 27rem;
    margin-right: 1rem;
    z-index: 1;
}
section.o-festival .container .img .foto-aerea {
    width: 38rem;
    z-index: 2;
}


section.ingressos {
    background: var(--lilas1);
    overflow: hidden;
    height: 44vw;
}
section.ingressos .container {
    flex-direction: row;
}
section.ingressos .container .text{}
section.ingressos .container .text h2 {
    -webkit-text-stroke-width: unset;
    color: var(--lilas3);
    font-size: 3rem;
    margin-bottom: 2rem;
}
section.ingressos .container .text .ticket {
    width: 39.1875rem;
    background: var(--amarelo1);
    height: 21.4375rem;
    background: url('../assets/ticket.svg') top center no-repeat;
    background-size: cover;
    padding: 2.7rem;
    padding: 1.8rem 2.7rem;
}
section.ingressos .container .text .ticket h4 {
    color: var(--lilas3);
    font-size: 1.7rem;
    font-weight: 700;
}
section.ingressos .container .text .ticket p {
    margin-bottom: .8rem;
}
section.ingressos .container .text .ticket a {
    text-decoration: none;
    color: #FFF;
    background: var(--rosa1);
    padding: .7rem;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid var(--lilas3);
    top: 1.2rem;
    position: relative;
    transition: all .4s;
    /* cursor: no-drop; */
}
section.ingressos .container .text .ticket a:hover {
    color: var(--amarelo1);
    background: var(--lilas3);
}
section.ingressos .container .img {}
section.ingressos  .oculos {
    position: absolute;
    bottom: 0; /* Mantém o elemento no fundo do contêiner */
    left: 50%; /* Move o ponto de referência esquerdo do elemento para o meio do contêiner */
    left: 58%; /* Move o ponto de referência esquerdo do elemento para o meio do contêiner */
    transform: translateX(-50%); 
    z-index: 4;
    width: 20rem;
    width: 20vw;
}
section.ingressos  .boca {
    width: 25rem;
    width: 27vw;
    position: absolute;
    bottom: 7vw;
    right: 4vw;
    z-index: 1;
}
section.ingressos  .planta {
    width: 10rem;
    width: 14vw;
    position: absolute;
    bottom: -2rem;
    right: 2rem;
    z-index: 3;
}
section.ingressos .bg-ingresso {
    z-index: 2;
    width: 100vw;
    bottom: 0;
}


section.video {
    background: var(--azul1);
    height: 56.25vw;
}
section.video .container {}
section.video .container h2 {
    -webkit-text-stroke-width: unset;
    color: var(--amarelo1);
    margin-bottom: 2rem;
}


section.video .container .video-container {
    width: 100%;
    width: 65%;
    /* padding: 1rem;
    background-color: #FFF;
    border-radius: 16px; */
    border: solid 3px #000;
    position: relative;
    display: flex;
    background: #000;
}
 .cover {
    position: absolute;
    top: 2.2%;
    top: 0;
    left: 1.5%;
    left: 0;
    width: 97%;
    width: 100%;
    height: 94.8%;
    height: 100%;

    background: url('../assets/capa-video.png') center center / cover no-repeat;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.cover img {
    width: 15rem; /* Ajuste o tamanho do ícone de play conforme necessário */
    width: 6rem; /* Ajuste o tamanho do ícone de play conforme necessário */
    height: auto;
}
.hidden {
    display: none;
}

section.video .video {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    border: solid 1px #000;
}




section.video .nuvem6 {
    bottom: 13vw;
    left: 4vw;
    width: 38vw;
}
section.video .nuvem7 {
    width: 74vw;
    bottom: 1vw;
    right: -25vw;
}
section.video .bg-video {
    width: 100vw;
    bottom: 0;
}



section.galeria {
    background: var(--laranja1);
}
section.galeria .container {}
section.galeria .container h2 {
    -webkit-text-stroke-width: unset;
    color: var(--amarelo1);
    margin-bottom: 2rem;
}
section.galeria .container .wraper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5625rem;
}
section.galeria .container .wraper .column {
    display: flex;
    flex-direction: column;
    gap: .5625rem;
}
section.galeria .container .wraper .column .row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5625rem;
}
section.galeria .container .wraper .column:nth-child(1) .row:nth-child(1) a  {
    width: 180px;
    height: 269px;
}
section.galeria .container .wraper .column:nth-child(1) .row:nth-child(1) a + a {
    width: 294px;
    height: 268px;
}
section.galeria .container .wraper .column:nth-child(1) .row:nth-child(2) a  {
    width: 300px;
    height: 169px;
}
section.galeria .container .wraper .column:nth-child(1) .row:nth-child(2) a + a {
    width: 174px;
    height: 169px;
}
section.galeria .container .wraper .column:nth-child(2) a:nth-child(1)  {
    width: 404px;
    height: 191px;
}
section.galeria .container .wraper .column:nth-child(2) .row {}
section.galeria .container .wraper .column:nth-child(2) .row a {
    width: 225px;
    height: 246px;
}
section.galeria .container .wraper .column:nth-child(2) .row a + a {
    width: 170px;
    height: 246px;
}
section.galeria .container .wraper .column:nth-child(3) a {
    width: 317px;
    height: 153px;
}
section.galeria .container .wraper .column:nth-child(3) a + a {
    width: 317px;
    height: 284px;
}
section.galeria .container .wraper .column img {
    width: 100%;
}


footer {
    background: var(--vinho);
    /* border-top: #000 solid 3px; */
}
footer .container {
    padding: 1.4375rem 0;
    flex-direction: row;
    justify-content: center;
}
footer .container a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .container a:nth-child(1) {
    align-self: center;
    justify-self: center;
    color: var(--amarelo2);
}
footer .container a:nth-child(2) {
    position: relative;
    right: 0;
    position: absolute;
}
footer .container a:nth-child(2) img {
    width: 1.875rem;
}

.mob {
    display: none;
}


#o-festival {
    position: absolute;
    top: -6vw;
}
#ingressos {
    position: absolute;
    top: -5vw;
}
#video-wehoo {
    position: absolute;
    top: 0vw;
}
#galeria {
    position: absolute;
    top: 0vw;
}

@media screen and (max-width: 767px) {
    .desk {
        display: none;
    }
    .mob {
        display: flex;
    }

    html, nody {
        /* overflow: unset; */
    }

    * {
        font-size: 100%;

    }
   

    nav .navLinks ul li {
        margin-top: 5vw;
    }
    nav ul li a {
        text-decoration: none;
        color: #000;
        color: #f7efd5;
        color: var(--amarelo1);
        font-size: 5vw;
        font-family: 'Alinsa', sans-serif;
        -webkit-text-stroke-width: 0.8px;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #000;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    header nav {
        justify-content: space-between;
    }
    header {
        padding: 3.125vw 0;
        
    }
    header nav .menu {
        display: none;
    }
    header nav .logo {
        z-index: 10;
        width: 24vw;
    }
    nav ul.navAtiva {
        display: block;
        text-align: left;
        padding: 2em;
        padding: 8vw;
    }
    .hamburguer {
        display: block;
    }
    nav .navLinks {
        position: absolute;
        width: 100%;
        height: calc(90vh - 50px);
        background: var(--gradient2);
        background: var(--amarelo3);
        top: 0;
        left: 0;
        transition: 0.6s;
        font-size: 18px;
        font-size: 6vw;
        z-index: 5;
    }
    nav .navLinks ul {
        padding: 0;
        list-style: none;
        padding-top: 10vw;
        padding-top: 16vw;
    }


    main {
        width: 100%;
    }

    .hero {
        /* display: none; */
    }

    section {
        width: 100vw !important;
        min-height: auto;
        height: auto;
        
    }
    .container {
        flex-direction: column !important;
        width: 90vw !important;
        margin: 0 auto;
    }
  
    section.hero {
        height: 100vh;
    }
    section.hero .container {
        height: 100%;
        padding: 0;
        gap: 0;
        justify-content: flex-start;
        justify-content: center;
        gap: 16vw;
        gap: 8vw;
        padding-top: 36vw;
        padding-top: 29vw;
        padding-top: 0;
    }
    section.hero .container h2 {
        text-align: center;
    }
    section.hero .container .line {
        /* display: none; */
        width: 100%;
    }
    section.hero .planet {
        top: 16vw;
        left: 4vw;
        width: 26vw;
    }
    section.hero .chao {
        bottom: 0;
        width: 230vw;
        width: 195vw;
        left: 0;
    }
    section.hero .nuvem1 {
        top: 35.4vw;
        left: -4vw;
        width: 26vw;
    }
    section.hero .nuvem3 {
        display: none;
    }
    section.hero .luas {
        top: 1vw;
        right: -6vw;
        width: 39vw;
    }

    section.hero .nuvem4 {
        right: 7.5vw;
        top: 141vw;
        width: 35vw;
    }

    section.hero .nuvem2 {
        top: 22vw;
        right: -23vw;
        width: 43vw;
    }


    section.o-festival .container {
        align-items: center;
        justify-content: center;    
        gap: 5rem;
        padding-bottom: 0;
    }
    section.o-festival .container .text {
        width: 90%;
        align-items: flex-start;
        justify-content: flex-start;
    }
    section.o-festival .container .text h2 {
        font-size: 2.1rem;
    }

    section.o-festival .container .text a {
    }
    section.o-festival .container .text a h3 {
        font-size: 1.3rem;
        margin-bottom: .4rem;
    }

    section.o-festival .container .text p strong {
        font-size: 1.1rem;
    }

    section.o-festival .container .img {
        position: relative;
    }
    section.o-festival .container .img .nuvem5 {
        width: 68vw;
        top: 1vw;
        right: 2vw;
        z-index: 0;
    }
    section.o-festival .container .img .outdoor {
        margin-bottom: -20vw;
        width: 73vw;
        margin-right: 1vw;
        z-index: 1;
    }
    section.o-festival .container .img .foto-aerea {
        width: 100%;
        width: 100vw;
        z-index: 2;
    }



    section.ingressos .container .text {
        width: 100%;
    }

    section.ingressos .container .text h2 {
        -webkit-text-stroke-width: unset;
        color: var(--lilas3);
        font-size: 2.1rem;
        margin-bottom: 2rem;
    }
    section.ingressos {
        height: auto;
        padding-bottom: 70vw;
    }
    section.ingressos .container .text .ticket h4 {
        font-size: 1.4rem;
    }
    
    
    section.ingressos .container .text .ticket.mob {
        width: 100%;
        background: var(--amarelo1);
        height: auto;
        padding: 2.7rem;
        padding: 1.7rem;
        display: flex;
        flex-direction: column;
        position: relative;
        overflow: hidden;
        border: 2px solid var(--vinho);
    }
    section.ingressos .container .text .ticket a {
        top: unset;
        margin-top: 5vw;
        text-align: center;
        /*Temporario*/
        font-size: .8rem;
    }

    .left-top {
        display: none;
        position: absolute;
        top: -5vw;
        left: -5vw;
        background-color: var(--lilas1);
        width: 12vw;
        height: 12vw;
        border-radius: 50%;
        /* border: 2px solid var(--vinho); */
    }
    .right-top {
        display: none;
        position: absolute;
        top: -5vw;
        right: -5vw;
        background-color: var(--lilas1);
        width: 12vw;
        height: 12vw;
        border-radius: 50%;
        /* border: 2px solid var(--vinho); */
    }
    .left-bottom {
        bottom: -5vw;
        left: -5vw;
        display: none;
        position: absolute;
        background-color: var(--lilas1);
        width: 12vw;
        height: 12vw;
        border-radius: 50%;
        /* border: 2px solid var(--vinho); */
    }
    .right-bottom {
        bottom: -5vw;
        right: -5vw;
        display: none;
        position: absolute;
        background-color: var(--lilas1);
        width: 12vw;
        height: 12vw;
        border-radius: 50%;
        /* border: 2px solid var(--vinho); */
    }

    section.ingressos .oculos {
        left: 0vw;
        z-index: 4;
        width: 46vw;
        /* -moz-transform: scaleX(-1) ;
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1); */
    }
    section.ingressos .planta {
        width: 10rem;
        width: 24vw;
        bottom: -1rem;
        right: -1vw;
        z-index: 3;
    }
    section.ingressos .boca {
        width: 49vw;
        bottom: 30vw;
        right: -16vw;
        z-index: 2;
    }

    section.ingressos .bg-ingresso {
        z-index: 2;
        width: 190vw;
        right: 0;
    }









    section.video {
        height: auto;
    }
    section.video .container h2 {
        font-size: 2.1rem;
    }
    section.video .container .video-container {
        width: 100%;
    }


    section.galeria .container h2 {
        font-size: 2.1rem;
    }




    section.galeria .container .wraper a {
        width: 100% !important;
        height: auto !important;
    }
    section.galeria .container .wraper {
        flex-direction: column;
    }
    section.galeria .container .wraper .column .row {
        flex-direction: column;
    }


    footer .container {
        padding: 1.4375rem 0;
        flex-direction: row;
        justify-content: center;
        flex-direction: column-reverse !important;
        gap: 1rem;
    }
}
/*Adicionando animação*/

@keyframes navLinkDesaparece {
    from {
        opacity: 0;
        transform: translateX(100px);
    }
    to {
        opacity: 1;
        transform: translateX(0px);
    }
}
/*Transformando Menu Hamburguer em X*/

.hamburguerAlternar .linha1 {
    transform: rotate(45deg) translate(5px, 6px);
}

.hamburguerAlternar .linha2 {
    opacity: 0;
    opacity: 1;
    height: 3px;
    transform: rotate(45deg) translate(-1px, -1px);
    width: 26px;
    z-index: 2;
    border: 0;
    position: relative;
}

.hamburguerAlternar .linha3 {
    transform: rotate(-45deg) translate(5px, -6px);
    transform: rotate(-45deg) translate(10px, -10px);
    transform: rotate(-45deg) translate(7px, -8px);
}
