html {
  scroll-padding-top: 7rem;
}

.navbar {
  transition: all .5s ease;
  background-color: #FFD600 !important;
}

.navbar-sticky {
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
  opacity: .9
}

.hero {
  padding-top: 7rem !important;
}

.footer {
  background-color: #1141A8 !important;
}

#software i {
  font-size: xx-large;
}

#headerCarousel li::marker {
  font-size: 0
}

.icons {
  background: url(../assets/header-background.avif) 50% no-repeat;
  background-size: cover;
  margin-top: -100px;
  padding-top: 150px
}

.carousel-caption {
  z-index: 2;
  background-color: #00000080;
}

.whatsapp-btn {
  background-color: #0fc145;
  border-radius: 50%;
  bottom: 20px;
  color: #fff;
  cursor: pointer;
  font-size: 32px;
  height: 60px;
  line-height: 60px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 60px;
  z-index: 1000
}

#contacto {
  background-attachment: fixed;
  background-image: url(../assets/touch.webp);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover
}

#contacto,
#contacto h2 {
  position: relative
}

#contacto * {
  z-index: 1
}

.dark-bg {
  background-color: #000;
  height: 100%;
  opacity: .5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0
}

.list-unstyled {
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: space-around
}

.parallax-container {
  height: 85vh;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100vw
}

@media only screen and (max-width:748px) {
  .parallax-container {
    height: 50vh
  }
}

.carousel-img {
  background-position: 50%;
  background-size: cover;
  height: 85vh;
  width: 100vw
}

@media only screen and (max-width:748px) {
  .carousel-img {
    height: 50vh
  }
}

.card-container {
  perspective: 1000px
}

.card {
  height: 100%;
  width: 100%
}

.logo-header-container {
  overflow: hidden;
}

.logo-header-container img {
  filter: drop-shadow(0px 100px 0 #1141A8);
  transform: translateY(-100px);
}

.logo-footer-container {
  overflow: hidden;
}

.logo-footer-container img {
  filter: drop-shadow(0px 100px 0 #FFD600);
  transform: translateY(-100px);
}