@charset "UTF-8";
/*!
*  LP CLARO
*  Desenvolvido por Rocketcom.com.br. Todos direitos reservados
*  v.1.1.2
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before, .slick-track:after {
  content: "";
  display: table; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }

[dir="rtl"] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* 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; }

/*!
/// ------------------------------------------------
///  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), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.87);
  text-align: left;
  background-color: #FFFFFF; }

[tabindex="-1"]:focus {
  outline: none !important; }

            hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.8rem;
  padding: 0; }

p {
  padding: 0;
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul {
  list-style: none; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #da291c;
  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: 88%; } }

@media (min-width: 768px) {
  .recipiente {
    max-width: 88%; } }

@media (min-width: 992px) {
  .recipiente {
    max-width: 88%; } }

@media (min-width: 1200px) {
  .recipiente {
    max-width: 1200px; } }

.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%; } }

@media (min-width: 992px) {
  .tres.colunas > .coluna {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; } }

@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; } }

.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; }

.incorporado {
  position: relative;
  max-width: 100%;
  height: 0;
  overflow: hidden;
  background: #dcddde;
  padding-bottom: 56.25%; }

.incorporado .item-incorporado, .incorporado iframe, .incorporado embed, .incorporado object, .incorporado video {
  position: absolute;
  border: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0; }

.incorporado > .incorporado {
  display: none; }

.visivel.incorporado {
  background: #000; }

.ativo.incorporado > .incorporado {
  display: block; }

.quadrado.incorporado {
  padding-bottom: 100%; }

.incorporado[class*="4:3"] {
  padding-bottom: 75%; }

.incorporado[class*="16:9"] {
  padding-bottom: 56.25%; }

.incorporado[class*="21:9"] {
  padding-bottom: 42.85714%; }

/*!
/// ------------------------------------------------
///  ESTILOS DA LP
/// ------------------------------------------------ 
*/
html,
body {
  height: initial; }

.wrapper {
  width: 100%;
  display: block;
  padding-top: 80px; }

@media only screen and (max-width: 640px) {
  .wrapper {
    padding-top: 40px; } }

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: #da291c; }

header .servicos,
header .marca {
  display: table-cell;
  vertical-align: middle;
  padding: 1.6rem 0; }

@media (min-width: 576px) {
  header .servicos,
  header .marca {
    padding: 1.8rem 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: 40px;
    -webkit-transition: all 0.5s ease 0.7s;
    -o-transition: all 0.5s ease 0.7s;
    transition: all 0.5s ease 0.7s; }
  header.fixo .servicos .icones-claro {
    width: auto;
    height: 28px;
    -webkit-transition: all 0.5s ease 0.7s;
    -o-transition: all 0.5s ease 0.7s;
    transition: all 0.5s ease 0.7s; }
  header.fixo .servicos,
  header.fixo .marca {
    padding: 1.2rem 0; } }

.secao {
  padding: 3% 0; }

.secao.banner {
  background: url(../img/banner_mobile.jpg) no-repeat;
  background-size: 100% auto;
  background-position: top right;
  min-height: 380px;
  position: relative; }

.secao.banner .esfera {
  position: absolute;
  background: url(../img/banner_esfera.png) top left no-repeat;
  background-size: 50% 100%;
  height: 100%;
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  display: none; }

@media screen and (min-width: 900px) {
  .secao.banner .esfera {
    display: block; } }

