#botaoMais{
    background: url("../images/bgMenu.png") repeat-x scroll 0 -17px transparent;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    height: 25px;
    margin-left: 40px;
    margin-bottom: 10px;
    padding: 0 15px;
    border: 0 none;
    cursor: pointer;
    display: block;
    float: right;
    line-height: 25px;
}
.valid-card{
  display: block;
  width: 55px;
  float: right;
  margin-top: -35px;
  margin-right: 1px;
}
#formLogin a.btn.btn-secondary.custom {
  background-color: #e4e4e4;
  border-color: #cecece;
  color: #7b7b7b;
  border-radius: 3px;
}
#formLogin a.btn.btn-secondary.custom:hover {
  background-color: #d4d4d4;
  border-color: #b7b7b7;
  color: #4a4a4a;
}
.centraliza-birl{
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.cardb{
  width:40px;
  padding:5px;
}

#languageoptions {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
}
#languageoptions ul {
  position: relative;
  float: left;
  width: 100%;
  padding: 0 10px;
}
#languageoptions ul li {
  position: relative;
  float: left;
  width: 25%;
}
#languageoptions ul li a {
  position: relative;
  float: left;
  width: 100%;
  padding: 0 5px;
  border-radius: 3px;
}
#languageoptions ul li a.selecionado {
  background-color: #4a81b9;
}
#languageoptions ul li a figure {
  position: relative;
  float: left;
  width: 100%;
}
#languageoptions ul li a figure img {
  position: relative;
  float: left;
  width: 100%;
}