* {
  top: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

section {
  padding: 20px 0 !important;
}

.nav-movil {
  display: none;
}

.bg-seccion {
  padding: 4rem 0 !important;
  background: #f5f5f0;
}

footer {
  padding: 4rem 0 !important;
}

.button-il {
  width: 250px;
  height: 50px;
}

.button-il {
  background: linear-gradient(to left, white 25%, #fabf35 25%);
  background-position: right bottom;
  background-size: 200% 100%;
  transition: all 0.5s ease-out;
  transition-timing-function: linear;
}
.button-il:hover {
  background-position: left bottom;
}
.button-il h5 {
  padding-bottom: 4px;
  border-bottom: 2px solid #121212;
}

.button-il-section {
  width: 250px;
  height: 50px;
}

.button-il-section {
  background: linear-gradient(to left, #f5f5f0 25%, #fabf35 25%);
  background-position: right bottom;
  background-size: 200% 100%;
  transition: all 0.5s ease-out;
  transition-timing-function: linear;
}
.button-il-section:hover {
  background-position: left bottom;
}
.button-il-section h5 {
  padding-bottom: 4px;
  border-bottom: 2px solid #121212;
}

.icono-menu {
  width: 100%;
}

.nav-link.active {
  padding-bottom: 4px !important;
  background: none !important;
  padding-bottom: 4px;
  border-bottom: 2px solid #fabf35 !important;
}

footer {
  color: #fff !important;
  background: #121212;
}
footer .icon {
  background: #fabf35;
  width: 40px;
  height: 40px;
  border-radius: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 40px 0 0;
}

.fade-up {
  z-index: -99 !important;
}

@media (max-width: 800px) {
  .navbar {
    display: none !important;
  }
}
@media (max-width: 800px) {
  .nav-movil {
    display: flex;
    background: #f5f5f0;
    width: 100%;
    height: 90px;
    align-items: center;
    position: fixed;
    z-index: 99 !important;
  }
  .nav-list {
    background: #f5f5f0;
    display: none;
    position: fixed;
    margin-top: 90px;
    width: 100%;
    box-shadow: 0 20px 12px 0 rgba(0, 0, 0, 0.3);
    z-index: 99 !important;
  }
  .banner {
    margin-top: 100px;
  }
}/*# sourceMappingURL=style.css.map */