body{
  color: #000;
  font-family: 'Montserrat', sans-serif;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.blue-btn a {
  color: white;
  text-decoration: none;
}



.logo{
  margin: 10px 30px;
}


.intro{
  width: 100%;
  height: 270px;
  background: url(/wp-content/themes/vgf/img/banner_novo_2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  background-blend-mode: multiply;
  background-size:contain;


}



.thanks{
  width: 100%;
  background: url("/wp-content/themes/blankslate/img/b4d_crop_loog.png");
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  height: 60vh;
  background-size: cover;
}

.title{
  /* Por mais voltas que dê, estamos sempre consigo. */
margin-left: 40px; 
font-style: normal;
font-weight: 900;
font-size: 22px;
color: #000;

}
/*step1*/
.title-step1 {
  /* position: absolute; */
  /* width: 608px; */

  font-style: normal;
  font-weight: 800;
  font-size: 22px;
  text-align: center;
 padding-top: 100px;
}

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

  .container-fluid.absolute {
    position: absolute;   
    bottom: 0;
    background: white;
    border-radius: 20px 20px 0 0;
  }

  .intro{
    background-size: cover;
    height: 100vh;
  }

  .title{
  font-size: 50px;
  line-height: 125%;
  }

  /*step1*/
.title-step1 {
  /* position: absolute; */
  /* width: 608px; */

 
  font-size: 42px;

}

  footer{ 
    display: flex;      
  }

  footer .social {
    margin: 45px;
  }

  footer .copy {
    margin: 50px;

  }
  


}


.desc{
font-weight: 400;
font-size: 22px;
line-height: 125%;
padding: 15px;

}


.blue-btn{
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 5px!important;
  width: 192px;  
  background: #962A1C;
  border-radius: 50px!important;
  height: 20px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  
  align-items: center;
  color: #F7FFF2;
  border: 0;
  margin: 20px 40px;
}

.cf7mls_next.action-button,
.cf7mls_back.action-button,
.wpcf7-form-control.wpcf7-submit  {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 5px!important;
  width: 192px;  
  background: #962A1C;
  border-radius: 50px!important;
  height: 20px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  
  align-items: center;
  color: #F7FFF2;
  border: 0;
}

.wpcf7-form {
  position: relative;
  border: none;
  overflow: hidden;
}




footer{ 
  margin-top: auto;
  background: #000;
  color: #fff;
}

.logo-footer{
width: 258px;
margin-left: 15px;
}

.social {
  margin: 0px 0 0 50px;
}

.social a{
  margin-right: 15px;
}


.copy {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  margin: 10px 50px;
}


.copy a{
  color: #fff;
}


