.center {
  text-align: center; }

.responsive-img {
  min-width: 0;
  max-width: 100%;
  height: auto; }

@font-face {
  font-family: 'icomoon';
  src: url(../fonts/icomoon.ttf); }

.icon {
  font-family: 'icomoon';
  font-style: normal; }

.mail-envelope-open:before {
  content: "\e904"; }

.school:before {
  content: "\e900"; }

.profile:before {
  content: "\e905"; }

.location:before {
  content: "\e906"; }

.location2:before {
  content: "\e907"; }

.user-tie:before {
  content: "\e901"; }

.wrench:before {
  content: "\e908"; }

.briefcase:before {
  content: "\e902"; }

.flag:before {
  content: "\e903"; }

.twitter:before {
  content: "\e909"; }

.cake:before {
  content: "\e90a"; }

.language:before {
  content: "\e9ca"; }

.linkedin:before {
  content: "\eac9"; }

.github:before {
  content: "\eab0"; }

@keyframes circlemove {
  0% {
    background-position: -600px 0; }
  100% {
    background-position: 0 0; } }

@keyframes inanimation {
  0% {
    transform: translate(0px, 100px);
    opacity: 0; }
  100% {
    transform: translate(0px, 0px);
    opacity: 1; } }

@keyframes menuflex {
  0% {
    transform: translate(-50px, 0px);
    opacity: 0; }
  100% {
    transform: translate(0px, 0px);
    opacity: 1; } }

.col {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  clear: both; }
  .col:after {
    content: '';
    clear: both;
    display: block; }

.col > div {
  float: left; }
  .col > div:last-child {
    clear: right; }
  .col > div:first-child {
    clear: left; }

@media screen and (min-width: 0px) {
  .col .s1 {
    width: 8.33333% !important; }
  .col .s2 {
    width: 16.66667% !important; }
  .col .s3 {
    width: 25% !important; }
  .col .s4 {
    width: 33.33333% !important; }
  .col .s5 {
    width: 41.66667% !important; }
  .col .s6 {
    width: 50% !important; }
  .col .s7 {
    width: 58.33333% !important; }
  .col .s8 {
    width: 66.66667% !important; }
  .col .s9 {
    width: 75% !important; }
  .col .s10 {
    width: 83.33333% !important; }
  .col .s11 {
    width: 91.66667% !important; }
  .col .s12 {
    width: 100% !important; } }

@media screen and (min-width: 600px) {
  .col .m1 {
    width: 8.33333% !important; }
  .col .m2 {
    width: 16.66667% !important; }
  .col .m3 {
    width: 25% !important; }
  .col .m4 {
    width: 33.33333% !important; }
  .col .m5 {
    width: 41.66667% !important; }
  .col .m6 {
    width: 50% !important; }
  .col .m7 {
    width: 58.33333% !important; }
  .col .m8 {
    width: 66.66667% !important; }
  .col .m9 {
    width: 75% !important; }
  .col .m10 {
    width: 83.33333% !important; }
  .col .m11 {
    width: 91.66667% !important; }
  .col .m12 {
    width: 100% !important; } }

@media screen and (min-width: 1200px) {
  .col .l1 {
    width: 8.33333% !important; }
  .col .l2 {
    width: 16.66667% !important; }
  .col .l3 {
    width: 25% !important; }
  .col .l4 {
    width: 33.33333% !important; }
  .col .l5 {
    width: 41.66667% !important; }
  .col .l6 {
    width: 50% !important; }
  .col .l7 {
    width: 58.33333% !important; }
  .col .l8 {
    width: 66.66667% !important; }
  .col .l9 {
    width: 75% !important; }
  .col .l10 {
    width: 83.33333% !important; }
  .col .l11 {
    width: 91.66667% !important; }
  .col .l12 {
    width: 100% !important; } }

body {
  background-color: #EAEEFF;
  font-family: 'Open Sans', sans-serif; }

