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));
	cursor: pointer;
	text-align: center;
    padding-top: 15px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.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;
}
p.boton a{
    color: #444;
    font-size: 16px;
}