/* Inicio */

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Times New Roman", Times, serif;
}

/* Corpo */

body {
  /* tamanho dos bgl */
  width: 100%;
  height: 100%;
  background-color: white;
  overflow-x: hidden;
  background-image: url("../imagens/pcmedico.jpg");
  background-repeat: no-repeat;
}

/* Cabeçalho */

header {
  width: 100%;

  position: fixed;
  background-color: #ccc8fe;
  height: 70px;
  box-shadow: 0px 5px 20px rgb(44, 43, 43);
  padding: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 99;
}

.menu {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.menu li a {
  color: black;
  display: block;
  text-decoration: none;
  padding: 10px 20px 10px 20px;
  margin-left: 20px;
  border-radius: 10px;
  font-size: 22px;
}

.menu li a:hover {
  color: white;
  display: block;
  text-decoration: none;
  margin-left: 20px;
  background-color: #333;
}

.logo {
  width: 45px;
  height: 45px;
  border-radius: 10px;
}

.logo img {
  width: 60px;
}

.fundo {
  position: absolute;
  width: 305px;
  height: 53px;
  left: 1065px;
  top: 170.6px;

  font-family: "Inconsolata";
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 52px;
  /* identical to box height */

  color: #000000;

  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transform: rotate(-0.09deg);
}

footer h3 {
  display: flex;
  justify-content: right;
  padding: 20px;
  margin-left: 900px;
}

.oladoutor {
  position: absolute;
  width: 305px;
  height: 53px;
  left: 885px;
  top: 170.6px;
  font-weight: 150;
  font-size: 25px;
  line-height: 0px;
  transform: rotate(0.07deg);
  color: antiquewhite;

}


.quadrado {
  position: absolute;
  width: 300.83px;
  height: 40px;
  left: 215px;
  top: 330px;
  background: #6e66ff52;
  font-size: 15px;
  text-align: center;

}

.quadrado2 {
  position: absolute;
  width: 300.83px;
  height: 40px;
  left: 100px;
  top: 210px;
  background: #6e66ff52;
  font-size: 15px;
  text-align: center;


}

.quadrado a {
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.quadrado2 a {
  color: #ffffff;
  text-decoration: none;
}

.doutorpimpolho {
  background-image: url(OIP.jpg);
  width: 25px;
  height: 25px;
  left: 215px;
  top: 330px;
}


.dedao {position: absolute;
  
  left: 850px;
  top: 182px;

}
footer {
  width: 1272px;
  position: absolute;
  height: 70px;
  background-color: #CCC8FE;
  box-shadow: 0px rgb(44, 43, 43);
  padding: 0px;
  bottom: -150px;
  text-align: right;
  
}

footer h2 {
  display: flex;
  justify-content: end;
  padding: 20px;

}