#solutions {
  padding: 86px 0 31px 0;
  background: transparent
    linear-gradient(180deg, #e7eced 0%, #f0f5f6 78%, #ffffff 100%) 0% 0%
    no-repeat padding-box;
  position: relative;
}

.bg-icon {
  position: absolute;
  right: 0;
  top: 0;
}

#solutions h3 strong{
  font-weight: 700;
}

#solutions h3 {
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  font-size: 38px;
  line-height: 48px;
  letter-spacing: 0px;
  color: #537681;
  text-align: center;
  margin: 0;
  position: relative;
}
ol, ul {
  padding-left: 0;
}

#solutions h3::after {
  content: "";
  width: 90px;
  height: 5px;
  display: block;
  background: #ffc850;
  border-radius: 100px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -55px;
  position: absolute;
}
#solutions .solution-cards {
  margin-top: 122px;
}

#solutions .solution-cards .card {
  padding: 0;
  height: 252px;
  border-radius: 30px;
  overflow: hidden;
  background: transparent;
  border: 6px solid transparent;
}
#solutions .solution-cards .card .card-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#solutions .solution-cards .card .card-img-overlay {
  background: transparent linear-gradient(42deg, #131b1d 0%, #616668 100%) 0% 0%
    no-repeat padding-box;
  mix-blend-mode: multiply;
  transition: all 0.5s ease;
  background-size: cover;
}

#solutions .solution-cards .card:hover .card-img-overlay {
  background: url("../assets/images/pattern.png"),
    linear-gradient(42deg, #131b1d 0%, #616668 100%);
  box-shadow: 0px 30px 50px #00000029;
  transition: all 0.5s ease;
  background-size: cover;
}

#solutions .solution-cards .card .card-body {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

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

#solutions .solution-cards .card:hover .card-body .icon {
  background: #527682;
  transition: all 0.5s ease;
}

#solutions .solution-cards .card .card-body .card-title {
  width: 100%;
}

#solutions .solution-cards .card .card-body .card-title h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
}

#solutions .solution-cards .card .card-body .card-text {
  height: 0;
  margin: 0;
  font-size: 0;
  color: transparent;
  transition: height 0.5s ease, margin 0.5s ease, color 0.3s ease;
  text-decoration: none;
}

#solutions .solution-cards .card .card-body .card-text:hover {
  width: 102%;
  transition: all 0.1s ease;
  color: #ffc850 !important;
  text-decoration: none;
}

#solutions .solution-cards .card:hover .card-body .card-text {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  gap: 18px;
  height: 19px;
  margin-top: 24px;
  color: #fff;
  transition: height 0.5s ease, margin 0.5s ease, color 0.3s ease;
}

#solutions .solution-cards .card .card-body .card-text:hover::before {
  background: #ffc850 !important;
  transition: all 0.3s ease !important;
  margin-right: 3px;
}

#solutions .solution-cards .card .card-body .card-text::before {
  content: "";
  height: 0;
  background: transparent;
  max-width: 48px;
}

#solutions .solution-cards .card:hover .card-body .card-text::before {
  width: 100%;
  height: 5px;
  display: block;
  background: #fff;
  border-radius: 100px;
  transition: all 0.5s ease;
}

#introduction {
    padding-top: 40px;
    padding-bottom: 40px;
}
#introduction .text {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

#introduction .text::before {
  content: "";
  width: 90%;
  height: 1px;
  background: rgba(82, 119, 132, 0.2);
  position: absolute;
  top: 0;
  left: 12px;
}

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

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

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

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

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

#introduction .video {
    position: relative;
}

#introduction .video .tag {
  padding: 16px 20px;
  background: none !important;
  border-radius: 48px;
  backdrop-filter: blur(7px);
  position: absolute;
  top: -48.5px;
  right: 10%;
  width: 100%;
  max-width: 368px;
  z-index: 2;
}

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

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

#introduction .video video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 48px; /* Faz todos os quatro lados do vídeo redondos */
    transform: translateX(12px);
    box-shadow: 0px 30px 50px #00000029;
}

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

 #solutions .t-introduction p{
  font-size: 38px;  
  font-weight: 800;
  line-height: 38px;
  color: #537681;
}

#solutions  .subt-introduction p{
  font-size: 38px;  
  font-weight: 100;
  line-height: 38px;
  color: #3A474B;
}

 #solutions .subt-introduction p::after{
  content: '';
  display: inline-block;
  width: 90px;
  height: 5px;
  border-radius: 5px;
  background-color: #ffc850;
  vertical-align: middle;
  margin-left: 15px;
}

