header {
  background: linear-gradient(147deg, #568281 0%, #2f3e44 74%);
  min-height: 100px;
  padding: 20px;
  display: flex;
}

.escudo {
  margin-left: auto;
  display: block;
  height: 150px;
}

.tiutlo {
  font-size: clamp(20px,100vw,50px);
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  color: white;
  font-weight: bold;
}

footer {
  display: flex;
  background: linear-gradient(147deg, #568281 0%, #2f3e44 74%);
  min-height: 100px;
  padding: 20px;
  position: absolute;
  bottom: 0px;
  width: 100%;
}

.pie {
  font-size: clamp(20px,2vw,20px);
  display: block;
  margin: auto;
  color: white;
  font-weight: bold;
}

