.border-none {
  border: none;
}
.secondary-font {
  font-family: var(--secondary-font);
}

.georgia-font {
  font-family: var(--georgia-font);
}

.inter-font {
  font-family: var(--inter-font);
}

.text-inter {
  font-family: var(--inter-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}

.text-capitalize {
  text-transform: capitalize;
}

.bg-dark {
  background: var(--dark-color);
}

.bg-none {
  background: none;
}

.bg-white {
  background: white;
}

.bg-red {
  background: #d32f2f;
}

.en_vivo {
  display: inline-block;
  padding: 4px 10px;
  background: #d32f2f;
  color: #fff;
  border-radius: 8px;
  font-size: 14px;
  font-weight: bold;
}

.border-right {
  border-right: 1px rgba(255, 255, 255, 0.15) solid;
}

.h-220 {
  height: 220px;
}
.object-fit-cover {
  object-fit: cover;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.text-lg {
  font-size: 48px;
  line-height: 48px;
}

.font-weight-normal {
  font-weight: normal;
}

.text-small {
  font-size: 12px;
}

.small-text {
  font-size: 15px;
  line-height: 25.5px;
  color: var(
    --mx-evala-white-60,
    var(--color-white-60, rgba(255, 255, 255, 0.6))
  );
}

.text-transform-none {
  text-transform: none !important;
}

.rounded {
  border-radius: 12px;
}

.text-decoration-none {
  text-decoration: none;
}
.w-100 {
  width: 100%;
}
.text-center {
  text-align: center;
}

.btn-filter {
  border: 1px var(--border-color) solid;
  border-radius: 9999px !important;
  color: var(--text-color);
}

.btn-filter.active {
  background: var(--dark-color);
  color: white;
}

.primary-color {
  color: var(--primary-color) !important;
}

.text-black {
  color: var(--text-color2);
}

.text-gray {
  color: var(--text-color);
}

.text-gray2 {
  color: var(--text-color2);
}

.h-100 {
  height: 100%;
}

.text-white {
  color: white !important;
}

.bg-dark-blue {
  background: var(--dark-blue-color);
}

.bg-transparent-6 {
  background: rgba(255, 255, 255, 0.06);
}

.border-transparent-1 {
  border: 1px rgba(255, 255, 255, 0.15) solid !important;
}

.text-white-40 {
  color: rgba(255, 255, 255, 0.4);
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5);
}

.text-white-55 {
  color: rgba(255, 255, 255, 0.55);
}

.text-white-65 {
  color: rgba(255, 255, 255, 0.65);
}

.text-white-75 {
  color: rgba(255, 255, 255, 0.75);
}

.banner {
  min-height: 467px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.lat-border,
.left-border {
  position: relative;
}

.lat-border:before {
  content: '';
  position: absolute;
  left: 0px;
  top: calc(50% - 26px);
  width: 100%;
  height: 52px;
  border-left: 1px rgba(255, 255, 255, 0.15) solid;
  border-right: 1px rgba(255, 255, 255, 0.15) solid;
}

.left-border:before {
  content: '';
  position: absolute;
  left: 0px;
  top: calc(50% - 26px);
  width: 100%;
  height: 52px;
  border-left: 1px rgba(255, 255, 255, 0.15) solid;
}

.breadcrumb {
  padding: 0px;
  --bs-breadcrumb-divider: '';
}

.breadcrumb-item {
  display: inline-block;
  padding-right: 15px;
  position: relative;
}

.breadcrumb-item,
.breadcrumb-item a {
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.5);
}

.breadcrumb-item {
  color: rgba(255, 255, 255, 0.8);
}

.breadcrumb-item + .breadcrumb-item::before {
  content: '';
  position: absolute;
  left: -12px;
  top: 2px;
  display: block;
  width: 10px;
  height: 10px;

  margin-top: 2px;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' fill='%23999'%3E%3Cpath d='M285.5 273L91.1 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.7-22.7c-9.4-9.4-9.4-24.6 0-33.9L188.1 256 34.5 102.4c-9.4-9.4-9.4-24.6 0-33.9l22.7-22.7c9.4-9.4 24.6-9.4 33.9 0L285.5 239c9.3 9.4 9.3 24.6 0 34z'/%3E%3C/svg%3E");

  background-repeat: no-repeat;
  background-size: contain;
}

.event {
  border-radius: 12px;
  border: 1px #e5e7eb solid;
  display: flex;
  align-items: stretch;
}

.card_event {
  border-left: 5px #dbeafe solid;
  border-radius: 12px;
}

.card_event.finalizado {
  opacity: 0.7;
}

.event .card_date {
  width: 138px;
  background: #f9fafb;
  border-radius: 12px 0px 0px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  flex-shrink: 0;
}
.event .card_type {
  background: #f9fafb;
  border: 1px #e5e7eb solid;
  font-size: 11px;
  line-height: 16px;
  font-family: var(--inter-font);
}

.card_type_multimedia {
  z-index: 1;
  position: relative;
  margin: 12px;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 8px;
  text-transform: uppercase;
  font-size: 12px;
}

.event .card_date h4 {
  font-size: 36px;
  margin: 0px;
}

.event .card_date h5 {
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
}

.event .card_date p {
  font-size: 12px;
  margin: 0px;
  color: var(--text-color);
}

.event .card_content {
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.card_content .theme {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 8px;
}

.event .card_actions {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px #e5e7eb solid;
  margin-left: auto;
}

.event .card_actions .btn {
  width: 143px;
}

.btn {
  border-radius: 8px;
  font-size: 14px;
  font-weight: bold;
}

.bg-orange {
  background: var(--primary-color);
}

.bg-gray {
  background: var(--gray-color) !important;
}

.bg-dark-gray {
  background: var(--text-color) !important;
}

.bordered {
  border: 1px var(--border-color) solid;
}

.filtros,
.info-single {
  width: 256px;
  flex-shrink: 0;
  position: sticky;
  top: 100px;
}

.filter_toggle {
  width: 100%;
  border: none;
  background: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
}

.filter_content {
  overflow: hidden;
  max-height: 500px;
  transition: max-height 0.3s ease;
  font-family: var(--primary-font);
}

.filtro.closed .filter_content {
  max-height: 0;
}

.filter_icon {
  transition: transform 0.2s ease;
  font-size: 20px;
}

.filtro.closed .filter_icon {
  transform: rotate(180deg);
}

.featured_event {
  overflow: hidden;
  border-radius: 12px;
}

.featured_event figure {
  margin: 0px;
  height: 100%;
}

.featured_event img {
  height: 100%;
  border-radius: 12px 0px 0px 12px;
}

.featured_event .card_types .card_type {
  background: rgba(255, 255, 255, 0.08);
  border: 1px rgba(255, 255, 255, 0.15) solid;
  color: var(--text-color);
  font-size: 12px;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 9999px;
}

.featured_event .btn {
  font-family: var(--primary-font);
  font-size: 17px;
  line-height: 25px;
  font-weight: 500;
}

.event_card .card_date h4 {
  margin: 0px;
  font-family: var(--secondary-font);
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
}

.event_card .card_date p,
.event_card .card_types .card_type {
  margin: 0px !important;
  font-family: var(--primary-font);
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  text-transform: uppercase;
}

.event_card .card_types .card_type {
  color: #4b5563 !important;
}

.event_card .card_content {
  font-family: var(--primary-font);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.event_card .card_content h3 {
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.card_email {
  padding-left: 25px;
  background: url('../images/email.svg') no-repeat left center / 20px;
}

.card_phone {
  padding-left: 25px;
  background: url('../images/phone.svg') no-repeat left center / 20px;
}

.card_place {
  padding-left: 25px;
  background: url('../images/place.svg') no-repeat left center / 20px;
}

.card_people {
  padding-left: 25px;
  background: url('../images/people.svg') no-repeat left center / 20px;
}

.card_user {
  padding-left: 25px;
  background: url('../images/user.svg') no-repeat left center / 20px;
}

.card_duration {
  padding-left: 25px;
  background: url('../images/clock.svg') no-repeat left center / 20px;
}

.card_place_color {
  padding-left: 25px;
  background: url('../images/place_color.svg') no-repeat left center / 20px;
}

.card_people_color {
  padding-left: 25px;
  background: url('../images/people_color.svg') no-repeat left center / 20px;
}

.card_duration_color {
  padding-left: 25px;
  background: url('../images/clock_color.svg') no-repeat left center / 20px;
}

.card_date_color {
  padding-left: 25px;
  background: url('../images/date_color.svg') no-repeat left center / 20px;
}

.card_date_gray {
  padding-left: 25px;
  background: url('../images/date_gray.svg') no-repeat left center / 20px;
}

.card_img {
  background: var(--gray-color-2);
}

.card_img.video,
.card_img.podcast {
  position: relative;
}

.card_img.video::before,
.card_img.podcast::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: url('../images/play.svg') no-repeat center center / contain;
  opacity: 0.8;
  z-index: 1;
}

.text-uppercase {
  text-transform: uppercase;
}

.feature_date h2 {
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 80px;
  line-height: 60px;
  margin: 0px;
}

.feature_date span {
  font-size: 18px;
  font-weight: bold;
}

.featured-info {
  font-family: var(--primary-font);
  font-size: 17px;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.7) !important;
}

.form-check-label {
  color: #374151;
  font-size: 13px;
}

.btn-shadow {
  background: var(--color-red-54, #f05025);
  box-shadow: 0px 4px 16px 0px #f0502566;
}

.bg-red.btn-shadow {
  background: var(--color-red-54, #d32f2f);
  box-shadow: 0px 4px 16px 0px #c6282866;
}

.border-radius-12 {
  border-radius: 12px;
}

.filter_tabs {
  border-bottom: 1px #e5e7eb solid;
  position: sticky;
  top: 100px;
  z-index: 2;
  background: white;
  font-family: var(--inter-font);
}

.filter_tabs .tab {
  padding: 15px;
  border-bottom: 2px transparent solid;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #6b7280;
}

.filter_tabs .tab.active {
  color: var(--primary-color);
  border-bottom: 2px var(--primary-color) solid;
}

.filter_tabs .tab:hover {
  color: #000;
}

div.divider {
  width: 100%;
  height: 1px;
  background: var(--border-color);
  margin: 20px 0px;
}

div.content-single img:not(.size-full) {
  max-height: 500px;
  object-fit: cover;
}

div.content-single img.size-full {
  max-width: 100%;
}

.anchor-link {
  color: var(--text-color);
  transition: all 0.2s ease;
}

.anchor-link.active {
  color: var(--primary-color);
  font-weight: 700;
}

.list-unstyled {
  padding: 0px;
  list-style: none;
}

ul li {
  margin-bottom: 10px;
}

.vacante-home {
  width: calc(50% - 6rem) !important;
  margin-right: 0px !important;
}

#newsletter-message {
  margin-top: 1rem;
  font-size: 14px;
}

#newsletter-message.success {
  color: #28a745;
}

#newsletter-message.error {
  color: #dc3545;
}

.sub-title {
  position: relative;
  padding-left: 50px;
}

.sub-title:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 2px;
  background: var(--primary-color);
}

