* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  margin: 0 !important;
  background-color: var(--utuawp-color-base-white);
  font-family: "DM Sans", sans-serif;
}

figure,
input {
  all: unset;
}

.titleAboutUs,
.titleAboutUtua,
.titleWhatWeDo,
.titleOurValues,
.titleOurPillars,
.titleHowWeOperate,
.titleOurCommitment,
.titleJoinUs {
  opacity: 1 !important;
  transform: none !important;
}
.r7cl5,
.main-content {
  all: unset !important;
}

.container {
  margin: 0 auto;
  width: 100%;
}

.containerAboutUs {
  margin: 0 auto;
  max-width: 1440px;
}

.container2 {
  max-width: 1186px;
  margin: 0 auto;
}

.subtitleAboutUs {
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  color: #ff5a1f;
  text-align: center;
}

.titleAboutUs {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  text-align: center;
  color: #101828;
  margin: 0 16px;
}

.underline {
  background-image: url("https://bucket.utua.com.br/img/2025/08/11066d7c-underline-header.png");
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: contain;
  padding-bottom: 16px;
  display: inline-block;
}

/* Sobre o UTUA" */
.sectionAboutUtua {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.contentAboutUtuaText {
  margin: 15px 0 16px 0;
}

.descriptionAboutUtua {
  color: #475467;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

/* Estilos para o slide de imagens */
.image-slider {
  margin: 0 0 40px 0;
  width: 100%;
  position: relative;
}

.slider-container {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  border-radius: 12px;
  cursor: grab;
  user-select: none;
}

.slider-container:active {
  cursor: grabbing;
}

.slider-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 500%; /* 5 slides * 100% */
}

.slide {
  min-width: 20%; /* 100% / 5 slides = 20% cada */
  width: 20%; /* Largura fixa para cada slide */
  padding: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.slide img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 250px;
  object-fit: contain;
  border-radius: 36px;
  position: relative;
  z-index: 2;
}

.slide-bg-forms {
  position: absolute;
  top: -14px;
  left: -6px;
  width: calc(100% + 14px);
  height: calc(100% + 18px);
  background-image: url("https://bucket.utua.com.br/img/2025/08/c18eed92-forms.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: 1;
}

.slider-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #d1d5db;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot:hover {
  background-color: #9ca3af;
  transform: scale(1.1);
}

.dot.active {
  background-color: #f97316;
  transform: scale(1.2);
}

.titleAboutUtua {
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  color: #101828;
  margin: 15px 0 16px 0;
}

/* O que fazemos */
.sectionWhatWeDo {
  position: relative;
  padding-top: 38px;
}

.stripeWhatWeDo {
  z-index: -1;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 424px;
  background-color: #f7f7f7;
}

.contentWhatWeDo {
  display: flex;
  flex-direction: column;
}

.contentWhatWeDoText {
  padding: 0 16px 148px 16px;
}

.titleWhatWeDo {
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  color: #101828;
  margin-bottom: 16px;
}

.descriptionWhatWeDo {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #344054;
}

.imageWhatWeDoContainer {
  max-width: 100%;
  height: 215px;
  overflow: hidden;
  position: relative;
  border-radius: 36px;
  top: -100px;
  left: 0;
  margin: 0 16px;
}

.whatWeDoImagePeople2 {
  display: none;
}

.imageWhatWeDo {
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: -174px;
  left: 0;
}

/* Nossos valores */
.sectionOurValues {
  padding: 0 16px;
}

.titleOurValues {
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  color: #101828;
  margin-bottom: 16px;
  text-align: center;
}

.contentOurValuesItem {
  margin-bottom: 32px;
  text-align: center;
}

.titleOneOurValues,
.titleTwoOurValues,
.titleThreeOurValues {
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  color: #1f1f1f;
  margin: 16px 0;
}

.numberOurValues {
  color: #ff5a1f;
}

/* Nossos pilares - Grid de slides */
.sectionOurPillars {
  background-color: #f7f7f7;
  margin-top: 38px;
}

.contentOurPillarsContainer {
  background-color: #d03801;
  padding-bottom: 114px;
}

.titleOurPillars {
  color: #ffffff;
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  padding: 38px 0 32px 0;
  text-align: center;
}

.imageIconOurPillars {
  width: 72px;
  height: 72px;
  padding: 22px;
  background-color: #d03801;
  border-radius: 25px;
  margin-bottom: 24px;
}

.pillars-slider-container {
  position: relative;
  top: -90px;
  left: 0;
  width: 100%;
  padding-left: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.pillars-slider-container::-webkit-scrollbar {
  display: none;
}

.pillars-slider-track {
  display: flex;
  gap: 24px;
  min-width: max-content;
}

.pillar-slide {
  min-width: 280px;
  max-width: 280px;
  background: #ffffff;
  border-radius: 16px;
  padding: 32px 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pillar-slide:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.pillar-slide h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #1f1f1f;
  margin-bottom: 12px;
}

.pillar-slide p {
  font-size: 16px;
  line-height: 24px;
  color: #1f1f1f;
  margin: 0;
}

/* Como operamos */
.sectionHowWeOperate {
  padding: 0 16px;
}

.how-we-operate-container {
  padding: 40px;
}

.titleHowWeOperate {
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  color: #101828;
  margin: 38px 0 24px;
  text-align: center;
}

.descriptionHowWeOperate {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #344054;
}

.imageHowWeOperate {
  background-color: #d03801;
  padding: 22px;
  border-radius: 25px;
  margin-bottom: 24px;
}

.howWeOperateImagePeople {
  display: none;
}

.howWeOperateGray {
  background-color: #f7f7f7;
}

.slide-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Slide How We Operate */
.how-we-operate-slider {
  margin: 40px 0;
  width: 100%;
}

.how-we-operate-container {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  border-radius: 12px;
  cursor: grab;
  user-select: none;
}

.how-we-operate-container:active {
  cursor: grabbing;
}

.how-we-operate-track {
  display: flex;
  justify-content: center;
  gap: 30px;
  transition: transform 0.5s ease-in-out;
  width: 906px;
}

.how-we-operate-slide {
  min-width: 282px;
  width: 282px;
  height: 360px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  box-sizing: border-box;
  box-shadow: 0px 15px 60px 0px #3f5a821f;
}

.how-we-operate-slide .slide-content {
  text-align: center;
  max-width: 100%;
  z-index: 2;
  position: relative;
}

.how-we-operate-slide .slide-content h3 {
  color: #101828;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 16px;
  line-height: 1.4;
}

.how-we-operate-slide .slide-content p {
  color: #667085;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
  margin: 0;
}

.how-we-operate-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}

.how-we-operate-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #d1d5db;
  cursor: pointer;
  transition: all 0.3s ease;
}