#solutions .solutions-last-text{
  margin-top: 120px;
}

#solutions .text-introduction p{
  font-size: 22px; 
  line-height: 35px;
  font-weight: 500;
  max-width: 500px;
  color: #32474E;
}

.inovacao-carousel{
  margin-top: 73px;
}

.inovacao-carousel .owl-item > div{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 65%;
  transition: all .3s linear;
}

.inovacao-carousel .owl-item > div > .content-card img{
  transition: all .3s linear;
}

.inovacao-carousel .owl-item > div > .content-card{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .3s linear;
}

.inovacao-carousel .owl-item:hover > div > .content-card{
  transform: translate(-50%, calc(-50% - 10px));
  transition: all .3s linear;
}

.inovacao-carousel .owl-item:hover{
  transition: all .3s linear;
}

.inovacao-carousel .owl-item:hover > div .get-know{
  display: block;
  transition: all .3s linear;
  position: absolute;
  bottom: 25px;
  left:50%;
  transform: translateX(-50%);
}

.inovacao-carousel .owl-item > div a.get-know{
  display: none;
  transition: all .3s linear;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
}

.inovacao-carousel .owl-item > div a.get-know::before{
  content: '';
  width: 45px;
  height: 5px;
  margin-right: 6px;
  background-color: #fff;
  vertical-align: middle;
  display: inline-block;
  transition: all .6s linear;
  border-radius: 32px;
}

/* .inovacao-carousel .owl-item:hover > div a.get-know{
  color: #ffc850;  
  transition: all .3s linear;
} */

/* .inovacao-carousel .owl-item:hover > div a.get-know:before{
  background-color: #ffc850;  
  transition: all .3s linear;
} */

.inovacao-carousel .owl-item > div a.get-know:hover{
  color: #ffc850;
}

.inovacao-carousel .owl-item > div a.get-know:hover:before{
  margin-right: 10px;
  background-color: #ffc850;
  transition: margin .4s linear;

}

.inovacao-carousel .owl-nav{
  font-size: 42px;
  color: #fff;
  font-weight: 300;
}
#home-solucoes2-2-div .inovacao-carousel .owl-nav {
color: black;
font-weight: 300;
}

.inovacao-carousel .owl-nav button:first-of-type{
  margin-right: 25px;
}

.inovacao-carousel .owl-nav button:last-of-type{
  margin-left: 25px;
}

.owl-theme .owl-nav [class*=owl-]{
  transition: all .3s linear;
}

.owl-theme .owl-nav [class*=owl-]:hover{
  background:transparent;
  transform: scale(1.2);
  transition: all .3s linear;
}
#home-solucoes2-2-div .owl-theme .owl-nav [class*=owl-]:hover {
background:transparent;
  transform: scale(1.2);
  transition: all .3s linear;
  color: black;
  }
  

#home-5 .inovacao-numbers{
  margin-top: 62px;
}

.inovacao-numbers{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.cases-carousel .owl-item > div{
  position: relative;
  padding-top: 100%;  
}

.cases-carousel .owl-item > div .img-layer{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.cases-carousel .owl-item > div .img-layer img{
  width: 65%;
  max-width: 100%;
  height: auto;
}

.cases-carousel .owl-nav{
  position: absolute;
  width: auto;
  right: 0;
  bottom: 100%;
}

.cases-carousel-controls{
  display: flex;
  justify-content: flex-end;
  
}

.cases-carousel-controls button{
  margin-left: 10px;
  border: none;
  width: 40px;
  height: 40px;
  background: transparent;
  color: #32474E;
  transition: all .3s linear;  
  font-weight: 100 !important;
  font-size: 22px;
}

.cases-carousel-controls button:hover{
  background-color: #ffc850;  
  color: #fff;
  transition: all .3s linear;
}

@media screen and (max-width:767px){
  .inovacao-numbers{
    grid-template-columns: 1fr;
  }
}

.inovacao-numbers .item-number{
  display: flex;
  flex-direction: column;
  
}

.inovacao-numbers .item-number span{
  display: flex;
  flex-direction: row;
}

.inovacao-numbers .item-number .value{
  font-size: 50px;
  color: #fff;
  letter-spacing: -0.05px;
  font-weight: 800;
}

.inovacao-numbers .item-number .description{
  font-size: 25px;
  font-weight: 100;
  line-height: 22px;
  letter-spacing: -0.05px;
  color: #fff;
}

#carrossel-depoimentos .owl-item > div{
  display: flex;
  flex-direction: column;
  align-items: center;  
  padding-left: 20px;
  padding-right: 20px;
}

#container-depoimentos .owl-nav{
  position: static;
}

