@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--highlight), 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  text-align: left;
  background-color: #444; }

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

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

h1,h2,h3{
  font-family: var(--theme-font-family--highlight), 'Helvetica Neue', Arial, sans-serif;
}

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; }

@media (min-width: 992px) {
  .duas.colunas > .coluna {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; } 
  
    .tres.colunas > .coluna {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.333%;
              flex: 0 0 33.333%;
      max-width: 33.333%; } 
      
}


@media (min-width: 992px) {
  .quatro.colunas > .coluna {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; } }

@media (min-width: 992px) {
  .cinco.colunas > .coluna {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; } }


@media (min-width: 992px) {
  .desgrudadas.colunas:not(.horizontalmente) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -0.25rem;
    margin-left: -0.25rem; } }

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

.desgrudadas.colunas > .coluna {
  margin-bottom: 0.5rem; }

@media (min-width: 992px) {
  .relaxadas.colunas:not(.horizontalmente) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -0.9375rem;
    margin-left: -0.9375rem; } }

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

.relaxadas.colunas > .coluna {
  margin-bottom: 1.875rem; }

@media (min-width: 992px) {
  .muito.relaxadas.colunas:not(.horizontalmente) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -3rem;
    margin-left: -3rem; } }

@media (min-width: 992px) {
  .muito.relaxadas.colunas:not(.horizontalmente) > .coluna {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 3rem;
    padding-left: 3rem; } }

.muito.relaxadas.colunas > .coluna {
  margin-bottom: 1.875rem; }

@media (min-width: 992px) {
  .muito.relaxadas.colunas > .coluna {
    margin-bottom: 4rem; } }

@media (min-width: 992px) {
  .verticalmente.desgrudadas.colunas:not(.horizontalmente) > .coluna, .verticalmente.relaxadas.colunas:not(.horizontalmente) > .coluna {
    margin-bottom: 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; }

@media (min-width: 992px) {
  .duas.colunas > .coluna {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; } 
}


@media (min-width: 992px) {
  .desgrudadas.colunas:not(.horizontalmente) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -0.25rem;
    margin-left: -0.25rem; } }

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

.desgrudadas.colunas > .coluna {
  margin-bottom: 0.5rem; }

@media (min-width: 992px) {
  .relaxadas.colunas:not(.horizontalmente) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -0.9375rem;
    margin-left: -0.9375rem; } }

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

.relaxadas.colunas > .coluna {
  margin-bottom: 1.875rem; }

@media (min-width: 992px) {
  .muito.relaxadas.colunas:not(.horizontalmente) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -3rem;
    margin-left: -3rem; } }

@media (min-width: 992px) {
  .muito.relaxadas.colunas:not(.horizontalmente) > .coluna {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 3rem;
    padding-left: 3rem; } }

.muito.relaxadas.colunas > .coluna {
  margin-bottom: 1.875rem; }

@media (min-width: 992px) {
  .muito.relaxadas.colunas > .coluna {
    margin-bottom: 4rem; } }

@media (min-width: 992px) {
  .verticalmente.desgrudadas.colunas:not(.horizontalmente) > .coluna, .verticalmente.relaxadas.colunas:not(.horizontalmente) > .coluna {
    margin-bottom: 0; } }

.respiraveis.colunas > .coluna {
  padding: 2rem !important; }

