* {
  margin: 0;
  padding: 0;
  border: 0;
}

img {
  max-width: 1000px;
  width: auto;
  height: auto;
}

body {
  color: #222222;
  position: relative;
  line-height: 1.5;
  font-family: 'Nunito';
  counter-reset: h1counter;
}

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>li>a {
  text-decoration: none;
}

h3 {
  font-size: 20px;
}

h3 span {
  color: #286090;
}

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

.imgBody {
  width: 600px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.smallBody {
  width: 900px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.bigBody {
  width: 400px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.gifBody {
  width: 900px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.nav-header {
  position: relative;
  max-width: 1260px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}

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

.nav-option {
  width: 30%;
  height: 50px;
  float: left;
}

.nav-option.bg1 {
  background-color: #FFF;
}

.nav-option.bg2 {
  background-color: #FFF;
  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;
}

button,
input {
  background-color: #516872;
  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;
}

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

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;
  top: 150px;
}

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

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

.nav li.active>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;
}

#pdf {
  position: absolute;
  top: 16px;
  right: 5px;
}

.affix {
  top: 150px;
}

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

.affix-bottom {
  position: absolute;
}

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

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

.iconMenu {
  left: 5px;
  top: 20px;
  position: absolute;
  margin-left: 20px;
  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 (max-width: 1380px) {
  .nav-header {
    max-width: 1250px;
    margin: auto;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 1300px) {
  .nav-header {
    width: 100%;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width:1200px) {

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

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

  .nav-header {
    width: 100%;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.close {
  opacity: 1 !important;
  position: absolute;
  left: 10px;
  top: 0px;
  width: 20px;
  height: 20px;
  display: none;
}

.close:before,
.close:after {
  position: absolute;
  content: ' ';
  height: 26px;
  width: 3px;
  background-color: #333;
}

.close:before {
  background-color: #536873;
  transform: rotate(45deg);
}

.close:after {
  background-color: #536873;
  transform: rotate(-45deg);
}

/*Responsividade para celular*/
@media (max-width: 992px) {
  .nav {
    top: 80px;
  }

  .close.active {
    display: block;
  }

  .toggleMenu {
    display: block;
  }

  .toggleMenu.active {
    display: none;
  }

  .iconMenu {
    display: inline-block;
  }

  .modal-body {
    height: 100%;
  }

  img {
    max-width: 90%;
    width: auto;
    height: auto;
  }

  .logo {
    display: flex;
    justify-content: center;
    padding-top: 10px;
  }

  #op1 {
    display: none;
  }

  .header {
    height: 80px;
  }

  .firstTitle {
    margin-top: -250px;
  }

  #nav {
    position: fixed !important;
    margin-top: 0px;
    background-color: #d5dce2;
  }
}

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

@media (max-width: 700px) {
  .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%;
}

[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 {

  a[href]:after {
    content: none !important;
  }

  @page {
    margin: 0;
  }

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

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

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

.bg2 {
  background-color: #EFF4F7;
}

.bg3 {
  background-color: #E2E9EF;
}

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>thead {
  border-bottom: 3px solid;
}

table>tbody>tr {
  border-bottom: 1px solid;
}

table td {
  padding-right: 20px;
}

h1 {
  border-bottom: 1px solid black;
  counter-reset: h2counter;
}

h1:before {
  counter-increment: h1counter;
  content: counter(h1counter) ".\0000a0\0000a0";
}

h2:before {
  counter-increment: h2counter;
  content: counter(h1counter)"." counter(h2counter) ".\0000a0\0000a0";

}

ul {
  list-style-type: "» ";
  padding-left: 20px;
}

ol {
  padding-left: 25px;
}

.firstTitle {
  padding-top: 350px;
}

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

/* FIM FALE COM A GENTE */

/* GUIA VIRTUALIZAÇÃO */
/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  height: 90%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }

  to {
    top: 0;
    opacity: 1
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }

  to {
    top: 0;
    opacity: 1
  }
}

/* The Close Button */
.close-modal {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close-modal:hover,
.close-modal:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #00A94D;
  color: white;
}

.modal-body {
  height: 85%;
}

@media (min-height: 800px) {
  .modal-content {
    height: 85%;
  }

  .modal-body {
    height: 90%;
  }
}

@media (min-height: 900px) {
  .modal-content {
    height: 90%;
  }

  .modal-body {
    height: 93%;
  }
}

.modal-footer {
  padding: 2px 16px;
  background-color: #00A94D;
  color: white;
}

.virtualbtn {
  width: 100px;
  border-radius: 4px;
  background-color: #00A94D;
  border-color: #ffff;
  font-size: 15px;
  cursor: pointer;
}