@font-face {
  font-family: "HighVoltage";
  src: url("../media/fonts/HighVoltage Rough.ttf");
}
@font-face {
  font-family: "Arsenal";
  src: url("../media/fonts/Arsenal-Regular.otf");
}
@font-face {
  font-family: "Arsenal-bold";
  src: url("../media/fonts/Arsenal-Bold.otf");
}
::-moz-selection {
  background-color: #e26e70;
  color: #fff;
}
::selection {
  background-color: #e26e70;
  color: #fff;
}

body {
  margin: 0;
  font-family: "Arsenal", sans-serif;
  color: #333;
  overflow: unset !important;
  padding: 0 !important;
}

.noscript {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: white;
  color: red;
  z-index: 1000;
  margin: 0;
}

button,
.button {
  background-color: #f79c98;
  border: 0;
  padding: 9px 30px 6px 30px;
  font-family: "HighVoltage";
  font-size: 1.2rem;
  display: block;
  color: white;
  text-align: center;
  transition: 0.3s;
  text-transform: uppercase;
  text-decoration: none;
}
button:focus, button:hover,
.button:focus,
.button:hover {
  color: white;
  text-decoration: none;
  background-color: #fab6b2;
}

.title {
  width: 100%;
  font-family: "HighVoltage";
  font-size: 2.5rem;
  color: white;
  text-transform: uppercase;
  text-align: center;
  margin: 50px auto;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1300px) {
  section,
  main .list-items {
    min-height: unset !important;
  }
}
header {
  box-shadow: 0 0 5px 0 black;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 100;
}
header nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-flow: row wrap;
}
header nav .logo {
  width: 80%;
  max-width: 300px;
}
@media (max-width: 1300px) {
  header nav .logo {
    margin: 0 10%;
  }
}
header nav .logo img {
  width: 100%;
}
header nav #menu {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-flow: row wrap;
  padding: 0;
  list-style: none;
  margin: 0;
}
@media (max-width: 1300px) {
  header nav #menu {
    zoom: 0.8;
    padding-bottom: 10px;
  }
}
header nav #menu li {
  position: relative;
}
header nav #menu li a {
  padding: 5px 15px;
  font-size: 1.3rem;
  font-family: "HighVoltage";
  color: #333;
  text-decoration: none;
  outline: 0;
}
header nav #menu li a:after {
  content: "";
  width: 0%;
  position: absolute;
  height: 2px;
  background-color: #ffc8c7;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  transition: 0.3s;
}
header nav #menu li a:hover:after, header nav #menu li a:focus:after {
  width: 100%;
}
header nav #menu li a:hover + .submenu, header nav #menu li a:focus + .submenu {
  top: 100%;
}
header nav #menu li a.active:after {
  width: 100%;
}
header nav #menu li .submenu {
  position: absolute;
  z-index: 110;
  top: -1000px;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  padding: 0;
  list-style: none;
  margin: 10px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  padding: 10px 10px 15px 10px;
  box-shadow: 0 0 5px 0 #ccc;
}
header nav #menu li .submenu:before {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  top: -10px;
  left: 0;
}
header nav #menu li .submenu li a {
  display: block;
  padding: 5px 15px;
  white-space: nowrap;
  font-size: 1.2rem;
}
header nav #menu li .submenu:hover, header nav #menu li .submenu:focus, header nav #menu li .submenu.open {
  top: 100%;
}
header nav #menu .lang {
  margin-left: 50px;
}
@media (max-width: 1300px) {
  header nav #menu .lang {
    position: absolute;
    right: 20px;
    top: 20px;
  }
}
header nav #menu .lang a {
  text-decoration: none;
}
header nav #menu .lang a img {
  width: 40px;
  border-radius: 100%;
  transition: 0.3s;
}
header nav #menu .lang a:hover img, header nav #menu .lang a:focus img {
  box-shadow: 0 0 3px 0 black;
}
header nav #menu .lang a:first-child {
  margin-right: 10px;
}
header nav #menu .lang a.lang-es.es, header nav #menu .lang a.lang-en.en {
  cursor: default;
  pointer-events: none;
}
header nav #menu .lang a.lang-es.es img, header nav #menu .lang a.lang-en.en img {
  box-shadow: 0 0 0 2px #a30944;
}
header nav #menu .lang a.lang-es.es:hover img, header nav #menu .lang a.lang-es.es:focus img, header nav #menu .lang a.lang-en.en:hover img, header nav #menu .lang a.lang-en.en:focus img {
  box-shadow: none;
}
header nav .menu-btn {
  display: none;
}
@media (max-width: 720px) {
  header .nav .menu-btn {
    display: block;
  }
}

