@font-face {
    font-family: "Panton Bold";
    src: url("../fonts/PantonBold.woff") format("woff")
}

@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans-Regular.woff") format("woff")
}

@font-face {
    font-family: "Open Sans Semi Bold";
    src: url("../fonts/OpenSans-SemiBold.woff") format("woff")
}

.panton-bold {
    font-family: 'Panton Bold', 'sans-serif';
}

.open-sans {
    font-family: 'Open Sans', 'sans-serif';
}

.open-sans-bold {
    font-family: 'Open Sans Semi Bold', 'sans-serif';
}

.btn-validar.btn-success {
    align-items: center;
    background-color: #218838;
    border: none;
    border-radius: 4.2rem;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 0.85rem;
    font-weight: 600;
    gap: 10px;
    justify-content: center;
    line-height: 1.7rem;
    letter-spacing: 1.68px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0px 2px 2px #0000002b;
    transition: all 0.3s ease;
    padding: 0.4rem 2.97rem;

    transition: all 0.3s ease;
}

.btn-validar.btn-primary {
    align-items: center;
    background-color: #007bff;
    border: none;
    border-radius: 4.2rem;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 0.85rem;
    font-weight: 600;
    gap: 10px;
    justify-content: center;
    line-height: 1.7rem;
    letter-spacing: 1.68px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0px 2px 2px #0000002b;
    transition: all 0.3s ease;
    padding: 0.4rem 2.97rem;

    transition: all 0.3s ease;
}

.btn-validar {
    align-items: center;
    background-color: #09235B;
    border: none;
    border-radius: 4.2rem;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 0.85rem;
    font-weight: 600;
    gap: 10px;
    justify-content: center;
    line-height: 1.7rem;
    letter-spacing: 1.68px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0px 2px 2px #0000002b;
    transition: all 0.3s ease;
    padding: 0.4rem 2.97rem;

    transition: all 0.3s ease;
}

.btn-validar.outline {
    border: 1px solid #09235B;
    background-color: transparent;
    color: #09235B;
}

.btn-validar.outline.btn-success {
    border: 1px solid #218838;
    background-color: transparent;
    color: #218838;
}

.btn-validar:hover {
    filter: brightness(1.3);
}

.input-validar {
    border: 1px solid #203461;
    box-shadow: 0px 5px 10px #101e3224;
    padding: 1rem 1rem 1rem 2.2rem;
    border-radius: 2.6rem;
    height: 44px;
    width: 100%;
    background-color: white;
    color: #203461;
}

.select-validar {
    border: 1px solid #203461;
    box-shadow: 0px 5px 10px #101e3224;
    padding: 0.5rem 1rem 0.5rem 2.2rem;
    border-radius: 2.6rem;
    height: 44px;
    width: 100%;
    background-color: white;
    color: #203461;
}

.input-validar:focus {
    box-shadow: 0px 0px 18px #00ccff;
    border: 1px solid #00CCFF;
    outline: none;
}

.bg-section-frame {
    background: transparent linear-gradient(180deg, #FFFFFF00 0%, #09235B1A 100%) 0% 0% no-repeat padding-box;
}

.bar-atencao {
    width: 185px;
    height: 2px;
    background-color: #B6BDCC;
}

.title-pagamento {
    font-size: 29px;
}

.title-3 {
    color: #152F65;
    font-size: 30px;
}

.descricao-title-3 {
    color: #152F65;
}

@media(max-width: 800px) {
    .title-pagamento {
        text-align: center;
    }

    .bar-atencao {
        display: none;
    }

    .title-3 {
        font-size: 20px;
    }

    .descricao-title-3 {
        font-size: 14px;
    }
}

.tabela-pagamentos{
    background: #fff;
    border-radius: 10px;
}