:root {
  --blue01: #003770;
  --blue02: #001933;

  --green01: #afca0b;
  --green02: #00b300;

  --red01: #c70000;

  --white01: #ffffff;

  --black01: #000000;
  --black02: #2d2d2d;

  --gray01: #f1f1f1;
  --gray02: #7c7b7b;
  --gray03: #2d2d2d;
  --gray04: #363636;
}

/* Configurações */
* {
  font-family: "Outfit", sans-serif;
}
*,
*:active,
*:focus {
  outline: 0;
  border: 0;
}

::-webkit-scrollbar {
  width: 8px;
  transition: 0.2s;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
  transition: 0.2s;
}
::-webkit-scrollbar-thumb {
  background: var(--green01);
  border: 0px none var(--white01);
  border-radius: 0px;
  transition: 0.2s;
}
::-webkit-scrollbar-track {
  background: var(--white01);
  border: 0px none #ffffff;
  border-radius: 0px;
  transition: 0.2s;
}

html {
  scroll-padding: 124px;
}

body {
  margin: 0;
  padding: 0;

  overflow-x: hidden;

  max-width: 100vw;
  min-height: 100vh;

  position: relative;
}

a {
  text-decoration: none !important;

  color: var(--blue02) !important;

  transition: 0.2s;
}

a:hover {
  color: var(--blue01) !important;
}

a.green {
  color: var(--green01) !important;
}

a.green:hover {
  color: var(--green02) !important;
}

::selection {
  color: var(--blue01);
  background: var(--green01);
}

.margin-top-24px {
  margin-top: 24px !important;
}
.margin-top-32px {
  margin-top: 32px !important;
}
.margin-top-36px {
  margin-top: 36px !important;
}
.margin-top-64px {
  margin-top: 64px !important;
}

hr {
  background-color: var(--green01) !important;

  height: 4px !important;

  margin: 0 !important;

  opacity: 1 !important;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1140px;
  }
}
/* ----- */

/* Navbar */
nav.navbar {
  background-color: var(--green01);

  position: sticky;
  top: 0;
  left: 0;

  width: 100vw;
  height: 72px;

  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);

  z-index: 500;
}

nav.navbar div.container {
  display: flex;
  align-items: center;

  position: relative;

  width: 100%;
  height: 100%;

  padding: 0 24px 0 0;
}

nav.navbar div.container img.logo {
  width: 195px;
  height: auto;

  cursor: pointer;
}

nav.navbar div.container img.sidenav-icon {
  width: auto;
  height: 24px;

  cursor: pointer;
}

@media (max-width: 576px) {
  nav.navbar {
    height: 64px;
  }

  nav.navbar div.container {
    padding: 0 20px 0 12px;
  }

  nav.navbar div.container img.logo {
    width: 150px;
  }

  nav.navbar div.container img.sidenav-icon {
    height: 22px;
  }
}
/* ----- */

