.arte-content {
  --oesp-viagem: #665d96;
  --background-color: white;
  --swiper-theme-color: #827aac;
  --swiper-navigation-size: 48px;
}

.arte-content ::selection {
  --background-color: #dad8e7;

  background-color: var(--background-color);
}

.arte-content [data-contains]:not([data-contains="gallery"]) a {
  --text-color: inherit;
  --line-color: #9f99c0;
  --line-width: 0.1em;

  display: inline;
  margin: 0;
  /* box-shadow: 0 0 2px 0 var(--oesp-viagem); */
  box-shadow:
    /* inset 0 0.2em black, */
    0 var(--line-width) var(--line-color);
  /* background-color: #dad8e7; */
  /* background-size: 1px 1em; */
  color: var(--text-color);
  /* font-family: "LatoBold", "Lato", sans-serif; */
  /* font-weight: bold; */
  text-decoration: none;
  text-shadow:
    /* -1px -1px black,
    -1px  1px black,
     1px -1px black,
     1px  1px black,
     -2px -2px black,
     -2px  2px black,
      2px -2px black,
      2px  2px black, */
      -1px 1px var(--background-color),
      -1px 2px var(--background-color),
      -1px 3px var(--background-color),
       0 1px var(--background-color),
       0 2px var(--background-color),
       0 3px var(--background-color),
       1px 1px var(--background-color),
       1px 2px var(--background-color),
       1px 3px var(--background-color);
  transition: all 0.2s;
}

.arte-content [data-contains]:not([data-contains="gallery"]) a:hover,
.arte-content [data-contains]:not([data-contains="gallery"]) a:focus {
  --text-color: #333;
  --line-color: var(--oesp-viagem);
  --line-width: 0.15em;
}

.arte-content [data-contains]:not([data-contains="gallery"]) a:hover strong,
.arte-content [data-contains]:not([data-contains="gallery"]) a:focus strong {
  color: var(--oesp-viagem);
  transition: all 0.2s;
}

.arte-content h4 {
  color: var(--oesp-viagem);
}

.arte-content strong {
  color: #827aac;
}

.arte-content span {
  position: relative;
}

.arte-destinos {
  counter-reset: ranking;
  display: flex;
  flex-wrap: wrap;
  /* flex-direction: column; */
  /* justify-content: center;
  align-items: center; */
}

.arte-destino {
  display: block;
  position: relative;
  padding: 12px;
  width: 100%;
}

@media (min-width: 640px) {
  .arte-destino {
    width: 50%;
  }
}

@media (min-width: 960px) {
  .arte-destino {
    width: calc(100% / 3);
  }
}

.arte-destino::before {
  counter-increment: ranking;
  content: counter(ranking) "º lugar";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  border-radius: 3px;
  padding: 4px 8px;
  background-color: #827aac;
  color: white;
  font-family: "LatoBold", "Lato", sans-serif;
  font-weight: bold;
  line-height: 1;
}

@media (min-width: 640px) {
  .arte-destino:last-child {
    width: 100%;
  }
}

@media (min-width: 960px) {
  .arte-destino:last-child {
    width: calc(100% / 3);
  }
}

.arte-destino:last-child .arte-destino__photo-wrapper {
  display: none;
  position: relative;
  padding-top: 125%;
  background-color: #eeedf4;
}

@media (min-width: 960px) {
  .arte-destino:last-child .arte-destino__photo-wrapper {
    display: block;
  }
}

.arte-destino:last-child .arte-destino__photo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 48px) !important;
  transform: translate(-50%, -50%);
}

.arte-destino:last-child::before {
  display: none;
}

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

.arte-destino__name {
  display: block;
  margin-top: 6px;
  color: var(--oesp-viagem);
  font-family: "LatoBlack", "Lato", sans-serif;
  font-size: 21px;
  font-weight: 900;
  text-transform: uppercase;
}

