@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,400,300,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat);
@import url(https://fonts.googleapis.com/css?family=Anonymous+Pro:400,700);
/* Colours */
/* Responsive sizes */
/*Estilos personales*/
/* Globals */
html {
  height: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  background-color: #2D2D29;
  color: #FFFFFF;
  font-size: 16px;
  height: 100%;
  width: 100%;
}

body.theme-light {
  background-color: #DFECE6;
  color: #3B3B35;
}
body.theme-light .content-panel {
  background-color: #FFFFFF;
}
body.theme-light .menu-button {
  background-color: #DFECE6;
  color: #3B3B35;
}
body.theme-light .single .article .content blockquote {
  background-color: #DFECE6;
  color: #3B3B35;
}
body.theme-light .single .article .content .highlight pre {
  background-color: #DFECE6;
  color: #2D2D29;
  border-left: 4px solid #3CA2A2;
  box-shadow: inset 0 0 0 1px rgba(45, 45, 41, 0.08);
}
body.theme-light .single .article .content p code, body.theme-light .single .article .content ul code, body.theme-light .single .article .content ol code {
  background-color: #DFECE6;
  color: #2D2D29;
}
body.theme-light .single .article .content .highlight,
body.theme-light .single .article .content .highlight code {
  background-color: #DFECE6;
  color: #2D2D29;
}
body.theme-light .single .article .content .highlight .hljs {
  color: #2D2D29;
}
body.theme-light .single .article .content .highlight .hljs-comment {
  color: #969696;
  font-style: italic;
}
body.theme-light .single .article .content .highlight .hljs-keyword,
body.theme-light .single .article .content .highlight .hljs-function,
body.theme-light .single .article .content .highlight .hljs-title,
body.theme-light .single .article .content .highlight .hljs-built_in {
  color: #215A6D;
}
body.theme-light .single .article .content .highlight .hljs-string,
body.theme-light .single .article .content .highlight .hljs-number,
body.theme-light .single .article .content .highlight .hljs-literal,
body.theme-light .single .article .content .highlight .hljs-value {
  color: #A92D2D;
}
body.theme-light .single .article .content .highlight .hljs-variable,
body.theme-light .single .article .content .highlight .hljs-attribute,
body.theme-light .single .article .content .highlight .hljs-tag {
  color: #3B3B35;
}
body.theme-light .single .article .content .tags a, body.theme-light .single .article .content .tags a:active {
  color: #2D2D29;
}
body.theme-light .single .article .related .related-header a {
  background-color: #DFECE6;
  color: #2D2D29;
}
body.theme-light .single .article .related .title a {
  color: #2D2D29;
}
body.theme-light .single .article .related .previous-next a {
  color: #2D2D29;
}
body.theme-light .panel-heading,
body.theme-light .panel-footer,
body.theme-light .panel-default {
  background-color: #DFECE6 !important;
  color: #3B3B35;
}
body.theme-light .index .articles a, body.theme-light .index .articles a:active {
  color: #2D2D29;
}
body.theme-light .index .links a, body.theme-light .index .links a:active {
  color: #2D2D29;
}
body.theme-light .index .menu a, body.theme-light .index .menu a:active {
  color: #2D2D29;
}
body.theme-light .footer div {
  color: #3B3B35;
}
body.theme-light .comments,
body.theme-light #disqus_thread,
body.theme-light #disqus_thread a,
body.theme-light #disqus_thread .dsq-brlink {
  color: #2D2D29;
}

