@charset "UTF-8";
/*!
*  LP CLARO
*  Desenvolvido por Rocketcom.com.br. Todos direitos reservados
*  v.1.1.3
*/
/*!
/// ------------------------------------------------
///  RESET Bootstrap 4.0
///  Bootstrap | MIT http://getbootstrap.com.br/
/// ------------------------------------------------ 
*/
/*! Reboot Bootstrap | Normalize | MIT License */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

ol,
ul {
  list-style: none; }

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #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; }

.transicao {
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.transicao.infinita {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

.animando.transicao {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  visibility: visible !important; }

.carregando.transicao {
  position: absolute;
  top: -99999px;
  left: -99999px; }

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

.visivel.transicao {
  display: block !important;
  visibility: visible !important; }

.desativada.transicao {
  -webkit-animation-play-state: paused;
          animation-play-state: paused; }

/*!
      Algumas transições adatapdas de Animate CSS
      https://github.com/daneden/animate.css
      E transições adicionais de Glide por Nick Pettit
      https://github.com/nickpettit/glide 
    */
.transicao.browse {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms; }

.transicao.browse.in {
  -webkit-animation-name: browseIn;
          animation-name: browseIn; }

.transicao.browse.out,
.transicao.browse.left.out {
  -webkit-animation-name: browseOutLeft;
          animation-name: browseOutLeft; }

.transicao.browse.right.out {
  -webkit-animation-name: browseOutRight;
          animation-name: browseOutRight; }

@-webkit-keyframes browseIn {
  0% {
    -webkit-transform: scale(0.8) translateZ(0px);
            transform: scale(0.8) translateZ(0px);
    z-index: -1; }
  10% {
    -webkit-transform: scale(0.8) translateZ(0px);
            transform: scale(0.8) translateZ(0px);
    z-index: -1;
    opacity: 0.7; }
  80% {
    -webkit-transform: scale(1.05) translateZ(0px);
            transform: scale(1.05) translateZ(0px);
    opacity: 1;
    z-index: 999; }
  100% {
    -webkit-transform: scale(1) translateZ(0px);
            transform: scale(1) translateZ(0px);
    z-index: 999; } }

@keyframes browseIn {
  0% {
    -webkit-transform: scale(0.8) translateZ(0px);
            transform: scale(0.8) translateZ(0px);
    z-index: -1; }
  10% {
    -webkit-transform: scale(0.8) translateZ(0px);
            transform: scale(0.8) translateZ(0px);
    z-index: -1;
    opacity: 0.7; }
  80% {
    -webkit-transform: scale(1.05) translateZ(0px);
            transform: scale(1.05) translateZ(0px);
    opacity: 1;
    z-index: 999; }
  100% {
    -webkit-transform: scale(1) translateZ(0px);
            transform: scale(1) translateZ(0px);
    z-index: 999; } }

@-webkit-keyframes browseOutLeft {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
            transform: translateX(0%) rotateY(0deg) rotateX(0deg); }
  50% {
    z-index: -1;
    -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
            transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px); }
  80% {
    opacity: 1; }
  100% {
    z-index: -1;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
            transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    opacity: 0; } }

@keyframes browseOutLeft {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
            transform: translateX(0%) rotateY(0deg) rotateX(0deg); }
  50% {
    z-index: -1;
    -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
            transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px); }
  80% {
    opacity: 1; }
  100% {
    z-index: -1;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
            transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    opacity: 0; } }

@-webkit-keyframes browseOutRight {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
            transform: translateX(0%) rotateY(0deg) rotateX(0deg); }
  50% {
    z-index: 1;
    -webkit-transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
            transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px); }
  80% {
    opacity: 1; }
  100% {
    z-index: 1;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
            transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    opacity: 0; } }

@keyframes browseOutRight {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
            transform: translateX(0%) rotateY(0deg) rotateX(0deg); }
  50% {
    z-index: 1;
    -webkit-transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
            transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px); }
  80% {
    opacity: 1; }
  100% {
    z-index: 1;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
            transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    opacity: 0; } }

.drop.transicao {
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation-duration: 400ms;
          animation-duration: 400ms;
  -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
          animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1); }

.drop.transicao.in {
  -webkit-animation-name: dropIn;
          animation-name: dropIn; }

.drop.transicao.out {
  -webkit-animation-name: dropOut;
          animation-name: dropOut; }

@-webkit-keyframes dropIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes dropIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes dropOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0); } }

@keyframes dropOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0); } }

.transicao.fade.in {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn; }

.transicao[class*="fade up"].in {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp; }

.transicao[class*="fade down"].in {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown; }

.transicao[class*="fade left"].in {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft; }

.transicao[class*="fade right"].in {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight; }

.transicao.fade.out {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

.transicao[class*="fade up"].out {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp; }

.transicao[class*="fade down"].out {
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown; }

.transicao[class*="fade left"].out {
  -webkit-animation-name: fadeOutLeft;
          animation-name: fadeOutLeft; }

.transicao[class*="fade right"].out {
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
            transform: translateY(10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
            transform: translateY(10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
            transform: translateX(10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
            transform: translateX(10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%); } }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%); } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(5%);
            transform: translateY(5%); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(5%);
            transform: translateY(5%); } }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%); } }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(5%);
            transform: translateX(5%); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(5%);
            transform: translateX(5%); } }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%); } }

.flip.transicao.in,
.flip.transicao.out {
  -webkit-animation-duration: 600ms;
          animation-duration: 600ms; }

.horizontal.flip.transicao.in {
  -webkit-animation-name: horizontalFlipIn;
          animation-name: horizontalFlipIn; }

