:root {
    --bs-font-sans-serif: "Ubuntu", system-ui, -apple-system, "Segoe UI", Roboto,
        "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";

    --cor-1: #005b8a;
    --cor-2: #00a2c5;
    --cor-3: #002c58;
    --cor-4: #939393;
    --cor-5: #606060;
}
a {
    text-decoration: none;
}

.site {
    overflow-x: hidden;
}

#menu {
    display: none;
}
header {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
    max-width: 1535px;
    width: 100%;
    height: 64px;
    background-color: var(--cor-1);
    top: 98px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 14px 32px 32px 14px;
    padding-left: 28px;
    padding-right: 10px;
}

header h1 span {
    color: transparent;
    font-size: 0;
}

header ul {
    max-width: 65%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}
.menu a {
    font-size: 16px;
    font-weight: 700;
    color: white;
}

header .login {
    height: 48px;
    display: flex;
    align-items: center;
    border: 2px solid white;
    border-radius: 24px;
    padding: 15px 18px;
}

header.scroll {
    position: fixed;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    top: 0;
}

.banner {
    position: relative;
}
.banner::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 250px;
    background-color: rgba(0, 0, 0, 0.09);
    filter: blur(100px);
}
.banner .imagem {
    left: 50%;
    transform: translateX(-50%);
    height: 100vh;
    width: 100%;
}
.banner .imagem img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 0 180px 180px;
}
.banner .info {
    padding-top: 100px;
    height: 100vh; /*940px;*/
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 50px;
    position: relative;
}
.banner .info::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    width: 100%;
    height: 250px;
    background-color: rgba(0, 0, 0, 0.5);
    filter: blur(100px);
    z-index: 1;
}
.banner .titulo {
    position: relative;
    z-index: 2;
}
.banner .frase {
    font-size: 25px;
    color: white;
    line-height: 30px;
    position: relative;
    z-index: 2;
}
.banner .link {
    display: inline-block;
    color: white;
    font-size: 20px;
    font-weight: 700;
    height: 54px;
    line-height: 54px;
    padding: 0 30px;
    border-radius: 27px;
    background-color: var(--cor-3);
    position: relative;
    z-index: 2;
}

#porque {
    margin-bottom: 90px;
    padding-top: 100px;
}
#porque .titulo {
    margin-bottom: 100px;
}
#porque .vantagem {
    height: 360px;
    overflow: hidden;
    background-color: var(--cor-2);
}
#porque .vantagem:nth-child(odd) {
    border-radius: 181px 0 0 181px;
}
#porque .vantagem:nth-child(odd) .info {
    padding-left: 100px;
    padding-right: 50px;
}
#porque .vantagem:nth-child(odd) .imagem img {
    border-radius: 181px 0 0 181px;
    overflow: hidden;
}
#porque .vantagem:nth-child(even) {
    border-radius: 0 181px 181px 0;
}
#porque .vantagem:nth-child(even) .info {
    padding-left: 50px;
    padding-right: 100px;
}
#porque .vantagem:nth-child(even) .imagem img {
    border-radius: 0 181px 181px 0;
    overflow: hidden;
}
#porque .vantagem .imagem {
    height: 360px;
    width: 100%;
    overflow: hidden;
    background-color: var(--cor-2);
}
#porque .vantagem .pmg {
    background-color: #00a3c6;
}
#porque .vantagem .imagem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#porque .vantagem .info {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
}

#porque .frase {
    color: white;
    font-size: 35px;
    line-height: 36px;
}

#alem-disso {
    margin-bottom: 130px;
}
#alem-disso .grade {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-bottom: 100px;
}
#alem-disso .info {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    text-align: center;
    max-width: 230px;
    width: 100%;
    margin-bottom: 70px;
}
#alem-disso .info .imagem img {
    max-width: 100%;
}
#alem-disso strong {
    font-weight: 700;
    color: var(--cor-1);
    font-size: 30px;
    line-height: 30px;
    display: block;
    height: 126px;
}
#alem-disso span {
    font-weight: 400;
    color: var(--cor-4);
    font-size: 25px;
    line-height: 25px;
}

#tipo-inscricao {
    border-radius: 126px;
    background-color: var(--cor-1);
    padding: 60px 0 0 0;
}
#tipo-inscricao .faixa-1 {
    margin-bottom: 100px;
}
#tipo-inscricao .faixa-2 {
    margin-bottom: 160px;
}
#tipo-inscricao h3 {
    font-size: 50px;
    font-weight: 700;
    color: var(--cor-1);
}
#tipo-inscricao .texto {
    font-size: 25px;
    line-height: 25px;
    color: var(--cor-5);
}

