p {
  font-size: 20px;
  font-family: "Roboto";
  color: #383737;
  line-height: 1.2;
  font-weight: 300;
}
header {
  background-image: url('../images/fundo-capa.png');
  padding: 50px 0;
  background-position: center;
  background-size: cover;
}
header h1 {
  font-size: 45px;
  font-family: "Roboto";
  color: #ffffff;
  font-weight: bold;
  line-height: 1.2;
  margin: 20px 0px;
}
header p {
  font-size: 20px;
  font-family: "Roboto";
  color: #ffffff;
  line-height: 1.2;
  font-weight: 300;
  width: 75%;
}
header form {
  margin-top: 50px;
}
form.cadastro label {
  font-size: 25px;
  font-family: "Roboto";
  color: #232322;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px !important;
  width: 100%;
  text-align: left;
  display: block !important;
}
form.cadastro label span {
  color: #fff;
}
form.cadastro input.form-control {
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0px 3px 7px 0px rgba(148, 148, 148, 0.35);
  width: 444px;
  height: 57px;
  font-size: 15px;
  font-family: "Roboto";
  color: #d6d6d6;
  line-height: 1.2;
  margin-right: 20px;
}
@media (max-width: 511px) {
  form.cadastro input.form-control {
    width: 355px;
  }
}
@media (max-width: 375px) {
  form.cadastro input.form-control {
    width: 258px;
  }
}
form.cadastro button.btn {
  border-radius: 8px;
  background-color: #002b16;
  box-shadow: 0px 3px 7px 0px rgba(148, 148, 148, 0.35);
  width: 357px;
  height: 57px;
  font-size: 18px;
  font-family: "Roboto";
  color: #ffffff;
  font-weight: bold;
  line-height: 1.2;
}
form.cadastro button.btn:hover,
form.cadastro button.btn:focus,
form.cadastro button.btn:active {
  color: #fff !important;
}
section {
  padding: 50px 0;
}
section h2.title {
  font-size: 50px;
  font-family: "Roboto";
  color: #791e20;
  font-weight: bold;
  line-height: 45px;
}
section h2.title span {
  color: #002b16;
  font-size: 35px;
}
@media (max-width: 425px) {
  section h2.title {
    font-size: 40px;
  }
  section h2.title span {
    font-size: 25px;
  }
}
.card-modulos {
  border-radius: 0;
  border: none;
  margin: 30px 0px;
}
.card-modulos .container-img {
  position: relative;
}
.card-modulos .container-img img {
  position: relative;
  border-radius: 0;
  z-index: 1;
}
.card-modulos .container-img:after {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  content: ' ';
  background-image: -moz-linear-gradient(147deg, #7a1f21 0%, #ca8b32 100%);
  background-image: -webkit-linear-gradient(147deg, #7a1f21 0%, #ca8b32 100%);
  background-image: -ms-linear-gradient(147deg, #7a1f21 0%, #ca8b32 100%);
  z-index: 0;
}
.card-modulos .card-title {
  font-size: 25px;
  font-family: "Roboto";
  color: #002b16;
  font-weight: bold;
  line-height: 1.2;
  padding-left: 20px;
}
.card-modulos .card-text {
  font-size: 20px;
  font-family: "Roboto";
  color: #383737;
  line-height: 1.2;
  padding-left: 20px;
}
#cadastre-se {
  background: url('../images/fundo-cadastre-se.png');
}
#cadastre-se label {
  color: #fff;
}
#cadastre-se label span {
  color: #fff;
}
#quem-e .title {
  margin-bottom: 40px;
}
#quem-e .continer-img {
  position: relative;
}
#quem-e .continer-img:before {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  content: ' ';
  background-image: -moz-linear-gradient(147deg, #7a1f21 0%, #ca8b32 100%);
  background-image: -webkit-linear-gradient(147deg, #7a1f21 0%, #ca8b32 100%);
  background-image: -ms-linear-gradient(147deg, #7a1f21 0%, #ca8b32 100%);
  z-index: 0;
}
#quem-e .continer-img img {
  position: relative;
  width: 100%;
  z-index: 1;
}
#quem-e a.instagram {
  display: flex;
  padding: 10px;
  border: none;
  width: 85px;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  font-family: "Roboto";
  color: #ca8c32;
  font-weight: bold;
  line-height: 1.2;
  text-align: right;
  transition: 1s background ease;
  font-weight: 300;
  padding: 0;
}

#quem-e a.instagram img {
  width: 15px;
}
@media (max-width: 991px) {
  #quem-e a.instagram {
    margin-bottom: 20px;
  }
}
footer {
  background: url(../images/footer.png);
  min-height: 100vh;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  background-size: cover;
  padding: 0px !important;
}
footer img.detalhe-footer {
  opacity: 0.3;
  margin: 0 auto;
  display: block;
  width: 100%;
}
footer p {
  color: #fff;
  font-size: 14px;
  margin-top: 20px;
}
footer #footer {
  background: url(../images/fundo-footer.png);
  position: absolute;
  left: 0;
  bottom: 110px;
  width: 100%;
}
footer #footer label {
  color: #fff;
}
footer #footer label span {
  color: #fff;
}

#faq .accordion {
  width: 100%;
  margin-top: 25px;
}

#faq .accordion .card-header {
  background: #fff;
}

#faq .accordion .card-header h2 button {
  color: #002c17;
  font-weight: bold;
  font-family: "Roboto";
  text-transform: uppercase;
}

#faixa {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  padding: 20px 0;
  background-position: center;
  background-size: cover;
  background: #0f7946;
  border-bottom: 1px solid #791e21;
}

#faixa .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#faixa .container p {
  width: 50%;
  color: #fff;
  line-height: 30px;
  margin-bottom: 0px;
}

#faixa .container a {
  border-radius: 8px;
  background-color: #002b16;
  box-shadow: 0px 3px 7px 0px rgba(148, 148, 148, 0.35);
  width: 357px;
  height: 57px;
  font-size: 18px;
  font-family: "Roboto";
  color: #ffffff;
  font-weight: bold;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
}

header.msg-sucesso {
  margin-top: 62px;
}

@media (max-width: 425px) {
  
  #faixa .container {
    flex-wrap: wrap;
    justify-content: center;
  }

  #faixa .container p {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  header.msg-sucesso {
    margin-top: 159px;
  }

}