* {
    margin: 0;
    padding: 0;
}
html {
    scroll-behavior: smooth;
}
html, body {
    overflow-x: hidden;
    background: #FF6000;
    ;
}

::-webkit-scrollbar {
    display: none;
}

header {
    position: fixed;
    width: 100vw;
    padding: 3.125vw 0;
    padding: 1.125vw 0;
    z-index: 10;
    background: #FFF4DA;
}

header nav {
    width: 92.60417vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header nav .logo {
    width: 6.510417vw;
}

header nav .logo img {
    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;
}

header nav .menu ul li {
    margin-left: 3.802084vw;
}
header nav .menu ul li:nth-child(1) {
    margin: 0;
}

header nav .menu ul li a {
    font-size: 1.36vw;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: .833333vw;
    line-height: 150%;
    color: #FF6000;
}

header nav .menu ul li a:hover {
    color: #D04335;
}

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

.hamburguer div {
    width: 22px;
    height: 3px;
    background-color: #FFF;
    margin: 5px;
    transition: all 0.6s ease;
}

.navLinks {
    display: none;
}

main {}

section.hero {
    background: url(../assets/BANNER-SITE-DESK.png)top center no-repeat;
    background-size: cover;
    width: 100vw;
    height: 56.25vw;
    position: relative;
}
section.hero .open-bar {
    position: absolute;
    width: 8.802084vw;
    top: 10.364584vw;
    left: 4.01417vw;
}
section.hero .elemento-left {
    width: 40.15625vw;
    position: absolute;
    left: 0;
    bottom: 0;
}
section.hero .elemento-right {
    width: 41.97917vw;
    right: 0;
    position: absolute;
    bottom: 0;
}
section.hero .container {
    height: 100%;
    width: 80vw;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
section.hero .container .logo-hero {
    width: 27.864584vw;
}
section.hero .container .data {
    width: 28.385417vw;
    margin: 7.135417vw 0 11.0417vw 0;
}
section.hero .container a {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1.041666vw;
    line-height: 150%;
    color: #FFF4DA;
    text-decoration: none;
    background: #372314;
    box-shadow: 0px 0.2084vw 0.2084vw rgb(0 0 0 / 25%);
    border-radius: .52084vw;
    padding: 1.041666vw 1.666666vw;
}

section.o-que-e-o-fervo {
    background: #F1A71E;
    width: 100vw;
    position: relative;
}
section.o-que-e-o-fervo .elemento-top {
    position: absolute;
    top: 0;
    width: 100vw;
}
section.o-que-e-o-fervo .elemento-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 9.47917vw;
}
section.o-que-e-o-fervo .elemento-right {
    position: absolute;
    right: 0;
    width: 19.53125vw;
}
section.o-que-e-o-fervo .elemento-bottom {
    width: 97.239584vw;
    left: 0;
    bottom: 0;
    position: absolute;
}
section.o-que-e-o-fervo .container {
    padding: 7.864584vw 0 14.114584vw 0;
    width: 46.35417vw;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}
section.o-que-e-o-fervo .container img {
    width: 46.35417vw;
    margin-bottom: 2.5vw;
}
section.o-que-e-o-fervo .container p {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.0417vw;
    line-height: 150%;
    color: #372314;
    text-align: left;
}

section.video {
    background: #FF6000;
    background: #FF6000 url('../assets/bg-section-video.svg')top center no-repeat;
    background-size: cover;
    width: 100vw;
    position: relative;
}
section.video .container {
    width: 72.552084vw;
    margin: 0 auto;
    padding: 7.8125vw 0;
}
section.video .container img,
section.video .container video {
    width: 72.552084vw;
}
section.video .elemento-left {
    width: 15.9375vw;
    position: absolute;
    left: 0;
    bottom: 0;
}
section.video .elemento-right {
    width: 15.625vw;
    position: absolute;
    right: 0;
    bottom: 0;
}

section.ingressos {
    position: relative;
    width: 100vw;
    background: #68439A;
}
section.ingressos .container {
    display: flex;
    z-index: 1;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 7.3135417vw 0;
}
section.ingressos .left {
    position: absolute;
    left: 0;
    top: 0;
}
section.ingressos .left img {
    width: 9.89584vw;
    margin: 2.7084vw 0 0 8.4375vw;
    animation: spin 15s linear infinite;
}
@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}
section.ingressos .left .flex {}
section.ingressos .left .flex img {
    width: 8.3333333vw;
    margin: 0 4.16666vw 0 5.3125vw;
    animation: none;
    animation: myAnim 18s linear 0s infinite alternate forwards;
}
section.ingressos .left .flex img + img {
    width: 9.7917vw;
    margin: 0;
    animation: myAnim 18s linear 1s infinite alternate forwards;
}
section.ingressos .container .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
section.ingressos .container .text img {
    width: 36.09375vw;
    margin-bottom: 3.90625vw;
}
section.ingressos .container .text a {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1.041666vw;
    line-height: 150%;
    color: #372314;
    text-decoration: none;
    background: #F1A71E;
    box-shadow: 0px 0.2084vw 0.2084vw rgb(0 0 0 / 25%);
    border-radius: 0.52084vw;
    padding: 1.041666vw 1.666666vw;
}
section.ingressos .right {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
}
section.ingressos .right img {
    width: 15.989584vw;
    margin: 3.9584vw 2.8125vw 0 0;
    animation: myAnim 12s linear 0s infinite alternate forwards;
   
}

