/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(animate.css);
@import url(tomorrow.css);

html,
body,
div,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  background-color: white;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  width: 100%;
  *zoom: 1;
}

body:before,
body:after {
  content: "";
  display: table;
}

body:after {
  clear: both;
}

html,
body {
  height: 100%;
}

html {
  height: 100%;
  max-height: 100%;
}

body {
  font-family: "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-size: 1em;
  color: #666666;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  color: #133d44;
}

a:hover {
  color: #133d44;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
}

h1,
h2,
h3,
h4{
  margin-top: 1.0em;
  margin-bottom: .5em;
  font-family: "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-weight: lighter;
  color: #333333;
  -webkit-font-smoothing: antialiased;
}

h1 {
  margin-top: 0;
  font-size: 2.5em;
  line-height: 1.2em;
  letter-spacing: .05em;
}

h2 {
  font-size: 2.0em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.2em;
}

h4 {
  font-size: 1.1em;
}

h5 {
  font-size: 1em;
}

p {
  margin-bottom: 1.3em;
  line-height: 1.7em;
}

p.blog-button {
  margin-bottom: 0;

}

.panel-cover__logo {
  width: 190px;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-family: "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-weight: lighter;
  font-size: 1em;
  border-left: 3px solid #133d44;
}

blockquote p:last-child {
  margin-bottom: 0;
}

ol,
ul {
  margin: 0 0 1.3em 2.5em;
}

ol li,
ul li {
  margin: 0 0 .2em 0;
  line-height: 1.6em;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: .1em 0 .2em 2em;
}

ol {
  list-style-type: decimal;
}

ul {
  list-style-type: disc;
}

code {
  padding: .1em .4em;
  background: #e8f2fb;
  border: 1px solid #c9e1f6;
  border-radius: 3px;
  font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
  font-size: .9em;
  vertical-align: bottom;
  word-wrap: break-word;
}

pre {
  margin-bottom: 1.3em;
  padding: 1em 2.5%;
  background: #e8f2fb;
  border: 1px solid #c9e1f6;
  border-radius: 3px;
  font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
  font-size: .9em;
  font-weight: normal;
  line-height: 1.3em;
  overflow: scroll;
}

pre code {
  padding: 0;
  background: none;
  border: none;
  word-wrap: normal;
}

table {
  color: #333333;
  font-size: .9em;
  text-align: center;
  line-height: 40px;
  border-spacing: 0;
  border: 2px solid #92121e;
  width: 90%;
  margin: 50px auto;
}

thead tr:first-child {
  background-color: #92121e;
  color: #F8F8F8;
  border: none;
}

th {
  font-weight: bold;
}

th:first-child,
td:first-child {
  padding: 0 15px 0 20px;
}

thead tr:last-child th {
  border-bottom: 1px solid #DDDDDD;
}

tbody tr:last-child td {
  border: none;
}

tbody td {
  border-bottom: 1px solid #DDDDDD;
  font-size: .85em;
}

td:last-child {
  padding-right: 10px;
}

.date,
.time,
.author,
.tags {
  font-size: .8em;
  color: #c7c7c7;
}

.date a,
.time a,
.author a,
.tags a {
  color: #666666;
}

.date a:hover,
.time a:hover,
.author a:hover,
.tags a:hover {
  color: #133d44;
}

.excerpt {
  margin: 0;
  font-size: .9em;
  color: #5d5d5d;

}

b{
  font-weight: bold;
}

.intro {
  font-family: "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-size: 1.2em;
  font-weight: lighter;
  color: #999999;
}

