@charset "UTF-8";


@import url('https://fonts.googleapis.com/css2?family=REM:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    font-family: 'REM', Helvetica, sans-serif;
    padding: 0;
    margin: 0;
}

/** HEADER **/

header {
    border-top: #f39232 10px solid;
    width: 100%;
    background-color: #eee;
}

header p#jobPrint {
    display:none;
}

div#header {
    background-color: #424242;
    width: 100%;
    position: relative;
}

div#headerContent {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

div#headerContent div {
    display: inline-block;
    vertical-align: middle;
}

div#textHeader h2 {
    background-color: #f39232;
    color: #fff;
}

div#textHeader h1 {
    font-weight: 500;
    color: #fff;
    text-align: center;
}

div#imgHeader img {
    background-color: #fff;
    border-radius: 50%;
    border: solid #fff 5px;
    margin-left: 10px;
    box-shadow: 0px 0px 3px#424242;
}

header p#job {
    color: #f39232;
    text-align: center;
    width: 80% - 140px;
    margin: auto;
    text-transform: uppercase;
}

/** INFOS **/
div#infos {
    margin: auto;
    border-top: solid #424242 1px;
    border-bottom: solid #424242 1px;
}

a#linkContato {
    color: #f39232;
    text-decoration: none;
    font-weight: 500;
}

a#linkContato:hover {
    color: #d6812d;
    text-decoration: underline;
}

p#portPrint {
    display: none;
}

div.tituloIcone {
    padding: 10px;
    background-color: #ffe5ca;
}

div.bioIco {
    display: inline;
    width: 40px;
    float:left;
    background-color: #f39232;
    padding: 10px;
    border-radius: 50% 0 0 50%;
}

div.infos {
    padding: 10px;
}

div.infos p {
    font-size: 0.9em;
}
 
div.infos h2 {
    font-size: 0.9em;
}

/** SKILLS **/
div#skills {
    padding: 20px 0;
}

div#skills h1 {
    background-color: #f39232;
    color: #fff;
    font-size: 1.5em;
}

div.iconSkill p {
    font-size: 0.7em;
}

/** PORTFÓLIO **/
div#portfolio {
    background-color: #ffe5ca;
    padding: 25px 10px;
    border-bottom: #f39232 solid 10px;
}

div#portfolio p {
    color:#424242;
    font-size: 1.5em;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}

div#portfolio a {
    color:#fff;
    font-size: 1.0em;
    padding: 5px 10px;
    background-color: #f39232;
    text-transform: none;
    text-decoration: none;
    border-bottom: 3px solid #d6812d
}

div#portfolio a:hover {
    background-color: #d6812d;
}

/** CURSOS LIVRES **/
div#cursos h1 {
    background-color: #f39232;
    color: #fff;
    font-size: 1.5em;
}

img.iconesLista2 {
    float: right;
    padding-left: 10px;
}

div#multiCert {
    display: inline;
}

img.iconesLista2:hover {
    padding-right: 10px;
}

span.emAndamento {
    font-size: 0.8em;
}

ul#cursosLivres li {
    padding: 20px;
    box-shadow: 0 1px 5px 0 #bdbdbd;
    font-size: 1.0em;
}

ul#cursosLivres li:hover {
    background-color: #f8f8f8;
}

/** CURRICULO DETALHADO **/

div#details {
    padding: 20px 0;
}
    
div#details h1 {
    background-color: #f39232;
    color: #fff;
    font-size: 1.5em;
    padding: 10px 30px;
    text-transform: uppercase;
}

div#details p {
    margin: 20px;
    text-align: center;
    color:#424242;
    font-size: 0.9em;
}

div#details a {
    padding: 10px;
    background-color: #f39232;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 3px solid #d6812d
}

div#details a:hover {
    background-color: #d6812d;
}

