/* Global Styles */
*,
input,
button {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: var(--primary-color);
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primary-color: #213171;
  --secondary-color: #f36e21;
  --secondary-dark-color: #cc5713;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Moderustic", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700 !important;
}

body {
  position: relative;
  z-index: -2;
}

section {
  scroll-margin-top: 80px;
}

.section-primary {
  background-color: var(--primary-color);
}

.btn-secondary {
  color: #fff;
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.btn-secondary:hover {
  background-color: var(--secondary-dark-color);
  border-color: var(--secondary-dark-color);
  -webkit-box-shadow: 0px 0px 49px -11px rgba(243, 110, 33, 0.75);
  -moz-box-shadow: 0px 0px 49px -11px rgba(243, 110, 33, 0.75);
  box-shadow: 0px 0px 49px -11px rgba(243, 110, 33, 0.75);
}

.icons-secondary {
  color: var(--secondary-color);
}

.hiw-icon {
  position: absolute;
  bottom: 4px;
  right: 10px;
}

.benefit {
  font-size: 18px;
  color: #050d0d;
}

.list-item,
.list-item:hover {
  color: #050d0d;
}

blockquote {
  width: fit-content;
}

.quote-left {
  position: absolute;
  left: -2.2rem;
  bottom: 0.8rem;
  font-size: 40px;
  color: "#ccc";
  opacity: 0.2;
}

.quote-right {
  position: absolute;
  right: -2.2rem;
  top: 0.8rem;
  font-size: 40px;
  color: "#ccc";
  opacity: 0.2;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

#effect-scroll,
#depoiments,
#cases,
#clients {
  visibility: hidden;
  scroll-margin-top: 110px;
}

#solutions,
#contato {
  visibility: hidden;
  scroll-margin-top: 150px;
}

.text-justify {
  text-align: justify;
}

.cookies-hidden {
  display: none !important;
}

.modal-cookies {
  display: flex;
  justify-content: center;
  width: fit-content;
  height: fit-content;
  margin: auto;
  max-width: 95%;
}

.modal-cookies-content {
  width: 100% !important;
}

.modal {
  top: 85vh !important;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.modal-body {
  gap: 0.5rem;
}

.modal-dialog {
  width: 100% !important;
  max-width: 80rem;
  margin: 0;
  height: fit-content;
}

.button-cookies {
  background-color: var(--primary-color);
  color: #fff;
}

.background-header,
.presentation {
  background-color: var(--primary-color);
  background-color: var(--primary-color);
}

.button {
  border: none;
  text-transform: uppercase;
  border-radius: 8px;
}

/* Navbar Styles */
.navbar {
  background-color: #fff !important;
}

#navbar.scrolled {
  background-color: #fff !important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.navbar-collapse {
  text-transform: uppercase;
  /* gap: 10px; */
}
.nav-item {
  font-size: 12px;
  font-weight: 600;
  line-height: 14.4px;
  letter-spacing: 0.1em;
  text-align: end;
}
.nav-item:hover {
  font-weight: 800;
  -translate-y: 0.5;
  scale: 1.1;
}

.nav-link {
  color: var(--primary-color) !important;
}

.navbar-nav {
  gap: 10px;
}
.navbar-toggler {
  border: none;
  font-size: 90%;
  padding: 0;
}

.navbar-toggler:focus {
  box-shadow: none;
}
.case {
  min-height: 400px;
}
.button-nav {
  border-radius: 4px;
  font-size: 12px;
  font-weight: 800;
  line-height: 14.4px;
  padding: 15px;
}
.button-primary {
  color: var(--primary-color);
  background-color: #ffffff;
}
.btn-primary,
.read-more-button {
  transition: ease-in-out 0.2s;
}
.btn-primary:hover,
.read-more-button:hover {
  -webkit-box-shadow: 0px 0px 49px -11px rgba(0, 140, 255, 0.75);
  -moz-box-shadow: 0px 0px 49px -11px rgba(0, 140, 255, 0.75);
  box-shadow: 0px 0px 49px -11px rgba(0, 140, 255, 0.75);
}
.button-secondary {
  color: #ffffff;
  background-color: var(--primary-color);
}

