.region-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
 
ul.menu--informacion {
  margin: 0 6rem 0 0px;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: left;
  text-transform: uppercase;

  flex-direction: column;
}
ul.menu--informacion li{ 
  margin:0; 
}
footer ul.menu--informacion a {

  font-weight: normal;
}
ul.menu--informacion a {

  font-weight: 700;
  padding: 6px 0px;
}
FOOTER ul.menu--informacion {
  margin: 0 0rem 0 6rem;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;

}

.header {
  position: relative;
  width: 100%;
  background: #fff;
  transition: all 0.3s ease;
  z-index: 5;
}
.header__wrap {
  width: calc(100% - 1.876rem);
  margin-right: auto;
  margin-left: auto;
  background: #fff;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 85rem;
  padding: 0.313rem 1.25rem;
}
.header-close {
 
  justify-content: space-between;

  display: flex;
  z-index: 1001;
background-color: transparent;  


}
.header-open {

  justify-content: space-between;
  z-index: 1001;

  display: flex;
  background-color: transparent;   

}
.icon-menu-desa {
  background-color: transparent;
  padding: 0px;
  margin: 0px;
  border: medium none;
  min-height: 25px;
  cursor: pointer;
  z-index: 1001;
}

.close,
.main-nav {
  flex-direction: row;
  height: 0px;
  position: fixed;
  width: 100%;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  background-color: #E5E9EC; 
  transition: all 0.3s ease 0s; 
  overflow: hidden;
  z-index: 3;
  top: 100vh;
  -moz-box-pack: center;
  justify-content: center;
  min-height: 0px;
  padding: 0px;
}
.open {
  flex-direction: row;
  height: 100vh;
  position: fixed;
  width: 100%;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  background-color: #E5E9EC; 
  transition: all 0.3s ease 0s;
  overflow: hidden;
  z-index: 3;
  top: 0px;
  -moz-box-pack: center;
  justify-content: center;
  min-height: 100vh;
  padding: 0px;
  color: #fff;
}
.path-frontpage .uno{
  fill: #0C2E40;
}
.path-frontpage .dos{
  fill: #0C2E40;
}
.path-frontpage .tres{
  fill: #0C2E40;
}
.path-frontpage .header-close .uno{
  fill: #0C2E40;
}
.path-frontpage .header-close .dos{
  fill: #0C2E40;
}
.path-frontpage .header-close .tres{
  fill: #0C2E40;
}
.uno {
  fill: #0C2E40;
  display: block;
  transition: transform 0.3s ease 0s;
  transform-origin: 50% 50% 0px;
  transform: rotate(0deg) translateY(0px);
}
.dos {
  fill: #0C2E40;
  display: block;
  transition: transform 0.3s ease 0s;
  transform-origin: 50% 50% 0px;
  transform: scaleX(1);
}
.tres {
  fill: #0C2E40;
  display: block;
  transition: transform 0.3s ease 0s;
  transform-origin: 50% 50% 0px;
  transform: rotate(0deg) translateY(0px);
}
.cuatro {
  fill: #0C2E40;
  display: block;
  transition: transform 0.3s ease 0s;
  transform-origin: 50% 50% 0px;
  transform: rotate(-45deg) translateY(10px);
}
.cinco {
  fill: #0C2E40;
  display: block;
  transition: transform 0.3s ease 0s;
  transform-origin: 50% 50% 0px;
  transform: scaleX(0);
}
.seis {
  fill: #0C2E40;
  display: block;
  transition: transform 0.3s ease 0s;
  transform-origin: 50% 50% 0px;
  transform: rotate(45deg) translateY(-10px);
}
.global-menu {
  display: flex;
  -moz-box-pack: justify;
  justify-content: space-between;

  max-width: 100%;
  margin: 0px auto;
  padding: 80px 20px 60px;
}
.global-menu section {
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0 40px;
}
/* FIN MENU */
.logo svg {
  width: 140px;
}
main {
  display: block;
}

.cls-1 {
  font-size: 40px;
}

.region-header img {
  width: 260px;
}
#reem-logo{
  width: 260px;
  margin:3rem 0px;
}
.views-element-container header{
  z-index: 0 !important; 
}