@charset "UTF-8";
/* xl - DESKTOP STYLES */
.bt-hero-header {
  color: #fff;
  position: relative;
  overflow: hidden;
  align-items: center !important;
  margin-bottom: 100px;
}
.bt-hero-header .bt-hero-breadcrumbs {
  color: #fff;
  opacity: 0.85;
  margin-bottom: 8px;
}
.bt-hero-header .bt-hero-breadcrumbs a {
  color: #fff;
}
.bt-hero-header .bt-hero-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0;
  color: #fff;
  line-height: 1.1;
}
.bt-hero-header.bt-hero-center .bt-hero-content {
  text-align: center;
}
.bt-hero-header.bt-hero-left .bt-hero-content {
  text-align: left;
}
@media (max-width: 600px) {
  .bt-hero-header {
    padding: 24px 0 !important;
  }
  .bt-hero-header .bt-hero-title {
    font-size: 1.5rem;
  }
}
.page-id-9249.no-header-sidebars.no-page-header .page-wrapper, .page-id-9249.no-header-sidebars.no-page-header .page-wrapper > .ajax-result {
  padding-top: 0;
}
.perfiles-principal {
  border-radius: 20px;
  border: 1px solid #EAEBEB;
  background: var(--Blanco, #FFF);
  padding: 60px;
}
@media (max-width: 800px) {
  .perfiles-principal {
    padding: 20px;
  }
}
.perfiles-principal p {
  color: var(--Negro, #000);
  text-align: center;
}
.perfiles-principal h2 {
  color: var(--Rojo, #C12F41);
  text-align: center;
  font-family: Verdana;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.bt-cards-ajax-content {
  position: relative;
  min-height: 400px;
  overflow: hidden;
  height: auto;
  transition: height 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.bt-cards-ajax-grid-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
}
.bt-cards-ajax-empty-message {
  color: #C12F41;
  font-size: 1.2em;
  font-weight: 600;
}
.bt-cards-ajax-grid {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform, opacity;
  opacity: 1;
  transform: translateX(0);
  z-index: 1;
}
.bt-cards-ajax-grid.slide-out {
  transform: translateX(-105%);
  opacity: 0;
  pointer-events: none;
}
.bt-cards-ajax-grid.slide-in {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(105%);
  opacity: 0;
  pointer-events: none;
}
.bt-cards-ajax-grid.active {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}
.bt-card {
  border-radius: 105px 0px 10px 10px;
  border: 2px solid var(--Rojo, #C12F41);
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 370px;
  max-width: calc(33% - 60px);
  width: 100%;
  padding: 15px 15px 25px 15px;
  margin: 0 auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  position: relative;
}
.bt-card .bt-card-img {
  width: 100%;
  height: 280px;
  overflow: hidden;
  position: relative;
  border-radius: 90px 0px 90px 90px;
}
.bt-card .bt-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.bt-card .bt-card-img .bt-card-label {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #C12F41;
  color: #fff;
  font-size: 13px;
  padding: 4px 14px;
  border-radius: 8px;
  font-weight: 600;
  z-index: 2;
}
.bt-card .bt-card-body {
  padding: 18px 16px 16px 16px;
  text-align: center;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.bt-card .bt-card-body .bt-card-title {
  color: #000;
  text-align: center;
  margin-bottom: 40px !important;
  font-family: Verdana;
  /* Subtítulo M */
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.bt-card .bt-card-body .bt-card-excerpt {
  display: none;
  color: #000;
  text-align: center;
  /* Párrafo */
  font-family: Verdana;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.bt-card .bt-card-body .bt-card-link {
  color: #C12F41;
  position: relative;
  z-index: 1;
  font-weight: 400;
  text-decoration: none;
  border-radius: 8px;
  padding: 7px 18px;
  display: inline-block;
  transition: background 0.2s, color 0.2s;
  font-size: 1rem;
  margin-top: auto;
}
.bt-card .bt-card-body .bt-card-link span {
  margin-left: 6px;
  font-size: 1.1em;
  vertical-align: middle;
}
.bt-card .bt-card-body .bt-card-link:hover {
  transition: 0.3s all;
  color: #fff;
}
.bt-card .bt-card-body .bt-card-link:hover svg path {
  fill: #fff;
}
.bt-card .bt-card-body .bt-card-link:hover::after {
  height: 100%;
  transition: 0.3s all;
}
.bt-card .bt-card-body .bt-card-link:after {
  z-index: -1;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  transition: 0.3s all;
  background: #C12F41;
  position: absolute;
  bottom: 0;
}
.bt-cards-ajax-pagination {
  display: flex;
  justify-content: center;
  margin: 24px 0 0 0;
  gap: 8px;
}
.bt-cards-ajax-pagination .bt-cards-ajax-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #C12F41;
  opacity: 0.3;
  cursor: pointer;
  display: inline-block;
  transition: opacity 0.2s;
}
.bt-cards-ajax-pagination .bt-cards-ajax-dot.active {
  opacity: 1;
}
@media (max-width: 1200px) {
  .bt-cards-ajax-grid {
    gap: 16px;
  }
  .bt-card {
    max-width: calc(50% - 60px);
  }
}
@media (max-width: 900px) {
  .bt-cards-ajax-grid {
    gap: 16px;
  }
  .bt-card {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  width: 80%;
  .bt-cards-ajax-grid {
    flex-direction: column;
    gap: 12px;
  }
  .bt-card {
    min-width: 0;
    max-width: 100%;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22(stdin)%22%2C%22wp-content%2Fcustom_codes%2F9534-scss-desktop.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BACOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKH%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAOG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAASJ%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */