/*<editor-fold desc="CSS DESKTOP">*/
* {
    outline: none !important;
}

header{
    position: relative;
}

.isHome header{
    padding-bottom: 0;
}

a:hover{
    outline: none !important;
    text-decoration: none !important;
}

.navbarOptions .row{
    max-width:100%;
}

.ac-gn-noscroll{
    overflow: hidden !important;
    height: 100% !important;
}

.ac-gn-noscroll-long{
    overflow-y: scroll !important;
}

/*offcanvas abre abaixo da navbar*/
#offCanvasRight{
    top: 95px;
    z-index: 1000;
}

@media screen and (min-width: 668px){

    /*#offCanvasRight{
        height: calc(100% - 95px);
    }*/

}

.off-canvas{
    background: white;
}

.off-canvas.is-transition-overlap.is-open{
    -webkit-box-shadow: 0 0 0 rgba(10, 10, 10, 0.7);
    box-shadow: 0 0 0 rgba(10, 10, 10, 0.7);
    width: 425px;
}

.js-off-canvas-overlay{
    top: 95px;
    z-index: 999;
}

html:not(.isHome) .off-canvas-content{
    padding-top: 95px;
}

#offCanvasRight.morespace{
    top:105px;
}

.admin-bar .js-off-canvas-overlay{
    top: 105px !important;
}

.js-off-canvas-overlay.is-overlay-fixed.is-visible.is-closable{
    background: rgba(150,150,150,0.9);
    /*z-index: 999999;*/
}

#mainMenu{
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
}

/*links do menu*/
#mainMenu li a {
    color: rgb(49, 49, 49);
    font-family: Montserrat;
    padding-top: 20px;
    padding-left: 30px;
    font-size: 17.5px;
}

.lastitem:hover {
    color: #636363 !important;
}

#mainMenu li a:hover, #mainMenu li:hover a, #mainMenu:hover li {
    text-decoration: none !important;
}

#mainMenu li a:focus{
    text-decoration: none;
}

#mainMenu > li > a{
    margin-bottom: 10px;
    justify-content: space-between;
    font-family: 'Montserrat SemiBold';
    font-size: 23px;
    padding-top: 22px;
    color: #1b1919;
}

.menu.nested{
    margin-left: 0;
}

#mainMenu .menu.nested.submenu{
    margin-bottom: 25px;
}

.is-accordion-submenu-parent > a::after,.is-accordion-submenu-parent[aria-expanded='true'] > a::after{
    border:0;
}

.off-canvas-wrap, .inner-wrap {
    min-height: 100%;
}

.off-canvas-wrap{
    height: 100%;
    overflow-y: auto;
}

#mainMenu li > ul li > ul li a{
    color:magenta;
}
/* fim remover icon de v e colocar + e - */

/**
    z-index doesn't work with position:flex so we cant
    do the slide down effect work right
    The solution is to use position absolute
 */
.title-bar{
    z-index: 9999;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;

}

.admin-bar .title-bar{
    top: 32px;
}

.title-bar-left, .title-bar-right{
    z-index: 101;
    padding-top: 1rem;
    padding-bottom: 1rem;
}



.navbarOptions{
    background-color: #0a0a0a;
    z-index: 999;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height .6s ease, opacity 0s ease 0.4s;
    position: relative;
    padding-top: 95px;
    position: fixed;
    top: 0;
    left: 0;
    right:0;
}

.navbarOptions.mainpageoption{
    padding-top: 0;
}