h1, h2, h3, h4, h5 {
  color: #4E4E4E; }

a {
  color: #124e96;
  text-decoration: none; }

ul li {
  list-style: none; }

nav {
  padding: 0px;
  text-align: center;
  position: absolute !important;
  top: 0;
  z-index: 1000;
  transition: all 1s ease; }
  nav.fixed {
    position: fixed !important;
    animation: fromtop 1s ease 0s 1; }

@keyframes fromtop {
  0% {
    top: -60px; }
  100% {
    top: 0px; } }
  nav.color {
    background-color: #124e96; }
    nav.color h1 {
      background-color: #3A3A3A; }
      @media screen and (max-width: 956px) {
        nav.color h1 {
          padding: 2px 60px; }
          nav.color h1:after {
            display: none; } }
      @media screen and (min-width: 600px) {
        nav.color h1:after {
          content: '';
          transition: all 1s ease;
          position: absolute;
          right: 0;
          border-bottom: 21px solid #3A3A3A;
          border-left: 21px solid #3A3A3A;
          border-top: 21px solid #124e96;
          border-right: 21px solid #124e96; } }
  nav h1 {
    transition: all 1s ease;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    color: white;
    display: block; }
    nav h1:after {
      content: '';
      transition: all 1s ease; }
  nav ul {
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
    line-height: 2em;
    padding-left: 0; }
    nav ul li {
      padding-bottom: 2px;
      display: inline-block;
      padding-right: 18px; }
      nav ul li:last-child {
        padding-right: 0px; }
      nav ul li a {
        color: white;
        line-height: 2em;
        font-size: 1.3em; }
        nav ul li a .icon {
          padding-right: 7px; }
  nav .language-selection {
    position: relative; }
    nav .language-selection:hover {
      cursor: pointer; }
      nav .language-selection:hover > ul {
        display: block; }
    nav .language-selection ul {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #EAEEFF;
      color: #604F4F;
      border-radius: 10px; }
      nav .language-selection ul li {
        margin: 0 !important;
        padding: 0px 20px !important; }
        nav .language-selection ul li a {
          color: #604F4F; }
        nav .language-selection ul li:hover > a {
          cursor: pointer;
          color: #124e96; }

section.presentation {
  position: relative;
  padding: 130px 5px 100px 5px;
  background: url(../img/galaxy.jpg) no-repeat center center fixed;
  background-size: cover; }
  section.presentation:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: radial-gradient(#EAEEFF 30px, transparent 30px);
    background-size: 60px 60px;
    width: 100%;
    height: 30px;
    animation: circlemove 1.3s ease-out 0s 1; }
  section.presentation .welcome {
    color: #604F4F;
    font-size: 2.5em; }
  section.presentation .title {
    color: white; }
  section.presentation .container {
    max-width: 600px !important;
    margin: 0 auto; }
    section.presentation .container h2, section.presentation .container p {
      margin: 0 !important; }
    section.presentation .container .right {
      margin-left: 10px; }
    section.presentation .container .box {
      background-color: rgba(255, 255, 255, 0.9);
      box-shadow: 0 0 17px -9px;
      border-left: rgba(18, 78, 150, 0.55) solid 8px;
      padding: 12px;
      margin-top: 40px;
      margin-bottom: 60px;
      animation: inanimation 1s ease 0s 1; }
      section.presentation .container .box .icon {
        color: #5c5c5c;
        margin-right: 10px; }
      section.presentation .container .box h2 {
        color: #4F5B5F; }

section.studies {
  position: relative;
  width: 100%;
  display: block;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 40px 0px; }
  section.studies .content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0px 5px; }
    section.studies .content .timeline {
      background-image: repeating-linear-gradient(to right, transparent, transparent 20px, #EAEEFF 20px, #EAEEFF 40px), linear-gradient(#EAEEFF 98%, transparent 98%), linear-gradient(to right, transparent, transparent 8.46%, #BBDAF2 8.46%, #BBDAF2 91.9%, transparent 91.9%), p;
        background-image-margin: 0; }
      section.studies .content .timeline h3 {
        margin: 10px; }
    section.studies .content .timeline:last-child {
      background-image: none; }
    section.studies .content .year-container {
      background-image: linear-gradient(90deg, transparent, transparent 49%, #BBDAF2 49%, #BBDAF2 51%, transparent 51%); }
    section.studies .content .year {
      display: inline-block;
      background-image: url("../img/bluebackground.jpg");
      background-color: #124e96;
      background-attachment: fixed;
      color: white;
      border-radius: 50%;
      padding: 40px 10px;
      border: solid 5px white; }
    section.studies .content .timeline-description {
      position: relative;
      margin: 16px auto;
      padding: 10px 10px;
      background-color: white;
      border-radius: 5px;
      box-shadow: 0 0 21px -9px black; }
      section.studies .content .timeline-description:before {
        content: '';
        position: absolute;
        left: -33px;
        border-bottom: 20px transparent solid;
        border-right: 20px white solid;
        border-top: 20px transparent solid;
        border-left: 20px transparent solid; }

section.skills {
  background-image: url("../img/bluebackground.jpg");
  background-position: top;
  background-attachment: fixed;
  background-color: #124e96;
  padding: 40px 0px; }
  section.skills .title {
    color: white; }
  section.skills .vermas {
    display: none; }
  section.skills .content {
    text-align: center; }
    section.skills .content .logo {
      display: inline-block;
      margin: 10px auto;
      background-color: #3A3A3A;
      color: white;
      border-radius: 10px;
      overflow: hidden;
      border: 2px solid #3A3A3A;
      position: relative;
      -webkit-user-drag: element; }
      section.skills .content .logo.over {
        background-color: rgba(255, 255, 255, 0.5);
        transform: scale(1.1); }
      section.skills .content .logo:hover {
        transition: all ease 0.3s;
        cursor: move; }
        section.skills .content .logo:hover:before {
          content: '';
          background-color: rgba(18, 78, 150, 0.1);
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          border-radius: 50%;
          animation: beforelogo 1s ease 0s 1;
          transform: scale(2); }

@keyframes beforelogo {
  0% {
    transform: scale(0); }
  80% {
    transform: scale(2); } }
      section.skills .content .logo .description {
        font-size: 1.5em;
        padding: 10px; }
      section.skills .content .logo .csslogo {
        width: 200px;
        height: 200px;
        background-color: #EAEEFF;
        margin: 0 auto;
        background-image: url("../img/iconos.png"); }
        section.skills .content .logo .csslogo.ruby {
          background-position: 0px 0px; }
        section.skills .content .logo .csslogo.ruby_on_rails {
          background-position: -200px 0px; }
        section.skills .content .logo .csslogo.mysql {
          background-position: -400px 0px; }
        section.skills .content .logo .csslogo.vb_net {
          background-position: -600px 0px; }
        section.skills .content .logo .csslogo.html_5 {
          background-position: 0px -200px; }
        section.skills .content .logo .csslogo.css {
          background-position: -200px -200px; }
        section.skills .content .logo .csslogo.sass {
          background-position: -400px -200px; }
        section.skills .content .logo .csslogo.javascript {
          background-position: -600px -200px; }
        section.skills .content .logo .csslogo.coffeescript {
          background-position: -0px -400px; }
        section.skills .content .logo .csslogo.reactjs {
          background-position: -200px -400px; }
        section.skills .content .logo .csslogo.android {
          background-position: -400px -400px; }
        section.skills .content .logo .csslogo.linux {
          background-position: -600px -400px; }

section.contact {
  margin: 0 auto;
  max-width: 1000px;
  padding-bottom: 100px;
  padding: 50px;
  padding-top: 0; }
  section.contact .contact-form .form-control {
    margin-bottom: 10px !important; }
    section.contact .contact-form .form-control input, section.contact .contact-form .form-control textarea {
      width: 100%;
      border: none;
      box-shadow: 0 0 3px #dadada;
      padding: 10px; }
  section.contact .contact-form label {
    display: block;
    width: 100%; }
  section.contact .contact-form input[type='submit'] {
    background: #4581c9;
    border: none;
    box-shadow: 0 0 3px #dadada;
    padding: 10px;
    text-align: center;
    color: white;
    margin: 0 auto;
    display: block;
    padding-left: 30px;
    padding-right: 30px; }

section.portfolio {
  padding: 50px 0;
  background-color: #3A3A3A; }
  section.portfolio .title {
    margin-bottom: 0px;
    color: white; }
  section.portfolio .marginproject {
    padding: 30px; }
  section.portfolio .project {
    background-color: white;
    box-shadow: 0px 0px 18px -2px black;
    display: inline-block;
    margin: 10px 0px;
    width: 100%;
    min-height: 440px;
    border-radius: 4px; }
    section.portfolio .project:hover {
      transform: scale(1.05); }
    section.portfolio .project img {
      max-width: 100%; }
    section.portfolio .project h3 {
      color: #3A3A3A;
      margin-bottom: 0; }
    section.portfolio .project p {
      color: #3A3A3A;
      margin-top: 0px;
      margin-bottom: 0px;
      padding-left: 4px;
      padding-right: 4px; }
    section.portfolio .project .tags {
      margin: 5px 20px 10px; }
      section.portfolio .project .tags span {
        padding: 5px;
        margin: 3px 0;
        background-color: #ececec;
        margin: 0 2px;
        font-size: 0.8em;
        text-transform: uppercase; }

footer {
  background-color: #3A3A3A;
  padding: 0 0 40px; }
  footer ul {
    text-align: center;
    margin: 0; }
    footer ul li {
      display: inline; }
      footer ul li a {
        font-size: 1.5em;
        margin: 10px;
        color: white; }
        footer ul li a:hover {
          color: #8fc1f9; }

.title {
  font-size: 2.5em;
  color: #604F4F; }

@media screen and (min-width: 600px) {
  .menuflexbtn {
    display: none; }
  .studies .content .col:nth-child(2n) .timeline-description:before {
    left: auto;
    right: -33px !important;
    border-left-color: white;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent; }
  .studies .content .col:nth-child(2n) .m2 {
    float: right; }
  .studies .content .col:nth-child(2n) .m10 {
    clear: none; } }

@media screen and (max-width: 600px) {
  nav h1 {
    padding-right: 0px;
    margin-left: 50px;
    padding: 0px 0px !important; }
  nav.color h1 {
    background-color: #124e96 !important; }
  nav .right {
    display: none; }
  nav .icon {
    display: block;
    line-height: 19px;
    margin-top: 20px; }
  nav .language-selection:hover > ul {
    display: inline-block; }
  nav .language-selection ul {
    display: inline-block;
    position: relative;
    background-color: transparent; }
    nav .language-selection ul li {
      display: inline-block;
      font-size: 16px !important;
      padding: 0 !important;
      color: white; }
  #menuflexbtn {
    width: 40px;
    height: 32px;
    position: fixed;
    top: 6px;
    left: 5px;
    right: 0;
    display: inline-block;
    z-index: 100000;
    cursor: pointer; }
    #menuflexbtn.x span:nth-child(1) {
      transform: rotate(45deg);
      top: 11px; }
    #menuflexbtn.x span:nth-child(2) {
      right: -60px;
      opacity: 0; }
    #menuflexbtn.x span:nth-child(3) {
      transform: rotate(-225deg);
      top: 11px; }
    #menuflexbtn span {
      width: 100%;
      height: 8px;
      background-color: white;
      border-radius: 20px;
      position: absolute;
      transition: all 0.5s ease;
      z-index: 0;
      right: 0;
      top: 0; }
      #menuflexbtn span:nth-child(2) {
        top: 12px; }
      #menuflexbtn span:nth-child(3) {
        top: 24px; }
  #menuflex {
    position: fixed;
    z-index: 1000;
    height: 100%;
    display: none;
    left: 0; }
    #menuflex.show {
      display: inline-block;
      animation: menuflex 0.5s ease 0s 1; }
    #menuflex .options {
      height: 100vh;
      width: 100vw;
      display: flex;
      z-index: 100000;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      margin: 0;
      padding: 0; }
      #menuflex .options > li {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        min-width: 100%;
        text-align: center;
        font-size: 2em;
        background-color: rgba(58, 58, 58, 0.96);
        border-bottom: 1px dashed black; }
        #menuflex .options > li:active {
          background-color: white !important; }
          #menuflex .options > li:active a {
            color: #3A3A3A; }
        #menuflex .options > li a {
          flex: 1;
          color: white; }
  .presentation .box {
    text-align: center;
    display: block !important;
    width: auto !important;
    max-width: 250px;
    margin: 0 auto; }
    .presentation .box .data {
      text-align: left; }
  .studies .content .timeline-description {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    background-color: red; }
    .studies .content .timeline-description:before {
      border: none !important; }
  .skills {
    max-height: 950px;
    overflow: hidden;
    position: relative;
    text-align: center; }
    .skills.show {
      transition: all 3s ease;
      max-height: none; }
    .skills .vermas {
      background-color: gray;
      bottom: 0px;
      color: white;
      cursor: pointer;
      display: block !important;
      font-size: 1.4em;
      font-weight: bold;
      left: 0;
      padding: 20px 5px;
      position: absolute;
      width: 100%; }
      .skills .vermas.none {
        display: none !important; } }