.arte-destino__votes {
  display: block;
  color: #9f99c0;
  font-family: "LatoBlack", "Lato", sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.arte-destino__votes::after {
  content: "";
  display: inline-block;
  margin-left: 4px;
  width: 12px;
  height: 12px;
  transform: translateY(1px);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.17 8.33'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:none;%7d.cls-2%7bfill:%239f99c0;%7d%3c/style%3e%3c/defs%3e%3cpath class='cls-1' d='M-.42-.42h10v10h-10Z'/%3e%3cpath class='cls-2' d='M0,8.33H1.67v-5H0ZM9.17,3.75a.84.84,0,0,0-.83-.83H5.7L6.1,1V.88A.63.63,0,0,0,5.93.44L5.49,0,2.75,2.75a.81.81,0,0,0-.25.59V7.5a.84.84,0,0,0,.83.83H7.08a.83.83,0,0,0,.77-.51L9.11,4.89a.82.82,0,0,0,.06-.3Z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}

.arte-destino__description {
  margin: 0 0 24px !important;
}

.arte-content [data-contains]:not([data-contains="gallery"]) .arte-destino__photo {
  border-radius: 3px;
  width: 100%;
  height: auto;
}

/* .arte-content [data-contains]:not([data-contains="gallery"]) a,
.arte-content strong {
  color: var(--oesp-viagem);
} */

.arte-card {
  /* background: #f2f5f7; */
  margin: 48px auto 24px;
  max-width: 280px;
  text-align: center;
}

.arte-card__avatar {
  margin: 0 auto;
}

/* .arte-card__avatar__photo {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: auto;
} */

.arte-card__avatar__photo-wrapper {
  position: relative;
  margin: 0 auto 16px;
  width: 72px;
}

.arte-card__avatar__photo-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  z-index: -1;
  border-radius: 50%;
  width: 100%;
  padding-top: 100%;
  background-color: var(--oesp-viagem);
}

.arte-card__avatar__photo {
  /* content: "";
  display: block;
  position: relative;
  width: 100%; */
  height: auto;
}

.arte-card__avatar__name {
  display: block;
  color: var(--oesp-viagem);
  font-family: "LatoBlack", "Lato", sans-serif;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.arte-card__avatar__handle::before {
  content: "@";
}

.arte-card__bio {
  min-height: 72px;
}

.arte-card__votes {
  --background-color: #f8f7fa;

  /* margin: 0 24px; */
  border-radius: 3px;
  padding: 16px 24px;
  text-align: left;
  background-color: var(--background-color);
}

.arte-card__votes__title {
  margin: 0 0 12px !important;
  color: #827aac;
  font-family: "LatoBlack", "Lato", sans-serif;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.arte-card__votes__list {
  counter-reset: votes;
}

.arte-card__votes__list__item {
  display: flex;
}

.arte-card__votes__list__item::before {
  counter-increment: votes;
  content: counter(votes) "º ";
  display: block;
  /* position: relative; */
  margin-right: 6px;
  /* transform: translateY(-px); */
  color: #827aac;
  font-family: "LatoBold", "Lato", sans-serif;
  /* font-size: 12px; */
  font-weight: bold;
}

.arte-card__votes__list__item--loser span {
  position: relative;
  /* box-shadow: 0 0.2em red; */
  display: inline-block;
}

.arte-card__votes__list__item--loser span::after {
  content: "";
  display: block;
  box-shadow: 0 0 0 1px white;
  height: 0.05em;
  transform: translateY(calc(-2em / 3));
  background-color: currentColor;
}

/* Swiper */

.swiper-container {
  /* width: 600px; */
  /* height: 300px; */
}

.swiper-slide {
  /* min-width: 300px; */
}

.swiper-pagination-bullet {
  background: #dad8e7;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #827aac;
}

.swiper-button-next,
.swiper-button-prev {
  top: 108px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  text-shadow:
    -1px -1px rgba(255, 255, 255, 0.8),
    -1px  1px rgba(255, 255, 255, 0.8),
     1px  1px rgba(255, 255, 255, 0.8),
     1px -1px rgba(255, 255, 255, 0.8);
  /* font-size: 48px; */
}

/* img {
  opacity: 0.2;
} */
