#timeline h2 {
  font-family: 'Quicksand', sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 2.5rem;
  margin-bottom: 0;
}

#issues .info_descripcion ul li {
  font-size: 14px;
  margin-right: 70px;
  font-weight: normal;
  line-height: 22px;
  text-shadow: none;
  font-family: 'Quicksand', sans-serif;
  font-size: 1.6rem;
  text-align: justify;
  width: 800px !important;
  float: initial !important;
  opacity: 1 !important;
}

#timeline h3 {
  font-family: 'Oswald', sans-serif;
  color: #e61328;
  text-shadow: initial;
  font-weight: bold;
  margin-top: 0;
  font-size: 6rem;
}

#grad_bottom {
  height: 0;
}

@media(min-width: 1010px) {
  * {
    margin: 0;
    padding: 0;
  }
  a {
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  a:hover,
  a.selected {
    color: #000;
    background: #fff;
    /* display: table; */
    /* padding: 0 7px; */
    margin-bottom: 0;
  }
  .sociales {
    text-align: center;
    margin-bottom: 20px;
  }
  #timeline {
    width: 1200px;
    height: 580px;
    overflow: hidden;
    margin: 100px auto 0px;
    position: relative;
    background: url('https://www.urosario.edu.co/App_Themes/365A/imagenes/timeline/dot.gif') left 45px repeat-x;
    background-position: 0px 564px;
  }
  #dates {
    width: 800px;
    height: 65px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
  }
  #dates li {
    list-style: none;
    float: left;
    width: 100px;
    height: 65px;
    font-size: 24px;
    text-align: center;
    background: url('https://www.urosario.edu.co/App_Themes/365A/imagenes/timeline/biggerdot.png') center bottom no-repeat;
  }
  #dates a {
    line-height: 43px;
    padding-bottom: 0;
    font-family: 'Oswald', sans-serif;
    font-size: 3.5rem;
    font-weight: bold;
    text-decoration: none;
    padding: 3px 10px 0px;
  }
  #dates .selected {
    font-size: 38px;
  }
  #issues {
    width: 800px;
    height: 440px;
    overflow: hidden;
  }
  #issues li {
    width: 1200px;
    height: 440px;
    list-style: none;
    float: left;
    opacity: 1 !important;
  }
  #issues li.selected img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  #issues li img {
    float: left;
    margin: 10px 30px 10px 50px;
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    /* IE 8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
    /* IE 6 & 7 */
    zoom: 1;
    -webkit-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    -webkit-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
  }
  #issues li p {
    font-size: 14px;
    margin-right: 70px;
    font-weight: normal;
    line-height: 22px;
    text-shadow: none;
    font-family: 'Quicksand', sans-serif;
    font-size: 1.6rem;
    text-align: justify;
  }
  .info_descripcion p {
    font-size: 14px;
    margin-right: 70px;
    font-weight: normal;
    line-height: 22px;
    text-shadow: none;
    font-family: 'Quicksand', sans-serif;
    font-size: 1.6rem;
    text-align: justify;
  }
  .info_descripcion li {
    font-size: 14px;
    margin-right: 70px;
    font-weight: normal;
    line-height: 22px;
    text-shadow: none;
    font-family: 'Quicksand', sans-serif;
    font-size: 1.6rem;
    text-align: justify;
  }
  .info_descripcion ul {
    font-size: 14px;
    margin-right: 70px;
    font-weight: normal;
    line-height: 22px;
    text-shadow: none;
    font-family: 'Quicksand', sans-serif;
    font-size: 1.6rem;
    text-align: justify;
  }
  #grad_left,
  #grad_right {
    width: 100px;
    height: 350px;
    position: absolute;
    top: 0;
  }
  #grad_left {
    left: 0;
    background: url('https://www.urosario.edu.co/App_Themes/365A/plugin-timelinr-0.9.7/~/App_Themes/365A/imagenes/timeline/grad_left.png') repeat-y;
  }
  #grad_right {
    right: 0;
    background: url('https://www.urosario.edu.co/App_Themes/365A/plugin-timelinr-0.9.7/~/App_Themes/365A/imagenes/timeline/grad_right.png') repeat-y;
  }
  #prev {
    position: absolute;
    bottom: 0;
    font-size: 120px;
    top: 70%;
    width: 52px;
    height: 47px;
    background-position: 0 0;
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    color: transparent;
  }
  #next {
    position: absolute;
    bottom: 0;
    font-size: 120px;
    top: 70%;
    width: 55px;
    height: 47px;
    background-position: 0 0;
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    color: transparent;
  }
  #next:hover,
  #prev:hover {
    background-position: 1px -47px;
  }
  #prev {
    left: 0;
    background-image: url('https://www.urosario.edu.co/App_Themes/365A/imagenes/timeline/prev.png');
  }
  #next {
    left: 76px;
    background-image: url('https://www.urosario.edu.co/App_Themes/365A/imagenes/timeline/next.png');
    margin-left: -23px;
  }
  #next.disabled,
  #prev.disabled {
    opacity: 0.2;
  }
}

