@media only screen and (min-width: 320px) {

    body.cadastro {
        background: none;
    }

    body {
        font-family: Arial, sans-serif;
        margin: 0;
        background: url(../img/bg.png) no-repeat;
        background-size: contain;
        min-height: 100%;
    }
    
    .header {
        font-size: 50px;
        color: #010326;
        text-align: center;
        position: relative;
        margin-bottom: 10px;
    }
    
    .header h1 {
        font-size: 35px;
        color: #010326;
        padding-top: 110px;
        font-weight: 100;
    }
    
    .header h2 {
        font-size: 24px;
        margin: 5px 0;
        font-size: 40px;
        color: #010326;
    }
    
    .data {
        background-color: #3f6abf;
        font-size: 14px;
        margin: 0;
        color: #666;
        padding: 2px;
        text-align: center;
        width: 100px;
        position: absolute;
        top: 0;
        right: 0;
    }
    
    .data p {
        color: #ffffff;
        font-size: 35px;
        line-height: 35px;
        font-weight: bold;
        margin: 10px 0;
    }
    
    .data p span {
        font-size: 25px;
        font-weight: 100;
        display: block;
    }
    
    #myChart{
        height: 150px !important;
        margin: 0 auto;
    }
    
    .footer {
        text-align: center;
        margin-bottom: 50px;
        margin-top: 50px;
    }
    
    .footer p {
        color: #010326;
        margin: 5px 0;
        font-size: 20px;
        font-weight: bold;
    }
    
    .footer .porcentagem {
        color: #335392;
        margin: 5px 0;
        font-size: 40px;
        font-weight: bold;
    }
    
    .modFoguete {
        background: url(../img/elements.png) no-repeat center bottom;
        position: absolute;
        right: 0;
        bottom: 0;
        width: 371px;
        z-index: -9;
    }
    
    .foguete {
        position: absolute;
        bottom: 0;
        right: 82px;
        transform: translateX(-50%);
        display: flex;
        flex-direction: column;
        align-items: center;
        z-index: 1;
    }
    
    .rocket {
        position: absolute;
        right: 4px;
        width: 135px;
        height: 200px;
        bottom: 0;
        transition: bottom 4s ease-in-out;
    }

    .mask {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 105px;
        overflow: hidden;
        z-index: -9;
        transition: height 4s ease-in-out;
    }

    .flame {
        position: relative;
        left: 147px;
    }

    .fogo {
        background: url("../img/baseFogo.png") no-repeat center bottom;
        width: 100%;
        height: 115px;
        display: block;
        position: absolute;
        bottom: 0px;
    }

    .cadastro .btn-cadastro {
        margin: 0 auto;
        display: block;
        padding: 10px 20px;
        margin-bottom: 30px;
    }

    .cadastro h2 {
        color: #010326;
        font-weight: bold;
        text-align: center;
    }
    
}

@media (min-width: 576px) {

    body.cadastro {
        background: none;
    }

    body {
        font-family: Arial, sans-serif;
        margin: 0;
        background: url(../img/bg.png) no-repeat;
        background-size: contain;
        min-height: 100%;
    }
    
    .header {
        font-size: 50px;
        color: #010326;
        text-align: center;
        position: relative;
        margin-bottom: 100px;
        margin-top: 0;
    }
    
    .header h1 {
        font-size: 38px;
        color: #010326;
        margin: auto;
        font-weight: 100;
        padding-top: 0;
    }
    
    .header h2 {
        font-size: 24px;
        margin: 5px 0;
        font-size: 40px;
        color: #010326;
    }
    
    .data {
        background-color: #3f6abf;
        font-size: 14px;
        margin: 0;
        color: #666;
        padding: 2px;
        text-align: center;
        width: 100px;
        position: absolute;
        top: 0;
        right: 0;
    }
    
    .data p {
        color: #ffffff;
        font-size: 50px;
        line-height: 45px;
        font-weight: bold;
        margin: 20px 0;
    }
    
    .data p span {
        font-size: 35px;
        font-weight: 100;
        display: block;
    }
    
    #myChart{
        height: 155px !important;
        margin: 0 auto;
    }
    
    .footer {
        text-align: center;
        margin-bottom: 50px;
        margin-top: 50px;
    }
    
    .footer p {
        color: #010326;
        margin: 5px 0;
        font-size: 20px;
        font-weight: bold;
    }
    
    .footer .porcentagem {
        color: #335392;
        margin: 5px 0;
        font-size: 40px;
        font-weight: bold;
    }
    
    .modFoguete {
        background: url(../img/elements.png) no-repeat center bottom;
        position: absolute;
        right: 0;
        bottom: 0;
        width: 371px;
        z-index: -9;
    }
    
    .foguete {
        position: absolute;
        bottom: 0;
        right: 82px;
        transform: translateX(-50%);
        display: flex;
        flex-direction: column;
        align-items: center;
        z-index: 1;
    }
    
    .rocket {
        position: absolute;
        right: 44px;
        width: 135px;
        height: 200px;
        bottom: 0;
        transition: bottom 4s ease-in-out;
    }

    .mask {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 105px;
        overflow: hidden;
        z-index: -9;
        transition: height 4s ease-in-out;
    }

    .flame {
        position: relative;
        left: 147px;
    }

    .fogo {
        background: url("../img/baseFogo.png") no-repeat center bottom;
        width: 100%;
        height: 115px;
        display: block;
        position: absolute;
        bottom: 0px;
    }

    .cadastro .btn-cadastro {
        margin: 0 auto;
        display: block;
        padding: 10px 20px;
        margin-bottom: 30px;
    }

    .cadastro h2 {
        color: #010326;
        font-weight: bold;
        text-align: center;
    }
}

