/*
Theme name: Medicah
Version: 1.0
Description: Innovación, servicio y experiencia.
Author: HD VISUAL
Author URI: https://hdvisual.com.com
*/

@import 'assets/css/fonts.css';
@import 'assets/css/var.css';

body {
  font-family: 'open_sansregular';
  background: #f1f1f1;
  background: #fff;
  margin: 0;
	
  transition-property: all;
  transition-duration: 0.2s;
}

/*body.home {*/
/*  margin: 0 0 0 3px;*/
/*}*/

body.page:not(.home) {
  padding-top: 94px;
}

#header {
  /*background-color: rgba(255, 255, 255, 1) !important;*/
  /*box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);*/
  position: fixed !important;
  width: 100%;
  left: 0;
  top: 0;
}

.elementor-editor-active #header {
  position: relative;
}

.eael-simple-menu-container .eael-simple-menu li a {
    line-height: 1em !important;
}

.eael-simple-menu-container {
  min-height: 0 !important;
}

/*.lateral-bar {*/
/*  position: fixed;*/
/*  left: 0;*/
/*  top: 0;*/
/*  bottom: 0;*/
/*  width: 10px;*/
/*  background: linear-gradient(180deg, var(--color-pri-1), var(--color-pri-2));*/
/*  z-index: 100;*/
/*}*/

.mh-100 {
  min-height: 100vh;
}

.multiply .elementor-background-overlay {
  mix-blend-mode: multiply;
}

.mega-current_page_item .mega-menu-link,
.mega-current-menu-parent > .mega-menu-link {
              color: #009477 !important;
              font-weight: bold;
        }
    }
}

.mega-menu-wrap {
    font-family: 'open_sansregular';
}