body {
  margin: 0;
  padding-bottom: 150px;
  /* espaço para o footer fixo */
}

.head-bar {
  background: linear-gradient(to bottom, #2e6d90, #00c2de);
  height: 150px;
}

.head-bar .row {
  height: 100%;
}

.head-bar .col-img,
.head-bar .col-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.head-bar .col-title h1 {
  color: white;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}

.head-bar img {
  max-height: 60%;
  max-width: 100%;
}

.footer-bar {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 30px;
  background: linear-gradient(to bottom, #2e6d90, #00c2de);
}

.footer-text {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  /* font-weight: bold; */
  font-size: 14px;
  text-align: center;
}

.sombra-personalizada {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}
