@import "https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";
*,
html {
  color: #001e27;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  scroll-behavior: smooth;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
p {
  color: #001e27;
}
.text-soft-white {
  color: #f7f7f7;
}
.texto-azul-logo {
  color: #00e2f4;
}
.texto-laranja {
  color: #ff601f;
}
section {
  background-repeat: no-repeat;
  width: 100%;
}
.bg-azul-gclick {
  background-color: #a4f6fc;
}
.bg-petroleo {
  background-color: #001e27;
}
.bg-petroleo .transparent-cta {
  border-color: #fff;
  color: #fff;
}
.bg-petroleo .transparent-cta:hover {
  box-shadow: 0px 6px 0px 0px rgba(255, 255, 255, 0.4);
}
.bg-cescuro {
  background: #eceeee;
  background-repeat: no-repeat;
}
.bg-cinza {
  background: #f7f7f7;
  background-repeat: no-repeat;
}
.bg-azul {
  background: #00e2f4;
  background-repeat: no-repeat;
}
.bg-verde {
  background: #d8fe00;
  background-repeat: no-repeat;
}
.bg-roxo {
  background: #5e16ff;
  background-repeat: no-repeat;
}
.bg-laranja {
  background: #ff601f;
  background-repeat: no-repeat;
}
.omie-escuro {
  filter: brightness(0.2);
}
.actions {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.actions * {
  width: 100%;
}
.img-pattern {
  position: absolute;
}
.main-content section.sec-main {
  padding: 4rem 0;
  position: relative;
  z-index: 0;
}
.main-content h2 {
  font-size: 1.5rem;
  font-weight: 700;
}
#omie-intercom {
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.6);
  z-index: 1;
}
.div-telefone {
  border: none;
  cursor: pointer;
  position: fixed !important;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  padding: 0;
  transition: 0.3s;
  z-index: 1;
}
.div-telefone .img {
  background-color: #00a027;
  border-radius: 50%;
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.div-telefone svg {
  width: 36px;
  height: 37px;
  position: relative;
  top: -1px;
  fill: #fff;
}
.div-telefone svg path {
  display: inline-block;
  width: 29.7545166016px;
  height: 29.9479980469px;
}
.div-telefone .pulse {
  background-color: #00a027;
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  border-radius: 50%;
  animation: pulse 1s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 160, 39, 0.7);
  }
  50% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 160, 39, 0.6);
  }
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 160, 39, 0.7);
  }
}
.div-telefone.fechado {
  cursor: not-allowed;
  filter: grayscale(1);
}
.div-telefone.fechado .pulse {
  animation: none;
}
a.div-telefone[data-tooltip]:before {
  background-color: #001e27;
}
a.div-telefone[data-tooltip]::after {
  border-top: 5px solid #001e27;
}
a.div-telefone[data-tooltip]:hover:before {
  left: unset;
  right: 25%;
}
.con-partners {
  background-color: #f7f7f7;
  margin: 0;
  padding-top: 2.5rem;
  max-width: 100%;
}
.con-partners img {
  margin: 0 auto 2.5rem auto;
}
.sec-faq .accordion .accordion-item {
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.sec-faq .accordion .accordion-item + .accordion-item {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.2);
}
.sec-faq .accordion .accordion-item:first-child {
  border-top: none;
}
.sec-faq .accordion .accordion-item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.2);
}
.sec-faq .accordion .accordion-button {
  background: rgba(0, 0, 0, 0);
  border: none;
  color: #001e27;
  font-weight: 400;
  padding-right: 2rem;
}
.sec-faq .accordion p {
  font-weight: 600;
}
.sec-faq .accordion .accordion-button:not(.collapsed) {
  box-shadow: none;
  font-weight: 600;
}
.sec-faq .accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
section.sec-acc-precos .accordion-button:focus {
  z-index: unset;
}
section.sec-acc-precos .accordion-button:not(.bg-roxo) {
  background-color: #edeff0;
}
section.sec-acc-precos .accordion-item + .accordion-item {
  margin-top: 1rem;
}
section.sec-acc-precos .accordion-button::after {
  content: "+";
  background-image: unset;
  font-size: 1.25rem;
  width: unset;
  height: unset;
  transform: unset;
}
section.sec-acc-precos .accordion-button:not(.collapsed)::after {
  content: "-";
}
section.sec-acc-precos .accordion-button:not(.collapsed) {
  background-color: #00e2f4;
  color: #001e27;
}
section.sec-acc-precos .accordion-button.bg-roxo:not(.collapsed) {
  background-color: #5e16ff;
}
section.sec-acc-precos .accordion-body {
  padding: 0;
}
section.sec-acc-precos .accordion-body ul {
  background-color: #00e2f4;
  padding: 0;
  margin: 0;
  list-style: none;
}
section.sec-acc-precos .accordion ul li {
  padding: 1rem 1.25rem;
}
section.sec-acc-precos .accordion ul li:nth-child(odd) {
  background-color: #09cedd;
}
section.sec-acc-precos .accordion .bg-roxo ul li:nth-child(odd) {
  background-color: #5551f7;
}
section.cabecalho-empreendedores {
  background: #00353f;
  padding: 1.25rem 2rem;
}
section.cabecalho-empreendedores span {
  position: relative;
  z-index: 1;
}
section.cabecalho-empreendedores span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #00e2f4;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: skewX(160deg);
}
section.cabecalho-empreendedores button {
  font-size: 0.8125rem;
}
section.cabecalho-empreendedores button img {
  filter: brightness(0) invert(1);
}
@media (min-width: 768px) {
  section.cabecalho-empreendedores a {
    font-size: 0.8125rem;
  }
  section.cabecalho-empreendedores .img-setas {
    max-width: 80px;
    margin: 0 2rem;
  }
}
@media (min-width: 1440px) {
  section.cabecalho-empreendedores p,
  section.cabecalho-empreendedores p span {
    font-size: 1.125rem;
  }
}
form .input-group.d-flex {
  display: flex !important;
}
@media (min-width: 428px) {
  .sec-faq .accordion .accordion-button {
    padding-right: 2.75rem;
    position: relative;
  }
  .sec-faq .accordion .accordion-button::after {
    position: relative;
    right: -16px;
  }
}
@media (min-width: 992px) {
  .actions {
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    width: -moz-fit-content;
    width: fit-content;
  }
  .actions .cta {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (min-width: 1024px) {
  .main-content section.sec-main {
    padding: 5rem 0;
  }
  .main-content h2 {
    font-size: 2rem;
  }
}
.cta {
  border-radius: 40px;
  box-sizing: border-box;
  font-weight: 700;
  line-height: 1rem;
  overflow: hidden;
  padding: 0.625rem 1.5rem;
  position: relative;
  transition: all 0.2s linear 0s;
  text-align: center;
}
.cta:hover {
  cursor: pointer;
}
.blue-cta {
  background-color: #00e2f4;
  border: 3px solid #00e2f4;
  color: #001e27;
}
.blue-cta:hover {
  box-shadow: 0px 6px 0px 0px rgba(0, 226, 244, 0.6);
}
.green-cta {
  background-color: #d8fe00;
  border: 3px solid #d8fe00;
  color: #001e27;
}
.green-cta:hover {
  box-shadow: 0px 6px 0px 0px #6c7f00;
}
.laranja-cta {
  background-color: #ff601f;
  border: 3px solid #ff601f;
  color: #fff;
}
.laranja-cta:hover {
  box-shadow: 0px 6px 0px 0px rgba(255, 96, 31, 0.6);
  color: #fff;
}
.petroleo-cta {
  background-color: #001e27;
  border: 3px solid #001e27;
  color: #fff;
}
.petroleo-cta:hover {
  color: #fff;
  box-shadow: 0px 6px 0px 0px rgba(0, 30, 39, 0.4);
}
.white-cta {
  background-color: #fff;
  border: 3px solid #fff;
  color: #001e27;
}
.white-cta:hover {
  color: #001e27;
  box-shadow: 0px 6px 0px 0px rgba(255, 255, 255, 0.4);
}
.transparent-cta {
  border: 3px solid #001e27;
}
.transparent-cta:hover {
  box-shadow: 0px 6px 0px 0px rgba(0, 30, 39, 0.4);
}
.arrow-cta {
  padding: 0;
  margin-top: 32px;
}
.arrow-cta span {
  color: #fff;
  font-weight: 700;
}
.arrow-cta span img {
  margin-left: 8px;
  width: 15px;
  height: 15px;
}
.banner {
  background-color: #00e2f4;
  margin: 0 0;
  padding: 0 0 3rem;
}
.banner h1 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
}
.banner h1 span {
  font-size: inherit;
  font-weight: inherit;
}
.banner description p {
  font-size: 0.875rem;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 1.5rem 0;
}
.banner .img-mob {
  margin-bottom: 1.5rem;
}
.banner .subtitle-banner {
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
}
.banner.banner-home {
  padding: 3rem 0 3rem;
  position: relative;
  z-index: 1;
}
.banner.banner-home h1 span.func {
  text-decoration: underline;
  text-decoration-color: #fff;
}
.banner.banner-home h1 span.typewrite {
  cursor: pointer;
  margin: 0 0.5rem;
  position: relative;
  z-index: 1;
}
.banner.banner-home h1 span.typewrite::before {
  content: "";
  background-color: #d8fe00;
  bottom: 8px;
  height: 1.5rem;
  left: -3px;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.banner.banner-home description p,
.banner.banner-home h1 {
  margin: 1.5rem 0;
}
.banner.banner-interno.banner-erp {
  background: #fff;
}
.banner.banner-interno.banner-erp .card-banner img {
  transform: rotate(90deg);
}
.banner.banner.banner-gclick {
  background-color: #a4f6fc;
}
@media (min-width: 768px) {
  .banner {
    padding: 3rem 0 3rem;
  }
  .banner description p {
    font-size: 1rem;
  }
  .banner.banner-home {
    padding: 0 0 0;
  }
  .banner.banner-home .col-conteudo {
    padding: 3rem 0 3rem;
  }
  .banner.banner-termos img {
    display: none !important;
  }
  .banner-precos .data-user {
    flex-direction: row;
    justify-content: center;
  }
  .banner-precos .data-user .form-select {
    width: 60%;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .banner {
    background-position: 1rem center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 3.5rem 0 3.5rem;
  }
  .banner .subtitle-banner {
    font-size: 1.125rem;
    letter-spacing: 0.225rem;
  }
  .banner.banner-home {
    background-position: 100% 32px;
    background-size: contain;
  }
  .banner.banner-home h1 {
    font-size: 2.25rem;
    line-height: 120%;
  }
  .banner.banner-home description p {
    font-size: 1.125rem;
  }
  .banner.banner-home .col-conteudo {
    padding: 3.5rem 0 3.5rem;
  }
  .banner.banner-precos {
    background-position: 0% 140px;
  }
  .banner.banner-precos .data-user {
    width: 60%;
    margin: 0 auto;
  }
  .banner.banner-interno.banner-erp {
    background: url(/assets/images/sistema-erp/banner-desk.png), #fff;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 125% -50px;
  }
  .no-webp .banner.banner-treinamento {
    background-image: url(/assets/images/treinamento/banner-desk.png);
  }
  .no-webp .banner.banner-seguranca {
    background-image: url(/assets/images/seguranca/banner-desk.png);
  }
  .no-webp .banner.banner-sobre {
    background-image: url(/assets/images/about-us/img-banner.png);
  }
  .no-webp .banner.banner-sucesso {
    background-image: url(/assets/images/sucesso/img-banner.png);
  }
  .no-webp .banner.banner-empreendedores {
    background-image: url(/assets/images/empreendedores/banner-desk.png);
  }
  .no-webp .banner.banner-afiliados {
    background-image: url(/assets/images/afiliados/parceiros-desk.png);
  }
  .no-webp .banner.banner-imprensa {
    background-image: url(/assets/images/imprensa/banner-desk.png);
  }
  .no-webp .banner.banner-unidades {
    background-image: url(/assets/images/unidades-franqueadas/testeiradesk-unidades.png);
  }
  .no-webp .banner.banner-gclick {
    background-image: url(/assets/images/gclick/img-testeira-gclick.png);
  }
  .no-webp .banner.banner-gclick-conv {
    background-image: url(/assets/images/gclick/bg-gclick-conv.png);
    background-position: 0 0;
  }
  .no-webp .banner.banner-contadores {
    background-image: url(/assets/images/contadores/img-banner-desk.png);
  }
  .no-webp .banner.banner-unidades {
    background-image: url(/images/unidades/img-header.png);
  }
  .no-webp .banner.banner-solucoes {
    background-image: url(/assets/images/solucoes-financeiras/img-banner.png);
  }
  .no-webp .banner.banner-cash {
    background-image: url(/assets/images/omie-cash/banner-cash.png);
  }
  .no-webp .banner.banner-suporte {
    background-image: url(/assets/images/suporte/img-suporte.png);
  }
  .no-webp .banner.banner-pdv {
    background-image: url(/assets/images/pdv/banner-desk.png);
  }
  .no-webp .banner.banner-franqueado {
    background-image: url(/assets/images/seja-franqueado/img-banner.png);
  }
  .no-webp .banner.banner-funcs.bg-cadastro {
    background-image: url(/assets/images/funcionalidades/cadastro-contas/cadastrocontas1-testeira.png);
  }
  .no-webp .banner.banner-funcs.bg-cnab {
    background-image: url(/assets/images/funcionalidades/cnab/cnab1-testeira.png);
  }
  .no-webp .banner.banner-funcs.bg-conciliacao {
    background-image: url(/assets/images/funcionalidades/conciliacao/conciliacao-testeira.png);
  }
  .no-webp .banner.banner-funcs.bg-contratos {
    background-image: url(/assets/images/funcionalidades/contratos/contrato-testeira.png);
  }
  .no-webp .banner.banner-funcs.bg-controle {
    background-image: url(/assets/images/funcionalidades/controle/controlefinanceiro.png);
  }
  .no-webp .banner.banner-funcs.bg-crm {
    background-image: url(/assets/images/funcionalidades/crm/img-crm1-desk.png);
  }
  .no-webp .banner.banner-funcs.bg-emissao {
    background-image: url(/assets/images/funcionalidades/emissao/boleto1-desk.png);
  }
  .no-webp .banner.banner-funcs.bg-estrutura {
    background-image: url(/assets/images/funcionalidades/estrutura/testeira-estruprod.png);
  }
  .no-webp .banner.banner-funcs.bg-gerenciamento {
    background-image: url(/assets/images/funcionalidades/gerenciamento/gerenciamento-desk.png);
  }
  .no-webp .banner.banner-funcs.bg-gerenciar {
    background-image: url(/assets/images/funcionalidades/gerenciar/vendas-desk.png);
  }
  .no-webp .banner.banner-funcs.bg-loja {
    background-image: url(/assets/images/funcionalidades/loja/img-omiestore.png);
  }
  .no-webp .banner.banner-funcs.bg-marketplace {
    background-image: url(/assets/images/funcionalidades/marketplace/marketplace-desk.png);
  }
  .no-webp .banner.banner-funcs.bg-nota {
    background-image: url(/assets/images/funcionalidades/nota-fiscal/testeira-notafiscal.png);
  }
  .no-webp .banner.banner-funcs.bg-ordem {
    background-image: url(/assets/images/funcionalidades/ordem/testeira-ordemdeproducao.png);
  }
  .no-webp .banner.banner-funcs.bg-painel {
    background-image: url(/assets/images/funcionalidades/painel/testeira-paineldocontador.png);
  }
  .no-webp .banner.banner-funcs.bg-relatorios {
    background-image: url(/assets/images/funcionalidades/relatorios/testeira-relatoriogerencial.png);
  }
  .no-webp .banner.banner-funcs.bg-sistema {
    background-image: url(/assets/images/funcionalidades/sistema/testeira-sistemadegestao.png);
  }
  .no-webp .banner.banner-segmentos {
    background-image: url(/assets/images/segmentos/home/segmento-home.png);
  }
  .no-webp .banner.banner-segmentos.seg-com {
    background-image: url(/assets/images/segmentos/comercio/banner-desk-2.png);
  }
  .no-webp .banner.banner-segmentos.seg-consult {
    background-image: url(/assets/images/segmentos/consultorio/img-consultoriomedico.png);
  }
  .no-webp .banner.banner-segmentos.seg-distri {
    background-image: url(/assets/images/segmentos/distribuidora/img-distribuidora.png);
  }
  .no-webp .banner.banner-segmentos.seg-lojas {
    background-image: url(/assets/images/segmentos/atacado/img-varejoeatacado.png);
  }
  .no-webp .banner.banner-segmentos.seg-mkt {
    background-image: url(/assets/images/segmentos/marketing/img-mktepropaganda.png);
  }
  .no-webp .banner.banner-segmentos.seg-ecommerce {
    background-image: url(/assets/images/segmentos/ecommerce/img-ecommerce.png);
  }
  .no-webp .banner.banner-segmentos.seg-rest {
    background-image: url(/assets/images/segmentos/restaurante/img-restaurantes.png);
  }
  .no-webp .banner.banner-segmentos.seg-serv {
    background-image: url(/assets/images/segmentos/servicos/img-servicos.png);
  }
  .no-webp .banner.banner-segmentos.seg-tec {
    background-image: url(/assets/images/segmentos/tecnologia/img-testeira-desk.png);
  }
  .no-webp .banner.banner-segmentos.seg-ind {
    background-image: url(/assets/images/segmentos/industria/img-industria.png);
  }
  .no-webp .banner.banner-segmentos.seg-transp {
    background-image: url(/assets/images/segmentos/transporte/img-transportadora.png);
  }
  .webp .banner.banner-funcs.bg-cadastro {
    background-image: url(/assets/images/funcionalidades/cadastro-contas/cadastrocontas1-testeira.webp);
  }
  .webp .banner.banner-funcs.bg-cnab {
    background-image: url(/assets/images/funcionalidades/cnab/cnab1-testeira.webp);
  }
  .webp .banner.banner-funcs.bg-conciliacao {
    background-image: url(/assets/images/funcionalidades/conciliacao/conciliacao-testeira.webp);
  }
  .webp .banner.banner-funcs.bg-contratos {
    background-image: url(/assets/images/funcionalidades/contratos/contrato-testeira.webp);
  }
  .webp .banner.banner-funcs.bg-controle {
    background-image: url(/assets/images/funcionalidades/controle/controlefinanceiro.webp);
  }
  .webp .banner.banner-funcs.bg-crm {
    background-image: url(/assets/images/funcionalidades/crm/img-crm1-desk.webp);
  }
  .webp .banner.banner-funcs.bg-emissao {
    background-image: url(/assets/images/funcionalidades/emissao/boleto1-desk.webp);
  }
  .webp .banner.banner-funcs.bg-estrutura {
    background-image: url(/assets/images/funcionalidades/estrutura/testeira-estruprod.webp);
  }
  .webp .banner.banner-funcs.bg-gerenciamento {
    background-image: url(/assets/images/funcionalidades/gerenciamento/gerenciamento-desk.webp);
  }
  .webp .banner.banner-funcs.bg-gerenciar {
    background-image: url(/assets/images/funcionalidades/gerenciar/vendas-desk.webp);
  }
  .webp .banner.banner-funcs.bg-loja {
    background-image: url(/assets/images/funcionalidades/loja/img-omiestore.webp);
  }
  .webp .banner.banner-funcs.bg-marketplace {
    background-image: url(/assets/images/funcionalidades/marketplace/marketplace-desk.webp);
  }
  .webp .banner.banner-funcs.bg-nota {
    background-image: url(/assets/images/funcionalidades/nota-fiscal/testeira-notafiscal.webp);
  }
  .webp .banner.banner-funcs.bg-ordem {
    background-image: url(/assets/images/funcionalidades/ordem/testeira-ordemdeproducao.webp);
  }
  .webp .banner.banner-funcs.bg-painel {
    background-image: url(/assets/images/funcionalidades/painel/testeira-paineldocontador.webp);
  }
  .webp .banner.banner-funcs.bg-relatorios {
    background-image: url(/assets/images/funcionalidades/relatorios/testeira-relatoriogerencial.webp);
  }
  .webp .banner.banner-funcs.bg-sistema {
    background-image: url(/assets/images/funcionalidades/sistema/testeira-sistemadegestao.webp);
  }
  .webp .banner.banner-treinamento {
    background-image: url(/assets/images/treinamento/banner-desk.webp);
  }
  .webp .banner.banner-seguranca {
    background-image: url(/assets/images/seguranca/banner-desk.webp);
  }
  .webp .banner.banner-sobre {
    background-image: url(/assets/images/about-us/img-banner.webp);
  }
  .webp .banner.banner-sucesso {
    background-image: url(/assets/images/sucesso/img-banner.webp);
  }
  .webp .banner.banner-empreendedores {
    background-image: url(/assets/images/empreendedores/banner-desk.webp);
  }
  .webp .banner.banner-afiliados {
    background-image: url(/assets/images/afiliados/parceiros-desk.webp);
  }
  .webp .banner.banner-imprensa {
    background-image: url(/assets/images/imprensa/banner-desk.webp);
  }
  .webp .banner.banner-unidades {
    background-image: url(/assets/images/unidades-franqueadas/testeiradesk-unidades.webp);
  }
  .webp .banner.banner-gclick {
    background-image: url(/assets/images/gclick/img-testeira-gclick.webp);
  }
  .webp .banner.banner-gclick-conv {
    background-image: url(/assets/images/gclick/bg-gclick-conv.webp);
    background-position: 0 0;
  }
  .webp .banner.banner-contadores {
    background-image: url(/assets/images/contadores/img-banner-desk.webp);
  }
  .webp .banner.banner-unidades {
    background-image: url(/images/unidades/img-header.webp);
  }
  .webp .banner.banner-solucoes {
    background-image: url(/assets/images/solucoes-financeiras/img-banner.webp);
  }
  .webp .banner.banner-cash {
    background-image: url(/assets/images/omie-cash/banner-cash.webp);
  }
  .webp .banner.banner-suporte {
    background-image: url(/assets/images/suporte/img-suporte.webp);
  }
  .webp .banner.banner-pdv {
    background-image: url(/assets/images/pdv/banner-desk.webp);
  }
  .webp .banner.banner-franqueado {
    background-image: url(/assets/images/seja-franqueado/img-banner.webp);
  }
  .webp .banner.banner-segmentos {
    background-image: url(/assets/images/segmentos/home/segmento-home.webp);
  }
  .webp .banner.banner-segmentos.seg-com {
    background-image: url(/assets/images/segmentos/comercio/banner-desk-2.webp);
  }
  .webp .banner.banner-segmentos.seg-consult {
    background-image: url(/assets/images/segmentos/consultorio/img-consultoriomedico.webp);
  }
  .webp .banner.banner-segmentos.seg-distri {
    background-image: url(/assets/images/segmentos/distribuidora/img-distribuidora.webp);
  }
  .webp .banner.banner-segmentos.seg-lojas {
    background-image: url(/assets/images/segmentos/atacado/img-varejoeatacado.webp);
  }
  .webp .banner.banner-segmentos.seg-mkt {
    background-image: url(/assets/images/segmentos/marketing/img-mktepropaganda.webp);
  }
  .webp .banner.banner-segmentos.seg-ecommerce {
    background-image: url(/assets/images/segmentos/ecommerce/img-ecommerce.webp);
  }
  .webp .banner.banner-segmentos.seg-rest {
    background-image: url(/assets/images/segmentos/restaurante/img-restaurantes.webp);
  }
  .webp .banner.banner-segmentos.seg-serv {
    background-image: url(/assets/images/segmentos/servicos/img-servicos.webp);
  }
  .webp .banner.banner-segmentos.seg-tec {
    background-image: url(/assets/images/segmentos/tecnologia/img-testeira-desk.webp);
  }
  .webp .banner.banner-segmentos.seg-ind {
    background-image: url(/assets/images/segmentos/industria/img-industria.webp);
  }
  .webp .banner.banner-segmentos.seg-transp {
    background-image: url(/assets/images/segmentos/transporte/img-transportadora.webp);
  }
}
@media (min-width: 1366px) {
  .banner {
    background-position: 3rem center;
    padding: 6rem 0 6rem;
  }
  .banner h1 {
    font-size: 2rem;
    line-height: 110%;
  }
  .banner description p {
    font-size: 1.125rem;
    margin: 3rem 0;
  }
  .banner.banner-home #banner2 h1 {
    font-size: 2.5rem;
  }
  .banner.banner-home .col-conteudo {
    padding: 6rem 0 6rem;
  }
  .banner.banner-contadores description p {
    margin: 1.5rem 0;
  }
}
@media (min-width: 1440px) {
  .banner.banner-home .col-conteudo {
    padding: 8rem 0 8rem;
  }
  .banner.banner-home #banner2 h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1920px) {
  .banner {
    background-position: 16rem center;
    padding: 8rem 0 8rem;
  }
  .banner.banner-contadores,
  .banner.banner-franqueado,
  .banner.banner-cash {
    padding: 7.5rem 0 7.5rem;
  }
}
@keyframes showUp {
  from {
    transform: translate3d(0px, -90px, 0);
  }
  to {
    transform: translate3d(0px, 0px, 0);
  }
}
.nav-mobile.ativo {
  position: fixed;
  animation: showUp 0.5s forwards;
}
.nav-mobile {
  display: block;
  padding: 1.5rem 0.5rem 1rem;
  top: 0;
  width: 100%;
  z-index: 11;
}
.nav-mobile header {
  align-items: flex-start;
  display: flex;
  justify-content: flex-end;
  padding-right: 0.5rem;
}
.nav-mobile .menu-hamburguer {
  width: 2rem;
  min-width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 0.3s;
  position: relative;
}
.nav-mobile .menu-hamburguer::after {
  content: "MENU";
  color: #fff;
  font-size: 11px;
  margin-top: 4px;
}
.nav-mobile .menu-hamburguer .traco {
  background-color: #fff;
  border-radius: 10px;
  height: 4px;
  margin: 4px 0;
  transition: 0.5s;
  width: 100%;
}
.nav-mobile .menu-hamburguer .traco-1,
.nav-mobile .menu-hamburguer .traco-3 {
  transform-origin: center right;
}
.nav-mobile .menu-hamburguer .traco-1 {
  margin: 0 0 4px 0;
}
.nav-mobile .menu-hamburguer .traco-3 {
  margin: 4px 0 0 0;
}
.nav-mobile .menu-hamburguer.ativo {
  margin-top: 1.5rem;
  bottom: 2rem;
  padding: 0 0 1rem 1rem;
  position: relative;
  right: 1.5rem;
  width: 2.9rem;
  z-index: 15;
}
.nav-mobile .menu-hamburguer.ativo .traco {
  background: #000;
  border-radius: 10px;
  height: 3px;
  margin: 3.75px 0;
  transition: 0.5s;
  width: 100%;
}
.nav-mobile .menu-hamburguer.ativo .traco-1 {
  transform: rotateZ(-45deg);
}
.nav-mobile .menu-hamburguer.ativo .traco-2 {
  opacity: 0;
}
.nav-mobile .menu-hamburguer.ativo .traco-3 {
  transform: rotateZ(45deg);
}
.nav-mobile .menu-hamburguer.ativo::after {
  color: #000;
  position: relative;
  right: -4px;
}
.nav-mobile .cta {
  font-size: 14px;
  padding: 0.625rem 0rem;
}
.nav-mobile .items-menu {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: 100vh;
  padding: 1rem 0.5rem 1rem;
  position: fixed;
  transform: translateX(250%);
  transition: 0.3s;
  right: 0;
  top: 0%;
  width: 100%;
  z-index: 10;
}
.nav-mobile .items-menu .link-nav-mobile {
  margin-bottom: 3rem;
}
.nav-mobile .items-menu .link-menu-mobile {
  font-weight: 500;
  margin-bottom: 0.5rem;
  padding: 1rem 0.5rem;
}
.nav-mobile .items-menu .cta + .cta {
  margin-top: 1.5rem;
}
.nav-mobile .items-menu .cta {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 42px;
}
.nav-mobile .items-menu .cta.transparent-cta {
  border: 2px solid #001e27;
  color: #001e27;
  background: rgba(0, 0, 0, 0);
}
.nav-mobile .items-menu.ativo {
  overflow-y: scroll;
  transform: translateX(0);
}
.nav-desktop {
  display: none;
}
.no-overflow {
  overflow-y: hidden;
}
@media (min-width: 428px) {
  .nav-mobile header {
    padding-right: 0;
  }
  .nav-mobile .menu-hamburguer {
    width: 2.5rem;
  }
}
@media (min-width: 768px) {
  .nav-mobile .items-menu.ativo {
    width: 50%;
  }
  .nav-mobile .items-menu .link-nav-mobile,
  .nav-mobile .items-menu .cta + .cta {
    margin: 1rem 0 1rem;
  }
}
@media (min-width: 992px) {
  .nav-mobile .items-menu .cta.transparent-cta:hover {
    box-shadow: 0px 6px 0px 0px rgba(0, 30, 39, 0.4);
  }
  .nav-mobile {
    padding: 1rem 0.75rem 1rem;
  }
  .nav-mobile .menu-hamburguer.ativo {
    bottom: unset;
    padding: 0 0 0 1rem;
    position: fixed;
    top: 1rem;
    right: 1.5rem;
    cursor: pointer;
  }
  .nav-mobile .menu-hamburguer.ativo::after {
    color: #000;
    position: relative;
    right: -4px;
  }
  .nav-mobile .items-menu.ativo {
    width: 40%;
  }
  .nav-mobile .items-menu .link-menu-mobile {
    font-size: 14px;
    padding: 0.5rem;
    transition: 0.2s;
  }
  .nav-mobile .items-menu .link-menu-mobile:hover {
    font-weight: 700;
    transform: translate3d(4px, 0, 0);
  }
}
@media (min-width: 1200px) {
  .nav-desktop {
    display: block;
    padding: 1.25rem 2rem;
    top: 0;
    width: 100%;
    z-index: 99;
  }
  .nav-desktop .logo-omie-menu {
    display: flex;
  }
  .nav-desktop .content-menu {
    display: flex;
    gap: 3rem;
    justify-content: flex-end;
    width: -moz-fit-content;
    width: fit-content;
  }
  .nav-desktop .items-menu {
    align-items: center;
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0 0;
    padding: 0;
  }
  .nav-desktop .items-menu li + li {
    margin-left: 0.5rem;
  }
  .nav-desktop .items-menu a {
    font-weight: 500;
    color: #fff;
    opacity: 0.7;
    padding: 1rem 0.5rem;
    transition: 0.3s ease;
  }
  .nav-desktop .items-menu a:hover {
    opacity: 1;
  }
  .nav-desktop .items-menu img {
    filter: invert(1);
  }
  .nav-desktop p {
    color: #fff;
  }
  .nav-desktop .cta,
  .nav-desktop .items-menu a {
    font-size: 14px;
  }
  .nav-desktop .cta.green-cta {
    border: 2px solid #d8fe00;
  }
  .nav-desktop .cta.transparent-cta {
    background: rgba(0, 0, 0, 0);
    border: 2px solid #fff;
  }
  .nav-desktop .drop-items-menu {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 1rem;
    bottom: -370px;
    display: none;
    min-width: 200px;
    padding: 0.5rem 0;
    position: absolute;
    z-index: 99;
  }
  .nav-desktop .drop-items-menu[data-drop="segmentos"] {
    bottom: -410px;
    min-width: 300px;
  }
  .nav-desktop .drop-items-menu a {
    color: #001e27;
    opacity: 1;
  }
  .nav-desktop .drop-items-menu ul {
    list-style: none;
    padding: 0;
  }
  .nav-desktop .drop-items-menu li {
    margin: 0 0 0 0 !important;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    position: relative;
    transition: 0.3s;
  }
  .nav-desktop .drop-items-menu li:before {
    content: "";
    background: rgba(0, 0, 0, 0);
    height: 100%;
    width: 7px;
    position: absolute;
    left: -1px;
    top: 0;
    transition: 0.3s;
  }
  .nav-desktop .drop-items-menu li:hover {
    background-color: rgba(203, 203, 203, 0.25);
  }
  .nav-desktop .drop-items-menu li:hover:before {
    background-color: #001e27;
  }
  .nav-desktop .drop-items-menu.ativo {
    display: block;
  }
  .nav-desktop.nav-desktop-home {
    position: initial;
  }
  .nav-desktop.ativo {
    animation: showUp 0.5s forwards;
    background-color: #fff;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
    position: fixed;
  }
}
@media (min-width: 1320px) and (max-width: 1320px) {
  .nav-desktop .entrar {
    margin: 0 1rem 0 1.5rem;
  }
}
@media (min-width: 1440px) {
  .nav-desktop .drop-items-menu[data-drop="explore"] {
    bottom: -330px;
  }
}
@media (min-width: 1920px) {
  .nav-desktop .cta,
  .nav-desktop .items-menu a {
    font-size: 16px;
  }
  .nav-desktop .items-menu li + li {
    margin-left: 1rem;
  }
}
footer .accordion {
  padding: 2.5rem 0 1.5rem;
}
footer .accordion * {
  color: #001e27;
}
footer .accordion .accordion-item {
  border: none;
}
footer .accordion .accordion-button {
  background-color: #fff;
  border: none;
  font-weight: 700;
  padding: 0.5rem 0;
}
footer .accordion .accordion-button:not(.collapsed) {
  color: inherit;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
}
footer .accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
footer .accordion ul {
  list-style: none;
  padding: 0 0;
}
footer .accordion ul.anchor-links li {
  display: flex;
}
footer .accordion ul.anchor-links li a {
  padding: 0.5rem 0;
  font-weight: 700;
  width: 100%;
}
footer .social {
  padding: 2rem 0 3rem;
}
footer address {
  font-size: 0.9rem;
}
footer address a {
  font-size: inherit;
  text-decoration: underline;
  text-decoration-color: #fff;
}
footer address a:hover {
  text-decoration: underline;
}
@media (min-width: 428px) {
  .modal-video .btn-close {
    top: -10%;
  }
}
@media (min-width: 768px) {
  footer .bg-petroleo {
    padding: 2rem 2rem;
  }
  footer .social {
    padding: 0 0;
  }
}
@media (min-width: 992px) {
  footer .social img {
    height: 24px;
    width: 24px;
  }
  footer .links-site {
    list-style: none;
    padding: 2rem 2rem;
  }
  footer .links-site:first-child {
    padding: 2rem 2rem 0;
  }
  footer .links-site:last-child {
    margin: 0 0;
  }
  footer .links-site li {
    padding: 0.25rem 0;
  }
  footer .links-site li:first-child {
    padding: 0 0 0.25rem;
  }
  footer .links-site li:last-child {
    padding: 0.25rem 0 0rem;
  }
  footer .links-site .list-title {
    font-weight: 700;
    opacity: 1;
  }
  footer .links-site li a,
  footer .links-site li span,
  footer .links-site li {
    font-size: 0.938rem;
    font-weight: 500;
    opacity: 0.9;
    transition: 0.3s ease;
  }
  footer .links-site li a:hover,
  footer .links-site li span:hover,
  footer .links-site li:hover {
    opacity: 1;
  }
}
@media (min-width: 1320px) {
  footer .bg-petroleo {
    padding: 2rem 3.5rem;
  }
  footer .links-site {
    padding: 2rem 3rem;
  }
  footer .links-site:first-child {
    padding: 3rem 3rem 1rem;
  }
  footer .links-site:last-child {
    padding: 0rem 3rem 3rem;
  }
  footer .links-unique:first-child,
  footer .links-unique:last-child {
    padding: 3rem 3rem;
  }
}
.spinner {
  position: absolute;
  width: 32px;
  height: 32px;
  border-left: 2px solid #001e27;
  border-radius: 50%;
  animation: spinner 2s infinite;
  bottom: 0.3rem;
  left: 50%;
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
form,
.form-unidades-franq {
  margin: 2rem 0;
  position: relative;
  width: 100%;
  will-change: transform;
}
form input:not(input[type="checkbox"]),
form select,
form textarea,
form .form-select,
.form-unidades-franq input:not(input[type="checkbox"]),
.form-unidades-franq select,
.form-unidades-franq textarea,
.form-unidades-franq .form-select {
  border: none;
  border-bottom: 2px solid;
  border-color: #444;
  font-size: 1rem;
  padding: 0.25rem 0;
  background: rgba(0, 0, 0, 0);
  transition: 0.2s;
  width: 100%;
  outline: none;
}
form input:not(input[type="checkbox"]):focus,
form select:focus,
form textarea:focus,
form .form-select:focus,
.form-unidades-franq input:not(input[type="checkbox"]):focus,
.form-unidades-franq select:focus,
.form-unidades-franq textarea:focus,
.form-unidades-franq .form-select:focus {
  outline: none;
}
form input:not(input[type="checkbox"]):valid,
form select:valid,
form textarea:valid,
form .form-select:valid,
.form-unidades-franq input:not(input[type="checkbox"]):valid,
.form-unidades-franq select:valid,
.form-unidades-franq textarea:valid,
.form-unidades-franq .form-select:valid {
  border-color: #444;
}
form input:not(input[type="checkbox"]):focus + label,
form input:not(input[type="checkbox"]).hasInput + label,
form select:focus + label,
form select.hasInput + label,
form textarea:focus + label,
form textarea.hasInput + label,
form .form-select:focus + label,
form .form-select.hasInput + label,
.form-unidades-franq input:not(input[type="checkbox"]):focus + label,
.form-unidades-franq input:not(input[type="checkbox"]).hasInput + label,
.form-unidades-franq select:focus + label,
.form-unidades-franq select.hasInput + label,
.form-unidades-franq textarea:focus + label,
.form-unidades-franq textarea.hasInput + label,
.form-unidades-franq .form-select:focus + label,
.form-unidades-franq .form-select.hasInput + label {
  top: -0.8rem;
  font-size: 0.7rem;
}
form label,
.form-unidades-franq label {
  font-weight: 600;
}
form ul,
.form-unidades-franq ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
form .w-form-fail,
.form-unidades-franq .w-form-fail {
  color: rgba(255, 255, 255, 0.8);
  margin: 0.5rem;
}
form .w-form-fail a,
.form-unidades-franq .w-form-fail a {
  text-decoration: underline;
}
form .hs-error-msg,
.form-unidades-franq .hs-error-msg {
  color: red;
}
form .actions,
.form-unidades-franq .actions {
  width: 100%;
}
form .hs-button,
form button.hs-button,
.form-unidades-franq .hs-button,
.form-unidades-franq button.hs-button {
  border-radius: 40px !important;
  font-weight: 700;
  line-height: 1rem;
  overflow: hidden;
  padding: 0.625rem 1.5rem;
  position: relative;
  transition: all 0.2s linear 0s;
  text-align: center;
  background-color: #001e27;
  border: 3px solid #001e27;
  color: #fff;
  width: 100%;
  margin-top: 1rem;
}
form .hs-button:hover,
form button.hs-button:hover,
.form-unidades-franq .hs-button:hover,
.form-unidades-franq button.hs-button:hover {
  cursor: pointer;
  box-shadow: 0px 6px 0px 0px rgba(0, 30, 39, 0.4);
}
input,
select,
textarea,
.form-select {
  margin-top: 0.5rem;
  padding: 0.25rem 0;
}
.hs-button,
button.hs-button {
  padding: 0.625rem 1.5rem;
}
.modal-content,
.modal-body {
  border-radius: 0.5rem;
}
h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0;
}
.hs-form-field > label {
  display: none;
}

#label-aceito_receber_newsletter-7fa35ac7-1449-45a9-9fa7-16c09c1480cd,
.hs-form-checkbox-display,
.hs-form-booleancheckbox-display {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin-top: 1rem;
}

#label-aceito_receber_newsletter-7fa35ac7-1449-45a9-9fa7-16c09c1480cd input,
.hs-form-checkbox-display input,
.hs-form-booleancheckbox-display input {
  margin: 0 0.7rem 0 0;
  width: auto;
}

#label-aceito_receber_newsletter-7fa35ac7-1449-45a9-9fa7-16c09c1480cd a,
.hs-form-checkbox-display a,
.hs-form-booleancheckbox-display a {
  text-decoration: underline;
}
.bg-petroleo form,
.bg-azul form {
  color: #fff;
}
.bg-petroleo .btn-close,
.bg-azul .btn-close {
  filter: invert(1);
}
.bg-petroleo h4,
.bg-azul h4 {
  font-size: 1rem;
  color: #d8fe00;
  font-weight: 500;
  margin-top: 0.5rem;
}
.bg-petroleo .hs-button,
.bg-petroleo button.hs-button,
.bg-azul .hs-button,
.bg-azul button.hs-button {
  background-color: #00e2f4;
  border: 3px solid #00e2f4;
  color: #001e27;
  margin: 0.5rem 0 0;
  cursor: pointer;
}
.bg-petroleo .hs-button:hover,
.bg-petroleo button.hs-button:hover,
.bg-azul .hs-button:hover,
.bg-azul button.hs-button:hover {
  box-shadow: 0px 6px 0px 0px rgba(0, 226, 244, 0.6);
}
.bg-petroleo input:valid:not(.hs-button),
.bg-petroleo select:valid,
.bg-petroleo .form-select:valid,
.bg-azul input:valid:not(.hs-button),
.bg-azul select:valid,
.bg-azul .form-select:valid {
  border-color: rgba(255, 255, 255, 0.6);
}
.bg-petroleo select:valid option:first-child,
.bg-petroleo .form-select:valid option:first-child,
.bg-petroleo .form-select:valid option,
.bg-petroleo select,
.bg-petroleo option,
.bg-azul select:valid option:first-child,
.bg-azul .form-select:valid option:first-child,
.bg-azul .form-select:valid option,
.bg-azul select,
.bg-azul option {
  color: rgba(255, 255, 255, 0.6);
}
.bg-petroleo input,
.bg-petroleo span,
.bg-petroleo .submitted-message p,
.bg-petroleo textarea,
.bg-azul input,
.bg-azul span,
.bg-azul .submitted-message p,
.bg-azul textarea {
  color: #fff;
}
.bg-petroleo input::-moz-placeholder,
.bg-petroleo span::-moz-placeholder,
.bg-petroleo .submitted-message p::-moz-placeholder,
.bg-petroleo textarea::-moz-placeholder,
.bg-azul input::-moz-placeholder,
.bg-azul span::-moz-placeholder,
.bg-azul .submitted-message p::-moz-placeholder,
.bg-azul textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  font-size: 14px;
}
.bg-petroleo input::placeholder,
.bg-petroleo span::placeholder,
.bg-petroleo .submitted-message p::placeholder,
.bg-petroleo textarea::placeholder,
.bg-azul input::placeholder,
.bg-azul span::placeholder,
.bg-azul .submitted-message p::placeholder,
.bg-azul textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  font-size: 14px;
}
.bg-petroleo .hs-richtext p,
.bg-azul .hs-richtext p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
  font-weight: 300;
  margin-top: 1rem;
}
.bg-petroleo .form-experimente.data-form,
.bg-azul .form-experimente.data-form {
  padding-top: 1rem;
  color: #fff;
}
.bg-petroleo input:focus,
.bg-petroleo select:focus,
.bg-petroleo .form-select:focus,
.bg-petroleo textarea:focus,
.bg-petroleo input:focus-visible,
.bg-petroleo select:focus-visible,
.bg-petroleo textarea:focus-visible,
.bg-petroleo .form-select:focus-visible,
.bg-azul input:focus,
.bg-azul select:focus,
.bg-azul .form-select:focus,
.bg-azul textarea:focus,
.bg-azul input:focus-visible,
.bg-azul select:focus-visible,
.bg-azul textarea:focus-visible,
.bg-azul .form-select:focus-visible {
  border-bottom: 2px solid #00e2f4;
}
.bg-petroleo input,
.bg-petroleo select,
.bg-petroleo textarea,
.bg-petroleo .form-select {
  background-color: #001e27;
}
.bg-petroleo input:-webkit-autofill,
.bg-petroleo select:-webkit-autofill,
.bg-petroleo .form-select:-webkit-autofill,
.bg-petroleo textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #001e27 inset;
  -webkit-text-fill-color: #fff !important;
}
.bg-azul input,
.bg-azul select,
.bg-azul textarea,
.bg-azul .form-select {
  background-color: #00e2f4;
}
.bg-azul input:-webkit-autofill,
.bg-azul select:-webkit-autofill,
.bg-azul .form-select:-webkit-autofill,
.bg-azul textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #00e2f4 inset;
  -webkit-text-fill-color: #001e27 !important;
}
.modal.modal-wpp div.input {
  margin-top: 0;
}
.modal.modal-wpp .btn-close {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  border: 3px solid #00d055;
  display: flex;
  justify-content: center;
  height: 40px;
  opacity: 1;
  padding: 0;
  position: absolute;
  right: -20px;
  top: -20px;
  width: 40px;
}
.modal.modal-wpp .btn-close svg {
  fill: #00d055;
  height: 70%;
  width: 70%;
}
.modal.modal-wpp input {
  font-size: 1.1rem;
  font-weight: 600;
}
.modal.modal-wpp input:disabled {
  opacity: 0.6;
  cursor: no-drop;
}
.modal.modal-wpp ::-moz-placeholder {
  font-weight: 400;
}
.modal.modal-wpp ::placeholder {
  font-weight: 400;
}
.modal.modal-wpp label.hs-form-booleancheckbox-display {
  margin-top: 1rem;
}
.modal.modal-wpp label.hs-form-booleancheckbox-display span,
.modal.modal-wpp label.hs-form-booleancheckbox-display a {
  font-size: 14px;
}
.modal.modal-wpp .hs-button {
  border-radius: 12px;
  line-height: 1.25rem;
  background-color: #00d055;
  border: 3px solid #00d055;
  font-size: 1.25rem;
}
.modal.modal-wpp .icons {
  width: -moz-fit-content;
  width: fit-content;
}
.modal.modal-wpp .icons img {
  max-width: 48px;
  padding-left: 0.5rem;
}
.modal.modal-wpp .icons img:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  padding-right: 0.5rem;
  padding-left: 0rem;
}
@media (min-width: 576px) {
  .modal.modal-wpp .modal-dialog {
    max-width: 400px;
  }
}
.form-experimente .submitted-message p {
  color: #fff !important;
}
.form-horizontal select {
  padding: 0.25rem 0;
  font-size: 1rem;
}
.form-flutuante {
  flex-direction: column;
  position: fixed;
  width: 42%;
  right: 1rem;
  top: 6rem;
  z-index: 99;
}
.form-flutuante header {
  background-color: #ff601f;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.form-flutuante .form-body {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 1rem 1rem;
}
.form-flutuante p {
  font-size: 14px;
}
.form-flutuante .cta.petroleo-cta.cta-button {
  width: 100%;
}
.form-flutuante input,
.form-flutuante select,
.form-flutuante textarea,
.form-flutuante .form-select,
.form-flutuante input:valid:not(.hs-button) {
  padding: 0.6rem 0 0 0;
  border-color: #fff;
}
.form-flutuante .field + .field {
  margin-top: 0.5rem;
}
.form-flutuante form#hsForm_9c26fc8f-221a-4379-b4ed-40f394bf9534 {
  margin: 0 0;
}
.form-flutuante .hs-button,
.form-flutuante button.hs-button {
  padding: 0.625rem 1.5rem;
  margin-top: 0.5rem;
}
.form-flutuante .hs-error-msg {
  font-size: 14px;
  line-height: 1;
}
.form-flutuante .inputs-list {
  margin: 0.5rem 0;
}
.form-hubspot .lbl-input {
  display: none;
}
.form-hubspot[data-formulario="franqueado"],
.form-hubspot[data-formulario="gclick"],
.form-hubspot[data-formulario="contadores"] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media (min-width: 992px) {
  .form-hubspot[data-formulario="franqueado"] .input-group,
  .form-hubspot[data-formulario="gclick"] .input-group,
  .form-hubspot[data-formulario="contadores"] .input-group {
    width: 49%;
  }
}
.form-hubspot[data-formulario="gclick"] .lbl-input {
  font-size: 0.875rem;
}
.form-hubspot input.invalido {
  border-color: red !important;
}
.form-hubspot .msg-error {
  color: red;
  margin-top: 1rem;
}
@media (max-width: 769px) {
  form .data-user .w-50:first-child {
    padding-bottom: 0.5rem !important;
  }
  form .data-user .w-50 {
    margin: 0 0 0.5rem;
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  form input,
  form select,
  form textarea,
  form .form-select {
    font-size: 1rem;
  }
}
@media (min-width: 1920px) {
  .form-flutuante {
    width: 35%;
    right: 5rem;
    top: 8rem;
  }
}
