﻿@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,600);
body {
  background-color: #394b6b;
}

.curric-theme {
  font-family: "Source Sans Pro";
  font-weight: 300;
  font-size: 16px;
  color: #373a3c;
}

.curric-theme #content {
  padding-bottom: 30px;
}

.curric-theme #content a {
  color: #373a3c;
}

.curric-theme h1 {
  font-size: 350%;
}

.curric-theme h1, .curric-theme h2, .curric-theme h3 {
  text-align: center;
}

.curric-theme h1, .curric-theme h2, .curric-theme h3, .curric-theme h4 {
  font-family: "Source Sans Pro";
  font-weight: 600;
}

.curric-theme h3 {
  position: relative;
}

.curric-theme h3:after {
  content: '';
  display: block;
  top: 0.5em;
  border-bottom: 1px solid #c7c7c7;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 0;
}

.curric-theme h3 span {
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 0 14px;
}

.curric-theme ul {
  margin-bottom: 0;
}

.curric-theme .paper-curric {
  background-color: #fff;
  padding: 0;
  margin-top: 20px;
  min-height: 814px;
  -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.15);
}

.curric-theme .paper-curric .cnt {
  padding: 30px 15px;
}

.curric-theme .objetivo, .curric-theme .formacao, .curric-theme .experiencias, .curric-theme .qualificacoes, .curric-theme .resumo-qualificacoes, .curric-theme .infos-adicionais, .curric-theme .idiomas, .curric-theme .informatica, .curric-theme .cursos-complementares, .curric-theme .viagens, .curric-theme .trabalho-voluntario, .curric-theme .premios, .curric-theme .generic {
  padding: 15px 30px;
}

.curric-theme .objetivo h2, .curric-theme .objetivo h3, .curric-theme .formacao h2, .curric-theme .formacao 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 .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 .premios h2, .curric-theme .premios h3, .curric-theme .generic h2, .curric-theme .generic h3 {
  margin-bottom: 20px;
  font-size: 1.2em;
  text-transform: uppercase;
}

.curric-theme .objetivo h2 i, .curric-theme .objetivo h3 i, .curric-theme .formacao h2 i, .curric-theme .formacao h3 i, .curric-theme .experiencias h2 i, .curric-theme .experiencias h3 i, .curric-theme .qualificacoes h2 i, .curric-theme .qualificacoes h3 i, .curric-theme .resumo-qualificacoes h2 i, .curric-theme .resumo-qualificacoes h3 i, .curric-theme .infos-adicionais h2 i, .curric-theme .infos-adicionais h3 i, .curric-theme .idiomas h2 i, .curric-theme .idiomas h3 i, .curric-theme .informatica h2 i, .curric-theme .informatica h3 i, .curric-theme .cursos-complementares h2 i, .curric-theme .cursos-complementares h3 i, .curric-theme .viagens h2 i, .curric-theme .viagens h3 i, .curric-theme .trabalho-voluntario h2 i, .curric-theme .trabalho-voluntario h3 i, .curric-theme .premios h2 i, .curric-theme .premios h3 i, .curric-theme .generic h2 i, .curric-theme .generic h3 i {
  color: #c7c7c7;
  margin-right: 4px;
  font-size: 1.3em;
  vertical-align: middle;
}

.curric-theme .header {
  background: #373737;
  color: #fff;
  padding: 0;
  margin-bottom: 20px;
}

.curric-theme .header.editable {
  border: none;
}

.curric-theme .header p {
  margin-bottom: 2px;
}

.curric-theme .header h1, .curric-theme .header h2 {
  text-align: left;
}

.curric-theme .header h1 {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 0.9em;
}

.curric-theme .header h2 {
  font-weight: 300;
  font-size: 150%;
  letter-spacing: 1px;
}

.curric-theme .header ul {
  list-style: none;
  margin: 2.75em 0 0;
  padding: 0;
  font-weight: 600;
}

.curric-theme .header i.fa {
  margin-right: 4px;
}

.curric-theme .header figure.cnt-img {
  height: 350px;
  width: 350px;
  float: left;
  display: block;
}

@media (max-width: 1300px) {
  .curric-theme .header figure.cnt-img {
    height: 280px;
    width: 280px;
  }
}

