#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: 120px;
}
#webc-mobile-filter-overlay .content-filter-mv .webc-mobile-filter-content {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
#webc-mobile-filter-overlay .content-filter-mv .webc-mobile-filter-content .webc-filter-set.webc-fs-484 {
  margin-bottom: 15px;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1396px;
  }
}
.extra-filter-btn {
  background: var(--cybe-50);
  border: none;
  border-radius: 10px;
  box-shadow: none;
  padding: 15px 20px;
}
.extra-filter-btn span {
  font-family: var(--theme-font);
  font-weight: 600;
  color: var(--theme-base);
  font-size: 16px;
  line-height: 16px;
}
.extra-filter-btn svg path {
  fill: var(--theme-base);
}
#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: 6px;
}
.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: 20px;
  overflow: hidden;
  transition: all 0.2s ease;
}
.webc-filter-set .webc-widget .webc-widget-header {
  padding: 22px 28px 0px 28px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
}
.webc-filter-set .webc-widget .webc-widget-header h6 {
  margin: 0;
  font-family: var(--theme-font-two);
  font-weight: 400;
  font-size: 22px;
  line-height: 18px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--theme-base);
}
.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 .dashicons-arrow-up-alt2 {
  position: relative;
}
.webc-filter-set .webc-widget .webc-widget-header .dashicons-arrow-up-alt2::before {
  content: "";
  position: absolute;
  width: 13.51px;
  height: 6.75px;
  background-image: url('data:image/svg+xml,%3Csvg width="14" height="7" viewBox="0 0 14 7" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M6.7527 9.53674e-06L13.5059 6.75317H-0.000468254L6.7527 9.53674e-06Z" fill="%2364173B"/%3E%3C/svg%3E%0A');
  background-size: contain;
  background-repeat: no-repeat;
  top: 29%;
  left: 15%;
}
.webc-filter-set .webc-widget .webc-widget-header.collapsed {
  padding-bottom: 22px;
}
.webc-filter-set .webc-widget .webc-widget-header.collapsed .toggle-icon {
  transform: rotate(-180deg);
}
.webc-filter-set .webc-widget .webc-widget-content {
  padding: 17px 28px 22px 28px;
  border-top: 1px solid transparent;
  position: relative;
  z-index: 9;
}
.webc-filter-set .webc-widget .webc-widget-content.hidden {
  display: none;
}
.webc-filter-set .webc-widget .webc-internal-search {
  margin-bottom: 17px;
  position: relative;
}
.webc-filter-set .webc-widget .webc-internal-search input {
  width: 100%;
  padding: 12px 10px;
  padding-right: 2rem;
  border: none;
  border-radius: 5px;
  font-size: 0.85rem;
  background: #F4F4F4;
  color: var(--theme-gray);
  font-family: var(--theme-font);
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
}
.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;
  /* select.webc-filter-select,
			::picker(select) {
				appearance: base-select;
				border: 1px solid #DFD7C9;
				border-radius: 0px;
				padding: 10px;
				background: var(--theme-white);

				&::picker-icon {
					transition: all 0.3s ease;
				}

				&:open::picker-icon {
					rotate: 180deg;
				}

				&:focus {
					outline: none;
					box-shadow: none;
				}
			} */
}
.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: 21px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding-left: 0px;
  min-height: unset;
}
.webc-filter-set .webc-widget .form-check:last-child {
  margin-bottom: 0;
}
.webc-filter-set .webc-widget .form-check .form-check-input {
  position: relative;
  width: 16px;
  height: 16px;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  transition: all 0.3s ease;
  background-image: url('data:image/svg+xml,%3Csvg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Crect x="0.5" y="0.5" width="15" height="15" rx="3.5" stroke="%237D3255"/%3E%3C/svg%3E%0A');
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  border-radius: unset;
  float: unset;
  transform: translateY(0px);
}
.webc-filter-set .webc-widget .form-check .form-check-input::after {
  content: none;
}
.webc-filter-set .webc-widget .form-check .form-check-input:checked {
  background-image: url('data:image/svg+xml,%3Csvg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Crect x="0.75" y="0.75" width="14.5" height="14.5" rx="3.25" fill="%237D3255" stroke="%237D3255" stroke-width="1.5"/%3E%3C/svg%3E%0A');
}
.webc-filter-set .webc-widget .form-check .form-check-input:focus {
  box-shadow: none;
  outline: none;
}
.webc-filter-set .webc-widget .form-check .form-check-label {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
}
.webc-filter-set .webc-widget .form-check .form-check-label span {
  font-family: var(--theme-font);
  font-weight: 400;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--texto);
}
.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 .widget-calendar {
  overflow: unset;
}
.webc-filter-set .widget-calendar .webc-widget-header {
  pointer-events: none;
}
.webc-filter-set .widget-calendar .webc-widget-header .webc-widget-title {
  font-family: var(--theme-font-two);
  color: var(--theme-base);
  font-weight: 400;
  font-size: 22px;
  line-height: 29px;
  letter-spacing: 0px;
}
.webc-filter-set .widget-calendar .webc-widget-header .dashicons {
  display: none;
}
.webc-filter-set .widget-calendar .webc-widget-content .flatpickr-calendar {
  width: 100%;
  padding: 8px;
  background: var(--theme-soft);
  border: none;
  border-radius: 8.71px;
  box-shadow: none;
}
.webc-filter-set .widget-calendar .webc-widget-content .flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month {
  padding-top: 0px;
  left: 0px;
  position: relative;
  width: 90%;
}
.webc-filter-set .widget-calendar .webc-widget-content .flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .flatpickr-monthDropdown-months {
  font-family: var(--theme-font-two);
  font-weight: 400;
  font-size: 14.51px;
  line-height: 37.73px;
  letter-spacing: -0.3px;
  color: var(--theme-base);
  min-height: unset;
  margin-right: 30px;
}
.webc-filter-set .widget-calendar .webc-widget-content .flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper {
  font-family: var(--theme-font-two);
  font-weight: 400;
  font-size: 14.51px;
  line-height: 37.73px;
  letter-spacing: -0.3px;
  color: var(--theme-base);
}
.webc-filter-set .widget-calendar .webc-widget-content .flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper .numInput {
  min-height: unset;
}
.webc-filter-set .widget-calendar .webc-widget-content .flatpickr-calendar .flatpickr-innerContainer {
  overflow: unset;
}
.webc-filter-set .widget-calendar .webc-widget-content .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer {
  width: 100%;
  overflow: unset;
}
.webc-filter-set .widget-calendar .webc-widget-content .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-weekdays .flatpickr-weekdaycontainer .flatpickr-weekday {
  font-family: var(--theme-font);
  color: var(--theme-primary);
  font-weight: 600;
  font-size: 9.43px;
  line-height: 13.06px;
  letter-spacing: -0.06px;
  text-align: center;
  text-transform: uppercase;
}
.webc-filter-set .widget-calendar .webc-widget-content .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-days {
  width: 100%;
  overflow: unset;
}
.webc-filter-set .widget-calendar .webc-widget-content .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-days .dayContainer {
  width: 235.78px;
  min-width: 235.78px;
  max-width: 235.78px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0px;
  justify-items: end;
}
@media screen and (max-width: 991px) {
  .webc-filter-set .widget-calendar .webc-widget-content .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-days .dayContainer {
    width: 266px;
    min-width: 266px;
    max-width: 266px;
  }
}
.webc-filter-set .widget-calendar .webc-widget-content .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-days .dayContainer .flatpickr-day {
  font-family: var(--theme-font);
  font-weight: 400;
  font-size: 13.79px;
  letter-spacing: 0.28px;
  text-align: center;
  vertical-align: middle;
  max-width: 29px;
  width: 29px;
  height: 29px;
  line-height: 29px;
  color: var(--texto);
  margin: 2px;
}
.webc-filter-set .widget-calendar .webc-widget-content .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-days .dayContainer .flatpickr-day.prevMonthDay,
.webc-filter-set .widget-calendar .webc-widget-content .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-days .dayContainer .flatpickr-day.nextMonthDay,
.webc-filter-set .widget-calendar .webc-widget-content .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-days .dayContainer .flatpickr-day.prevMonthDay.has-events,
.webc-filter-set .widget-calendar .webc-widget-content .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-days .dayContainer .flatpickr-day.nextMonthDay.has-events,
.webc-filter-set .widget-calendar .webc-widget-content .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-days .dayContainer .flatpickr-day.nextMonthDay.today {
  opacity: 0.5;
  pointer-events: none;
}
.webc-filter-set .widget-calendar .webc-widget-content .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-days .dayContainer .flatpickr-day.has-events {
  background: #64173B;
  font-family: Roboto;
  font-weight: 700;
  font-size: 13.79px;
  letter-spacing: 0.28px;
  text-align: center;
  vertical-align: middle;
  color: var(--theme-white);
  border: none;
}
.webc-filter-set .widget-calendar .webc-widget-content .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-days .dayContainer .flatpickr-day.today {
  border-color: var(--theme-base);
}
.webc-filter-set .widget-calendar .webc-widget-content .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-days .dayContainer .flatpickr-day.today:focus {
  background: var(--cybe-50);
}
.webc-filter-set .widget-calendar .webc-widget-content .flatpickr-calendar .flatpickr-innerContainer .flatpickr-rContainer .flatpickr-days .dayContainer .flatpickr-day.today:hover {
  background: var(--cybe-50);
}
.webc-filter-set .widget-search .webc-widget-content .webc-internal-search::before {
  content: "";
  background-image: url('data:image/svg+xml,%3Csvg width="15" height="16" viewBox="0 0 15 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M14.6484 14.0332L10.0781 9.46289C10.957 8.4668 11.4844 7.14844 11.4844 5.74219C11.4844 2.57812 8.90625 0 5.74219 0C4.18945 0 2.75391 0.615234 1.66992 1.66992C0.585938 2.75391 0 4.21875 0 5.74219C0 8.90625 2.57812 11.4844 5.74219 11.4844C7.14844 11.4844 8.4668 10.957 9.46289 10.0781L14.0332 14.6484L14.6484 14.0332ZM5.74219 10.6055C3.04688 10.6055 0.878906 8.4082 0.878906 5.74219C0.878906 4.45312 1.37695 3.22266 2.31445 2.31445C3.22266 1.40625 4.42383 0.878906 5.74219 0.878906C8.4082 0.878906 10.5762 3.07617 10.5762 5.74219C10.5762 8.4082 8.4082 10.6055 5.74219 10.6055Z" fill="%23222222"/%3E%3C/svg%3E%0A');
  background-repeat: no-repeat;
  background-size: 15px;
  position: absolute;
  top: 20px;
  right: 15px;
  width: 15px;
  height: 15px;
}
.webc-filter-set .webc-filter-actions {
  display: none;
  text-align: center;
  margin-bottom: 20px;
}
.webc-filter-set .webc-reset-filters {
  border-radius: 10px;
  background: var(--theme-black);
  padding: 14px 20px;
  font-family: var(--theme-font);
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 1px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s;
  color: var(--theme-white);
}
.webc-filter-set .webc-reset-filters:hover {
  background: var(--theme-black-title);
}
.webc-filter-set .webc-reset-filters:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
.webc-filter-set .webc-reset-filters:active:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
.webc-Order-Contenido {
  margin-bottom: 19px;
}
.webc-Order-Contenido .webc-results-count {
  font-family: var(--theme-font);
  font-weight: 300;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--texto);
}
.webc-Order-Contenido .ordenar #webc-orderby {
  min-height: auto;
  border: 1px solid var(--cybe-30);
  border-radius: 12px;
  padding: 15px;
  font-family: var(--theme-font);
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0px;
  color: var(--theme-base);
}
.webc-results-wrapper {
  position: relative;
  min-height: 200px;
}
.webc-results-wrapper .webc-active-filters {
  background: transparent;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 21px;
}
.webc-results-wrapper .webc-active-filters .badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 7.99px 11.42px;
  background-color: #FBD7EA4D;
  border-radius: 34.26px;
  cursor: pointer;
  transition: all 0.2s;
  font-family: var(--theme-font);
  font-weight: 500;
  font-size: 12px;
  line-height: 11.42px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
  color: var(--theme-base);
}
.webc-results-wrapper .webc-active-filters .badge i {
  color: var(--theme-base);
  font-size: 19px;
  line-height: 19px;
}
.webc-results-wrapper .webc-active-filters .webc-reset-all {
  color: var(--theme-base) !important;
  font-family: var(--theme-font);
  font-weight: 500;
  font-size: 14px;
  line-height: 23.32px;
  letter-spacing: 0px;
  vertical-align: middle;
  text-decoration: underline !important;
  text-decoration-style: solid !important;
  text-decoration-skip-ink: auto !important;
}
.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 {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 30px;
}
@media screen and (min-width: 768px) {
  .webc-results-wrapper .webc-results-grid .bs-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
    row-gap: 50px;
  }
}
.webc-results-wrapper .webc-results-grid .bs-grid .postColumn .Image-Ppal {
  margin-bottom: 20px;
}
.webc-results-wrapper .webc-results-grid .bs-grid .postColumn .Image-Ppal .imgHolder a picture img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  aspect-ratio: 1 / 0.52;
}
.webc-results-wrapper .webc-results-grid .bs-grid .postColumn .Meta-Datos-Eventos {
  margin-bottom: 22px;
}
.webc-results-wrapper .webc-results-grid .bs-grid .postColumn .Meta-Datos-Eventos .Fecha-Eventos {
  background: var(--theme-base);
  color: var(--theme-white);
  padding: 13px 16px 9px;
  font-family: var(--theme-font-two);
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: center;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.webc-results-wrapper .webc-results-grid .bs-grid .postColumn .Meta-Datos-Eventos .Cat-Eventos {
  background: #FBD7EA4D;
  color: var(--theme-base);
  padding: 13px 16px 9px;
  font-family: var(--theme-font-two);
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: center;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.webc-results-wrapper .webc-results-grid .bs-grid .postColumn .title-price-on-image {
  margin-bottom: 20px;
}
.webc-results-wrapper .webc-results-grid .bs-grid .postColumn .title-price-on-image h3 {
  font-family: var(--theme-font-two);
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 0px;
  color: var(--theme-base);
  margin-bottom: 8px;
}
.webc-results-wrapper .webc-results-grid .bs-grid .postColumn .title-price-on-image h3 a {
  font-family: var(--theme-font-two);
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 0px;
  color: var(--theme-base);
}
.webc-results-wrapper .webc-results-grid .bs-grid .postColumn .title-price-on-image .price-wrap {
  color: #4F555A;
  font-family: var(--theme-font);
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0px;
  max-width: 467px;
}
.webc-results-wrapper .webc-results-grid .bs-grid .postColumn .Read-More .btn_more {
  font-family: var(--theme-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0px;
  vertical-align: middle;
  text-decoration: underline;
  text-underline-offset: 7px;
  transition: all 0.3s ease;
  color: var(--theme-base);
}
.webc-results-wrapper .webc-results-grid .bs-grid .postColumn .Read-More .btn_more:hover {
  color: var(--cybe-2);
}
.webc-results-wrapper .webc-results-grid .bs-grid-publicaciones {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 16px;
}
@media screen and (min-width: 768px) {
  .webc-results-wrapper .webc-results-grid .bs-grid-publicaciones {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    row-gap: 16px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .webc-results-wrapper .webc-results-grid .bs-grid-publicaciones {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    row-gap: 16px;
  }
}
.webc-results-wrapper .webc-results-grid .bs-grid-publicaciones .content-publicaciones {
  box-shadow: 0px 2px 20px 0px #3E419F17;
  border-radius: 15px;
  background: var(--theme-white);
  padding: 30px 18px;
}
.webc-results-wrapper .webc-results-grid .bs-grid-publicaciones .content-publicaciones .datos-publicaciones {
  min-height: 87px;
  margin-bottom: 32px;
}
.webc-results-wrapper .webc-results-grid .bs-grid-publicaciones .content-publicaciones .datos-publicaciones .nombre-medio {
  font-family: var(--theme-font);
  font-weight: 300;
  font-style: Italic;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: var(--theme-primary);
  margin-bottom: 9px;
}
.webc-results-wrapper .webc-results-grid .bs-grid-publicaciones .content-publicaciones .datos-publicaciones .Title-Publicacion {
  font-family: var(--theme-font-two);
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0px;
  color: var(--theme-base);
}
.webc-results-wrapper .webc-results-grid .bs-grid-publicaciones .content-publicaciones .Meta-datos-publicaciones {
  padding-top: 15.93px;
  border-top: 1px solid #F3F3FB;
}
.webc-results-wrapper .webc-results-grid .bs-grid-publicaciones .content-publicaciones .Meta-datos-publicaciones .Item-metadatos {
  gap: 10px;
}
.webc-results-wrapper .webc-results-grid .bs-grid-publicaciones .content-publicaciones .Meta-datos-publicaciones .Item-metadatos .fecha-publicacion {
  font-family: var(--theme-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--gris);
  position: relative;
}
.webc-results-wrapper .webc-results-grid .bs-grid-publicaciones .content-publicaciones .Meta-datos-publicaciones .Item-metadatos .fecha-publicacion::before {
  content: "";
  position: absolute;
  top: 5%;
  right: -5px;
  width: 1px;
  height: 18px;
  background-color: var(--gris);
}
.webc-results-wrapper .webc-results-grid .bs-grid-publicaciones .content-publicaciones .Meta-datos-publicaciones .Item-metadatos .autor {
  font-family: var(--theme-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--gris);
}
.webc-results-wrapper .webc-results-grid .bs-grid-publicaciones .content-publicaciones .Meta-datos-publicaciones .btn_more {
  font-family: var(--theme-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0px;
  vertical-align: middle;
  text-decoration: underline;
  text-underline-offset: 7px;
  transition: all 0.3s ease;
  color: var(--theme-base);
}
.webc-results-wrapper .webc-results-grid .bs-grid-publicaciones .content-publicaciones .Meta-datos-publicaciones .btn_more:hover {
  color: var(--cybe-2);
}
.webc-results-wrapper .webc-pagination .pagination {
  gap: 10px;
  align-items: center;
  margin-top: 119px;
}
@media screen and (max-width: 991px) {
  .webc-results-wrapper .webc-pagination .pagination {
    margin-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .webc-results-wrapper .webc-pagination .pagination {
    margin-top: 50px;
  }
}
.webc-results-wrapper .webc-pagination .pagination .page-item .page-link {
  width: 50px;
  height: 50px;
  padding: 0;
  border: 1px solid var(--cybe-40);
  background-color: var(--theme-white);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  position: relative;
  font-family: var(--theme-font);
  font-weight: 600;
  font-size: 16px;
  line-height: 50px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: #64173B;
}
.webc-results-wrapper .webc-pagination .pagination .page-item .page-link:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
.webc-results-wrapper .webc-pagination .pagination .page-item:hover .page-link {
  background-color: var(--theme-soft);
  border-color: var(--theme-primary);
}
.webc-results-wrapper .webc-pagination .pagination .page-item.active .page-link {
  background-color: var(--theme-base) !important;
  color: var(--theme-white);
}
.webc-results-wrapper .webc-load-more-wrapper {
  margin-top: 35px !important;
}
/* 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: 15px;
  width: 11px;
  height: 7px;
  transform: translateY(-50%);
  background-image: url('data:image/svg+xml,%3Csvg width="11" height="7" viewBox="0 0 11 7" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M0.75 0.75L5.46057 5.46063L10.1712 0.75" stroke="%2364173B" stroke-width="1.5" stroke-linecap="round"/%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;
  min-width: 156px;
}
.flatpickr-day.has-events {
  background-color: #f0fdf4;
  border-color: #bbf7d0;
  font-weight: bold;
}
/* Tooltip Styles */
.flatpickr-day {
  position: relative;
}
.webc-calendar-tooltip {
  display: none;
  position: absolute;
  top: calc(100% + 12px);
  left: -6px;
  background: #ffffff;
  box-shadow: 0px 4px 4px 0px #00000012;
  border-radius: 5px;
  padding: 10px;
  z-index: 1000;
  min-width: 230px;
  text-align: left;
  pointer-events: auto;
  white-space: normal;
  cursor: default;
}
.webc-calendar-tooltip.active {
  display: block;
}
.webc-calendar-tooltip::before {
  content: '';
  position: absolute;
  top: -6px;
  left: 15px;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  background: #ffffff;
}
.webc-tooltip-item {
  margin-bottom: 12px;
}
.webc-tooltip-item:last-child {
  margin-bottom: 0;
}
.webc-tooltip-date {
  font-family: var(--theme-font);
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0%;
  color: var(--theme-base);
  margin-bottom: 6px;
}
.webc-tooltip-title {
  font-family: var(--theme-font-two);
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: var(--theme-base);
}
.webc-tooltip-title a {
  font-family: var(--theme-font-two);
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: var(--theme-base);
  transition: color 0.2s ease;
  margin-bottom: 6px;
}
.webc-tooltip-title a:hover {
  color: var(--cybe-50);
}
.webc-tooltip-title a .flatpickr-day.has-events {
  cursor: pointer;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
  background: transparent !important;
  border-color: transparent !important;
  color: inherit !important;
  box-shadow: none !important;
}
.flatpickr-day.has-events.selected,
.flatpickr-day.has-events.startRange,
.flatpickr-day.has-events.endRange {
  background: #64173B !important;
  color: var(--theme-white) !important;
  border-color: transparent !important;
}
/* =========================================
   Popup Modal - Publicaciones
   ========================================= */
#webc-pub-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.webc-pub-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  cursor: pointer;
}
.webc-pub-modal-dialog {
  background: var(--theme-white);
  padding: 35px 20px;
  border-radius: 15px;
  width: min(1197px, 92vw);
  height: 100%;
  max-height: 654px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 991px) {
  .webc-pub-modal-dialog {
    width: min(1197px, 50vw);
  }
}
@media screen and (max-width: 767px) {
  .webc-pub-modal-dialog {
    width: 100%;
    max-width: 390px;
    max-height: 710px;
  }
}
.webc-pub-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  border: none;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: transparent;
}
.webc-pub-modal-body {
  display: grid;
  grid-template-columns: 373px 1fr;
  gap: 35px;
  overflow: hidden;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .webc-pub-modal-body {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.webc-overlay-modal {
  position: absolute;
  width: 686px;
  height: 143.49822998px;
  opacity: 1;
  bottom: -50px;
  right: 65px;
  background: linear-gradient(360deg, #FFFFFF 49.62%, rgba(255, 255, 255, 0) 120.99%);
}
@media screen and (max-width: 1299px) {
  .webc-overlay-modal {
    display: none;
  }
}
.webc-pub-modal-sidebar {
  overflow-y: auto;
}
.webc-capa-autores {
  position: relative;
  border-radius: 15px;
  padding: 26.54px 28.45px;
  background: var(--theme-soft);
}
@media screen and (max-width: 991px) {
  .webc-capa-autores {
    padding: 15px;
  }
}
.webc-capa-autores::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml,%3Csvg width="373" height="276" viewBox="0 0 373 276" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cmask id="mask0_357_31203" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="374" height="350"%3E%3Crect width="373.548" height="349.045" fill="%23D9D9D9"/%3E%3C/mask%3E%3Cg mask="url(%23mask0_357_31203)"%3E%3Crect x="87.6328" y="-58.6838" width="361.967" height="368" rx="180.983" fill="url(%23paint0_radial_357_31203)"/%3E%3Crect width="361.967" height="368" rx="180.983" transform="matrix(0 1 1 0 28.2012 -156.697)" fill="url(%23paint1_radial_357_31203)" fill-opacity="0.3"/%3E%3Crect x="360.451" y="-34.6502" width="361.967" height="368" rx="180.983" transform="rotate(90 360.451 -34.6502)" fill="url(%23paint2_radial_357_31203)" fill-opacity="0.3"/%3E%3C/g%3E%3Cdefs%3E%3CradialGradient id="paint0_radial_357_31203" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(100.784 169.206) rotate(-31.5912) scale(318.589 313.366)"%3E%3Cstop offset="0.420743" stop-color="white" stop-opacity="0"/%3E%3Cstop offset="1" stop-color="%23FBD7EA"/%3E%3C/radialGradient%3E%3CradialGradient id="paint1_radial_357_31203" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(-1.16043e-06 70.5196) rotate(8.96417) scale(333.677 328.207)"%3E%3Cstop offset="0.420743" stop-color="white" stop-opacity="0"/%3E%3Cstop offset="1" stop-color="%23FBD7EA"/%3E%3C/radialGradient%3E%3CradialGradient id="paint2_radial_357_31203" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(364.127 290.666) rotate(-44.7966) scale(385.673 379.35)"%3E%3Cstop offset="0.420743" stop-color="white" stop-opacity="0"/%3E%3Cstop offset="1" stop-color="%23FBD7EA"/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E%0A');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  z-index: 0;
}
.webc-capa-autores #webc-pub-modal-autores {
  position: relative;
}
.webc-capa-autores #webc-pub-modal-autores .webc-popup-autor .webc-popup-autor-nombre {
  font-family: var(--theme-font-two);
  font-weight: 400;
  font-size: 19.95px;
  line-height: 27.21px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--theme-base);
}
.webc-capa-autores #webc-pub-modal-autores .webc-popup-autor .webc-popup-autor-uni {
  color: var(--texto);
  font-family: var(--theme-font);
  font-weight: 300;
  font-size: 13.24px;
  line-height: 20.4px;
  letter-spacing: 0px;
  vertical-align: middle;
}
.thm-btn--pub-original {
  width: 100%;
}
.webc-pub-modal-autores-label {
  color: var(--theme-base);
  font-family: var(--theme-font-two);
  font-weight: 400;
  font-size: 16px;
  line-height: 27.21px;
  letter-spacing: 0px;
  vertical-align: middle;
  margin-bottom: 16px;
}
.webc-popup-autor {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.webc-popup-autor-foto img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}
.webc-popup-autor-nombre {
  font-size: 0.85rem;
  font-weight: 600;
  color: #222;
  line-height: 1.2;
}
.webc-popup-autor-uni {
  font-size: 0.75rem;
  color: #777;
}
.webc-pub-modal-content {
  max-width: 680px;
  overflow-y: auto;
  height: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media screen and (max-width: 1280px) {
  .webc-pub-modal-content {
    max-width: 440px;
  }
}
@media screen and (max-width: 991px) {
  .webc-pub-modal-content {
    height: 32vh;
  }
}
@media screen and (max-width: 480px) {
  .webc-pub-modal-content {
    height: 34vh;
  }
}
#webc-pub-modal-title {
  font-family: var(--theme-font-two);
  font-weight: 400;
  font-size: 34px;
  line-height: 40.8px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #64173B;
  margin-bottom: 14px;
}
@media screen and (max-width: 991px) {
  #webc-pub-modal-title {
    font-size: 28px;
    line-height: 34px;
  }
}
@media screen and (max-width: 767px) {
  #webc-pub-modal-title {
    font-size: 24px;
    line-height: 30px;
  }
}
.webc-pub-modal-medio {
  font-family: var(--theme-font);
  font-weight: 300;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #64173B;
  margin-bottom: 14px;
}
.webc-pub-modal-fecha {
  font-family: var(--theme-font);
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0px;
  color: var(--theme-black);
  margin-bottom: 14px;
}
.webc-pub-modal-texto {
  padding-bottom: 50px;
}
.webc-pub-modal-texto p {
  font-family: var(--theme-font);
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0px;
  color: var(--theme-black);
  margin-bottom: 15px;
}
.thm-btn--pub-original {
  background-color: #3d1a24;
  color: #fff !important;
  padding: 10px 22px;
  border-radius: 6px;
  font-size: 0.85rem;
  text-decoration: none;
  transition: background 0.2s;
}
.thm-btn--pub-original:hover {
  background-color: #64173B;
}
body.webc-pub-modal-open {
  overflow: hidden;
}
@media (max-width: 640px) {
  .webc-pub-modal-body {
    flex-direction: column;
  }
  .webc-pub-modal-sidebar {
    width: 100%;
    border-radius: 12px 12px 0 0;
    padding: 0px;
  }
  .webc-pub-modal-content {
    padding: 20px 16px;
  }
}
