@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');

html, body{
    margin: 0;
    padding:0;
    font-family: 'Ubuntu', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    overflow-x: hidden !important;
}
a:hover {
  color: #000000;
}
/* header */
#header {
  background-image: url('/img/bg.svg');
  background-position: center top;
  background-repeat:no-repeat;
  background-size: 195%;
  padding: 30px 0 75px 0;
  min-height: 550px;
}
#header-content {
  margin-bottom: 40px;
}
#header-content img {
  max-width: 190px;
  margin-bottom: 30px;
}
#header-content h1 {
  font-size: 50px;
  font-weight: 700;
  color: #2d3186;
  line-height: 1.1;
}
#header-content h5 {
  font-weight: 400;
  font-size: 30px;
  padding: 10px 0 30px 0;
}
#header-img img {
  max-width: 100%;
}
#under {
  border-bottom: 10px solid #30f5d2;
}
#header-content p {
  background: #040632;
  border-radius: 10px;
  max-width: 250px;
  padding: 15px 10px;
  text-align: center;
  color: #ffffff;
  font-weight: 400;
  font-size: 25px;
  line-height: 1.2;
  box-shadow: 5px 5px 0 #30f5d2;
}
#header-content p span {
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase; 
}
/* form */
#form-box {
  text-align: center;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  max-width: 75%;
  padding: 0;
}
.form-title {
  background: #2d3186;
  padding: 20px 0 10px 0;
  border-radius: 20px 20px 0 0;
  text-align: center;
}
.form-title h5 {
  color: #ffffff;
  font-size: 25px;
}


/* Thank You */
#ty h1 {
  font-size: 45px;
  font-weight: 700;
  color: #2d3186;
}
#ty p {
  font-size: 20px;
}
.cta-error {
  background-color: #30f5d2;
  color: #ffffff;
  border: none;
  cursor: pointer;
  width: 250px;
  margin: 0 auto;
  height: 50px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 50px;
}
.cta-error:hover {
  background-color: #6290C3;
}
/* section1 */
#section1 {
  padding: 30px 0 100px 0;
  text-align: center;
}
#sec1-title {
  padding-bottom: 60px;
}
#sec1-title h3 {
  color: #040632;
  font-size: 40px;
  font-weight: 700;
}
#icons img {
  max-width: 230px;
  margin: 0 auto;
}
#icons p {
  font-size: 16px;
  font-weight: 400;
  margin: 30px auto 0 auto;
  max-width: 85%;
  line-height: 1.1;
}
/* section 2 */
#section2 {
  padding: 50px 0;
  text-align: center;
  background: linear-gradient(180deg, #eff1fc 0%,#eaebfd 100%);
}
#sec2-title {
  padding-bottom: 60px;
}
#sec2-title h3 {
  color: #040632;
  font-size: 40px;
  font-weight: 700;
}
.slick-list {
  margin: 0 auto;
  text-align: center;
}
.testemunho {
  display: flex !important;
}
.teste-box {
  text-align: left;
}
#teste-img img {
  max-width: 220px;
  margin: 0 auto;
}
.teste-content {
  width: 95%;
  margin: 0 auto;
}
.teste-txt {
  font-size: 20px;
  font-weight: 700;
  color: #2d3186;
  line-height: 1.1;
}
.name {
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
}
.teste-sub {
  font-size: 16px;
}
.pull-right {
  z-index: 55;
  position: relative;
  border: none;
  background: transparent;
}
.pull-right img {
  width: 40px;
  height: 40px;
}
.pull-left {
  z-index: 55;
  position: relative;
  border: none;
  background: transparent;
}
.pull-left img {
  rotate: 180deg;
  width: 40px;
  height: 40px;
}
/* section 2 */
#section3 {
  padding: 80px 0;
  text-align: center;
}
#sec3-title {
  padding-bottom: 40px;
}
#sec3-title h3 {
  color: #040632;
  font-size: 40px;
  font-weight: 700;
}
.accordion-button {
  font-size: 18px;
  font-weight: 700;
  color: #2d3186;
}
.accordion-button:not(.collapsed) {
  color: #2d3186;
  background: #f6f7f9;
}
.accordion-body {
  text-align: left;
}
/* footer */
#footer {
  background: #040632;
  padding: 50px 0;
}
#footer-content {
  color: #ffffff;
}
#footer-content h2 {
  font-weight: 700;
  font-size: 55px;
}
#footer-content p {
  font-size: 18px;
}
#footer-cta {
  text-align: center;
}
.cta {
  width: 80%;
  height: 60px;
  border-radius: 50px;
  border: none;
  background: #30f5d2;
  color: #040632;
  font-weight: 700;
  font-size: 18px;
}
.cta:hover {
  background: #2d3186;
  color: #fff;
}
/* adstrategy */
#section-ads {
  padding: 30px 0;
}

