@font-face {
  font-family: "aller";
  src: url("Aller_Bd.ttf") format("truetype");
}

@media only screen and (min-width: 480px) {
  .machine-top-margin {
    margin-top: 50vh !important;
  }
}

@media only screen and (min-width: 1000px) {
  .sub-navbar {
    display: flex !important;
  }

  .second-footer > div + div {
    margin-top: 0px !important;
  }
  .second-footer {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .default-section span {
    margin-top: 48px !important;
  }
  .my-cards {
    flex-direction: row !important;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 32px;
  }

  .my-cards .my-card + .my-card {
    margin-top: 0px !important;
  }
  section.default-section {
    padding: 120px 10% 120px 10% !important;
  }
  section.default-section > * + * {
    margin-top: 60px !important;
  }
  section.default-section .default-image {
    margin-top: 0px !important;
    height: 100%;
    width: auto;
    min-height: 300px;
    max-height: 400px;
  }
  section.default-section {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    align-items: center;
    column-gap: 20px;
  }
  .desktop-only-image {
    display: block !important;
  }
  .my-cards .my-card2 + .my-card2 {
    margin-top: 40px !important;
    margin-left: 20px;
  }
  .help {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .help section:last-child {
    background-color: #fff !important;
    padding: 50px 20% 50px 10px !important;
  }
  .help section:first-child {
    padding: 50px 20px 50px 20% !important;
  }
  .help input,
  .help textarea {
    background-color: var(--background-light) !important;
  }
  .my-cards .my-card2:first-child {
    margin-top: 40px !important;
  }

  form {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    column-gap: 40px;
  }

  form > .clear-margin {
    margin-top: 0px !important;
  }

  .opinions {
    flex-direction: row !important;
    align-items: flex-start !important;
  }

  .opinions > * + * {
    margin-left: 40px;
    margin-top: 0px !important;
  }
  section.asset-margin-top {
    padding-top: 200px;
  }
  section.asset-margin-bottom {
    padding-bottom: 200px;
  }

  .margin-0 {
    margin-top: 0px !important;
  }
  .button {
    align-self: flex-start !important;
    justify-self: flex-start !important;
  }

  #mobile-only {
    display: none !important;
  }
  #desktop-only {
    display: grid !important;
  }

  .get-a-franchise-asset {
    right: -550px !important;
  }
}

@media only screen and (min-width: 1140px) {
  .get-a-franchise-asset {
    right: -380px !important;
  }
  .business-row {
    flex-direction: row !important;
    width: 100%;
  }

  .business-row img {
    margin-bottom: 0px !important;
  }
}

@media only screen and (min-width: 1630px) {
  .get-a-franchise-asset {
    height: 130% !important;
  }
}

/*Ajustando tamanho do texto do navbar*/
@media only screen and (min-width: 1180px) {
  .sp-megamenu-parent li a {
    font-size: 14px !important;
  }
}

.sp-megamenu-parent a {
  font-size: 11px !important;
}

