@charset "UTF-8";

/** BODY **/

@media (min-width: 800px) {

    body {
        width: 800px;
        margin: auto;
        box-shadow: 0px 0px 5px 1px #000;
        background-color: #424242;
    }

}


/** HEADER **/

header {
    padding: 50px 0 20px 0;
}

div#header {
    height: 100px;
}

div#headerContent {
    width: 80%;
}

div#textHeader h2 {
    font-size: 1.7em;
    padding: 10px;
}

div#textHeader h1 {
    padding: 0 30px 5px 30px;
    font-size: 1.0em;
}

div#imgHeader img {
    width: 150px;
    height: 150px;
}

header p#job {
    padding: 10px 140px 10px 0;
    font-size: 1.7em;
}


/** INFOS **/
div#infos {
    max-width: 850px;
}

section {
    margin: 0 5%;
    overflow: hidden;
}

div.tituloIcone {
    width: 15%;
    border-left: 10px solid #f39232;
    padding-bottom: 150%;
    margin-bottom: -150%;
}

div.tituloIcone h1 {
    text-align: right;
}

div.infos {
    display: inline-block;
    width: 60%
}

/** SKILLS **/
/** Configurações em style-screen.css **/

/** PORTFÓLIO **/
/** Configurações em style-screen.css **/

/** CURSOS LIVRES **/

img.iconesLista1 {
    width: 20px;
}

img.iconesLista2 {
    width: 30px;
}

div#multiCert br {
    display: none;
}

ul#cursosLivres {
    padding:0 10px;
}

/** CURRICULO DETALHADO **/
/** Configurações em style-screen.css **/