

.effect{ -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.effect_slow{ -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }

.headerX ul{ margin:0; padding:0; list-style:none; }
.headerX a:hover, 
.headerX a:focus{ text-decoration: none; }
.headerX .hide{ right:-300px !important; }


.headerX.black-bg a{ color:#fff; }

.headerX { position: fixed; top:0; left:0; width:100%; z-index: 4; box-shadow: 0px 0px 40px rgb(0 0 0 / 0%); }

.headerX > .space {
    align-items: center; box-sizing: border-box; display: flex; height: 100px;
    justify-content: space-between; margin: auto; max-width: 1440px;
}


.headerX .logo{ margin-left: 26px !important; }
.headerX .flexMenu, 
.headerX .flexMenu li, 
.headerX .flexMenu li a{ display:flex; height: 100%; align-items: center; justify-content: center;  }



.headerX .flexMenu li a.active{ padding-top:3px;  }

.headerX .logo { /*filter: invert(1);*/ margin-left:30px; position: relative;}
.headerX .menuTrigg{display:none;}
.headerX .backdropMenu{ display:none; }
.headerX .menu a img{ 
    width: 5px;
    margin-top: 0px;
    position: relative;
    transform: rotate(90deg);
    margin-left: 10px;
    opacity:0.65;
}

.menu .closing{
    background: #ccc;
    height: 100%;
    position: absolute;
    width: 70px;
    opacity: 0;
    z-index:9;
}

.menu .hidden{
    display:none;
}

.headerX .menu .sub-menu{
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    z-index: 0;
    overflow: hidden;
    left: 0;
    display: flex;
    align-items: center;
    height:0;
    left: 0;
}

/*
.headerX .menu .sub-menu::before{
    position:absolute;
    content:'';
}
*/


.thisZindex{
    z-index:10;
}

.headerX .menu .sub-menu .container .part1{
    width: calc(25% - 4px);
    height: 200px;
    background: #ccc;
    float: left;
    border-radius:9px;
    margin: 60px;
}

.headerX .menu .sub-menu .container{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}


.Hero{
    height: 100vh;
    width: 100%;
    position: relative;
    z-index: 2;
}

.backdrop_header{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    z-index:3;
    height:0;
}

.headerX .callToAction1{
    margin: 15px 30px !important;
    padding: 15px 25px !important;
    height: auto !important;
    border-radius: 0px !important;
}

.headerX_scroll_negative{
    background:#FFF !important;
    box-shadow: 0px 0px 40px rgb(0 0 0 / 20%);
}

.headerX_scroll_negative .menu a img{
    filter:invert(1);
}
.headerX_scroll_negative .menu a{
    color:#000;
}
.headerX_scroll_negative .logo{
    color:#000;
}
.headerX_scroll_negative .callToAction1{
    color:#fff !important;
}

.headerX_scroll_negative .menu a img {
    opacity: 1;
}

@media (max-width:800px){

    .headerX{
        box-shadow: 0px 0px 40px rgb(0 0 0 / 0%);
    }

    .headerX .callToAction1{
        margin: 0px 0px !important;
        padding: 10px 25px !important;
        height: auto !important;
        border-radius: 0px !important;
    }

    .headerX .menu a img{
        transform: rotate(0deg);
    }

    .positionRelative{
        position:relative;
    }

    .headerX .menuTrigg{ 
        display: block; 
        position: fixed;
        top: 0;
        float: right;
        right: 30px;
        z-index: 3;
        height: 90px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 80px;
    }
    .headerX .menuTrigg span{ 
        position: absolute;
        right: 0;
        float: right;
        width: 100%;
        width: 37px;
    }
    .headerX .menuTrigg span img{
        width: 37px;
    }
    .headerX  > .space { display: inline-block; }
    .headerX .flexMenu, 
    .headerX .flexMenu li, 
    .headerX .flexMenu li a { display: block; height: auto; width:100%; }
    .headerX .flexMenu li a { padding: 30px 30px !important; margin-bottom: 3px; display:flex; justify-content: space-between; }
    .headerX .flexMenu li a img{ width: 10px; position:relative; display:block; opacity:0.3;  }
    .headerX .flexMenu li:hover { border-bottom:solid 0px #fff !important; padding:0; background:none; }
    .headerX .menu{
        position: fixed;
        right: -200%;
        height: 100%;
        width: 90%;
        top: 0;
        display: block;
        max-height: 100%;
        display: flex;
        align-items: baseline;
        justify-content: flex-start;
        padding-top: 180px;
        z-index: 3;
        flex-direction: column;
        overflow-y: scroll;
        background-image: url(../img/rabbit_menu.png);
        background-position: right bottom;
        background-size: 50%;
        background-repeat: no-repeat;
    }
    .headerX .menu + .backdropMenu{
        display: block;
        position: fixed;
        top: 0;
        right: -200%;
        width: 100%;
        height: 100%;
        background: #0000ff;
        opacity:0;
        z-index: 2;
    }

    .headerX .logo{ height: 100%; display: flex; align-items: center; z-index: 3; position: relative; }
    
    .pushLeft{ right: 0% !important; }
    .pushOpacity{ opacity: 1 !important; }
    .space{left:0;}
    .space.moveLeft{ display: inline-block; left: 10%; }
    .logo.moveLeft{ z-index: 9; margin-left: 30px; }

    .menu .closing {
        background: #ccc;
        height: 83px;
        position: absolute;
        width: 100% !important;
        opacity: 0;
    }

    .headerX .menu .sub-menu {
        position: relative;
        top: 0px;
        width: 100% !important;
        height:0;
        background: #000000;
        padding: 0;
        left: 0;
    }
    .headerX .flexMenu li a.active {
        margin-bottom: 0px;
        border-bottom: solid 0px #fff;
    }
    
    .sub-menu .container{
        padding: 0px 30px;
    }
    
    .closing + a.active img{
        opacity:1 !important;
        transform:rotate(90deg);
    }
    .backdrop_header{
        display:none;
    }

    .headerX_scroll_negative > .space > .menuTrigg > .openMenu img,
    .headerX_scroll_negative > .space .logo.moveLeft{
        filter: invert(1);
    }
    .headerX .flexMenu li a{
        color:#fff !important;
    }
    .headerX_scroll_negative .menu a img {
        filter: invert(0);
    }
    .headerX .flexMenu li a.active {
        background: #030303 !important;
    }

    .menu .socials{
        display:none !important;
    }

    .headerX .flexMenu li a {
        color: yellow !important;
        font-size: 5em !important;
        line-height: 1em !important;
        padding: 15px 22px !important;
        background: none;
    }


}









/* FONTS */
    .headerX .logo{ font-family:'gilroy', sans-serif; font-size:30px; font-weight: 100; }
    .headerX .menu .sub-menu .container h3{ font-family: 'gilroy'; }
    .headerX .flexMenu li a{ padding:0px 20px; font-family: 'gilroy'; font-size:15px; }
/* FIN FONTS */


/* COLORS */
    .Hero{
        /*background: url(img/tech.jpg);
        background-size: cover;
        background-position: center;*/
        background: #0b0b0f;
    }

    .headerX.black-bg{  background:none;  color:#fff; }
    .headerX .flexMenu li:hover { background:none; }
    .headerX .flexMenu li a.active{ border-bottom:solid 0px #fff; background:#fff; color:blue; }
    .headerX .menu .sub-menu{ background:none; }
    .headerX .flexMenu li a.active { padding-top: 0px; }
    .headerX .callToAction1{  background:rgb(255, 115, 0) !important; }
    .backdrop_header{ background:#0e00ff !important }
    @media (max-width:800px){
        .headerX .callToAction1{
            background: #0b0b0b !important;
        }
    }
    .thisZindex a.dropdown img{
        filter: invert(1);
    }
/* FIN COLORS */





/* FADE EFFECT */
    .headerX .menu .sub-menu{ opacity:0; }
    .headerX .menu .sub-menu.hookContainer{ opacity:1; }
    .backdrop_header{ background:#050507; }
/*FIN FADE EFFECT */



/* ZOOM EFFECT 
    .headerX .menu .sub-menu{ opacity:0; transform:scale(0.1); }
    @media (min-width:800px){
        .headerX .menu .sub-menu{ height:auto !important; }
    }
    .headerX .menu .sub-menu.hookContainer{ opacity:1; transform:scale(1); }
    .backdrop_header{ background:rgba(0,0,0,0.6); filter: blur(80px); }
 FIN ZOOM EFFECT */



/* Bocadillo 
    .backdrop_header{ display:none; }
    .headerX .menu .sub-menu .container { background: blue; }
    .headerX .flexMenu li a{ overflow:hidden; }
    .headerX .flexMenu li a.active { background: none; position: relative;
    }
    .headerX .flexMenu li a::after{
        position: absolute; content: ""; background: blue; width: 0px; height: 0px; 
        transform: rotate(45deg); z-index: 4; bottom: -30px; border-radius: 4px;
        -webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; -o-transition: all 0.35s ease-in-out; transition: all 0.35s ease-in-out;
    }
    .headerX .flexMenu li a.active::after{
        position: absolute; content: ""; background: blue; width: 30px; height: 30px;
        transform: rotate(45deg); z-index: 4; bottom: -21px; border-radius: 4px;
        -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;
    }
    .hookContainer{ z-index:9; }
    .headerX a.active{ z-index:0; }
    .thisZindex a.dropdown img{ width:0; }
    @media (max-width:800px){
        .headerX .flexMenu li a::after,
        .headerX .flexMenu li a.active::after{ display:none; }
        .thisZindex a.dropdown img { width: 10px !important; filter: inherit; }
        .headerX .flexMenu li a.active{ color:#fff !important; }
        .headerX .menu .sub-menu .container { margin: 0; max-width: initial; }
    }
  end Bocadillo */


 /* Bocadillo MENU SIMPLE 
    @media (min-width:800px){
        .headerX .flexMenu, .headerX .flexMenu li, .headerX .flexMenu li a{ position:relative }
        .headerX .menu .sub-menu .container { padding: 0; }
    }
    .headerX .menu .sub-menu { background: none; min-width: 300px; right: 0 !important; left: initial !important; border-radius: 5px; opacity:0; }
    .headerX .menu .sub-menu.hookContainer { opacity:1; }
    @media (max-width:800px){ .headerX .menu .sub-menu { border-radius: 0px; } }
END Bocadillo MENU SIMPLE */