.navbarOptions:before{
    content: "";
    display: table;
    -webkit-flex-basis: 0;
    -ms-flex: 0 1 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.navbarOptions:after{
    clear: both;
    content: "";
    display: table;
    -webkit-flex-basis: 0;
    -ms-flex: 0 1 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}


.options-open .navbarOptions{
    z-index: 999;
    opacity: 1;
    max-height: 2000px;
    transition: max-height .6s ease, opacity 0s ease;
}

.admin-bar.options-open .navbarOptions{
    opacity: 1;
    max-height: 2000px;
    transition: max-height .6s ease, opacity 0s ease;
}

.isscrolling.options-open .navbarOptions{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
}

/*.isscrolling .navbarOptions.show{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
}*/

.formline{
    width: 100%;
    height: 1px;
    background-color: black;
    display: block;
    position: relative;
    top: 40%;
}

.navbarLanguage a{
    display: inline-block;
    font-family: 'PT Sans Italic';
    margin-left: 30px;
    margin-right: 30px;
    color: black;
    font-size: 27px;
    opacity: 0.5;
    margin-bottom: 40px;
    color: #f1f1f1;
}

.navbarLanguage a:hover, .navbarLanguage a:hover .languageLine{
    opacity: 1;
}

.navbarLanguage a.active{
    opacity: 1;
}

.languageLine{
    opacity: 0;
    width: 100%;
    height: 2px;
    background-color: #f1f1f1; /*black;*/
    display: block;
}

.navbarLanguage a.active .languageLine{
    opacity: 1;
}

.headerSpace{
    margin-top: 75px;
}

.navbarOptions.show .navbarSearch{

}

.navbarOptions .navbarSearch.active, .navbarOptions .navbarLanguage.active{
    display: block;
}

.navbarLanguage,.navbarSearch{
    display: none;
}

.navbarLanguage{
    min-height: 257px;
}

.navbarOptions .navbarLanguage.active{
    display: flex;
    align-items: center;
    justify-content: center;
}

.lastitem,.mainItem{
    position: relative;
}

.lastitem .azul_site_color, .mainItem span{
    text-transform: capitalize;
}

.lastitem span, .mainItem span{
    display: inline-block;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 55%;
    padding-right: 34px;
    padding-top: 10px;
    transform: translateY(-55%);
    opacity: 0;
    font-family: "Montserrat Black";
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.lastitem:hover span, .mainItem:hover span{
    opacity: 1;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.homeImage{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 200;
}

.homeImage img{
    height: 55px;
    width: auto;
}

.isHome .homeImage img{
    height: 55px;
    width: auto;
}


.mainbar i{
    margin-left: 10px;
}


.navbarSearch .searchLoading{
    display: none;
    font-size: 16px;
    color: white;
}

.searchLoading span{
    padding-left: 10px;
}

.searchLoading i{

}

.searchLoading.active{
    display: flex;
}

.pesquisa_geral_fundo {
   /* background-color: #333333;*/
    background-color: #0a0a0a;
}

.pesquisa_search {
    border: 0;
    width: 100%;
    font-family: "PT Sans Italic";
    font-size: 30px;
    margin-bottom: 16px;
    color: #f1f1f1;
    background-color: transparent;
    padding-top: 10px;
    padding-left: 65px;
}

.pesquisa_pesquisa_linha {
    height: 1px;
    background: #666;
    display: block;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 35px;
}

.icon_pesquisa_geral {
    position: absolute;
    font-size: 38px;
    color: #666;
    padding-left: 8px;     
}

.pesquisa_geral {
    padding-top: 65px;
}

.pesquisa_geral_geral {
     text-align: left;
     position: relative;
     font-family: "PT Sans";
     font-size: 25px;
     color: #ffffff;
     padding: 0px;
     padding-left: 5px;
}

.pesquisa_search::-webkit-input-placeholder {
    color: #666;
}

.pesquisa_search:-ms-input-placeholder {
    color: #666;
}

.pesquisa_search::-moz-placeholder {
    color: #666;
}

.pesquisa_imagem {
    width: 75px;
    height: 75px;
    background: #eadede;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.pesquisa_resultado {
    padding-top: 10px;
    padding-bottom: 10px;
}

.pesquisa_resultado h1 {
    /*font-family: "Montserrat Black";*/
    font-family: "Montserrat Bold";
    line-height:1.65;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-top: 5px;
    font-size: 14px;
    /*line-height: 1.85;*/
    display: block;
    padding-left: 10px;
}

.pesquisa_geral_sugestoes h2 {
    font-size: 13px;
    font-family: Montserrat;
    color: #BFBFBF;
    text-transform: uppercase;
    margin-top: 45px;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
    padding-left: 5px;
}

.pesquisa_resultados {
    padding-bottom: 85px;
}

.pesquisa_resultados.hide{
    display: none;
}

.noresults{
    font-family: "PT Sans";
    font-size: 16px;
    color: #f1f1f1;
}

.pchave{
    /*cursor: pointer;*/
    color: white;
    display: block;
    margin-bottom: 1rem;
}

.pchave:hover, .pchave:focus{
    color: white;
}

.header_icon1 {
    width: 23px;
    margin-left: 20px;
}

.header_icon2 {
    width: 21px;
    padding-bottom: 1px;
}

.title-bar-right .menu-icon {
    margin-right: 25px;
}


.closemenu.btncloseopt {
    position: absolute;
    right: 9px;
    top: 117px;
    height: 22px;
}


/*<editor-fold desc="homebar section">*/
.title-bar.homebar{
    background-color: #0a0a0a;
    /*opacity: 0.90;*/
    border-bottom: 1px solid rgba(255,255,255,0.15) !important;
    height: 95px;
    max-height: 95px;
    position: fixed;
    transition: height ease .25s, background ease .25s;
}

.isHome .title-bar.homebar{
    background: transparent;
    border-bottom: 1px solid rgba(255,255,255,0.15) !important;
    height: 95px;
    max-height: 95px;
    position: fixed;
    transition: height ease .25s, background ease .25s;
}

.title-bar.homebar.scrolling{
    /*background: black;*/
    background-color: #0a0a0a;
    opacity: 0.90;
}

.title-bar.homebar .iscrolling{
    display: none;
}

.title-bar.homebar.scrolling .iscrolling{
    display: inline-block;
    z-index: 9;
}


.title-bar.homebar .istop{
    display: inline-block;
}

.title-bar.homebar.scrolling .istop{
    display: none;
}
/*</editor-fold>*/

.option img{
    height: 28px;
    width: auto;
}

.option.umafont{
    cursor: pointer;
}

.umafont{
    font-family: "siteuma";
    font-style: inherit !important;
}


.title-bar .icon-lupa, .title-bar .icon-idioma{
    top: 50%;
    transform: translateY(-50%);
    font-size: 23px;
    position: absolute;
}

.title-bar .icon-lupa{
    left: 40px;
    font-size: 25px;
}

.title-bar .icon-idioma{
    left: 90px;
    font-size: 25px;
}


.title-bar.homebar .icon-lupa, .title-bar.homebar .icon-idioma{
    font-size: 33px;
    position: absolute;
}

.isHome .title-bar.homebar{
    border: 0;
}

.isHome .navbarSearch, .isHome .navbarLanguage{
    margin-top: 95px;
}

.isHome .btncloseopt {
    position: absolute;
    right: 9px;
    top: 128px;;
    width: 26px;
    height: auto;
}

.isHome .admin-bar .js-off-canvas-overlay{
    top: 127px !important;
}

.isHome .js-off-canvas-overlay, .isHome #offCanvasRight{
    top:95px;
}

.isHome #offCanvasRight.morespace {
    top: 127px;
}

.options-open .title-bar.homebar{
    border: 0;
}

.title-bar.homebar.scrolling .umafont.icon-lupa, .title-bar.homebar.scrolling .umafont.icon-idioma{
    color: white;
}


#search-icon, #language-icon{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#search-icon{
    left: 10px;
}

