* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  width: 90%;
  background-color: #ddf;
  align-self: auto;
  margin: 20px;
}

p {
  text-align: justify;
}

#header {
  display: flex;
  align-items: baseline;
}

#intro1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
}

#titAct {
  display: flex;
  align-items: baseline;
}

#titulo {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: bold;
  margin-top: 10px;
}

#ultAct {
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  margin-left: 20px;
}

#procura {
  margin-left: 20px;
}

#agendaBtn {
  padding: 8px 20px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #04aa6d;
  border: none;
  border-radius: 15px;
  box-shadow: 0 5px #999;
  margin-left: 15px;
}

#agendaBtn:hover {
  background-color: #3e8e41;
}

#agendaBtn:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(2px);
}

#corpo {
  display: flex;
  margin-top: 10px;
}

#esquerda {
  flex-basis: 25%;
  padding-left: 5px;
  background-color: azure;
  margin-right: 5px;
  border: black;
  border-style: double;
  border-radius: 5px;
}

#quintaId {
  width: 95%;
  height: 20px;
  text-align: right;
}

#quintaBtn {
  cursor: pointer;
}

#esquerda p {
  text-align: center;
  margin-bottom: 20px;
}

#esquerda a {
  text-decoration: none;
  color: black;
}

#direita {
  flex-basis: 75%;
}

#esquerda ul {
  list-style-type: none;
}

#esquerda li {
  padding-top: 5px;
}

#direita p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}

#gatos {
  display: flex;
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
  border: black;
  border-style: groove;
  border-radius: 5px;
}

#gatosNomesImg {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#branca {
  margin: 10px;
}

#zugui {
  margin: 10px;
}

#zita {
  margin: 10px;
}

#p1gatos {
  text-align: center;
}

#p2gatos {
  text-align: center;
  margin-top: 20px;
}

#gatosNomesImg2 {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#arti {
  margin: 10px;
}

#ema {
  margin: 10px;
}

#linux {
  margin: 10px;
}

#clinica {
  display: flex;
  margin-top: 15px;
}

#clindir {
  margin-left: 15px;
}

@media (max-width: 870px) {
  #header {
    flex-direction: column;
  }
}

@media (max-width: 750px) {
  #titAct,
  #corpo {
    flex-direction: column;
  }

  #direita {
    padding-top: 10px;
  }

  #esquerda {
    background-color: #ddf;
  }

  #imgBranca {
    width: 85;
    height: 70;
  }

  #imgZugui {
    width: 90;
    height: 115;
  }

  #imgZita {
    width: 90;
    height: 65;
  }

  #gatosNomesImg {
    flex-direction: column;
  }

  #gatosNomesImg2 {
    flex-direction: column;
  }
}