/*!
/// ------------------------------------------------
///  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: 80px; }



@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: 4% 0; }

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

.secao:after {
  clear: both; }

.secao.banner {
  background: #4c4a47 url(../img/banner_mobile.jpg?v=2) no-repeat;
  background-size: 100% auto;
  background-position: top right;
  min-height: 320px;
  position: relative; }

  @media screen and (min-width: 360px) {
    .secao.banner {
      min-height: 360px; }
 }
  @media screen and (min-width: 375px) {
    .secao.banner {
      min-height: 375px; }
 }
 @media screen and (min-width: 400px) {
  .secao.banner {
    min-height: 414px; }
}
@media screen and (min-width: 480px) {
  .secao.banner {
    min-height: 480px; }
}
@media screen and (min-width: 500px) {
  .secao.banner {
    min-height: 500px; }
}
@media screen and (min-width: 540px) {
  .secao.banner {
    min-height: 540px; }
}
@media screen and (min-width: 700px) {
  .secao.banner {
    min-height: 768px; } }

@media screen and (min-width: 800px) {
      .secao.banner {
        min-height: 800px; } }

@media screen and (min-width: 1000px) {
  .secao.banner {
    background: #4c4a47 url(../img/banner.jpg?v=2) no-repeat;
    background-position: top left;
    background-position-x: 28%;
    background-size: 160% auto;
    min-height: 380px; } }

@media screen and (min-width: 1280px) {
  .secao.banner {
    background-size: 140% auto;
    background-position-x: 48%;
    min-height: 410px; } }

    
@media screen and (min-width: 1366px) {
  .secao.banner {

    background-position-x: 40%;
  } }

 @media screen and (min-width: 1400px) {
      .secao.banner {
        background-size: 140% auto;
        background-position-x: 37%;
        min-height: 460px; } }

@media screen and (min-width: 1600px) {
  .secao.banner {
    background-size: 135% auto;
    background-position-x: 28%;
    min-height: 480px; } }

    @media screen and (min-width: 1600px) {
      .secao.banner {
        background-position-x:24%;
       } }

@media screen and (min-width: 1920px) {
  .secao.banner {
    background-size: auto;
    background-position-x: 8%;
    min-height: 550px; } }

 @media screen and (min-width: 2000px) {
      .secao.banner {   
        background: #4c4a47 url(../img/banner_2400.jpg?v=2) no-repeat;
        background-size:100% auto;
        background-position-x: 0;
        } }
.secao.conteudo {
  padding: 1rem 0 0 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: 2rem;
  line-height: 1.25; }

  #text .text-titulo{
    text-align: left;
    margin:0;
    color:#f7a600;
    text-transform:uppercase;
    font-weight:500;
  }

#text-texto{
  text-align: left;
  margin:0;
  }

  #p-whatsapp{
    text-align: left;
    margin:0;
  }

.secao.conteudo p.realce {
  margin: 0;
  margin-bottom: 0.5rem;
  font-weight: 600;
  font-size: 1.2rem; }

@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;
  margin: 4.5rem auto 0 auto;
  border: 2px dashed #d7321e;
  margin-bottom: 6rem;
  padding: 4rem;
  position: relative;
  min-height: 350px; }

.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-bottom: 2rem; }

.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-bottom:0px;
  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; } }


@media only screen and (min-width: 900px) {
  .plano {
    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; } }

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

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

.consultor {
  text-align: center; }

.aberto {
  margin-bottom: 0.5rem; }

.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; }

.consultor {
  display: none;
  visibility: none; }

.consultor.aberto {
  display: block;
  visibility: visible; }

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

.consultor {
  border-radius: 1rem;
  margin: 2rem auto;
  margin-top: 2rem;
}

.consultor h4 {
  font-size: 2.5rem;
  line-height: 1.1;
  display: block;
  font-weight: bold;
  margin-bottom: 1rem;
  margin-top: 2rem; }

.consultor .texto p {
  font-size: 1.6rem; }

.consultor .texto p.email {
  font-size: 1.3rem; }

.consultor .respiraveis.colunas > .coluna {
  padding-bottom: 0 !important; }

.consultor .respiraveis.colunas > .coluna + .coluna {
  text-align: left; }

.consultor .sol {
  display: none; }

@media only screen and (min-width: 1000px) {
  .consultor .sol {
    display: block;
    position: absolute;
    left: -80px;
    top: 100px; } }

@media only screen and (max-width: 1000px) {
  .consultor {
    text-align: center; }
  .consultor .texto {
    text-align: center; }
  .consultor h4 {
    font-size: 1.8rem;
    margin-top: 0; }
  .consultor img {
    display: inline-block;
    margin: 0 auto; }
  .consultor .coluna-foto {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

@media only screen and (max-width: 600px) {
  .consultor a {
    font-size: 0.8rem; } }

.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; }

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

.mensagem {
  border-radius: 1rem;
  padding: 3rem;
  font-size: 1.2rem;
  text-align: center; }

.mensagem img {
  margin: 0 auto;
  margin-bottom: 2rem;
  margin-top: -0.2rem; }

@media only screen and (min-width: 700px) {
  .mensagem {
    text-align: left; }
  .mensagem img {
    float: left;
    margin-right: 2rem; } }

@media only screen and (max-width: 600px) {
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.85rem; } }


.recipiente.servicosDI .coluna {
      margin: 0 auto!important;
      width: 25%!important;
  }
 @media (max-width:700px) {
     .recipiente.servicosDI .coluna {
      margin: 0 auto!important;
      width: 100%!important;
    } 
    
  }

  .imagem.whats{
      max-width: 60px;
  }



  
footer p {
  margin-bottom: 0; }

footer .mdn-Footer-list-item-socialLink, footer .mdn-Footer-list-item a {
  height: initial !important; }

@media (min-width: 2000px) {
  footer .mdn-Container {
    max-width: 1900px; } }

.secao.tl {
  padding: 2rem 0 1rem 0; }

@media (min-width: 2000px) {
  .secao.tl .recipiente {
    max-width: 1900px; } }

@media only screen and (min-width: 1300px) {

  .mdn-Footer-logo-image {
    height: 3.5rem; }
  .mdn-Footer-list-item-socialLink .mdn-Icon--md:before,
  .mdn-Footer-list-item-socialLink .mdn-Icon--sm:before,
  .mdn-Footer-list-item a .mdn-Icon--md:before,
  .mdn-Footer-list-item a .mdn-Icon--sm:before {
    font-size: 29px !important; }
  .mdn-Footer-list-item {
    margin-right: 20px !important; } }



.botao-ok{
  height: 50px;
  margin: 0 1rem;
  border-radius: 6px;
  padding: 0 0.8rem;
  background: #da291c;
  border: 0;
  color: #fff !important;
  cursor: pointer;
}

.texto.tel{
  font-size: 0.8rem !important;
  padding: 0 !important;
}

@media only screen and (min-width: 61.9375rem){
  .mdn-Footer-content {
      padding-top: 0;
      padding-bottom: 0;
  }
}



.copyright {
  text-align:left !important;
}

@media screen and (max-width: 999.99px) { 
  .copyright {
      text-align:center !important;
  }
}

.conteudo {
  /*
  background-image:url(../img/background.jpg), url('../img/claro-icon-2.png');
  background-position: top center, bottom left;
  background-repeat: repeat-x, no-repeat;
  */
  background-image:url(../img/background.jpg);
  background-position: top center;
  background-size:cover;
}
/*.sol  {
  background: transparent url('../img/claro-icon-2.png');
  background-position: 10% 105%;
  background-repeat:  no-repeat;
}*/

