* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

header {
  width: 100%;
  height: 10vw;
  position: fixed;
  background: rgb(255, 255, 255, 0.90);
  z-index: 2;
}

.logo {
  width: 30%;
  float: left;
}
.logo img {
  margin-top: 2%;
  width: 33%;
  float: right;
  padding: 5%;
}

.barra {
  width: 70%;
  float: left;
}

.principal {
  padding-top: 5.5vw;
  width: 100%;
  margin: 0px 2%;
}

.principal ul {
  list-style: none;
}

.menuP > li {
  position: relative;
  display: inline-block;
}

.menuP > li > a {
  display: block;
  padding-left: 1.6vw;
  color: #2e3192;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.3vw;
}

.subP {
  width: 120%;
  text-align: center;
  position: absolute;
  background: rgb(21, 35, 81);
  visibility: hidden;
  opacity: 0;
  transition: 1s;
}

.subP li a {
  display: block;
  padding: 1vw;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.3vw;
}

.menuP .aa:hover > a {
  color: #e20613;
}

.menuP li a:hover {
  color: #e20613;
  transition: all 0.5s;
}

.menuP li:hover .subP {
  visibility: visible;
  opacity: 1;
}

  /* Menu De Arriba  */
.menuverde nav {
  border-bottom-left-radius: 3vw;
  border-bottom-right-radius: 3vw;
  width: 15vw;
  height: 2.7vw;
  background: #75b12c;
  z-index: 1;
  float: left;
  text-align: center;
  position: fixed;
  margin-left: 42.3%;
  z-index: 4;

}

.menuverde nav ul li {
  display: inline;

}

.menuverde nav img {
  width: 2vw;
  margin: 1% 2% 10% 10%;
}

.fa fa-facebook-official{
  z-index: 1000;
  background: #fff;
}