html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  border: 0;
}
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  width: 100%;
}
a {
  color: #d4d4d4;
  text-decoration: none;
}
body,
html {
  height: 100%;
  width: 100%;
}
body {
  color: #d4d4d4;
  font-family: 'Raleway', Helvetica, Arial;
  font-size: 16px;
  font-weight: 300;
}
ul {
  list-style: none;
}
.container {
  max-width: 80em;
  margin: 0 auto;
  width: 100%;
}
.container-center-page {
  max-width: 80em;
  margin: 0 auto;
  width: 100%;
}
.relative {
  position: relative;
}
.full-h {
  height: 100%;
}
.header {
  background-color: #1f212e;
  color: #4c5171;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
.header .btn-menu {
  background-color: #2a2d3f;
  cursor: pointer;
  display: table;
  float: right;
  height: 72px;
  text-align: center;
  width: 72px;
}
.header .btn-menu .icon {
  display: table-cell;
  font-size: 0.8em;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  vertical-align: middle;
}
.header .btn-menu:hover .icon {
  color: #d9fb54;
}
.header .content-logo {
  display: block;
  float: left;
}
.header .content-logo .logo {
  background: url("../img/logo.svg") no-repeat center;
  display: block;
  height: 72px;
  position: relative;
  text-indent: -9999px;
  width: 72px;
}
.header .content-logo .logo:after {
  border: 2px solid #d9fb54;
  content: "";
  display: block;
  height: 34px;
  left: 50%;
  margin: -16px 0 0 -17px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  width: 34px;
}
.header .content-logo .logo:hover:after {
  -webkit-transform: rotate(45deg) rotate3d(1, 1, 0, 180deg);
  -moz-transform: rotate(45deg) rotate3d(1, 1, 0, 180deg);
  -ms-transform: rotate(45deg) rotate3d(1, 1, 0, 180deg);
  -o-transform: rotate(45deg) rotate3d(1, 1, 0, 180deg);
  transform: rotate(45deg) rotate3d(1, 1, 0, 180deg);
}
.header .content-tweets {
  display: none;
  float: right;
  font-size: 13px;
  height: 72px;
  overflow: hidden;
  position: relative;
  text-align: right;
  width: 450px;
  z-index: 1;
}
.header .content-tweets #tweets {
  height: 72px;
  position: relative;
}
.header .content-tweets #tweets .wrap-tweet {
  display: inline-block;
  height: 72px;
  vertical-align: middle;
  width: 100%;
}
.header .content-tweets #tweets .wrap-tweet .tweet {
  display: table;
  height: 72px;
  width: 100%;
}
.header .content-tweets #tweets .wrap-tweet .tweet .data-tweet {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.header .content-tweets #tweets .wrap-tweet .tweet .data-tweet a.tweet-link {
  color: #d9fb54;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .content-tweets #tweets .wrap-tweet .tweet .data-tweet a.tweet-link:hover {
  color: #b3d23b;
}
.header .icon-tweet {
  display: none;
  float: right;
  height: 72px;
}
.header .icon-tweet i {
  color: #d9fb54;
  display: table-cell;
  font-size: 1.5em;
  padding: 0 1em;
  vertical-align: middle;
}
.backdrop,
.backdrop-light {
  background-color: rgba(0,0,0,0.3);
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.backdrop-light {
  background-color: rgba(255,255,255,0.3);
}
.page-me {
  background-image: url("../img/bg5.jpg");
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.page-me .info-me {
  text-align: center;
}
.page-me .info-me .wrap-me {
  display: inline-block;
  width: 320px;
  height: 320px;
  position: relative;
}
.page-me .info-me .wrap-me:after {
  border: 2px solid #d9fb54;
  background: #1f212e;
  content: "";
  display: block;
  height: 320px;
  position: absolute;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  width: 320px;
  z-index: 2;
}
.page-me .info-me .wrap-me:before {
  border: 2px solid #d9fb54;
  background: #1f212e;
  content: "";
  display: block;
  height: 200px;
  margin: 120px 0 0 120px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0.85;
  filter: alpha(opacity=0.85);
  width: 200px;
  z-index: 1;
}
.page-me .info-me .wrap-me .cubo-1,
.page-me .info-me .wrap-me .cubo-2,
.page-me .info-me .wrap-me .cubo-3 {
  border: 2px solid #d9fb54;
  background: #1f212e;
  content: "";
  display: block;
  height: 200px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0.85;
  filter: alpha(opacity=0.85);
  width: 200px;
  z-index: 1;
}
.page-me .info-me .wrap-me .cubo-1 {
  margin: 0 0;
}
.page-me .info-me .wrap-me .cubo-2 {
  margin: 0 0 0 120px;
}
.page-me .info-me .wrap-me .cubo-3 {
  margin: 120px 0px 0px 0px;
}
.page-me .info-me .wrap-me .content-data {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
}
.page-me .info-me .wrap-me .content-data .avatar {
  border: 2px solid #d9fb54;
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 140px;
  width: 140px;
  overflow: hidden;
}
.page-me .info-me .wrap-me .content-data .name {
  font-size: 2.5em;
  line-height: 0.95em;
  font-weight: 100;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.page-me .info-me .wrap-me .content-data .name b {
  font-weight: 600;
}
.page-me .info-me .wrap-me .content-data .campus {
  color: #d4d4d4;
  font-size: 1.5em;
  line-height: 0.95em;
  font-weight: 100;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.page-me .info-me .wrap-me .content-data .campus b {
  font-weight: 600;
}
.page-me .info-me .wrap-me .content-data .qualities {
  color: #b3d23b;
  display: inline-block;
  margin: 1em 0;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
}
.page-works {
  height: 100%;
  padding-top: 72px;
  width: 100%;
}
.page-works .left-work {
  position: absolute !important;
  top: 0;
  bottom: 0;
  right: 0;
}
.page-works .left-work .subtitle-section {
  color: #fff;
  font-size: 1.25em;
  font-weight: 800;
}
.page-works .left-work .logo-sidebar-work {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.page-works .left-work .logo-sidebar-work img {
  background-color: transparent !important;
}
.page-works .left-work .link-project {
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: 800;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.page-works .left-work .link-project:hover {
  color: rgba(255,255,255,0.8);
}
.page-works .left-work .go-back {
  position: absolute;
  z-index: 2;
  height: 72px;
  width: 100%;
  display: table;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.page-works .left-work .go-back i {
  vertical-align: middle;
  display: table-cell;
  font-size: 3em;
  -webkit-transition: all 0.8s cubic-bezier(0.5, 0, 0.175, 1);
  -moz-transition: all 0.8s cubic-bezier(0.5, 0, 0.175, 1);
  -ms-transition: all 0.8s cubic-bezier(0.5, 0, 0.175, 1);
  -o-transition: all 0.8s cubic-bezier(0.5, 0, 0.175, 1);
  transition: all 0.8s cubic-bezier(0.5, 0, 0.175, 1);
}
.page-works .left-work .go-back:hover {
  background-color: rgba(0,0,0,0.25);
}
.page-works .left-work .go-back:hover i {
  -webkit-transform: translateX(-0.25em);
  -moz-transform: translateX(-0.25em);
  -ms-transform: translateX(-0.25em);
  -o-transform: translateX(-0.25em);
  transform: translateX(-0.25em);
}
.page-works .left-work .list-platforms {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 0.5em 0;
}
.page-works .left-work .list-platforms li {
  display: inline-block;
  margin: 0 0.5em;
  color: #fff;
}
.page-works .left-content {
  width: 40%;
  float: left;
  height: 100%;
  position: fixed;
  left: 0;
}
.page-works .left-content .text-work {
  margin: 0 auto;
  width: 80%;
}
.page-works .right-content {
  background-color: #fff;
  width: 60%;
  float: right;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-animation: fadeInWorks 1s 1.5s ease backwards;
  -moz-animation: fadeInWorks 1s 1.5s ease backwards;
  -ms-animation: fadeInWorks 1s 1.5s ease backwards;
  -o-animation: fadeInWorks 1s 1.5s ease backwards;
  animation: fadeInWorks 1s 1.5s ease backwards;
  -webkit-transition: 0.8s cubic-bezier(0.5, 0, 0.175, 1);
  -moz-transition: 0.8s cubic-bezier(0.5, 0, 0.175, 1);
  -ms-transition: 0.8s cubic-bezier(0.5, 0, 0.175, 1);
  -o-transition: 0.8s cubic-bezier(0.5, 0, 0.175, 1);
  transition: 0.8s cubic-bezier(0.5, 0, 0.175, 1);
}
.page-works .right-content .grid-works {
  display: block;
  width: 100%;
}
.page-works .right-content .grid-works .work {
  width: 100%;
  float: left;
  line-height: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.page-works .right-content .grid-works .work .image-work {
  -webkit-transition: all 0.4s 0.2s cubic-bezier(0.5, 0, 0.175, 1) !important;
  -moz-transition: all 0.4s 0.2s cubic-bezier(0.5, 0, 0.175, 1) !important;
  -ms-transition: all 0.4s 0.2s cubic-bezier(0.5, 0, 0.175, 1) !important;
  -o-transition: all 0.4s 0.2s cubic-bezier(0.5, 0, 0.175, 1) !important;
  transition: all 0.4s 0.2s cubic-bezier(0.5, 0, 0.175, 1) !important;
}
.page-works .right-content .grid-works .work .color-work {
  height: 100%;
  opacity: 0.7;
  filter: alpha(opacity=0.7);
  position: absolute;
  left: 100%;
  top: 0;
  -webkit-transition: 0.3s 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: 0.3s 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: 0.3s 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: 0.3s 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 0.3s 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  width: 100%;
}
.page-works .right-content .grid-works .work .logo-work {
  background-color: transparent !important;
  position: absolute;
  right: 4%;
  top: 50%;
  max-height: 90px;
  margin-top: -45px;
  max-width: 315px;
}
.page-works .right-content .grid-works .work .buttons-work {
  position: absolute;
  left: 100%;
  padding: 0 1em 1em;
  bottom: 0;
  -webkit-transition: all 0.4s 0.3s cubic-bezier(1, 0, 0.175, 1);
  -moz-transition: all 0.4s 0.3s cubic-bezier(1, 0, 0.175, 1);
  -ms-transition: all 0.4s 0.3s cubic-bezier(1, 0, 0.175, 1);
  -o-transition: all 0.4s 0.3s cubic-bezier(1, 0, 0.175, 1);
  transition: all 0.4s 0.3s cubic-bezier(1, 0, 0.175, 1);
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
}
.page-works .right-content .grid-works .work .buttons-work ul {
  list-style: none;
  float: right;
}
.page-works .right-content .grid-works .work .buttons-work ul li {
  float: left;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border: thin solid #fff;
  margin-left: 15px;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.page-works .right-content .grid-works .work .buttons-work ul li i {
  font-size: 20px;
  color: #fff;
  line-height: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.page-works .right-content .grid-works .work .buttons-work ul li:hover {
  background-color: #fff;
}
.page-works .right-content .grid-works .work .buttons-work ul li:hover i {
  color: #1f212e;
}
.page-works .right-content .grid-works .work:hover .color-work {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0.9;
  filter: alpha(opacity=0.9);
}
.page-works .right-content .grid-works .work:hover .image-work {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.page-works .right-content .grid-works .work:hover .buttons-work {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 1;
  filter: alpha(opacity=1);
}
.page-works .right-content .grid-works .header-work {
  display: inline-block;
  width: 100%;
  position: relative;
  height: 150px;
  overflow: hidden;
}
.page-works .right-content .grid-works .header-work .img-header-work {
  display: inline-block;
}
.page-works .right-content .grid-works .header-work .overlay-header-work {
  background-image: -webkit-linear-gradient(to bottom, rgba(237,237,237,0) 0%, rgba(246,246,246,0.53) 50%, #fff 100%);
  background-image: -moz-linear-gradient(to bottom, rgba(237,237,237,0) 0%, rgba(246,246,246,0.53) 50%, #fff 100%);
  background-image: -ms-linear-gradient(to bottom, rgba(237,237,237,0) 0%, rgba(246,246,246,0.53) 50%, #fff 100%);
  background-image: -o-linear-gradient(to bottom, rgba(237,237,237,0) 0%, rgba(246,246,246,0.53) 50%, #fff 100%);
  background-image: linear-gradient(to bottom, rgba(237,237,237,0) 0%, rgba(246,246,246,0.53) 50%, #fff 100%);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
}
.page-works .right-content .grid-works .header-work .title-header-work {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  color: #2a2d3f;
  font-size: 2em;
  padding: 0.5em 1em;
  font-weight: 800;
}
.page-works .right-content .grid-works .wrap-info-work {
  display: inline-block;
  padding: 2em;
  width: 100%;
  color: #4c5171;
}
.page-works .right-content .grid-works .wrap-info-work h2 {
  margin-bottom: 0.5em;
}
.page-works .right-content .grid-works .wrap-info-work p {
  margin-bottom: 1em;
}
.page-works .right-content .grid-works .wrap-info-work .list-tech {
  display: inline-block;
  text-align: left;
  width: 100%;
}
.page-works .right-content .grid-works .wrap-info-work .list-tech li {
  border: thin solid #4c5171;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #4c5171;
  display: inline-block;
  font-weight: 800;
  margin: 0.5em 0.5em;
  padding: 1em;
}
.page-talk {
  background-image: url("../img/bg-talk.jpg");
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.page-talk .list-social-media {
  width: 100%;
  margin-top: 1em;
  text-align: center;
}
.page-talk .list-social-media li {
  display: inline-block;
}
.page-talk .list-social-media li .social {
  color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: table;
  height: 5em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 5em;
}
.page-talk .list-social-media li .social .social-center {
  display: table-cell;
  vertical-align: middle;
}
.page-talk .list-social-media li .social .social-center i {
  font-size: 2em;
  text-shadow: 2px 2px 0 rgba(0,0,0,0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 0.6em;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  width: 100%;
  left: 0;
  top: -3px;
}
.page-talk .list-social-media li .social .social-center .name-social {
  color: #fff;
  font-size: 0.8em;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
}
.page-talk .list-social-media li .social:hover .social-center i {
  -webkit-animation: animateSocialLink 0.6s infinite linear;
  -moz-animation: animateSocialLink 0.6s infinite linear;
  -ms-animation: animateSocialLink 0.6s infinite linear;
  -o-animation: animateSocialLink 0.6s infinite linear;
  animation: animateSocialLink 0.6s infinite linear;
}
.page-talk .list-social-media li .twitter {
  background-color: #4099ff;
}
.page-talk .list-social-media li .twitter:hover {
  background-color: #3988e4;
  -webkit-box-shadow: inset 0px 0px 0px 10px rgba(0,0,0,0.3);
  box-shadow: inset 0px 0px 0px 10px rgba(0,0,0,0.3);
}
.page-talk .list-social-media li .facebook {
  background-color: #3b5998;
}
.page-talk .list-social-media li .facebook:hover {
  background-color: #344f87;
  -webkit-box-shadow: inset 0px 0px 0px 10px rgba(0,0,0,0.3);
  box-shadow: inset 0px 0px 0px 10px rgba(0,0,0,0.3);
}
.page-talk .list-social-media li .linkedin {
  background-color: #2768a8;
}
.page-talk .list-social-media li .linkedin:hover {
  background-color: #225d96;
  -webkit-box-shadow: inset 0px 0px 0px 10px rgba(0,0,0,0.3);
  box-shadow: inset 0px 0px 0px 10px rgba(0,0,0,0.3);
}
.page-talk .list-social-media li .google {
  background-color: #cc2127;
}
.page-talk .list-social-media li .google:hover {
  background-color: #b61d22;
  -webkit-box-shadow: inset 0px 0px 0px 10px rgba(0,0,0,0.3);
  box-shadow: inset 0px 0px 0px 10px rgba(0,0,0,0.3);
}
.page-talk .list-social-media li .email {
  background-color: #4c5171;
}
.page-talk .list-social-media li .email:hover {
  background-color: #2a2d3f;
  -webkit-box-shadow: inset 0px 0px 0px 10px rgba(0,0,0,0.3);
  box-shadow: inset 0px 0px 0px 10px rgba(0,0,0,0.3);
}
.contactForm {
  display: block;
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
}
.wrapper {
  height: 100%;
  width: 100%;
}
.padding-top {
  padding-top: 72px;
}
.content-center {
  display: table;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.content-center .row-center {
  display: table-cell;
  vertical-align: middle;
}
.title-section {
  color: #404d5b;
  font-weight: 800;
  margin: 0;
  text-align: center;
}
.title-green {
  color: #d9fb54;
}
.subtitle-section {
  color: #c3c8cd;
  font-weight: 400;
  text-align: center;
}
.modal {
  background-color: #2a2d3f;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  display: none;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}
.modal .close-modal {
  color: #4c5171;
  cursor: pointer;
  font-size: 3em;
  position: absolute;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: thin solid #4c5171;
  display: table;
  top: 20px;
  right: 20px;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modal .close-modal i {
  display: table-cell;
  vertical-align: middle;
}
.modal .close-modal:hover {
  color: #c3c8cd;
  border-color: #c3c8cd;
  -webkit-border-radius: 10%;
  border-radius: 10%;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.modal .close-modal-mobile {
  background-color: #d9fb54;
  color: #b3d23b;
  font-weight: 800;
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  padding: 1em 0;
  text-align: center;
  display: none;
}
.modal .modal-body {
  display: table-cell;
  vertical-align: middle;
  padding: 1em 0;
  width: 100%;
}
.modal .modal-body .content-body {
  margin: 0 auto;
  text-align: center;
  width: 90%;
}
.show-modal {
  display: table;
}
/* Overlay style */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(153,204,51,0.9);
  z-index: 99999;
/* Overlay closing cross */
}
.overlay .overlay-close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 20px;
  overflow: hidden;
  border: none;
  background: url("../img/cross.png") no-repeat center center;
  text-indent: 200%;
  color: transparent;
  outline: none;
  z-index: 100;
}
/* Menu style */
.overlay nav {
  text-align: center;
  position: relative;
  top: 50%;
  height: 60%;
  -webkit-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  height: 100%;
  position: relative;
}
.overlay ul li {
  display: block;
  height: 20%;
  height: calc(20%);
  min-height: 54px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.overlay ul li a {
  display: block;
  color: #fff;
  -webkit-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
/* Effects */
.overlay-slidedown {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
  -webkit-transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
  -moz-transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
  -ms-transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
  -o-transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
  transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}
.overlay-slidedown.open {
  visibility: visible;
  -webkit-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  -webkit-transition: transform 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out;
  -ms-transition: transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}
/* INPUTS STYLE - CONTACT FORM*/
.input {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 1em 0;
  max-width: 400px;
  width: 100%;
  vertical-align: top;
}
.input__field {
  position: relative;
  display: block;
  float: right;
  padding: 0.8em;
  width: 60%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #f0f0f0;
  color: #aaa;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-appearance: none;
/* for box shadows to show on iOS */
}
.input__field:focus {
  outline: none;
}
.input__label {
  display: inline-block;
  float: right;
  padding: 0 1em;
  width: 40%;
  color: #6a7989;
  font-weight: bold;
  font-size: 90%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.input__label-content {
  position: relative;
  display: block;
  padding: 1.6em 0;
  width: 100%;
}
/* Juro */
.input--juro {
  overflow: hidden;
}
.input__field--juro {
  position: absolute;
  z-index: 100;
  padding: 2.8em 1em 0;
  width: 100%;
  background: transparent;
  color: #404d5b;
  font-size: 0.85em;
}
.textarea__field--juro {
  height: 100%;
}
.textarea__label--juro {
  min-height: 200px;
}
.input__label--juro {
  padding: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: left;
}
.input__label-content--juro {
  padding: 1.5em 1em 2em;
  -webkit-transform-origin: 0% 80%;
  transform-origin: 0% 80%;
  -webkit-transition: -webkit-transform 0.3s, color 0.3s;
  -webkit-transition: transform 0.3s, color 0.3s;
  -moz-transition: transform 0.3s, color 0.3s;
  -ms-transition: transform 0.3s, color 0.3s;
  -o-transition: transform 0.3s, color 0.3s;
  transition: transform 0.3s, color 0.3s;
  text-rendering: geometricPrecision;
}
.input__label--juro::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0px solid transparent;
  -webkit-transition: border-width 0.3s, border-color 0.3s;
  -webkit-transition: border-width 0.3s, border-color 0.3s;
  -moz-transition: border-width 0.3s, border-color 0.3s;
  -ms-transition: border-width 0.3s, border-color 0.3s;
  -o-transition: border-width 0.3s, border-color 0.3s;
  transition: border-width 0.3s, border-color 0.3s;
}
.input__field--juro:focus + .input__label--juro::before,
.input--filled .input__label--juro::before {
  border-width: 8px;
  border-color: #4c5171;
  border-top-width: 2em;
}
.input__field--juro:focus + .input__label--juro .input__label-content--juro,
.input--filled .input__label--juro .input__label-content--juro {
  color: #fff;
  -webkit-transform: translate3d(0, -1.5em, 0) scale3d(0.75, 0.75, 1);
  -webkit-transform: translate3d(0, -1.5em, 0) scale3d(0.75, 0.75, 1) translateZ(1px);
  -moz-transform: translate3d(0, -1.5em, 0) scale3d(0.75, 0.75, 1) translateZ(1px);
  -ms-transform: translate3d(0, -1.5em, 0) scale3d(0.75, 0.75, 1) translateZ(1px);
  -o-transform: translate3d(0, -1.5em, 0) scale3d(0.75, 0.75, 1) translateZ(1px);
  transform: translate3d(0, -1.5em, 0) scale3d(0.75, 0.75, 1) translateZ(1px);
}
.help-block {
  color: #d9fb54;
  font-size: 0.8em;
}
.btn-submit-contact {
  background-color: #d9fb54;
  color: #1f212e;
  font-weight: 800;
  padding: 1em 0;
  text-align: center;
  margin: 1em 0;
  max-width: 400px;
  outline: none;
  width: 100%;
}
@media screen and (max-height: 30.5em) {
  .overlay nav {
    height: 70%;
    font-size: 34px;
  }
  .overlay ul li {
    min-height: 34px;
  }
}
@media screen and (max-width: 768px) {
  .page-works .left-work .go-back {
    position: initial;
  }
  .page-works .left-content {
    width: 100%;
    height: auto;
    position: relative !important;
    padding: 2em;
  }
  .page-works .left-content .content-center {
    position: initial;
  }
  .page-works .right-content {
    height: auto;
    width: 100%;
  }
  .page-works .right-content .logo-work {
    max-width: 250px !important;
  }
  .page-works .right-content .grid-works .work .color-work {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0.7;
    filter: alpha(opacity=0.7);
  }
  .page-works .right-content .grid-works .work .buttons-work {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 1;
    filter: alpha(opacity=1);
  }
  .page-works .right-content .grid-works .work .buttons-work ul {
    float: left;
  }
}
@media screen and (min-width: 670px) {
  .header .content-tweets {
    display: inline-block;
  }
  .header .icon-tweet {
    display: table;
  }
}
@media screen and (max-width: 480px) {
  .container-center-page {
    width: 90%;
  }
  .page-me .info-me .wrap-me {
    height: 230.4px;
    width: 230.4px;
  }
  .page-me .info-me .wrap-me:after {
    height: 230.4px;
    width: 230.4px;
  }
  .page-me .info-me .wrap-me:before {
    height: 144px;
    margin: 86.4px 0 0 86.4px;
    width: 144px;
  }
  .page-me .info-me .wrap-me .cubo-1,
  .page-me .info-me .wrap-me .cubo-2,
  .page-me .info-me .wrap-me .cubo-3 {
    height: 144px;
    width: 144px;
  }
  .page-me .info-me .wrap-me .cubo-2 {
    margin: 0 0 0 86.4px;
  }
  .page-me .info-me .wrap-me .cubo-3 {
    margin: 86.4px 0px 0px 0px;
  }
  .page-me .info-me .wrap-me .content-data .name {
    font-size: 1.6em;
  }
  .page-me .info-me .wrap-me .content-data .campus {
    color: #d4d4d4;
    font-size: 0.8em;
  }
  .page-me .info-me .wrap-me .content-data .qualities {
    margin: 0.5em 0;
    font-size: 0.9em;
  }
  .modal .close-modal {
    display: none;
  }
  .modal .close-modal-mobile {
    display: block;
  }
  .modal .modal-body {
    padding-top: 4em;
  }
  .modal .modal-body .title-section {
    font-size: 1.5em;
  }
  .modal .modal-body .subtitle-section {
    font-size: 1em;
  }
  .page-talk .list-social-media li .social {
    height: 3em;
    width: 3em;
  }
  .page-talk .list-social-media li .social .social-center i {
    margin-top: 0;
    font-size: 1.5em;
  }
  .page-talk .list-social-media li .social .social-center .name-social {
    display: none;
  }
}
@-moz-keyframes animateSocialLink {
  0% {
    top: -3px;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  40% {
    top: -4px;
    left: 0;
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
    transform: rotate(-7deg);
    font-size: 2.4em;
  }

  70% {
    top: -3px;
    left: 1px;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
    font-size: 2.2em;
  }

  100% {
    top: -3px;
    left: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    font-size: 2em;
  }
}
@-webkit-keyframes animateSocialLink {
  0% {
    top: -3px;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  40% {
    top: -4px;
    left: 0;
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
    transform: rotate(-7deg);
    font-size: 2.4em;
  }

  70% {
    top: -3px;
    left: 1px;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
    font-size: 2.2em;
  }

  100% {
    top: -3px;
    left: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    font-size: 2em;
  }
}
@-o-keyframes animateSocialLink {
  0% {
    top: -3px;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  40% {
    top: -4px;
    left: 0;
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
    transform: rotate(-7deg);
    font-size: 2.4em;
  }

  70% {
    top: -3px;
    left: 1px;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
    font-size: 2.2em;
  }

  100% {
    top: -3px;
    left: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    font-size: 2em;
  }
}
@-ms-keyframes animateSocialLink {
  0% {
    top: -3px;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  40% {
    top: -4px;
    left: 0;
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
    transform: rotate(-7deg);
    font-size: 2.4em;
  }

  70% {
    top: -3px;
    left: 1px;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
    font-size: 2.2em;
  }

  100% {
    top: -3px;
    left: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    font-size: 2em;
  }
}
@keyframes animateSocialLink {
  0% {
    top: -3px;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  40% {
    top: -4px;
    left: 0;
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
    transform: rotate(-7deg);
    font-size: 2.4em;
  }

  70% {
    top: -3px;
    left: 1px;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
    font-size: 2.2em;
  }

  100% {
    top: -3px;
    left: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    font-size: 2em;
  }
}
@-moz-keyframes fadeInWorks {
  0% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes fadeInWorks {
  0% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-o-keyframes fadeInWorks {
  0% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-ms-keyframes fadeInWorks {
  0% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@keyframes fadeInWorks {
  0% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
