<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  color: #516872;
  position: relative;
  line-height: 2;
  font-family: 'Raleway', sans-serif;
}
body.home{
  background-color: #D4DCE1;
  line-height: 1.2;
  overflow-y: scroll;
}
body.home p{
  text-align: left;
}

.container{
  width: 1250px;
}

a{
  color: #516872;
  text-decoration: underline;
}

ul &gt; li &gt; a{
  text-decoration: none;
}

h1, h2 {
  font-weight: 700;
}

h3 span {
  color: #286090;
}

.header {
  background-color: #d5dce2;
  height: 150px;
  position: fixed;
  width: 100%;
  z-index: 1
}

.nav-header {
  max-width: 1290px;
  margin: auto;
  padding-left: 35px;
  padding-right: 20px;
}

.logo {
  display: inline-block;
  padding-left: 5px;
  padding-top: 10px;
}

.nav-option {
  width: 25%;
  height: 50px;
  float: left;
}
.nav-option.bg1 {
  background-color: #FFF;
}
.nav-option.bg2 {
  background-color: #EFF4F7;
  border-left: 1px solid #d5dce2;
  border-right: 1px solid #d5dce2;
}
.nav-option.bg3 {
  background-color: #E2E9EF;
}

.nav-option:hover,
.nav-option.active {
  background-color: #00A94D !important;
}

.nav-option:hover svg *,
.nav-option.active svg *{
  fill: #FFF;
}

.nav-option:hover .title-option,
.nav-option.active .title-option {
  color: #FFF
}

.nav-img {
  width: 160px; height: 50px;
}

.ico-option {
  padding-top: 5px;
  padding-left: 20px;
}

.title-option {
  position: absolute;
  margin-top: -43px;
  margin-left: 80px;
  color: #00a94d;
  text-transform: uppercase;
}
.title-option.m{
  display: none;
}

.title-version{
  position: absolute;
  margin-top: -30px;
  margin-left: 80px;
  font-size: 12px;
  color: #516872;
}

@media (max-width:1100px) {
  .title-option {
    display: none;
  }
  .title-option.m{
    display: block;
  }
}

@media (max-width:800px) {
  .title-option,
  .title-option.m{
    display: none;
  }
  .ico-option{
    text-align: center;
    padding-left: 0px;
  }
}

.pdfIcon{
  position: fixed;
  right: 20px;
  bottom: 10px;
  cursor: pointer;
  z-index: 9999;
}

button{
  cursor: default;
}

.button1 {font-size: 16px;
  background-color: #00A94D;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 50px;
  margin: auto;
  border-radius: 6px;
  cursor: pointer;
 }
 
 .button2 {
   font-size: 16px;
   transition-duration: 0.4s;
   color: #00A94D;
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 30px 50px;
   margin: auto;
   border-radius: 6px;
 }
 
 .button2:hover {
   font-size: 16px;
   background-color: #00A94D;
   color: white;
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 30px 50px;
   margin: auto;
   border-radius: 6px;
   cursor: pointer;
 }

 .buttonbifrost{
  border:2px solid #00A94D;
  border-radius:100px;
  width:40px;
  height:40px;
  padding:5px;
  margin: auto;
  transition: .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  cursor: pointer;
}

.buttonbifrost:hover{
  width:125px;
  border:2px solid #00A94D;
  box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
  transition:.3s;
}

.buttonbifrost:active svg *{
  fill: #FFF;

}

