@charset "UTF-8";
:root{
    --falcon-body-font-family: "Neuville", Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

    :root, :root.light, :root .light {
        --falcon-body-bg: #fff;
        --falcon-navbar-dark-color: rgb(21, 20, 20);
        --falcon-navbar-dark-hover-color: rgb(255, 255, 255);
        --falcon-navbar-dark-active-color: #fff;
        --falcon-navbar-dark-disabled-color: rgba(255, 255, 255, 0.25);
        --falcon-navbar-dark-toggler-border-color: rgba(255, 255, 255, 0.1);
        --falcon-navbar-light-color: rgba(0, 0, 0, 0.55);
        --falcon-navbar-light-hover-color: rgba(0, 0, 0, 0.7);
        --falcon-navbar-light-active-color: rgba(0, 0, 0, 0.9);
        --falcon-navbar-light-disabled-color: rgba(0, 0, 0, 0.3);
        --falcon-navbar-light-toggler-border-color: rgba(0, 0, 0, 0.1);
        --falcon-card-span-img-box-shadow: 0 0.125rem 0.25rem rgba(155, 81, 224, 0.200);
        --falcon-card-span-img-hover-box-shadow: 0 1rem 4rem rgba(155, 81, 224, 0.400);
    }

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: "Neuville","Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
    line-height: 1.2;
    color: var(--falcon-headings-color);
  }

  input,
  button,
  select,
  optgroup,
  textarea,
  label,
  .alert,
  .badge,
  .blockquote-footer,
  .btn,
  [data-list] .page,
  .tox .tox-menu__footer .tox-button:last-child,
  .tox .tox-dialog__footer .tox-button:last-child,
  .tox .tox-menu__footer .tox-button--secondary,
  .tox .tox-dialog__footer .tox-button--secondary,
  .navbar,
  .pagination,
  .valid-feedback,
  .invalid-feedback {
    font-family: "Neuville","Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  }

.icon-item:hover, .icon-item:focus {
    background-color: transparent;
  }

  .icon-item {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .btn-gradient {
    color: #fff;
    /* background: linear-gradient(0deg, rgba(29, 77, 141, 0.2), rgba(29, 77, 141, 0.2)), linear-gradient(180deg, rgba(86, 204, 242, 0.79) 0%, rgba(155, 81, 224, 0.81) 100%); */
    background: linear-gradient(0deg, rgba(29, 77, 141, 0.2), rgba(29, 77, 141, 0.2)), linear-gradient(180deg, rgba(86, 204, 242, 1) 0%, rgba(155, 81, 224, 1) 100%);
    border-radius: 8px;
    border: 0;

  }
  .btn-gradient:hover {
    color: #fff;
    background-color: #21a0d7;
    border-color: #1f96ca;
  }

  .text-highlight {
    color: #ffffff !important;
    text-shadow: 0px 30px 30px rgba(0, 0, 0, 0.2) !important;
    background: #9b51e0 !important;
    padding:4px 0px 0 !important;
  }

  .text-highlight-gradient {
    /* background: linear-gradient(180deg, rgba(86, 204, 242, 0.79) 0%, rgba(155, 81, 224, 0.81) 100%); */
    background: linear-gradient(180deg, rgba(86, 204, 242, 1) 0%, rgba(155, 81, 224, 1) 100%); 
    color: #fff;
    padding: 4px 0px 0;
  }

  .text-gradient {
    /* background: linear-gradient(315deg, rgba(86, 204, 242, 0.79) 0%, rgba(155, 81, 224, 0.81) 100%) !important; */
    background: linear-gradient(315deg, rgba(86, 204, 242, 1) 0%, rgba(155, 81, 224, 1) 100%) !important; 
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }

  .text-gradient::-moz-selection {
    /* background-color: rgba(155, 81, 224, 0.81); */
    background-color: rgba(155, 81, 224, 0.3) !important;
    color: #fff !important;
  }
  
  .text-gradient::selection {
    /* background-color: rgba(155, 81, 224, 0.81); */
    background-color: rgba(155, 81, 224, 0.3) !important;
    color: #fff !important;
  }

  .text-neuville-bold{
    font-family: "Neuville-Bold";
  }

  .text-neuville-light{
    font-family: "Neuville-Light";
  }

.border-gradient{
    border: 5px solid transparent;
    /* border-image: linear-gradient(180deg, rgba(86, 204, 242, 0.79) 0%, rgba(155, 81, 224, 0.81) 100%); */
    border-image: linear-gradient(180deg, rgba(86, 204, 242, 1) 0%, rgba(155, 81, 224, 1) 100%);
    border-image-slice: 1;
    border-radius: 10px;  /* will have no effect */
}

.navbar-brand{
    margin-right: 4rem;
}

.fonta-gradient {
    color: transparent;
    background-clip: text;
	  /* background: linear-gradient(180deg, rgba(86, 204, 242, 0.79) 0%, rgba(155, 81, 224, 0.81) 100%); */
    background: linear-gradient(180deg, rgba(86, 204, 242, 1) 0%, rgba(155, 81, 224, 1) 100%);
	  -webkit-background-clip: text;
	  -webkit-text-fill-color: transparent;
}



.nav-link{
    /* font-family: monospace; */
    /* font-family: "Source Code Pro" !important; */
    font-family: "Montserrat" !important;
}

.nav-link:hover, .nav-link:focus {
  /* background-color: #9b51e0; */
  /* border-radius: 8px; */
  color: #6651e0 !important;
}

.navbar-standard{
    font-size: 1rem;
}

.navbar-card-app {
   
  }

.font-monospace{
     /* font-family: "Source Code Pro" !important; */
     font-family: "Montserrat" !important;
}

.bg-gradient{
  /* background: linear-gradient(180deg, rgba(86, 204, 242, 0.79) 0%, rgba(155, 81, 224, 0.81) 100%) !important; */
  background: linear-gradient(180deg, rgba(86, 204, 242, 1) 0%, rgba(155, 81, 224, 1) 100%) !important; 
}

.text-spacing{
  letter-spacing: -0.03em !important;
}

@media (min-width: 992px) {
  .timeline-vertical .timeline-icon{
    height: 3.5rem !important;
    width: 3.5rem !important;
  }
}

.timeline-vertical .timeline-item:not(:last-child)::before{
  border-left: 3px solid !important;
  /* border-image: linear-gradient(180deg, rgba(86, 204, 242, 0.79) 0%, rgba(155, 81, 224, 0.81) 100%); */
  border-image: linear-gradient(180deg, rgba(86, 204, 242, 1) 0%, rgba(155, 81, 224, 1) 100%);
  border-image-slice: 1;
}

.timeline-icon:hover{
  background-color: var(--falcon-300) !important;
}

::-moz-selection {
  /* background-color: rgba(155, 81, 224, 0.81); */
  background-color: rgba(155, 81, 224, 1);
  color: #fff !important;
}

::selection {
  /* background-color: rgba(155, 81, 224, 0.81); */
  background-color: rgba(155, 81, 224, 1);
  color: #fff !important;
}

.dark ::-moz-selection {
    background-color: rgba(155, 81, 224, 1);
    color: #fff !important;
}

.dark ::selection {
    background-color: rgba(155, 81, 224, 1);
    color: #fff !important;
}

.dark .link-1000:hover, .link-1000:focus {
    color: rgba(155, 81, 224, 1) !important;
}

.dark .card-span:hover, .card-span:focus {
    box-shadow: 0 7px 15px 0 rgba(155, 81, 224, 1), 7px 6px 30px 0 rgba(155, 81, 224, 0.5);
}

.hr-gradient {
    /* background: linear-gradient(-90deg, rgba(86, 204, 242, 0.79) 0%, rgba(155, 81, 224, 0.81) 100%) !important; */
    background: linear-gradient(-90deg, rgba(86, 204, 242, 1) 0%, rgba(155, 81, 224, 1) 100%) !important;
    height: 2px !important;
}

@media (min-width: 768px) {

  .navbar-card-pages {
    min-width: 55rem;
  }

}

@media (min-width: 1540px) {

  .navbar-card-pages {
    min-width: 55rem;
  }
}

.navbar .dropdown-item:hover, .navbar .dropdown-item:focus{
  /* background-color: #1f96ca; */
  color: #6651e0 !important;
}

.text-purple{
  /* color: rgba(155, 81, 224, 0.81) !important; */
  color: rgba(155, 81, 224, 1) !important;
}

.rounded-5 {
    border-radius: 2.5rem !important;
}

