:root {
  --ocean-blue: #4d7fc0;
  --max-width: 1768px;
}

html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: SemiLight;
  src: url("/static/fonts/segoe-ui-semilight-2.ttf");
}

@font-face {
  font-family: "Segoe UI";
  src: url("/static/fonts/SegoeUI/segoeui.ttf"); /* IE9 Compat Modes */
  src: local("Segoe UI"), local("Segoe-UI"),
    /* Duplicated name with hyphen */ url("/static/fonts/SegoeUI/segoeui.ttf")
      format("truetype");
}
@font-face {
  font-family: "Segoe UI";
  src: url("/static/fonts/SegoeUI/segoeuib.ttf"); /* IE9 Compat Modes */
  src: local("Segoe UI"), local("Segoe-UI"),
    /* Duplicated name with hyphen */ url("/static/fonts/SegoeUI/segoeuib.ttf")
      format("truetype");
  font-weight: bold;
}
@font-face {
  font-family: "Segoe UI";
  src: url("/static/fonts/SegoeUI/segoeuil.ttf"); /* IE9 Compat Modes */
  src: local("Segoe UI"), local("Segoe-UI"),
    /* Duplicated name with hyphen */ url("/static/fonts/SegoeUI/segoeuil.ttf")
      format("truetype");
  font-weight: 300;
}

header {
  background-color: #35124b;
}

.navbar {
  background-color: #35124b;
}

img {
  max-width: 100%;
}

button {
  border: 0;
}

.floating-btn {
  border-radius: 25px;
  position: fixed;
  bottom: 50px;
  cursor: pointer;
  z-index: 1;
}

.floating-btn-left {
  left: 50px;
}
.floating-btn-right {
  right: 50px;
}

.main-header {
  background-color: #35124b;
  border-radius: 0, 0, 25px, 25px;
}
.main-box {
  padding-right: 0;
  padding-left: 0;
  max-width: var(--max-width);
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 1) 0%,
    rgba(226, 239, 255, 1) 35%,
    rgba(141, 191, 255, 1) 100%
  );
}