.horizontal.flip.transicao.out {
  -webkit-animation-name: horizontalFlipOut;
          animation-name: horizontalFlipOut; }

.vertical.flip.transicao.in {
  -webkit-animation-name: verticalFlipIn;
          animation-name: verticalFlipIn; }

.vertical.flip.transicao.out {
  -webkit-animation-name: verticalFlipOut;
          animation-name: verticalFlipOut; }

@-webkit-keyframes horizontalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
            transform: perspective(2000px) rotateY(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0deg);
            transform: perspective(2000px) rotateY(0deg);
    opacity: 1; } }

@keyframes horizontalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
            transform: perspective(2000px) rotateY(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0deg);
            transform: perspective(2000px) rotateY(0deg);
    opacity: 1; } }

@-webkit-keyframes verticalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
            transform: perspective(2000px) rotateX(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(2000px) rotateX(0deg);
            transform: perspective(2000px) rotateX(0deg);
    opacity: 1; } }

@keyframes verticalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
            transform: perspective(2000px) rotateX(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(2000px) rotateX(0deg);
            transform: perspective(2000px) rotateX(0deg);
    opacity: 1; } }

@-webkit-keyframes horizontalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0deg);
            transform: perspective(2000px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(2000px) rotateY(90deg);
            transform: perspective(2000px) rotateY(90deg);
    opacity: 0; } }

@keyframes horizontalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0deg);
            transform: perspective(2000px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(2000px) rotateY(90deg);
            transform: perspective(2000px) rotateY(90deg);
    opacity: 0; } }

@-webkit-keyframes verticalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateX(0deg);
            transform: perspective(2000px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
            transform: perspective(2000px) rotateX(-90deg);
    opacity: 0; } }

@keyframes verticalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateX(0deg);
            transform: perspective(2000px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
            transform: perspective(2000px) rotateX(-90deg);
    opacity: 0; } }

.scale.transicao.in {
  -webkit-animation-name: scaleIn;
          animation-name: scaleIn; }

.scale.transicao.out {
  -webkit-animation-name: scaleOut;
          animation-name: scaleOut; }

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes scaleOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9); } }

@keyframes scaleOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9); } }

.transicao.fly {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.transicao.fly.in {
  -webkit-animation-name: flyIn;
          animation-name: flyIn; }

.transicao[class*="fly up"].in {
  -webkit-animation-name: flyInUp;
          animation-name: flyInUp; }

.transicao[class*="fly down"].in {
  -webkit-animation-name: flyInDown;
          animation-name: flyInDown; }

.transicao[class*="fly left"].in {
  -webkit-animation-name: flyInLeft;
          animation-name: flyInLeft; }

.transicao[class*="fly right"].in {
  -webkit-animation-name: flyInRight;
          animation-name: flyInRight; }

.transicao.fly.out {
  -webkit-animation-name: flyOut;
          animation-name: flyOut; }

.transicao[class*="fly up"].out {
  -webkit-animation-name: flyOutUp;
          animation-name: flyOutUp; }

.transicao[class*="fly down"].out {
  -webkit-animation-name: flyOutDown;
          animation-name: flyOutDown; }

.transicao[class*="fly left"].out {
  -webkit-animation-name: flyOutLeft;
          animation-name: flyOutLeft; }

.transicao[class*="fly right"].out {
  -webkit-animation-name: flyOutRight;
          animation-name: flyOutRight; }

@-webkit-keyframes flyIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

@keyframes flyIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

@-webkit-keyframes flyInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 1500px, 0);
            transform: translate3d(0, 1500px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes flyInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 1500px, 0);
            transform: translate3d(0, 1500px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes flyInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1500px, 0);
            transform: translate3d(0, -1500px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
            transform: none; } }

@keyframes flyInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1500px, 0);
            transform: translate3d(0, -1500px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
            transform: none; } }

@-webkit-keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(1500px, 0, 0);
            transform: translate3d(1500px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
            transform: none; } }

@keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(1500px, 0, 0);
            transform: translate3d(1500px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
            transform: none; } }

@-webkit-keyframes flyInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-1500px, 0, 0);
            transform: translate3d(-1500px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
            transform: none; } }

@keyframes flyInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-1500px, 0, 0);
            transform: translate3d(-1500px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
            transform: none; } }

@-webkit-keyframes flyOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes flyOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3); } }

@-webkit-keyframes flyOutUp {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0); } }

@keyframes flyOutUp {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0); } }

@-webkit-keyframes flyOutDown {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0); } }

@keyframes flyOutDown {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0); } }

@-webkit-keyframes flyOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0); } }

@keyframes flyOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0); } }

@-webkit-keyframes flyOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0); } }

@keyframes flyOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0); } }

.transicao.slide.in,
.transicao[class*="slide down"].in {
  -webkit-animation-name: slideInY;
          animation-name: slideInY;
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center; }

.transicao[class*="slide up"].in {
  -webkit-animation-name: slideInY;
          animation-name: slideInY;
  -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
          transform-origin: bottom center; }

.transicao[class*="slide left"].in {
  -webkit-animation-name: slideInX;
          animation-name: slideInX;
  -webkit-transform-origin: center right;
      -ms-transform-origin: center right;
          transform-origin: center right; }

.transicao[class*="slide right"].in {
  -webkit-animation-name: slideInX;
          animation-name: slideInX;
  -webkit-transform-origin: center left;
      -ms-transform-origin: center left;
          transform-origin: center left; }

.transicao.slide.out,
.transicao[class*="slide down"].out {
  -webkit-animation-name: slideOutY;
          animation-name: slideOutY;
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center; }

.transicao[class*="slide up"].out {
  -webkit-animation-name: slideOutY;
          animation-name: slideOutY;
  -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
          transform-origin: bottom center; }

