@keyframes arrow-spin {
    100% {
      transform: rotate(179deg);
    }
  }
  
  @-webkit-keyframes arrow-spin {
    100% {
      -webkit-transform: rotate(179deg);
    }
  }
  
  .psoload,
  .psoload *,
  .psoload *:before,
  .psoload *:after {
    box-sizing: border-box;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  
  .psoload {
    position: absolute;
    margin: 30px auto;
    height: 150px;
    width: 150px;
    left: 45%;
    top: 40%;
}
  
  .psoload .straight,
  .psoload .curve {
    position: absolute;
    top: 17.5%;
    left: 17.5%;
    width: 65%;
    height: 65%;
    border-radius: 100%;
    animation: arrow-spin 1.85s cubic-bezier(0.2, 0.8, 0.9, 0.1) infinite;
    -webkit-animation: arrow-spin 1.85s cubic-bezier(0.2, 0.8, 0.9, 0.1) infinite;
  }
  
  .psoload .straight:before,
  .psoload .straight:after {
    content: '';
    position: absolute;
    width: 15%;
    border-bottom: 3px solid #eee;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  
  .psoload .straight:before {
    top: 5px;
    left: 5px;
  }
  
  .psoload .straight:after {
    bottom: 5px;
    right: 5px;
  }
  
  .psoload .curve:before,
  .psoload .curve:after {
    content: '';
    position: absolute;
    width: 45px;
    height: 10px;
    border: solid 3px transparent;
    border-top-color: #eee;
    border-radius: 50%/10px 10px 0 0;
    z-index: 90001;
  }
  
  .psoload .curve:before {
    transform: rotate(-63deg) translateX(-27px) translateY(-4px);
    -webkit-transform: rotate(-63deg) translateX(-27px) translateY(-4px);
  }
  
  .psoload .curve:after {
    bottom: 5px;
    right: 5px;
    transform: rotate(115deg) translateX(-26px) translateY(-12px);
    -webkit-transform: rotate(115deg) translateX(-26px) translateY(-12px);
  }
  
  .psoload .center {
    position: absolute;
    top: 20%;
    left: 20%;
    width: 60%;
    height: 60%;
    border-radius: 100%;
    border: 3px solid #eee;
  }
  
  .psoload .inner {
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    border-radius: 100%;
    animation: arrow-spin 1.85s cubic-bezier(0.2, 0.8, 0.9, 0.1) infinite reverse;
    -webkit-animation: arrow-spin 1.85s cubic-bezier(0.2, 0.8, 0.9, 0.1) infinite reverse;
  }
  
  .psoload .inner:before,
  .psoload .inner:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-width: 11px;
    border-bottom-color: #eee;
  }
  
  .psoload .inner:before {
    top: 12px;
    left: 12px;
    transform: rotate(128deg);
    -webkit-transform: rotate(128deg);
  }
  
  .psoload .inner:after {
    bottom: 12px;
    right: 12px;
    transform: rotate(-48deg);
    -webkit-transform: rotate(-48deg);
  }

  @keyframes desaparecer {
    from {
        width: 100%;
        opacity: 1;
    }
    to {
        width: 0%;
        opacity: 0;
    }
  }
  

  .divmainloader {
    width: 100%;
    height: 100vh;
    background: #333;
    z-index: 9999999999;
    position: fixed;
    animation-delay: 4s;
  animation-name: desaparecer;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}



.hamburger {
    background-color: transparent;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
    transition: transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
    z-index: 1002;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
}

.hamburger.is-active {
    background-color: none;
    position: absolute;
    top: -190px;
    left: 120px;
    transform: scale(1.5);
    display: block;
}

._layer {
    background: #333333;
    margin-bottom: 4px;
    border-radius: 2px;
    width: 28px;
    height: 4px;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
    transition: all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
}

.hamburger:hover .-top {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.hamburger:hover .-bottom {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.hamburger.is-active .-top {
    -webkit-transform: translateY(200%) rotate(45deg) !important;
    -ms-transform: translateY(200%) rotate(45deg) !important;
    transform: translateY(200%) rotate(45deg) !important;
    background-color: #aa984a;
}

.hamburger.is-active .-mid {
    opacity: 0;
}

.hamburger.is-active .-bottom {
    -webkit-transform: translateY(-200%) rotate(135deg) !important;
    -ms-transform: translateY(-200%) rotate(135deg) !important;
    transform: translateY(-200%) rotate(135deg) !important;
    background-color: #aa984a;

}

.menuppal.is_active {
    transform: translate3d(0px, 0px, 0px);
}

.menuppal {
    background-color: #333132;
    bottom: 0;
    height: 100%;
    left: 0;
    overflow-y: hidden;
    position: fixed;
    top: 0;
    transform: translate3d(-100%, 0px, 0px);
    transition: transform 0.35s cubic-bezier(0.05, 1.04, 0.72, 0.98) 0s;
    width: 50%;
    z-index: 1001;
    display: flex;
    -webkit-box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.74);
    -moz-box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.74);
    box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.74);
}

.menuppal ul {
    width: 60%;
    height: auto;
    margin: auto auto;
    align-items: center;
}

.menuppal ul li {
    list-style: none;
    text-align: left;
    font-family: Verdadna, Arial, Helvetica;
    text-transform: none;
    font-weight: 100;
    margin: 20px 0;
    font-size: 2.55rem;
    line-height: 1em;
    padding: 10px;
    max-width: 400px;
    min-width: 200px;
    position: relative;
    color: #FFF;
    opacity: 0.5;

}

.menuppal ul li:hover {
    opacity: 1;
}

.menuppal ul li a {
    text-decoration: none;
    color: #FFF;
}

.menuppal ul li a:hover {
    text-decoration: none;
    opacity: 1;
}

.menuppal ul li span {
    color: white;
    position: absolute;
    font-size: 0.4em;
    transform: translate(-100%, -100%);
    opacity: 0.7
}
.ocultar{
    display: none;
}
.mostrar{
    display: block;
}
.is-active2 > div.hamburger{
        display: block!important;
    }
