@charset "UTF-8";
/*! normalize.css v8.0.1 | 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;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * 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 {
  -webkit-box-sizing: content-box;
          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: 700;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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;
}

/* Estilos para la barra de búsqueda */
.search-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  padding: 10px;
  background-color: #f8f9fa;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  gap: 15px;
}

/* Estilos para el campo de entrada de búsqueda */
.search-input {
  width: 100%;
  padding: 10px 15px !important;
  font-size: 16px;
  border: 1px solid #ced4da !important;
  border-radius: 4px !important;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  height: 50px;
  font-weight: 400;
  position: relative;
}

.search-input:focus {
  border-color: #6e7148 !important;
  outline: none;
}

/* Estilos para el botón de búsqueda */
.search-button {
  border: 1px solid #6e7148 !important;
  padding: 10px 20px !important;
  font-size: 16px;
  background-color: #6e7148;
  color: #fff;
  border: none;
  border-radius: 4px !important;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.search-button:hover {
  background-color: #fff;
  color: #6e7148;
}

/* Ajustes de diseño para dispositivos móviles */
@media (max-width: 768px) {
  .search-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .search-input {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .search-button {
    width: 100%;
  }
}
/**
 * Set up a decent box model on the root element
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#page-container {
  overflow: hidden;
  padding-top: 0 !important;
  margin-top: 0;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
  text-decoration: none !important;
}
a:hover, a:active, a:focus {
  text-decoration: unset !important;
}

.text-underlined {
  text-decoration: underline !important;
  cursor: pointer;
}

.providers-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.provider-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.provider-item:hover {
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.provider-photo img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.provider-details {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.provider-details h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.25rem;
  color: #000;
}

.provider-details p {
  margin: 5px 0;
  color: #000;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
@media (max-width: 980px) {
  .provider-details p {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.provider-details p strong {
  color: #000;
}

.btn-ver-perfil {
  border: 1px solid #6e7148 !important;
  margin-top: 10px;
  padding: 10px 20px;
  background-color: #6e7148 !important;
  color: #fff !important;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.btn-ver-perfil-contratar {
  border: 1px solid #b7632d !important;
  margin-top: 10px;
  padding: 10px 20px;
  background-color: #b7632d !important;
  color: #fff !important;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.btn-ver-perfil:hover {
  background-color: #fff !important;
  color: #6e7148 !important;
}

.btn-ver-perfil-contratar:hover {
  background-color: #d65f00 !important;
}

.no-providers,
.missing-params {
  padding: 20px;
  text-align: center;
  color: #b7632d;
}

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.rating .fa-star {
  margin-right: 5px;
  color: #6e7148; /* Color de las estrellas */
}

.provider-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.provider-rating-profile {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.provider-rating .rating {
  margin-bottom: 5px;
}

.rating-text {
  margin-right: 5px;
  color: #000;
}

.badge-primary {
  background-color: #6e7148 !important;
  color: #fff;
  padding: 0.75em 0.75em !important;
}

.badge-secondary {
  background-color: #b7632d !important;
  color: #fff;
  padding: 0.75em 0.75em !important;
}

.card-body {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
@media (max-width: 980px) {
  .card-body {
    text-align: center;
  }
}

.provider-detail {
  padding: 20px;
}

.provider-photo img {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
}

.card {
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.card-title {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.card-body {
  padding: 20px;
}

.provider-detail.container {
  padding: 180px 0px 120px 0px;
}

/* customiser WooCommerce avec Divi */
.woocommerce-page .col-1 {
  max-width: 100%;
}

.woocommerce-error li {
  color: #b7632d;
}

.woocommerce-form-login .woocommerce-form-row {
  display: block !important;
}

.woocommerce-form-login .woocommerce-LostPassword a {
  color: #6e7148 !important;
}

.woocommerce-MyAccount-content label {
  font-weight: 700;
}

.woocommerce-account .woocommerce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  float: unset;
  width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  gap: 15px;
  max-width: 1180px;
  margin: auto;
}
@media (max-width: 980px) {
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
    overflow-x: auto;
  }
}
@media (max-width: 980px) {
  .woocommerce-account .woocommerce-MyAccount-navigation ul * {
    scroll-snap-align: start;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  background-color: #f5f5f5;
  list-style: none;
  padding-bottom: 0;
  cursor: pointer;
}
@media (max-width: 980px) {
  .woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
    scroll-snap-align: end !important;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover {
  background-color: #6e7148;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover a {
  color: white !important;
  font-size: clamp(16px, 2.5vw, 16px); /* Usar clamp para el tamaño de fuente */
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover a * {
  color: white !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active {
  background-color: #6e7148;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  color: white !important;
}
.woocommerce-account .woocommerce-MyAccount-content {
  float: unset;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
}
.woocommerce-account .woocommerce-MyAccount-content p {
  font-size: clamp(16px, 2.5vw, 16px); /* Usar clamp para el tamaño de fuente */
  width: 100%;
  display: block;
}
.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3 {
  font-size: clamp(26px, 2.5vw, 26px); /* Usar clamp para el tamaño de fuente */
  font-weight: 700;
  margin: 15px 0px;
}

.woocommerce-EditAccountForm.edit-account legend,
.woocommerce-EditAccountForm.edit-account label {
  font-weight: 700;
}
.woocommerce-EditAccountForm.edit-account legend {
  font-size: clamp(18px, 2.5vw, 18px);
}
.woocommerce-EditAccountForm.edit-account span em {
  font-size: clamp(16px, 2.5vw, 16px);
}
.woocommerce-EditAccountForm.edit-account .woocommerce-password-strength {
  padding: 5px 0.5em;
  font-size: clamp(16px, 2.5vw, 16px);
}
.woocommerce-EditAccountForm.edit-account .disabled {
  background-color: #f5f5f5 !important;
}
.woocommerce-EditAccountForm.edit-account fieldset {
  margin: 55px auto 10px auto;
  padding: unset;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  padding: 5px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before {
  opacity: 1;
  color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  padding: 10px 15px;
  display: block;
  font-size: clamp(16px, 2.5vw, 16px);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
  margin-right: 10px;
  opacity: 0.25;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover:before {
  opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
  font-family: "FontAwesome";
  content: "\f201";
  padding-right: 5px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--mis-horarios a:before {
  font-family: "FontAwesome";
  content: "\f073"; /* Calendar icon */
  padding-right: 5px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--mis-servicios a:before {
  font-family: "FontAwesome";
  content: "\f0ad"; /* Wrench icon */
  padding-right: 5px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--cuenta-bancaria a:before {
  font-family: "FontAwesome";
  content: "\f09d"; /* Credit card icon */
  padding-right: 5px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--mi-saldo a:before {
  font-family: "FontAwesome";
  content: "\f555"; /* Wallet icon */
  padding-right: 5px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--valoraciones a:before {
  font-family: "FontAwesome";
  content: "\f005"; /* Star icon */
  padding-right: 5px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
  font-family: "FontAwesome";
  content: "\f54e";
  padding-right: 5px;
}

.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
  font-family: "FontAwesome";
  content: "\f381";
  padding-right: 5px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
  font-family: "FontAwesome";
  content: "\f015";
  padding-right: 5px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
  font-family: "FontAwesome";
  content: "\f09d";
  padding-right: 5px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
  font-family: "FontAwesome";
  content: "\f007";
  padding-right: 5px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
  font-family: "FontAwesome";
  content: "\f08b";
  padding-right: 5px;
}

.entry-content table:not(.variations) {
  border: 0px solid #eee;
}

.entry-content thead th,
.entry-content tr th {
  font-size: clamp(14px, 2.5vw, 14px);
  background-color: #f5f5f5;
  padding: 15px !important;
}

.woocommerce a.button:hover,
.woocommerce-page a.button:hover {
  background-color: #fff !important;
}

.woocommerce table.shop_table td {
  border-top: 0px solid rgba(0, 0, 0, 0.1);
  padding: 10px 8px;
  font-size: clamp(16px, 2.5vw, 16px);
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  font-weight: 700;
  border-top: 0px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 980px) {
  div.woocommerce {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
a.woocommerce-button.button.view {
  font-size: clamp(16px, 2.5vw, 16px); /* Usar clamp para el tamaño de fuente */
  padding: 4px 15px !important;
  background: #6e7148 !important;
  text-align: center;
  color: #fff;
  text-decoration: none !important;
  border: 1px solid #6e7148 !important;
}
a.woocommerce-button.button.view:hover {
  background-color: #fff !important;
  color: #6e7148;
}

section.woocommerce-order-downloads {
  margin: 40px 0px;
}

.select2-container--default .select2-selection--single {
  background-color: #eee !important;
  border: 1px solid #eee !important;
  height: 56px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: auto !important;
  right: 10px !important;
}

.woocommerce-order-details {
  margin-top: 2em;
}

header.woocommerce-Address-title.title {
  margin-top: 40px;
  margin-bottom: 10px;
}

.entry-content address,
.comment-content address,
body.et-pb-preview #main-content .container address {
  font-size: clamp(14px, 2.5vw, 16px); /* Usar clamp para el tamaño de fuente */
}

.woocommerce form .form-row label {
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: clamp(14px, 2.5vw, 16px); /* Usar clamp para el tamaño de fuente */
}

.woocommerce-address-fields__field-wrapper {
  margin-bottom: 20px;
}

#wcfm_membership_container p.wcfm_title,
#wcfm_membership_container span.wcfm_title {
  font-size: clamp(14px, 2.5vw, 16px) !important;
  width: 100% !important;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

#wcfm_membership_container p.description {
  font-size: clamp(14px, 2.5vw, 16px) !important;
  margin-left: unset !important;
}

.wcfm-membership-wrapper {
  padding: 20px;
  background: #fff;
  -webkit-transition: unset;
  transition: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border-radius: unset;
  width: 100%;
  margin: 25px auto;
}

.wcfm_registration_form_heading {
  display: none !important;
}

#wcfm_membership_container input[type=text],
#wcfm_membership_container input[type=file],
#wcfm_membership_container input[type=password],
#wcfm_membership_container select,
#wcfm_membership_container input[type=number],
#wcfm_membership_container input[type=time],
#wcfm_membership_container input[type=search],
#wcfm_membership_container textarea {
  background-color: #eee !important;
  border: 1px solid #eee !important;
  height: 56px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  width: 100%;
}

#wc-logo a span {
  font-size: clamp(16px, 2.5vw, 20px); /* Usar clamp para el tamaño de fuente */
  font-weight: 700;
}

/* Custom PMPRO CSS goes here */
.pmpro-login form#loginform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}
.pmpro-login form.pmpro_form label,
.pmpro-login #loginform label {
  font-weight: 600;
  font-size: clamp(16px, 2.5vw, 16px);
  margin-bottom: 5px;
}
.pmpro-login .pmpro_login_wrap hr,
.pmpro-login .pmpro_lost_password_wrap hr {
  margin: 30px 0px;
}
.pmpro-login form.pmpro_form .pmpro_checkout-fields div,
.pmpro-login #loginform p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px;
  padding-bottom: 0px;
}
.pmpro-login form.pmpro_form input[type=text],
.pmpro-login form.pmpro_form input[type=password],
.pmpro-login form.pmpro_form input[type=email],
.pmpro-login form.pmpro_form input[type=number],
.pmpro-login form.pmpro_form textarea,
.pmpro-login form.pmpro_form select,
.pmpro-login #loginform input[type=text],
.pmpro-login #loginform input[type=password] {
  background-color: #eee !important;
  border: 1px solid #eee !important;
  height: 50px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0% 2%;
}
@media (max-width: 767px) {
  .pmpro-login form.pmpro_form input[type=text],
  .pmpro-login form.pmpro_form input[type=password],
  .pmpro-login form.pmpro_form input[type=email],
  .pmpro-login form.pmpro_form input[type=number],
  .pmpro-login form.pmpro_form textarea,
  .pmpro-login form.pmpro_form select,
  .pmpro-login #loginform input[type=text],
  .pmpro-login #loginform input[type=password] {
    width: 95% !important;
  }
}
.pmpro-login form.pmpro_form input[type=text]:focus, .pmpro-login form.pmpro_form input[type=text]:active,
.pmpro-login form.pmpro_form input[type=password]:focus,
.pmpro-login form.pmpro_form input[type=password]:active,
.pmpro-login form.pmpro_form input[type=email]:focus,
.pmpro-login form.pmpro_form input[type=email]:active,
.pmpro-login form.pmpro_form input[type=number]:focus,
.pmpro-login form.pmpro_form input[type=number]:active,
.pmpro-login form.pmpro_form textarea:focus,
.pmpro-login form.pmpro_form textarea:active,
.pmpro-login form.pmpro_form select:focus,
.pmpro-login form.pmpro_form select:active,
.pmpro-login #loginform input[type=text]:focus,
.pmpro-login #loginform input[type=text]:active,
.pmpro-login #loginform input[type=password]:focus,
.pmpro-login #loginform input[type=password]:active {
  border: 2px solid #6e7148 !important;
}
.pmpro-login p.pmpro_actions_nav {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pmpro-login input#wp-submit,
.pmpro-login .pmpro_btn,
.pmpro-login .pmpro_btn:link,
.pmpro-login .pmpro_content_message a,
.pmpro-login .pmpro_content_message a:link {
  background: #6e7148;
  color: #fff;
  cursor: pointer;
  border: unset;
  padding: 12px 15px;
  font-size: 14px;
  margin-bottom: 15px;
}
.pmpro-login input#wp-submit:hover,
.pmpro-login .pmpro_btn:hover,
.pmpro-login .pmpro_btn:link:hover,
.pmpro-login .pmpro_content_message a:hover,
.pmpro-login .pmpro_content_message a:link:hover {
  background: black;
}
.pmpro-login p.login-submit,
.pmpro-login .pmpro_submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.pmpro-levels table:not(.variations) {
  border: 0px solid #eee;
}
.pmpro-levels thead th,
.pmpro-levels tr th {
  background-color: #f5f5f5;
  padding: 15px !important;
}
.pmpro-levels td {
  border-top: 0px solid rgba(0, 0, 0, 0.1);
  padding: 10px 8px;
  font-weight: 300 !important;
  font-size: clamp(14px, 2.5vw, 16px);
}
@media (max-width: 980px) {
  .pmpro-levels td {
    padding: 10px 0px !important;
  }
}
.pmpro-levels tbody th,
.pmpro-levels tfoot td,
.pmpro-levels tfoot th {
  font-weight: 700;
  border-top: 0px solid rgba(0, 0, 0, 0.1);
}

#pmpro_pricing_fields h2 {
  margin-top: 0px !important;
}

.pmpro-checkout h2 {
  font-weight: 700;
  font-size: clamp(26px, 2.5vw, 28px);
}
.pmpro-checkout p:not(.et_pb_text_inner p) {
  font-weight: 400;
  font-size: clamp(14px, 2.5vw, 16px);
}
.pmpro-checkout form.pmpro_form input[type=text],
.pmpro-checkout form.pmpro_form input[type=password],
.pmpro-checkout form.pmpro_form input[type=email],
.pmpro-checkout form.pmpro_form input[type=number],
.pmpro-checkout form.pmpro_form textarea,
.pmpro-checkout form.pmpro_form select,
.pmpro-checkout #loginform input[type=text],
.pmpro-checkout #loginform input[type=password] {
  background-color: #eee !important;
  border: 1px solid #eee !important;
  height: 50px !important;
  padding: 0% 2%;
  width: 100%;
  max-width: 98%;
}
@media (max-width: 767px) {
  .pmpro-checkout form.pmpro_form input[type=text],
  .pmpro-checkout form.pmpro_form input[type=password],
  .pmpro-checkout form.pmpro_form input[type=email],
  .pmpro-checkout form.pmpro_form input[type=number],
  .pmpro-checkout form.pmpro_form textarea,
  .pmpro-checkout form.pmpro_form select,
  .pmpro-checkout #loginform input[type=text],
  .pmpro-checkout #loginform input[type=password] {
    width: 95% !important;
  }
}
.pmpro-checkout form.pmpro_form input[type=text]:focus, .pmpro-checkout form.pmpro_form input[type=text]:active,
.pmpro-checkout form.pmpro_form input[type=password]:focus,
.pmpro-checkout form.pmpro_form input[type=password]:active,
.pmpro-checkout form.pmpro_form input[type=email]:focus,
.pmpro-checkout form.pmpro_form input[type=email]:active,
.pmpro-checkout form.pmpro_form input[type=number]:focus,
.pmpro-checkout form.pmpro_form input[type=number]:active,
.pmpro-checkout form.pmpro_form textarea:focus,
.pmpro-checkout form.pmpro_form textarea:active,
.pmpro-checkout form.pmpro_form select:focus,
.pmpro-checkout form.pmpro_form select:active,
.pmpro-checkout #loginform input[type=text]:focus,
.pmpro-checkout #loginform input[type=text]:active,
.pmpro-checkout #loginform input[type=password]:focus,
.pmpro-checkout #loginform input[type=password]:active {
  border: 2px solid #6e7148 !important;
}
.pmpro-checkout #AccountNumber,
.pmpro-checkout #ExpirationMonth,
.pmpro-checkout #ExpirationYear,
.pmpro-checkout #CVV {
  width: auto;
}
.pmpro-checkout #ExpirationMonth {
  margin-right: 5px;
}
.pmpro-checkout #ExpirationYear {
  margin-left: 5px;
}
.pmpro-checkout label {
  margin-bottom: 10px !important;
}
.pmpro-checkout input#wp-submit,
.pmpro-checkout .pmpro_btn,
.pmpro-checkout .pmpro_btn:link,
.pmpro-checkout .pmpro_content_message a,
.pmpro-checkout .pmpro_content_message a:link {
  background: #6e7148;
  color: #fff;
  cursor: pointer;
  border: unset;
  padding: 12px 15px;
  font-size: 14px;
}
.pmpro-checkout input#wp-submit:hover,
.pmpro-checkout .pmpro_btn:hover,
.pmpro-checkout .pmpro_btn:link:hover,
.pmpro-checkout .pmpro_content_message a:hover,
.pmpro-checkout .pmpro_content_message a:link:hover {
  background: black;
}

