@charset "UTF-8";
/**
 * Brand Color
 *
 */
/**
 * Button Reset
 *
 */
/**
 * Grid, Center Last
 *
 */
/**
 * Margin, No Edge
 * Removes left margin from first item, right margin from last item
 */
/**
 * Icon Position
 *
 */
/**
 * Block Cover
 * Creates a block that covers the full width/height of parent div. Typically used on a :before pseudo element
 */
/**
 * Placeholder Color
 *
 */
/**
 * Clearfix
 *
 */
/**
 * Font Sizes
 *
**/
/**
 * Columns
 *
 */
/**
 * Columns, Mobile
 *
 */
/**
 * Columns, Tablet
 *
 */
/**
 * Columns, Tablet Up
 *
 */
/**
 * Columns, Desktop
 *
 */
/**
* Flex
*
*/
/**
* Images with aspect ratio
*
*/
a svg, a {
  transition: all 0.3s ease-in-out;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box Sizing
--------------------------------------------- */
html,
input[type=search] {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* Wrap
--------------------------------------------- */
.site-container {
  overflow: hidden;
}

.wrap {
  max-width: 1304px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}
.wrap:after {
  content: "";
  display: table;
  clear: both;
}

body:not(.home) .site-inner {
  padding: 36px 0 0 0;
}
@media (min-width: 768px) {
  body:not(.home) .site-inner {
    padding: 20px 0 0 0;
  }
}
.singular.content body:not(.home) .site-inner > .wrap {
  max-width: 1022px;
}

body:not(.woocommerce-page):not(.home):not(.elementor-template):not(.alignfull-content) .content-area.wrap {
  max-width: 1272px;
}

.single-post .content-area.wrap {
  max-width: 1000px !important;
}
@media (max-width: 767px) {
  .single-post .site-inner {
    padding: 0 !important;
  }
}

body.woocommerce-page .site-inner {
  padding: 0px 0;
}
@media (min-width: 768px) {
  body.woocommerce-page .site-inner {
    padding: 0px 0;
  }
}

body.elementor-template .site-inner {
  padding: 0;
}
body.elementor-template .content-area.wrap {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}

body.alignfull-content .content-area.wrap {
  max-width: none;
}

/* Screen Reader Text
--------------------------------------------- */
.genesis-skip-link {
  display: none;
}

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #333;
  background: #fff;
  z-index: 100000;
  /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

/* Sidebar Layouts
--------------------------------------------- */
@media (min-width: 992px) {
  /* Right Sidebar */
  .content-sidebar .site-main,
.content-sidebar #content {
    float: left;
    width: 77.8301886792%;
    width: 75%;
  }
  .content-sidebar .sidebar-primary {
    float: right;
    width: 19.6540880503%;
    width: 23%;
  }

  /* Left Sidebar */
  .sidebar-content .site-main {
    float: right;
    width: 77.8301886792%;
    width: 83%;
  }
  .sidebar-content .sidebar-primary {
    float: left;
    width: 19.6540880503%;
    width: 17%;
  }

  .boxed-content .site-main {
    width: 720px;
    margin: 0 auto;
  }
}
/* Align Full */
.alignfull {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
@media (min-width: 992px) {
  .alignfull {
    width: 100vw;
    max-width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}

@media (max-width: 479px) {
  .woocommerce ul.products[class*=columns-] li.product,
.woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
  }
}

/* Pop up login */
.pum-container {
  background: none !important;
  background-color: rgba(22, 35, 40, 0.7) !important;
  border-radius: 25px !important;
  padding: 30px 15px 0px 15px !important;
  border: none !important;
  box-shadow: none !important;
}
.pum-container .popup-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.pum-container .popup-container .left-side {
  margin-right: 15px;
  width: 40%;
  text-align: center;
  margin-bottom: 58px;
}
.pum-container .popup-container .left-side .popup-register-text {
  color: #6a8342;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
}
.pum-container .popup-container .left-side .popup-register-btn {
  background: none;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 25px;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  display: inline-block;
  padding: 10px 30px;
  font-weight: 100;
  margin-top: 15px;
}
.pum-container .popup-container .left-side .popup-register-btn:hover {
  color: #6a8342;
  background: #fff;
}
.pum-container .popup-container .right-side {
  width: 60%;
}
.pum-container .popup-container .right-side .popup-title {
  color: #6a8342;
  font-size: 20px;
  line-height: 22px;
}
.pum-container .popup-container .right-side .popup-text {
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
}

.um .um-form .um-col-alt-b {
  padding-top: 2px;
}
.um .um-form .um-row {
  margin: 0 0 5px 0 !important;
}
.um .um-form .um-link-alt {
  font-size: 13px;
  color: #fff !important;
  font-weight: 300;
}
.um .um-form .um-field {
  padding: 5px 0 0 0;
}
.um .um-form .um-field .um-field-label {
  margin-bottom: 5px;
  margin-left: 10px;
}
.um .um-form .um-field .um-field-label label {
  color: #fff !important;
  font-size: 14px;
  font-weight: 100;
  font-size: 12px !important;
  line-height: 14px !important;
}
.um .um-form .um-field .um-field-checkbox .um-field-checkbox-option {
  font-size: 13px;
  color: #fff !important;
  font-weight: 300;
}
.um .um-form .um-field .um-field-checkbox .um-field-checkbox-state {
  width: 20px;
  height: 20px;
}
.um .um-form .um-field .um-field-checkbox .um-field-checkbox-state i {
  font-size: 20px;
  line-height: 20px;
  height: 20px;
}
.um .um-form .um-field .um-field-checkbox .um-field-checkbox-option {
  margin: 0px 0px 0px 26px;
  line-height: 20px;
}
.um .um-form input[type=text],
.um .um-form input[type=search],
.um .um-form input[type=tel],
.um .um-form input[type=password],
.um .um-form textarea {
  border-radius: 25px !important;
}
.um .um-form input[type=submit].um-button {
  color: #fff;
  background-color: #6a8342 !important;
  border-radius: 25px !important;
  border: 2px solid #fff !important;
  font-size: 15px !important;
  line-height: 15px !important;
  font-weight: 400 !important;
  padding: 10px 30px !important;
  min-width: inherit !important;
}
.um .um-form input[type=submit].um-button:hover {
  color: #6a8342;
  background-color: #fff !important;
}

.pum-theme-429 .pum-content + .pum-close,
.pum-theme-tema-por-defecto .pum-content + .pum-close {
  background: none !important;
  box-shadow: none !important;
  border-radius: 25px !important;
  font-weight: 100;
}

.pum-theme-430 .pum-content + .pum-close,
.pum-theme-lightbox .pum-content + .pum-close {
  right: 5px !important;
  top: 5px !important;
  border: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  background: none !important;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 300 !important;
  font-size: 35px !important;
  opacity: 0.8;
}

.content-sidebar .sidebar-primary {
  padding: 0 16px;
  background-color: #fff;
}

.sidebar-content .sidebar-primary {
  padding-right: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .sidebar-content .sidebar-primary {
    margin-right: 1.3%;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.sidebar-primary .widget:not(.widget_search) {
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.sidebar-primary .widget:not(.widget_search) ul {
  list-style-type: none;
}
.sidebar-primary .widget_search {
  margin-bottom: 32px;
}
.sidebar-primary .widget-title {
  padding-bottom: 16px;
  border-bottom: 2px solid #707070;
  color: #6a8342;
  font-size: 1.25em;
  font-weight: 700;
  text-transform: uppercase;
}

.sidebar-select-title {
  font-size: 1.25em;
  font-weight: 300;
}

/* Forms
--------------------------------------------- */
input,
select,
textarea {
  background: #fff;
  border: 1px solid #707070;
  border-radius: 4px;
  color: #6a8342;
  font-size: 18px;
  line-height: 24px;
  padding: 14px 16px;
  width: 100%;
}

select {
  line-height: 54px;
  height: 54px;
}

textarea {
  width: 100%;
}

::-moz-placeholder {
  color: #474747;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #474747;
}

::-webkit-input-placeholder {
  color: #474747;
}

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

/* Search Form
--------------------------------------------- */
.search-form {
  border: 1px solid #707070;
  max-width: 400px;
  position: relative;
  overflow: hidden;
  z-index: 10;
  margin: 0 auto;
  border-radius: 0;
  border: none;
}
.search-form .search-field {
  border: none;
  padding-right: 44px;
  width: 100%;
  outline: none;
  border-radius: 0;
}
.search-form .search-submit {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  min-width: 0;
  width: 44px;
  height: 44px;
  line-height: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  right: 0;
}
.search-form .search-submit svg {
  fill: #707070;
  width: 20px;
  height: 20px;
}
.search-form .search-submit svg:hover {
  fill: #6a8342;
}

/* CF7 */
.wpcf7-form-control-wrap input[type=text],
.wpcf7-form-control-wrap input[type=email], .wpcf7-form-control-wrap textarea {
  width: 100%;
  margin-bottom: 1em;
  padding: 8px 16px;
  font-size: 0.875em;
  line-height: 1;
  border-bottom: 1px solid #D53A75;
  background-color: #f7fcf0;
}
.wpcf7-form-control-wrap input[type=text]:focus,
.wpcf7-form-control-wrap input[type=email]:focus, .wpcf7-form-control-wrap textarea:focus {
  border: 1px solid #D53A75;
  background-color: #fff;
  outline: none;
}
.wpcf7-form-control-wrap input[type=checkbox] {
  margin-right: 2px;
  position: relative;
}

.rgpd {
  margin-top: -16px;
  font-size: 0.875em;
}
.rgpd a {
  color: #67813c;
  text-decoration: none;
}
.rgpd a:hover {
  text-decoration: underline;
}
.rgpd .wpcf7-list-item {
  margin: -16px 0 0 0;
}
.rgpd .wpcf7-list-item input[type=checkbox] {
  width: 16px;
  height: 16px;
}
.rgpd .wpcf7-list-item .wpcf7-list-item-label {
  width: calc(100% - 24px);
  margin-left: 8px;
}

.rgpd-acceptance {
  display: block;
}

input[type=submit] {
  font-size: 0.875em;
  font-weight: 700;
  padding: 12px 32px;
  background-color: #67813c;
  border-radius: 32px;
  color: #fff;
  width: auto;
}
input[type=submit]:hover {
  background-color: #6a8342;
}

/*Contacto*/
.responsive-form:first-child {
  padding-right: 20px;
}

.responsive-form {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.responsive-form .form-row {
  width: 100%;
}
.responsive-form .form-row .column-full {
  float: left;
  width: 100%;
}
.responsive-form .form-row .column-half {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .responsive-form .form-row .column-half {
    width: 48%;
  }
}
.responsive-form .form-row .column-half:first-child {
  margin-right: 0px;
}
@media (min-width: 480px) {
  .responsive-form .form-row .column-half:first-child {
    margin-right: 4%;
  }
}
.responsive-form p {
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 20px;
}
.responsive-form a {
  color: #707070;
  font-size: 12px;
  text-decoration: underline !important;
}
.responsive-form a:hover {
  color: #4a4a4a;
}
.responsive-form .wpcf7-list-item-label {
  font-size: 12px;
  color: #67813c;
}
.responsive-form label {
  float: left;
  width: 100%;
  margin-bottom: 0px;
  color: #67813c;
  font-weight: 400;
}
.responsive-form input[type=text], .responsive-form input[type=email], .responsive-form input[type=tel], .responsive-form input[type=file] {
  border-radius: 0px;
  background-color: #fff;
  border: 1px solid #aaaaaa;
  width: 100%;
  float: left;
  margin: 0px !important;
  margin-bottom: 15px !important;
  margin-top: 5px !important;
  padding: 10px 10px;
  outline: none;
  font-size: 14px;
  line-height: 16px;
}
.responsive-form input[type=text]:focus, .responsive-form input[type=email]:focus, .responsive-form input[type=tel]:focus, .responsive-form input[type=file]:focus {
  border: 1px solid #aaaaaa;
}
.responsive-form textarea {
  border-radius: 0px;
  margin: 0px;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 20px 20px;
  outline: none;
  height: 150px;
  border: 1px solid #aaaaaa;
  background: #fff;
}
.responsive-form textarea:focus {
  border: 1px solid #aaaaaa;
}
.responsive-form input[type=submit] {
  border: none;
  width: 140px;
  display: block;
  padding: 8px 24px;
  outline: none;
  margin: 20px auto 10px auto;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  border-radius: 25px;
  padding: 7px 20px;
  text-decoration: none;
  color: #fff;
  background: #6a8342;
}
.responsive-form input[type=submit]:hover {
  background: #707070;
}
@media (min-width: 768px) {
  .responsive-form input[type=submit] {
    margin: 20px 0px 10px 0;
  }
}
.responsive-form .acceptance-legal-accept {
  float: left;
  width: 100%;
}
.responsive-form .acceptance-legal-accept .wpcf7-list-item {
  margin-left: 0px;
}
.responsive-form .acceptance-legal-accept .wpcf7-list-item label {
  position: relative;
}
.responsive-form .acceptance-legal-accept .wpcf7-list-item label .wpcf7-list-item {
  margin-left: 0px;
  display: inline-block;
}
.responsive-form .acceptance-legal-accept .wpcf7-list-item label input[type=checkbox] {
  position: relative;
  visibility: hidden;
  width: 15px;
  height: 15px;
  margin-right: 8px;
}
.responsive-form .acceptance-legal-accept .wpcf7-list-item label input[type=checkbox] + span:before {
  display: block;
  position: absolute;
  top: 7px !important;
  left: 0;
  content: "";
  border-radius: 0px;
  height: 14px;
  width: 14px;
  border: 1px solid #67813c;
  cursor: pointer;
}
.responsive-form .acceptance-legal-accept .wpcf7-list-item label input[type=checkbox] + span:after {
  display: block;
  position: absolute;
  content: url(../icons/utility/checked.svg);
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 3px;
  left: 2px;
  visibility: hidden;
  font-size: 16px;
}
.responsive-form .acceptance-legal-accept .wpcf7-list-item label input[type=checkbox]:checked + span:before {
  background: transparent;
}
.responsive-form .acceptance-legal-accept .wpcf7-list-item label input[type=checkbox]:checked + span:after {
  visibility: visible;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  text-align: center;
  font-size: 1.1em;
  color: #fff;
  position: absolute;
  bottom: 0;
  bottom: -78px;
  background-color: #46b450;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border: none;
  text-align: center;
  font-size: 1.1em;
  color: #ffb900;
}

/* Typographical Elements
--------------------------------------------- */
body {
  color: #6a8342;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
  overflow-x: hidden;
  outline: none;
}
@media (min-width: 768px) {
  body {
    font-size: 14px;
  }
}
@media print {
  body {
    font-family: sans-serif;
  }
}

a {
  color: #6a8342;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
strong {
  font-weight: 700;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
}

code {
  padding: 2px 4px;
  white-space: nowrap;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  line-height: 18px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
}

pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

cite {
  font-style: normal;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* Paragraph
--------------------------------------------- */
p {
  margin: 0 0 16px;
  padding: 0;
}
p.large, p.has-large-font-size {
  font-size: 21px;
}
@media (min-width: 768px) {
  p.large, p.has-large-font-size {
    font-size: 24px;
  }
}
p.has-normal-font-size {
  font-size: 18px;
}
@media (min-width: 768px) {
  p.has-normal-font-size {
    font-size: 20px;
  }
}
p.small, p.has-small-font-size {
  font-size: 14px;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 16px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #000000;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #6a8342;
  text-decoration: none;
}
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus {
  outline: none;
}

h1 {
  font-size: 34px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 46px;
  }
}

h2 {
  font-size: 26px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 36px;
  }
}

h3 {
  font-size: 22px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  h3 {
    font-size: 28px;
  }
}

h4,
h5,
h6 {
  font-size: 18px;
}
@media (min-width: 768px) {
  h4,
h5,
h6 {
    font-size: 22px;
  }
}

/* Button
--------------------------------------------- */
.wp-block-button__link {
  border: 2px solid #4f6131;
  border-radius: 3px;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  padding: 16px 32px;
  text-decoration: none;
}
.is-style-full .wp-block-button__link, .wp-block-button__link.full {
  display: block;
  width: 100%;
}
.wp-block-button__link:not(.has-text-color) {
  color: white;
}
.wp-block-button__link:not(.has-text-color):hover {
  color: white;
}
.wp-block-button__link:not(.has-background) {
  background-color: #6a8342;
}
.wp-block-button__link:not(.has-background):hover, .wp-block-button__link:not(.has-background):focus {
  background-color: #4f6131;
}
.wp-block-button__link.has-color1-color:hover, .wp-block-button__link.has-color1-color:focus {
  color: #6a8342;
}
.wp-block-button__link.has-color1-background-color:hover, .wp-block-button__link.has-color1-background-color:focus {
  background-color: #4f6131;
}
.wp-block-button__link.has-black-color:hover, .wp-block-button__link.has-black-color:focus {
  color: #000000;
}
.wp-block-button__link.has-black-background-color:hover, .wp-block-button__link.has-black-background-color:focus {
  background-color: black;
}
.wp-block-button__link.has-grey-color:hover, .wp-block-button__link.has-grey-color:focus {
  color: #707070;
}
.wp-block-button__link.has-grey-background-color:hover, .wp-block-button__link.has-grey-background-color:focus {
  background-color: #575757;
}

/* Blockquote
--------------------------------------------- */
blockquote,
blockquote.wp-block-quote {
  background: transparent url(../icons/utility/quote.svg) no-repeat top left;
  background-size: 36px auto;
  padding-top: 47px;
  text-align: left;
}
blockquote p,
blockquote.wp-block-quote p {
  color: #6a8342;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
}
blockquote cite,
blockquote .wp-block-quote__citation,
blockquote.wp-block-quote cite,
blockquote.wp-block-quote .wp-block-quote__citation {
  color: #6a8342;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-top: 12px;
  opacity: 0.5;
  text-transform: uppercase;
}
blockquote p:last-of-type,
blockquote.wp-block-quote p:last-of-type {
  margin-bottom: 0;
}

/* Separator
--------------------------------------------- */
.wp-block-separator,
hr {
  background: transparent;
  border: none;
  width: 100%;
  height: 32px;
  position: relative;
}
.wp-block-separator::before,
hr::before {
  background: #707070;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  margin-top: -0.5px;
}

/* Image
--------------------------------------------- */
img {
  display: block;
  max-width: 100%;
  height: auto;
}
img.alignleft {
  float: left;
  margin: 0 32px 32px 0;
}
img.alignright {
  float: right;
  margin: 0 0 32px 32px;
}
img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-image figcaption {
  color: #707070;
  text-align: left;
  font-size: 14px;
  font-style: normal;
}

/* Tables
--------------------------------------------- */
.wp-block-table {
  border-collapse: collapse;
  width: 100%;
}
.wp-block-table td,
.wp-block-table th {
  padding: 0.5em;
  border: 1px solid;
}

/* Color Options
--------------------------------------------- */
.has-color1-color {
  color: #6a8342;
}

.has-color1-background-color {
  background-color: #6a8342;
}

.has-black-color {
  color: #000000;
}

.has-black-background-color {
  background-color: #000000;
}

.has-grey-color {
  color: #707070;
}

.has-grey-background-color {
  background-color: #707070;
}

/* Group
--------------------------------------------- */
.wp-block-group {
  padding: 40px 16px;
}
@media (min-width: 768px) {
  .wp-block-group {
    padding: 60px 16px;
  }
}
@media (min-width: 992px) {
  .wp-block-group {
    padding: 70px 16px;
  }
}
.wp-block-group .wp-block-group__inner-container {
  max-width: 990px;
  margin: 0 auto;
}
.wp-block-group .wp-block-group__inner-container:after {
  content: "";
  display: table;
  clear: both;
}
.wp-block-group .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0;
}
.wp-block-group.has-background:not(.has-grey-background-color) {
  color: #fff;
}
.wp-block-group.has-background:not(.has-grey-background-color) h1,
.wp-block-group.has-background:not(.has-grey-background-color) h2,
.wp-block-group.has-background:not(.has-grey-background-color) h3,
.wp-block-group.has-background:not(.has-grey-background-color) h4,
.wp-block-group.has-background:not(.has-grey-background-color) h5,
.wp-block-group.has-background:not(.has-grey-background-color) h6,
.wp-block-group.has-background:not(.has-grey-background-color) p {
  color: #fff;
}

/* WPForms
--------------------------------------------- */
div.wpforms-container .wpforms-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 16px;
  padding: 0;
}
@media (min-width: 768px) {
  div.wpforms-container .wpforms-title {
    font-size: 32px;
  }
}
div.wpforms-container .wpforms-description {
  margin: 0 0 16px;
  padding: 0;
}
div.wpforms-container .wpforms-field {
  padding: 0;
  margin-bottom: 32px;
}
div.wpforms-container .wpforms-field-label {
  font-size: 16px;
}
div.wpforms-container .wpforms-recaptcha-container {
  padding: 0;
}
@media (min-width: 768px) {
  div.wpforms-container .wpforms-recaptcha-container {
    margin-bottom: -78px;
  }
}
div.wpforms-container .wpforms-submit-container {
  padding: 0;
  margin-top: 32px;
  text-align: right;
}
div.wpforms-container.one-line:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  div.wpforms-container.one-line .wpforms-field-container {
    display: table;
    width: calc(100% - 110px);
    float: left;
  }
  div.wpforms-container.one-line .wpforms-field-container .wpforms-field {
    display: table-cell;
    padding-right: 16px;
    margin: 0;
  }
  div.wpforms-container.one-line .wpforms-submit-container {
    float: right;
    width: 110px;
    clear: none;
    margin: 0;
  }
}

/* Shared Counts
--------------------------------------------- */
.shared-counts-wrap.style-icon svg {
  fill: #707070;
  width: 24px;
  height: 24px;
}
.shared-counts-wrap.style-icon .shared-counts-button {
  line-height: 0;
  padding: 10px;
}
.shared-counts-wrap.style-icon .shared-counts-button:hover svg {
  fill: #6a8342;
}
.shared-counts-wrap.style-icon .shared-counts-button:not(.included_total) .shared-counts-label,
.shared-counts-wrap.style-icon .shared-counts-button:not(.included_total) .shared-counts-count {
  display: none;
}
@supports (display: grid) {
  .shared-counts-wrap.style-button {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
  }
  @media (min-width: 768px) {
    .shared-counts-wrap.style-button {
      -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
    }
  }
}
.shared-counts-wrap.style-button h3 {
  color: #707070;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  grid-column: 1/-1;
}
.shared-counts-wrap.style-button .shared-counts-button {
  background: #707070;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 18px;
  text-align: center;
  text-decoration: none;
  margin-bottom: 15px;
}
.shared-counts-wrap.style-button .shared-counts-button:hover {
  background: #707070;
}
.shared-counts-wrap.style-button .shared-counts-button svg {
  fill: #fff;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 10px;
}
.shared-counts-wrap.style-button .shared-counts-button.facebook {
  background: #3b5998;
}
.shared-counts-wrap.style-button .shared-counts-button.facebook:hover {
  background: #2d4373;
}
.shared-counts-wrap.style-button .shared-counts-button.pinterest {
  background: #cb2027;
}
.shared-counts-wrap.style-button .shared-counts-button.pinterest:hover {
  background: #9f191f;
}
.shared-counts-wrap.style-button .shared-counts-button.twitter {
  background: #00b6f1;
}
.shared-counts-wrap.style-button .shared-counts-button.twitter:hover {
  background: #008fbe;
}
.shared-counts-wrap.style-button .shared-counts-count {
  display: none;
}

/* Custom Slider in Admin */
.custom-slider {
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
  border: 2px solid #6a8342;
  padding: 16px 0;
  color: #6a8342;
}

/* Block Into */
.block-intro-icon {
  content: "";
  display: block;
  width: 100%;
  height: 72px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 16px;
}

.block-intro-title {
  margin: 0 auto;
  text-align: center;
  font-size: 2em;
  font-weight: 400;
  color: #67813c;
}

.block-intro-subtitle {
  margin: 0 auto 48px;
  text-align: center;
  font-size: 1em;
  font-weight: 400;
  color: #6a8342;
}

/* Block Newsletter */
.wp-block-newsletter .wrap {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.wp-block-newsletter .wrap .news-block-image {
  flex-basis: 40%;
}
.wp-block-newsletter .wrap .news-block-content {
  flex-basis: 55%;
}
.wp-block-newsletter .wrap .news-block-content .news-block-title {
  color: #67813c;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 20px;
}
@media (min-width: 768px) {
  .wp-block-newsletter .wrap .news-block-content .news-block-title {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .wp-block-newsletter .wrap .news-block-content .news-block-title {
    font-size: 24px;
  }
}
.wp-block-newsletter .wrap .news-block-content .news-block-abstract {
  color: #6a8342;
  font-weight: 400;
  font-size: 1em;
}

/* Home Background */
.home-background {
  padding: 16px 0 112px;
  background-image: url(../icons/utility/bg-product-single.svg);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: -78px !important;
}

/* Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  z-index: 100;
  background-color: #fff;
  position: absolute;
  top: 0px;
  min-height: 49px;
  box-shadow: 0px 5px 10px 0px rgba(106, 131, 66, 0.25);
}
@media (min-width: 561px) {
  .site-header {
    top: 0px;
  }
}
.site-header.scrolled {
  background: #fff;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100vw;
}
.site-header.scrolled + .site-inner, .site-header.scrolled + .alignfull {
  padding-top: 0;
}
.site-header.scrolled::after {
  display: block;
}
.site-header.scrolled .site-title a {
  margin-top: 0;
}

.admin-bar .site-header {
  box-shadow: none;
  box-shadow: 0px 5px 10px 0px rgba(106, 131, 66, 0.25);
}
.admin-bar .site-header.scrolled {
  top: 0;
  box-shadow: 0px 5px 10px 0px rgba(106, 131, 66, 0.25);
}
@media (min-width: 601px) {
  .admin-bar .site-header.scrolled {
    top: 46px;
  }
}
@media (min-width: 783px) {
  .admin-bar .site-header.scrolled {
    top: 32px;
  }
}

.site-container {
  padding-top: 49px;
}
@media (min-width: 561px) {
  .site-container {
    padding-top: 71px;
  }
}

.title-area {
  float: left;
  width: 100%;
  max-width: 200px;
  text-align: left;
}
@media (min-width: 769px) {
  .title-area {
    max-width: 290px;
    text-align: left;
    margin: 0 auto;
  }
}
.title-area h1.site-title,
.title-area p.site-title {
  position: relative;
  z-index: 999;
  margin: 0;
  margin-top: 0px;
}
@media (max-width: 768px) {
  .title-area h1.site-title,
.title-area p.site-title {
    padding: 0;
    margin: 0;
  }
}
.title-area h1.site-title a,
.title-area p.site-title a {
  color: #6a8342;
  text-decoration: none;
}
.title-area .site-title a {
  display: block;
  width: 100%;
  padding-bottom: 18%;
  background: url(../icons/logotipo.svg) no-repeat left;
  background-size: contain;
  text-indent: -9999em;
}
@media (max-width: 768px) {
  .title-area {
    float: none;
    height: 58px;
    margin: 0 auto;
    text-align: left;
  }
  .title-area .site-title a {
    height: 54px;
    width: 142px;
    margin: 0 auto;
    padding-bottom: 0;
    background-size: 100%;
  }
}
@media (max-width: 480px) {
  .title-area {
    max-width: 120px;
    height: 59px;
  }
  .title-area .site-title a {
    height: 54px;
    margin-top: 0;
    width: 132px;
  }
}

/* Admin Bar
--------------------------------------------- */
@media (max-width: 782px) {
  #wpadminbar {
    display: none !important;
  }
}
/* Persistent Header
--------------------------------------------- */
@media (min-width: 769px) {
  .site-container {
    padding-top: 82px;
  }

  .site-header {
    background-color: #fff;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100vw;
    z-index: 999;
    height: 80px;
  }
}
@media (min-width: 769px) and (min-width: 783px) {
  .admin-bar .site-container {
    padding-top: 80px;
  }
  .admin-bar .site-header {
    top: 30px;
  }

  .admin-bar.elementor-page .site-container {
    padding-top: 0;
  }
  .admin-bar.elementor-page .site-header {
    top: 30px;
    box-shadow: 0px 8px 9px 0px rgba(65, 117, 5, 0.27);
  }
}
/* Top Bar */
.header-top-container {
  position: absolute;
  top: 0px;
  color: #fff;
  background-color: #000000;
  height: auto;
  display: none;
}
@media (min-width: 561px) {
  .header-top-container {
    display: block;
  }
}
@media (min-width: 769px) {
  .header-top-container {
    padding: 4px 16px;
  }
}
.header-top-container .wrap {
  margin-bottom: 0;
  padding: 4px 10px;
}
.header-top-container .wrap .header-top-bar {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  height: auto;
}
.header-top-container .wrap .header-top-bar p {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}
.header-top-container .wrap .header-top-bar .top-bar-left {
  flex-basis: 0%;
}
.header-top-container .wrap .header-top-bar .top-bar-right {
  flex-basis: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 5px;
}

/* Navigation
---------------------------------------------------------------------------------------------------- */
.nav-menu > * {
  line-height: 0;
}
.nav-menu ul {
  clear: both;
  line-height: 1;
  margin: 0;
  width: 100%;
}
.nav-menu .menu-item {
  list-style: none;
  position: relative;
  border-top: 2px solid rgba(255, 255, 255, 0);
}
.nav-menu .menu-item:hover {
  border-top: 2px solid #67813c;
}
.nav-menu .menu-item a {
  font-family: "Open Sans", sans-serif;
  color: #707070;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  padding: 13px 18px;
  position: relative;
  text-decoration: none;
}
.nav-menu .menu-item:hover > a {
  color: #67813c;
  text-shadow: 0 0 0.01px #c48215;
}
.nav-menu .menu-item.current-menu-item > a, .nav-menu .menu-item.current-menu-ancestor > a {
  color: #6a8342;
}
.nav-menu .menu-item:first-child a {
  border: none !important;
}
.nav-menu .submenu-expand {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  position: absolute;
  line-height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 7px;
}
.nav-menu .submenu-expand svg {
  fill: #707070;
}
@media (max-width: 768px) {
  .nav-menu .nav-secondary .menu-item.search {
    padding: 4px 16px 16px;
  }
}
@media (min-width: 769px) {
  .nav-menu .nav-secondary .menu-item.search {
    margin: 5px 0 0 8px;
  }
  .nav-menu .nav-secondary .menu-item.search .search-field {
    padding-top: 8px;
    padding-bottom: 8px;
    width: 268px;
  }
}
.nav-menu .nav-primary .menu-item.search {
  line-height: 0;
}
.nav-menu .nav-primary .menu-item.search button {
  padding: 25px 12px;
}
@media (max-width: 768px) {
  .nav-menu .nav-primary .menu-item.search {
    display: none;
  }
}
@media (min-width: 769px) {
  .nav-menu {
    float: right;
    width: calc(100% - 322px);
    display: flex;
    flex-flow: column-reverse nowrap;
  }
  .nav-menu .nav-primary,
.nav-menu .nav-secondary {
    display: flex;
    justify-content: flex-end;
  }
  .nav-menu .nav-primary + .nav-secondary {
    margin-bottom: 16px;
  }
  .nav-menu .menu {
    display: flex;
    width: auto;
  }
  .nav-menu .menu-item {
    float: left;
    padding: 30px 13px 32px 13px;
    margin-top: 2px;
  }
  .nav-menu .menu-item:hover > .sub-menu {
    left: 0;
    opacity: 1;
  }
  .nav-menu .menu-item a {
    padding: 0px 5px;
  }
  .nav-menu .menu-item a.menu-user {
    padding: 13px 14px 12px 0;
  }
  .nav-menu .menu-item.user {
    line-height: 0;
  }
  .nav-menu .sub-menu {
    background: #fff;
    top: 76px;
    left: -9999px;
    opacity: 0;
    position: absolute;
    width: 215px;
    z-index: 99;
    border-radius: 0 0 10px 10px;
  }
  .nav-menu .sub-menu .menu-item {
    float: none;
    padding: 0px 15px 20px 15px;
    border: none;
  }
  .nav-menu .sub-menu .menu-item:hover {
    border: none;
  }
  .nav-menu .sub-menu .menu-item:hover > a {
    background: #fff;
    color: #417505;
  }
  .nav-menu .sub-menu .sub-menu {
    margin: -48px 0 0 215px;
  }
}
@media (max-width: 768px) {
  .nav-menu {
    display: none;
    border-radius: 0 0 10px 0px;
  }
  .nav-menu.active {
    background: #6a8342;
    display: block;
    position: absolute;
    margin: 0 -48px;
    max-width: 450px;
    width: 80%;
    padding: 20px 0;
  }
  .nav-menu .menu-item {
    border: none;
  }
  .nav-menu .menu-item:hover {
    border: none;
  }
  .nav-menu .menu-item.user {
    padding: 0;
  }
  .nav-menu .menu > .menu-item > a {
    padding: 20px 18px;
    color: #fff;
  }
  .nav-menu .menu > .menu-item > a:hover {
    font-weight: 600;
  }
  .nav-menu .menu > .menu-item > a svg {
    fill: #fff;
  }
  .nav-menu .sub-menu .menu-item a {
    color: #fff;
    padding: 13px 18px 13px 25px;
  }
  .nav-menu .sub-menu .menu-item a:hover {
    color: #fff;
  }
  .nav-menu .submenu-expand {
    top: 0;
    right: 0;
    -webkit-transform: none;
            transform: none;
    width: 44px;
    height: 44px;
  }
  .nav-menu .submenu-expand svg {
    width: 12px;
    height: 12px;
    fill: #fff;
  }
  .nav-menu .submenu-expand.expanded {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .nav-menu .submenu-expand.expanded + .sub-menu {
    display: block;
  }
  .nav-menu .sub-menu {
    display: none;
    padding-left: 8px;
  }
}

/* Toggles
--------------------------------------------- */
.search-toggle,
.menu-toggle {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  line-height: 0;
  text-align: center;
}
.search-toggle svg,
.menu-toggle svg {
  fill: #6a8342;
  width: 20px;
  height: 20px;
}
.search-toggle .close,
.menu-toggle .close {
  display: none;
}
.search-toggle:hover, .search-toggle.active,
.menu-toggle:hover,
.menu-toggle.active {
  background: transparent;
}
.search-toggle:hover svg, .search-toggle.active svg,
.menu-toggle:hover svg,
.menu-toggle.active svg {
  fill: #6a8342;
}
.search-toggle.active .close,
.menu-toggle.active .close {
  display: inline;
}
.search-toggle.active .open,
.menu-toggle.active .open {
  display: none;
}

@media (max-width: 768px) {
  .site-header .wrap {
    padding: 0 48px;
  }
}
.site-header .wrap > .menu-toggle, .site-header .wrap > .search-toggle {
  position: absolute;
  top: 0;
  width: 48px;
  height: 48px;
  margin-top: 5px;
}
@media (min-width: 769px) {
  .site-header .wrap > .menu-toggle, .site-header .wrap > .search-toggle {
    display: none;
  }
}
.site-header .wrap > .menu-toggle {
  left: 0;
}
.site-header .wrap > .search-toggle {
  right: 0;
}

/* Header Search
--------------------------------------------- */
.header-search {
  overflow: hidden;
  padding: 16px;
  width: 100%;
}
@media (min-width: 768px) {
  .header-search {
    position: absolute;
    right: 0;
  }
  .header-search .search-form {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .header-search {
    margin: 0 -48px;
    width: calc(100% + 96px);
  }
}
.header-search:not(.active) {
  display: none;
}

/* Header Search Overlay
--------------------------------------------- */
#overlay {
  display: none;
  position: fixed;
  z-index: 9;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  cursor: pointer;
}
#overlay.active {
  display: block;
}

@media (min-width: 769px) {
  .nav-menu .menu-item.user {
    padding: 13px 14px 12px 0;
  }
}
.nav-menu .menu-item.user:hover {
  border-top-color: transparent;
}

.search-toggle,
.menu-login-btn,
.menu-cart-btn,
.menu-toggle {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  line-height: 0;
  text-align: center;
}

.site-header .wrap .search-toggle svg,
.site-header .wrap .menu-user svg,
.site-header .wrap .menu-cart svg {
  fill: #707070;
  width: 20px;
  height: 20px;
}
.site-header .wrap .search-toggle svg:hover,
.site-header .wrap .menu-user svg:hover,
.site-header .wrap .menu-cart svg:hover {
  fill: #6a8342;
}

.search-toggle .close,
.menu-login-btn .close,
.menu-cart-btn .close,
.menu-toggle .close {
  display: none;
}

/* Post Summary
---------------------------------------------------------------------------------------------------- */
.post-summary {
  margin-bottom: 32px;
}

.post-summary__title {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  text-decoration: none;
}
.post-summary__title a {
  color: #fff;
  text-decoration: none;
}
.post-summary__title a:hover {
  color: #6a8342;
}

.post-summary__image {
  display: block;
}
@media (min-width: 561px) {
  .post-summary__image {
    margin-bottom: 12px;
  }
}

.entry-category {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
.entry-category a {
  color: #707070;
  text-decoration: none;
}
.entry-category a:hover {
  color: #6a8342;
}

.archive:not(.woocommerce) .site-main .block-area,
.archive:not(.woocommerce) .site-main .no-results {
  grid-column: 1/-1;
  margin-bottom: 48px;
}
@media (min-width: 481px) and (max-width: 768px) {
  .archive:not(.woocommerce) .site-main > article {
    float: left;
    margin-left: 2.5157232704%;
    width: 48.7421383648%;
  }
  .archive:not(.woocommerce) .site-main > article:nth-of-type(2n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .archive:not(.woocommerce) .site-main {
      display: -ms-grid;
      display: grid;
      grid-column-gap: 32px;
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
    }
    .archive:not(.woocommerce) .site-main > article {
      margin-left: 0;
      width: 100%;
    }
    .archive:not(.woocommerce) .site-main header, .archive:not(.woocommerce) .site-main nav, .archive:not(.woocommerce) .site-main aside, .archive:not(.woocommerce) .site-main footer {
      grid-column: 1/-1;
    }
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .archive:not(.woocommerce) .site-main > article {
    float: left;
    margin-left: 2.5157232704%;
    width: 31.6561844864%;
  }
  .archive:not(.woocommerce) .site-main > article:nth-of-type(3n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .archive:not(.woocommerce) .site-main {
      display: -ms-grid;
      display: grid;
      grid-column-gap: 32px;
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
    }
    .archive:not(.woocommerce) .site-main > article {
      margin-left: 0;
      width: 100%;
    }
    .archive:not(.woocommerce) .site-main header, .archive:not(.woocommerce) .site-main nav, .archive:not(.woocommerce) .site-main aside, .archive:not(.woocommerce) .site-main footer {
      grid-column: 1/-1;
    }
  }
}
@media (min-width: 1200px) {
  .archive:not(.woocommerce) .site-main > article {
    float: left;
    margin-left: 2.5157232704%;
    width: 23.1132075472%;
  }
  .archive:not(.woocommerce) .site-main > article:nth-of-type(4n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .archive:not(.woocommerce) .site-main {
      display: -ms-grid;
      display: grid;
      grid-column-gap: 32px;
      -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
    }
    .archive:not(.woocommerce) .site-main > article {
      margin-left: 0;
      width: 100%;
    }
    .archive:not(.woocommerce) .site-main header, .archive:not(.woocommerce) .site-main nav, .archive:not(.woocommerce) .site-main aside, .archive:not(.woocommerce) .site-main footer {
      grid-column: 1/-1;
    }
  }
}

/* Archive Header
--------------------------------------------- */
.archive-description {
  text-align: center;
  width: 100%;
  max-width: 990px;
  margin: 0 auto 32px;
}
.archive-description > *:last-child {
  margin-bottom: 0;
}
.archive-description .search-form {
  margin: 0 auto;
}

.author-archive-description .avatar {
  border-radius: 50%;
  display: block;
  margin: 0 auto 16px;
}
@media (min-width: 768px) {
  .author-archive-description h3:last-child {
    margin-top: 48px;
  }
}

.author-title {
  color: #707070;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .author-title {
    font-size: 18px;
  }
}

/* Entry Navigation
--------------------------------------------- */
.pagination {
  border-top: 1px solid #707070;
  font-size: 1em;
  text-align: center;
  padding-top: 22px;
}
.pagination ul {
  margin: 0;
}
.pagination ul li {
  list-style-type: none;
  display: inline-block;
}
.pagination ul li a {
  color: #6a8342;
  border-radius: 50%;
  display: block;
  font-weight: 400;
  text-decoration: none;
  width: 29px;
  height: 29px;
  line-height: 29px;
  text-align: center;
}
.pagination ul li.pagination-next a, .pagination ul li.pagination-previous a {
  width: auto;
}
.pagination ul li:hover > a {
  color: #6a8342;
}
.pagination ul li.active > a {
  background: #6a8342;
  color: #fff;
  font-weight: 700;
}

.archive .site-inner {
  padding-top: 0 !important;
}
.archive .site-inner .content-area .content-area {
  margin-top: 40px;
}
.archive .site-inner .content-area .content-area .archive-title, .archive .site-inner .content-area .content-area .archive-description {
  display: none;
}
.archive .site-inner .content-area .content-area .post-summary {
  position: relative;
  background-color: #D6E5C8;
}
.archive .site-inner .content-area .content-area .post-summary .post-summary__image {
  height: 250px;
  margin-bottom: 0;
}
.archive .site-inner .content-area .content-area .post-summary .post-summary__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 250px;
}
.archive .site-inner .content-area .content-area .post-summary .post-summary__content {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  top: 0;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}
.archive .site-inner .content-area .content-area .post-summary .post-summary__content .entry-category {
  background-color: #6a8342;
  padding: 5px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
}
.archive .site-inner .content-area .content-area .post-summary .post-summary__content .post-summary__title {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 15px;
}
.archive .site-inner .content-area .content-area .post-summary .post-summary__content .post-link {
  color: #fff;
  display: block;
  height: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  top: 0;
  position: absolute;
  width: 100%;
}
.archive .site-inner .content-area .content-area .post-summary:hover .post-summary__image img {
  mix-blend-mode: multiply;
}

.archive:not(.woocommerce) .site-main {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 32px;
  -ms-grid-columns: 1fr [1];
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 769px) {
  .archive:not(.woocommerce) .site-main {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 32px;
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 993px) {
  .archive:not(.woocommerce) .site-main {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 32px;
    -ms-grid-columns: 1fr [3];
    grid-template-columns: repeat(3, 1fr);
  }
}

.archive-top-bar {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 40px 0;
}
.archive-top-bar .top-bar-title-container {
  text-align: center;
}
.archive-top-bar .top-bar-title-container .top-bar-title {
  color: #fff;
  font-size: 36px;
  line-height: 36px;
}
.archive-top-bar .top-bar-title-container .top-bar-abstract {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}

/*Blog*/
.archive .site-inner .content-area .content-area .archive-title, .archive .site-inner .content-area .content-area .archive-description {
  display: block;
}

.facetwp-flyout-open {
  display: block;
  background-color: #6a8342;
  border: none;
  color: #FFF;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  border-radius: 25px;
  padding: 7px 20px;
  margin: 20px 15px 0 15px;
}

.facetwp-flyout-open:hover {
  background-color: #707070;
}

.facetwp-flyout {
  background-color: #f5f4f0 !important;
}

.facetwp-flyout h3 {
  color: #f5a623;
  font-family: "Montserrat", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26x;
}

.facetwp-facet {
  margin-bottom: 0 !important;
  color: #5b5766;
}

.facetwp-link {
  margin-bottom: 5px;
}

.facet-desktop {
  width: 100vw;
  max-width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 0px;
  text-align: left;
  text-align: center;
  justify-content: center;
}

.archive-description {
  display: none;
}

.archive .site-inner .content-area .content-area {
  margin-top: 0;
}

.facet-desktop {
  display: none;
}

.facet-desktop .facetwp-facet-categoras_blog, .facet-desktop .facetwp-facet-categories_blog {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.facet-desktop .facetwp-facet-categoras_blog .facetwp-radio, .facet-desktop .facetwp-facet-categories_blog .facetwp-radio {
  margin-right: 20px;
}

@media (min-width: 780px) {
  .facetwp-flyout-open {
    display: none;
  }

  .facet-desktop {
    display: flex;
  }

  .facet-desktop {
    background-color: #f5f4f0;
    padding: 15px;
  }

  .facetwp-facet {
    color: #707070;
  }

  .facetwp-link {
    margin-bottom: 0px;
  }
}
/* Singular
---------------------------------------------------------------------------------------------------- */
/* Entry Content
--------------------------------------------- */
.entry-content ul, .entry-content ol {
  padding-left: 1.5rem;
}
.entry-content ul li, .entry-content ol li {
  padding-bottom: 0.5rem;
}
.entry-content ul li:last-child, .entry-content ol li:last-child {
  padding-bottom: 0;
}
.entry-content ul li ul, .entry-content ul li ol, .entry-content ol li ul, .entry-content ol li ol {
  padding-top: 0.5rem;
}
.entry-content ul.wp-block-gallery, .entry-content ol.wp-block-gallery {
  padding-left: 0;
}
.entry-content ul.wp-block-gallery li, .entry-content ol.wp-block-gallery li {
  padding-bottom: 0;
}

.entry-content > *,
.block-area > * {
  margin: 32px 0;
  max-width: 100%;
}
.entry-content > *:first-child,
.block-area > *:first-child {
  margin-top: 0;
}
.entry-content > *:last-child,
.block-area > *:last-child {
  margin-bottom: 0;
}
.full-width-content .entry-content > *.alignwide, .content .entry-content > *.alignwide,
.full-width-content .block-area > *.alignwide,
.content .block-area > *.alignwide {
  margin: calc(2 * 32px) calc(50% - 50vw);
  max-width: 100vw;
  width: auto;
}
@media (min-width: 768px) {
  .full-width-content .entry-content > *.alignwide, .content .entry-content > *.alignwide,
.full-width-content .block-area > *.alignwide,
.content .block-area > *.alignwide {
    margin: calc(2 * 32px) calc(25% - 25vw);
  }
}
.full-width-content .entry-content > *.alignfull, .content .entry-content > *.alignfull,
.full-width-content .block-area > *.alignfull,
.content .block-area > *.alignfull {
  margin: calc(2 * 32px) calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}
.entry-content > *.alignleft,
.block-area > *.alignleft {
  /*rtl:ignore*/
  float: left;
  margin: 0 32px 32px 0;
}
.entry-content > *.alignright,
.block-area > *.alignright {
  /*rtl:ignore*/
  float: right;
  margin: 0 0 32px 32px;
}
.entry-content > *.aligncenter,
.block-area > *.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.entry-content > *.wp-block-quote, .entry-content > *.post-listing-block,
.block-area > *.wp-block-quote,
.block-area > *.post-listing-block {
  margin-top: calc(2 * 32px);
  margin-bottom: calc(2 * 32px);
}
.entry-content > *.wp-block-search,
.block-area > *.wp-block-search {
  max-width: 568px;
  margin-left: auto;
  margin-right: auto;
}

.entry-content > .alignfull:first-child {
  margin-top: -36px;
}
@media (min-width: 768px) {
  .entry-content > .alignfull:first-child {
    margin-top: -48px;
  }
}
.entry-content > .alignfull:last-child {
  margin-bottom: -36px;
}
@media (min-width: 768px) {
  .entry-content > .alignfull:last-child {
    margin-bottom: -48px;
  }
}

/* Entry Meta
--------------------------------------------- */
.entry-author {
  font-size: 14px;
}
.entry-author .avatar {
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.entry-author a {
  color: #6a8342;
  text-decoration: none;
}
.entry-author a:hover {
  color: #6a8342;
}

.breadcrumb {
  font-size: 16px;
  margin-bottom: 24px;
}
.breadcrumb a {
  color: #6a8342;
}
.breadcrumb a:hover {
  color: #6a8342;
}
.single .breadcrumb {
  border-top: 1px solid #707070;
  padding-top: 32px;
  text-align: center;
}

.author-box {
  position: relative;
  padding-left: 120px;
  min-height: 120px;
}
.archive .author-box {
  grid-column: 1/-1;
  max-width: 990px;
  margin: 0 auto 32px;
}
.author-box .author-box-title {
  font-size: 22px;
}
@media (min-width: 768px) {
  .author-box .author-box-title {
    font-size: 28px;
  }
}
.author-box .avatar {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

/* Single Post
--------------------------------------------- */
.singular .entry-header {
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .singular .entry-header {
    margin-bottom: 20px;
    overflow: hidden;
    width: 100%;
  }
  .singular .entry-header .entry-author {
    float: left;
    margin: 0;
  }
  .singular .entry-header .shared-counts-wrap {
    float: right;
  }
}
.singular .entry-header *:last-child {
  margin-bottom: 0;
}

.after-entry > * {
  margin: 24px 0;
}
@media (min-width: 768px) {
  .after-entry > * {
    margin: 42px 0;
  }
}
.after-entry .publish-date {
  font-size: 16px;
  text-align: center;
}

@supports (display: grid) {
  @media (min-width: 768px) {
    .related-posts {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
      grid-column-gap: 16px;
    }
    .related-posts header {
      grid-column: 1/-1;
    }
  }
}

/* Comments
--------------------------------------------- */
.entry-comments .comment-list {
  margin: 0 0 32px;
}
.entry-comments .comment-list li {
  list-style-type: none;
  border: 1px solid #707070;
}
.entry-comments .comment-list li article {
  padding: 16px;
  position: relative;
}
.entry-comments .comment-list li.staff > article {
  background: rgba(106, 131, 66, 0.05);
  border-left: 2px solid #6a8342;
}
.entry-comments .comment-list > li {
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 15px;
}
.entry-comments .comment-list .comment-author {
  color: #6a8342;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
}
@media (min-width: 768px) {
  .entry-comments .comment-list .comment-author {
    font-size: 22px;
  }
}
.entry-comments .comment-list .comment-author a {
  color: #6a8342;
  text-decoration: none;
}
.entry-comments .comment-list .comment-author a:hover {
  color: #6a8342;
}
.entry-comments .comment-list .comment-author .says {
  display: none;
}
.entry-comments .comment-list .comment-edit-link {
  display: none;
}
.entry-comments .comment-list .comment-meta {
  font-size: 14px;
  color: #707070;
  vertical-align: middle;
}
.entry-comments .comment-list .comment-meta a {
  color: #707070;
  font-weight: 400;
  text-decoration: none;
}
.entry-comments .comment-list .comment-meta a:hover {
  color: #6a8342;
}
.entry-comments .comment-list .comment-content p:last-child {
  margin: 0;
}
.entry-comments .comment-list .comment-reply-link {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
}
.entry-comments .comment-list ul.children {
  margin: 0;
}
.entry-comments .comment-list ul.children li {
  border-top: 1px solid #707070;
}

.nav-links:after {
  content: "";
  display: table;
  clear: both;
}
.nav-links .nav-previous {
  float: left;
}
.nav-links .nav-next {
  float: right;
}

.comment-navigation a {
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
}

.comment-respond {
  margin: 30px 0;
}
@media (min-width: 768px) {
  .comment-respond {
    margin: 60px 0;
  }
}
.comment-respond label {
  display: block;
  margin-right: 12px;
}
.comment-respond label[for=subscribe], .comment-respond label[for=wp-comment-cookies-consent] {
  display: inline-block;
}
@media (min-width: 768px) {
  .comment-respond .comment-form-author,
.comment-respond .comment-form-email {
    float: left;
    width: calc(50% - 16px);
  }
  .comment-respond .comment-form-email {
    margin-left: 32px;
  }
  .comment-respond input[type=submit] {
    width: auto;
  }
}

.singular .content-area .content-area {
  padding: 0;
}

.noticias-breadcrumbs {
  background-color: #6a8342;
  color: #000000;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  padding: 3px 0px;
  margin: 0 0 40px 0;
}
.noticias-breadcrumbs a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
.noticias-breadcrumbs a:hover {
  text-decoration: underline;
}

.featured-single-noticias {
  width: 100%;
  height: 200px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-top: 40px;
  margin-bottom: 0px;
  padding: 0 16px;
}
@media (min-width: 481px) {
  .featured-single-noticias {
    height: 300px;
  }
}
@media (min-width: 769px) {
  .featured-single-noticias {
    height: 600px;
  }
}

.singular .entry-title {
  font-family: "Montserrat", sans-serif;
  color: #417505;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
}
@media (min-width: 481px) {
  .singular .entry-title {
    font-size: 30px;
    line-height: 34px;
  }
}

.singular .entry-content {
  color: #716c80;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 27px;
  margin-bottom: 60px;
}

#scrolltop_btn {
  background-color: #1F365B;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 5px 12px;
  color: #FFFFFF;
  opacity: 0.8;
  font-size: 18px;
  cursor: pointer;
  margin: 20px 20px 20px auto;
}
#scrolltop_btn:hover {
  opacity: 1;
}

/* Footer Widgets
----------------------------------------------------*/
.footer-widgets {
  background: url("/wp-content/uploads/2022/09/footer-bg.svg") no-repeat bottom center;
  background-size: cover;
  color: #5b5766;
  font-size: 14px;
  line-height: 19px;
}
.footer-widgets .wrap-widgets {
  position: relative;
  padding: 40px 15px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  text-align: left;
}
@media (min-width: 769px) {
  .footer-widgets .wrap-widgets {
    flex-direction: row;
    text-align: left;
  }
}
.footer-widgets .wrap-widgets .footer-section {
  margin-right: 0px;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .footer-widgets .wrap-widgets .footer-section {
    width: 25% !important;
    margin-right: 40px;
    margin-bottom: 0;
  }
}
.footer-widgets .wrap-widgets .footer-section:last-child {
  margin-right: 0px;
}
.footer-widgets .footer-section {
  max-width: none;
}
@media (min-width: 769px) {
  .footer-widgets .footer-section {
    max-width: 250px;
  }
}
.footer-widgets .footer-section figure {
  margin-bottom: 15px;
  margin-right: 0px;
}
@media (min-width: 769px) {
  .footer-widgets .footer-section figure {
    margin-right: 25px;
  }
}
.footer-widgets .footer-section figure img {
  margin: 0 auto;
}
@media (min-width: 769px) {
  .footer-widgets .footer-section figure img {
    margin-right: auto;
    margin-left: 0;
  }
}
.footer-widgets .footer-section .widget_text p {
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 769px) {
  .footer-widgets .footer-section .widget_text p {
    margin-right: 25px;
    text-align: left;
  }
}
.footer-widgets .footer-section p {
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 769px) {
  .footer-widgets .footer-section p {
    text-align: left;
  }
}
.footer-widgets .footer-section .footer-tel {
  text-align: center;
  position: relative;
  padding-left: 25px;
  margin: 20px auto;
  font-size: 12px;
  line-height: 18px;
  max-width: 150px;
}
@media (min-width: 769px) {
  .footer-widgets .footer-section .footer-tel {
    text-align: left;
    position: relative;
    padding-right: 25px;
    max-width: none;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.footer-widgets .footer-section .footer-tel:after {
  content: "";
  background-image: url(../icons/utility/icon-phone.svg) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  position: absolute !important;
  top: 2px !important;
  left: 0px !important;
  right: auto !important;
  width: 18px !important;
  height: 18px !important;
}
.footer-widgets .footer-section .footer-loc {
  text-align: center;
  position: relative;
  padding-left: 25px;
  margin: 20px auto;
  font-size: 12px;
  line-height: 18px;
  max-width: 150px;
}
@media (min-width: 769px) {
  .footer-widgets .footer-section .footer-loc {
    text-align: left;
    position: relative;
    padding-right: 25px;
    max-width: none;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.footer-widgets .footer-section .footer-loc:after {
  content: "";
  background-image: url(../icons/utility/map-icon.svg) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  position: absolute !important;
  top: 2px !important;
  left: 0px !important;
  right: auto !important;
  width: 18px !important;
  height: 18px !important;
}
.footer-widgets .footer-section .footer-brand {
  margin-bottom: 3px;
  font-weight: 700;
}
.footer-widgets .footer-section-4 {
  width: 100%;
}
@media (min-width: 769px) {
  .footer-widgets .footer-section-4 {
    width: 140% !important;
  }
}
.footer-widgets .footer-section-4 .social-networks-contacto {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-right: 36px;
  margin-top: 20px;
}
.footer-widgets .footer-section-4 .social-networks-contacto li {
  border: none;
  margin-right: 20px;
}
.footer-widgets .footer-section-4 .social-networks-contacto li a {
  border: none;
}
.footer-widgets .footer-section-4 .social-networks-contacto li i {
  font-size: 18px;
}
.footer-widgets p {
  text-align: left;
}
@media (min-width: 769px) {
  .footer-widgets p {
    text-align: left;
  }
}
.footer-widgets ul {
  margin-bottom: 30px;
}
.footer-widgets li {
  list-style-type: none;
  margin-bottom: 0px;
}
.footer-widgets li a {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #5b5766;
  padding: 15px 0px 5px 0px;
  position: relative;
  display: block;
  text-align: left;
  opacity: 0.9;
  border-bottom: 1px solid rgba(155, 155, 155, 0.6);
}
.footer-widgets li a:before {
  content: "";
  background-image: url(../icons/utility/left-arrow.svg) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  position: absolute !important;
  bottom: 10px !important;
  right: 0px !important;
  width: 10px !important;
  height: 10px !important;
}
.footer-widgets li a:hover {
  color: #5b5766;
  opacity: 1;
  border-bottom: 1px solid rgb(155, 155, 155);
}
.footer-widgets li a:hover:before {
  background-image: url(../icons/utility/left-arrow.svg) !important;
}
.footer-widgets .widget-title {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
  color: #5b5766;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  text-align: left;
}
.footer-widgets h3 {
  margin-bottom: 5px;
  color: #5b5766 !important;
  font-size: 15px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
  text-align: left;
}
.footer-widgets a {
  color: #5b5766;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  text-decoration: none;
}
.footer-widgets a:hover {
  text-decoration: none;
  color: #fff;
}
.footer-widgets a svg {
  margin-right: 12px;
  fill: #6a8342;
  width: 20px;
  height: 20px;
}

/* Site Footer
----------------------------------------------------*/
.site-footer {
  padding: 8px 0;
  color: #fff;
  background: #5b5766;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
}
.site-footer .wrap > *:last-child {
  margin-bottom: 0;
}
.site-footer a {
  color: #6a8342;
  text-decoration: none;
}
.site-footer a:hover {
  color: #707070;
}
.site-footer .footer-links a + a {
  margin-left: 12px;
}
.site-footer .backtotop {
  display: inline-block;
  padding: 10px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.75);
  line-height: 20px;
  text-decoration: none;
}
.site-footer .backtotop svg {
  margin-left: 4px;
  vertical-align: middle;
  fill: #fff;
}
.site-footer .backtotop:hover {
  background: black;
}
.site-footer .footer-credits {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 769px) {
  .site-footer .footer-credits {
    margin-bottom: 0;
    flex-direction: row;
    justify-content: flex-start;
  }
}
.site-footer .footer-credits .credits-logo {
  margin-right: 0;
}
@media (min-width: 769px) {
  .site-footer .footer-credits .credits-logo {
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  .site-footer {
    text-align: left;
  }
  .site-footer .footer-left {
    float: left;
  }
  .site-footer .footer-left > *:last-child {
    margin-bottom: 0;
  }
  .site-footer .copyright,
.site-footer .footer-links {
    display: inline-block;
    margin-right: 20px;
  }
  .site-footer .copyright {
    margin-bottom: 0;
  }
  .site-footer .backtotop {
    float: right;
    font-size: 0.875em;
  }
}

/* Footer Menu
----------------------------------------------------*/
@media (min-width: 768px) {
  .footer-right {
    float: right;
  }
}
.footer-right #footer-menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
.footer-right #footer-menu .menu-item {
  padding: 0 8px;
  border-right: 1px solid #fff;
}
.footer-right #footer-menu .menu-item:last-child {
  padding-right: 0;
  border-right: none;
}
.footer-right #footer-menu .menu-item a {
  color: #fff;
}
.footer-right #footer-menu .menu-item a:hover {
  color: #707070;
}

/* Elementor Customizations */
.elementor-page .site-container {
  padding-top: 0;
}
.elementor-page .content-area.wrap .elementor-widget-wrap {
  padding: 0;
}
.elementor-page .site-inner {
  padding: 0;
  padding-top: 38px !important;
}
@media (min-width: 560px) {
  .elementor-page .site-inner {
    padding-top: 38px !important;
  }
}
@media (min-width: 768px) {
  .elementor-page .site-inner {
    padding-top: 58px !important;
  }
}
.elementor-page .entry-header {
  margin-bottom: 0;
}

.elementor-header .elementor-background-overlay {
  display: block;
}
@media (min-width: 768px) {
  .elementor-header .elementor-background-overlay {
    display: none;
  }
}

.social-networks-contacto {
  display: flex;
  flex-direction: row;
  justify-content: center;
  list-style-type: none;
}
.social-networks-contacto li {
  border: none;
  list-style-type: none;
  margin-right: 20px;
}
.social-networks-contacto li a {
  border: none;
}
.social-networks-contacto li i {
  font-size: 24px;
}

.home-category .elementor-cta__button-wrapper {
  text-align: right;
}
.home-category .elementor-cta__button {
  background-color: rgba(170, 170, 170, 0.8) !important;
  position: relative;
}
.home-category .elementor-cta__button:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  top: 7px;
  left: 7px;
  border-left: 2px solid #fff;
  border-top: 2px solid white;
}
.home-category .elementor-cta__button:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  bottom: 7px;
  right: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid white;
}

/* Products Search Results */
.search .woocommerce ul.products li.product {
  width: 100%;
}

/* Owl Slider Navigation */
body:not(.single-property) .owl-carousel .owl-dots {
  bottom: 1rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
body:not(.single-property) .owl-carousel .owl-dot {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 50%;
}
body:not(.single-property) .owl-carousel button.owl-dot {
  border: 1px solid #6a8342 !important;
  border-radius: 50%;
  color: #fff;
  background-color: #fff !important;
  font: inherit;
}
body:not(.single-property) .owl-carousel button.owl-dot:hover, body:not(.single-property) .owl-carousel button.owl-dot.active {
  background-color: #6a8342 !important;
}
body:not(.single-property) .owl-carousel .owl-nav {
  position: absolute;
  top: -32px;
  width: 100%;
}
body:not(.single-property) .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  right: 28px;
  width: 24px;
  height: 24px;
  color: #fff !important;
  background-color: #6a8342 !important;
}
body:not(.single-property) .owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: 0;
  width: 24px;
  height: 24px;
  color: #fff !important;
  background-color: #6a8342 !important;
}

/* Product Slider */
.product-slider-container {
  clear: both;
}
.product-slider-container .related-icon {
  content: "";
  display: block;
  width: 100%;
  height: 90px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.product-slider-container .related-title {
  margin: 0 auto;
  text-align: center;
  font-size: 2em;
  font-weight: 400;
  color: #67813c;
}
.product-slider-container .related-subtitle {
  margin: 0 auto 48px;
  text-align: center;
  font-size: 1em;
  font-weight: 400;
  color: #6a8342;
}
.product-slider-container .product-slider {
  width: calc(100% - 100px);
  margin: 1rem auto;
}
.product-slider-container .product-slider ul.products li.product {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0 !important;
}
.product-slider-container .product-slider ul.products li.product a {
  text-decoration: none;
}
.product-slider-container .product-slider ul.products li.product a:hover {
  text-decoration: none;
}
.product-slider-container .owl-dots {
  bottom: 1rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.product-slider-container .owl-dot {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 50%;
}
.product-slider-container .owl-carousel button.owl-dot {
  border: 1px solid #6a8342 !important;
  border-radius: 50%;
  color: #fff;
  background-color: #fff !important;
  font: inherit;
}
.product-slider-container .owl-carousel button.owl-dot:hover {
  background-color: #6a8342 !important;
}
.product-slider-container .owl-carousel button.owl-dot.active {
  background-color: #6a8342 !important;
}
.product-slider-container .owl-nav {
  position: absolute;
  top: calc(50% - 4rem);
  width: 100%;
}
.product-slider-container .owl-nav .owl-prev {
  position: absolute;
  left: -50px;
  width: 27px;
  height: 55px;
  background: url(../icons/utility/chevron-left.svg) no-repeat center !important;
  background-size: contain !important;
}
.product-slider-container .owl-nav .owl-next {
  position: absolute;
  right: -50px;
  width: 27px;
  height: 55px;
  background: url(../icons/utility/chevron-right.svg) no-repeat center !important;
  background-size: contain !important;
}

/* Related Products News (DIY-Crafts) */
.related-products-news {
  margin-top: 32px;
  padding: 32px 0;
  background: linear-gradient(to bottom, #6a8342 45%, #fff 45%);
}
.related-products-news .related-title {
  color: #fff;
}
.related-products-news ul li {
  list-style-type: none;
}
.related-products-news ul li .post-summary__title {
  min-height: 72px;
  padding: 16px;
  font-size: 1em;
  text-align: left;
}

.news-slider .ul li {
  list-style-type: none;
}
.news-slider .ul li .post-summary__title {
  min-height: 72px;
  padding: 16px;
  font-size: 1em;
  text-align: left;
}

/* Product Cat Slider */
.owl-product-categories a {
  text-decoration: none;
}
.owl-product-categories a:hover {
  text-decoration: none;
}
.owl-product-categories a .categories-name {
  font-size: 1.5em;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
}
.owl-product-categories a .categories-description {
  font-size: 0.875em;
  text-decoration: none;
  color: #6a8342;
  text-align: center;
}

.product-slider {
  width: calc(100% - 100px);
  margin: 1rem auto;
}
.product-slider .owl-carousel .owl-stage {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

/* Prefooter barra contacto */
.prefooter-contacta {
  background: rgb(242, 175, 41);
  background: linear-gradient(90deg, rgb(127, 196, 50) 0%, rgb(188, 216, 160) 100%);
  padding: 15px 10px;
  border-bottom: 2px solid #417505;
}
.prefooter-contacta .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.prefooter-contacta .wrap:after {
  display: none;
}
@media (min-width: 768px) {
  .prefooter-contacta .wrap {
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
}
.prefooter-contacta .wrap a.prefooter-btn-contacta {
  width: auto;
  background: none;
  border: 2px solid #fff;
  border-radius: 25px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  padding: 10px 25px;
  text-decoration: none;
  margin-right: 0px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .prefooter-contacta .wrap a.prefooter-btn-contacta {
    margin-right: 20px;
    margin-bottom: 0px;
  }
}
.prefooter-contacta .wrap a.prefooter-btn-contacta:hover {
  background-color: #fff;
  color: #6a8342;
}
.prefooter-contacta .wrap .prefooter-texto-contacta {
  color: #4a4a4a;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 768px) {
  .prefooter-contacta .wrap .prefooter-texto-contacta {
    text-align: left;
    font-size: 18px;
    line-height: 24px;
  }
}

/* Logos corporativos */
.logos-prefooter {
  background-color: #f7fcf0;
  padding: 20px 10px;
}
.logos-prefooter ul.owl-logos {
  list-style-type: none;
}
.logos-prefooter ul.owl-logos .owl-item {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logos-prefooter ul.owl-logos .owl-item img {
  height: 38px;
}

/* Prefooter formulario */
.prefooter-contact-form {
  background-color: #d6e5c8;
}
.prefooter-contact-form .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .prefooter-contact-form .wrap {
    flex-direction: row;
  }
}
.prefooter-contact-form .wrap .prefooter-contact-left {
  width: 100%;
  order: 2;
}
@media (min-width: 768px) {
  .prefooter-contact-form .wrap .prefooter-contact-left {
    width: 42%;
    order: 1;
  }
}
.prefooter-contact-form .wrap .prefooter-contact-left img {
  width: 100%;
}
.prefooter-contact-form .wrap .prefooter-contact-right {
  width: 100%;
  order: 1;
  padding-top: 40px;
}
@media (min-width: 768px) {
  .prefooter-contact-form .wrap .prefooter-contact-right {
    width: 50%;
    order: 2;
  }
}
.prefooter-contact-form .wrap .prefooter-contact-right .form-title {
  font-family: "Proxima Nova", sans-serif;
  color: #67813c;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
}

/*Página empresa*/
#rev_slider_1_1_wrapper {
  position: relative;
}

#rev_slider_1_1_wrapper:after {
  content: "";
  width: 102%;
  height: 31%;
  background-image: url(/wp-content/uploads/2022/08/curve_01-1.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  position: absolute;
  bottom: -2px;
  z-index: 100;
}

.brand-header:after {
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/2022/08/curve_01-1.svg) no-repeat bottom center;
  background-size: contain;
  bottom: -2px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  z-index: 2;
}

/*Equipo*/
.equipo-columnas .elementor-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.equipo-columna {
  width: 100% !important;
  margin-bottom: 40px;
}

@media (min-width: 420px) {
  .equipo-columna {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .equipo-columna {
    width: 50% !important;
  }
}
@media (min-width: 992px) {
  .equipo-columna {
    width: 33% !important;
  }
}
/* Custom Price */
span.price-sep {
  color: #6a8342 !important;
  font-size: 14px !important;
}

/* Custom Localidad */
.property-localidad span {
  color: #282828;
  margin-left: 4px;
}

.single-property .content-area {
  margin-top: 35px;
}

.single-property-area .floor-image img {
  width: 100%;
}

.property-info-action {
  background-color: #f6f6f6;
}

.property-info-action > div {
  display: inline-block;
}

.property-info-action .property-action,
.property-info-action .property-info {
  padding: 10px;
}

.property-info-action .property-info {
  color: #fff;
  padding: 0px 15px;
  float: left;
  width: 100%;
  text-align: center;
}

.single-property .property-info {
  padding: 0px 15px !important;
}

@media (min-width: 768px) {
  .single-property .property-info {
    float: none;
    width: auto;
    text-align: left;
  }
}
.property-info-action .property-info > div {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: 16px;
}

.single-property .property-info > * {
  vertical-align: middle;
}

.property-info-action .property-info > div:last-child {
  margin-right: 0;
}

.property-info-action .property-info > div > div,
.property-info-action .property-info > div > span {
  display: table-cell;
  vertical-align: middle;
}

.property-info-action .property-info > div > span {
  font-size: 24px;
  padding-right: 10px;
}

.property-info-action .property-info > div p {
  margin-bottom: 0;
  letter-spacing: 0.03em;
  line-height: 14px;
}

.property-info-action .property-info > div .property-info-value {
  font-weight: 600;
  color: #fff !important;
}

.property-info-action .property-info > div .property-info-title {
  font-weight: 400;
  display: none;
}

.single-property .property-info span.fa {
  color: #fff;
  font-size: 22px;
}

.property-info-action .property-action {
  float: right;
  position: relative;
  padding: 6px 15px !important;
  top: 0 !important;
  float: none !important;
  margin-top: 0px !important;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

@media (min-width: 768px) {
  .single-property .property-action {
    float: right !important;
    margin-top: 0px !important;
    width: 100%;
    text-align: center;
    display: initial;
  }
}
@media (min-width: 991px) {
  .single-property .property-action {
    float: right !important;
    margin-top: 0px !important;
  }
}
.property-info-action .property-action .property-action-inner {
  position: relative;
}

.property-info-action .property-action .property-action-inner > a,
.property-info-action .property-action .social-share {
  display: block;
  float: left;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  margin-right: 10px;
  font-size: 18px;
  transition: all 0.3s;
  text-align: center;
  color: #6a8342;
  background-color: #fff;
  width: 30px;
  height: 30px;
}

.property-info-action .property-action .property-action-inner > a:hover,
.property-info-action .property-action .social-share:hover {
  color: #fff;
  background-color: #282828 !important;
}

.property-info-action .property-action .property-action-inner > a:last-of-type {
  margin-right: 0;
}

.property-info-action .property-action .property-action-inner > a i {
  font-size: 16px;
  line-height: 30px;
}

.property-info-action .property-action .social-share-hover {
  overflow: hidden;
}

.property-info-action .property-action .social-share-hover > i {
  line-height: 40px;
}

.property-info-action .property-action .social-share-hover .social-share-list {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  padding: 2px 10px;
  -webkit-border-radius: 17px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 17px;
  -moz-background-clip: padding;
  border-radius: 17px;
  background-clip: padding-box;
  margin-top: 20px;
  background-color: #fff !important;
}

.property-info-action .property-action .social-share-hover .social-share-list a {
  color: #fff;
  margin-right: 10px;
  font-size: 14px;
  transition: all 0.3s;
}

.property-info-action .property-action .social-share-hover .social-share-list a:hover {
  color: #222;
}

.property-info-action .property-action .social-share-hover:hover .social-share-list {
  opacity: 1;
  z-index: 1;
  margin-top: 0;
  visibility: visible;
}

.single-property .property-result-wrap .property-grid .property-item .property-inner .property-action a {
  width: 30px;
  height: 30px;
}

.single-property .property-result-wrap .property-grid .property-item .property-inner .property-action a:hover {
  color: #fff;
  background-color: #282828;
}

.single-property .property-result-wrap .property-grid .property-item .property-inner .property-action a i {
  font-size: 16px;
  line-height: 30px;
}

.single-property .property-info-action {
  position: relative;
  background-color: #6a8342;
}

.single-property .property-info-action .property-main-info {
  position: absolute;
  bottom: 100%;
  left: 0;
}

.single-property .single-property-area .property-info-action .property-main-info {
  position: static;
  width: 100%;
}

.property-info-action .property-main-info {
  padding: 19px 20px 10px 23px;
  background-color: #f6f6f6 !important;
}

.property-info-action .property-main-info .property-heading h2 {
  position: relative;
  top: -5px;
  overflow: hidden;
  margin-bottom: -5px;
  display: inline-block;
  color: #6a8342 !important;
  font-family: "Nunito sans", sans-serif;
  /*font-family: "Montserrat", sans-serif;*/
  font-size: 24px !important;
  line-height: 30px !important;
  max-height: none !important;
}

.property-info-action .property-main-info .property-heading a:hover {
  color: #6a8342;
}

.property-info-action .property-main-info .property-info-block-inline {
  display: table;
  width: 100%;
}

.property-info-action .property-main-info .property-info-block-inline > div {
  display: table-cell;
  white-space: nowrap;
}

.property-info-action .property-main-info .property-price {
  margin-right: 17px;
  color: #282828 !important;
  font-weight: 400 !important;
  font-size: 16px !important;
}

.property-info-block-inline .property-price .property-price-postfix {
  color: #282828;
  font-weight: 400;
  font-size: 13px;
}

.property-info-action .property-main-info .property-price,
.property-info-action .property-main-info .property-status {
  display: inline-block;
}

.property-info-action .property-main-info .property-location {
  text-align: right;
  padding-left: 20px;
}

.property-info-action .property-main-info .property-location i {
  margin-right: 5px;
  color: #6a8342;
}

.property-info-action .property-main-info .property-location span {
  font-weight: 400;
  color: #6a8342;
}

.property-info-block-inline .property-location a {
  text-decoration: none;
}

.property-info-block-inline .property-location a:hover {
  -webkit-text-decoration-color: #6a8342;
          text-decoration-color: #6a8342;
  text-decoration: underline;
}

.property-info-action .property-main-info .property-status {
  position: relative;
  top: -3px;
}

.property-info-action .property-main-info .property-status span {
  display: inline-block;
  color: #fff;
  font-weight: 400;
  background-color: #80c333 !important;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  line-height: 23px;
  height: 23px;
}

@media (max-width: 767px) {
  .property-info-action .property-main-info .property-heading .property-info-block-inline > div {
    display: block;
  }

  .property-info-action .property-main-info .property-location {
    text-align: left;
    padding-left: 0;
  }
}
.single-property-area .single-property-image-main {
  margin-bottom: 8px;
}

.single-property-area .video img {
  width: 100%;
}

.single-property-area #video .video-has-thumb {
  position: relative;
}

.single-property-area #video .video-has-thumb:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.single-property-area .single-property-image-main .owl-prev {
  left: 10px !important;
  top: auto;
  bottom: 10px;
}

.single-property-area .single-property-image-main .owl-next {
  right: auto;
  left: 73px !important;
  top: auto;
  bottom: 10px;
  background-color: #6a8342;
}

.single-property-area .single-property-image-main .owl-next i {
  color: #fff;
}

.single-property-area .single-property-image-main .owl-next:after {
  border-bottom-color: #6a8342;
}

.single-property-area .single-property-image-thumb .owl-item {
  cursor: pointer;
}

.single-property-area .single-property-image-thumb .owl-item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s;
}

.single-property-area .single-property-image-thumb .current:before {
  background-color: rgba(34, 34, 34, 0.6);
}

.single-property-area .property-tab .nav-tabs {
  border-bottom: none;
  background-color: #222;
  margin: 0;
}

.single-property-area .property-tab .nav-tabs li {
  margin-bottom: 0;
}

.single-property-area .property-tab .nav-tabs li a {
  margin-right: 0;
  border: none;
  color: #8f8f8f;
  padding: 19px 30px;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  transition: all 0.3s;
  font-weight: 500;
}

.single-property-area .property-tab .nav-tabs li.active a,
.single-property-area .property-tab .nav-tabs li:hover a {
  background-color: #6a8342;
  color: #fff;
}

.single-property-area .property-tab .tab-content > div {
  padding-top: 30px;
}

.single-property-area .property-tab .tab-content table {
  width: 100%;
  border: none;
}

.single-property-area .property-tab .tab-content table td {
  width: 50%;
}

.single-property-area .property-tab .tab-content table tr:nth-child(2n-1) td,
.single-property-area .property-tab .tab-content table tr:nth-child(2n-1) th {
  background-color: #f8f8f8;
}

.single-property-area .property-tab .tab-content table td,
.single-property-area .property-tab .tab-content table th {
  padding: 8.5px 18px;
  border: none;
}

.single-property-area .property-tab .tab-content table th {
  font-weight: 500;
  color: #222;
}

.single-property-area .property-tab .tab-content table td {
  font-weight: 400;
  color: #8f8f8f;
}

.single-property-area .property-tab .floor-info {
  padding-top: 30px;
}

.single-property-area .agent-avatar {
  text-align: center;
}

.single-property-area .agent-avatar img {
  width: 100%;
  max-width: 300px;
  height: auto;
}

.single-property-area .agent-content .agent-heading {
  margin-bottom: 18px;
}

.single-property-area .agent-content .agent-heading a,
.single-property-area .agent-content .agent-heading h4 {
  color: #222;
}

.single-property-area .agent-content .agent-heading h4 {
  font-size: 21px;
  font-weight: 600;
  padding-top: 18px;
  margin-bottom: 2px;
}

.single-property-area .agent-content .agent-heading a:hover {
  color: #6a8342;
}

.single-property-area .agent-content .agent-heading span {
  font-weight: 500;
  color: #8f8f8f;
}

.single-property-area .agent-content .agent-social {
  margin-bottom: 17px;
}

.single-property-area .agent-content .agent-social a {
  display: inline-block;
  width: 36px;
  height: 36px;
  text-align: center;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  background-color: #222;
  transition: all 0.3s;
}

.single-property-area .agent-content .agent-social a i {
  line-height: 36px;
  color: #fff;
}

.single-property-area .agent-content .agent-social a:hover {
  background-color: #6a8342;
}

.single-property-area .agent-content .agent_info i {
  margin-right: 8px;
}

.single-property-area .agent-content .agent_info > div {
  margin-bottom: 9px;
}

.single-property-area .agent-content .agent_info {
  margin-bottom: 40px;
}

.single-property-area .agent-content .description {
  margin-top: 15px;
}

.single-property-area .contact-agent .contact-agent-title {
  margin-bottom: 32px;
}

.single-property-area .contact-agent .contact-agent-title h4,
.single-property-area .contact-agent .contact-agent-title span {
  display: inline-block;
}

.single-property-area .contact-agent .contact-agent-title span {
  font-size: 18px;
  margin-right: 5px;
}

.single-property-area .contact-agent .contact-agent-title h4 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
}

.single-property-area .contact-agent input,
.single-property-area .contact-agent textarea {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding-left: 25px;
  padding-right: 25px;
}

.single-property-area .contact-agent textarea {
  max-width: 100%;
}

.single-property-area .contact-agent .agent-contact-btn:focus {
  outline: 0;
}

.single-property-area .contact-agent .form-error {
  color: #6a8342;
}

.single-property-area .contact-agent .form-messages {
  margin-top: 10px;
  font-weight: 500;
  text-transform: uppercase;
  color: #6a8342;
}

.single-property-area .contact-agent .agent-contact-btn {
  border-radius: 0;
}

.single-property-area #comments {
  border-top: none;
}

.single-property-area #comments .blog-line-title {
  margin-top: 0 !important;
}

@media (max-width: 991px) {
  .property-info-action .property-action {
    float: none;
    top: 0;
    margin-top: 10px;
  }
}
@media (max-width: 599px) {
  .single-property-area .property-tab .nav-tabs li {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.near-location-info ul {
  padding: 0;
  margin-bottom: 5px;
  position: relative;
}

.near-location-info li {
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  color: #222;
  background: #fff;
}

.near-location-info li span {
  position: relative;
  z-index: 2;
  background: #fff;
  padding-left: 10px;
}

.near-location-info > span {
  font-size: 14px;
  color: #8f8f8f;
}

.near-location-info + .near-location-info {
  margin-top: 25px;
}

@media (max-width: 991px) {
  .nearby-places-detail {
    margin-top: 20px;
  }
}
.walkscore-wrap ul.walkscore-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

ul.walkscore-list li span.walkscore-score {
  line-height: 30px;
  position: relative;
  display: block;
  width: 35px;
  height: 30px;
  text-align: center;
  color: #6a8342;
  border: 1px solid #6a8342;
  background-color: #fff;
  float: left;
}

ul.walkscore-list li span.walkscore-score:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 12px;
  height: 11px;
  -webkit-transform: rotate(-42deg) translateX(-50%);
  transform: rotate(-42deg) translateX(-50%);
  border-bottom: 1px solid #6a8342;
  border-left: 1px solid #6a8342;
  background-color: #fff;
}

ul.walkscore-list li .walkscore-info {
  padding-left: 45px;
  position: relative;
}

ul.walkscore-list li {
  margin-bottom: 30px;
}

ul.walkscore-list li:last-child {
  margin-bottom: 0;
}

.walkscore-wrap .ere-property-element {
  position: relative;
  background-color: #f8f8f8;
  padding: 18px;
}

.walkscore-logo {
  position: absolute;
  right: 0;
  top: -30px;
}

.walk-score-more-detail {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-decoration: underline;
}

.walkscore-wrap address {
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .walk-score-more-detail {
    display: none;
  }
}
.ere-light-gallery {
  position: relative;
}

.property-gallery-wrap {
  margin-bottom: 40px;
}

.property-gallery-wrap .owl-nav .owl-next:hover {
  background-color: #6a8342;
}

.property-gallery-wrap .owl-nav .owl-next:hover:after {
  border-bottom-color: #6a8342;
}

.property-gallery-wrap .owl-nav .owl-prev:hover {
  background-color: #6a8342;
}

.property-gallery-wrap .owl-nav .owl-prev:hover:after {
  border-top-color: #6a8342;
}

.property-gallery-wrap .owl-nav .owl-next i,
.property-gallery-wrap .owl-nav .owl-prev i {
  font-size: 22px;
}

.ere-light-gallery a.ere-view-video,
.ere-light-gallery:hover a.zoomGallery {
  opacity: 1;
}

.ere-light-gallery a.zoomGallery {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 0.3s;
  cursor: pointer;
}

.ere-light-gallery a.ere-view-video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  z-index: 2;
}

.ere-light-gallery a.ere-view-video i,
.ere-light-gallery a.zoomGallery i {
  font-size: 20px;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.ere-light-gallery a.ere-view-video i {
  font-size: 55px;
}

.single-property-area:hover .ere-view-video i {
  font-size: 60px;
  transition: all 0.3s;
}

.property-info-footer {
  margin-top: 30px;
  padding-top: 10px;
  border-top: 1px solid #eee;
  text-align: center;
  margin-bottom: 60px;
}

.property-info-footer span i {
  margin: 0 5px;
}

.single-property-area .property-location {
  position: relative;
}

.single-property-area .property-address,
.single-property-area .property-location ul li {
  display: block;
}

.single-property-area .property-address strong,
.single-property-area .property-location ul li strong {
  display: inline-block;
}

.single-property-area .property-location .open-on-google-maps {
  position: absolute;
  right: 0;
  top: 0;
}

.single-property-area .property-location ul {
  list-style-type: none;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}

@media (max-width: 767px) {
  .single-property-area .property-location .open-on-google-maps {
    position: inherit;
    top: 0;
  }
}
.property-info-tabs #features h4 {
  font-weight: 700;
}

.ere-google-map-directions {
  position: relative;
}

.ere-google-map-directions .ere-google-map-direction {
  height: 350px;
}

.ere-google-map-directions .ere-directions {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.ere-google-map-directions #get-direction {
  padding-top: 6px;
  padding-bottom: 6px;
  height: 34px;
  vertical-align: bottom;
}

.ere-google-map-directions #get-direction:hover {
  background-color: #fff;
}

.ere-google-map-directions #directions-input {
  background-color: #fff;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 250px;
  color: #222;
  height: 34px;
  vertical-align: bottom;
  box-shadow: none;
}

