:root {
  --yellow: #fecf5e;
  --blue: #1971c2;
}

.outsourcing-page {
  padding-top: 0px;
}

.center {
  margin: 0 auto;
  text-align: center;
  padding: 0px;
}

label {
  text-align: left;
}

a {
  text-decoration: none;
  color: inherit;
}

@media (max-width: 768px) {
  .outsourcing-page {
    padding-top: 0px;
  }
}

.outsourcing-page .container {
  width: 1140px;
  display: block;
  margin: 0 auto;
}

.outsourcing-page h2 {
  font-size: 2.5rem;
  text-transform: uppercase;
  line-height: 1.1em;
  color: var(--blue);
  font-weight: 600;
  margin-bottom: 20px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.outsourcing-page p {
  font-size: 1.3rem;
  line-height: 1.5em;
  color: #333;
  font-weight: 300;
}

@media (max-width: 768px) {
  .outsourcing-page p {
    font-size: 1rem;
  }
  .outsourcing-page h2 {
    font-size: 2rem;
  }

  .outsourcing-page .container {
    width: 100%;
    padding-inline: 12px;
  }
}

/* Common Elements */

.outsourcing-page .mt-24 {
  margin-top: 24px;
}

.outsourcing__cta,
.outsourcing-page .mtrend-form__input input[type="submit"] {
  display: flex;
  width: fit-content;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
  align-items: center;
  cursor: pointer;
  color: var(--blue);
  background-color: var(--yellow);
  border-color: var(--yellow);
  padding: 12px 45px;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
  border: 2px solid var(--blue);
}

.outsourcing-page .mtrend-form__input input[type="submit"] {
  margin: 0 auto;
}

a.outsourcing__cta-minimal {
  display: flex;
  color: var(--blue);
  font-size: 1.3rem;
  line-height: 1.2em;
  padding-block: 24px;
  font-weight: 700;
  justify-content: start;
  gap: 8px;
  padding-left: 24px;
  align-items: center;
}

a.outsourcing__cta-minimal:hover {
  color: #104e88;
}
a.outsourcing__cta-minimal i {
  font-size: 24px;
  color: var(--blue);
  text-decoration: none;
}

a.outsourcing__cta-minimal:hover i {
  transform: translateX(5px);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

button.outsourcing__cta:hover {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out;
}

.outsourcing-page span.highlight {
  font-size: inherit;
  color: var(--blue);
  background-color: var(--yellow);
  font-weight: 600;
}

.outsourcing__section {
  display: flex;
  flex-direction: row;
}

.outsourcing__section.reverse {
  display: flex;
  flex-direction: row-reverse;
}

.outsourcing__column {
  flex: 1;
  height: 620px;
  width: 100%;
  background-size: cover;
}

.reverse .outsourcing__column-content {
  padding-left: 20%;
}

.outsourcing__column-content {
  display: flex;
  flex-direction: column;
  background-color: #e8eef5;
  gap: 18px;
  justify-content: center;
  align-items: flex-start;
  padding-left: 48px;
  height: 100%;
}

.outsourcing__column-content-text svg {
  width: 48px;
  height: 48px;
  fill: var(--blue);
  color: var(--blue);
}

.outsourcing__column-content-text ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.outsourcing__column-content-text ul li {
  font-size: 1.3rem;
  line-height: 1.2em;
  color: #333;
  font-weight: 300;
  padding-left: 1rem;
  display: flex;
  width: 90%;
  align-items: center;
  gap: 18px;
}

@media (max-width: 768px) {
  .mobile-hide {
    display: none;
  }
  .outsourcing__section {
    flex-direction: column;
  }
  .outsourcing__column {
    flex: auto;
    height: 720px;
    width: 100%;
    background-position: center;
    background-size: cover;
  }

  .outsourcing__column-content-image {
    padding: 24px;
  }

  .outsourcing__column-content {
    padding: 24px;
  }
  .outsourcing__column-content-text ul li {
    font-size: 1rem;
    width: 100%;
  }
  .outsourcing__section.reverse {
    flex-direction: column;
  }
  .reverse .outsourcing__column-content {
    padding: 24px;
  }
  a.outsourcing__cta-minimal {
    font-size: 1.2rem;
  }
  .outsourcing-page .mtrend-form__input input[type="submit"] {
	font-size: 14px;
	padding: 5px 10px;    
   }
}

/* Seção Hero */

.outsourcing-page .outsourcing__hero {
  background-image: url("/wp-content/uploads/outsourcing/bg-datastone-outsourcing.jpeg");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .outsourcing-page .outsourcing__hero {
    background-image: url("/wp-content/uploads/outsourcing/bg-datastone-hero-mobile.jpeg");
  }
}

.outsourcing-page .outsourcing__hero .outsourcing__hero__area {
  height: 100vh;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-block: 80px;
}

.outsourcing__hero__column {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  align-items: flex-start;
  padding-right: 24px;
  z-index: 5;
}

@media (max-width: 768px) {
  .outsourcing__hero__column {
    width: 100%;
    padding-inline: 0px;
    padding-block: 0px;
  }
}

.outsourcing__hero__content h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 20px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
  .outsourcing__hero__content h1 {
    font-size: 40px;
  }
}

.outsourcing__hero__content h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 40px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.outsourcing__hero__content p {
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 30px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.outsourcing__hero__cta a {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  color: var(--blue);
  background-color: var(--yellow);
  border-color: var(--yellow);
  padding: 20px 40px;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1024px) {
  .outsourcing__hero__cta a {
    padding: 10px 20px;
  }
}

/* Circles Effect */
.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  animation: animate 25s linear infinite;
  bottom: -150px;
}

.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}