#tipo-inscricao .faixa-2 .criador-associado {
    background-color: white;
    border-radius: 152px;
}
#tipo-inscricao .faixa-2 .criador-associado .imagem {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    position: absolute;
}
#tipo-inscricao .faixa-2 .criador-associado .info {
    color: var(--cor-4);
    min-height: 305px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
}

#tipo-inscricao .faixa-3 {
    margin-bottom: 130px;
}
#tipo-inscricao .faixa-3 .criador-nao-associado {
    background-color: white;
    border-radius: 97px;
    text-align: center;
}
#tipo-inscricao .faixa-3 .criador-nao-associado .info {
    color: var(--cor-4);
    min-height: 195px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
}
#tipo-inscricao .faixa-4 .botao {
    transform: translateY(36px);
}

#alguns-associados {
    padding-top: 160px;
}

#alguns-associados .associado {
    width: 577px;
    height: 295px;
    border-radius: 0 50px 50px 50px;
    background-color: var(--cor-1);
    padding: 60px;
    color: white;
    position: relative;
}
#alguns-associados .objeto {
    position: absolute;
    top: -57px;
    left: 0;
    z-index: 2;
}

#swiper-associados {
    padding-bottom: 60px;
}
#swiper-associados .swiper-slide {
    padding-top: 60px;
    width: 580px;
}

#alguns-associados .linha-1 {
    height: 24px;
    border-left: 2px solid white;
    padding-left: 5px;
    line-height: 22px;
}
#alguns-associados h3 {
    font-size: 22px;
    margin-bottom: 0;
}
#alguns-associados small {
    font-size: 16px;
}
#alguns-associados .descricao {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
}

#passo-a-passo {
    margin-bottom: 130px;
}
#passo-a-passo .topo {
    margin-bottom: 70px;
}
#passo-a-passo .topo h2 {
    margin-bottom: 25px;
}

#passo-a-passo .topo small {
    color: var(--cor-3);
    font-weight: 500;
    font-size: 30px;
    line-height: 32px;
}

#passo-a-passo .passo {
    text-align: center;
    max-width: 370px;
    width: 100%;
    height: 565px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    background: linear-gradient(to bottom, var(--cor-2), var(--cor-1));
    border-radius: 185px;
    padding: 50px 30px;
    margin: 0 auto 30px auto;
}
#passo-a-passo .passo h3 {
    color: var(--cor-3);
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 0;
}
#passo-a-passo .passo span {
    color: white;
    font-size: 25px;
    line-height: 28px;
}

#quanto {
    padding-top: 70px;
    padding-bottom: 100px;
    background-color: var(--cor-2);
}
#quanto .texto {
    font-size: 30px;
    line-height: 32px;
    color: white;
}

#taxas {
    margin-bottom: 200px;
}
#taxas .taxa {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 620px;
    height: 620px;
    border-radius: 50%;
    z-index: 2;
    text-align: center;
    color: white;
    background-color: var(--cor-3);
    padding-top: 70px;
}
#taxas .taxa h4 {
    font-size: 67px;
    font-weight: 500;
    line-height: 55px;
}
#taxas .preco small {
    font-size: 80px;
    line-height: 78px;
    font-weight: 700;
}
#taxas .preco span {
    font-size: 140px;
    line-height: 138px;
    font-weight: 700;
}
#taxas .valor {
    font-weight: 500;
    font-size: 34px;
}
#taxas .unica {
    width: 162px;
    height: 162px;
    border-radius: 50%;
    background-color: var(--cor-2);
    display: flex;
    justify-content: center;
    align-items: center;
    top: 70px;
    left: 35px;
}
#taxas .unica span {
    letter-spacing: -5px;
}
#taxas .unica span small {
    font-size: 30px;
    line-height: 30px;
    color: var(--cor-3);
    font-weight: 700;
}
#taxas .unica span span {
    font-size: 69px;
    line-height: 69px;
    color: var(--cor-3);
    font-weight: 700;
    -webkit-text-stroke: 3px var(--cor-3);
}
#taxas .unica img {
    top: 0;
    left: 62px;
}
#taxas .anuidade {
    width: 246px;
    height: 246px;
    border-radius: 50%;
    background-color: var(--cor-2);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    bottom: -85px;
    right: 15px;
}
#taxas .anuidade span {
    color: var(--cor-3);
    font-size: 30px;
    font-weight: 500;
    line-height: 32px;
}
#taxas .anuidade strong {
    font-weight: 700;
}
#taxas .frase {
    color: var(--cor-3);
    font-size: 30px;
    height: 220px;
    padding-top: 40px;
}