.block-heading {
  display: inline;
  float: left;
  width: 940px;
  margin: 0 10px;
  position: relative;
  bottom: -15px;
  font-size: .8em;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.label {
  position: relative;
  display: inline-block;
  padding: 8px 18px 9px 18px;
  background: #133d44;
  border-radius: 3px;
  text-align: center;
  color: #FFF;
}

.container {
  position: relative;
  z-index: 500;
  width: 940px;
  margin: 0 auto;
}

.content-wrapper {
  z-index: 800;
  width: 70%;
  margin-left: 30%;
}

.content-wrapper__inner {
  margin: 0 8%;
  padding: 50px 0;
}

.footer {
  display: block;
  padding: 2em 0 0 0;
  border-top: 2px solid #DDDDDD;
  font-size: .7em;
  color: #b3b3b3;
  text-align: center;
}

.footer__copyright {
  display: block;
  margin-bottom: .7em;
}

.footer__copyright a {
  color: #a6a6a6;
  text-decoration: underline;
}

.footer__copyright a:hover {
  color: #133d44;
}

.avatar,
.logo {
  border-radius: 50%;
  border: 3px solid #FFF;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3);
}

hr {
  border: none;
}

.section-title__divider {
  width: 30%;
  margin: 2.2em 0 2.1em 0;
  border-top: 1px solid #DDDDDD;
}

.hidden {
  display: none !important;
}

.post-comments {
  border-top: 1px solid #DDDDDD;
  padding: 60px 0;
}

.post-meta {
  margin: 0 0 .4em 0;
  color: #c7c7c7;
}

.post-meta__date {
  margin-right: .5em;
}

.post-meta__tags {
  margin-left: .4em;
}

.post-meta__author {
  margin-left: 1.5em;
}

.post-meta__avatar {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 0 .3em -.4em 0;
  border: none;
  box-shadow: none;
}

.post img {
  max-width: 100%;
  margin: 0 auto;
  border-radius: 3px;
  text-align: center;
  display: block;
}

.post pre {
  width: 95%;
  overflow: auto;
}

.post hr {
  display: block;
  width: 30%;
  margin: 2em 0;
  border-top: 1px solid #DDDDDD;
}

.panel {
  display: table;
  width: 100%;
  height: 100%;
}

.panel__vertical {
  display: table-cell;
  vertical-align: middle;
}

.panel-title {
  margin: 0 0 5px 0;
  font-size: 2.5em;
  letter-spacing: 4px;
  color: #FFF;
}

.panel-subtitle {
  font-family: "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-size: 1.2em;
  font-weight: lighter;
  letter-spacing: 3px;
  color: #CCCCCC;
  -webkit-font-smoothing: antialiased;
}

.panel-cover {
  display: block;
  position: fixed;
  z-index: 900;
  width: 100%;
  max-width:30%;
  height: 100%;
  background: url(../images/5.jpg) top left no-repeat #666666;
  background-size: cover;
}

.panel-cover--collapsed {
  width: 30%;
  max-width: 700px;
}

.panel-cover--overlay {
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(68, 68, 68, 0.6);
  background-image: -webkit-linear-gradient(-410deg, rgba(68, 68, 68, 0.6) 20%, rgba(0, 0, 0, 0.9));
  background-image: linear-gradient(140deg, rgba(68, 68, 68, 0.6) 20%, rgba(0, 0, 0, 0.9));
}

.panel-cover__logo {
  margin-bottom: .2em;
}

.panel-cover__description {
  margin: 0 30px;
}

.panel-cover__divider {
  width: 50%;
  margin: 20px auto;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.panel-cover__divider--secondary {
  width: 15%;
}

.panel-main {
  display: table;
  width: 100%;
  height: 100%;
}

.panel-main__inner {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 800;
  padding: 0 60px;
}

.panel-main__content {
  max-width: 620px;
  margin: 0 auto;
}

.panel-main__content--fixed {
  width: 480px;
  transition: width 1s;
  -webkit-transition: width 1s;
  /* Safari */
}

.panel-inverted {
  font-weight: 100;
  text-align: center;
  color: #FFF;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.panel-inverted a {
  color: #FFF;
}

.cover-navigation {
  margin-top: 22px;
}

.cover-navigation--social {
  margin-left: 30px;
}

.cover-blue {
  background-color: rgba(248, 252, 255, 0);
  background-image: -webkit-linear-gradient(-410deg, rgb(244, 244, 244) 20%, rgb(234, 242, 250));
  background-image: linear-gradient(140deg, rgb(1, 51, 49, .3) 20%, rgb(7, 36, 30, .3));
}

.cover-green {
  background-color: rgba(21, 111, 120, 0);
  background-image: -webkit-linear-gradient(-410deg, rgba(21, 111, 120, 0.6) 20%, rgba(6, 31, 33, 0.8));
  background-image: linear-gradient(140deg, rgba(21, 111, 120, 0.6) 20%, rgba(6, 31, 33, 0.8));
}

.cover-purple {
  background-color: rgba(73, 50, 82, 0);
  background-image: -webkit-linear-gradient(-410deg, rgba(73, 50, 82, 0.6) 20%, rgba(17, 11, 19, 0.8));
  background-image: linear-gradient(140deg, rgba(73, 50, 82, 0.6) 20%, rgba(17, 11, 19, 0.8));
}

.cover-red {
  background-color: rgba(119, 31, 18, 0);
  background-image: -webkit-linear-gradient(-410deg, rgba(119, 31, 18, 0.6) 20%, rgba(30, 8, 5, 0.8));
  background-image: linear-gradient(140deg, rgba(119, 31, 18, 0.6) 20%, rgba(30, 8, 5, 0.8));
}

.cover-orange {
  background-color: rgba(174, 80, 4, 0);
  background-image: -webkit-linear-gradient(-410deg, rgba(174, 80, 4, 0.6) 20%, rgba(74, 34, 2, 0.8));
  background-image: linear-gradient(140deg, rgba(174, 80, 4, 0.6) 20%, rgba(74, 34, 2, 0.8));
}

.cover-slate {
  background-color: rgba(61, 66, 96, 0);
  background-image: -webkit-linear-gradient(-410deg, rgba(61, 66, 96, 0.6) 20%, rgba(21, 23, 34, 0.8));
  background-image: linear-gradient(140deg, rgba(61, 66, 96, 0.6) 20%, rgba(21, 23, 34, 0.8));
}

.cover-disabled {
  background: none;
}

.btn,
.navigation__item a {
  padding: 10px 20px;
  border: 1px solid #133d44;
  border-radius: 20px;
  font-size: .9em;
  font-weight: bold;
  letter-spacing: 1px;
  text-shadow: none;
  color: #133d44;
  -webkit-font-smoothing: antialiased;
}

.btn:hover,
.navigation__item a:hover {
  color: #133d44;
  border-color: #133d44;
}

.navigation__item2 a {
  padding: 10px 20px;
  border: 1px solid #ffffff;
  border-radius: 20px;
  font-size: .9em;
  font-weight: bold;
  letter-spacing: 1px;
  text-shadow: none;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  display: none;
} 

.btn-border-small {
  border: 1px solid #133d44;
  border-radius: 20px;
  padding: 6px 8px;
  font-size: .8em;
  margin-left: 10px;
}

.btn-secondary {
  border-color: #5BA4E5;
  color: #5BA4E5;
}

.btn-secondary:hover {
  color: #217fd2;
  border-color: #217fd2;
}

.btn-tertiary {
  border-color: #999999;
  color: #999999;
}

.btn-tertiary:hover {
  color: #737373;
  border-color: #737373;
}

.btn-large {
  padding: 10px 24px;
  font-size: 1.1em;
}

.btn-small {
  padding: 8px 12px;
  font-size: .7em;
}

.btn-mobile-menu {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 35px;
  background: rgba(51, 51, 51, 0.98);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

.btn-mobile-menu__icon,
.btn-mobile-close__icon {
  position: relative;
  top: 10px;
  color: #FFF;
}

nav {
  display: inline-block;
  position: relative;
}

.navigation {
  display: inline-block;
  float: left;
  position: relative;
  margin: 0;
  list-style-type: none;
}

.navigation__item {
  display: inline-block;
  margin: 5px 1px 0 0;
  line-height: 1em;
}

.navigation__item a {
  display: block;
  position: relative;
  border-color: #FFF;
  color: #FFF;
  opacity: .8;
}

.navigation__item a:hover {
  color: #FFF;
  border-color: #FFF;
  opacity: 1;
}

.navigation--social a {
  border: 0px;
  padding: 6px 8px 6px 9px;
}

.navigation--social a .label {
  display: none;
}

.navigation--social a .icon {
  display: block;
  font-size: 1.7em;
}

.pagination {
  display: block;
  margin: 0 0 4em 0;
}

.pagination__page-number {
  margin: 0;
  font-size: .8em;
  color: #999999;
}

.pagination__newer {
  margin-right: 1em;
}

.pagination__older {
  margin-left: 1em;
}

i {
  font-family: 'entypo';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}

.social {
  font-size: 32px;
}

.icon-social {
  font-family: 'entypo-social';
  font-size: 22px;
  display: block;
  position: relative;
}

.post-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: left;
}

.post-list li {
  margin: 0 0 2.2em 0;
}

.post-list li:last-child hr {
  display: none;
}

.post-list__post-title {
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 1.9em;
  font-weight: bold;
  line-height: 1.3em;
  padding-bottom: 10px;
  border-bottom: 1px solid #DDDDDD;
  display: block;
  text-align: center;
}

.post-list__post-title a {
  color: #333333;
}

.post-list__post-title a:hover {
  color: #133d44;
}

.post-list__meta {
  display: block;
  margin: .7em 0 0 0;
  font-size: .9em;
  color: #c7c7c7;
}

.post-list__meta--date {
  margin-right: .5em;
  color: #c7c7c7;
}

.post-list__meta--tags {
  margin-left: .5em;
}

.post-list__divider {
  width: 30%;
  margin: 2.2em 0 2.1em 0;
  border-top: 1px solid #DDDDDD;
}

*:focus {
  outline: none;
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"] {
  width: 240px;
  padding: 1em 1em;
  background: #FFF;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  font-size: .9em;
  color: #666666;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus {
  border-color: #5BA4E5;
}

input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder {
  color: #CCCCCC;
}

input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder {
  color: #CCCCCC;
}

input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder {
  color: #CCCCCC;
}

input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder {
  color: #CCCCCC;
}

.read-more {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-top: 1.2em;
  padding-bottom: 1em;
  border-top: 1px solid #DDDDDD;
}

.read-more-item {
  display: inline-block;
  vertical-align: top;
  width: 48%;
}

.read-more-item-dim {
  color: #133d44;
  font-size: .8em;
}

.ic{
  font-size: 26px;
  margin-right: 5px;
}

.contenido{
  color: #333333;
  padding-top: 2em;
  text-align: justify;
  line-height: 1.6em;
}

.recuadro{
  border:1px solid rgba(0, 0, 0, 0.125);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #f9fafc;
  object-fit: cover;
}

.card-head{
  background-color: #f9fafc;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0.7rem;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.125);
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.d-flex{
  display: -ms-flexbox!important;
  display: flex!important;
}

.card-img-xs{
  margin-right: 0.5rem;
  width: 24px;
  height: 24px;
  margin: auto 0;
}

.card-title{
  font-size: 1.25rem;
  display:block;
  margin: auto 0%;
  padding: 0%;
  line-height: 1.3em;
  padding-left: .5em;
}

.card-body{
  padding: .5rem;
}

.card-text{
  margin:0;
  padding: 1em;
  padding-bottom: 0;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.card-text-skill{
  margin:0;
  padding: 1em;
  text-align: justify;
}

.project-card-footer{
  display: flex;
  margin-top: 10px;
}

.project-tags-holder{
  width: 70%;
  max-width: 70%;
}

.badge{
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.btn-info{
  background-color: #248aaa !important;
  color: #e5e9f2 !important;
}

.project-btn-holder{
  width: 30%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding-right: 10px;
}

.widget{
  display: inline-block;
  overflow: hidden;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
  font-size: 0;
  white-space: nowrap;
  margin-left: auto;
}

.btn-git:not(:last-child) {
  border-radius: 0.25em 0 0 0.25em;
  border-right: #ffffff;
}

.btn-git{
  position: relative;
  display: inline-block;
  height: 14px;
  padding: 2px 5px;
  font-size: 11px;
  font-weight: 600;
  line-height: 14px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid;
  background-color: #dedede !important;
  border-color:#b5b7b9 !important ;
}

.btn-git div{
  color: #24292e;
  font-size: 11px;
  display: inline;
  vertical-align:top;
  margin-top: 3px;
}

.social-count{
  color: #24292e;
    background-color: #fff;
    border-color: #b5b7b9 !important;
    border-color: rgba(27,31,35,.2);
    margin: auto 0px;
    border-radius: 0 0.25em 0.25em 0;
}

.social-count{
  position: relative;
    display: inline-block;
    height: 14px;
    padding: 2px 5px;
    font-size: 11px;
    font-weight: 600;
    line-height: 14px;
    vertical-align: bottom;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-repeat: repeat-x;
    background-position: -1px -1px;
    background-size: 110% 110%;
    border: 1px solid;
}

.boton-git{
  display: block;
  margin: 10px 30%;
  padding: 10px 15px;
  color:  #2098d1;
  border:1px solid #2098d1;
  text-align: center;
  border-radius: 20px;
}

.boton-git:hover{
  background-color: #1c2d41;
  color: #ffffff
}

.all-posts{
  margin-top: 2em;
  display: grid;
  grid-template-columns: auto auto;
  gap: 25px;
}

.card-e {
  box-shadow: none;
  transition: all 0.3s ease-out;
  overflow: hidden;
}

.card-e {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 0.25rem;
  margin: 0 2em;
  margin-bottom: 2em;
}

.card-e-head{
  height: 200px;
  object-fit: cover;
  overflow: hidden;
  display: flex;
}

.card-e-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.card-e-img-top:hover{
  transform: scale(1.1);
}

.card-e-body{
  text-align: justify;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;

}

.card-e-title{
  margin-bottom: .75rem;
  color: #1c2d41;
  font-size: 1.25rem;
  text-align: center;
}

.card-e-text:last-child {
  margin-bottom: 0;
}

.post-summary {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 144px;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.card-e-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-e-footer{
  padding: 0.75rem 1.25rem;
  background-color: rgba(0,0,0,.03);
  border-top: 1px solid rgba(0,0,0,.125);
}

.card-e-footer span{
  font-size: 12pt;
  color: #6c757d !important;
  padding-top: 5px;
}

.float-left {
  float: left!important;
}

.float-right {
  float: right!important;
}

.btn-e:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn-e-outline-info {
  color: #2098d1 !important;
  border-color: #2098d1 !important;
}

.btn-e-sm {
  padding: 0.25rem 0.5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-e-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-e {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.btn-e:hover{
  background-color: #1c2d41;
  color: #ffffff;
}

.escritos{
  display: grid;
  grid-template-columns: auto auto;
  margin: 2em 0;
}

.none{
  display: none !important;
}

header{
  background-image: url('../assets/images/5.jpg');
}

.titulo-body{
  font-size: 1.3em;
  margin-bottom: 10px;
}

.texto{
  text-align: justify;
  color: #24292e;
  margin-top: 1em;
}

sup{
  margin: 0;
  margin-left: -8px;
  color: #133d44;
  padding: 0;
}

.section_title{
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.3em;
  padding-bottom: 10px;
  border-bottom: 1px solid #DDDDDD;
  display: block;
}

.ref{
  padding: 0 !important;
  margin-top: -.9em;
}

.cur{
  font-style: oblique;
  margin-left: 15px;
}

.roman{
  list-style-type: upper-roman;
  margin-top: -1em;
}

.roman li{
  color: #24292e;
}

@media all and (max-width: 1100px) {
  .panel-cover__logo {
    width: 150px;
  }

  .panel-title {
    font-size: 2em;
  }

  .panel-subtitle {
    font-size: 1em;
  }

  .panel-cover__description {
    margin: 0 10px;
    font-size: .9em;
  }

  .navigation--social {
    margin-top: 5px;
    margin-left: 0;
  }
}

@media all and (max-width: 960px) {
  .btn-mobile-menu {
    display: block;
  }

  .panel-main {
    display: table;
    position: relative;
  }

  .panel-cover--collapsed {
    width: 100%;
    max-width: none;
  }

  .panel-main__inner {
    display: table-cell;
    padding: 60px 10%;
  }

  .panel-cover__description {
    display: block;
    max-width: 600px;
    margin: 0 auto;
  }

  .panel-cover__divider--secondary {
    display: none;
  }

  .panel-cover {
    width: 100%;
    height: 100%;
    background-position: center center;
  }

  .panel-cover.panel-cover--collapsed {
    display: block;
    position: relative;
    height: auto;
    padding: 0;
    background-position: center center;
  }

  .panel-cover.panel-cover--collapsed .panel-main__inner {
    display: block;
    padding: 70px 0 30px 0;
  }

  .panel-cover.panel-cover--collapsed .panel-cover__logo {
    width: 120px;
    border-width: 2px;
  }

  .panel-cover.panel-cover--collapsed .panel-cover__description {
    display: none;
  }

  .panel-cover.panel-cover--collapsed .panel-cover__divider {
    display: none;
    margin: 1em auto;
  }

  .navigation-wrapper {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    background: rgba(51, 51, 51, 0.98);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .navigation-wrapper.visible {
    display: block;
  }

  .cover-navigation {
    display: block;
    position: relative;
    float: left;
    clear: left;
    width: 100%;
  }

  .cover-navigation .navigation {
    display: block;
    width: 100%;
  }

  .cover-navigation .navigation li {
    width: 80%;
    margin-bottom: .4em;
  }

  .cover-navigation.navigation--social {
    padding-top: 5px;
  }

  .cover-navigation.navigation--social .navigation li {
    display: inline-block;
    width: 25.8%;
  }

  .content-wrapper {
    width: 80%;
    max-width: none;
    margin: 0 auto;
  }

  .content-wrapper__inner {
    margin-right: 0;
    margin-left: 0;
  }

  .navigation__item {
    width: 100%;
    margin: 0 0 .4em 0;
  }

  .all-posts{
    grid-template-columns: auto ;
  }

  .badge{
    font-size: 60%;
  }


}

@media all and (max-width:800px) {
  .escritos{
    grid-template-columns: auto;
  }

  .card-e{
    margin: 0;
    margin-bottom: 1em;
  }
}

@media all and (max-width: 340px) {
  .panel-main__inner {
    padding: 0 5%;
  }

  .panel-title {
    margin-bottom: .1em;
    font-size: 1.5em;
  }

  .panel-subtitle {
    font-size: .9em;
  }

  .btn,
  .navigation__item a {
    display: block;
    margin-bottom: .4em;
  }
}