/******************************************/
/***   Variables CSS propias del tema   ***/
/******************************************/
:root {
  --swiper-pagination-bottom: auto;
  --swiper-pagination-top: 16px;
  --swiper-pagination-bullet-size: 10px;
  --swiper-pagination-bullet-width: 10px;
  --swiper-pagination-bullet-height: 10px;
  --swiper-pagination-bullet-inactive-color: #EAEEF6;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 8px;
}

.site-languages__menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.author-byline__link {
  color: #3167fc;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.3s all ease-in-out;
}
.author-byline__link:hover {
  color: #17223b;
}

.author-card__tag {
  display: inline-block;
  padding: 0.2em 0.75em;
  border: 1px solid #cedafc;
  border-radius: 2rem;
  color: #3167fc;
  background-color: transparent;
  line-height: 1.4;
  white-space: nowrap;
}

.author-profile .sticky-top {
  top: 92px;
}

.author-profile__photo img {
  object-fit: cover;
}
.author-profile__label {
  letter-spacing: 0.08em;
}
.author-profile__name {
  color: #17223b;
}
.author-profile__title {
  color: #7D879C;
}
.author-profile__bio, .author-profile__bio-long {
  color: #1D2C4D;
  line-height: 1.7;
}
.author-profile__meta {
  color: #7D879C;
}
.author-profile__meta i {
  font-size: 1rem;
}
.author-profile__social a {
  color: #7D879C;
  font-size: 1.25rem;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}
.author-profile__social a:hover {
  color: #3167fc;
}
.author-profile__featured img {
  border-radius: 0.5rem;
}
.author-profile__featured h2 a {
  color: #17223b;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}
.author-profile__featured h2 a:hover {
  color: #3167fc;
}
.author-profile .col-12 > a {
  color: #1D2C4D;
  text-decoration: none;
}
.author-profile .col-12 > a h3 {
  transition: 0.3s all ease-in-out;
}
.author-profile .col-12 > a:hover h3 {
  color: #3167fc;
}
.author-profile .col-12 > a img {
  transition: 0.3s all ease-in-out;
}
.author-profile .col-12 > a:hover img {
  opacity: 0.85;
}
