@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;700&display=swap');

html, body{
    margin: 0;
    padding:0;
    font-family: 'Rubik', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    overflow-x: hidden !important;
}
a:hover {
  color: #000000;
}
.disc {
  text-align: center;
  font-size: 12px;
  color: #333;
}
.disc:hover {
  color: #EDB360;
  text-decoration: underline;
}
/* Header */
.header {
  text-align: center;
  background: url('/img/background.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
}
#header-content {
  margin-bottom: 30px;
}
#header-content img {
  margin-bottom: 50px;
}
#header-content p{
  color: #FFF;
  font-size: 30px;
  font-weight: 300;
  margin: 0;
}
#header-content h1 {
  color: #FFF;
  font-size: 65px;
  font-weight: 700;
}
/* form */
#form-box {
  border-radius: 50px;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.35);
  margin: 20px 0 0 0;
  padding: 0 0 50px 0;
  text-align: center;
}
.form-step {
  display: none;
  margin-top: 30px;
}
.form-step.active {
  display: block;
}
#progressBar {
  width: 100%;
  background: #EDB360;
  padding: 30px 0;
  border-radius: 50px 50px 0 0;
}
.bar-outer {
    width: 85%;
    margin: 0 auto;
    height: 15px;
    background: #6D522C;
    border-radius: 50px;
}
.bar {
  height: 15px;
  border-radius: 50px;
  border-radius: 50px;
  background: linear-gradient(90deg, #5C8BBC -7.06%, #125698 100%);
  width: 33.3%;
}
.form-input {
  margin-bottom: 20px;
}
.form-input p {
  color: #125698;
  font-size: 22px;
  font-weight: 700;
}
.form-input select, .form-input input {
  width: 400px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #333;
  color: #333333;
  font-size: 16px;
  font-weight: 300;
  -webkit-appearance: none;
  background-color: transparent;
}
input::placeholder {
  color: #333333;
}
.form-cta {
  color: #333;
  font-size: 25px;
  font-weight: 400;
  width: 340px;
  height: 55px;
  border-radius: 100px;
  background: #EDB360;
  text-transform: uppercase;
  border: none;
  margin-top: 30px;
}
.form-cta:hover {
  color: #ffffff;
  background: #125698;
}
.error {
  width: 100%;
  font-size: 13px;
  margin-top: 5px;
  color: red;
}
#terms {
  max-width: 25px;
}
/* TY page */
.ty-title {
  font-size: 30px;
  font-weight: 700;
  color: #125698;
  margin-top: 40px;
}
.ty-subtitle {
  font-size: 20px;
  color: #333;
  margin-top: 30px;
}
/* Section1 */
.section1 {
  text-align: center;
  padding: 30px 0;
}
#sec1-title {
  margin-bottom: 30px;
}
#sec1-title h4 {
  color: #333;
  font-size: 40px;
  font-weight: 400;
}
#sec1-title h4 span {
  color: #125698;
  font-weight: 700;
}
#icons {
  margin-bottom: 40px;
}
#icons img {
  max-width: 100%;
  margin-bottom: 30px;
}
#icons p {
  max-width: 70%;
  line-height: 1.1;
  margin: 0 auto;
  color: #333;
  font-size: 14px;
  font-weight: 400;
}
#prize {
  margin-top: 30px;
}
/* Section 2 */
.section2 {
  text-align: center;
  padding: 40px 0;
}
#vant-box {
  border-radius: 50px;
  background: #E4DEDA;
  padding: 40px 0 30px 0;
}
#vant-left {
  text-align: center;
}
#vant-left img {
  max-width: 100%;
}
#vant-right {
  text-align: left;
}
#vant-right h4 {
  color: #333;
  font-weight: 400;
  font-size: 35px;
  margin-bottom: 30px;
}
#vant-right h4 span {
  color: #125698;
  font-size: 35px;
  font-weight: 700;
}
.bullet {
  width: 100%;
  padding: 10px 0;
  background: #ffffff;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
}
.bullet img {
  max-width: 100%;
  margin-left: 10px;
}
.bullet p {
  margin: 0 0 0 15px;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1;
  max-width: 70%;
}
/* Section 3 */
#sec3-txt {
  padding: 50px 0 30px 0;
  text-align: center;
}
#sec3-txt p {
  color: #333;
  font-size: 20px;
  font-weight: 300;
  margin: 0;
}
#sec3-txt h4 {
  color: #125698;
  font-size: 30px;
  font-weight: 700;
}
.section3 {
  text-align: center;
  background: url('/img/testemunhos-bg.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0; 
}
.teste-box {
  display: inline-flex;
  align-items: center;
  background: #ffffff;
  border-radius: 300px;
  padding: 0 10px;
  min-height: 270px;
  width: 100%;
}
#teste-img img {
  border-radius: 300px;
  border: 2px solid #ffffff;
  width: 250px;
  height: 250px;
}
#teste-content {
  text-align: left;
  padding: 0 40px 0 20px;
}
#teste-content img {
  max-width: 100%;
  margin-bottom: 30px;
}
#teste-content p {
  color: #000;
  font-size: 13px;
  font-weight: 400;
}
#teste-content h4 {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
}
/* footer */
.footer {
  padding: 50px 0;
  background: #A19687;
}
#footer-txt p {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
#footer-txt h4 {
  color: #FFF;
  font-size: 40px;
  font-weight: 700;
}
#footer-cta {
  text-align: center;
}
.foot-cta {
  color: #333;
  font-size: 25px;
  font-weight: 400;
  width: 340px;
  height: 55px;
  border-radius: 100px;
  background: #EDB360;
  text-transform: uppercase;
  border: none;
}
.foot-cta:hover {
  color: #ffffff;
  background: #125698;
}
/* Adstaregy */
#section-ads {
  text-align: center;
  padding: 30px 0;
}
/* Media Queries */
@media only screen and (max-width: 1300px) {
  .bullet p {
    font-size: 16px;
  }
  #footer-txt h4 {
    font-size: 35px;
  }
  #header-content p {
    font-size: 25px;
  }
}
@media only screen and (max-width: 1130px) {
  #header-content h1 {
    font-size: 50px;
  }
  .bullet img {
    max-width: 45px;
  }
  .bullet p {
    font-size: 13px;
  }
  #footer-txt p {
    font-size: 15px;
  }
  #footer-txt h4 {
    font-size: 30px;
  }
  #teste-content p {
    font-size: 11px;
  }
}
@media only screen and (max-width: 991px) {
  #header-content h1 {
    font-size: 40px;
  }
  #header-content p {
    font-size: 16px;
  }
  #sec1-title h4 {
    font-size: 30px;
  }
  #vant-right h4, #vant-right h4 span {
    font-size: 25px;
  }
  .teste-box {
    display: block;
    text-align: center;
    min-height: 450px;
    padding: 30px;
    border-radius: 150px;
  }
  #teste-content {
    text-align: center;
  }
  #teste-content img {
    margin: 30px auto 20px auto;
  }
  #prize img {
    max-width: 100%;
  }
  #teste-img img {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  #header-content img {
    max-width: 200px;
  }
  .form-step {
    margin: 30px auto 0 auto;
    padding: 0 30px;
  }
  .form-input p {
    font-size: 18px;
  }
  .form-input select, .form-input input {
    width: 100%;
  }
  #sec1-title h4 {
    font-size: 35px;
  }
  #icons p {
    font-size: 16px;
    max-width: 60%;
  }
  #vant-left img {
    max-width: 80%;
    margin-bottom: 30px;
  }
  #vant-right {
    text-align: center;
  }
  .bullet {
    width: 80%;
    margin: 0 auto 20px auto;
  }
  .bullet p {
    text-align: left;
    padding-right: 20px;
  }
  .section3 {
    padding: 50px 0;
  }
  .footer {
    text-align: center;
  }
  #footer-txt h4 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 520px) {
  .testemunhos {
    margin-left: 20px;
  }
  .bullet  {
    width: 85%;
  }
  .bullet p {
    font-size: 14px;
    max-width: 75%;
  }
}
@media only screen and (max-width: 414px) {
  #header-content h1 {
    font-size: 30px;
  }
  .form-cta {
    width: 100%;
  }
  #sec3-txt h4 {
    font-size: 25px;
  }
  #teste-img img {
    width: 200px !important;
    height: 200px !important;
  }  }
}
@media only screen and (max-width: 375px) {
  .foot-cta {
    width: 100%;
  }
  .bullet {
    text-align: center;
    display: block;
    padding: 20px 0;
    border-radius: 20px;
  }
  .bullet img {
    margin-left: 0;
    max-width: 100%;
    margin-top: 10px;
  }
  .bullet p {
    padding: 20px;
    margin: 0;
    text-align: center;
    max-width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  #teste-img img {
    width: 150px !important;
    height: 150px !important;
  }
  .teste-box {
    padding: 30px 5px !important;
  }
  .section3 {
    padding: 20px;
  }
  .testemunhos {
    margin-left: 10px;
  }
}