.transicao[class*="slide left"].out {
  -webkit-animation-name: slideOutX;
          animation-name: slideOutX;
  -webkit-transform-origin: center right;
      -ms-transform-origin: center right;
          transform-origin: center right; }

.transicao[class*="slide right"].out {
  -webkit-animation-name: slideOutX;
          animation-name: slideOutX;
  -webkit-transform-origin: center left;
      -ms-transform-origin: center left;
          transform-origin: center left; }

@-webkit-keyframes slideInY {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0); }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1); } }

@keyframes slideInY {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0); }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1); } }

@-webkit-keyframes slideInX {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0); }
  100% {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1); } }

@keyframes slideInX {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0); }
  100% {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1); } }

@-webkit-keyframes slideOutY {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1); }
  100% {
    opacity: 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0); } }

@keyframes slideOutY {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1); }
  100% {
    opacity: 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0); } }

@-webkit-keyframes slideOutX {
  0% {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1); }
  100% {
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0); } }

@keyframes slideOutX {
  0% {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1); }
  100% {
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0); } }

.transicao.swing {
  -webkit-animation-duration: 800ms;
          animation-duration: 800ms; }

.transicao[class*="swing down"].in {
  -webkit-animation-name: swingInX;
          animation-name: swingInX;
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center; }

.transicao[class*="swing up"].in {
  -webkit-animation-name: swingInX;
          animation-name: swingInX;
  -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
          transform-origin: bottom center; }

.transicao[class*="swing left"].in {
  -webkit-animation-name: swingInY;
          animation-name: swingInY;
  -webkit-transform-origin: center right;
      -ms-transform-origin: center right;
          transform-origin: center right; }

.transicao[class*="swing right"].in {
  -webkit-animation-name: swingInY;
          animation-name: swingInY;
  -webkit-transform-origin: center left;
      -ms-transform-origin: center left;
          transform-origin: center left; }

.transicao.swing.out,
.transicao[class*="swing down"].out {
  -webkit-animation-name: swingOutX;
          animation-name: swingOutX;
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center; }

.transicao[class*="swing up"].out {
  -webkit-animation-name: swingOutX;
          animation-name: swingOutX;
  -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
          transform-origin: bottom center; }

.transicao[class*="swing left"].out {
  -webkit-animation-name: swingOutY;
          animation-name: swingOutY;
  -webkit-transform-origin: center right;
      -ms-transform-origin: center right;
          transform-origin: center right; }

.transicao[class*="swing right"].out {
  -webkit-animation-name: swingOutY;
          animation-name: swingOutY;
  -webkit-transform-origin: center left;
      -ms-transform-origin: center left;
          transform-origin: center left; }

@-webkit-keyframes swingInX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
            transform: perspective(1000px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
            transform: perspective(1000px) rotateX(-30deg);
    opacity: 1; }
  60% {
    -webkit-transform: perspective(1000px) rotateX(15deg);
            transform: perspective(1000px) rotateX(15deg); }
  80% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
            transform: perspective(1000px) rotateX(-7.5deg); }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
            transform: perspective(1000px) rotateX(0deg); } }

@keyframes swingInX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
            transform: perspective(1000px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
            transform: perspective(1000px) rotateX(-30deg);
    opacity: 1; }
  60% {
    -webkit-transform: perspective(1000px) rotateX(15deg);
            transform: perspective(1000px) rotateX(15deg); }
  80% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
            transform: perspective(1000px) rotateX(-7.5deg); }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
            transform: perspective(1000px) rotateX(0deg); } }

@-webkit-keyframes swingInY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
            transform: perspective(1000px) rotateY(-90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
            transform: perspective(1000px) rotateY(30deg);
    opacity: 1; }
  60% {
    -webkit-transform: perspective(1000px) rotateY(-17.5deg);
            transform: perspective(1000px) rotateY(-17.5deg); }
  80% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
            transform: perspective(1000px) rotateY(7.5deg); }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
            transform: perspective(1000px) rotateY(0deg); } }

@keyframes swingInY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
            transform: perspective(1000px) rotateY(-90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
            transform: perspective(1000px) rotateY(30deg);
    opacity: 1; }
  60% {
    -webkit-transform: perspective(1000px) rotateY(-17.5deg);
            transform: perspective(1000px) rotateY(-17.5deg); }
  80% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
            transform: perspective(1000px) rotateY(7.5deg); }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
            transform: perspective(1000px) rotateY(0deg); } }

@-webkit-keyframes swingOutX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
            transform: perspective(1000px) rotateX(0deg); }
  40% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
            transform: perspective(1000px) rotateX(-7.5deg); }
  60% {
    -webkit-transform: perspective(1000px) rotateX(17.5deg);
            transform: perspective(1000px) rotateX(17.5deg); }
  80% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
            transform: perspective(1000px) rotateX(-30deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
            transform: perspective(1000px) rotateX(90deg);
    opacity: 0; } }

@keyframes swingOutX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
            transform: perspective(1000px) rotateX(0deg); }
  40% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
            transform: perspective(1000px) rotateX(-7.5deg); }
  60% {
    -webkit-transform: perspective(1000px) rotateX(17.5deg);
            transform: perspective(1000px) rotateX(17.5deg); }
  80% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
            transform: perspective(1000px) rotateX(-30deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
            transform: perspective(1000px) rotateX(90deg);
    opacity: 0; } }

@-webkit-keyframes swingOutY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
            transform: perspective(1000px) rotateY(0deg); }
  40% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
            transform: perspective(1000px) rotateY(7.5deg); }
  60% {
    -webkit-transform: perspective(1000px) rotateY(-10deg);
            transform: perspective(1000px) rotateY(-10deg); }
  80% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
            transform: perspective(1000px) rotateY(30deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
            transform: perspective(1000px) rotateY(-90deg);
    opacity: 0; } }

