body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #151e29
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: rgba(255, 255, 255, 0.95);
  font-weight: bold
}

a {
  color: #54B689
}

a:hover {
  color: #398562
}

a.no-text-decoration {
  text-decoration: none
}

a.text-link {
  text-decoration: none
}

a.text-link:hover {
  text-decoration: underline
}

a.theme-link {
  color: #292929;
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(41, 41, 41, 0.3);
  text-decoration-color: rgba(41, 41, 41, 0.3)
}

a.theme-link:hover {
  color: #54B689;
  -webkit-text-decoration-color: rgba(84, 182, 137, 0.8);
  text-decoration-color: rgba(84, 182, 137, 0.8)
}

.single-col-max-width {
  max-width: 820px
}

.single-form-max-width {
  max-width: 600px
}

hr {
  border-color: rgba(0, 0, 0, 0.08)
}

small,
.small {
  font-size: 0.75rem
}

.btn {
  font-weight: bold;
  padding: .375rem 1rem;
  height: 2.5rem;
  font-size: 1rem;
  outline: none
}

.btn:focus,
.btn.focus,
.btn:active {
  box-shadow: none !important;
  transition: all 0.4s ease-in-out;
  outline: none
}

@media (prefers-reduced-motion: reduce) {

  .btn:focus,
  .btn.focus,
  .btn:active {
    transition: none
  }
}

.btn-primary {
  color: #fff
}

.btn-primary:hover,
.btn-primary:active {
  color: #fff;
  background: #48a97c
}



.theme-bg-light {
  background: #fafafa !important
}

.theme-bg-dark {
  background: #223142 !important
}

.table-bordered thead,
.table-bordered tbody,
.table-bordered tfoot,
.table-bordered tr,
.table-bordered td,
.table-bordered th {
  border-color: rgba(0, 0, 0, 0.08)
}

.table-bordered thead td,
.table-bordered thead th {
  border-width: 1px
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 280px;
  background: #54B689;
  color: #fff;
  overflow-y: auto;
  scrollbar-color: rgba(0, 0, 0, 0.2) #54B689;
  scrollbar-width: thin
}

.header::-webkit-scrollbar {
  width: 6px;
  background-color: #54B689
}

.header::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: .5rem
}

.header .blog-name {
  font-weight: bold;
  font-size: 1.5rem;
  color: #fff
}

.header .blog-name a {
  color: #fff
}

.header .blog-name a:hover {
  text-decoration: none
}

.header .btn-primary {
  background: rgba(0, 0, 0, 0.3);
  border-color: transparent;
  font-size: 1rem
}

.header .btn-primary:hover {
  background: rgba(0, 0, 0, 0.4);
  border-color: transparent
}
/* 
.header .navbar {
  padding: 1.5rem 1rem
}

.header .navbar-toggler:focus {
  box-shadow: none
}

.header .navbar-dark .navbar-toggler {
  border-radius: 2px;
  -webkit-opacity: .8;
  -moz-opacity: .8;
  opacity: .8;
  border: 1px solid rgba(255, 255, 255, 0.8);
  padding: .25rem .6rem
}

.header .navbar-dark .navbar-toggler:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1
}

.header .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(256,256,256, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
} */

/* .header .nav-item {
  font-weight: bold
}

.header .nav-item .nav-link.active {
  color: rgba(0, 0, 0, 0.5)
}

.header .nav-item .nav-link.active:hover {
  text-decoration: none
}

.header .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.8)
}

.header .nav-item .nav-link:hover {
  color: rgba(0, 0, 0, 0.6)
}

.header .nav-item .nav-link[aria-expanded="true"] {
  color: rgba(0, 0, 0, 0.5)
}

.header .nav-item .dropdown-menu {
  position: static;
  background: #48a97c;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0
}

.header .nav-item .dropdown-menu .dropdown-item {
  color: #fff;
  padding: 0.5rem;
  font-size: 0.875rem;
  padding-left: 2.25rem;
  font-weight: bold
}

.header .nav-item .dropdown-menu .dropdown-item:hover,
.header .nav-item .dropdown-menu .dropdown-item:active,
.header .nav-item .dropdown-menu .dropdown-item:focus,
.header .nav-item .dropdown-menu .dropdown-item.active {
  background: #40976f
} */

.profile-section .profile-image {
  max-width: 160px
}

