@charset "UTF-8";
/*!
*  LP CLARO
*  Desenvolvido por Rocketcom.com.br. Todos direitos reservados
*  v.1.0.0
*/

/*!
/// ------------------------------------------------
///  AJUSTES DE COMPATIBILIDADE MONDRIAN
///  https://mondrian.claro.com.br/snippets/index.html?path=/story/footer--public-social
/// ------------------------------------------------ 
*/

:root{
  --principal-cor: #ef3829;
}

.mdn-Icon--md, .mdn-Icon--md:before {
    font-size: 1.5rem;
    line-height: 1;
}


/*!
/// ------------------------------------------------
///  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: #000000;
  text-align: left;}

[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:0; 
  font-weight: 300;
}

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

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

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

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

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

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

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

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

.recipiente-cards-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: 100% !important; 
  z-index: 3;
}

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



  .divisoria {
  margin: 2.5rem 0;
  position: relative;
  display: block;
  color: rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  min-height: 1.25rem; }

.divisoria .icone {
  margin: auto;
  line-height: 1.3;
  font-size: 1.313rem;
  color: rgba(0, 0, 0, 0.3); }

.divisoria:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  top: 0.8rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.divisoria.sem-espaco {
  margin: 0; }

.divisoria.clearing {
  clear: both; }

.centralizada.divisoria {
  text-align: center;
  overflow: hidden;
  margin: 1rem 0; }

.centralizada.divisoria:after, .centralizada.divisoria:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  height: 0;
  top: auto; }

.centralizada.divisoria:before {
  margin-left: -100%;
  left: -1.429rem; }

.centralizada.divisoria:after {
  margin-right: -100%;
  right: -1.429rem;
  left: auto; }

.divisoria.centralizada.vertical {
  width: 100%; }

@media (min-width: 768px) {
  .divisoria.centralizada.vertical {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    width: auto;
    height: 40%;
    line-height: 0;
    text-align: center;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    overflow: visible; }
  .divisoria.vertical:before,
  .divisoria.vertical:after {
    position: absolute;
    left: 50%;
    content: '';
    z-index: 3;
    border-left: 1px solid rgba(34, 36, 38, 0.15);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    width: 0%;
    height: calc(100% -  1rem);
    margin-left: 0; }
  .divisoria.vertical:before {
    top: -100%; }
  .divisoria.vertical:after {
    top: auto;
    bottom: 0px; } }

.a-esquerda.divisoria:after {
  left: 2.1435rem;
  right: 0; }

.a-esquerda.divisoria .icone {
  float: left; }

.a-direita.divisoria:after {
  left: 0;
  right: 2.1435rem; }

.a-direita.divisoria .icone {
  float: right; }

.centralizada.divisoria:empty:before, .centralizada.divisoria:empty:after {
  right: 0;
  left: 0; }

.centralizada.divisoria.titulo {
  margin: 2.5rem 0;
  font-weight: 500;
  letter-spacing: 0.03em; }

.centralizada.divisoria.titulo:before {
  left: -2.858rem; }

.centralizada.divisoria.titulo:after {
  right: -2.858rem; }

.centralizada.divisoria.titulo + .texto {
  margin-top: -2.3rem;
  margin-bottom: 2.08333rem; }

.segmento .centralizada.divisoria.titulo {
  margin-top: 1rem; }

.principal.segmento .centralizada.colorida.divisoria:after, .principal.segmento .centralizada.colorida.divisoria:before {
  border-color: #d6eeec; }

.centralizada.curta.divisoria:before {
  width: 15%; }

.centralizada.curta.divisoria:after {
  width: 15%; }

.dupla-linha.divisoria:before {
  content: '';
  position: absolute;
  top: 0.65rem;
  left: 0;
  right: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.dupla-linha.divisoria:after {
  top: 0.85rem; }

.pontilhada.divisoria {
  height: 0.7143rem;
  border: 0;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKAQMAAAC3/F3+AAAABlBMVEX///+QkJApn3LQAAAAAnRSTlMAgJsrThgAAAAOSURBVHheYwCCUAdcJAAnnALqo5TBzAAAAABJRU5ErkJggg==") repeat-x center; }

.pontilhada.divisoria:after {
  display: none; }

.circular.divisoria .icone {
  width: 2.85rem;
  height: 2.85rem;
  line-height: 2.85rem;
  background-color: rgba(0, 0, 0, 0.05);
  text-align: center;
  z-index: 1;
  color: rgba(0, 0, 0, 0.3);
  border-radius: 500rem; }

.circular.divisoria .icone:before {
  position: relative;
  top: 25%; }

.a-esquerda.circular.divisoria:after {
  top: 1.5rem;
  left: 4.287rem; }

.a-direita.circular.divisoria:after {
  top: 1.5rem;
  right: 4.287rem; }

.circular.outline.divisoria .icone {
  background-color: transparent;
  border: rgba(34, 36, 38, 0.15) solid 1px; }

.circular.outline.divisoria > a > .icone {
  transition: all 0.3s; }

.circular.outline.divisoria > a > .icone:hover {
  color: #009688; }

.invertida.divisoria:after {
  border-top: rgba(255, 255, 255, 0.1) 1px solid; }

.invertida.divisoria:before {
  border-top: rgba(255, 255, 255, 0.1) 1px solid; }

.invertida.outline.circular.divisoria .icone {
  border-color: rgba(255, 255, 255, 0.7); }

.invertida.dupla-linha.divisoria:after {
  border-top: rgba(255, 255, 255, 0.1) 1px solid; }

.colorida.divisoria,
.colorida.divisoria .icone {
  color: #009688; }

.colorida.divisoria:before, .colorida.divisoria:after {
  border-top-color: #b2dfdb; }

.colorida.divisoria.circular .icone {
  background-color: #009688;
  color: #FFFFFF; }

.colorida.divisoria.outline .icone {
  border-color: #b2dfdb; }

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

.wrapper {
  width: 100%;
  display: block; }


  .secao.banner{

       padding:45px 0 65px 0;

      background: url("../img/banner1.jpg") no-repeat center;
      background-size:cover;
      width:100%;
      height: 600px;

  }
  .secao.banner .recipiente{
    position: relative;
    height: 100%;
    width: 100%;

  }

   .secao.banner .recipiente div{

      position: absolute;
      color:#fff;

  }

 .secao.banner .recipiente div.texto{  
    bottom: 0;
 }

  .secao.banner h1{
    font-size:50px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.03em;
  }


  .secao.banner .recipiente .icone-claro{
    right: 0;
  }

  .secao.banner.banner-1{
      background-image: url("../img/banner1.jpg");
  }
  .secao.banner.banner-2{
      background-image: url("../img/banner2.jpg");
  }
  .secao.banner.banner-3{
      background-image: url("../img/banner3.jpg");
  }
 .secao.banner.banner-4{
      background-image: url("../img/banner4.jpg");
  }



  @media only screen and (max-width: 1200px) {
    .secao.banner h1{
      font-size:46px;
    }
  }

  @media only screen and (max-width: 640px) {
    .secao.banner h1{
      font-size:27px;
    }

      .secao.banner.banner-1{
          background-image: url("../img/banner1_mobile.jpg");
      }
      .secao.banner.banner-2{
          background-image: url("../img/banner2_mobile.jpg");
      }
      .secao.banner.banner-3{
          background-image: url("../img/banner3_mobile.jpg");
      }
    .secao.banner.banner-4{
          background-image: url("../img/banner4_mobile.jpg");
      }

      .secao.banner .recipiente .icone-claro {
          right: 25px;
      }
      .icone-claro .imagem,
      .icone-servico .imagem{
        max-height: 30px;
      }

  }


  .secao.secao-produto{
    background-color: #f4f4f4;
  }

  .boxes{
    margin-top:3rem;
  }

    .boxe{
      padding-bottom: 1rem;
      text-align: left;
      max-width: 390px;
    }

  .boxe .imagem{
    border-radius: 35px;
  }

    .secao p{
      font-size:22px;
      line-height: 1.3;
    }
.secao p + p{
  margin-top:26px;
}


  .boxe h2,
  .boxe p{
    text-align: left;
    max-width: 100%;
  }

      .boxe h2{
        margin:0;
      margin-top:1.5rem;
      font-size:40px;
      line-height: 1.2;
    }

        .boxe p{
      margin-top:.5rem;
    }


    .boxe .botao{
      margin: 2rem auto 1rem auto;
      background-color: var(--principal-cor);
      padding:1.5rem 1.5rem 1.2rem 1.5rem;
      line-height: 1;
      font-size:22px;
      color:#fff;
      text-align: center;
      display: inline-block;
      border-radius:20px;
      min-width: 270px;
    }

    .boxe .botao:active,
    .boxe .botao:focus,
     .boxe .botao:hover{
          background-color: #c51b0c;
     }


@media only screen and (max-width: 640px) {
     .secao p{
      font-size:18px;
    }
}
   
.secao {
  padding: 4rem 0  }


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

.secao:after {
  clear: both; }



  @media (min-width: 992px) {
  .colunas > .coluna.col-texto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 38%;
    max-width: 38%;
    padding-right:1.5rem;
   } 
  
    .colunas > .coluna.col-card {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 60%;
              flex: 0 0 62%;
      max-width: 62%; } 
      
}

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

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



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


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


.colunas {
  margin-bottom:20px;
}

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

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

@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 40%;
            flex: 0 0 40%;
    max-width: 40%; } }

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



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



h2{
  font-size:24px;
    line-height: 1.2;
}

.texto.centralizado,
p.centralizado,
h2.centralizada{
  text-align: center;
}
.campo.campo-inline{
  margin:0 !important;
  margin-bottom: 1.5rem !important;
}
.campo.campo-inline.compactar{
  margin:0 !important;
  margin-bottom: 0.5rem !important;
}

.centralizada.divisoria {
    margin: 0.5rem 0;
    color:#000;
    font-size:16px;
}

@media (min-width: 981px){
  h2{
   
        font-size: 34px;
  }
  .boxe-texto{
    max-width: 90%;
  }
}

.boxe-consultor{
  background-color: #efefef;
  width:100%;
  border-radius:20px;
  margin-bottom:1rem;
  padding:1rem;
  height:280px;
}

.boxe-consultor h3{

  color:var(--principal-cor);
  font-weight: 600;
  text-align: center;
  font-size:26px;
  margin-bottom: 0.5rem;


}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: rgba(0, 0, 0, 0.87);
    line-height: 37px;
    font-size: 18px;
    font-weight: 400;
    padding-left: 1rem;
}

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

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 0 solid #aaa;
    border-radius: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 3px;
}

.campo.centralizado{
  text-align:center;
}
.botao-consultar:focus,
.botao-consultar:active,
.botao-consultar{
  border:0 !important;
  background-color: var(--principal-cor);
  margin:0 auto 1rem auto;
  color: #fff;
  font-size:20px;
  font-weight: 400;
  text-align: center;
  width:142px;
  padding:0.3rem 0.2rem;
  border-radius:18px;
  cursor: pointer;
}

.botao-consulta:hover{
  background-color: #c51b0c;
}

.botao-voltar:focus,
.botao-voltar:active,
.botao-voltar{
  border:0 !important;
  background-color: #fff;
  margin:0 auto 1rem auto;
  color: #c51b0c;
  font-size:16px;
  font-weight: 500;
  text-align: center;
  width:120px;
  padding:0.3rem 0.2rem;
  border-radius:18px;
  cursor: pointer;
}

.botao-voltar:hover{
  background-color: #ffc422;
}


.formulario{
  font-size:20px;
}


.campo-controle,
.campo-selecao {
    height: 37px;
    font-size: 16px;
    font-weight: 400;
    padding: 1rem 1.5rem;
    line-height: 1.33;
    color: rgba(0, 0, 0, 0.87);
    vertical-align: middle;
    background: none;
    border-radius: 18px;
    border: 0;
}

.campo.campo-inline{
  text-align: center;
}
.campo.campo-inline input{
  display: inline-block;
  width: 120px;
  margin:0 10px;
}

.col-texto h2{
  margin-bottom:1.5rem;
}

.box-beneficio{
  background-color: var(--principal-cor);
  border-radius:15px;
  min-height:175px;
  color:#fff;
  position:relative;
  padding:1rem;
}

.box-beneficio p{
  position:absolute;
  bottom:15px;
  left:15px;
  margin:0;
  max-width: 70%;
  font-size:17px;
  font-weight: 500;
  line-height: 1.1;
}

.box-beneficio.atendimento p{
    max-width: 85%;
}

.box-beneficio span{
    position: absolute;
    left:15px;
    top:15px;
}

.box-beneficio .mdn-Icon--md, .box-beneficio .mdn-Icon--md:before {
    font-size: 1.8rem;
}

.box-fibra .logo{
    left:25px;
    top:25px;
    max-width: 200px;
}

.box-fibra p{
    bottom:20px;
   left:25px;
   font-weight: 400;
   font-size:18px;
     max-width: 90%;
}

.box-card{
  color:#fff;
  font-size:20px;
  padding:0;
}

.box-card h4{
    font-size: 35px;
    font-weight: bold;
    line-height: 1.1;
}

.box-card .email{
  
   /* Faz o texto quebrar apenas se for estourar o contêiner */
    overflow-wrap: break-word; 
    /* Compatibilidade adicional */
    word-wrap: break-word; 
    /* Força quebra no dispositivo se a URL for ininterrupta */
    word-break: break-all;
    /* Garante que o contêiner não ultrapasse a tela */
    max-width: 100%;

}

