@charset "UTF-8";
/*!
*  LP CLARO
*  Desenvolvido por Rocketcom.com.br. Todos direitos reservados
*  v.1.1.0
*/
/*$recipiente-max-widths: ( 
    pequeno: 540px,
    medio:  720px,
    grande: 940px,
    enorme: 940px
);
*/
/*!
/// ------------------------------------------------
///  RESET Bootstrap 4.0
///  Bootstrap | MIT http://getbootstrap.com.br/
/// ------------------------------------------------ 
*/
/*! Reboot Bootstrap | Normalize | MIT License */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: var(--theme-font-family--Text), "Roboto", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.87);
  text-align: left;
  background-color: #FFFFFF; }

[tabindex="-1"]:focus {
  outline: none !important; }

            hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.8rem;
  padding: 0; }

p {
  padding: 0;
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul {
  list-style: none; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #d7321e;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:not([href]):not([tabindex]) {
  color: inherit; }

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

table {
  border-collapse: collapse; }

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: rgba(0, 0, 0, 0.4);
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.3125rem; }

button.transparente:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none !important; }

body ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
  height: 10px; }

body ::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0; }

body ::-webkit-scrollbar-thumb {
  cursor: pointer;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.25);
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease; }

body .sem-arrendondamento::-webkit-scrollbar-thumb {
  border-radius: 0; }

body ::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.15); }

body ::-webkit-scrollbar-thumb:hover {
  background: rgba(128, 135, 139, 0.8); }

body .invertido::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1); }

body .invertido::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.25); }

body .invertido::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.15); }

body .invertido::-webkit-scrollbar-thumb:hover::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.35); }

html,
body {
  height: 100%; }

.altura-completa {
  height: 100%; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.flutuando,
.flutuando.a-esquerda {
  float: left !important; }

.flutuando.a-direita {
  float: right !important; }

.sr-somente {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-somente-focavel:active, .sr-somente-focavel:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.ocultar {
  display: none !important;
  visibility: hidden !important; }

.invisivel:not(.icone) {
  visibility: hidden; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

p:empty {
  padding: 0 !important;
  margin: 0 !important; }

ul + form,
p + form {
  margin-top: 1.5em; }

.aplicacao-mq {
  font-family: "minimo=0&pequeno=576px&medio=768px&grande=992px&enorme=1200px"; }

.recipiente {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

@media (min-width: 576px) {
  .recipiente {
    max-width: 540px; } }

@media (min-width: 768px) {
  .recipiente {
    max-width: 720px; } }

@media (min-width: 992px) {
  .recipiente {
    max-width: 940px; } }

@media (min-width: 1200px) {
  .recipiente {
    max-width: 1140px; } }

.recipiente-fluido, .recipiente-texto {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.recipiente-texto {
  max-width: 70%; }

.linha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem; }

.linha.vazia, .linha.interna:nth-of-type(n+2).vazia {
  display: none; }

.linha.interna {
  margin-left: 0;
  margin-right: 0; }

   .sem-calha {
  margin-right: 0;
  margin-left: 0; }

   .sem-calha > .coluna {
  padding-right: 0;
  padding-left: 0; }

.colunas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0; }

.colunas > .coluna {
  width: 100%; }

@media (min-width: 992px) {
  .colunas > .coluna {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0; } }

.colunas > .vazia.coluna {
  min-height: 1px; }

/*!
/// ------------------------------------------------
///  UTILITARIOS
/// ------------------------------------------------ 
*/
.fixo {
  position: fixed !important;
  width: inherit !important; }

p.relaxado {
  margin-bottom: 3rem; }

.separar-inline button,
.separar-inline span,
.separar-inline a {
  margin-top: 0.5rem; }

.quebra-de-linha {
  display: block;
  height: 1rem; }

.separador {
  display: block;
  height: auto;
  padding: 1.75rem 0; }

div.inline {
  display: inline-block; }

/*!
/// ------------------------------------------------
///  COMPONENTES
/// ------------------------------------------------ 
*/
.imagem {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  background-color: transparent; }

.imagem svg,
.imagem canvas,
.imagem img {
  display: block;
  max-width: 100%;
  height: auto; }

img.imagem {
  display: block; }

.carregando-simbolo, .carregando:after, .processando.formulario:after, .processando.campo .campo-controle + .icone:after, .carregando-simbolo-alternativo {
  -webkit-animation: carregando-spinner 700ms infinite linear;
          animation: carregando-spinner 700ms infinite linear;
  border-radius: 50%;
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  opacity: 1;
  margin: -0.5625rem; }

.carregando-simbolo, .carregando:after, .processando.formulario:after, .processando.campo .campo-controle + .icone:after {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.6); }

.carregando-simbolo-alternativo {
  border: 3px solid rgba(0, 0, 0, 0.6);
  border-right-color: transparent;
  opacity: 0.85; }

.carregando {
  position: absolute;
  width: 2rem;
  height: 2rem;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 100; }

.carregando:after {
  border-width: 0.1em;
  top: 0;
  margin-top: 0;
  margin-left: -1rem;
  width: 2rem;
  height: 2rem;
  visibility: visible;
  -webkit-box-shadow: 0 0 0 1px transparent;
          box-shadow: 0 0 0 1px transparent; }

.indeterminado.carregando:after {
  animation-direction: reverse;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s; }

.ativo.carregando, .visivel.carregando {
  display: block; }

.desativado.carregando, .oculto.carregando {
  display: none; }

.processando.formulario {
  position: relative;
  cursor: default;
  top: auto;
  left: auto;
  -webkit-transform: initial;
      -ms-transform: initial;
          transform: initial;
  z-index: initial;
  text-align: initial;
  width: auto;
  height: auto; }

.processando.formulario:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  border-radius: 0.25rem;
  z-index: 100; }

.processando.formulario:after {
  margin-top: -1.5rem;
  margin-left: -1.5rem;
  width: 3rem;
  height: 3rem;
  z-index: 101;
  visibility: visible; }

.invertido.carregando, .processando.formulario.invertido, .dimmer .carregando {
  color: rgba(255, 255, 255, 0.9); }

.invertido.carregando:after, .processando.formulario.invertido:after, .dimmer .carregando:after {
  border-color: rgba(255, 255, 255, 0.8);
  border-right-color: rgba(255, 255, 255, 0.3);
  border-width: 0.2em; }

.dimmer.invertido .carregando {
  color: rgba(0, 0, 0, 0.87); }

.dimmer.invertido .carregando:after {
  border-color: rgba(0, 0, 0, 0.6);
  border-right-color: rgba(0, 0, 0, 0.1);
  border-width: 0.1em; }

.processando.formulario.invertido:before {
  background: rgba(0, 0, 0, 0.4); }

.dimmer .carregando {
  display: block; }

.texto.carregando {
  width: auto !important;
  height: auto !important;
  text-align: center;
  font-style: normal;
  padding-top: 2.8rem; }

.texto.carregando:before {
  width: 1em !important;
  height: 1em !important; }

.inline.carregando {
  position: relative;
  vertical-align: middle;
  margin: 0;
  left: 0;
  top: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

.inline.carregando.ativo, .inline.carregando.visivel {
  display: inline-block; }

.inline.carregando.centralizado.ativo, .inline.carregando.centralizado.visivel {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.mini.carregando {
  width: 1rem;
  height: 1rem; }

.mini.carregando:after {
  width: 1rem;
  height: 1rem;
  margin-left: -0.5rem; }

.mini.carregando.texto {
  min-width: 1rem;
  font-size: 0.78571em;
  padding-top: 1.5rem; }

.minusculo.carregando {
  width: 1.15rem;
  height: 1.15rem; }

.minusculo.carregando:after {
  width: 1.15rem;
  height: 1.15rem;
  margin-left: -0.575rem; }

.minusculo.carregando.texto {
  min-width: 1.15rem;
  font-size: 0.85714em;
  padding-top: 1.92857rem; }

.pequeno.carregando {
  width: 1.71429rem;
  height: 1.71429rem; }

.pequeno.carregando:after {
  width: 1.71429rem;
  height: 1.71429rem;
  margin-left: -0.85714rem; }

.pequeno.carregando.texto {
  min-width: 1.71429rem;
  font-size: 0.92857em;
  padding-top: 2.5rem; }

.medio.carregando {
  width: 2.28571rem;
  height: 2.28571rem; }

.medio.carregando:after {
  width: 2.28571rem;
  height: 2.28571rem;
  margin-left: -1.14286rem; }

.medio.carregando.texto {
  min-width: 2.28571rem;
  font-size: 1em;
  padding-top: 3.07143rem; }

.grande.carregando {
  width: 3.42857rem;
  height: 3.42857rem; }

.grande.carregando:after {
  width: 3.42857rem;
  height: 3.42857rem;
  margin-left: -1.71429rem; }

.grande.carregando.texto {
  min-width: 3.42857rem;
  font-size: 1.14286em;
  padding-top: 4.21429rem; }

.extra-grande.carregando {
  width: 3.42857rem;
  height: 3.42857rem; }

.extra-grande.carregando:after {
  width: 3.42857rem;
  height: 3.42857rem;
  margin-left: -1.71429rem; }

.extra-grande.carregando.texto {
  min-width: 3.42857rem;
  font-size: 1.28571em;
  padding-top: 4.5rem; }

.enorme.carregando {
  width: 4.14286rem;
  height: 4.14286rem; }

.enorme.carregando:after {
  width: 4.14286rem;
  height: 4.14286rem;
  margin-left: -2.07143rem; }

.enorme.carregando.texto {
  min-width: 4.14286rem;
  font-size: 1.42857em;
  padding-top: 4.92857rem; }

.gigante.carregando {
  width: 4.57143rem;
  height: 4.57143rem; }

.gigante.carregando:after {
  width: 4.57143rem;
  height: 4.57143rem;
  margin-left: -2.28571rem; }

.gigante.carregando.texto {
  min-width: 4.57143rem;
  font-size: 1.71429em;
  padding-top: 5.35714rem; }

.minusculo.carregando:after,
.mini.carregando:after {
  border-width: 0.15em; }

@-webkit-keyframes carregando-spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes carregando-spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.formulario {
  margin-bottom: 0; }

.formulario .texto {
  display: inline-block;
  margin-top: .25rem; }

.formulario p.texto {
  display: block; }

.formulario p.texto.menor {
  line-height: 1.8; }

.form-linha,
.campo {
  margin-bottom: 0.5rem;
  display: block; }

.form-linha.ultimo, .form-linha:last-child,
.campo.ultimo,
.campo:last-child {
  margin-bottom: 0 !important; }

.campo.linha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.form-linha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

fieldset.campo {
  width: 100%;
  padding: 0 !important; }

.formulario select,
.campo-controle-arquivo {
  display: block;
  width: 100%; }

.formulario select.largura-minima {
  display: block;
  width: 14.29rem; }

.campo-controle {
  display: block;
  width: 100%;
  font-size: 1rem;
  line-height: 1.33;
  padding: 0.563rem 0;
  color: rgba(0, 0, 0, 0.87);
  background-color: transparent;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  -webkit-transition: background-color 0.1s ease, color 0.1s ease, border-color 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: background-color 0.1s ease, color 0.1s ease, border-color 0.1s ease, -webkit-box-shadow 0.1s ease;
  -o-transition: background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, border-color 0.1s ease;
  transition: background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, border-color 0.1s ease;
  transition: background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, border-color 0.1s ease, -webkit-box-shadow 0.1s ease; }

.campo-controle:focus {
  outline: none; }

.campo-controle::-ms-expand {
  background-color: transparent;
  border: 0; }

.campo-controle::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1; }

.campo-controle::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1; }

.campo-controle::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1; }