.pmpro-confirmation h2 {
  font-weight: 700;
  font-size: clamp(26px, 2.5vw, 28px);
  margin-top: 15px;
  margin-bottom: 15px;
}
.pmpro-confirmation p:not(.et_pb_text_inner p) {
  font-weight: 400;
  font-size: clamp(14px, 2.5vw, 16px);
}
.pmpro-confirmation li {
  margin-bottom: 15px;
}
.pmpro-confirmation .pmpro_invoice_details {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 10px !important;
}
@media (max-width: 767px) {
  .pmpro-confirmation .pmpro_invoice_details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.pmpro-account h2 {
  font-weight: 700;
  font-size: clamp(20px, 2.5vw, 20px);
  margin-top: 10px !important;
  margin-bottom: 20px !important;
}
.pmpro-account p:not(.et_pb_text_inner p) {
  font-weight: 400;
  font-size: clamp(14px, 2.5vw, 16px);
}
.pmpro-account table:not(.variations) {
  border: 0px solid #eee;
}
.pmpro-account thead th,
.pmpro-account tr th {
  background-color: #f5f5f5;
  padding: 15px !important;
}
.pmpro-account td {
  border-top: 0px solid rgba(0, 0, 0, 0.1);
  padding: 10px 8px;
  font-weight: 300 !important;
  font-size: clamp(14px, 2.5vw, 16px);
}
@media (max-width: 980px) {
  .pmpro-account td {
    padding: 10px 0px !important;
  }
}
.pmpro-account tbody th,
.pmpro-account tfoot td,
.pmpro-account tfoot th {
  font-weight: 700;
  border-top: 0px solid rgba(0, 0, 0, 0.1);
}
.pmpro-account #pmpro_account #pmpro_account-membership {
  margin: unset !important;
}

