#PDV .row {
  width: 100%;
}


html {
  scroll-behavior: smooth;
  scroll-margin-top: 1rem;
}

body {
  height: 100%;
}

@media screen and (prefers-reduced-motion: reduce) {
	html, #modulos {
		scroll-behavior: auto;
	}
}

.page-header {
  padding-top: 4.9rem;
  font-family: "Montserrat", sans-serif;
}

.ff-change {
  font-family: "Montserrat", sans-serif;
}

.diferencias {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  line-height: 2.25rem;
}

.diferencias p,
ul {
  font-weight: 400;
}

.diferencias li {
  background-image: url("../imgs/ventaja.png");
  background-repeat: no-repeat;
  text-indent: 1.25rem;
  background-position-y: 0.6rem;
}

.ventajas {
  font-family: "Montserrat", sans-serif;
}

#img-ventajas {
  width: 100%;
  border-radius: 45px;
}

.beneficios {
  font-family: "Montserrat", sans-serif;
}

.beneficios h2 {
  font-weight: 200;
}

.modulos .header {
  width: 75%;
  margin-bottom: 3rem;
}

.header-icon {
  height: 10rem;
}

.icon-base {
  display: inline-block;
  background: #fff;
  padding-top: 1.8rem;
  width: 9rem;
  height: 9rem;
  border-radius: 9rem;
}

a.disabled {
  color: gray;
  pointer-events: none;
}

.logos-img {
  width: 40%;
}

/* .logos-img:hover {
  animation-name: gtc;
  animation-duration: 1s;
  animation-fill-mode: forwards;
} */

.funciones {
  font-family: "Montserrat", sans-serif;
}

.funciones p {
  font-weight: 100;
}

.funciones .stacked-icon {
  font-size: 2.9rem;
}

.funciones .stack-2 {
  opacity: 0.2;
  font-size: 4rem;
  margin-top: 0.25rem;
}

.funciones .stack-1 {
  margin-left: 0.25rem;
}

.text-wood {
  color: #854f15 !important;
}

.principal {
  height: 6rem;
}

#modulos {
  scroll-margin-top: 5rem;
  scroll-behavior: smooth;
  width: 100%;
}

#modulos i {
  margin-top: 1rem;
}

#modulos span {
  margin-bottom: 1rem;
}

/* GRIS A COLOR ANIMACIÓN */
@keyframes gtc {
  from {
    filter: grayscale(1);
  }
  to {
    filter: none;
  }
}

.contactanos {
  margin-top: 5rem;
  height: 100%;
}

.zoom {
  transition: transform 0.2s;
}

.zoom:hover {
  transform: scale(1.9);
}

.tiny {
  width: 50%;
}

#contacto {
  margin-top: 8rem;
  margin-bottom: 3rem;
}

#contacto .contact-map {
  height: 100%;
  width: 100%;
}

#mensaje {
  height: 5rem;
}

.brand-icon {
  height: 4rem;
  width: 4rem;
}

footer {
  width: 100%;
  margin-top: auto;
  padding: 1rem;
  position: absolute;
}

footer .footer-text {
  margin: 0;
}

footer .footer-credits {
  font-size: smaller;
  margin: 0;
}

.shadow-xl {
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.275) !important;
}

.footer-icons {
  position: relative;
}

.sidebar {
  padding-top: 8rem;
  width: 9rem;
  float: left;
  z-index: 1;
  overflow-x: hidden;
}

.sidebar #nav-title {
  color: #fff !important;
}

@media screen and (max-width: 768px) {
  #modulos {
    margin-left: 0rem;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .sidebar {
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 1rem;
  }

  .sidebar a,
  hr {
    text-align: center;
  }
}

@media screen and (max-width: 500px) {
  .sidebar {
    margin-top: 0;
  }
}

#mainNavbar.scrolled {
  background-color: #16a362;
  transition: background 250ms;
}

.box {
  margin-top: auto;
  margin-bottom: auto;
  top: 50%;
  bottom: 50%;
}

.module-icon {
  font-size: 30rem;
}