@media(max-width: 1000px) {
  .sociales {
    text-align: center;
    margin-bottom: 20px;
  }
  #timeline {
    width: 330px;
    height: 620px;
    overflow: hidden;
    margin: 40px auto;
    position: relative;
    background: url('https://www.urosario.edu.co/App_Themes/365A/imagenes/timeline/dot.gif') 3px top repeat-y;
  }
  #dates {
    width: 80px;
    overflow: hidden;
    float: left;
  }
  #dates li {
    list-style: none;
    width: 200px !important;
    height: 100px;
    line-height: 100px;
    font-size: 24px;
    padding-left: 10px;
    background: url('https://www.urosario.edu.co/App_Themes/365A/imagenes/timeline/biggerdot.png') left center no-repeat;
  }
  #dates a {
    line-height: 38px;
    padding-bottom: 10px;
    font-size: 14px;
  }
  #dates .selected {
    font-size: 14px;
  }
  #issues {
    width: 280px;
    overflow: hidden;
    float: left;
  }
  #issues li {
    width: 280px;
    height: 600px;
    list-style: none;
  }
  #issues li.selected img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  #issues li img {
    float: none;
    margin: 10px 30px 10px 50px;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    /* IE 8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
    /* IE 6 & 7 */
    zoom: 1;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    -webkit-transform: scale(0.7, 0.7);
    -moz-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
    display: block;
    width: 164px;
    height: auto;
  }
  #issues li h1 {
    color: #ffcc00;
    font-size: 48px;
    text-align: center;
    text-shadow: #000 1px 1px 2px;
  }
  #issues li p {
    font-size: 14px;
    margin: 10px 20px;
    font-weight: normal;
    line-height: 22px;
    text-shadow: #000 1px 1px 2px;
  }
  #grad_top,
  #grad_bottom {
    width: 500px;
    height: 80px;
    position: absolute;
  }
  #grad_top {
    top: 0;
    background: url('https://www.urosario.edu.co/App_Themes/365A/plugin-timelinr-0.9.7/~/App_Themes/365A/imagenes/timeline/grad_top.png') repeat-x;
  }
  #grad_bottom {
    bottom: 0;
    background: url('https://www.urosario.edu.co/App_Themes/365A/plugin-timelinr-0.9.7/~/App_Themes/365A/imagenes/timeline/grad_bottom.png') repeat-x;
    font-family: 'Quicksand', sans-serif;
    font-size: 1.6rem;
  }
  #next,
  #prev {
    position: absolute;
    left: 55%;
    font-size: 70px;
    width: 38px;
    height: 22px;
    background-position: 0 -44px;
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden;
  }
  #next {
    bottom: 0;
    background-image: url('https://www.urosario.edu.co/App_Themes/365A/imagenes/timeline/next_v.png');
  }
  #prev {
    top: 0;
    background-image: url('https://www.urosario.edu.co/App_Themes/365A/imagenes/timeline/prev_v.png');
  }
  #next.disabled,
  #prev.disabled {
    opacity: 0.2;
  }
}

@media(max-width:1024px) {
  #issues li {
    width: 900px;
  }
  #timeline {
    width: 900px;
  }
}

@media (max-width:768px) {
  #timeline {
    width: 560px;
  }
  #issues {
    width: 449px;
  }
  #issues li.selected img {
    width: 258px;
    display: table;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  #issues li {
    width: 413px;
    /*459px;*/
  }
  #timeline h2 {
    display: none;
  }
  #issues li p {
    font-size: 14px;
    text-shadow: none;
    line-height: 20px;
    text-align: justify;
    width: 100%;
  }
  #issues li h1 {
    color: #e61327;
    font-size: 48px;
    text-align: center;
    text-shadow: none;
  }
  #dates .selected {
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    background: #e61327;
    /* color: #fff !important; */
    padding: 1px/*10px*/
    ;
    width: 240px;
  }
  #dates a.selected {
    color: #fff !important;
    font-size: 14px !important;
  }
  #timeline a {
    color: #333;
    font-size: 14px;
  }
  #trecientosSesentaycinco .tagEditorial {
    top: -41px;
  }
  #trecientosSesentaycinco .tituloA h3 {
    text-align: center;
  }
  #trecientosSesentaycinco .parrrafo {
    padding-bottom: 10%;
    margin-top: 0;
  }
  #trecientosSesentaycinco a.botton {
    margin: 0 auto;
  }
  #trecientosSesentaycinco .cajafechas h4 {
    font-size: 3.5rem;
    padding: 2%;
  }
  #trecientosSesentaycinco .cajafechas h5 {
    font-size: 10.5rem;
  }
  #trecientosSesentaycinco .cajafechas h6 {
    font-size: 2.3rem;
  }
  #trecientosSesentaycinco .cajaNoticia {
    margin-bottom: 40px;
  }
  .controlesEvento {
    position: absolute;
    right: 20px;
    width: 52px;
    bottom: 70px;
  }
  #trecientosSesentaycinco .logoMuseo {
    width: 100%;
  }
}

@media (max-width:450px) {
  #issues li {
    height: 530px;
  }

  #timeline h3 {
    font-size: 20px;
  }

  #issues li p {
    font-size: 12px;
    line-height: normal;
  }
}

@media (max-width:375px) {

  body .container-fluid, header .container-fluid {

  }

  #timeline {
    width: 360px;
    margin-left: -83px;
    height: 530px;
  }
  #issues {
    margin-left: 80px;
    position: absolute;
    width: 339px;
  }
  #dates {
    margin-left: 30px;
    width: 90px;
  }

  #issues li {
    width: 200px;
  }
  #timeline h3 {
    text-align: center;
  }

  #issues li.selected img {
    width: 155px;
  }
}

@media (min-width:376px) and (max-width:425px) {
  #dates {
    width: 80px;
    margin-left: 73px;
    display: block;
    position: absolute;
  }
  #timeline {
    width: 470px !important;
    height: 530px;
    margin-left: -83px;
  }
  #issues {
    width: 370px;
    margin-left: 132px;
  }
  #issues li p {
    width: auto;
  }
  #issues li {
    width: 359px;
  }
  .barraAnos {
    margin-left: 80px;
  }
  #timeline h3 {
    text-align: center;
  }
}

@media (max-width:330px) {
  #issues, #timeline {
    width: 300px;
  }

  #issues li {
    width: 160px;
  }
}