@media(max-width: 989px) {
    .breadcrumb-custom {
        display: flex; 
        flex-wrap: wrap;
        justify-content: center;
        background-color: #f8f9fa;
        border-radius: 0.25rem;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .breadcrumb-chevron {
        background: none;
    }

    .breadcrumb .breadcrumb-item {
        padding: 0.5rem 1rem;
        margin: 0 0.5rem; /* Menor espaçamento */
    }

    .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        content: '>';
        padding: 0 0.5rem;
    }

    .breadcrumb .nav-link {
        font-size: 1.2rem; /* Aumenta o tamanho da fonte */
    }

    header .row {
        flex-direction: column;
        text-align: center; 
    }

    header .col-md-3, header .col-md-9 {
        width: 100%;
    }

    header img {
        margin-bottom: 0.5rem;
    }
    .form-check {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.formasPagamento button i{
	height: 20px !important;
}

.nav-item{
	width: 85px;
}
}
    
