body {
  position: relative;
  background-color:black;
}

.wrapper {
  overflow: hidden;
}

.wrapper > .container > header {
  position: relative;
  width:100%;
  left:0;
  padding: 40px 0;
}

.wrapper > .container > header:after {
  position: absolute;
  content: " ";
  display: block;
  top: 0;
  left: -100%;
  right: -100%;
  bottom: 0;
  z-index: -1;
}

.wrapper > .container > header.fixed {
  position: fixed;
  padding: 20px 0;
}

.wrapper > .container > header.fixed:after {
  background-color: black;
}

.menu-logo {
  display: block;
  width: 89px;
  height: 150px;
  background: url('../images/menu-logo.png') no-repeat center;
  background-size: 89px 150px;
  opacity: 0.9;
  margin: 0 auto;
}
.menu-logo:hover {
  display: block;
  width: 89px;
  height: 150px;
  background: url('../images/menu-logo.png') no-repeat center;
  background-size: 89px 150px;
  opacity: 1;
  margin: 0 auto;
}


.main-menu {
  position: relative;
  margin-top:-80px;
}

.main-menu > ul {
  margin: 0;
  padding: 0;
}

.main-menu > ul > li {
  display: block;
  float: left;
  width:calc(100% / 7);
}

.main-menu > ul > li > a {
  font-family: 'Muli', sans-serif;
  display: block;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
}

.site-logo.opened {
  position: relative;
  z-index: 101;
  display: block;
}

.mobile-menu-toggle {
  display: block;
  width:25px;
  height:25px;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 101;
  cursor: pointer;
  background: url('../images/menu-mobile.png') no-repeat center;
  background-size: 25px 25px;
  opacity: 0.9;
}

.mobile-menu-toggle:hover {
  display: block;
  width:25px;
  height:25px;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 101;
  cursor: pointer;
  background: url('../images/menu-mobile.png') no-repeat center;
  background-size: 25px 25px;
  opacity: 1;
}

.mobile-menu-toggle.opened {
  background: url('../images/menu-mobile-exit.png') no-repeat center;
  background-size: 25px 25px;
}

.mobile-menu {
  position: fixed;
  top:0;
  left:0;
  right:0;
  height:100%;
  background: black;
  z-index: 100;
  display: none;
  opacity: 0.95;
}

.mobile-menu > ul {
  list-style: none;
  margin: 270px 0 0 0;
  padding: 0;
}

.mobile-menu > ul > li {}

.mobile-menu > ul > li > a {
  display: block;
  line-height: 60px;
  font-family: 'Muli', sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-size:24px;
  text-decoration: none;
  color: white;
}

.mobile-menu.opened {
  display: block;
}

.home {
  opacity: 0.8;
}

.home:hover {
  opacity: 1;
}

.atuna {
  opacity: 0.8;
}

.atuna:hover {
  opacity: 1;
}

.noticias {
  opacity: 0.8;
}

.noticias:hover {
  opacity: 1;
}

.multimedia {
  opacity: 0.8;
}

.multimedia:hover {
  opacity: 1;
}

.eventos {
  opacity: 0.8;
}

.eventos:hover {
  opacity: 1;
}

.contactos {
  opacity: 0.8;
}

.contactos:hover {
  opacity: 1;
}

.wrapper > .container > footer {
  position: relative;
  font-family: 'Muli', sans-serif;
}

.wrapper > .container > footer > .bottom-footer {
  position: relative;
  padding: 30px 0;
}


.wrapper > .container > footer > .bottom-footer:after {
  position: absolute;
  content: " ";
  display: block;
  top: 0;
  left: -100%;
  right: -100%;
  bottom: 0;
  z-index: -1;
  background-color: black;
}

.wrapper > .container > footer > .bottom-footer .social-menu  {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 350px;
}

.wrapper > .container > footer > .bottom-footer .social-menu > li  {
  display: block;
  float: left;
  margin:0 15px;
}

.wrapper > .container > footer > .bottom-footer .social-menu > li > a {
  display: block;
  width: 40px;
  height: 40px;
}
.bottom-footer{
  text-align: center;
}

.facebook {
  display: block;
  width: 40px;
  height: 40px;
  opacity: 0.8;
  background: url('../images/facebook.png') no-repeat center;
  background-size: 40px 40px;

  margin: 0 auto;
}
.facebook:hover {
  display: block;
  width: 40px;
  height: 40px;
  opacity: 1;
  background: url('../images/facebook.png') no-repeat center;
  background-size: 40px 40px;

  margin: 0 auto;
}

.twitter {
  display: block;
  width: 40px;
  height: 40px;
  opacity: 0.8;
  background: url('../images/twitter.png') no-repeat center;
  background-size: 40px 40px;

  margin: 0 auto;
}
.twitter:hover {
  display: block;
  width: 40px;
  height: 40px;
  opacity: 1;
  background: url('../images/twitter.png') no-repeat center;
  background-size: 40px 40px;

  margin: 0 auto;
}

.instagram {
  display: block;
  width: 40px;
  height: 40px;
  opacity: 0.8;
  background: url('../images/instagram.png') no-repeat center;
  background-size: 40px 40px;

  margin: 0 auto;
}
.instagram:hover {
  display: block;
  width: 40px;
  height: 40px;
  opacity: 1;
  background: url('../images/instagram.png') no-repeat center;
  background-size: 40px 40px;

  margin: 0 auto;
}

.youtube {
  display: block;
  width: 40px;
  height: 40px;
  opacity: 0.8;
  background: url('../images/youtube.png') no-repeat center;
  background-size: 40px 40px;

  margin: 0 auto;
}
.youtube:hover {
  display: block;
  width: 40px;
  height: 40px;
  opacity: 1;
  background: url('../images/youtube.png') no-repeat center;
  background-size: 40px 40px;

  margin: 0 auto;
}

.forum {
  display: block;
  width: 40px;
  height: 40px;
  opacity: 0.8;
  background: url('../images/forum.png') no-repeat center;
  background-size: 40px 40px;

  margin: 0 auto;
}
.forum:hover {
  display: block;
  width: 40px;
  height: 40px;
  opacity: 1;
  background: url('../images/forum.png') no-repeat center;
  background-size: 40px 40px;

  margin: 0 auto;
}