.profile-section .bio {
  font-size: 0.875rem
}

.profile-section .bio a {
  color: #fff;
  text-decoration: underline
}

.profile-section .bio a:hover {
  color: rgba(0, 0, 0, 0.6)
}

.social-list a {
  width: 32px;
  height: 32px;
  padding-top: 5px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  background-color: #fff
}

.social-list a:hover,
.social-list a:focus {
  color: #40976f;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.4s ease-in-out
}

@media (prefers-reduced-motion: reduce) {

  .social-list a:hover,
  .social-list a:focus {
    transition: none
  }
}

.main-wrapper {
  margin-left: 280px;
  background: #fff
}

.main-wrapper .container-single-col {
  max-width: 820px
}

.cta-section .heading {
  font-size: 2rem;
  font-weight: bold
}

.promo-section {
  margin-bottom: 40px
}

.promo-section .promo-image {
  max-width: 320px
}

.promo-section .promo-section-inner {
  background: #54B689
}

.footer.theme-bg-light {
  color: #828282
}

.footer.theme-bg-light a {
  color: #828282
}

.footer.theme-bg-light a:hover {
  color: #767676
}

.footer.theme-bg-dark {
  color: rgba(255, 255, 255, 0.7)
}

.footer.theme-bg-dark a {
  color: rgba(255, 255, 255, 0.7)
}

.footer.theme-bg-dark a:hover {
  color: rgba(255, 255, 255, 0.8)
}

.footer .copyright {
  font-size: 0.8125rem
}

.footer .copyright a {
  text-decoration: none
}

.footer .copyright a:hover {
  text-decoration: underline
}

.section-title {
  font-size: 2rem;
  position: relative;
  padding-left: 1.5rem
}

.section-title:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 100%;
  background: #54B689;
  position: absolute;
  left: 0;
  top: 0
}

.profile-teaser .name {
  font-size: 3rem
}

.profile-teaser .profile-image {
  max-width: 300px
}

.profile-teaser .tagline {
  font-size: 1.5rem;
  font-weight: 300
}

.overview-section .item {
  margin-bottom: 2rem
}

.overview-section .item-desc {
  color: #4f4f4f;
  font-size: 0.875rem
}

.overview-section .item-icon {
  font-size: 1.875rem;
  color: #54B689
}

.overview-section .item-title {
  font-size: 1rem
}

.project-card {
  border-radius: 0;
  background: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.025);
  position: relative;
  height: 100%
}

.project-card:hover .link-mask {
  visibility: visible;
  background: rgba(41, 41, 41, 0.4)
}

.project-card:hover .link-mask-text {
  display: block
}

.project-card .card-img {
  border-radius: 0
}

.project-card .card-title {
  font-size: 1.125rem
}

.project-card .card-text {
  font-size: 0.875rem
}

.project-card .card-img-holder {
  max-height: 200px;
  overflow: hidden;
  vertical-align: middle
}

.project-card .link-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  transition: all 0.4s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
  .project-card .link-mask {
    transition: none
  }
}

.project-card .link-mask .link-mask-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block
}

.project-card .link-mask-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  display: none
}

.project-card .link-mask-text .btn {
  top: 50%;
  margin-top: -20px;
  position: relative
}

.blog-post-card {
  background: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.025);
  height: 100%;
  border-radius: 0
}

.blog-post-card .card-title {
  font-size: 1.125rem
}

.blog-post-card .card-text,
.blog-post-card .more-link {
  font-size: 0.875rem
}

.blog-post-card .card-footer {
  border-top: none;
  background: none;
  padding-top: 0
}

.filters {
  list-style: none;
  font-size: 0.875rem
}

.filters .type {
  display: inline-block;
  padding: 0.275rem 0.25rem;
  cursor: pointer;
  margin-right: 2rem;
  color: #8f8f8f;
  font-weight: bold
}

.filters .type:last-child {
  margin-right: 0
}

.filters .type.active {
  border-top: 2px solid #54B689;
  color: #54B689;
  font-weight: bold
}

.filters .type.active:hover {
  border-top: 2px solid #54B689
}

.filters .type:hover {
  color: #292929
}

.project-meta {
  border: 1px solid rgba(0, 0, 0, 0.025);
  font-size: 0.875rem
}

.project-meta .client-name {
  font-size: 1.5rem
}

.project-meta .subheading {
  font-size: 1rem
}