@media screen and (min-width:768px){
  #container-depoimentos .owl-nav button.owl-prev{
    position: absolute;
    left: 0;
    top: 88px;
  }
  
  #container-depoimentos .owl-nav button.owl-next{
    position: absolute;
    right: 0;
    top: 88px;
  } 
}

#container-depoimentos .owl-nav button{
  font-size: 50px;
  width: 40px;
  height: 40px;  
}

#container-depoimentos .owl-nav button span{
  transform: translateY(-25px);
  height: 40px;
  width: 40px;
  display: block;
}

#container-depoimentos .owl-nav button:hover{
  background-color: #ffc850;
}





@media screen and (min-width: 1366px){
  #solutions .subt-introduction p{
    padding-right: 240px;
  }
  .social-icons {
    gap: 20px;
  }

  #carrossel-depoimentos .owl-item > div{
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (max-width: 1380px) {

    #solutions .solution-cards .card .card-body {
        padding: 25px 20px;
    }
    
}

@media (max-width: 1200px) {
    #introduction .video .tag {
        left: 50%;
        transform: translateX(-50%);
    }
    .social-icons {
      gap: 20px;
    }
}

@media (max-width: 1024px) {
  #solutions {
    padding-top: 40px;
  }
  .social-icons {
    gap: 20px;
  }
  #solutions .solution-cards .card .card-body .card-text {
    font-size: 12px;
    height: unset;
    margin-top: 18px;
  }
  #solutions h3 {
    font-size: 30px;
    line-height: 40px;
  }
  #solutions h3::after {
    bottom: -40px;
  }
  #solutions .solution-cards {
    margin-top: 80px;
    justify-content: space-between;
  }
  #solutions .solution-cards .card .card-body .card-text {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    gap: 18px;
    height: 19px;
    margin-top: 24px;
    color: #fff;
    transition: height 0.5s ease, margin 0.5s ease, color 0.3s ease;
  }
  #solutions .solution-cards .card .card-body .card-text::before {
    width: 100%;
    height: 5px;
    display: block;
    background: #fff;
    border-radius: 100px;
    transition: background 0.5s ease;
  }
  #introduction .text .btn {
    margin: 0 auto;
    margin-top: 40px;
  }
  #introduction .text .list li:not(:first-child) {
    margin-top: 30px;
  }
  #introduction .video {
    margin-top: 50px;
  }
  #introduction .video .tag p {
    font-size: 18px;
  }
  #introduction .video .tag strong {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  #solutions h3 {
    font-size: 20px;
    line-height: 30px;
  }
  #solutions h3::after {
    bottom: -30px;
  }
  #solutions .solution-cards {
    margin-top: 60px;
  }
  #solutions .solution-cards .card .card-body {
    padding: 25px 18px;
  }
  #solutions .solution-cards .card .card-body .icon,
  #introduction .icon {
    width: 55px;
    height: 55px;
    background: #ffc850;
    border-radius: 50%;
  }
  #introduction {
    padding-top: 0;
  }
  #introduction .icon img {
    width: 41px;
    height: 41px;
  }
  #solutions .solution-cards .card .card-body .icon img {
    height: 30px;
    width: 30px;
  }
  #solutions .solution-cards .card .card-body .card-title h5 {
    font-size: 14px;
  }
  #solutions .solution-cards .card .card-body .card-text {
    font-size: 12px;
  }
  #solutions .solution-cards .card .card-body .card-text::before {
    height: 3px;
  }
  #introduction .text {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  #introduction .text .list li {
    flex-direction: column;
    gap: 20px;
  }
  #introduction .text .list li:not(:first-child) {
    margin-top: 25px;
  }
  #introduction .icon img {
    height: 30px;
    width: 30px;
  }
  #introduction .text .list p {
    font-size: 13px;
    text-align: center;
  }
  #introduction .text .btn {
    height: 50px;
    font-size: 13px;
    margin-top: 30px;
  }
  #introduction .video video {
    border-radius: 20px;
    transform: none;
  }
  #introduction .video .tag {
    padding: 8px;
    max-width: 250px;
    top: -30px;
  }
  #introduction .video .tag p {
    font-size: 15px;
  }
  #introduction .video .tag strong {
    font-size: 24px;
  }
}