footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 339px;
}
#page-container {
  position: relative;
  min-height: 100vh;
}

#content-wrap {
  padding-bottom: 339px;
}

@media screen and (min-width: 768px) {
	#content-wrap {
	  padding-bottom: 213px;
	}
	footer {
	  height: 213px;
	}
}
.logo-marca{
	max-height: 80px;
    width: auto;
}
.benefit-btn-icon{
	height: 20px;
    padding-bottom: 5px;
    color: #fff !important;
    margin-right: 5px;
    display: block;
    display: inline-block;
}
.benefit-search-error{
    width: 80px;
    display: block;
    margin: 0 auto;
}
.asistencia__frm__msg{
    display: none;
    color: red !important;
    margin-top: 2px;
}