.pmpro-member-profile-edit h2,
.pmpro-cancel h2 {
  font-weight: 700;
  font-size: clamp(20px, 2.5vw, 20px);
  margin-top: 10px !important;
  margin-bottom: 20px !important;
}
.pmpro-member-profile-edit p:not(.et_pb_text_inner p),
.pmpro-cancel p:not(.et_pb_text_inner p) {
  font-weight: 400;
  font-size: clamp(14px, 2.5vw, 16px);
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.pmpro-member-profile-edit input#wp-submit,
.pmpro-member-profile-edit .pmpro_btn,
.pmpro-member-profile-edit .pmpro_btn:link,
.pmpro-member-profile-edit .pmpro_content_message a,
.pmpro-member-profile-edit .pmpro_content_message a:link,
.pmpro-cancel input#wp-submit,
.pmpro-cancel .pmpro_btn,
.pmpro-cancel .pmpro_btn:link,
.pmpro-cancel .pmpro_content_message a,
.pmpro-cancel .pmpro_content_message a:link {
  background: #6e7148;
  color: #fff;
  cursor: pointer;
  border: unset;
  padding: 12px 15px;
  font-size: 14px;
  margin-bottom: 15px;
}
.pmpro-member-profile-edit input#wp-submit:hover,
.pmpro-member-profile-edit .pmpro_btn:hover,
.pmpro-member-profile-edit .pmpro_btn:link:hover,
.pmpro-member-profile-edit .pmpro_content_message a:hover,
.pmpro-member-profile-edit .pmpro_content_message a:link:hover,
.pmpro-cancel input#wp-submit:hover,
.pmpro-cancel .pmpro_btn:hover,
.pmpro-cancel .pmpro_btn:link:hover,
.pmpro-cancel .pmpro_content_message a:hover,
.pmpro-cancel .pmpro_content_message a:link:hover {
  background: black;
}
.pmpro-member-profile-edit form.pmpro_form input[type=text],
.pmpro-member-profile-edit form.pmpro_form input[type=password],
.pmpro-member-profile-edit form.pmpro_form input[type=email],
.pmpro-member-profile-edit form.pmpro_form input[type=number],
.pmpro-member-profile-edit form.pmpro_form textarea,
.pmpro-member-profile-edit form.pmpro_form select,
.pmpro-member-profile-edit #loginform input[type=text],
.pmpro-member-profile-edit #loginform input[type=password],
.pmpro-cancel form.pmpro_form input[type=text],
.pmpro-cancel form.pmpro_form input[type=password],
.pmpro-cancel form.pmpro_form input[type=email],
.pmpro-cancel form.pmpro_form input[type=number],
.pmpro-cancel form.pmpro_form textarea,
.pmpro-cancel form.pmpro_form select,
.pmpro-cancel #loginform input[type=text],
.pmpro-cancel #loginform input[type=password] {
  background-color: #eee !important;
  border: 1px solid #eee !important;
  height: 50px !important;
  padding: 0% 2%;
  width: 100%;
  max-width: 98%;
}
@media (max-width: 767px) {
  .pmpro-member-profile-edit form.pmpro_form input[type=text],
  .pmpro-member-profile-edit form.pmpro_form input[type=password],
  .pmpro-member-profile-edit form.pmpro_form input[type=email],
  .pmpro-member-profile-edit form.pmpro_form input[type=number],
  .pmpro-member-profile-edit form.pmpro_form textarea,
  .pmpro-member-profile-edit form.pmpro_form select,
  .pmpro-member-profile-edit #loginform input[type=text],
  .pmpro-member-profile-edit #loginform input[type=password],
  .pmpro-cancel form.pmpro_form input[type=text],
  .pmpro-cancel form.pmpro_form input[type=password],
  .pmpro-cancel form.pmpro_form input[type=email],
  .pmpro-cancel form.pmpro_form input[type=number],
  .pmpro-cancel form.pmpro_form textarea,
  .pmpro-cancel form.pmpro_form select,
  .pmpro-cancel #loginform input[type=text],
  .pmpro-cancel #loginform input[type=password] {
    width: 95% !important;
  }
}
.pmpro-member-profile-edit form.pmpro_form input[type=text]:focus, .pmpro-member-profile-edit form.pmpro_form input[type=text]:active,
.pmpro-member-profile-edit form.pmpro_form input[type=password]:focus,
.pmpro-member-profile-edit form.pmpro_form input[type=password]:active,
.pmpro-member-profile-edit form.pmpro_form input[type=email]:focus,
.pmpro-member-profile-edit form.pmpro_form input[type=email]:active,
.pmpro-member-profile-edit form.pmpro_form input[type=number]:focus,
.pmpro-member-profile-edit form.pmpro_form input[type=number]:active,
.pmpro-member-profile-edit form.pmpro_form textarea:focus,
.pmpro-member-profile-edit form.pmpro_form textarea:active,
.pmpro-member-profile-edit form.pmpro_form select:focus,
.pmpro-member-profile-edit form.pmpro_form select:active,
.pmpro-member-profile-edit #loginform input[type=text]:focus,
.pmpro-member-profile-edit #loginform input[type=text]:active,
.pmpro-member-profile-edit #loginform input[type=password]:focus,
.pmpro-member-profile-edit #loginform input[type=password]:active,
.pmpro-cancel form.pmpro_form input[type=text]:focus,
.pmpro-cancel form.pmpro_form input[type=text]:active,
.pmpro-cancel form.pmpro_form input[type=password]:focus,
.pmpro-cancel form.pmpro_form input[type=password]:active,
.pmpro-cancel form.pmpro_form input[type=email]:focus,
.pmpro-cancel form.pmpro_form input[type=email]:active,
.pmpro-cancel form.pmpro_form input[type=number]:focus,
.pmpro-cancel form.pmpro_form input[type=number]:active,
.pmpro-cancel form.pmpro_form textarea:focus,
.pmpro-cancel form.pmpro_form textarea:active,
.pmpro-cancel form.pmpro_form select:focus,
.pmpro-cancel form.pmpro_form select:active,
.pmpro-cancel #loginform input[type=text]:focus,
.pmpro-cancel #loginform input[type=text]:active,
.pmpro-cancel #loginform input[type=password]:focus,
.pmpro-cancel #loginform input[type=password]:active {
  border: 2px solid #6e7148 !important;
}
.pmpro-member-profile-edit form.pmpro_form label,
.pmpro-member-profile-edit #loginform label,
.pmpro-cancel form.pmpro_form label,
.pmpro-cancel #loginform label {
  font-weight: 700;
  display: block;
  margin: 0;
  text-align: left;
  margin-bottom: 10px;
}
.pmpro-member-profile-edit .pmpro_btn.pmpro_btn-cancel,
.pmpro-cancel .pmpro_btn.pmpro_btn-cancel {
  color: #6e7148;
  background-color: #fff !important;
  border: 1px solid #6e7148 !important;
  text-decoration: none;
}
.pmpro-member-profile-edit .pmpro_btn.pmpro_btn-cancel:hover,
.pmpro-cancel .pmpro_btn.pmpro_btn-cancel:hover {
  background: #eee !important;
}

#fecha_de_nacimiento_div input,
#fecha_de_nacimiento_div select,
#numero-de-telefono_div input,
#numero-de-telefono_div select {
  width: auto !important;
  max-width: 100% !important;
}

