.page-header {
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out; }

.stuck {
  -webkit-transition: margin-top .1s ease-in-out;
  transition: margin-top .1s ease-in-out;
  position: fixed;
  top: 0;
  width: 71%;
  margin-left: 20% !important;
  margin-right: 0  !important;
  padding: 0 !important; }

.custom-menu.stuck {
  margin-top: 20px; }

.page-header.sombra {
  height: 83px; }
  .page-header.sombra .header.content {
    margin: 0px 5% 0 5%;
    border: 0px; }
  .page-header.sombra .logo {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    margin: 0;
    margin-top: 6px; }

@media (max-width: 1024px) {
  .page-header.sombra {
    height: auto; }
  .stuck {
    position: initial; }
  .custom-menu.stuck {
    margin-top: 0; } }

/*# sourceMappingURL=header_sticky.css.map */