.ere-google-map-directions #total {
  display: none;
  background: #fff;
  color: #222;
  font-weight: 500;
  height: 34px;
  line-height: 34px;
  margin-bottom: 0;
  padding: 0 10px;
}

@media (max-width: 767px) {
  .ere-google-map-directions #directions-input {
    width: 170px;
  }
}
.property-attachments .media-thumb {
  float: left;
  width: 34px;
}

.property-attachments .media-info {
  line-height: 1;
  overflow: hidden;
  padding: 0 0 0 15px;
}

.property-attachments .media-info strong {
  margin-bottom: 15px;
  display: block;
}

.property-attachments .media-info a {
  text-decoration: underline;
}

.media-thumb-wrap {
  margin-bottom: 15px;
}

.rating-loading {
  width: 25px;
  height: 25px;
  font-size: 0;
  color: #fff;
  border: none;
}

.rating-container .rating-stars {
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}

.rating-container .rating-input {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  font-size: 1px;
  border: none;
  background: 0 0;
  padding: 0;
  margin: 0;
}

.rating-disabled .rating-input,
.rating-disabled .rating-stars {
  cursor: not-allowed;
}

.rating-container .star {
  display: inline-block;
  margin: 0 3px;
  text-align: center;
}

.rating-container .empty-stars {
  color: #6a8342;
}

