@font-face {
  font-family: 'robotolight';
  src: url("../fonts/Roboto-Light-webfont.eot");
  src: url("../fonts/Roboto-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Light-webfont.woff") format("woff"), url("../fonts/Roboto-Light-webfont.ttf") format("truetype"), url("../fonts/Roboto-Light-webfont.svg#robotolight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotoregular';
  src: url("../fonts/Roboto-Regular-webfont.eot");
  src: url("../fonts/Roboto-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular-webfont.woff") format("woff"), url("../fonts/Roboto-Regular-webfont.ttf") format("truetype"), url("../fonts/Roboto-Regular-webfont.svg#robotoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotobold';
  src: url("../fonts/Roboto-Bold-webfont.eot");
  src: url("../fonts/Roboto-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold-webfont.woff") format("woff"), url("../fonts/Roboto-Bold-webfont.ttf") format("truetype"), url("../fonts/Roboto-Bold-webfont.svg#robotobold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*---------------------------------------------------------
 0. Loader
-------------------------------------------------------- */
.loading-container {
  position: absolute;
  width: 100%;
  background-color: rgba(255, 255, 255, 1);
  z-index: 999999999;
  left: 0;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
  .loading {
    margin: 10rem auto;
    border-top: 16px solid #fff;
    border-right: 16px solid #053A4E;
    border-bottom: 16px solid #fff;
    border-left: 16px solid #053A4E;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    animation: loaderspin 2s linear infinite;
  }
    @keyframes loaderspin {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }

  @media screen and (max-width: 992px) {
    .loading-container {
      display: none;
    }
  }

/*---------------------------------------------------------
 1. Reset
-------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, 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%;
  vertical-align: baseline;
  font-family: "Open Sans", Arial, sans-serif;
}

.blue {
	color: #06C;
}

.green {
	color: #090;
}

main {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
  *overflow: visible;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]:-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

/*---------------------------------------------------------
 2. Basic Style
-------------------------------------------------------- */
body {
  font-size: 14px;
  line-height: 24px;
  color: #777777;
  font-family: "Open Sans", Arial, sans-serif;
}

a {
  color: #66d37e;
  font-weight: bold;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  text-decoration: none !important;
}

p {
  margin-top: 1rem;
}

::-webkit-input-placeholder {
  color: #999999;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
}

:-ms-input-placeholder {
  color: #999999;
}

.main-content {
  float: right;
  width: 77%;
}
@media screen and (max-width: 1290px) {
  .main-content {
    width: 72%;
  }
}
@media screen and (max-width: 992px) {
  .main-content {
    width: 100%;
  }
}

.content-wrapper {
  padding: 0 80px;
}
@media screen and (max-width: 992px) {
  .content-wrapper {
    padding: 0 30px;
  }
}

h4.widget-title {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

hr {
  position: relative;
  outline: 0;
  border: 0;
  width: 100%;
  height: 4px;
  background: #dddddd;
  margin-top: 40px;
  margin-bottom: 0;
}

.page-section {
  padding-top: 80px;
}

.btn-file {
	background-color: #053A4E;
	color: #66D37E;
	font-weight: bold;
	margin: .5rem;
	max-width: 12rem;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	border-radius: 0;
}
	.btn-file:hover, .btn-file.active {
		color: #fff;
	}
	.files .btn-file:first-child {
		margin-left: 0 !important;
	}
	.btn-file:before {
		font-family: 'Font Awesome 5 Free';
		content: "\f56c";
		font-size: 100%;
		color: #66D37E;
		margin-right: 5px;
	}

/*---------------------------------------------------------
 3. Header
-------------------------------------------------------- */
.sidebar-menu {
  float: left;
  width: 23%;
  height: 100%;
  position: fixed;
  background-color: #02151F;
  color: white;
  overflow-y: hidden;
}
@media screen and (max-width: 1290px) {
  .sidebar-menu {
    overflow-y: none;
    width: 28%;
  }
}

.top-section {
  padding: 40px;
}

.logo-image {
  width: 150px;
  height: auto;
  margin: 1rem auto;
  cursor: pointer;
}
.logo-image  img {
  width: 100%;
}

h1.profile-title {
  margin-bottom: 5px;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}
  h1.profile-title strong {
    color: #66D37E;
  }

.main-navigation {
  margin: 30px 0;
}
.main-navigation li {
  display: block;
}
.main-navigation li a {
  padding: 15px 40px;
  display: block;
  color: white;
  font-size: 14px;
}
.main-navigation li a i {
  margin-right: 15px;
  font-size: 24px;
}
.main-navigation li a:hover {
  background: #5b6878;
}
.main-navigation li a.active {
  background: #495461;
}
.main-navigation li a.active:hover {
  background: #495461;
}

.social-icons {
  display: block;
  padding: 30px 40px;
}
.social-icons li {
  display: inline-block;
  margin-right: 20px;
}
.social-icons span {
  font-size: 18px;
  color: white;
  vertical-align: middle;
  transition: 0.3s;
}
  .social-icons span:hover {
    color: #66D37E;
    font-size: 35px;
    margin: 1.5rem;
    transition: 0.3s;
    cursor: pointer;
  }

.responsive-header {
  background: #053A4E;
  background: linear-gradient(#053A4E, #000d27);
  background-image: url('../images/static_bg.png');
  background-size: cover;
  text-align: center;
}

@media screen and (max-width: 524px) {
  .profile-description {
    display: none;
  }
}
@media screen and (max-width: 992px) {

  html, body {
    height: 100%;
    min-height: 100%;
  }

  .responsive-header {
    position: fixed;
    top: 0;
    z-index: 999;
    overflow: auto;
    width: 100%;
  }
    .responsive-header .main-navigation {
      margin-top: 10px;
      display: none;
      background-color: #00000070;
    }
    .responsive-header p {
      color: white;
    }
    .responsive-header .logo-image {
      float: left;
      width: 100px;
      height: 100px;
      overflow: hidden;
      margin-right: 30px;
    }
    .responsive-header .profile-content {
      text-align: left;
      margin-top: 30px;
      overflow: hidden;
      text-align: center;
    }
    .top-section {
      padding: 5px 40px 0 40px !important;
    }
    .logo-image {
      margin: 1rem 1rem 0 1rem;
    }
    .main-navigation a {
      padding: 10px;
    }
    .main-navigation a.active {
      background: #5f6d7e !important;
    }
    .main-navigation a:hover {
      background: #5f6d7e !important;
    }
    .main-content {
      margin-top: 5rem;
    }
}
@media screen and (min-width: 992px) {
  body {
    overflow: hidden;
  }
}

.toggle-menu {
  width: 100%;
  display: block;
  padding: 20px;
  background: #053A4E;
  background: linear-gradient(#053A4E, #000d27);
  color: white;
  font-size: 18px;
}
.toggle-menu:hover, .toggle-menu:focus {
  color: white;
}

/*---------------------------------------------------------
 4. Main Content
-------------------------------------------------------- */

/*------ banner ------ */

#banner {
  position: absolute;
  height: 100vh;
  transition: 0.5s;
}

.banner-bg {
  padding: 0 80px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 2;
  height: 100%;
  width: 100%;
}

.banner-bg .background-intro {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  right: 0;
}

.banner-bg .overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  height: 100%;
  position: absolute;
}

.banner-bg .header-text {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
  padding-top: 24vh;
  color: white;
}

.banner-bg .header-text .logo {
  width: 35%;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin-bottom: 18px;
  display: inline;
}

.banner-bg .header-text h1 {
  margin-bottom: 0px;
  font-size: 59px;
  line-height: 1.5;
  font-weight: 300;
  text-transform: uppercase !important;
}
  .banner-bg .header-text h1 strong {
    font-weight: 700;
    color: #66D37E;
  }

.banner-bg .header-text h2 {
  font-weight: 300;
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 30px;
}

.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
  top: 93%;
  z-index:78;
}
.icon-scroll {
  width: 25px;
  height: 45px;
  margin-left: -20px;
  margin-top: -35px;
  -webkit-box-shadow: inset 0 0 0 3px #fff;
  box-shadow: inset 0 0 0 3px #fff;
  border-radius: 25px;
  cursor: pointer;
}
.icon-scroll:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

/* Desktop Header */
@media screen and (max-width: 992px) {
  #banner {
    display: none;
  }
}

/*------ about us ------ */
.title-image.about-image {
  background-color: black;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #66d37e;
  font-size: 4rem;
  font-weight: bold;
  background-image: url('../images/whoami.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 3rem;
}

/*------ members ------ */
#team .card {
  background-color: #E8EAF6;
  cursor: pointer;
  transition: 0.2s;
  padding: 1.5rem .5rem;
  background: linear-gradient(#053A4E, #000d27);
  border: 2px solid #053A4E;
  color: #FFF;
}
  #team .card:hover {
    border-color: #66d37e;
  }
#team .card svg.photo {
  height: 150px;
  width: 150px;
  transition: 0.2s;
}
  #team .card:hover svg.photo {
    height: 160px;
    width: 160px;
    transition: 0.2s
  }
#team .card .member-name {
  color: #ffffff;
  font-size: 1.3rem;
  transition: 0.2s;
}
  #team .card:hover .member-name {
    font-size: 1.5rem;
    transition: 0.2s;
  }
