@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700,800");
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* *********************************************************** */
body {
  background-image: url(../img/fondo.png);
  color: #fff;
  font-family: 'open sans', sans-serif;
  max-width: 1435px;
  text-align: center;
  padding: 0 5px; 
  margin-bottom:20px;}
 

h1 {
  font-size: 60px;
  font-weight: 800; }

h2 {
  font-size: 36px;
  font-weight: 800; }

h3 {
  font-size: 24px;
  font-weight: 800; }

nav {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-weight: bold; }
  nav .logo {
    font-size: 24px; }
  nav ul {
    font-size: 0; }
    nav ul li {
      display: inline-block;
      margin: 0 4px;
      text-transform: uppercase;
      font-size: 12px; }
      nav ul li:last-child a {
        background: #DD045B;
        border: none; }
        nav ul li:last-child a:hover {
          color: #fff;
          background: #FF9E0C; }
      nav ul li a {
        display: block;
        padding: 8px 16px;
        color: #fff;
        text-decoration: none;
        border: 2px solid transparent; }
        nav ul li a:hover {
          color: #FF9E0C;
          border-color: #FF9E0C; }

.barbaro {
  margin-top: 20px; }

.banner {
  width: 386px;
  height: 244px;
  margin: 150px auto 50px;
  text-align: center;
  background: url("../img/banner-border.png");
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 100; }
  .banner:after {
    content: 'UXPERTS';
    font-weight: 800;
    color: rgba(255, 255, 255, 0.1);
    font-size: 230px;
    position: absolute;
    z-index: 0; }
  .banner * {
    position: relative;
    z-index: 100; }

.register {
  display: inline-block;
  color: white;
  text-decoration: none;
  text-align: center;
  padding: 55% 0px 5px 0px;
  font-weight: bold;
  margin: 35px;
  font-size: 18px;
  padding: 27px 135px;
  background: linear-gradient(45deg, magenta -12%, #FF9E0C 102%); }
  .jiro{
    margin-top:10px;
    font-size: 25px;
    padding: 10px;
    color: white;
    background: blue;
    display: inline-block;
    cursor: pointer;

  }
/*# sourceMappingURL=style.css.map */
