﻿@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300);
@import url(https://fonts.googleapis.com/css?family=Abril+Fatface);
body {
  background-color: #cfd8dc;
}

.curric-theme {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #22313F;
}

.curric-theme h2, .curric-theme h3, .curric-theme h4, .curric-theme h4:before {
  color: #023865;
}

.curric-theme #content:after, .curric-theme #content:before {
  display: none;
}

.curric-theme #content a {
  color: #22313F;
}

.curric-theme #content .editable {
  border: none;
}

.curric-theme #content .snippet:nth-of-type(2) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.curric-theme #content .snippet:last-of-type {
  padding-bottom: 20px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.curric-theme #content .snippet.transparent {
  background: transparent;
}

.curric-theme #content .snippet .cnt-columns {
  position: relative;
  display: -webkit-flex;
  width: 100%;
}

.curric-theme #content .snippet .cnt-columns:last-of-type .column-l, .curric-theme #content .snippet .cnt-columns:last-of-type .column-r {
  padding-bottom: 30px;
}

.curric-theme #content .snippet .cnt-columns .column-l, .curric-theme #content .snippet .cnt-columns .column-r {
  vertical-align: top;
  padding-bottom: 30px;
  display: inline-block;
}

.curric-theme #content .snippet .cnt-columns .column-l {
  width: 20%;
  padding-right: 20px;
  text-align: right;
  -webkit-box-flex: 1;
  flex: 1;
  order: 1;
}

.curric-theme #content .snippet .cnt-columns .column-l h3 {
  font-size: 1.3em;
  margin-bottom: 0;
}

.curric-theme #content .snippet .cnt-columns .column-r {
  width: 80%;
  padding-left: 30px;
  border-left: 1px solid #023865;
  -webkit-box-flex: 2;
  flex: 2;
  order: 2;
}

.curric-theme #content .snippet .cnt-columns .column-r h2 {
  margin-bottom: 0;
}

.curric-theme h1 {
  font-family: 'Abril Fatface', cursive;
}

.curric-theme h2, .curric-theme h3, .curric-theme h4 {
  font-weight: normal;
  font-size: 1.2em;
}

.curric-theme h4 {
  margin-bottom: 11px;
  font-weight: 700;
  position: relative;
}

.curric-theme h4:before {
  content: "\f192";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: -38px;
  font-size: 1.1em;
  background: #fff;
}

.curric-theme ul {
  margin-bottom: 0;
}

.curric-theme .paper-curric {
  margin-top: 20px;
  min-height: 814px;
  padding-left: 0;
  padding-right: 0;
}

.curric-theme .paper-curric .cnt {
  padding: 30px 15px;
}

.curric-theme .formacao h2, .curric-theme .formacao h3, .curric-theme .atividades-academicas h2, .curric-theme .atividades-academicas h3, .curric-theme .experiencias h2, .curric-theme .experiencias h3, .curric-theme .qualificacoes h2, .curric-theme .qualificacoes h3, .curric-theme .resumo-qualificacoes h2, .curric-theme .resumo-qualificacoes h3, .curric-theme .infos-adicionais h2, .curric-theme .infos-adicionais h3, .curric-theme .atividades-acadêmicas h2, .curric-theme .atividades-acadêmicas h3, .curric-theme .idiomas h2, .curric-theme .idiomas h3, .curric-theme .informatica h2, .curric-theme .informatica h3, .curric-theme .cursos-complementares h2, .curric-theme .cursos-complementares h3, .curric-theme .viagens h2, .curric-theme .viagens h3, .curric-theme .trabalho-voluntario h2, .curric-theme .trabalho-voluntario h3, .curric-theme .clientes-externos h2, .curric-theme .clientes-externos h3, .curric-theme .premios h2, .curric-theme .premios h3, .curric-theme .generic h2, .curric-theme .generic h3 {
  font-size: 2em;
  margin-bottom: 16px;
  font-weight: 400;
  font-family: 'Abril Fatface', cursive;
}

