/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  color: #717171;
  background-color: #ffffff;
}

a {
  color: #2a76e8;
  text-decoration: none;
}

img, svg {
  max-width: 100%;
}

.cd-header {
  top: 0;
  width: 100%;
  z-index: 9999;
  position: fixed;
  background-color: #000;
}
.cd-header h1 {
  font-size: 2rem;
  color: #141414;
}
@media only screen and (min-width: 1280px) {
  .cd-header h1 {
    font-size: 3.6rem;
  }
}
.divline{color: #cccccc;background-color: #cccccc;height: 1px;border:none;}
.cd-footer {
  background-color: #ffffff;
  text-align: center;
}
.cd-footer .cont-footer p {
  font-size: 1.4rem;
  line-height: 1.4;
  color: #000000;
  text-align: justify;
  padding-bottom: 1.2rem;
}

.cd-footer .cont-footer h5 {
  font-size: 1.8rem;
  line-height: 1.8;
  color: #000000;
  font-weight: bold;
  text-align: left;
  padding-bottom: 1.2rem;
}

/* -------------------------------- 

download button

-------------------------------- */
.cd-nugget-info a {
  position: relative;
  display: inline-block;
  padding: 1.2em 1.6em;
  border-radius: 50em;
  background: #2a76e8;
  font-size: 14px;
  color: #ffffff;
  margin-top: 1em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0 0 20px rgba(42, 118, 232, 0.4);
}
.no-touch .cd-nugget-info a:hover {
  opacity: .8;
}
.cd-nugget-info span {
  vertical-align: middle;
  display: inline-block;
}
.cd-nugget-info span svg {
  display: block;
}
.cd-nugget-info .cd-nugget-info-arrow {
  fill: #ffffff;
}
@media only screen and (min-width: 1280px) {
  .cd-nugget-info a {
    margin-top: 1.4em;
  }
}

/* -------------------------------- 

Articles

-------------------------------- */
.cd-articles {
  position: relative;
  width: 90%;
  max-width: 990px;
  margin: 3em auto 3em;
}
.cd-articles::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
.cd-articles article {
  padding: 3em 0;
  border-bottom: 1px solid #e6e6e6;
}
.cd-articles article:last-of-type {
  border-bottom: none;
}
.cd-articles h1 {
  margin: .6em 0 .2em;
  color: #141414;
  line-height: 1.2;
  font-size: 2.4rem;
}

.cd-articles article h4  {
  margin: .6em 0 .2em;
  color: #000000;
  line-height: 1.2;
  text-align: center;
  font-size: 1.4rem;
}
.cd-articles p {
  padding: 1em 0;
  line-height: 1.5;
  color: #000000;
    font-size: 1.4rem;
    text-align: justify;
}


.cd-articles p:last-of-type {
  padding-bottom: 0;
}
@media only screen and (min-width: 1280px) {
  .cd-articles {
    width: 1200px;
    max-width: none;
    padding-left: 280px;
    margin-bottom: 5em;
  }
  .cd-articles::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
  .cd-articles h1 {
  	padding-top: 1rem;
    font-size: 2.6rem;
  }
  .cd-articles article h4 {
  margin: .6em 0 .2em;
  color: #000000;
  line-height: 1.2;
  text-align: center;
  font-size: 1.4rem;
}
  .cd-articles p {
    color: #000000;
    font-size: 1.5rem;
    text-align: justify;
  }

  .cd-articles ul.article{padding:0 0 20px 20px;}
  .cd-articles ul.article li{list-style: disc; font-size: 1.4rem; padding-top: 1rem; line-height: 1.4; text-align: left; color: #000000;}
}

/* -------------------------------- 

Aside

-------------------------------- */
.cd-read-more {
  /* hide on mobile */
  display: none;
  width: 300px;
  background-color: #f2f2f2;
}
.cd-read-more h3{padding: 20px 0 10px 20px; color: #000000; font-weight: bold; font-size: 1.4rem; line-height: 1.4rem;}
.cd-read-more h4{padding: 20px 0 10px 20px; color: #000000; font-weight: bold; font-size: 1.6rem;}
.cd-read-more li {
  counter-increment: articles;
}
.cd-read-more a {
  display: block;
  position: relative;
  padding: 1em 1.1em 1em 4.3em;
}
.cd-read-more a::before, .cd-read-more a::after {
  position: absolute;
}
.cd-read-more a::before {
  /* article number */
  content: counter(articles);
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 1.1em;
  width: 36px;
  height: 36px;
  line-height: 34px;
  border-radius: 50%;
  color: #b3b3b3;
  text-align: center;
  box-shadow: inset 0 0 0 1px #d9d9d9;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.cd-read-more a::after {
  /* bottom separation - line */
  content: '';
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  height: 1px;
  width: 260px;
  background-color: #d9d9d9;
}
.cd-read-more a.read em {
  color: #222435;

}
.cd-read-more a.read::before {
  background-color: #d9d9d9;
}
.cd-read-more a.reading em {
  color: #222435;
  font-weight: bold!important;
}
.cd-read-more a.reading em span{
  color: #222435;
}
.cd-read-more a.reading svg {
  display: block;
}
.cd-read-more a.reading::before {
  background-color: #ffffff;
  color: #141414;
}
.cd-read-more li:last-of-type a::after {
  display: none;
}
.cd-read-more em {
  display: block;
  font-size: 1.1rem;
  line-height: 1.1;
  color: #141414;
  /* truncate text with ellipsis */
  white-space: nowrap;
  overflow: hidden;
  text-transform: uppercase;
  text-overflow: ellipsis;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.cd-read-more em span {
  display: block;
  font-size: 1rem;
  line-height: 1.2;
  color: #141414;
  /* truncate text with ellipsis */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.cd-read-more b {
  color: #222435;
  font-size: 1.2rem;
  font-style: italic;
}
.cd-read-more svg {
  /* this is the filling circle around the article number */
  display: none;
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 1.1em;
  stroke: #00dcdc;/*color del menu*/
}
@media only screen and (min-width: 1280px) {
  .cd-read-more {
    display: block;
    position: absolute;
    top: 3em;
    left: -50px;
  }
  .cd-read-more.fixed {
    position: fixed;
    left: 25px;
    margin-top: 10px;
  }
}