.box-card .email a:hover,
.box-card .email a:active,
.box-card .email a{
  color: #fff;
  text-transform: lowercase;
}
.box-card .texto.tel{
  font-size: 0.8rem;
}


.box-card .foto{
  background-color:#f4f4f4;
}

.secao-produtos{
  background-color: #f4f4f4;
}

.box-card div.info{
  margin:0;
     font-size:18px;
}

.box-card div.info + div.info{
  margin-top:0.8rem;
}

.box-card .texto.tel{
   padding-top:.5rem;
   padding-bottom: 1rem;
}

.box-card .colunas{
  margin-bottom: 0 !important;
}

.box-card .colunas > .coluna.col-texto{
  display: table;
  vertical-align: middle;
  min-height:275px;
  height: 100%;
}
.box-card .colunas > .coluna.col-texto .texto{
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

.box-card h4 {
    margin-top: 1rem;
}

  @media (min-width: 640px) {
  .box-card .colunas > .coluna.col-foto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 38%;
            flex: 0 0 38%;
    max-width: 38%;
   } 
  
   .box-card .colunas > .coluna.col-texto {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 62%;
              flex: 0 0 62%;
      max-width: 62%; } 

      .botao-voltar{
        float: right;
      }


      
}

.box-card{
   min-height:275px;
   text-align: left;

}

