
/* Newsletter ---------------------------------------- */

.form-newsletters {
  border-radius: 5px;
  background: #e4b243;
  padding: 1.5rem 1rem;
  width: 100%;
  margin-top: 60px;
  justify-content: space-between;
  box-sizing: border-box;
  color: #FFF;
  -webkit-box-pack: justify;
  -webkit-box-align: center;
}

.form-newsletters h2 {
  font-size: 2.6em;
  line-height: 1.3em;
  font-weight: 300;
  margin-bottom: 20px;
  text-align: center;
}

.form-newsletters h2 > img {
  width: 40px;
  height: 40px;
  vertical-align: bottom;
}

.form-newsletters .checkbox label {
  margin-top: 2px;
}

#newsletters-noticia p,
#newsletters-local p {
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 15px;
}

.newsletters-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.newsletters-item {
  flex: 1;
}

.newsletters-item:last-child {
  flex: 2;
}

#newsletters-info input,
#newsletters-info select {
  height: 40px;
  border: 0;
  border-radius: 5px;
  padding: 0 20px;
  color: #333;
  font-size: 14px;
  background: #fff;
  outline: 0;
}

#newsletters-info input[type="email"] {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 5px;
}

#newsletters-info button {
  margin-top: 0px !important;
  background: #b28011;
}

#newsletters-info div input,
#newsletters-info div select {
  margin-right: 5px;
}

#newsletters-info div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#newsletters-info div input,
#newsletters-info div select {
  flex: 2;
}

#newsletters-info button {
  flex: 1;
}

@media (max-width: 940px) {
  .newsletters-content {
    flex-direction: column;
  }

  .newsletters-item {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

@media (max-width: 640px) {
  .form-newsletters h2 {
    font-size: 2.0em;
  }

  .form-newsletters h2 > img {
    width: 25px;
    height: 25px;
  }

  #newsletters-info div {
    flex-direction: column;
  }

  #newsletters-info div input,
  #newsletters-info div select {
    margin-right: 0px;
    margin-bottom: 5px;
  }
}

/* Download ---------------------------------------- */

.form-download {
    font-size: 1.5em;
}

.download-content input {
    height: 40px;
    width: 80%;
    border-radius: 5px;
    border-color: white;
    padding: 0 20px;
    color: #333;
    font-size: 14px;
    background: #e5e5e5;
    outline: 0;
}

.download-content button {
    margin-top: 12px;    
}

.download-item {
    margin-top: 12px;
}
.download-item p {
    padding-bottom: 5px;
    text-align: left;
}

button.bt-default.btn-download.ng-binding {
    opacity: .6;
}

.lightbox.modal-download {
    margin-top: 6%;
    color: white;
}