.buttonbifrost:active{
  background-color: #00A94D;
}
 
 
button,
input{
  border: 1px solid #516872;
  color: #FFF;
  padding: 2px 10px;
  font-size: 10px;
  margin: 1px;
  height: 25px;
}
.input{
  border: none;
  border-bottom: solid 2px #516872;
  border-radius: 0 0 5px 5px;
  background: transparent;
  padding-left: 5px;
  font-size: 14px;
  color: #516872;
}
.input:disabled{
  color: #AAA;
  border-bottom: 2px solid #AAA;
}
.input.bloqueado{
  border-bottom: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

button.no{
  background-color: transparent;
  color: #516872;
}

.key{
  background-color: #516872;
  border-radius: 5px;
  border: 1px solid #516872;
  border-bottom: 2px solid #000;
  font-weight: bold;
}

.key-asterisco{
  background-color: #516872;
  background-image: url(../img/asterisco.png);
  border-radius: 5px;
  border: 1px solid #516872;
  border-bottom: 2px solid #000;
  font-weight: bold;
  color: currentColor;
}

.var{
  background-color: #8F98A2;
  border: 1px solid #8F98A2;
  border-bottom: 2px solid #000;
}

input[type="file"]{
  display: inline-block;
}

/* inÃ­cio checkbox */
.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.cmn-toggle + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input.cmn-toggle-round-flat + label {
  padding: 2px;
  width: 50px;
  height: 20px;
  top: 5px;
  margin-bottom: 0px;
  background-color: #7C96A1;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}

input.cmn-toggle-round-flat + label:before, input.cmn-toggle-round-flat + label:after {
  display: block;
  position: absolute;
  content: "";
}
input.cmn-toggle-round-flat + label:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #fff;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}
input.cmn-toggle-round-flat + label:after {
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 12px;
  background-color: #7C96A1;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
  -ms-border-radius: 52px;
  -o-border-radius: 52px;
  border-radius: 52px;
  -webkit-transition: margin 0.4s, background 0.4s;
  -moz-transition: margin 0.4s, background 0.4s;
  -o-transition: margin 0.4s, background 0.4s;
  transition: margin 0.4s, background 0.4s;
}
input.cmn-toggle-round-flat:checked + label {
  background-color: #00A94D;
}
input.cmn-toggle-round-flat:checked + label:after {
  margin-left: 30px;
  background-color: #00A94D;
}
input.cmn-toggle-round-flat:disabled + label {
  background-color: #DDD;
}
input.cmn-toggle-round-flat:disabled + label:after {
  background-color: #DDD;
}

/* fim checkbox */

/* inÃ­cio rÃ¡dio button */
input[type="radio"] {
  display:none;
}

input[type="radio"] + label {
  margin: 0px 2px 2px 2px;
  cursor:pointer;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.25em;
  border-radius: 1em;
  border: 0.2em solid #fff;
  box-shadow: 0 0 0 0.15em #7C96A1;
}

input[type="radio"]:checked + label {
  background-color: #00A94D;
  box-shadow: 0 0 0 0.15em #00A94D;
}

input[type="radio"] + label,
input[type="radio"]:checked + label {
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

input[type="radio"]:disabled + label {
  box-shadow: 0 0 0 0.15em #AAA;
}
input[type="radio"]:checked:disabled + label {
  background-color: #AAA;
  box-shadow: 0 0 0 0.15em #AAA;
}
/* fim rÃ¡dio button */

section {
  padding: 10px 0;
  padding-top: 150px;
  margin-top: -150px;
}

section &gt; section &gt; section{
  padding-left: 20px;
}

#web-development,
#mobile-development {
  padding-bottom: 0;
}

/*section:last-child {
  border-bottom: none;
}*/
div &gt; section{
  border-bottom: 1px solid #516872;
}

p{
  text-align: justify;
}

p.high{
  background-repeat: no-repeat;
  background-position: 15px 50%;
  padding: 10px 10px 10px 50px;
  min-height: 50px;
  line-height: 1.5;
  border-radius: 5px;
}

p.high.ale{
  background-image: url(../img/ico_alerta.svg);
  background-color: #efedd1;
  border: 1px solid #efedd1;
}

p.high.inf{
  background-image: url(../view/imagens/info.svg);
  background-color: #c1ffc1;
}

.nav {
  background: #e2e9ef;
  height: calc(100% - 150px);
  overflow-y: auto;
  line-height: 1.5;
}

.nav a {
  color: #516872;
  padding: 5px 10px !important;
}

.nav li a:hover,
.nav li a:focus {
  background: #00A94D;
  color: #FFF;
}

.nav li.active &gt; a{
  color: #FFF;
}

.nav .active {
  font-weight: bold;
  background-color: #00A94D;
  border-left: 5px solid #00A94D;
}

.nav .nav {
  display: none;
}

.nav .active .nav {
  display: block;
  padding-left: 15px;
}

.nav .nav a {
  font-weight: normal;
  font-size: .85em;
}

.nav .nav span {
  margin: 0 5px 0 2px;
}

.nav .nav .active span,
.nav .nav .active:hover span,
.nav .nav .active:focus span {
  display: none;
}

.application {
  border-top: 1px solid #c1e1ec;
}

.affix-top {
  position: fixed;
  top: 150px;
  width: 263px;
}

.affix {
  top: 150px;
}

.affix,
.affix-bottom {
    width: 213px;
}

.affix-bottom {
  position: absolute;
}

.menu{
  display: block !important;
  z-index: 2;
  left: 0;
  width: 263px;
}

footer p {
  line-height: 50px;
  margin-bottom: 0;
}

.iconMenu{
  float: right;
  top: 20px;
  position: relative;
  margin-left: 25px;
  display: none;
  cursor: pointer;
}

.overlay {
  background-color: #000;
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0.6;
  display: none;
}
.overlay.active{
  display: block;
}

@media (min-width:1200px) {
  .affix,
  .affix-bottom {
    width: 263px;
  }
}

@media (max-width: 1200px){
  .container {
    width: 100%;
  }
}

@media (max-width: 992px){
  #toggleMenu {
    display: block !important;
  }
  .iconMenu {
    display: inline-block;
  }
}

@media (min-width: 992px){
  .menu{
    display: none;
  }
}

@media (max-width: 700px){
  span{
    font-size: 12px !important;
  }
  .title{
    width: 100%;
  }
}
/* BEGIN TOOLTIP */

/* Base styles for the element that has a tooltip */
[data-tooltip],
.tooltip {
  position: relative;
  cursor: pointer;
}

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition:
      opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -moz-transition:
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition:
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform:    translate3d(0, 0, 0);
  transform:         translate3d(0, 0, 0);
  pointer-events: none;
}

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
  z-index: 1000;
  padding: 8px;
  width: 160px;
  background-color: #8b979f;
  color: #fff;
  content: attr(data-tooltip);
  font-size: 14px;
  line-height: 1.2;
}