footer {
  background-color: #3e4045;
}
footer .main {
  max-width: 1500px;
  margin: 0 auto;
  padding: 30px 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-flow: row wrap;
}
footer .main > a,
footer .main .rrss {
  width: calc(33% - 20px);
  max-width: 300px;
  min-width: 150px;
  margin: 0 20px 20px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .main > a > img,
footer .main .rrss > img {
  width: 100%;
}
footer .main > a .rrss-box,
footer .main .rrss .rrss-box {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
}
footer .main > a .rrss-box a,
footer .main .rrss .rrss-box a {
  display: inline-block;
  width: calc(50% - 12px);
}
footer .main > a .rrss-box a img,
footer .main .rrss .rrss-box a img {
  width: 100%;
}
footer .main > a .rrss-box a img svg path,
footer .main .rrss .rrss-box a img svg path {
  fill: white;
}
footer .main > a .rrss-box a:nth-child(1),
footer .main .rrss .rrss-box a:nth-child(1) {
  margin: 0 10px 10px 0;
}
footer .main > a .rrss-box a:nth-child(2),
footer .main .rrss .rrss-box a:nth-child(2) {
  margin: 0 0 10px 10px;
}
footer .main > a .rrss-box a:nth-child(3),
footer .main .rrss .rrss-box a:nth-child(3) {
  margin: 10px 10px 0 0;
}
footer .main > a .rrss-box a:nth-child(4),
footer .main .rrss .rrss-box a:nth-child(4) {
  margin: 10px 0 0 10px;
}
footer .main .cittaslow {
  width: calc(20% - 20px);
  min-width: 100px;
  max-width: 175px;
}
footer .sitemap {
  margin-bottom: 50px;
}
footer .sitemap ul {
  width: 95%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: row wrap;
  padding: 0;
  list-style: none;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  footer .sitemap ul {
    zoom: 0.8;
  }
}
footer .sitemap ul li {
  position: relative;
}
footer .sitemap ul li a {
  padding: 5px 30px;
  font-size: 1.3rem;
  color: #fff;
  display: block;
  text-align: center;
}
footer .sitemap ul li .submenu {
  width: 100%;
  text-align: center;
  padding: 0;
  list-style: none;
  margin: 10px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
}
footer .sitemap ul li .submenu li a {
  display: block;
  white-space: nowrap;
  font-size: 1.2rem;
}
footer .sitemap ul .lang {
  margin-left: 50px;
}
footer .sitemap ul .lang a img {
  width: 40px;
  border-radius: 100%;
  transition: 0.3s;
}
footer .sitemap ul .lang a:hover img, footer .sitemap ul .lang a:focus img {
  box-shadow: 0 0 3px 0 black;
}
footer .sitemap ul .lang a:first-child {
  margin-right: 10px;
}
footer .sitemap ul .lang a.lang-es.es, footer .sitemap ul .lang a.lang-en.en {
  cursor: default;
  pointer-events: none;
}
footer .sitemap ul .lang a.lang-es.es img, footer .sitemap ul .lang a.lang-en.en img {
  box-shadow: 0 0 0 2px white;
}
footer .sitemap ul .lang a.lang-es.es:hover img, footer .sitemap ul .lang a.lang-es.es:focus img, footer .sitemap ul .lang a.lang-en.en:hover img, footer .sitemap ul .lang a.lang-en.en:focus img {
  box-shadow: none;
}
footer .sitemap > ul > li > a {
  border-bottom: 1px solid white;
}
footer .copyright {
  background-color: #494b50;
  text-align: center;
  padding: 20px 20px 0 20px;
}
footer .copyright a {
  color: white;
}
footer .legal {
  background-color: #494b50;
  padding: 20px;
  text-align: center;
}
footer .legal a {
  color: white;
  margin: 0 20px 20px 20px;
}

.slider {
  width: 100%;
  max-width: min(1500px, 100vw);
  margin: 0 auto;
}

.splide {
  padding: 5em;
}

.splide__list {
  align-items: flex-start;
}

.splide__arrow {
  background: transparent !important;
}

.splide__arrow svg {
  fill: #f06760;
}

.splide__arrow:hover svg,
.splide__arrow:focus svg {
  fill: #ad4641;
}

.splide__pagination {
  max-width: 90vw;
  margin: 0 auto;
}

.splide__pagination__page {
  width: 5px;
  background: white;
}

.splide__pagination__page.is-active {
  background: #f06760;
}

.splide__slide {
  display: inline-block;
  width: 20%;
  margin: 0 auto;
  padding-top: 3px;
}
.splide__slide:focus img {
  outline: 3px solid black;
}
.splide__slide img {
  display: block;
  width: auto;
  height: 300px;
  margin: 0 auto;
  border: 6px solid #f06760;
  box-sizing: border-box;
  cursor: pointer;
  max-width: 100%;
}
@media (max-width: 1300px) {
  .splide__slide img {
    height: auto;
  }
  .splide__slide {
    margin: 0 15px;
  }
}
.splide__slide p {
  text-align: center;
  font-size: 1.5rem;
  margin: 20px auto 0 auto;
  max-width: 250px;
}
.splide__slide a {
  display: block;
  color: white;
  text-decoration: none;
}
.splide__slide a p {
  padding: 0 15px;
}

.splide__slide.is-active img {
  border: 6px solid #ffffff;
}

.viewer-backdrop {
  background-color: rgba(0, 0, 0, 0.9);
}/*# sourceMappingURL=styles.css.map */