#language-icon{
    left: 60px;
}

/*.langswitcher a{
    color:white;
    font-family: "Montserrat";
    font-size: 26px;
    font-style: normal;
}*/

.isHome #language-icon{
    left: 60px;
}

#menuOpen{
    width: 25px;
}

#menuOpen.menu-icon:hover:after{
    background: white;
}

#menuOpen:after{
    box-shadow: 0 9px 0 #fefefe, 0 18px 0 #fefefe;
}

.title-bar-right{
    position: relative;
}


.title-bar{
    height: 95px;
}

.title-bar .title-bar-left, .title-bar .title-bar-right{
    padding-top: 0;
    padding-bottom: 0;
}

/*<editor-fold desc="hamburguer to close button">*/
.closenavbaroptions{

}

.navbarOptions .b-container{
    position: absolute;
    right: 4.5%;
    top: 128px;
}

.optionclose{
    width: 26px;
    height: auto;
}

#menuButton{
    position: relative;
}

#navcontrol,.navbarOptions .btncloseopt{
    padding-right: 77px;
}

.b-menu {
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 22px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 25px;
    /*margin-right: 26px;*/
    z-index: 12;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /*right: 26px;*/
}

.b-bun {
    background: white;
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    height: 2px;
    width: 25px;
}
.b-bun--top {
    top: 0;
}
.b-bun--mid {
    top: 8px;
}
.b-bun--bottom {
    top: 16px;
}

