.logo {
  width: 200px;
  vertical-align: top;
  text-align: top;
  vertical-align: top;
}

.avatar {
  height: 150px;
}

.imgproy {
  height: 75px;
  width: 75px;
  object-fit: cover;
}

.vizprev {
  background-color: #eee;
  border: 1px solid #888;
}
/* Set black background color, white text and some padding */
footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  /*background-color: #555;*/
  background-color: #f2f2f2;
  padding: 25px;
  /*color: white;*/
  color: #777777;
  padding: 10px;
}

 /* Style the list */
 ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #eee;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
} 

/* WhatsApp float */
.whatsAppFloat {
  position: fixed;
  bottom: 120px;
  right: 40px;
}