.rating-container .filled-stars {
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  color: #6a8342;
  white-space: nowrap;
  overflow: hidden;
  -webkit-text-stroke: 1px #6a8342;
  text-shadow: 1px 1px #6a8342;
}

.rating-rtl {
  float: right;
}

.rating-animate .filled-stars {
  transition: width 0.25s ease;
  -o-transition: width 0.25s ease;
  -moz-transition: width 0.25s ease;
  -webkit-transition: width 0.25s ease;
}

.rating-rtl .filled-stars {
  left: auto;
  right: 0;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
}

.rating-rtl.is-star .filled-stars {
  right: 0.06em;
}

.rating-rtl.is-heart .empty-stars {
  margin-right: 0.07em;
}

.rating-md {
  font-size: 26px;
}

.rating-sm {
  font-size: 22px;
}

.rating-sm {
  font-size: 18px;
}

.rating-container .clear-rating {
  color: #aaa;
  cursor: not-allowed;
  display: inline-block;
  vertical-align: middle;
  font-size: 60%;
}

.clear-rating-active {
  cursor: pointer !important;
}

.clear-rating-active:hover {
  color: #843534;
}

.rating-container .clear-rating {
  padding-right: 5px;
}

@media print {
  .rating-container .clear-rating {
    display: none;
  }
}
.media-object {
  max-width: none !important;
}