.how-we-operate-dot:hover {
  background-color: #9ca3af;
  transform: scale(1.1);
}

.how-we-operate-dot.active {
  background-color: #f97316;
  transform: scale(1.2);
}

/* Nosso compromisso */
.sectionOurCommitment {
  padding: 40px 16px;
  text-align: center;
}

.titleOurCommitment {
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  color: #101828;
  margin-bottom: 16px;
}

.descriptionOurCommitment {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #344054;
  max-width: 600px;
  margin: 0 auto;
}

.imageOurCommitment {
  width: 105px;
  height: 105px;
  object-fit: cover;
  margin-bottom: 24px;
}

/* Junte-se a nós */
.sectionJoinUs {
  background: linear-gradient(135deg, #ff5a1f 0%, #d03801 100%);
  background-image: linear-gradient(135deg, #ff5a1f 0%, #d03801 100%),
    repeating-linear-gradient(
      45deg,
      transparent,
      transparent 2px,
      rgba(255, 255, 255, 0.1) 2px,
      rgba(255, 255, 255, 0.1) 4px
    );
  padding: 60px 16px;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.sectionJoinUs::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 8px,
    rgba(255, 255, 255, 0.08) 8px,
    rgba(255, 255, 255, 0.08) 10px
  );
  pointer-events: none;
}

.subtitleJoinUs {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.titleJoinUs {
  font-weight: 500;
  font-size: 30px;
  line-height: 38px;
  color: #ffffff;
  margin-bottom: 32px;
  opacity: 1 !important;
  transform: none !important;
}

.descriptionJoinUs {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 48px;
}

.buttonJoinUs {
  background: #feecdc;
  color: #d03801;
  border: none;
  padding: 12px 24px;
  height: 48px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 1;
  display: inline-block;
}

.buttonJoinUs:hover {
  background: #fde4c4;
}

/* Aplicar animações aos h2 existentes */
.titleAboutUtua,
.titleWhatWeDo,
.titleOurValues,
.titleOurPillars,
.titleHowWeOperate,
.titleOurCommitment,
.titleJoinUs {
  animation: fadeInUp 0.8s ease-out forwards !important;
}

/* Responsivo - ajustar animações para diferentes breakpoints */
@media (prefers-reduced-motion: reduce) {
  .animate-h2,
  .animate-h2-left,
  .animate-h2-right,
  .titleAboutUtua,
  .titleWhatWeDo,
  .titleOurValues,
  .titleOurPillars,
  .titleHowWeOperate,
  .titleOurCommitment,
  .titleJoinUs {
    animation: none;
    opacity: 1;
  }
}

@media screen and (min-width: 393px) {
  .titleAboutUs {
    font-size: 36px;
  }
}

@media (min-width: 768px) {
  .slide {
    padding: 37px;
  }

  .slide img {
    max-width: 85%;
    max-height: 200px;
  }

  .sectionJoinUs {
    padding: 80px 32px;
  }

  .sectionJoinUs h2 {
    font-size: 40px;
    line-height: 48px;
  }

  .sectionJoinUs p:last-of-type {
    font-size: 18px;
    line-height: 28px;
  }

  .imageWhatWeDoContainer {
    height: 484px;
  }

  .imageWhatWeDo {
    top: -348px;
  }
}

@media (min-width: 1024px) {
  .sectionAboutUtua {
    flex-direction: row;
  }

  .titleAboutUs {
    font-size: 50px;
    line-height: 64px;
    text-align: center;
  }

  .contentAboutUtuaText {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 74px;
    flex: 1;
  }

  .image-slider {
    flex: 1;
  }

  .imageIconOurPillars {
    width: 80px;
    height: 80px;
  }

  .sectionJoinUs {
    padding: 100px 64px;
  }

  .titleJoinUs {
    font-size: 48px;
    line-height: 56px;
  }

  .sectionAboutUs {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 44px;
  }

  .sectionAboutUtua {
    height: 559px;
  }

  .descriptionAboutUtua {
    width: 494px;
  }

  .titleAboutUtua {
    font-size: 48px;
    line-height: 64px;
  }

  .slide {
    padding: 35px;
  }

  .slide-bg-forms {
    top: -20px;
  }

  .slide img {
    max-width: 100%;
    max-height: 348px;
  }

  .imageWhatWeDo {
    top: -574px;
  }
}

@media (min-width: 1440px) {
  .descriptionAboutUtua {
    width: 546px;
  }

  .titleAboutUs {
    width: 1110px;
    font-size: 60px;
    line-height: 72px;
    text-align: center;
  }

  .slide {
    padding: 45px;
  }

  .slide-bg-forms {
    top: -34px;
    left: -26px;
    width: calc(100% + 51px);
    height: calc(100% + 48px);
  }

  .sectionWhatWeDo {
    padding-top: 123px;
    margin-bottom: 44px;
  }

  .stripeWhatWeDo {
    height: 664px;
  }

  .whatWeDoImagePeople2 {
    display: block;
    overflow: hidden;
    width: 476px;
  }

  .whatWeDoImagePeople2 img {
    width: 476px;
    height: 670px;
    border-radius: 36px;
    object-fit: cover;
  }

  .contentWhatWeDo {
    flex-direction: row;
  }

  .contentWhatWeDoContainer {
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .imageWhatWeDoContainer {
    overflow: visible;
    display: flex;
    justify-content: center;
    position: unset;
    margin-top: 64px;
    height: unset;
  }

  .imageWhatWeDo {
    position: unset;
    width: 451px;
    height: 600px;
    object-fit: cover;
    top: 0;
    border-radius: 35px;
    margin: 0 auto;
  }

  .titleWhatWeDo {
    font-size: 48px;
    line-height: 64px;
  }

  .contentWhatWeDoText {
    padding: 0 16px 0 16px;
  }

  .contentOurValuesContainer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 24px;
    margin: 0 auto;
  }

  .titleOurValues {
    font-size: 48px;
    line-height: 64px;
    margin-bottom: 48px;
  }

  .contentOurValuesItem {
    width: 416px;
  }

  .contentOurValuesItem p {
    text-align: left;
  }

  .titleOneOurValues,
  .titleTwoOurValues,
  .titleThreeOurValues {
    text-align: left;
  }

  .titleOurPillars {
    font-size: 48px;
    line-height: 64px;
    margin-bottom: 38px;
  }

  .pillars-slider-container {
    display: unset;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
  }

  .pillars-slider-track {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 24px;
    min-width: unset;
    max-width: 1440px;
    margin: 0 auto;
  }

  .pillar-slide {
    min-width: 382px;
    max-width: 382px;
    min-height: 261px;
  }

  .sectionHowWeOperate {
    padding: 100px 0 0;
  }

  .howOperateText {
    width: 495px;
  }

  .titleHowWeOperate {
    font-size: 48px;
    line-height: 64px;
    margin: 0 0 39px;
    text-align: left;
  }

  .howWeOperateImagePeople {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    flex: 1;
  }

  .howWeOperateImagePeople img {
    width: 224px;
    height: 275px;
    object-fit: cover;
    border-radius: 16px;
  }

  .contentHowWeOperateContainer {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    max-width: 1054px;
    margin: 0 auto;
  }

  .upImagePeople {
    margin-top: 16px;
  }

  .downImagePeople {
    position: relative;
    top: -16px;
  }

  .upImagePeople {
    position: relative;
    top: 16px;
  }

  .how-we-operate-container {
    max-width: 100%;
  }

  .how-we-operate-track {
    width: 100%;
  }

  .how-we-operate-slide {
    width: 540px;
    height: 216px;
  }

  .slide-content {
    flex-direction: row;
    gap: 32px;
  }

  .sectionOurCommitment {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 24px;
    margin: 133px auto;
  }

  .imageOurCommitment {
    width: 208px;
    height: 100%;
  }

  .titleOurCommitment {
    font-size: 48px;
    line-height: 64px;
    margin-bottom: 39px;
    text-align: left;
  }

  .descriptionOurCommitment {
    font-size: 18px;
    text-align: left;
  }

  .contentJoinUsContainer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    gap: 70px;
    max-width: 1054px;
    margin: 0 auto;
  }

  .contentJoinUsText {
    width: 600px;
  }

  .buttonJoinUs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 212px;
    height: 56px;
  }

  .buttonJoinUs span:last-of-type {
    inset: 16px 34px;
  }

  .contentJoinUsButton {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex: 1;
  }

  .titleJoinUs {
    font-size: 36px;
    line-height: 44px;
  }

  .descriptionJoinUs {
    margin-bottom: 0;
  }
}
