@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 900;
  src: local(''),
       url('../fonts/fira-sans-v16-latin-900.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/fira-sans-v16-latin-900.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

html,
body {
  position: relative;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
}

.swiper-container {
  width: 100%;
  height: 100%;
}
/*
.swiper-slide {
  text-align: center;
  background: #fff;

  /* Center slide text vertically * /
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
*/
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-container-v {
  background: #eee;
}
 

body {
  font-size: 500%;
  font-family: 'Fira Sans', sans-serif;
  text-transform: uppercase;
  line-height: 1em;
  --swiper-theme-color: #eee;
}

::selection {
  background: #ff0000; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #ff0000; /* Gecko Browsers */
}

a {
  text-decoration: none;
  color: #000000;
}

a:hover {
  color: #ff0000;
}

ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

li {
  margin-bottom: -0.5em;
}

li > a {
  display: inline-block;
}

.left{
  text-align: right;
  /*padding-top: 0.15625em;*/
}

.middle {
  padding-top: 2em;
}

.right {
  padding-top: 2em;
}

.category {
  visibility: hidden;
}

.hidden {
  visibility: hidden;
}

/*
.atractor:hover + .category {
  visibility: visible;
}
*/

main {
  background: white;
  /*height: 300px;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.container {
  display: flex; /* or inline-flex */
  justify-content: center;
  padding-top: 1em;
}


.swiper-more {
    bottom: .3em;
    position: fixed;
    position: absolute;
    z-index:10;
    cursor: pointer;
    color: var(--swiper-theme-color);
    color: #a9a9a9;
}

.swiper-more:hover {
    text-decoration: underline;
}