.reviews-list {
  padding-left: 0;
  padding-right: 0;
}

.reviews-list .media-left figure {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border: 1px solid #dbdfe2;
  border-radius: 50%;
}

.reviews-list .media-left figure img {
  width: 100%;
  height: auto;
}

.overall-rating {
  margin-top: 10px;
}

.overall-rating .reviews-box {
  margin: 0;
  padding: 0;
}

.overall-rating .reviews-box li {
  line-height: 1.2;
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
  box-shadow: none;
}

.overall-rating .reviews-box li span {
  display: inline-block;
  vertical-align: middle;
}

.overall-rating .reviews-box li .label {
  font-size: 12px;
  position: relative;
  width: 25px;
  padding: 0;
  text-align: left;
  color: #222;
}

.overall-rating .reviews-box li .label i {
  position: absolute;
  top: 0;
  right: -3px;
  display: inline-block;
}

.overall-rating .reviews-box li .item-list {
  position: relative;
  width: 75.7778%;
  height: 10px;
  margin: 0 10px;
  border-radius: 1px;
  background-color: #e6e9ee;
}

.overall-rating .reviews-box li .item-list span {
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #6a8342;
}

.overall-rating .reviews-box li .item-list {
  width: 66%;
  flex: 1;
}

.overall-rating .reviews-box li .label:first-child {
  min-width: 10px;
  width: auto;
}

