/*
Theme Name: NCI Perú Global
Author: Darwin Roa
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/


#mdw-main-header {
  top: 0;
  width: 100%;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

#mdw-main-header.slide-up {
  transform: translateY(-100%);
}

#mdw-main-header.slide-down {
  transform: translateY(0);
}

#mdw-main-header.slide-down.mdw__header_fixed {
  background-color: var( --e-global-color-primary );
}

#mdw-main-header.mdw__header_fixed {
  position: fixed;
}