.main-banner {
  background-color: #35124b;
  border-radius: 0, 0, 25px, 25px;
  background-image: url("/static/img/head-banner/head-banner.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: var(--max-width);
  height: 615px;
}

.main-banner h1 {
  color: #ffffff;
}

.main-banner p {
  color: #d5e8ff;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.fs-1 {
  font-size: 1em;
}
.fs-1-2 {
  font-size: 1.2em;
}
.fs-2 {
  font-size: 2em;
}
.fs-3 {
  font-size: 3em;
}

.navbar,
h {
  font-family: "Ubuntu", sans-serif;
}

.navbar-dark .navbar-toggler {
  border-color: rgba(255, 255, 255, 1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav-link,
.dropdown-item {
  font-weight: 300;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #ffffff;
}

.dropdown-item,
.dropdown-item:hover {
  color: #5095ef;
}

.dropdown-item:hover {
  background: #e7ebef 0% 0% no-repeat padding-box;
  border-radius: 12px;
}

.dropdown-menu {
  margin: 0rem 0 0;
  border-radius: 13px;
  padding: 1rem;
}

.fa,
.fa:hover {
  font-size: 1.5em;
  width: 42px;
  height: 42px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
  line-height: inherit;
  padding-top: 0.1em;
  color: #ffffff;
}

.fa-facebook {
  background-color: #5095ef;
}

.fa-instagram {
  background-color: #d05d7a;
}

.fa-linkedin {
  background-color: #0057d6;
}
.fa-twitter {
  background-color: #3393ff;
}
.fa-youtube {
  background-color: #f30000;
}

.fa-star,
.fa-star:hover {
  color: #eed970;
  font-size: 1em;
}

.logo {
  width: 80%;
}

.divider {
  width: 101px;
  height: 9px;
  border-radius: 5px;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.divider-purple {
  background-color: #6e3393;
}

.divider-blue {
  background-color: #8dbfff;
}

.divider-oceanblue {
  background-color: #3879b3;
}
.divider-green {
  background-color: #8ee462;
}

.header-caption {
  position: absolute;
  top: 20%;
  width: 22em;
  left: 30%;
  z-index: 1;
  color: #fff;
}

.box-break {
  padding: 2em;
  background: #6e3393 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 20px #3878b24d;
  border-radius: 40px;
  text-align: center;
  font-family: "Ubuntu", sans-serif;
  letter-spacing: 0;
  color: #fcfcfc;
  font-size: 1.2em;
  font-weight: 300;
  transform: translateY(-50%);
  margin: 0 auto;
  z-index: 1;
}

.box-break p {
  display: table-cell;
  vertical-align: middle;
}

.box-solutions {
  max-width: 1768px;
  background-color: #eff6ff;
}
.box-solutions div.divider {
  margin-top: -2%;
}

.title {
  text-align: center;
  font-family: "Ubuntu", sans-serif;
  letter-spacing: 0;
  color: #593371;
}

.solutions-subtitle {
  text-align: center;
  font-family: "Ubuntu";
  font-weight: 200;
  font-size: 1.2em;
  letter-spacing: 0;
  color: #4d7fc0;
}

.card-imagem {
  width: 23rem;
  object-fit: cover;
  object-position: 0 60%;
  border-radius: 25px;
  border-width: 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card-imagem-top {
  height: 200px;
  object-fit: cover;
  border-radius: 25px 25px 0 0;
}

.card-title-label {
  max-width: 80%;
  border-radius: 19px;
  text-align: center;
  background-color: #76cb4b;
  font-family: "Segoe UI", sans-serif;
  font-size: 1.2em;
  letter-spacing: 0;
  color: #ffffff;
  padding: 0.3em;
  margin: 0 auto;
  transform: translateY(-100%);
}

.label-orange {
  background-color: #fc6f2a;
}

.label-blue {
  background-color: #5095ef;
}

.label-purple {
  background-color: #aa3a94;
}

.label-red {
  background-color: #f73737;
}

.label-yellow {
  background-color: #f6d42a;
}

.label-green {
  background-color: #76cb4b;
}

.card-text {
  text-align: center;
  font-family: "Segoe UI", sans-serif;
  font-size: 0.8em;
  letter-spacing: 0;
  /*color: #8c969f;*/
  opacity: 0.8;
}

.diferential-box {
  background-image: url("/static/img/certified-differential/certified-differential.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 5em;
  padding-bottom: 4em;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.diferential-box:before {
  height: 54px;
  content: "";
  display: block;
}

.diferential-box h1 {
  text-align: center;
  font-weight: 400;
  font-size: 2em;
  letter-spacing: 0;
  color: #e2efff;
  margin: 0 auto;
}

.diferential-box p {
  text-align: center;
  margin: 0 auto;
  width: 80%;
  font-weight: 300;
  font-size: 1.2em;
  letter-spacing: 0;
  color: #fcfcfc;
}
.card-body-theme {
  min-height: 5em;
}

.box-call {
  background: #abdcf3;
  border-radius: 25px 25px 0px 0px;
  color: var(--ocean-blue);
  max-width: var(--max-width);
}

.theme-subtitle {
  text-align: center;
  font-family: "Ubuntu";
  font-weight: 200;
  font-size: 1.2em;
  letter-spacing: 0;
  color: #4d7fc0;
}
.theme-item {
  letter-spacing: 0;
  color: #593371;
  font-family: "Ubuntu";
  font-size: 1.1em;
  margin: 0 auto;
  justify-self: center;
  align-self: center;
  text-align: center;
  font-weight: 200;
}

.btn-fale-conosco {
  background: #5095ef;
  border-radius: 26px;
  padding: 0.5em 1em;
  width: 220px;
  color: #ffffff;
  margin: 0 auto;
  font-family: "Ubuntu";
}
.btn-enviar {
  background: #5095ef;
  border-radius: 26px;
  padding: 0.5em 1em;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #ffffff;
  text-align: center;
}
.btn-enviar-green {
  background: #76cb4b;
  border-radius: 26px;
  padding: 0.5em 1em;
  border: 0;
  color: #ffffff;
  text-align: center;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.btn-enviar-blue {
  background: #4d7fc0;
  border-radius: 26px;
  padding: 0.5em 1em;
  border: 0;
  color: #ffffff;
  text-align: center;
}

.form-input {
  background: #ffffff;
  border-radius: 29px;
  padding: 0.5em 1.2em;
}

.form-input label {
  margin: 0;
  color: #b8bfc5;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.form-input input {
  flex-grow: 1;
  margin-left: 0.2em;
  border: 0;
  color: #593371;
  font-weight: 500;
  background-color: transparent;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.form-input textarea {
  border: 0;
  color: #593371;
  font-weight: 500;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

::placeholder {
  color: #ffffff;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.box-call input {
  color: var(--ocean-blue);
}

.state-field {
  margin-right: 1em;
}

.contact-box h3 {
  font-family: "Ubuntu";
}

.contact-box .form-input {
  background-color: #4c335d;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.contact-box textarea {
  color: #cebadb;
  background-color: #4c335d;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.contact-box ::placeholder {
  color: #4c335d !important;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.contact-box label {
  color: #cebadb;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.contact-box input {
  color: #cebadb;
}

.newsletter-box {
  color: #3878b2;
  max-width: var(--max-width);
  background-image: url("/static/img/paper-plane/paper-plane.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 5em;
  padding-bottom: 4em;
  max-width: var(--max-width);
  height: 624px;
  position: relative;
}

.newsletter-box h3 {
  font-weight: 300;
  font-size: 2.5em;
  font-family: "Ubuntu";
}

.newsletter-box p {
  font-family: "Ubuntu";
}

.newsletter-box ::placeholder {
  color: #8dbfff;
}
.newsletter-box section {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.newsletter-box p.observation {
  font-size: 0.8em;
  font-family: "Ubuntu";
}

.newsletter-box input[type="submit"] {
  background: #ffb727 0% 0% no-repeat padding-box;
  width: 236px;
  color: #ffffff;
  border-radius: 25px;
  font-family: "Ubuntu";
  border: 0;
}

.newsletter-box input[type="text"] {
  width: 70%;
  padding-left: 1em;
  height: 40px;
  color: #8dbfff;
}

.newsletter-box div.text-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.team-box {
  background: rgb(233, 243, 255);
  background: linear-gradient(
    180deg,
    rgba(233, 243, 255, 1) 0%,
    rgba(179, 212, 255, 1) 100%
  );
  padding-top: 5em;
  padding-bottom: 4em;
  padding-left: 0;
  padding-right: 0;

  max-width: var(--max-width);
  border-radius: 0 0 25px 25px;
}

.team-box div.row {
  margin-left: 0;
  margin-right: 0;
}

.team-box h3 {
  color: #593371;
  text-align: center;
  font-family: "Ubuntu";
  font-size: 1.5em;
  letter-spacing: 0.2px;
  color: #3878b2;
  opacity: 1;
}

.team-box p.job-description {
  text-align: center;
  font-family: "Ubuntu";
  font-size: 0.9em;
  letter-spacing: 1.2px;
  color: #8c58ad;
  opacity: 1;
}

.team-box p.teammate-description {
  text-align: center;
  font-family: "Segoe UI";
  font-size: 1em;
  letter-spacing: 0.14px;
  color: #3878b2;
  opacity: 1;
  padding: 0 16px;
}

.team-box .list-group-item {
  background: transparent;
  border: 0;
  padding: 0.75rem 0.5rem;
}

.organism-box {
  position: relative;
  z-index: 1;
  background-image: url("/static/img/organism/organism.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 5em;
  padding-bottom: 4em;
  border-radius: 0 0 25px 25px;
  max-width: var(--max-width);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.organism-box section.box-break {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.organism-box > p {
  color: #d5e8ff;
  font-size: 1.2em;
  font-weight: 200;
}

.organism-box > h3 {
  color: #8dbfff;
  width: 30%;
}

.box-two {
  margin-top: -100px;
  padding-top: 100px;
  background: transparent linear-gradient(180deg, #5095ef 0%, #35124b 100%) 0%
    0% no-repeat padding-box;
}

.conversion-box {
  max-width: var(--max-width);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.conversion-box h3 {
  color: #d5e8ff;
  font-weight: 200;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.conversion-box p {
  color: #ffffff;
  font-weight: 300;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.organism-box div.row {
  color: #fcfcfc;
  font-weight: 300;
}

.levels-box {
  background: #f2f8ff;
  box-shadow: 0px 50px 40px #00000059;
  border-radius: 25px;
  max-width: var(--max-width);
}
.levels-box .divider {
  background-color: #8dbfff;
}
.levels-box h3 {
  color: #593371;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.levels-box p.subtitle {
  width: 40%;
  margin: 0 auto;
  color: #3878b2;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.levels-box .diagram {
  margin: 0 auto;
  width: 807px;
  height: 63px;
  background: #e2efff 0% 0% no-repeat padding-box;
  border-radius: 37px;
  display: table;
}
.levels-box .vertical-diagram {
  margin: 0 auto;
  background: #e2efff 0% 0% no-repeat padding-box;
  border-radius: 37px;
  line-height: 0.8em;
  display: none;
}

.levels-box .diagram p {
  text-align: center;
  font-family: "Ubuntu";
  font-weight: bold;
  letter-spacing: 0;
  color: #593371;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}

.levels-box .vertical-diagram p {
  text-align: center;
  font-family: "Ubuntu";
  font-weight: bold;
  letter-spacing: 0;
  color: #593371;
  text-align: center;
}
.levels-box .vertical-diagram .greater-symbol {
  transform: rotate(90deg);
  display: block;
}

.greater-symbol {
  color: #8dbfff;
}

.banner-box {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 5em;
  padding-bottom: 4em;
  max-width: var(--max-width);
  min-height: 440px;
}

.banner-box div.row {
  margin-left: 0;
  margin-right: 0;
}

.education-box {
  background-image: url("/static/img/education/education.jpg");
}

.education-box h3 {
  color: #ffffff;
  font-family: "Ubuntu";
  font-size: 2.2em;
  font-weight: 300;
  display: inline;
}

.education-box span {
  font-size: 1.2em;
  font-family: "Ubuntu";
  color: #ffffff;
}

.education-box p {
  color: #ffffff;
  font-weight: 300;
  font-size: 1em;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  padding-right: 3em;
}

.prevention-box {
  background-image: url("/static/img/prevention/prevention.jpg");
}

.prevention-box h3 {
  color: #ffffff;
  font-family: "Ubuntu";
  font-size: 2.2em;
  font-weight: 300;
  display: inline;
}

.prevention-box span {
  font-size: 1.2em;
  font-family: "Ubuntu";
  color: #ffffff;
}

.prevention-box p {
  color: #ffffff;
  font-weight: 300;
  font-size: 1em;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  padding-right: 3em;
}

.health-box {
  background-image: url("/static/img/health/health.png");
  border-radius: 0 0 25px 25px;
}

.health-box h3 {
  color: #ffffff;
  font-family: "Ubuntu";
  font-size: 2.2em;
  font-weight: 300;
  display: inline;
}

.health-box span {
  font-size: 1.2em;
  font-family: "Ubuntu";
  color: #ffffff;
}

.health-box p {
  color: #ffffff;
  font-weight: 300;
  font-size: 1em;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  padding-right: 3em;
}

.integration-box {
  background-color: #4a1c67;
  max-width: 1768px;
}

.integration-box div.integration-box-container {
  transform: translateY(-30%);
}

.integration-box h3 {
  color: #d5e8ff;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.integration-box p {
  color: #ffffff;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 200;
}

@media (min-width: 1200px) {
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 66%;
    max-width: 66%;
  }
}

@media (min-width: 1281px) {
  .contact-box ::placeholder {
    color: transparent !important;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 0 0 41.666667%;
  }
}

@media (max-width: 1280px) {
  .floating-btn {
    position: fixed;
    bottom: 10px;
  }

  .floating-btn-left {
    left: 10px;
  }
  .floating-btn-right {
    right: 10px;
  }
  .main-header {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .diferential-box {
    background-size: cover;
  }

  ::placeholder {
    color: #b8bfc5;
  }

  .contact-box ::placeholder {
    color: #cebadb !important;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  }

  .form-input label {
    display: none !important;
  }

  .main-header .divider-purple {
    display: none;
  }

  .main-header h1 {
    font-size: 3em;
    width: inherit;
    padding: 0 2em;
  }
  .main-header p {
    font-size: 1.2em;
    width: inherit;
    padding: 2em 3em;
  }

  .organism-box p {
    font-size: 1em;
    padding: 1em 1em;
  }

  .state-field {
    margin-right: 0;
  }

  .levels-box .diagram {
    display: none;
  }

  .levels-box .vertical-diagram {
    display: table;
  }

  .banner-box {
    text-align: center !important;
    background-position: left;
  }

  .newsletter-box {
    background-position: left;
    padding-left: 0;
    padding-right: 0;
  }

  .newsletter-box div.form-input {
    height: 36px;
  }

  .newsletter-box input[type="text"] {
    width: 70%;
    display: block;
    padding-left: 1em;
    padding-top: 0.3em;
  }

  .integration-box div.integration-box-container {
    transform: translateY(0);
    text-align: left;
    padding-top: 3em;
  }

  .integration-box p {
    padding: 0;
    margin-bottom: 3em;
  }

  .card-text {
    padding: 1.2em !important;
  }

  .organism-box section.box-break {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateY(-30%) translateX(-50%);
    padding: 1em;
  }

  .organism-box > h3 {
    color: #8dbfff;
    width: 60%;
  }

  .box-break {
    padding: 1em;
  }

  .conversion-box img {
    display: none;
  }

  .education-box-text {
    text-align: left;
    padding: 2em;
    background: rgba(0, 0, 0, 0.6);
  }

  .prevention-box-text {
    text-align: left;
    padding: 2em;
    background: rgba(0, 0, 0, 0.6);
  }
  .health-box-text {
    text-align: left;
    padding: 2em;
    background: rgba(0, 0, 0, 0.6);
  }
}

@media (max-width: 577px) {
  .floating-btn {
    display: none;
  }
  .main-header h1 {
    font-size: 1.8em;
    padding: 0 1em;
  }
  .main-header p {
    font-size: 1em;
    width: inherit;
    padding: 1em 2em;
  }

  .box-solutions div.divider {
    margin-top: -25%;
  }

  .organism-box section.box-break {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .organism-box > p {
    padding-top: 160px;
    margin-top: 10em !important;
  }

  .organism-box > h3 {
    color: #8dbfff;
    width: 90%;
  }

  .organism-box div.divider {
    margin-top: 12em;
  }

  .conversion-box img {
    display: none;
  }
  .conversion-box h3 {
    font-size: 2em;
  }
  .conversion-box p {
    font-size: 1.1em;
    width: 90%;
  }

  .levels-box p.subtitle {
    width: 90%;
  }

  .integration-box p {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .main-header h1 {
    font-size: 1.8em;
    padding: 0 1em;
  }

  .main-header p {
    font-size: 1em;
    width: inherit;
    padding: 1em 2em;
  }

  .navbar-brand {
    width: 70vw !important;
  }
}

@media (max-width: 360px) {
}
