/* palette */
.unstyled-list {
  list-style-type: none;
  padding: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin-top: 0px;
}
body {
  font-family: "Lato", "Helvetica Neue", sans-serif;
}
.avatar {
  border-radius: 50%;
  width: 170px;
  border: 5px solid rgba(0, 0, 0, 0.5);
}
header {
  background: #2c3e50 url('https://scontent.fmex14-1.fna.fbcdn.net/v/t1.0-9/3468_445516642179279_1905127033_n.jpg?_nc_cat=0&_nc_eui2=v1%3AAeFWIGvRje97ekk4G5sM9w8huEBQbZeFp0HwsWdmuuGuxkhOyDLeJTVgXF8DDU3dgrcXLkaKHCixDPmziuzi7ChSUzyTYhx9iMAnVf7sIPNCfQ&oh=361fedafdc53c94292511a21e1e4de2d&oe=5B71714F') no-repeat no-repeat center center;
  background-size: cover;
  color: white;
  text-shadow: black 0px 0px 3px;
  text-align: center;
  position: relative;
}
.container{
  padding-bottom: 40px;
}
header h1 {
  font-weight: 900;
}
header h2 {
  font-size: 28px;
}
header ul {
  list-style-type: none;
  padding: 0px;
}
header li {
  display: inline-block;
  margin-right: 20px;
  font-size: 18px;
}
header li i.fa.fa-envelope {
  font-size: 85%;
}
header a,
header a:hover,
header a:active,
header a:focus {
  color: white;
  text-decoration: none;
}
a{
  color: #007eff !important;
}
header > .container {
  padding-top: 40px;
  padding-bottom: 90px;
}
header .circle-icon {
  background-color: #333;
}
.circle-icon {
  box-sizing: content-box;
  border-radius: 50%;
  text-align: center;
  text-shadow: none;
  margin-right: 6px;
  color: white;
}
.circle-icon.circle-xsmall {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.circle-icon.circle-small {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.circle-icon.circle-medium {
  width: 42px;
  height: 42px;
  line-height: 42px;
}
.circle-icon.circle-transparent {
  background-color: rgb(0, 0, 0);
  opacity: 0.5;
  border: 1px solid rgba(0, 0, 0, 0.5);
  /* text-shadow: inherit; */
  /* font-weight: bold; */
  color: #fff;
  font-size: 25px;
  width: 40px;
  height: 40px;
  line-height: 41px;
  -webkit-transition: background-color 1000ms linear;
  -moz-transition: background-color 1000ms linear;
  -o-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
  -webkit-transition: border 500ms linear;
  -moz-transition: border 500ms linear;
  -o-transition: border 500ms linear;
  -ms-transition: border 500ms linear;
  transition: border 500ms linear;
}
.circle-icon.circle-transparent:hover{
  opacity: 1;

  -webkit-transition: opacity 1000ms linear;
  -moz-transition: opacity 1000ms linear;
  -o-transition: opacity 1000ms linear;
  -ms-transition: opacity 1000ms linear;
  transition: opacity 1000ms linear;
  -webkit-transition: border 500ms linear;
  -moz-transition: border 500ms linear;
  -o-transition: border 500ms linear;
  -ms-transition: border 500ms linear;
  transition: border 500ms linear;
  border: 1px solid rgba(0, 0, 0, 1);
}
.period {
  font-weight: 700;
  font-size: 24px;
  color: #bdc3c7;
  line-height: 1.1;
}
.label.label-current {
  font-size: 14px;
  color: #ffcc00;
  border: 1px solid #ffcc00;
  font-weight: normal;
}
.npminstall {
  margin: -10px auto 30px auto;
  padding: 16px;
  overflow: auto;
  line-height: 1.45;
  background-color: #f7f7f7;
  border-radius: 3px;
  font-size: 16px;
  width: 320px;
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
}
.npminstall span.npm {
  color: #a71d5d
}
.npminstall span.save {
  font-style: italic;
}
.npminstall a {
  color: #0086b3 !important;
  text-decoration: underline;
}
.npminstall a:hover {
  color: #999 !important
}
#personal-description .col-desc{
  margin-left: 0px;
  margin:0 auto;
  width: 80%;
  float: none;
}
#personal-description p{
  font-size: 16px;
  text-align: justify;
}
#image-attribution a{
  color: #fff !important;
}
#personal-description,
#professional-experience,
#academic-background,
#complementary-info {
  margin-top: 60px;
}
#professional-experience h2 i,
#academic-background h2 i,
#complementary-info h2 i {
  position: relative;
  top: -0.2em;
}
#professional-experience h2 i.fa-wrench,
#academic-background h2 i.fa-wrench,
#complementary-info h2 i.fa-wrench {
  font-size: 85%;
}
#professional-experience h2 .circle-icon,
#academic-background h2 .circle-icon,
#complementary-info h2 .circle-icon {
  background-color: #000;
}
.section-title i.circle-icon {
  font-size: 0.7em;
}
#technologies_list{
  max-width: 500px;
}
#technologies_list li{
  float: left; display: block;
  margin: 10px 5px; border: 1px solid #007eff;
  padding: 3px 10px;
  border-radius: 4px;
  cursor: default;
}
#skills,
#technologies,
#languages {
  margin-bottom: 30px;
}
#skills ul,
#technologies ul,
#languages ul {
  list-style-type: none;
  padding: 0px;
}

