*{
    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;
}
main{
    background: url("./fundo_teaser_02.png") top center no-repeat #F4FDE9;
    background-size: 1150px;
}
.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: 370px;
    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;
}
.btn.btn-red:hover{
    opacity: 0.8;
}
.btn-outline-green{
    box-shadow: 0 0 10px 4px rgb(0 0 0 / 10%);
    background: #95EB1F;
    border: 1px solid #95EB1F;
    color: #053E30;
}
.btn-outline-green:hover{
    background: #8cdb1d;
}
main section#main{
    padding-top: 45px;
    padding-bottom: 105px;
    height: 750px;
    position: relative;
}
main section#main .container-iframe{
    position: relative;
    overflow: hidden;
    width: 247px;
    height: 538px;
    left: calc(50% + 169px);
    transform: translateX(-50%);
    top: 74px;
}
main section#main .container-iframe .responsive-iframe{
    position: absolute;
    width: 247px;
    height: 538px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
main section#main .content-page .links .content-link > .link{
    position: absolute;
    top: 510px;
}
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){

    main section#main .content-page .links{
    }
    main section#main .content-page .links .content-link{
        margin-top: 0;
    }
    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){
    main{
        background: url("./fundo_teaser_02_mobile.png") top center no-repeat #F4FDE9;
        background-size: 768px;
    }
    main section#main{
        height: 1167px;
    }
    main section#main .content-page .links .content-link > .link{
        top: 420px;
        left: 50%;
        transform: translateX(-50%);
    }
    footer.footer .content-infos .links-content p{
        margin-right: 0;
    }
    main section#main .container-iframe{
        position: relative;
        overflow: hidden;
        width: 248px;
        height: 540px;
        left: calc(50% + 1px);
        transform: translateX(-50%);
        top: 509px;
    }
    main section#main .container-iframe .responsive-iframe{
        position: absolute;
        width: 248px;
        height: 540px;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }
}

.azul{
    background: #00A0E8;
}
.verde{
    background: #00C700;
}
.amarelo{
    background: #FFBA00;
}
.laranja{
    background: #FF8400;
}
.vermelho{
    background: #FF0033;
}
.rosa{
    background: #E6006C;
}