@font-face { font-family: "BradescoSans-Medium"; src: url("../font-bradesco/BradescoSans-Medium.woff2") format("woff2"), url("../font-bradesco/BradescoSans-Medium.woff") format("woff"), url("../font-bradesco/BradescoSans-Medium.ttf") format("truetype"), url("../font-bradesco/BradescoSans-Medium.eot?") format("eot"); font-weight: 500; font-style: normal; }
@font-face { font-family: "BradescoSans-SemiBold"; src: url("../font-bradesco/BradescoSans-SemiBold.woff2") format("woff2"), url("../font-bradesco/BradescoSans-SemiBold.woff") format("woff"), url("../font-bradesco/BradescoSans-SemiBold.ttf") format("truetype"), url("../font-bradesco/BradescoSans-SemiBold.eot?") format("eot"); font-weight: 600; font-style: normal; }

h3.txt_black {
  font-family: "Georgia";
  font-style: italic;
  font-size: 14px;
  line-height: 16px;
  color: #000;
}

.box-success {
  text-align: center;
  margin-top: 24px;
  padding: 24px 0;
  border-radius: 3px;
  box-shadow: 0px 3px 16px #00000029;
  -moz-box-shadow: 0px 3px 16px #00000029;
}

.box-success h6 {
  font-family: "BradescoSans-SemiBold", sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-style: normal;
  padding-top: 24px;
  padding-bottom: 8px;
  margin: 0 auto;
}

.box-success p {
  font-family: "BradescoSans-Medium", sans-serif;
  color: #47484c;
  font-size: 14px;
  line-height: 18px;
  font-style: normal;
  margin: 0;
  padding: 0;
  max-width: 250px;
  margin: 0 auto;
}

@media only screen and (max-width: 590px) {
  #formSuccess {
    display: flex;
    justify-content: center;
  }

  .box-success {
    width: 80%;
    min-width: 300px;
  }

  .box-success h6 {
    max-width: 240px;
  }
  
  .box-success p {
    max-width: 205px;
  }
}