.b-container.open .b-bun--top {
    background: white;
    top: 9px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.b-container.open .b-bun--mid {
    opacity: 0;
}
.b-container.open .b-bun--bottom {
    background: white;
    top: 5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/*</editor-fold>*/



/*<editor-fold desc="Quickbar section">*/
.row.quickbar{
    margin: 0;
    max-width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 10px;
}

.quickbar a.pagetitle{
    font-family: "Montserrat";
    text-transform: uppercase;
    color: white;
    margin-bottom: 0;
    font-size: 14px;
}

.quickbar i{
    margin-left: 18px;
}

.row.quickbarwindow{
    bottom: auto;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    transform: translateZ(0);
    transition: background-color .25s linear,transform .25s;
    width: 100%;
    z-index: 105;
    max-width: 100%;
}

.quickbarwindow.off{
    transform: translate3d(0,-100%,0);
}

.quickbarwindow .columns{
    position: relative;
}

.quickbarwindow ul{
    list-style-type: none;
    margin-top: 70px;
    margin-bottom: 70px;
}

.quickbarwindow ul li{
    padding-bottom: 7px;
}

.quickbarwindow ul li, .quickbarwindow ul li a{
    display: block;
    text-transform: uppercase;
    color: rgba(255,255,255,0.7);
    font-size: 22px;
    font-family: "Montserrat";
}

.quickbarwindow ul li:hover a{
    color: rgba(255,255,255,1);
}

.word_caret{
    position: absolute;
    top:70px;
    left: -110px;
    font-size: 26px;
    color:white;
    font-family: "Montserrat";
}

.closequickbarwindow{
    position: absolute;
    top: 10%;
    right: 10%;
    z-index: 99;
}

.optionText{
    position: absolute;
    opacity: 0;
    top: 70px;
    left: 0;
    right: 11%;
    bottom: 0;
    font-family: "PT Sans Italic";
    color: white;
    font-size: 22px;
}

.optionText.show{
    opacity: 1;
}

/*</editor-fold>*/

.isEsboco.offcanvasopen .title-bar{
    top: 39px;
}

.isEsboco .js-off-canvas-overlay, .isEsboco #offCanvasRight{
    top:133px !important;
}

/*<editor-fold desc="whitebar section">*/
.whitebarimg{
    display: none;
}

.title-bar.homebar.whitebar.scrolling{
    border-bottom: 1px solid rgba(0,0,0,0.15) !important;
    opacity: 1;
}

.title-bar.homebar.whitebar.scrolling .whitebarimg{
    display: inline-block;
}

.title-bar.homebar.whitebar.scrolling .blackbarimg{
    display: none;
}

.title-bar.homebar.whitebar.scrolling{
    background: white;
}

.title-bar.homebar.whitebar.scrolling .umafont.icon-lupa, .title-bar.homebar.whitebar.scrolling .umafont.icon-idioma{
    color:black;
}

.title-bar.homebar.whitebar.scrolling #navcontrol .b-bun{
    background: black;
}

.title-bar.homebar.whitebar.scrolling #navcontrol.b-container.open .b-bun{
    background: black;
}

/*not home*/
html:not(.isHome) .title-bar.whitebar .whitebarimg{
    display: inline-block;
}

html:not(.isHome) .title-bar.whitebar .blackbarimg{
    display: none;
}

