@charset "UTF-8";
body {
  font-family: "Work Sans", sans-serif; }

.logo-img {
  height: 100px; }

.logo-dark {
  height: 70px;
  display: block;
  margin: 0 auto; }

.index_int {
  margin-bottom: 15%;
  z-index: 10; }

.__header {
  position: relative; }
  .__header .__btpn {
    position: absolute;
    top: 20px;
    right: 20px; }

.relative-section {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: auto;
  background: linear-gradient(180deg, #0f2062, #10368f);
  overflow: hidden; }

.relative-section:before,
.relative-section:after {
  content: "";
  position: absolute;
  left: 50%;
  min-width: 300vw;
  min-height: 300vw;
  background-color: #fff;
  animation-name: rotate;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

.relative-section:before {
  bottom: 15vh;
  border-radius: 45%;
  animation-duration: 10s; }

.relative-section:after {
  bottom: 12vh;
  opacity: 0.5;
  border-radius: 47%;
  animation-duration: 10s; }

.custom-img-container {
  height: 500px; }
  .custom-img-container img {
    height: 100%;
    width: auto; }

.btn-primary {
  position: relative;
  background: linear-gradient(90deg, #001F60, #007BFF);
  color: white;
  border: none;
  border-radius: 50px;
  padding: 10px 30px;
  font-size: 14px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s, box-shadow 0.2s; }
  .btn-primary .btn-text {
    transition: opacity 0.3s ease; }
  .btn-primary .btn-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease;
    display: none; }
  .btn-primary:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2); }
    .btn-primary:hover .btn-text {
      opacity: 0; }
    .btn-primary:hover .btn-icon {
      display: inline;
      opacity: 1; }

@keyframes rotate {
  0% {
    transform: translate(-50%, 0) rotateZ(0deg); }
  50% {
    transform: translate(-50%, -2%) rotateZ(180deg); }
  100% {
    transform: translate(-50%, 0%) rotateZ(360deg); } }
.__automatiza {
  background: linear-gradient(180deg, #10368f, #106cfe);
  text-align: center;
  padding-bottom: 80px; }
  .__automatiza h2 {
    padding-left: 8%;
    padding-right: 8%;
    color: white;
    font-size: 2.3rem;
    margin-bottom: 1rem; }
  .__automatiza h3 {
    color: white;
    font-size: 1.5rem;
    font-weight: 300; }

.text-start {
  padding-right: 5%;
  padding-top: 7%;
  margin-bottom: 17%; }
  .text-start h1 {
    color: #0f2062;
    font-weight: bold;
    line-height: 1;
    font-size: 2.8rem; }

.asdjas921 {
  position: relative;
  height: -webkit-fill-available; }

.img_S12 {
  height: auto; }

.accordion-item {
  border: 0px solid #106cfe;
  border-radius: 20px;
  margin-bottom: 20px;
  background-color: transparent; }

.accordion-header {
  font-family: "Work Sans", sans-serif;
  font-weight: 300 !important;
  font-size: 1.2rem;
  padding-left: 0% !important;
  padding-right: 0% !important;
  border: 1px solid #fff;
  border-radius: 20px;
  color: #0f2062; }

.accordion-button {
  background-color: transparent !important;
  border: none;
  box-shadow: none;
  color: #ffffff;
  font-family: "Work Sans", sans-serif;
  font-weight: 300;
  font-size: 1.2rem; }
  .accordion-button:focusaccordion-body {
    color: white;
    box-shadow: none; }
  .accordion-button::after {
    color: white;
    background-image: none; }

.accordion-button:not(.collapsed) {
  color: white;
  background-color: transparent;
  box-shadow: none !important; }

.accordion-button:not(.collapsed)::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: white;
  display: inline-block;
  background-image: none;
  margin-left: auto;
  margin-right: 0; }

.accordion-body {
  font-family: "Work Sans", sans-serif;
  font-size: 1rem;
  color: #ffffff;
  text-align: left;
  padding: 20px; }

.__stsvv {
  color: white;
  font-family: "Work Sans", sans-serif;
  letter-spacing: 4px; }

.otr_122 {
  padding-top: 130px;
  padding-bottom: 180px;
  background-color: #d7eaff; }

.text-start2 {
  padding-right: 5%;
  padding-top: 7%; }
  .text-start2 h1 {
    color: #0f2062;
    font-weight: bold;
    line-height: 1;
    font-size: 2.8rem; }

.__isdas {
  padding-left: 5%; }

footer {
  margin-top: -100px; }

.__part {
  background-color: white;
  border-radius: 40px;
  padding: 50px 70px;
  margin-bottom: 50px; }
  .__part h4 {
    color: #0f2062;
    font-weight: normal;
    font-size: 1.4rem;
    margin-bottom: 1rem; }
  .__part h5 {
    color: #0f2062;
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 1rem; }

.partner-img {
  width: 100px;
  height: auto;
  margin: 0 10px; }

.link-modal {
  color: #333;
  text-decoration: underline; }
  .link-modal:hover {
    color: #106cfe;
    text-decoration: none; }

.issd {
  font-size: 13px; }

.modal-title {
  color: #106cfe; }

.modal-body ul li strong {
  color: #106cfe;
  margin-top: 15px;
  margin-bottom: 10px; }

.modal-body ul {
  padding-left: 20px; }

.modal-body ul li {
  margin-bottom: 10px; }

#planes {
  background-color: #eef7ff; }

#planes {
  background-color: #eef7ff;
  padding-top: 100px;
  padding-bottom: 100px; }
  #planes .container {
    max-width: 1200px; }
  #planes h2 {
    font-weight: 500;
    letter-spacing: -0.02em;
    color: #10368f; }
  #planes .text-muted {
    font-size: 0.95rem; }
  #planes .card {
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    overflow: hidden; }
    #planes .card:hover {
      transform: translateY(-4px);
      box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.08);
      border-color: rgba(0, 0, 0, 0.12); }
    #planes .card .card-body {
      padding: 1.5rem; }
    #planes .card .display-6 {
      font-weight: 800;
      letter-spacing: -0.02em; }
    #planes .card .h3 {
      font-weight: 800;
      margin-bottom: 0.25rem; }
    #planes .card ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      #planes .card ul li {
        display: flex;
        align-items: baseline;
        gap: 0.5rem;
        line-height: 1.1;
        font-size: 0.85rem; }
        #planes .card ul li i {
          flex: 0 0 auto; }
    #planes .card .btn {
      border-width: 2px;
      font-weight: 600;
      padding: 0.65rem 1rem; }
  #planes .card.border-primary {
    border-width: 2px;
    box-shadow: 0 1rem 2rem rgba(13, 110, 253, 0.12); }
    #planes .card.border-primary .display-6 {
      color: #0d6efd; }
    #planes .card.border-primary .btn-primary {
      box-shadow: 0 0.6rem 1.25rem rgba(13, 110, 253, 0.18); }
  @media (max-width: 767.98px) {
    #planes .card .card-body {
      padding: 1.25rem; }
    #planes .card .display-6 {
      font-size: 1.6rem; }
    #planes .card .h3 {
      font-size: 1.4rem; } }