.project-meta .client-meta {
  font-size: 1rem
}

.project-meta .client-meta .svg-inline--fa {
  color: #4f4f4f
}

.metric .inner {
  border: 1px solid rgba(0, 0, 0, 0.025);
  height: 100%
}

.metric-desc {
  font-size: 0.875rem;
  color: #8f8f8f
}

.metric-name {
  color: #54B689;
  font-weight: bold
}

.metric-data {
  font-weight: bold;
  font-size: 2rem
}

.metric-data .unit {
  font-size: 1rem;
  color: #8f8f8f
}



.blog-list .item .title {
  font-size: 1.275rem
}

.blog-list .item .title a {
  color: #292929
}

.blog-list .item .title a:hover {
  color: #292929
}

.blog-list .item .post-thumb {
  border-radius: 2px
}

.blog-list .item .intro {
  font-size: 0.875rem
}

.blog-list .item .more-link {
  font-size: 0.8125rem
}

.meta {
  color: #8f8f8f;
  font-size: 0.8125rem
}

.meta span {
  display: inline-block
}

.meta span a {
  color: #8f8f8f
}

.meta span a:hover {
  color: #4f4f4f
}

.meta span:after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #8f8f8f;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  position: relative;
  top: -3px
}

.meta span:last-child:after {
  display: none
}

.blog-nav .nav-link {
  background: #54B689;
  color: #fff;
  font-size: 1rem;
  padding: 1rem;
  font-weight: bold;
  position: relative
}

.blog-nav .nav-link:hover {
  background: #40976f
}

.blog-nav .nav-link-prev {
  border-right: 1px solid #317355
}

.blog-nav .arrow-prev {
  position: absolute;
  left: 1rem;
  top: 1.25rem;
  color: #fff
}

.blog-nav .arrow-next {
  position: absolute;
  right: 1rem;
  top: 1.25rem;
  color: #fff
}

.blog-post .title {
  font-weight: bold;
  font-size: 2rem
}

.blog-post .blog-post-body p,
.blog-post .blog-post-body li {
  font-size: 1.125rem;
  line-height: 1.6
}

.blog-post .blog-post-body h1,
.blog-post .blog-post-body .h1 {
  font-size: 2.125rem
}

.blog-post .blog-post-body h2,
.blog-post .blog-post-body .h2 {
  font-size: 2rem
}

.blog-post .blog-post-body h3,
.blog-post .blog-post-body .h3 {
  font-size: 1.75rem
}

.blog-post .blog-post-body h4,
.blog-post .blog-post-body .h4 {
  font-size: 1.5rem
}

.blog-post .blog-post-body h5,
.blog-post .blog-post-body .h5 {
  font-size: 1.25rem
}

.blog-post .blog-post-body h6,
.blog-post .blog-post-body .h6 {
  font-size: 1.125rem
}

.blog-post .image-caption {
  color: #8f8f8f;
  font-size: 0.875rem
}

.blog-post .image-caption a {
  color: #8f8f8f;
  text-decoration: underline
}

.blog-post .image-caption a:hover {
  color: #4f4f4f
}

.blog-post .blockquote {
  font-family: Georgia, "Times New Roman", Times, serif;
  border-left: 2px solid #292929;
  font-size: 1.5rem
}

.blog-post .blockquote p {
  font-size: 1.5rem
}

@media (min-width: 768px) {
  .theme-btn-cta {
    width: inherit;
    display: inline-block
  }

  .cta-section .form-inline .form-control {
    width: 360px
  }

  .pricing-table td,
  .pricing-table th {
    display: table-cell !important
  }
}

@media (min-width: 992px) {
  .profile-teaser .profile-image {
    max-width: 250px
  }

  .blog-list .post-thumb {
    max-width: 100%
  }
}

@media (min-width: 1200px) {
  .profile-teaser .profile-image {
    max-width: 400px
  }

  .blog-list .post-thumb {
    max-width: 150px
  }
}

@media (max-width: 991.98px) {
  .header {
    position: static;
    width: inherit;
    height: auto
  }

  .header .blog-name {
    width: 100%;
    position: absolute;
    left: 0;
    top: 1.2rem
  }

  .header .btn-primary {
    width: 100%
  }

  .header .navbar {
    padding: 1rem
  }

  .main-wrapper {
    margin-left: 0
  }

  .resume-aside {
    border-left: 0
  }
}

