/* 02 Header */
.menu {
    position: fixed;
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    top: 0;
    padding: 0;
    background: rgba(51, 51, 51, 1);
    color: #fff;
    z-index: 9999;
}

.scroll{background: rgba(0, 0, 0, 0.6) !important;}

.menu .logo {
    position: absolute;
    width: 80%;
    height: 80px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px 0;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 9999;
    display: block;
    text-align: center;

}

.menu .logo .lg-main{
    position: relative;

    height: 80px;
    padding: 0 40px;
    z-index: 9999;

}
.menu .logo .lg-main img{
    position: relative;

    height: 50px;
    z-index: 9999;

}
.menu .logo img {
    height: 20px;
    z-index: 9999;

}

.menu .menu_info {
    position: absolute;
    width: auto;
    height: 80px;
    right: 40px;
    box-sizing: border-box;
    z-index: 999;
    padding: 0;
    overflow: hidden;
    line-height: 80px;

}

.menu .menu_info ul{
    width: 100%;


}



/* 02 end Header */
.soy-inversionista{position: absolute; display: block; top: 50%; left: 50%; transform: translate(-50%, -50%); cursor: pointer;  text-decoration: none; padding: 5px 10px; background: none; color: white; z-index: 9999;}
.soy-inversionista span{border-left: solid 3px #E15200; padding-left: 10px; font-weight: bold; }

.cotizar-menu{position: absolute; display: block; top: 50% !important; right: 80px !important; transform: translate(0%, -50%); font-weight: bold; font-size: 1.2rem; z-index: 999;text-decoration: none !important; color: #fff !important;}
.cotizar-menu a{display: inline-block; margin: 0 10px;}

/* new menu */
.menu-wrap{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;

}
.menu-wrap .toggler{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
    cursor: pointer;
    width: 50px;
    height: 50px;
    opacity: 0;
    color: #ef5c28;
    background: #ef5c28;
}
.menu-wrap .hamburger{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 60px;
    height: 60px;
    padding: 1rem;
    /*
    background: var(--primary-color);
    */
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Hamburger line */
.menu-wrap .hamburger >div {
    position: relative;
    width: 100%;
    height: 2px;
    z-index: 9999;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}
/* Top and bottom lines */
.menu-wrap .hamburger > div:before,
.menu-wrap .hamburger > div:after{
    content: '';
    position: absolute;
    z-index: 99999;
    top: -10px;
    width: 100%;
    height: 2px;
    background: inherit;
}
/* Moves line down */
.menu-wrap .hamburger > div:after{
    top: 10px;
}
/* Toggler animate */
.menu-wrap .toggler:checked + .hamburger > div{
    transform: rotate(135deg);
}
/* Turn Lines into X */
.menu-wrap .toggler:checked + .hamburger > div:before,
.menu-wrap .toggler:checked + .hamburger > div:after{
    top: 0;
    transform: rotate(90deg);
}
/* Rotate on hover when checked */
.menu-wrap .toggler:checked:hover + .hamburger > div{
    transform: rotate(225deg);
}
/* Show menu */
.menu-wrap .toggler:checked ~ .menu_new{
    visibility: visible;
}
.menu-wrap .toggler:checked ~ .menu_new > div{
    transform: scale(1);
    transition-duration: var(--menu-speed);
}
.menu-wrap .toggler:checked ~ .menu_new > div > div{
    opacity: 1;
    transition: opacity 0.4s ease;
}
.menu-wrap .menu_new{
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-wrap .menu_new > div{
    background-color: rgba(0, 0, 0, 0.95);
    border-radius: 50%;
    width: 200vw;
    height: 200vw;
    display: flex;
    flex: none;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    transition: all 0.4s ease;
    z-index: 9999;
}
.menu-wrap .menu_new > div >div{
    text-align: center;
    max-width: 90vw;
    max-height: 100vh;
    opacity: 0;
    transition: opacity 0.4s ease;
}
.menu-wrap .menu_new > div > div > ul > li {
    list-style: none;
    color: #fff;
    font-size: 1.5rem;
    padding: 10px;
}

.menu-wrap .menu_new >div > div > ul > li > a{
    color: inherit;
    text-decoration: none;
    transition: color 0.4s ease;
}
.menu-wrap .menu_new >div > div > ul > li > a:hover{
    color: #E15200;
    text-decoration: none;
    transition: color 0.4s ease;
}

.soc{ display: inline-block;}
/* end new menu */

@media (max-width:680px) {
    .menu {
        width: 100%;
        height: 80px;
        box-sizing: border-box;
        z-index: 9999;
        position: fixed;
        top: 0;
        padding: 0;
    }

    .menu .logo {
        position: absolute;
        width: 80%;
        left: 0;
        top: 0;
        transform: inherit;
        z-index: 9999;
        height: 80px;
        padding: 20px 0px;
    }



    .menu .menu_info {
        position: absolute;
        right: 0;
        width: 100%;
        height: 60px;
        float: none;
        box-sizing: border-box;
        z-index: 90;
    }


    .menu .logo .lg-main {

        float: left;
        height: 60px;
        padding: 0 10px;
    }

    .menu .logo .lg-main img {
        height: 40px;
        object-fit: contain;
    }


    .menu-wrap .menu_new > div > div > ul > li {
        list-style: none;
        color: #2f2f2f;
        font-size: 1.5rem;
        padding: 0.5rem 1rem;
    }

    /* 02 end Header */
    /*
    .soy-inversionista{position: relative; display: table; margin: 0 auto; font-size: 0.8rem; top: inherit; left: inherit; transform: translate(0, 0);  text-decoration: none; padding: 5px 10px; background: none; color: white; }
    .soy-inversionista span{border-left: solid 3px #E15200; padding-left: 10px; font-weight: bold; }
    */

    .cotizar-menu{display: none;}

}
