.mobile {
    display: none;
}
@media(max-width: 500px) {
    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }
}
.my-4 {
    max-width: 50px;
    border-width: 3px;
    border-color: #C70001;
}
.escudo img {
    width: 20px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: none;
}
.table {
     margin-bottom: 0;
}

.no-padding {
    padding: 0;
}
.topo {
    height: 250px;
    background-image: url("../imagens/topo.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.margin-top-1x {
    margin-top: 1em;
}
.margin-top-2x {
    margin-top: 2em;
}
.text-white {
    color: white;
}
.no-row {
    margin-left: 0;
    margin-right: 0;
}