.campo-controle::placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1; }

.campo-controle:disabled, .campo-controle[readonly] {
  opacity: 1; }

.campo-controle:disabled {
  cursor: not-allowed; }

input[type="datetime-local"].campo-controle,
input[type="week"].campo-controle,
input[type="month"].campo-controle,
input[type="time"].campo-controle,
input[type="color"].campo-controle,
input[type="date"].campo-controle {
  padding: 0.46917rem 0; }

input[type="color"].campo-controle {
  padding: 0 0.1em !important;
  height: 2.56297rem; }

.campo-controle:not(.selecao):focus {
  border-color: transparent; }

textarea.campo-controle,
select[multiple].campo-controle {
  height: auto; }

select[multiple].campo-controle.dropdown {
  height: 2.56297rem; }

.campo label {
  font-weight: 500; }

.campo-rotulo {
  font-size: 0.9286rem;
  line-height: 1.7; }

.inline.formulario:not(.alternativo) .campo-rotulo {
  padding: 0.62493rem 0.97125rem;
  margin-bottom: 0; }

label.obrigatorio,
.obrigatorio.campo label:after {
  margin: -0.1429rem 0 0 0.2857rem;
  content: '*';
  color: #DB2828;
  display: inline-block; }

.campo-legenda {
  padding-top: 0.62493rem;
  padding-bottom: 0.62493rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500; }

.campo-estatico {
  padding-top: 0.62493rem;
  padding-bottom: 0.62493rem;
  margin-bottom: 0;
  height: 2.56297rem;
  line-height: 1.6; }

span.campo-estatico {
  display: inline-block; }

.campo-editavel {
  color: inherit;
  border-color: transparent;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none; }

