body {
  font-family: "Roboto", sans-serif;
  line-height: 28px;
  font-weight: 300;
  font-size: 14px;
  color: #282828;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased !important;
}
body{
  overflow-x: hidden;
}
a {
  color: #68c3a3;
}
a.importante {
  color: #938df4;
}
a,
a > * {
  outline: none;
  cursor: pointer;
  text-decoration: none;
}
a:focus,
a:hover {
  outline: none;
  color: #333333;
  text-decoration: none;
}
.navbar a,
.form-control {
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
a,
.btn {
  -webkit-transition: all 0.125s ease-in-out 0s;
  -moz-transition: all 0.125s ease-in-out 0s;
  -ms-transition: all 0.125s ease-in-out 0s;
  -o-transition: all 0.125s ease-in-out 0s;
  transition: all 0.125s ease-in-out 0s;
}
.btn,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .dropdown-menu {
  -webkit-box-shadow: none;
  box-shadow: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0;
}
h1 {
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
}
h2 {
  font-size: 30px;
  line-height: 30px;
}
h3 {
  font-size: 24px;
  line-height: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
.form-control {
  height: 45px;
  background-color: #f7f7f7;
  border: 1px solid #e8e8e8;
  border-radius: 0;
  box-shadow: none;
}
.form-control:focus {
  border-color: #68c3a3;
  box-shadow: none;
}
.btn {
  border: 0;
  border-bottom: 3px solid;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 28px;
  padding: 9px 22px;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 14px 20px;
  font-size: 14px;
  border-radius: 4px;
}
.btn-primary {
  background-color: #68c3a3;
  border-color: rgba(51, 51, 51, 0.15);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #4eb28f;
  border-color: #4eb28f;
}
.btn-info {
  background-color: #52b3d9;
  border-color: rgba(51, 51, 51, 0.15);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #4aa0c2;
  border-color: #4aa0c2;
}
.btn-default {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active {
  color: #68c3a3;
  background-color: #fff;
  border-color: #fff;
}
button:focus {
  outline: none;
}
img {
  width: 100%;
}
hr {
  margin-top: 15px;
  margin-bottom: 15px;
}
.no-padding {
  padding: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.list-check {
}
ul.list-check li {
  position: relative;
  font-size: 18px;
  line-height: 32px;
}
ul.list-check li::before {
  content: "\f00c";
  font-family: fontawesome;
  color: #68c3a3;
  margin-left: 5px;
}
.section-padding {
  padding: 120px 0 40px;
}
.section-title {
  margin-bottom: 80px;
  text-align: center;
  font-size: 50px;
  line-height: 50px;
  color: #2c3e50;
  position: relative;
}
.subsection-title {
  margin-bottom: 80px;
  text-align: center;
  font-size: 30px;
  line-height: 50px;
  color: #2c3e50;
  position: relative;
}

.section-title::after {
  content: "";
  background: url(../../assets/images/section-divider.png) no-repeat 0 0;
  height: 15px;
  width: 113px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  margin: 0 auto;
}
.spaced{
  margin-top: 70px;
}


#home {
  background: url(../images/home.jpg) no-repeat left bottom;
  background-attachment: fixed;
  background-color: #000;
  background-size: cover;
  padding: 0;
  position: relative;
}
#skills {
  background: url(../images/home-ascii.jpg) no-repeat center right;
  -webkit-background-attachment: fixed;
  background-attachment: fixed;
  background-color: #111;
  background-size: cover;
  padding: 0;
  position: relative;
  color: #fff;
  min-height: 500px;
  padding: 1em;
}
#home:before {
  content: "";
  background-color: rgba(26, 30, 35, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 640px) {
  .tt-fullHeight {
    height: 560px !important;
  }
  #home {    
    background-attachment: scroll;
    background-size: auto 560px;  
  } 

}
@media (max-width: 1280px) {
  
  #home:before {
    content: "";
    background-color: rgba(26, 30, 35, 0.75);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.intro {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  text-align: center;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  padding: 0 15px;
}
.intro h1 {
  font-size: 60px;
  line-height: 80px;
  margin-bottom: 16px;
  color: #52b3d9;
}
.intro h1 span {
  color: #68c3a3;
}
.intro p {
  color: #f7f7f7;
  margin-bottom: 40px;
}
.intro-sub {
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin: 20px 0;
}
.social-icons {
  margin-top: 20px;
}
.social-icons a i {
  position: relative;
  color: #fff;
  font-size: 18px;
  margin: 0 7px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  height: 40px;
}
.social-icons a i::before {
  position: relative;
  z-index: 1;
}
.social-icons a i::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 3px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.social-icons a i:hover::after {
  background: #68c3a3;
  border: 1px solid transparent;
  z-index: -1;
}

.header {
  border-bottom: 1px solid #eee;
  position: relative;
  width: 100%;
  z-index: 998;
  padding-bottom: 1px;
  background: #fff;
}
.header::after {
  border-bottom: 1px solid #eee;
  width: 100%;
  position: absolute;
  content: "";
  height: 2px;
  bottom: 1px;
  left: 0;
}
.navbar-custom {
  border: 0;
  border-radius: 0;
  margin: 0;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
}
.navbar-custom,
.navbar-custom .dropdown-menu {
  background: #fff;
  padding: 0;
}
.navbar-custom ul li a span {
  margin-left: 5px;
}
.navbar-custom .dropdown-menu {
  margin-top: 10px;
  display: block;
  visibility: hidden;
  opacity: 0;
  border: 1px solid #ddd;
  border-top: 2px solid #68c3a3;
  border-radius: 0;
  border-bottom: 3px double #ddd;
  background-color: #ffffff;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.navbar-right .dropdown-menu {
  right: auto;
  left: 0;
}
.navbar-custom .navbar-nav > li:hover .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  margin-top: -2px;
}
.navbar-custom .navbar-nav > li > a {
  color: #282828;
  font-size: 14px;
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.navbar-custom .dropdown-menu > li {
  border-bottom: 1px solid #f0f0f0;
}
.navbar-custom .dropdown-menu > li:last-child {
  border-bottom: 0;
}
.navbar-custom .dropdown-menu > li > a {
  padding: 10px 20px;
  color: #282828;
  font-size: 14px;
  font-weight: 700;
}
.navbar-custom .nav li.active,
.navbar-custom .nav li a:hover,
.navbar-custom .navbar-nav > li.active > a {
  background: none;
  outline: 0;
  color: #68c3a3;
}
.navbar-custom .navbar-brand {
  font-weight: 700;
  font-size: 18px;
}
.navbar-custom .nav .open > a,
.navbar-custom .dropdown-menu > li > a:hover
{
  background: #f5f5f5;
}
.navbar-custom .navbar-toggle .icon-bar {
  background: #222;
}
.navbar-custom .navbar-nav > li > a:focus{
  background-color: transparent;
}
.short-info {
  margin-bottom: 10px;
}
.short-info h3 {
  margin-bottom: 30px;
}
.short-info ul {
  margin-top: 10px;
  display: inline-block;
}
.short-info ul li {
  width: 49%;
  float: left;
  margin-right: 1%;
  margin-bottom: 7px;
}
.short-info a {
  font-size: 1.1em;
  color: #4286f4;
  font-weight: bold;
  margin: 10px;
}
.short-info a:hover,
.short-info a:focus {
  font-size: 1.5em;
  color: blue;
}
.my-signature {
  margin-bottom: 15px;
}
.my-signature img {
  width: inherit;
}
.download-button {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.download-button a {
  min-width: 15em;
  color: #fff;
}
.download-button a i {
  margin-right: 10px;
}
.biography {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 1px solid #eeeeee;
  position: relative;
}
.biography::after {
  content: "";
  border-bottom: 1px solid #eeeeee;
  position: absolute;
  bottom: -3px;
  width: 100%;
  border-radius: 10px;
  height: 20px;
}
.myphoto {
  position: relative;
  background: url(../../assets/images/photo-frame.png) bottom center no-repeat;
  background-size: contain;
}
.myphoto img {
  position: relative;
  z-index: -1;
}
.biography ul {
  padding: 25px 20px 30px;
}
.biography ul li {
  padding: 5px 0;
  font-size: 16px;
  border-bottom: 1px solid #eeeeee;
}
.biography ul li:last-child {
  border-bottom: 0;
}
.video-section {
  background: url(../images/video-bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  width: 95%;
  margin: auto;
}
.video-section .tf-bg-overlay {
  min-height: 500px;
}
.video-intro {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 0;
  right: 0;
  color: #fff;
  background: none;
}
.video-intro i {
  border: 1px solid #fff;
  width: 80px;
  height: 60px;
  line-height: 60px;
  border-radius: 5px;
  font-size: 18px;
}
.video-intro h2 {
  margin-top: 30px;
  text-transform: uppercase;
}
.video-intro .play-trigger {
  border: 0;
  background: transparent;
}
.resume-title h3 {
  text-align: center;
}
.resume-section > div > div {
  margin-bottom: 60px;
}
.resume-section > div > div:nth-of-type(2) {
  margin-bottom: 0;
}
.resume-title {
  margin-bottom: 30px;
}
.resume-section ul.experiencia{
  border: 1px solid hsl(0, 0%, 94%);
  margin: auto;
  width: fit-content;
}
.resume-section ul.experiencia li{
  font-size: 0.9em;
  padding-left: 2em;
  text-align: center;
  line-height: 1.5em;
  margin: 3px 0 ;
  border-radius: 4px;
}
.resume-section ul.experiencia li:nth-child(odd) {
  background-color: #f0f0f0; 
}
.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}
.resume {
  position: relative;
}
.resume:before {
  content: "";
  position: absolute;
  top: -8px;
  width: 10px;
  height: 10px;
  background-color: #e1e1e1;
  left: 50%;
  margin-left: -6px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.resume:after {
  content: "";
  position: absolute;
  bottom: -8px;
  width: 10px;
  height: 10px;
  background-color: #e1e1e1;
  left: 50%;
  margin-left: -6px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.timeline:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  margin-left: -1.5px;
  background-color: #e1e1e1;
}
.timeline > li {
  position: relative;
  margin-bottom: 50px;
  min-height: 50px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  float: left;
  position: relative;
  width: 100%;
}
.timeline-content {
  padding: 5px 20px 0 20px;
}
.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li .posted-date {
  position: relative;
  text-align: center;
  background-color: #fff;
  left: 20px;
}
.timeline > li .posted-date .month {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  display: block;
  color: #2c3e50;
  top: 0;
  float: left;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  text-align: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline-heading h3 {
  font-size: 20px;
  line-height: 28px;
}
.timeline-heading span {
  display: block;
  font-weight: 700;
}
.timeline-heading span:not(.multiline) {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  #skills {
    padding: 110px;
  }
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    margin-bottom: 15px;
    min-height: 100px;
  }
  .timeline > li .posted-date {
    position: absolute;
    text-align: center;
    background-color: #fff;
  }
  .timeline > li .timeline-panel {
    float: left;
    width: 43%;
    text-align: right;
    border: 1px solid #eee;
    position: relative;
  }
  .timeline-content {
    position: relative;
    padding: 24px;
    background-color: #fff;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
  }
  .timeline-content::after {
    border: 1px solid #eee;
    width: 100%;
    position: absolute;
    content: "";
    bottom: -3px;
    height: 10px;
    left: 0;
    z-index: -1;
  }
  .timeline > li .timeline-content:hover {
    background: #68c3a3;
    color: #fff;
  }
  .timeline > li .timeline-content:hover a {
    color: #dee886;
  }
  .timeline > li .timeline-content:hover a.importante {
    color: #f44292;
  }
  .timeline > li .timeline-content:hover a:hover {
    color: #333;
  }

  .timeline > li .timeline-panel::before,
  .timeline > li.timeline-inverted .timeline-panel::before {
    content: "";
    top: 25px;
    position: absolute;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
  .timeline > li .timeline-panel::before {
    left: 100%;
    border-left: 12px solid #ececec;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
  }
  .timeline > li .timeline-panel:hover::before {
    border-left: 12px solid #68c3a3;
  }
  .timeline > li.timeline-inverted .timeline-panel::before {
    right: 100%;
    border-right: 12px solid #ececec;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
  }
  .timeline > li.timeline-inverted .timeline-panel:hover::before {
    border-right: 12px solid #68c3a3;
    border-left: 0;
  }
  .timeline > li .timeline-panel::after,
  .timeline > li.timeline-inverted .timeline-panel::after {
    content: "";
    top: 25px;
    position: absolute;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
  .timeline > li .timeline-panel::after {
    left: 100%;
    margin-left: -2px;
    border-left: 12px solid #ffffff;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
  }
  .timeline > li .timeline-panel:hover::after {
    border-left: 12px solid #68c3a3;
  }
  .timeline > li.timeline-inverted .timeline-panel::after {
    right: 100%;
    margin-right: -2px;
    border-right: 12px solid #ffffff;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
  }
  .timeline > li.timeline-inverted .timeline-panel:hover::after {
    border-right: 12px solid #68c3a3;
    border-left: 0;
  }
  .timeline > li .posted-date {
    left: 50%;
    width: 120px;
    margin-left: -60px;
    margin-top: 28px;
  }
  .timeline > li .posted-date .month {
    float: none;
  }
   .timeline > li:not(:first-of-type) {
    margin-top: -130px;
  }
}
.skills-section {
  background-color: #1a1e23;
  color: #fff;
}
.skills-section .section-title {
  color: #fff;
  margin-bottom: 110px;
}
.skills-section .section-title h2 {
  color: #fff;
}
.skill-title {
  width: 45%;
  float: left;
}
.skill-title h3 {
  font-size: 18px;
  font-weight: 400;
  margin-top: -6px;
  text-transform: capitalize;
}
.skill-progress {
  position: relative;
}

.progress {
  height: 10px;
  margin-bottom: 40px;
  background-color: #3a4149;
  border-radius: 3px;
  box-shadow: none;
  width: 75%;
}
.progress-bar {
  background-color: #68c3a3;
}
.progress-bar span {
  position: absolute;
  top: -20px;
  right: 15px;
}
.progress .progress-bar.six-sec-ease-in-out {
  -webkit-transition: width 2s ease-in-out;
  -moz-transition: width 2s ease-in-out;
  -o-transition: width 2s ease-in-out;
  transition: width 2s ease-in-out;
}

.skill-text h3 {
  margin-top: 20px;
}
.our-progress {
  margin: 10px 0 30px;
}
.progress-percent {
  margin-left: auto;
  margin-right: auto;
}
.our-progress h3 {
  font-weight: 400;
  margin-bottom: 5px;
}
.chart {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 120px;
  margin: 40px auto;
  text-align: center;
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}
.percent {
  display: inline-block;
  margin: auto;
  line-height: 90px;
  z-index: 2;
  font-size: 19px;
  font-weight: 400;
  text-align: center;
}
.percent:after {
  content: "%";
}
.chart-text span {
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
  margin-top: 20px;
}
.list-text span {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
  margin-top: 5px;
  padding: 10px;
}
.skill-icon {
  width: 60px;
  height: 60px;
  vertical-align: middle;
  /* Filtro para cambiar un icono NEGRO a #68C3A3 */
  filter: invert(57%) sepia(10%) saturate(1615%) hue-rotate(106deg) brightness(84%) contrast(85%);
}
.angular {
  margin-top: 100px;
}
.angular .chart {
  margin-top: 0;
}
.chart .chart-text h3 {
  font-size: 22px;
}
.works-section {
  background-color: #f7f7f7;
}
.portfolio-item {
  padding-right: 3px;
  padding-left: 3px;
  min-height: 205px;
}
.portfolio-bg {
  padding: 5px;
  margin-bottom: 2px;
  min-height: 11em;
}
.portfolio {
  position: relative;
  overflow: hidden;
}
#filter {
  margin: 0 0 35px;
  text-align: center;
}
#filter li a {
  color: #68c3a3;
  display: block;
  text-transform: uppercase;
  padding: 0 15px;
  border-radius: 4px;
  transition: inherit;
}
#filter li a.active,
#filter li a:hover {
  position: relative;
  background: #68c3a3;
  color: #fff;
  border-bottom: 3px solid rgba(0, 0, 0, 0.15);
}
#filter li a.active::after,
#filter li a:hover::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid rgba(104, 195, 163, 1);
  bottom: -9px;
  left: 50%;
  margin-left: -8px;
}
.tt-overlay {
  position: absolute;
  width: 100%;
  height: 83%;
  opacity: 0;
  backdrop-filter: hue-rotate(270deg) blur(3px) brightness(0.6);
}
.portfolio-info,
.links,
.links a i,
.links a i::after,
.tt-overlay {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.links {
  width: 87px;
  height: 40px;
  position: absolute;
  top: 40%;
  left: 58%;
  margin-top: -20px;
  margin-left: -45px;
  opacity: 0;
  -webkit-transform: translate(0, -50px);
  -moz-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  -o-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.links-w {
  width: 220px;
  height: 70px;
  position: absolute;
  top: 60%;
  left: 34%;
}
.links a i {
  position: relative;
  color: #68c3a3;
  font-size: 16px;
  margin: 0px 11px;
  z-index: 100;
}
.links-w a i {
  position: relative;
  color: #52b3d9;
  font-size: 26px;
  margin: 0px 39px;
  z-index: 100;
}
.links a:hover i {
  color: #fff;
}
.links a i::after {
  position: absolute;
  content: "";
  left: -7px;
  top: -7px;
  width: 30px;
  height: 30px;
  border: 1px solid #68c3a3;
  z-index: -1;
  border-radius: 6px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.links-w a i::after {
  border: 2px solid #52b3d9;
  border-radius: 50%;
  left: -10px;
  top: -10px;
  width: 45px;
  height: 45px;
}
.links a:hover i::after {
  background-color: #68c3a3;
}
.links-w a:hover i::after {
  background-color: #52b3d9;
}
.portfolio-info {
  position: absolute;
  bottom: -100%;
  left: 0;
  background-color: #52b3d9;
  color: #fff;
  height: 45px;
  width: 100%;
  text-align: center;
}
.portfolio:hover .tt-overlay,
.portfolio:hover .links {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.portfolio:hover .portfolio-info {
  bottom: 0;
}
.portfolio-info h3 {
  font-size: 14px;
  line-height: 45px;
  font-weight: 700;
  margin: 0;
  text-transform: capitalize;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.white-popup {
  position: relative;
  background: #ccc;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
  border: 2px solid;
  border-radius: 25px;
}
.white-popup a{
  color: black;
  font-weight: bold;
}
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.fadebox {
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.overbox {
  display: none;
  position: absolute;
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
  z-index: 1002;
  overflow: auto;
}
.facts-section {
  background: url(../../assets/images/counter-bg.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
  color: #fff;
}
.tt-overlay-bg {
  background: rgba(26, 30, 35, 0.85);
  padding: 110px 0;
}
.count-wrap i {
  font-size: 64px;
  margin-bottom: 25px;
}
.count-wrap h3 {
  font-size: 50px;
  line-height: 28px;
  margin-bottom: 20px;
}
.count-wrap p {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
.latest-blog-section {
}
.blog-post-wrapper {
  padding: 4px;
  border: 1px solid #eee;
  border-bottom: 3px double #eee;
}
.figure {
  position: relative;
}
.figure i {
  position: absolute;
  bottom: -8px;
  right: 30px;
  color: #fff;
  font-size: 18px;
  z-index: 100;
}
.figure i:after {
  position: absolute;
  content: "";
  left: -12px;
  top: -10px;
  width: 40px;
  height: 40px;
  background-color: #68c3a3;
  z-index: -1;
  border-radius: 3px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.post-thumbnail {
  margin-bottom: 20px;
  overflow: hidden;
}
.post-thumbnail img {
  opacity: 0.8;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.post-thumbnail img:hover {
  opacity: 1;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.entry-header {
  padding: 0 12px;
}
.post-meta {
}
.the-category a {
  font-size: 12px;
  line-height: 28px;
  font-weight: 300;
  text-transform: uppercase;
}
.entry-title {
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
}
.entry-title a {
  color: #282828;
}
.entry-title a:hover {
  color: #68c3a3;
}
.entry-meta {
  color: #afafaf;
}
.entry-meta ul {
  margin-bottom: 10px;
}
.entry-meta ul li {
  padding: 0 10px;
}
.entry-meta ul li a {
  display: inline-block;
  color: #bbbbbb;
  font-weight: 400;
}
.entry-meta ul li a:hover {
  color: #68c3a3;
}
.blog-more {
  margin-top: 40px;
}
.the-author::before {
  content: "\f044";
}
.the-time::before {
  content: "\f133";
}
.the-share::before {
  content: "\f1e0";
}
.the-comments::before {
  content: "\f0e6";
}
.the-author,
.the-time,
.the-share,
.the-comments {
  position: relative;
  padding-left: 20px;
}
.the-author::before,
.the-time::before,
.the-share::before,
.the-comments::before {
  font-family: FontAwesome;
  position: absolute;
  left: 0;
}
.hire-section {
  background: url(../../assets/images/hire-bg.jpg) no-repeat top center #68c3a3;
  background-attachment: fixed;
  background-size: cover;
  color: #fff;
}
.blog-section {
  background: url(../../assets/images/home.jpg) no-repeat top center #68c3a3;
  background-attachment: fixed;
  background-size: cover;
  color: #fff;
}
.hire-section-bg {
  padding: 110px 0;
  background: -webkit-linear-gradient(
    bottom,
    #68c3a3,
    rgba(104, 195, 163, 0.7)
  );
  background: -o-linear-gradient(top, #68c3a3, rgba(104, 195, 163, 0.7));
  background: -moz-linear-gradient(top, #68c3a3, rgba(104, 195, 163, 0.7));
  background: linear-gradient(to top, #68c3a3, rgba(104, 195, 163, 0.7));
}
.hire-section h2, .blog-section h2 {
  font-size: 36px;
  margin-bottom: 40px;
}
.hire-section .btn, .blog-section .btn {
  padding: 9px 54px;
}
.contact-section {
}
.contact-section strong {
  display: block;
  text-transform: uppercase;
}
.contact-form strong {
  margin-bottom: 40px;
}
.contact-form textarea.form-control {
  height: 115px;
}
.contact-form .btn {
  margin-top: 15px;
}
.contact-section div > i {
  float: left;
  font-size: 45px;
  margin-right: 20px;
}
.contact-section address,
.contact-section .contact-number {
  overflow: hidden;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 45px;
}
.footer-wrapper {
  background: #1a1e23;
  padding: 36px 0;
  color: #fff;
}
.copyright p {
  margin: 0;
}
.scroll-up {
  position: fixed;
  display: none;
  z-index: 999;
  bottom: 5.8em;
  right: 1.8em;
}
.scroll-up a {
  background-color: #52b3d9;
  display: block;
  width: 28px;
  height: 28px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
}
.scroll-up a:hover,
.scroll-up a:active {
  background-color: rgba(235, 235, 235, 0.8);
  color: #222;
}
.mouse-icon {
  position: absolute;
  left: 50%;
  bottom: 40px;
  border: 2px solid #fff;
  border-radius: 16px;
  height: 50px;
  width: 30px;
  margin-left: -17px;
  display: block;
  z-index: 10;
}
.mouse-icon .wheel {
  -webkit-animation-name: drop;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  animation-name: drop;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-play-state: running;
}
.mouse-icon .wheel {
  position: relative;
  border-radius: 10px;
  background: #fff;
  width: 4px;
  height: 10px;
  top: 4px;
  margin-left: auto;
  margin-right: auto;
}
@-webkit-keyframes drop {
  0% {
    top: 5px;
    opacity: 0;
  }
  30% {
    top: 10px;
    opacity: 1;
  }
  100% {
    top: 25px;
    opacity: 0;
  }
}
@keyframes drop {
  0% {
    top: 5px;
    opacity: 0;
  }
  30% {
    top: 10px;
    opacity: 1;
  }
  100% {
    top: 25px;
    opacity: 0;
  }
}
#tt-preloader {
  background: #fff;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}
#pre-status,
.preload-placeholder {
  background-image: url(../images/preloader.gif);
  background-position: center;
  background-repeat: no-repeat;
  height: 200px;
  left: 50%;
  margin: -100px 0 0 -100px;
  position: absolute;
  top: 50%;
  width: 200px;
}
.preload-placeholder {
  background: none;
  left: 0;
  margin: 0;
  text-align: center;
  top: 65%;
}
#homeTwo {
  background: url(../images/home-2.jpg) no-repeat center center;
  background-color: #222;
  background-size: cover;
  padding: 0;
  position: relative;
}
.short-info {
  margin-bottom: 10px;
}
.short-info h3 {
  margin-bottom: 30px;
}
.hobby-list-wrap h3 {
  margin-bottom: 45px;
}
.hobby-list span {
  border: 1px solid #eee;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 30px;
  border-bottom: 3px double #eee;
  margin-bottom: 20px;
  text-align: center;
  display: block;
}
.hobby-list span:nth-child(4),
.hobby-list span:nth-child(5),
.hobby-list span:nth-child(6) {
  margin-bottom: 0;
}
.service-section {
  background: url(../../assets/images/service-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 120px 0;
}
.service-section h2 {
  color: #fff;
}
.service-wrap {
  padding: 40px 0;
}
.service-box {
  text-align: center;
  position: relative;
  width: 180px;
  height: 180px;
  margin: 0 auto;
}
.service-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  border: 1px solid #fff;
  width: 180px;
  height: 180px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 15px;
}
.service-box i {
  font-size: 40px;
  color: #fff;
  line-height: 100px;
  z-index: 100;
  position: relative;
}
.service-box h3 {
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  z-index: 100;
  position: relative;
}
.service-box:hover.service-box::after {
  background: #fff;
  border: 1px solid transparent;
}
.service-box:hover i,
.service-box:hover h3 {
  color: #2c3e50;
}
.service-box i,
.service-box h3,
.service-box::after {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
#homeTwo {
  position: relative;
}
#homeTwo:before {
  content: "";
  background-color: rgba(26, 30, 35, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}
.home-version-two {
  z-index: 0;
  overflow: hidden;
}
.home-version-two::before {
  z-index: -100;
}
.personal-info {
  color: #fff;
  padding: 0 0 0 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.personal-info h1 {
  font-size: 60px;
  line-height: 80px;
  margin-bottom: 16px;
}
.personal-info h1 span {
  color: #68c3a3;
}
.personal-info p {
  margin-bottom: 40px;
}
.video-introducing {
  background: url(../images/video-bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 390px;
  border: 5px solid #fff;
  padding: 5px;
  box-shadow: 0 0px 0px 1px #eee;
}
img.pad {
  margin: 10px 0px;
  border: 1px solid white;
}
img.pad:hover {
  border: 1px solid #5cb85c;
}
li.media {
  border: 1px solid black;
  border-style: none;
  border-bottom-style: solid;
}
/** Lista titulos **/
li.media.lista {
  border-style: none;
  box-shadow: 6px 22px 31px -2px rgba(0,0,0,0.3);
  height: 86px;
  border-radius: 4px;
}
li.media.lista img.lista{
 width: 99px;
 height: auto;
 border: 12px solid #52b3d9;
}
        /* Falso lightbox */
        .lightbox-checkbox {
            display: none;
        }
        .lightbox-trigger {
            display: inline-block;
        }
        .lightbox-overlay {
            display: none;
            position: fixed;
            inset: 0;
            background: rgba(0, 0, 0, 0.8);
            justify-content: center;
            align-items: center;
            z-index: 999;
            cursor: pointer;
        }
        .lightbox-overlay img {
            width: auto;
            max-width: 100vw;
            height: 90vh;
            object-fit: contain;
        }
        .lightbox-checkbox:checked~.lightbox-overlay {
            display: flex;
        }
@media screen and (min-width: 992px){
  li.media.lista .media-body{
line-height: 86px;
}
}

/** **/
.about {
  background: url(../images/about.png) no-repeat 100% 0 scroll #000;
  background-size: contain;
  color: #818181;
  font-weight: 600;
  margin-bottom: 25px;
  border-radius: 6px;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
.about a:hover {
  color: #7dba5c;
}
.about .inner {
  width: 50%;
  padding: 10% 0 10% 5%;
}
.about img {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
}
.about-con {
  width: 100%;
}
.about-con ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.about-con ul li {
  border-bottom: 1px solid rgba(235, 235, 235, 0.2);
}
.about-con ul li:first-child {
  padding: 0 0 12px 0;
  font-size: 1.2em;
  text-transform: uppercase;
}
.bbutton {
  border: 2px solid #68c3a3;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #818181;
  font-size: 12px;
  margin: 10px 0;
  padding: 5px 5px;
  display: inline-block;
  letter-spacing: 1px;
  transition-duration: 0.2s;
  background: transparent;
}
.bbutton:hover {
  border: 2px solid #7dba5c;
  background-color: #7dba5c;
}
a.bbutton:hover {
  color: white;
}
.portfolio img {
  border: 1px solid grey;
}
.portfolio .text-center p {
  font-weight: 400;
  font-style: italic;
  color: grey;
}
#toggle-codelink{
  cursor: pointer;
  text-decoration: underline;
  font-size: 16px;
}
.codelink {
  min-height: 50px;
  align-items: center;
  margin-bottom:20px;
  display: none; 
  justify-content: center; 
  gap: 30px;
  flex-wrap: wrap;
}
.codelink div{
  display: flex; 
  flex-direction: column; 
  align-items: center;
}
.codelink a {
  display: block;
  height: 100%;
  margin:0 15px;
}
.codelink a img {
  height: auto;
  width: 36px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .codelink {
    height: 110px;
  }
}
/* typewriter */
.typewriter {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.typewriter p {
  margin-bottom: 0;
}
.line1 {
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
  animation: typewriter 4s steps(44) 1s 1 normal both;
}
.line2 {
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
  animation: typewriter 4s steps(44) 3s 1 normal both;
}
.line3 {
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
  animation: typewriter 4s steps(44) 5s 1 normal both;
}
@keyframes typewriter {
  from {
    width: 0;
  }
  to {
    width: 40em;
  }
}
.contact1 {
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
  animation: contact 4s steps(28) 1s 1 normal both;
}
.contact2 {
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
  animation: contact 4s steps(28) 2s 1 normal both;
}
.contact3 {
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
  animation: contact 4s steps(28) 3s 1 normal both;
}
.contact4 {
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
  animation: contact 4s steps(28) 5s 1 normal both;
}
@keyframes contact {
  from {
    width: 0;
  }
  to {
    width: 200px;
  }
}

/* Glitch effect */
.contains {
  box-sizing: border-box;
}

.contains *,
.intro .contains p,
.contains *:before,
.contains *:after {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
}

.contains {
  overflow: hidden;
  margin-bottom: 40px;
}

.contains .wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 0px;
  width: max-content;
  transform: translateX(-50%) translateY(-50%);
}

.contains .glitch {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  position: relative;
  width: max-content;
  -webkit-animation: shake 0.4s infinite;
  animation: shake 0.4s infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.contains .glitch_fixed {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  position: relative;
  width: 100%;
  color: #eeeeee;
  -webkit-animation: color 0.4s infinite;
  animation: color 0.4s infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.contains .glitch_opacity {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  position: relative;
  width: 100%;
  color: #eeeeee;
  position: absolute;
  top: 0;
  left: -2px;
  -webkit-animation: show 0.2s infinite;
  animation: show 0.2s infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.intro .glitch_opacity span {
  color: #4aa0c2;
}

@-webkit-keyframes show {
  50% {
    opacity: 0;
    text-shadow: 2px 2px #aae90e;
  }
}

@keyframes show {
  50% {
    opacity: 0;
    text-shadow: 2px 2px #aae90e;
  }
}
@-webkit-keyframes color {
  50% {
    color: #aae90e;
  }
}
@keyframes color {
  50% {
    color: #68c3a3;
  }
}
@-webkit-keyframes shake {
  0% {
    transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(0px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(2px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(2px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
@keyframes shake {
  0% {
    transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(0px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(2px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(2px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
.g .span,
.glitch span {
  color: #0301fa;

  -webkit-animation: glitch 0.4s linear infinite;
  animation: glitch 0.4s linear infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;

  position: absolute;
  transform: translateY(0px);
}

.glitch span {
  position: absolute;
}

.glitch span:first-child {
  left: 0;
}

.glitch span:nth-child(2) {
  left: 25px;
}

.glitch span:nth-child(3) {
  left: 50px;
}

.glitch span:nth-child(4) {
  left: 65px;
}

.glitch span:nth-child(5) {
  left: 90px;
}

.glitch span:nth-child(6) {
  left: 125px;
}
.glitch span:nth-child(7) {
  left: 150px;
}

.glitch span:nth-child(8) {
  left: 160px;
}

.glitch span:nth-child(9) {
  left: 180px;
}

.glitch span:nth-child(10) {
  left: 200px;
}

.glitch span:nth-child(11) {
  left: 230px;
}
.glitch span:nth-child(12) {
  left: 260px;
}
.glitch span:nth-child(13) {
  left: 270px;
}
@-webkit-keyframes glitch {
  0% {
    transform: translateY(-10%);
    transform: translateX(-5%);
  }
  50% {
    transform: translateY(-10%);
    transform: translateX(-10%);
    color: #01fa01;
  }
  100% {
    transform: translateY(10%);
    transform: translateX(5%);
    color: #fa0103;
    clip: rect(40px, 0px, 40px, 0px);
  }
}

@keyframes glitch {
  0% {
    transform: translateY(-10%);
    transform: translateX(-5%);
  }
  50% {
    transform: translateY(-10%);
    transform: translateX(-10%);
    color: #4eb28f;
  }
  100% {
    transform: translateY(10%);
    transform: translateX(5%);
    color: #fa0103;
    clip: rect(40px, 0px, 40px, 0px);
  }
}
.modal {
  position: fixed;
  top: 0;
  right: 5px !important;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