#servicos {
    margin-bottom: 170px;
}
#servicos h4 {
    font-size: 40px;
    color: var(--cor-2);
    font-weight: 700;
    margin-bottom: 60px;
}
#servicos span {
    color: var(--cor-3);
    font-weight: 500;
    font-size: 30px;
    line-height: 32px;
}
#servicos .servicos {
    display: flex;
    justify-content: center;
    gap: 40px 20px;
    flex-wrap: wrap;
    margin-bottom: 80px;
}
#servicos .servicos .servico {
    display: block;
    width: 263px;
    min-height: 110px;
    border-radius: 37px;
    background-color: var(--cor-4);
    color: white;
    font-size: 26px;
    line-height: 28px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.perguntas-frequentes {
    background-color: var(--cor-3);
    color: white;
    padding-top: 50px;
    padding-bottom: 80px;
}
.perguntas-frequentes a {
    color: white;
}
.perguntas-frequentes h2 {
    margin-bottom: 130px;
}
.perguntas-frequentes .descricao h3 {
    font-size: 36px;
    font-weight: 700;
}
.perguntas-frequentes .descricao p {
    font-size: 22px;
    font-weight: 400;
    line-height: 34px;
}
.perguntas-frequentes .area-link a {
    display: inline-block;
    padding: 20px;
    background-color: white;
    color: var(--cor-3);
    border-radius: 38px;
    font-size: 22px;
    font-weight: 700;
}
.perguntas .pergunta {
    /* margin-bottom: 42px; */
}
.perguntas .pergunta strong {
    font-size: 28px;
    line-height: 32px;
    display: inline-block;
    margin-bottom: 15px;
}
.perguntas .pergunta small {
    font-size: 18px;
    line-height: 22px;
}
.perguntas-frequentes .borda {
    border-right: 1px solid var(--cor-1);
}

#swiper-perguntas {
    height: 700px;
}
#swiper-perguntas .swiper-slide {
    height: 150px;
}

footer {
    background-color: var(--cor-2);
    padding-top: 90px;
    padding-bottom: 120px;
    color: white;
}
footer h2 {
    font-size: 32px;
}
footer address,
footer .telefone,
footer .email,
footer .texto {
    font-size: 22px;
    line-height: 30px;
}
footer input {
    height: 72px;
    border-radius: 36px;
    text-indent: 35px;
    line-height: 72px;
    border: none;
    background-color: white;
    font-size: 22px;
    color: var(--cor-5);
    max-width: 400px;
    width: 100%;
}
footer button {
    background-color: var(--cor-3);
    color: white;
    padding: 3px 20px;
    font-size: 32px;
    font-weight: 700;
    border-radius: 26px;
    border: none;
}
footer .social ul {
    display: flex;
    gap: 20px;
}

/**/
.titulo {
    font-size: 80px;
    font-weight: 700;
    line-height: 80px;
}
.titulo.cor-2 {
    color: var(--cor-2);
}
.titulo.white {
    color: white;
}
.titulo.cor-3 {
    color: var(--cor-3);
}

.sub-titulo {
    font-size: 60px;
    font-weight: 700;
    line-height: 62px;
}
.sub-titulo.cor-1 {
    color: var(--cor-1);
}
.sub-titulo.white {
    color: white;
}
.botao {
    border: none;
    font-size: 50px;
    font-weight: 700;
    height: 72px;
    line-height: 64px;
    border-radius: 36px;
    padding: 0 55px;
    display: inline-block;
}
.botao.cor-1 {
    background-color: var(--cor-1);
    color: white;
}
.botao.cor-2 {
    background-color: var(--cor-2);
    color: white;
}

.swiper-pagination-bullet {
    opacity: 1;
    background: var(--cor-4);
    width: 12px;
    height: 12px;
}
.swiper-pagination-bullet-active {
    background-color: var(--cor-2);
}

.box-destaque-tabelas {
    background-color: var(--cor-1);
    border-radius: 80px;
    padding: 80px 20px;
    margin: 60px 15px;
    box-shadow: 0 20px 40px rgba(0, 91, 138, 0.3);
}

