.hero {
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  background: url("../assets/images/main-banner.png") no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 155px;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* Cor preta com 50% de opacidade */
    
}

.hero h1 {
  margin: 0;
  font-size: 50px;
  font-family: "Clash Display";
  text-align: center;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  z-index: 1;
}

.hero h1 span {
  font-size: 21px;
  line-height: 26px;
  letter-spacing: 1.05px;
  display: block;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

.hero h1 span::after {
  content: "";
  position: absolute;
  display: block;
  width: 37px;
  height: 4px;
  background: #022ef3 0% 0% no-repeat padding-box;
  left: 50%;
  transform: translateX(-50%);
  bottom: -34px;
  z-index: 1;
}

.hero .blue-button {
  margin-top: 36px;
  padding: 22px 41px;
  background: #3c41f5 0% 0% no-repeat padding-box;
  border-radius: 200px;
  font-family: "Clash Display";
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  letter-spacing: 1.4px;
  color: #ffffff;
  text-transform: uppercase;
  z-index: 1;
}

.hero .cards {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 20px;
  max-width: 1220px;
  margin: 0 auto;
  margin-top: 78px;
  z-index: 1;
}

.hero .cards .card {
  background: transparent;
  padding: 17px 23px;
  border: 1px solid rgb(255, 255, 255, 0.3);
  border-radius: 10px;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 200px;
  color: #fff;
  z-index: 1;
}

.hero .cards .card p {
  font-family: "Clash Display";
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.65px;
  font-weight: 400;
}

.hero .cards .card p strong {
  display: block;
  font-weight: 700;
}

.arrow-down {
  margin-top: 55px;
  color: #fff;
  z-index: 1;
}

.about {
  padding-top: 37px;
  padding-bottom: 106px;
  background: url('../assets/images/padronagem.png') no-repeat right center;
}

.about .container {
  position: relative;
}

.about .vertical {
  font-family: "Clash Display", sans-serif;
  font-size: 15px;
  letter-spacing: 3px;
  color: #B9B9B9;
  position: absolute;
  text-transform: uppercase;
  top: 55px;
  left: -15px;
  transform: rotate(-90deg);
}

.about .vertical::before {
  content: '';
    width: 4px;
    height: 37px;
    background: #022EF3;
    display: block;
    transform: rotate(-90deg);
    position: absolute;
    left: -45px;
    top: -8px;
}

.about .left {
  padding: 0;
  padding-left: 80px;
  padding-top: 70px;
}

.about .left h2 {
  text-align: left;
  font-family: "Clash Display", sans-serif;
  font-size: 55px;
  line-height: 60px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #0D1725;
  padding: 0;
  margin: 0;
}

.about .left .content {
  padding-left: 58px;
  margin-top: 42px;
}

.about .left .content p {
  text-align: left;
  font-family: "Clash Display", sans-serif;
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #0D1725;
}

.about .left .content .blue-button {
  padding: 23px 57px;
  background: #022EF3;
  border-radius: 200px;
  font-family: "Clash Display", sans-serif;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin-top: 28px;
}

.about .right {
  padding: 0;
  padding-left: 30px;
}

.about .numbers {
  margin-top: 78px;
}

.about .numbers span {
  font-family: "Clash Display", sans-serif;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #0D1725;
  margin-right: 20px;
}

.about .numbers p {
  margin: 0;
  font-size: 13px;
  line-height: 17px;
  font-weight: 500;
  letter-spacing: 2.6px;
  color: #022EF3;
  text-transform: uppercase;
}

.solutions {
  padding-top: 80px;
  background: url("../assets/images/shuttershock.png"), #022EF3;
  background-size: cover;
}

.solutions h3 {
  text-align: center;
  font-size: 40px;
  line-height: 43px;
  font-weight: 300;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.solutions h3 strong {
  font-weight: 700;
  display: block;
}

.solutions p {
  font-size: 15px;
  line-height: 23px;
  font-weight: 300;
  color: #FFFFFF;
  text-align: center;
  max-width: 673px;
  margin: 0 auto;
  margin-top: 32px;
}

.solutions .services {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  transform: translateY(76px);
}

.solutions .services .service-item {
  padding: 46px 41px;
  height: 580px;
  box-shadow: 30px 30px 40px #00000040;
  background-size: cover;
  display: block;
  position: relative;
  background-size: cover !important;
  width: 100%;
}

.solutions .services .service-item::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: transparent linear-gradient(360deg, #00000000 0%, #060B1176 36%, #0D1725 100%) 0% 0% no-repeat padding-box;
}

.solutions .services .service-item img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.solutions .services .service-item .text {
  position: relative;
  color: #FFF;
  z-index: 1;
}

.solutions .services .service-item .text p {
  font-size: 30px;
  line-height: 32px;
  font-weight: 300;
  letter-spacing: 0px;
  text-align: left;
  margin: 0;
  margin-bottom: 30px;
}

.solutions .services .service-item .text strong {
  display: block;
  font-weight: 700;
}

.projects {
  padding-top: 250px;
  padding-bottom: 114px;
  background: url('../assets/images/padronagem.png') no-repeat center left;
  background-repeat: repeat-y;
}

.projects .item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12%;
  padding-bottom: 60px;
}

.projects .item .left {
  width: 100%;
  max-width: 541px;
}

.projects .item .left img {
  display: block;
  width: 100%;
  box-shadow: 30px 30px 40px #00000033;
}

.projects .item .right {
  width: 100%;
}

.projects .item .right h5 {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 3px;
  color: #B9B9B9;
  text-transform: uppercase;
  margin: 0;
}

.projects .item .right h4 {
  font-size: 48px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0;
  color: #0D1725;
  margin: 0;
  margin-top: 14px;
}
.projects .item .right p {
  font-size: 14px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 0;
  color: #0D1725;
  margin: 0;
  margin-top: 28px;
}
.projects .item .right .links {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.projects .item .right .links a {
  font-size: 14px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0;
  color: #0D1725;
  text-transform: uppercase;
  display: inline-block;
}

.projects .item .right .links a:first-child {
  margin-right: 40px;
}

.projects .owl-nav {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 44%;
  gap: 17px;
  margin-left: auto;
  margin-top: -117px;
  position: relative;
  z-index: 9;
}

.projects .owl-nav button {
  width: 57px;
  height: 57px;
  background: #022EF3 !important;
  border-radius: 50%;
  color: #FFF !important;
}

.blog {
  padding: 143px 0;
  background: #0D1725;
  border-left: 6px solid #022EF3;
}

.blog h5 {
  text-align: left;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 9px;
  color: #B9B9B9;
  text-transform: uppercase;
  margin: 0;
}

.blog p {
  margin: 0;
  font-size: 30px;
  line-height: 100%;
  margin-top: 15px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.blog .blue-button {
  background: #022EF3;
  border-radius: 200px;
  padding: 22px 50px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.blog .posts {
  margin-top: 60px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.blog .posts .post {
  text-decoration: none;
  max-width: 350px;
  padding: 0;
}

.blog .posts .post img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.blog .posts .post .text {
  margin-top: 33px;
}

.blog .posts .post .text span {
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  letter-spacing: 2.4px;
  color: #FFFFFF;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.blog .posts .post .text span::after {
  content: '';
  width: 50px;
  height: 4px;
  background: #022EF3;
  display: block;
  margin-left: 24px;
}

.blog .posts .post .text p {
  margin: 0;
  margin-top: 28px;
  font-size: 21px;
  line-height: 28px;
  font-weight: 300;
}

@media (max-width: 1210px) {
  .projects .owl-nav {
    margin-top: -50px;
  }
}

@media (max-width: 1024px) {
  .hero {
    height: 90vh;
    max-height: 800px;
    padding-top: 130px;
  }
  .hero h1 {
    font-size: 36px;
  }
  .hero h1 span {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .hero h1 span::after {
    bottom: -24px;
  }
  .hero .blue-button {
    padding: 15px 30px;
    font-size: 12px;
  }
  .hero .cards {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 50px;
  }
  .hero .cards .card {
    max-width: 30%;
  }

  .about {
    padding-bottom: 37px;
  }
  .about .left {
    padding-top: 0;
    padding-left: 60px;
  }
  .about .left h2 {
    font-size: 38px;
  }
  .about .left .content {
    margin-top: 20px;
    padding-left: 0;
  }
  .about .left .content p {
    font-size: 14px;
  }
  .about .left .content .blue-button {
    padding: 15px 30px;
    margin-top: 20px;
  }
  .about .right {
    display: none;
  }
  .about .numbers {
    margin-top: 40px;
  }
  .about .numbers div {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .about .numbers span {
    font-size: 38px;
  }

  .solutions {
    padding-top: 37px;
  }
  .solutions h3 {
    font-size: 32px;
  }
  .solutions p {
    font-size: 14px;
    margin-top: 20px;
  }
  .solutions .services {
    gap: 15px;
    transform: translateY(55px);
  }
  .solutions .services .service-item {
    padding: 20px;
    height: 380px;
  }
  .solutions .services .service-item .text p {
    font-size: 22px;
  }

  .projects {
    padding-top: 137px;
    padding-bottom: 24px;
  }
  .projects .item {
    padding-bottom: 50px;
    gap: 6%;
  }
  .projects .item .right h5 {
    font-size: 12px;
  }
  .projects .item .right h4 {
    font-size: 32px;
    margin-top: 12px;
  }
  .projects .item .right p {
    font-size: 12px;
    line-height: 26px;
    margin-top: 15px;
  }
  .projects .item .right .links {
    margin-top: 25px;
  }
  .projects .owl-nav {
    margin-top: -70px;
    max-width: 47%;
    transform: translateY(-30px);
  }
  .projects .owl-nav button {
    width: 50px;
    height: 50px;
  }

  .blog {
    padding: 37px 0;
  }
  .blog h5 {
    font-size: 12px;
  }
  .blog p {
    font-size: 24px;
    margin-top: 10px;
  }
  .blog .blue-button {
    padding: 15px 30px;
  }
  .blog .posts {
    margin-top: 40px;
    align-items: stretch;
  }
  .blog .posts .post {
    display: flex;
    flex-direction: column;
  }
  .blog .posts .post .text {
    margin-top: 20px;
    flex: 1;
  }
  .blog .posts .post .text p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
  }
}

@media (max-width: 991px) {
  .blog .posts .post img {
    max-height: 175px;
  }
}

@media (max-width: 950px) {
  .projects .item {
    padding-bottom: 82px;
  }
}

@media (max-width: 768px) {
  .hero {
    padding-top: 120px;
    max-height: 750px;
  }
  .hero h1 {
    font-size: 30px;
  }
  .hero h1 span {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .hero h1 span::after {
    bottom: -14px;
  }
  .hero .cards .card {
    padding: 10px;
  }
  .hero .cards .card p {
    font-size: 12px;
  }

  .about .left h2 {
    font-size: 28px;
    line-height: 40px;
  }
  .about .numbers {
    gap: 18px;
  }
  .about .numbers div {
    flex-direction: column;
  }
  .about .numbers p br {
    display: none;
  }
  .about .left .content .blue-button {
    margin-top: 20px;
    display: block;
  }
  .about .numbers span {
    margin-right: 0;
  }

  .solutions h3 {
    font-size: 20px;
    line-height: 32px;
    padding: 0 20px;
  }

  .solutions p {
    padding: 0 20px;
  }

  .solutions .container {
    padding: 0;
  }

  .solutions .services {
    display: block;
    padding-left: 20px;
  }

  .projects .item {
    flex-direction: column;
    gap: 40px;
    padding-bottom: 10px;
  }

  .projects .owl-nav {
    max-width: 100%;
    margin-top: 0;
    transform: unset;
  }
  .projects .item .left {
    max-width: 100%;
  }
  .projects .item .left img {
    box-shadow: none;
    width: 100%;
    max-height: 400px;
    object-fit: cover;
  }

  .blog .blue-button {
    width: 100%;
    margin-top: 20px;
  }
  
}