 .header_bg_ {
            position: absolute;
            left: 0;
            top: 0;
            display: block;
            width: 100%;
            height: 170px;
        }
        .titulo_portal {

            line-height: 0.6;
            padding-left:7%;
            padding-right:7%;
            margin-top:20px;            
            font: 300 1.846em Signika,sans-serif !important;
            font-weight: 700 !important;            
            color: {$config.cor_titulo};
        }


        .text-color-top-bar {

           color: #FFFFFF !important;

        }
        .nav > li > a:hover {
            background-color: #eeeeee6e;
        }

        .social-media {
             margin-top: 1rem;
        }


        .mainmenu {
            border: solid;
            border-width: 2px;
            border-color :  #7290a9; /* #c8e0f3;*/
            height:40px;
        }
            nav.mainmenu {
            text-transform: capitalize;
            clear: both;
            float: none;
           /* margin: 19px 0 0;*/
            padding: 0 10px;
        }   

        .mainmenu li a {
         color: #FFFFFF !important ;
         font-weight: 500 !important;
        }
        
        .mainmenu li a:hover {
         color: #FFFFFF !important;
         font-weight: 500 !important;
        }

         nav.mainmenu>ul>li.current-menu-item>a {
            color: #FFFFFF !important;
            font-weight: 500 !important;
        }
        
        nav.mainmenu>ul>li {
            height: 40px;
            margin: 0;
            border: none;
            line-height: 40px;
        }


        .overlay{
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
        background-color: rgba(0,0,0,0.5); /*dim the background*/
      }

      .translate {
        padding-right: 10px;
        position: fixed;
        max-width: 95vw;
        right: 0;
        top: 48%;
        margin-top: -32vh;
        z-index: 99999999;
        display: grid;
        font-family: Arial;
        color: #000;
      }

      /*.coluna_esq {
        float: left;
        width: 599px;
        position: absolute;
        margin-left: -110px;
      }

      .coluna_dir {
        float: right;
        width: 700px;
        margin-right: -168px;
      }

      .coluna_dir_foo {
        float: right;
        margin-right: -190px;
      }*/

    .banner-lgpd-consent-container {
      position: fixed;
      top: 87% !important;
      left: 0;
      bottom: 10px;
      display: flex;
      width: 100vw;
      justify-content: center;
      z-index: 1050;    
     }

     .banner-lgpd-consent--show {    
       animation: show 1s both;
      }

      .banner-lgpd-consent__column  {
      padding: 0 60px;
      margin: 0 -30px;
      color: #fff!important;
      font-size: 14px;
      font-weight: 400!important;
      line-height: 16px;}

     .banner-lgpd-consent__link {
      color: inherit;
      text-decoration: underline;}


     .banner-lgpd-consent{
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      box-sizing: border-box;
      width: calc(100vw - 20px);
      max-width: 1326px;
      height: 70px;
      padding: 27px;
      background-color: rgba(64,64,64,.9);
      box-shadow: 0 8px 6px 0 rgb(0 0 0 / 41%);
      border-radius: 5px;
      overflow: hidden;
      transform: translate3d(0,0vh,0);
      text-align: center;  
    
      -webkit-overflow-scrolling: touch;
      outline: 0;
     }     