.multimedia-player {
  margin: 15px 0px;
  border-radius: 12px;
  overflow: hidden;
}

.multimedia-thumbnail {
  width: 100px;
  height: 56px;
  overflow: hidden;
  border-radius: 8px; /* opcional */
  margin-right: 15px;
  position: relative;
}

.multimedia-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.multimedia-thumbnail .duration {
  position: absolute;
  bottom: 5px;
  right: 5px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 2px 5px;
  font-size: 10px;
  border-radius: 4px;
}

.card-impacto:hover {
  border-color: var(--primary-color);
  box-shadow: 0px 4px 24px 0px #f0502540;
}

.card-vision:hover {
  border: 1px var(--primary-color) solid !important;
}

.card-vision:hover h3 {
  color: var(--primary-color) !important;
}

.content-single p {
  font-family: var(--inter-font);
  font-size: 17px;
  line-height: 30px;
}

.content-single h3,
h2.numeralia {
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
}

h2.numeralia {
  font-size: 36px;
}

.card-event .date {
  width: 60px;
  height: 60px;
  border-right: 1px #e5e7eb solid;
  flex-shrink: 0;
}

.card-event .date h2 {
  font-size: 28px;
  line-height: 28px;
}

.link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: auto;
  color: var(--primary-color);

  font-family: var(--primary-font);
  font-size: 17px;
  font-weight: 600;
  line-height: 25.5px;
  text-decoration: none;
}