/* Sidenav */
div.sidenav {
  background-color: rgba(0, 54, 112, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  width: 100vw;
  height: 100vh;

  position: fixed;
  left: 105vw;
  top: 0;

  padding: 64px 0;

  transition: left 0.4s;

  z-index: 502;
}
div.sidenav.active {
  left: 0;
}

div.sidenav img.logo {
  width: 250px;
  height: auto;
}

div.sidenav img.sidenav-icon {
  width: 26px;
  height: 26px;

  cursor: pointer;
}

div.sidenav div.links {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

div.sidenav div.links a {
  color: var(--white01) !important;

  font-size: 26px;
  font-weight: 600;

  letter-spacing: 1px;

  margin: 8px 0;
}
div.sidenav div.links a:first-of-type {
  margin: 0 0 8px 0;
}

div.sidenav div.social-media a {
  margin: 0 18px;
}
div.sidenav div.social-media a:first-of-type {
  margin: 0 18px 0 0;
}

div.sidenav div.social-media img {
  width: 42px;
  height: 42px;
}

div.sidenav p.copyright {
  color: var(--white01);

  font-size: 14px;
  font-weight: 500;

  letter-spacing: 0.5px;
}

@media (max-width: 576px) {
  div.sidenav div.container {
    padding: 0 28px 0 24px;
  }

  div.sidenav img.logo {
    width: 200px;
  }

  div.sidenav div.links a {
    font-size: 24px;

    margin: 8px 0;
  }
}
/* ----- */

/* Carousel */
div#carouselCT div.carousel-item {
  cursor: pointer;

  aspect-ratio: 3.84/1;

  height: auto;
  width: 100vw;

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
div#carouselCT div.carousel-item.invista-realize-seu-sonho {
  background-image: url("../img/banners/desktop/invista-realize-seu-sonho1.jpg");
}
div#carouselCT div.carousel-item.caminhao-novo1 {
  background-image: url("../img/banners/desktop/caminhao-novo1.jpg");
}
div#carouselCT div.carousel-item.carreta-nova1 {
  background-image: url("../img/banners/desktop/carreta-nova1.jpg");
}
div#carouselCT div.carousel-item.carro-novinho1 {
  background-image: url("../img/banners/desktop/carro-novinho1.jpg");
}
div#carouselCT div.carousel-item.carro-novinho2 {
  background-image: url("../img/banners/desktop/carro-novinho2.jpg");
}
div#carouselCT div.carousel-item.carro-novinho3 {
  background-image: url("../img/banners/desktop/carro-novinho3.jpg");
}
div#carouselCT div.carousel-item.moto-novinha1 {
  background-image: url("../img/banners/desktop/moto-novinha1.jpg");
}

@media (max-width: 1200px) {
  div#carouselCT div.carousel-item {
    height: 425px;
  }
}

@media (max-width: 992px) {
  div#carouselCT div.carousel-item {
    height: 100%;
    aspect-ratio: 1.66 / 1;
  }
  div#carouselCT div.carousel-item.invista-realize-seu-sonho {
    background-image: url("../img/banners/mobile/invista-realize-seu-sonho1.jpg");
  }
  div#carouselCT div.carousel-item.caminhao-novo1 {
    background-image: url("../img/banners/mobile/caminhao-novo1.jpg");
  }
  div#carouselCT div.carousel-item.carreta-nova1 {
    background-image: url("../img/banners/mobile/carreta-nova1.jpg");
  }
  div#carouselCT div.carousel-item.carro-novinho1 {
    background-image: url("../img/banners/mobile/carro-novinho1.jpg");
  }
  div#carouselCT div.carousel-item.carro-novinho2 {
    background-image: url("../img/banners/mobile/carro-novinho2.jpg");
  }
  div#carouselCT div.carousel-item.carro-novinho3 {
    background-image: url("../img/banners/mobile/carro-novinho3.jpg");
  }
  div#carouselCT div.carousel-item.moto-novinha1 {
    background-image: url("../img/banners/mobile/moto-novinha1.jpg");
  }
}
/* ----- */

/* Simulação */
section#simulacao {
  background-color: var(--gray03);

  padding: 64px 0;
}

section#simulacao .w-margin {
  margin: 84px 0;
}

section#simulacao div.info {
  margin: 0 0 42px 0;
}

section#simulacao h4.tag {
  color: var(--white01);

  font-size: 16px;
  font-weight: 600;

  margin: 0 0 2px 0;
}

section#simulacao h1.title {
  color: var(--green01);

  font-size: 24px;
  font-weight: 700;

  margin: 0 0 8px 0;
}

section#simulacao p.description {
  color: var(--white01);

  font-size: 14px;
  font-weight: 500;

  margin: 0;
}

section#simulacao div.texto-juridico {
  margin: 18px 0 0 0;
}

section#simulacao div.texto-juridico p {
  color: rgba(255, 255, 255, 0.9);

  font-size: 12px;
  font-weight: 400;

  margin: 0;
}

section#simulacao div.button-icons {
  display: flex;
  flex-direction: row;

  margin: 0 0 40px 0;
}

section#simulacao div.button-icons div.button {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 52px;
  height: 52px;

  margin: 0 42px 0 0;

  cursor: pointer;

  transition: 0.2s;
}
section#simulacao div.button-icons div.button.active {
  background-color: var(--green01);
}

section#simulacao div.button-icons div.button svg {
  max-width: 28px;
  max-height: 28px;
  width: 100%;
  height: 100%;
}