@media (max-width: 767.98px) {
  .signup-form .form-group {
    width: 100%;
    margin-bottom: 0.5rem
  }

  .signup-form .form-control {
    width: 100%
  }

  .signup-form .btn-primary {
    width: 100%
  }

  .profile-teaser .profile-image {
    max-width: 250px
  }

  .header .nav-item .dropdown-menu .dropdown-item {
    padding-left: 1.875rem
  }

  .resume-contact {
    border-left: 0
  }

  .mobile-is-hidden {
    display: none
  }
}

@media (max-width: 575.98px) {
  .header .nav-item .dropdown-menu .dropdown-item {
    padding-left: 1.875rem
  }

  .link-mask {
    display: none !important
  }

  .mobile-is-hidden {
    display: none
  }
}


body {
  overflow-x: hidden
}

.config-trigger {
  position: absolute;
  top: 30px;
  left: -36px;
  width: 36px;
  height: 36px;
  background: #223142;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  text-decoration: none
}

.config-trigger:hover {
  background: #111820;
  text-decoration: none
}







/*DARK MODE****************************************************************************************/


body .theme-bg-light {
  background: #151e29 !important
}



body .card-body,
body .accordion-item {
  color: rgba(255, 255, 255, 0.7)
}

body hr {
  border-color: rgba(255, 255, 255, 0.08)
}

body .meta {
  color: rgba(255, 255, 255, 0.4)
}

body .blockquote-footer {
  color: rgba(255, 255, 255, 0.4)
}

body .text-muted {
  color: rgba(255, 255, 255, 0.4) !important
}

body .copyright {
  color: rgba(255, 255, 255, 0.4)
}

body a.text-link:hover {
  color: #8acdae
}

body a.theme-link {
  color: rgba(255, 255, 255, 0.95);
  -webkit-text-decoration-color: rgba(255, 255, 255, 0.4);
  text-decoration-color: rgba(255, 255, 255, 0.4)
}

body a.theme-link:hover {
  color: #54B689;
  -webkit-text-decoration-color: #54B689;
  text-decoration-color: #54B689
}

body .btn-secondary {
  background: #2f435c;
  border-color: #2f435c
}

body .btn-secondary:hover {
  background: #384f6c;
  border-color: #384f6c
}

body .table {
  color: rgba(255, 255, 255, 0.7)
}

body .table td,
body .table th {
  border-color: rgba(255, 255, 255, 0.05);
  color: #fff
}

body .table thead th {
  border-color: rgba(255, 255, 255, 0.05)
}

body .table-bordered td,
body .table-bordered th {
  border: 1px solid rgba(255, 255, 255, 0.05)
}

body .table-striped tbody tr:nth-of-type(odd) {
  background: rgba(0, 0, 0, 0.15)
}

body .table>:not(caption)>*>* {
  background: rgba(0, 0, 0, 0.15)
}

body .header {
  background: #1e2a3a;
  scrollbar-color: rgba(255, 255, 255, 0.05) #1e2a3a
}

body .header::-webkit-scrollbar {
  background: #1e2a3a
}

body .header::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: .5rem
}

body .header .nav-item.active .nav-link {
  color: #54B689
}

body .header .nav-item.active .nav-link:hover {
  color: #54B689
}

body .header .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.7)
}

body .header .nav-item .nav-link:hover {
  color: #fff
}

body .header .nav-item .nav-link.active {
  color: #54B689
}

body .header .nav-item .nav-link.active:hover {
  color: #54B689
}

body .header .nav-item .dropdown-menu {
  background: rgba(0, 0, 0, 0.1)
}

body .header .nav-item .dropdown-menu .dropdown-item:hover,
body .header .nav-item .dropdown-menu .dropdown-item:focus,
body .header .nav-item .dropdown-menu .dropdown-item:active {
  background: rgba(0, 0, 0, 0.2)
}

body .header .nav-item .dropdown-menu .dropdown-item.active {
  color: #54B689;
  background: rgba(0, 0, 0, 0.2)
}

body .header .btn-primary {
  background: #54B689
}

body .social-list a {
  background: #54B689
}

body .social-list a .svg-inline--fa {
  color: #fff
}

body .main-wrapper {
  background: #111821;
  color: rgba(255, 255, 255, 0.7)
}