/* media queries */
@media screen and (max-width: 1400px) {
  .step-box {
    max-width: 90%;
  }
}
@media screen and (max-width: 1220px) {
  .cta {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .form-field input {
    width: 100%;
  }
  .label_termos {
    font-size: 13px;
  }
}
@media screen and (max-width: 1024px) {
  #header {
    background-size: 250%;
  }
  #header-content img {
    max-width: 175px;
  }
  #header-content h1 {
    font-size: 35px;
  }
  #header-content h5 {
    font-size: 20px;
  }
  #header-content p {
    font-size: 20px;
    max-width: 60%;
    padding: 5px;
  }
  #icons p {
    font-size: 14px;
    max-width: 100%;
  }
  .accordion-body {
    font-size: 13px;
  }
  #footer-content h2 {
    font-size: 45px;
  }
  #footer-content p {
    font-size: 16px;
  }
  .cta {
    width: 100%;
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  #header-content h1 {
    font-size: 30px;
  }
  #header-content p {
    max-width: 80%;
  }
  #form-box {
    max-width: 100%;
  }
  #icons p {
    font-size: 12px;
  }
  #footer-content h2 {
    font-size: 35px;
  }
  #footer-content p {
    font-size: 14px;
  }
  .cta {
    font-size: 12px;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  #header {
    text-align: center;
    padding: 30px 0 60px 0;
    background-size: cover;
  }
  #header-content h1 {
    font-size: 32px;
  }
  #header-content p {
    margin: 0 auto;
    max-width: 300px;
    font-size: 22px;
  }
  #header-content h5 {
    font-size: 23px;
  }
  #header-img img {
    max-width: 280px;
    margin: 20px 0;
  }
  #icons {
    margin-bottom: 50px;
  }
  #icons img {
    max-width: 250px;
  }
  #icons p {
    font-size: 15px;
    max-width: 70%;
    margin: 30px auto 0 auto;
  }
  #sec1-title h3, #sec2-title h3, #sec3-title h3 {
    font-size: 30px;
  }
  #sec2-title {
    padding-bottom: 30px;
  }
  #teste-img img {
    padding-bottom: 30px;
  }
  .teste-content {
    width: 100%;
    text-align: center;
  }
  .teste-txt {
    font-size: 18px;
  }
  #footer {
    text-align: center;
  }
  #footer-content h2 {
    font-size: 45px;
  }
  #footer-content p {
    font-size: 18px;
    line-height: 1.1;
  }
  .cta {
    width: 100%;
    font-size: 18px;
    height: 55px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  #footer-content h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 414px) {
  .form-title h5 {
    font-size: 20px;
  }
  #footer-content h2 {
    font-size: 32px;
  }
  .cta {
    font-size: 14px;
    height: 45px;
  }
  .accordion-button {
    padding-right: 25px;
  }
  #footer-content p {
    font-size: 16px;
  }
}
@media screen and (max-width: 375px) {
  #footer-content h2 {
    font-size: 28px;
  }
  #footer-content p {
    font-size: 15px;
  }
  .cta {
    font-size: 12.5px;
  }
}
@media screen and (max-width: 320px) {
  #header-content h5 {
    font-size: 18px;
  }
  #header-content h1 {
    font-size: 28px;
  }
  .form-title h5 {
    font-size: 17px;
  }
  #section1 {
    padding: 30px 0 50px 0;
  }
  #section2 {
    padding: 50px 0 0 0;
  }
  #footer-content h2 {
    font-size: 35px;
  }
  #footer-content p {
    font-size: 15px;
  }
  .cta {
    font-size: 11px;
  }
}