/* MMenu still uses its own dark skin class (mm-black); override it in light mode */
html.theme-light #my-menu p,
html.theme-light #my-menu a,
html.theme-light #my-menu a:active {
  color: #2D2D29;
}
html.theme-light #my-menu a:hover {
  color: #215A6D;
}
html.theme-light #my-menu.mm-menu.mm-black,
html.theme-light .mm-menu.mm-black,
html.theme-light .mm-ismenu.mm-black {
  background: #DFECE6 !important;
  color: #3B3B35 !important;
  box-shadow: 6px 0 18px rgba(33, 33, 30, 0.45);
}
html.theme-light #my-menu.mm-menu.mm-black .mm-list > li:after,
html.theme-light .mm-menu.mm-black .mm-list > li:after {
  border-color: rgba(45, 45, 41, 0.18);
}
html.theme-light #my-menu.mm-menu.mm-black .mm-list > li > a,
html.theme-light #my-menu.mm-menu.mm-black .mm-list > li > span,
html.theme-light .mm-menu.mm-black .mm-list > li > a,
html.theme-light .mm-menu.mm-black .mm-list > li > span {
  color: #2D2D29;
}
html.theme-light #my-menu.mm-menu.mm-black .mm-list > li > a.mm-subclose,
html.theme-light .mm-menu.mm-black .mm-list > li > a.mm-subclose {
  background: rgba(45, 45, 41, 0.08);
  color: #3B3B35;
}
html.theme-light #my-menu.mm-menu.mm-black .mm-list > li > a.mm-subopen:after,
html.theme-light #my-menu.mm-menu.mm-black .mm-list > li > a.mm-subclose:before,
html.theme-light .mm-menu.mm-black .mm-list > li > a.mm-subopen:after,
html.theme-light .mm-menu.mm-black .mm-list > li > a.mm-subclose:before {
  border-color: rgba(45, 45, 41, 0.45);
}
html.theme-light #my-menu.mm-menu.mm-black .mm-list > li > a.mm-subopen:before,
html.theme-light .mm-menu.mm-black .mm-list > li > a.mm-subopen:before {
  border-color: rgba(45, 45, 41, 0.22);
}
html.theme-light #my-menu.mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen),
html.theme-light #my-menu.mm-menu.mm-black .mm-list > li.mm-selected > span,
html.theme-light .mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen),
html.theme-light .mm-menu.mm-black .mm-list > li.mm-selected > span {
  background: rgba(45, 45, 41, 0.08);
}
html.theme-light #my-menu.mm-menu.mm-black .mm-list > li.mm-label,
html.theme-light .mm-menu.mm-black .mm-list > li.mm-label,
html.theme-light #my-menu.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
html.theme-light #my-menu.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul,
html.theme-light .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
html.theme-light .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(45, 45, 41, 0.06);
}
html.theme-light #my-menu.mm-menu.mm-black .mm-header,
html.theme-light .mm-menu.mm-black .mm-header {
  border-color: rgba(45, 45, 41, 0.15);
  color: #3B3B35;
}
html.theme-light #my-menu.mm-menu.mm-black .mm-header a:before,
html.theme-light .mm-menu.mm-black .mm-header a:before {
  border-color: rgba(45, 45, 41, 0.45);
}

/* Keep dark mode menu on the site's gray tone instead of pure black */
html:not(.theme-light) #my-menu.mm-menu.mm-black,
html:not(.theme-light) .mm-menu.mm-black,
html:not(.theme-light) .mm-ismenu.mm-black {
  background: #3B3B35 !important;
  box-shadow: 6px 0 18px rgba(33, 33, 30, 0.65);
}

/* Safe right-edge depth when menu is open (without overlaying canvas content) */
html.mm-opened .mm-page {
  box-shadow: -8px 0 22px rgba(33, 33, 30, 0.55) !important;
}

a, a:active {
  color: #3CA2A2;
  text-decoration: none;
}

a:hover {
  color: #215A6D;
  text-decoration: none;
}

ul {
  list-style-type: none;
}

.navbar, .nav {
  background-color: #215A6D;
}
.navbar .navbar-toggle, .nav .navbar-toggle {
  margin-top: 10px;
  padding-top: 0px;
  padding-bottom: 20px;
}
.navbar li a, .navbar li a:active, .nav li a, .nav li a:active {
  color: #FFFFFF;
}
.navbar li a:hover, .nav li a:hover {
  color: #215A6D;
  text-decoration: none;
}

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}

.header {
  font-size: 32px;
  text-align: center;
  margin-top: 20px;
  margin-left: 0%;
  width: 100%;
}
@media (min-width: 768px) {
  .header {
    font-size: 62px;
    margin-left: -10%;
    width: 120%;
  }
}

.menu-button {
  color: #FFFFFF;
  font-size: 24px;
  position: fixed;
  top: 10px;
  left: 20px;
  cursor: pointer;
  line-height: 1em;
  padding: 10px;
  background-color: #2D2D29;
  z-index: 100;
}
@media (min-width: 768px) {
  .menu-button {
    top: 20px;
    left: 40px;
  }
}

