*:not(.fa) {
  scroll-behavior: smooth;
  font-family: "Open Sans", sans-serif !important;
}

html {
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  min-height: 100vh;
}

#header {
  width: 100vw;
  max-width: 100%;
}

@media screen and (max-width: 575.8px) {
  #header {
    max-height: 100vh;
    overflow-y: auto;
  }
}

.bg-primary {
  background-color: rgb(0, 76, 148) !important;
}

.color-primary {
  /* color: rgb(0, 76, 148) !important; */
  color: black !important;
}

#parallax {
  position: sticky;
  top: 70px;
}

#content {
  position: relative;
  background-color: white;
  padding-right: 0.15rem;
}

.btn-collapse {
  cursor: pointer;
}

.btn-collapse .icon {
  transition: all 0.125s linear;
  transform: rotate(270deg);
}

.btn-collapse.collapsed .icon {
  transform: rotate(90deg);
}

.categoria-wrapper {
  position: relative;
}

.categoria-wrapper img {
  opacity: 0.5;
  transition: opacity 0.25s linear;
}

.categoria-wrapper:hover img {
  opacity: 1;
}

.categoria-wrapper .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  border: 0;
  text-align: center;
  padding: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
}

.categoria-wrapper .text h3 {
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6), 2px 0px 8px rgba(0, 0, 0, 0.6),
    -2px 0px 8px rgba(0, 0, 0, 0.6), 0px 2px 8px rgba(0, 0, 0, 0.6),
    0px -2px 8px rgba(0, 0, 0, 0.6);
}

#socialButtons {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: grid;
  grid-template-areas:
    "."
    ".";
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  row-gap: 1rem;
  z-index: 1000;
}

.producto img {
  opacity: 0.5;
  transition: opacity 0.25s linear;
}

.producto:hover img {
  opacity: 1;
}

#sliderImagen {
  transition: opacity 0.25s linear;
}

#footer {
  position: relative;
}

.bg-app {
  background: #29a501;
  background: linear-gradient(0deg, #29a501 0%, #59d100 100%);
  background: -webkit-linear-gradient(0deg, #29a501 0%, #59d100 100%);
  background: -moz-linear-gradient(0deg, #29a501 0%, #59d100 100%);
}

.text-justify {
  text-align: justify;
  text-align-last: left;
}

#planes ul li {
  font-weight: bold;
}

.card.card-producto {
  transition: all 0.25s linear;
}

.card.card-producto:hover {
  transform: scale(1.02);
  z-index: 1;
  box-shadow: 0 0 51px -8px rgba(0, 0, 0, 0.58);
}

small.aside-link {
  color: black;
}
