img.bannerImg {
    margin-top: -2px;
}
label {
    visibility: hidden;
}
input#filterInput {
    visibility: visible;
}
.row .col.s6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
}
.botones.row {
    background-color: var(--tm-blue);
    background-image: linear-gradient(90deg,rgb(1,80,167),rgb(2,108,223),rgb(1,80,167));
	text-align: center;
    padding: 15px 10px;
    margin-bottom: 0px;
    margin-top: -10px;
}
.botones > div a {
	font-size: 16px;
	font-weight: bold;
	color: white;
}
p.boton {
    text-align: center;
    background: white;
    padding: 4px;
    font-size: 14px;
    border-radius: 4px;
    color: #444;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    cursor: pointer;
    font-family: Averta, TMSans, Arial;
}
p.boton a{
    color: #444;
    font-size: 16px;
}

.filterBar a {
    width: 16%;
    margin: 0;
    padding: 5px 1%;
    border: 0;
    float: left;
    background: var(--tm-blue);
    background-image: linear-gradient(90deg, rgb(1, 80, 167), rgb(2, 108, 223), rgb(1, 80, 167));
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
}