/* botao de cadastro */

.box_botoes {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3vw auto;
    gap: 1vw;
}

.box_botoes_esquerda {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 3vw auto 3vw 2vw;
    text-decoration: none;
    gap: 1vw;
}

.botao_solido_principal {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--cor_principal);
    font-family: var(--font-family-koho);
    font-size: 1em;
    width: auto;
    min-width: 12vw;
    height: 2vw;
    text-align: center;
    color: var(--cor_branca);
    border: none;
    border-radius: 0.3vw;
    margin-bottom: 1.5vw;
    text-decoration: none;
    cursor: pointer;
}

.botao_solido_secundario {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 0.15em solid var(--cor_principal);
    color: var(--cor_principal);
    font-family: var(--font-family-koho);
    font-size: 1em;
    width: auto;
    min-width: 12vw;
    height: 2vw;
    text-align: center;
    border-radius: 0.3vw;
    margin-bottom: 1.5vw;
    text-decoration: none;
    cursor: pointer;
    text-decoration: none;
}

.botao_solido_conta:hover,
.botao_cancelar:hover {
    filter: brightness(0.85);
}



/* box dos botões de passagem mais finos*/
.box_botoes_direita {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1.2vw;
    margin-left: 1.5vw;
    margin-right: 1.5vw;
    margin-top: 0;
    margin-bottom: 0;
    position: fixed;
    bottom: 5.8vw;
    right: 6vw;
}

.botao_padrao_principal {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background-color: var(--cor_principal);
    font-family: var(--font-family-koho);
    font-size: 0.9em;
    width: auto;
    min-width: 12vw;
    height: 2vw;
    text-align: center;
    color: var(--cor_branca);
    border: none;
    margin-bottom: 0vw;
    margin-top: 0vw;
    cursor: pointer;
}

.botao_padrao_secundario {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background-color: var(--cor_branca);
    color: var(--cor_principal);
    font-family: var(--font-family-koho);
    font-size: 0.9em;
    width: auto;
    min-width: 12vw;
    height: 2vw;
    text-align: center;
    border: 0.1vw solid var(--cor_principal);
    margin-bottom: 0vw;
    margin-top: 0vw;
    cursor: pointer;
}

.box_btn_vertodos {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin-right: 2vw;
    margin-top: 1vw;
}

.botao_vertodos {
    padding: 0.1vw 0.7vw;
    font-family: var(--font-family-koho);
    font-size: 0.9em;
    color: var(--cor_branca);
    background-color: var(--cor_principal);
    text-decoration: none;
    border-radius: 1vw;
    cursor: pointer;
}

/* ************************Responsividade******************** */
@media only screen and (max-width: 1024px) {
    .box_botoes {
        margin: 4vw auto;
        gap: 2vw;
    }

    .botao_solido_principal {
        width: auto;
        min-width: 15vw;
        height: 3vw;
        border-radius: .5vw;
        margin-top: 2vw;
    }

    .botao_solido_secundario {
        width: auto;
        min-width: 15vw;
        height: 3vw;
        border-radius: .5vw;
        margin-top: 2vw;
    }

    .botao_vertodos {
        padding: 0.1vw 1vw;
        border-radius: 1.5vw;
    }
    /* box dos botões de passagem mais finos*/
    .box_botoes_direita {
        margin: 2vw auto;
        gap: 1vw;
    }

    .botao_padrao_principal {
        width: auto;
        min-width: 15vw;
        height: 3vw;

    }

    .botao_padrao_secundario {
        width: auto;
        min-width: 15vw;
        height: 3vw;

    }
}

@media only screen and (max-width: 768px) {

    .box_botoes {
        margin: 4vw auto;
        gap: 2vw;
    }

    .botao_solido_principal {
        width: auto;
        min-width: 15vw;
        height: 4vw;
        border-radius: .7vw;
        margin-top: 3vw;
    }

    .botao_solido_secundario {
        width: auto;
        min-width: 15vw;
        height: 4vw;
        border-radius: .7vw;
        margin-top: 3vw;
    }

    .botao_vertodos {
        padding: 0.1vw 1.2vw;
        border-radius: 2vw;
    }
    /* box dos botões de passagem mais finos*/
    .box_botoes_direita {
        margin: 2vw auto;
        gap: 1vw;
    }

    .botao_padrao_principal {
        width: auto;
        min-width: 15vw;
        height: 3.5vw;

    }

    .botao_padrao_secundario {
        width: auto;
        min-width: 15vw;
        height: 3.5vw;
    }
}

@media only screen and (max-width: 480px) {

    .box_botoes {
        margin: 8vw auto;
        gap: 1em;
    }

    .botao_solido_principal {
        width: auto;
        min-width: 40vw;
        height: 8vw;
        border-radius: 1.5vw;
        margin-top: 3vw;
    }

    .botao_solido_secundario {
        width: auto;
        min-width: 40vw;
        height: 8vw;
        border-radius: 1.5vw;
        margin-top: 3vw;
    }

    .botao_vertodos {
        padding: 0.1vw 1.5vw;
        border-radius: 3vw;
    }
    /* box dos botões de passagem mais finos*/
    .box_botoes_direita {
        margin: 8vw auto;
        gap: 3vw;
    }

    .botao_padrao_principal {
        width: auto;
        min-width: 41vw;
        height: 7vw;

    }

    .botao_padrao_secundario {
        width: auto;
        min-width: 41vw;
        height: 7vw;

    }
}
