.wp-block-montanera-blocks-newsletter-form{
  width: 460px;
  max-width: 100%;
  margin: 0 auto;
}
.wp-block-montanera-blocks-newsletter-form label{
  text-transform: uppercase;
}
.wp-block-montanera-blocks-newsletter-form label.legal-check{
  width: 100%;
  font-size: 13px;
  text-transform: none;
}
.wp-block-montanera-blocks-newsletter-form input{
  margin-bottom: 40px;
}
.wp-block-montanera-blocks-newsletter-form input[type="submit"]{
  display: block;
  margin: 0 auto;
}
.wp-block-montanera-blocks-newsletter-form label.legal-check input{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 24px;
  height: 24px;
  min-width: 24px;
  cursor: pointer;
  border: 2px solid #A0968B;
  border-radius: 4px;
  top: -4px;
  position: relative;
  margin-right: 5px;
  padding: 0;
  float: left;
}
.wp-block-montanera-blocks-newsletter-form label.legal-check input:checked{
  background-color: #A0968B;
}
.wp-block-montanera-blocks-newsletter-form span.success {
    display: none;
    text-align: center;
    color: royalblue;
    font-size: 14px;
    padding: 15px 0;
}
.wp-block-montanera-blocks-newsletter-form span.error {
    display: none;
    text-align: center;
    color: firebrick;
    font-size: 14px;
    padding: 15px 0;
}

#tooltip-tigger{
  color: #a0968b;
  letter-spacing: 2px;
  text-decoration: underline;
  font-weight: normal;
  cursor: help;
  position: relative;
  display: initial;
  font-weight: 800;
  top: 8px;
}
label > #tooltip-tigger{
  top: 0;
}
#tooltip-box {
  display: none;
  width: 500px;
  bottom: 100%;
  left: 50%;
  margin-left: -250px;
  margin-bottom: 0;
  background-color: #f4f2f1;
  padding: 25px;
  border-radius: 6px;
  font-weight: normal !important; position: absolute;
  z-index: 1;
  font-size: 12px;
  color: #a0968b;
}
#tooltip-box a{
  font-size: 10px;
  color: #a0968b;
  text-decoration: underline;
}
 #tooltip-tigger:hover #tooltip-box {
  display: block;
}
#tooltip-tigger #tooltip-box:after {
  content: " ";
  position: absolute;
  top: 100%; left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #f4f2f1 transparent transparent transparent;
}
@media only screen and (max-width: 768px) {
  #tooltip-tigger {
    text-decoration: none;
    border-bottom: 1px solid #A0968B;
  }
  #tooltip-box {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    margin-top: 35px;
    margin-bottom: 10px;
    margin-left: 0;
  }
}


/* ContactForm7 hacks */
span.wpcf7-not-valid-tip {
    width: 250px;
    position: absolute;
    top: 40px;
    left: 15px;
}
span.wpcf7-list-item{
  margin: 0 !important;
}
span.wpcf7-list-item-label::before, span.wpcf7-list-item-label::after{
  content: none !important;
}
span.wpcf7-form-control-wrap{
  margin-right: 5px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
  margin-bottom: 2em !important;
  text-align: center;
}
.botonform {
    position: relative;
}
div.wpcf7 .ajax-loader{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 70px;
}
.wp-block-montanera-blocks-newsletter-form select{
  width: 100%;
  height: 60px;
  margin-top: 9px;
  margin-bottom: 40px;
  padding-left: 16px;
  padding-right: 16px;
  border: 1px solid #a0968b;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background: url(/montanera/assets/images/bottom.svg) 96% center no-repeat rgba(255, 255, 255, 0);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #a0968b;
  font-size: 18px;
  font-style: italic;
}
.wp-block-montanera-blocks-newsletter-form input[type="file"]{
  width: 100%;
  border: 1px dashed #a0968b;
  padding: 20px 20px 20px 60px;
  background: url(/montanera/assets/images/attachment.svg) 20px center no-repeat;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-top: 5px;
}
