body,
.banner,
h1,
h2,
h3 {
  font-family: "Nunito", sans-serif;
}

.banner {
  padding: 100px 0;
  text-align: center;
}

.navbar-brand {
  display: flex;
  align-items: flex-start;
  height: auto;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.navbar {
  min-height: 150px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.navbar-brand img {
  width: auto;
  max-height: 150px;
}

.fonscomplet {
  color: #fff;
  background: url("../../img/newsc25/Banner_newweb_SC25.png") center / cover no-repeat;
}

.custom-btn {
  padding: 15px 30px;
  border: 0;
  color: #fff !important;
  background-color: #0093c9;
  text-decoration: none;
}

.custom-btn:hover {
  background-color: #0077b3;
}

.backgroundimage {
  padding: 3em 0;
  background: url("../../img/newsc25/background_general.png") center / cover no-repeat;
  text-align: center;
}

.custom-card {
  padding: 40px;
  border: 1px solid #0093c9;
  border-radius: 10px;
  color: #0093c9;
  background-color: #fff;
  box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
  transition: transform 0.3s ease;
}

.custom-card:hover {
  transform: scale(1.05);
}

.custom-card-title {
  margin-bottom: 20px;
  font-size: 2.5rem;
  text-align: center;
}

.custom-card .card-text {
  font-size: 1.2rem;
  text-align: center;
}

.benvinguda ul,
.benvinguda li {
  color: #000;
}

.benvinguda li:not(.nav-item) {
  margin-bottom: 10px;
  margin-left: 30px;
}

a {
  color: #000 !important;
  text-decoration: none !important;
}

a:hover,
.navbar-nav .nav-link:hover {
  color: #0093c9 !important;
}

.home-size {
  color: #000;
  font-size: 18px;
}

.about-title {
  max-width: 100%;
  color: #0094ca;
  font-size: 3em;
  font-weight: 900;
  line-height: 1.25;
}

ul.bookmarks {
  padding-left: 0;
  list-style: none;
}

ul.bookmarks li::before {
  margin-right: 0.5rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f02e";
}

.mosaic-img {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 1 / 1;
}

.mosaic-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.calltoaction-hidden {
  display: none;
}

@media (max-width: 576px) {
  .navbar-brand img {
    max-height: 100px;
  }
}