.overall-rating .reviews-box li .label:last-child {
  width: 30px;
}

.overall-rating .reviews-box li {
  margin-bottom: 10px;
  display: flex;
}

.ratings-summary {
  background-color: #f8f8f8;
  text-align: center;
  color: #222;
  border: 1px solid #ddd;
  height: 100px;
  width: 200px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 30px;
}

.overall-rating {
  width: 280px;
  display: inline-block;
  vertical-align: middle;
}

.ratings-summary .ratings-average {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.reviews-count {
  margin-top: 30px;
}

.reviews-list .media-body {
  border-bottom: 1px solid #ddd;
}

.review-date {
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
}

.review-date:before {
  content: "\f073";
  font-family: fontawesome;
  display: inline-block;
  color: #6a8342;
  margin-right: 5px;
}

.rating-wrap {
  display: inline-block;
  float: right;
}

.reviews-list {
  margin-bottom: 30px;
}

.reviews-list .media-left {
  padding-right: 20px;
}

.review-content {
  padding-top: 20px;
}

@media (max-width: 600px) {
  .overall-rating,
.ratings-summary {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 200px;
  }

  .aggregate-rating {
    text-align: center;
  }
}
@media (max-width: 320px) {
  .rating-wrap {
    float: none;
  }

  .ratings-summary {
    width: 100%;
  }

  .overall-rating {
    width: 100%;
  }
}
.login-for-review {
  text-decoration: underline;
  color: #6a8342;
}

.waiting-for-approval {
  color: #6a8342;
}

.content-single-property .panel-title > a {
  display: block;
}

.single-property-element {
  margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
  .single-property-element {
    margin-bottom: 0px !important;
  }
}
.single-property-element .agent-info {
  margin-bottom: 15px;
}

.single-property-element .agent-info i {
  width: 20px;
  display: inline-block;
}

.feature-unchecked {
  opacity: 0.4;
}

.property-feature-wrap {
  margin-bottom: 10px;
}

/* Custom */
.single-property .property-info-action {
  margin-top: 60px !important;
}
.single-property .property-info-action .property-main-info {
  width: 100% !important;
}
.single-property .owl-nav .owl-prev {
  left: 10px !important;
  top: auto !important;
  bottom: 10px !important;
}
.single-property .owl-nav .owl-next {
  right: auto !important;
  left: 73px !important;
  top: auto !important;
  bottom: 10px !important;
}

/*** Inmuebles single ***/
/* -- Cabecera */
.single-property .type-property {
  color: #525252;
  /* -- Galería */
  /* Títulos interiores */
  /* Tabla */
  /* Mapa */
  /* Agente */
  /* Títulos interiores */
  /* Info footer */
}
.single-property .type-property .property-info-action {
  margin-bottom: 0 !important;
  background-color: #6a8342 !important;
  /* -- Cabecera iconos */
  /* Redes sociales */
}
.single-property .type-property .property-info-action .property-main-info {
  background-color: #f6f6f6 !important;
  /* Título */
}
.single-property .type-property .property-info-action .property-main-info .property-heading h2 {
  color: #6a8342;
  font-family: "Nunito sans", sans-serif;
  /*font-family: "Montserrat", sans-serif;*/
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  max-height: none;
}
.single-property .type-property .property-info-action .property-main-info .property-heading .property-info-block-inline .property-price {
  color: #282828;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
}
.single-property .type-property .property-info-action .property-main-info .property-heading .property-info-block-inline .property-price .property-price-prefix {
  color: #282828;
  font-weight: 400;
  font-size: 13px;
}
.single-property .type-property .property-info-action .property-main-info .property-heading .property-info-block-inline .property-price .property-price-postfix {
  color: #282828;
  font-weight: 400;
  font-size: 13px;
}
.single-property .type-property .property-info-action .property-main-info .property-heading .property-info-block-inline .property-status span {
  background-color: #80c333;
}
.single-property .type-property .property-info-action .property-main-info .property-heading .property-info-block-inline .property-location i {
  color: #6a8342;
}
.single-property .type-property .property-info-action .property-main-info .property-heading .property-info-block-inline .property-location a {
  text-decoration: none;
}
.single-property .type-property .property-info-action .property-main-info .property-heading .property-info-block-inline .property-location a:hover {
  color: #6a8342;
}
.single-property .type-property .property-info-action .property-main-info .property-heading .property-info-block-inline .property-location a span {
  color: #6a8342;
}
.single-property .type-property .property-info-action .property-info {
  color: #fff;
  padding: 0px 15px;
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 2px;
}
@media (min-width: 768px) {
  .single-property .type-property .property-info-action .property-info {
    float: none;
    width: auto;
    text-align: left;
  }
}
.single-property .type-property .property-info-action .property-info > * {
  vertical-align: middle;
}
.single-property .type-property .property-info-action .property-info .fa {
  color: #fff;
  font-size: 22px;
}
.single-property .type-property .property-info-action .property-info .content-property-info .property-info-value {
  color: #fff;
}
.single-property .type-property .property-info-action .property-info .content-property-info .property-info-title {
  display: none;
}
.single-property .type-property .property-info-action .property-action {
  padding: 6px 15px;
  top: 0;
  float: none;
  margin-top: 0px;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .single-property .type-property .property-info-action .property-action {
    float: right;
    margin-top: 0px;
    width: auto;
    text-align: left;
    display: initial;
  }
}
@media (min-width: 991px) {
  .single-property .type-property .property-info-action .property-action {
    float: right;
    margin-top: 0px;
  }
}
.single-property .type-property .property-info-action .property-action .social-share-hover i {
  font-size: 16px;
  line-height: 30px;
}
.single-property .type-property .property-info-action .property-action .social-share-hover .social-share-list {
  background-color: #fff;
  top: -130%;
}
.single-property .type-property .property-info-action .property-action .social-share-hover .social-share-list .list-social-icon a {
  color: #6a8342;
  background-color: #fff;
  width: 30px;
  height: 30px;
}
.single-property .type-property .property-info-action .property-action .social-share-hover .social-share-list .list-social-icon a:hover {
  color: #aaaaaa;
}
.single-property .type-property .property-info-action .property-action .social-share-hover .social-share-list .list-social-icon a i {
  font-size: 16px;
  line-height: 30px;
}
.single-property .type-property .property-info-action .property-action .property-action-inner .social-share {
  color: #6a8342;
  background-color: #fff;
  width: 30px;
  height: 30px;
}
.single-property .type-property .property-info-action .property-action .property-action-inner .social-share:hover {
  color: #fff;
  background-color: #282828;
}
.single-property .type-property .property-info-action .property-action .property-action-inner a {
  color: #6a8342;
  background-color: #fff;
  width: 30px;
  height: 30px;
}
.single-property .type-property .property-info-action .property-action .property-action-inner a:hover {
  color: #fff;
  background-color: #282828;
}
.single-property .type-property .property-info-action .property-action .property-action-inner a i {
  font-size: 16px;
  line-height: 30px;
}
.single-property .type-property .property-gallery-wrap {
  margin-bottom: 40px;
}
.single-property .type-property .property-gallery-wrap .ere-property-element {
  padding: 0;
  /* Carrusel */
}
.single-property .type-property .property-gallery-wrap .ere-property-element .single-property-image-main {
  margin-bottom: 8px;
}
.single-property .type-property .property-gallery-wrap .ere-property-element .single-property-image-main .owl-nav .owl-prev:hover {
  background-color: #6a8342;
}
.single-property .type-property .property-gallery-wrap .ere-property-element .single-property-image-main .owl-nav .owl-prev:hover:after {
  border-top-color: #6a8342;
}
.single-property .type-property .property-gallery-wrap .ere-property-element .single-property-image-main .owl-nav .owl-prev i {
  font-size: 22px;
}
.single-property .type-property .property-gallery-wrap .ere-property-element .single-property-image-main .owl-nav .owl-next:hover {
  background-color: #6a8342;
}
.single-property .type-property .property-gallery-wrap .ere-property-element .single-property-image-main .owl-nav .owl-next:hover:after {
  border-bottom-color: #6a8342;
}
.single-property .type-property .property-gallery-wrap .ere-property-element .single-property-image-main .owl-nav .owl-next i {
  font-size: 22px;
}
.single-property .type-property .ere-heading-style2 {
  margin-bottom: 10px;
  background-color: #f8f8f8;
  padding: 5px 10px;
}
.single-property .type-property .ere-heading-style2 h2 {
  color: #6a8342;
}
.single-property .type-property .ere-heading-style2 h2:after {
  display: none;
}
.single-property .type-property .property-info-tabs {
  margin-top: 20px;
  margin-bottom: 20px;
}
.single-property .type-property .property-info-tabs .ere-property-element .nav-tabs > li > a {
  text-decoration: none;
  background-color: #f8f8f8;
  border: none;
}
.single-property .type-property .property-info-tabs .ere-property-element .nav-tabs > li > a:hover {
  color: #282828;
}
.single-property .type-property .property-info-tabs .ere-property-element .nav-tabs li.active > a {
  text-decoration: none;
  font-weight: 700;
}
.single-property .type-property .property-info-tabs .ere-property-element .tab-content .ere-property-list li .ere-property-price .property-price-postfix {
  color: #525252;
}
.single-property .type-property .property-info-tabs .ere-property-element .tab-content .ere-property-list li .ere-property-price .property-price-prefix {
  color: #525252;
}
.single-property .type-property .property-google-map-directions {
  margin-bottom: 20px;
}
.single-property .type-property .property-google-map-directions .ere-property-element .ere-directions {
  bottom: 10px;
  left: 10px;
}
.single-property .type-property .property-google-map-directions .ere-property-element .ere-directions #get-direction {
  background-color: #6a8342;
  border: none;
  color: #fff;
}
.single-property .type-property .property-google-map-directions .ere-property-element .ere-directions #get-direction:hover {
  color: #6a8342;
  background-color: #f8f8f8;
}
.single-property .type-property .property-contact-agent .agent-info {
  margin-top: 30px;
  margin-bottom: 20px;
}
.single-property .type-property .property-contact-agent .agent-info .agent-avatar {
  width: 100%;
}
@media (min-width: 419px) {
  .single-property .type-property .property-contact-agent .agent-info .agent-avatar {
    width: 200px;
  }
}
@media (min-width: 768px) {
  .single-property .type-property .property-contact-agent .agent-info .agent-avatar {
    width: 50%;
  }
}
.single-property .type-property .property-contact-agent .agent-info .agent-avatar img {
  height: 100px;
  margin: 0 auto;
}
@media (min-width: 419px) {
  .single-property .type-property .property-contact-agent .agent-info .agent-avatar img {
    height: 200px;
    margin-right: 20px;
    margin-left: auto;
  }
}
.single-property .type-property .property-contact-agent .agent-info .agent-content {
  width: 100%;
  text-align: center;
}
@media (min-width: 419px) {
  .single-property .type-property .property-contact-agent .agent-info .agent-content {
    width: auto;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .single-property .type-property .property-contact-agent .agent-info .agent-content {
    width: 50%;
  }
}
.single-property .type-property .property-contact-agent .agent-info .agent-content .btn-primary {
  font-family: "Poppins", Sans-serif;
  color: #6a8342;
  background: none;
  border: none;
  text-decoration: none;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  border-radius: 0px;
  padding: 3px;
  border-bottom: 2px solid #6a8342;
}
.single-property .type-property .property-contact-agent .agent-info .agent-content .btn-primary:hover {
  border-bottom: 2px solid #707070;
  color: #707070;
}
.single-property .type-property .property-contact-agent .agent-info .agent-heading h4 a {
  color: #6a8342;
  text-decoration: none;
}
.single-property .type-property .property-contact-agent .agent-info .agent-heading h4 a:hover {
  text-decoration: underline;
}
.single-property .type-property .property-contact-agent .agent-info i {
  color: #6a8342;
}
.single-property .type-property .property-contact-agent .agent-info .agent-info-contact {
  margin-bottom: 10px;
}
.single-property .type-property .property-contact-agent .contact-agent input {
  border-radius: 0px;
  background-color: #fff;
  box-shadow: none;
}
.single-property .type-property .property-contact-agent .contact-agent select {
  border-radius: 0px;
  background-color: #fff;
  box-shadow: none;
}
.single-property .type-property .property-contact-agent .contact-agent textarea {
  border-radius: 0px;
  background-color: #fff;
  box-shadow: none;
  margin-top: 7px;
  margin-bottom: 10px;
}
.single-property .type-property .property-contact-agent .contact-agent [type=submit] {
  background-color: #6a8342;
  color: #fff;
  border-radius: 25px;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  padding: 7px 20px;
}
.single-property .type-property .property-contact-agent .contact-agent [type=submit]:hover {
  background-color: #707070;
}
.single-property .type-property .ere-property-element {
  padding: 0 10px;
  /* Enlace Google Maps */
}
.single-property .type-property .ere-property-element ul {
  margin-bottom: 10px;
}
.single-property .type-property .ere-property-element .open-on-google-maps {
  color: #6a8342;
}
.single-property .type-property .ere-property-element .open-on-google-maps i {
  color: #6a8342;
}
.single-property .type-property .property-info-footer {
  margin-bottom: 60px;
}
.single-property .type-property .property-info-footer i {
  color: #6a8342;
}

/* Mapa título propiedad*/
.gm-style-iw-d h6 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
}

