/*HEADER*/

.header {
    display: flex;
    flex-direction: column;
}

.header .menu-responsivo {
    background: rgba(255,255,255, 1);
    height: 45vh;
}
.navbar-primary  {
    order: 1;
    padding: 15px;
    background: #1a1a1a;
    border-top: solid 1px white;
}

.navbar li a {
    font-size: 0.875rem;
}
.navbar-secondary {
    background: rgba(255,255,255, 1);
    margin: 0;
    padding: 15px !important;
    order: 2;
}
.navbar-secondary,
.navbar-secondary li a{
    color: #1a1a1a !important;
    text-transform: uppercase;
    font-size: 0.6875rem;
}

.navbar-collapse .nav-item .nav-link {
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
}
.navbar-collapse .nav-item.destacado .nav-link {
    background: rgba(255, 184, 0, 1);
    position: relative;
    font-weight: 700;
    font-size: 1rem;
    padding-left: 15px;
    margin: 15px 0;
}

.navbar-brand-container {
    background: #1a1a1a;
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex: auto;
    height: 50px;
    padding: 0 0 0 15px;
}
.navbar-brand {height: 40px;}

.navbar-brand img {
    height: 100%;
    -webkit-filter: drop-shadow(-4px 4px 4px rgba(0, 0, 0, .2));
    filter: drop-shadow( -4px 4px 4px rgba(0, 0, 0, .2));
}

.navbar-dark .navbar-toggler {
    border: none;

}

.navbar-dark .navbar-toggler-icon {
    background: none;
    align-items: center;
    justify-content: center;
    display: flex;

}

.navbar-dark .navbar-toggler-icon svg {
    stroke: white;
    width: 30px;
    height: 30px;
}

/*LG*/
@media (min-width: 992px) {

    .navbar-brand img {
        height: 58px;
        -webkit-filter: drop-shadow(-4px 4px 4px rgba(0, 0, 0, .2));
        filter: drop-shadow( -4px 4px 4px rgba(0, 0, 0, .2));
    }
    
    .header .menu-responsivo{
        background: none;
    }

    .fixed-top.resized .menu-responsivo {
        height: 60px;
    }


    #header.resized .navbar-secondary {
        display: none !important;
        transition: ease-in;
    }

    #header.resized .header-primary {
        background: rgba(0,0,0,1);
    }
/* 
    #header.resized .header-primary .navbar-brand-container {
        bottom: 10px;
        position: relative;
    } */


    .menu-responsivo {
        justify-content: flex-end;
        align-items: flex-end;
    }

    .navbar-primary {
        padding: 0;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        flex: 1;
        position: relative;
        order: 2;
        border-top: 0;
        background: rgba(0, 0, 0, 1) !important;
        top: -1;
    }

    .header .navbar-primary:before {
        content: '';
        width: 0;
        height: 0;
        border-top: 60px solid rgba(0, 0, 0, 1);
        border-left: 60px solid transparent;
        position: absolute;
        left: -60px;
        top: 0px;
    }

    .navbar-collapse .nav-item .nav-link {
        color: rgba(255, 255, 255, 1);
    }

    .navbar-primary .navbar-brand {
        flex: 1
    }
   

    .navbar-brand-container {
        position: absolute;
        bottom: 0px;
        z-index: 10;
        left: 0px;
        background: transparent;
    }

    .navbar-brand {height: auto;}
    
    .navbar-collapse .nav-item.destacado {
        margin-left: 40px;
    }

   
    .navbar-collapse .nav-item.destacado .nav-link {
        padding-left: 0;
        margin: 0;
    }

    .navbar-collapse .nav-item.destacado .nav-link:before{
        content: '';
        width: 0;
        height: 0;
        border-top: 60px solid rgba(255, 184, 0, 1);
        border-left: 60px solid transparent;
        position: absolute;
        left: -60px;
        top: 0;
      }

      .navbar-collapse .navbar-primary  .nav-link {
        line-height: 60px;
        text-transform: uppercase;
        color: #fff;
        padding: 0px 15px;
    }

    .navbar-collapse .nav-item.destacado .nav-link svg {
        width: 36px;
        height: 36px;
    }

   .navbar-collapse  .navbar-primary .nav-item.active .nav-link {
        background: rgba(0, 0, 0, .2);
    }
    .navbar-secondary {
        justify-content: flex-end;
        align-items: center;
        order: 1;
        padding: 0 !important;
        background: #e1e0dd;
    }
    .navbar-secondary .navbar-nav {align-items: center}
    .menu-responsivo .navbar-secondary .navbar-nav {
        justify-content: flex-end;
    }


 }



 /*HEADER*/

.header {
    display: flex;
    flex-direction: column;
}

.header .menu-responsivo {
    background: rgba(255,255,255, 1);
    /* height: calc(100vh - 44px); */
    overflow: scroll;
}
.navbar-primary  {
    order: 1;
    padding: 15px;
    background: #1a1a1a;
    border-top: solid 1px white;
}

.navbar li a {
    font-size: 0.875rem;
}
.navbar-secondary {
    background: rgba(255,255,255, 1);
    margin: 0;
    padding: 15px !important;
    order: 2;
}
.navbar-secondary,
.navbar-secondary li a{
    color: #1a1a1a !important;
    text-transform: uppercase;
    font-size: 0.6875rem;
}

.navbar-collapse .nav-item .nav-link {
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
}
.navbar-collapse .nav-item.destacado .nav-link {
    background: rgba(255, 184, 0, 1);
    position: relative;
    font-weight: 700;
    font-size: 1rem;
    padding-left: 15px;
    margin: 15px 0;
}

