@charset "UTF-8";
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 25 mar. 2020, 18:09:42
    Author     : elgrupo
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 25 mar. 2020, 18:14:28
    Author     : elgrupo
*/
/*.page-id-759 {
    #content > .container > .row {
        align-items: flex-start;
    }
}*/
.stickyForm {
  background-color: rgba(232, 232, 232, 0.4);
  border-bottom: 3px solid #b7ba13;
}
.stickyForm .wpcf7-spinner {
  display: none;
}
.stickyForm > p {
  margin-bottom: 0;
}
.stickyForm .formHeader {
  background-color: #b7ba13;
  color: #fff;
  padding: 16px 28px;
  display: flex;
  align-items: center;
  display: none;
}
.stickyForm .formHeader i {
  font-size: 42px;
  margin-right: 15px;
}
.stickyForm .formHeader div {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  text-transform: uppercase;
}
.stickyForm .formSubHeader {
  padding: 20px 18px;
  text-align: center;
  font-size: 15px;
  line-height: 1.13em;
  text-align: center;
  color: #333333;
}
.stickyForm .formSubHeader .question {
  font-size: 19px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #b7ba13;
  margin-bottom: 12px;
  display: flex;
}
.stickyForm .formSubHeader .question i {
  font-size: 40px;
  padding-left: 5px;
}
.stickyForm .fieldsWrapper {
  padding: 0 18px;
}
.stickyForm .fieldsWrapper label {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  padding-bottom: 9px;
  margin-bottom: 0;
  margin-left: 4px;
}
.stickyForm .fieldsWrapper input {
  height: 30px;
}
.stickyForm .fieldsWrapper input, .stickyForm .fieldsWrapper textarea {
  border-radius: 8px;
  border: solid 1px #cccccc;
  background-color: #ffffff;
  line-height: 1.1;
  margin-top: 6px;
  font-size: 14px;
  margin-left: -4px;
  width: 100%;
}
.stickyForm .fieldsWrapper textarea {
  line-height: 1.2;
}
.stickyForm .fieldsWrapper input[type=submit] {
  width: 100%;
  background-color: #b7ba13;
  display: flex;
  align-items: center;
  padding: 12px 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1em;
  color: #ffffff;
  height: auto;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 24px;
  margin-left: 0;
}
.stickyForm .submitWrapper {
  position: relative;
}
.stickyForm .submitWrapper .wpcf7-spinner {
  position: absolute;
  top: 6px;
  right: 0;
}
.stickyForm .wpcf7-acceptance .wpcf7-list-item {
  margin-top: 10px;
  /*margin-bottom: -10px;*/
}

.wpcf7 .wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
  margin-left: 0;
}

.wpcf7-form .wpcf7-acceptance label {
  position: relative;
  cursor: pointer;
  display: flex;
  margin-left: 0;
  justify-content: flex-start;
}

.wpcf7-form .wpcf7-acceptance input[type=checkbox] {
  position: relative;
  visibility: hidden;
  margin-left: 0;
  width: 20px !important;
  height: 20px;
  margin-right: 10px;
  margin-top: 0;
  background: #fff;
}

.wpcf7-form .wpcf7-acceptance input[type=checkbox] + span {
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  /*color: $camo-green;*/
  /*padding-right: 50px;*/
}
.wpcf7-form .wpcf7-acceptance input[type=checkbox] + span a {
  color: #53571e;
  text-decoration: underline;
  font-weight: 900;
}

.wpcf7-form .wpcf7-acceptance input[type=checkbox] + span:before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 5px;
  height: 18px;
  width: 18px;
  top: 0px;
  border: solid 1px #cccccc;
  background-color: #ffffff;
  left: 0;
}

.wpcf7-form .wpcf7-acceptance input[type=checkbox] + span:after {
  display: block;
  position: absolute;
  content: "✓";
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: -2px;
  left: 3px;
  visibility: hidden;
  background-color: transparent;
  font-size: 16px;
}

.wpcf7-form .wpcf7-acceptance input[type=checkbox]:checked + span:before {
  background: #fff;
  /*     border-color: red; */
}

.wpcf7-form .wpcf7-acceptance input[type=checkbox]:checked + span:after {
  /*    background: #222; */
  visibility: visible;
}

div.wpcf7 .ajax-loader {
  display: none;
}

div.wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  line-height: 1.2;
  padding: 10px;
  border-radius: 4px;
  border-color: #b7ba13 !important;
}