.box-destaque-tabelas h4 {
    color: white !important;
    font-weight: 700;
}

.box-destaque-tabelas .servicos a.servico {
    background-color: white !important;
    color: var(--cor-1) !important;
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
    border: none !important;
    transition: all 0.3s ease !important;
}

.box-destaque-tabelas .servicos a.servico:hover {
    background-color: var(--cor-2) !important;
    color: white !important;
    transform: translateY(-6px) scale(1.02) !important;
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2) !important;
}

/*-xl*/
@media (min-width: 1900px) {
    #tipo-inscricao .faixa-2 .criador-associado .imagem {
        left: 0;
    }
}
@media (max-width: 1399.98px) {
    .banner .imagem img {
        border-radius: 0 0 90px 90px;
    }

    #porque .vantagem .info {
        gap: 20px;
    }
    .sub-titulo {
        font-size: 50px;
        line-height: 58px;
    }
    #porque .frase {
        font-size: 30px;
        line-height: 34px;
    }

    #alem-disso strong {
        font-size: 26px;
        line-height: 26px;
    }

    #alem-disso span {
        font-size: 20px;
        line-height: 22px;
    }

    #taxas .taxa {
        right: -120px;
    }

    .perguntas-frequentes .area-link a {
        font-size: 18px;
    }

    footer input {
        height: 52px;
        max-width: 300px;
    }
    footer button {
        font-size: 20px;
    }
    .titulo {
        font-size: 74px;
        line-height: 76px;
    }

    .botao {
        font-size: 42px;
        line-height: 64px;
    }
}

/*-lg*/
@media (max-width: 1199.98px) {
    header {
        top: 50px;
    }
    #porque .vantagem:nth-child(2n) .info {
        padding-left: 20px;
        padding-right: 45px;
    }
    #porque .vantagem:nth-child(2n + 1) .info {
        padding-left: 50px;
        padding-right: 20px;
    }
    .titulo {
        font-size: 68px;
        line-height: 70px;
    }
    .sub-titulo {
        font-size: 46px;
        line-height: 50px;
    }
    #porque .frase {
        font-size: 26px;
        line-height: 30px;
    }

    #tipo-inscricao h3 {
        font-size: 40px;
    }
    #tipo-inscricao .faixa-3 .criador-nao-associado .info {
        gap: 30px;
        align-items: center;
    }

    #quanto {
        margin-bottom: 60px;
    }

    #taxas {
        margin-bottom: 0;
    }
    #taxas .taxa {
        position: relative;
        bottom: auto;
        right: auto;
        left: auto;
        margin: 0 auto;
    }

    #taxas .frase {
        padding-top: 100px;
    }

    .perguntas-frequentes .area-link a {
        font-size: 14px;
    }

    footer form {
        text-align: right;
    }
    footer input {
        max-width: none;
        margin-bottom: 10px;
    }
}

/*-md*/
@media (max-width: 991.98px) {
    .logo img {
        width: 100px;
    }
    header ul {
        max-width: 75%;
    }
    header ul a {
        font-size: 12px;
        font-weight: 500;
    }

    .banner .imagem img {
        border-radius: 0 0 40px 40px;
    }
    .titulo {
        font-size: 56px;
        line-height: 60px;
    }
    .sub-titulo {
        font-size: 34px;
        line-height: 34px;
    }
    .botao {
        font-size: 36px;
        line-height: 52px;
        height: 62px;
    }
    #porque .frase {
        font-size: 18px;
        line-height: 20px;
    }

    #tipo-inscricao {
        border-radius: 60px;
    }
    #tipo-inscricao .faixa-2 .criador-associado {
        border-radius: 60px;
    }
    #tipo-inscricao .faixa-2 .criador-associado .imagem {
        position: relative;
        top: auto;
        right: auto;
        text-align: center;
        height: 155px;
    }
    #tipo-inscricao .faixa-2 .criador-associado .imagem img {
        width: 210px;
        height: 210px;
    }
    #tipo-inscricao .faixa-3 .criador-nao-associado {
        border-radius: 60px;
    }
    #tipo-inscricao .faixa-3 {
        margin-bottom: 60px;
    }
    #alguns-associados {
        padding-top: 130px;
    }
    #swiper-associados .swiper-slide {
        width: 300px;
    }
    #alguns-associados .associado {
        width: 300px;
        border-radius: 0 20px 20px 20px;
        padding: 20px;
    }

    #passo-a-passo .passo {
        max-width: 300px;
        height: 400px;
    }
    #passo-a-passo .passo .icone img {
        height: 60px;
    }
    #passo-a-passo .passo h3 {
        font-size: 24px;
        line-height: 26px;
    }
    #passo-a-passo .passo span {
        font-size: 18px;
        line-height: 20px;
    }

    #servicos .servicos {
        flex-wrap: wrap;
    }

    #taxas {
        margin-bottom: 30px;
    }

    #servicos {
        margin-bottom: 110px;
    }

    .perguntas-frequentes .descricao,
    .perguntas-frequentes .area-link {
        margin-bottom: 60px;
    }
    .perguntas-frequentes .borda {
        border: none;
    }

}

