@import url('https://fonts.googleapis.com/css?family=Signika+Negative');
* {
  box-sizing: boder-box;
}

body {
  margin: 0;
}

#main {
  position: relative;
  z-index: 20;
  background: #fff;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
}
@media (min-width: 640px) {
  #main {
    padding: 1em;
  }
}

.fake-section {
  background: #eee;
  height: 300px;
}

.tiles-a {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.tiles-a ul {
  margin: 0;
  padding: 0;
}
.tiles-a li {
  list-style: none;
}
@media (min-width: 640px) {
  .tiles-a li {
    float: left;
    width: 25%;
    /* width: 33.33%; */
  }
}
.tiles-a a {
  margin: 1em;
  display: block;
  background: #222;
  padding-top: 73%;
  height: 0;
  position: relative;
}

.link-autor{
  cursor: pointer !important;
  color: #00b6ff;
  font-size: 12px;
}

#aside {
  position: fixed;
  /* position: absolute; */
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background: #eee;
  overflow-y: scroll;
  z-index: 10;
}
#aside img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
#aside .wrapper {
  padding: 1em;
}
#aside .close {
  width: 25px;
  display: block;
  position: absolute;
  top: 1em;
  right: 1em;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}

.show-detail {
  overflow: hidden;
}
.show-detail #main {
  -webkit-transform: translateX(-60%);
  transform: translateX(-60%);
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.banner-turismo{
  margin-left: -1em;
  margin-top: -1em;
  margin-right: -1em;
  background-image: url(../images/background-turismo.jpg);
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  position: relative;
}


.banner-turismo h3{
  font-family: 'Signika Negative', sans-serif;
  display: inline-block;
  float: right;
  color: #fff;
  padding: 15px 50px;
  text-align: right;
  font-size: 36px;
}

.banner-turismo h3 > span{
  font-family: 'Signika Negative', sans-serif;
  font-size: 1.7em;
}

.banner-turismo > a{
  color: #ffffff;
  font-size: 12px;
  position: absolute;
  background: rgba(0,0,0,0.7);
  padding: 2px 10px;
  bottom: 0;
}

main .content {
  margin-left: -1em;
  margin-right: 1em;
  padding: 0;
}

main .content > .footer{
  margin: 0 -2em -1em -1em;
}

.text-copy > h3{
  font-family: 'Signika Negative', sans-serif;
}
.title-details span{
  position: absolute;
  font-family: 'Signika Negative', sans-serif;
  font-size: 1.3em;
  color: #ffffff;
  background: rgba(0,0,0,.7);
  width: 100%;
  text-align: center;
  bottom: 0;
}

.img-detail{
  position: relative;
}
.img-detail span{
  position: absolute;
  bottom: 0;
  background: rgba(0,0,0,.7);
  color: #ffffff;
  padding: 2px 10px;
  font-size: 12px;
  cursor: pointer;
}
