@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    font-family: 'Montserrat', sans-serif !important;
}

.pre-header{
    background-color:#06326B;
    width:100%;
    color:#fff;
    font-size:16px !important;
    padding: 7px 48px 10px;
    max-height:40px
}

.second-pre-header{
    display:none;
    padding:8px;
    background:#fff
}

.second-pre-header>div{
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 1200px){
    .pre-header{
        max-height: 41px;
        display: flex;
        justify-content: space-between;
        padding: 8px 16px;
    }

}

@media screen and (min-width: 992px) and (max-width: 1200px){
    .pre-header{
        justify-content: center;
    }

    .pre-header > ul {
        margin-left: 0 !important;
    }

    .logo-menu{
        padding-right: 24px !important;
    }
}

@media screen and (max-width: 992px){
    .navbar-maxxa{
        height: 50px !important;
    }

    .navbar-maxxa{
        align-content: center;
    }

    .navbar-maxxa > .container-fluid{
        justify-content: center;
    }

    .second-pre-header{
        display:revert!important
    }
}

.pre-header>ul{
    display:flex;
    flex-direction: row;
    list-style-type: none; /* Remove bullets */
    padding: 0; /* Remove padding */
    margin-left: 185px; /* Remove margins */
    /* justify-content: center; */

}

.pre-header>ul>li:nth-child(2){
    padding:0 48px
}

.pre-header>ul>li>a{
    color:#fff;
    font-size:16px !important;
    text-decoration:none;
    transition-property: all;
    transition-duration: 0.3s;

}

.pre-header>ul>li>a:hover{
    color:#FF9015;
    font-size:16px !important;
    text-decoration:none;
    transition-duration: 0.3s;
}

.navbar-maxxa{
    font-size:16px !important;
    padding: 0px 48px!important;
    /* box-shadow: none !important; */
    box-shadow: none !important;
}

.logo-menu{
    margin-right: 0;
    height:24px;
    padding-right: 45px;
}

.navbar-brand > img{
    margin: 0;
}

.nav-link-maxxa{
    color:#06326B !important;
    padding: 16px 0px !important;
    border-bottom:2px solid transparent;
}

.nav-link-maxxa:hover{
    color:#FF5100 !important;
    border-bottom:2px solid #FF5100;
}

.nav-link-maxxa:after{
/*    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234f4f4f'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z'/%3E%3C/svg%3E)!important;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;*/
}

.navbar-maxxa>.container-fluid>.navbar-collapse>.d-flex>.secondary-button{
    margin: 0 24px
}

.menu-dropdown-container{
    padding: 24px 0px;
    width: 100%;
}
.menu-dropdown-container>a{
    margin: 24px;
}

.dropdown{
    /* width: 100% !important; */
    position: static;
}

.dropdown-menu{
    width: 100% !important;
    margin: 0 !important;
    border-radius: 0;
}

.separador-vertical{
    border-left: 1px solid #CFCFCF;
    min-height: 100%;
    padding-right: 24px;
}

.menu-dropdown-container > div > li > a{
    color: #06326B;
    transition-property: all;
    transition-duration: 0.9s;
}

.menu-dropdown-container > div > li > a:hover{
    color: #FF5100 !important;
    text-decoration:none;
    transition-duration: 0.9s;
}

.menu-dropdown-container-desk > div > li > a{
    color: #06326B;
    transition-property: all;
    transition-duration: 0.9s;
}

.menu-dropdown-container-desk > div > li > a:hover{
    color: #FF5100 !important;
    text-decoration:none;
    transition-duration: 0.9s;
}

.img-promo-header-menu>a>img{
    border-radius:8px
}

.navbar-toggler{
    padding: 0 !important;
}

/*  */
.wrapper {
    display: block;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    height: 100vh !important;
    position: fixed;
    top: 0;
    right: 0;
    /* top layer */
    z-index: 1100;
    background-color: #fff;
    transition: all 0.3s;
    padding: 8px 16px;
    font-size: 14px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.menu-selection > a,
#sidebar > a{
    padding: 25px 0px;
    color: #06326B;
}

.overlay {
    display: none;
    position: fixed;
    /* full screen */
    width: 100vw;
    height: 100vh;
    /* transparent black */
    background: rgba(0, 0, 0, 0.7);
    /* middle layer, i.e. appears below the sidebar */
    z-index: 1000;
    opacity: 0;
    /* animate the transition */
    transition: all 0.5s ease-in-out;
    top: 0;
    left: 0;
}
/* display .overlay when it has the .active class */
.overlay.active {
    display: block;
    opacity: 1;
}

#dismiss {
    width: 35px;
    height: 35px;
    position: absolute;
    /* top right corner of the sidebar */
    top: 10px;
    right: -14px;
}

#sidebar.active {
    margin-right: 0px;
}

@media (max-width: 1200px) {
    #sidebar {
        margin-right: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
}

#dismiss{
    margin-bottom: 25px;
}

.menu-selection{
    margin-top: 36px;
}

.menu-selection > hr {
    margin: 25px 0px;
}

/* a[data-toggle="collapse"] {
    position: relative;
} */

.white-navbar-menu{
    display: flex;
    /* justify-content: center; */
}

.accordion-item-mobile{
    border: none;
}

.accordion-item-mobile .accordion-body > li{
    font-size: 14px!important;
    list-style: none;
}

.label-menu{
    font-size: 11px;
    border: 1px solid #06326b;
    color: #ff5100;
    padding: 4px 8px;
    border-radius: 15px;
    font-weight:500
}

.accordion-body > li > a{
    color: #06326B !important;
}

.accordion-item-mobile .accordion-button{
    color: #9f9f9f;
    font-size: 14px;
    font-weight: bold;
}

.accordion-button{
    color: #9f9f9f!important;
    font-size: 14px!important;
    font-weight: bold!important;
}

.separador-sidebar-menu{
    color: #9f9f9f;
}

.static-body{
    overflow: hidden;
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}

.d-none {
    display: none!important;
}

.light-grey-maxxa-bg {
    background: #F6F6F6;
}



.mega-menu-button{
    background:none;
    border:none
}

.fw-bold {
    font-weight: 700 !important;
}

h6.fw-bold{
    font-size:15px;
    margin: 10px 0;
    color:#06326B
}

.menu-dropdown-container-desk>div>li{
    list-style-type: none;
}

.light-grey-maxxa-bg {
    background: #F6F6F6;
}

#contentMenuDesk{
    background:#fff;
    padding: 24px 48px;
    width: 100%;
    position: absolute;
    box-shadow: 0 2px 15px -3px rgb(0 0 0 / 7%), 0 10px 20px -2px rgb(0 0 0 / 4%);
}

#contentMenuDesk2{
    background:#fff;
    padding: 24px 48px;
    width: 100%;
    position: absolute;
    box-shadow: 0 2px 15px -3px rgb(0 0 0 / 7%), 0 10px 20px -2px rgb(0 0 0 / 4%);
}

.accordion-button:not(.collapsed){
    color: #3b71ca;
    background-color: #fff;
    box-shadow: none!important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.fs-16{
    font-size: 16px !important;
}

.fs-13{
    font-size: 13px !important;
}

.mr-48 {
    margin:0 48px 0 0 !important;
}

.mx-48 {
    margin: 0 48px;
}

