
body:before {
  /* content: '';
  position: fixed;
  top: 0px;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 4px;
  background-color: #ccb87d; */
}
body .entries {
  width: calc(100% - 80px);
  max-width: 800px;
  margin: auto;
  position: relative;
  left: -5px;
}
body .entries .entry {
  width: calc(65% - 80px);
  float: left;
  /* padding: 20px; */
  clear: both;
  text-align: right;
  font-size: 1em;
  
}
body .entries .entry:not(:first-child) {
  /* margin-top: -60px; */
}
body .entries .entry .title {
  /* font-size: 32px; */
  /* margin-bottom: 1em; */
  margin-top: 2em;
  position: relative;
  color: #fff;
}
body .entries .entry .title:before {
  /* content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border: 4px solid #ffffff;
  background-color: #ccb87d;
  border-radius: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -93px;
  z-index: 1000; */
}
body .entries .entry .title.big:before {
  width: 24px;
  height: 24px;
  -webkit-transform: translate(8px, -50%);
          transform: translate(8px, -50%);
}

.entry img {
  border-radius: 0.5em;
  filter: drop-shadow(4px 2px 4px #999);
}
.flecha_link_mini img{
  max-width: 50px;

}
.title h6{
  color: #fff;
  font-size: 32px;

}

.big h3{
  font-family: 'nieweregular';
  font-size: 6.2em;
  /* width: fit-content; */
  width: -webkit-fill-available;
  padding-left: auto;


}
body .entries .entry .body {
  /* color: #aaa; */
}

body .entries .entry .body a {
  padding: 0.3em;
  padding-left: 1em;
  padding-right: 1em;
  color: #1FC17B;
  border: 2px solid;
  background: none;
  border-radius: 0.5em;
  width: fit-content;
  border-color: #1FC17B;

  /* width: fit-content; */
}

body .entries .entry .body a:hover {
 background-color: #1FC17B;
 color: #fff;
}
.entries .entry a {
  /* background-color: #1b3b47; */
}

body .entries .entry .body p {
  line-height: 1.2em;
  font-size: 1.2em;
}

.body p{
  padding-left: 0.5em;
}
body .entries .entry:nth-child(even) {
  text-align: left;
  float: right;
}
body .entries .entry:nth-child(odd) .title:before {
  left: -82px;
}
body .entries .entry:nth-child(odd) .title.big:before {
  -webkit-transform: translate(-8px, -50%);
          transform: translate(-8px, -50%);
}


@media only screen and (max-width: 768px) {

  .title h6{
    color: #fff;
    font-size: 20px;
  }


  body .entries .entry {

    width: calc(85% - 0.51em);

}

body .entries .entry .title.big:before{
visibility: hidden;
}

body .entries .entry .title:before {
  visibility: hidden;

}

}