section#simulacao div.button-icons div.button svg {
  fill: var(--green01);
}
section#simulacao div.button-icons div.button.active svg {
  fill: var(--white01);
}

section#simulacao div.box {
  background-color: var(--gray04);

  padding: 32px;

  width: 100%;

  border-radius: 8px;
}

section#simulacao h3.subtitle {
  color: var(--white01);

  font-size: 24px;
  font-weight: 700;

  position: relative;

  margin: 0;
}
section#simulacao h3.subtitle::after {
  background: var(--green01);

  display: block;

  content: "";

  width: 42px;
  height: 3px;

  position: absolute;
  bottom: -4px;
  left: 0;
}

section#simulacao div.data {
  margin: 12px 0 0 0;
}

section#simulacao div.data:first-of-type {
  margin: 42px 0 0 0;
}

section#simulacao div.data p.label {
  color: var(--white01);

  font-size: 14px;
  font-weight: 500;

  margin: 0 0 -6px 0;
}

section#simulacao div.data p.value {
  color: var(--green01);

  font-size: 36px;
  font-weight: 600;

  margin: 0;
}

section#simulacao p.text {
  color: var(--white01);

  font-size: 14px;
  font-weight: 500;

  margin: 32px 0 8px 0;
}

section#simulacao div.call-to-action {
  background-color: var(--green01);

  display: flex;
  align-items: center;
  justify-content: center;

  width: 250px;
  height: 42px;

  position: relative;

  padding: 0 0 0 42px;

  cursor: pointer;
}

section#simulacao div.call-to-action div {
  background-color: #9cb410;

  display: flex;
  align-items: center;
  justify-content: center;

  position: absolute;
  left: 0;
  top: 0;

  height: 42px;
  width: 42px;

  transition: 0.2s;
}
section#simulacao div.call-to-action:hover div {
  width: 100%;
}

section#simulacao div.call-to-action img {
  position: absolute;
  left: 11px;
}

section#simulacao div.call-to-action p {
  color: var(--white01);

  font-size: 18px;
  font-weight: 500;

  margin: 0;

  z-index: 1;
}

section#simulacao p.behind-text {
  color: var(--white01);

  font-size: 12px;
  font-weight: 400;

  margin: 8px 0 0 0;
}

section#simulacao input[type="range"] {
  --range: calc(var(--max) - var(--min));
  --ratio: calc((var(--value) - var(--min)) / var(--range));
  --sx: calc(0.5 * 10px + var(--ratio) * (100% - 10px));
}

section#simulacao input[type="range"]::-webkit-slider-thumb {
  background: var(--green01);

  width: 20px;
  height: 20px;

  border: 5px solid #fff;

  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);

  margin-top: calc(-2px * 0.5 - 10px * 0.5);

  -webkit-appearance: none;
}

section#simulacao input[type="range"]::-webkit-slider-runnable-track {
  background: #eeeeee;
}

section#simulacao input[type="range"]::-webkit-slider-runnable-track {
  background: linear-gradient(var(--green01), var(--green01)) 0 / var(--sx) 100%
      no-repeat,
    #efefef;
}

section#simulacao input[type="range"]:hover::-webkit-slider-runnable-track {
  background: linear-gradient(var(--green01), var(--green01)) 0 / var(--sx) 100%
      no-repeat,
    #e5e5e5;
}

section#simulacao input[type="range"]:active::-webkit-slider-runnable-track {
  background: linear-gradient(var(--green01), var(--green01)) 0 / var(--sx) 100%
      no-repeat,
    #f5f5f5;
}
section#simulacao input[type="range"]::-webkit-slider-thumb:active,
section#simulacao input[type="range"]::-webkit-slider-thumb:focus {
  background: var(--green01) !important;

  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5) !important;
}

section#simulacao div.range {
  width: auto;
  height: auto;

  position: relative;

  margin: 0 18px;
}

section#simulacao div.range img.arrow {
  position: absolute;
  top: 0;
}
section#simulacao div.range img.arrow.left {
  left: -24px;
}

