*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: 'myriad-pro', sans-serif;
}
body{
    max-width: 1920px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.display-none{
    display: none;
    visibility: hidden;
}
.content{
    display: block;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.btn{
    display: block;
    max-width: max-content;
    width: 100%;
    padding: 12px 24px;
    text-align: center;
    border-radius: 100px;
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
    transition: all 0.3s linear;
}
.btn.btn-red{
    color: #FFFFFF;
    background: #FF0033;
}
.btn.btn-red:hover{
    opacity: 0.8;
}
#desafio01{
    background: #F4FDE9;
}
#desafio01 aside.header{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 100px;
}
#desafio01 .content-page{
    background: url("./lp_missoes1.png") top center no-repeat #F4FDE9;
    background-size: 1155px;
    height: 790px;
    position: relative;
}
#desafio01 .content-page .container-iframe{
    position: relative;
    overflow: hidden;
    width: 230px;
    height: 505px;
    left: calc(50% + 23px);
    transform: translateX(-50%);
    top: 110px;
}
#desafio01 .content-page .container-iframe .responsive-iframe{
    position: absolute;
    width: 230px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
#desafio02{
    background: linear-gradient(to top, #F4FDE9, #FFFFFF);
    background-size: 1920px;
    height: 735px;
}
#desafio02 .content-page{
    background: url("./lp_missoes2.png") top center no-repeat transparent;
    background-size: 1155px;
    height: 100%;
    position: relative;
}
#desafio02.block .content-page .container-iframe{
    display: none;
}
#desafio02 .content-page .container-iframe{
    position: relative;
    overflow: hidden;
    width: 239px;
    height: 520px;
    left: calc(50% - 6px);
    transform: translateX(-50%);
    top: 48px;
}
#desafio02 .content-page .container-iframe .responsive-iframe{
    position: absolute;
    width: 239px;
    height: 520px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#desafio03{
    background: linear-gradient(to top, #F4FDE9, #FFFFFF);
    background-size: 1920px;
    height: 775px;
}
#desafio03 .content-page{
    background: url("./lp_missoes3.png") top center no-repeat transparent;
    background-size: 1155px;
    height: 100%;
    position: relative;
}
#desafio03.block .content-page .container-iframe{
    display: none;
}
#desafio03 .content-page .container-iframe{
    position: relative;
    overflow: hidden;
    width: 227px;
    height: 495px;
    left: calc(50% - 31px);
    transform: translateX(-50%);
    top: 55px;
}
#desafio03 .content-page .container-iframe .responsive-iframe{
    position: absolute;
    width: 227px;
    height: 495px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#desafio04{
    background: linear-gradient(to top, #F4FDE9, #FFFFFF);
    background-size: 1920px;
    height: 637px;
}
#desafio04 .content-page{
    background: url("./lp_missoes4.png") top center no-repeat transparent;
    background-size: 1155px;
    height: 100%;
    position: relative;
}
#desafio04.block .content-page .container-iframe{
    display: none;
}
#desafio04 .content-page .container-iframe{
    position: relative;
    overflow: hidden;
    width: 216px;
    height: 472px;
    left: calc(50% + 28px);
    transform: translateX(-50%);
    top: 36px;
}
#desafio04 .content-page .container-iframe .responsive-iframe{
    position: absolute;
    width: 216px;
    height: 472px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#desafio02.block{
    background: url("./lp_missoes_block1.png") top center no-repeat transparent;
    background-size: 1920px;
    height: 776px;
}
#desafio02.block .content-page{
    background: none;
}

#desafio03.block{
    background: url("./lp_missoes_block2.png") top center no-repeat transparent;
    background-size: 1920px;
    height: 796px;
}
#desafio03.block .content-page{
    background: none;
}

#desafio04.block{
    background: url("./lp_missoes_block3.png") top center no-repeat transparent;
    background-size: 1920px;
    height: 741px;
}
#desafio04.block .content-page{
    background: none;
}