.box-card .coluna.col-texto{
  background-color: var(--principal-cor);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-left:16px;
  padding-right:16px;
}
.box-card .coluna.col-foto{
  background-color: #efefef;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding:0;
}

.box-card .coluna.col-foto .imagem{
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  width:100%;
  height: 100%;
  background: url("") no-repeat center center;
  background-size: cover;
}

.box-card .coluna.col-foto .mascara{
    background: url("../img/mascara_foto.png") no-repeat top right;
    background-size: auto 100%;
     width:100%;
    height: 100%;
    position: absolute;
    z-index: 1;

}

.box-card .icone{
  float:left;
  margin-right: 0.5rem;
}

.box-card .botao{
  background-color: #fff;
  color: var(--principal-cor);
  font-size:11px;
  font-weight: 500;
  border-radius: 50rem;
  padding:0.5rem 0.5rem 0.2rem 0.5rem;
  display: inline-block;
  min-width: 130px;
  line-height: 1;
  margin-left:0.5rem;
}

.box-card .botao img{
  float:right;
  margin-top:-5px;
  margin-left:3px;
}

.beneficios-grupo .coluna{
  width:99.9%;
}

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

/* Slider*/
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat; }


/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent; }

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25; }

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px; }

.slick-prev:before {
  content: "←"; }