#secondary.static {
  /*position: static !important;*/
  /*margin-top: 0 !important;*/
}

.sticky-element-placeholder.static {
  /*display: none !important;*/
}

.closeStickyForm {
  display: none;
}

.blogSearch {
  display: none;
}

.menuCategorias {
  display: none;
}

.wpcf7-form-control-wrap[class*=acceptance] {
  width: 100%;
}

.dynamicPlaceholder {
  display: inline-block;
  position: relative;
  margin-bottom: 6px;
}
.dynamicPlaceholder span.placeholder {
  line-height: 1em;
  display: none;
  position: absolute;
  left: 1em;
  top: 55%;
  right: auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #666;
  pointer-events: none;
  width: 100%;
}
.dynamicPlaceholder span.status {
  position: absolute;
  left: -30px;
  height: 45px;
  line-height: 45px;
  /* color: $reddish-orange;*/
}
.dynamicPlaceholder span.status.ok {
  /*color: $emerald;*/
}

.dynamicPlaceholder.focused input,
.dynamicPlaceholder.focused textarea {
  padding-right: 88px;
}
.dynamicPlaceholder.focused span.placeholder {
  left: calc(100% - 0.25em);
  -webkit-transform: translateX(-100%) translateY(-45%);
  -ms-transform: translateX(-100%) translateY(-45%);
  transform: translateX(-100%) translateY(-45%);
  color: #666;
  font-size: 12px;
  width: 75px;
  display: inline;
}

@media screen and (min-width: 1200px) and (max-width: 1440px) {
  aside#secondary.element-is-sticky {
    /* top: 40px!important;*/
  }
}
@media (max-width: 991px) {
  .blogSearch {
    display: flex;
    align-items: center;
  }
  .blogSearch a {
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #53571e;
  }
  .menuCategorias {
    margin-top: 6px;
    display: flex;
    flex: 0 0 100vw;
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 17.5px;
    padding-right: 17.5px;
    width: 100vw;
    overflow: scroll;
    background-color: #fff;
    border-bottom: 1px solid #cccccc;
    -ms-overflow-style: none;
  }
  .menuCategorias::-webkit-scrollbar {
    display: none;
  }
  .menuCategorias li {
    list-style: none;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .menuCategorias li a {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #b7ba13;
    white-space: pre;
    padding: 12.5px;
    position: relative;
  }
  .menuCategorias li a[aria-current=page]::before {
    content: "";
    position: absolute;
    bottom: 0;
    margin: auto;
    background: #9e978e;
    height: 5px;
    width: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    left: 0;
    right: 0;
    background-color: #cccccc;
  }
  form.search-form label {
    margin-bottom: 0;
  }
  .formSubHeader,
  .fieldsWrapper {
    display: none;
    flex-direction: column;
    align-items: flex-start;
  }
  .formSubHeader p,
  .fieldsWrapper p {
    margin-bottom: 0;
  }
  .formSubHeader input[type=submit],
  .fieldsWrapper input[type=submit] {
    min-width: 300px;
    margin-bottom: 0 !important;
  }
  .stickyForm {
    position: fixed;
    bottom: 0;
    overflow: scroll;
    left: 0;
    width: 100%;
    background: #ffffff;
    padding: 15px;
    border-bottom: none;
    box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 999999999;
    transition: all 0.3s;
  }
  .stickyForm > p {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .stickyForm.opened {
    border-bottom: 3px solid #b7ba13;
    height: 100%;
  }
  .stickyForm .formHeader {
    display: flex;
    justify-content: center;
    border-radius: 4px;
    padding: 10px 0;
  }
  .stickyForm .formSubHeader .question {
    display: none !important;
  }
  .stickyForm .fieldsWrapper input {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .closeStickyForm {
    flex: 0 0 auto;
    margin-left: auto;
    font-size: 22px;
    color: #53571e;
    z-index: 20;
    margin-bottom: -20px;
    margin-top: 20px;
  }
  .wpcf7-form .wpcf7-acceptance label {
    margin-bottom: 0;
  }
  .stickyForm .wpcf7-acceptance .wpcf7-list-item {
    margin-bottom: 0;
  }
}
@media (max-width: 360px) {
  .stickyForm.opened {
    height: 100vh;
  }
  .stickyForm.opened .closeStickyForm {
    padding-top: 70px;
  }
}

/*# sourceMappingURL=sidebar.css.map */
