﻿.modal-open .main-loading {
  z-index: 2000;
}

.main-loading {
  position: fixed;
  z-index: 1;
  display: flex !important;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  -moz-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
  background: url("../image/load-orange.gif");
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(0, 13, 21, 0.65);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: 10rem;
}
.main-loading.visible {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
}
.main-loading .text {
  margin-top: 180px;
  font-weight: 100;
  color: #f4f6f4;
  font-size: 2rem;
}

.component-autocomplete.show-texting {
  background-image: url("/content/image/texting-field.gif");
  background-repeat: no-repeat;
  background-position: 98% center;
}
.component-autocomplete.show-load {
  background-image: url("/content/image/load-field.gif");
  background-repeat: no-repeat;
  background-position: 98% center;
}

.btn-empresa_search-open {
  position: absolute;
  right: 0;
  bottom: 0;
  border: 0;
  right: 4px;
  bottom: 4px;
  padding: 1px 5px;
  background-color: #fff;
}
.btn-empresa_search-open.btn-selected {
  color: #f6811b;
}
.btn-empresa_search-open.btn-selected .pulse-main {
  display: block;
}
.btn-empresa_search-open .pulse-main {
  display: none;
  border-radius: 10px;
  width: 4px;
  height: 4px;
  right: 2px;
  bottom: 2px;
  position: absolute;
  background-color: #f6811b;
}

.empresa_search-containner {
  position: relative;
}
.empresa_search-containner[disabled] {
  pointer-events: none;
}
.empresa_search-containner[disabled] input[readonly] {
  background-color: #e8e8e8 !important;
}
.empresa_search-containner[disabled] .btn {
  background-color: #e8e8e8;
}
.empresa_search-containner input[readonly] {
  background-color: #fff;
  opacity: 1;
}

.empresa-search-modal .tab-filial .tab-pane {
  max-height: 400px;
  border: 0;
  border-top: 1px solid rgb(169, 169, 169);
  width: calc(100% + 2rem);
  overflow-y: scroll;
  margin-left: -1rem;
  margin-bottom: -1rem;
  -webkit-appearance: listbox;
  align-items: flex-start;
  overflow-x: hidden;
  overflow-y: scroll;
  vertical-align: text-bottom;
  white-space: nowrap;
  background-color: #f2f2f2;
}
.empresa-search-modal .tab-filial .tab-pane label {
  border-bottom: 1px solid #dddddd;
}
.empresa-search-modal .group-list {
  max-height: 400px;
  border: 0;
  border-bottom: 1px solid #dddddd;
  width: calc(100% + 2rem);
  margin-left: -1rem;
  margin-top: -1rem;
  overflow-x: hidden;
}
.empresa-search-modal .group-list label {
  border-bottom: 1px solid #dddddd;
}
.empresa-search-modal .group-list .group-list-companies {
  background-color: #f2f2f2;
  max-height: 300px;
  overflow-y: scroll;
}
.empresa-search-modal .group-list [data-agrupador] i {
  pointer-events: none;
}
.empresa-search-modal .group-list [data-agrupador] .rotate i {
  transform: rotate(180deg);
}
/* contruindo padding/margin responsivo*/
/* contruindo classes de forma responsiva*/
/*
    @media (min-width: 425px) { 
    }
    // Small
    @media (min-width: 576px) {
    }
    // Medium
    @media (min-width: 768px) { 
    }
    // Large
    @media (min-width: 992px) {
    }
    // Extra
    @media (min-width: 1200px) {
    }

*/
html {
  overflow-x: hidden;
}
@media (max-width: 1080px) {
  html {
    font-size: 93.75%;
  }
}
@media (max-width: 720px) {
  html {
    font-size: 87.5%;
  }
}

html, body {
  height: 100%;
  color: #163650;
}

body {
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}

body, button {
  font-family: "Noto Sans", sans-serif;
}

a.color-main {
  color: #fff;
  font-weight: 600;
  transition: all 0.2s;
}
a.color-main:hover {
  color: white;
  text-decoration: underline;
}

.main-loading {
  background-image: none;
}