@keyframes swingOutY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
            transform: perspective(1000px) rotateY(0deg); }
  40% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
            transform: perspective(1000px) rotateY(7.5deg); }
  60% {
    -webkit-transform: perspective(1000px) rotateY(-10deg);
            transform: perspective(1000px) rotateY(-10deg); }
  80% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
            transform: perspective(1000px) rotateY(30deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
            transform: perspective(1000px) rotateY(-90deg);
    opacity: 0; } }

.flash.transicao {
  -webkit-animation-duration: 750ms;
          animation-duration: 750ms;
  -webkit-animation-name: flash;
          animation-name: flash; }

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.shake.transicao {
  -webkit-animation-duration: 750ms;
          animation-duration: 750ms;
  -webkit-animation-name: shake;
          animation-name: shake; }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px); } }

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px); } }

.bounce.transicao {
  -webkit-animation-duration: 750ms;
          animation-duration: 750ms;
  -webkit-animation-name: bounce;
          animation-name: bounce; }

.bounce.in.up.transicao {
  -webkit-animation-name: bounceInUp;
          animation-name: bounceInUp; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); } }

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

.tada.transicao {
  -webkit-animation-duration: 750ms;
          animation-duration: 750ms;
  -webkit-animation-name: tada;
          animation-name: tada; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
            transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
            transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
            transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0); } }

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
            transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
            transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
            transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0); } }