.curric-theme .header, .curric-theme .atividades-academicas, .curric-theme .experiencias, .curric-theme .formacao, .curric-theme .qualificacoes, .curric-theme .resumo-qualificacoes, .curric-theme .infos-adicionais, .curric-theme .atividades-acadêmicas, .curric-theme .idiomas, .curric-theme .informatica, .curric-theme .cursos-complementares, .curric-theme .viagens, .curric-theme .trabalho-voluntario, .curric-theme .clientes-externos, .curric-theme .premios, .curric-theme .generic {
  padding: 0 30px;
}

.curric-theme .header {
  text-align: center;
  padding: 30px 15px;
  background: transparent !important;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.curric-theme .header figure.cnt-img.no-changes {
  min-width: 1014px;
  min-height: 245px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  pointer-events: none;
}

.curric-theme .header figure.cnt-img.no-changes img {
  max-width: none;
  min-width: 100%;
  width: auto;
  min-height: 395px;
  height: 100%;
  float: none;
  display: block;
  margin-top: 0 !important;
  margin-left: 0 !important;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.curric-theme .header figure.cnt-img.no-changes .overlay-img {
  opacity: 1;
  background: none;
  overflow: auto !important;
}

.curric-theme .header figure.cnt-img.no-changes .overlay-img i {
  pointer-events: visible;
  display: block !important;
  font-size: 1.3em !important;
  padding: 0 10px;
  z-index: 9;
}

.curric-theme .header figure.cnt-img.no-changes .overlay-img i:first-of-type {
  position: absolute;
  right: 10px;
  top: 20px;
}

.curric-theme .header figure.cnt-img.no-changes .overlay-img i:last-of-type {
  position: absolute;
  right: 50px;
  top: 20px;
  display: none !important;
}

.curric-theme .header figure.cnt-img.no-changes .overlay-img i:hover {
  background: none;
}

.curric-theme .header figure.cnt-img.no-changes:hover .overlay-img i {
  width: auto;
}

.curric-theme .header .cnt-header {
  position: relative;
  z-index: 1;
  text-shadow: 2px 1px 2px black;
}

.curric-theme .header .cnt-header figure.cnt-img.no-changes {
  width: 150px;
  height: 150px;
  min-width: 150px;
  min-height: 150px;
  position: relative;
  border: 3px solid #fff !important;
  pointer-events: visible;
}

.curric-theme .header .cnt-header figure.cnt-img.no-changes img {
  width: auto;
  height: 150px;
  min-height: 150px;
  float: none;
  display: block;
  margin: 0 auto;
  -webkit-clip-path: circle(100px at center);
  clip-path: circle(100px at center);
}

.curric-theme .header .cnt-header figure.cnt-img.no-changes .overlay-img {
  text-align: center;
}

.curric-theme .header .cnt-header figure.cnt-img.no-changes .overlay-img i:first-of-type, .curric-theme .header .cnt-header figure.cnt-img.no-changes .overlay-img i:last-of-type {
  position: static;
  width: 50%;
  padding-top: 64px;
  display: none !important;
}

.curric-theme .header .cnt-header figure.cnt-img.no-changes .overlay-img i:hover {
  background: none;
}

.curric-theme .header .cnt-header figure.cnt-img.no-changes:hover .overlay-img {
  background: rgba(0, 0, 0, 0.5);
}

.curric-theme .header .cnt-header figure.cnt-img.no-changes:hover .overlay-img i:first-of-type, .curric-theme .header .cnt-header figure.cnt-img.no-changes:hover .overlay-img i:last-of-type {
  display: inline-block !important;
}

.curric-theme .header p {
  margin-bottom: 2px;
  font-size: 1.2em;
  font-weight: 400;
}

.curric-theme .header h1 {
  margin-bottom: 12px;
  font-size: 4.1em;
}

.curric-theme .header .objetivo {
  font-size: 2.3em;
  padding: 0;
  font-weight: lighter;
}

.curric-theme .header .filter-img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAAGXy9/eAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2MDdCMTE1QjhFNTUxMUU0OTNCMEZGMDU4OUZEQTE3NiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2MDdCMTE1QzhFNTUxMUU0OTNCMEZGMDU4OUZEQTE3NiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjYwN0IxMTU5OEU1NTExRTQ5M0IwRkYwNTg5RkRBMTc2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjYwN0IxMTVBOEU1NTExRTQ5M0IwRkYwNTg5RkRBMTc2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+ms9ZpwAAAEZJREFUeNpi+P//PwNAADGACIAAghAMDMYAAQQhQDyAAAKzQAwQBgggRpgICDAxIAEUDkCAwY2B6cOqHwYYGRmNUVQh6wQAK/k3BqNXQk4AAAAASUVORK5CYII=");
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.5);
  background-repeat: repeat, repeat, no-repeat;
  background-position: center center;
  background-attachment: fixed;
  pointer-events: none;
}