@media (min-width: 768px) {

    body.cadastro {
        background: none;
    }

    body {
        font-family: Arial, sans-serif;
        margin: 0;
        background: url(../img/bg.png) no-repeat;
        background-size: contain;
        min-height: 100%;
    }
    
    .header {
        font-size: 50px;
        color: #010326;
        text-align: center;
        position: relative;
        margin-bottom: 0;
    }
    
    .header h1 {
        font-size: 50px;
        color: #010326;
        margin: auto;
        font-weight: 100;
        padding-top: 0;
    }
    
    .header h2 {
        font-size: 24px;
        margin: 5px 0;
        font-size: 50px;
        color: #010326;
    }
    
    .data {
        background-color: #3f6abf;
        font-size: 14px;
        margin: 0;
        color: #666;
        padding: 2px;
        text-align: center;
        width: 100px;
        position: absolute;
        top: 0;
        right: 0;
    }
    
    .data p {
        color: #ffffff;
        font-size: 50px;
        line-height: 45px;
        font-weight: bold;
        margin: 20px 0;
    }
    
    .data p span {
        font-size: 35px;
        font-weight: 100;
        display: block;
    }
    
    #myChart{
        height: 235px !important;
        margin: 0 auto;
    }
    
    .footer {
        text-align: center;
        margin-bottom: 50px;
        margin-top: 50px;
    }
    
    .footer p {
        color: #010326;
        margin: 5px 0;
        font-size: 27px;
        font-weight: bold;
    }
    
    .footer .porcentagem {
        color: #335392;
        margin: 5px 0;
        font-size: 50px;
        font-weight: bold;
    }
    
    .modFoguete {
        background: url(../img/elements.png) no-repeat center bottom;
        position: absolute;
        right: 0;
        bottom: 0;
        width: 371px;
        z-index: -9;
    }
    
    .foguete {
        position: absolute;
        bottom: 0;
        right: 82px;
        transform: translateX(-50%);
        display: flex;
        flex-direction: column;
        align-items: center;
        z-index: 1;
    }
    
    .rocket {
        position: absolute;
        right: 44px;
        width: 135px;
        height: 200px;
        bottom: 0;
        transition: bottom 4s ease-in-out;
    }

    .mask {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 105px;
        overflow: hidden;
        z-index: -9;
        transition: height 4s ease-in-out;
    }

    .flame {
        position: relative;
        left: 147px;
    }

    .fogo {
        background: url("../img/baseFogo.png") no-repeat center bottom;
        width: 100%;
        height: 115px;
        display: block;
        position: absolute;
        bottom: 0px;
    }

    .cadastro .btn-cadastro {
        margin: 0 auto;
        display: block;
        padding: 10px 20px;
        margin-bottom: 30px;
    }

    .cadastro h2 {
        color: #010326;
        font-weight: bold;
        text-align: center;
    }
}