html:not(.isHome) .title-bar.whitebar{
    background: white;
    border-bottom: 1.5px solid rgba(0,0,0,0.15) !important;
}

html:not(.isHome) .title-bar.whitebar .umafont.icon-lupa, html:not(.isHome) .title-bar.whitebar .umafont.icon-idioma{
    color:black;
}

html:not(.isHome) .title-bar.whitebar #navcontrol .b-bun{
    background: black;
}

html:not(.isHome) .title-bar.whitebar #navcontrol.b-container.open .b-bun{
    background: black;
}

/*</editor-fold>*/

.languageiphone{
    /*display: none;*/
}

.languageiphone{
    display: flex;
    padding-left: 60px;
    margin-top: 25px;
    padding-bottom: 50px;
}

.languageiphone .columns{
    padding: 0;
    display: flex;
}

.languageiphone a{
    font-family: 'PT Sans Italic';
    color: black;
    font-size: 27px;
    opacity: 0.5;
    border: 1px solid #000;/*#ccc;*/
    padding: 13px;
    margin-right: 10px;
}

.languageiphone a.active{
    opacity: 1;
}

/* </editor-fold> */

#close-icon{
    display: none;
}

/*<editor-fold desc="IPAD">*/
@media (min-width: 668px) and (max-width: 1024px){

    /*position offcanvas to open full width window and scroll full height of menu*/
    .off-canvas.is-transition-overlap.is-open, .off-canvas.is-transition-overlap{
        width: 50%;
    }

    .position-right{
        transform: translateX(100%);
    }

    #offCanvasRight {
        top: 0 !important;
        background: transparent;
    }

    .menuColorWrapper{
        background: black;
        padding-bottom: 50px;
        min-height: calc(100vh - 95px);
    }
    /**************************/

    /*Center menu and change color*/
    #mainMenu{
        padding-top: 50px;
        margin-top: 95px;
    }

    #mainMenu li a{
        color: white;
    }
    /*************************/

    #navcontrol{
        padding-right: 28px;
    }

    .pesquisa_resultados{
        display: none;
    }

    .pesquisa_geral_fundo{
        min-height: calc(50vh - 95px);
        padding-bottom: 50px;
    }

    .navbarOptions .b-container {
        position: absolute;
        right: 11.5%;
        top: 128px;
    }

    .pesquisa_pesquisa_linha {
        margin-top: 5px;
    }

    /*<editor-fold desc="IDIOMA">*/
    #language-icon{
        display: none;
    }

    .languagemobile{
        display: none;
    }

    .languageiphone{
        display: flex;
        padding-left: 60px;
        margin-top: 25px;
    }

    .languageiphone .columns{
        padding: 0;
        display: flex;
    }

    .languageiphone a{
        font-family: 'PT Sans Italic';
        color: white;
        font-size: 27px;
        opacity: 0.5;
        border: 1px solid #ccc;
        padding: 13px;
        margin-right: 10px;
    }

    .languageiphone a.active{
        opacity: 1;
    }
    /*</editor-fold>*/

}

@media (min-width: 668px) and (max-width: 1024px) and (orientation: portrait){

    .pesquisa_geral_fundo{
        min-height: calc(35vh - 95px);
        padding-bottom: 50px;
    }

}


/*</editor-fold>*/