/* Container intro Styles */
.button-main {
  font-family: "Kanit", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 26.91px;
  color: var(--primary-color);
  background-color: #ffffff;
  padding: 20px 32px 20px 32px;
}
.title {
  font-size: 30px;
  font-weight: 800;
  line-height: 45.48px;
  text-transform: uppercase;
}
.description {
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  margin: 2rem 0px 3rem 0px;
}
.hidden {
  display: none;
}

/* Container Clients Styles */
.title-companies {
  background-image: linear-gradient(
    90deg,
    var(--primary-color) 0%,
    #3f5dd7 100%
  );
  color: transparent;
  font-size: 35px;
  background-clip: text;
  font-weight: 800;
  line-height: 48px;
  text-align: center;
  padding: 1rem;
}
.container-companies {
  margin-top: 5rem;
}
.rounded {
  padding: 0;
  filter: grayscale(100%);
}
.rounded:hover {
  filter: none;
}

/* Container Solutions Styles */
.button-services {
  font-family: "Kanit", sans-serif;
  color: var(--primary-color);
  background-color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  line-height: 26.91px;
  padding: 24px 28px 24px 28px;
  border-radius: 7.52px;
}

.p-services,
.title-services {
  color: #fff;
}
.title-solutions {
  font-weight: 750;
  line-height: 48px;
  text-transform: uppercase;
}
.hr {
  border: 1px solid #ffffff;
}
.container-card {
  width: 100%;
  margin: 0 auto;
}
.app {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    325deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 75%
  );
  padding: 19px;
  gap: 22.54px;
  border-radius: 7.51px;
  /* height: 300px; */
  transition: ease-in-out 0.5s;
}
.app:hover {
  background: rgb(235, 235, 235);
  background: linear-gradient(
    325deg,
    rgba(235, 235, 235, 1) 0%,
    rgba(255, 255, 255, 1) 75%
  );
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
}
.title-app {
  color: var(--primary-color);
  font-size: 15px;
  font-weight: 800;
  line-height: 18.04px;
  text-align: left;
  text-transform: uppercase;
  margin-block-end: 1rem;
  margin-top: 1rem;
}
.p-app {
  font-size: 14px;
  font-weight: 400;
  line-height: 15.78px;
  text-align: left;
}
.icon-card {
  background-color: var(--primary-color);
  color: white;
  padding: 5px;
  width: 2rem;
  height: 2rem;
  border-radius: 7px;
}
.background-container {
  position: relative;
  color: white;
  padding: 50px 0;
  overflow: hidden;
}

/* Background Styles */
.background-container .background-services {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, #213171, #3f5dd7);
  clip-path: polygon(0 3%, 100% 1%, 100% 100%, 0% 100%);
  z-index: -1;
}
.background-container .background-services-secondary {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, #9098b8, #9098b8);
  clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 100%);
  z-index: -1;
}

/* Container cases styles */
.title-cases {
  text-transform: uppercase;
  font-weight: 800;
  line-height: 38.4px;
  padding-block: 2rem;
  margin: 0;
  font-size: 40px;
}

.title-case {
  color: #312e2e;
  font-size: 30px !important;
  font-weight: 720;
}
.p-case {
  color: #312e2e;
  font-size: 17px;
}

.img-case {
  width: 90%;
  border-radius: 1.5rem;
}

.read-more-button {
  display: inline-block;
  background-color: var(--primary-color);
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 30px;
  text-decoration: none;
  font-size: 1rem;
}
.read-more-button:hover {
  background-color: #0b5ed7;
}

.background-solutions {
  background-color: #fafaff;
}
#cases,
#depoiments,
#solutions,
#clients {
  position: relative;
  z-index: -1;
}