#team .card .member-position {
  color: #ffffff;
  font-size: .88rem;
  padding: 1rem;
  transition: 0.2s;
}
  #team .card:hover .member-position {
    font-size: .88rem;
    transition: 0.2s
  }
#team .card .hidden-component {
  margin-top: 1rem;
  height: 0;
  transition: 0.4s;
  overflow: hidden;
}
  #team .card:hover .hidden-component {
    height: 5rem;
    transition: 0.4s;
    margin-bottom: 1rem;
  }
    #team .card .hidden-component * {
      margin-top: .2rem;
    }

    #team .card .hidden-component .cv {
      color: #66d37e;
    }



#team .hex-icon {
  background-color: black;
  width: 30%
}
#team .fa {
  color: white;
  background-color: black;
  width: 40px;
  transition: 0.2s
}
#team .fa:hover {
  opacity: 1;
  transition: 0.2s
}
#team .fa-facebook {
  background-color: #4267B2;
  opacity: 0.8
}
#team .fa-twitter {
  background-color: #1DA1F2;
  opacity: 0.8
}
#team .fa-linkedin {
  background-color: #0077B5;
  opacity: 0.8
}
#team .fa-pinterest {
  background-color: #E60023;
  opacity: 0.8
}




/*------ projects ------ */
.projects-holder {
  margin-right: 0;
  margin-left: 0;
  margin-top: 40px;
}