@keyframes myAnim {
	0%,
	100% {
		transform: rotate(0deg);
		transform-origin: 50% 50%;
	}

	10% {
		transform: rotate(8deg);
	}

	20%,
	40%,
	60% {
		transform: rotate(-10deg);
	}

	30%,
	50%,
	70% {
		transform: rotate(10deg);
	}

	80% {
		transform: rotate(-8deg);
	}

	90% {
		transform: rotate(8deg);
	}
}
section.ingressos .right img + img {
    width: 10.677084vw;
    margin: 6.927084vw 13.22917vw 0 0;
    animation: myAnim 12s linear 1s infinite reverse ;
}
section.ingressos .elemento {
    width: 100vw;
    position: absolute;
    bottom: 0;
}

footer {
    background: #FF6000;
}
footer .container {
    display: flex;
    justify-content: center;
    position: relative;
    padding: 1.25vw;
}
footer .container a {
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.04167vw;
    line-height: 150%;
    color: #FFFFFF;
}
footer .container .redes {
    position: absolute;
    right: 3.64584vw;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
footer .container .redes a {
    display: flex;
}
footer .container .redes a img {
    width: 2.084vw;
}
footer .container .redes a + a {
    margin-left: 2.7084vw;
}
.mob {
    display: none;
}
@media screen and (max-width: 767px) {
    .desk {
        display: none;
    }
    .mob {
        display: block;
    }
    nav .navLinks ul li {
        margin-top: 5vw;
        margin-top: 10.6666vw;
    }
    nav ul li a {
        text-decoration: none;
        color: #FFF4DA;
        color: #FF6000;
        font-size: 5vw;
        font-family: 'Poppins', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 3.7333vw;
        line-height: 150%;
        display: flex;
        align-items: center;
        color: #FF6000;
        justify-content: flex-end;
    }
    header nav {
        justify-content: space-between;
        width: 88vw;
    }
    header {
        padding: 6.125vw 0;
        padding: 6.125vw 0;
        z-index: 10;
        background: transparent;
        background: #ff6000;
    }
    header nav .logo img {
        width: 26.4vw;
    }
    header nav .menu {
        display: none;
    }
    header nav .logo {
        z-index: 10;
        width: 20vw;
    }
    nav ul.navAtiva {
        text-align: center;
        padding: 10vw 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .hamburguer {
        display: block;
    }
    nav .navLinks {
        position: absolute;
        width: 100%;
        height: calc(90vh - 50px);
        background: #FF6000;
        background: #FFF4DA;
        top: 0;
        left: 0;
        transition: 0.6s;
        font-size: 18px;
        font-size: 6vw;
        z-index: 5;
    }
    nav .navLinks .logo-nav {
        align-self: center;
        width: 33.333333vw;
    }
    nav .navLinks ul {
        padding: 0;
        list-style: none;
        padding-top: 10vw;
        width: 85vw;
        margin: 0 auto;
    }

    section.hero {
        background: url("../assets/BANNER-SITE2-mob.png")top center no-repeat;
        background-size: cover;
        width: 100vw;
        height: 216.53333vw;
        position: relative;
    }
    section.hero .container .logo-hero {
        width: 64vw;
    }
    section.hero .container .data {
        width: 43.74vw;
        margin: 12.53333vw 0 70.4vw 0;
    }
    section.hero .container a {
        font-size: 4vw;
        line-height: unset;
        box-shadow: 0px 0.2084vw 0.2084vw rgb(0 0 0 / 25%);
        padding: 6.4vw 8vw;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
        border-radius: 2.6666vw;
        z-index: 1;
    }
    section.hero .elemento-bottom-mob {
        position: absolute;
        bottom: 0;
        width: 100vw;
    }

    section.o-que-e-o-fervo .container {
        padding: 26.94vw 0 67.74vw 0;
        width: 80.27vw;
        margin: 0 auto;
        text-align: center;
        position: relative;
        z-index: 1;
    }
    section.o-que-e-o-fervo .container img {
        width: 53.87vw;
        margin: 0 auto;
        margin-bottom: 10.94vw;
    }
    section.o-que-e-o-fervo .container p {
        font-size: 3.74vw;
    }

    section.o-que-e-o-fervo .elemento-bottom {
        width: 100vw;
        left: auto;
        bottom: 0;
        position: absolute;
    }
    section.video .container {
        padding: 14.6666vw 0;
    }

    section.video {
        z-index: 1;
        background: #FF6000 url('../assets/bg-section-video-mob.svg')top center no-repeat;
    }
    section.ingressos .container {
        padding: 20vw 0 17.86666vw 0;
    }
    section.ingressos .container .text img {
        width: 60vw;
        margin-bottom: 11.2vw;
    }
    section.ingressos .container .text .ingress  {
        width: 27.4666666vw;
    }
    section.ingressos .container .text a  {
        font-size: 4vw;
        line-height: unset;
        box-shadow: 0px 0.2084vw 0.2084vw rgb(0 0 0 / 25%);
        padding: 6.4vw 8vw;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
        border-radius: 2.6666vw;
        z-index: 1;
    }
    section.ingressos .left {
        height: 100%;
        width: 100vw;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    section.ingressos .left img {
        width: 34.666666vw;
        margin: 0;
        margin-top: -14vw;
        margin-left: -13vw;
    }
    section.ingressos .left .flex {
        display: flex;
    /* align-items: flex-end; */
    justify-content: flex-end;
    }
    section.ingressos .left .flex img {
        width: 26.333333vw;
        margin: 0;
        margin-bottom: 34vw;
        margin-right: -7vw;
    }
    section.ingressos .left .flex img + img {
      
        display: none;
    }
    section.ingressos .right {
        position: absolute;
        left: 0;
        top: unset;
        right: unset;
        bottom: 0;
        display: flex;
        flex-direction: column;
    }
    section.ingressos .right img {
        transform: rotate(-12deg);
        width: 37vw;
        margin-bottom: 42vw;
        margin-left: -7vw;
    }
    section.ingressos .right img + img {
        display: none;
    }

    footer {}
    footer .container {
        align-items: center;
        padding: 6.4vw 0;
    }
    footer .container a {
        font-size: 3.2vw;
    }
    footer .container .redes {
        position: relative;
        right: auto;
        margin-left: 6.93333vw;
    }
    footer .container .redes a  {}
    footer .container .redes a + a {
        margin-left: 5.0666vw;
    }
    footer .container .redes a img {
        width: 8.2666vw;
    }
}
/*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;
}

.hamburguerAlternar .linha3 {
    transform: rotate(-45deg) translate(5px, -6px);
}
@media screen and (max-width: 767px) {
    .hamburguerAlternar .linha1 {
        background: #FF6000;
    }
    .hamburguerAlternar .linha3 {
        background: #FF6000;
    }
}