header {
  padding: 15px 20px;
  background-color: #2f597e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .titulo {
  color: #ffffff;
  font-size: 1.6rem;
}
header .iconoMenu {
  font-size: 40px;
  margin-left: auto;
  color: #ffffff;
  cursor: pointer;
}
header .menuMovil {
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  position: absolute;
  top: 70px;
  left: 0px;
  z-index: 1;
}
header .menuMovil__enlace {
  font-size: 1.5rem;
  width: 100%;
  padding: 25px;
  background-color: #48739e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #ffffff;
  border: 5px solid #ffffff;
}
header .menuMovil__enlace--2 {
  font-size: 1.5rem;
  width: 100%;
  padding: 25px;
  background-color: #48739e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #ffffff;
  border: 5px solid #ffffff;
  border-top: none;
}

.desactivado {
  display: none;
}