/* Container feedback styles */
.comment {
  padding: 2rem;
  border-radius: 9px;
  height: 680px;
}
.comment-border {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.testimonial {
  padding: 2rem;
}
.person-comment {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
}
.person-profession {
  font-size: 14px;
  font-weight: 500;
  line-height: 16.8px;
  text-align: left;
  color: #5e6282;
}
.person-name {
  margin: 0;
  margin-bottom: 0.2rem;
  font-size: 18px;
  font-weight: 700;
  line-height: 21.6px;
  text-align: left;
}
.p-feedback {
  color: #5e6282;
  font-size: 16px;
  font-weight: 600;
  line-height: 21.6px;
  text-transform: uppercase;
}
.title-feedback {
  font-size: 50px;
  font-weight: 600 !important;
  line-height: 55px;
  text-align: left;
  margin-block-end: 2rem;
}

/* Container contato styles */
.p-about {
  color: rgb(255, 127, 0);
  font-size: 16px;
  font-weight: 600;
  line-height: 21.6px;
  text-transform: uppercase;
}
.title,
.description {
  color: #ffffff;
}

/* footer styles */
.footer {
  width: 100%;
  height: fit-content;
  background-color: #050d0d;
  color: #f8f7ff;
  font-family: Serif Thai;
  font-size: 12px;
  font-weight: 400;
  line-height: 19.18px;
}

.footer ul {
  color: #f8f7ff;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  padding: 8px;
}

.footer li {
  display: inline-block;
  margin: 0 10px;
}

.footer a {
  color: #f8f7ff;
  text-decoration: none;
}
.p-footer {
  font-size: 0.9rem;
  color: #f8f7ff;
}
.footer-link {
  color: #f8f7ff;
  transition: ease-in-out 0.2s;
}
.footer-link:hover {
  color: var(--secondary-color);
}
.year-footer {
  color: #f8f7ff;
}
.rounded {
  padding: 0;
}
.title,
.description {
  color: #ffffff;
}

/* Hidden */
.hidden-icon {
  display: none;
}
.hidden-mobile {
  display: inline;
  width: 30%;
}

.whatsapp-button {
  display: inline-block;
  background-color: #25d366;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
}

.whatsapp-definition {
  position: fixed;
  bottom: 18px;
  left: 15px;
  color: #fff;
  z-index: 1000;
}

#whatswidget-button:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.slick-slider {
  -webkit-user-select: text !important;
  -khtml-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}
.slick-list.draggable {
  -webkit-user-select: none !important;
  -khtml-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.erro {
  color: red;
  font-size: 0.9rem;
}

.erro-field {
  border: 1px solid red !important;
}

.accordion-button {
  font-weight: 700;
  color: #000 !important;
}

.accordion-body {
  color: #383838 !important;
}

.accordion-button:not(.collapsed) {
  background-color: #f5f5f5;
}

.clients {
  padding-inline: 50px;
}

@media (max-width: 991px) {
  #navbar {
    background-color: #fff !important;
  }
  .quote-left {
    left: -1%;
    bottom: 87%;
  }

  .quote-right {
    display: none;
  }
}

@media (max-width: 576px) {
  .feedback-people {
    width: 25% !important;
    text-align: center;
  }

  .modal-cookies {
    bottom: 3.5rem;
  }

  .button-cookies {
    width: 100%;
  }
}

@media (max-height: 600px) {
  .modal-cookies {
    bottom: 3.5rem;
  }
}

@media (max-width: 600px) and (max-height: 600px) {
  .modal-cookies {
    bottom: 5rem;
  }
}

@media (min-width: 520px) {
  .img-case {
    width: auto !important;
    height: 88% !important;
  }

  .clients {
    padding-inline: 210px;
  }
}

@media ((min-width: 576px) and (max-width: 767px)) {
  .title-case {
    font-size: 30px;
  }
  .comment {
    height: 450px;
  }
}

@media ((min-width: 991px) and (max-width: 1200px)) {
  .title-case {
    line-height: 42px;
  }
}

@media (min-width: 768px) {
  .modal {
    top: 88vh !important;
  }

  .title-solutions,
  .title,
  .title-companies {
    font-size: 40px;
  }
  .title-case {
    font-size: 30px;
  }
  .p-footer {
    white-space: nowrap;
  }
  .comment {
    height: 360px;
  }
}

