@import url("https://fonts.googleapis.com/css?family=Open+Sans:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Merriweather:300&display=swap");
html body {
  font-family: "Open Sans", sans-serif;
  color: #777b92;
  background: none;
  background-size: unset;
}

.flex-control-nav,
.hidden {
  display: none !important;
}

.section-hero {
  height: auto;
  padding: 110px 0 80px;
  /* background: url("../../ambiente/php73/img/Group1.png"); */
  background-color: #4F5B93;
  background-size: 50px;
  background-repeat: repeat;
}

.section-content {
  border: none;
}

.section-content {
  background: #f4f4f9;
}


.navbar {
  box-shadow: none;
  position: fixed;
  width: 100%;
  /* -webkit-box-shadow: 0 0 35px 0 rgba(154,161,171,.15); */
  -moz-box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
  /* box-shadow: 0 0 35px 0 rgba(154,161,171,.15); */
  /* background: #fff; */
  z-index: 999;
  background: #4F5B93;
}

.navbar-fixed {
  -webkit-box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
  -moz-box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
  box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
  background: #fff;
}

.navbar-fixed .btn.btn-outline-light {
  background: #3f5af1;
  color: #fff;
  border: 1px solid #3f5af1;
}

.navbar a.btn-link {
  color: white;
}

.btn-outline-light.focus,
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.backgound.backgound-gradiente {
  background: rgb(250, 251, 254);
  background: linear-gradient(
    184deg,
    rgba(250, 251, 254, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background-image: url(../images/bg-scriptcase-9-4.jpg);
  background-size: cover;
  /* background: linear-gradient(135deg,#8f75da 0,#3F5AF1 60%); */
}

ul {
  list-style: none;
}

.flexslider {
  margin: 0px;
  border: none;
}

.flex-direction-nav a:before {
  font-size: 2rem;
}

p {
  max-width: 1140px;
  display: -webkit-inline-box;
}

.hero {
  color: #3f5af1;
  font-weight: bold;
}

.badge-news {
  border-radius: 0.25rem;
  color: white;
  -webkit-text-fill-color: white;
  padding: 5px 10px;
  background: #fa5c7c;
  font-size: 1rem;
  display: inline-block;
  position: absolute;
  margin-left: 15px;
  margin-top: 13px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(250, 92, 124, 0.5);
  box-shadow: 0 2px 6px 0 rgba(250, 92, 124, 0.5);
  font-weight: 400;
  letter-spacing: 0.1px;
}
.badge-news:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 12px solid #fa5c7c;
  position: relative;
  float: left;
  margin-left: -21px;
  margin-top: 4px;
}
.section-content {
  padding: 70px 0px !important;
}

h1.hero {
  font-family: "Merriweather", serif;
  font-weight: 300;
  color: white;
  font-size: 3rem;
}

.container-advantages {
  height: 250px;
}

.header-advantages::after {
  content: "";
  display: block;
  height: 2px;
  width: 220px;
  background: #ededed;
  margin: 10px auto;
}

h2:not(.hero) {
  font-size: 40px;
}

h3 {
  font-size: 24px;
}

h3,
.user-option svg.svg-inline--fa,
.container-advantages svg.svg-inline--fa {
  color: #3f5af1;
}

p.lead {
  max-width: 1200px;
  letter-spacing: 0.5px;
  font-weight: 400;
  color: white !important;
  font-size: 1.4rem;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  text-align: center;
  opacity: .8;
}

.env-text {
  font-size: 20px;
}

.user-option {
  box-shadow: 0px 0px 2px rgba(119, 123, 146, 0.7);
  border-radius: 10px;
}

.hide-show {
  height: 38px;
  line-height: 38px;
}

.hide-show:hover .logo-sc {
  display: none;
}

.link-home {
  display: none;
}

.hide-show:hover .link-home {
  display: block;
}

.navbar-collapse .navbar-nav {
  flex-direction: row;
}

.navbar-nav .btn-outline-light {
  color: #3f5af1;
  border-color: #3f5af1;
  -webkit-box-shadow: 0 2px 6px 0 rgba(114, 124, 245, 0.5);
  box-shadow: 0 2px 6px 0 rgba(114, 124, 245, 0.5);
}

.navbar-nav .btn-outline-light:hover {
  color: #fff;
  background-color: #4e5bf2;
  border-color: #4e5bf2;
}

.navbar-nav .btn-outline-light:active {
  background: #3645f1 !important;
  color: #fff !important;
  border-color: #3645f1 !important;
}

.btn {
  cursor: pointer;
}

.call-to-action {
  position: relative;
  min-width: 25%;
  margin: 2.5rem 0 0 0;
  padding: 1rem;
  border: none;
  border-radius: .5rem;
  color: rgb(185, 185, 185);
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #0f0f0f;
  box-sizing: border-box;
  transition: all 500ms ease-in-out;
}

.call-to-action:hover {
  color: white;
  background-color: #FFD532;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, .75), 0 0 6px rgba(255, 213, 50, .75), 0 0 12px rgba(255, 223, 93, .75);
}

.call-to-action:active {
  box-shadow: none;
  filter: brightness(.875);
  transition-duration: 50ms;
}

.call-to-action:focus,
.call-to-action:focus-visible {
  outline: none;
  box-shadow: none;
}

/* .call-to-action::before,
.call-to-action::after {
  top: 50%;
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 250%;
  background-repeat: no-repeat;
  background-image: radial-gradient(circle,#FFD532 20%, transparent 25%), radial-gradient(circle,#FFD532 22%, transparent 25%), radial-gradient(circle,#FFD532 22%, transparent 25%), radial-gradient(circle,#FFD532 22%, transparent 25%), radial-gradient(circle,#FFD532 22%, transparent 25%), radial-gradient(circle,#FFD532 22%, transparent 25%), radial-gradient(circle,#FFD532 22%, transparent 25%), radial-gradient(circle,#FFD532 22%, transparent 25%), radial-gradient(circle,#FFD532 22%, transparent 25%), radial-gradient(circle,#FFD532 22%, transparent 25%), radial-gradient(circle,#FFD532 22%, transparent 25%), radial-gradient(circle,#FFD532 22%, transparent 25%);
  background-size: 25% 25%, 35% 35%, 25% 25%, 15% 15%, 20% 20%, 10% 10%, 25% 25%, 30% 30%, 15% 15%, 30% 30%, 20% 20%, 35% 35%;
  background-position: -7% 30%, 12% 30%, 2% 43%, 43% 33%, 51% 30%, 60% 31%, 77% 33%, 95% 34%, 102% 31%, 64% 38%, 33% 31%, 40% 44%;
  transform: translateY(-50%);
  overflow: visible;
  filter: opacity(0);
  z-index: -1;
}

.call-to-action::after {
  transform: rotate(180deg) translateY(50%);
} */

.anim-bubbles:hover::before,
.anim-bubbles:hover::after {
  animation-name: bubbles;
  animation-duration: 750ms;
  animation-delay: 250ms;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
}

@keyframes bubbles {
  0% {
    background-position: -7% 30%, 12% 30%, 2% 43%, 43% 33%, 51% 30%, 60% 31%, 77% 33%, 95% 34%, 102% 31%, 64% 38%, 33% 31%, 40% 44%;
    filter: opacity(1);
  }
  50% {
    background-position: -5% 6%, 9% -6%, 6% 18%, 37% 5%, 46% 12%, 62% 17%, 75% 9%, 98% 2%, 100% 18%, 65% 22%, 31% 16%, 41% 17%;
  }
  60% {
    filter: opacity(1) blur(0);
  }
  100% {
    background-position: -2% -9%, 12% -16%, 2% 7%, 39% -5%, 48% -4%, 62% -4%, 73% -8%, 98% -13%, 104% 5%, 85% -1%, 34% 2%, 60% -5%;
    background-size: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
    filter: opacity(1) blur(10px);
  }
}

.btn-danger {
  -webkit-box-shadow: 0 2px 6px 0 rgba(250, 92, 124, 0.5);
  box-shadow: 0 2px 6px 0 rgba(250, 92, 124, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #fa5c7c;
  border-color: #fa5c7c;
}

.btn-danger:hover {
  color: #fff;
  background-color: #f9375e;
  border-color: #f82b54;
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #f82b54;
  border-color: #f81e4a;
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(251, 116, 144, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(251, 116, 144, 0.5);
}

.btn.bnt-lg.btn-danger,
.btn.bnt-lg.btn-success {
  font-size: 1rem;
  height: 38px;
}

.btn.bnt-lg.btn-danger svg,
.btn.bnt-lg.btn-success svg {
  font-size: x-large;
  color: white;
  margin: 2px 5px -4px 0px;
}

.btn-success {
  color: #fff;
  background-color: #0acf97;
  border-color: #0acf97;
}

.btn-success {
  -webkit-box-shadow: 0 2px 6px 0 rgba(10, 207, 151, 0.5);
  box-shadow: 0 2px 6px 0 rgba(10, 207, 151, 0.5);
}

.btn-success:hover {
  color: #fff;
  background-color: #08ab7c;
  border-color: #089e74;
}

.btn-success.focus,
.btn-success:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(47, 214, 167, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(47, 214, 167, 0.5);
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #089e74;
  border-color: #07926b;
}

a.btn.bnt-lg.btn-success.btn-sm.mr-2 svg {
  font-size: 1.2rem;
  margin: 4px 5px -2px 0px;
}

.section-faq .card {
  border: none;
  background: none;
}

.section-faq .card-header {
  background: none;
  padding: 0.25rem 1.25rem;
}

.section-faq .btn {
  padding: 0.375rem 0px;
}

.section-faq button.btn.btn-link.collapsed {
  text-transform: none;
  font-size: 1rem;
  font-weight: normal;
}

.section-faq button.btn.btn-link {
  font-weight: bold;
  font-size: 1rem;
  text-transform: none;
  text-decoration: none;
}

.section-faq .card-body {
  border-bottom: 2px solid #ccc;
  padding-top: 0px;
  margin-top: -1px;
}

.section-faq section#faq {
  border-top: 1px solid #ccc;
  background: #eaedf2;
}

.card-header:focus-within {
  border: none;
}

.popup.show.scriptcase-93 {
  display: none;
}

.section-hero .btn-link {
  color: #ffffffb5;
  text-decoration: underline;
}

.section-hero .btn-link:hover {
  color: #ffffff;
}

a.btn.btn-light.btn-lg.active.mb-5.mt-4:hover {
  background: white;
}

.sos a.btn.btn-light:hover {
  background: white;
  box-shadow: 0 0 0 0.2rem rgb(211 211 211 / 50%);
}

.btn.btn-light.btn-lg {
  width: 60px;
  height: 60px;
  padding: 2%;
  margin-bottom: 0px !important;
}

a.btn.btn-light.btn-lg svg {
  width: 100%;
  height: 100%;
}

.sos.p-3 {
  display: grid;
}

@-webkit-keyframes glow {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}

@keyframes glow {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}

.btn-special,
.btn-special:link,
.btn-special:visited,
.btn-play,
.btn-play:link,
.btn-play:visited {
  background: #3f5af1;
  border: 1px solid #3f5af1;
  border-radius: 25px;
  padding: 12px 24px;
  height: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 10px 10px 0 0;
  display: inline-block;
  color: white;
  text-decoration: none;
  position: relative;
}

.btn-play {
  background: transparent !important;
}

.btn-play span:before {
  width: calc(100% + 2px);
  height: calc(100% + 8px);
  display: block;
  border: 1px solid #3f5af1;
  border-radius: 25px;
  content: "";
  position: absolute;
  top: -4px;
  left: -1px;
}

.btn-play span:before {
  animation: glow 1s ease-in 1.5s infinite normal;
  -webkit-animation: glow 1s ease-in 1.5s infinite normal;
}

.btn-play span:before {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  display: block;
  border: 1px solid #3f5af1;
  border-radius: 25px;
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
}

.btn-play span:before {
  animation: glow 1s ease-in 1.5s infinite normal;
  -webkit-animation: glow 1s ease-in 1.5s infinite normal;
}

.btn-special,
.btn-special:link,
.btn-special:visited,
.btn-play,
.btn-play:link,
.btn-play:visited,
.btn-primary,
.btn-primary:link,
.btn-primary:visited {
  background: #3f5af1;
  border: 1px solid #3f5af1;
  border-radius: 0.25rem;
  padding: 9px 24px;
  height: 46px;
  /* text-transform: uppercase; */
  letter-spacing: 1px;
  display: inline-block;
  color: white;
  text-decoration: none;
  position: relative;
  -webkit-box-shadow: 0 2px 6px 0 rgba(114, 124, 245, 0.5);
  box-shadow: 0 2px 6px 0 rgba(114, 124, 245, 0.5);
}

.btn-primary:disabled {
  filter: grayscale(1);
}

.btn-outline-primary {
  border: 1px solid #3f5af1;
  color: #3f5af1;
}

.btn-outline-primary:hover {
  border: 1px solid #3f5af1;
  background: #3f5af1;
  -webkit-box-shadow: 0 2px 6px 0 rgba(114, 124, 245, 0.5);
  box-shadow: 0 2px 6px 0 rgba(114, 124, 245, 0.5);
}

.btn-special:hover,
.btn-play:hover,
.btn-primary:hover {
  text-decoration: none;
  background-color: #4e5bf2;
  border-color: #4250f2;
}

.btn-special:active,
.btn-play:active,
.btn-primary:active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  text-decoration: none;
  background-color: #3645f1 !important;
  border-color: #3645f1 !important;
  color: #fff !important;
}

.btn-special:focus,
.btn-play:focus,
.btn-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(135, 144, 247, 0.5) !important;
  box-shadow: 0 0 0 0.2rem rgba(135, 144, 247, 0.5) !important;
}