/*-sm*/
@media (max-width: 767.98px) {
    .banner .imagem {
        height: 700px;
    }
    .banner .info {
        height: 700px;
    }
    header {
        top: 0;
        border-radius: 0;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
        position: fixed;
        width: 100%;
    }
    #menu {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
        position: fixed;
        top: 0;
        left: -101vw;
        width: 100vw;
        height: 100vh;
        background-color: var(--cor-3);
        z-index: 5;
        transition: 0.3s;
    }

    #bt-menu {
        border: none;
        background-color: var(--cor-3);
        height: 30px;
        width: 30px;
        border-radius: 50%;
    }
    #bt-menu i {
        color: white;
    }
    #bt-menu .bi-x-lg {
        display: none;
    }

    body.active,
    html.active {
        overflow: hidden;
    }
    #menu.active {
        left: 0;
    }
    #bt-menu.active .bi-list {
        display: none;
    }
    #bt-menu.active .bi-x-lg {
        display: initial;
    }

    #porque .vantagem:nth-child(2n),
    #porque .vantagem:nth-child(2n + 1),
    #porque .vantagem:nth-child(2n) .imagem img,
    #porque .vantagem:nth-child(2n + 1) .imagem img {
        border-radius: 0;
    }
    #porque .vantagem {
        height: auto;
    }
    #porque .vantagem .imagem {
        height: 200px;
    }
    #porque .vantagem:nth-child(2n + 1) .info,
    #porque .vantagem:nth-child(2n) .info {
        padding: 10px;
        height: 200px;
    }

    #alem-disso strong {
        font-size: 20px;
        line-height: 22px;
    }
    #alem-disso span {
        font-size: 16px;
        line-height: 18px;
    }
    #alem-disso strong {
        height: 84px;
    }
    #alem-disso .info {
        gap: 10px;
        margin-bottom: 40px;
    }
    #taxas .taxa {
        width: 300px;
        height: 300px;
        padding-top: 30px;
    }
    #taxas .anuidade span {
        font-size: 18px;
        line-height: 20px;
    }
    #taxas .anuidade {
        width: 150px;
        height: 150px;
    }
    #taxas .taxa h4 {
        font-size: 40px;
        line-height: 37px;
    }
    #taxas .preco span {
        font-size: 60px;
        line-height: 66px;
    }
    #taxas .preco small {
        font-size: 30px;
        line-height: 32px;
    }
    #taxas .valor {
        font-size: 18px;
    }
    #taxas .anuidade {
        bottom: -66px;
        right: -25px;
    }
    #taxas .unica {
        width: 90px;
        height: 90px;
    }
    #taxas .unica img {
        top: -10px;
        left: 19px;
        transform: rotate(-45deg);
        width: 50px;
    }
    #taxas .unica span span {
        font-size: 34px;
        -webkit-text-stroke: 1px var(--cor-3);
    }
    #taxas .unica span small {
        font-size: 20px;
        line-height: 20px;
        margin-right: 5px;
    }
    #taxas .frase {
        font-size: 26px;
        line-height: 30px;
    }

    #quanto .texto {
        font-size: 22px;
        line-height: 26px;
    }

    #servicos h4 {
        font-size: 34px;
    }
    .perguntas-frequentes h2 {
        margin-bottom: 54px;
    }
    .perguntas-frequentes .descricao h3 {
        font-size: 22px;
    }
    .perguntas-frequentes .descricao p {
        font-size: 18px;
        line-height: 24px;
    }
    .perguntas .pergunta strong {
        font-size: 20px;
        line-height: 24px;
    }
    footer h2 {
        font-size: 26px;
    }
    footer address,
    footer .telefone,
    footer .email,
    footer .texto {
        font-size: 18px;
        line-height: 24px;
    }

    .titulo {
        font-size: 46px;
        line-height: 51px;
    }
    #tipo-inscricao h3 {
        font-size: 34px;
    }
    #tipo-inscricao .texto {
        font-size: 20px;
        line-height: 26px;
    }
    .botao {
        font-size: 30px;
        line-height: 46px;
        height: 52px;
    }
}

