
.img_banner_principal {
    width: 100%;
    margin: 0;
    padding: 0;
}

.oferta > .card {
    /* Resetando bordas dos cards */
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
}

.img_card {
    width: 100%;
    max-width: 800px;
    border-radius: 5px;
}

.img_destaque {
    display: flex;
    align-items: center;
    justify-content: center;
}

.img_card_padrao_central {
    width: 70%;
    max-width: 1200px;
    border-radius: 5px;
}

.btn__saibaMais {
    background: #ffcc00;
    color: black;
    box-shadow: none !important;
    border: 0 none !important;
}

.card__centered {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.card_destaque {
    width: 100%;
}

.btn__candidatar {
    box-shadow: 0 0 0 0 !important;
    border: 0 none !important;
    outline: 0 !important;
}

/* Formulário para envio de email */
.form__input {
    box-shadow: 0 0 0 0 !important;
    outline: 0 !important;
}

@media(min-width: 768px){
    .card_destaque {
        width: 50%;
    }
}