body {
  background-color: #f8f8f8;
  font-family: "Roboto", sans-serif;
  margin: 0;
}

.container {
  background-color: white;
  max-width: 1280px;
  margin: 0 auto;
}

header {
  background-color: #009096;
  color: white;
  padding: 50px 0 20px;
  margin: 0 0 80px;
}

header h3 {
  font-family: "Georgia";
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  margin: 0 0 20px;
}

header h2 {
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 0 40px;
  letter-spacing: 1.5px;
  font-weight: 500;
  padding: 0;
  text-align: center;
}

.share-container {
  clear: both;
  float: none;
  margin: 0 auto;
  text-align: center;
}

.share-container ul {
  padding: 0;
  margin: 0 0 30px;
}

.share-container li {
  float: none;
  display: inline !important;
  clear: both;
  float: none;
  margin: 0 auto;
  text-align: center;
  padding: 0 0 0 5px;
}

.share-container a {
  text-decoration: none;;
}

.ancla-buttons {
  overflow: hidden;
  text-align: center;
}

.ancla-buttons ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ancla-buttons li {
  display: inline;
}

.ancla-buttons a {
  background: white;
  color: #009096;
  font-size: 7.3pt;
  padding: 7px 10px;
  display: inline-block;
  border-radius: 3px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.ancla-buttons a:hover {
  background: #015d61;
  transition: 1s;
  color: white;
}

.seccion {
  font-size: 16px;
  line-height: 1.5;
  max-width: 1013px;
  margin: 0 auto 4em;
  padding-bottom: 3em;
  border-bottom: 1px #ddd solid;
}

.seccion::after {
  content: "";
  display: table;
  clear: both;
}

.seccion:last-child {
  border: 0
}

.line {
  background-color: #009096;
  height: 1px;
  width: 30px;
  padding: 2px;
  display: block !important;
}

section h2 {
  color: #444848;
  font-family: Roboto Slab, serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.vermas {
  text-align: center;
}

.vermas a {
  text-transform: uppercase;
  font-size: 12px;
  margin: 0;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  padding: 5px 14px;
  border: 1px solid #ddd;
  border-radius: 15px;
  color: #1EAAF1;
}

.vermas a:hover {
  background-color: #ddd;
  color: #337ab7;
}

.title {
  width: 33.3%;
  float: left;
}

.articulos {
  width: 66.6%;
  float: left;
}

article {
  float: left;
  margin-bottom: 30px;
}

article img {
  width: 100px;
  float: left;
  margin-right: 20px;
}

article h3 {
  font-size: 24px;
  line-height: 1.1em;
  float: left;
  margin: 0;
  color: #444848;
  font-weight: 500;
}

.tags {
  padding: 0 15px 0 0;
  display: inline-block;
  float: left;
}

.tags span {
  padding-right: 10px;
  border-right: 1px solid #898d90;
}

.paddingsolo {
  padding-left: 10px;
}

.tags span a {
  text-decoration: none;
  font-size: 13px;
  color: #898d90;
}

.mentira-clearfix {
  clear: both;
  margin: 0;
  height: 20px;
}

.columnarticle {
  float: left;
  width: calc(100% - 120px)
}

.numberlist {
  float: left;
  color: #009096;
  border: 1px #009096 solid;
  border-radius: 2em;
  width: 40px;
  height: 40px;
  text-align: center;
  font-family: 'Roboto Slab', serif;
  font-size: 1.4em;
  margin: 4px 30px;
  padding-top: 2px;
  box-sizing: border-box;
}

.producto {
  color: pink;
  width: 100%;
}

.producto a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: 'Lato', Helvetica, sans-serif;
  font-weight: 700;
  color: #009096;
}

.articleswitch ul {
  list-style: none;
  padding: 0;
}

.articleswitch button {
  background: transparent;
  border: 0;
  text-transform: uppercase;
  font-weight: 800;
  color: #b2b5b5;
  padding: 0;
  font-size: .6em;
}

.articleswitch button:hover, .articleswitch button.active {
  color: #1EAAF1;
}

.afirmacion {
  width: 40%;
  border-right: solid 1px #ddd;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  float: left;
  box-sizing: border-box;
}

.afirmacion::before {
  content: "";
  position: absolute;
  top: 10px;
  width: 15px;
  height: 15px;
  right: -8px;
  margin-left: -7.5px;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  transform: rotate(226deg);
  background: #fff;
}

.afirmacion::after {
  content: "";
  display: table;
  clear: both;
}

.afirmacion p {
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4em;
  margin-top: 0;
}

.author {
  margin-top: 20px;
}

.author .img-container {
  border-radius: 10em;
  width: 30px;
  height: 30px;
  overflow: hidden;
  float: left;
  margin: 0 10px 0 0;
}

.img-container img {
  width: 100%;
  filter: grayscale(100%);
}

.author span {
  font-size: 0.9em;
  color: #999;
  border-left: solid 1px #ddd;
  padding-left: 10px;
  margin: 5px 0 0 0;
  display: block;
  float: left;
  font-family: Georgia, serif;
}

.author span a {
  color: #44a5db;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.check {
  background: #44a5db;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  font-family: 'Roboto Condensed', sans-serif;
  padding: 8px 20px;
  float: left;
  border-radius: 16px;
  margin: 0 0 10px 0;
  letter-spacing: 2px;
}

.explicacion {
  width: 60%;
  padding-left: 35px;
  float: left;
  box-sizing: border-box;
}

.explicacion p {
  clear: both;
  font-family: 'Roboto', serif;
  margin: 0;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1.8em;
}

.hidden {
  display: none;
}

@media screen and (max-width: 992px) {
  header h3 {
    font-size: 30px
  }

  header h2 {
    font-size: 12px;
  }

  .seccion {
    margin: 0 20px 40px;
  }

  article h3 {
    font-size: 17px;
  }

  .title {
    width: 25%;
  }

  .title h2 {
    font-size: 12px;
  }

  .numberlist {
    font-size: 1em;
    width: 30px;
    height: 30px;
    padding-top: 1px;
  }

  .vermas a {
    font-size: 10px;
  }

  .tags span a {
    font-size: 11px;
  }

  .producto a {
    font-size: 10px;
  }

  article img {
    width: 90px;
  }

  .afirmacion {
    width: 100%;
    border: 0;
    margin-bottom: 15px;
  }

  .afirmacion p {
    font-size: 1em;
    line-height: 1.6em;
  }

  .afirmacion::before {
    border: 0;
  }

  .explicacion {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .explicacion p {
    font-size: .8em;
    line-height: 1.6em;
  }

  .articulos {
    width: 70%;
  }
}

@media screen and (max-width: 480px) {
  .tags {
    display: none;
  }

  .title {
    width: 100%;
    margin-bottom: 20px;
  }

  .producto a {
    font-size: 10px;
    line-height: 0px;
  }

  .columnarticle {
    width: 100%;
  }

  .articulos {
    width: 100%;
  }

  .afirmacion {
    float: none;
  }
}
