.translado {
    background-image: url("../img/site06.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 1000px;
    color: #ffffff;
}
.translado .titulo h2 {
    margin-top: 265px;
    font-size: 50px;
}
.translado .titulo img {
    width: 20%;
}
.translado .cards .card-title {
    color: #fe621a;
}
.translado .cards .card-text {
    color: black;
}
.translado .cards .btn-laranja {
    background-color: #fe621a;
    color: #ffffff;
    border-color: #fe621a;
}
.translado .cards .badge-laranja {
    background-color: #fe621a;
}

@media(max-width:767px) {
    .translado {
        background-color: #fe621a;
        height: auto;
        margin-top: 0;
    }
    .translado .titulo h2 {
        margin-top: 40px;
        font-size: 35px;
    }
    .translado .titulo img {
        width: 50%;
    }
    .translado .card:nth-child(2) {
        margin-top: 15px;
    }
    .translado .card:last-child {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}