* {
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: #FFFFFF;
  margin: 0px;
  padding: 0px;
  font-family: 'Armata', sans-serif;
}

.top {
  position: relative;
  height: 20vh;
  width: 100%;
  display: block;
  margin-bottom: 4em;
}

.top img {
  width: 100%;
  max-width: 400px;
}

.bottom {
  width: 100%;
  display: block;
  margin-bottom: 0;
}

.contactos {
  display: block;
  text-align: center;
  background-color: #FFED00;
  padding: 20px;
  line-height: 10px;
}

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

.logo {
  position: absolute;
  display: block;
  left: 50%;
  top: 70%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.txt-barra {
  color: #FFED00;
  display: inline-block;
  padding: 0 0 5px 15px;
}

.txt-small {
  font-size: 80%;
}

.texto {
  display: block;
  text-align: center;
  font-size: 80%;
  margin-top: 40px;
  margin-right: 20%;
  margin-left: 20%;
  margin-bottom: 2em;
}

.txt-en {
  color: #AAAAAA;
}

li {
  position: absolute;
  -webkit-transition: opacity .5s ease-in;
  transition: opacity .5s ease-in;
  list-style-type: none;
}

li + img {
  opacity: 0;
}

.container .slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vmin;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.container .slides li {
  width: auto;
  height: 100vmin;
  position: absolute;
  z-index: 1;
  list-style-type: none;
  opacity: 0;
}

.container .slides img {
  height: 100%;
}

/*  .thumbnails {
	display: flex;
	flex-direction: column;
	line-height: 0;
	
	li {
	  flex: auto;
	  list-style-type: none;
	}
  
	a {
	  display: block;
	}
	
	img {
	  width: 30vmin;
	  height: 20vmin;
	  object-fit: cover;
	  object-position: top;
	}
  }
  

  
  .slides li:target {
	z-index: 3;
	-webkit-animation: slide 1s 1;
  }
  
  .slides li:not(:target) {
	-webkit-animation: hidden 1s 1;
  }
  
  @keyframes slide {
	0% {
	  transform: translateY(0%);
	  opacity: 0;
	}
	100% {
	  transform: translateY(0%);
	  opacity: 100%;
	}
  }
  
  @keyframes hidden {
	0% {
	  z-index: 2;
	}
	100% {
	  z-index: 2;
	}
  } */