/* -- Sidebar */
#wp-property_des-wrap .insert-media:hover,
.color-light .owl-dots .owl-dot.active span,
.owl-dots .owl-dot.active span,
.owl-nav .owl-next:hover,
.owl-nav .owl-prev:hover {
  background-color: #6a8342;
}

.ere_widget_search_form .ere-property-advanced-search .ere-search-content .search-properties-form .ere-sliderbar-filter .sidebar-filter .ui-slider-range {
  background-color: #6a8342;
}
.ere_widget_search_form .ere-property-advanced-search .ere-search-content .search-properties-form .ere-sliderbar-filter .sidebar-filter .ui-slider-handle {
  background: #6a8342;
}

.ere-search-content input,
.ere-search-content select,
.ere-search-contenttextarea {
  border-radius: 0px;
  background-color: #fff;
  box-shadow: none;
}

.submit-search-form button {
  background-color: #6a8342;
  color: #fff;
  border: none;
  padding: 5px 10px;
  border-radius: 25px;
}

.submit-search-form button:hover {
  background-color: #707070;
}

/*** Inmuebles archive ***/
.page-id-3498 .site-inner {
  padding: 30px 0 0 !important;
}

.ere-show-status-tab {
  margin-bottom: 50px !important;
}

.ere-search-map-properties .ere-map-search {
  margin-bottom: 20px;
}
@media (min-width: 993px) {
  .ere-search-map-properties .ere-map-search {
    margin-bottom: 0;
  }
}

