.card-img-top {
    width: 100% !important;
    height: 160px !important;
    object-fit: cover;
}

.card-body {
    background-color: #001126;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}

.info-trilha-incompleta {
    margin-top: 10px;
    width: 100%;
    background-color: none;
    color: #007AFF;
    padding: 10px;
    border-radius: 100px;
    border: 1px solid #007AFF;
    text-align: center;
}

.info-trilha-completa {
    margin-top: 10px;
    width: 100%;
    background-color: #007AFF;
    color: white;
    padding: 10px;
    border-radius: 100px;
    border: 1px solid #007AFF;
    text-align: center;
}

.btn-certificate:hover {
    background-color: #007AFF;
    color: white;
}

.card-title {
    color: white;
}

.badge-primary {
    background-color: #007AFF;
    color: white;
    width: fit-content;
}

h2 {
    color: #002147;
}

h4 {
    color: #007AFF;
}

.swiper-container {
    width: 100%;
    height: 400px;
    overflow: hidden;
    padding-right: 50px;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* .swiper-wrapper {
    width: 200vw !important;
    display: flex;
    margin-right: 100px !important;
    border: 2px solid red;
} */