section#simulacao div.range div.bubble {
  background-color: var(--green01);

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 4px 8px;

  border-radius: 4px;

  position: absolute;
  top: -36px;

  opacity: 0;
}

section#simulacao div.range div.bubble p {
  color: var(--white01);

  font-size: 13px;
  font-weight: 600;

  margin: 0;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

section#simulacao div.range div.bubble div.position-relative:after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 50%;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top-color: var(--green01);
  border-bottom: 0;
  margin-left: -7.5px;
  margin-bottom: -15px;
}

@media (max-width: 1200px) {
  section#simulacao h3.subtitle {
    font-size: 22px;
  }

  section#simulacao div.data p.value {
    font-size: 34px;
  }
}

.show-992px {
  display: none;
}

@media (max-width: 992px) {
  .hide-992px {
    display: none;
  }

  .show-992px {
    display: block;
  }

  .margin-top-32px-992px {
    margin: 32px 0 0 0;
  }
}

@media (max-width: 768px) {
  section#simulacao h3.subtitle {
    display: none;
  }

  section#simulacao div.data:first-of-type,
  section#simulacao div.button-icons div.button {
    margin: 0;
  }

  section#simulacao div.button-icons {
    justify-content: space-between;
  }
}

.show-576px {
  display: none;
}

@media (max-width: 576px) {
  section#simulacao {
    padding: 32px 0;
  }

  section#simulacao div.data {
    margin: 8px 0 0 0;
  }

  section#simulacao p.text {
    margin: 12px 0 8px 0;
  }

  section#simulacao div.box {
    padding: 24px;
  }

  section#simulacao h1.title {
    font-size: 22px;

    line-height: 28px;
  }

  .show-576px {
    display: block;
  }
  .hide-576px {
    display: none;
  }

  .margin-top-24px-576px {
    margin: 24px 0 0 0;
  }

  section#simulacao div.box {
    background-color: unset;

    padding: 0;
  }

  section#simulacao p.text {
    margin: 12px 0 24px 0;
  }

  section#simulacao p.behind-text {
    margin: 32px 0 0 0;
  }

  section#simulacao div.range div.bubble div.position-relative:after {
    bottom: 5px;
  }

  section#simulacao div.button-icons {
    margin: 0 0 52px 0;
  }
}
/* ----- */

/* Footer */
footer.footer {
  background-color: var(--blue01);

  width: 100vw;

  padding: 64px 0;
}

footer.footer div.container {
  width: 100%;
  height: 100%;
}

footer.footer img {
  width: 100%;
  height: auto;

  opacity: 0.7;
}

footer.footer p.copyright {
  color: var(--white01);

  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;

  margin: 0;
}

footer.footer hr {
  background-color: var(--white01) !important;

  height: 2px !important;

  margin: 46px 0 !important;

  opacity: 0.25 !important;
}

footer.footer h3 {
  color: var(--white01);

  font-size: 16px;
  font-weight: 600;
}
footer.footer h3 b {
  font-weight: 700;
}

footer.footer div.social-media {
  display: flex;
  flex-direction: row;

  margin: 12px 0 0 0;
}

footer.footer div.social-media img {
  width: 42px;
  height: auto;

  opacity: 1;

  margin: 0 24px 0 0;
}

footer.footer div.partners {
  display: flex;
  align-items: center;
  justify-content: space-between;

  width: 100%;
}

footer.footer div.partners img {
  height: 36px;
  width: auto;
}

footer.footer p.copyright {
  font-size: 13px;
  font-weight: 400;

  line-height: 21px;
}
footer.footer p.copyright:not(.unset) {
  text-align: end;
}

footer.footer p.copyright:last-of-type {
  margin: 12px 0 0 0;
}

div.copyright {
  justify-content: end;
}

@media (max-width: 768px) {
  footer.footer div.partners {
    margin: 32px 8px 0 0;
  }
}

@media (max-width: 576px) {
  footer.footer div.container div.row:first-of-type {
    justify-content: center !important;
  }

  footer.footer p.copyright:not(.unset) {
    text-align: center !important;

    margin: 24px 0 0 0 !important;
  }

  div.copyright {
    justify-content: center;
  }

  footer.footer p.copyright.unset {
    text-align: start;
  }

  footer.footer div.partners img {
    height: 24px;
  }
}
/* ----- */

