/* title */
.title-section {
  background-color: #ffffff;
}

.title-title-text {
  color: #000000;
  font-size: 40px;
  font-family: "AmsiProNarw";
  font-weight: 400;
  line-height: 1.15;
  padding-top: 30px;
  padding-bottom: 30px;
}

.title-image-image>img {
  width: 100%;
}

/* body */
.body-section {
  background-color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.body-text-text {
  text-align: justify;
}

/* veja */
.veja-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f0f0f0;
  width: 100vw;
}

.veja-titulo-col {
  padding-bottom: 30px;
}

.veja-titulo {
  text-align: center;
  font-size: 32px;
  font-family: 'AmsiProNarw';
  font-weight: 800;
  color: #000000;
}

.veja-item-col {
  background-color: #ffffff;
  position: relative;
  height: 510px;
  margin-bottom: 20px;
  color: #000000;
  border-radius: 10px;
}

.veja-item-titulo {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 19px;
  font-family: 'AmsiProNarw';
  font-weight: 800;
  text-transform: uppercase;
  padding-left: 30px;
  padding-right: 30px;
  height: 100px;
}

.veja-item-separator {
  width: 50%;
  height: 1px;
  padding-top: 40px;
  border-bottom: 2px;
  border-bottom-style: solid;
  border-bottom-color: #bf845a;
}

.veja-item-text {
  font-size: 16px;
  padding-top: 20px;
  font-weight: normal;
  padding-left: 30px;
  padding-right: 30px;
  height: 110px;
}

.veja-item-mais {
  font-size: 14px;
  font-weight: 400;
  padding-left: 30px;
  padding-right: 15px;
}

.veja-mais-botao-linha {
  width: 100%;
  padding-top: 15px;
  height: 60px;
}

.veja-mais-botao {
  width: fit-content;
  font-size: 12px;
  border: 1px;
  border-color: #ffffff;
  border-style: solid;
  padding: 8px;
  float: right;
  margin-right: 20px;
}

.veja-mais-imagem {
  clear: both;
  margin-top: 30px;
  width: 100%;
  height: 42%;
  background-size: 120%;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  border-radius: 10px;
}

.veja-text-more-div {
  padding-left: 30px;
  padding-right: 15px;
}

.veja-text-more {
  font-family: "AmsiProNarw";
  font-weight: 400;
  height: 30px;
  border-radius: 15px;
  color: #ffffff;
  font-size: 16px;
  background-color: #bf845a;
  width: 100px;
  padding-left: 10px;
  padding-top: 3px;
}

/* arrow */
.veja-arrow-down {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