.bg-sc {
  position: absolute;
  right: 2%;
  top: 1%;
  z-index: 0;
}

.resp-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.resp-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.browser {
  min-height: auto;
  width: 100% !important;
  display: block;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

.link-update {
  text-align: center;
  width: 100%;
}

video {
  width: 100%;
  height: auto;
}

.section-content:nth-child(2n + 2) img,
.section-content:nth-child(2n + 2) video {
  margin-left: 0px;
}

.section-content img,
.section-content video {
  max-width: 100%;
  width: 100%;
  display: inline-block;
}
svg.svg-inline--fa.fa-check {
  color: #0acf97;
}
.mobile-visible {
  display: none;
}
.desktop-visible {
  display: block;
}
.backgound.backgound-gradiente .collapse {
  display: contents;
}

.section-hero .btn-cta {
  background: linear-gradient(135deg, #8f75da 0, #3f5af1 60%);
  border: none;
  height: 47px;
}
.section-hero .btn-cta:hover,
.section-hero .btn-outline-cta:hover {
  background: linear-gradient(135deg, #3f5af1 0, #8f75da 60%);
}
.section-hero .btn-cta:active,
.section-hero .btn-outline-cta:active {
  background: #3f5af1 !important;
}

@media (min-width: 1200px) {
  .section-content img,
  .section-content video {
    max-width: 100%;
  }
  .m-right {
    /* margin-right: -12vw !important; */
  }
  .m-left {
    /* margin-left: -12vw !important; */
  }
  .flexslider img {
    margin-left: 0px !important;
  }
  .section-hero img {
    max-width: 150px;
  }
  .img-flat {
    width: 700px !important;
    max-width: 700px !important;
  }
  .container {
    max-width: 1200px;
  }
  .section-content img,
  .section-content video {
    max-width: 100%;
  }
  .section-content:nth-child(2n + 2) img,
  .section-content:nth-child(2n + 2) video {
    margin-left: 0px;
  }
}

@media (max-width: 1024px) {
  img.img-fluid {
    width: 100%;
    margin: 0px !important;
  }
  video {
    max-width: 100% !important;
  }
  span.item.mx-1 img {
    max-width: 100px;
  }
  .btn {
    white-space: normal;
  }
  .section-hero img {
    min-width: auto;
    max-width: 100%;
  }
  p.version-number.position-relative {
    font-size: 3.1rem !important;
    margin: 2px 0 0 -9px;
  }
  a.btn-play.my-5 {
    height: auto;
  }
}
@media (max-width: 768px) {
  h1.display-3.mt-2.mb-4 {
    font-size: 3rem;
    margin-top: 0px !important;
  }
  .col-12 {
    max-width: 100% !important;
    text-align: center;
  }
  .mobile-visible {
    display: block;
  }
  .desktop-visible {
    display: none;
  }

  ul {
    text-align: left;
  }
  .section {
    padding: 100px 0 0px;
  }

  section#faq {
    text-align: center;
  }

  .section.section-banner,
  section#faq {
    padding: 100px 0 100px;
  }
  section.section.section-hero a {
    margin: -20px 0 0 0;
    width: 100%;
  }

  section.section.section-hero a.btn-outline-primary {
    margin-left: 0px !important;
  }

  section.section.section-hero a.btn-primary {
    margin-bottom: 35px;
  }

  .section-hero a:first-child {
    margin-bottom: 40px !important;
  }
  h2.hero {
    font-size: 8rem;
  }
  .section-content {
    padding: 70px 0 40px;
  }

  .section-content:last-child {
    padding-bottom: 50px;
  }
  .mtm-5 {
    margin-top: 4rem;
  }
  .section-content .row {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    align-items: inherit;
  }
  .section-content img {
    margin-bottom: 0px;
  }

  .section-content img:last-child {
    margin: -20px auto !important;
  }
  .navbar-nav .btn {
    width: 50px;
    height: 35px;
  }

  .logo-sc img {
    max-width: 100px !important;
  }
}
.modal-dialog {
  top: 50%;
  transform: translateY(-50%) !important;
  max-width: 1200px;
  margin: 0;
  /* margin: 30px auto; */
}
.modal-body {
  position: relative;
  padding: 0px;
}
.close {
  font-weight: normal;
  color: #fff;
  opacity: 1;
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  float: right;
  top: -20px;
  right: -20px;
  border-radius: 50%;
  font-size: 38px;
  line-height: 38px;
  z-index: 99999999;
  text-align: center;
  transition: all 0.5s;
  background: #000 !important;
}

button.close span {
  top: -17px;
  position: relative;
  right: 7px;
}

iframe#video {
  border-radius: 0.25rem;
}

