@media (min-width: 768px) {
  .h-md-100 {
    height: 100% !important;
  }
}

body {
  font-family: "Montserrat", sans-serif;
}

/* navbar */
.navbar {
  background-color: #000 !important;
  padding: 15px 0;
}

.navbar-brand img {
  height: 30px;
}

.nav-link {
  color: #fff !important;
  margin: 0 10px;
}

/* hero */

.hero-section {
  /* height: 500px; */
  /* background-size: cover;
    background-position: center;
    position: relative; */
}

/* sections */

.section-title {
  margin-bottom: 35px;
}

.line {
  background: #55cd6c;
  display: inline-block;
  width: 46px;
  height: 3px;
  margin-bottom: 6px;
}

.section-title h2 {
  color: #000;
  font-size: 28px;
  font-weight: 700;
}

section {
  padding: 85px 0;
}

/* marcas */

#marcas {
  background: #f7f7f7;
}

.brand-card {
  padding: 40px 20px;
  width: 100%;
  display: block;
  border-radius: 10px;
  background: #fff;
  box-shadow: 3px 4px 4px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}

.brand-card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  opacity: 0;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.brand-card .overlay:hover {
  opacity: 1;
}

/* sobre */

.about-section {
  background-color: #fff;
}

.about-section p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}

/* trabalhe conosco */

.work-section {
  background-color: #000;
}

.work-container {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.work-form {
  background-color: #f8f9fa;
  padding: 30px;
  border-radius: 5px;
}

.work-form label {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.work-image {
  height: 100%;
  object-fit: cover;
}

/* unidades */

#unidades {
  background: #f7f7f7;
}

.unit-card {
  border-radius: 10px;
  background: #fff;
  box-shadow: 3px 4px 4px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}

.unit-image {
  overflow: hidden;
  height: 100%;
  max-height: 250px;
}

.unit-image img {
  height: 100%;
  width: auto; /* Mantém a proporção da imagem */
  object-fit: cover;
  min-height: 100%;
  max-width: 100%;
  margin-top: -25%;
}

@media (min-width: 768px) {
  .unit-image {
    overflow: hidden;
    height: 100%;
    display: flex;
    max-height: unset;
  }

  .unit-image img {
    height: 100%;
    width: auto; /* Mantém a proporção da imagem */
    object-fit: cover;
    min-height: 100%;
    max-width: 100%;
    margin-top: unset;
  }
}



.unit-info {
  padding: 15px 25px 25px;
}

@media (min-width: 768px) {
  .unit-info {
    padding: 20px 10px;
    padding-left: 0;
  }
}

.unit-info p {
  margin-bottom: 0;
}

.unit-info p.label {
  margin-bottom: 3px;
}

.unit-title {
  color: #32cc32;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.unit-title--bajaj {
  color: #1e88c9;
}

.unit-details {
  margin-bottom: 10px;
  font-size: 14px;
}

.unit-details i {
  margin-right: 5px;
  width: 15px;
}

footer {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  font-size: 12px;
}

footer p {
  margin: 0;
}

.btn-primary {
  background-color: #000;
  border-color: #000;
}

.btn-primary:hover {
  background-color: #333;
  border-color: #333;
}
