@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato:300,400|Open+Sans|Oswald');
/*------------------------------------*\
    $RESET
\*------------------------------------*/
/* A more considered reset; more of a restart... As per: csswizardry.com/2011/10/reset-restarted */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strong, sub, sup, tt, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
}
article, aside, details, figcaption, figure, footer,
header, hgroup, menu, nav, section {
    display: block;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;

}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
strong, b, mark {
    font-weight: bold;
    font-style: inherit;
}
em, i, cite, q, address, dfn, var {
    font-style: italic;
    font-weight: inherit;
}
abbr[title], dfn[title] {
    cursor: help;
    border-bottom: 1px dotted;
}
ins {
    border-bottom: 1px solid;
}
a, u, ins {
    text-decoration: none;
}
del, s {
    text-decoration: line-through;
}
pre, code, samp, kbd {
    font-family: monospace;
}
small {
    font-size: 0.75em;
}
img {
    border: none;
    font-style: italic;
}
input,
select, option, optgroup,
textarea {
    font: inherit;
}





/*------------------------------------*\
    $MAIN
\*------------------------------------*/
html {
    background-color: #FFFFFF;
    color: #000000;

    
}
i {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    border-color: white;
}
.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.logos{
   width: 200px;
   height: 70px;
   float: left;

}
.fotos{
    width: 100px;
    height: 70px;
     float: left;
    position: relative;
    left: -40px;
    top: 20px;
   }

h1{
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
padding-bottom: 0;
}
hr { 
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    position: relative;
    top: -23px;
    border-width: 0.1px;
}
h2{
    padding-top: -10px;
    font-family: "Oswald";
    font-weight: 300;
    font-size: 13px;
    position: relative;
    top: -20px;
    left: 2px;
}

h3{
    padding-top: 6px;
    color: #1DB954;
}
li{
    float: left;
    padding-right: 3px;
}
body {
   margin-left: auto;
   margin-right: auto;
    margin-top: 30px;
    max-width: 800px;
    color: #000000;
    font-family: 'lato';
    font-style: 'Lato';
    font-size: 0.8em;
    font-weight: 300;
}

.avatar {
    float: left;
    margin: 0 40px 20px 0;
}
    .avatar img {
        max-width: 200px;
        max-height: 200px;
        border-radius: 100px;
    }

.content {
    float: left;
    width: 500px;
    
}
    .title {
        font-size: 36px;
        font-weight: bold;
        line-height: 1;
        padding-bottom: 0px;
    }

    





/*------------------------------------*\
    $TYPOGRAPHY
\*------------------------------------*/
p,
ul, ol, dl,
.title {
    margin-bottom: 20px;
}
p {
    color: #000000;
    font-size: 10;
    font-weight: 300;
}
ul, ol, dl {
    list-style-type: none;
}
a {
    color: #FF6347  ;
    font-weight: bold;
}
a:hover, a:focus {
    color: #95a4a9;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    transition: color 0.2s ease;
}




/*------------------------------------*\
    $MISC
\*------------------------------------*/
a img:hover,
.social-icons a:hover {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    filter: alpha(opacity=85);
    opacity: 0.6;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}




/*------------------------------------*\
    $MOBILE
\*------------------------------------*/
@media handheld, only screen and (max-width: 720px) {
    .avatar,
    .content {
        float: none;
        width: 100%;
    }

    .avatar img {
        max-width: 200px;
        max-height: 200px;
        margin: auto;
        text-align: center;
    }

    .content {
        width: 100%;

    }
    p {
    font-size: 12;
    font-weight: 400;
}
}