/* * {
  margin: 0;
  padding: 0;
}

body {
  background: #222;
  font-family: Georgia, serif;
  color: #fff;
  font-size: 14px;
}
  */

a {
    color: #ffffcc;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

/*
  a:hover,
  a.selected {
    color: #ffcc00;
  }

h1,h2,h4,h5,h6 {
  text-align: center;
  color: #ccc;
  text-shadow: #000 1px 1px 2px;
  margin-bottom: 5px;
}
  h1 {
    font-size: 18px;
  }
  h2 {
    font-size: 14px;
  } */

.sociales {
    text-align: center;
    margin-bottom: 10px;
}

#timeline {
    width: 1265px;
    height: 800px;
    overflow: hidden;
    margin: 50px auto !important;
    position: relative;
    margin-left: 0px !important;
    /* background: url("../images/dot.gif") left 45px repeat-x; */
}

#dates {
    height: 60px;
    overflow: hidden;
    /* margin-left: 80px  ; */
    /* background-color: #000; */
}

#dates li {
    list-style: none;
    float: left;
    width: 123px;
    height: 55px;
    padding: 0 7px;
    font-size: 16px;
    text-align: center;
    background: url("../images/biggerdot.png") center bottom no-repeat;
}

#dates a {
    line-height: 20px;
    transition: 0.3s;
    color: rgba(255, 255, 255, 0.767);
}

#dates a:hover {
    color: rgb(255, 255, 255);
}

#dates .selected {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #009e4c;
}

#issues {
    width: 1300px;
    height: 600px;
    /* overflow: hidden; */
}

#issues li {
    width: 1300px;
    height: 600px;
    list-style: none;
    float: left;
    /* padding: 0 50px !important; */
}

#issues li img {
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -webkit-transform: scale(1, 1);
    transform: translateX(-50px);
    width: 90% !important;
    margin: auto;

    /* height: 100% !important; */
}

#issues li h1 {
    color: #ffcc00;
    font-size: 48px;
    margin: 10px 0;
    text-shadow: #000 1px 1px 2px;
}

#issues li p {
    font-size: 14px;
    margin-right: 70px;
    font-weight: normal;
    line-height: 22px;
    text-shadow: #000 1px 1px 2px;
}

#prev,
#next {
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    color: #000;
    z-index: 3;
    font-size: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#prev {
    left: 0%;
    z-index: 4;
}

#next {
    right: 0%;
    z-index: 4;
}