.pulse.transicao {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
  -webkit-animation-name: pulse;
          animation-name: pulse; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

.jiggle.transicao {
  -webkit-animation-duration: 750ms;
          animation-duration: 750ms;
  -webkit-animation-name: jiggle;
          animation-name: jiggle; }

@-webkit-keyframes jiggle {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

@keyframes jiggle {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

/*!
/// ------------------------------------------------
///  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%; }

.mensagem, .woocommerce-notice {
  position: relative;
  min-height: 1em;
  margin: 1rem 0;
  background: rgba(0, 0, 0, 0.037);
  padding: 1rem 1.5rem;
  line-height: 1.357em;
  color: rgba(0, 0, 0, 0.87);
  font-size: 1em;
  -webkit-transition: opacity 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: opacity 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
  -o-transition: opacity 0.1s ease, color 0.1s ease, background 0.1s ease, box-shadow 0.1s ease;
  transition: opacity 0.1s ease, color 0.1s ease, background 0.1s ease, box-shadow 0.1s ease;
  transition: opacity 0.1s ease, color 0.1s ease, background 0.1s ease, box-shadow 0.1s ease, -webkit-box-shadow 0.1s ease;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.12) inset, 0 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.12) inset, 0 0 0 0 rgba(0, 0, 0, 0); }

.mensagem:first-child, .woocommerce-notice:first-child {
  margin-top: 0; }

.mensagem:last-child, .woocommerce-notice:last-child {
  margin-bottom: 0; }

.mensagem > ul:first-child, .woocommerce-notice > ul:first-child,
.mensagem > div:first-child,
.woocommerce-notice > div:first-child,
.mensagem p:first-child,
.woocommerce-notice p:first-child {
  margin-top: 0; }

.mensagem > ul:last-child, .woocommerce-notice > ul:last-child,
.mensagem > div:last-child,
.woocommerce-notice > div:last-child,
.mensagem p:last-child,
.woocommerce-notice p:last-child {
  margin-bottom: 0; }

.mensagem .titulo, .woocommerce-notice .titulo {
  display: block;
  font-weight: 500;
  margin: 0; }

.mensagem .titulo:not(.ui), .woocommerce-notice .titulo:not(.ui) {
  font-size: 1.071rem; }

.mensagem .titulo + p, .woocommerce-notice .titulo + p {
  margin-top: 0.1429em !important; }

.mensagem p, .woocommerce-notice p {
  opacity: 0.85;
  margin: 0.7143em 0; }

.mensagem p:first-child,
.woocommerce-notice p:first-child {
  margin-top: 0; }

.mensagem p:last-child,
.woocommerce-notice p:last-child {
  margin-bottom: 0; }

.woocommerce-notice {
  margin: 1rem 0 !important;
  padding: 1rem 1.5rem !important; }

.ico.mensagem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.ico.mensagem > .icone:not(.fechar) {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 3em;
  margin-right: 1.5rem;
  opacity: 0.8; }

.ico.mensagem > .icone:not(.fechar) + .conteudo {
  padding-left: 0; }

.ico.mensagem > .conteudo {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  vertical-align: middle; }

.ico.mensagem .circular.icone {
  width: 1rem; }

.ico.mensagem:before {
  content: none; }

.invertida.mensagem,
.preta.mensagem {
  background-color: #1B1C1D;
  color: rgba(255, 255, 255, 0.9); }

.desbotado.mensagem {
  background-color: rgba(0, 0, 0, 0.037); }

.principal.mensagem {
  background-color: #f2f9fe;
  color: #da291c;
  -webkit-box-shadow: 0 0 0 1px #BBDEFB inset, 0 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 1px #BBDEFB inset, 0 0 0 0 rgba(0, 0, 0, 0); }

.principal.mensagem .titulo {
  color: #0D47A1; }

.principal.mensagem hr {
  border-top-color: #a3d2fa; }

.principal.invertida.mensagem {
  background-color: #da291c;
  color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 0 0 1px #da291c inset, 0 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 1px #da291c inset, 0 0 0 0 rgba(0, 0, 0, 0); }

.principal.invertida.mensagem .titulo {
  color: #FFFFFF; }

.principal.invertida.mensagem hr {
  border-top-color: #c32519; }

.sucesso.mensagem, .woocommerce-notice--success,
.positiva.mensagem {
  background-color: #dff0d8;
  color: #2C662D;
  -webkit-box-shadow: 0 0 0 1px #B7D8AA inset, 0 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 1px #B7D8AA inset, 0 0 0 0 rgba(0, 0, 0, 0); }

.sucesso.mensagem .titulo, .woocommerce-notice--success .titulo,
.positiva.mensagem .titulo {
  color: #1A531B; }

.sucesso.mensagem hr, .woocommerce-notice--success hr,
.positiva.mensagem hr {
  border-top-color: #a8d099; }

.erro.mensagem, .woocommerce-notice--error,
.negativa.mensagem {
  background-color: #fff0f0;
  color: #b73c39;
  -webkit-box-shadow: 0 0 0 1px #dbb1b1 inset, 0 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 1px #dbb1b1 inset, 0 0 0 0 rgba(0, 0, 0, 0); }

.erro.mensagem .titulo, .woocommerce-notice--error .titulo,
.negativa.mensagem .titulo {
  color: #B53734; }

.erro.mensagem hr, .woocommerce-notice--error hr,
.negativa.mensagem hr {
  border-top-color: #d3a0a0; }

.atencao.mensagem {
  background-color: #FFF8E1;
  color: #D48B02;
  -webkit-box-shadow: 0 0 0 1px #F1E799 inset, 0 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 1px #F1E799 inset, 0 0 0 0 rgba(0, 0, 0, 0); }

.atencao.mensagem .titulo {
  color: #cf7d16; }

.atencao.mensagem hr {
  border-top-color: #eee283; }

.info.mensagem {
  background-color: #F4FBFF;
  color: #358CA9;
  -webkit-box-shadow: 0 0 0 1px #BEDDE2 inset, 0 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 1px #BEDDE2 inset, 0 0 0 0 rgba(0, 0, 0, 0); }

.info.mensagem .titulo {
  color: #1E84A2; }

.info.mensagem hr {
  border-top-color: #acd4da; }

.pequena.mensagem {
  font-size: 0.85em; }

.medio.mensagem {
  font-size: 1.071em; }

.grande.mensagem {
  font-size: 1.429em; }

.enorme.mensagem {
  font-size: 1.857em; }

.ui.popup, [data-tooltip]:after {
  position: absolute;
  border: 1px solid #D4D4D5;
  line-height: 1.4285em;
  max-width: 250px;
  background: #FFFFFF;
  padding: 0.75em 1em;
  font-size: 0.875rem;
  font-weight: normal;
  font-style: normal;
  color: rgba(0, 0, 0, 0.87);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15);
          box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15);
  border-radius: 0.25rem; }

.ui.popup:before, [data-tooltip]:before {
  position: absolute;
  content: '';
  width: 0.75rem;
  height: 0.75rem;
  background: #FFFFFF;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 2;
  -webkit-box-shadow: 1px 1px 0 0 #bababc;
          box-shadow: 1px 1px 0 0 #bababc; }

.ui.popup {
  display: none;
  top: 0px;
  right: 0px;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
  z-index: 1070; }

.ui.popup > .titulo {
  margin-top: 0;
  margin-bottom: 0.5rem;
  padding: 0;
  font-family: var(--theme-font-family--Text), "Roboto", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 700; }

[data-tooltip] {
  position: relative; }

[data-tooltip]:before {
  pointer-events: none; }

[data-tooltip]:after {
  pointer-events: none;
  content: attr(data-tooltip);
  text-transform: none;
  text-align: left;
  white-space: nowrap;
  font-size: 0.875rem;
  z-index: 1; }

[data-tooltip]:not([data-posicao]):before, [data-posicao="centralizado acima"][data-tooltip]:before, [data-posicao="esquerda acima"][data-tooltip]:before, [data-posicao="direita acima"][data-tooltip]:before {
  margin-left: -0.14rem;
  margin-bottom: 0.35rem; }

[data-posicao="centralizado abaixo"][data-tooltip]:before, [data-posicao="esquerda abaixo"][data-tooltip]:before, [data-posicao="direita abaixo"][data-tooltip]:before {
  margin-left: 0.14rem;
  margin-top: 0.575rem; }

[data-tooltip]:not([data-posicao]):before {
  top: auto;
  right: auto;
  bottom: 100%;
  left: 50%;
  background: #FFFFFF; }

[data-tooltip]:not([data-posicao]):after {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 100%;
  margin-bottom: 0.75rem; }

[data-tooltip]:before,
[data-tooltip]:after {
  pointer-events: none;
  visibility: hidden; }

[data-tooltip]:before {
  opacity: 0;
  -webkit-transform: rotate(45deg) scale(0) !important;
      -ms-transform: rotate(45deg) scale(0) !important;
          transform: rotate(45deg) scale(0) !important;
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease; }

[data-tooltip]:after {
  opacity: 1;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease; }

[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  pointer-events: auto; }

[data-tooltip]:hover:before {
  -webkit-transform: rotate(45deg) scale(1) !important;
  -ms-transform: rotate(45deg) scale(1) !important;
      transform: rotate(45deg) scale(1) !important;
  opacity: 1; }

[data-tooltip]:after,
[data-tooltip][data-posicao="centralizado acima"]:after,
[data-tooltip][data-posicao="centralizado abaixo"]:after {
  -webkit-transform: translateX(-50%) scale(0) !important;
      -ms-transform: translateX(-50%) scale(0) !important;
          transform: translateX(-50%) scale(0) !important; }

[data-tooltip]:hover:after,
[data-tooltip][data-posicao="centralizado abaixo"]:hover:after {
  -webkit-transform: translateX(-50%) scale(1) !important;
      -ms-transform: translateX(-50%) scale(1) !important;
          transform: translateX(-50%) scale(1) !important; }

[data-tooltip][data-posicao="centralizado esquerda"]:after,
[data-tooltip][data-posicao="centralizado direita"]:after {
  -webkit-transform: translateY(-50%) scale(0) !important;
      -ms-transform: translateY(-50%) scale(0) !important;
          transform: translateY(-50%) scale(0) !important; }

[data-tooltip][data-posicao="centralizado esquerda"]:hover:after,
[data-tooltip][data-posicao="centralizado direita"]:hover:after {
  -webkit-transform: translateY(-50%) scale(1) !important;
      -ms-transform: translateY(-50%) scale(1) !important;
          transform: translateY(-50%) scale(1) !important; }

[data-tooltip][data-posicao="esquerda acima"]:after,
[data-tooltip][data-posicao="direita acima"]:after,
[data-tooltip][data-posicao="esquerda abaixo"]:after,
[data-tooltip][data-posicao="direita abaixo"]:after {
  -webkit-transform: scale(0) !important;
      -ms-transform: scale(0) !important;
          transform: scale(0) !important; }

[data-tooltip][data-posicao="esquerda acima"]:hover:after,
[data-tooltip][data-posicao="direita acima"]:hover:after,
[data-tooltip][data-posicao="esquerda abaixo"]:hover:after,
[data-tooltip][data-posicao="direita abaixo"]:hover:after {
  -webkit-transform: scale(1) !important;
      -ms-transform: scale(1) !important;
          transform: scale(1) !important; }

[data-tooltip][data-invertido]:before {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: #1B1C1D; }

[data-tooltip][data-invertido]:after {
  background: #1B1C1D;
  color: #FFFFFF;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none; }

[data-tooltip][data-invertido]:after .titulo {
  background-color: none;
  color: #FFFFFF; }

[data-posicao="centralizado acima"][data-tooltip]:after {
  top: auto;
  right: auto;
  left: 50%;
  bottom: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 0.75rem; }

[data-posicao="centralizado acima"][data-tooltip]:before {
  top: auto;
  right: auto;
  bottom: 100%;
  left: 50%;
  background: #FFFFFF; }

[data-posicao="esquerda acima"][data-tooltip]:after {
  top: auto;
  right: auto;
  left: 0;
  bottom: 100%;
  margin-bottom: 0.75rem; }

[data-posicao="esquerda acima"][data-tooltip]:before {
  top: auto;
  right: auto;
  bottom: 100%;
  left: 1rem; }

[data-posicao="direita acima"][data-tooltip]:after {
  top: auto;
  left: auto;
  right: 0;
  bottom: 100%;
  margin-bottom: 0.75rem; }

[data-posicao="direita acima"][data-tooltip]:before {
  top: auto;
  left: auto;
  bottom: 100%;
  right: 1rem; }

[data-posicao="centralizado abaixo"][data-tooltip]:after {
  bottom: auto;
  right: auto;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 0.75rem; }

[data-posicao="centralizado abaixo"][data-tooltip]:before {
  bottom: auto;
  right: auto;
  top: 100%;
  left: 50%; }

[data-posicao="esquerda abaixo"][data-tooltip]:after {
  left: 0;
  top: 100%;
  margin-top: 0.75rem; }

[data-posicao="esquerda abaixo"][data-tooltip]:before {
  bottom: auto;
  right: auto;
  top: 100%;
  left: 1rem; }

[data-posicao="direita abaixo"][data-tooltip]:after {
  right: 0;
  top: 100%;
  margin-top: 0.75rem; }

[data-posicao="direita abaixo"][data-tooltip]:before {
  bottom: auto;
  left: auto;
  top: 100%;
  right: 1rem; }

[data-posicao="centralizado esquerda"][data-tooltip]:after {
  right: 100%;
  top: 50%;
  margin-right: 0.75rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

[data-posicao="centralizado esquerda"][data-tooltip]:before {
  right: 100%;
  top: 50%;
  margin-top: -0.35rem;
  margin-right: 0.07rem; }

[data-posicao="centralizado direita"][data-tooltip]:after {
  left: 100%;
  top: 50%;
  margin-left: 0.75rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

[data-posicao="centralizado direita"][data-tooltip]:before {
  left: 100%;
  top: 50%;
  margin-top: -0.14rem;
  margin-left: 0.35rem; }

[data-posicao~="abaixo"][data-tooltip]:before {
  background: #FFFFFF;
  -webkit-box-shadow: -1px -1px 0 0 #bababc;
          box-shadow: -1px -1px 0 0 #bababc; }

[data-posicao="centralizado esquerda"][data-tooltip]:before {
  background: #FFFFFF;
  -webkit-box-shadow: 1px -1px 0 0 #bababc;
          box-shadow: 1px -1px 0 0 #bababc; }

[data-posicao="centralizado direita"][data-tooltip]:before {
  background: #FFFFFF;
  -webkit-box-shadow: -1px 1px 0 0 #bababc;
          box-shadow: -1px 1px 0 0 #bababc; }

[data-posicao~="top"][data-tooltip]:before {
  background: #FFFFFF; }

[data-invertido][data-posicao~="abaixo"][data-tooltip]:before {
  background: #1B1C1D;
  -webkit-box-shadow: -1px -1px 0 0 #bababc;
          box-shadow: -1px -1px 0 0 #bababc; }

[data-invertido][data-posicao="centralizado esquerda"][data-tooltip]:before {
  background: #1B1C1D;
  -webkit-box-shadow: 1px -1px 0 0 #bababc;
          box-shadow: 1px -1px 0 0 #bababc; }

[data-invertido][data-posicao="centralizado direita"][data-tooltip]:before {
  background: #1B1C1D;
  -webkit-box-shadow: -1px 1px 0 0 #bababc;
          box-shadow: -1px 1px 0 0 #bababc; }

[data-invertido][data-posicao~="top"][data-tooltip]:before {
  background: #1B1C1D; }

[data-posicao~="abaixo"][data-tooltip]:before {
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top; }

[data-posicao~="abaixo"][data-tooltip]:after {
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top; }

[data-posicao="centralizado esquerda"][data-tooltip]:before {
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center; }

[data-posicao="centralizado esquerda"][data-tooltip]:after {
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center; }

[data-posicao="centralizado direita"][data-tooltip]:before {
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center; }

[data-posicao="centralizado direita"][data-tooltip]:after {
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center; }

.ui.popup {
  margin: 0; }

.ui.acima.popup {
  margin: 0 0 0.85rem; }

.ui.acima.esquerda.popup {
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom; }

.ui.acima.centralizado.popup {
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom; }

.ui.acima.direita.popup {
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom; }

.ui.esquerda.centralizado.popup {
  margin: 0 0.85rem 0 0;
  -webkit-transform-origin: right 50%;
      -ms-transform-origin: right 50%;
          transform-origin: right 50%; }

.ui.direita.centralizado.popup {
  margin: 0 0 0 0.85rem;
  -webkit-transform-origin: left 50%;
      -ms-transform-origin: left 50%;
          transform-origin: left 50%; }

.ui.abaixo.popup {
  margin: 0.85rem 0 0; }

.ui.abaixo.esquerda.popup {
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top; }

.ui.abaixo.centralizado.popup {
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top; }

.ui.abaixo.direita.popup {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top; }

.ui.abaixo.centralizado.popup:before {
  margin-left: -0.35rem;
  top: -0.35rem;
  left: 50%;
  right: auto;
  bottom: auto;
  -webkit-box-shadow: -1px -1px 0 0 #bababc;
          box-shadow: -1px -1px 0 0 #bababc; }

.ui.abaixo.esquerda.popup {
  margin-left: 0; }

.ui.abaixo.esquerda.popup:before {
  top: -0.35rem;
  left: 1rem;
  right: auto;
  bottom: auto;
  margin-left: 0;
  -webkit-box-shadow: -1px -1px 0 0 #bababc;
          box-shadow: -1px -1px 0 0 #bababc; }

.ui.abaixo.direita.popup {
  margin-right: 0; }

.ui.abaixo.direita.popup:before {
  top: -0.35rem;
  right: 1rem;
  bottom: auto;
  left: auto;
  margin-left: 0;
  -webkit-box-shadow: -1px -1px 0px 0px #bababc;
          box-shadow: -1px -1px 0px 0px #bababc; }

.ui.acima.centralizado.popup:before {
  top: auto;
  right: auto;
  bottom: -0.35rem;
  left: 50%;
  margin-left: -0.35rem; }

.ui.acima.esquerda.popup {
  margin-left: 0; }

.ui.acima.esquerda.popup:before {
  bottom: -0.35rem;
  left: 1rem;
  top: auto;
  right: auto;
  margin-left: 0; }

.ui.acima.direita.popup {
  margin-right: 0; }

.ui.acima.direita.popup:before {
  bottom: -0.35rem;
  right: 1rem;
  top: auto;
  left: auto;
  margin-left: 0; }

.ui.esquerda.centralizado.popup:before {
  top: 50%;
  right: -0.35rem;
  bottom: auto;
  left: auto;
  margin-top: -0.35rem;
  -webkit-box-shadow: 1px -1px 0 0 #bababc;
          box-shadow: 1px -1px 0 0 #bababc; }

.ui.direita.centralizado.popup:before {
  top: 50%;
  left: -0.35rem;
  bottom: auto;
  right: auto;
  margin-top: -0.35rem;
  -webkit-box-shadow: -1px 1px 0 0 #bababc;
          box-shadow: -1px 1px 0 0 #bababc; }

.ui.abaixo.popup:before {
  background: #FFFFFF; }

.ui.direita.centralizado.popup:before,
.ui.esquerda.centralizado.popup:before {
  background: #FFFFFF; }

.ui.acima.popup:before {
  background: #FFFFFF; }

.ui.invertido.abaixo.popup:before {
  background: #1B1C1D; }

.ui.invertido.direita.centralizado.popup:before,
.ui.invertido.esquerda.centralizado.popup:before {
  background: #1B1C1D; }

.ui.invertido.acima.popup:before {
  background: #1B1C1D; }

.ui.processando.popup {
  display: block;
  visibility: hidden;
  z-index: -1; }

.ui.animando.popup,
.ui.visivel.popup {
  display: block; }

.ui.visivel.popup {
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.ui.basico.popup:before {
  display: none; }

.ui.largo.popup {
  max-width: 350px; }

.ui.muito.largo.popup {
  max-width: 550px; }

@media (max-width: 575.99px) {
  .ui.muito.largo.popup,
  .ui.largo.popup {
    max-width: 250px; } }

.ui.fluido.popup {
  width: 100%;
  max-width: none; }

.ui.invertido.popup {
  background: #1B1C1D;
  color: #FFFFFF;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none; }

.ui.invertido.popup .titulo {
  background-color: none;
  color: #FFFFFF; }

.ui.invertido.popup:before {
  background-color: #1B1C1D;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.ui.fluindo.popup {
  max-width: 100%; }

.ui.popup.grade:not(.relaxada) > .colunas {
  width: calc(100% + 2em);
  margin: -0.75em -1em; }

.ui.mini.popup {
  font-size: 0.78571rem; }

.ui.minusculo.popup {
  font-size: 0.85714rem; }

.ui.pequeno.popup {
  font-size: 0.92857rem; }

.ui.grande.popup {
  font-size: 1.14286em; }

.ui.enorme.popup {
  font-size: 1.42857em; }

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

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

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

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

header .recipiente {
  display: table; }

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

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

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

header .marca {
  text-align: left; }

header .servicos {
  text-align: right; }

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

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

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

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

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

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

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

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

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

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

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

.secao {
  padding: 3% 0; }

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

.secao:after {
  clear: both; }

.secao.banner {
  background-position: center top;
  padding: 0 !important;
  text-align: center; }

.secao.banner img {
  margin-left: auto;
  margin-right: auto; }

.secao.banner .imagem.mobile {
  width: 100% !important;
  height: auto !important; }

.secao.banner .imagem.desktop {
  display: none;
  visibility: hidden; }

@media (min-width: 992px) {
  .secao.banner .imagem.mobile {
    display: none;
    visibility: hidden; }
  .secao.banner .imagem.desktop {
    display: block !important;
    visibility: visible !important; } }

@media screen and (min-width: 1600px) {
  .secao.banner {
    background: url(../img/bg.jpg) repeat-x; } }

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

.secao.conteudo .intro.realce,
.secao.conteudo p.realce {
  color: #da291c; }

.secao.conteudo .intro {
  margin-top: 2rem; }

.secao.conteudo .intro .maior {
  font-size: 1.6rem; }

@media (min-width: 992px) {
  .secao.conteudo .intro .maior {
    font-size: 1.4rem; } }

.secao.encerramento,
.secao.fatura {
  padding-top: 0;
  padding-bottom: 3rem; }

footer p {
  margin-bottom: 0; }

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

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

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

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

@media only screen and (min-width: 1300px) {
  .mdn-Footer {
    height: 6rem !important; }
  .mdn-Footer-logo-image {
    height: 3.5rem; }
  .mdn-Footer-list-item-socialLink .mdn-Icon--md:before,
  .mdn-Footer-list-item-socialLink .mdn-Icon--sm:before,
  .mdn-Footer-list-item a .mdn-Icon--md:before,
  .mdn-Footer-list-item a .mdn-Icon--sm:before {
    font-size: 29px !important; }
  .mdn-Footer-list-item {
    margin-right: 20px !important; } }

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

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

@media screen and (min-width: 1200px) {
  .quebra {
    display: block; } }

.fixo .sobe {
  visibility: visible; }

.ico.mensagem {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 18px;
  padding: 2.2rem;
  max-width: 95%;
  margin-bottom: 2rem;
  color: #5e5e5e; }

.ico.mensagem > .icone:not(.fechar) {
  margin-right: 2.5rem; }

@media screen and (max-width: 600px) {
  .ico.mensagem {
    display: block;
    text-align: center; }
  .ico.mensagem > .conteudo,
  .ico.mensagem > .icone:not(.fechar) {
    display: block !important;
    width: 100%; }
  .ico.mensagem > .conteudo img,
  .ico.mensagem > .icone:not(.fechar) img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem; } }

.box.atendimento {
  border: 2px solid #da291c;
  border-radius: 25px;
  padding: 0rem 2rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 6rem;
  margin-bottom: 2.5rem; }

.box.atendimento .box-titulo {
  display: block;
  font-weight: bold;
  font-size: 1.3rem;
  text-align: center;
  margin-top: -2rem; }

@media (min-width: 768px) {
  .box.atendimento .box-titulo {
    font-size: 1.5rem; } }

.box.atendimento .box-titulo h2 {
  background-color: #fff;
  padding: 1rem;
  display: inline-block;
  margin-left: auto;
  margin-right: auto; }

@media (min-width: 768px) {
  .box.atendimento .box-titulo h2 {
    padding: 1rem 3rem 0.5rem 3rem; } }

.box.atendimento .coluna {
  margin-bottom: 0.8rem; }

.box.atendimento .coluna-movel {
  text-align: center; }

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

.box.atendimento .coluna-movel img {
  display: inline-block;
  margin-left: auto;
  margin-right: auto; }

.box.atendimento .coluna-separador .sep {
  border-bottom: 2px solid #da291c;
  height: 1px;
  width: 100%;
  margin: 1rem 0; }

@media (min-width: 768px) {
  .box.atendimento .coluna-separador {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .box.atendimento .coluna-separador .sep {
    margin: 0;
    width: 1px;
    border-left: 2px solid #da291c;
    height: 100px; } }

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

.box.atendimento .coluna-whats .coluna {
  text-align: center; }

.box.atendimento .coluna-whats .coluna img {
  display: inline-block;
  margin-left: auto;
  margin-right: auto; }

@media (min-width: 576px) {
  .ui.popup {
    font-size: 1.2rem !important;
    padding: 1.5rem 2rem !important;
    font-weight: bold !important;
    min-width: 360px !important; }
  .ui.popup small {
    font-weight: normal !important;
    font-size: 0.85rem !important; } }

.lista-item {
  margin-top: 2rem; }

.lista-item:before, .lista-item:after {
  content: " ";
  display: table; }

.lista-item:after {
  clear: both; }

.lista-item .numero {
  border-radius: 500rem;
  background-color: #da291c;
  padding: 0.5rem 0.2rem;
  line-height: 1;
  font-size: 1rem;
  color: #fff;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  float: left;
  margin-top: -3px; }

.lista-item .texto {
  float: left;
  padding-left: 1rem;
  width: 80%; }

@media (min-width: 576px) {
  .lista-item {
    display: none !important; } }