/* -- Sección filtros */
.ere-search-map-properties .form-search-wrap {
  background-color: #e2e4e7 !important;
  margin: 0 10px;
}

.ere-search-status-tab {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: no wrap;
  justify-content: center;
  background-color: #e2e4e7 !important;
}

.ere-search-status-tab button {
  color: #969696 !important;
  background-color: #e2e4e7 !important;
  padding: 10px 18px !important;
}

.ere-search-status-tab button.active {
  background-color: #6a8342 !important;
  color: #fff !important;
}

/*Inputs*/
input:focus,
select:focus,
textarea:focus,
.ere-search-map-properties .form-search-wrap .select2-container .select2-selection--single:focus,
.ere-search-map-properties .form-search-wrap input:focus,
.ere-search-map-properties .form-search-wrap select:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #6a8342 !important;
}

.ere-search-map-properties .form-search-wrap .select2-container .select2-selection--single,
.ere-search-map-properties .form-search-wrap input,
.ere-search-map-properties .form-search-wrap select {
  border: none;
}

.form-group {
  margin-bottom: 5px;
}

/*Botón submit*/
.ere-search-map-properties .submit-search-form button {
  background-color: #6a8342;
  color: #fff;
  border: none;
  padding: 10px 15px;
  border-radius: 35px;
}

.ere-search-map-properties .submit-search-form button:hover {
  background-color: #707070;
}

/* -- Título resultados*/
.title-result h2 {
  color: #282828;
  text-transform: inherit !important;
  font-family: "Montserrat", Sans-serif;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 19px !important;
  text-align: left;
}

/* -- Propiedades*/
.property-inner {
  padding: 0 !important;
  margin-bottom: 20px;
}

.property-item-content {
  padding: 5px 15px 0 15px !important;
}

/*Etiqueta Featured*/
.ere-property .property-label p .property-label-bg {
  background-color: #6a8342 !important;
}

.ere-property .property-label {
  top: 0 !important;
}

.ere-property .property-label p .property-label-bg .property-arrow {
  border-left: 0 !important;
}

/*Etiqueta For Rent*/
.ere-property .property-status p .property-status-bg {
  background-color: #80c333 !important;
}

.ere-property .property-status p .property-status-bg .property-arrow {
  border-left-color: #80c333 !important;
  border-right-color: #80c333 !important;
}

/*Iconos redes sociales*/
.ere-property .block-center-inner > a,
.ere-property .property-view-gallery-wrap,
.ere-property .social-share {
  background-color: #6a8342 !important;
  color: #fff !important;
}

.ere-property .property-view-gallery-wrap:hover {
  background-color: #fff !important;
}

.ere-property .property-view-gallery-wrap:hover a {
  color: #6a8342 !important;
}

.ere-property .block-center-inner > a:hover {
  background-color: #fff !important;
  color: #6a8342 !important;
}

/*Título propiedad*/
.ere-property .property-item-content .property-title {
  margin-bottom: 0px !important;
}

.ere-property .property-item-content .property-title a {
  font-size: 14px;
  line-height: 20px;
  color: #282828 !important;
  text-decoration: none;
}

.ere-property .property-item-content .property-title a:hover {
  background: none !important;
}

/*Precio*/
.property-price {
  line-height: 16px;
}

.property-price span {
  font-size: 13px;
  font-weight: 400;
}

.property-price span span {
  font-size: 10px;
  color: #282828;
}

/*Info*/
.ere-property .property-agent a,
.ere-property .property-date,
.ere-property .property-location a,
.ere-property .property-type a,
.ere-property .property-type-list a {
  text-decoration: none;
  color: #282828;
}

.ere-property .property-agent i,
.ere-property .property-date i,
.ere-property .property-location i,
.ere-property .property-type i,
.ere-property .property-type-list i {
  color: #6a8342;
}

/*Barra info*/
.ere-property.property-carousel .owl-item:nth-child(2n-1) .property-info,
.ere-property.property-grid .property-info,
.ere-property.property-list .property-info {
  background-color: #6a8342;
  margin-top: 2px;
}

.property-result-wrap .ere-property .property-item .property-inner .property-item-content .property-info {
  background-color: #6a8342;
}

.property-result-wrap .ere-property .property-item .property-inner .property-item-content .property-info {
  margin-top: 2px;
}

/* -- Paginación */
.paging-navigation .page-numbers {
  border-radius: 25px;
  padding: 5px;
  line-height: 19px;
  width: 30px;
  height: 30px;
  text-decoration: none;
}

.paging-navigation .next,
.paging-navigation .prev {
  height: auto;
  width: auto;
  padding: 0 19px;
}

.paging-navigation .page-numbers.current,
.paging-navigation .page-numbers:focus,
.paging-navigation .page-numbers:hover {
  background-color: #6a8342;
}

/* Advanced search */
.ere-advanced-search-wrap .ere-property-advanced-search .search-properties-form .other-features-wrap .enable-other-features .btn-other-features i {
  background: #6a8342;
}
.ere-advanced-search-wrap .ere-property-advanced-search .search-properties-form .other-features-wrap .other-features-list .checkbox label input {
  left: 0;
  top: 2px;
  width: 20px;
  margin-left: -5px;
}
.ere-advanced-search-wrap .advanced-saved-searches {
  border-top: 2px solid #6a8342;
}
.ere-advanced-search-wrap .advanced-saved-searches .btn-primary {
  background-color: #6a8342;
  border-color: #6a8342;
  padding: 4px 15px;
}
.ere-advanced-search-wrap .ere-archive-property .above-archive-property .ere-heading h2 {
  font-size: 19px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
.ere-advanced-search-wrap .ere-archive-property .above-archive-property .ere-heading:after {
  background-color: #6a8342;
  display: none;
}
.ere-advanced-search-wrap .ere-archive-property .above-archive-property .archive-property-action .sort-property .property-filter-placeholder {
  padding: 4px 15px;
}
.ere-advanced-search-wrap .ere-archive-property .above-archive-property .archive-property-action .view-as span {
  background-color: #5b5766;
}
.ere-advanced-search-wrap .ere-archive-property .above-archive-property .archive-property-action .view-as span:before {
  border-top-color: #5b5766;
  border-bottom-color: #5b5766;
}
.ere-advanced-search-wrap .ere-archive-property .above-archive-property .archive-property-action .view-as span:hover {
  background-color: #6a8342;
}
.ere-advanced-search-wrap .ere-archive-property .above-archive-property .archive-property-action .view-as span:hover:before {
  border-top-color: #6a8342;
  border-bottom-color: #6a8342;
}
.ere-advanced-search-wrap .ere-archive-property .above-archive-property .archive-property-action .view-as .active {
  background-color: #6a8342;
}
.ere-advanced-search-wrap .ere-archive-property .above-archive-property .archive-property-action .view-as .active:before {
  border-top-color: #6a8342;
  border-bottom-color: #6a8342;
}
.ere-advanced-search-wrap .ere-archive-property .property-list .property-inner .property-image {
  width: 100%;
  height: 100%;
  margin: 0;
}
.ere-advanced-search-wrap .ere-archive-property .property-list .property-inner .property-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.ere-advanced-search-wrap .ere-archive-property .property-list .property-inner .property-item-content {
  padding: 15px 0 0 0 !important;
  position: initial;
}
.ere-advanced-search-wrap .ere-archive-property .property-list .property-inner .property-item-content .property-heading {
  padding: 0 17px;
}
.ere-advanced-search-wrap .ere-archive-property .property-list .property-inner .property-item-content .property-heading .property-title a {
  font-size: 18px;
  line-height: 24px;
}
.ere-advanced-search-wrap .ere-archive-property .property-list .property-inner .property-item-content .property-location {
  padding: 0 17px;
}
.ere-advanced-search-wrap .ere-archive-property .property-list .property-inner .property-item-content .property-element-inline {
  padding: 0 17px;
}
.ere-advanced-search-wrap .ere-archive-property .property-list .property-inner .property-item-content .property-excerpt {
  padding: 0 17px;
}
.ere-advanced-search-wrap .ere-archive-property .property-list .property-inner .property-item-content .property-excerpt p {
  font-size: 14px;
  line-height: 21px;
}
.ere-advanced-search-wrap .ere-archive-property .property-list .property-inner .property-item-content .property-info {
  background-color: #6a8342;
}
.ere-advanced-search-wrap .ere-archive-property .property-grid .ere-item-wrap .property-item-content .property-info {
  margin-top: 2px;
  background-color: #6a8342;
}

.ere-property-wrap .ere-property .property-content .property-item .property-inner .property-item-content .property-heading {
  margin-bottom: 5px;
}
.ere-property-wrap .ere-property .property-content .property-item .property-inner .property-item-content .property-heading .property-price {
  line-height: 16px;
}
.ere-property-wrap .ere-property .property-content .property-item .property-inner .property-item-content .property-info {
  background-color: #6a8342;
  margin-top: 2px;
}

/* Comparar */
.compare-listing .compare-listing-header {
  box-shadow: none;
  background-color: #6a8342;
  padding: 5px;
}
.compare-listing .compare-listing-header .title {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.compare-listing #compare-properties-listings .compare-listing-body {
  background-color: #f6f6f6;
}
.compare-listing #compare-properties-listings .compare-listing-body .compare-thumb-main .compare-thumb .compare-property-remove {
  background: #6a8342;
}
.compare-listing #compare-properties-listings .compare-listing-body .compare-properties-button {
  background-color: #6a8342;
  border-color: #6a8342;
  box-shadow: none;
}
.compare-listing #compare-properties-listings .compare-listing-body .compare-properties-button:hover {
  background-color: #707070;
  border-color: #707070;
}
.compare-listing #compare-properties-listings .compare-listing-body .compare-properties-button.active {
  box-shadow: none;
}
.compare-listing #compare-properties-listings .compare-listing-body .compare-properties-button:focus {
  outline: none;
}
.compare-listing #compare-properties-listings .listing-btn {
  background-color: #6a8342;
  border-color: #6a8342;
  box-shadow: none;
}
.compare-listing #compare-properties-listings .listing-btn:hover {
  background-color: #707070;
  border-color: #707070;
}
.compare-listing #compare-properties-listings .listing-btn.active {
  box-shadow: none;
}
.compare-listing #compare-properties-listings .listing-btn:focus {
  outline: none;
}

