.problema {
  background-image: url('../images/problema-invisivel-mobile-bg.jpg');
  position: relative;
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0% 5%;
  padding-top: 0;
  padding-bottom: 6vw;
}

.problema .title {
  font-size: 11.5vw;
  color: #51174b;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 10vw;
}

.problema .title span {
  background-image: linear-gradient(to bottom, #363636, #a5a5a5 53%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  letter-spacing: .20em;
}

.problema .subtitle {
  width: 50%;
}

.problema .subtitle p {
  max-width: 83%;
}

.problema-container {
  width: 82vw;
  margin: 0 auto;
}

.problema-content-wrapper {
  color: #515151;
  font-size: 5.5vw;
  line-height: 1.1;
  position: relative;
  top: -12vw;
}

.problema-content-wrapper h4 {
  font-size: 6vw;
}

.problema-descricao p {
  font-size: 4.6vw;
  line-height: 1.3;
  color: #000;
  margin-bottom: 0;
}

.problema-descricao p:first-of-type {
  max-width: 77%;
}

.problema-descricao p:last-of-type {
  margin-bottom: 0;  
  max-width: 70%;     
}

.problema-content-box {
  position: relative;
  font-size: 4.6vw;
  border-radius: 6vw 20vw 7vw 20vw;
  box-shadow: inset 0px 4px 3px rgba(226, 226, 226, .29), inset 3px -3px 8px rgba(255, 255, 255, 0.2);
  background: #fff;
  margin: 0 auto;
  width: 90vw;
  margin: 0 auto;
  padding: 10.5vw 10vw 13vw 7vw;
  box-shadow: 0px 6px 51px 0px rgba(0, 0, 0, 0.05);
}

.problema-content-box .problema-container {
  z-index: 99;
  position: relative;
  padding-top: 12vw;
  padding-bottom: 3vw;
  padding-left: 1vw;
}

.problema-content-box-wrapper {
  color: #363636;
}

.problema-content-box-wrapper h4 {
  font-size: 5.7vw;
  margin-bottom: 4vw;
      max-width: 80%;
}

.problema-content-box-wrapper p {
  margin-bottom: 1.1em;
}

.problema-content-box-wrapper p:last-of-type {
  margin-bottom: 0;
}

.problema .button { 
  margin: 8vw auto 0;
  width: 72vw;
}

.problema .divisor {
  height: 40vw;
  width: 1px;
  margin: 6vw 0;
  background: #b3b2b3;
  display: block;
}

.problema-footer {
  text-align: center;
}

.problema-footer-title {
  font-size: 8.7vw;
  margin-top: 8vw;
  line-height: 1.1;
  margin-bottom: 3vw;
}

.problema-footer p {
  font-size: 4.8vw;
  line-height: 1.3;
  color: #363636;
  max-width: 84%;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {

  .problema-footer-title {
    text-transform: uppercase;
    font-size: 2.28vw;
    margin-top: 4vw;
    margin-bottom: 1vw;
  }

  .problema-footer p {
    font-size: 1.26vw;
    line-height: 1.35;
    font-weight: 400;
  }

  .problema-descricao p{
    font-size: 1.26vw;
    line-height: 1.35;
    font-weight: 400;
  }

  .problema .button { 
    margin: 3.3vw auto 0;
    width: 22vw;
  }

  .problema {
    background-image: url('../images/problema-invisivel-bg.png');
    background-size: contain;
    padding-top: 4vw;
    padding-bottom: 3vw;
    min-height: 54.7vw;
    margin-top: -6.5vw;
  }

  .problema-descricao p:first-of-type {
    max-width: 66%;
  }

  .problema-descricao p:last-of-type {
    margin-bottom: 0;  
    max-width: 77%;     
  }

  .problema .title {
    font-size: 3.6vw;
    margin: 0 0 1vw;
  }

  .problema-container {
    width: 56vw;
    margin: 0 auto;
  }

  .problema-content {
    text-align: left;
    padding: 0 0 2vw;
  }

  .problema-content-wrapper {
    width: 59%;
    font-size: 2.27vw;
    position: relative;
    top: 0;
  }

  .problema .button { 
    margin-top: 3vw;
  }

  .problema-content-box {
    position: relative;
    font-size: 1.25vw;
    max-width: 55.5vw;
    border-radius: 1.5vw 4vw 2vw 4vw;
    padding: 2.6vw 4.5vw 3.2vw;
    box-shadow: inset 0px 4px 3px rgba(226, 226, 226, .29), 0px 0vw 3vw 0px rgba(146, 146, 146, 0.27);
  }

  .problema-content-box .problema-container {
    padding: 0;
  }

  .problema .subtitle {
    width: 22.3vw;
    font-size: 1.8vw;
  }
  
  .problema .divisor {
    height: 4vw;
    margin: 1vw 0;
    background-color: #807d7e;
  }

}

.problema-content-box-wrapper ul {
  display: flex;
  flex-direction: column;
  gap: 5vw;
}

.problema-content-box-wrapper li {
  display: flex;
  align-items: center;
  gap: 1.2vw;
}

.problema-content-box-wrapper li:before {
    content: "";
    display: block;
    min-height: 5.6vw;
    min-width: 5.6vw;
    background-image: url(../images/seta.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-position: 0% 40%;
  }

@media screen and (min-width: 1024px) {
  /* .problema-images {
    display: none;
  } */

  .problema-content-box-wrapper ul {
    display: flex;
    flex-direction: column;
    gap: 1.5vw;
  }

  .problema-descricao { 
    padding-right: 3vw;
  }

  .problema-content-box-wrapper h4 {
    font-size: 1.7vw;
    margin-bottom: 1.4vw;
        max-width: 100%;
  }

  .problema-content-box-wrapper li {
    gap: .3vw;
  }
  
  .problema-content-box-wrapper li:before {
    content: "";
    display: block;
    min-height: 1.3vw;
    min-width: 1.3vw;
    background-image: url(../images/seta.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    background-position: 0% 40%;
  }

  .problema-descricao p{
    font-size: 1.26vw;
    line-height: 1.35;
    font-weight: 400;
  }
}

