/* 02 Header */
.menu {
    position: fixed;
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    top: 0;
    padding: 0;
    background: var(--green-bg);
    color: white;
    z-index: 9999;
}

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

.menu .logo {
    width: 20%;
    height: 80px;
    padding: 15px 20px;
    float: left;
    box-sizing: border-box;
    z-index: 9999 !important;
}

.menu .logo img.the-logo {
    height: 50px;
    float: left;
}

.menu .menu_info {
    position: relative;
    width: 80%;
    height: 80px;
    float: right;
    box-sizing: border-box;
    z-index: 99;
}



/* 02 end Header */
.menu-main-web{position: absolute; width: auto; min-width: 80%;  height: 80px; display: block;  text-align: center;
    top: 0%; left: 50%; transform: translate(-50%, 0%);  z-index: 999; }
.menu-main-web li{position: relative; width: auto; height: 80px; display: inline-block;  vertical-align:top;   margin: 0 5px; overflow: hidden;  }
.menu-main-web li img.bird{width: auto; height: 150px;  }
.menu-main-web li a{width: auto; line-height: 80px; color: white; font-size: 1.1rem; text-decoration: none; font-weight: bold; }
.soy-inversionista{ font-weight: bold;   text-decoration: none; padding: 5px 10px; background: white; color: #2b2b2b; }
.soy-inversionista span{border-left: solid 3px #E15200; padding-left: 10px; font-weight: normal; }
.bird-container{ overflow: inherit !important;}
.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: 9999;text-decoration: none !important; color: #e89566 !important;}
/* new menu */
.menu-wrap{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;

}
.menu-wrap .toggler{
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 9999;
    cursor: pointer;
    width: 50px;
    height: 50px;
    opacity: 0;
    color: #ef5c28;
    background: #ef5c28;
}
.menu-wrap .hamburger{
    position: absolute;
    top: 10px;
    right: 10px;
    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: 3px;
    z-index: 9999;
    background-color: white;
    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: 3px;
    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 .menu_l1{
    background-color: var(--green-bg);
    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;
}
.menu-wrap .menu_new .menu_l2{
    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: white;
    font-size: 1.5rem;
    padding: 1rem;
}

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

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

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

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

    .menu .logo img {
        width: auto;
        height: 50px;
        object-fit: contain;
        float: left;

    }

    .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: 30px;
        padding: 0 10px;
    }

    .menu .logo .lg-main img {
        width: 100px;
        height: 30px;
        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: none;  margin: 0 auto; font-size: 0.8rem; top: inherit; left: inherit; transform: translate(0, 0);  text-decoration: none; padding: 5px 10px; background: #E15200; color: white; }
    .soy-inversionista span{border-left: solid 3px #2b2b2b; padding-left: 10px; font-weight: bold; }
    .cotizar-menu{display: none;}


}