/*<editor-fold desc="IPHONE">*/
@media (max-width: 667px) {

    /*<editor-fold desc="MENU BEHAVIOUR">*/
    /*
        Permitir scroll completo do menu,
        Abrir o menu a 100%
        Mudar a cor de fundo para preto
    */
    .off-canvas.is-transition-overlap.is-open, .off-canvas.is-transition-overlap{
        width: 100%;
    }

    .position-right{
        transform: translateX(100%);
    }

    #offCanvasRight {
        top: 0 !important;
        background: black;
    }

    .offcanvasopen .title-bar.homebar{
        background: black;
        opacity: 1;
        border-bottom: 0;
    }

    .menuColorWrapper{
        padding-bottom: 50px;
        min-height: calc(100vh - 95px);
    }

    #mainMenu{
        margin-top: 95px;
    }

    #mainMenu li a{
        color: white;
    }
    /*fim primeira fase*/

    #navcontrol{
        padding-right: 28px;
    }

    #search-icon{
        left: 0;
    }

    /*</editor-fold>*/

    /*<editor-fold desc="IDIOMA">*/
    #language-icon{
        display: none;
    }

    .languagemobile{
        display: none;
    }

    .languageiphone{
        display: flex;
        padding-left: 60px;
        margin-top: 25px;
    }

    .languageiphone .columns{
        padding: 0;
        display: flex;
    }

    .languageiphone a{
        font-family: 'PT Sans Italic';
        color: white;
        font-size: 27px;
        opacity: 0.5;
        border: 1px solid #ccc;
        padding: 13px;
        margin-right: 10px;
    }

    .languageiphone a.active{
        opacity: 1;
    }
    /*</editor-fold>*/

    /*<editor-fold desc="SEARCH">*/

    .navbarOptions .b-container{
        display: none;
    }

    .pesquisa_resultados{
        display: none;
    }

    .pesquisa_geral_fundo{
        min-height: calc(100vh - 95px);
    }

    .options-open #search-icon{
        display: none;
    }

    .options-open #close-icon{
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 23px;
    }

    /*</editor-fold>*/

    .pesquisa_search {
        font-size: 22px;
        margin-bottom: 0;
    }

    .icon_pesquisa_geral {
        font-size: 25px;
    }

    #palavraschave{
        margin-left: 15px;
    }

    .pchave{
        font-size: 20px;
    }

    .pesquisa_pesquisa_linha{
        margin-top: 8px;
    }

    .pesquisa_geral{
        padding-top: 40px;
    }

    .languageiphone a.active{
        opacity: 1;
    }


}
/*</editor-fold>*/

/*IE10+*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

    .b-menu{
        display: block;
        position: absolute;
        right: 30px;
    }

}


@media (max-width: 667px) {
    .homeImage img{
        height: 45px!important;
    }

    .isHome .title-bar.homebar,
    .title-bar.homebar{
        height: 70px!important;
    }

    html:not(.isHome) .off-canvas-content{
        padding-top: 70px;
    }


    .title-bar.homebar .icon-lupa, .title-bar.homebar .icon-idioma {
        font-size: 28px!important;
    }

    .b-bun--mid {
        top: 6px!important;
    }

    .b-bun--bottom {
        top: 12px!important;
    }

    .b-menu {
        height: 18px!important;
    }

    .b-bun {
        width: 22px!important;
    }


    .b-menu {
        transform: translateY(-45%)!important;
    }

    .homeImage {
        left: 48%;
    }
    .b-container.open .b-bun--top {
        top: 10px!important;
    }

    .b-container.open .b-bun--bottom {
        top: 6px!important;
    }

    #mainMenu > li > a {
        border-bottom: 0.5px solid #5c5858;
        font-family: 'Montserrat';
        font-size: 20px;
        padding-top: 15px;
        margin-bottom: 0px;
        padding-bottom: 19px;
        padding-top: 16px;
        padding-left: 10px;
    }

    #mainMenu {
        padding-top: 10px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .languageiphone {
        padding-left: 33px!important;
        margin-top: 28px!important;
    }

    .languageiphone a {
        padding-top: 10px!important;
        padding-bottom: 10px!important;
        padding-right: 13px!important;
        padding-left: 13px!important;
        font-size: 23px!important;
        font-family: "PT Sans"!important;
    }

    #offCanvasRight {
        background: #101010;
    }

    .offcanvasopen .title-bar.homebar {
        background: #101010;
    }

    .options-open #close-icon {
        left: 15px!important;
    }

    #search-icon {
         margin-top: 3.5px!important;
    }

    .pesquisa_search {
        padding-top: 0px!important;
        padding-left: 47px!important;
        font-size: 20px;
    }

    .pesquisa_pesquisa_linha {
        margin-top: 5px!important;
    }

    .pesquisa_geral {
        padding-top: 25px!important;
    }

}