* {
  padding: 0;
  border: 0;
  margin: 0;
  box-sizing: border-box;

  --background-dark: linear-gradient(45deg, #005e91, #58c2fc);
  --background-1: #99dbff;
  --background-2: #e7e7e7;
  --background-3: #f6f6f6;

  --text-dark-primary: #1a1b1e;
  --text-dark-secondary: #1f1f1f;

  --text-light: #fff;
  --text-light-secondary: #ccc;

  --text-blue: #005e91;

  --blue-1: #008ad6;
  --blue-7: #003857;

  --border: 8px;
}

h1 {
  font-size: 48px !important;
  font-weight: 900 !important;
  margin: 0 !important;
  color: var(--blue-7);
  letter-spacing: -0.1rem;
  font-family: "aller", "Source Sans Pro", sans-serif !important;
}
h2 {
  font-size: 40px !important;
  font-weight: 900 !important;
  margin: 0 !important;
  letter-spacing: -0.1rem;
  color: var(--blue-7);
  font-family: "aller", "Source Sans Pro", sans-serif !important;
}
h3 {
  font-size: 32px !important;
  font-weight: 600 !important;
  margin: 0 !important;
  color: var(--blue-7);
  font-family: "aller", "Source Sans Pro", sans-serif !important;
}
h4 {
  font-size: 24px !important;
  font-weight: 600 !important;
  margin: 0 !important;
}
h5 {
  font-size: 18px !important;
  font-weight: 600 !important;
  margin: 0 !important;
}
h6 {
  font-size: 10px !important;
  font-weight: 600 !important;
  margin: 0 !important;
}
p {
  font-size: 18px !important;
  line-height: 25px;
  font-family: "Source Sans Pro" !important;
}

img {
  transition: 0.2s;
}

body {
  width: 100vw;
  height: 100vh;
  color: var(--text-dark-primary);
  font-family: "Lato", sans-serif !important;
  overflow-x: hidden;
}

section.default-section {
  padding: 48px 10% 48px 10%;
  width: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
}

section.default-section > * + * {
  margin-top: 48px !important;
}

.default-image {
  width: 100%;
  align-self: center;
  justify-self: center;
}

.desktop-only-image {
  display: none;
}

/*Card 1*/
.my-cards {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.my-cards.bold p {
  font-weight: bold;
}

.my-cards .my-card + .my-card {
  margin-top: 48px;
}

.my-card {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  flex-basis: 300px;
  flex-grow: 1;
  justify-content: center;
}

.my-card img {
  width: 112px;
  height: 112px;
  display: block;
}

.my-card > * + * {
  margin-top: 48px !important;
  margin-bottom: 0px !important;
}
.my-card p {
  color: var(--text-dark-secondary);
  max-width: 250px;
}

/*checklist item*/
.checklist-item {
  display: flex;
  flex-direction: row;
}
.checklist-item img {
  width: 32px;
  height: 32px;
  margin-right: 18px;
}

.checklist-item p {
  margin-bottom: 0px !important;
}

.checklist-item + .checklist-item {
  margin-top: 32px;
}
/*opinios*/
.opinions {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.opinions > * + * {
  margin-top: 16px;
}
.opinion {
  width: 100%;
  justify-content: flex-start;
  max-width: 350px;
  border-radius: 8px;
  padding: 48px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Source Sans Pro" !important;
  border: 1px solid #eee;
  transition: 0.2s;
}

.opinion:hover {
  box-shadow: 0px 0px 17px -5px rgba(0, 0, 0, 0.15);
}

.opinion > img {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  display: block;
}

.opinion p {
  font-style: italic;
}

.opinion > * + * {
  margin-top: 32px;
}

.opinion .person-data {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.opinion .person-data h6 {
  font-size: 14px !important;
  font-weight: bold !important;
}

.opinion .person-data img {
  margin-right: 4px;
}

.opinion .person-data div {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

/*button*/
.button {
  border-radius: 50px;
  padding: 18px 32px 18px 32px;
  width: 100%;
  max-width: 350px;
  min-height: 52px;
  align-self: center;
  justify-self: center;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  transition: 0.2s;
  filter: drop-shadow(0px 4px 8px rgba(0, 138, 214, 0.75));
  cursor: pointer;
}

.button-outline {
  border: 2px solid #99dbff;
  color: #99dbff !important;
  filter: none;
}

.button-outline h5 {
  font-size: 15px !important;
}

.button-ligth {
  background-color: #fff;
  color: var(--text-blue);
}
.button-dark {
  background: var(--blue-1);
  color: #fff;
}
.button:focus {
  outline-color: var(--background-blue-ligth);
}
.button h4 {
  font-weight: 700 !important;
  font-family: "Lato", sans-serif !important;
  user-select: none;
}
.button:hover {
  filter: drop-shadow(0px 4px 8px rgba(0, 138, 214, 1)) brightness(120%);
}
.button.button-disabled:hover {
  filter: none !important;
}
.button-disabled {
  background-color: #555;
  filter: none;
  cursor: initial;
}

/*Assets*/
.bg-1 {
  background-color: var(--background-1);
}
.bg-2 {
  background-color: var(--background-2);
}
.bg-3 {
  background-color: var(--background-3);
}
.custom-bg-dark {
  background: var(--background-dark);
  color: #fff !important;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.color-light {
  color: #fff !important;
}
.color-light-secondary {
  color: var(--text-light-secondary);
}

.grid-column-1 {
  grid-column: 1;
}
.grid-column-2 {
  grid-column: 2;
}
.grid-column-12 {
  grid-column: 1/3;
}
.grid-row-1 {
  grid-row: 1/999;
}
.move-image:hover {
  transform: translateY(-5px);
}

/*machine in top*/
.positon-relative {
  position: relative;
}
.machine-top {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -90%);
  width: 50%;
  max-width: 400px;
}
.machine-top-margin {
  margin-top: 30vh;
}

/*credit card*/
.credit-card {
  width: 70%;
  max-width: 600px;
  display: block;
  align-self: center;
  justify-self: center;
}

/*FAQ element*/
.faq-card {
  background-color: #fff;
}
.faq-card-header {
  display: grid;
  grid-template-columns: 1fr 40px;
  padding: 32px 24px 32px 24px;
  transition: 0.2s;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
}
.faq-card-header h3 {
  cursor: pointer;
  color: var(--blue-1);
  user-select: none;
}
.faq-card-body {
  height: 100%;
  max-height: 0px;
  transition: 0.4s;
  padding: 0;
  padding-left: 24px;
  padding-right: 24px;
}

.faq-card-body p {
  transform: scaleY(0);
  transform-origin: top;
  transition: 0.2s;
  font-size: 16px !important;
  color: #727272;
}

.default-section span {
  margin-top: 0px !important;
}

.faq-card.active .faq-card-header {
  border-left: 4px solid var(--blue-1);
}
.faq-card.active .faq-card-body {
  max-height: 800px;
  padding: 32px 24px 32px 24px;
}
.faq-card.active .faq-card-body p {
  transform: scaleY(1);
}

.faq-cards > :first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.faq-cards > :last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

/*input*/
.input-block {
  display: flex;
  position: relative;
  flex-direction: column;
}
.input-block .input-border-bottom {
  background-color: var(--blue-1);
  height: 2px;
  width: 0;
  position: absolute;
  bottom: 0;
  transform-origin: center;
  transition: 0.4s;
  left: 50%;
}
.input-block:focus-within .input-border-bottom {
  width: 100%;
  left: 0;
  transform: translateX(0);
}

input,
textarea,
select {
  padding: 8px !important;
  box-sizing: border-box;
  margin-top: 0px !important;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: rgb(245, 245, 245) !important;
  border: 0 !important;
  outline: 0;
  min-height: 40px;
}
textarea {
  height: 100%;
}
input.error,
textarea.error,
label.file.error {
  border: 1px solid red !important;
}
/*form*/
form {
  display: flex;
  flex-direction: column;
}
form > * + * {
  margin-top: 16px;
}
form > div:last-child {
  margin-top: 0px !important;
}
form label {
  color: var(--blue-7);
  font-size: 16px !important;
  font-weight: bold;
  margin-bottom: 8px;
}

label.file {
  padding: 8px !important;
  box-sizing: border-box;
  margin-top: 0px !important;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: rgb(245, 245, 245) !important;
  border: 0 !important;
  outline: 0;
  min-height: 40px;
}

/*Business*/
.business-row {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.business-row img {
  height: 80px;
  width: fit-content;
  display: block;
  transition: 0.2s;
  margin-bottom: 40px;
}
.business-row img:hover {
  filter: grayscale(0);
}
/*absolute image*/
.get-a-franchise-asset {
  position: absolute;
  right: -310px;
  top: 50%;
  display: none;
  transform: translateY(-60%);
  height: 110%;
}
/*Social media*/
.second-footer {
  display: flex;
  flex-direction: column;
  color: #fff !important;
}

.second-footer div {
  display: flex;
  flex-direction: column;
}

.second-footer > div + div {
  margin-top: 32px;
}
.second-footer div > p {
  font-size: 14px !important;
  margin-bottom: 16px;
}

.second-footer div div p {
  font-size: 14px !important;
  margin-bottom: 16px;
}

.second-footer div div {
  display: flex;
  flex-direction: row;
}
.second-footer div div > * + * {
  margin-left: 20px;
}
.second-footer .social-media-icon {
  border: 2px solid #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
}

.second-footer button {
  background-color: transparent !important;
}

.second-footer .social-media-icon:hover {
  background-color: var(--blue-7);
}
.second-footer .social-media-icon img {
  width: 30px;
  height: 30px;
}

/*Page Header*/
header.page-header {
  background-color: #005e91;
  text-align: center;
  padding: 48px 10% 48px 10%;
}
header.page-header h1 {
  color: #fff !important;
}

/*Template correction*/
.sp-main-body container {
  max-width: 100% !important;
}
#sp-position1 {
  padding: 0px !important;
}
#sp-main-body .row {
  margin: 0 !important;
}

#sp-header > .container {
  max-width: 100% !important;
  padding-left: 10%;
  padding-right: 10%;
}

#sp-bottom a {
  color: #fff;
}
#sp-bottom a:hover {
  color: #f0f0f0;
}

