/* 02 Header */
.menu {
    position: absolute;
    width: 100%;
    height: 160px;
    box-sizing: border-box;
    top: 0;
    left: 0;
    padding: 0;
    background: none;
    color: white;
    z-index: 30;
}

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

.menu .logo {
    position: relative;
    display: block;
    width: 15%;
    height: 80px;
    margin: 0 auto;
    padding: 10px 0px;
    text-align: center;
    box-sizing: border-box;
    z-index: 9999;
}

.menu .logo img {
    height: 60px;
}


#cssmenu {
    position: absolute;
    width: auto;
    height: 80px;
    padding: 0px 0;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 16px;
    color: var(--main-text-nav);
    z-index: 10;
}

#cssmenu ul {
    position: relative;
    width: auto;
    min-height: 80px;
    list-style-type: none;
    padding: 0;
    margin: 0;
    color: var(--main-text-nav);
    box-sizing: border-box;
    z-index: 10;

}

#cssmenu ul li#responsive-tab {
    display: none;
    font-size: 24px;
    line-height: 40px;
    border: none !important;
}

#cssmenu ul li#responsive-tab:hover {
    background-color: transparent;
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

#cssmenu ul li {
    position: relative;
    width: auto;
    height: 80px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 0px 10px;
    text-align: center;
    box-sizing: border-box;
    float: left;
}

#cssmenu ul li:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 25%;
    height: 50%;
}

#cssmenu ul li.last:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 25%;
    height: 50%;
}

#cssmenu ul li.icons-sociales {
    border-right: none;
}
#cssmenu ul li.icons-sociales:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 25%;
    height: 50%;
}



  #cssmenu ul li a{
      position: relative;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      min-width: 20px;
      max-width: 150px;
      height: auto;
      color: var(--main-text-nav);
      padding: 0px;
      line-height: 1.5rem;
      text-decoration: none;
      box-sizing: border-box;
      display: inline-block;
      text-align: center;
      vertical-align: middle;
      letter-spacing: 0.2rem;
      overflow: hidden;

  }


#cssmenu ul li a:hover {
    color: var(--banana-smoothie);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

#cssmenu ul li:hover {
    box-sizing: border-box;
    color: var(--banana-smoothie);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


#cssmenu ul.normal ul {
    background-color: rgba(232, 232, 232, 1);
    padding: 0 0px 0;
}



#cssmenu ul li.has-sub {
    position: relative;
    margin: 0 !important;

}

#cssmenu>ul li.has-sub:hover ul {
    display: block;
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

#cssmenu>ul li.has-sub ul {
    display: none;
    width: 300px;
    min-width: 300px;
    position: absolute;
    top: 80px;
    left: 0px;
    margin: 0;
    padding: 10px 20px;
    list-style-type: none;
    background: var(--cafe-orangutan);
    color: var(--main-nav-text);


}

#cssmenu>ul li.has-sub ul li {
    width: 250px !important;
    max-width: 250px !important;

    min-height: 20px;
    height: auto;
    display: block;
    padding: 5px 10px !important;
    margin: 0 !important;
    border-right: none !important;
    border-bottom: solid 1px var(--main-nav-text);
    color: var(--main-nav-text);
    vertical-align: middle;
    box-sizing: border-box;
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    overflow: hidden;
}

#cssmenu>ul li.has-sub ul li:last-child {
    border-bottom: none;

}

#cssmenu>ul li.has-sub ul li a {
    width: 250px !important;
    max-width: 250px !important;
    border-right: none !important;

    top: 0;
    left: 0;
    transform: translate(0, 0);
    display: block;
    min-height: 40px;
    height: auto;
    text-align: left;
    color: var(--main-nav-text);
    padding: 0px;
    overflow: hidden;
    line-height: 1.2rem;

}

#cssmenu>ul li.has-sub ul li a:hover {
    -webkit-transition: all 0.5s;
    color: var(--banana-smoothie);

}

#cssmenu>ul li.has-sub>a {
    padding: 0;
    margin: 0;
}

#cssmenu>ul li.has-sub>a.active,
#cssmenu>ul li.has-sub>a:hover {
    color: var(--banana-smoothie);
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.has-sub-menu{color: white; }
.has-sub-menu li{color: white; font-size: 1.2rem; margin: 5px 0; }
.has-sub-menu li a{text-decoration: none; color: white;  -webkit-transition: all 0.5s;
    }
.has-sub-menu li a:hover{   -webkit-transition: all 0.5s;
    color: var(--banana-smoothie);}

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

}
.menu-wrap .toggler{
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 9999;
    cursor: pointer;
    width: 50px;
    height: 50px;
    opacity: 0;
    color: var(--banana-smoothie);
    background: var(--banana-smoothie);
}
.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: var(--banana-smoothie);
    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(0.8s);
}
.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{
    position: relative;
    background: url('../images/bg/bg-cotizar.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;    background-color: var(--green-jungle);
    border-radius: 20%;
    width: 200vw;
    min-height: 200vw;
    display: flex;
    flex: none;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    transition: all 0.8s ease;
    z-index: 99999;
}
.menu-wrap .menu_new .menu_l2{
    position: relative;
    text-align: center;
    max-width: 90vw;
    max-height: 100vh;
    opacity: 0;
    transition: opacity 0.8s ease;
    z-index: 99999;
    font-family: 'Keystone';

}
.menu-wrap .menu_new > div > div > ul > li {
    list-style: none;
    color: white;
    font-size: 1.5rem;
    padding: 10px 20px;
    width: 100%;
    margin: 0 auto;
    font-weight: bold;
}

.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: var(--banana-smoothie);
    text-decoration: none;
    transition: color 0.4s ease;
}

.soc{ display: inline-block; margin: 0 auto;}

.has-sub-menu{}
.has-sub-menu li{font-weight: normal;}
/* end new menu */

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

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

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

    }

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


    .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;
        font-size: 1.2rem;
        padding: 0.5rem 1rem;
    }



}