#knowledge .projects-holder .col-md-4,
#portfolio .projects-holder .col-md-4,
#team .projects-holder .mb-4 {
  padding-right: 1px;
  padding-left: 1px;
}

.project-item {
  width: 100%;
  margin-bottom: 2px;
  overflow: hidden;
  position: relative;
}
.project-item img {
  width: 100%;
  display: block;
}
.project-item:hover .project-hover, .project-item.active .project-hover{
  top: 0;
  opacity: 1;
  visibility: visible;
}
.project-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 40px;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  visibility: 0;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  max-height: 100%;
  overflow: hidden;
}
  .project-hover .inside {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding: 30px;
  }
    @media screen and (max-width: 1290px) {
      .project-hover .inside {
        padding: 25px;
      }
      .title-image.about-image {
        font-size: 2.5rem;
        margin-top: 5rem;
      }
    }
  .project-hover .inside h5 {
    color: #66d37e;
    font-size: 0.90rem;
    margin-bottom: 15px;
    font-weight: bold;
  }
    .project-hover .inside h5 a:hover {
      color: #66D37E
    }
    .project-hover .inside p {
      font-size: 0.80rem;
      color: white;
      line-height: 20px;
    }
    .project-hover .inside .pointlist {
      margin-top: 1rem;
    }
      .project-hover .inside .pointlist .check-li li {
        padding: 0;
        padding-left: 0px;
        margin: 0;
        margin-bottom: 0px;
        margin-bottom: 10px;
        padding-left: 35px;
        position: relative;
        list-style: none;
        line-height: 1.2;
        font-weight: bold;
        font-size: 0.75rem;
        color: #c8c8c8;
      }
        .project-hover .inside .pointlist .check-li li::before {
          font-family: 'icomoon';
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          position: absolute;
          left: 0;
          top: .2em;
          content: "\e116";
          font-size: 100%;
          color: #66D37E;
        }
  @media screen and (max-width: 524px) {
    .project-hover .inside .pointlist {
      display: none;
    }
  }
/*------ portfolio ------ */
#portfolio .nav-pills {
  margin-bottom: 2rem;
  text-align: center;
}
  #portfolio .nav-pills > li {
    float: none;
    display: inline-block;
  }
  #portfolio .nav-pills > li > a {
    border-radius: 0;
  }
    #portfolio .nav-pills > li.active > a, #portfolio .nav-pills > li.active > a:hover, #portfolio .nav-pills > li.active > a:focus {
      background: #053A4E;
      background: linear-gradient(#053A4E, #000d27);
    }