.texto strong {
  color:#e52a1b;
  font-weight:bold;
}

/*#formulario-consultores select {
  width:100% !important;
}*/

#formulario-consultores label.label {
  display:block;
  color:#fff;
  font-size:1.45rem;
  font-weight: 500;
}

#formulario-consultores .form-control {
  display:block;
  width:100%;
}

.colunas {
  margin-bottom:20px;
}

.colunas .coluna {
  padding-right:8px;
}
.colunas .coluna:last-child {
  padding-right:0px;
}

#foto {
  width:363px;
  height:363px;
  background:url('../img/background-foto.png') no-repeat;
}

#foto-img {
  width:278px;
  height:278px;
  position:absolute;
  background-repeat: no-repeat;
  border-radius: 50%;
  background-size: 278px;
  margin-top:43px;
  margin-left:42px;
}

.img-responsive {
  max-width:100%;
  display: block;
  width:100%;
}

#coluna-texto {
  flex-grow: 1;
  padding-left: 40px;
  text-align:left;
  max-width:729px;
}

#coluna-texto #nome {
  color:#525254;
}

@media screen and (max-width: 999.99px) { 

  .conteudo {
      background-size:cover;
  }

  #consultor .duas {
      text-align:center;
      justify-content: center;
  }

  #coluna-texto {
      flex-grow:0;
      max-width:auto;
      width:100%;
      padding-left:0px;
  }

  #formulario-consultores .coluna {
      margin-bottom:20px;
  }
}

