/* ==========================================================================
   Wesley Magalhaes - Putz.vip - Brazil - 03-04-2020
   ========================================================================== */
/* ======
simple reset
======== */
a, abbr, acronym, address, applet, article, aside, audio,b, blockquote, big, body,center, canvas, caption, cite, code, command,datalist, dd, del,details, dfn, dl, div, dt,em, embed,fieldset,
figcaption, figure, font, footer, form,h1, h2, h3, h4, h5, h6, header, hgroup, html,i, iframe,img, ins,kbd,keygen,label, legend, li,meter,nav,object, ol, output,p, pre,
progress,q,s, samp, section, small, span, source, strike, strong, sub, sup,table, tbody, tfoot, thead, th, tr, td, video, tt, u, ul,var,
hr {background:transparent;border:0 none;font-size:100%;margin:0;padding:0;border:0;outline:0;vertical-align:top;}
h1, h2, h3, h4, h5, h6{font-weight:normal;}
ol,ul {list-style:none;}
blockquote,q {quotes:none;}
table,table td {padding:0; border:none;}
a , a:visited, a:link, a:active{text-decoration:none;}
*, *:before, *:after { box-sizing: border-box; }

/* ======
web fonts
======== */

@font-face {
    font-family: 'GothamLight';
    src: url('fonts/GothamLight.eot');
    src: url('fonts/GothamLight.eot?#iefix') format('embedded-opentype'),
    url('fonts/GothamLight.woff2') format('woff2'),
    url('fonts/GothamLight.woff') format('woff'),
    url('fonts/GothamLight.ttf') format('truetype'),
    url('fonts/GothamLight.svg#GothamLight') format('svg');
    font-style: normal;
    font-weight: normal;
  }

@font-face {
    font-family: 'GothamMedium';
    src: url('fonts/GothamMedium.eot');
    src: url('fonts/GothamMedium.eot?#iefix') format('embedded-opentype'),
    url('fonts/GothamMedium.woff2') format('woff2'),
    url('fonts/GothamMedium.woff') format('woff'),
    url('fonts/GothamMedium.ttf') format('truetype'),
    url('fonts/GothamMedium.svg#GothamMedium') format('svg');
    font-style: normal;
    font-weight: normal;
  }

@font-face {
    font-family: 'OpenSans-Medium';
    src: url('fonts/OpenSans-Medium.eot');
    src: url('fonts/OpenSans-Medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/OpenSans-Medium.woff2') format('woff2'),
    url('fonts/OpenSans-Medium.woff') format('woff'),
    url('fonts/OpenSans-Medium.ttf') format('truetype'),
    url('fonts/OpenSans-Medium.svg#OpenSans-Medium') format('svg');
    font-style: normal;
    font-weight: normal;
  }

html, body{ width:100%; height:100%; }
body { font-size:1em; }
body * { line-height: 1.4; }