.secao.banner .texto {
  padding-top: 42%;
  max-width: 100%;
  z-index: 2;
  padding-left: 8%;
  position: relative;
  color: #fff; }

.secao.banner .texto h1 {
  line-height: 1.1;
  text-transform: uppercase;
  margin-top: 3rem;
  font-size: 1.3rem; }

@media screen and (min-width: 700px) {
  .secao.banner {
    min-height: 700px;
    background-position: top right; }
  .secao.banner .texto {
    padding-top: 50%;
    padding-left: 10%; }
  .secao.banner .texto h1 {
    font-size: 2rem; } }

@media screen and (min-width: 900px) {
  .secao.banner {
    background: url(../img/banner.jpg) no-repeat;
    background-position: top right;
    background-size: 145% auto;
    min-height: 400px; }
  .secao.banner .texto {
    padding: 0;
    padding-top: 3%;
    padding-left: 7%; }
  .secao.banner .texto h1 {
    font-size: 2rem; } }

@media screen and (min-width: 1280px) {
  .secao.banner {
    background-size: 130% auto;
    min-height: 460px; }
  .secao.banner .texto {
    padding-left: 10%; } }

@media screen and (min-width: 1366px) {
  .secao.banner .texto {
    padding-left: 12%; } }

@media screen and (min-width: 1440px) {
  .secao.banner .texto {
    padding-left: 14%; } }

@media screen and (min-width: 1440px) {
  .secao.banner .texto {
    padding-left: 17%; } }

@media screen and (min-width: 1680px) {
  .secao.banner .texto {
    padding-left: 19%; } }

@media screen and (min-width: 1920px) {
  .secao.banner {
    background: url(../img/banner.jpg) no-repeat;
    background-size: 100% auto;
    background-position: top right;
    min-height: 525px; }
  .secao.banner .texto {
    padding: 0;
    padding-top: 3%;
    padding-left: 19.5%; }
  .secao.banner .texto h1 {
    font-size: 2.6rem; } }

@media screen and (min-width: 2000px) {
  .secao.banner {
    min-height: 530px; }
  .secao.banner .texto {
    padding-left: 12%; } }

@media screen and (min-width: 2500px) {
  .secao.banner {
    min-height: 640px; } }

.secao.conteudo {
  padding: 3rem 0; }

.secao.conteudo h1 {
  color: #da291c; }

@media (min-width: 992px) {
  .secao.conteudo h1 {
    font-size: 1.5rem;
    margin-bottom: 0; } }

@media (min-width: 992px) {
  .secao.conteudo .texto-intro {
    text-align: right; } }

@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .secao.conteudo .texto-intro {
    padding-left: 50%; } }

@media (min-width: 992px) {
  .secao.conteudo .texto-intro h1 {
    font-size: 1.8rem; } }

.secao.conteudo .texto-intro p {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  line-height: 1.25; }

@media (min-width: 500px) {
  .secao.conteudo .texto-intro p {
    font-size: 1.3rem; } }

@media (min-width: 740px) {
  .secao.conteudo .texto-intro p {
    font-size: 1.45rem; } }

@media (min-width: 992px) {
  .secao.conteudo {
    padding: 5rem 0; } }

.secao.conteudo.intro {
  padding: 3.5rem 0 2rem 0; }

@media (min-width: 576px) {
  .secao.conteudo.intro {
    padding: 5rem 0 0 0; } }

.secao.conteudo.meuchip {
  padding: 5rem 0 2rem 0; }

@media (min-width: 576px) {
  .secao.conteudo.meuchip {
    padding: 10rem 0 5rem 0; } }

.secao.conteudo p {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  line-height: 1.25; }

.secao.conteudo p.realce {
  color: #da291c; }

.secao.conteudo .cabecalho img {
  display: inline-block; }

.secao.conteudo p.descricao {
  font-weight: bold;
  margin-top: 2rem; }

@media (min-width: 1200px) {
  .secao.conteudo p.descricao {
    font-size: 1.2rem; } }

.secao.conteudo .boxe {
  background-color: #f4f4f4;
  margin-top: 2rem;
  border-radius: 30px;
  padding: 3rem 2rem 2rem 2rem; }

@media (min-width: 768px) {
  .secao.conteudo .lista-numero {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; } }

.secao.conteudo .lista-texto {
  padding-top: 0.1rem;
  font-size: 1rem; }

@media (min-width: 768px) {
  .secao.conteudo .lista-texto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-left: 1rem; } }

.secao.conteudo .lista-texto strong {
  color: #da291c; }

.secao.conteudo .lista {
  max-width: 88%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5rem; }

.secao.conteudo .lista .numero {
  border-radius: 50%;
  background-color: #da291c;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  line-height: 2;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem; }

@media (min-width: 992px) {
  .secao.conteudo .coluna.topicos {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; } }

@media (min-width: 992px) {
  .secao.conteudo .coluna.fatura {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; } }

.secao.conteudo .coluna.fatura .imagem {
  -webkit-filter: contrast(1);
          filter: contrast(1); }

.trilha {
  display: table;
  width: 100%;
  position: relative; }

.trilha:before, .trilha:after {
  content: " ";
  display: table; }

.trilha:after {
  clear: both; }

.trilha .trilha-device {
  display: table-cell;
  width: 20%;
  z-index: 1;
  position: relative; }

.trilha .trilha-device img {
  margin-top: -15rem;
  margin-left: -8rem; }

.trilha .trilha-fio {
  height: 6px;
  width: 98%;
  border: 2px dotted #da291c;
  position: absolute;
  left: 0;
  top: 24%; }

.trilha .trilha-pontos {
  display: table-cell;
  width: 95%;
  text-align: right;
  z-index: 1;
  position: relative; }

.trilha .trilha-pontos a {
  display: table-cell;
  width: 10%;
  padding: 0 1.1rem;
  text-align: center;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: bold;
  vertical-align: top;
  padding-top: 2.5rem; }

.trilha .trilha-pontos a .link-icone {
  padding-top: 1rem;
  display: block; }

.trilha .trilha-pontos a:before {
  background-color: #fff;
  width: 30px;
  height: 30px;
  border: 8px solid #da291c;
  border-radius: 50%;
  content: "";
  display: block;
  margin-left: 40%;
  text-align: center; }

.trilha .trilha-pontos a .imagem {
  width: auto;
  height: auto; }

.trilha .trilha-pontos a img {
  width: auto;
  height: auto;
  margin: 1rem auto; }

.trilha .trilha-pontos a.ultimo {
  padding-right: 0; }

@media screen and (max-width: 1200px) {
  .trilha .trilha-device {
    display: block; }
  .trilha .trilha-pontos {
    display: block;
    width: 100%; }
  .trilha .trilha-fio {
    top: 48%; } }

@media screen and (max-width: 1000px) {
  .trilha {
    display: block; }
  .trilha .trilha-pontos,
  .trilha .trilha-fio,
  .trilha .trilha-device {
    width: 100%;
    max-width: 100%;
    display: block;
    margin-top: 1rem; }
  .trilha .trilha-pontos img,
  .trilha .trilha-fio img,
  .trilha .trilha-device img {
    margin: 0;
    max-width: 100%; }
  .trilha .trilha-fio {
    display: none; }
  .trilha .trilha-pontos {
    margin-top: 4rem; }
  .trilha .trilha-pontos a:before {
    display: none; }
  .trilha .trilha-pontos a {
    display: block;
    width: 100% !important;
    margin-bottom: 0.2rem;
    padding: 1rem 1rem;
    background-color: #f4f4f4;
    border-radius: 8px;
    color: #999; }
  .trilha .trilha-pontos a .link-icone {
    display: none; }
  .trilha .trilha-pontos a.ativo {
    background-color: #da291c;
    color: #fff; } }

.infografico {
  width: 84%;
  margin: 0 auto;
  max-width: 1200px; }

.infografico .infografico-cabecalho {
  text-align: center;
  margin-bottom: 2rem; }

@media screen and (min-width: 1278px) {
  .infografico .infografico-cabecalho {
    border: 4px solid #da291c;
    border-bottom: 0;
    height: 6rem;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    width: 55%;
    margin: 0 auto;
    margin-left: 30%; } }

.infografico .infografico-cabecalho h1 {
  display: inline-block;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  background-color: #fff;
  margin-top: -3rem; }

.infografico .infografico-cabecalho img {
  float: left;
  padding-right: 1rem;
  margin-top: -1rem; }

.infografico h3,
.infografico h2 {
  color: rgba(0, 0, 0, 0.87); }

.infografico .subtitulo {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1.5rem; }

@media screen and (min-width: 1278px) {
  .infografico .subtitulo {
    width: 84%; } }

.infografico .item {
  display: table;
  margin-bottom: 2rem; }

.infografico .item .item-icone {
  width: 10%;
  display: table-cell;
  min-width: 80px; }

@media screen and (min-width: 1278px) {
  .infografico .item .item-icone {
    width: 20%; } }

.infografico .item .item-texto {
  width: 80%;
  display: table-cell;
  padding-left: 2rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  vertical-align: top; }

.infografico .item .b {
  font-size: 1.5rem;
  color: #da291c;
  font-weight: bold;
  line-height: 1; }

@media screen and (max-width: 370px) {
  .infografico .colunas {
    font-size: 0.8rem !important; } }

.infografico .colunas .infografico-boxe {
  border: 4px solid #da291c;
  border-radius: 25px;
  text-align: center;
  margin-bottom: 2rem;
  line-height: 1.15; }

.infografico .colunas .infografico-boxe p {
  text-align: left;
  font-size: 1.1rem; }

.infografico .colunas .infografico-boxe .celular {
  margin: 2rem auto 6rem auto; }

@media screen and (min-width: 1278px) {
  .infografico .colunas .infografico-boxe h2 {
    display: inline-block;
    padding-left: 2rem;
    padding-right: 2rem;
    background-color: #fff;
    margin-top: -5rem;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1rem;
    padding-top: 0;
    line-height: 1; }
  .infografico .colunas .infografico-boxe h2:before {
    background-color: #fff;
    width: 35px;
    height: 35px;
    border: 8px solid #da291c;
    border-radius: 50%;
    content: "";
    display: block;
    margin-left: 34%;
    text-align: center;
    margin-top: 0;
    margin-bottom: 2rem; } }

@media screen and (min-width: 1278px) {
  .infografico .colunas .coluna.novo-cliente {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 0;
    padding-right: 1.5rem; } }

.infografico .colunas .coluna.novo-cliente .infografico-boxe {
  padding: 0 2rem; }

@media screen and (min-width: 1278px) {
  .infografico .colunas .coluna.cliente {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .infografico .colunas .coluna.cliente h2:before {
    margin-left: 52%; }
  .infografico .colunas .coluna.cliente .imagem {
    margin-bottom: 185px;
    margin-top: 80px; } }

.infografico .colunas .coluna.cliente .imagem {
  max-width: 88%; }

.infografico .colunas .infografico-topico .realce {
  font-weight: bold;
  margin-bottom: 2rem;
  color: #da291c;
  padding-right: 20%; }

.infografico .colunas .infografico-topico h3 {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem; }

.infografico .colunas .infografico-topico .numero {
  border: 5px solid #da291c;
  width: 45px;
  height: 45px;
  line-height: 42px;
  font-weight: bold;
  font-size: 1.8rem;
  border-radius: 50rem;
  color: #da291c;
  margin-bottom: 1rem; }

@media (min-width: 992px) {
  .infografico .colunas .infografico-topico .coluna-numero {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; } }

.infografico .colunas .infografico-topico .coluna-texto {
  text-align: left; }

@media (min-width: 992px) {
  .infografico .colunas .infografico-topico .coluna-texto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; } }

@media (min-width: 992px) {
  .infografico .colunas .infografico-topico .coluna.itens {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%; } }

@media (min-width: 992px) {
  .infografico .colunas .infografico-topico .coluna.alerta {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%; } }

.infografico .colunas .infografico-topico .coluna.alerta .mensagem {
  padding: 2rem 1.5rem;
  border-radius: 1rem;
  background-color: #fff9e3;
  font-size: 0.75rem;
  color: #c78500; }

.infografico .colunas .infografico-topico .coluna.alerta .mensagem strong {
  display: block; }

.infografico .colunas .infografico-topico .coluna.alerta .mensagem img {
  margin-bottom: 1rem; }

.respiraveis.colunas > .coluna.col-texto {
  padding-left: 0 !important; }

h2 {
  margin: 1rem auto;
  margin-top: 3rem;
  text-align: center;
  color: #da291c;
  text-transform: uppercase; }

.oculto {
  display: none;
  visibility: hidden; }

.boxe {
  margin-bottom: 2rem; }

.boxe.boxe-portabilidade p {
  font-size: 1rem; }

@media screen and (max-width: 1000px) {
  .boxe.boxe-portabilidade {
    padding: 2rem 2rem 0 2rem !important; }
  .boxe.boxe-portabilidade .coluna {
    margin-bottom: 0; } }

@media screen and (min-width: 1000px) {
  .boxe.boxe-portabilidade p {
    font-size: 1.1rem; }
  .boxe.boxe-portabilidade .texto {
    padding-top: 2rem;
    padding-bottom: 1rem; }
  .boxe.boxe-portabilidade .texto p {
    margin-bottom: 1.5rem;
    padding-left: 2rem; } }

@media screen and (min-width: 1200px) {
  .boxe.boxe-portabilidade .mulher {
    margin-top: -250px; } }

@media screen and (min-width: 1000px) {
  .texto.portabilidade {
    width: 60%;
    padding-left: 4rem; } }

.texto.legal {
  color: #555;
  font-size: 0.91rem;
  line-height: 1.3;
  text-align: justify; }

.texto.legal:before, .texto.legal:after {
  content: " ";
  display: table; }

.texto.legal:after {
  clear: both; }

.texto.legal img {
  float: left;
  margin-bottom: 2rem;
  margin-right: 1rem; }

.link-black {
  color: rgba(0, 0, 0, 0.87);
  font-size: 98%; }

.sem-preenchimento {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

@media screen and (min-width: 1200px) {
  .quebra {
    display: block; } }

.link-black {
  color: #555 !important; }

@media only screen and (min-width: 900px) {
  .respiraveis.colunas > .coluna.col-whats {
    padding-right: 0 !important; }
  .img-notebook {
    margin-top: 20px !important; } }

@media only screen and (max-width: 400px) {
  .link-black {
    font-size: 1rem; } }

@media only screen and (max-width: 900px) {
  .imagem-icone-margem {
    margin-top: 2rem !important;
    margin-bottom: 3.5rem !important; }
  .coluna-v-texto .t {
    text-align: center; }
  .coluna-v-texto .a-esquerda {
    text-align: left !important;
    display: block !important; } }

.sobe {
  position: fixed;
  bottom: 36px;
  right: 4%;
  background-color: #666;
  opacity: 0.7;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  visibility: hidden; }

.sobe img {
  max-width: 100% !important;
  max-height: 100% !important;
  padding: 0.65rem;
  margin-left: auto !important;
  margin-right: auto !important; }

.fixo .sobe {
  visibility: visible; }

figure.zoom {
  background-position: 50% 50%;
  position: relative;
  width: 500px;
  overflow: hidden;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

figure.zoom img:hover {
  opacity: 0; }

figure.zoom img {
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  display: block;
  width: 100%; }

.boxe-apps {
  border: 1px solid #ddd;
  margin-top: 3rem;
  border-radius: 15px; }

.boxe-apps .coluna.foto {
  background: url("../img/apps.jpg") no-repeat left top;
  min-height: 800px !important;
  border-radius: 15px;
  position: relative; }

@media only screen and (min-width: 600px) and (max-width: 1030px) {
  .boxe-apps .coluna.foto {
    background-size: cover; } }

.boxe-apps .coluna.foto .baixe-app {
  max-width: 360px;
  position: absolute;
  bottom: 2rem;
  left: 2.5rem;
  color: #fff;
  font-weight: bold; }

.boxe-apps .coluna.foto .baixe-app a {
  display: inline-block; }

@media only screen and (min-width: 600px) {
  .boxe-apps .coluna.foto .baixe-app a + a {
    margin-left: 5px; } }

@media (min-width: 1200px) {
  .boxe-apps .coluna.foto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45.83333%;
            flex: 0 0 45.83333%;
    max-width: 45.83333%; } }

@media (min-width: 1200px) {
  .boxe-apps .coluna.apps {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 54.16667%;
            flex: 0 0 54.16667%;
    max-width: 54.16667%; } }

@media (max-width: 1199.99px) {
  .boxe-apps .coluna.apps {
    width: 80%;
    margin: 0 auto; }
  .boxe-apps .coluna.apps .txt {
    width: 100% !important;
    max-width: 100% !important;
    padding-right: 0 !important; }
  .boxe-apps .coluna.apps .recurso-txt {
    padding-right: 0 !important; } }

@media only screen and (min-width: 992px) and (max-width: 1278px) {
  .boxe-apps .coluna.apps {
    width: 90% !important;
    margin: 0 auto !important; } }

.boxe-apps .apps-item {
  margin-top: 4rem;
  margin-bottom: 3rem; }

.boxe-apps .apps-item .txt {
  max-width: 90%;
  padding-top: 0.2rem; }

.boxe-apps .apps-item.movel {
  margin-top: 1rem; }

.boxe-apps .apps-item.movel .txt {
  max-width: 70%; }

.boxe-apps .apps-item strong {
  color: #da291c; }

@media (min-width: 768px) {
  .boxe-apps .coluna.ico {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; } }

@media (min-width: 768px) {
  .boxe-apps .coluna.txt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; } }

.boxe-apps hr {
  border: 0;
  border-top: 1px solid #da291c;
  margin: 2rem 0;
  max-width: 90%; }

.boxe-apps .recurso {
  display: table;
  width: 90%; }

.boxe-apps .recurso div {
  display: table-cell;
  vertical-align: middle; }

.boxe-apps .recurso div.recurso-ico {
  width: 10%;
  min-width: 60px; }

.boxe-apps .recurso div.recurso-ico.claro-clube {
  min-width: 90px; }

.boxe-apps .recurso div.recurso-txt {
  padding-right: 2rem; }

.box-atendimento {
  border: 1px solid #ddd;
  margin-top: 3rem;
  border-radius: 15px;
  padding: 2rem 3rem;
  margin-top: 8rem; }

.box-atendimento h2 {
  color: rgba(0, 0, 0, 0.87);
  margin: 0;
  padding: 0;
  margin-top: -3rem;
  background: #fff;
  max-width: 350px; }

.box-atendimento .atendimento-item img {
  margin: 2rem auto; }

.box-atendimento .atendimento-item p {
  text-align: center; }

@media (min-width: 1200px) {
  .box-atendimento .atendimento-item p.a-esquerda {
    text-align: left; } }

@media (min-width: 768px) {
  .box-atendimento .coluna.primeira {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; } }

@media (min-width: 768px) {
  .box-atendimento .coluna.segunda {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; } }

.faq-conteudo {
  margin-top: 3rem; }

.faq-conteudo .faq-pergunta {
  font-size: 1rem;
  text-transform: uppercase;
  border-radius: 0.65rem;
  padding: 1rem;
  margin-bottom: 0.8rem;
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-weight: bold;
  background: #ededed;
  opacity: 0.8; }

.faq-conteudo .faq-pergunta.ativo {
  opacity: 1;
  margin-bottom: 0.2rem;
  color: #da291c;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.faq-conteudo .faq-resposta {
  margin-bottom: 1rem;
  padding: 1.5rem;
  background: #ededed;
  border-bottom-right-radius: 0.65rem;
  border-bottom-left-radius: 0.65rem;
  display: none;
  visibility: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease; }

.faq-conteudo .faq-resposta img {
  max-width: 100%; }

@media screen and (min-width: 900px) {
  .faq-conteudo .faq-resposta {
    padding-left: 2rem; } }

.faq-conteudo .faq-resposta.aberto {
  display: block !important;
  visibility: visible !important; }

footer p {
  margin-bottom: 0; }

footer .mdn-Footer-list-item-socialLink, footer .mdn-Footer-list-item a {
  height: initial !important; }

@media only screen and (min-width: 1300px) {
  .mdn-Footer {
    height: 6rem !important; }
  .mdn-Footer-logo-image {
    height: 3.5rem; } }

@media only screen and (min-width: 61.9375rem) {
  .mdn-Footer-content {
    padding-top: 0;
    padding-bottom: 0; } }
