.titulo {
  text-align: center;
}

/* SECTION: HEADER */

.navbar {
  background-color: #ffffff;
  filter: (opacity=50);
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande',
    'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.logo {
  max-width: 25%;
  margin-left: 10%;
  margin-top: 2%;
}

.collapse {
  width: 200px;
}

.nav-link {
  color: rgb(63, 64, 64) !important;
}

/* SECTION: BANNER */

.banner {
  background-image: url('img/fundobanner.jpg');
}

.img-fluid {
  margin: auto;
}

.jumbotron {
  padding-top: 5%;
}

/* SECTION: SOBRE MIM */

.text-center {
  padding-top: 2%;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande',
    'Lucida Sans Unicode', 'Geneva', 'Verdana', 'sans-serif';
}

.txt-descricoes {
  margin-left: 5%;
  line-height: 1.5;
}

.social-medias {
  text-align: center;
  padding-left: 20%;
}

.social-medias .wrapper .icon {
  position: relative;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 10px;
  width: 50px;
  height: 50px;
  font-size: 22px;
  display: flex; /* Flexbox */
  align-items: center; /* Centraliza verticalmente */
  justify-content: center; /* Centraliza horizontalmente */
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  color: #333;
  text-decoration: none;
}

.wrapper .tooltip {
  position: absolute;
  top: 0;
  line-height: 1.5;
  font-size: 14px;
  background-color: #ffffff;
  color: #ffffff;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip::before {
  position: absolute;
  content: '';
  height: 8px;
  width: 8px;
  background-color: #ffffff;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .icon:hover .tooltip {
  top: -45px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.wrapper .facebook:hover,
.wrapper .facebook:hover .tooltip,
.wrapper .facebook:hover .tooltip::before {
  background-color: #3b5999;
  color: #ffffff;
}

.wrapper .twitter:hover,
.wrapper .twitter:hover .tooltip,
.wrapper .twitter:hover .tooltip::before {
  background-color: #46c1f6;
  color: #ffffff;
}

.wrapper .instagram:hover,
.wrapper .instagram:hover .tooltip,
.wrapper .instagram:hover .tooltip::before {
  background-color: #e1306c;
  color: #ffffff;
}

.wrapper .youtube:hover,
.wrapper .youtube:hover .tooltip,
.wrapper .youtube:hover .tooltip::before {
  background-color: #de463b;
  color: #ffffff;
}

.wrapper .linkedin:hover,
.wrapper .linkedin:hover .tooltip,
.wrapper .linkedin:hover .tooltip::before {
  background: #007bb5;
  color: white;
}

.assinatura {
  max-width: 60%;
  margin: auto;
  margin-top: 15%;
}

/* SEÇÃO: ATENDIMENTOS */

.tipo-atendimentos {
  padding-top: 5%;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande',
    'Lucida Sans Unicode', 'Geneva', 'Verdana', 'sans-serif';
}

.card {
  text-align: center;
  height: 100%;
  width: 18rem;
  height: 45rem;
}

.card-img-top {
  width: 70%;
  height: 200px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  padding-top: 10%;
}

.border-danger {
  text-align: center;
}

.btn-agendar-consulta {
  padding: 3%;
  text-align: center;
}

.icon {
  display: block;
  width: 25px;
  float: left;
  margin: 0 20px;
}