body .main-wrapper>.cta-section {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  background: none !important
}

body .about-me-section {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  background: none !important
}

body .overview-section .item-desc {
  color: rgba(255, 255, 255, 0.7)
}

body .testimonial-carousel .item-inner {
  background: #151e29
}

body .project-card {
  background: #151e29;
  border: none
}

body .project-card:hover .link-mask {
  background: rgba(0, 0, 0, 0.5)
}

body .blog-post-card {
  background: #151e29;
  border: none
}

body .blog-post .blockquote {
  border-color: #54B689
}

body .filters .type {
  color: rgba(255, 255, 255, 0.4)
}

body .filters .type.active {
  color: #54B689
}

body .filters .type.active:hover {
  color: #54B689
}

body .filters .type:hover {
  color: rgba(255, 255, 255, 0.7)
}

body .pricing-table {
  background: #151e29
}

body .pricing-table tbody th {
  background: #151e29
}

body .pricing-table .pricing-package-title {
  background: #151e29
}

body .faq-accordion .accordion-item {
  background: #151e29
}

body .faq-accordion .card-toggle {
  color: rgba(255, 255, 255, 0.7)
}

body .faq-accordion .card-toggle:hover {
  color: rgba(255, 255, 255, 0.95)
}

body .faq-accordion .card-toggle[aria-expanded="true"] {
  color: rgba(255, 255, 255, 0.95)
}

body .faq-accordion .accordion-button {
  color: rgba(255, 255, 255, 0.7)
}

body .faq-accordion .accordion-button:hover {
  color: rgba(255, 255, 255, 0.95)
}

body .faq-accordion .accordion-button[aria-expanded="true"] {
  color: rgba(255, 255, 255, 0.95)
}

body .faq-accordion .accordion-body {
  background: #151e29
}

body a.resume-link {
  color: rgba(255, 255, 255, 0.7)
}

body .project-meta .client-meta .svg-inline--fa {
  color: rgba(255, 255, 255, 0.95)
}

body .metric-data {
  color: rgba(255, 255, 255, 0.95)
}

body .metric-data .unit {
  color: rgba(255, 255, 255, 0.4)
}

body .metric-desc {
  color: rgba(255, 255, 255, 0.7)
}

body .client-quote {
  background: #151e29
}

body .blog-list .item .title a {
  color: rgba(255, 255, 255, 0.95)
}



/*ALEJANDRO************************************************************************************************/



.latex sub,
.latex sup {
  text-transform: uppercase;
}

.latex sub {
  vertical-align: 0;
  margin-left: -0.1667em;
  margin-right: -0.125em;
}

.latex,
.latex sub {
  font-size: 1em;
}

.latex sup {
  font-size: 0.85em;
  vertical-align: -0.375em;
  margin-left: -0.36em;
  margin-right: -0.15em;
}


#resume {
  min-height: 100vh;
  width: 100%
}

.resume-container {
  max-width: 1140px
}

#linkedinButton {
  color: #0077b5
}



.overview-section .item-icon {
  font-size: 1.875rem;
  color: #54B689
}

.overview-section .item-icon .fa-angular {
  color: #CA3327
}

.overview-section .item-icon .fa-js-square {
  color: #F1DE4F
}

.overview-section .item-icon .fa-react {
  color: #62D4FA
}

.overview-section .item-icon .fa-vuejs {
  color: #64B687
}

.overview-section .item-icon .nodejs {
  color: #55AC63
}

.overview-section .item-icon .fa-python {
  color: #456E9C
}

.overview-section .item-icon .fa-php {
  color: #777BAF
}

.overview-section .item-icon .fa-java {
  color: #2E68AB
}

.overview-section .item-icon .fa-html5,
.overview-section .item-icon .fa-html5-alt {
  color: #DE6E3C
}

.overview-section .item-icon .fa-css3,
.overview-section .item-icon .fa-css3-alt {
  color: #53A7DC
}

.overview-section .item-icon .fa-sass {
  color: #BF6B97
}

.overview-section .item-icon .fa-less {
  color: #324B7C
}

.overview-section .item-icon .fa-gulp {
  color: #C9514E
}

.overview-section .item-icon .fa-grunt {
  color: #EFAC42
}

.overview-section .item-icon .fa-npm {
  color: #BB443E
}

.overview-section .item-title {
  font-size: 1rem
}