@media (max-width: 575.98px) {
  .__header {
    padding-top: 10px; }
    .__header .__btpn {
      position: static;
      display: inline-block;
      margin-top: 8px;
      margin-left: auto;
      margin-right: 0; }

  .logo-img {
    height: 68px; }

  .logo-dark {
    height: 56px; }

  .btn-primary {
    padding: 10px 20px;
    font-size: 13.5px; }
    .btn-primary .btn-text {
      opacity: 1 !important; }
    .btn-primary .btn-icon {
      display: none !important; }

  #planes {
    padding-top: 60px;
    padding-bottom: 60px; }
    #planes .card .card-body {
      padding: 1rem; }
    #planes .card .display-6 {
      font-size: 1.35rem;
      font-weight: 700; }
    #planes .card .h3 {
      font-size: 1.3rem;
      margin-bottom: 0.5rem; }
    #planes .plan-features li {
      font-size: 0.95rem;
      line-height: 1.35;
      padding: 0.2rem 0; }
    #planes .btn {
      width: 100%;
      padding: 0.6rem 1rem;
      font-size: 0.95rem; }

  .text-start {
    padding-right: 2%;
    padding-left: 2%;
    padding-top: 7%;
    margin-bottom: 17%;
    text-align: center !important; }
    .text-start h1 {
      color: #0f2062;
      font-weight: bold;
      line-height: 1;
      font-size: 1.3rem;
      text-align: center; }
    .text-start h2 {
      text-align: center; }
    .text-start p {
      text-align: center; }

  .__part {
    background-color: white;
    border-radius: 40px;
    padding: 30px 50px;
    margin-bottom: 50px; }
    .__part h4 {
      color: #0f2062;
      font-weight: normal;
      font-size: 0.9rem;
      margin-bottom: 1rem; }
    .__part h5 {
      color: #0f2062;
      font-weight: bold;
      font-size: 1.3rem;
      margin-bottom: 1rem; }

  .partner-img {
    width: 70px;
    height: auto;
    margin: 0 5px; }

  .__automatiza {
    background: linear-gradient(180deg, #10368f, #106cfe);
    text-align: center;
    padding-bottom: 80px; }
    .__automatiza h2 {
      padding-left: 8%;
      padding-right: 8%;
      color: white;
      font-size: 1.5rem;
      margin-bottom: 1rem; }
    .__automatiza h3 {
      color: white;
      font-size: 1rem;
      font-weight: 300; }

  .accordion-item {
    border: 0px solid #106cfe;
    border-radius: 20px;
    margin-bottom: 20px;
    background-color: transparent; }

  .accordion-header {
    font-family: "Work Sans", sans-serif;
    font-weight: 300 !important;
    font-size: 1rem;
    padding-left: 0% !important;
    padding-right: 0% !important;
    border: 1px solid #fff;
    border-radius: 20px;
    color: #0f2062; }

  .accordion-button {
    background-color: transparent !important;
    border: none;
    box-shadow: none;
    color: #ffffff;
    font-family: "Work Sans", sans-serif;
    font-weight: 300;
    font-size: 1rem; }
    .accordion-button:focusaccordion-body {
      color: white;
      box-shadow: none; }
    .accordion-button::after {
      color: white;
      background-image: none; }

  .accordion-button:not(.collapsed) {
    color: white;
    background-color: transparent;
    box-shadow: none !important; }

  .accordion-button:not(.collapsed)::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: white;
    display: inline-block;
    background-image: none;
    margin-left: auto;
    margin-right: 0; }

  .accordion-body {
    font-family: "Work Sans", sans-serif;
    font-size: 1rem;
    color: #ffffff;
    text-align: left;
    padding: 20px; }

  .otr_122 {
    padding-top: 60px;
    padding-right: 2%;
    padding-left: 2%;
    padding-bottom: 180px;
    background-color: #d7eaff; }

  .text-start2 {
    padding-right: 5%;
    padding-top: 7%;
    text-align: center !important; }
    .text-start2 h1 {
      color: #0f2062;
      font-weight: bold;
      line-height: 1.3;
      font-size: 1.5rem; }
    .text-start2 h2 {
      font-size: 1rem; }

  .__isdas {
    padding-left: 5%; } }

/*# sourceMappingURL=styles.css.map */
