.hashcash {
    width: 30px!important;
    height: 30px!important;
}

.titulo_libro {
    font-size: 22px;
    text-align: center;
    font-weight: 400;
}

.des_libro {
    min-height: 160px;
}

ul.menu_sup {
    display: inline-block;
}
ul.menu_sup li {
    display: inline-block;
    margin-right: 25px;
}

ul.menu_sup li a {
    font-family: 'Roboto', sans-serif;
    color: #333;
    font-weight: 200;
        font-size: 20px;
        text-decoration: none;
}
.mod-list li.active>a, .mod-list li a:hover {
    /* text-decoration: underline; */
    /* padding-bottom: 75px; */
    border-top: solid 1px;
    text-decoration: none;
}
.banner {
  height: 590px;
  background-image: url('../../../../../images/banners/banner_1.png');
  background-size: cover;
  background-position: center;
}
.titulos_home {
    font-family: 'Roboto', sans-serif;
    color: #333;
    font-weight: 400;
    font-size: 50px;
}
.textos_home {
    font-family: 'Roboto', sans-serif;
    color: #333;
    font-weight: 200;
    font-size: 19px;
    line-height: 1.2;
}
.bt_descubre {
    border: solid 3px;
    padding: 10px;
    font-family: 'Roboto', sans-serif;
    color: #333;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.2;
}
.bt_descubre a {
    font-family: 'Roboto', sans-serif;
    color: #333;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.2;
    text-decoration: none;
}



.parallax-container {
  /* ...otros estilos... */
  background-image: url('../../../../../images/banners/banner_2.jpeg');
  background-size: cover;
  background-position: center;
}
.bt_descubre_2 {
  border: solid 3px;
  padding: 40px;
  font-family: 'Roboto', sans-serif;
  color: #333;
  font-weight: 300;
  font-size: 40px;
  line-height: 1.2;
  background-color: rgba(255, 255, 255, 1);
  text-decoration: none;
}

.bt_descubre_2:hover {
  border: solid 3px #fff;
  padding: 40px;
  font-family: 'Roboto', sans-serif;
  color: #FFF;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.2;
   background-color: rgba(255, 255, 255, 0.5);
}

.bt_descubre_2 a {
    font-family: 'Roboto', sans-serif;
    color: #333;
    font-weight: 300;
    font-size: 40px;
    line-height: 1.2;
    text-decoration: none;
}
.bt_descubre_2 a:hover {

    color: #fff;

}

a.bt_descubre_2 {
  text-decoration: none;
}
.contenedor_interna{
  background-color: #ebeff2;
}
.com-content-article__body {
    font-family: 'Roboto', sans-serif;
    color: #333;
    font-weight: 300;
    font-size: 15px;
}
.titulos_articulos {
    font-family: 'Roboto', sans-serif;
    color: #333;
    font-weight: 500;
    font-size: 35px;
}
.texto_pie {
    font-family: 'Roboto', sans-serif;
    color: #333;
    font-weight: 300;
    font-size: 12px;
} 
