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: 40px 0 0 0;
}


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

}





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





}

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

  font-style: normal;
  font-weight: 800;
  font-size: 20px;
 /* text-align: center;*/
}

@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: 70vh;
  }

  .title{
  font-size: 40px;
  }

  footer{ 
    display: flex;      
  }

  footer .social {
    margin: 45px;
  }

  footer .copy {
    margin: 50px;

  }

  .title-step1 {
    font-size: 42px;
  }
  


}


.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;
}


