* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html {
    overflow-x: hidden;
}
body {
    background-color: #a6c236;
    width: 100vw;
    min-height: 100vh;
    overflow-x: hidden;
}
.content {
    position: relative;
    width: 100vw;
    min-height: 1260px;
    height: 100%;
    text-align: center;
    overflow: hidden;
}

.limit {
    margin: 0 auto;
    max-width: 820px;
    width: 100%;
    position: relative;
}
.limit-1 {
    min-height: 860px;
}
#lista-idiomas {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    height: 50px;
    margin-bottom: 15px;
    position: relative;
    z-index: 5;
}
#lista-idiomas li {
    width: 28px;
    height: 28px;
    overflow: hidden;
    border-radius: 50%;
}
#lista-idiomas li a {
    opacity: .6;
}
#lista-idiomas img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#lista-idiomas li:hover a, #lista-idiomas li a.active {
    opacity: 1;
}
.object {
    position: absolute;
}

.object-3 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 100%;
}

.object-2 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
}

.object-1 {
    bottom: 0;
    left: -250px;
}

.identidade {
    padding-top: 50px;
    height: 500px;
    width: 460px;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.identidade .beleza {
    margin-bottom: 30px;
}
.identidade .logo {
    width: 100%;
}

.personagens {
    position: absolute;
    padding-top: 100px;
    width: 415px;
    height: 100%;
    right: 0;
    top: 0;
}
.secao {
    overflow: hidden;
    height: 625px;
    width: 105px;
    position: absolute;
}
.secao-5 {
    right: 0;
}
.secao .right {
    position: absolute;
    right: 0;
    bottom: 0;
}
.secao-4 {
    right: 105px;
}
.secao-3 {
    right: 210px;
}
.secao-2 {
    right: 315px;
    width: 70px;
}
.secao-1 {
    right: 385px;
    width: 30px;
}

.circulo {
    width: 205px;
    height: 205px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #ff2c62;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.circulo img {
    max-width: 96%;
    max-height: 96%;
}

.botao {
    padding: 0;
    height: auto;
    line-height: normal;
    border-radius: 0;
}

.botoes {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.botao a {
    background-color: #a21b81;
    height: 55px;
    width: 290px;
    border-radius: 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 25px;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'RocGroteskRegular';
}
.botao a:hover {
    color: #a6c236;
}
.botao a i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 27px;
    height: 27px;
}

.elementos {
    position: absolute;
    right: -325px;
    width: 205px;
    height: 540px;
    overflow: hidden;
}

.elementos .circulo {
    background-color: #ff6e16;
    height: 180px;
    width: 180px;
}
.elementos .circulo:first-child {
    margin-top: -90px;
}


.direitos {
    color: white;
    text-align: center;
    padding-bottom: 50px;
    padding-top: 50px;
    font-family: 'RocGroteskWideMedium';
    font-size: 22px;
    position: relative;
}

.mobile {
    display: none !important;
}

/*-xl*/
@media (max-width: 1399.98px) {
}

/*-lg*/
@media (max-width: 1199.98px) {
}

/*-md*/
@media (max-width: 991.98px) {
    .object-1 {
        bottom: -200px;
    }
}

/*-sm*/
@media (max-width: 767.98px)  {
    .identidade {
        width: 300px;
    }

    .identidade .beleza img {
        max-width: 90%;
    }
    .identidade .logo  img {
        width: 200px;
    }

    .personagens {
        width: 300px;
    }
    .secao {
        width: 90px;
        height: 570px;
    }
    .secao-4 {
        right: 90px;
    }
    .secao-3 {
        right: 180px;
    }
    .secao-2 {
        right: 270px;
        width: 60px;
    }
    .secao-1 {
        right: 330px;
        width: 25px;
    }

    .circulo {
        width: 190px;
        height: 190px;
    }

    .limit-1 {
        min-height: 750px;
    }
}

/*-xs*/
@media (max-width: 575.98px) {

    .content {
        min-height: auto;
    }

    .object-2 img {
        width: 900px;
    }
    .object-1 {
        bottom: -95px;
        left: -130px;
    }
    .object-1 img {
        width: 400px;
    }
    .identidade {
        width: 150px;
        height: 190px;
        padding-top: 30px;
    }
    .identidade .beleza {
        margin-bottom: 20px;
    }
    .identidade .beleza img {
        max-width: 90%;
    }
    .identidade .logo  img {
        width: 120px;
    }

    .personagens {
        width: 300px;
        padding-top: 50px;
    }
    .secao {
        width: 60px;
        height: 300px;
    }
    .secao-4 {
        right: 60px;
    }
    .secao-3 {
        right: 120px;
    }
    .secao-2 {
        right: 180px;
        width: 40px;
    }
    .secao-1 {
        right: 220px;
        width: 15px;
    }

    .circulo {
        width: 100px;
        height: 100px;
    }

    .limit {
        max-width: 330px;
    }
    .limit-1 {
        min-height: 370px;
    }
    .mobile {
        display: flex !important;
    }
    .desktop {
        display: none !important;
    }
}




#object-1 {
    animation: girar 20s infinite linear;
}

@keyframes girar {
    0% {transform: rotate(360deg);}
}

#em-movimento {
    animation: vibrar 5s infinite linear;
}

@keyframes vibrar {
    0% {transform: rotate(0deg);}
    24% {transform: rotate(360deg);}
    50% {transform: rotate(0deg);}
}