/*Fuentes usadas*/
  /*font-family: 'Inconsolata', monospace;
    font-family: 'Viga', sans-serif;
    font-family: 'Doppio One', sans-serif;*/

/*RESET CSS*/
  /* http://meyerweb.com/eric/tools/css/reset/ 
     v2.0 | 20110126
     License: none (public domain)
  */

  html, body, div, span, applet, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  a, abbr, acronym, address, big, cite, code,
  del, dfn, em, img, ins, kbd, q, s, samp,
  small, strike, strong, sub, sup, tt, var,
  b, u, i, center,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td,
  article, aside, canvas, details, embed, 
  figure, figcaption, footer, header, hgroup, 
  menu, nav, output, ruby, section, summary,
  time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
  }
  /* HTML5 display-role reset for older browsers */
  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:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
/**---------------------*/
/**---------------------*/
/*Estilos principales*/

    @import url('https://fonts.googleapis.com/css?family=Doppio+One|Viga');
    *{box-sizing: border-box;}
    .oculto{
      visibility: hidden;
    }
    strong{
      font-weight: bold;
    }
    #header, #footer{
      width: 100%;
      background:#171616;
      overflow: auto;
      padding-right: 30px;
      }
    #header p{
      float: right;
      margin: 15px;
      color: white;
      }
    #footer {
     /* position: relative;
      bottom: 0px;*/
      margin-top:20px;
      text-align: center;
    }
    #footer p{
      margin: 15px;
      color: white;
    }
    body{
      text-align: justify;
      line-height: 1.3rem;
      font-family: 'Doppio One', sans-serif;
    }
    a{
      text-decoration:none;
      font-weight:bold;
    }
    h1{
      font-family: 'Doppio One', sans-serif;
      font-size: 24px;
    }
    h2 {
      font-family: 'Doppio One', sans-serif;
      font-size: 22px;
      padding-bottom: 10px;
    }
    h3 {
      font-size: 19px;
      font-family: 'Doppio One', sans-serif;
      padding-bottom: 10px;
    }
    h4 {
      font-size: 19px;
      font-family: 'Doppio One', sans-serif;
      padding-top: 20px;
      text-align: center;
    }
    .button {
        display: inline-block;
        position: relative;
        color: #000;
        text-shadow: 0 1px 0 rgba(255,255,255, 0.8);
        text-decoration: none;
        text-align: center;
        padding: 2px 12px;
        font-size: 12px;
        font-weight: 700;
        border-radius: 4px;
        border: 1px solid #bcbcbc;

        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12);
        box-shadow: 0 1px 3px rgba(0,0,0,0.12);

        background-image: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%);
        background-image: -moz-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%);
        background-image: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%);
        background-image: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%);
        background-image: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%);
      }

      .button:hover {
        color: #555;
      }

      .button:active,.button:active:after,.button:active:before {
        -webkit-box-shadow: none;
        box-shadow: none;
      }
      

/**---------------------*/
/*PC*/
    @media only screen and (min-width:921px){
      #reloj{
        position: fixed;
        left: 10px;
        top: 5px;
        color: #fff;
      }
      #saludo{
        margin-bottom: 30px;
      }
      body{
      color: #171616;
      font-size:15px;
      line-height: 1.5rem;
      font-family: 'Viga', sans-serif;
      background: url("../img/pool.png");
      background-size:cover;
      }
      a .fa{
        font-size: 18px;
      }
      .main{
        width: 920px;
        margin: 0 auto;
        padding-top: 25px;
        }
      #HelloGif{
        z-index: 2;
        position:  fixed;
        left: 250px;
        top:80px;
      }
      #intro{
        margin-bottom: 15px;
        overflow: auto;
        
      }/*
      #introP {
        float: left;
        padding-left: 15px;
      }*/
      #intro img{
        float: left;
        width: 80px;
        padding-right: 20px;
      }
      
      li{
        padding-left: 10px;
        padding-bottom: 12px;
      }
      .portfolio{
        overflow: auto;
      }
      .portfolio img{
        width: 600px;
      }

      
    }
/**---------------------*/
/*TABLET*/
    @media only screen and (min-width:680px ) and (max-width:920px){
      #reloj{
        visibility: hidden;
      }
      body{
        color: #171616;
        font-size:15px;
        font-family: 'Viga', sans-serif;
        background: url("pool.png");
        background-size:cover;
      }
      .main{
        width: 100%;
        margin: 10px;
        }
      #intro{
        margin-bottom: 10px;
      }
      #HelloGif{
        width: 50%;
      }
      li{
        padding-left: 10px;
      }
      .button {
        text-align: center;
      }
      .portfolio img{
        width: 600px;
      }
    }

/**---------------------*/
/*SMARTPHONE*/
    @media only screen and (max-width:679px){
      #reloj{
        visibility: hidden;
      }
      body{
      color: #171616;
      font-size:13px;
      font-family: 'Viga', sans-serif;

      }
      .main{
        width: 100%;
        margin: 8px;
        }
      #intro{
        margin-bottom: 10px;
      }
      #HelloGif{
        display: none;
      }
      li{
        padding-left: 5px;
      }
      .button {
        display: block;
        vertical-align: center;
      }
      .oculto{
        padding-top: 10px;
      }
      .portfolio img{
        width: 100%;
        max-width: 600px;
      }
    }