#portfolio .project-list .toggleDiv {
  padding-bottom: 2rem;
}
#portfolio-grid {
  margin-right: 0;
  margin-left: 0;
}
  #portfolio-grid .mix {
    opacity: 0;
    display: none;
  }
    #portfolio-grid .project-item:hover {
      cursor: pointer;
    }

  #portfolio .project-list .toggleDiv .project-info h5 {
    margin-top: 1.5rem;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
  }
    #portfolio .project-list .toggleDiv .project-info div {
      margin-bottom: .1rem;
    }
      #portfolio .project-list .toggleDiv .project-info .datainfo {
        font-weight: bold;
        margin-right: 1rem;
      }
    #portfolio .project-list .toggleDiv .project-info .desc {
      margin-top: 1rem;
    }
.coder-li li, .colla-li li {
  padding: 0;
  padding-left: 0px;
  margin: 0;
  margin-bottom: 0px;
  margin-bottom: 10px;
  padding-left: 35px;
  position: relative;
  list-style: none;
  line-height: 1.2;
  font-size: 0.80rem;
}
  .project-hover .inside .pointlist .coder-li, .project-hover .inside .pointlist .colla-li {
    color: #c8c8c8;
    font-size: 0.75rem;
    font-weight: bold;
  }
  .project-info .coder-li {
    margin-top: .2rem;
  }
  .coder-li li::before {
    font-family: 'Font Awesome 5 Free';
    speak: none;
    font-style: normal;
    font-weight: 900;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: .2em;
    content: "\f5fc";
    font-size: 100%;
    color: #66D37E;
  }
  .colla-li li::before {
    font-family: 'Font Awesome 5 Free';
    speak: none;
    font-style: normal;
    font-weight: 900;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: .2em;
    content: "\f4c4";
    font-size: 100%;
    color: #66D37E;
  }
#project-visor .carousel-control > li {
  position: relative !important;
  top: 50% !important;
}


/*------ contact ------ */
.contact-form {
  margin-top: 40px;
}
.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%;
  outline: 0;
  border: 1px solid #aaaaaa;
  padding: 12px;
  color: #999999;
  margin-bottom: 30px;
}
  .contact-form textarea {
    resize: none;
  }
  .contact-form .g-recaptcha {
    margin-bottom: 30px;
  }
.contact-form input:focus, .contact-form textarea:focus {
  outline: 0;
}
.contact-form .button {
  width: auto;
  background: #5f6d7e;
  color: white;
  text-transform: uppercase;
  border: 0;
}
#contact .alert {
  margin-top: 15px;
  margin-bottom: 0;
}

/*---------------------------------------------------------
 5. Footer
-------------------------------------------------------- */
#footer p.copyright-text {
  margin: 40px 0;
  font-size: 13px;
}
#footer p.copyright-text a {
  color: #5f6d7e;
}
#footer p.copyright-text a:hover {
  color: #6cc0f7;
}









.sidebar-menu {
  animation: glow 2000ms ease-in infinite alternate;
  background: #001829;
  background: linear-gradient(#053A4E, #000d27);
  box-shadow: inset -5px 0 5px -5px rgba(0,255,0,.2), inset -10px 0 10px -10px rgba(0,255,0,.1);
}

@keyframes glow {
  0% {
    box-shadow: inset -5px 0 5px -5px rgba(0,255,0,.2), inset  -10px 0 10px -10px rgba(0,255,0,.1);
  }
  100% {
    box-shadow: inset -5px 0 5px -5px rgba(0,255,0,.6), inset -10px 0 10px -10px rgba(0,255,0,.4);
  }
}


.social-icons {
  text-align:center;
}
.social-icons a i {
  position:relative;
  top:80px;
  left:0px;
}

/* Efecto de animación texto código */
.typewriter-container {
  display: flex;
  justify-content: center;
}
  .typewriter * {
    font-family: monospace;
    color: #fff;
    border-right: .15em solid #66D37E;
    line-height: 1;
    white-space: nowrap;
    letter-spacing: .15em;
    overflow: hidden;
    margin: 0 auto;
    animation:
            typing 1.5s steps(25, end),
            blink-caret .5s step-end infinite;
  }
  @keyframes typing {
    from { width: 0 }
    to { width: 100% }
  }
  @keyframes blink-caret {
    from, to { border-color: transparent }
    50% { border-color: #66D37E; }
  }