.modal {
  backdrop-filter: blur(4px);
  justify-content: center;
  align-items: center;
}

.modal-content {
  padding: 1rem;
  max-width: 400px;
  /* min-height: 302px; */
  -webkit-box-shadow: 0 2px 6px 0 rgba(49, 58, 70, 0.9);
  box-shadow: 0 2px 6px 0 rgba(49, 58, 70, 0.9);
  box-sizing: border-box;
  margin: auto;
}

.modal-header .close {
  margin: -1.5rem -1.5rem -1.5rem auto;
}

.modal-backdrop {
  background-color: #37404a;
}

.form-control.mce_inline_error:focus {
  box-shadow: 0 0 0 0.2rem #f00;
}

/* .navbar-nav #nav-icon1 span {
  background: white;
} */

.navbar-nav #nav-icon1 span {
  background: linear-gradient(135deg, #8f75da 0, #3f5af1 60%);
  -webkit-box-shadow: 0 2px 6px 0 rgba(114, 124, 245, 0.5);
  box-shadow: 0 2px 6px 0 rgba(114, 124, 245, 0.5);
}

.section-footer .list-inline{
  margin: 0;
}

[data-installer]:link {
  color: inherit;
}

/*bouncing arrow**/
.arrow {
  text-align: center;
  margin-top: 1%;
  margin-bottom: -2%;
  color: white;
  opacity: .8;
}
.bounce {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
