/*$dropdown-link-color*/
.solutions-bar {
  background-color: #FFCE00;
  min-height: 20vh;
}

.features-grid {
  background-color: #323537;
  background-image: url("../img/bg-topo.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.features-grid .feature-item {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 2rem;
  border-radius: 8px;
  transition: background-color 0.3s ease-out;
}
.features-grid .feature-item h3 {
  color: #323537;
}
.features-grid .feature-item p {
  color: #939393;
}
.features-grid .feature-item img {
  border-radius: 100px;
  border: solid 2px #FFCE00;
}
.features-grid .feature-item a {
  transition: all 0.3s ease-out;
}
.features-grid::after {
  content: "";
  display: block;
  clear: both;
  height: 2.8rem;
  width: 16rem;
  background-color: #ffffff;
  border-radius: 1000px;
  position: absolute;
  bottom: 0;
  transform: translateY(14px);
}

.history-section {
  background-color: #ffffff;
}
.history-section img.planta {
  border-radius: 8px;
}
.history-section .history-item {
  margin-bottom: 2.4rem;
}
.history-section .history-item h3 {
  color: #323537;
}
.history-section .history-item p {
  color: #939393;
}

.features-slider {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 1.5rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.features-slider::-webkit-scrollbar {
  display: none;
}
.features-slider .feature-item {
  width: 75vw;
  min-width: 75vw;
  scroll-snap-align: center;
}
.features-slider .feature-item:first-child {
  margin-left: 1.5rem !important;
}
.features-slider .feature-item:last-child {
  margin-right: 1.5rem !important;
}

/*# sourceMappingURL=home.css.map */