#sp-footer {
  background: #003857 !important;
}

#sp-footer .container-inner {
  border: 0 !important;
}

#sp-footer1 {
  display: flex;
  justify-content: center;
}

#sp-main-body {
  padding: 0px !important;
}

#sp-bottom > .container {
  padding: 48px 10% 48px 10%;
  max-width: 100%;
  font-family: "Source Sans Pro", sans-serif !important;
}
#sp-bottom-2 > .container {
  padding: 0px 10% 48px 10%;
  max-width: 100%;
}
#sp-bottom .row > div {
  padding: 0;
}

#sp-bottom .row {
  margin: 0;
}

.sp-scroll-up {
  background: var(--blue-7);
  transition: 0.2s;
  border: 1px solid #005e91;
  right: initial !important;
  left: 30px !important;
}

.sp-scroll-up:hover,
.sp-scroll-up:active,
.sp-scroll-up:focus {
  background: var(--blue-7);
  filter: brightness(160%);
}

/* Tabela de taxas */
.taxs-table img {
  max-width: 50px;
  width: 100%;
  height: auto;
}

#taxs-table {
  border: 1px solid #eee;
  width: 100%;
  margin-top: 0px !important;
  font-size: 12px !important;
  text-align: center;
  justify-content: center;
  align-items: center;
  overflow-wrap: break-word;
}