@media ((min-width: 700px) and (max-width: 1200px)) {
  .background-container .background-services {
    background: linear-gradient(120deg, var(--primary-color), #3f5dd7);
    clip-path: polygon(0 8%, 100% 2%, 100% 100%, 0% 100%);
  }
  .background-container .background-services-secondary {
    background: linear-gradient(120deg, #9098b8, #9098b8);
    clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 100%);
  }
}

@media (min-width: 992px) {
  .background-header {
    background-color: #fafaff;
    z-index: 0;
    position: relative;
    width: 100%;
  }
  .responsive-background {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    clip-path: polygon(70% 0, 100% 0, 100% 100%, 90% 100%);
    z-index: -1;
  }

  .presentation {
    background-color: #fafaff;
    width: 100%;
    position: relative;
    z-index: -1;
  }
  .presentation img {
    position: relative;
    z-index: 1;
  }
  .presentation-background {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    clip-path: polygon(0 0, 50% 0, 30% 100%, 0 100%);
    z-index: 1;
  }

  .nav-item {
    text-align: center;
  }

  .nav-link {
    color: var(--primary-color) !important;
    padding: 0;
    transition: ease-in-out 0.2s;
  }
  .nav-link:hover {
    color: var(--secondary-color) !important;
  }
  .p-about {
    color: #5e6282;
  }
  .hidden-mobile {
    display: none;
  }
  .hidden {
    display: inline;
  }
  .button-main {
    background-color: var(--primary-color);
    color: #ffffff;
  }
  .title,
  .description {
    color: var(--primary-color);
  }
  .title-services,
  .p-services {
    padding-left: 0;
    margin-left: 0;
    color: #ffffff;
  }
  .navbar {
    padding: 2rem 0 0 0;
    background-color: transparent !important;
  }
  #navbar.scrolled {
    background-color: #fff !important;
  }
  .comment {
    height: 420px;
  }
}

@media (min-width: 1400px) {
  .p-services,
  .title-services,
  .hr,
  .button-services {
    width: 470px;
  }

  .background-container .background-services {
    background: linear-gradient(120deg, var(--primary-color), #3f5dd7);
    clip-path: polygon(0 15%, 100% 3%, 100% 100%, 0% 100%);
  }

  .background-container .background-services-secondary {
    background: linear-gradient(120deg, #9098b8, #9098b8);
    clip-path: polygon(0 16%, 100% 0, 100% 100%, 0 100%);
  }
}

@media (min-width: 1200px) {
  .initial-div {
    text-align: left;
  }

  .title-feedback {
    width: 75%;
  }
  .hidden-icon {
    display: inline;
  }
  .icon-solutions {
    bottom: 0;
    transform: translateY(60%);
  }

  .background-container .background-services {
    background: linear-gradient(120deg, var(--primary-color), #3f5dd7);
    clip-path: polygon(0 11%, 100% 3%, 100% 100%, 0% 100%);
  }

  .background-container .background-services-secondary {
    background: linear-gradient(120deg, #9098b8, #9098b8);
    clip-path: polygon(0 12%, 100% 0, 100% 100%, 0 100%);
  }

  .responsive-background {
    clip-path: polygon(59% 0, 100% 0, 100% 100%, 80% 100%);
  }
  .presentation-background {
    clip-path: polygon(0 0, 40% 0, 30% 100%, 0 100%);
  }
  .container-card {
    padding-top: 4rem !important;
  }
  .comment {
    height: 360px;
  }
}

@media ((min-width: 1200px) and (max-width: 1375px)) {
  .app {
    height: 310px;
  }
}

@media (min-width: 1200px) {
  .app {
    margin-top: 2rem;
    height: 310px;
  }
}

@media (min-width: 1400px) {
  .navbar-nav {
    padding: 1rem;
    gap: 30px;
  }
  .navbar-collapse {
    gap: 50px;
  }
  .button-nav {
    width: 297px;
  }
  .button-main {
    width: 330px;
  }
  .comment {
    height: 330px;
  }
  .background-container {
    padding: 0;
    bottom: -0.8rem;
  }
  /* Background Styles */
  .background-container .background-services {
    height: 100%;
  }
  .background-container .background-services-secondary {
    height: 100%;
  }
  .icon-solutions {
    transform: translateY(20%);
  }
}

@media screen and (max-width: 575px) {
  .whatsapp-btn {
    bottom: 11.5rem !important;
  }
}

@media (min-width: 576px) and (max-width: 770px) {
  .whatsapp-btn {
    bottom: 9rem !important;
  }
}

@media (min-width: 771px) and (max-width: 1450px) {
  .whatsapp-btn {
    bottom: 7rem !important;
  }
}

@media (max-width: 1755px) {
  .whatsapp-popover {
    width: 12rem !important;
    position: absolute !important;
    bottom: 8rem !important;
    right: 0 !important;
  }
}