input:focus,
textarea:focus {
  color: #6e7148 !important;
  background-color: #fff !important;
  border: 2px solid #6e7148 !important;
}
input::-moz-selection,
textarea::-moz-selection {
  background-color: #6e7148 !important;
  color: white !important;
}
input::-moz-selection, textarea::-moz-selection {
  background-color: #6e7148 !important;
  color: white !important;
}
input::selection,
textarea::selection {
  background-color: #6e7148 !important;
  color: white !important;
}

.show-password-input {
  top: 50% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.main-search-tool {
  position: relative;
}

.predictive-results {
  border: unset;
  max-height: 200px;
  overflow-y: auto;
  display: none;
  position: absolute;
  left: 0px;
  top: 82px;
  padding: 5px;
  width: 100%;
  z-index: 10;
  background: #fff;
  border-radius: 9px;
  text-align: start;
  -webkit-box-shadow: 0px 4px 16px rgba(96, 97, 112, 0.08);
  box-shadow: 0px 3px 16px rgba(96, 97, 112, 0.08);
}

.predictive-result-item {
  padding: 10px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.predictive-result-item i {
  margin-right: 10px;
}

.predictive-result-item:hover {
  background-color: #f0f0f0;
}

span.am-employee-status-label.available {
  display: none !important;
}

#main-content .container:before {
  content: "";
  display: none;
}

.results-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 18px;
}

.service-description {
  text-align: center;
  font-weight: 300;
  font-size: 18px;
  color: rgb(236, 229, 218) !important;
}

#am-employees .am-employee-status-label {
  display: none !important;
}

.especialidades-list {
  margin: 20px 0;
}

.especialidad-titulo {
  font-size: 26px;
  margin-bottom: 10px;
  font-weight: 700;
}

.especialidad-servicios {
  margin-bottom: 20px;
}

.service-tag {
  display: inline-block;
  background-color: #f5f5f5;
  color: #333;
  padding: 5px 10px;
  margin: 5px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 16px;
}

.service-tag:hover {
  background-color: #ddd;
  color: #000;
}

.amelia-app-booking #am-cabinet .am-dialog-appointment-wrapper .am-dialog-appointment .am-dialog-scrollable .am-dialog-table .am-customer-extras .am-customer-extras-data span {
  display: none !important;
}

.tooltip-inner {
  max-width: 300px; /* Ajusta el ancho máximo del tooltip */
  max-height: 150px; /* Altura máxima permitida */
  overflow-y: auto; /* Habilitar scroll vertical si el contenido es demasiado largo */
  white-space: normal; /* Permitir que el texto se ajuste a múltiples líneas */
}

.thwmscf-content a {
  color: black;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1180px; /* 1 */
  margin-left: auto; /* 2 */
  margin-right: auto; /* 2 */
  width: 95%; /* 1 */
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@media (max-width: 1180px) {
  .hidden-in-mobile {
    display: none !important;
  }
}

@media (min-width: 1181px) {
  .visible-in-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1181px) {
  .hidden-in-desktop {
    display: none !important;
  }
}

@media (max-width: 1180px) {
  .visible-in-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/**
 * Basic typography style for copy text
 */
.text__extrabold {
  font-weight: 800 !important;
}

.text__bold {
  font-weight: 700 !important;
}

.text__semibold {
  font-weight: 600 !important;
}

.text__medium {
  font-weight: 500 !important;
}

.text__regular {
  font-weight: 400 !important;
}

.li-Formaciones {
  cursor: pointer;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  color: #000;
}
.li-Formaciones:hover {
  color: #b7632d;
}
.li-Formaciones:hover .activamenu > a {
  color: #b7632d;
}
.li-Formaciones .activamenu > a {
  color: #000;
}
.mega-menu-content {
  /* Non-Standard, But More Styling-Capable Properties */
  /* Standardized Properties */
}
.mega-menu-content::-webkit-scrollbar {
  width: 0.6vw;
  height: 10px;
}
.mega-menu-content::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.4431372549);
}
.mega-menu-content::-webkit-scrollbar-thumb {
  background: #beb9ae;
  border-radius: 0px;
}
@supports not selector(::-webkit-scrollbar) {
  .mega-menu-content {
    scrollbar-color: #beb9ae transparent;
    scrollbar-width: thin;
  }
}

.amelia-app-booking #am-cabinet .am-cabinet-dashboard .am-cabinet-content .am-assigned-services .am-dialog-table-head:first-child > .el-col.el-col-6:nth-child(2) {
  visibility: hidden !important;
}

.amelia-app-booking #am-cabinet .am-cabinet-dashboard .am-cabinet-content .am-assigned-services__service-row .el-col.el-col-3 {
  visibility: hidden !important;
}

#renta-categories {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff 0% 0% no-repeat padding-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin: 20px auto;
  opacity: 1;
  width: 100%;
}
@media (max-width: 980px) {
  #renta-categories {
    height: auto;
  }
}

.post__content--tags {
  position: relative;
}
@media (max-width: 980px) {
  .post__content--tags {
    display: none;
  }
}

.renta__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1180px;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.renta__filter .category__link {
  color: #113b54;
  font: normal normal 500 16px/19px "canaro-medium", Helvetica, Arial, Lucida, sans-serif;
  letter-spacing: 0px;
  margin: 10px 15px;
  opacity: 1;
  text-align: left;
  text-transform: capitalize;
}
@media (max-width: 980px) {
  .renta__filter .category__link {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 20px auto;
  }
}

#tags-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  position: relative;
  width: 100%;
}
@media (max-width: 980px) {
  #tags-accordion {
    margin-bottom: 20px;
  }
}
#tags-accordion .renta__tag {
  border: 1px solid #2b2b2b;
  color: #2b2b2b;
  border-radius: 3px;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  font: normal normal 300 12px/15px "canaro-light", Helvetica, Arial, Lucida, sans-serif;
  margin: 10px;
  letter-spacing: 0px;
  padding: 1%;
  opacity: 1;
  text-align: center;
}

.tags__all {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(60%, #ffffff)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 60%) 0% 0% no-repeat padding-box;
  bottom: -150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  opacity: 1;
  text-align: center;
  width: 100%;
  font: normal normal 500 12px/15px "canaro-medium", Helvetica, Arial, Lucida, sans-serif;
}

.title__seeall {
  font: normal normal 500 14px/18px "canaro-medium", Helvetica, Arial, Lucida, sans-serif;
  letter-spacing: 0.7px;
  color: #d65f00;
  text-transform: uppercase;
  opacity: 1;
}

.post-flex-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 20px auto;
}
.post-flex-controls .renta__tag__single {
  border: 1px solid #113b54;
  border-radius: 3px;
  color: #113b54;
  font: normal normal 500 12px/15px "canaro-medium", Helvetica, Arial, Lucida, sans-serif;
  margin: 10px;
  letter-spacing: 0px;
  padding: 1%;
  opacity: 1;
  text-align: center;
}