/* Página comparar */
.compare-table-wrap .compare-tables {
  margin: 0 auto;
}
.compare-table-wrap .compare-tables .property-inner .property-label {
  top: 0;
  left: 0;
}
.compare-table-wrap .compare-tables .property-inner .property-label .label-item .property-label-bg {
  background-color: #6a8342;
}
.compare-table-wrap .compare-tables .property-inner .property-label .label-item .property-label-bg .property-arrow {
  border-left: 7px solid #6a8342;
}
.compare-table-wrap .compare-tables .property-inner .property-item-content .property-title {
  margin: 0;
}
.compare-table-wrap .compare-tables .property-inner .property-item-content .property-title a {
  font-size: 14px;
  line-height: 15px;
  color: #282828 !important;
  text-decoration: none;
}
.compare-table-wrap .compare-tables .property-inner .property-item-content .property-info .property-location i {
  color: #6a8342;
}
.compare-table-wrap .compare-tables tr td {
  font-size: 15px;
}
.compare-table-wrap .compare-tables tr .check-no i {
  color: #8f8f8f;
}

/* Fix Property Gallery */
.property-gallery-img-container {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding: 45.1613% 0 0 0;
  background-color: #f7fcf0;
}
.property-gallery-img-container img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.enable-other-features {
  display: none;
}

/* ERE Contact Agent */
.single-property .type-property .ere-property-element.property-contact-agent-container {
  display: flex;
  flex-direction: column;
  background-color: #f9f9f9;
  padding: 0 !important;
}
@media (min-width: 768px) {
  .single-property .type-property .ere-property-element.property-contact-agent-container {
    flex-direction: row-reverse;
  }
}
.single-property .type-property .ere-property-element.property-contact-agent-container .agent-info {
  margin-top: 0;
  flex-basis: 40%;
  margin-bottom: 0;
  padding: 16px 0 0;
}
.single-property .type-property .ere-property-element.property-contact-agent-container .agent-info .agent-avatar {
  width: 100%;
  padding: 0;
  width: 100%;
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .single-property .type-property .ere-property-element.property-contact-agent-container .agent-info .agent-avatar {
    margin-bottom: 32px;
  }
}
.single-property .type-property .ere-property-element.property-contact-agent-container .agent-info .agent-avatar img {
  height: auto;
  margin: 0 auto;
  max-width: 200px;
}
@media (min-width: 768px) {
  .single-property .type-property .ere-property-element.property-contact-agent-container .agent-info .agent-avatar img {
    max-width: unset;
  }
}
.single-property .type-property .ere-property-element.property-contact-agent-container .agent-info .agent-content {
  width: 100%;
  padding: 0;
  padding: 0 16px;
  font-size: 12px;
}
.single-property .type-property .ere-property-element.property-contact-agent-container .agent-info .agent-content .agent-heading h4 {
  color: #6a8342;
}
.single-property .type-property .ere-property-element.property-contact-agent-container .contact-agent {
  background-color: #fff;
  padding: 16px 16px 0;
  width: 100%;
}

/* Login */
.ere-login-wrap,
.ere-register-wrap,
.ere-reset-password-wrap {
  max-width: 570px;
  margin: auto;
  border: 10px solid rgba(237, 237, 237, 0.7);
  padding: 35px 30px 0;
}

.ere-reset-password-wrap {
  padding-bottom: 30px;
}

.ere-login-wrap hr,
.ere-register-wrap hr {
  display: none;
}

.ere-login-wrap form,
.ere-register-wrap form {
  padding-bottom: 55px;
}

.ere-login-wrap input:-webkit-autofill,
.ere-register-wrap input:-webkit-autofill {
  -webkit-transition: background-color 50000s !important;
  transition: background-color 50000s !important;
  -webkit-text-fill-color: #787878;
}

.ere-login-wrap form ::-webkit-input-placeholder,
.ere-register-wrap form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #787878;
  text-transform: uppercase;
}

.ere-login-wrap form ::-moz-placeholder,
.ere-register-wrap form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #787878;
  text-transform: uppercase;
}

.ere-login-wrap form :-ms-input-placeholder,
.ere-register-wrap form :-ms-input-placeholder {
  /* IE 10+ */
  color: #787878;
  text-transform: uppercase;
}

.ere-login-wrap form :-moz-placeholder,
.ere-register-wrap form :-moz-placeholder {
  /* Firefox 18- */
  color: #787878;
  text-transform: uppercase;
}

.ere-login-wrap button,
.ere-register-wrap button,
.ere-reset-password-wrap button {
  display: block;
  background: transparent;
  border: 2px solid rgba(237, 237, 237, 0.9);
  color: #fff;
  font-size: 14px;
  height: 50px;
}

.ere-reset-password-wrap button {
  margin-top: 30px;
}

.ere-login-wrap .btn-primary,
.ere-register-wrap .btn-primary,
.ere-reset-password-wrap .btn-primary {
  color: #fff;
  background-color: #6a8342;
  border-color: #6a8342;
}

.ere-login-wrap .btn-primary:hover,
.ere-register-wrap .btn-primary:hover,
.ere-login-wrap .btn-primary:focus,
.ere-register-wrap .btn-primary:focus,
.ere-login-wrap .btn-primary:active,
.ere-register-wrap .btn-primary:active,
.ere-login-wrap .btn-primary:active:focus,
.ere-register-wrap .btn-primary:active:focus,
.ere-reset-password-wrap .btn-primary:hover,
.ere-reset-password-wrap .btn-primary:active,
.ere-reset-password-wrap .btn-primary:focus {
  background: transparent !important;
  color: #6a8342;
  border-color: #6a8342;
}

.ere-login-wrap .checkbox,
.ere-register-wrap .checkbox {
  display: inline-block;
  margin: 15px 0 15px 0;
  color: #bababa;
  transition: all 0.3s;
}

.ere-login-wrap .checkbox:hover {
  color: #6a8342;
}

.ere-login-wrap .checkbox input,
.ere-register-wrap .checkbox input {
  cursor: pointer;
}

.ere-login-wrap .btn-facebook,
.ere-register-wrap .btn-facebook {
  background-color: #3b5998;
}

.ere-login-wrap .btn-facebook:hover,
.ere-register-wrap .btn-facebook:hover,
.ere-login-wrap .btn-facebook:focus,
.ere-register-wrap .btn-facebook:focus {
  background-color: #4c70ba;
}

.ere-login-wrap .btn-google-plus,
.ere-register-wrap .btn-google-plus {
  background-color: #dd5044;
}

.ere-login-wrap .btn-google-plus:hover,
.ere-register-wrap .btn-google-plus:hover,
.ere-login-wrap .btn-google-plus:focus,
.ere-register-wrap .btn-google-plus:focus {
  background-color: #e5786f;
}

.ere-login-wrap .btn-yahoo,
.ere-register-wrap .btn-yahoo {
  background-color: #70067b;
}

.ere-login-wrap .btn-yahoo:hover,
.ere-register-wrap .btn-yahoo:hover,
.ere-login-wrap .btn-yahoo:focus,
.ere-register-wrap .btn-yahoo:focus {
  background-color: #9c08ac;
}

.ere-login-wrap .form-group,
.ere-register-wrap .form-group {
  position: relative;
  margin-bottom: 10px;
}

.ere-login-wrap .form-group:after,
.ere-register-wrap .form-group:after {
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  color: #bababa;
  text-align: center;
  line-height: 55px;
}

.ere-login-wrap .form-group.control-username:after,
.ere-register-wrap .form-group.control-username:after {
  content: "\f007";
}

.ere-login-wrap .form-group.control-email:after,
.ere-register-wrap .form-group.control-email:after {
  content: "\f0e0";
}

.ere-login-wrap .form-group.control-password:after,
.ere-register-wrap .form-group.control-password:after,
.ere-login-wrap .form-group.control-ere-password:after,
.ere-register-wrap .form-group.control-ere-password:after {
  content: "\f13e";
}

.ere-login-wrap .form-group input:not([type=checkbox]),
.ere-register-wrap .form-group input:not([type=checkbox]),
.ere-login-wrap .form-group select.form-control,
.ere-register-wrap .form-group select.form-control,
.ere-reset-password-wrap .form-group input:not([type=checkbox]),
.ere-reset-password-wrap .form-group select.form-control {
  position: relative;
  background: transparent;
  height: 55px;
  line-height: 55px;
  padding: 0 40px 0 10px;
  color: #787878;
  font-weight: 400;
  border: none;
  box-shadow: none;
  border-bottom: 2px solid rgba(237, 237, 237, 0.8);
  border-radius: 0;
  font-size: 12px;
  letter-spacing: 0.1em;
  transition: all 0.3s;
}

.ere-login-wrap .form-group input:not([type=checkbox]):hover,
.ere-register-wrap .form-group input:not([type=checkbox]):hover,
.ere-login-wrap .form-group select.form-control:hover,
.ere-register-wrap .form-group select.form-control:hover,
.ere-reset-password-wrap .form-group input:not([type=checkbox]):hover,
.ere-reset-password-wrap .form-group select.form-control:hover,
.ere-login-wrap .form-group input:not([type=checkbox]):focus,
.ere-register-wrap .form-group input:not([type=checkbox]):focus,
.ere-login-wrap .form-group select.form-control:focus,
.ere-register-wrap .form-group select.form-control:focus,
.ere-reset-password-wrap .form-group input:not([type=checkbox]):focus,
.ere-reset-password-wrap .form-group select.form-control:focus {
  border-bottom-color: #6a8342;
}

.ere-login-wrap .ere_messages p,
.ere-register-wrap .ere_messages p {
  font-size: 16px;
  color: #3cab1a;
  margin-bottom: 30px !important;
}

.ere-login-wrap .ere_messages p.error,
.ere-register-wrap .ere_messages p.error {
  color: #f45230;
}

.ere-login-wrap button.ere-login-button {
  margin-top: 10px;
}

.ere-login-wrap .ere-reset-password {
  float: right;
  padding-top: 15px;
  font-weight: 400;
  color: #bababa;
  transition: all 0.3s;
}

.ere-login-wrap .ere-reset-password:hover {
  color: #6a8342;
}

.ere-login-wrap > button {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  border: none;
  border-radius: 4px;
  text-transform: capitalize;
}

.ere-login-wrap > button:last-child {
  margin-bottom: 50px;
}

.ere-login-wrap > button:focus,
.ere-login-wrap > button:hover {
  outline: none;
  border: none;
  color: #fff;
}

.ere-login-wrap > button i {
  position: absolute;
  left: 0;
  display: block;
  top: 0;
  bottom: 0;
  height: 70%;
  margin: auto;
  width: 50px;
  font-size: 18px;
  border-right: 1px solid rgba(186, 186, 186, 0.5);
  line-height: 35px;
  text-align: center;
}

.modal-login .ere-login-wrap,
.modal-login .ere-register-wrap,
.modal-login .ere-reset-password-wrap {
  border: 0;
}

.modal-login .ere-login-wrap form,
.modal-login .ere-register-wrap form {
  padding-bottom: 25px;
}

.modal-login .ere-login-wrap > button:last-child {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .modal-login .modal-content {
    padding: 15px;
  }

  .modal-login .modal-dialog {
    width: 500px;
  }
}
/* Nav tabs */
.modal-open .nav-tabs > li > a {
  text-decoration: none;
  background-color: #f8f8f8;
  border: none;
}
.modal-open .nav-tabs > li > a:hover {
  color: #282828;
}
.modal-open .nav-tabs > li.active > a,
.modal-open .nav-tabs > li.active > a:focus,
.modal-open .nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  border-bottom-color: transparent;
  background-color: #f8f8f8;
  border: none;
  font-weight: 700;
  text-decoration: none;
}

/* Apaños MGT RESOLVER */
.modal-open {
  /* Trabajar esto, hay que mostrarlo MGT*/
}
.modal-open .ere-login-wrap .checkbox,
.modal-open .ere-register-wrap .checkbox {
  display: none;
}

.full-width-content .property-item-content .property-agent,
.full-width-content .property-item-content .property-date {
  display: none !important;
}

.ere-dashboard-welcome figure {
  display: none;
}

.ere-dashboard-sidebar-content .ere-dashboard-nav li.active a {
  background-color: #f7fcf0;
  border-left: 3px solid #6a8342;
  margin-left: -3px;
  text-decoration: none;
}
.ere-dashboard-sidebar-content .ere-dashboard-nav li.active a:hover {
  background-color: #f7fcf0;
  border-left: 3px solid #6a8342;
}
.ere-dashboard-sidebar-content .ere-dashboard-nav li a {
  background-color: #e2e4e7;
  margin-left: -3px;
  text-decoration: none;
}
.ere-dashboard-sidebar-content .ere-dashboard-nav li a:hover {
  background-color: #f7fcf0;
}
.ere-dashboard-sidebar-content .ere-dashboard-nav li a .badge {
  background-color: #6a8342;
}
.ere-dashboard-sidebar-content .ere-dashboard-nav li a i {
  color: #6a8342;
}
.ere-dashboard-sidebar-content .ere-dashboard-logout {
  text-decoration: none;
}
.ere-dashboard-sidebar-content .ere-dashboard-logout i {
  color: #6a8342;
}
.ere-dashboard-sidebar-content .ere-dashboard-logout:hover {
  color: #555;
}

.ere-update-profile .btn-primary,
.ere-update-profile .btn-default,
.ere-change-password .btn-primary,
.ere-change-password .btn-default,
.modal-footer .btn-primary,
.modal-footer .btn-default,
.ere-message .btn-primary,
.ere-message .btn-default,
.ere-access-denied .btn-primary,
.ere-access-denied .btn-default {
  background-color: #6a8342;
  border-color: #6a8342;
  color: #fff;
  text-decoration: none;
}
.ere-update-profile .btn-primary:hover,
.ere-update-profile .btn-default:hover,
.ere-change-password .btn-primary:hover,
.ere-change-password .btn-default:hover,
.modal-footer .btn-primary:hover,
.modal-footer .btn-default:hover,
.ere-message .btn-primary:hover,
.ere-message .btn-default:hover,
.ere-access-denied .btn-primary:hover,
.ere-access-denied .btn-default:hover {
  background-color: #707070;
  border-color: #707070;
}

.ere-my-profile .panel-heading,
.ere-my-favorites .panel-heading,
.ere-my-saved-searches .panel-heading {
  background-color: #6a8342;
  color: #fff;
  border-color: #6a8342;
}
.ere-my-profile .panel-body .ere-my-saved-search-item i,
.ere-my-favorites .panel-body .ere-my-saved-search-item i,
.ere-my-saved-searches .panel-body .ere-my-saved-search-item i {
  color: #6a8342;
}
.ere-my-profile .panel-body .ere-my-saved-search-item a,
.ere-my-favorites .panel-body .ere-my-saved-search-item a,
.ere-my-saved-searches .panel-body .ere-my-saved-search-item a {
  text-decoration: none;
}
.ere-my-profile .panel-body .btn-action,
.ere-my-favorites .panel-body .btn-action,
.ere-my-saved-searches .panel-body .btn-action {
  background-color: #6a8342;
  border-color: #6a8342;
  color: #fff;
}
.ere-my-profile .panel-body .btn-action:hover,
.ere-my-favorites .panel-body .btn-action:hover,
.ere-my-saved-searches .panel-body .btn-action:hover {
  background-color: #707070;
  border-color: #707070;
}

.ere-my-profile .panel-body {
  background-color: #e2e4e7;
}

.ere-property.property-carousel .owl-item:nth-child(2n-1) .property-info,
.ere-property.property-grid .property-info,
.ere-property.property-list .property-info {
  background-color: #6a8342 !important;
  margin-top: 2px !important;
}

.alert-info {
  color: #6a8342;
  background-color: #e2e4e7;
  border-color: #e2e4e7;
}

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