/*
** THEME (fisio)****************************************************************
*/
body {
  min-width: auto;
}
body main {
  margin-top: -150px;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-bottom: 0.8em;
  line-height: 1.25em;
  position: relative;
}
h1.text-center:before, .h1.text-center:before,
h2.text-center:before, .h2.text-center:before,
h3.text-center:before, .h3.text-center:before,
h4.text-center:before, .h4.text-center:before,
h5.text-center:before, .h5.text-center:before,
h6.text-center:before, .h6.text-center:before {
  content: "";
  position: absolute;
  bottom: -0.8rem;
  left: 50%;
  width: 100px;
  height: 5px;
  background-color: var(--bs-secondary);
  transform: translateX(-50%);
  border-radius: 10px;
}
h1:before, .h1:before,
h2:before, .h2:before,
h3:before, .h3:before,
h4:before, .h4:before,
h5:before, .h5:before,
h6:before, .h6:before {
  content: "";
  position: absolute;
  bottom: -0.8rem;
  left: 0%;
  width: 100px;
  height: 5px;
  background-color: var(--bs-secondary);
  border-radius: 10px;
}
h1.text-bg-secondary:before, h1.text-secondary:before, .h1.text-bg-secondary:before, .h1.text-secondary:before,
h2.text-bg-secondary:before,
h2.text-secondary:before, .h2.text-bg-secondary:before, .h2.text-secondary:before,
h3.text-bg-secondary:before,
h3.text-secondary:before, .h3.text-bg-secondary:before, .h3.text-secondary:before,
h4.text-bg-secondary:before,
h4.text-secondary:before, .h4.text-bg-secondary:before, .h4.text-secondary:before,
h5.text-bg-secondary:before,
h5.text-secondary:before, .h5.text-bg-secondary:before, .h5.text-secondary:before,
h6.text-bg-secondary:before,
h6.text-secondary:before, .h6.text-bg-secondary:before, .h6.text-secondary:before {
  background-color: var(--bs-primary);
}
#navigation.navbar {
  background-image: none;
}
#logo {
  max-height: 65px;
}
#header {
  transition: all 0.5s ease-in-out;
  min-height: 120px;
}
#header:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background-color: #fff;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 75px, 50% 120px, 0% 75px);
  clip-path: polygon(0% 0%, 100% 0%, 100% 75px, 50% 120px, 0% 75px);
  z-index: -1;
}
#header.active:before {
  background: linear-gradient(to bottom, #fff 40%, #ebebeb 85%);
}
#header #navigation {
  padding-top: 5px;
  padding-bottom: 0;
  transition: all 0.5s ease-in-out;
}
#header .navbar-brand {
  max-width: 175px;
  padding-top: 0;
  margin-right: 0;
}
#header .navbar-toggler-icon {
  color: #000;
}
@media (min-width: 992px) {
  #header #navigation > div:first-child {
    flex-direction: column !important;
  }
  #header #navigation > div:first-child .navbar-brand {
    order: 6 !important;
  }
}
#header #nav-navbar .nav-item {
  margin-left: 0.5em;
  margin-right: 0.5em;
}
#header #nav-navbar .nav-link {
  margin-inline: 1rem;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  color: gray;
  overflow: hidden;
}
#header #nav-navbar .nav-link:hover {
  color: #000;
}
#header #nav-navbar .nav-link.active {
  color: var(--bs-body-color);
  text-shadow: 0px 0px 2px var(--bs-primary);
}
#nav-canvas {
  background-color: #fff;
  background: linear-gradient(to top, rgba(var(--bs-primary-rgb), 75%) 0%, #fff 50%);
}
#nav-canvas .canvas-tree {
  margin-bottom: 1rem;
}
#nav-canvas .canvas-tree ul.nav {
  border-bottom: 1px solid #dee2e6;
}
#nav-canvas .canvas-tree .nav-link {
  text-align: center;
  text-transform: uppercase;
  line-height: 1.5em;
  color: #000;
  background-image: linear-gradient(to right, var(--bs-primary) -20%, #fff 20%, #fff 80%, var(--bs-primary) 120%);
}
#footer {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
#footer:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background-color: #ebebeb;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 75px, 50% 120px, 0% 75px);
  clip-path: polygon(0% 0%, 100% 0%, 100% 75px, 50% 120px, 0% 75px);
  z-index: -1;
}
#footer a {
  text-decoration: none !important;
  color: gray;
}
#footer a:hover {
  color: #000;
}
#inicio:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: #fff;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 93%, 50% 99%, 0 93%);
  clip-path: polygon(0 100%, 100% 100%, 100% 93%, 50% 99%, 0 93%);
  z-index: 0;
}
#negocio .elem {
  position: relative;
}
#negocio .elem:before {
  content: "";
  width: 101%;
  height: 101%;
  position: absolute;
  top: -1px;
  left: -1px;
  background-color: #fff;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 75px, 50% 120px, 0% 75px);
  clip-path: polygon(0% 0%, 100% 0%, 100% 75px, 50% 120px, 0% 75px);
  z-index: -1;
}
#negocio .elem:after {
  content: "";
  width: 100%;
  height: 120px;
  position: absolute;
  bottom: -50px;
  left: 0px;
  background-color: var(--bs-primary);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 75px, 50% 120px, 0% 75px);
  clip-path: polygon(0% 0%, 100% 0%, 100% 75px, 50% 120px, 0% 75px);
  z-index: -1;
}
#productos .elem {
  position: relative;
}
#productos .elem:after {
  content: "";
  width: 100%;
  height: 120px;
  position: absolute;
  top: -50px;
  left: 0px;
  background-color: #fff;
  -webkit-clip-path: polygon(50% 0%, 100% 45px, 100% 80px, 0% 80px, 0% 45px);
  clip-path: polygon(50% 0%, 100% 45px, 100% 80px, 0% 80px, 0% 45px);
}
#productos .grid .elem .card-body {
  padding-bottom: 0px !important;
}
#productos .grid .elem:after {
  top: auto;
  bottom: -48px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 75px, 50% 120px, 0% 75px);
  clip-path: polygon(0% 0%, 100% 0%, 100% 75px, 50% 120px, 0% 75px);
  z-index: -1;
}
/*
** CUSTOM **********************************************************************
*/
.py-lg {
  padding-top: 47vh !important;
  padding-bottom: 47vh !important;
}
@-webkit-keyframes kenburn {
  0% {
    background-size: 120%;
    background-position: left center;
  }
  50% {
    background-size: 110%;
    background-position: bottom center;
  }
  100% {
    background-size: 120%;
    background-position: left center;
  }
}
@media (min-width: 1200px) {
  .kenburn {
    animation: kenburn 35s linear infinite;
  }
}
.pic-flip .flip {
  transform: translateZ(0px);
}