/* * Custom CSS */
:root {
  --bs-body-bg: var(--bs-gray-100);
}

.title {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 64px;
  color: #8682AB;
}

@media only screen and (max-width: 575.98px) {
  .title {
    font-size: 50px;
    line-height: 50px;
  }
}

.title strong {
  font-weight: 700;
}

.subtitle {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #444;
}

.subtitle strong {
  font-weight: 700;
}

.text-body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}

.text-contact {
  font-family: 'Lato', sans-serif;
  font-size: 400;
  font-size: 14px;
  line-height: 24px;
}

a.whatsapp:hover svg {
  fill: #00676C;
  transition: fill 0.5s ease;
}

a.maps:hover svg path,
a.phone:hover svg path,
a.email:hover svg path,
a.facebook:hover svg path,
a.instagram:hover svg path {
  fill: #8682AB;
  transition: fill 0.5s ease;
}

a.maps,
a.phone,
a.email,
a.facebook,
a.instagram {
  color: #444;
  text-decoration: none;
}

hr {
  color: #D9D9D9;
}