.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }

  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}

/* Interest */
.outsourcing__interest {
  display: flex;
  padding-top: 24px;
}

@media (max-width: 1028px) {
  .outsourcing__interest {
    flex-direction: column;
    align-items: center;
  }
}

/* for-who */

.outsourcing__for-who {
  display: flex;
  background-color: var(--blue);
  padding: 48px;
  border-radius: 8px;
}

@media (max-width: 1028px) {
  .outsourcing__for-who {
    flex-direction: column;
    padding: 24px;
    margin-inline: 10px;
    align-items: center;
  }
}

.outsourcing__for-who h2 {
  font-size: 3rem;
  line-height: 1.1em;
  color: var(--yellow);
}
@media (max-width: 1028px) {
  .outsourcing__for-who h2 {
    font-size: 2rem;
  }
}

.outsourcing__for-who p {
  color: #fff;
}

.outsourcing__icon-text {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 24px;
  background-color: #fff;
  padding: 18px 32px;
  border-radius: 9px;
}

.outsourcing__icon-text span svg {
  width: 48px;
  height: 48px;
  fill: #000;
}

.outsourcing__icon-text h3 {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.1em;
  margin-bottom: 0px;
  color: var(--blue);
}

@media (max-width: 1028px) {
  .outsourcing__icon-text h3 {
    font-size: 1.2rem;
  }
  .outsourcing__icon-text {
    padding: 18px;
  }
}

/* Section Cost */

.outsourcing__cost {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0px;
}

.outsourcing__cost-area-cards {
  border: solid 1px #e5e5e5;
  border-radius: 8px;
  padding: 2rem;
  display: grid;
  grid-row: 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.outsourcing__cost-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background-color: var(--blue);
  border-radius: 8px;
  padding: 24px;
}

.outsourcing__cost-card-total {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-radius: 8px;
  padding: 24px;
}

.outsourcing__cost-card-total p {
  text-align: center;
  margin: 0 auto;
  width: 720px;
}

.outsourcing__cost-card svg {
  width: 48px;
  height: 48px;
  /* fill: var(--blue); */
}

.outsourcing__cost-card-title {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.1em;
  text-align: center;
  margin-bottom: 0px;
  color: var(--yellow);
}

.outsourcing__cost-card-cost {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.1em;
  margin-bottom: 0px;
  color: #de4a36;
  background-color: #fff;
  padding: 3px 10px;
  border-radius: 8px;
}

.outsourcing__cost-card-title-total {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.1em;
  text-align: center;
  margin-bottom: 0px;
  color: #000;
}

.outsourcing__cost-card-cost-total {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.1em;
  margin-bottom: 0px;
  color: #de4a36;
  background-color: #f5f2bf;
  padding: 3px 10px;
  border-radius: 8px;
}

@media (max-width: 1028px) {
  .outsourcing__cost-area-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 0px;
  }
  .outsourcing__cost-card {
    padding-block: 12px;
    padding: 5px;
  }
  .outsourcing__cost-card-total p {
    width: 100%;
  }
}

/* Attention */
.outsourcing__attention {
  padding-top: 48px;
}

.outsourcing__attention-cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.outsourcing__attention-card {
  display: flex;
  flex: 1;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background-color: var(--blue);
  border-radius: 8px;
  padding: 24px;
}

.outsourcing__attention-card h3 {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.1em;
  text-align: center;
  margin-bottom: 0px;
  color: var(--yellow);
}

.outsourcing__attention-card p {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.1em;
  text-align: center;
  margin-bottom: 0px;
  color: #fff;
}

@media (max-width: 1028px) {
  .outsourcing__attention-cards {
    flex-direction: column;
    gap: 10px;
  }
  .outsourcing__attention-card {
    padding-block: 12px;
    padding: 18px 10px;
  }
}

.outsourcing__attention-cta-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 48px 0px;
  text-align: center;
}

.outsourcing__attention-cta-area span {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.1em;
  text-align: center;
  margin-bottom: 24px;
  color: var(--blue);
  width: 600px;
}

@media (max-width: 1028px) {
  .outsourcing__attention-cta-area span {
    width: 100%;
  }
}

.outsourcing_form {
  margin-top: 48px;
  padding: 48px 24px;
}

.outsourcing__team {
  padding-top: 58px;
}

.outsourcing__team h2 {
  font-size: 4rem;
}

.outsourcing__members-area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 48px 0px;
  flex-wrap: wrap;
}

.outsourcing__team-member {
  display: flex;
  width: 25%;
  min-height: 190px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background-color: var(--blue);
  border-radius: 8px;
  padding: 24px;
}

.outsourcing__team-member svg {
  width: 68px;
  height: 68px;
}

.outsourcing__team-member h4 {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.1em;
}

@media screen and (max-width: 768px) {
  .outsourcing__team-title h2 {
    font-size: 2.3rem;
  }
	
  .outsourcing_form {
    margin-top: 48px;
    padding: 0px;
  }

  .outsourcing__team-member {
    display: flex;
    width: 50%;
    padding: 12px;
    flex-direction: row;
  }
}

@media screen and (max-width: 768px) {
  .outsourcing-page .mtrend-form {
    padding: 0.5rem;
    margin: 0.5rem;
  }
}