.mensagem{
  background: none;
  padding:2rem 8rem 2rem 3.5rem;
  border:1px solid rgba(255, 255, 255, 0.411);
  border-radius: 10px;
  color:#fff;
  margin-bottom: 8rem;
}

.box-lista{
  border: 2px solid #ffc176;
  border-radius: 10px;
  padding: 2.5rem 4rem 2rem 4rem;
  -webkit-box-shadow: inset -1px 1px 5px 4px rgb(255 129 27 / 56%), -1px 1px 5px 4px rgb(255 171 118 / 55%);
  
}

.divisao{
  height:100px;
}

.icon-text{
  display:table-row;

}

.icon-text .icon{
  padding-right: 2rem;
}

.icon-text .text{
  padding-left: 2rem;

}

.icon-text div{
  display:table-cell;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  vertical-align: middle;
}

@media screen and (max-width: 600px) { 
  .box_cep{
    padding-top:3rem !important;
  }
  .box-lista{
    padding:1rem !important;
  }
  .icon-text,
  .icon-text div{
    display:block !important;
    text-align: center;
    padding:1rem !important;
    width: 100% !important;
  }
  .icon-text .divisao{
    display: none !important;
  }
}
@media screen and (min-width: 1200px) { 
  .icon-text div p{
    font-size: 1.5rem !important;
  }
}

.text{
  color:#fff;
}

.texto{
  color: #fff;
}
.texto strong{
  color: #fff;
}


#coluna-texto #nome {
  color: #fff;
}
.consultor .texto p.email {
  text-transform: lowercase;
  color: #fff !important;
  text-decoration: underline;
}
.consultor .texto p.email a {
  color: #fff !important;
}

#telefone{
  background-color: #5b5b5b;
  display: inline-block;
  color: #fff;
  margin-bottom: 0.5rem;
}
#telefone a{
  color: #fff;
}
#telefone .atendimento{
 float:left;
 margin-right: 3px;
 background:#444444;
 padding:5px;
}


#telefone .t{
   line-height: 40px;
}

#telefone .whats{
  margin-right: 8px;
}


.topico {
  text-align: center;
  margin: 2rem auto; }

.topico .icone {
  min-height: 120px; }

.topico img {
  display: inline-block;
  margin-left: auto;
  margin-right: auto; }

.topico p {
  color: #fff;
  font-size: 1rem !important;
  margin-top: 1rem;
  font-weight: bold;
  padding-left: 3rem;
  padding-right: 3rem; }

.topico p.largo {
  padding-left: 1rem;
  padding-right: 1rem; }

@media (min-width: 768px) {
  .coluna-estado {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 26.66667%;
            flex: 0 0 26.66667%;
    max-width: 26.66667%; } }

@media (min-width: 768px) {
  .coluna-cidade {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; } }

@media (min-width: 768px) {
  .coluna-endereco {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35.83333%;
            flex: 0 0 35.83333%;
    max-width: 35.83333%; } }

@media (min-width: 768px) {
  .coluna-numero {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%; } }

.box_cep {
  background-color: #480e0c;
  color: #fff;
  text-align: center;
  padding: 2rem;
  border-radius: 1.5rem;
  margin-bottom: 2rem; }

.box_cep label {
  color: #e52a1b;
  font-size: 1.4rem; }

.box_cep input {
  color: rgba(0, 0, 0, 0.87);
  line-height: 30px;
  font-size: 1.2rem;
  font-weight: bold; }

.box_cep input.campo-numero {
  max-width: 150px; }

  #p-whatsapp {
    color: white;
}

@media (max-width: 767.99px) {
  .box_cep input {
    width: 100% !important;
    max-width: 100% !important; } }

@media (max-width: 767.99px) {
  .box_cep .campo {
    display: block !important; } }

.box_cep .erro {
  color: #e52a1b;
  margin-bottom: 1.5rem;
  border: 1px dotted #e52a1b;
  border-radius: 50rem;
  display: block;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: none; }

.box_cep .erro.exibir {
  display: block !important; }

.box_cep .endereco-txt {
  font-weight: bold;
  margin-top: 1.5rem;
  display: none; }

