@font-face {
  font-family: "Barlow Condensed Bold";
  src: url("https://interactius.ara.cat/assets/common_new/fonts/Barlow/BarlowCondensed-Bold.ttf") format("opentype");
}

@font-face {
  font-family: "Barlow Condensed Extrabold";
  src: url("https://interactius.ara.cat/assets/common_new/fonts/Barlow/BarlowCondensed-ExtraBold.ttf") format("opentype");
}

.swiper-pagination-bullet {
  border: 1px solid #000;
}

.swiper-slide.portada {
  padding: 0 !important;
}

.swiper-slide.portada:after, .swiper-slide.portada:before {
  display: none;
}

.swiper-slide.portada .portada-content {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100% !important;
}

.swiper-slide.portada .portada-content h1 {
  font-family: "Chronicle Deck Condensed Semibold";
  text-align: center;
  max-width: 100% !important;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin: 60px 0 !important;
}

@media only screen and (min-width: 600px) {
  .swiper-slide.portada .portada-content h1 {
    margin: 20px 0 !important;
  }
}

.swiper-slide.portada .portada-content h1 span {
  display: block;
  font-size: 15vw;
  line-height: 15vw;
  letter-spacing: -4px;
  text-transform: uppercase;
}

@media only screen and (min-width: 600px) {
  .swiper-slide.portada .portada-content h1 span {
    font-size: 12vw;
    line-height: 12vw;
    letter-spacing: -6px;
  }
}

.swiper-slide.capitol:before {
  display: none;
}

.swiper-slide.capitol .capitol-text .title-wrap .index {
  display: none !important;
}

.swiper-slide.capitol .capitol-text .title-wrap .index:after {
  display: none !important;
}

.swiper-slide.capitol .capitol-text .title-wrap .titol {
  font-family: "Barlow Condensed Extrabold" !important;
  font-style: normal !important;
  font-size: 40px !important;
  line-height: 40px !important;
  text-transform: uppercase;
  overflow: visible !important;
  padding-right: 0 !important;
}

@media only screen and (min-width: 500px) {
  .swiper-slide.capitol .capitol-text .title-wrap .titol {
    font-size: 50px !important;
    line-height: 50px !important;
  }
}

@media only screen and (min-width: 1920px) {
  .swiper-slide.capitol .capitol-text .title-wrap .titol {
    font-size: 70px !important;
    line-height: 70px !important;
  }
}

.swiper-slide.capitol .capitol-text .veshi {
  font-family: "Barlow Condensed Bold";
  font-style: normal;
  font-size: 16px;
  line-height: 16px;
  position: initial !important;
  margin-top: 30px;
  right: 0 !important;
  text-transform: uppercase;
  color: #000;
  position: relative !important;
  padding: 16px 20px;
}

.swiper-slide.capitol .capitol-text .veshi:hover {
  color: #fff !important;
}

.swiper-slide.capitol .capitol-text .veshi:hover:before {
  background-color: #000;
}

.swiper-slide.capitol .capitol-text .veshi:hover:after {
  background-image: url(../img/right_white.svg);
}

.swiper-slide.capitol .capitol-text .veshi:before {
  content: "";
  display: block;
  width: 150px !important;
  height: 48px !important;
  transition: background-color 0.1s linear;
  background-color: #fff;
  opacity: 0.8;
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media only screen and (min-width: 500px) {
  .swiper-slide.capitol .capitol-text .veshi:before {
    width: 200px !important;
  }
}

.swiper-slide.capitol .capitol-text .veshi:after {
  content: "";
  display: block;
  background-image: url(../img/right.svg);
  width: 24px !important;
  height: 24px !important;
  background-size: 24px !important;
  background-repeat: no-repeat;
  position: absolute;
  top: 18px;
  left: 110px;
  margin: 0 !important;
  background-color: transparent !important;
}

@media only screen and (min-width: 500px) {
  .swiper-slide.capitol .capitol-text .veshi:after {
    left: 160px;
  }
}