.link::after {
  content: '';
  display: block;
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.91667 7H11.0833' stroke='%23F05025' stroke-width='1.16667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 2.91663L11.0833 6.99996L7 11.0833' stroke='%23F05025' stroke-width='1.16667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-30 {
  font-weight: 400;
  font-size: 30px;
  line-height: 37px;
}

.title-24 {
  font-size: 24px;
  line-height: 32px;
}

.font-weight-400 {
  font-weight: 400;
}

.fw-bold {
  font-weight: bold;
}

.ellipsis-3 {
  height: 83px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.search-card {
  border-radius: 12px;
  padding: 15px;
}

.search-excerpt {
  font-family: var(--inter-font);
  font-size: 13px;
  line-height: 23px;
  height: 43px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.search-card figure {
  width: 160px;
  height: 100px;
  flex-shrink: 0;
}

.search-card img {
  width: 160px;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
}

.search-card .card_content {
  padding-left: 15px;
  width: calc(100% - 160px);
}

.search-card .card_content .card_type {
  color: #5b21b6;
  font-family: var(--inter-font);
  font-weight: 700;
  font-size: 10.7px;
  line-height: 16px;
  border-color: #ddd6fe;
  background: #ede9fe66;
  padding: 5px 15px;
  border-radius: 999px;
}

.recent-searches {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: rgba(255, 255, 255, 0.45);
  font-size: 12px;
  font-family: var(--inter-font);
}

.recent-searches a {
  margin: 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px rgba(255, 255, 255, 0.15) solid;
  padding: 8px 16px;
  border-radius: 999px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
}

.search_bar {
  position: relative;
}

.search_bar input {
  width: 100%;
  padding: 12px 50px;
  color: #fff;
}

.search_icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.clear-search {
  display: none;
  background: none !important;
  box-shadow: none !important;
  width: 30px !important;
  color: rgba(#ffffff66) !important;
}

.bg-featured-event {
  position: relative;
  background: #1a1a2e;
  min-height: 550px;
}

.bg-featured-event:after {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  bottom: 0px;
  right: 0px;
  background: radial-gradient(
    141.42% 141.42% at 100% 100%,
    rgba(240, 80, 37, 0.3) 0%,
    rgba(240, 80, 37, 0) 70%
  );
  z-index: 0;
}

.bg-featured-event .btn {
  z-index: 2;
}

.bg-featured-event h2.featured-title {
  font-size-adjust: var(--secondary-font);
  font-weight: 400;
  font-size: 28px;
  line-height: 35px;
}

.pagination-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

.pagination-wrapper .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 35px;
  height: 35px;
  margin: 0 4px;
  padding: 0;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  background: #fff;
  color: var(--text-color);
  text-decoration: none;
  transition: all 0.2s ease;
}

.pagination-wrapper a.page-numbers:hover {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}

.pagination-wrapper .current {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}

.pagination-wrapper .prev,
.pagination-wrapper .next {
  padding: 0;
  font-weight: 600;
}

.content-single-wrapper {
  max-width: calc(100% - 338px);
}

button.copied {
  border-color: var(--primary-color);
}

button.copied::after {
  content: ' ✓';
  color: var(--primary-color);
  font-weight: bold;
  margin-left: 5px;
}

.incidencia-border {
  position: relative;
}

.incidencia-border::before {
  content: '';
  position: absolute;
  left: -30px;
  top: 0px;
  width: 3px;
  height: 100%;
  background: linear-gradient(180deg, #f05025 0%, rgba(240, 80, 37, 0.12) 100%);
  border-radius: 3px;
}

.card_vacante_excerpt {
  height: 21px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #ffffff8c;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  margin: 0px;
}

.team-cat-title {
  position: relative;
  margin-top: 30px;
  margin-bottom: 0px;
  padding-left: 54px;
  color: var(--primary-color);
  font-family: var(--inter-font);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.68px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 12px;
}

.team-cat-title:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 36px;
  height: 3px;
  border-radius: 999px;
  background: var(--primary-color);
  transform: translateY(-50%);
}

.team-cat-title:after {
  content: '';
  flex: 1;
  height: 1px;
  background: #e5e7eb;
  border-radius: 999px;
}

.role {
  font-weight: 600;
  font-size: 11px;
  line-height: 16px;
  height: 45px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.section_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.featured_navigation {
  display: flex;
  gap: 12px;
  align-self: flex-end;
}

.featured_prev,
.featured_next {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #fff;
  border: 1px solid #ddd;
  color: #222;
  transition: 0.3s;
}

.featured_prev:hover,
.featured_next:hover {
  background: #f05025;
  border-color: #f05025;
  color: #fff;
}

.featured_prev svg,
.featured_next svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.wp-block-button__link,
.wp-element-button {
  max-height: 60px;
}

@media all and (max-width: 991px) {
  .card_event {
    flex-wrap: wrap;
  }

  .card_event .card_date {
    display: none;
  }

  .card_event .card_content {
    padding-top: 15px !important;
    padding-bottom: 0px !important;
  }

  .card_event .card_types {
    margin-top: 15px;
  }

  .card_event .card_actions {
    margin-left: 0px;
    border: none;
  }

  .vacante-home {
    width: 100% !important;
    border: none;
  }

  .lat-border {
    border: none;
  }

  .lat-border:before {
    display: none;
  }
}

@media all and (max-width: 767px) {
  .content-single-wrapper {
    max-width: 100%;
  }
  .info-single {
    width: calc(100% - 2rem);
    position: relative;
    top: 0px;
  }

  .search-card {
    flex-wrap: wrap;
  }

  .search-card img,
  .search-card a {
    width: 100%;
  }

  .search-card .card_content {
    width: 100%;
    margin-top: 15px;
  }
}