.box_cep .endereco-txt.exibir {
  display: block !important; }


  @media (min-width: 1280px){

    .box_cep{
      padding: 2rem 10rem;
    }
  }

.divisoria {
  background: url("../img/divisoria.png") no-repeat center center;
  background-size: cover;
  height: 70px;
  color: #fff;
  text-align: center;
  font-size: 1.45rem;
  line-height: 70px;
  margin-bottom: 2rem;
  text-transform: uppercase;
  font-weight: 500;
}

.select2-container {
  width: inherit !important; }

.servicosDI .coluna {
  text-align: center; }

.servicosDI .coluna img {
  margin-left: auto;
  margin-right: auto;
  display: inline-block; }

.mensagem {
  color: #c6c6c6;
  margin-top: 100px;
}


.siga-claro, .politicas a, .direitos{
  color:white;
  font-weight: 500;
}

.direitos{
  padding-top:10px;
  font-size: .75rem;
  padding-bottom: 20px;
}

.politicas{
  font-size: .75rem;
  padding-top:15px;
}

.politicas a{
  text-decoration: underline;
  padding-right:15px;

}

.mdn-Container {
  max-width: 72rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ed1c24;
}

.sociais{
  display: flex;
    align-items: center;
    gap: 20px;
}

.icon img{
  width:72px;
}

.mdn-Footer {
  height: 10rem !important; 
    background-color: #ed1c24;

}


@media (max-width: 768px){
  .mdn-Container {
    max-width: 100%;
    padding: 0 5px;
  }

  .politicas {
    padding-top: 0;
}

.mdn-Footer-list{
  margin-bottom:0;
  margin-top: 0;
}

.sociais {
  padding-bottom: 10px;
}
}

@media (max-width: 768px){
.divisao{
  display:none;
}
}

@media screen and (min-width: 1000px){
  .secao.banner {
  
      background-size: 120% auto;
  }
  }




@media screen and (min-width: 1400px){
.secao.banner {
    background-size: 110% auto;
}

}

@media screen and (min-width: 1280px){
  .secao.banner {
      background-size: 110% auto;}
  }


@media screen and (min-width: 1600px){
  .secao.banner {
      background-size: 100% auto;
  }
  }

  @media screen and (min-width: 1990px){
    .secao.banner {
        background-size: 130% auto;
    }
    }

    @media screen and (min-width: 2500px){
      .secao.banner {
          background-size: 100% auto;
      }
      }
  





@media (max-width: 1000px){
  .secao.banner {
    background-position: center;
  }
}

@media (max-width: 850px){
  .secao.banner {
    min-height: 700px;
}
}

@media (max-width: 720px){
  .secao.banner {
    min-height: 600px;
}

.texto {
  text-align: center;
}
}

@media (max-width: 620px){
  .secao.banner {
    min-height: 500px;
}
}

@media (max-width: 520px){
  .secao.banner {
    min-height: 400px;
}
}

@media (max-width: 500px){
  .mdn-Container {
    flex-direction: column;
}

.sociais {
  padding-top:20px;
  flex-direction: column;
  gap: 10px;
}

.politicas {
  text-align: center;
}

.direitos {
  text-align: center;
}

.icon-text {
  flex-direction: column;
  align-items: center;
}

#text-texto,
#text .text-titulo  {
  text-align: center;
}
}


@media (max-width: 400px){

  .secao.banner {
    min-height: 315px;
}

}

#texto-aproveite{
  text-align:center;
}



@media (max-width: 600px){
    #foto{
      width: 300px;
      height: 300px;
      background-size: auto 100%;
    }
    #foto-img{
      width: 235px;
      height: 235px;
      background-size: 100%;
      margin-top: 2rem;
      margin-left: 2rem;
    }

    .mensagem{
      padding:2rem;
    }
    .direitos{
      padding-left:1.5rem;
      padding-right: 1.5rem;
    }
}

@media (min-width: 600px) and (max-width: 1000px){
  label{
    font-size:1rem !important;
  }
  .sociais-link-politicas{
    padding-left: 1.5rem;
    padding-right: 1rem;
  }
}
@media (max-width: 1200px){
  .mdn-Container {
    max-width: 61rem;
  }
}
