/* buttons */
.title_tag,
.saas_two_section_title .title_tag,
.saas_two_banner_section .s2-banner_content .s2-tilte_tag,
.saas_two_feature_section .s2-feature_text .feature_tag,
.integration_section .integration_text .feature_tag {
    color: var(--color2);
    font-size: 15px;
    font-weight: 500;
    padding: 3px 30px;
    border-radius: 4px;
    display: inline-block;
    background-color: var(--bg-color5);
    border: 1px solid var(--bg-color1);
    margin-top: 40px;

}


.saas_two_banner_section .s2-banner_content .s2-tilte_tag {
  padding: 5px 30px;
}


/* outros */
.shadow-1{
	box-shadow: 0px 0px 10px #c3c4da;
}

.shadow-2 {
    box-shadow: 2px 3px 20px rgba(150, 141, 179, .12941);
}

/* body */
body.body-theme {
  background-image: none !important;
  background-color: #fff;
}
.web-app-section-title h2 {
  color: #1b2153;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.278;
}
.web-app-section-title span {
  display: block;
  font-weight: 200;
}

.pera-content p {
  margin-bottom: 0;
}

.web-app-home {
  margin: 0;
  padding: 0;
  color: var(--color3);
  font-size: 14px;
  overflow-x: hidden;
  line-height: 1.625;
  -moz-osx-font-smoothing: antialiased !important;
  -webkit-font-smoothing: antialiased !important;
}

/* container */
.container-fluid {
     padding-right: 0px;
     padding-left: 0px; 
}

/* section */
.saas_two_section_title h2 {
  font-weight: 600;
  color: var(--color2);
  font-size: 40px;
  padding-top: 15px;
}

.saas_two_section_title h2 span {
  font-weight: 500;
  color: var(--color2);
}


/* scrollbar */
/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: auto;
    scrollbar-color: #1b1d5a #ffffff;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 16px;
  }

  *::-webkit-scrollbar-track {
    background: #ffffff;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #1b1d5a;
    border-radius: 5px;
    border: 2px solid #ffffff;
  }

/* header */
.svg-header svg {
  position: absolute;
  z-index: 2;
  width: 95%;
}

/* dividers */