.main-loading.visible {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.main-loading.visible .text {
  margin-top: 1rem;
  text-align: center;
  padding: 0 1rem;
  line-height: 2rem;
}
.main-loading.visible path {
  fill: white;
  stroke: white;
  fill-opacity: 0;
  stroke-width: 1px;
  animation: draw 3s alternate infinite;
}

@keyframes draw {
  0% {
    fill-opacity: 1;
  }
  50% {
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 1;
    stroke-dashoffset: 0;
  }
}
.modal-open {
  background-image: linear-gradient(90deg, #1C71B7, #E64E1B);
}
.modal-open header, .modal-open footer {
  display: none;
}

.modal-dialog {
  max-width: 1200px;
}

.modal-header {
  border-bottom: 0;
}

.modal-footer {
  border-top: 0;
  padding-top: 0;
}

header {
  padding: 1rem 2rem;
}
header h1 {
  text-align: center;
}

.message-proposta-expirada {
  width: 100%;
  max-width: 1368px;
  margin-inline: auto;
  padding: 1rem 1rem 0 1rem;
}
.message-proposta-expirada > div {
  flex-direction: column;
  color: #fff;
}
.message-proposta-expirada > div h3 {
  background-color: #E64E1B;
  text-transform: uppercase;
  font-size: 1.75rem;
  margin: 0;
}
.message-proposta-expirada > div h3 a {
  color: #000926;
}

main {
  width: 100%;
  max-width: 1368px;
  margin-bottom: 3rem;
  margin-inline: auto;
  padding: 1rem;
}

@media (min-width: 768px) {
  #main-form {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem 2rem;
  }
}

.nav-pills .nav-item {
  flex: 1;
}
.nav-pills .nav-item button {
  width: 100%;
}
.nav-pills .nav-link.active {
  background-color: #163650;
}

.form-control {
  border-color: #ccc;
}
.form-control:focus {
  border-color: #000926;
  border-width: 2px;
  box-shadow: none;
}

#fatura-digitada {
  border-radius: 4px;
  background-color: var(--light);
}
#fatura-digitada .btn-add-fatura {
  width: 100%;
  border-radius: 0 0 4px 4px;
  padding: 0.5rem;
  transition: filter 0.2s;
}
#fatura-digitada .btn-add-fatura:hover {
  filter: brightness(0.9);
}

.fatura-digitada {
  padding: 1rem;
  align-items: center;
  row-gap: 0.5rem;
}
.fatura-digitada + .fatura-digitada {
  border-top: 1px solid #ddd;
}
.fatura-digitada:nth-child(2n) {
  background-color: #fff;
}
.fatura-digitada label {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.fatura-digitada .btn-remove-fatura {
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  padding: 0.5rem;
  color: var(--red);
  background-color: transparent;
  font-weight: 500;
  font-size: 14px;
  transition: background-color 0.2s;
}
.fatura-digitada .btn-remove-fatura:hover, .fatura-digitada .btn-remove-fatura:focus, .fatura-digitada .btn-remove-fatura:active {
  background-color: rgba(255, 0, 0, 0.1);
}
.fatura-digitada .btn-remove-fatura:focus {
  outline: 0;
}

.btn-save {
  background-color: #E64E1B;
  color: #fff;
  transition: background-color 0.2s;
  width: 200px;
  padding: 0.5rem;
}
.btn-save:hover {
  background-color: #1C71B7;
}

#my-dropzone {
  border: 2px dashed #ddd;
  border-radius: 8px;
  margin-bottom: 1rem;
  transition: all 0.2s;
}
#my-dropzone:hover, #my-dropzone.dz-drag-hover {
  border-color: #000926;
  background-color: #F6F6FF;
}
#my-dropzone .dz-message {
  color: #000926;
}
#my-dropzone .dz-preview {
  display: inline-flex;
  flex-direction: column;
  width: 100px;
  gap: 8px;
}
#my-dropzone .dz-preview .dz-image {
  border-radius: 4px;
  width: 100%;
  clip-path: polygon(80% 0, 100% 20%, 100% 100%, 0 100%, 0 0);
  background: #ddd;
}
#my-dropzone .dz-preview .dz-image::before {
  content: "";
  display: block;
  position: absolute;
  height: 25px;
  width: 20px;
  border: 2px solid #fff;
  right: 0;
}
#my-dropzone .dz-preview .dz-remove {
  background-color: transparent;
  transition: all 0.2s;
}