@media (min-width: 992px) {

    body.cadastro {
        background: none;
    }

    body {
        font-family: Arial, sans-serif;
        margin: 0;
        background: url(../img/bg.png) no-repeat;
        background-size: contain;
        min-height: 100%;
    }
    
    .header {
        font-size: 50px;
        color: #010326;
        text-align: center;
        position: relative;
        margin-bottom: 0;
    }
    
    .header h1 {
        font-size: 50px;
        color: #010326;
        margin: auto;
        font-weight: 100;
        padding-top: 0;
    }
    
    .header h2 {
        font-size: 24px;
        margin: 5px 0;
        font-size: 50px;
        color: #010326;
    }
    
    .data {
        background-color: #3f6abf;
        font-size: 14px;
        margin: 0;
        color: #666;
        padding: 2px;
        text-align: center;
        width: 100px;
        position: absolute;
        top: 0;
        right: 0;
    }
    
    .data p {
        color: #ffffff;
        font-size: 50px;
        line-height: 45px;
        font-weight: bold;
        margin: 20px 0;
    }
    
    .data p span {
        font-size: 35px;
        font-weight: 100;
        display: block;
    }
    
    #myChart{
        height: 235px !important;
        margin: 0 auto;
    }
    
    .footer {
        text-align: center;
        margin-bottom: 50px;
        margin-top: 50px;
    }
    
    .footer p {
        color: #010326;
        margin: 5px 0;
        font-size: 40px;
        font-weight: bold;
    }
    
    .footer .porcentagem {
        color: #335392;
        margin: 5px 0;
        font-size: 50px;
        font-weight: bold;
    }
    
    .modFoguete {
        background: url(../img/elements.png) no-repeat center bottom;
        position: absolute;
        right: 0;
        bottom: 0;
        width: 371px;
        z-index: -9;
    }
    
    .foguete {
        position: absolute;
        bottom: 0;
        right: 82px;
        transform: translateX(-50%);
        display: flex;
        flex-direction: column;
        align-items: center;
        z-index: 1;
    }
    
    .rocket {
        position: absolute;
        right: 44px;
        width: 135px;
        height: 200px;
        bottom: 0;
        transition: bottom 4s ease-in-out;
    }

    .mask {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 105px;
        overflow: hidden;
        z-index: -9;
        transition: height 4s ease-in-out;
    }

    .flame {
        position: relative;
        left: 147px;
    }

    .fogo {
        background: url("../img/baseFogo.png") no-repeat center bottom;
        width: 100%;
        height: 115px;
        display: block;
        position: absolute;
        bottom: 0px;
    }

    .cadastro .btn-cadastro {
        margin: 0 auto;
        display: block;
        padding: 10px 20px;
        margin-bottom: 30px;
    }

    .cadastro h2 {
        color: #010326;
        font-weight: bold;
        text-align: center;
    }
}

@media (min-width: 1200px) {
    
    body.cadastro {
        background: none;
    }

    body {
        font-family: Arial, sans-serif;
        margin: 0;
        background: url(../img/bg.png) no-repeat;
        background-size: contain;
        min-height: 100%;
    }
    
    .header {
        font-size: 50px;
        color: #010326;
        text-align: center;
        position: relative;
        margin-bottom: 0;
        padding-top: 58px;
    }
    
    .header h1 {
        font-size: 50px;
        color: #010326;
        margin: auto;
        font-weight: 100;
        padding-top: 0;
    }
    
    .header h2 {
        font-size: 24px;
        margin: 5px 0;
        font-size: 50px;
        color: #010326;
    }
    
    .data {
        background-color: #3f6abf;
        font-size: 14px;
        margin: 0;
        color: #666;
        padding: 2px;
        text-align: center;
        width: 100px;
        position: absolute;
        top: 0;
        right: 0;
    }
    
    .data p {
        color: #ffffff;
        font-size: 50px;
        line-height: 45px;
        font-weight: bold;
        margin: 20px 0;
    }
    
    .data p span {
        font-size: 35px;
        font-weight: 100;
        display: block;
    }
    
    #myChart{
        height: 205px !important;
        margin: 0 auto;
    }
    
    .footer {
        text-align: center;
        margin-bottom: 50px;
        margin-top: 50px;
    }
    
    .footer p {
        color: #010326;
        margin: 5px 0;
        font-size: 40px;
        font-weight: bold;
    }
    
    .footer .porcentagem {
        color: #335392;
        margin: 5px 0;
        font-size: 50px;
        font-weight: bold;
    }
    
    .modFoguete {
        background: url(../img/elements.png) no-repeat center bottom;
        position: absolute;
        right: 0;
        bottom: 0;
        width: 371px;
        z-index: -9;
    }
    
    .foguete {
        position: absolute;
        bottom: 0;
        right: 82px;
        transform: translateX(-50%);
        display: flex;
        flex-direction: column;
        align-items: center;
        z-index: 1;
    }
    
    .rocket {
        position: absolute;
        right: 44px;
        width: 135px;
        height: 200px;
        bottom: 0;
        transition: bottom 4s ease-in-out;
    }

    .mask {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 105px;
        overflow: hidden;
        z-index: -9;
        transition: height 4s ease-in-out;
    }

    .flame {
        position: relative;
        left: 147px;
    }

    .fogo {
        background: url("../img/baseFogo.png") no-repeat center bottom;
        width: 100%;
        height: 115px;
        display: block;
        position: absolute;
        bottom: 0px;
    }

    .cadastro .btn-cadastro {
        margin: 0 auto;
        display: block;
        padding: 10px 20px;
        margin-bottom: 30px;
    }

    .cadastro h2 {
        color: #010326;
        font-weight: bold;
        text-align: center;
    }

}

