#introduction-projeto {
    background-image: url('../assets/images/fundo\ sobre\ sofis\ 2.jpg');
    padding-top: 120px;
    padding-bottom: 120px;
    background-position: center;
    background-size: cover;
    
}

#introduction-projeto .row2 {
    padding-top: 90px;
}





#introduction-projeto .text {
  
  
  position: relative;
  display: flex;
    flex-direction: column;
    justify-content: flex-end
}
#projetos {
  padding: 122px 0;
  background: transparent linear-gradient(180deg, #16292F 0%, #20373F 21%, #273C43 43%, #32474E 63%, #537681 100%) 0% 0% no-repeat padding-box;
}
#projetos img {
display: block;
width: 100%;
border-radius: 30px;
max-height: 645px;
}

#projetos .owl-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 41px;
}

#projetos .owl-nav button {
  width: 49px;
  height: 49px;
  color: #FFF;
}


#projetos .owl-nav button:hover {
  background: #ffc850 0% 0% no-repeat padding-box;
  transition: all .3s ease;
}

#projetos .info {
  margin-top: 78px;
}

#projetos .info strong {
  font-family: 'Montserrat', sans-serif;
  font-size: 50px;
  line-height: 0;
  font-weight: 700;
  color: #FFF;
  margin: 0;
}

#projetos .info p {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #FFF;
  margin: 0;
  font-weight: 300;
}

@media (max-width: 991px) {
  #projetos {
      padding: 70px 0;
  }
  #projetos .info {
      margin-top: 50px;
  }
  #projetos .info strong {
      font-size: 38px;
  }
  
  #projetos .info p {
      font-size: 14px;
  }

  #projetos .owl-nav button {
      width: 35px;
      height: 35px;
  }
}

@media (max-width: 768px) {
  #projetos .info strong {
      font-size: 24px;
  }
  
  #projetos .info p {
      font-size: 12px;
  }
}

@media (max-width: 575px) {
  #projetos {
      padding: 30px 0;
  }
  #projetos .info .item {
      text-align: center;
      padding: 20px;
  }
  #projetos .info {
      margin-top: 30px;
  }
}




#introduction-projeto .text .list {
  display: block;
}

#introduction-projeto .text .list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 28px;
}

#introduction-projeto .text .list li:not(:first-child) {
  margin-top: 44px;
}

#introduction-projeto .text .list p {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 30px;
  margin: 0;
  font-weight: 300;
  color: #32474e;
}

.imgprojetos {
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
}

#introduction-projeto .subtext p {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: rgba(50, 71, 78, 1);
    font-weight: 300;
    line-height: 30px;
}

#introduction-projeto .row2 {
    padding-top: 90px;
}

#introduction-projeto .row1 {
    margin-top: 0px;
}

#introduction-projeto .text .btn {
  display: block;
  width: 100%;
  max-width: 210px;
  height: 63px;
  border: 1px solid #537681;
  background: transparent linear-gradient(127deg, #ffc850 0%, #ffc850 100%) 0%
    0% no-repeat padding-box;
  border: 1px solid #537681;
  border-radius: 32px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  margin-top: 70px;
  transition: all 0.3s ease;
}

#introduction-projeto .text .btn:hover {
    background: transparent linear-gradient(142deg, #273C43 0%, #32474E 56%, #537681 100%) 0% 0% no-repeat padding-box;
    transform: translateY(-16px);
}

#introduction-projeto .video {
    position: relative;
    margin-top: -180px;
}

#introduction-projeto .imgtopoprojeto {
    width: 260px;
    max-width: 100%;
    margin-bottom: 60px;
}
#introduction-projeto .video .tag {
  padding: 16px 20px;
  background: rgb(255, 177, 10, 0.7) 0% 0% no-repeat padding-box;
  border-radius: 48px;
  backdrop-filter: blur(7px);
  position: absolute;
  top: -48.5px;
  right: 10%;
  width: 100%;
  max-width: 368px;
  z-index: 2;
}

#introduction-projeto .video .tag p {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 300;
  margin: 0;
}

#introduction-projeto .video .tag strong {
    font-size: 50px;
    margin: 0;
    margin-right: 8px;
}

#introduction-projeto .video video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 48px 0 0 48px;
    transform: translateX(12px);
    box-shadow: 0px 30px 50px #00000029;
}

#introduction-projeto .icon:hover {
    background: transparent linear-gradient(180deg, #273C43 0%, #32474E 56%, #537681 100%) 0% 0% no-repeat padding-box;
    transition: all .5s ease;
}

#solutions .solution-cards .card .card-body .icon,
#introduction-projeto .icon {
  width: 71px;
  height: 71px;
  background: #ffc850;
  border-radius: 50%;
  flex-shrink: 0;
}

@media screen and (max-width:767px) {
    #introduction-projeto {
        padding-top: 120px;
    }

    #introduction-projeto .video {
        position: relative;
        margin-top: 0px;
    }
    #introduction-projeto .row{
        margin-top: 0 !important;
    }
    #introduction-projeto .video {
        position: relative;
        height: auto;
    }
    #introduction-projeto .text {
        padding-top: 25px;
        padding-bottom: 25px;
      }
      #introduction-projeto .text .list li {
        flex-direction: column;
        gap: 20px;
      }
      #introduction-projeto .text .list li:not(:first-child) {
        margin-top: 25px;
      }
      #introduction-projeto .icon img {
        height: 30px;
        width: 30px;
      }
      #introduction-projeto .text .list p {
        font-size: 13px;
        text-align: center;
        margin-bottom: 30px;
      }
      #introduction-projeto .text .btn {
        height: 50px;
        font-size: 13px;
        margin-top: 30px;
      }
      #introduction-projeto .video video {
        border-radius: 20px;
        transform: none;
      }
      #introduction-projeto .video .tag {
        padding: 8px;
        max-width: 250px;
        top: -30px;
      }
      #introduction-projeto .video .tag p {
        font-size: 15px;
      }
      #introduction-projeto .video .tag strong {
        font-size: 24px;
      }
      #introduction-projeto .sub1 p {
        padding: 10px;
    }

    #introduction-projeto .sub2 p {
        padding: 10px;
    }
}

@media screen and (max-width:1200px){
    #introduction-projeto {
        padding-top: 120px;
    }

    #introduction-projeto .video {
        position: relative;
        margin-top: 0px;
    }
    
    #introduction-projeto .row{
        margin-top: 0 !important;
    }

    #introduction-projeto .video {
        position: relative;
        height: auto;
    }

    #introduction-projeto .text {
        padding-top: 25px;
        padding-bottom: 25px;
      }
      #introduction-projeto .text .list li {
        flex-direction: inline;
        gap: 20px;
      }
      #introduction-projeto .text .list li:not(:first-child) {
        margin-top: 25px;
      }
      #introduction-projeto .icon img {
        height: 30px;
        width: 30px;
      }
      #introduction-projeto .text .list p {
        font-size: 13px;
        text-align: center;
        margin-bottom: 30px;
      }
      #introduction-projeto .text .btn {
        height: 50px;
        font-size: 13px;
        margin-top: 30px;
      }
      #introduction-projeto .video video {
        border-radius: 20px;
        transform: none;
      }
      #introduction-projeto .video .tag {
        padding: 8px;
        max-width: 250px;
        top: -30px;
      }
      #introduction-projeto .video .tag p {
        font-size: 15px;
      }
      #introduction-projeto .video .tag strong {
        font-size: 24px;
      }
      #introduction-projeto .sub1 p {
        padding: 10px;
    }

    #introduction-projeto .sub2 p {
        padding: 10px;
    }
}