@charset "UTF-8";
html, * {
  font-family: "Roboto", sans-serif;
}

@keyframes aparece {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    z-index: 5;
  }
}
@keyframes some {
  0% {
    opacity: 1;
    transform: scale(1);
    display: flex;
  }
  100% {
    opacity: 0;
    transform: scale(1.6);
    display: none;
  }
}
.row {
  margin-left: 0px;
  margin-right: 0px;
}

html {
  background-color: #000;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.desktop {
  display: none;
}
@media only screen and (min-width: 1000px) {
  .desktop {
    display: flex;
  }
}

.mobile {
  background-color: #121212;
}
@media only screen and (min-width: 1000px) {
  .mobile {
    display: none;
  }
}

footer {
  font-size: 0.65rem;
  color: white;
  bottom: 0px;
  z-index: 50;
  width: 100vw;
  height: 5vh;
  background-color: black;
}
@media only screen and (min-width: 576px) {
  footer {
    position: fixed;
    background-color: transparent;
  }
}

.textEnd {
  text-align: end;
}

nav {
  background-color: black;
  left: 0;
  bottom: 0;
  z-index: 10;
  position: fixed;
  background-color: transparent;
}

.sidebar {
  width: 100%;
  top: 20%;
  left: 0;
  bottom: 0;
  z-index: 10;
  position: fixed;
  background: black;
  height: auto;
}
@media (min-width: 960px) {
  .sidebar {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (min-width: 600px) {
  .sidebar {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.sidebar .navbar-brand {
  max-width: 40%;
  margin-left: 30%;
  margin-right: 0px;
}
@media only screen and (min-width: 1000px) {
  .sidebar {
    height: 100%;
    pointer-events: none;
    background-color: transparent;
  }
}
.sidebar ul {
  width: 100%;
  list-style: none;
}
.sidebar ul li {
  pointer-events: all;
}
.sidebar ul li a {
  color: white;
  text-decoration: none;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 600;
}
@media only screen and (min-width: 1000px) {
  .sidebar ul li a {
    color: #fff;
  }
}
.sidebar ul li a:hover {
  color: white;
}
.sidebar ul .active .a1:after {
  color: white;
  content: "01.";
  font-size: 0.8rem;
  left: 0.3em;
  top: -0.4em;
  position: relative;
}
.sidebar ul .active .a2:after {
  color: white;
  content: "02.";
  font-size: 0.8rem;
  left: 0.3em;
  top: -0.4em;
  position: relative;
}
.sidebar ul .active .a3:after {
  color: white;
  content: "03.";
  font-size: 0.8rem;
  left: 0.3em;
  top: -0.4em;
  position: relative;
}
.sidebar ul .active .a4:after {
  color: white;
  content: "04.";
  font-size: 0.8rem;
  left: 0.3em;
  top: -0.4em;
  position: relative;
}
.sidebar ul .active .a5:after {
  color: white;
  content: "05.";
  font-size: 0.8rem;
  left: 0.3em;
  top: -0.4em;
  position: relative;
}
.sidebar ul .active .a6:after {
  color: white;
  content: "06.";
  font-size: 0.8rem;
  left: 0.3em;
  top: -0.4em;
  position: relative;
}

.active .a1 {
  color: #fff;
}
.active .a1:after {
  color: rgb(242, 99, 38);
  content: "01.";
  font-size: 0.8rem;
  left: 0.3em;
  top: -1em;
  position: relative;
}
.active .a2 {
  color: #fff;
}
.active .a2:after {
  color: rgb(242, 99, 38);
  content: "02.";
  font-size: 0.8rem;
  left: 0.3em;
  top: -1em;
  position: relative;
}
.active .a3 {
  color: #fff;
}
.active .a3:after {
  color: rgb(242, 99, 38);
  content: "03.";
  font-size: 0.8rem;
  left: 0.3em;
  top: -1em;
  position: relative;
}
.active .a4 {
  color: #fff;
}
.active .a4:after {
  color: rgb(242, 99, 38);
  content: "04.";
  font-size: 0.8rem;
  left: 0.3em;
  top: -1em;
  position: relative;
}
.active .a5 {
  color: #fff;
}
.active .a5:after {
  color: rgb(242, 99, 38);
  content: "05.";
  font-size: 0.8rem;
  left: 0.3em;
  top: -1em;
  position: relative;
}

article {
  width: 100%;
  position: relative;
  overflow: hidden;
}
article section {
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  transform: translate3d(0, 0, 0);
  will-change: transform, opacity, display, contents;
}

.intro {
  height: 100%;
  opacity: 1;
}

.discovery h1 {
  font-size: 1.4rem;
}
.discovery p {
  font-size: 0.875rem;
  color: white;
}

.conteudo {
  animation: aparece 600ms linear 0s 1 normal forwards;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.conteudo * p {
  animation: fade-in-top 850ms cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.conteudo * h1 {
  animation: fade-in-top 750ms cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.proj-1::before {
  animation: fade-in-top 500ms cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.proj-2::before {
  animation: fade-in-top 500ms cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.conteudo * img {
  animation: aparece 900ms linear 0s 1 normal forwards;
}

.conteudomob {
  background-color: #000;
  background-repeat: no-repeat;
}

.conteudomob-1 {
  background-color: #000;
  background-size: 100% 100%;
  background-position: center;
  height: 300px;
}

.conteudomob-2 {
  background-color: #000;
  height: 700px;
  padding-top: 175px !important;
  background-repeat: no-repeat;
  background-size: cover;
}

.conteudof {
  background-image: url("../images/fundo_omnipay_home.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.conteudo1 {
  background-image: url("../images/background_omnipay_home.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.conteudo2 {
  background-image: url("../images/background_omnipay_home.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.conteudo3 {
  background-image: url("../images/background_omnipay_home.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.conteudo4 {
  background-image: url("../images/background_omnipay_home.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.conteudol {
  background-image: url("../images/background_omnipay_home.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.front {
  animation: aparece 600ms linear 0s 1 normal forwards;
}

.back {
  animation: some 1000ms ease 0s 1 normal forwards;
}

.textAlingCenter {
  text-align: center;
}

.txt_white {
  color: #fff;
}

.align-items-sm-center {
  align-items: center !important;
}

.align-items-center {
  align-items: center !important;
}

.navbarbank {
  height: 100%;
}

.discoveryTitle {
  font-size: 6rem;
  color: #fff;
}

.discoveryTitleEnd {
  font-size: 3.25rem;
  color: #fff;
}

.btnPessoaFisica {
  font-weight: 400;
  cursor: pointer;
  border-radius: 30px;
  background-color: transparent;
  border: 1px solid #ccc;
  margin-bottom: 15px;
  padding: 10px 18% 10px 18%;
  color: #ccc;
  white-space: nowrap;
}
@media screen and (min-width: 425px) {
  .btnPessoaFisica {
    width: 100%;
  }
}

.btnConvite {
  font-weight: 700;
  color: white;
  cursor: pointer;
  border-radius: 30px;
  background-color: rgb(242, 99, 38);
  margin-bottom: 15px;
  padding: 10px 20% 10px 20%;
  border: rgb(242, 99, 38) 1px solid;
  white-space: nowrap;
}
@media screen and (min-width: 425px) {
  .btnConvite {
    width: 100%;
  }
}

.btnConviteEnd {
  cursor: pointer;
  border-radius: 100px;
  border: 1px solid #ccc;
  margin-bottom: 15px;
  padding: 10px 5% 10px 5%;
  color: rgb(242, 99, 38);
  background-color: transparent;
  border: rgb(242, 99, 38) 1px solid;
  white-space: nowrap;
}

.btnDisable {
  font-weight: 400;
  cursor: pointer;
  border-radius: 30px;
  background-color: transparent;
  border: 1px solid #666;
  margin-bottom: 15px;
  padding: 10px 18% 10px 18%;
  color: #666;
  white-space: nowrap;
}
@media screen and (min-width: 425px) {
  .btnDisable {
    width: 100%;
  }
}

p {
  color: #212121;
}

@media only screen and (min-width: 1620px) {
  .col-max-2 {
    flex: 0 0 auto;
    width: 18.66666667%;
  }
}
.navmobile {
  top: 0px;
  left: 0px;
  width: 100vw;
  background-color: #090909;
}

.modal-header {
  border: none;
}

.modal-content {
  background-color: #212121;
  color: white;
}

.btn-close {
  background: white url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.input-modal {
  border-width: 0px 0px 1px;
  background-color: transparent;
  color: white;
  width: 100%;
  margin-top: 30px;
}

.input-modal-double-group {
  width: 45% !important;
}
@media screen and (max-width: 767px) {
  .input-modal-double-group {
    width: 100% !important;
  }
}

.input-modal-four-group {
  width: 20% !important;
}
@media screen and (max-width: 767px) {
  .input-modal-four-group {
    width: 50% !important;
  }
}

.vh-50 {
  height: 50vh;
}

.contratual ol {
  counter-reset: item;
}
.contratual li {
  display: block;
}
.contratual li::before {
  content: counters(item, ".") ". ";
  counter-increment: item;
}

.cont-1 {
  counter-reset: section3;
}

.cont-3 {
  counter-reset: decimals;
}

.contratual-2 h4 {
  counter-reset: subSection;
}
.contratual-2 h4::before {
  counter-increment: section;
  content: counter(section) ". ";
}
.contratual-2 h5::before {
  counter-increment: subSection;
  content: counter(section) "." counter(subSection) ". ";
}
.contratual-2 p::before {
  counter-increment: decimals;
  content: counter(section) "." counter(subSection) "." counter(decimals) ". ";
}
.contratual-2 .fw-300 {
  font-weight: 300;
}
.contratual-2 .fw-400 {
  font-weight: 400;
}

.text-goldenrod {
  color: rgb(242, 99, 38);
}

.hover-reset-color:hover {
  color: inherit;
}

.footer .politicas {
  color: white;
  text-decoration: none;
}
.footer .politicas:hover {
  color: rgb(242, 99, 38);
  text-decoration: none;
}
.footer .fs-12 {
  font-size: 12px;
}
.footer .icon {
  width: 50px;
  height: 30px;
}
.footer .linha-assinatura {
  border-bottom: #fff solid 1px;
}

.bg-black {
  background-color: #000;
}

.nav-brand-icon {
  width: 20%;
}
@media screen and (min-width: 576px) {
  .nav-brand-icon {
    width: 25%;
  }
}

.nav-item > a {
  color: white;
  text-decoration: none;
}

.proj-1 {
  margin-top: -84px;
}
@media screen and (max-width: 1440px) {
  .proj-1 {
    margin-top: -60px;
  }
}

.proj-1::before {
  content: "1.";
  font-size: 84px;
  color: #f26324;
  z-index: 10;
  position: relative;
  top: 99px;
  left: -88px;
  font-weight: 800;
}
@media screen and (max-width: 1440px) {
  .proj-1::before {
    font-size: 48px;
    color: #f26324;
    z-index: 10;
    position: relative;
    top: 60px;
    left: -52px;
    font-weight: 800;
  }
}

.proj-2 {
  margin-top: -84px;
}
@media screen and (max-width: 1440px) {
  .proj-2 {
    margin-top: -60px;
  }
}

.proj-2::before {
  content: "2.";
  font-size: 84px;
  color: #f26324;
  z-index: 10;
  position: relative;
  top: 99px;
  left: -88px;
  font-weight: 800;
}
@media screen and (max-width: 1440px) {
  .proj-2::before {
    font-size: 48px;
    color: #f26324;
    z-index: 10;
    position: relative;
    top: 60px;
    left: -52px;
    font-weight: 800;
  }
}

.txt-laranja {
  color: rgb(242, 99, 38);
  font-size: 20px;
}

.h-100vh {
  height: 100vh;
}

.fade-up {
  animation: fade-up 2s linear 0.5s both;
}
@keyframes fade-up {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    transform: translatey(100%);
    opacity: 0;
  }
  50% {
    transform: translatey(100%);
    opacity: 0;
  }
  100% {
    transform: translatey(0);
    opacity: 1;
  }
}
.content-first-slide {
  top: 0px;
}
@media screen and (max-width: 1440px) {
  .content-first-slide {
    top: 0px;
  }
}

.shadow-text {
  text-shadow: 2px 2px 2px #000;
}

.btn-green {
  background-color: #94de1d;
  border: #94de1d;
  font-size: 20px;
}

.btn-different {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-top-left-radius: 25px;
  border-top-right-radius: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.modal-juntos {
  background-image: url("../images/background_neutraliza_carbono_modal.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.px-6 {
  padding-right: 6rem;
  padding-left: 6rem;
}

.input-neutraliza {
  background-color: transparent;
}

.borda-lar {
  position: relative;
}

.borda-lar::before {
  position: absolute;
  content: "";
  background: url("../images/elemento_barra_neutraliza_carbono (1).svg");
  width: 15px;
  height: 100%;
  left: -20px;
  background-repeat: no-repeat;
}

.text-justify {
  text-align: justify;
  text-justify: inter-word;
}

.w-14rem {
  width: 14rem;
}

.logo {
  display: block;
  margin: 0 auto 20px auto;
  max-width: 150px; /* Ajuste o tamanho do logo conforme necessário */
}

.calculadora {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #fff;
  line-height: 1.6;
  padding: 20px;
  transition: background-color 0.5s, color 0.5s;
}

.calculator-title {
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
  font-size: 2.5em;
}

.calculator-container {
  max-width: 600px;
  margin: 0 auto;
  background: #18181b;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: background-color 0.5s, color 0.5s;
}

.calculator-label {
  display: block;
  margin-top: 15px;
  font-weight: bold;
  color: #fff;
  transition: color 0.5s;
}

.calculator-button {
  color: #000;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.calculator-button:hover {
  background-color: #0056b3;
}

.calculator-input, select, button {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1em;
  transition: background-color 0.5s, color 0.5s, border-color 0.5s;
}

#resultado, #resultadoMobile {
  color: #000;
  margin-top: 10px;
  padding: 15px;
  background-color: #f9f9f9;
  border-radius: 5px;
  border: 1px solid #ddd;
  transition: background-color 0.5s, color 0.5s, border-color 0.5s;
}

.destaque {
  font-weight: bold;
  color: #18181b;
  transition: color 0.5s;
}

.resultado-item {
  margin-bottom: 10px;
}

.dourado-omni {
  background: rgb(255, 254, 211);
  background: linear-gradient(48deg, rgb(255, 254, 211) 0%, rgb(248, 216, 76) 18%, rgb(220, 154, 16) 44%, rgb(252, 233, 95) 67%, rgb(243, 192, 49) 97%);
}

.dourado-omni-text, .sidebar ul .active, .sidebar ul .active .a1, .sidebar ul .active .a2, .sidebar ul .active .a3, .sidebar ul .active .a4, .sidebar ul .active .a5, .sidebar ul .active .a6, .form-floating > label {
  font-size: 20px;
  background: rgb(255, 254, 211);
  background: linear-gradient(48deg, rgb(255, 254, 211) 0%, rgb(248, 216, 76) 18%, rgb(220, 154, 16) 44%, rgb(252, 233, 95) 67%, rgb(243, 192, 49) 97%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block; /* Recommended for proper rendering */
}
.pointer-events-none{
    pointer-events: none;
}

.w-40 {
  width: 40%;
}/*# sourceMappingURL=main.css.map */