@media (min-width: 1400px) {
    
    body.cadastro {
        background: none;
    }

    body {
        font-family: Arial, sans-serif;
        margin: 0;
        background: url("../img/bg.png") no-repeat;
        background-size: contain;
        min-height: 100%;
    }
    
    .header {
        font-size: 50px;
        color: #010326;
        text-align: center;
        position: relative;
        margin: 0;
        padding-top: 58px;
    }
    
    .header h1 {
        font-size: 50px;
        color: #010326;
        margin: auto;
        font-weight: 100;
        padding: 0;
    }
    
    .header h2 {
        font-size: 24px;
        margin: 5px 0;
        font-size: 50px;
        color: #010326;
    }
    
    .data {
        background-color: #3f6abf;
        font-size: 14px;
        margin: 0;
        color: #666;
        padding: 2px;
        text-align: center;
        width: 100px;
        position: absolute;
        top: 0;
        right: 15%;
    }
    
    .data p {
        color: #ffffff;
        font-size: 50px;
        line-height: 45px;
        font-weight: bold;
        margin: 20px 0;
    }
    
    .data p span {
        font-size: 35px;
        font-weight: 100;
        display: block;
    }
    
    .grafico {
        background: url("../img/seta.png") no-repeat center;
    }

    #myChart{
        height: 300px !important;
        margin: 0 auto;
    }
    
    .footer {
        text-align: center;
        margin-bottom: 50px;
        margin-top: 50px;
    }
    
    .footer p {
        color: #010326;
        margin: 5px 0;
        font-size: 40px;
        font-weight: bold;
    }
    
    .footer .porcentagem {
        color: #335392;
        margin: 5px 0;
        font-size: 50px;
        font-weight: bold;
    }
    
    .modFoguete {
        background: url("../img/elements.png") no-repeat center bottom;
        position: absolute;
        right: 0;
        bottom: 0;
        width: 371px;
        z-index: -9;
    }
    
    .foguete {
        position: absolute;
        bottom: 0;
        right: 82px;
        transform: translateX(-50%);
        display: flex;
        flex-direction: column;
        align-items: center;
        z-index: 1;
    }
    
    .rocket {
        position: absolute;
        right: 40px;
        width: 135px;
        height: 200px;
        bottom: 0;
        transition: bottom 4s ease-in-out;
    }
    
    .mask {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 105px;
        overflow: hidden;
        z-index: -9;
        transition: height 4s ease-in-out;
    }

    .flame {
        position: relative;
        left: 147px;
    }

    .fogo {
        background: url("../img/baseFogo.png") no-repeat center bottom;
        width: 100%;
        height: 115px;
        display: block;
        position: absolute;
        bottom: 0px;
    }

    .cadastro .btn-cadastro {
        margin: 0 auto;
        display: block;
        padding: 10px 20px;
        margin-bottom: 30px;
    }

    .cadastro h2 {
        color: #010326;
        font-weight: bold;
        text-align: center;
    }
}

.hidden {
    display: none;
}

.visible {
    display: block;
}

.container, .modFoguete {
    transition: opacity 0.5s ease-in-out;
}

.hidden {
    opacity: 0;
    visibility: hidden;
}


#fireworks-container {
    position: relative;
    overflow: hidden;
}