 /*2018-20?? U-GATE from U-ZONE RDC design and dev by RICHARD MILAMBO #DYCK_L_H */
    .zero{
      -webkit-font-size: 0% !important;
      -webkit-width: 0% !important;
      -webkit-height: 0% !important;
      -webkit-border: none!important;
      -webkit-background-color: initial !important;

      -moz-font-size: 0% !important;
      -moz-width: 0% !important;
      -moz-height: 0% !important;
      -moz-border: none!important;
      -moz-background-color: initial !important;

      -ms-font-size: 0% !important;
      -ms-width: 0% !important;
      -ms-height: 0% !important;
      -ms-border: none!important;
      -ms-background-color: initial !important;

      -o-font-size: 0% !important;
      -o-width: 0% !important;
      -o-height: 0% !important;
      -o-border: none!important;
      -o-background-color: initial !important;

      font-size: 0% !important;
      width: 0% !important;
      height: 0% !important;
      border: none!important;
      background-color: initial !important;
    }

@media (min-width: 801px){
   
    .desktop-zero{
      -webkit-font-size: 0% !important;
      -webkit-width: 0% !important;
      -webkit-height: 0% !important;
      -webkit-border: none!important;
      -webkit-background-color: initial !important;
      background-image: none !important;

      -moz-font-size: 0% !important;
      -moz-width: 0% !important;
      -moz-height: 0% !important;
      -moz-border: none!important;
      -moz-background-color: initial !important;

      -ms-font-size: 0% !important;
      -ms-width: 0% !important;
      -ms-height: 0% !important;
      -ms-border: none!important;
      -ms-background-color: initial !important;

      -o-font-size: 0% !important;
      -o-width: 0% !important;
      -o-height: 0% !important;
      -o-border: none!important;
      -o-background-color: initial !important;

      font-size: 0% !important;
      width: 0% !important;
      height: 0% !important;
      border: none!important;
      background-color: initial !important;
      display: none;
    }

      .bdr_left{
        border-left: 1px solid rgba(0,0,0,.125);
      }

      .bdr_bottom{
        border-bottom: 1px solid rgba(0,0,0,.125);
      }

      .bdr_right{
        border-right: 1px solid rgba(0,0,0,.125);
      }

      .bdr_top{
        border-top: 1px solid rgba(0,0,0,.125);
      }
      .bg_infon_desktop{
  background-color: #d9edf7;
}
}

@media (max-width: 801px){
    .txt-stable{
      height: 80px;
      
    }
    .mobil-zero{
      -webkit-font-size: 0% !important;
      -webkit-width: 0% !important;
      -webkit-height: 0% !important;
      -webkit-border: none!important;
      -webkit-background-color: initial !important;

      -moz-font-size: 0% !important;
      -moz-width: 0% !important;
      -moz-height: 0% !important;
      -moz-border: none!important;
      -moz-background-color: initial !important;

      -ms-font-size: 0% !important;
      -ms-width: 0% !important;
      -ms-height: 0% !important;
      -ms-border: none!important;
      -ms-background-color: initial !important;

      -o-font-size: 0% !important;
      -o-width: 0% !important;
      -o-height: 0% !important;
      -o-border: none!important;
      -o-background-color: initial !important;

      font-size: 0% !important;
      width: 0% !important;
      height: 0% !important;
      border: none!important;
      background-color: initial !important;
      display: none;
    }

      .bdr_left_mobil{
        border-left: 1px solid rgba(0,0,0,.125);
      }

      .bdr_bottom_mobil{
        border-bottom: 1px solid rgba(0,0,0,.125);
      }

      .bdr_right_mobil{
        border-right: 1px solid rgba(0,0,0,.125);
      }

      .bdr_top_mobil{
        border-top: 1px solid rgba(0,0,0,.125);
      }

}
.orange__fonte{
  color: orange;
}

.b__fonte{
  color: black;
}