/* Testemunhais */
@keyframes backgroundMove {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-125px);
  }
}

@keyframes youtuberMove {
  0% {
    transform: translateX(25px);
  }
  100% {
    transform: translateX(100px);
  }
}

div#testemunhais div.carousel-item {
  height: 500px;
  width: 100vw;

  position: relative;

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

div#testemunhais div.carousel-item.credito {
  background-image: url("../img/testemunhais/desktop/credito1.jpg");
}
div#testemunhais div.carousel-item.planejamento {
  background-image: url("../img/testemunhais/desktop/planejamento1.jpg");
}
div#testemunhais div.carousel-item.economia {
  background-image: url("../img/testemunhais/desktop/economia1.jpg");
}

div#testemunhais div.carousel-item img.background {
  position: absolute;
  left: 0;
  top: 0;

  height: 100%;
}
div#testemunhais div.carousel-item.active img.background {
  animation: backgroundMove 12s linear infinite;
}

div#testemunhais div.carousel-item div.youtuber {
  display: flex;

  position: absolute;
  bottom: 0;
  left: 15%;
  right: 0;
  margin-left: auto;
  margin-right: auto;

  transform: translateX(25px);

  transition: 0.2s;

  z-index: 1;
}
div#testemunhais div.carousel-item.active div.youtuber {
  animation: youtuberMove 12s linear infinite;
}

div#testemunhais div.carousel-item div.youtuber div.data {
  width: 300px;

  margin: 64px 0 0 0;
}

div#testemunhais div.carousel-item div.container {
  display: flex;
  align-items: end;

  height: 100%;

  padding: 0;
}

div#testemunhais div.carousel-item div.data {
  display: flex;
  flex-direction: column;
  justify-content: center;

  margin: 124px 0 0 0;
  padding: 0;

  z-index: 2;
}

div#testemunhais div.carousel-item div.info {
  position: relative;

  height: max-content;
}
div#testemunhais div.carousel-item div.info:last-of-type {
  margin: 42px 0 0 0;
}

div#testemunhais div.carousel-item div.info img.quote {
  width: 34px;
  height: auto;

  position: absolute;
}
div#testemunhais div.carousel-item div.info img.quote.left {
  left: -18px;
  top: -12px;
}
div#testemunhais div.carousel-item div.info img.quote.right {
  right: -18px;
  bottom: -24px;
}

div#testemunhais div.carousel-item div.info h4 {
  color: var(--white01);

  font-size: 24px;
  font-weight: 700;

  position: relative;
}

div#testemunhais div.carousel-item div.info h4::after {
  background: var(--green01);

  display: block;

  content: "";

  width: 42px;
  height: 3px;

  position: absolute;
  bottom: -4px;
  left: 0;
}

div#testemunhais div.carousel-item div.info p {
  color: var(--white01);

  font-size: 16px;
  font-weight: 500;

  line-height: 28px;

  margin: 12px 0 0 0;
}

div#testemunhais div.carousel-item div.button.outline {
  display: flex;
  align-items: center;
  justify-content: center;

  background-color: transparent;

  border: 3px solid var(--green01);

  padding: 24px 12px;

  cursor: pointer;

  transition: 0.2s;
}

div#testemunhais div.carousel-item div.button.outline p {
  color: var(--white01);

  font-size: 18px;
  font-weight: 600;

  line-height: 28px;

  text-align: center;

  margin: 0;

  transition: 0.2s;
}

div#testemunhais div.carousel-item div.button.outline p b {
  font-weight: 700;
}
div#testemunhais div.carousel-item div.button.outline:hover p {
  text-decoration: underline;
}

@media (max-width: 1400px) {
  div#testemunhais div.carousel-item img.background {
    left: -325px;
  }

  .carousel-control-prev,
  .carousel-control-next {
    display: none;
  }
}

@media (max-width: 1400px) {
  div#testemunhais div.col-2.data {
    display: none !important;
  }
}