#personal-info h2,
#personal-info ul {
  margin-top: 20px;
}
#personal-info h2 a{
  color: #fff !important;
}
.job,
.level {
  margin-bottom: 30px;
}
.job.last-child,
.level.last-child {
  margin-bottom: 0px;
}
.label-native,
.label-expert,
.label-advanced,
.label-intermediate,
.label-basic {
  border: 1px solid;
  background-color: white;
}
.label-native {
  border-color: #34495e;
  color: #34495e;
}
.label-expert {
  border-color: #2980b9;
  color: #2980b9;
}
.label-advanced {
  border-color: #3498db;
  color: #3498db;
}
.label-intermediate {
  border-color: #1abc9c;
  color: #1abc9c;
}
.label-basic {
  border-color: #2ecc71;
  color: #2ecc71;
}
@media (max-width: 767px) {
  #personal-description .col-desc{
    width: 100%;
  }
  .period {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  #professional-experience h2,
  #academic-background h2,
  #complementary-info h2 {
    margin-bottom: 30px;
  }
  #complementary-info #projects h2{
    margin-bottom: 0px !important;
  }
  #professional-experience h2 i,
  #academic-background h2 i,
  #complementary-info h2 i {
    position: absolute;
    left: -60px;
  }
  .period,
  .subtitle {
    text-align: right;
  }
}
@media (max-width: 991px) {
  header li {
    margin-bottom: 15px;
    margin-right: 10px;
  }
  #avatar-container {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  header {
    text-align: left;
  }
  header > .container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #avatar-container {
    text-align: right;
  }
}
#actions,
#image-attribution {
  position: absolute;
}
#actions {
  top: 15px;
  right: 15px;
}
#image-attribution {
  bottom: 15px;
  right: 15px;
}
.fa-heart {
  font-size: 20px;
}
#projects ul {
  margin: 0px 0px 0px;
  padding: 0px;
}

.project_list{
  clear: both;
  overflow: auto;
  margin: 20px 0;
  list-style-type: none;
}
.project_list.half{
  width: 40%;
  float: left;
  clear: none;
  margin: 20px 20px 20px 0;
}
.project_list p{
  margin: 5px 0;
}
.project_list .name{
  font-size: 20px;
  font-weight: bold;
}
.project_list .description{
  color: #000;
  white-space: pre-line;
  max-width: 500px;
}
.img_project{
  float: left;
  width: 240px;
  border: 1px solid #a4d9ff;
  border-radius: 4px;
  padding: 5px;
  margin: 0 5px 0 0;
}
.img_project img{
  width: 100%;
}
.img_project:hover{
  border-color: #007eff;
}
.project_list a:hover{
  color: #00f !important;
  text-decoration: none;
}
.project_stack {
  color: #333 !important;
  font-size: 14px;
}
.project_stack p{
  color: #666;
  font-style: italic;
}
.project_stack span a{
  font-size: 12px;
  font-style: normal;
  padding: 2px;
  margin: 0 5px;
  color: #777 !important;
  border-bottom: 1px dotted #a4d9ff;
  text-decoration: none;
}
.project_stack span a:hover{
  border-color: #007eff
}
#complementary-info h2:last-child{
    margin-bottom: 10px !important;
}
@media (max-width: 992px) {
  .project_list.half{
    width: 100%;
    float: none;
    clear: noth;
    margin: 0;
  }
}
@media (max-width: 500px) {
  .img_project {
    float: none;
    margin: 10px auto;
    overflow: auto;
    text-align: center;
    height: 170px;
    display: block;
  }
}
#me.sticky{
  position: fixed;
  z-index: 10;
  width: 100%;
  border-bottom: 5px solid rgba(0,0,0,0.2);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
}
#me.sticky .container{
  padding: 10px 0;
}
#me.sticky h1 {
  font-weight: 900;
  font-size: 26px;
  margin: 20px 0 10px 0;
}
#me.sticky h2 {
  font-size: 18px;
  margin: 0;
}
#me.sticky .avatar {
  width: 100px;
}
#me.sticky #links {
  display: none;
}

/*# sourceMappingURL=app.css.map */
