#container-projects {
  padding-right: 0px;
  padding-left: 0px;
}

.section-rows {
  position: relative;
  padding-bottom: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
}

.popular-projects-column {
  padding-left: 6px;
  padding-right: 6px;
}

.project-div-parent {
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  padding: 10px;
}

.most-popular-project-image {
  height: 300px;
}

.project-div {
  padding-top: 20px;
  flex: 0 0 auto;
  margin-bottom: auto;
}

.header {
  position: sticky;
  top: 0;
  z-index: 1030;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.google-map-div {
  height: 600px;
  width: 100%;
  /*margin-bottom: 50px;*/
  background: url("../../assets/img/other/error-google-maps.png") center / cover;
}

.google-map {
  border-radius: 20px;
}

.company-email {
  color: rgb(0,0,0);
  font-size: 16px;
}

.contact-link {
  color: rgb(0,0,0);
  font-size: 16px;
}

#projects-section {
  background: var(--bs-tertiary-bg);
}

.hero-image {
  height: 600px;
  background-image: url("../../assets/img/hero/hero.jpeg");
  background-position: center;
  background-size: cover;
}

.inss-body {
  font-family: Rubik, sans-serif;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  display: flex;
}

#container-services {
  padding-right: 0px;
  padding-left: 0px;
}

.inss-footer {
  margin-top: auto;
  flex-shrink: 0;
}

#contact-section {
  background: var(--bs-tertiary-bg);
}

.inss-main {
  flex: 1;
}

.advantages-section-photo {
  margin-bottom: 10px;
}

.about-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}

#about-section {
  background: url("../../assets/img/other/About.jpg") center / cover no-repeat;
}

.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
  color: var(--bs-primary);
  background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

.fit-cover {
  object-fit: cover;
}

.project-description-photo {
  width: 100%;
  max-height: 800px;
  object-fit: contain;
  display: block;
  border-radius: 15px;
}

.project-description-photo-div {
  max-width: 1200px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar-nav .nav-link.active {
  color: #000000 !important;
  font-weight: bold;
  text-decoration: underline;
}