@media (max-width: 1200px) {
  div#testemunhais div.carousel-item {
    height: 450px;
  }
  div#testemunhais div.carousel-item img.background {
    left: -425px;
  }

  div#testemunhais div.carousel-item div.youtuber img.youtuber {
    height: 400px;
  }

  div#testemunhais div.carousel-item div.info p {
    font-size: 15px;

    line-height: 26px;
  }

  div#testemunhais div.carousel-item div.info img.quote {
    width: 30px;
  }
  div#testemunhais div.carousel-item div.info img.quote.left {
    left: -16px;
    top: -12px;
  }
  div#testemunhais div.carousel-item div.info img.quote.right {
    right: -14px;
    bottom: -20px;
  }
}

@media (max-width: 996px) {
  div#testemunhais div.carousel-item div.youtuber img.youtuber {
    height: 45vw;
  }

  div#testemunhais div.carousel-item div.info p {
    font-size: calc(1.3vw + 4px);

    line-height: calc((1.3vw + 5px) * 1.65);
  }

  div#testemunhais div.carousel-item div.info:last-of-type {
    margin: 24px 0 0 0;
  }

  div#testemunhais div.carousel-item div.youtuber {
    left: 5%;
  }
}

@media (max-width: 768px) {
  div#testemunhais div.carousel-item div.info h4 {
    font-size: 20px;
  }

  div#testemunhais div.carousel-item div.info:last-of-type {
    margin: 12px 0 0 0;
  }

  div#testemunhais div.carousel-item div.info img.quote.right {
    right: -12px;
    bottom: -18px;
  }
  div#testemunhais div.carousel-item div.info img.quote.left {
    left: -12px;
    top: -8px;
  }
}

@media (max-width: 576px) {
  div#testemunhais div.carousel-item.credito {
    background-image: url("../img/testemunhais/mobile/default.jpg");
  }
  div#testemunhais div.carousel-item.planejamento {
    background-image: url("../img/testemunhais/mobile/default.jpg");
  }
  div#testemunhais div.carousel-item.economia {
    background-image: url("../img/testemunhais/mobile/default.jpg");
  }

  div#testemunhais div.carousel-item {
    aspect-ratio: 1.3 / 1;

    height: auto;
  }

  div#testemunhais div.carousel-item div.youtuber {
    left: -12px;
  }

  div#testemunhais div.carousel-item div.youtuber img.youtuber {
    height: 250px;

    margin: 0 0 0 -32px;
  }

  div#testemunhais div.carousel-item div.youtuber div.data {
    width: 260px;

    margin: 0;
  }

  div#testemunhais div.carousel-item div.youtuber div.data div.info {
    width: 200px;
  }

  div#testemunhais div.carousel-item div.info p {
    font-size: 11px;

    line-height: 22px;
  }

  div#testemunhais div.carousel-item div.info img.quote {
    width: 24px;
  }
  div#testemunhais div.carousel-item div.info img.quote.right {
    right: -4px;
    bottom: -16px;
  }
  div#testemunhais div.carousel-item div.info img.quote.left {
    left: -10px;
    top: -6px;
  }

  div#testemunhais div.carousel-item.active div.youtuber {
    animation: youtuberMove 24s linear infinite;
  }
}
/* ----- */

/* Pontos */
section#points {
  background-color: var(--gray03);

  padding: 64px 0;
}

section#points h1.title {
  color: var(--green01);

  font-size: 28px;
  font-weight: 600;
}

section#points h3.description {
  color: var(--white01);

  font-size: 16px;
  font-weight: 400;

  line-height: 28px;

  margin: 24px 0 58px 0;
}

section#points div.point {
  display: flex;
  flex-direction: column;
}

section#points div.point h4 {
  color: var(--white01);

  font-size: 20px;
  font-weight: 600;

  text-align: center;

  letter-spacing: 0.5px;
}

section#points div.point img {
  height: 82px;
  width: auto;

  margin: 32px 0 42px 0;
}

section#points div.point p {
  color: var(--white01);

  font-size: 16px;
  font-weight: 400;

  text-align: justify;

  margin: 0 20px;
}

@media (max-width: 992px) {
  section#points h3.description {
    font-size: 14px;

    line-height: 25px;

    margin: 18px 0 42px 0;
  }

  section#points div.point h4 {
    font-size: 18px;
  }

  section#points div.point img {
    height: 76px;

    margin: 12px 0 24px 0;
  }

  section#points div.point p {
    font-size: 14px;

    margin: 0 10px;
  }
}

