@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);

	
	 .menu-container {
	    zoom: .6;
background-color: rgba(0, 0, 0, 0.69);
    border-radius: 100%;
    color: white !important;
    cursor: pointer;
    position: fixed;
    width: 300px;
    height: 300px;
    left: -120px;
    top: -120px;
    transition: all 0.1s;
    transition-property: all;
    transition-duration: 0.1s;
    transition-timing-function: cubic-bezier(0.12, 0.26, 1, 0.26);
    transition-delay: 0s;
    z-index: 3;
	
}

.quienes {
	 
    color: white !important;
    cursor: pointer;
    position: fixed;
    width: 1px;
    height: 1px;
    right: 0;
	top: 50%;
    transition: all 0.1s;
    transition-property: all;
    transition-duration: 0.1s;
    transition-timing-function: cubic-bezier(0.12, 0.26, 1, 0.26);
    transition-delay: 0s;
    z-index: 3;
	
}


.quienes.full-quienes {
  background-color: #000000;
  border-radius: 0;
  padding: 0 !important;
  position: aboslute;
  width: 100%;
  height: 100%;
	top: 0;
  
  transition: all 0.3s;

}


.menu-container.full-menu {
  background-color: rgba(0,0,0,1.00);
  border-radius: 0;
  padding: 0 !important;
  position: aboslute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.3s;

}

.full-menu .menu {
  top: 40px;
  left: 40px;
}

.menu {
  color: white;
  font-size: 3.5em;
  position: absolute;
  top: 160px;
  left: 160px;

  transition: all 0.3s;
}
.menu i {
  opacity: 0.7;
  transform: scale(1);
  transition: all 0.3s;
}
.menu i:hover {
  opacity: 1;
  transform: scale(1.2);
  transition: all 0.3s;
}

.overlay2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.overlay2.open {
  opacity: 0.9;
  visibility: visible;
  height: 100%;
	
}
.overlay2.open li {
  animation: fadeInRight 0.5s ease forwards;
  animation-delay: 0.35s;
	
}
.overlay2.open li:nth-of-type(2) {
  animation-delay: 0.4s;
}
.overlay2.open li:nth-of-type(3) {
  animation-delay: 0.45s;
}
.overlay2.open li:nth-of-type(4) {
  animation-delay: 0.5s;
}
.overlay2 nav {
  font-size: 2em;
  position: relative;
  height: 70%;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 400;
  text-align: center;
}
.overlay2 ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 30%;
}
.overlay2 ul li {
  display: block;
  height: 25%;
  height: calc(100% / 4);
  min-height: 50px;
  position: relative;
  opacity: 0;
}
.overlay2 ul li a {
  //display: block;
  position: relative;
  color: #FFFFFF;
  text-decoration: none;
  overflow: hidden;
  opacity: 0.7;
  transform: scale(1);
  transition: all 0.3s;
}
.overlay2 ul li a:hover, .overlay2 ul li a:focus, .overlay2 ul li a:active {
  opacity: 1;
  transform: scale(1.2);
  transition: all 0.3s;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
.blob {
  animation: blobby 4s infinite;
}

.blob2 {
  animation: blobby2 6s infinite;
}

@keyframes blobby {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blobby2 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.18);
  }
  100% {
    transform: scale(1);
  }
}
svg {
  position: absolute;
  top: 0;
}

#svg-right {
  display: block;
  fill: #7b00e0;
  opacity: 0.5;
  right: 0;
  width: 60%;
  z-index: -10;
}

#svg-left {
  fill: #ff006a;
  margin: 0;
  width: 60%;
  z-index: -10;
}

@media all and (max-width: 980px) {
  h1 {
    font-size: 3em;
  }
}
@media all and (max-width: 480px) {
  h1 {
    font-size: 2em;
  }
	
.menu-container {
    background-color: #00111ddb;
    border-radius: 0;
    color: white !important;
    cursor: pointer; 
    position: fixed;
    width: 100%;
    padding-bottom: 100px !important;
    height: 250px;
    left: 0px; 
    top: -140px;
    transition: all 0.3s;
    z-index: 3;
}
.menu {

  left: 30px;

 
}	
	
}