.titulosobre h3{
  font-family: 'Montserrat', sans-serif;
  color: rgba(83, 118, 129, 1);
  font-weight: 300;
  font-size: 38px;
}

.titulosobre h3 strong {
  font-weight: 800;
}



.titulosobre h3::after {
  background-color: rgba(255, 179, 11, 1);
  border: none;
  border-radius: 100px;
  height: 5px;
  width: 48px;
  content: "";
  position: relative;
  display: inline-block;
  top: -5px;
  margin-left: 20px !important;
}

.subtitulosobre p{
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  color: rgba(50, 71, 78, 1);
  font-weight: 500;
  line-height: 35px;
  width: 80%;
  margin-top: 30px;

}

.subtitulosobre{
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  color: rgba(50, 71, 78, 1);
  font-weight: 500;
  line-height: 35px;
  width: 80%;
  margin-top: 30px;

}

.titulosolucoes2::after {
    content: "";
    width: 103px;
    height: 5px;
    display: block;
    background: #ffc850;
    border-radius: 100px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
    position: relative;
}

#home-sobre-geral {
    background-size: cover;
    background-position: center;    
    height: 45vh;
    padding-top: 72px;
    position: relative;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}

#home-sobre-geral::after {
    position: absolute;
  content: '';
  width: 27%;
  left: 0;
  bottom: 0;
  height: 7px;
  background-color: #ffc850;
  border-radius: 32px;
}

.sub-destaque-white-sobre-geral h1{
    font-family: 'Montserrat', sans-serif;
    font-size: 38px;
    font-weight: 900;
    color: white;
    line-height: 58px;

}

.sub-destaque-white-sobre-geral h1::after {
    background-color: rgba(255, 179, 11, 1);
    border: none;
    border-radius: 100px;
    height: 5px;
    width: 64px;
    content: "";
    position: relative;
    display: inline-block;
    top: -7px;
    left: 15px;
}

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

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




#introduction-sobre2 .text {
  
  
  position: relative;
  display: flex;
    flex-direction: column;
    justify-content: flex-end
}




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

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

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

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

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

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

#introduction-sobre2 .video {
    position: relative;
    height: auto;
    max-width: 100%;
    display: block;
}

#introduction-sobre2 .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-sobre2 .video .tag p {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 300;
  margin: 0;
}

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

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

#introduction-sobre2 .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-sobre2 .icon {
  width: 71px;
  height: 71px;
  background: #ffc850;
  border-radius: 50%;
  flex-shrink: 0;
}



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

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




#introduction-sobre .text {
  
  
  position: relative;
  display: flex;
    flex-direction: column;
    justify-content: flex-end
}




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

#introduction-sobre .text .list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 28px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 30px;
  margin: 0;
  font-weight: 300;
  color: #32474e;
}

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


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

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

#introduction-sobre .video {
    position: relative;
    height: 500px;
}

#introduction-sobre .video .tag p{
  display: flex;
  align-items: center;
}

#introduction-sobre .video .tag p strong{
  font-weight: 900;
}

#introduction-sobre .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: 20%;
  width: 100%;
  max-width: 368px;
  z-index: 2;
}

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

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

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

#introduction-sobre .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-sobre .icon {
  width: 71px;
  height: 71px;
  background: #ffc850;
  border-radius: 50%;
  flex-shrink: 0;
}

#introduction-sobre .row1 {
    margin-top: -120px;
}

#introduction-sobre .sub1 p {
    padding-right: 60px;
}

#introduction-sobre .sub2 p {
    padding-left: 60px;
}

#introduction-sobre2 .row1 {
    margin-top: -200px;
}

#introduction-sobre2 .sub1 p {
    padding-right: 60px;
}

#introduction-sobre2 .sub2 p {
    padding-left: 60px;
}