.navbar-brand-container {
    background: #1a1a1a;
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex: auto;
    height: 50px;
    padding: 0 0 0 15px;
    align-items: center;
}
.navbar-brand {
    height: 40px;
    justify-content: flex-start;
    display: flex;
}


.navbar-dark .navbar-toggler {
    border: none;

}

.navbar-dark .navbar-toggler-icon {
    background: none;
    align-items: center;
    justify-content: center;
    display: flex;

}

.navbar-dark .navbar-toggler-icon svg {
    stroke: white;
    width: 30px;
    height: 30px;
}

/*LG*/
@media (min-width: 992px) {

.header {
    pointer-events: none;
}
.header a, .header li, .header input, .header button{
    pointer-events: all;
}
 /* #buscadorPrincipal {
    pointer-events: all;
}  */

    .header .menu-responsivo{
        background: none;
        height: 34rem;
        overflow: auto;
        flex: auto;
        justify-content: flex-start;
   
    }
 

    .menu-responsivo ul.navbar-nav.navbar-primary {
        height: 60px !important;
        flex: 0 0 auto;
    }

    .navbar-collapse .navbar-primary  .nav-link {
        background: rgba(0, 0, 0, 1);
        padding: 0 45px 0 0 !important;
    }
/* .dropdown-toggle{
        background: rgba(0, 0, 0, 1);
        padding-right: 20px !important;
    } */

    #header.resized .navbar-secondary {
        display: none !important;
        transition: ease-in;
    }

    #header.resized .header-primary {
        background: rgba(0,0,0,1);
    }

    #header.resized .header-primary .navbar-brand-container {
        top: 0px;
        position: relative;
    }

    #header.resized .header-primary .navbar-brand-container img {
        height: 37px;
    }

    #header.resized .destacado .nav-link {
        background: rgba(255, 184, 0, 1);
    }
    
    #header.resized .nav-link {
        background: transparent;
    }

    .menu-responsivo {
        justify-content: flex-end;
        align-items: flex-end;
    }

    .navbar-primary {
        padding: 0;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        flex: 1;
        position: relative;
        order: 2;
        border-top: 0;
        background: rgba(0, 0, 0, 1) !important;
        top: -1;
        flex-wrap: wrap;
         height: 60px;
    }

    .header .navbar-primary:before {
        content: '';
        width: 0;
        height: 0;
        border-top: 60px solid rgba(0, 0, 0, 1);
        border-left: 60px solid transparent;
        position: absolute;
        left: -60px;
        top: 0px;
    }

    .navbar-collapse .nav-item .nav-link {
        color: rgba(255, 255, 255, 1);
    }

    .navbar-primary .navbar-brand {
        flex: 1
    }


    .navbar-brand-container {
        position: absolute;
        top: 38px;
        z-index: 10;
        left: 0%;
        background: transparent;
    }

    .navbar-brand {height: auto;}
    
    .navbar-collapse .nav-item.destacado {
        margin-left: 0px;
    }
   
    .navbar-collapse .nav-item.destacado .nav-link {
        padding-right: 30px !important;
        padding-left: 0;
        margin: 0;
    }

    .navbar-collapse .nav-item.destacado .nav-link:before{
        content: '';
        width: 0;
        height: 0;
        border-top: 60px solid rgba(255, 184, 0, 1);
        border-left: 60px solid transparent;
        position: absolute;
        left: -60px;
        top: 0;
      }

      .navbar-collapse .navbar-primary  .nav-link {
        line-height: 60px;
        text-transform: uppercase;
        color: #fff;
        padding: 0px 15px;
    }

    .navbar-collapse .nav-item.destacado .nav-link svg {
        width: 36px;
        height: 36px;
    }

   .navbar-collapse  .navbar-primary .nav-item.active .nav-link {
        background: rgba(0, 0, 0, .2);
    }
    .navbar-secondary {
        justify-content: flex-end;
        align-items: center;
        order: 1;
        padding: 0 !important;
        background: #e1e0dd;
    }
    .navbar-secondary .navbar-nav {align-items: center}
    .menu-responsivo .navbar-secondary .navbar-nav {
        justify-content: flex-end;
    }


 }

 @media(max-width: 991px) {
    .header .menu-responsivo {
        background: rgba(255,255,255, 1);
        height: calc(100vh - 44px);
        overflow: scroll;
    }

    .navbar-brand {
        flex-grow: 1;
    }
    .navbar-toggler-icon {
        display: flex;
        flex-direction: column;
    }
    .logged-in #header.resized {
        margin-top: 0;
    }
 }

 .navbar-toggler[aria-expanded='true'] .navbar-toggler-icon .a {
    transform: rotate(45deg);
    transform-origin: 1px;
    transition: all .4s ease-in-out;
}
.navbar-toggler[aria-expanded='true'] .navbar-toggler-icon .b {
    transform: scale(0);
    transition: all .4s ease-in-out;
}
.navbar-toggler[aria-expanded='true'] .navbar-toggler-icon .c {
    transform: rotate(-45deg);
    transform-origin: 1px;
    transition: all .4s ease-in-out;
}

.navbar-toggler .navbar-toggler-icon span {
width: 30px; 
height: 2px; 
margin: 4px 0;
background: white;
transition: all .4s ease-in-out;
}


/* @media (min-width: 992px){
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute !important;
}} */