[dir="rtl"] .slick-prev:before {
  content: "→"; }

.slick-next {
  right: -25px; }

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto; }

.slick-next:before {
  content: "→"; }

[dir="rtl"] .slick-next:before {
  content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer; }

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75; }




  
.slick-next,
.slick-prev {
  width: 50px;
  height: 50px; }

.slick-next:before,
.slick-prev:before {
  content: "";
  background: url("../img/seta_prev.png") no-repeat center center;
  width: 20px;
  height: 30px;
  background-size: cover;
  display: block; }

.slick-next,
.slick-prev {
  z-index: 3; }

.slick-next{
  right:-55px;
}

.slick-prev{
  left:-30px;
}

.slick-next:before {
  background: url("../img/seta_next.png") no-repeat center center;
  width: 20px;
  height: 30px;
  background-size: cover;
}

.slick-slide:hover, .slick-slide:focus {
  outline: none;
  outline-style: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: transparent; }


.slick-dots{
  bottom: -10px;
}

.slick-dots li button:before {
    font-size: 41px;
}

.slick-dots li.slick-active button:before {
  color: var(--principal-cor);
  opacity: 1;
}

.slick-initialized .slick-slide {
    display: flex;
}

.slick-dotted.slick-slider {
}


.banners{

  max-height: 600x;
  overflow: hidden;
}

.banners .slick-dots{
   bottom:25px;
}

.banners .slick-dots li button:before {
    color: rgb(255, 255, 255);
}

.banners .slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 1;
}

.erro,
.endereco-txt{
  font-size:11px;
  color:var(--principal-cor);
  font-weight: bold;
  margin-bottom: -5px;
  display: none;
  visibility: hidden;
  line-height: 1.25;
}

.endereco-txt + .erro{
    margin-bottom: 0;
}

.exibir{
    display: block;
  visibility: visible;
}
.legenda{
  font-size:12px;
  margin-bottom: 8px;
  margin-top: -6px;
}
.campo.campo-inline {
    margin: 0 !important;
    margin-bottom: 0.8rem !important;
}

