html {
    color: #0f0f0f;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #ccccff;
    text-shadow: none;
}

::selection {
    background: #ccccff;
    text-shadow: none;
}

body {
    font: 16px/24px "proxima-nova", Arial, sans-serif;
    font-weight: 400;
}

hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin: 20px 0 40px;
}

h1, h2 {
    font-family: "freight-text-pro", serif;
    font-weight: 700;
}

img {
    max-width: 100%;
}

a, a:visited {
    color: #000066;
}

.wrapper {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}

.header-container .wrapper {
    margin-top:20px;
}

ul {
    list-style-type: none;
    padding: 0;
}

li {
    margin-bottom: 1em;
}

.listado-medios {
    float: left;
    margin-top: 0;
}

.listado-medios li {
    width: 48%;
    float: left;
    margin-right: 2%;
}

.compartir {
    text-align: center;
    margin-top: 50px;
    float: left;
    width: 100%;
}
.compartir a {
    text-decoration: none;
    color: #f0f0f0;
    padding: 10px;
    margin-right: 10px;
    font-size: 0.8em;
}

.compartir a.fb {
    background-color: #3b5998;
}

.compartir a.tw {
    background-color: #00aced;
}

.compartir a.lk {
    background-color: #007bb5;
}

.volver {
    background-color: #2980b9;
    float: left;
    margin-top: 50px;
    max-width: 700px;
    padding: 5%;
    text-align: center;
    width: 90%;
}

.volver a, .volver i {
    color: #fff;
    text-decoration: none;
}

.highlight {
  background-color:#fdf8dc;
}

.timeline-item {
  padding: 3em 2em 0.5em;
  position: relative;
  color: rgba(0, 0, 0, 0.7);
  border-left: 2px solid rgba(0, 0, 0, 0.3);
}

.timeline-item h3 {
    margin: 0;
}

.timeline-item p {
  font-size: 1rem;
}

.timeline-item::before {
  content: attr(date-is);
  position: absolute;
  font-weight: bold;
  top: 1em;
  display: block;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 400;
  font-size: .785rem;
}

.timeline-item::after {
  width: 10px;
  height: 10px;
  display: block;
  top: 1em;
  position: absolute;
  left: -7px;
  border-radius: 10px;
  content: '';
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
}

.timeline-item:last-child {
  -o-border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 60%, transparent) 1 100%;
     border-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 60%, transparent) 1 100%;
     border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 60%, transparent) 1 100%;
}

.espacio-timeline {
    margin-top: 60px;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 700px) {
    .wrapper {
        margin: 0 5%;
        width: 90%;
    }

    .compartir a {
        display: block;
        width: 90%;
        padding: 5%;
    }
}

@media only screen and (max-width: 400px) {
    .listado-medios li {
        width:100%;
        margin-right:0;
    }


}


@media only screen and (min-width: 1140px) {

}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

