body, html {
  height: 100%;
  font-family: 'Inter', sans-serif;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.bg-main-container {
  /* The image used */
  background-image: url("../images/main-image.png");

  /* Full height */
  height: 580px;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.email-container {
  height: 100% !important;
}

.email-container p {

  text-align: center;
  margin-top: 24px;
  color: #fff;
  font-size: 21px;
}

.navbar-brand img {
  margin-left: 50px;
  margin-top: 50px;
  width: 200px;
}

.main-container-txt h1 {
  text-align: center;
    color: #fff;
    margin-top: 180px;
    display: block;
    font-size: 40px;
    font-weight: 400;
}
.white-btn {
  width: 250px;
  display: block;
  color: #305472;
  height: 42px;
  background-color: #fff;
  font-size: 14px;
  border: none;
  margin: auto;
  margin-top: 32px;
}

.blue-btn {
  width: 250px;
  display: block;
  color: #fff;
  height: 42px;
  background-color: #305472;
  font-size: 14px;
  border: none;
  margin-top: 44px;
}

.white-btn:focus {
  border: none;
  outline-color: transparent ;
}

.blue-btn:focus {
  border: none;
  outline-color: transparent ;
}



.sub-title {
  color: #000000;
  font-weight: 500;
  font-size: 31px;
  line-height: 42px;
  margin-top: 0px;
    
}

.benefits-container .col-md-4 {
  padding: 40px;
  padding-top: 0px;
}
.benefits-container h2 {
    margin-top: 64px;
    margin-bottom: 64px;
    text-align: center;
}

.benefits-container img {
  max-width: 59px;
  display: block;
  margin: auto;

}

.benefits-container h3  {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  margin-top: 24px;
}

.benefits-container p {
  text-align: center;
  font-size: 16px;
}


.diagnostico-energetico-container {
  margin-top: 64px;
}

.diagnostico-energetico-container h4 {
  margin-top: 16px;
  font-size: 18px;
  line-height: 26px;
}

.diagnostico-energetico-container ul {
  list-style: none;
    padding-left: 0px;
    margin-top: 32px;
}

.diagnostico-energetico-container li {
  font-size: 16px;
  display: block;
  margin-bottom: 32px;
}

.diagnostico-energetico-container ul li img {
  display: block;
  float: left;
  margin-right: 14px;
  margin-top: 4px;
  width: 20px;

}

.diagnostico-energetico-container-img {
  width: 100%;
    padding-left: 40px;
}


.form-container {
  background-color: #305472;
  margin-top: 128px;
}

.form-container .sub-title {
  text-align: center;
  color: #ffff;
  margin-top: 64px;
}

.form-container h4 {
  margin-top: 14px;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    margin-bottom: 32px;
    width: 550px;
    margin: auto;
    margin-bottom: 36px;
}

.form-container form {
  display: block;
  margin: auto;
  max-width: 340px;
}

.form-container .input-group {
  width: 100%;
  margin-bottom: 32px;
}
.form-container form  input {
  background-color: transparent;
  border-color: #FFF;
  color: #fff;
  height: 42px;

}
.form-container label {
  color: #fff;
  font-weight: 400;
}


.form-container form .white-btn {
  width: 100%;
}

.copyright {
  color: rgb(255 255 255 / 0.64);
  text-align: center;
  margin-top: 64px;
  margin-bottom: 32px;
}

@media only screen  and (min-device-width : 320px) and (max-device-width : 568px)  { 

  .form-container h4 {
    width: 100%;
  }

  .navbar-brand {
    float: none;
  }

  .navbar-brand img {
    display: block;
    margin: auto;
    margin-top: 24px;
  }

  .main-container-txt h1 {
    margin-top: 16px;

    font-size: 30px;
 
    line-height: 45px;
  }

  .bg-main-container {
    height: 480px;
  }

  .benefits-container .col-md-4 {
    padding: 0px;
    padding-top: 0px;
    margin-bottom: 54px;
  }

  .diagnostico-energetico-container {
    margin-top: 32px;
  }

  .sub-title {
    font-size: 28px;
    line-height: 39px;
  }

  .diagnostico-energetico-container-img {
    padding-left: 0px;
  }

  .form-container {
    margin-top: 64px;
  }
}