footer.footer{
    background: #9CEF1C;
    padding: 40px 0;
}
footer.footer .content-infos{
    display: flex;
    justify-content: center;
    align-items: center;
}
footer.footer .content-infos .links-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 380px;
    width: 100%;
}
footer.footer .content-infos .links-content p{
    margin-right: 30px;
}
footer.footer .content-infos .links-content .links-content-a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 290px;
    width: 100%;
}
footer.footer .content-infos .link.media{
    width: 28px;
    height: auto;
    transition: all 0.3s linear;
}
footer.footer .content-infos .link.media:hover svg{
    opacity: 0.8;
}
footer.footer .content-infos p{
    font-size: 20px;
    color: #003828;
    font-weight: 900;
}

@media (max-width: 1024px){
    footer.footer .content-infos{
        justify-content: center;
    }
    footer.footer .content-infos .links-content{
        justify-content: center;
        flex-wrap: wrap;
    }
    footer.footer .content-infos p{
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }
    footer.footer .content-infos .links-content .links-content-a{
        margin: 0 auto;
    }

}
@media (max-width: 768px){
    footer.footer .content-infos .links-content p{
        margin-right: 0;
    }

    #desafio01 aside.header{
        display: flex;
        justify-content: space-between;
        padding-top: 50px;
        flex-direction: column;
        align-items: center;
        gap: 32px;
    }
    #desafio01{
        height: 1400px;
    }
    #desafio01 .content-page{
        background: url("./desafio1.png") top center no-repeat #F4FDE9;
        background-size: 400px;
        height: 1050px;
    }
    #desafio01 .content-page .container-iframe {
        position: relative;
        overflow: hidden;
        width: 158px;
        height: 345px;
        left: calc(50% + 1px);
        transform: translateX(-50%);
        top: 254px;
    }
    #desafio01 .content-page .container-iframe .responsive-iframe {
        position: absolute;
        width: 158px;
        top: 1px;
        left: 0;
        bottom: 0;
        right: 0;
        height: 345px;
    }
    #desafio02:not(.block){
        height: 1040px;
    }
    #desafio02.block{
        background: url(./lp_missoes_block1.png) center center no-repeat transparent;
        background-size: 1920px;
        height: 500px;
    }
    #desafio02:not(.block) .content-page{
        background: url("./desafio2.png") top center no-repeat transparent;
        background-size: 400px;
        height: 100%;
    }
    #desafio02 .content-page .container-iframe {
        position: relative;
        overflow: hidden;
        width: 158px;
        height: 345px;
        left: calc(50% + 1px);
        transform: translateX(-50%);
        top: 254px;
    }
    #desafio02 .content-page .container-iframe .responsive-iframe {
        position: absolute;
        width: 158px;
        top: 1px;
        left: 0;
        bottom: 0;
        right: 0;
        height: 345px;
    }
    #desafio03:not(.block){
        height: 1040px;
    }
    #desafio03.block {
        background: url(./lp_missoes_block2.png) center center no-repeat transparent;
        background-size: 1920px;
        height: 500px;
    }
    #desafio03:not(.block) .content-page{
        background: url("./desafio3.png") top center no-repeat transparent;
        background-size: 400px;
        height: 100%;
    }
    #desafio03 .content-page .container-iframe {
        position: relative;
        overflow: hidden;
        width: 158px;
        height: 345px;
        left: calc(50% + 1px);
        transform: translateX(-50%);
        top: 254px;
    }
    #desafio03 .content-page .container-iframe .responsive-iframe {
        position: absolute;
        width: 158px;
        top: 1px;
        left: 0;
        bottom: 0;
        right: 0;
        height: 345px;
    }
    #desafio04:not(.block){
        height: 1040px;
    }
    #desafio04.block {
        background: url(./lp_missoes_block3.png) center center no-repeat transparent;
        background-size: 1920px;
        height: 500px;
    }
    #desafio04:not(.block) .content-page{
        background: url("./desafio4.png") top center no-repeat transparent;
        background-size: 400px;
        height: 100%;
    }
    #desafio04 .content-page .container-iframe {
        position: relative;
        overflow: hidden;
        width: 158px;
        height: 345px;
        left: calc(50% + 1px);
        transform: translateX(-50%);
        top: 254px;
    }
    #desafio04 .content-page .container-iframe .responsive-iframe {
        position: absolute;
        width: 158px;
        top: 1px;
        left: 0;
        bottom: 0;
        right: 0;
        height: 345px;
    }

}