.taxs-table td,
.taxs-table th {
  padding: 5px;
  border: 1px solid #eee;
}

.taxs-table tr td:nth-child(odd),
.taxs-table tr th:nth-child(odd) {
  background-color: #fff;
}

.change-table {
  display: flex;
  flex-direction: row;
}
.change-table .change-button {
  display: flex;
  background-color: var(--blue-7);
  color: #fff;
  width: 100%;
  padding: 10px;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.change-table .change-button.table-active {
  background-color: var(--blue-1);
  filter: drop-shadow(0px 4px 8px rgba(0, 138, 214, 0.75));
  transition: 0.2s;
}
.change-table .change-button p {
  font-weight: bold;
  margin-bottom: 0px !important;
}

/* Calculadora de taxas */
.taxs-calculator {
  display: flex;
  flex-direction: column;
}
.taxs-calculator select,
.taxs-caulator input {
  margin-bottom: 16px;
}

.taxs-calculator select,
.taxs-calculator input {
  background-color: #fff !important;
  border-radius: 4px;
  min-height: 40px;
}

.taxs-calculator input {
  padding-left: 30px !important;
}

.input-mask {
  position: relative;
}
.input-mask .input-prefix {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  user-select: none;
  pointer-events: none;
}
.result {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.result h1 {
  color: var(--blue-1) !important;
}

#mobile-only {
  display: flex;
}

#desktop-only {
  display: none;
}
.sp-main-body container {
  max-width: 100% !important;
}
#sp-position1 {
  padding: 0px !important;
}
#sp-main-body .row {
  margin: 0 !important;
}

#sp-header > .container {
  max-width: 100% !important;
  padding-left: 10%;
  padding-right: 10%;
}

#sp-bottom a {
  color: #fff;
}
#sp-bottom a:hover {
  color: #f0f0f0;
}

#sp-footer {
  background: #003857 !important;
}

#sp-footer .container-inner {
  border: 0 !important;
}

#sp-footer1 {
  display: flex;
  justify-content: center;
}

#sp-main-body {
  padding: 0px !important;
}
#sp-bottom-2 > :first-child {
  margin: 0 !important;
}

.offcanvas-menu ul.menu li a,
.offcanvas-menu ul.menu li span {
  font-size: 1.4rem !important;
  padding: 0.6rem 0 !important;
}

.offcanvas-menu ul.menu:first-child::before {
  content: "";
  background-image: url("http://redef5bank.com.br/images/asset-29.png");
  background-size: 100%;
  display: inline-block;
  width: 200px;
  height: 50px;
  content: "";
  margin-bottom: 20px;
}

select {
  border: 0 !important;
}
/* Whatsapp */
.wpp-icon {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #25d366;
  padding: 10px;
  border-radius: 100%;
  z-index: 2;
  cursor: pointer;
}
.wpp-icon img {
  width: 40px;
  height: 40px;
  user-select: none;
}