@media (max-width: 768px) {
  section#points div.point.last {
    margin: 24px 0 0 0;
  }
}

@media (max-width: 576px) {
  section#points {
    padding: 32px 0;
  }
}
/* ----- */

/* Modal */
div.overlay {
  background-color: rgba(0, 0, 0, 0.8);

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  width: 100vw;
  height: 100vh;

  position: fixed;
  left: 0;
  top: 0;

  opacity: 0;

  z-index: 505;

  transition: 0.4s;
}
div.overlay.active {
  opacity: 1;
}

div.info-modal {
  display: flex;
  flex-direction: column;
  justify-content: center;

  background-color: var(--gray03);

  width: max-content;
  height: 85%;
  max-width: 1140px;

  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;

  margin: auto;
  padding: 0 275px;

  opacity: 0;

  z-index: 506;

  transition: 0.4s;
}
div.info-modal.active {
  opacity: 1;
}
div.info-modal.green {
  background-color: var(--green01);
}
div.info-modal.green p.subtitle {
  color: var(--white01);

  font-size: 18px;
}

div.info-modal div.row {
  position: relative;
}

div.info-modal img.close-icon {
  position: absolute;
  top: 18px;
  right: 18px;

  width: 18px;
  height: 18px;

  cursor: pointer;
}

div.info-modal p.title {
  color: var(--white01);

  font-size: 22px;
  font-weight: 600;

  line-height: 28px;

  margin: 0 0 12px 0;
}

div.info-modal p.subtitle {
  color: var(--gray01);

  font-size: 15px;
  font-weight: 400;

  margin: 0;
}

div.search-field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;

  height: auto;
  width: 100%;
}

div.search-field div.input {
  background-color: var(--gray02);

  display: flex;
  align-items: center;

  width: 100%;
  height: 36px;

  position: relative;
}

div.search-field div.input img {
  width: 16px;
  height: 16px;
  margin: 0 0 0 12px;
}

div.search-field div.input input,
div.search-field div.input select {
  color: var(--white01);

  background-color: var(--gray02);

  font-size: 14px;
  font-weight: 400;

  padding: 0 14px;
  width: 100%;

  border: 0;
}
div.search-field div.input input::placeholder {
  color: var(--white01);

  font-weight: 400;
}

div.search-field select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url('data:image/svg + xml;utf8,<svgxmlns="http://www.w3.org/2000/svg"width="16.029"height="10"viewBox="0 0 16.029 10"><pathid="Icon"d="M20.336,9.293l-6.029,6.029L8.279,9.293,6.293,11.279l8.014,8.014,8.014-8.014Z"transform="translate(-6.293 -9.293)"fill="#3B3B3B"/></svg>');
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
}

div.search-field.disabled {
  opacity: 0.7;
}

div.info-modal div.button {
  background-color: var(--green01);

  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  height: 38px;

  color: var(--white);

  font-size: 16px;
  font-weight: 500;

  text-align: center;

  position: relative;

  cursor: pointer;

  transition: 0.2s;
}
div.info-modal div.button:active {
  transform: scale(0.99);
}
div.info-modal div.button.disabled {
  filter: saturate(50%);

  cursor: not-allowed;
}

div.info-modal div.button p {
  color: var(--white01);

  font-size: 18px;
  font-weight: 600;

  margin: 0;
}

div.info-modal div.button img {
  height: 32px;
  width: auto;

  margin: 1px 0 0 8px;
}

@media (max-width: 1250px) {
  div.info-modal {
    width: 85%;
    height: 85%;
  }

  div.info-modal {
    padding: 0 15%;
  }
}

@media (max-width: 992px) {
  .margin-top-32px-992px {
    margin-top: 32px;
  }
}

@media (max-width: 768px) {
  div.info-modal {
    padding: 0 64px;
  }
}

@media (max-width: 576px) {
  div.info-modal {
    padding: 24px;

    height: max-content;
    width: calc(100vw - 24px);
  }
}
/* ----- */