.flex-row {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-row .flex__card {
  border: 2px solid #fff;
  color: #fff;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 160px;
  letter-spacing: 0px;
  opacity: 1;
  position: relative;
  text-align: left;
  margin: 10px;
  width: 300px;
}
@media (max-width: 1399px) and (min-width: 1021px) {
  .flex-row .flex__card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
  }
}
@media (max-width: 1279px) and (min-width: 981px) {
  .flex-row .flex__card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
  }
}
@media (max-width: 980px) and (min-width: 768px) {
  .flex-row .flex__card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    margin: 10px auto;
  }
}
@media (max-width: 767px) {
  .flex-row .flex__card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    margin: 10px auto;
  }
}
.flex-row .flex__card .card__title {
  color: #fff;
  text-align: left;
  font: normal normal 500 24px/29px "Helvetica Neue", Helvetica, Arial, Lucida, sans-serif;
  letter-spacing: 0px;
  padding: 15px 20px;
}
@media (max-width: 980px) and (min-width: 768px) {
  .flex-row .flex__card .card__title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .flex-row .flex__card .card__title {
    font-size: 16px;
  }
}
.flex-row .flex__card .card__title + p {
  color: #fff;
  font: normal normal normal 16px/19px "Josefin Sans Regular";
  letter-spacing: 0px;
  opacity: 1;
  text-align: left;
  width: 260px;
  padding: 1px 20px;
}
@media (max-width: 980px) and (min-width: 768px) {
  .flex-row .flex__card .card__title + p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .flex-row .flex__card .card__title + p {
    font-size: 12px;
  }
}
.flex-row .flex__card .flex__container {
  bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  right: 20px;
}
.flex-row .flex__card .flex__container a {
  color: #fff;
  font: normal normal 500 24px/29px "Helvetica Neue";
  letter-spacing: 2.4px;
  opacity: 1;
  text-transform: uppercase;
}
.flex-row .post__card {
  background: #ffffff 0% 0% no-repeat padding-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  margin: 10px auto;
  padding-bottom: 10px;
  position: relative;
  border: 1px solid #e9e6ed;
}
@media (max-width: 980px) and (min-width: 768px) {
  .flex-row .post__card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    margin: 10px auto;
  }
}
@media (max-width: 767px) {
  .flex-row .post__card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    margin: 10px auto;
  }
}
.flex-row .post__card .content-row {
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-row .post__card .content-row .title a {
  color: #6e7148;
  font: normal normal 700 26px/29px "Helvetica Neue", Helvetica, Arial, Lucida, sans-serif;
}
.flex-row .post__card .content-row .title a:hover {
  font-weight: 700;
  color: #d65f00;
  text-decoration: unset;
}

@media (max-width: 980px) and (min-width: 768px) {
  .post-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .post-container {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.thumbnail-row img {
  width: 100%;
}

.arrow-link::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #6e7148; /* Color de la flecha */
  border-top: 2px solid #6e7148; /* Color de la flecha */
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 5px; /* Espacio entre el texto y la flecha */
}

p.post__date {
  color: #000000;
  font: normal normal 400 12px/19px "Josefin Sans", Helvetica, Arial, Lucida, sans-serif;
  margin-top: 5px;
  margin-bottom: 0px;
}

.single a:hover {
  color: #d65f00 !important;
}

.et-search-form,
blockquote {
  border-color: #6e7148;
}

.mentors-carousel .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
@media (min-width: 981px) {
  .mentors-carousel .slick-track {
    gap: 5px;
  }
}
.mentors-carousel .slick-next,
.mentors-carousel .slick-prev {
  top: 65%;
  height: 30px;
  width: 30px;
  z-index: 100;
  border-radius: 50%;
}
.mentors-carousel .slick-next .slick-next-icon:before,
.mentors-carousel .slick-next .slick-prev-icon:before,
.mentors-carousel .slick-prev .slick-next-icon:before,
.mentors-carousel .slick-prev .slick-prev-icon:before {
  font-size: 34px;
  color: black;
}
.mentors-carousel .slick-next:focus,
.mentors-carousel .slick-prev:focus {
  top: calc(65% - 1px);
}
.mentors-carousel .slick-next {
  right: -1.5vw;
}
.mentors-carousel .slick-prev {
  left: -1.5vw;
}

.actions__row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  left: auto;
  width: 88%;
  right: auto;
  position: absolute;
  bottom: 20px;
}

.carousel__actions {
  top: 60%;
  position: absolute;
  right: -5%;
}
@media (max-width: 1080px) {
  .carousel__actions {
    top: 21%;
    right: 0px;
  }
}

.mentors-carousel .slick-track {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mentors-carousel .shortcode__flex__column {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  padding-top: 10px;
  padding-bottom: 10px;
}

/*Show slick carousel next slide preview*/
.mentors-carousel {
  position: relative;
}
.mentors-carousel .slick-list {
  position: relative;
}

/*Fixes a controles de slick carousels*/
.slick-autoplay-toggle-button {
  width: 100%;
  left: auto;
  color: black;
  bottom: -64px;
}

.action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 120px;
  height: 120px;
  z-index: 500;
  position: relative;
  margin: auto;
  margin-bottom: -40px;
  border-radius: 50% 50% 50% 50%;
  overflow: hidden;
  border-width: 5px;
  border-color: #ffffff;
  border-style: solid;
  -webkit-box-shadow: 4px 6px 9px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 6px 9px 0px rgba(0, 0, 0, 0.2);
}
.media img {
  position: relative;
}
.media .info {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 11px;
  line-height: 14px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%);
}

.content-box {
  background-color: #1069b2;
  overflow: hidden;
  padding-top: 45px;
  padding-right: 15px;
  padding-bottom: 45px;
  padding-left: 15px;
  width: 100%;
  border-radius: 8px;
  height: 220px;
}
@media (max-width: 980px) {
  .content-box {
    margin: auto;
    width: 100%;
    height: auto;
  }
}
.content-box .info {
  margin: 15px auto;
}
.content-box .info p {
  color: white !important;
  font-size: clamp(14px, 2.5vw, 16px); /* Usar clamp para el tamaño de fuente */
  font-weight: 400;
}

.position {
  font-size: clamp(12px, 2.5vw, 12px); /* Usar clamp para el tamaño de fuente */
  line-height: 16px;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 15px;
  font-weight: 400;
  text-align: center;
}

#et-main-area {
  overflow: hidden;
}

.blog-content {
  max-width: 1180px;
  width: 90%;
  margin: 0px auto;
  padding-bottom: 45px;
  padding-top: 45px;
}
@media (max-width: 767px) {
  .blog-content {
    width: 100%;
    padding-top: 0px;
  }
}
.blog-content:first-child {
  padding-top: 150px;
}
.blog-content .post__content {
  margin: 10px auto 0px auto;
}
.blog-content .mas__populares {
  margin: 15px auto 0px 15px;
}
@media (max-width: 1180px) and (min-width: 768px) {
  .blog-content .mas__populares {
    margin: 10px auto;
  }
}
.blog-content section.main__posts {
  padding-top: 15px;
  padding-bottom: 15px;
}
.blog-content ul.slick-dots li {
  background: #113b54;
  opacity: 0.2;
}
.blog-content ul.slick-dots .slick-active {
  background: #113b54;
  opacity: 1;
}
.blog-content ul.slick-dots li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24%;
  flex: 0 0 24%;
  margin: 0px auto;
}
.blog-content .slick-slider button.slick-prev {
  left: 0px;
  bottom: 140px;
}
.blog-content .slick-slider button.slick-next {
  right: 0;
  bottom: 140px;
}
.blog-content .slick-slider button.slick-prev::before {
  color: #113b54;
  border: 3px solid #113b54;
}
.blog-content .slick-slider button.slick-next::after {
  border: 3px solid #113b54;
  color: #113b54;
}
.blog-content .slick-slider button.slick-prev,
.blog-content .slick-slider button.slick-next {
  width: 70px;
  height: 70px;
  display: none !important;
}
.blog-content ul.slick-dots {
  margin: 20px;
}

.lo__ultimo {
  margin: 15px auto 0px 35px;
}
@media (max-width: 1180px) and (min-width: 768px) {
  .lo__ultimo {
    margin: 10px auto;
  }
}
@media (max-width: 767px) {
  .lo__ultimo {
    margin: auto;
    max-width: 90%;
  }
}
@media (max-width: 980px) {
  .lo__ultimo .post__content {
    max-width: 100%;
  }
}
.lo__ultimo .post__content .blog__title {
  font: normal normal 500 24px/29px "Helvetica Neue", Helvetica, Arial, Lucida, sans-serif !important;
}
@media (max-width: 767px) {
  .lo__ultimo .post__content .blog__title {
    font: normal normal 500 18px/22px "Helvetica Neue", Helvetica, Arial, Lucida, sans-serif !important;
  }
}

.main__post--half {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  margin: 20px 15px;
}