/*-xs*/
@media (max-width: 575.98px) {
    .banner .imagem img {
        border-radius: 0 0 20px 20px;
    }


    #porque .vantagem:nth-child(2n + 1) .info,
    #porque .vantagem:nth-child(2n) .info {
        padding-bottom: 60px;
        padding-top: 20px;
        min-height: 150px;
        height: auto;
        justify-content: flex-start;
    }


    #alem-disso {
        margin-bottom: 50px;
    }
    #alem-disso .info {
        padding-bottom: 30px;
        border-bottom: 2px solid var(--cor-2);
        margin-bottom: 20px;
    }
    #alem-disso .grade {
        margin-bottom: 50px;
    }


    .botao {
        height: auto;
        font-size: 20px;
        line-height: 24px;
        padding: 10px 20px;
    }
    .titulo {
        font-size: 40px;
        line-height: 46px;
    }


    #tipo-inscricao .faixa-2 {
        margin-bottom: 60px;
    }
    #tipo-inscricao .faixa-4 .botao {
        transform: translateY(56px);
    }


    #passo-a-passo {
        margin-bottom: 80px;
    }


    #taxas {
        min-height: 550px;
    }


    #swiper-perguntas {
        height: auto;
    }


    #tipo-inscricao,
    #tipo-inscricao .faixa-2 .criador-associado,
    #passo-a-passo .passo,
    #servicos .servicos .servico,
    #tipo-inscricao .faixa-3 .criador-nao-associado {
        border-radius: 20px;
    }
    #tipo-inscricao .faixa-3 .criador-nao-associado {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #servicos {
        margin-bottom: 0;
    }
    .perguntas-frequentes .area-link {
        text-align: center;
    }
}
.menu a.active,
.menu a:hover {
    color: var(--cor-2);
}
.botaoModal {
    border: none;
    font-size: 20px;
    font-weight: 700;
    height: 32px;
    line-height: 24px;
    border-radius: 36px;
    padding: 0 55px;
    display: inline-block;
    color: var(--cor-1);
}
.botaoModal.cor-2 {
    background: var(--cor-2);
    color: white;
}

.botaoModal.cor-4 {
    background: var(--cor-4);
    color: white;
}
.botaoModal.white {
    background: white;
    color: var(--cor-3);
}
.botaoModal.botao-grande {
    display: flex !important;
    justify-content: center;
    align-items: center;

    min-height: 60px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;

    width: 100%;
    padding: 10px 20px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.botaoModal.botao-grande:hover {
    filter: brightness(1.1);
    transform: scale(1.02);
}
.modal {
    --bs-modal-bg: var(--cor-1);
    --bs-modal-color: white;
}
.btn-close {
    background-color: white !important;
    font-size: 16px;
    height: 20px;
    width: 20px;
    line-height: 0;
    opacity: 1;
    border-radius: 5px;
}

.modal label {
    display: block;
    margin-bottom: 7px;
    width: 100%;
}
.modal input[type="text"],
.modal input[type="tel"],
.modal input[type="email"],
.modal input[type="date"],
.modal select {
    width: 100%;
    margin-top: 3px;
    border: none;
    border-radius: 7px;
    padding: 7px 12px;
}
.modal textarea {
    width: 100%;
    margin-top: 3px;
    border: none;
    border-radius: 7px;
    padding: 7px 12px;
}
.modal .form-control.is-invalid {
    border: 2px solid #dc3545 !important;
    box-shadow: 0 0 8px rgba(220, 53, 69, 0.5) !important;
    background-color: #fff !important;
}

.modal .form-control.is-valid {
    border: 2px solid #198754 !important;
    box-shadow: 0 0 8px rgba(25, 135, 84, 0.4) !important;
}

.modal .form-control.is-invalid,
.modal .form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem) !important;
}
#bt-associado-imprimir {
    display: none;
}

#campos-tipos {
    display: none;
}