.campo-editavel:focus {
  color: #d7321e; }

.campo-controle-textoplano {
  padding-top: 0.563rem;
  padding-bottom: 0.563rem;
  margin-bottom: 0;
  line-height: 1.33;
  padding: 0.563rem 0;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }

.campo-controle-textoplano.grande {
  padding-right: 0;
  padding-left: 0; }

.processando.campo .campo-controle + .icone:before {
  content: '' !important; }

.campo-icone {
  position: relative; }

.campo-icone .campo-controle {
  padding-right: 3.07556rem; }

.campo-icone .campo-controle + .icone {
  cursor: default;
  position: absolute;
  line-height: 1;
  text-align: center;
  top: 0;
  right: 0;
  margin: 0;
  height: 100%;
  width: 3.07556rem;
  opacity: 0.4;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  margin-right: -0.5rem;
  font-size: 1.25rem; }

.campo-icone .campo-controle + .icone:not(.is-link) {
  pointer-events: none; }

.campo-icone .campo-controle + .icone:before, .campo-icone .campo-controle + .icone:after {
  left: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
  margin-top: -0.563rem; }

.campo-icone .campo-controle + .icone.is-link {
  cursor: pointer; }

.campo-icone .campo-controle:focus ~ .icone {
  opacity: 0.9; }

.padrao.formulario .campo-icone .campo-controle + .icone {
  margin-right: 0; }

.padrao.formulario .campo-icone .campo-controle + .icone:before, .padrao.formulario .campo-icone .campo-controle + .icone:after {
  margin-top: -0.51182rem; }

.a-esquerda.campo-icone .campo-controle + .icone {
  right: auto;
  left: 0.07143rem;
  width: 2.56297rem;
  margin-left: -0.5rem;
  margin-right: 0; }

.a-esquerda.campo-icone .campo-controle {
  padding-left: 2.4rem;
  padding-right: 1rem; }

.padrao.formulario .a-esquerda.campo-icone .campo-controle:not(.transparente) {
  padding-left: 2.4rem; }

.padrao.formulario .a-esquerda.campo-icone .campo-controle:not(.transparente) + .icone {
  margin-left: 0; }

.campo-selecao {
  height: 2.56297rem;
  padding: 0.563rem 1.875rem 0.563rem 0.875rem;
  line-height: 1.33;
  color: rgba(0, 0, 0, 0.87);
  vertical-align: middle;
  background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23999' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.563rem center;
  background-size: 8px 10px;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  -moz-appearance: none;
  -webkit-appearance: none; }

.campo-selecao:focus {
  outline: none;
  background-color: transparent; }

.campo-selecao:disabled {
  color: rgba(0, 0, 0, 0.38);
  cursor: not-allowed; }

.campo-selecao::-ms-expand {
  opacity: 0; }

@media (min-width: 768px) {
  .inline.formulario .campo {
    display: inline-block;
    margin-bottom: 0 !important;
    vertical-align: middle; }
  .inline.formulario .campo-controle {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .inline.formulario .campo-rotulo {
    vertical-align: middle; }
  .inline.formulario .campo-estatico {
    display: inline-block; }
  .inline.formulario .campo-selecao {
    display: inline-block;
    max-width: auto; } }

@media (min-width: 768px) {
  .padrao.formulario .form-linha,
  .padrao.formulario .campo:not(.compacto):not(.linha) {
    margin-bottom: 1rem; }
  .padrao.formulario .form-linha.ultimo, .padrao.formulario .form-linha:last-child,
  .padrao.formulario .campo:not(.compacto):not(.linha).ultimo,
  .padrao.formulario .campo:not(.compacto):not(.linha):last-child {
    margin-bottom: 0 !important; } }

.padrao.formulario .campo + .texto {
  margin-top: 0; }

.padrao.formulario .campo-grupo + .texto {
  margin-top: 0.2857rem; }

.padrao.formulario .campo-controle:not(.transparente) {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  background-color: #FFFFFF;
  border-color: rgba(34, 36, 38, 0.22);
  -webkit-transition: border-color ease-in-out 0.1s;
  -o-transition: border-color ease-in-out 0.1s;
  transition: border-color ease-in-out 0.1s; }

.padrao.formulario .campo-controle:not(.transparente):disabled, .padrao.formulario .campo-controle:not(.transparente)[readonly] {
  background-color: rgba(0, 0, 0, 0.037);
  border-color: rgba(34, 36, 38, 0.22); }

.padrao.formulario .campo-controle:not(.transparente):focus {
  border-color: #90CAF9; }

.padrao.formulario .campo-selecao {
  background-color: #FFFFFF;
  border-color: rgba(34, 36, 38, 0.22); }

.padrao.formulario .campo-selecao:focus {
  border-color: #90CAF9; }

.padrao.formulario .campo-selecao:focus::-ms-value {
  color: rgba(0, 0, 0, 0.87);
  background-color: #FFFFFF; }

.padrao.formulario .campo-selecao:disabled {
  background-color: rgba(0, 0, 0, 0.037);
  border-color: rgba(34, 36, 38, 0.22); }

.tabela:not(.icone) {
  width: 100%;
  background: #FFFFFF;
  margin: 1rem 0;
  border: 1px solid rgba(34, 36, 38, 0.15);
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: left;
  color: rgba(0, 0, 0, 0.7);
  font-size: 0.875rem;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 0.25rem; }

.tabela:not(.icone):first-child {
  margin-top: 0; }

.tabela:not(.icone):last-child {
  margin-bottom: 0; }

.tabela th,
.tabela td {
  -webkit-transition: background 0.1s ease, color 0.1s ease;
  -o-transition: background 0.1s ease, color 0.1s ease;
  transition: background 0.1s ease, color 0.1s ease; }

.tabela thead {
  -webkit-box-shadow: none;
          box-shadow: none; }

.tabela thead th {
  cursor: auto;
  background: rgba(0, 0, 0, 0.028);
  text-align: inherit;
  color: rgba(0, 0, 0, 0.7);
  padding: 0.92857em 0.71429em;
  vertical-align: inherit;
  font-style: normal;
  text-transform: none;
  border-bottom: 1px solid rgba(34, 36, 38, 0.15);
  border-left: none;
  font-weight: 700; }

.tabela thead tr > th:first-child {
  border-left: none; }

.tabela thead tr:first-child > th:first-child {
  border-radius: 0.25rem 0 0 0; }

.tabela thead tr:first-child > th:last-child {
  border-radius: 0 0.25rem 0 0; }

.tabela thead tr:first-child > th:only-child {
  border-radius: 0.25rem 0.25rem 0 0; }

.tabela tfoot {
  -webkit-box-shadow: none;
          box-shadow: none; }

.tabela tfoot th {
  cursor: auto;
  border-top: 1px solid rgba(34, 36, 38, 0.1);
  background: rgba(0, 0, 0, 0.028);
  text-align: inherit;
  color: rgba(0, 0, 0, 0.7);
  padding: 0.71429em 0.71429em;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  text-transform: none; }

.tabela tfoot tr > th:first-child {
  border-left: none; }

.tabela tfoot tr:first-child > th:first-child {
  border-radius: 0 0 0 0.25rem; }

.tabela tfoot tr:first-child > th:last-child {
  border-radius: 0 0 0.25rem 0; }

.tabela tfoot tr:first-child > th:only-child {
  border-radius: 0 0 0.25rem 0.25rem; }

.tabela tr td {
  border-top: 1px solid rgba(34, 36, 38, 0.1); }

.tabela tr:first-child td {
  border-top: none; }

.tabela td {
  padding: 0.71429em 0.71429em;
  text-align: inherit; }

.tabela > .icone {
  vertical-align: baseline; }

.tabela > .icone:only-child {
  margin: 0; }

.tabela.segmento {
  padding: 0; }

.tabela.segmento:after {
  display: none; }

.tabela.segmento.empilhavel:after {
  display: block; }

.tabela th .imagem,
.tabela th .imagem img,
.tabela td .imagem,
.tabela td .imagem img {
  max-width: none; }

@media only screen and (max-width: 767px) {
  .tabela:not(.desempilhada) {
    width: 100%;
    padding: 0; }
  .tabela:not(.desempilhada) tbody,
  .tabela:not(.desempilhada) tr,
  .tabela:not(.desempilhada) tr > th,
  .tabela:not(.desempilhada) tr > td {
    width: auto !important;
    display: block !important; }
  .tabela:not(.desempilhada) thead {
    display: block; }
  .tabela:not(.desempilhada) tfoot {
    display: block; }
  .tabela:not(.desempilhada) tfoot tr {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .tabela:not(.desempilhada) tr > th,
  .tabela:not(.desempilhada) tr > td {
    background: none;
    border: none !important;
    padding: 0.25em 0.75em !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .tabela:not(.desempilhada) .tabela:not(.desempilhada) .tabela:not(.desempilhada) tr {
    padding-top: 1em;
    padding-bottom: 1em;
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset !important;
            box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset !important; }
  .tabela:not(.desempilhada) .tabela:not(.desempilhada) th:first-child,
  .tabela:not(.desempilhada) td:first-child {
    font-weight: bold; }
  .tabela:not(.desempilhada) .paginacao {
    margin-bottom: 8px; }
  .definicao.tabela:not(.desempilhada) thead th:first-child {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; } }

.estruturada.tabela {
  border-collapse: collapse; }

.estruturada.tabela thead th {
  border-left: none;
  border-right: none; }

.estruturada.classificavel.tabela thead th {
  border-left: 1px solid rgba(34, 36, 38, 0.1);
  border-right: 1px solid rgba(34, 36, 38, 0.1); }

.estruturada.basica.tabela th {
  border-left: none;
  border-right: none; }

.estruturada.unicelular.tabela tr th,
.estruturada.unicelular.tabela tr td {
  border-left: 1px solid rgba(34, 36, 38, 0.15);
  border-right: 1px solid rgba(34, 36, 38, 0.15); }

.definicao.tabela thead:not(.largura-completa) th:first-child {
  pointer-events: none;
  background: transparent;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.54);
  -webkit-box-shadow: -1px -1px 0 1px #ffffff;
          box-shadow: -1px -1px 0 1px #ffffff; }

.definicao.tabela tfoot:not(.largura-completa) th:first-child {
  pointer-events: none;
  background: transparent;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.54);
  -webkit-box-shadow: 1px 1px 0 1px #ffffff;
          box-shadow: 1px 1px 0 1px #ffffff; }

.unicelular.definicao.tabela thead:not(.largura-completa) th:first-child {
  -webkit-box-shadow: 0 -1px 0 1px #ffffff;
          box-shadow: 0 -1px 0 1px #ffffff; }

.unicelular.definicao.tabela tfoot:not(.largura-completa) th:first-child {
  -webkit-box-shadow: 0 1px 0 1px #ffffff;
          box-shadow: 0 1px 0 1px #ffffff; }

.definicao.tabela tr td:first-child {
  background: rgba(0, 0, 0, 0.035);
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7); }

.definicao.tabela thead:not(.largura-completa) th:nth-child(2) {
  border-left: 1px solid rgba(34, 36, 38, 0.1); }

.definicao.tabela tfoot:not(.largura-completa) th:nth-child(2) {
  border-left: 1px solid rgba(34, 36, 38, 0.1); }

.definicao.tabela td:nth-child(2) {
  border-left: 1px solid rgba(34, 36, 38, 0.1); }

.tabela tr.positivo,
.tabela td.positivo {
  -webkit-box-shadow: 0 0 0 #A3C293 inset;
          box-shadow: 0 0 0 #A3C293 inset;
  background: #f8fff7 !important;
  color: #2C662D !important; }

.tabela tr.erro,
.tabela td.erro,
.tabela tr.negativo,
.tabela td.negativo {
  -webkit-box-shadow: 0 0 0 #e6a9a9 inset;
          box-shadow: 0 0 0 #e6a9a9 inset;
  background: #fff5f5 !important;
  color: #b73c39 !important; }

.tabela tr.atencao,
.tabela td.atencao {
  -webkit-box-shadow: 0 0 0 #e9be57 inset;
          box-shadow: 0 0 0 #e9be57 inset;
  background: #fffded !important;
  color: #D48B02 !important; }

.tabela tr.ativa,
.tabela td.ativa {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.87) inset;
          box-shadow: 0 0 0 rgba(0, 0, 0, 0.87) inset;
  background: #e0e0e0 !important;
  color: rgba(0, 0, 0, 0.87) !important; }

.tabela tr.desativada td,
.tabela tr td.desativada,
.tabela tr.desativada:hover,
.tabela tr:hover td.desativada {
  pointer-events: none;
  color: rgba(40, 40, 40, 0.3); }

@media only screen and (max-width: 991px) {
  .empilhavel.tabela,
  .empilhavel.tabela tbody,
  .empilhavel.tabela tr,
  .empilhavel.tabela tr > th,
  .empilhavel.tabela tr > td {
    width: 100% !important;
    display: block !important; }
  .empilhavel.tabela {
    padding: 0; }
  .empilhavel.tabela thead {
    display: block; }
  .empilhavel.tabela tfoot {
    display: block; }
  .empilhavel.tabela tr {
    padding-top: 1em;
    padding-bottom: 1em;
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset !important;
            box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset !important; }
  .empilhavel.tabela tr > th,
  .empilhavel.tabela tr > td {
    background: none;
    border: none !important;
    padding: 0.25em 0.75em;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .definicao.empilhavel.tabela thead th:first-child {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; } }

.tabela[class*="alinhado a-esquerda"],
.tabela [class*="alinhado a-esquerda"] {
  text-align: left; }

.tabela[class*="alinhado ao-centro"],
.tabela [class*="alinhado ao-centro"] {
  text-align: center; }

.tabela[class*="alinhado a-direita"],
.tabela [class*="alinhado a-direita"] {
  text-align: right; }

.tabela[class*="alinhado acima"],
.tabela [class*="alinhado acima"] {
  vertical-align: top; }

.tabela[class*="alinhado ao-meio"],
.tabela [class*="alinhado ao-meio"] {
  vertical-align: middle; }

.tabela[class*="alinhado abaixo"],
.tabela [class*="alinhado abaixo "] {
  vertical-align: bottom; }

.tabela[class*="alinhado centralizado"],
.tabela [class*="alinhado centralizado"] {
  text-align: center;
  vertical-align: middle; }

.tabela th.contraida,
.tabela td.contraida {
  width: 1px;
  white-space: nowrap; }

.contraida.tabela {
  width: auto; }

.fixa.tabela {
  table-layout: fixed; }

.fixa.tabela th,
.fixa.tabela td {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; }

.selecionavel.tabela tbody tr:hover {
  background: rgba(0, 0, 0, 0.035) !important;
  color: rgba(0, 0, 0, 0.95) !important; }

.selecionavel.invertida.tabela tbody tr:hover {
  background: rgba(255, 255, 255, 0.08) !important;
  color: #FFFFFF !important; }

.selecionavel.tabela tr.negativo:hover,
.selecionavel.tabela tr:hover td.negativo,
.selecionavel.tabela tr.erro:hover,
.selecionavel.tabela tr:hover td.erro {
  background: #fff0f0 !important;
  color: #b73c39 !important; }

.selecionavel.tabela tr.atencao:hover,
.selecionavel.tabela tr:hover td.atencao {
  background: #FFF8E1 !important;
  color: #D48B02 !important; }

.selecionavel.tabela tr.ativa:hover,
.selecionavel.tabela tr:hover td.ativa {
  background: #e0e0e0 !important;
  color: rgba(0, 0, 0, 0.87) !important; }

.selecionavel.tabela tr.positivo:hover,
.selecionavel.tabela tr:hover td.positivo {
  background: #dff0d8 !important;
  color: #2C662D !important; }

.anexada.tabela {
  top: 0;
  bottom: 0;
  border-radius: 0;
  margin: 0 -1px;
  width: calc(100% + 2px);
  max-width: calc(100% + 2px);
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid rgba(34, 36, 38, 0.15); }

.anexada + .anexada.tabela:not(.acima) {
  border-top: none; }

[class*="anexada acima"].tabela {
  bottom: 0;
  margin-bottom: 0;
  top: 0;
  margin-top: 14px;
  border-radius: 0.25rem 0.25rem 0 0; }

.tabela[class*="anexada acima"]:first-child {
  margin-top: 0; }

[class*="anexada abaixo"].tabela {
  bottom: 0;
  margin-top: 0;
  top: 0;
  margin-bottom: 14px;
  -webkit-box-shadow: none, none;
          box-shadow: none, none;
  border-radius: 0 0 0.25rem 0.25rem; }

[class*="anexada abaixo"].tabela:last-child {
  margin-bottom: 0; }

.listrada.tabela > tr:nth-child(2n),
.listrada.tabela tbody tr:nth-child(2n) {
  background-color: rgba(0, 0, 50, 0.02); }

.invertida.listrada.tabela > tr:nth-child(2n),
.invertida.listrada.tabela tbody tr:nth-child(2n) {
  background-color: rgba(255, 255, 255, 0.5); }

.tabela[class*="linha-unica"],
.tabela [class*="linha-unica"] {
  white-space: nowrap; }

.tabela[class*="linha-unica"],
.tabela [class*="linha-unica"] {
  white-space: nowrap; }

.uma.coluna.tabela td {
  width: 100%; }

.duas.colunas-tb.tabela td {
  width: 50%; }

.tres.colunas-tb.tabela td {
  width: 33.33333333%; }

.quatro.colunas-tb.tabela td {
  width: 25%; }

.cinco.colunas-tb.tabela td {
  width: 20%; }

.seis.colunas-tb.tabela td {
  width: 16.66666667%; }

.sete.colunas-tb.tabela td {
  width: 14.28571429%; }

.oito.colunas-tb.tabela td {
  width: 12.5%; }

.nove.colunas-tb.tabela td {
  width: 11.11111111%; }

.dez.colunas-tb.tabela td {
  width: 10%; }

.onze.colunas-tb.tabela td {
  width: 9.09090909%; }

.doze.colunas-tb.tabela td {
  width: 8.33333333%; }

.treze.colunas-tb.tabela td {
  width: 7.69230769%; }

.quartoze.colunas-tba.tabela td {
  width: 7.14285714%; }

.quinze.colunas-tb.tabela td {
  width: 6.66666667%; }

.dezesseis.colunas-tb.tabela td {
  width: 6.25%; }

.tabela th.um.largura,
.tabela td.um.largura {
  width: 6.25%; }

.tabela th.dois.largura,
.tabela td.dois.largura {
  width: 12.5%; }

.tabela th.tres.largura,
.tabela td.tres.largura {
  width: 18.75%; }

.tabela th.quatro.largura,
.tabela td.quatro.largura {
  width: 25%; }

.tabela th.cinco.largura,
.tabela td.cinco.largura {
  width: 31.25%; }

.tabela th.seis.largura,
.tabela td.seis.largura {
  width: 37.5%; }

.tabela th.sete.largura,
.tabela td.sete.largura {
  width: 43.75%; }

.tabela th.oito.largura,
.tabela td.oito.largura {
  width: 50%; }

.tabela th.nove.largura,
.tabela td.nove.largura {
  width: 56.25%; }

.tabela th.dez.largura,
.tabela td.dez.largura {
  width: 62.5%; }

.tabela th.onze.largura,
.tabela td.onze.largura {
  width: 68.75%; }

.tabela th.doze.largura,
.tabela td.doze.largura {
  width: 75%; }

.tabela th.treze.largura,
.tabela td.treze.largura {
  width: 81.25%; }

.tabela th.quartoze.largura,
.tabela td.quartoze.largura {
  width: 87.5%; }

.tabela th.quize.largura,
.tabela td.quize.largura {
  width: 93.75%; }

.tabela th.dezesseis.largura,
.tabela td.dezesseis.largura {
  width: 100%; }

.basica.tabela {
  background: transparent;
  border: 1px solid rgba(34, 36, 38, 0.15);
  -webkit-box-shadow: none;
          box-shadow: none; }

.basica.tabela thead,
.basica.tabela tfoot {
  -webkit-box-shadow: none;
          box-shadow: none; }

.basica.tabela th {
  background: transparent;
  border-left: none; }

.basica.tabela tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.basica.tabela td {
  background: transparent; }

.basica.listrada.tabela tbody tr:nth-child(2n) {
  background-color: rgba(0, 0, 0, 0.05) !important; }

[class*="muito basica"].tabela {
  border: none; }

[class*="muito basica"].tabela:not(.classificavel):not(.listrada) th:first-child,
[class*="muito basica"].tabela:not(.classificavel):not(.listrada) td:first-child {
  padding-left: 0; }

[class*="muito basica"].tabela:not(.classificavel):not(.listrada) th:last-child,
[class*="muito basica"].tabela:not(.classificavel):not(.listrada) td:last-child {
  padding-right: 0; }

[class*="muito basica"].tabela:not(.classificavel):not(.listrada) thead tr:first-child th {
  padding-top: 0; }

.unicelular.tabela tr th,
.unicelular.tabela tr td {
  border-left: 1px solid rgba(34, 36, 38, 0.15); }

.unicelular.tabela tr th:first-child,
.unicelular.tabela tr td:first-child {
  border-left: none; }

.respiravel.tabela th {
  padding-left: 1rem;
  padding-right: 1rem; }

.respiravel.tabela th,
.respiravel.tabela td {
  padding: 1rem; }

[class*="muito respiravel"].tabela th {
  padding-left: 1.5em;
  padding-right: 1.5em; }

[class*="muito respiravel"].tabela td {
  padding: 1.5em; }

.compacta.tabela th {
  padding-left: 0.7em;
  padding-right: 0.7em; }

.compacta.tabela td {
  padding: 0.5em 0.7em; }

[class*="muito compacta"].tabela th {
  padding-left: 0.6em;
  padding-right: 0.6em; }

[class*="muito compacta"].tabela td {
  padding: 0.4em 0.6em; }

.pequena.tabela {
  font-size: 0.75rem; }

.grande.tabela {
  font-size: 1rem;
  font-weight: normal; }

.estatica.tabela {
  display: table;
  color: inherit;
  background: none;
  background-color: none;
  border: 0;
  margin: 0;
  padding: 0; }

.estatica.tabela.inline {
  display: inline-table;
  width: auto; }

.celula {
  display: table-cell;
  vertical-align: middle; }

.celula.alinhado.acima {
  vertical-align: top; }

/*!
/// ------------------------------------------------
///  ESTILOS DA LP
/// ------------------------------------------------ 
*/
html,
body {
  height: initial; }

.wrapper {
  width: 100%;
  display: block;
  background-color: #fff;
  padding-top: 90px; }

@media only screen and (max-width: 640px) {
  .wrapper {
    padding-top: 50px; } }

header {
  height: auto;
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1030;
  position: fixed; }

header .recipiente {
  display: table; }

@media screen and (min-width: 2000px) {
  header .recipiente {
    width: 100%;
    max-width: 2000px; } }

header .area {
  padding: 0;
  text-align: center;
  -webkit-transition: all 0.5s ease 0.2s;
  -o-transition: all 0.5s ease 0.2s;
  transition: all 0.5s ease 0.2s;
  background-color: var(--theme-backgroundColor-Footer-default); }

header .servicos,
header .marca {
  display: table-cell;
  vertical-align: middle;
  padding: 1.6rem 0; }

header .marca {
  text-align: left; }

header .servicos {
  text-align: right; }

header .marca .logo {
  margin: 0;
  width: auto;
  height: 26px;
  -webkit-transition: all 0.5s ease 0.7s;
  -o-transition: all 0.5s ease 0.7s;
  transition: all 0.5s ease 0.7s;
  display: block; }

header .marca .logo img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease 0.7s;
  -o-transition: all 0.5s ease 0.7s;
  transition: all 0.5s ease 0.7s; }

@media (min-width: 400px) {
  header .marca .logo {
    height: 36px; } }

@media (min-width: 500px) {
  header .marca .logo {
    height: 40px; } }

@media (min-width: 768px) {
  header .marca .logo {
    height: 58px; } }

header .servicos .icones-claro {
  width: auto;
  height: 16px;
  -webkit-transition: all 0.5s ease 0.7s;
  -o-transition: all 0.5s ease 0.7s;
  transition: all 0.5s ease 0.7s; }

header .servicos .icones-claro img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease 0.7s;
  -o-transition: all 0.5s ease 0.7s;
  transition: all 0.5s ease 0.7s; }

@media (min-width: 500px) {
  header .servicos .icones-claro {
    height: 28px; } }

@media (min-width: 768px) {
  header .servicos .icones-claro {
    height: 32px;
    padding-top: 0.2rem; } }

header.fixo .area {
  -webkit-transition: all 0.5s ease 0.7s;
  -o-transition: all 0.5s ease 0.7s;
  transition: all 0.5s ease 0.7s; }

@media (min-width: 576px) {
  header.fixo .marca .logo {
    width: auto;
    height: 42px;
    -webkit-transition: all 0.5s ease 0.7s;
    -o-transition: all 0.5s ease 0.7s;
    transition: all 0.5s ease 0.7s; }
  header.fixo .servicos .icones-claro {
    width: auto;
    height: 28px;
    -webkit-transition: all 0.5s ease 0.7s;
    -o-transition: all 0.5s ease 0.7s;
    transition: all 0.5s ease 0.7s; }
  header.fixo .servicos,
  header.fixo .marca {
    padding: 1.2rem 0; } }

.secao {
  padding: 3% 0; }

.secao.banner {
  background: url(../img/banner.jpg) no-repeat;
  background-size: 100% auto;
  background-position: top left;
  min-height: 450px;
  color: #000;
  overflow: hidden;
  position: relative; }

@media screen and (max-width: 1000px) {
  .secao.banner .texto.escuro {
    display: none !important;
    visibility: hidden !important; }
  .secao.banner .texto.claro {
    display: block !important;
    visibility: visible !important;
    color: #fff !important;
    padding-top: 60%;
    padding-left: 5%;
    float: left; } }

@media screen and (min-width: 980px) and (max-width: 1300px) {
  .secao.banner {
    background-size: cover;
    background-position: top left;
    background-position-x: 35%;
    min-height: 380px; } }

@media screen and (max-width: 980px) {
  .secao.banner {
    background-position: left bottom;
    background-size: cover;
    background-position-x: 6%;
    min-height: 350px; }
  .secao.banner:before {
    content: '';
    position: absolute;
    z-index: 1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.518)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.518));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.518));
    width: 100%;
    height: 100%;
    display: block; } }

.secao.banner .imagem {
  max-width: 220px; }

@media screen and (min-width: 1900px) {
  .secao.banner {
    min-height: 490px;
    background-position-y: -93px; } }

@media screen and (max-width: 500px) {
  .secao.banner .imagem {
    max-width: 120px; } }

.secao.banner .texto {
  padding-top: 50%;
  padding-left: 5%;
  float: right;
  max-width: 570px;
  z-index: 2;
  position: relative; }

@media screen and (min-width: 700px) {
  .secao.banner .texto {
    padding-top: 20%; } }

@media screen and (min-width: 1300px) {
  .secao.banner .texto {
    padding-top: 4rem;
    padding-left: 0; } }

.secao.banner .texto h1 {
  line-height: 1.1;
  text-transform: uppercase;
  margin-top: 1rem;
  font-size: 1.3rem;
  font-weight: normal; }

@media (min-width: 576px) {
  .secao.banner .texto h1 {
    font-size: 1.9rem; } }

@media (min-width: 992px) {
  .secao.banner .texto h1 {
    font-size: 2.188rem; } }

@media screen and (min-width: 980px) and (max-width: 1300px) {
  .secao.banner .texto {
    padding-right: 0;
    max-width: 480px;
    top: 2rem;
    padding-top: 2rem; }
  .secao.banner .texto h1 {
    font-size: 1.8rem; } }

.secao.conteudo {
  padding: 1rem 0; }

@media (min-width: 576px) {
  .secao.conteudo {
    padding: 3rem 0 0 0; } }

.secao.conteudo .texto {
  padding: 2rem 0 1rem 0; }

.secao.conteudo p {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  line-height: 1.25; }

.secao.conteudo p.realce {
  margin: 0; }

@media (min-width: 500px) {
  .secao.conteudo p {
    font-size: 1.3rem; } }

@media (min-width: 740px) {
  .secao.conteudo p {
    font-size: 1.45rem; }
  .secao.conteudo p.informe {
    font-size: 1.3rem; } }

.secao.conteudo .realce {
  color: #d7321e; }

.secao.conteudo .boxe {
  color: #3a3939;
  background-color: #ffff;
  margin: 4.5rem auto 0 auto;
  max-width: 700px;
  border: 2px dashed #d7321e;
  margin-bottom: 6rem;
  position: relative;
  min-height: 550px; }

.secao.conteudo .boxe .rotulo_seta {
  background-color: #d7321e;
  border-radius: 8px;
  display: block;
  z-index: 2;
  position: absolute;
  color: #fff;
  font-size: 1.3rem;
  left: 50%;
  width: 280px;
  top: -1.5rem;
  margin-left: -140px;
  padding: 0.7rem 3rem;
  font-weight: bold; }

.secao.conteudo .boxe .rotulo_seta:before, .secao.conteudo .boxe .rotulo_seta:after {
  bottom: 100%;
  left: 75%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.secao.conteudo .boxe .rotulo_seta:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #d7321e;
  border-width: 20px;
  margin-left: -90px; }

.secao.conteudo .boxe .preload {
  margin-top: 8rem;
  margin-bottom: 3rem; }

.secao.conteudo .boxe .preload img {
  display: block;
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 575.99px) {
  .secao.conteudo .boxe .preload img {
    max-width: 120px; } }

.secao.conteudo .boxe .preload-txt {
  color: #d7d7d7;
  max-width: 60%;
  display: block;
  font-size: 1.2rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 575.99px) {
  .secao.conteudo .boxe .preload-txt {
    max-width: 80%; } }

.caixa {
  margin: 3rem 0;
  text-align: center; }

.separa {
  margin: 5rem 0;
  text-align: center; }

@media only screen and (max-width: 500px) {
  .separa {
    margin-bottom: 8rem;
    margin-top: 2rem;
    display: none; } }

.plano {
  margin-top: 2rem; }

@media only screen and (min-width: 900px) {
  .plano {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto; } }

.campo-selecao {
  height: 65px;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 1rem 1.5rem;
  line-height: 1.33;
  color: rgba(0, 0, 0, 0.87);
  vertical-align: middle;
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAPCAYAAAAVk7TYAAABmklEQVQ4jaXTO2sUURTA8d+MiC8cURDUj+An2C20ESy28RGRJaCgksIqYAo7m1iJYGVjwAciScRAmuADLERlEMTKgCkstFhBRdlNEcRiLOYKl2EnO9HTXOZ/zpw/58zcpN/SwVWsYgpvbSCyvKjNDdpJB9NYw1TSb1nGwZDvoYuX/ysbtJNTuIsdAT1O8SWqOYCHONxUViPq4l4kgl6KSXyI4D48wpF/FJ1RTrQ9wq9wJcUyjofzb+xVTnh0g6JzuIUtEX6BsSwvemkAKxjD+6hoD+bQaSiawAy2Rvg5Tmd58RXSKLGinPBdxHZjFsdGiC7iJjZF+EksqsrgI05WhBnuKycfJpoMos0RXsJ4lhc/4tqqDD7hBN5EbGcQdiu1l3ADScQWg+hntfEwGXwOwtcR24bbGA/Pl3G9IlrA2SwvBsOaJv1Wja6M/ZjHoYit4qlyrbFoDuezvFirazZKRnkNZq1/7x5gYj0R9WuM45vyWz2ryd/BhVGipjL4HoRLFT6jnOhXkyZN1hjHLlxDW/nXTWd58bvpy38AkIlwRLYxM2IAAAAASUVORK5CYII=) no-repeat right 1.2rem center;
  border-radius: 12px; }

.select2-container .select2-selection--single .select2-selection__rendered {
  text-align: left; }

.select2-container .select2-selection--single {
  height: 55px;
  line-height: 55px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: rgba(0, 0, 0, 0.87);
  line-height: 55px;
  font-size: 1.2rem;
  font-weight: bold;
  padding-left: 1.5rem; }

.select2-container .select2-selection--single:focus {
  outline: none; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 15px;
  right: 5px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #d71a21 transparent transparent transparent;
  border-width: 6px 5px 0 5px;
  margin-left: -8px; }

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border-color: #d71a21;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none; }

.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; } }

.fade:not(.show) {
  opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease; }

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; } }

.botao_comunicado {
  text-align: center;
  padding: 1.7rem;
  border-radius: 5px;
  margin: 2rem 0;
  position: relative;
  color: rgba(0, 0, 0, 0.87); }

.botao_comunicado a {
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
  display: inline-block;
  margin-top: 1rem; }

.botao_comunicado u {
  color: #c61c1d; }

@media only screen and (min-width: 600px) {
  .botao_comunicado img {
    max-width: 330px; } }

.botao_comunicado h2 {
  font-size: 1rem; }

@media only screen and (min-width: 1200px) {
  .botao_comunicado h2 {
    font-size: 1.3rem; } }

.mensagem {
  padding: 0.5rem 1rem;
  background-color: #eff0f2; }

@media only screen and (min-width: 1200px) {
  .mensagem {
    padding: 1rem 2rem; } }

.comunicado {
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: 0.25rem;
  padding: 1rem;
  text-align: justify;
  display: block;
  visibility: visible;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto; }
.comunicado p.alignLeft {
  text-align: left!important;
}
.comunicado .comunicado-conteudo {
  display: none;
  visibility: hidden; }

.comunicado .comunicado-conteudo.aberto {
  display: block;
  visibility: visible; }

@media only screen and (min-width: 700px) {
  .comunicado {
    padding: 2rem; } }

.comunicado h3 {
  text-align: center;
  padding: 1rem;
  margin-bottom: 1rem;
  font-weight: bold; }

.comunicado p {
  margin-bottom: 1.5rem !important; }

.comunicado .colunas:before, .comunicado .colunas:after {
  content: " ";
  display: table; }

.comunicado .colunas:after {
  clear: both; }

.comunicado .coluna1 {
  margin-bottom: 1rem; }

@media only screen and (min-width: 700px) {
  .comunicado .coluna1 {
    float: left;
    width: 60%; } }

.comunicado .coluna2 {
  margin-bottom: 1rem; }

@media only screen and (min-width: 700px) {
  .comunicado .coluna2 {
    float: right;
    width: 40%;
    padding-left: 1.8rem; } }

.comunicado .comunicado_rodape .imagem {
  display: none; }

@media only screen and (min-width: 700px) {
  .comunicado .comunicado_rodape .texto,
  .comunicado .comunicado_rodape .imagem {
    display: table-cell;
    vertical-align: top; }
  .comunicado .comunicado_rodape .texto {
    padding-right: 3rem; }
  .comunicado .comunicado_rodape .imagem img {
    max-width: 120px; } }

.plano-novo {
  text-align: center; }

.aberto {
  margin-bottom: 0.5rem; }

.aberto + .comunicado {
  display: block; }

.tabela strong {
  color: #d7321e; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #db2823;
  color: white; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1rem; }

.select2-container--default .select2-results__group {
  padding-left: 1rem;
  padding-top: 1.5rem; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
  padding-left: 1rem;
  color: #727272; }

.modulo {
  text-align: center; }

.plano-novo {
  display: none;
  visibility: none; }

.plano-novo.aberto {
  display: block;
  visibility: visible; }

.boxe.fechado {
  display: none;
  visibility: none; }

.plano-novo {
  max-width: 700px;
  margin: 2rem auto;
  margin-top: 2rem; }

.plano-novo h4 {
  font-size: 1.4rem;
  display: block;
  font-weight: bold;
  margin-bottom: 0.5rem; }

.plano-novo .mega {
  font-size: 5rem;
  font-weight: bold;
  display: inline-block;
  padding: 0 1rem;
  color: #c61c1d;
  line-height: 1;
  margin-top: -3rem;
  background-color: #fff; }

.plano-novo .mega span {
  font-size: 70%; }

@media only screen and (min-width: 900px) {
  .plano-novo .mega {
    font-size: 6rem; } }

.plano-novo .ligacoes {
  font-size: 2.5rem;
  font-weight: bold;
  display: inline-block;
  padding: 0 0.6rem;
  color: #c61c1d;
  line-height: 1;
  margin-top: -3rem;
  background-color: #fff;
  max-width: 250px;
  text-transform: uppercase;
  text-align: center; }

@media only screen and (min-width: 900px) {
  .plano-novo .ligacoes {
    font-size: 2.5rem; } }

.plano-novo .simbolo {
  line-height: 1;
  margin-top: -2.5rem;
  background-color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 100px; }

.plano-novo .simbolo img {
  margin-left: auto;
  margin-right: auto; }

.plano-novo .simbolo.sms {
  margin-top: -1.2rem;
  margin-bottom: 1.2rem; }

@media only screen and (min-width: 900px) {
  .plano-novo .simbolo.sms {
    margin-bottom: 2rem; } }

.plano-novo .modulo-largo,
.plano-novo .modulo {
  position: relative;
  border: 3px solid #c61c1d;
  border-radius: 1.2rem;
  min-height: 50px;
  padding-top: 0;
  padding-bottom: 1rem; }

.plano-novo .modulos + .modulos {
  margin-top: 4rem; }

.plano-novo .modulo-largo {
  margin-top: 5rem;
  padding-bottom: 1rem; }

.plano-novo .modulo-largo .texto {
  line-height: 1.1;
  margin-top: -2.5rem;
  background-color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 0 0.2rem;
  width: 80%;
  font-size: 1.1rem; }

.plano-novo .modulo-largo .texto span {
  color: #c61c1d;
  display: block; }

@media only screen and (min-width: 900px) {
  .plano-novo .modulo-largo .texto {
    font-size: 1.25rem;
    padding: 0 3rem; } }

.plano-novo .modulo-largo .texto.giga {
  margin-top: 0.5rem;
  font-size: 1.5rem; }

@media only screen and (min-width: 900px) {
  .plano-novo .modulo-largo .texto.giga {
    font-size: 2rem; } }

@media only screen and (min-width: 900px) {
  .plano-novo .modulo {
    display: table-cell;
    min-width: 312px;
    vertical-align: top;
    height: 188px; }
  .plano-novo .modulo.curto {
    height: 128px; } }

.plano-novo .modulo .texto {
  padding: 1rem;
  line-height: 1.1;
  font-weight: bold; }

.plano-novo .modulo .texto.maior {
  padding-top: 0.5rem;
  font-size: 1.6rem; }

@media only screen and (min-width: 900px) {
  .plano-novo .modulo .texto.maior {
    font-size: 2rem; } }

.plano-novo .modulo .texto.medio {
  padding: 1rem 1.2rem;
  font-size: 1.2rem; }

@media only screen and (min-width: 900px) {
  .plano-novo .modulo .texto.medio {
    font-size: 1.8rem; } }

.plano-novo .modulo .texto.subtitulo {
  padding: 0;
  padding-bottom: 0.5rem;
  margin-top: -0.8rem;
  font-size: 1.2rem; }

.plano-novo .modulo .texto.pequeno {
  padding: 1rem 1.2rem;
  font-size: 1.2rem; }

.plano-novo .texto.menor {
  font-weight: normal;
  margin-top: 1rem; }

.plano-novo .modulo-mais {
  font-size: 4rem;
  font-weight: bold;
  color: #c61c1d;
  border: 0;
  height: 120px;
  line-height: 1; }

@media only screen and (min-width: 900px) {
  .plano-novo .modulo-mais {
    display: table-cell;
    min-width: 70px;
    padding-top: 2.7rem; } }

.plano-novo .apps_principal {
  background-color: #ccc;
  border-radius: 8px;
  display: block; }

.plano-novo .apps_principal:before, .plano-novo .apps_principal:after {
  bottom: 85px;
  left: 75%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.plano-novo .apps_principal:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #ccc;
  border-width: 10px;
  margin-left: -10px; }

.plano-novo .apps {
  display: inline-block;
  padding: 0.5rem; }

.plano-novo .apps img {
  display: inline-block;
  max-width: 60px; }

.plano-novo .apps_secundarios {
  margin-top: 1rem;
  padding: 0;
  width: 100%; }

.plano-novo .apps_secundarios img {
  margin: 0.2rem; }

@media only screen and (min-width: 900px) {
  .plano-novo .apps_secundarios img {
    margin: 0.4rem; } }

@media only screen and (min-width: 1000px) {
  .plano-novo .apps_secundarios img {
    max-width: 64px; } }

@media only screen and (max-width: 500px) {
  .plano-novo .apps_secundarios img {
    max-width: 50px; } }

@media only screen and (max-width: 380px) {
  .plano-novo .apps_secundarios img {
    max-width: 42px; } }

.plano-novo .topicos {
  text-align: center; }

.plano-novo .topicos .item {
  margin-top: 2.5rem; }

.plano-novo .topicos .imagem img {
  margin-bottom: 2rem; }

.plano-novo .topicos .texto {
  font-size: 1.1rem;
  line-height: 1.25; }

.plano-novo .topicos .texto h4 {
  text-transform: uppercase;
  margin: 0 auto 0.2rem auto;
  max-width: 260px; }

@media only screen and (min-width: 900px) {
  .plano-novo .topicos .imagem,
  .plano-novo .topicos .texto {
    display: table-cell;
    vertical-align: middle; }
  .plano-novo .topicos .imagem {
    text-align: center;
    width: 20%; }
  .plano-novo .topicos .imagem img {
    min-width: inherit;
    width: auto;
    margin: 0 auto; }
  .plano-novo .topicos .texto {
    padding-left: 1.5rem;
    text-align: left; }
  .plano-novo .topicos .texto h4 {
    text-transform: uppercase;
    margin: 0 auto 0.2rem auto;
    max-width: initial; } }

.whats .ico,
.whats .whats-texto {
  display: table-cell;
  font-size: 1rem;
  text-align: left;
  line-height: 1.2;
  vertical-align: middle;
  padding-left: 1rem; }

.whats .ico h4,
.whats .whats-texto h4 {
  font-size: 1rem;
  margin: 0; }

@media only screen and (min-width: 600px) {
  .whats .ico,
  .whats .whats-texto {
    font-size: 1.2rem; }
  .whats .ico h4,
  .whats .whats-texto h4 {
    font-size: 1.2rem; } }

.oculto {
  display: none;
  visibility: hidden; }

.midias-texto {
  max-width: 200px;
  text-align: left; }

.mensagem.valor {
  margin-top: -50px;
  margin-bottom: 80px;
  border-radius: 15px; }

.mensagem.valor span {
  color: #d7321e; }

.minha-claro-movel {
  padding-bottom: 3rem; }

#plano6 {
  padding-bottom: 3rem; }

.tabela:not(.icone) {
  margin-bottom: 2rem;
  text-transform: uppercase; }

/*designerinside*/
.textoLegal {
  color: #727272;
  margin: 1rem auto 5rem auto !important;
  text-align: justify;
  line-height: 1.2;
  font-size: 1rem !important; }

@media screen and (min-width: 1000px) {
  .textoLegal {
    font-size: 1rem; } }

.textoLegal a {
  color: #727272; }

.modulos.info {
  background-color: #EBEBEB;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px; }

.modulos.info p {
  font-size: 1em;
  margin: 0;
  text-align: center; }

.tlCenter tr td.code {
  text-align: center !important; }

.informePdf {
  display: block; }

p.informePdf {
  font-size: 16px !important;
  color: #000;
  font-weight: bold; }

p.informePdf a {
  text-decoration: underline; }

.titulov3 {
  margin-bottom: 50px; }

.comunicado {
  margin-bottom: 100px; }

.mdn-Footer p {
  margin-bottom: initial !important;
  padding-top: 1rem !important; }

@media only screen and (min-width: 61.9375rem) {
  .mdn-Footer-logo {
    margin: 0; } }

@media only screen and (min-width: 80rem) {
  .mdn-Container {
    max-width: 79rem; } }

.campo-rotulo {
  font-size: 1.3rem !important;
  font-weight: bold; }

h1 {
  font-family: var(--theme-font-family--highlight), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
  font-weight: var(--theme-font-weight-medium) !important; }