/* Whatsapp form */
.wpp-contact-container {
  position: fixed;
  bottom: 110px;
  right: 30px;
  transform-origin: bottom;
  width: 250px;
  transition: 0.3s;
  z-index: 2;
}

.wpp-contact-container.inactive {
  transform: translateX(290px);
}

.wpp-contact-container .wpp-header {
  background-color: #128c7e;
  display: flex;
  padding: 10px;
  color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.wpp-contact-container div {
  display: flex;
}
.wpp-contact-container p {
  margin-bottom: 0;
  user-select: none;
}

.wpp-contact-container p {
  margin-bottom: 0;
  user-select: none;
}

.wpp-contact-container img.f5-logo {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  margin-right: 8px;
}

.wpp-contact-container img.wpp-opt {
  height: 15px;
  margin-left: 16px;
}

.wpp-contact-container .wpp-talk,
.wpp-contact-container .wpp-send {
  background-color: #ecebe7;
  padding: 18px 10px 10px 10px;
}
.wpp-contact-container .wpp-talk {
  flex-direction: column;
}

.wpp-contact-container .options div {
  width: 90%;
  height: 100%;
  background-color: #128c7e !important;
  transition: 0.2s;
  cursor: pointer;
  color: #fff !important;
  font-size: 16px !important;
  user-select: none;
}

.wpp-contact-container .options div.active {
  filter: brightness(145%);
}

.wpp-contact-container .options div:hover {
  filter: brightness(130%);
}

.wpp-contact-container .wpp-talk div {
  background-color: #fff;
  padding: 5px;
  border-radius: 8px;
  max-width: 90%;
  width: 100%;
  border: 1px solid #ddd;
}
.wpp-contact-container .wpp-talk p {
  max-width: 200px;
  font-size: 16px !important;
}

.wpp-contact-container .wpp-send {
  background-color: #ecebe7;
  justify-content: center;
  align-items: center;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.wpp-contact-container .wpp-send textarea {
  background-color: #fff !important;
  border-radius: 40px !important;
  height: 40px !important;
  overflow: hidden;
  padding: 5px 8px 5px 8px !important;
  border: 1px solid #ddd !important;
  appearance: textfield;
  outline: 0;
  font-size: 16px !important;
}

.wpp-contact-container .wpp-send textarea.disabled {
  background-color: #bbb !important;
}

.wpp-contact-container .wpp-send .wpp-send-button {
  background-color: #128c7e;
  border-radius: 50%;
  width: auto;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin-left: 8px;
  cursor: pointer;
}
.wpp-contact-container .wpp-send img {
  width: 16px;
  height: 16px;
}
.wpp-contact-container .wpp-close {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #ecebe7;
  width: 20px;
  height: 20px;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  cursor: pointer;
}
.wpp-contact-container .wpp-close p {
  font-weight: bold;
  font-size: 12px !important;
}

/*Template scroll top */
.sp-scroll-up {
}

/*Template sub navbar*/
.sub-navbar {
  background-color: var(--blue-1);
  padding: 24px 10% 24px 10%;
  display: none;
  justify-content: space-between;
  align-items: center;
}
.sub-navbar .nav-portals {
  display: flex;
  flex-direction: row;
}

.sub-navbar .button-nav-outline {
  border: 2px solid #fff;
  color: #fff;
}

.sub-navbar .button {
  width: 250px;
}

.sub-navbar .button-nav-outline + .button-nav-outline {
  margin-left: 32px;
}

.offcanvas-menu .button-nav-outline {
  border: 2px solid var(--blue-1);
  color: var(--blue-1);
}
.offcanvas-menu .button-nav-outline,
.offcanvas-menu .button-dark {
  margin-top: 9.6px;
  margin-bottom: 9.6px;
}

.form-message {
  position: fixed;
  opacity: 100%;
  width: 80%;
  max-width: 400px;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  left: 50%;
  top: 50%;
  pointer-events: initial;
  transition: 0.3s;
  z-index: 6;
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 17px -5px rgba(0, 0, 0, 0.15);
}

.form-message.hide {
  opacity: 0;
  pointer-events: none;
}

.form-message h3 {
  margin-bottom: 24px !important;
}

.my-cards li {
  width: 100%;
}

.redirect-icon {
  margin-left: 4px;
  transform: rotate(-45deg);
}