.content-panel {
  background-color: #3B3B35;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 20px;
  box-shadow: 0px 0px 0px 0px, 0px 6px 12px rgba(0, 0, 0, 0.2);
  border-bottom: 5px solid #3CA2A2;
}

#my-menu p {
  margin-bottom: 5px;
}
#my-menu a, #my-menu a:active {
  color: #FFFFFF;
}
#my-menu a:hover {
  color: #3CA2A2;
}
#my-menu .pages .fa {
  margin-right: 10px;
}

.links {
  margin-top: 50px;
  text-align: center;
}
.links i {
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 768px) {
  .links i {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.links .fa {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.links .fa-twitter:hover {
  color: #6dabda;
}
.links .fa-linkedin:hover {
  color: #2b77b1;
}
.links .fa-book:hover {
  color: #F07241;
}
.links .fa-github-alt:hover {
  color: #f6c2a4;
}
.links .fa-codepen:hover {
  color: #21211E;
}
.links .fa-stack-overflow:hover {
  color: #c98b3b;
}
.links .fa-rss:hover {
  color: #eea33a;
}

/* Index */
.index {
  height: 100%;
  max-height: 100%;
  width: 100%;
  padding: 0px;
}
@media (min-width: 768px) {
  .index {
    width: 700px;
    max-width: 700px;
  }
}
.index .header {
  margin-top: 10px;
  margin-left: 0%;
  margin-bottom: 0px;
  font-size: 32px;
  width: 100%;
}
@media (min-width: 1200px) {
  .index .header {
    margin-left: -10%;
    width: 120%;
  }
}
.index .categories {
  font-size: 22px;
}
.index .content-panel:nth-of-type(1) {
  border-bottom: 10px solid #3CA2A2;
}
.index .author-header {
  font-family: "Montserrat", sans-serif;
  color: #3CA2A2;
  margin-top: 0px;
  padding-top: 15px;
  font-size: 30px;
}
@media (min-width: 768px) {
  .index .author-header {
    font-size: 52px;
    margin-top: 0px;
  }
}
@media (min-width: 992px) {
  .index .author-header {
    font-size: 60px;
    margin-top: -20px;
  }
}
.index .row {
  height: 100%;
  max-height: 100%;
  margin-top: 60px;
  margin-left: 0px;
  margin-right: 0px;
}
.index .gravatar {
  width: 100%;
  margin-top: -80px;
  text-align: center;
}
.index .author-text {
  text-align: center;
  margin-top: 30px;
}
.index .author-text b {
  font-size: 32px;
}
.index .articles {
  text-align: center;
  font-size: 20px;
}
.index .articles h2 {
  margin-bottom: 30px;
  color: #3CA2A2;
  font-size: 26px;
}
.index .articles ul {
  padding: 0px;
}
.index .articles ul li {
  margin-bottom: 20px;
  font-size: 24px;
}
.index .articles ul li a:hover {
  color: #969696;
}
.index .articles ul li small {
  font-size: 14px;
  margin-top: -10px;
  padding-top: 0px;
  color: #969696;
}
.index .articles ul li:nth-last-of-type(1) small {
  font-size: 16px;
}
.index .articles a, .index .articles a:active {
  color: #FFFFFF;
}
.index .articles a:hover {
  color: #3CA2A2;
}
.index .copyright {
  margin-top: 50px;
  text-align: center;
}
.index .links a, .index .links a:active {
  color: #FFFFFF;
}
.index .menu {
  margin-top: 250px;
  margin-bottom: 20px;
  font-size: 20px;
  position: absolute;
  bottom: 0px;
}
.index .menu a, .index .menu a:active {
  color: #FFFFFF;
}
.index .menu a:hover {
  color: #3CA2A2;
}
.index .menu ul {
  margin-bottom: 30px;
  padding-left: 10px;
}
.index .menu ul ul {
  padding-left: 50px;
  list-style: none;
  margin-left: 0;
  text-indent: -0.6em;
}

.all-posts {
  margin-left: 0px;
  margin-right: 0px;
}
@media (min-width: 992px) {
  .all-posts {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.all-posts #search-input {
  position: relative;
  width: 100%;
  padding: 6px 15px 6px 30px;
  margin: 2px;
  margin-top: 50px;
  color: #2D2D29;
  background-color: #FFFFFF;
  border: 1px solid #adc5cf;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
.all-posts #search-input:focus {
  border: none;
}
.all-posts .content-panel {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .all-posts .content-panel {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.single {
  height: 100%;
  max-height: 100%;
}
.single h1, .single h2, .single h3, .single h4, .single h5, .single h6 {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
}
.single h2 {
  font-size: 36px;
}
.single h3 {
  font-size: 28px;
}
.single p {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .single p {
    margin-bottom: 40px;
  }
}
.single .menu {
  background-color: #215A6D;
}
.single .menu a, .single .menu a:active {
  color: #FFFFFF;
}
.single .menu a:hover {
  color: #3CA2A2;
}
.single .menu h4 {
  margin-top: 20px;
}
.single .menu .share {
  margin-top: 20px;
}
.single .menu .share h4 {
  margin-bottom: 10px;
}
.single .menu .home {
  margin-top: 10px;
  font-size: 16px;
}
.single .menu .home a {
  color: #FFFFFF;
}
.single .menu .related ul {
  padding: 0px;
}
.single .menu .related li {
  margin-bottom: 10px;
}
.single .article {
  width: 100%;
  margin-left: 0%;
  padding: 0px;
}
@media (min-width: 768px) {
  .single .article {
    width: 90%;
    margin-left: 5%;
  }
}
@media (min-width: 992px) {
  .single .article {
    width: 70%;
    margin-left: 15%;
  }
}
@media (min-width: 1200px) {
  .single .article {
    width: 50%;
    margin-left: 25%;
  }
}
.single .article.dashboard {
  width: 90%;
  margin-left: 5%;
}
.single .article .thumb {
  margin-top: 20px;
  margin-bottom: 0px;
  text-align: center;
}
.single .article .thumb img {
  height: 50px;
}
@media (min-width: 768px) {
  .single .article .thumb img {
    height: 70px;
  }
}
.single .article .author {
  font-size: 20px;
  text-align: center;
  margin-bottom: 0px;
}
.single .article .read-time {
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .single .article .read-time {
    margin-bottom: 40px;
  }
}
.single .article .content {
  font-size: 18px;
  text-align: justify;
  line-height: 170%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .single .article .content {
    font-size: 24px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
.single .article .content img {
  max-width: 100%;
  padding: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.single .article .content ul {
  list-style-type: disc;
}
.single .article .content ol {
  list-style-type: decimal;
}
.single .article .content blockquote {
  position: relative;
  width: 100%;
  margin-left: -15px;
  padding-right: 45px;
  background-color: #21211E;
  color: white;
  box-sizing: content-box;
  border: none;
  font-size: 28px;
}
@media (min-width: 768px) {
  .single .article .content blockquote {
    margin-left: -30px;
    padding-left: 45px;
    padding-right: 15px;
  }
}
.single .article .content blockquote p {
  margin: 0;
  padding: 15px;
  z-index: 0;
}
.single .article .content blockquote :before {
  font-family: "Times New Roman";
  color: #969696;
  content: "“";
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 65px;
  font-weight: bold;
}
.single .article .content .alignright {
  float: right;
}
.single .article .content .aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.single .article .content .highlight {
  width: 100%;
  margin-left: -15px;
  padding-right: 45px;
  box-sizing: content-box;
}
@media (min-width: 768px) {
  .single .article .content .highlight {
    margin-left: -30px;
    padding-right: 60px;
  }
}
.single .article .content .highlight pre {
  width: 100%;
  font-family: "Anonymous Pro";
  background-color: #21211E;
  color: #FFFFFF;
  font-size: 12px;
  border: none;
  padding-left: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 15px;
  box-sizing: content-box;
  border-radius: 0;
  margin-bottom: 10px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .single .article .content .highlight pre {
    padding-left: 50px;
    padding-right: 10px;
    margin-bottom: 40px;
    font-size: 15px;
  }
}
.single .article .content p code, .single .article .content ul code, .single .article .content ol code {
  font-family: "Anonymous Pro";
  font-size: 15px;
  background-color: #21211E;
  color: #FFFFFF;
  padding: 0.5em;
  vertical-align: middle;
}
.single .article .content .tags {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.single .article .content .tags a, .single .article .content .tags a:active {
  color: #FFFFFF;
}
.single .article .content .tags a:hover {
  color: #3CA2A2;
}
.single .article .content .share {
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
}
.single .article .feedback {
  text-align: center;
}
.single .article .feedback .fa-heart {
  color: #C04848;
}
.single .article .related {
  margin-top: 50px;
  text-align: center;
}
.single .article .related .related-header {
  margin-top: -30px;
  margin-bottom: 20px;
}
.single .article .related .related-header a {
  color: #FFFFFF;
  font-size: 18px;
  width: auto;
  padding: 10px 20px;
  background-color: #21211E;
  box-shadow: 0px 0px 0px 0px, 0px 6px 12px rgba(0, 0, 0, 0.2);
}
.single .article .related .related-header a:hover {
  color: #215A6D;
}
.single .article .related .title {
  padding-top: 20px;
  font-size: 24px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .single .article .related .title {
    font-size: 36px;
  }
}
.single .article .related .title a {
  color: #FFFFFF;
}
.single .article .related .title a:hover {
  color: #DFECE6;
}
.single .article .related p {
  margin-bottom: 0px;
}
.single .article .related .previous-next {
  width: 50%;
}
.single .article .related .previous-next a {
  color: #FFFFFF;
}
.single .article .related .previous-next a:hover {
  color: #DFECE6;
}
.single .article .related .next {
  float: right;
  text-align: right;
}
.single .article .related .previous {
  float: left;
  text-align: left;
}
.single .article .related .date {
  color: #969696;
}

.footer {
  width: 100%;
  margin-left: 0%;
}
.footer .fa-heart {
  color: #C04848;
}
@media (min-width: 768px) {
  .footer {
    width: 90%;
    margin-left: 5%;
  }
}
@media (min-width: 992px) {
  .footer {
    width: 80%;
    margin-left: 10%;
  }
}
@media (min-width: 1200px) {
  .footer {
    width: 70%;
    margin-left: 15%;
  }
}
.footer div {
  color: #969696;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.btn-categories {
  background-color: #3CA2A2;
  border-color: #3CA2A2;
  color: #FFFFFF;
}
.btn-categories:hover {
  background-color: #215A6D;
  border-color: #215A6D;
  color: #FFFFFF;
}
.btn-categories:active {
  background-color: #215A6D;
  border-color: #215A6D;
  color: #FFFFFF;
}
.btn-categories:focus {
  background-color: #215A6D;
  border-color: #215A6D;
  color: #FFFFFF;
}

.dropdown-menu {
  background-color: #3CA2A2;
  color: #FFFFFF;
}
.dropdown-menu > li > a {
  background-color: #3CA2A2;
  color: #FFFFFF;
}
.dropdown-menu > li > a:hover {
  background-color: #215A6D;
  color: #FFFFFF;
}

/*Estilos de galeria*/
.panel-heading, .panel-footer, .panel-default {
  background-color: #2D2D29 !important;
}

.figures {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  background-size: cover !important;
  height: 25rem !important;
  border: solid 2px #3CA2A2 !important;
  border-radius: 4px !important;
}

.rabbit-fold {
  background-image: url("../images/about/rabbit.jpg");
}

.elephant-fold {
  background-image: url("../images/about/elephant.jpg");
}

.clavel-fold {
  background-image: url("../images/about/clavel.jpg");
}

.rat-fold {
  background-image: url("../images/about/rat.png");
}

.lion-fold {
  background-image: url("../images/about/lion.png");
}

.flamingo-fold {
  background-image: url("../images/about/flamingo.jpg");
}

@media screen and (max-width: 992px) {
  .rabbit-fold, .elephant-fold, .clavel-fold, .rat-fold, .lion-fold, .flamingo-fold {
    height: 220px;
    width: 220px;
    margin: auto;
  }
}
.panel-heading h3 {
  color: #3CA2A2;
}

.kofiimg {
  padding: 0px !important;
}

/*# sourceMappingURL=style.css.map */