* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  width: 100vw;
  overflow-x: hidden;
  background: linear-gradient(90deg, #050702 0%, #4E4E4E 25%, #F9F9F9 50%, #4E4E4E 75%, #050702 100%);
  /* background: linear-gradient(90deg, #050702 0%, #4E4E4E 124.95%, #F9F9F9 245%, #484343 367.5%, #020701 490%); */
  font-size: 16px;
  font-family: "Inria Serif";
}

h1 {
  font-weight: 800;
}

h2 {
  font-weight: 500;
}

.all {
  position: absolute;
  z-index: -1;
  width: 100vw !important;
}

header {
  box-sizing: border-box;
  padding: 0 20%;
  width: 100%;
  margin: 0 auto;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(90deg, #050702 0%, #2e2e2e 25%, #7c7c7c 50%, #2e2e2e 75%, #050702 100%);
}

header img {
  width: 267px;
  height: 96px;
}

header svg {
  display: none;
}

header nav {
  display: flex;
  gap: 35px;
  align-items: center;
  color: #FFF;
  font-family: "Inria Serif";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

header nav li {
  list-style: none;
}

header nav li a {
  text-decoration: none;
  color: #FFF;
}

.banner {
  display: flex;
  align-items: flex-end;
  position: relative;
  width: 100%;
  height: 512px;
  overflow: hidden;
  background: linear-gradient(90deg, #000000 0%, #0c1522 24%, #152841 48.5%, rgba(22, 38, 60, 0.24) 76%, rgba(7, 15, 24, 0.00) 100%);
  ;
}

.history .seeMore {
  display: none;
}

.text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 35%;
  margin-left: 20%;
}

.banner h1 {
  z-index: 5;
  color: #FFF;
  font-family: "Inria Serif";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: justify;
}

.banner h2 {
  z-index: 5;
  text-align: justify;
  font-family: "Montserrat";
  font-size: 20px;
  margin-bottom: 110px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: var(--Dark-Golden, linear-gradient(90deg, #AF6921 0%, #FFED88 37%, #FCE27C 65%, #C56D19 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner1 {
  width: 386.3781px;
  height: 390px;
}

.banner2 {
  position: absolute;
  top: 0;
  right: 0;
  height: 512px;
  width: 838.1421px;
}

.social {
  width: 140px;
  height: 56px;
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
}

.social img {
  height: 100%;
}

.history {
  box-sizing: border-box;
  width: 60%;
  padding: 40px 15px;
  margin: 0 auto;
  background: #F6F4F4;
}

.history h1 {
  font-size: 40px;
  margin: 20px 0;
  font-weight: 900;
}

.history h2 {
  font-weight: 900;
}

.history div {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 40px 0;
}

.ver {
  display: none;
}

.history div img {
  width: 456px;
  height: 448px;
  object-fit: contain;
}

#history3 {
  width: 428px;
  height: 153px;
}

.history h2 {
  font-size: 1.4em;
}

.history p {
  font-size: 20px;
  text-align: justify;
  width: 600px;
}

.values {
  box-sizing: border-box;
  width: 60%;
  padding: 0 15px;
  margin: 0 auto;
  margin-bottom: 32px;
  margin-bottom: 0;
  background: #F6F4F4;
}

.values .title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  background-image: url(./images/pillar.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.values .title h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1.5%;
  font-size: 64px;
  line-height: 60px;
  color: #D9D9D9;
  background: var(--Dark-Golden, linear-gradient(90deg, #AF6921 0%, #FFED88 37%, #FCE27C 65%, #C56D19 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.values .title h1 span {
  font-size: 32px;
  line-height: 32px;
}

.pillars {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 512px;
  margin-top: 32px;
  gap: 12px;
}

.pillar {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  width: 25%;
  height: 100%;
  border: 6px solid #737279;
  background: #162338;
}

.pillar h3 {
  font-size: 24px;
  margin-top: 20px;
  font-weight: 900;
  color: #D9D9D9;
  background: var(--Dark-Golden, linear-gradient(90deg, #AF6921 0%, #FFED88 37%, #FCE27C 65%, #C56D19 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pillar img {
  width: 100px;
  height: 100px;
  padding: 40px 0;
}

/* img.respect {
  margin-top: 15px;
  padding: 30px 0;
} */

.pillar p {
  font-size: 16px;
  width: 90%;
  text-align: justify;
  color: #FFF;
  overflow: hidden;
}

.pillar:nth-child(3) p {
  font-size: 18px;
}

.thinking {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 32px;
  padding: 20px 40px;
  width: 100%;
  border: 6px solid #737279;
  background: #162338;
}

.thinking h3 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-family: 'montserrat';
  background: var(--Dark-Golden, linear-gradient(90deg, #AF6921 0%, #FFED88 37%, #FCE27C 65%, #C56D19 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.thinking p {
  text-align: justify;
  font-size: 16px;
  color: #FFF;
}

/* .values .title img {
  width: 100%;
  height: 100%;
} */

.activity {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  width: 60%;
  padding: 0 15px;
  padding-top: 40px;
  margin: 0 auto;
  background: #F6F4F4;
}

.activity h1 {
  font-size: 40px;
  color: #303030;
}

.activity>img {
  margin: 20px 0;
  width: 98px;
  height: 80px;
}

.activity h2 {
  margin-bottom: 40px;
  font-size: 24px;
  color: #303030;
}

.areas {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
  grid-area: 35px;
  box-sizing: border-box;
  padding: 20px 10px;
  width: 175px;
  border-radius: 10px;
  border: 1px solid rgba(48, 48, 48, 0.60);
  border-radius: 10px;
  background: var(--Dark-Blue, linear-gradient(90deg, #010712 0%, #111C2D 24%, #1D3657 48.5%, #16263C 76%, #070F18 100%));
}

.area h3 {
  font-family: 'Montserrat';
  display: flex;
  align-items: center;
  font-size: 20px;
  height: 48px;
  text-align: center;
  color: #FFF;
}

.area img {
  width: 78px;
  height: 79.952px;
}

.area p {
  font-family: 'Montserrat';
  display: flex;
  align-items: center;
  height: 115px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #FFF;
}

.team {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  width: 60%;
  padding: 0 15px;
  padding-top: 279px;
  margin: 0 auto;
  background: #F6F4F4;
}

.team .content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  z-index: 1;
  width: 100%;
  height: 627px;
  border: 3px solid #737279;
  /* 
  background: linear-gradient(90deg, #010712 7.26%, #111C2D 26.54%, #1D3657 46.24%, #16263C 68.34%, #070F18 87.63%); */
  background: linear-gradient(90deg, #050702 0%, #2e2e2e 25%, #7c7c7c 50%, #2e2e2e 75%, #050702 100%);
}

.scroll1 {
  display: flex;
  gap: 37px;
  overflow-x: scroll;
  width: 1034px;
}

img[src="./images/left.png"]:hover,
img[src="./images/right.png"]:hover {
  cursor: pointer;
}

.scroll1 .member {
  flex-shrink: 0;
}

.scroll1::-webkit-scrollbar {
  display: none;
}

.team .content>img {
  width: 15px;
  height: 30px;
}

.content.open>img {
  display: none;
}

.team .member {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
  box-sizing: border-box;
  width: 320px;
  height: 539px;
  padding: 10px;
  border-radius: 16px;
  overflow: hidden;
  border: 4px solid #797772;
  background: #162338;
  /* 
 background: linear-gradient(90deg, #050702 0%, #2e2e2e 25%, #7c7c7c 50%, #2e2e2e 75%, #050702 100%); */
}

.member .photo {
  width: 300px;
  height: 300px;
  overflow: hidden;
  border-radius: 6.689px;
  background: rgba(255, 255, 255, 0.10);
}

.member img {
  zoom: 0.075;
}

.member h1 {
  display: flex;
  align-items: center;
  height: 58px;
  color: #D9D9D9;
}

.member p {
  font-family: Montserrat;
  text-align: justify;
  height: 80px;
  font-size: 16px;
  color: #FFF;
}

.active.member p,
.open .member p {
  height: inherit;
}

.team>img {
  position: absolute;
  top: 40px;
  width: 592.105px;
  height: 613.556px;
}

.cases {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  width: 60%;
  padding: 0 15px;
  padding-top: 40px;
  margin: 0 auto;
  background: #F6F4F4;
}

.cases h1 {
  font-size: 40px;
  color: #303030;
}

.cases>img:nth-child(2) {
  margin: 20px 0;
  width: 98px;
  height: 80px;
}

.cases h2 {
  margin-bottom: 40px;
  font-size: 24px;
  color: #303030;
}

.caseContainer {
  position: relative;
  display: flex;
  max-width: 100%;
  overflow-x: scroll;
}

.caseContainer::-webkit-scrollbar {
  display: none;
}

.left2:hover,
.right2:hover {
  cursor: pointer;
}

.active .left2,
.active .right2 {
  display: none;
}

.left2 {
  z-index: 1;
  width: 20px;
  height: 30px;
  position: absolute;
  bottom: 34%;
  left: 2.5%;
}

.right2 {
  width: 20px;
  height: 30px;
  z-index: 1;
  position: absolute;
  bottom: 34%;
  right: 2.5%;
}

.case {
  flex-shrink: 0;
  position: relative;
  display: flex;
  gap: 30px;
  box-sizing: border-box;
  width: 90%;
  margin: 0 5%;
  height: 332px;
  padding: 28px 0;
  border-top: 2px solid #3A3A3A;
  border-bottom: 2px solid #3A3A3A;
  margin-bottom: 60px;
}

.case .photo {
  display: grid;
  place-items: center;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 20px;
  max-width: 268px;
  max-height: 268px;
  border: 3px solid #303030;
}

.case .photo img {
  width: 265px;
  height: 265px;
  border-radius: 20px;
}

.case .infos {
  position: relative;
  width: 80%;
  overflow: visible;
}

.caseContainer .case .infos p {
  text-align: justify;
  max-height: 180px;
  overflow: hidden;
}

.caseModalContainer {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(2px);
  background-color: rgba(0, 0, 0, 0.363);
}

.caseModalContainer.open {
  z-index: 5;
  display: flex;
}

.caseModal {
  width: 500px;
  height: 500px;
  border-radius: 35px;
  background-color: rgb(187, 187, 187);
  background-color: #162338;
}

p,
h1,
h2,
h3,
img {
  animation: fade-in 1.2s;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.caseModalContainer .case {
  align-items: center;
  border-radius: 15px;
  padding-left: 20px;
  height: fit-content;
  border: 2px solid #3A3A3A;
  background-color: white;
}

.caseModal p {
  font-size: 20px;
}

.case .infos h1 {
  text-align: justify;
  font-size: 25px;
  font-weight: 900;
  margin-bottom: 18px;
  color: #303030;
}

.open .case .infos h1 {
  max-width: 95%;
}

.open .case .infos p {
  max-width: 95%;
}

.case .infos p {
  /* font-family: Montserrat; */
  font-size: 20px;
}

.hire {
  box-sizing: border-box;
  padding: 26px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 480px;
  background: url(./images/hire.png);
  background-size: cover;
}

.hire h2 {
  font-size: 24px;
  font-weight: 500;
  color: #9B9B9B;
}

.hire h1 {
  text-align: center;
  font-size: 40px;
  color: #FFFFFF;
  margin-bottom: 26px;
}

.reasons {
  width: 1140px;
  height: 338.616px;
  border-top: 1px solid #D9D9D9;
}

.reasons {
  box-sizing: border-box;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
}

.reason {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 270.616px;
  height: 329px;
}

.reason img {
  width: 227.241px;
  height: 227.241px;
}

.reason p {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 24px;
  color: #FFF;
}

.feedbacks {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  width: 60%;
  padding: 0 15px;
  padding-top: 40px;
  margin: 0 auto;
  background: #F6F4F4;
}

.feedbacks h1 {
  font-size: 40px;
  color: #303030;
}

.feedbacks>img {
  margin: 20px 0;
  width: 86px;
  height: 80.054px;
}

.feedbacks>h2 {
  margin-bottom: 40px;
  font-size: 24px;
  color: #303030;
}

.feedbacks {
  z-index: 10;
}

/* [data-aos=fade-down] {
  transform: translate3d(0, -50px, 0) !important;
}
 */
.testimonials {
  position: relative;
  z-index: 5;
  display: flex;
  gap: 16px;
  justify-content: flex-start;
  box-sizing: border-box;
  padding-bottom: 25px;
  width: 65.75rem;
  height: 375px;
  margin-top: 40px;
  margin-bottom: 60px;
  overflow-x: scroll;
  /* scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;  */
}

.feedbacks .arrow {
  filter: grayscale(100%);
  position: absolute;
  top: 380px;
  width: 20px;
  height: 35px;
  z-index: 1;
}

.feedbacks .arrow.left {
  left: 15px;
}

.feedbacks .arrow.right {
  right: 15px;
}

.feedbacks .arrow:hover {
  cursor: pointer;
}

.team .seeMore p {
  font-weight: 700;
  height: initial;
  background: var(--Dark-Golden, linear-gradient(90deg, #AF6921 0%, #FFED88 37%, #FCE27C 65%, #C56D19 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.testimonials::-webkit-scrollbar {
  display: none;
}

#Contato.aos-init {
  z-index: -1;
}

.feedback-card {
  /*  min-width: 100%; */
  scroll-snap-align: start;
}

.testimonials::-webkit-scrollbar {
  height: 7px;
  background-color: #e0e0e0;
}

.testimonials::-webkit-scrollbar-thumb {
  background-color: #737279;
  border-radius: 10px;
}

.testimonial {
  box-sizing: border-box;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /*  width: 18.9375rem; */
  height: 354px;
  border-radius: 20px;
  overflow: hidden;
  border: 3px solid #010712;
  background: #162338;
}

.testimonial h2 {
  font-family: 'Montserrat';
  font-weight: 400;
  color: #FFFFFF;
  text-transform: uppercase;
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background-color: #182d4e;
}

.testimonial h3 {
  font-family: Montserrat;
  font-size: 24px;
  margin: 10px;
  font-weight: 500;
  color: #FFFFFF;
}

.testimonial p {
  font-family: Montserrat;
  text-align: justify;
  font-size: 16px;
  color: #FFFFFF;
}

footer {
  box-sizing: border-box;
  padding: 37px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;

  background: linear-gradient(90deg, #050702 0%, #2e2e2e 25%, #7c7c7c 50%, #2e2e2e 75%, #050702 100%);
}

footer>img {
  width: 371px;
  height: 132px;
  margin: 75px 0;
}

footer>div {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 48px;
  width: 996px;
  height: 500px;
}

footer>div .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  box-sizing: border-box;
  padding: 2px 0;
  padding-left: 16px;
  border-left: 2px solid #FFFFFF;
}

footer>div .info a,
footer>div .info div {
  display: flex;
  align-items: center;
  gap: 20px;
}

footer>div .info a {
  text-decoration: none;
  font-style: normal;
}

footer>div .info a:hover {
  cursor: pointer;
}

footer>div .info img {
  width: 48px;
  height: 48px;
}

footer>div .info p {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-family: 'Montserrat';
  letter-spacing: 1px;
  font-size: 20px;
  color: #FFF;
}

footer .map {
  width: 543px;
  height: 170px;
  overflow: hidden;
  border-radius: 15px;
}

footer .map iframe {
  width: 100%;
  height: 100%;
}

.social_medias {
  height: 168px;
}

footer>p {
  font-family: 'Montserrat';
  font-size: 16px;
  color: #FFF;
}

.fixed {
  width: 60px;
  height: 60px;
  z-index: 5;
  position: fixed;
  bottom: 40px;
  right: 40px;
}

.fixed img {
  width: 100%;
  height: 100%;
}

.feedback-card {
  flex-shrink: 0;
  width: 300px;
  padding: 20px;

  background: linear-gradient(90deg, #5f5f5f 0%, #5e5e5e 25%, #555555 50%, #535353 75%, #464646 100%);
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.feedback-card p,
.feedback-card span {
  color: white;
}

/* Área do perfil */
.feedback-header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.profile-picture {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #e0e0e0;
  overflow: hidden;
}

.profile-picture p {
  font-size: 1.5rem;
  font-weight: bold;
  color: rgb(70, 70, 70);
}

.profile-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.user-info {
  display: flex;
  flex-direction: column;
}

.user-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

/* Estrelas de avaliação */
.stars {
  color: #fbc02d;
  font-size: 18px;
}


/* Comentário do usuário */
.feedback-comment {
  text-align: justify;
  font-size: 12px;
  color: #555;
  line-height: 1.4;
  max-height: 255px;
  overflow: hidden;
}

/* Estilo para datas ou timestamps */
.feedback-date {
  font-size: 12px;
  color: #999;
  margin-top: 10px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
  position: relative;
  margin: 10% auto;
  width: 80%;
  max-width: 500px;
}

.modal-content img {
  width: 100%;
  border-radius: 8px;
}

.close {
  position: absolute;
  top: 10px;
  right: 15px;
  color: white;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover {
  color: red;
}

.team {
  position: relative;
}

.teamModal {
  display: none;
}

.teamModal.open {
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  top: 275px;
  width: 100%;
  height: 627px;
}

.teamModal.open .member {
  width: 90%;
  height: 90%;
  display: flex;
  flex-direction: row;
}

.teamModal.open .member span {
  width: 90%;
  height: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.teamModal.open .member span p {
  max-height: 90%;
  overflow: hidden;
}

.teamModal .member img {
  zoom: 0.7;
  width: 500px;
  height: 650px;
}

.infos .seeMore {
  margin-top: 10px;
}

.seeMore {
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 14px;
  color: white;
  border-radius: 10px;
  border: none;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 31px;
  background: linear-gradient(90deg, #010712 0%, #111C2D 24%, #1D3657 48.5%, #16263C 76%, #070F18 100%);
}

.seeMore:hover {
  cursor: pointer;
}