
a {
    text-decoration: none;
}

a.text-primary:hover {
    text-decoration: underline;
}


.bg-image h1{
    color: #FFF;
    font-size: 50px;
    font-style: normal;
    font-weight: 300;
    padding-left: 5rem;
}

h3{
    color: #007AFF;
    font-family: "Acumin Pro";
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
}
.textos{
    gap: 24px;
    padding: 30px 30px 54px 30px;
}
.separator{
    width: 30px;
    height: 1px;
    border-top: 1px solid #01001C;
}

.banner-topo{
    height: 460px;
}

.banner-politica{
    height: 300px;
}

.title{
    color: #1F1F20;
    text-align: center;
    font-size: 3.125rem;
    font-style: normal;
    font-weight: 300;
    margin-left: auto;
    margin-right: auto;
}

.sub{
    color: #1F1F20;
    text-align: center;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 300;
    max-width: 779px;
    margin-left: auto;
    margin-right: auto;
}
.text{
    color: #01001C;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

#missao{
    padding: 70px 20px;
    background: #0072CA;


}

#missao h2{
    color: #FFF;
    text-align: center;
    font-size: 50px;
    font-style: normal;
    font-weight: 300;
}

#missao p{
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

#splide-historia .splide__slide {
    height: 670px;
    border-radius: 0;
    overflow: hidden;
}

#splide-historia .splide__slide:hover {
    transform: translateY(-4px);
}

#splide-historia .dot {
    width: 10px;
    height: 10px;
    background-color: #fff;
    display: inline-block;
}

#splide-historia .arrow {
    font-weight: bold;
}

.splide__pagination {
    bottom: -1.8em;
}

/* Remove o estilo padrão de bolinhas */
/* Centraliza os bullets */
.splide__pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 1rem;
    top: 100%
}

/* Ponto inativo = barra clara */
.splide__pagination__page {
    background: #e5e5e5;
    width: 32px;
    height: 3px;
    border-radius: 2px;
    transition: background 0.3s ease;
}

.textos-historia {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.textos-historia h4 {
    font-size: 2rem;
    line-height: 1.2;
}

.textos-historia p {
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

.textos-historia a {
    font-weight: bold;
}

/* Ponto ativo = barra preta */
.splide__pagination__page.is-active {
    background: #000;
}

.card-historia{
    border-radius: 0;
}

input, select, .select2-container--default .select2-selection--single {
    width: 100%;
    min-height: 38px;
    font-size: 0.9rem;
    border-radius: 0;
    align-content: center;
}


.input-group-text {
    background-color: #f8f8f8;
    border-color: #ced4da;
    padding: 5px;
}
.input-group{
    flex-wrap: inherit;
}

#texto-condicao-compra h2{
    color: #007AFF;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
}

#texto-condicao-venda h2{
    color: #007AFF;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
}

.container-politica{
    padding: 1rem 10rem;
}

@media (max-width: 768px) {
    #splide-historia .splide__slide {
        height: 500px;
    }
    .container-politica{
        padding: 1rem 2rem;
    }
    .bg-image h1 {
        font-size: 37px;
        padding-left: 0;
        text-align: center;
    }
}