.posts__row--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 980px) {
  .posts__row--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.posts__left_col {
  margin: 0 auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 62%;
  flex: 0 0 62%;
}
@media (max-width: 1180px) and (min-width: 768px) {
  .posts__left_col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.posts__left_col .main__post--full {
  padding-bottom: 15px;
  margin-bottom: 35px;
  position: relative;
}
@media (max-width: 767px) {
  .posts__left_col .main__post--full .post__content {
    margin: 15px auto;
    max-width: 90%;
  }
}
.posts__left_col .main__post--full img {
  width: 628px;
  height: 400px;
}
@media (max-width: 1180px) and (min-width: 768px) {
  .posts__left_col .main__post--full img {
    height: auto;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .posts__left_col .main__post--full img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 1181px) {
  .posts__left_col .main__post--full p {
    width: 628px;
  }
}
@media (max-width: 1180px) and (min-width: 768px) {
  .posts__left_col .main__post--full p {
    height: auto;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .posts__left_col .main__post--full p {
    display: none;
  }
}
@media (max-width: 767px) {
  .posts__left_col .main__post--full .post__author {
    display: block;
    width: auto;
  }
}
.posts__left_col .main__post--full::after {
  content: "";
  background-color: #6e7148;
  display: block;
  height: 1px;
  width: 628px;
  position: absolute;
  bottom: 0;
}
@media (max-width: 1180px) and (min-width: 768px) {
  .posts__left_col .main__post--full::after {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .posts__left_col .main__post--full::after {
    display: none;
  }
}
.posts__left_col .main__post--half {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin: 15px auto;
}
@media (max-width: 767px) {
  .posts__left_col .main__post--half {
    display: block;
  }
}
.posts__left_col .main__post--half .main__cards--half {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 30px;
  margin: 15px;
}
@media (max-width: 1180px) and (min-width: 768px) {
  .posts__left_col .main__post--half .main__cards--half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
  }
}
.posts__left_col .main__post--half .main__cards--half .category__link {
  font: normal normal 500 14px/18px "Helvetica Neue", Helvetica, Arial, Lucida, sans-serif;
}
@media (max-width: 767px) {
  .posts__left_col .main__post--half .main__cards--half .category__link {
    padding-left: 0px !important;
  }
}
.posts__left_col .main__post--half .main__cards--half .post__title {
  font: normal normal 500 21px/25px "Helvetica Neue", Helvetica, Arial, Lucida, sans-serif;
}
@media (min-width: 981px) {
  .posts__left_col .main__post--half .main__cards--half .category__link,
  .posts__left_col .main__post--half .main__cards--half .post__title,
  .posts__left_col .main__post--half .main__cards--half .post__author {
    width: 260px;
  }
}
.posts__left_col .main__post--half .main__cards--half::after {
  content: "";
  background-color: #6e7148;
  display: block;
  height: 1px;
  width: 260px;
  position: absolute;
  bottom: 0;
}
@media (min-width: 768px) and (max-width: 980px) {
  .posts__left_col .main__post--half .main__cards--half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
  }
}
.posts__left_col .main__post--half .main__cards--half img {
  width: 260px;
  height: 174px;
}
@media (max-width: 1180px) and (min-width: 768px) {
  .posts__left_col .main__post--half .main__cards--half img {
    height: auto;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .posts__left_col .main__post--half .main__cards--half img {
    height: auto;
    width: 100%;
  }
}

.posts__right_col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  margin-left: auto;
}
@media (max-width: 1180px) and (min-width: 981px) {
  .posts__right_col {
    -webkit-box-flex: 0;
    -ms-flex: auto;
    flex: auto;
    display: block;
  }
}
@media (max-width: 980px) {
  .posts__right_col {
    margin-top: 50px;
    margin-bottom: 50px;
    display: block;
    margin: unset;
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
  }
}
@media (max-width: 767px) {
  .posts__right_col {
    display: none;
  }
}
.posts__right_col .main__post--half {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #6e7148;
  padding-bottom: 15px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .posts__right_col .main__post--half {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .posts__right_col .main__post--half {
    display: inline-block;
  }
}
.posts__right_col .main__post--half img {
  width: 112px;
  height: 112px;
  margin-right: 20px;
}
@media (max-width: 980px) {
  .posts__right_col .main__post--half img {
    height: auto;
    width: 100%;
  }
}
@media (max-width: 768px) and (max-width: 980px) {
  .posts__right_col .main__post--half .main__cards--half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
  }
}
.posts__right_col .main__post--half .main__cards--half .category__link {
  font: normal normal 500 12px/15px "Helvetica Neue", Helvetica, Arial, Lucida, sans-serif;
}
.posts__right_col .main__post--half .main__cards--half .post__title {
  font: normal normal 500 16px/19px "Helvetica Neue", Helvetica, Arial, Lucida, sans-serif;
}
.posts__right_col .main__post--half .main__cards--half .post__author {
  font: normal normal 500 14px/18px "Helvetica Neue", Helvetica, Arial, Lucida, sans-serif;
}
.posts__right_col .main__post--half .main__cards--half .post__author .post__by {
  font: normal normal 500 12px/18px "Helvetica Neue", Helvetica, Arial, Lucida, sans-serif;
}
.posts__right_col .newsletter__background {
  background: transparent url("../images/fotos/quienes_somos.png") 0% 0% no-repeat padding-box;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-direction: column;
  padding: 40px;
  position: relative;
}
@media (max-width: 1180px) {
  .posts__right_col .newsletter__background {
    display: block;
    width: auto;
    height: auto;
    text-align: center;
    margin-bottom: 40px;
    padding: 80px;
  }
}
.posts__right_col .newsletter__background .post__title--background {
  color: #ffffff;
  font: normal normal 500 24px/29px "Helvetica Neue", Helvetica, Arial, Lucida, sans-serif;
  letter-spacing: 0px;
  opacity: 1;
  text-align: left;
}
.posts__right_col .newsletter__background .post__content--background {
  font: normal normal 500 24px/29px "Josefin Sans", Helvetica, Arial, Lucida, sans-serif !important;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  text-align: left;
}

.blog__title {
  font: normal normal 500 24px/29px "Helvetica Neue", Helvetica, Arial, Lucida, sans-serif !important;
  letter-spacing: 0px;
  color: #113b54;
  opacity: 1;
}
@media (min-width: 981px) {
  .blog__title {
    width: 628px;
  }
}
@media (max-width: 767px) {
  .blog__title {
    padding-left: 0;
    margin: auto;
  }
}

.main__post__row--full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .main__post__row--full {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.main__post__row--full .main__cards--latest.latest__posts--half {
  -webkit-box-flex: 0;
  -ms-flex: auto;
  flex: auto;
  margin: 20px auto;
  position: relative;
  text-align: center;
}
@media (max-width: 1180px) and (min-width: 768px) {
  .main__post__row--full .main__cards--latest.latest__posts--half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  .main__post__row--full .main__cards--latest.latest__posts--half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
.main__post__row--full .main__cards--latest.latest__posts--half img {
  width: 536px;
  height: 297px;
}
@media (max-width: 767px) {
  .main__post__row--full .main__cards--latest.latest__posts--half img {
    width: auto;
    height: 120px;
  }
}
.main__post__row--full .main__cards--latest.latest__posts--half:first-child::before {
  content: "";
  background-color: rgba(64, 98, 118, 0.2);
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1180px) and (min-width: 768px) {
  .main__post__row--full .main__cards--latest.latest__posts--half:first-child::before {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .main__post__row--full .main__cards--latest.latest__posts--half:first-child::before {
    display: none;
  }
}
.main__post__row--full .main__cards--latest.latest__posts--half .post__title {
  width: 444px;
}
@media (max-width: 980px) {
  .main__post__row--full .main__cards--latest.latest__posts--half .post__title {
    width: 90%;
    font: normal normal 500 18px/22px "Helvetica Neue", Helvetica, Arial, Lucida, sans-serif;
  }
}
.main__post__row--full .main__cards--latest.latest__posts--half .post__content.author__row {
  position: absolute;
  bottom: 0;
}
@media (min-width: 768px) and (max-width: 980px) {
  .main__post__row--full .main__cards--latest.latest__posts--half .post__content.author__row {
    position: relative;
  }
}
@media (max-width: 767px) {
  .main__post__row--full .main__cards--latest.latest__posts--half .post__content.author__row {
    position: relative;
  }
}
.main__post__row--full .category__link {
  font: normal normal 500 14px/18px "Helvetica Neue", Helvetica, Arial, Lucida, sans-serif;
  letter-spacing: 0px;
  color: #6e7148;
  opacity: 1;
  text-transform: uppercase;
}
.rentamarkets__tv {
  background: #f1f3f5 0% 0% no-repeat padding-box;
  padding-bottom: 45px;
}
.rentamarkets__tv .posts__row--flex {
  margin: 0 auto;
  max-width: 1180px;
}
.rentamarkets__tv .posts__left_col {
  margin: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  position: relative;
}
@media (max-width: 1180px) {
  .rentamarkets__tv .posts__left_col {
    -webkit-box-flex: 0;
    -ms-flex: auto;
    flex: auto;
  }
}
.rentamarkets__tv .posts__left_col .main__post--full img {
  width: 100%;
}
@media (max-width: 1180px) {
  .rentamarkets__tv .posts__left_col .main__post--fullvideo {
    margin: auto;
    max-width: 95%;
  }
}
@media (max-width: 1180px) and (min-width: 768px) {
  .rentamarkets__tv .posts__left_col .main__post--fullvideo {
    margin: auto;
    max-width: 95%;
  }
}
@media (max-width: 767px) {
  .rentamarkets__tv .posts__left_col .main__post--fullvideo {
    max-width: 100%;
  }
}
@media (max-width: 980px) {
  .rentamarkets__tv .posts__left_col .main__post--fullvideo .post__content {
    max-width: 90%;
    margin: 15px auto;
  }
}
.rentamarkets__tv .posts__left_col .et_main_video_container iframe {
  height: 501px;
}
@media (max-width: 767px) {
  .rentamarkets__tv .posts__left_col .et_main_video_container iframe {
    height: 235px;
  }
}
.rentamarkets__tv .main__post--full,
.rentamarkets__tv .main__post--half {
  border: unset;
}
.rentamarkets__tv .sidebar-videos {
  border-bottom: 1px solid #9fb0ba;
  padding: 5%;
  border: unset;
}
@media (max-width: 1180px) {
  .rentamarkets__tv .sidebar-videos {
    padding: 2%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
.rentamarkets__tv .posts__right_col {
  height: 600px;
  overflow-y: scroll;
  overflow-x: hidden;
}
@media (max-width: 1180px) {
  .rentamarkets__tv .posts__right_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -ms-flex: auto;
    flex: auto;
    height: auto !important;
  }
}
.rentamarkets__tv .posts__right_col .post__title {
  font: normal normal 500 16px/19px "Helvetica Neue", Helvetica, Arial, Lucida, sans-serif;
  letter-spacing: 0px;
  color: #6e7148;
  opacity: 1;
}
@media (max-width: 767px) {
  .rentamarkets__tv .posts__right_col .post__title {
    font: normal normal 500 14px/18px "Helvetica Neue", Helvetica, Arial, Lucida, sans-serif !important;
  }
}
.rentamarkets__tv .posts__right_col .et_main_video_container iframe {
  height: 220px;
}
@media (max-width: 767px) {
  .rentamarkets__tv .posts__right_col .et_main_video_container iframe {
    width: 166px;
    height: 109px;
  }
}

.page-template iframe {
  margin-left: unset !important;
}

.post__title--tv {
  padding-top: 45px;
  padding-bottom: 45px;
  text-align: center;
  margin: auto;
}
@media (max-width: 767px) {
  .post__title--tv {
    padding-top: 35px;
    padding-bottom: 20px;
    margin: auto;
    font: normal normal 500 18px/22px "canaro-medium", Helvetica, Arial, Lucida, sans-serif !important;
  }
}

.post__featured__image {
  width: 100%;
  height: 500px;
}
@media (max-width: 767px) {
  .post__featured__image {
    width: 414px;
    height: 235px;
  }
}

.single__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 90%;
  margin: auto;
}
@media (max-width: 980px) {
  .single__content {
    width: 85%;
  }
}
@media (max-width: 1200px) and (min-width: 981px) {
  .single__content .post__title {
    font: normal normal 500 15px/19px "Helvetica Neue", Helvetica, Arial, Lucida, sans-serif;
  }
}
@media (max-width: 1200px) and (min-width: 981px) {
  .single__content .category__link {
    font: normal normal 500 12px/19px "Helvetica Neue", Helvetica, Arial, Lucida, sans-serif;
  }
}
@media (max-width: 1200px) and (min-width: 981px) {
  .single__content .post__author {
    font: normal normal 500 14px/19px "Helvetica Neue", Helvetica, Arial, Lucida, sans-serif;
  }
}
.single__content .single__row {
  margin: 15px auto 0px auto;
}
.single__content .single__row p {
  font: normal normal normal 16px/19px "Josefin Sans Regular";
  letter-spacing: 0px;
  color: #6e7148;
}
@media (max-width: 1200px) and (min-width: 981px) {
  .single__content .single__row p {
    font: normal normal normal 14px/19px "Josefin Sans Regular";
  }
}
.single__content .single__row p a {
  font: normal normal 500 16px/19px "Helvetica Neue", Helvetica, Arial, Lucida, sans-serif;
  color: #6e7148;
  text-decoration: underline;
}
.single__content .single__row h2,
.single__content .single__row h3,
.single__content .single__row h4,
.single__content .single__row h5,
.single__content .single__row h6 {
  font: normal normal 500 24px/19px "Helvetica Neue", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 600;
  letter-spacing: 0px;
  color: #6e7148;
  margin: 20px 0px;
}
@media (max-width: 980px) {
  .single__content .single__row h2,
  .single__content .single__row h3,
  .single__content .single__row h4,
  .single__content .single__row h5,
  .single__content .single__row h6 {
    font: normal normal 500 18px/19px "Helvetica Neue", Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
  }
}
.single__content .single__row h3,
.single__content .single__row h4,
.single__content .single__row h5,
.single__content .single__row h6 {
  font: normal normal 500 22px/44px "Helvetica Neue", Helvetica, Arial, Lucida, sans-serif;
}
@media (max-width: 980px) {
  .single__content .single__row h3,
  .single__content .single__row h4,
  .single__content .single__row h5,
  .single__content .single__row h6 {
    font: normal normal 500 16px/19px "Helvetica Neue", Helvetica, Arial, Lucida, sans-serif;
  }
}
.single__content .single__left__col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  margin: 40px auto;
}
@media (max-width: 1024px) {
  .single__content .single__left__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 5px auto;
  }
}
.single__content .single__right__col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  margin: 40px auto;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .single__content .single__right__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 5px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .single__content .single__right__col {
    display: block;
    margin: 5px auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 1280px) and (min-width: 768px) {
  .single__content .single__right__col .centered {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .single__content .single__right__col .centered {
    text-align: center;
  }
}
.single__content .single__right__col .post__title--sidebar {
  font: normal normal 500 24px/29px "Helvetica Neue", Helvetica, Arial, Lucida, sans-serif;
}
@media (max-width: 767px) {
  .single__content .single__right__col .post__title--sidebar {
    margin-left: 0px;
    font: normal normal 500 18px/22px "Helvetica Neue", Helvetica, Arial, Lucida, sans-serif;
  }
}
.single__content .single__right__col .main__post--half {
  position: relative;
  margin: 40px auto;
}
@media (max-width: 980px) and (min-width: 768px) {
  .single__content .single__right__col .main__post--half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    margin: 20px auto;
  }
}
@media (max-width: 767px) {
  .single__content .single__right__col .main__post--half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 20px;
    display: none;
  }
}
.single__content .single__right__col .main__post--half::after {
  content: "";
  background-color: #6e7148;
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -15px;
}
@media (max-width: 767px) {
  .single__content .single__right__col .main__post--half::after {
    display: none;
  }
}
.single__content .single__category {
  font: normal normal 500 16px/19px "Helvetica Neue", Helvetica, Arial, Lucida, sans-serif;
  letter-spacing: 0px;
  color: #6e7148;
  opacity: 1;
}
@media (max-width: 1200px) and (min-width: 981px) {
  .single__content .single__category {
    font: normal normal 500 14px/19px "Helvetica Neue", Helvetica, Arial, Lucida, sans-serif;
  }
}
.single__content .single__title {
  font: normal normal 500 36px/44px "Helvetica Neue", Helvetica, Arial, Lucida, sans-serif;
  letter-spacing: 0px;
  color: #6e7148;
  opacity: 1;
  margin: 0;
  width: 720px;
}
@media (max-width: 1200px) and (min-width: 981px) {
  .single__content .single__title {
    font: normal normal 500 26px/44px "Helvetica Neue", Helvetica, Arial, Lucida, sans-serif;
    width: 100%;
  }
}
@media (max-width: 980px) {
  .single__content .single__title {
    font: normal normal 500 24px/29px "Helvetica Neue", Helvetica, Arial, Lucida, sans-serif;
    width: auto;
  }
}
.single__content .single__author {
  text-align: left;
  font: normal normal 500 16px/19px "Helvetica Neue", Helvetica, Arial, Lucida, sans-serif;
  letter-spacing: 0px;
  color: #6e7148;
}
@media (max-width: 1200px) and (min-width: 981px) {
  .single__content .single__author {
    font: normal normal 500 14px/19px "Helvetica Neue", Helvetica, Arial, Lucida, sans-serif;
  }
}
.single__content .single__by {
  text-align: left;
  font: normal normal 300 12px/15px "Helvetica Neue", Helvetica, Arial, Lucida, sans-serif;
  letter-spacing: 0px;
  color: #9fb0ba;
}
.single__content .single__date {
  font: normal normal 500 12px/15px "Helvetica Neue", Helvetica, Arial, Lucida, sans-serif;
  letter-spacing: 0px;
  color: #6e7148;
  opacity: 1;
  margin-top: 10px;
}

.single__tags {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single__tags a {
  border: 1px solid #6e7148;
  border-radius: 3px;
  color: #6e7148;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  font: normal normal 500 12px/15px "Helvetica Neue", Helvetica, Arial, Lucida, sans-serif;
  margin: 10px;
  letter-spacing: 0px;
  padding: 1%;
  opacity: 1;
  text-align: center;
}

.single__content__row {
  border-bottom: 1px solid #9fb0ba;
  padding-bottom: 35px;
}

.full-single-content {
  background: #f1f3f5 0% 0% no-repeat padding-box;
  opacity: 1;
}
.full-single-content .container {
  max-width: 1180px;
  width: 90%;
  margin: 0px auto;
  padding-bottom: 45px;
  padding-top: 45px;
}
@media (max-width: 1200px) and (min-width: 981px) {
  .full-single-content .container {
    width: 100%;
  }
}
@media (max-width: 980px) {
  .full-single-content .container {
    width: 100%;
  }
}
.full-single-content .container .blog__title__alt {
  margin: auto;
}
@media (max-width: 767px) {
  .full-single-content .container .blog__title__alt {
    font: normal normal 500 18px/22px "Helvetica Neue", Helvetica, Arial, Lucida, sans-serif !important;
    letter-spacing: 0px;
    color: #6e7148;
    text-transform: uppercase;
    opacity: 1;
    width: 100%;
  }
}
@media (max-width: 980px) {
  .full-single-content .posts__container--full {
    max-width: 90%;
    margin: auto;
  }
}
.full-single-content .posts__container--full .main__post__row--full {
  position: relative;
}
@media (max-width: 767px) {
  .full-single-content .posts__container--full .main__post__row--full::after {
    content: "";
    background-color: #9fb0ba;
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: -15px;
  }
}
.full-single-content .single__post__title {
  text-align: center;
  position: relative;
}
.full-single-content .single__post__title .blog__title {
  font: normal normal 500 24px/29px "Helvetica Neue", Helvetica, Arial, Lucida, sans-serif !important;
}
@media (max-width: 767px) {
  .full-single-content .single__post__title .blog__title {
    padding-top: 50px;
    padding-bottom: 0px;
    font-size: 18px !important;
    text-align: left;
    max-width: 90%;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .full-single-content .single__post__title .blog__title::after {
    content: "";
    background-color: #9fb0ba;
    display: block;
    height: 1px;
    width: 90%;
    position: absolute;
    bottom: -15px;
  }
}
.full-single-content .posts__row--flex .main__post--half {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  margin: 20px auto;
}
@media (max-width: 1200px) and (min-width: 981px) {
  .full-single-content .posts__row--flex .main__cards--half .post__title {
    font: normal normal 500 15px/19px "Helvetica Neue", Helvetica, Arial, Lucida, sans-serif;
  }
}
@media (max-width: 1200px) and (min-width: 981px) {
  .full-single-content .posts__row--flex .main__cards--half .category__link {
    font: normal normal 500 12px/19px "Helvetica Neue", Helvetica, Arial, Lucida, sans-serif;
  }
}
@media (max-width: 1200px) and (min-width: 981px) {
  .full-single-content .posts__row--flex .main__cards--half .post__author {
    font: normal normal 500 14px/19px "Helvetica Neue", Helvetica, Arial, Lucida, sans-serif;
  }
}

@media (max-width: 767px) {
  .mas__populares {
    margin: 10px auto !important;
    max-width: 95%;
    display: none;
  }
}
@media (max-width: 767px) {
  .mas__populares .blog__title {
    font: normal normal 500 18px/19px "Helvetica Neue", Helvetica, Arial, Lucida, sans-serif !important;
  }
}

@media (max-width: 767px) {
  .ultimas__entradas .main__post--half {
    border-bottom: 0px !important;
  }
}
@media (max-width: 767px) {
  .ultimas__entradas {
    margin: auto;
    max-width: 90%;
    display: none;
  }
}
@media (max-width: 767px) {
  .ultimas__entradas img {
    margin: auto !important;
    max-width: 90% !important;
  }
}
@media (max-width: 767px) {
  .ultimas__entradas .main__cards--half {
    margin: auto;
    max-width: 90% !important;
  }
}

.mas__publicaciones {
  padding-left: 25px;
}
@media (max-width: 1180px) {
  .mas__publicaciones {
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .mas__publicaciones {
    margin: auto;
    max-width: 90%;
  }
}
@media (max-width: 980px) {
  .mas__publicaciones .post__content {
    max-width: 100%;
  }
}
.mas__publicaciones .post__content .blog__title {
  font: normal normal 500 24px/29px "Helvetica Neue", Helvetica, Arial, Lucida, sans-serif;
}
@media (max-width: 767px) {
  .mas__publicaciones .post__content .blog__title {
    font: normal normal 500 18px/22px "Helvetica Neue", Helvetica, Arial, Lucida, sans-serif !important;
  }
}

@media (max-width: 767px) {
  .posts__mitad,
  .suscribe {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .responsive-only {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .desktops-only {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .carrusel-responsive .post-container .post__card .thumbnail-row img {
    width: 274px;
    height: 235px;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .carrusel-responsive .post-container .post__card .content-row {
    margin: 20px auto;
  }
}
.carrusel-responsive .post-container .post__card .content-row .title {
  color: #6e7148;
}
.carrusel-responsive .post-container .post__card .content-row .title a {
  color: #6e7148;
}
@media (max-width: 767px) {
  .carrusel-responsive .post-container .post__card .content-row .title a {
    margin: 20px auto;
    font-size: 24px !important;
    line-height: 29px;
  }
}

.posts__right_col .newsletter__background {
  background: transparent url(../images/fotos/quiene.png) 0% 0% no-repeat padding-box !important;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px;
  position: relative;
}

.grid-post {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 25px;
  max-width: 1180px;
  margin: auto;
}

.category__link {
  color: #000;
  font: normal normal 500 12px/19px "Helvetica Neue", Helvetica, Arial, Lucida, sans-serif;
  letter-spacing: 0px;
  opacity: 1;
  text-align: left;
  text-transform: uppercase !important;
  margin-top: 5px;
}
@media (max-width: 768px) and (max-width: 980px) {
  .category__link {
    font: normal normal 500 14px/19px "Helvetica Neue", Helvetica, Arial, Lucida, sans-serif;
  }
}
.category__link:hover {
  font-weight: 500;
  color: #d65f00;
  text-decoration: unset;
}

.post__title {
  color: #6e7148;
  font: normal normal 600 24px/29px "Helvetica Neue", Helvetica, Arial, Lucida, sans-serif;
  letter-spacing: 0px;
  opacity: 1;
  text-align: left;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .post__title {
    font: normal normal 600 20px/26px "Helvetica Neue", Helvetica, Arial, Lucida, sans-serif;
  }
}
.post__title--sidebar {
  color: #6e7148;
  font: normal normal 500 18px/22px "Helvetica Neue", Helvetica, Arial, Lucida, sans-serif;
}

.post__content {
  letter-spacing: 0px;
  opacity: 1;
  text-align: left;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.excerpt {
  font: normal normal 400 16px/19px "Josefin Sans", Helvetica, Arial, Lucida, sans-serif !important;
}

.post__author {
  color: #6e7148;
  font: normal normal 700 14px/19px "Helvetica Neue", Helvetica, Arial, Lucida, sans-serif !important;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: unset;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}

small.post__by {
  text-align: left;
  letter-spacing: 0px;
}

small.post__by + a {
  font: normal normal 600 12px/19px "Helvetica Neue", Helvetica, Arial, Lucida, sans-serif;
  color: black;
  line-height: 1.5;
  margin-top: 5px;
}

i:hover {
  cursor: pointer;
}

.author__content a {
  letter-spacing: 2.4px;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.author__content a:hover {
  text-decoration: unset;
  color: #6e7148;
}

.arrow-right {
  font: normal normal 300 16px/20px "Helvetica Neue", Helvetica, Arial, Lucida, sans-serif;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  opacity: 1;
  z-index: 10;
}
.arrow-right:hover {
  color: #fff;
  cursor: pointer;
}

.arrow-img {
  height: 15px;
  width: auto;
}

a.arrow-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.pagination {
  text-align: center;
  margin-top: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination a,
.pagination span {
  display: inline-block;
  padding: 8px 16px;
  margin: 0 2px;
  border: 1px solid #ddd;
  color: #6e7148;
  text-decoration: none;
}

.pagination .current {
  background-color: #d65f00;
  color: white;
  border-color: #d65f00;
}

.pagination a:hover {
  background-color: #d65f00;
  color: white;
}

.main-search {
  max-width: 768px;
  margin: auto;
}
.main-search .search-bar {
  padding: 10px;
  background-color: rgba(110, 113, 72, 0.2117647059);
  border-radius: 40px;
}

#search-input-global {
  padding: 28px 15px !important;
  height: 60px;
  border-radius: 40px !important;
}

button#search-button-global {
  padding: 17px 40px !important;
  border-radius: 40px !important;
}

body,
input,
textarea,
select {
  font-family: "Josefin Sans", Helvetica, Arial, Lucida, sans-serif;
}

.single h1,
.single h2,
.single h3,
.single h4,
.single h5,
.single h6 {
  margin: unset;
}
.single h1 span,
.single h2 span,
.single h3 span,
.single h4 span,
.single h5 span,
.single h6 span {
  font-weight: 700 !important;
}
.single ul {
  list-style-position: inside;
}

.titulo__especialidad {
  text-align: center;
}
@media (min-width: 768px) {
  .titulo__especialidad {
    font-size: 51px;
  }
}
@media (max-width: 767px) {
  .titulo__especialidad {
    font-size: 32px;
  }
}
.titulo__especialidad--blanco {
  color: #fff;
}

.breadcrumb {
  gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: unset !important;
  color: #fff;
}
.breadcrumb a {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  text-decoration: underline;
  font-family: "Helvetica Neue" !important;
}
.breadcrumb a:hover {
  color: #fff;
}

.active__service__link {
  font-weight: 700 !important;
  font-family: "Helvetica Neue" !important;
  font-size: 16px !important;
}

.woocommerce-ResetPassword {
  margin: auto;
}
@media (min-width: 981px) {
  .woocommerce-ResetPassword {
    min-width: 768px;
    max-width: 768px;
  }
}
@media (max-width: 980px) {
  .woocommerce-ResetPassword {
    max-width: 95%;
    width: 95%;
  }
}
.woocommerce-ResetPassword p {
  font-weight: 700 !important;
  font-family: "Helvetica Neue" !important;
}
@media (min-width: 981px) {
  .woocommerce-ResetPassword p {
    font-size: 20px !important;
  }
}
@media (max-width: 980px) {
  .woocommerce-ResetPassword p {
    font-size: 20px !important;
  }
}
.woocommerce-ResetPassword .woocommerce-form-row {
  display: block !important;
}
.woocommerce-ResetPassword .form-row-last {
  width: 100% !important;
}

.woocommerce form .form-row-firstt {
  display: block !important;
}

span#password-length-error {
  color: red;
  display: block;
  margin-top: 15px;
}

.woocommerce form .show-password-input::after,
.woocommerce-page form .show-password-input::after {
  height: auto;
  position: absolute;
  top: 20px;
  right: 0;
  bottom: 0;
}

.show-password-input {
  top: 50% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
/*# sourceMappingURL=main.css.map */