#webc-mobile-filter-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
  transform: translateX(-100%);
  transition: all 0.6s ease-in-out;
  opacity: 0;
}
#webc-mobile-filter-overlay.active {
  transition: all 0.6s ease-in-out;
  transform: translateX(0);
  opacity: 1;
}
#webc-mobile-filter-overlay.active .overlay-extra {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000045;
  z-index: -1;
  transition: all 0.6s ease-in-out;
}
#webc-mobile-filter-overlay .content-filter-mv {
  max-width: 370px;
  height: 100%;
  background: var(--theme-white);
  box-shadow: 2px 0 12px rgba(0, 0, 0, 0.1);
  padding-bottom: 50px;
}
#webc-mobile-filter-overlay .content-filter-mv .webc-mobile-filter-header span a picture img {
  max-width: 75px;
}
#webc-mobile-filter-overlay .content-filter-mv .webc-mobile-filter-content {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding-bottom: 100px !important;
}
#webc-mobile-filter-overlay .content-filter-mv .webc-mobile-filter-content .webc-filter-set.webc-fs-484 {
  margin-bottom: 15px;
}
.extra-filter-btn {
  background: #F3F9FF;
  border: 1px solid #EBECEF;
  border-radius: 10px;
  box-shadow: none;
  padding: 15px 20px;
  margin-bottom: 40px !important;
}
.extra-filter-btn span {
  font-family: var(--theme-font);
  font-weight: 500;
  color: var(--theme-black);
  font-size: 16px;
  line-height: 16px;
}
#ef_filtro_buscador {
  margin-bottom: 21px;
}
.webc-filter-set {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: #1e293b;
}
.webc-filter-set .webc-filter-form {
  border-radius: 12px;
  background: #F3F9FF;
  border: 1px solid #EBECEF;
  padding: 30px;
}
.webc-filter-set .webc-hidden-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  pointer-events: none;
}
.webc-filter-set .webc-widget {
  margin-bottom: 0px;
  overflow: hidden;
  transition: all 0.2s ease;
  padding-top: 23px;
  padding-bottom: 23px;
  border-bottom: 1px dashed #EBECEF;
}
.webc-filter-set .webc-widget:first-of-type {
  padding-top: 0;
}
.webc-filter-set .webc-widget .webc-widget-header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  margin-bottom: 24px;
}
.webc-filter-set .webc-widget .webc-widget-header h6 {
  margin: 0;
  color: var(--theme-black);
  font-family: var(--theme-font);
  font-weight: 500;
  font-size: 18px;
  line-height: 21.6px;
  letter-spacing: 0px;
  vertical-align: middle;
}
.webc-filter-set .webc-widget .webc-widget-header .toggle-icon {
  font-size: 1.2rem;
  color: #0E1422;
  transition: transform 0.3s ease;
  line-height: 1;
}
.webc-filter-set .webc-widget .webc-widget-header.collapsed .toggle-icon {
  transform: rotate(-180deg);
}
.webc-filter-set .webc-widget .webc-widget-content {
  /* padding: 1.25rem;
			padding-top: 0.5rem; */
  border-top: 1px solid transparent;
}
.webc-filter-set .webc-widget .webc-widget-content.hidden {
  display: none;
}
.webc-filter-set .webc-widget .webc-internal-search {
  margin-bottom: 0.75rem;
  position: relative;
}
.webc-filter-set .webc-widget .webc-internal-search input {
  width: 100%;
  padding: 13px 25px;
  padding-right: 2rem;
  border: none;
  border-radius: 800px;
  background: var(--theme-white);
  color: var(--theme-gray);
  font-family: var(--theme-font);
  font-weight: 400;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  border: 1px solid #EBECEF;
}
.webc-filter-set .webc-widget .webc-internal-search input:focus {
  outline: none;
  border-color: none;
}
.webc-filter-set .webc-widget .webc-internal-search::before {
  content: '\f179';
  font-family: 'dashicons';
  position: absolute;
  right: 0.6rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--theme-black-title);
  font-size: 22px;
  pointer-events: none;
}
.webc-filter-set .webc-widget .webc-widget-list {
  max-height: 220px;
  overflow-y: auto;
  padding-right: 5px;
}
.webc-filter-set .webc-widget .webc-widget-list::-webkit-scrollbar {
  width: 4px;
}
.webc-filter-set .webc-widget .webc-widget-list::-webkit-scrollbar-track {
  background: transparent;
}
.webc-filter-set .webc-widget .webc-widget-list::-webkit-scrollbar-thumb {
  background-color: #cbd5e1;
  border-radius: 4px;
}
.webc-filter-set .webc-widget .form-check {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  padding-bottom: 16px;
}
.webc-filter-set .webc-widget .form-check:last-child {
  margin-bottom: 0;
  padding-bottom: 0px;
}
.webc-filter-set .webc-widget .form-check .form-check-input {
  margin-top: 0px;
  margin-right: 0.6rem;
  border-radius: 3px !important;
  cursor: pointer;
  width: 18px;
  height: 18px;
  border: 1px solid #DFE0E4;
}
.webc-filter-set .webc-widget .form-check .form-check-input:focus {
  box-shadow: none;
}
.webc-filter-set .webc-widget .form-check .form-check-label {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.webc-filter-set .webc-widget .form-check .form-check-label span {
  color: var(--theme-black);
  font-family: var(--theme-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  vertical-align: middle;
  text-transform: lowercase;
}
.webc-filter-set .webc-widget .form-check .form-check-label span::first-letter {
  text-transform: uppercase;
}
.webc-filter-set .webc-widget .form-check .form-check-label .count-badge {
  font-family: var(--theme-font);
  font-weight: 400;
  font-size: 14px;
  line-height: 175%;
  letter-spacing: 0px;
  color: #474B57;
}
.webc-filter-set .webc-widget .webc-swatches-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.webc-filter-set .webc-widget .webc-swatches-grid .webc-swatch-color {
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  transition: transform 0.2s;
  display: block;
}
.webc-filter-set .webc-widget .webc-swatches-grid .webc-swatch-color:hover {
  transform: scale(1.1);
}
.webc-filter-set .webc-widget .webc-swatches-grid .webc-swatch-color .swatch-check {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  pointer-events: none;
}
.webc-filter-set .webc-widget .webc-swatches-grid .webc-swatch-color input:checked + .swatch-check::after {
  content: '';
  position: absolute;
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
  border: 1px solid #0E1422;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #fff inset;
}
.webc-filter-set .webc-widget .webc-boxes-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.webc-filter-set .webc-widget .webc-boxes-grid .webc-box-item {
  cursor: pointer;
  padding: 8px 10px;
  border: 1px solid #E6E7E8;
  border-radius: 4px;
  background: var(--theme-white);
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  user-select: none;
}
.webc-filter-set .webc-widget .webc-boxes-grid .webc-box-item .box-label {
  color: #5C5F6A;
  font-family: var(--theme-font);
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  text-transform: lowercase;
}
.webc-filter-set .webc-widget .webc-boxes-grid .webc-box-item:has(input:checked) {
  border: 1px solid #0E1422;
}
.webc-filter-set .webc-widget .webc-boxes-grid .webc-box-item:has(input:checked) .box-label {
  color: #0E1422;
  font-weight: 600;
}
.webc-filter-set .webc-widget .webc-image-list .form-check .webc-mini-thumb {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  object-fit: cover;
  border: 1px solid #e2e8f0;
}
.webc-filter-set .webc-widget .webc-image-list .form-check input:checked ~ .form-check-label {
  font-weight: 600;
  color: #3b82f6;
}
.webc-filter-set .webc-widget .webc-image-list .form-check input:checked ~ .form-check-label .webc-mini-thumb {
  border-color: #3b82f6;
}
.webc-filter-set .webc-widget .webc-images-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.webc-filter-set .webc-widget .webc-images-grid .webc-swatch-image {
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 3px;
  cursor: pointer;
  transition: border-color 0.2s;
}
.webc-filter-set .webc-widget .webc-images-grid .webc-swatch-image:hover {
  border-color: #3b82f6;
}
.webc-filter-set .webc-widget .webc-images-grid .webc-swatch-image img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
  border-radius: 4px;
}
.webc-filter-set .webc-widget .webc-images-grid .webc-swatch-image input:checked ~ img {
  opacity: 0.8;
}
.webc-filter-set .webc-widget .webc-images-grid .webc-swatch-image:has(input:checked) {
  border-color: #3b82f6;
  box-shadow: 0 0 0 1px #3b82f6;
}
.webc-filter-set .webc-widget .webc-range-inputs-wrap {
  padding: 0 0.5rem;
}
.webc-filter-set .webc-widget .webc-range-inputs-wrap .webc-range-slider {
  height: 4px;
  border: 0;
  background: var(--theme-gray);
  box-shadow: none;
  margin-bottom: 1.5rem !important;
}
.webc-filter-set .webc-widget .webc-range-inputs-wrap .webc-range-slider .noUi-connect {
  background: var(--theme-base);
}
.webc-filter-set .webc-widget .webc-range-inputs-wrap .webc-range-slider .noUi-handle {
  width: 14px;
  height: 14px;
  background: #fff;
  border: 2px solid #3b82f6;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  top: -5px;
  right: -7px;
  cursor: grab;
}
.webc-filter-set .webc-widget .webc-range-inputs-wrap .webc-range-slider .noUi-handle::before {
  display: none;
}
.webc-filter-set .webc-widget .webc-range-inputs-wrap .webc-range-slider .noUi-handle::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url('data:image/svg+xml,%3Csvg width="18" height="26" viewBox="0 0 18 26" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"%3E%3Cg filter="url(%23filter0_d_76_2587)"%3E%3Crect width="18" height="18" fill="white"/%3E%3Crect x="1" y="1" width="16" height="16" stroke="%23B0A083" stroke-width="2"/%3E%3Crect x="7" y="6" width="4" height="6" fill="url(%23pattern0_76_2587)"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_d_76_2587" x="0" y="0" width="18" height="26" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeMorphology radius="6" operator="erode" in="SourceAlpha" result="effect1_dropShadow_76_2587"/%3E%3CfeOffset dy="8"/%3E%3CfeGaussianBlur stdDeviation="3"/%3E%3CfeComposite in2="hardAlpha" operator="out"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0.776471 0 0 0 0 0.843137 0 0 0 0 0.858824 0 0 0 0.7 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_76_2587"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_76_2587" result="shape"/%3E%3C/filter%3E%3Cpattern id="pattern0_76_2587" patternContentUnits="objectBoundingBox" width="1" height="1"%3E%3Cuse xlink:href="%23image0_76_2587" transform="scale(0.25 0.166667)"/%3E%3C/pattern%3E%3Cimage id="image0_76_2587" width="4" height="6" preserveAspectRatio="none" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAGCAYAAADkOT91AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowOTQwNEM4MjA0MEQxMUU4ODAxRUY1MEJCMkEzRUNGNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowOTQwNEM4MzA0MEQxMUU4ODAxRUY1MEJCMkEzRUNGNSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA5NDA0QzgwMDQwRDExRTg4MDFFRjUwQkIyQTNFQ0Y1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA5NDA0QzgxMDQwRDExRTg4MDFFRjUwQkIyQTNFQ0Y1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+32t3/QAAABtJREFUeNpiOnb99n8gYABhEJuJAQ1QQwAgwAC8dgz1t+nfTQAAAABJRU5ErkJggg=="/%3E%3C/defs%3E%3C/svg%3E%0A');
  background-repeat: no-repeat;
  background-size: 18px;
  top: -4px;
  left: -4px;
}
.webc-filter-set .webc-widget .webc-range-inputs-wrap .webc-range-inputs {
  display: flex;
  gap: 8px;
  align-items: center;
}
.webc-filter-set .webc-widget .webc-range-inputs-wrap .webc-range-inputs input {
  width: 100%;
  text-align: center;
  border: 1px solid var(--theme-btn-light);
  padding: 0.3rem;
  border-radius: 0px;
  font-family: var(--theme-font-two);
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--theme-title-custom);
}
.webc-filter-set .webc-widget.acf_sgof_metodologia {
  border-bottom: none;
}
.webc-filter-set .widget-search .webc-widget-header .webc-widget-title {
  color: var(--theme-black);
  font-family: var(--theme-font-two);
  font-weight: 700;
  font-size: 24px;
  line-height: 28.8px;
  letter-spacing: 0px;
  vertical-align: middle;
}
.webc-filter-set .widget-search .webc-widget-content .webc-internal-search::before {
  content: "";
  background-image: url('data:image/svg+xml,%3Csvg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M16.6211 15.293L12.9102 11.582C13.3789 10.9831 13.7435 10.3092 14.0039 9.56055C14.2643 8.81185 14.3945 8.02734 14.3945 7.20703C14.3945 6.20443 14.2057 5.26693 13.8281 4.39453C13.4505 3.52214 12.9362 2.76042 12.2852 2.10938C11.6341 1.45833 10.8724 0.944011 10 0.566406C9.1276 0.188803 8.19661 0 7.20703 0C6.20443 0 5.26693 0.188803 4.39453 0.566406C3.52214 0.944011 2.76042 1.45833 2.10938 2.10938C1.45833 2.76042 0.94401 3.52214 0.566406 4.39453C0.188802 5.26693 0 6.20443 0 7.20703C0 8.19661 0.188802 9.1276 0.566406 10C0.94401 10.8724 1.45833 11.6341 2.10938 12.2852C2.76042 12.9362 3.52214 13.4505 4.39453 13.8281C5.26693 14.2057 6.20443 14.3945 7.20703 14.3945C8.02734 14.3945 8.81185 14.2611 9.56055 13.9941C10.3092 13.7272 10.9896 13.3594 11.6016 12.8906L11.582 12.9102L15.293 16.6211C15.3841 16.7122 15.485 16.7806 15.5957 16.8262C15.7064 16.8717 15.8268 16.8945 15.957 16.8945C16.2174 16.8945 16.4388 16.8034 16.6211 16.6211C16.8034 16.4388 16.8945 16.2174 16.8945 15.957C16.8945 15.8268 16.8717 15.7064 16.8262 15.5957C16.7806 15.485 16.7122 15.3841 16.6211 15.293ZM1.89453 7.20703C1.89453 6.47786 2.03125 5.78776 2.30469 5.13672C2.59115 4.4987 2.97526 3.9388 3.45703 3.45703C3.9388 2.97526 4.4987 2.59115 5.13672 2.30469C5.78776 2.03125 6.47786 1.89453 7.20703 1.89453C7.9362 1.89453 8.6263 2.03125 9.27734 2.30469C9.91536 2.59115 10.4753 2.97526 10.957 3.45703C11.4388 3.9388 11.8229 4.4987 12.1094 5.13672C12.3828 5.78776 12.5195 6.47786 12.5195 7.20703C12.5195 7.9362 12.3828 8.6263 12.1094 9.27734C11.8229 9.91536 11.4388 10.4753 10.957 10.957C10.4753 11.4388 9.91536 11.8229 9.27734 12.1094C8.6263 12.3828 7.9362 12.5195 7.20703 12.5195C6.47786 12.5195 5.78776 12.3828 5.13672 12.1094C4.4987 11.8229 3.9388 11.4388 3.45703 10.957C2.97526 10.4753 2.59115 9.91536 2.30469 9.27734C2.03125 8.6263 1.89453 7.9362 1.89453 7.20703Z" fill="%23404A60"/%3E%3C/svg%3E%0A');
  background-repeat: no-repeat;
  background-size: 16.89px;
  position: absolute;
  top: 24px;
  right: 25px;
  width: 16.89px;
  height: 16.89px;
}
.webc-filter-set .webc-filter-actions {
  text-align: center;
  margin-bottom: 0px;
}
.webc-filter-set .webc-reset-filters {
  background: transparent;
  border-radius: 800px;
  border: 1px solid var(--theme-base);
  padding: 19px 40px;
  color: var(--theme-base) !important;
  font-family: var(--theme-font);
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  text-transform: capitalize;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}
.webc-filter-set .webc-reset-filters svg {
  transition: transform 0.2s;
}
.webc-filter-set .webc-reset-filters:hover {
  background: #066ccb4d;
  border: 1px solid #066ccbc5;
  color: var(--theme-base) !important;
}
.webc-filter-set .webc-reset-filters:hover svg {
  transform: rotate(45deg);
}
.webc-filter-set .webc-reset-filters:focus {
  outline: none;
  box-shadow: none;
}
.webc-filter-set .webc-reset-filters:active:focus {
  outline: none;
  box-shadow: none;
}
.ordenar {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .ordenar {
    flex-direction: column;
    row-gap: 20px !important;
  }
}
.ordenar .Resultado .webc-results-count {
  color: #404A60;
  font-family: var(--theme-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  vertical-align: middle;
}
.ordenar .Listado-Ordenar label {
  color: #404A60;
  font-family: var(--theme-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  vertical-align: middle;
}
.ordenar .Listado-Ordenar .webc-filter-select {
  border-radius: 800px;
  background: #F3F9FF;
  border: 1px solid #EBECEF;
  padding: 9px 28px;
  color: var(--theme-black);
  font-family: var(--theme-font);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('data:image/svg+xml,%3Csvg width="11" height="6" viewBox="0 0 11 6" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M0.75 0.75L5.25 5.25L9.75 0.75" stroke="%23343A40" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E%0A');
  background-repeat: no-repeat;
  background-position: center right 10px;
}
.ordenar .Listado-Ordenar .webc-filter-select:focus {
  outline: none;
}
.ordenar .Listado-Ordenar .webc-filter-select::-ms-expand {
  display: none;
}
.webc-results-wrapper {
  position: relative;
  min-height: 200px;
}
.webc-results-wrapper .webc-active-filters {
  background: transparent;
  padding: 0.75rem 1rem;
  padding-left: 0px;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.webc-results-wrapper .webc-active-filters .badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  transition: all 0.2s;
  font-family: var(--theme-font);
  color: var(--theme-black) !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  vertical-align: middle;
  border-radius: 800px;
  background: #F3F9FF;
  border: 1px solid #EBECEF !important;
  padding: 9px 28px;
}
.webc-results-wrapper .webc-active-filters .badge i {
  color: #64748b;
}
.webc-results-wrapper .webc-active-filters .badge i:hover {
  color: #1e293b;
}
.webc-results-wrapper .webc-loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 100px;
  border-radius: 12px;
  backdrop-filter: blur(1px);
}
.webc-results-wrapper .webc-results-grid {
  transition: opacity 0.2s ease;
}
.webc-results-wrapper .webc-results-grid .bs-grid .card-OF {
  padding: 13px;
  background: #F3F9FF;
  border: 1px solid #EBECEF;
  border-radius: 16px;
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: 386px 1fr;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .webc-results-wrapper .webc-results-grid .bs-grid .card-OF {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .webc-results-wrapper .webc-results-grid .bs-grid .card-OF {
    grid-template-columns: 1fr;
  }
}
.webc-results-wrapper .webc-results-grid .bs-grid .card-OF:last-child {
  margin-bottom: 0;
}
.webc-results-wrapper .webc-results-grid .bs-grid .card-OF .Image-Ppal .imgHolder a picture img {
  object-fit: cover;
  aspect-ratio: 1 / 0.78;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.webc-results-wrapper .webc-results-grid .bs-grid .card-OF .contentArea {
  padding: 20px 24px 28px 40px;
}
.webc-results-wrapper .webc-results-grid .bs-grid .card-OF .contentArea .title-price-on-image .title-OF {
  margin-bottom: 26px;
}
.webc-results-wrapper .webc-results-grid .bs-grid .card-OF .contentArea .title-price-on-image .title-OF a {
  color: var(--theme-black);
  font-family: var(--theme-font);
  font-weight: 700;
  font-size: 24px;
  line-height: 28.8px;
  letter-spacing: 0px;
  text-decoration: none;
}
.webc-results-wrapper .webc-results-grid .bs-grid .card-OF .contentArea .title-price-on-image .title-OF a:hover {
  color: var(--theme-base);
}
.webc-results-wrapper .webc-results-grid .bs-grid .card-OF .contentArea .title-price-on-image .Capa-Tipo_formacion .Tipo-Formacion {
  font-family: var(--theme-font);
  color: var(--theme-black);
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0px;
  vertical-align: middle;
}
.webc-results-wrapper .webc-results-grid .bs-grid .card-OF .contentArea .title-price-on-image .Capa-FP .Familia-Profesional {
  font-family: var(--theme-font);
  color: #798090;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0px;
  vertical-align: middle;
}
.webc-results-wrapper .webc-results-grid .bs-grid .card-OF .contentArea .title-price-on-image .Metadatos {
  margin-top: 10px;
  margin-bottom: 33px;
}
.webc-results-wrapper .webc-results-grid .bs-grid .card-OF .contentArea .title-price-on-image .Metadatos .metadato-gen {
  font-family: var(--theme-font);
  color: var(--theme-black);
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0px;
  vertical-align: middle;
  text-transform: capitalize;
}
.webc-results-wrapper .webc-results-grid .bs-grid .card-OF .contentArea .card-bottom {
  padding-top: 24px;
}
.webc-results-wrapper .webc-results-grid .bs-grid .card-OF .contentArea .card-bottom a {
  color: var(--theme-base);
  font-family: var(--theme-font);
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  vertical-align: middle;
  text-decoration: none;
}
.webc-results-wrapper .webc-results-grid .bs-grid .card-OF .contentArea .card-bottom a:hover {
  opacity: 0.8;
}
.webc-results-wrapper .webc-results-grid .card-ficha-prod {
  border: none;
  border-radius: 10px;
  box-shadow: none;
  background: #F1F1F1;
  position: relative;
}
.webc-results-wrapper .webc-results-grid .card-ficha-prod a .img-prod-extra {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  aspect-ratio: 1 / 0.57;
}
.webc-results-wrapper .webc-results-grid .card-ficha-prod .category {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
  writing-mode: vertical-rl;
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  text-orientation: mixed;
  color: var(--theme-black);
  background: var(--theme-white);
  border: 1px solid #FFFFFF80;
  border-radius: 10px;
  font-family: var(--theme-font);
  font-weight: 400;
  font-size: 15px;
  line-height: 22.5px;
  letter-spacing: 3px;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 11px 6px;
}
.webc-results-wrapper .webc-results-grid .card-ficha-prod .card-body {
  padding: 31px 40px;
}
@media screen and (max-width: 1399px) {
  .webc-results-wrapper .webc-results-grid .card-ficha-prod .card-body {
    padding: 30px;
  }
}
.webc-results-wrapper .webc-results-grid .card-ficha-prod .card-body .card-title {
  color: var(--theme-title-custom);
  font-family: var(--theme-font-two);
  font-weight: 600;
  font-size: 18px;
  line-height: 21.6px;
  letter-spacing: 0px;
  vertical-align: middle;
}
.webc-results-wrapper .webc-results-grid .card-ficha-prod .card-body .card-title a {
  color: var(--theme-title-custom);
  font-family: var(--theme-font-two);
  font-weight: 600;
  font-size: 18px;
  line-height: 21.6px;
  letter-spacing: 0px;
  vertical-align: middle;
}
.webc-results-wrapper .webc-results-grid .card-ficha-prod .card-body .Datos-Produ .Item-1 {
  margin-bottom: 37px;
}
.webc-results-wrapper .webc-results-grid .card-ficha-prod .card-body .Datos-Produ .Item-1 .detalle-producto .icono {
  padding-right: 5px;
}
.webc-results-wrapper .webc-results-grid .card-ficha-prod .card-body .Datos-Produ .Item-1 .detalle-producto .label {
  color: var(--theme-black);
  font-family: var(--theme-font);
  font-weight: 400;
  font-size: 15px;
  line-height: 26.25px;
  letter-spacing: 0px;
  vertical-align: middle;
}
.webc-results-wrapper .webc-results-grid .card-ficha-prod .card-body .Datos-Produ .Item-1 .detalle-producto .valor {
  color: var(--theme-black);
  font-family: var(--theme-font);
  font-weight: 600;
  font-size: 15px;
  line-height: 26.25px;
  letter-spacing: 0px;
  vertical-align: middle;
}
.webc-results-wrapper .webc-results-grid .card-ficha-prod .card-body .Datos-Produ .Item-2 {
  background: var(--theme-white);
  border-radius: 10px;
  padding: 12px 13px;
  margin-bottom: 12px;
}
.webc-results-wrapper .webc-results-grid .card-ficha-prod .card-body .Datos-Produ .Item-2 .label {
  color: var(--theme-gray);
  font-family: var(--theme-font);
  font-weight: 400;
  font-size: 18px;
  line-height: 15px;
  letter-spacing: 0px;
  vertical-align: middle;
}
.webc-results-wrapper .webc-results-grid .card-ficha-prod .card-body .Datos-Produ .Item-2 .valor {
  color: var(--theme-black);
  font-family: var(--theme-font);
  font-weight: 400;
  font-size: 18px;
  line-height: 15px;
  letter-spacing: 0px;
  vertical-align: middle;
}
.webc-results-wrapper .webc-product-card a {
  line-height: 1.2;
}
.webc-results-wrapper .webc-product-card a:hover {
  text-decoration: none;
}
.webc-results-wrapper .webc-pagination .pagination {
  margin-top: 40px;
  gap: 11px;
  align-items: center;
}
.webc-results-wrapper .webc-pagination .pagination .page-item {
  font-family: var(--theme-font);
  color: var(--theme-black);
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  vertical-align: middle;
  border-radius: 20px;
  border: 1px solid #EBECEF;
}
.webc-results-wrapper .webc-pagination .pagination .page-item .page-link {
  border: none;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--theme-font);
  color: var(--theme-black);
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  vertical-align: middle;
  text-decoration: none !important;
  animation: all 0.3s ease;
  padding: 0;
  background: #F3F9FF;
  border-radius: 20px;
  margin-left: 0px !important;
}
.webc-results-wrapper .webc-pagination .pagination .page-item .page-link:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
@media screen and (max-width: 767px) {
  .webc-results-wrapper .webc-pagination .pagination .page-item .page-link {
    font-size: 12px;
    line-height: 13px;
    width: 25px;
    height: 25px;
  }
}
.webc-results-wrapper .webc-pagination .pagination .page-item:hover {
  border: 1px solid var(--theme-base);
}
.webc-results-wrapper .webc-pagination .pagination .page-item:hover .page-link {
  background: var(--theme-base);
  color: var(--theme-white);
}
.webc-results-wrapper .webc-pagination .pagination .page-item.prev-item {
  background: #F3F9FF;
  border-radius: 20px;
  border: 1px solid #EBECEF;
}
.webc-results-wrapper .webc-pagination .pagination .page-item.next-item {
  background: #F3F9FF;
  border-radius: 20px;
  border: 1px solid #EBECEF;
}
.webc-results-wrapper .webc-pagination .pagination .disabled {
  opacity: 1 !important;
}
.webc-results-wrapper .webc-pagination .pagination .prev-item:hover .page-link,
.webc-results-wrapper .webc-pagination .pagination .next-item:hover .page-link {
  background: #F3F9FF;
  color: var(--theme-black);
}
.webc-results-wrapper .webc-pagination .pagination .page-item.active {
  border: 1px solid var(--theme-base);
}
.webc-results-wrapper .webc-pagination .pagination .page-item.active .page-link {
  background-color: var(--theme-base) !important;
  color: var(--theme-white);
}
/* selects general */
#webc-filter-archive select.webc-filter-select,
.content-filter-mv select.webc-filter-select,
#webc-filter-archive ::picker(select),
.content-filter-mv ::picker(select) {
  appearance: base-select;
  border: 1px solid #DFD7C9;
  border-radius: 0px;
  padding: 10px;
  background: var(--theme-white);
  position: relative;
  min-width: 240px;
}
#webc-filter-archive select.webc-filter-select::picker-icon,
.content-filter-mv select.webc-filter-select::picker-icon,
#webc-filter-archive ::picker(select)::picker-icon,
.content-filter-mv ::picker(select)::picker-icon {
  transition: all 0.3s ease;
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 9px;
  height: 9px;
  transform: translateY(-50%);
  background-image: url('data:image/svg+xml,%3Csvg width="9" height="6" viewBox="0 0 9 6" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M3.94043 5.03418L0.131836 1.24512C-0.0439453 1.0498 -0.0439453 0.756836 0.131836 0.581055L0.581055 0.131836C0.756836 -0.0439453 1.0498 -0.0439453 1.24512 0.131836L4.27246 3.13965L7.28027 0.131836C7.47559 -0.0439453 7.76855 -0.0439453 7.94434 0.131836L8.39355 0.581055C8.56934 0.756836 8.56934 1.0498 8.39355 1.24512L4.58496 5.03418C4.40918 5.20996 4.11621 5.20996 3.94043 5.03418Z" fill="%23B0A083"/%3E%3C/svg%3E%0A');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#webc-filter-archive select.webc-filter-select:open::picker-icon,
.content-filter-mv select.webc-filter-select:open::picker-icon,
#webc-filter-archive ::picker(select):open::picker-icon,
.content-filter-mv ::picker(select):open::picker-icon {
  transform: translateY(-50%) rotate(180deg);
}
#webc-filter-archive select.webc-filter-select:focus,
.content-filter-mv select.webc-filter-select:focus,
#webc-filter-archive ::picker(select):focus,
.content-filter-mv ::picker(select):focus {
  outline: none;
  box-shadow: none;
}
#webc-filter-archive ::picker(select),
.content-filter-mv ::picker(select) {
  min-width: 240px;
}
#webc-filter-archive select.webc-filter-select#webc-orderby,
.content-filter-mv select.webc-filter-select#webc-orderby {
  background: transparent;
  border: none;
  min-width: 180px;
}