.close-x{
background-color: #fff;
    border-radius: 50%;
    width: 29px;
    height: 29px;
    position: absolute;
    right: 8px;
    top: -13px;
    color: #000;
    font-weight: bold;
    z-index: 3;
    text-align: center;
    font-size: 16px;
    line-height: 33px;
    box-shadow: -2px 1px 4px 3px #3d3d3d59;
}
 /* Container que define o espaço 3D */
    .flip-card {
      background-color: transparent;
      width: 100%; /* Largura desejada */
      height: 280px; /* Altura desejada */
      perspective: 1000px; /* Habilita o efeito 3D */
      margin-bottom: 10px;
    }

   .flip-card  .colunas {
          margin-bottom: 12px;
      }

    /* Container interno que realiza a rotação */
    .flip-card-inner {
      position: relative;
      width: 100%;
      height: 100%;
      text-align: center;
      transition: transform 0.6s;
      transform-style: preserve-3d; /* Mantém os filhos em 3D */
    }

    /* Rotação ao passar o mouse */
    .flip-card.ativo .flip-card-inner {
      transform: rotateY(180deg);
    }

    /* Estilização básica frente e verso */
    .flip-card-front, .flip-card-back {
      position: absolute;
      width: 100%;
      height: 100%;
      backface-visibility: hidden; /* Esconde a parte de trás */
      -webkit-backface-visibility: hidden;
    }

    /* Frente da carta */
 

    /* Verso da carta (iniciado rotacionado) */
    .flip-card-back {
      transform: rotateY(180deg);
    }

    .box-card .colunas > .coluna.col-foto {
        position: relative;
    }

@media (min-width: 640px) {
  .beneficios-grupo.quatro.colunas > .coluna {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; } 
    .duas.colunas.boxes > .coluna {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; } 

   .duas.colunas.boxes .coluna {
        padding-right: 15px;
        padding-left: 15px;
    }


  }


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

   .col-texto.intro{
    margin-bottom: 2rem;
   }

   .boxe h2{
        font-size: 32px;
   }
     .boxe h2, .boxe p {
      padding: 00;
      text-align: left;
  }

        
    .boxe .botao {
        padding: 1rem 1rem 0.8rem 1rem;
        line-height: 1;
        font-size: 18px;
        border-radius: 14px;
    }
}





@media only screen and (max-width: 640px) {
  .flip-card,
   .boxe-consultor{
    height:560px;
   }

   .boxe-consultor.box-card{
    margin-bottom: 1rem;
   }

   .beneficios-grupo{
    margin:0;
   }

    .beneficios-grupo .box-beneficio{
      margin-top: 8px;
      width:100%;
      min-height: 120px;
    }
    .beneficios-grupo .box-beneficio.box-fibra{
    min-height: 200px;
  }

        .box-fibra p{
   font-size:18px;
  }
    .colunas .coluna {
        padding-right: 0px;
    }
    .formulario .coluna{
      margin-bottom: 8px;
    }
    .box-card .coluna.col-foto .mascara{
      background: none !important;
      display: none !important;
    }

   .campo.campo-inline input {
      display: block;
      width: 120px;
      margin: 0 auto;
  }

  .boxe-consultor h3{
    line-height: 1.2;
    font-size:22px;
  }
  .box-card h4 {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.1;
    text-align: center;
}
  .formulario .erro{
    margin-top:1rem;
  }
    .box-card .coluna.col-foto{
      border-radius: 0;  
      height: 280px;
      border-top-right-radius: 20px;
      border-top-left-radius: 20px;
    }
    .box-card .coluna.col-texto {
      border-radius: 0;     
      padding-left: 16px;
      padding-right: 16px;
      border-bottom-right-radius: 20px;
      border-bottom-left-radius: 20px;
  }

    .box-card .email a:hover, .box-card .email a:active, .box-card .email a {
      font-size: 14px;
  }

    .box-card .texto.tel {
        padding-top: 1rem;
    }

    .box-card .colunas > .coluna.col-texto {
           min-height: 262px;
    }

       .box-card .coluna.col-foto .imagem {
      border-radius: 0;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;

    }

}




@media only screen and (min-width: 981px) and (max-width: 1200px) {

    
  .campo.campo-inline {
      text-align: center;
      font-size: 14px;
  }

    h2 {
        font-size: 24px;
    }

    .secao p {
      font-size:19px;
  }

  .box-beneficio p {

      font-size:16px;
  }

}

@media only screen and (min-width: 981px) and (max-width: 1380px) {
    .secao.banner {
        width: 100%;
        height: 85vh !important;
    }
    .secao.banner h1 {
          font-size: 45px;
    }
}
