/*
*banner-footer
*/
#banner-footer .info {
  width: 100%;
  max-width: 564px;
}
#banner-footer h3 {
  font-family: Montserrat-Regular !important;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 1px;
  color: #fab414;

  margin-top: 39px;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  #banner-footer h4 {
    width: 564px;
  }
}
#banner-footer h4 {
  font-family: Montserrat-Regular !important;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 1px;
  color: #fff;

  margin-bottom: 32px;
  text-align: left;
}
#banner-footer .btn-send {
  margin-bottom: 33px;
}

/*
*newwslleter
*/
#newsletter {
  /* min-height: 200px; */
  background: #fff;
  padding-top: 84px;
  padding-bottom: 84px;
}
/*@media(min-width: 992px){	
	#newsletter .row{
		margin-right: 74.5px !important;
		margin-left: 74.5px !important;
	}
}*/

.header h2 {
  font-family: Montserrat-Regular !important;
  font-size: 36px;
  font-weight: 700 !important;
  line-height: 48px;
  color: #af1e23;
  margin-bottom: 16px;
}
.header h4 {
  font-family: Montserrat-Regular !important;
  font-weight: 400 !important;
  font-size: 24;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 24px !important;
}

#newsletter .wpcf7-response-output {
  margin: 16px 0 0;
}

#newsletter .form-group {
  margin-bottom: 0;
  flex: 1;
}

#newsletter .form-group p {
  margin-bottom: 0;
}

#newsletter .form-group.text-center {
  margin-bottom: 0;
  flex: 0 0 auto;
}

#newsletter .wpcf7-form {
  display: flex;
  flex-flow: column;
  gap: 0;
}

@media (min-width: 768px) {
  #newsletter .wpcf7-form {
    flex-flow: row wrap;
    gap: 24px;
  }
}

#newsletter .wpcf7-form .wpcf7-response-output {
  flex: 0 0 100%;
}

#newsletter form input {
  width: 100% !important;
  margin-right: inherit !important;
}

form input {
  width: 450px !important;
  max-width: 100%;
  min-height: 42px;
  margin-right: 16px !important;

  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;

  padding: 9px 10px;
  background: #fff;
  border: 2px solid #c4bcb2;
  font-size: 1rem;
  color: #b6aba0;
}

.btn-send {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #af1e23 !important;
  color: #fff;
  transition: 0.3s all;
  text-transform: uppercase;
  font-weight: 400 !important;

  line-height: 25px;
  width: 100%;
  max-width: 172px;
  min-height: 41px;

  margin-left: 0px !important;
}
.btn-send:hover {
  cursor: pointer;
  background: #fab414 !important;
  color: #af1e23;
}

/* .post-newsletter #newsletter {
  background-color: #59156e !important;
  padding: 80px;
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}

.post-newsletter #newsletter h2 {
  color: #fff;
}
.post-newsletter #newsletter h4 {
  color: #fff;
}

.post-newsletter #newsletter {
  background-color: #fab414;
}

.post-newsletter #newsletter .btn-send {
  background: #fab414 !important;
}

.post-newsletter #newsletter .wpcf7-response-output {
  color: #fff;
}

@media (min-width: 768px) {
  .post-newsletter #newsletter .wpcf7-form {
    flex-flow: column;
    gap: 0;
  }
}

@media (min-width: 992px) {
  .post-newsletter #newsletter .wpcf7-form {
    flex-flow: row wrap;
    gap: 24px;
  }
} */
