.w-100 {
  width: 100%;
}
.object-fit-cover {
  object-fit: cover;
}
.text-light {
  color: var(--text-color-light);
}

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

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

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

.link {
  text-decoration: underline !important;
}

.border-top-yellow {
  border-top: 12px var(--yellow-color) solid;
}

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

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

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

.bg-ligth-green {
  background: #1e8963;
}

.bg-none {
  background: none;
}

.bg-enlace {
  background: #018053;
  position: relative;
}

.bg-enlace .btn {
  z-index: 2;
}

.bg-enlace:after {
  content: '';
  width: 35%;
  height: 100%;
  border-radius: 9999px;
  position: absolute;
  top: 0px;
  right: -15%;
  background: rgba(254, 254, 254, 0.1);
  z-index: 0;
}

.border-none {
  border: none;
}

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

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

.badge {
  border-radius: 9999px;
  background: var(--ligth-gray-color);
  padding: 5px 10px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
}

.card,
.border-radius-10 {
  border-radius: 10px;
}

.card img.full {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.card_testimonio {
  position: relative;
  background: var(--ligth-gray-color);
}

.card_testimonio::before {
  content: '';
  position: absolute;
  inset: 6px;
  background: url('../images/testimonio.png') no-repeat center/contain;
  pointer-events: none;
}

.border-yellow {
  border-left: 5px solid var(--yellow-color);
}

.text-center {
  text-align: center;
}

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

.h-100 {
  height: 100%;
}

.bordered {
  border: 1px solid #d8d8d9;
}

.card-image-around-right {
  position: relative;
  border-radius: 0px 10px 10px 0px;
}

.card-image-circle-right {
  position: relative;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-right: 10px var(--yellow-color) solid;
}

.btn {
  border-radius: 8px;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
  box-shadow: none;
  border: none;
}

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

.bg-luna {
  position: relative;
  overflow: hidden;
}

.bg-luna::after {
  content: '';
  position: absolute;
  left: -10%;
  bottom: -120px;
  width: 120%;
  height: 340px;
  /*background: #f2f0f4 url('../images/luna_bg.svg');*/
  background: #f2f0f4;
  border-radius: 50%;
  z-index: -1;
}

.bg-image::after {
  content: '';
  position: absolute;
  left: -10%;
  bottom: -120px;
  width: 120%;
  height: 340px;
  /*background: #f2f0f4 url('../images/luna_bg.svg');*/
  background:
    url('../images/luna_bg.svg') 0 0 / 60px 60px repeat,
    url('../images/luna_bg.svg') 30px 30px / 60px 60px repeat,
    #f2f0f4;
  border-radius: 50%;
  z-index: -1;
}

.bg-luna-large::after {
  height: 700px !important;
  border-radius: 40% 40% 0px 0px !important;
  bottom: 120px;
}

.bg-white {
  background-color: #fff;
}

.img-rounded {
  border-left: 5px var(--ligth-gray-color) solid;
  border-bottom: 5px var(--ligth-gray-color) solid;
  border-right: 5px var(--ligth-gray-color) solid;
  border-radius: 0px 0px 0px 80px;
}

.ellipsis-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.custom-prev,
.custom-next {
  margin: 0px 5px;
  font-size: 22px;
  cursor: pointer;
}

.slick-dots {
  margin-top: 15px;
}

.slick-dots li button:before {
  font-size: 25px;
}

.slick-dots li.slick-active button:before {
  color: var(--purple-color);
}

#testimonios_slider {
  padding-bottom: 20px;
}

.input-search {
  padding: 8px 8px 8px 35px;
  width: 100%;
  border-radius: 8px;
  margin-right: 8px;
  background: #fff url('../images/search.svg') no-repeat 8px center;
  outline: none;
}

.pagination-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.pagination-wrapper .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  margin: 0 5px;
  border-radius: 50%;
  text-decoration: none;
  background: var(--card-bg);
  color: var(--text-color);
  font-size: 18px;
  font-weight: bold;
  transition: 0.2s ease;
}

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

.pagination-wrapper .page-numbers.current {
  background: var(--blue-color);
  color: #fff;
}

.logo-directorio {
  width: 56px;
  height: 56px;
}

.logo-directorio-single {
  width: 140px;
  height: 140px;
}

.single-directorio h2 {
  padding-top: 30px;
  border-top: 1px #d8d8d9 solid;
}

.info-single-directorio {
  position: sticky;
  top: 120px;
}

.info-single-directorio ul {
  padding-left: 30px;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.circle {
  border-radius: 50%;
  flex-shrink: 0;
}

#beneficios_slider .slick-track {
  display: flex;
}

#beneficios_slider .slick-slide {
  height: inherit !important;
  display: flex !important;
}

.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 1rem;
}

.service-tag input {
  display: none;
}

.service-tag span {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
  transition: 0.2s;
  user-select: none;
  opacity: 0.7;
}

.service-tag input:checked + span {
  opacity: 1;
}

.service-tag span:hover {
  border-color: #4c9a2a;
}

.paso {
  padding: 15px;
  border-top: 1px #d8d8d8 solid;
  border-bottom: 1px transparent solid;
  position: relative;
}

.paso:last-child {
  border-bottom: 1px #d8d8d8 solid;
}

.paso:hover {
  border-color: var(--purple-color);
}

.paso .number {
  width: 40px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: Rubik;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
}

.paso:hover h3,
.paso:hover .number {
  color: var(--purple-color);
}

.paso:before {
  content: '.';
  font-size: 40px;
  color: #d8d8d8;
  position: absolute;
  right: 0px;
  top: 25%;
}

.paso:hover:before {
  color: var(--purple-color);
}

.wp-post-image,
.recurso-multimedia {
  max-height: 488px;
}

@media all and (max-width: 991px) {
  .card-image-around-right {
    border-radius: 10px 10px 0px 0px !important;
  }
}

@media all and (max-width: 767px) {
  .card-image-circle-right {
    border-top-left-radius: 50px;
  }

  .bg-enlace:after {
    display: none;
  }

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

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