/* Directions */

/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
  bottom: 100%;
  left: 50%;
  border-radius: 6px;
}

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: #8b979f;
}

/* Horizontally align top/bottom tooltips */
[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
  margin-left: -80px;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
  -webkit-transform: translateY(-12px);
  -moz-transform:    translateY(-12px);
  transform:         translateY(-12px);
}

/* Left */
.tooltip-left:before,
.tooltip-left:after {
  right: 100%;
  bottom: 50%;
  left: auto;
}

.tooltip-left:before {
  margin-left: 0;
  margin-right: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-left-color: #8b979f;
}

.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
  -webkit-transform: translateX(-12px);
  -moz-transform:    translateX(-12px);
  transform:         translateX(-12px);
}

/* Bottom */
.tooltip-bottom:before,
.tooltip-bottom:after {
  top: 100%;
  bottom: auto;
  left: 50%;
}

.tooltip-bottom:before {
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #8b979f;
}

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
  -webkit-transform: translateY(12px);
  -moz-transform:    translateY(12px);
  transform:         translateY(12px);
}

/* Right */
.tooltip-right:before,
.tooltip-right:after {
  bottom: 50%;
  left: 100%;
}

.tooltip-right:before {
  margin-bottom: 0;
  margin-left: -12px;
  border-top-color: transparent;
  border-right-color: #8b979f;
}

.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
  -webkit-transform: translateX(12px);
  -moz-transform:    translateX(12px);
  transform:         translateX(12px);
}

/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before,
.tooltip-right:before {
  top: 3px;
}

/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after,
.tooltip-right:after {
  margin-left: 0;
  margin-bottom: -50px;
}
/* END TOOLTIP */

@media print {
  @page {
    margin: 0;
  }

  #apresentacao{
    padding-top: 500px;
  }
  #LGPD{
    margin-top: 25%;
    left: 0;
    bottom: 0;
    width: 100%;
  }

  #anatel
  {
    margin-top: 2%;
    margin-bottom: 2%;
    left: 0;
    bottom: 0;
    width: 100%;
  }

  #apresentacao,
  #cuidSeg,
  #indice,
  #espTec,
  #termoGarantia,
  #faleCom{
    page-break-before: always;
  }

  .no-print, .no-print *
  {
    display: none !important;
  }

  #capa,
  #indice,
  #logoIntelbras{
    display: block !important;
  }
}

/*INÃCIO TELA HOME*/
.tcontainer {
  max-width: 1260px;
  margin: 0 auto;
  margin-top: 15px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 15px;
  color: #516872;
}

.panel {
  width: 100%;
  margin-bottom: 20px;
  color: #516872;
  background-color: #FFF;
}

.panel-heading {
  font-family: "tahoma", "arial";
  height: 25px;
  padding: 5px 15px;
  color: #FFF;
  background-color: #8F98A2;
  border-bottom: 2px solid #ADBCC4;
}

.panel-heading-left{
  float: left;
  padding-top: 5px;
}

.panel-heading-right{
  float: right;
}

.panel-body {
  padding: 30px;
}

.menuManual {
  overflow: hidden;
  margin: 50px auto;
  max-width: 1180px;
}

.menuManual ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 1px;
  float: left;
  width: 300px;
  height: 280px;
  padding: 20px;
  width: 290px;
}

.menuManual ul li:hover {
    background-color: #00A94D;
}

.menuManual ul a:hover p {
    color: #FFF;
}

.menuManual ul a:hover svg * {
    fill: #FFF;
}

.menuManual a{
  text-decoration: none;
}

.titleOptionMenuManual {
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px 0 10px 0;
}

.descriptionOptionMenuManual {
  font-family: "tahoma", "arial";
  font-size: 14px;
}

@media (max-width: 900px) {
  .menuManual ul li {
    float: none;
    width: 100%;
  }
}

.bg2{
  background-color: #EFF4F7;
}

.bg3{
  background-color: #E2E9EF;
}
/*FIM TELA HOME*/

/* INÃCIO MANUAL HW */
figure{
    margin-bottom: 20px;
}
figure.inline{
    display: inline-block;
    width: 49%;
    padding: 10px;
}
figure.limited{
    max-width: 400px;
    margin: 0 auto 20px auto;
}
figcaption{
    line-height: 1.5;
    text-align: center
}
figure img{
    width: 100%;
    margin-bottom: 10px;
}

table{
    width: 100%;
    margin: 25px 0px;
}

table &gt; thead{
    border-bottom: 3px solid;
}

table &gt; tbody &gt; tr{
    border-bottom: 1px solid;
}
table td{
    padding-right: 20px;
}
/* FIM MANUAL HW */

/* CAPA */
.capa{
  border-bottom: none;
  display: none;
}

.div-logo-capa{
  height: 500px;
  position: relative;
}

.logo-capa{
  width: 350px;
  float: right;
  position: absolute;
  bottom: 15px;
  right: 40px
}

.divider{
  border-top: 2px solid #516872
}

.div-titulo-capa{
  padding-right: 40px;
  text-align: right
}

.div-titulo-capa h1{
  font-weight: normal;
}

.div-titulo-capa h3{
  font-weight: 700;
}
/* FIM CAPA */

/* APRESENTACAO */
.apresentacao{
  border-bottom: none;
  padding-top: 320px;
}

.apresentacao h3 {
  font-weight: 700;
}

.logo-apresentacao{
  width: 200px;
  display: none;
}

.versao-manual{
  padding-top: 5px;
  padding-bottom: 10px;
}

#icon{
  width: 3.8em;
  height: auto;
  float: left;
  margin-right: 1em;
}
#dfs{
  width: 1.3em;
  height: auto;
  margin-left: 5px;
  margin-bottom: 0.25em;
}
/* FIM APRESENTACAO */

/* FALE COM A GENTE */
.div-logo-fale-com-a-gente {
  height: 500px;
  position: relative;
}

.logo-itb-fale-com-a-gente {
    width: 300px;
    position: absolute;
    bottom: 15px;
    left: 250px;
}

.logo-fale-com-a-gente {
  width: 150px;
  margin-top: 100px;
  margin-bottom: 30px;
}

.div-info-fale-com-a-gente p{
  margin: 0px;
}

section.fale-com-a-gente{
  border-bottom: none;
}
table, th, td {
  border: 1px solid black;
  padding: 5px;
  font-size: 10px;
}
.possiblyValue{
  text-align: center;
}
/* FIM FALE COM A GENTE */

/*HTML GUIDES*/
.btn-copiar {
  background-color: #00A94D;
  color: white;
  padding: 19.8px 13px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

#btn-voltar {
  background-color: #00A94D;
  color: #FFF;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: large;
  font-weight: bold;
  text-decoration: none;
}

.btn-olt{
  background-color: #00A94D;
  border: none;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  height: 50px;
  width: 120px;
  margin: 40px;
  color: white;
  font-size: large;
}

.titleguide {
  background-color: #516872;
  color: white;
  margin: 1px;
  padding: 3px;
  border-radius: 2px;
}

.linha {
  display: flex;
  align-items: top;
}

.linha a {
  text-decoration: none;
  display: block;
  margin: auto;
}

.linha pre {
  margin: 0;
}

.dropdown {
  margin: 40px 40px 0px 40px;
}

.dropbtn {
  background-color: #00A94D;
  color: white;
  font-size: large;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 3px;
  height: 50px;
  width: 120px;
  text-decoration: none;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #D4DCE1;
  width: 120px;
  box-shadow: 4px 8px 16px 0px rgba(0,0,0,0.4);
  z-index: 1;
  border-radius: 3px;
}

.dropdown-content a {
  float: none;
  color:#516872;
  font-weight:600;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color:#00A94D;
  color: white;
}

.dropdown:hover .dropdown-content {
  display: block;
}
/* FIM HTML GUIDES */</pre></body></html>