.inovacao-numbers2{
    display: flex;
    justify-content: space-between;
    width: 100%;
   
  }
  .titulosobrecases h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 38px;
    color: rgba(50, 71, 78, 1);
    font-weight: 300;
    }
    
    .titulosobrecases h3 strong {
      font-weight: 700;
    }
    
    .titulosobrecases h3:after{
      background-color: rgba(255, 179, 11, 1);
      border: none;
      border-radius: 100px;
      height: 5px;
      width: 48px;
      content: "";
      position: relative;
      display: inline-block;
      vertical-align: middle;
      margin-left: 30px;
    }

  @media screen and (max-width:767px){
    .inovacao-numbers2{
      grid-template-columns: 1fr;
      gap: 0px;
    }
    #hemote-plus .image-container img {
    margin-top: 100px !important;
    }
  }
  
  @media screen and (max-width: 1440px) {
  #hemote-plus .image-container.single > .img, #hemote-plus .image-container > img {
    position: absolute;
    right: 0;
    top: 70% !important;
    transform: translateY(-50%);
    max-width: 40%;
}
}
  
  .inovacao-numbers2 .item-number{
    display: flex;
    flex-direction: column;
    
  }
  
  .inovacao-numbers2 .item-number span{
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  
  .inovacao-numbers2 .item-number .value{
    font-size: 50px;
    color: rgba(83, 118, 129, 1);;
    letter-spacing: -0.05px;
    font-weight: 800;
  }
  
  .inovacao-numbers2 .item-number .description{
    font-size: 25px;
    font-weight: 100;
    line-height: 22px;
    letter-spacing: -0.05px;
    color: rgba(83, 118, 129, 1);;
  }


  #projetos-saude {
    padding: 70px 0;
    background: transparent
      linear-gradient(
        180deg,
        #e7eced 0%,
        #eff2f3 9%,
        #ffffff 25%,
        #fefefe 84%,
        #ffffff 100%
      )
      0% 0% no-repeat padding-box;
  }
  
  #projetos-saude h3 {
    font-family: "Montserrat", sans-serif;
    color: #537681;
    font-size: 38px;
    letter-spacing: 0px;
  }
  
  #projetos-saude h3 strong::after {
    content: "";
    width: 69px;
    height: 5px;
    border-radius: 100px;
    background: #ffc850;
    position: absolute;
    display: block;
    right: -100px;
    top: 50%;
    transform: translateY(-50%);
  }
  
  #projetos-saude .projetos {
    margin-top: 82px;
  }
  
  #projetos-saude .projetos .projeto {
    margin-bottom: 110px;
  }
  
  #projetos-saude .projetos .projeto img {
    display: block;
    width: 100%;
    max-width: 262px;
    margin-bottom: 42px;
  }
  
  #projetos-saude .projetos .projeto h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 29px;
    font-weight: 100;
    color: rgba(50, 71, 78, 1);
    position: relative;
    margin: 0 auto;
  }
  
  #projetos-saude .projetos .projeto h4::after {
    content: "";
    width: 61px;
    height: 5px;
    border-radius: 100px;
    background: #ffc850;
    position: absolute;
    display: block;
    bottom: -17px;
  }
  
  #projetos-saude .projetos .projeto h4 strong {
    font-weight: 700;
    color: #32474e;
  }
  
  #projetos-saude .projetos .projeto .content {
    margin-top: 54px;
    height: 100%;
  }
  
  #projetos-saude .projetos .projeto .content p {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 30px;
    color: #32474e;
    max-width: 314px;
  }
  
  #projetos-saude .projetos .projeto .content .saiba-mais {
    width: 100%;
    max-width: 210px;
    height: 60px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent linear-gradient(127deg, #ffc850 0%, #ffc850 100%) 0%
      0% no-repeat padding-box;
    border-radius: 32px;
    transition: all 0.3s ease;
    margin-top: 33px;
  }
  
  #projetos-saude .projetos .projeto .content .saiba-mais:hover {
    background: transparent
      linear-gradient(118deg, #273c43 0%, #32474e 56%, #537681 100%) 0% 0%
      no-repeat padding-box;
    transform: translateY(-10px);
  }
  
  #load-more {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 6px;
    color: #32474e;
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
    border: 0;
    outline: 0;
  }
  
  #cultura {
    padding: 98px 0;
    background: transparent linear-gradient(180deg, #E7ECED 0%, #F0F5F6 66%, #FFFFFF 95%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  }
  
  #cultura h3 {
    font-family: "Montserrat", sans-serif;
    color: #32474e;
    font-size: 38px;
    letter-spacing: 0px;
    position: relative;
    font-weight: 300;
  }
  
  #cultura h3 strong{
    font-weight: 900;
  }

  #cultura .cultura-title h3 strong::after {
    content: "";
    width: 48px;
    height: 5px;
    border-radius: 100px;
    background: #ffc850;
    position: absolute;
    display: block;
    left: 255px;
    top: 115px;
    transform: translateY(-50%);
  }
  
  #cultura .items {
    margin-top: 83px;
  }
  
  #cultura .items .item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 126px;
    gap: 12px;
  }
  
  #cultura .items .item img {
    display: block;
    transform: translateY(-20px);
  }
  
  #cultura .items .item span {
    font-family: 'Montserrat';
    font-size: 77px;
    letter-spacing: -0.08px;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 3px #FFC43D;
  }
  
  #cultura .items .item p {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    letter-spacing: -0.18px;
    color: #32474E;
    font-weight: 400;
    max-width: 295px;
  }
  
  @media (max-width: 1024px) {
    #projetos-saude h3,
    #cultura h3 {
      font-size: 32px;
    }
  
    #projetos-saude .projetos {
      margin-top: 70px;
    }
  
    #projetos-saude .projetos .projeto,
    #cultura .items .item  {
      margin-bottom: 80px;
    }
  
    #projetos-saude .projetos .projeto span {
      font-size: 11px;
    }
  
    #projetos-saude .projetos .projeto p,
    #cultura .items .item p {
      font-size: 18px;
    }
  
    #projetos-saude .projetos .projeto .content .saiba-mais {
      font-size: 13px;
      height: 55px;
    }
  
    #projetos-saude .projetos .projeto .content {
      margin-top: 50px;
    }
  
    #projetos-saude .projetos .projeto .content p {
      font-size: 13px;
      line-height: 26px;
      max-width: unset;
    }
  
    #projetos-saude #load-more {
      font-size: 14px;
    }
  
    #load-more {
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 4px;
      margin-top: 60px;
    }
  }
  
  @media (max-width: 768px) {
    #projetos-saude h3,
    #cultura h3 {
      font-size: 24px;
    }
  
    #projetos-saude .projetos {
      margin-top: 50px;
    }
  
    #projetos-saude .projetos .projeto,
    #cultura .items .item  {
      margin-bottom: 50px;
    }
  
    #projetos-saude .projetos .projeto span::after {
      height: 3px;
      bottom: -18px;
    }
  
    #projetos-saude .projetos .projeto p,
    #cultura .items .item p {
      font-size: 14px;
    }
  
    #projetos-saude .projetos .projeto .content .saiba-mais {
      font-size: 12px;
      height: 40px;
      margin-top: 20px;
    }
  
    #projetos-saude .projetos .projeto .content {
      margin-top: 30px;
    }
  
    #projetos-saude .projetos .projeto .content p {
      font-size: 12px;
      line-height: 24px;
    }
  
    #projetos-saude #load-more {
      font-size: 12px;
    }
    #load-more {
      font-size: 13px;
      line-height: 18px;
      letter-spacing: 3px;
      margin-top: 40px;
    }
  }
  @media (max-width: 576px) {
    #projetos-saude,
    #cultura {
      text-align: center;
    }
    
    #projetos-saude br {
      display: none;
    }
    #projetos-saude h3 strong::after,
    #cultura h3 strong::after {
      top: unset;
      height: 3px;
      bottom: -10px;
      right: 0;
      transform: unset;
    }
  
    #cultura .items .item {
      flex-direction: column;
      align-items: center;
      gap: 0;
    }
  
    #cultura .items .item  img {
      max-width: 35px;
    }
  
    #projetos-saude .projetos .projeto h4 {
      width: max-content;
    }
  
    #projetos-saude .projetos .projeto img {
      margin: 0 auto;
      margin-bottom: 30px;
      max-width: 200px;
    }
    #projetos-saude .projetos .projeto span::after {
      transform: translateX(-50%);
      left: 50%;
    }
    #projetos-saude .projetos .projeto .content .saiba-mais {
      margin: 0 auto;
    }
  }
@media screen and (max-width:767px){
    #introduction-sobre {
        padding-top: 120px;
    }
    #introduction-sobre2 {
        padding-top: 120px;
    }
    
    #introduction-sobre .row{
        margin-top: 0 !important;
    }

    #introduction-sobre2 .row{
        margin-top: 0 !important;
    }

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

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

    #introduction-sobre .sub2 p {
        padding: 10px;
    }
    #introduction-sobre2 .video {
        position: relative;
        height: auto;
    }

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

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

@media screen and (max-width:1200px){
    #introduction-sobre {
        padding-top: 120px;
    }
    
    #introduction-sobre .row{
        margin-top: 0 !important;
    }

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

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

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

    .inovacao-numbers2 {
      display: grid;
      grid-template-columns: 1fr;
      gap: 20px;
    }
    #introduction-sobre2 .row1 {
      margin-top: 10px;
    }

    #introduction-sobre2 .video {
      margin-top: 30px;
    }
    .social-icons {
      gap: 20px;
    }
}