.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: -225px;
    left: 550px;
    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: white;
}

.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: white;

}

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

.menuppal {
    background-color: #ff2f3d;
    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);
}
.logo-nav{
    position: absolute;
    bottom: 2%;
    right: 2%;
    filter: brightness(20);
    height: 5rem;

}
.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;
    line-height: 17pt;
    padding: 0px;
    max-width: 400px;
    min-width: 200px;
    position: relative;
    color: #FFF;
    opacity: 1;
    font-size: 30pt;
}

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

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

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

.menuppal ul li span {
    color: white;
    position: absolute;
    font-size: 20pt;
    transform: translate(-150%, -5%);
    opacity: 0.5;
}
.menuppal ul li:hover span {
    opacity: 1;
}
.ocultar{
    display: none;
}
.mostrar{
    display: block;
}
.is-active2 > div.hamburger{
        display: block!important;
    }
