* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}


html, body {
  overflow-x: hidden;
}

.agendar a,
.tela2-agendar a {
  text-decoration: none;
  border: 1px solid silver;
  padding: 10px;
  border-radius: 20px;
  color: #fff;
  background-image: linear-gradient(to bottom right, #545454, #bba34c);
}

.agendar a:hover,
.tela2-agendar a:hover {
  color: white;
  background-image: linear-gradient(to bottom right, #bba34c, #545454);
}

.tela3-topico1 {
  display: flex;
}

ul li {
  list-style: none;
}

.logo-redes-sociais {
  display: flex;
  padding-top: 25px;
}

.direitos-reservados a {
  text-decoration: none;
}

#menu {
  display: flex;
  align-items: center;
  height: 20%;
}

.logo-menu {
  margin-top: 5%;
}

.fundo1 {
  width: 100%;
  height: 80%;
}

.fundo1::before {
  background-repeat: no-repeat;
  background-image: url(imagens/imagem-fundo3.jpg);
  background-size: cover;
  opacity: 0.2;
  width: 100%;
  height: 80%;
  content: "";
  position: absolute;
  z-index: -1;
}

.texto1 p {
  font-size: 4em;
  font-weight: bold;
  color: #dabb4a;
  font-family: rubik;
  text-shadow: 0.1em 0.1em 0.2em #c0c0c0;
  margin-left: 5%;
}

.texto2 p {
  font-weight: bold;
  font-size: 2em;
  font-family: "Times New Roman", Times, serif;
  text-align: justify;
  margin-left: 5%;
  margin-right: 10%;
}

.agendar {
  font-size: 2em;
  margin-top: 7%;
  margin-bottom: 10%;
  text-align: center;
}

.tela2-agendar {
  font-size: 2em;
  margin-top: 15%;
  margin-bottom: 3%;
  text-align: center;
}

.texto1,
.texto2 p {
  margin-top: 5%;
}

#implantes {
  background-color: #000;
  width: 100%;
  height: auto;
  padding-top: 5%;
  border: 1px solid #000;
}

.tela2-topico1 {
  display: flex;
}

.tela2-titulo1,
.tela2-titulo3 {
  font-size: 4em;
  color: #dabb4a;
  font-family: rubik;
  padding-left: 10%;
}

.tela2-titulo2,
.tela2-titulo4 {
  padding-right: 5%;
  font-size: 4em;
  color: #dabb4a;
  font-family: rubik;
}

.texto-titulo1,
.texto-titulo2,
.texto-titulo3,
.texto-titulo4 {
  color: #fff;
  font-size: 0.5em;
  margin-top: 5%;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  text-align: justify;
}

.tela2-titulo1 .texto-titulo1,
.tela2-titulo3 .texto-titulo3 {
  width: 100%;
}

.tela2-titulo2 .texto-titulo2,
.tela2-titulo4 .texto-titulo4 {
  width: 100%;
}

.tela2-topico2,
.tela2-topico3,
.tela2-topico4 {
  display: flex;
  margin-top: 5%;
}

.fnd2-img1,
.fnd2-img2,
.fnd2-img3,
.fnd2-img4 {
  width: 30%;
  height: 10%;
}

.tela2-topico1 .barra-inferior {
  border: 1px solid #dabb4a;
  margin-top: 5%;
  width: 100%;
}

.tela2-topico2 .barra-inferior {
  border: 1px solid #dabb4a;
  margin-top: 5%;
  width: 100%;
}

.tela2-topico3 .barra-inferior {
  border: 1px solid #dabb4a;
  margin-top: 5%;
  width: 100%;
}

.tela2-topico4 .barra-inferior {
  border: 1px solid #dabb4a;
  margin-top: 5%;
  width: 100%;
}

.tela3 {
  height: auto;
  padding-top: 5%;
  display: flex;
}

.img-tela3 {
  width: 50%;
  height: 25%;
}

.tela3-topico1 {
  width: 100%;
}

#sobre-a-clinica {
  font-size: 4em;
  color: #dabb4a;
  font-family: rubik;
  margin-left: 5%;
  text-align: center;
  
}

#sobre-a-clinica p {
  color: #000;
  font-size: 0.54em;
  margin-top: 5%;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  text-align: justify;
  width: 100%;
  line-height: 130%;
}

.cabecalho {
  display: flex;
  background-color: #000;
  height: 70%;
  width: 100%;
}

.cabecalho .menu-contato,
.cabecalho .redes-sociais {
  font-size: 3em;
  text-align: center;
}

.menu-contato,
.redes-sociais {
  color: #fff;
  margin-left: 2%;
  padding-top: 5%;
  margin-right: 1%;
}

.redes-sociais {
  margin-left: 5%;
}

.contato {
  color: #fff;
  line-height: 130%;
  font-size: 0.6em;
  margin-top: 5%;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  text-align: justify;
  width: 100%;
}

.contato img {
  width: 7%;
  height: 5%;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

.logo-redes-sociais img {
  width: 50%;
  height: 60%;
  margin-top: 10%;
}

.direitos-reservados {
  text-align: center;
  padding-top: 1%;
  margin-bottom: 1%;
  height: 8%;
  font-size: 2em;
}