@font-face {
  font-family: "MontSerrat-Light";
  src: url("../../fonts/MontSerrat-Light.ttf") format("opentype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "MontSerrat-Regular";
  src: url("../../fonts/MontSerrat-Regular.ttf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "MontSerrat-Medium";
  src: url("../../fonts/MontSerrat-Medium.ttf") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "MontSerrat-Bold";
  src: url("../../fonts/MontSerrat-Bold.ttf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: 0;
  text-decoration: unset;
}
body {
    background: linear-gradient(90deg,rgba(1, 4, 43, 1) 0%, rgba(9, 23, 105, 1) 50%, rgba(1, 4, 43, 1) 100%);
}
.mw-header {
    width: 100%;
}
.mw-header > div {
    max-width: 1068px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mw-header > div > nav {
    padding: 10px 50px;
}
.mw-header > div > nav > ul {
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
    z-index: 20;
}
.mw-header > div > nav > ul > li {
    list-style: none;
}
.mw-header > div > nav > ul > li > a {
    font-family: 'MontSerrat-Bold', sans-serif;
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    white-space: nowrap;
}
.mw-header > div > .sticker-top {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    padding: 10px 15px;
    position: relative;
}
.mw-header > div > .sticker-top:before {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    height: 30px;
    rotate: 180deg;
    background: #ffffff;
    clip-path: polygon(0 0, 100% 100%, 0% 100%);
}
.mw-header > div > .sticker-top > span:nth-child(1) {
    font-family: 'MontSerrat-Bold', sans-serif;
    font-size: 48px;
    line-height: 50px;
    color: #000;
}
.mw-header > div > .sticker-top > span:nth-child(2) {
    font-family: 'MontSerrat-Bold', sans-serif;
    font-size: 48px;
    line-height: 50px;
    color: #000;
}
.mw-header > div > .sticker-top > span:nth-child(3) {
    font-family: 'MontSerrat-Bold', sans-serif;
    font-size: 19px;
    line-height: 21px;
    color: #000;
}
.mw-topo {
    position: relative;
    padding-top: 400px;
    padding-bottom: 150px;
}
.mw-topo > .text-top {
    max-width: 1068px;
    margin: 0 auto;
}
.mw-topo > .text-top > h2 {
    font-family: 'MontSerrat-Medium', sans-serif;
    font-size: 38px;
    line-height: 44px;
    color: #fff;
    max-width: 335px;
    width: 100%;
    position: relative;
    z-index: 10;
}
.mw-topo > a {
    font-family: 'MontSerrat-Bold', sans-serif;
    font-size: 32px;
    line-height: 34px;
    color: #fff;
    background: linear-gradient(0deg, #14A2FF 0%, #0051DB 100%);
    padding: 15px 20px;
    border-radius: 70px;
    color: #fff;
    width: fit-content;
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 10;
}
.mw-topo > .logo-festival {
    position: absolute;
    width: 425px;
    left: 50%;
    top: 20px;
    transform: translateX(calc(-50% - 407px));
    z-index: -1;
}
.mw-topo > .text-festival {
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translateX(calc(-50% - 330px));
    z-index: -1;
    font-family: 'MontSerrat-Regular', sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
}
.mw-topo > .bg-festival {
    position: absolute;
    width: 1200px;
    top: -70px;
    left: 50%;
    transform: translateX(calc(-50% - -136px));
    z-index: 0;
}
.mw-contador {

}
.mw-contador > p {
    font-family: 'MontSerrat-Regular', sans-serif;
    font-size: 21px;
    line-height: 24px;
    color: #29FF25;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.mw-contador > div {
    border: 2px solid #29FF25;
    padding: 20px 40px;
    border-radius: 80px;
    width: fit-content;
    margin: 0 auto 150px;
}
.mw-contador > div > p {
    font-family: 'MontSerrat-Regular', sans-serif;
    font-size: 42px;
    line-height: 44px;
    color: #29FF25;
}
.mw-contador > div > p > span > b {
    font-family: 'MontSerrat-Bold', sans-serif;
}









.mw-festival {
    max-width: 913px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin: 0 auto 200px;
}

.mw-festival > .mw-festival-item-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}
.mw-festival > .mw-festival-item-1 > div {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 400px;
    width: 100%;
}
.mw-festival > .mw-festival-item-1 > div > h2 {
    font-family: 'MontSerrat-Bold', sans-serif;
    font-size: 32px;
    line-height: 34px;
    color: #fff;
}
.mw-festival > .mw-festival-item-1 > div > p {
    font-family: 'MontSerrat-Regular', sans-serif;
    font-size: 20px;
    line-height: 22px;
    color: #fff;
}
.mw-festival > .mw-festival-item-1 > figure {
    width: 445px;
    height: 350px;
    border-radius: 50px;
    overflow: hidden;
}
.mw-festival > .mw-festival-item-1 > figure > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mw-festival > .mw-festival-item-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}
.mw-festival > .mw-festival-item-2 > div {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 261px;
    width: 100%;
}
.mw-festival > .mw-festival-item-2 > div > h2 {
    font-family: 'MontSerrat-Bold', sans-serif;
    font-size: 32px;
    line-height: 34px;
    color: #fff;
}
.mw-festival > .mw-festival-item-2 > div > p {
    font-family: 'MontSerrat-Regular', sans-serif;
    font-size: 20px;
    line-height: 22px;
    color: #fff;
}
.mw-festival > .mw-festival-item-2 > .festival.splide {
    min-width: 581px;
    width: 581px;
    height: 350px;
}
.mw-festival > .mw-festival-item-2 > .festival.splide  .splide__pagination {
    bottom: -30px;
}
.mw-festival > .mw-festival-item-2 > .festival.splide  .splide__pagination > li > .splide__pagination__page {
    border: 2px solid #29ff25;
    background-color: transparent;
    opacity: 1
}

.mw-festival > .mw-festival-item-2 > .festival.splide  .splide__pagination > li > .splide__pagination__page.is-active {
    background-color: #29ff25;
    opacity: 1
}
.mw-festival > .mw-festival-item-2 > .festival.splide > .splide__track {
    width: 100%;
    height: 100%;
}
.mw-festival > .mw-festival-item-2 li > figure {
    width: 100%;
    height: 100%;
    border-radius: 50px;
    overflow: hidden;
    cursor: pointer;
}
.mw-festival > .mw-festival-item-2 li > figure > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mw-ingresso {
    height: 320px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center -500px;
    margin-bottom: 200px;
}
.mw-ingresso > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    max-width: 962px;
    margin: 0 auto;
    height: 100%;
}
.mw-ingresso > div > h2 {
    font-family: 'MontSerrat-Bold', sans-serif;
    font-size: 32px;
    line-height: 34px;
    color: #fff;
}
.mw-ingresso > div > p {
    font-family: 'MontSerrat-Regular', sans-serif;
    font-size: 20px;
    line-height: 22px;
    color: #fff;
}
.mw-ingresso > div > a {
    font-family: 'MontSerrat-Bold', sans-serif;
    font-size: 32px;
    line-height: 34px;
    color: #fff;
    background: linear-gradient(0deg, #14A2FF 0%, #0051DB 100%);
    padding: 15px 20px;
    border-radius: 70px;
    color: #fff;
    width: fit-content;
}
.mw-sorteio {
    width: 100%;
}
.mw-sorteio > div {
    max-width: 912px;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 50px;
    margin: 0 auto 200px;
}
.mw-sorteio > div > div {
    max-width: 470px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.mw-sorteio > div > div > h2 {
    font-family: 'MontSerrat-Bold', sans-serif;
    font-size: 32px;
    line-height: 34px;
    color: #fff;
}
.mw-sorteio > div > div > p {
    font-family: 'MontSerrat-Regular', sans-serif;
    font-size: 20px;
    line-height: 22px;
    color: #fff;
}
.mw-sorteio > div > div > a {
    font-family: 'MontSerrat-Bold', sans-serif;
    font-size: 32px;
    line-height: 34px;
    color: #fff;
    background: linear-gradient(0deg, #14A2FF 0%, #0051DB 100%);
    padding: 15px 20px;
    border-radius: 70px;
    color: #fff;
    width: fit-content;
}
.mw-sorteio > div > figure {
    width: 387px;
    height: 349px;
    border-radius: 20px;
    overflow: hidden;
}
.mw-sorteio > div > figure > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mw-programacao {

}
.mw-programacao > h2 {
    max-width: 912px;
    font-family: 'MontSerrat-Bold', sans-serif;
    font-size: 32px;
    line-height: 34px;
    color: #fff;
    margin: 0 auto 15px;
}
.mw-programacao > p {
    max-width: 912px;
    margin: 0 auto 60px;
    font-family: 'MontSerrat-Regular', sans-serif;
    font-size: 20px;
    line-height: 22px;
    color: #fff;
}
.mw-programacao > h3 {
    max-width: 912px;
    font-family: 'MontSerrat-Bold', sans-serif;
    font-size: 42px;
    line-height: 44px;
    color: #29FF25;
    margin: 0 auto 30px;
}
.mw-programacao > .mw-programacao-content {
    max-width: 1355px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 25px;
    margin: 0 auto;
}
.mw-programacao > .mw-programacao-content:first-of-type {
    margin-bottom: 100px;
}
.mw-programacao > .mw-programacao-content:last-of-type {
    margin-bottom: 200px;
}
.mw-programacao > .mw-programacao-content > figure {
    width: 320px;
    height: 480px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.mw-programacao > .mw-programacao-content > figure:after {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 1;
    border-radius: 8px;
    background: transparent linear-gradient(180deg, #18181833 0%, #181818 100%) 0% 0% no-repeat padding-box;
}
.mw-programacao > .mw-programacao-content > figure > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mw-programacao > .mw-programacao-content > figure > span {
    position: absolute;
    right: 30px;
    top: 30px;
    font-family: 'MontSerrat-Regular', sans-serif;
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    z-index: 10;
}
.mw-programacao > .mw-programacao-content > figure > p {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 50px;
    font-family: 'MontSerrat-Bold', sans-serif;
    font-size: 32px;
    line-height: 34px;
    color: #fff;
    z-index: 10;
}
.mw-programacao > .mw-programacao-content > figure > p > span {
    font-family: 'MontSerrat-Bold', sans-serif;
    font-size: 20px;
    line-height: 22px;
    color: #07114C;
    background-color: #29FF25;
    width: 100%;
    text-align: center;
    display: block;
    padding: 5px 0;
    margin-bottom: -20px;
}
.mw-apoio {
    width: 100%;
    margin-bottom: 100px;
}
.mw-apoio > p {
    max-width: 912px;
    margin: 0 auto 30px;
    font-family: 'MontSerrat-Regular', sans-serif;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
}
.mw-apoio > div {
    max-width: 1068px;
    width: 100%;
    margin: 0 auto;
    border: 2px solid #29FF25;
    border-radius: 20px;
    padding: 20px;
}
.mw-apoio > div > .apoio-mobile {
    display: none;
}
.mw-apoio > div > img {
    width: 100%;
    margin: 0 auto;
}
.mw-footer {
    width: 100%;
    background-repeat: no-repeat!important;
    background-size: 100% !important;
}
.mw-footer > .mw-footer-content {
    max-width: 1068px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 50px 0;
    position: relative;
}
.mw-footer > .mw-footer-content > h2 {
    font-family: 'MontSerrat-Bold', sans-serif;
    font-size: 32px;
    line-height: 34px;
    color: #fff;
    margin-bottom: 15px;
}
.mw-footer > .mw-footer-content > p {
    font-family: 'MontSerrat-Regular', sans-serif;
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 30px;
}
.mw-footer > .mw-footer-content > .mw-footer-social {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-bottom: 400px;
}
.mw-footer > .mw-footer-content > .mw-footer-social > a > img {
    height: 30px;
}
.mw-footer > .mw-footer-content > .logo-festival {
    position: absolute;
    width: 350px;
    left: 50%;
    top: 170px;
    transform: translateX(calc(-50% - 350px));
    z-index: 999;
}
.mw-footer > .mw-footer-copyright {
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #FFFFFF4D;
    padding: 20px 0;
}
.mw-footer > .mw-footer-copyright > span {
    text-align: center;
    display: block;
    font-family: 'MontSerrat-Regular', sans-serif;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
}
@media screen and (max-width: 768px) {
    .mw-header {
        width: 100%;
        padding: 30px 0;
    }
    .mw-header > div > nav {
        padding: 0;
        width: 100%;
    }
    .mw-header > div > nav > ul {
        padding: 0 20px;
        overflow-x: auto;
    }
    .mw-header > div > nav > ul > li > a {
        font-size: 12px;
        line-height: 14px;
    }
    .mw-topo {
        overflow: hidden;
        padding-top: 330px;
        padding-bottom: 30px;
    }
    .mw-topo > .bg-festival {
        width: 703px;
        top: -9px;
        left: unset;
        right: -187px;
        transform: unset;
    }
    .mw-topo > .text-top {
        padding: 50px 20px 30px;
    }
    .mw-topo > .text-top > h2 {
        font-size: 25px;
        line-height: 33px;
        max-width: 260px;
    }
    .mw-topo > .logo-festival {
        position: absolute;
        width: 281px;
        left: 50%;
        top: 5px;
        left: 17px;
        transform: unset;
        z-index: 10;
    }
    .mw-topo > .text-festival {
        transform: unset;
        left: 17px;
        right: 17px;
        font-size: 16px;
        line-height: 18px;
        top: 0px;
    }
    .mw-topo > a {
        font-size: 24px;
        line-height: 26px;
    }
    .mw-header > div > .sticker-top {
        background-color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2px;
        padding: 6px 10px;
        position: absolute;
        left: 20px;
        top: 320px;
        z-index: 999;
    }
    .mw-header > div > .sticker-top:before {
        content: '';
        position: absolute;
        bottom: -20px;
        left: 0;
        width: 100%;
        height: 30px;
        rotate: 180deg;
        background: #ffffff;
        clip-path: polygon(0 0, 150% 100%, 0% 100%);
        z-index: -1;
    }
    .mw-header > div > .sticker-top > span:nth-child(1) {
        font-family: 'MontSerrat-Bold', sans-serif;
        font-size: 36px;
        line-height: 38px;
        color: #000;
    }
    .mw-header > div > .sticker-top > span:nth-child(2) {
        font-family: 'MontSerrat-Bold', sans-serif;
        font-size: 36px;
        line-height:38px;
        color: #000;
    }
    .mw-header > div > .sticker-top > span:nth-child(3) {
        font-family: 'MontSerrat-Bold', sans-serif;
        font-size: 14px;
        line-height: 16px;
        color: #000;
    }
    .mw-contador {
        padding: 0 20px;
    }
    .mw-contador > div {
        border-radius: 30px;
        width: 100%;
        margin-bottom: 100px;
    }
    .mw-contador > div > p {
        text-align: center;
        display: flex;
        flex-direction: column;
        font-size: 30px;
        line-height: 32px;
    }
    .dot-remove {
        display: none;
    }
    
    .mw-festival {
        margin-bottom: 100px;
    }
    .mw-festival > .mw-festival-item-1 {
        flex-direction: column-reverse;
        padding: 0 20px;
    }
    .mw-festival > .mw-festival-item-1 > figure {
        width: 100%;
        max-width: unset;
        height: 254px;
    }
    .mw-festival > .mw-festival-item-1 > div {
        width: 100%;
        max-width: unset;
    }
    .mw-festival > .mw-festival-item-2 {
        flex-direction: column;
    }
    .mw-festival > .mw-festival-item-2 > .festival.splide {
        min-width: 100%;
        width: 100%;
        height: 174px;
    }
    .mw-festival > .mw-festival-item-2 li > figure {
        width: 100%;
        max-width: unset;
        border-radius: 20px;
    }
    .mw-festival > .mw-festival-item-2 > div {
        width: 100%;
        max-width: unset;
        padding: 0 20px;
    }
    .mw-ingresso {
        background-position: center;
        background-size: cover;
    }
    .mw-ingresso > div {
        max-width: unset;
        padding: 0 20px;
        justify-content: flex-end;
    }
    .mw-ingresso > div > a {
        font-size: 21px;
        line-height: 24px;
        margin: 0 auto;
                position: relative;
        bottom: -25px;
    }
    .mw-programacao {
        padding: 0 20px;
    }
    .mw-programacao > h3 {
        font-size: 31px;
        line-height: 33px;
    }
    .mw-programacao > .mw-programacao-content {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .mw-programacao > .mw-programacao-content > figure {
        width: 100%;
        height: 243px;
    }
    .mw-programacao > .mw-programacao-content > figure > span {
        right: 20px;
        top: 20px;
        font-size: 13px;
        line-height: 15px;
    }
    .mw-programacao > .mw-programacao-content > figure > p {
        left: 20px;
        right: 20px;
        bottom: 20px;
        font-size: 21px;
        line-height: 23px;
    }
    .mw-programacao > .mw-programacao-content > figure > p > span {
        font-size: 12px;
        line-height: 14px;
        padding: 2px 0;
        margin-bottom: -15px;
    }
    .mw-sorteio {
        padding: 0 20px;
    }
    .mw-sorteio > div {
        flex-direction: column;
        gap: 0;
        margin-bottom: 100px;
    }
    .mw-sorteio > div > div {
        max-width: unset;
        position: relative;
        bottom: -30px;
    }
    .mw-sorteio > div > figure {
        width: 100%;
    }
    .mw-sorteio > div > div > a {
        margin: 0 auto;
        font-size: 24px;
        line-height: 26px;
    }
    .mw-apoio {
        padding: 0 20px;
    }
    .mw-apoio > div > .apoio-mobile {
        display: block;
    }
    .mw-apoio > div > .apoio-desktop {
        display: none;
    }
    .mw-apoio > p {
        font-size: 13px;
        line-height: 15px;
        text-align: center;
        padding: 0px 50px;
    }
    .mw-footer {
        background-size: 600px !important;
        background-position: center 131px !important;
    }
    .mw-footer > .mw-footer-content {
        padding: 0 20px;
    }
    .mw-footer > .mw-footer-content > .mw-footer-social {
        padding-bottom: 580px;
    }
    .mw-footer > .mw-footer-content > .logo-festival {
        width: 220px;
        top: 500px;
        transform: translateX(calc(-50%));
    }
    .mw-footer > .mw-footer-copyright > span {
        font-size: 13px;
        line-height: 15px;
    }
}