.curric-theme .qualificacoes p:last-child {
  margin-bottom: 0;
}

.curric-theme .qualificacoes h2 {
  margin-top: 30px;
}

.curric-theme .certificacoes ul.list {
  list-style: none;
  padding: 0;
}

.curric-theme .certificacoes ul.list li {
  margin-bottom: 20px;
}

.curric-theme .certificacoes ul.list li:last-child {
  margin-bottom: 0;
}

.curric-theme .experiencias strong {
  font-weight: 600;
}

.curric-theme .experiencias ul {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.curric-theme .experiencias ul li {
  margin-bottom: 20px;
}

.curric-theme .experiencias ul li:last-child {
  margin-bottom: 0;
}

.curric-theme .experiencias ul li strong {
  display: block;
}

.curric-theme .formacao {
  padding-top: 0;
}

.curric-theme .formacao ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.curric-theme .formacao ul li {
  padding: 0;
  margin: 0;
}

.curric-theme .cursos-complementares span.date, .curric-theme .viagens span.date, .curric-theme .trabalho-voluntario span.date, .curric-theme .clientes-externos span.date, .curric-theme .premios span.date, .curric-theme .generic span.date {
  float: right;
}

.curric-theme .cursos-complementares.v2 span.date, .curric-theme .viagens.v2 span.date, .curric-theme .trabalho-voluntario.v2 span.date, .curric-theme .clientes-externos.v2 span.date, .curric-theme .premios.v2 span.date, .curric-theme .generic.v2 span.date {
  float: none;
}

.curric-theme .snippet .experiencias ul ul:hover li:last-child:before {
  left: -30px;
}

@page {
  size: A4;
  margin: 0 0;
}

@media print {
  #content {
    zoom: 0.75;
  }
  .curric-01 {
    margin: 0;
    border: initial;
    border-radius: initial;
    width: initial;
    min-height: initial;
    box-shadow: initial;
    background: initial;
    padding: 0;
    border: 0;
  }
  .curric-01 li {
    orphans: 5;
    widows: 5;
  }
  .curric-01 .col-sm-10 {
    width: 100%;
    padding: 0;
  }
  .curric-01 .col-xs-offset-1 {
    margin-left: 0;
  }
  .curric-01 .paper-curric .cnt, .curric-01 .container {
    padding: 0;
  }
  .curric-01 .paper-curric .cnt {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .curric-01 .formacao, .curric-01 .experiencias, .curric-01 .qualificacoes, .curric-01 .resumo-qualificacoes, .curric-01 .infos-adicionais {
    page-break-inside: avoid;
  }
}

@media (max-width: 736px) {
  .curric-theme .qualificacoes h2 {
    margin-top: 0;
  }
  .curric-theme .header h1 {
    font-size: 2.1em;
  }
  .curric-theme .header p {
    font-size: 1em;
  }
  .curric-theme .header figure.no-changes {
    width: 150px;
    height: 150px;
  }
  .curric-theme .header .objetivo {
    font-size: 1.3em;
  }
  .curric-theme h4:before {
    display: none;
  }
  .curric-theme #content .snippet:nth-of-type(odd) {
    background: rgba(0, 0, 0, 0.05);
  }
  .curric-theme #content .snippet .cnt-columns {
    display: block;
  }
  .curric-theme #content .snippet .cnt-columns:last-of-type .column-l, .curric-theme #content .snippet .cnt-columns:last-of-type .column-r {
    padding-bottom: 20px;
  }
  .curric-theme #content .snippet .cnt-columns .column-l, .curric-theme #content .snippet .cnt-columns .column-r {
    display: block;
    width: 100%;
    padding-right: 0;
    text-align: left;
    padding-bottom: 20px;
  }
  .curric-theme #content .snippet .cnt-columns .column-r {
    border: none;
    padding-left: 0;
  }
}
