/* Importando a fonte Roboto */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

body {
  font-family: 'Roboto', sans-serif;
  background-color: #f9f9f9;
  color: #333;
  margin: 0;
  padding: 0;
}

header,
footer {
  background-color: #fff;
  color: #000;
  padding: 15px 0;
}

header img,
footer img {
  max-height: 200px;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}

.card {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.banner img {
  width: 100%;
  height: auto;
}

.owl-carousel .item {
  text-align: center;
}

h2 {
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.rounded-circle {
  border-radius: 50% !important;
}

.breadcrumb a {
  color: #333;
  text-decoration: none;
  font-weight: 500;
}

.breadcrumb a:hover {
  color: #007bff;
  text-decoration: underline;
}

.breadcrumb .active {
  color: #555;
  font-weight: bold;
}