.header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
  gap: 1rem;
}
.header h1 {
  font-weight: 700;
}
.header div + div {
  margin-top: 1rem;
}
.header > div:first-child {
  display: flex;
  align-items: center;
}
.header > div:first-child img {
  margin-right: 2rem;
  width: 100px;
}
.header .dados-cliente {
  width: 100%;
}
.header .dados-cliente > div {
  display: grid;
  grid-template-columns: 20% 80%;
  align-items: center;
}
.header .dados-cliente > div:nth-child(2) {
  grid-template-columns: 20% 30% 20% 30%;
}
.header .dados-cliente > div:nth-child(3) {
  grid-template-columns: 20% 40% 40%;
}
.header .dados-cliente span {
  color: #163650;
}
.header .dados-cliente .value {
  background-color: rgb(233, 233, 237);
  font-weight: 700;
  padding: 8px 12px;
}

.desconto-card-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}
.desconto-card-list .desconto-card-container {
  flex: 1;
}
.desconto-card-list .desconto-card-container.selected .desconto-card-header {
  background-color: #1A67A6;
  font-size: 1.2rem;
}
.desconto-card-list .desconto-card-container.selected .desconto-card {
  background-color: #1C71B7;
}
.desconto-card-list .desconto-card-container:hover:not(.selected), .desconto-card-list .desconto-card-container:focus:not(.selected) {
  filter: brightness(1.2);
}
.desconto-card-list .desconto-card-container:nth-child(2) .desconto-card-name, .desconto-card-list .desconto-card-container:nth-child(3) .desconto-card-name {
  text-decoration: underline;
}
.desconto-card-list .desconto-card-header {
  padding: 1rem;
  background-color: #EF5F25;
  width: 80%;
  margin-bottom: -8px;
  border-radius: 8px 8px 0 0;
  color: #fff;
  position: relative;
}
.desconto-card-list .desconto-card-header span {
  display: block;
  margin-bottom: 4px;
}
.desconto-card-list .desconto-card-header::after {
  content: "";
  display: block;
  width: 100%;
  height: 16px;
  position: absolute;
  left: 0;
  bottom: -12px;
  border-radius: 6px 6px 0 0;
  box-shadow: 0 -12px 0 rgba(0, 0, 0, 0.1);
}
.desconto-card-list .desconto-card-percentual {
  font-weight: 600;
}
.desconto-card-list .desconto-card {
  padding: 1rem;
  background-color: #F1713F;
  color: white;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
}
.desconto-card-list .desconto-card span {
  font-size: 1rem;
}
.desconto-card-list .desconto-card .desconto-card-name {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  font-style: italic;
}
.desconto-card-list .desconto-card .desconto-card-name::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: black;
  margin-top: 2px;
  opacity: 0.2;
}
.desconto-card-list .desconto-card .desconto-card-valor-anual {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.desconto h3 {
  font-size: 1.1rem;
  margin-left: 1rem;
  font-weight: 400;
}
.desconto h3 span {
  font-weight: 700;
}

.desconto-simulacao {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
}
.desconto-simulacao .desconto-simulacao-chart {
  width: 100%;
  height: 350px;
  background-color: rgb(233, 233, 237);
  border-radius: 1rem;
}
.desconto-simulacao .desconto-simulacao-message {
  max-width: 350px;
  width: 70%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.desconto-simulacao .desconto-simulacao-message > div:first-child {
  width: 100%;
  height: 100%;
  background-image: url("../../../image/fatura-landingpage/seta-gradiente.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  z-index: 999;
}
.desconto-simulacao .desconto-simulacao-message > div.message {
  background-color: #E64E1B;
  color: #fff;
  display: flex;
  place-items: center center;
  width: 85%;
  height: 85%;
  padding-inline: 2rem;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  text-align: center;
  margin-top: 1rem;
}
.desconto-simulacao .desconto-simulacao-message > div.message span {
  font-size: clamp(0.825rem, 2.5vw, 1.25rem);
}

h3 {
  font-size: 1.3rem;
  text-align: center;
}

.desconto-bandeira h3 {
  font-weight: 600;
  font-size: 1.2rem;
}

.desconto-bandeira-card-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-bottom: 2rem;
}
.desconto-bandeira-card-list .desconto-bandeira-card {
  background-color: rgb(233, 233, 237);
  padding: 0.75rem 0.5rem;
  border-radius: 12px;
  gap: 0.5rem;
  display: flex;
  align-items: center;
}
.desconto-bandeira-card-list .desconto-bandeira-card-image {
  width: 30%;
}
.desconto-bandeira-card-list .desconto-bandeira-card-image img {
  width: 40px;
}
.desconto-bandeira-card-list .desconto-bandeira-card-data {
  display: flex;
  flex-direction: column;
  width: 70%;
}
.desconto-bandeira-card-list .desconto-bandeira-card-data > span {
  font-weight: 700;
}
.desconto-bandeira-card-list .desconto-bandeira-card-data > span:first-child {
  color: #1C71B7;
}

.economia {
  position: relative;
  margin-bottom: 3rem;
}
.economia .economia-chart-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 15px;
}
@media (min-width: 768px) {
  .economia .economia-chart-title {
    top: 30px;
    left: 30px;
  }
}
.economia .bg-image {
  background-image: url(../../../image/fatura-landingpage/background-economia.png);
  background-position: center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 90%;
  border-radius: 8px;
}
.economia .economia-chart {
  height: 300px;
}

.clientes h3 {
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 1rem;
  margin-left: 1rem;
}
.clientes .clientes-imagens {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  align-items: center;
  justify-content: center;
}
.clientes .clientes-imagens img {
  justify-self: center;
  width: 60%;
}

.show-load-select {
  background-image: url(/content/image/load-field.gif);
  background-repeat: no-repeat;
  background-position: 94% center;
  pointer-events: none;
}

footer {
  margin-top: auto;
  background-image: linear-gradient(90deg, #1C71B7, #E64E1B);
  padding: 2rem;
  border-top-left-radius: 4rem;
  color: #ddd;
  text-align: center;
}
footer > div {
  max-width: 1368px;
  margin: 0 auto;
}
footer .contato-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}
footer img {
  max-width: 200px;
}
footer .whatsapp {
  color: #fff;
  line-height: 1.4;
}
footer .whatsapp label {
  margin-bottom: -0.7rem;
}
footer .whatsapp .telefone {
  font-size: 3rem;
  font-weight: 700;
}
footer .whatsapp .nome {
  font-weight: 500;
}
footer .whatsapp .default > span {
  font-size: 2.7rem;
  font-weight: 700;
}
footer a, footer a:hover {
  text-decoration: none;
  color: inherit;
}
footer address {
  margin: 0;
}
footer address div {
  display: flex;
  gap: 10px;
  margin-bottom: 8px;
  justify-content: center;
}
footer address div span {
  font-size: 0.925rem;
}

@media (min-width: 768px) {
  .header {
    flex-direction: row;
  }
  .header h1 {
    font-size: 2.5rem;
  }
  .header > div, .header .dados-cliente {
    width: 50%;
  }
  .desconto-card-list {
    flex-direction: row;
    gap: 2rem;
    margin-bottom: 2rem;
  }
  .desconto-simulacao .desconto-simulacao-message {
    width: 60%;
  }
  .desconto-simulacao .desconto-simulacao-message > .div.message span {
    font-size: 1.25rem;
  }
  h3 {
    text-align: left;
  }
  .desconto-bandeira-card-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .desconto-bandeira-card-list .desconto-bandeira-card-image img {
    width: 40px;
  }
  .desconto-bandeira-card-list .desconto-bandeira-card-data > span {
    font-size: 1.1rem;
  }
  .clientes .clientes-imagens {
    grid-template-columns: repeat(10, 1fr);
  }
  .clientes .clientes-imagens img {
    width: auto;
    max-width: 90px;
  }
}
@media (min-width: 992px) {
  .header h1 {
    font-size: 3.5rem;
  }
  .header > div:first-child img {
    width: auto;
  }
  .desconto-bandeira-card-list {
    width: 80%;
    margin-inline: auto;
    grid-template-columns: repeat(4, 1fr);
  }
  .desconto-bandeira-card {
    max-width: 170px;
  }
  .desconto-simulacao {
    flex-direction: row;
  }
  .desconto-simulacao .desconto-simulacao-chart {
    width: 70%;
    height: 350px;
  }
  .desconto-simulacao .desconto-simulacao-message {
    width: 30%;
  }
  .desconto-simulacao .desconto-simulacao-message > div.message span {
    font-size: 1.1rem;
  }
}
@media (min-width: 1200px) {
  .desconto-bandeira-card-image img {
    width: 56px;
  }
  .desconto-bandeira-card-data > span {
    font-size: 1.2rem;
  }
  .desconto-simulacao .desconto-simulacao-chart {
    width: 60%;
    height: 350px;
    background-color: rgb(233, 233, 237);
  }
  .desconto-simulacao .desconto-simulacao-message {
    width: 40%;
    margin: 0 auto;
  }
  .desconto-simulacao .desconto-simulacao-message > div.message span {
    font-size: 1.1rem;
  }
  .desconto-simulacao .desconto-simulacao-message > div.message span {
    font-size: 1.2rem;
  }
  footer {
    padding: 2rem 4rem;
    text-align: left;
  }
  footer .contato-container {
    flex-direction: row;
  }
  footer img {
    max-width: 100%;
  }
  footer .whatsapp span:last-child {
    font-size: 3.5rem;
  }
  footer address div {
    justify-content: flex-start;
  }
  footer address div span {
    font-size: 1rem;
  }
}
@media print {
  @page {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  body {
    overflow: hidden;
    print-color-adjust: exact;
  }
  main {
    margin-bottom: 0;
  }
  .header {
    flex-direction: row;
  }
  .desconto-card-list {
    flex-direction: row;
  }
  .desconto-simulacao {
    flex-direction: row;
  }
  .desconto-simulacao .desconto-simulacao-chart {
    width: 70% !important;
  }
  .desconto-simulacao .desconto-simulacao-message > div.message span {
    font-size: 1rem;
  }
  .desconto-bandeira-card-list {
    width: 80%;
    margin-inline: auto;
    grid-template-columns: repeat(4, 1fr);
  }
  .desconto-bandeira-card {
    max-width: 170px;
  }
  .economia {
    margin-bottom: 1rem;
  }
  .clientes-imagens {
    grid-template-columns: repeat(10, 1fr) !important;
  }
  .clientes-imagens img {
    width: 64px !important;
  }
  footer {
    padding: 2rem 4rem;
    padding-bottom: 0.5rem;
    text-align: left;
  }
  footer .contato-container {
    flex-direction: row;
  }
  footer img {
    max-width: 100%;
  }
  footer .whatsapp span:last-child {
    font-size: 3.5rem;
  }
  footer address div {
    justify-content: flex-start;
  }
  footer address div span {
    font-size: 1rem;
  }
  footer .orange-message {
    display: none;
  }
}
.body-print body {
  overflow: hidden;
  print-color-adjust: exact;
}
.body-print main {
  margin-bottom: 0;
}
.body-print .header {
  flex-direction: row;
}
.body-print .desconto-card-list {
  flex-direction: row;
}
.body-print .desconto-simulacao {
  flex-direction: row;
}
.body-print .desconto-simulacao .desconto-simulacao-chart {
  width: 70% !important;
}
.body-print .desconto-simulacao .desconto-simulacao-message > div.message span {
  font-size: 1rem;
}
.body-print .desconto-bandeira-card-list {
  width: 80%;
  margin-inline: auto;
  grid-template-columns: repeat(4, 1fr);
}
.body-print .desconto-bandeira-card {
  max-width: 170px;
}
.body-print .economia {
  margin-bottom: 1rem;
}
.body-print .clientes-imagens {
  grid-template-columns: repeat(10, 1fr) !important;
}
.body-print .clientes-imagens img {
  width: 64px !important;
}
.body-print footer {
  padding: 2rem 4rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
.body-print footer .contato-container {
  flex-direction: row;
}
.body-print footer img {
  max-width: 100%;
}
.body-print footer .whatsapp span:last-child {
  font-size: 3.5rem;
}
.body-print footer address div {
  justify-content: flex-start;
}
.body-print footer address div span {
  font-size: 1rem;
}
.body-print footer .orange-message {
  display: none;
}
.body-print {
  overflow: initial;
}
.body-print main {
  margin-bottom: 0;
}
