.swiper-slide img {
    max-width: 500px;
    max-height: 500px;
    width: 100%;
    height: auto;
  }
  

  
.navbar-brand img {
    max-height: 85px;
}
.header-banner {
    background-color: #f8f9fa;
    padding: 50px 0;
}
.service-icon {
    font-size: 48px;
    color: #007bff;
}

.bg-section {
    background-image: url('../img/banner2.png'); /* Substitua com o caminho correto da imagem de fundo */
    background-size: cover;
    background-position: center;
    color: #fff; /* Altera a cor do texto para branco */
}


.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

body {
    font-family: 'inter', sans-serif; /* Fallback para sans-serif se a fonte não carregar */
}


.btn-primary {
    background-color: #313130 !important;
    border-color: #92bd1f !important;
}

.service-icon {
    color: #92bd1f !important;
}

.btn-group-lg>.btn, .btn-lg {
    margin: 25px !important;
}


.btn-group-lg>.btn, .btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.20rem;
    line-height: 1.5;
}