.curric-theme .header figure.cnt-img img {
  height: 350px;
  width: 350px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  -webkit-transform: inherit;
  transform: inherit;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

@media (max-width: 1300px) {
  .curric-theme .header figure.cnt-img img {
    height: auto;
    width: 280px;
  }
}

.curric-theme .header figure.cnt-img .gradient-overlay {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-size: contain;
  background: -moz-linear-gradient(left, #fff, rgba(55, 55, 55, 0) 17%, rgba(55, 55, 55, 0.07) 51%, rgba(55, 55, 55, 0.65) 85%, #373737 97%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #fff, rgba(55, 55, 55, 0) 17%, rgba(55, 55, 55, 0.07) 51%, rgba(55, 55, 55, 0.65) 85%, #373737 97%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #fff, rgba(55, 55, 55, 0) 17%, rgba(55, 55, 55, 0.07) 51%, rgba(55, 55, 55, 0.65) 85%, #373737 97%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#373737',GradientType=1 );
  /* IE6-9 */
}

.curric-theme .header .cnt {
  height: 350px;
  display: block;
  overflow: hidden;
  vertical-align: middle;
  position: relative;
}

@media (max-width: 1300px) {
  .curric-theme .header .cnt {
    height: 280px;
  }
}

.curric-theme .header .cnt .position {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.curric-theme .experiencias h4 {
  margin-bottom: 0;
  font-weight: 700;
}

.curric-theme .experiencias strong {
  font-weight: 600;
}

.curric-theme .experiencias ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.curric-theme .experiencias ul li {
  margin-bottom: 30px;
}

.curric-theme .experiencias ul li:last-child {
  margin-bottom: 0;
}

.curric-theme .experiencias .w35, .curric-theme .experiencias .w65 {
  display: inline-block;
  vertical-align: top;
}

.curric-theme .experiencias .w35 {
  width: 35%;
}

.curric-theme .experiencias .w65 {
  width: 64%;
}

.curric-theme .formacao ul.list {
  list-style: none;
  padding: 20px;
}

.curric-theme .formacao ul.list li strong {
  display: block;
}

.curric-theme .formacao ul.list li p span.date {
  float: right;
  margin-left: 20px;
}

.curric-theme .formacao.v2 li p span.date {
  float: none;
}

.curric-theme .cursos-complementares span.date, .curric-theme .viagens span.date, .curric-theme .trabalho-voluntario 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 .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;
}

.curric-theme .objetivo {
  text-align: center;
}

.curric-theme .objetivo p {
  margin-bottom: 0;
}

.curric-theme .objetivo p strong {
  font-size: 1.7em;
  font-weight: 700;
}

.curric-theme .objetivo h2 {
  display: none;
}

.curric-theme .objetivo.v2 {
  text-align: left;
}

.curric-theme .objetivo.v2 h2 {
  display: block;
}

.curric-theme .idiomas {
  text-align: center;
}

.curric-theme .idiomas strong {
  text-transform: capitalize;
}

.curric-theme .idiomas li span {
  text-transform: capitalize;
}

.curric-theme .idiomas li span span {
  text-transform: lowercase;
}

.curric-theme .idiomas.v2 {
  text-align: left;
}

.curric-theme .idiomas.v2 li {
  margin-bottom: 15px;
}

.curric-theme .idiomas.v2 li:last-child {
  margin-bottom: 0;
}

@media (max-width: 414px) {
  .curric-theme .header, .curric-theme .header.v1 {
    text-align: center;
    padding-top: 20px;
  }
  .curric-theme .header h1, .curric-theme .header h2, .curric-theme .header.v1 h1, .curric-theme .header.v1 h2 {
    text-align: center;
  }
  .curric-theme .header h1, .curric-theme .header.v1 h1 {
    font-size: 1.8em;
  }
  .curric-theme .header ul, .curric-theme .header.v1 ul {
    margin-top: 20px;
  }
  .curric-theme .header figure.cnt-img, .curric-theme .header.v1 figure.cnt-img {
    display: block;
    float: none;
    margin: 0 auto 30px !important;
  }
  .curric-theme .header figure.cnt-img .gradient-overlay, .curric-theme .header.v1 figure.cnt-img .gradient-overlay {
    display: none;
  }
  .curric-theme .header figure.cnt-img img, .curric-theme .header.v1 figure.cnt-img img {
    height: auto;
    width: 100%;
  }
  .curric-theme .header .col-sm-4, .curric-theme .header.v1 .col-sm-4 {
    text-align: left;
  }
  .curric-theme .header .cnt, .curric-theme .header.v1 .cnt {
    height: auto;
    padding-top: 0;
  }
  .curric-theme .header .cnt .position, .curric-theme .header.v1 .cnt .position {
    position: static;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
  }
  .curric-theme .w35, .curric-theme .w65 {
    display: block !important;
    width: 100% !important;
  }
  .curric-theme .snippet:last-of-type {
    padding-bottom: 20px;
  }
}

@page {
  size: A4;
  margin: 0 0;
}

@media print {
  #content {
    zoom: 0.75;
  }
  .curric-theme .header figure.cnt-img .gradient-overlay {
    display: none;
  }
  .curric-01 {
    margin: 0;
    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 .objetivo, .curric-01 .formacao, .curric-01 .experiencias, .curric-01 .qualificacoes, .curric-01 .resumo-qualificacoes, .curric-01 .infos-adicionais {
    page-break-inside: avoid;
  }
}
