@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,900);
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

:focus {outline:none;}
::-moz-focus-inner {border:0;}

/* Move down content because we have a fixed navbar that is 50px tall */
html, body {
  /*height:100%*/
}

body {
  /*
  padding-top: 50px;
  padding-bottom: 20px;
  */
  font-family: 'Source Sans Pro', sans-serif;
  overflow-x: hidden;
  height: auto !important
}

h3 {
  font-family: 'Raleway', cursive
}

/*
.navbar-default {
  border: 0;
  margin: 0;
  position: absolute;
  width: 100%;
  font-size: 2em;
  padding: 20px 0;
  font-weight: 700;
  background: none;
}

.navbar-nav {
  display: inline-block;
  float: none;
  border: 3px double rgba(255,255,255,0.7);
  padding: 10px 20px;
  background: rgba(255,255,255,0.2)
}

.navbar-collapse {
  text-align: center
}

.navbar-default .navbar-brand {
  font-weight: 900;
  font-size: 2em;
  display: none
}
*/

.navbar-default .navbar-nav>li>a:hover {
  color: #fff;
  background: rgba(200,200,200, 0.5);
}

.navbar-default .navbar-brand:hover {
  background: none;
  color: #ddd;
}

/*
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.active>a:hover {
  color: #428bca;
  background: none
}*/

.navbar-default .navbar-brand {
  font-weight: 700
}

.jumbotron {
  margin: 0
}

.jumbotron .container {
  color: #fff;
  padding: 0
}

/* Intro Cover */
.intro {
  /*height: 100%;*/
  background: url("../rgba.php?r=0&g=168&b=255&a=30"), url("../img/intro2.jpg");
  background-size: 256px 256px, cover;
  background-attachment: fixed, fixed;
  background-position: top left, bottom center;
  background-repeat: repeat, no-repeat
}

.intro h1 {
  text-align: center;
  font-weight: 900;
  margin-top: 2em;
  padding: 0 0 0.25em 0
}

.intro h1 span {
  color: #bbb
}

.intro a,
.contacto p a {
  color: #fff;
  border-bottom: 1px dotted #fff
}

.intro h1+p a:hover,
.contacto p a:hover {
  text-decoration: none;
  border-bottom: 1px solid #fff
}

.intro .btn {
  border-bottom: 0
}

/* Botones */
.btn-lg,
.btn-group-lg>.btn {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  overflow: hidden
}

.btn-lg:before,
.btn-group-lg>.btn:before {
  font-family: 'Glyphicons Halflings';
  content: "\e114";
  display: block;
  font-size: 65px;
  height: 100px;
  width: 100px;
  margin: 10px 0 0 -3px
  }
  

/* Que Hago */
.hago {
  background: url("../img/skulls.png");
  background-attachment: fixed;

  background: url("../rgba.php?r=255&g=255&b=255&a=80"), url("../img/skulls.png");
  background-size: 256px 256px, 400px 400px;
  background-attachment: fixed, fixed;
  background-position: top left, bottom center;
  background-repeat: repeat, repeat
}

.hago .container {
  color: #444
}

h2, h3 {
  text-align: center;
  font-weight: 900;
  margin-top: 0em;
  padding: 0.8em 0 0 0
}

h3 {
  margin-top: 0;
  padding: 0;
  font-weight: normal
}
/*
.hago h2 {
  color: #428bca
}
*/
/* Row */
.col-md-4 {
  padding: 0;
  color: #444
}

.col-md-4 p em {
  color: #428bca
}

.col-container {
  padding: 10px
}

.row h3 {
  font-weight: bold
}

.row .col-md-4 .col-container:before {
  display: block;
  font-family: FontAwesome;
  text-align: center;
  color: #428bca;
  font-size: 8em
}

.row .col-md-4:nth-child(1) .col-container:before {
  content: "\f085"
}

.row .col-md-4:nth-child(2) .col-container:before {
  content: "\f10a";
  text-align: center
}

.row .col-md-4:nth-child(3) .col-container:before {
  content: "\f14e"
}

.jumbotron .notice {
  text-align: center
}

.hago .btn-primary {
  margin: 0 auto
}

.hago blockquote,
.trabajo blockquote {
  margin: 0;
  padding: 0;
  border: none;
  text-align: center;
  color: #444;
  font-weight: 300;
  font-size: 1.8em
}

.trabajo blockquote,
.trabajo figure figcaption {
  color: #bbb
  }

.hago figure,
.trabajo figure {
  margin: 0 auto 30px auto;
  clear: both;
}

.hago blockquote:before,
.trabajo blockquote:before {
  content: open-quote
}

.hago blockquote:after,
.trabajo blockquote:after {
  content: close-quote
}

.hago figure figcaption,
.trabajo figure figcaption {
  text-align: right;
  font-size: 1.2em;
  font-weight: 700
}

.hago figure figcaption:before,
.trabajo figure figcaption:before {
  content: "\2014"
}

/* Quien Soy */
.soy {
  background: url("../rgba.php?r=0&g=138&b=202&a=50");
  
  background: url("../rgba.php?r=0&g=138&b=202&a=40"), url("../img/intro4.jpg");
  background-size: 256px 256px, cover;
  background-attachment: fixed, fixed;
  background-position: top left, bottom center;
  background-repeat: repeat, no-repeat
}

/* Que Hago */
.trabajo {
  /*background: url("../rgba.php?r=0&g=0&b=0&a=30")*/
  background: url("../img/black_lozenge.png");
  background-attachment: fixed
}

.container h3 {
  margin-bottom: 1em
}

.trabajo .col-container {
  background: rgba(0,0,0,0);
  color: #eee;
  border: none;

}

.trabajo .col-container p:after {
  content: ".";
  display: inline
}

.trabajo .notice {
  color: #eee
}

.trabajo .row .col-md-4 .col-container:before {
  content: none
}

.trabajo .row .col-md-4 .col-container img {
  margin: 0 0 20px -30px;
  width: calc(100% + 55px);
}

.trabajo .row .col-md-4 .col-container:hover img {
  opacity: 1;
}

/* Contacto*/
.contacto {
  background: url("../rgba.php?r=221&g=0&b=146s&a=80");
  height: 850px;
  
  background: url("../rgba.php?r=221&g=0&b=146&a=30"), url("../img/intro.jpg");
  background-size: 256px 256px, cover;
  background-attachment: fixed, fixed;
  background-position: top left, bottom center;
  background-repeat: repeat, no-repeat
}

.contacto .social ul {
  list-style: none;
  padding: 0;
  margin: 50px auto 0 auto;
  width: 325px
}

.contacto .social ul li {
  float: left;
  margin: 0 10px 0 0
}


.contacto .social ul li:last-child {
  margin: 0
}

.contacto .social ul li:hover {
  top: -5px;
}

.contacto .social .fa {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 70px;
  height: 70px
}

.contacto .social a {
  font-size: 50px;
  line-height: 50px;
  display: block;
  color: #2E2E2E;
  text-shadow: 1px 1px 0px rgba(255,255,255,0.1);
  text-align: center;
  transition: all 0.2s ease-in-out
}

.contacto .social a:hover {
  text-decoration: none;
  border-radius: 4px;
  background: #eee;

  background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.2));
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.2));
  background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.2));
  background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.2));
  background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.2));
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;
  box-shadow: 3px 3px 5px rgba(0,0,0,0.3)
}

.contacto .social a span {
  display: block;
  height: 0;
  width: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden
}

.contacto .social li:nth-child(1) a:hover {
  background-color: #2DAAE4
}

.contacto .social li:nth-child(2) a:hover {
  background-color: #51718A
}

.contacto .social li:nth-child(3) a:hover {
  background-color: #DA2713
}

.contacto .social li:nth-child(4) a:hover {
  background-color: #666
}

.contacto .social li:nth-child(5) a:hover {
  background-color: #FFF
}

.contacto .social li:nth-child(6) a:hover {
  background-color: #CEE3F8
}

.contacto .social li:nth-child(7) a:hover {
  background-color: #000
}

p.up {
  display: none
}

.popup,
.reveal-modal {
  display: none
}

@media (min-width: 768px) {
  .intro-section,
  .navbar {
    display: none
  }

  .intro {
    height: 539px
  }

  .navbar-default .navbar-nav>li>a,
  .navbar-default .navbar-brand {
    color: #fff
  }

  .navbar-default .navbar-nav>.active>a,
  .navbar-default .navbar-nav>.active>a:hover,
  .navbar-default .navbar-nav>.active>a:focus {
    background: rgba(200,200,200, 0.5);
    color: #fff
  }

  .jumbotron .container {
    width: 700px
  }

  .navbar-default .navbar-brand {
    font-size: 2em
  }

  .intro h1 {
    font-size: 5em
  }

  .intro p {
    font-size: 1.7em
  }

  .btn-lg,
  .btn-group-lg>.btn {
    width: 100px;
    height: 100px;
  }

  .btn-lg:before,
  .btn-group-lg>.btn:before {
    font-size: 65px;
    height: 100px;
    width: 100px;
    margin: 10px 0 0 -3px
    }

    
  h2, h3 {
    font-size: 4em
  }

  h3 {
    font-size: 2.5em
  }

  .row {
    margin: 0 auto;
    max-width: 1200px
  }

  .col-md-4 {
    padding: 20px
  }
    
  .col-container {
    background: #fff;
    border: 1px solid #ccc;
    font-weight: 400;
    box-shadow: 1px 1px 10px 2px rgba(0,0,0,0.1);
    font-size: 0.7em;
    padding: 20px;
    line-height: 3.5em
  }
  
  .hago figure,
  .trabajo figure {
    width: 600px;
  }

  .hago .row .col-md-4 .col-container {
    height: 456px
  }

  .row .col-md-4 .col-container:before {
    margin: 40px auto 50px auto
  }

  .jumbotron .notice {
    font-size: 2.5em
  }

  .trabajo .row {
    overflow: hidden;
  }

  .trabajo .col-md-4 {
    padding: 0;
    margin: 0
  }
  
  .trabajo .col-container {
    border: 0;
    background: 0;
    color: #eee;
    margin: 0;
    padding: 0;
    height: auto;
    position: relative
  }

  .trabajo .col-container h3,
  .trabajo .col-container>p {
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 0;
    z-index: 100;
    pointer-events: none;
    opacity: 0;
    transition: all 0.5s ease-in-out;
  }
  
  .trabajo .col-container h3 {
    bottom: 0;
    background: #fff;
    color: #333;
    height: auto !important;
    width: 100%;
    padding: 10px;
    font-weight: 400
  }

  .trabajo .col-container span {
    font-weight: 900
  }
  
  .trabajo .col-container>p {
    top: 0;
    height: 100%;
    padding: 20px;
    font-size: 1.8em;
    line-height: 1.8em;
    font-family: Raleway, sans-serif
  }

  .popup {
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-indent: -200%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s ease-in-out;
  }
  
  .popup:hover {
    background: rgba(0,0,0,0.9);
    transition: all 0.5s ease-in-out;
  }
  
  .trabajo .col-container:hover h3,
  .trabajo .col-container:hover>p {
    opacity: 1;
    transition: all 0.5s ease-in-out;
  }

  .trabajo .col-container p:after {
    content: "\2026";
    display: inline
  }

  .trabajo .row .col-md-4 .col-container img {
    margin: 0;
    width: 100%
  }

  .trabajo figure {
    margin-top: 50px
  }

  .contacto .social ul {
    width: 553px
  }
  
  #slideNav {
    display: none;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -80px;
    z-index: 11;
  }
  
  #slideNav ul {
    list-style: none;
    color: #000;
    font-size: 1em;
    font-weight: 400;
    text-align: center;
    width: 50px;
    padding: 0;
    border-radius: 5px 0 0 5px;
    box-shadow: 0 0 15px rgba(0,0,0,0.5)
  }
  
  #slideNav li {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: rgba(255,255,255,0.80);
  }
  
  .slideNavPrev{
    border-radius: 5px 0 0 0
  }

  .slideNavNext{
    border-radius: 0 0 0 5px
  }


  .no-rgba  #slideNav li {
    background-color: #FFF
  }

  #slideNav a {
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    color: #000000;
  }
  
  #slideNav a.disabled {
    cursor: default;
  }

  p.up {
    display: block;
    position: fixed;
    right: 20px;
    bottom: 50px;
    font-size: 3em;
    font-weight: 700;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    box-shadow: 0 0 15px rgba(0,0,0,1);
  }

  p.up:hover {
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
  }
 
  p.up a {
    color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    padding: 0;
    margin: 0;
    background: #428bca;
    padding: 0 0 0 3px;
  }
  
  p.up a:hover {
    text-decoration: none
  }
  
  p.up a span {
    display: none
  }
  
  p.up a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e113";
    padding: 0;
    margin: 0
  }

  .reveal-modal-bg { 
    position: fixed; 
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0,0,0,.8);
    z-index: 100;
    display: none;
    top: 0;
    left: 0
  }

  .reveal-modal {
    display: block;
    visibility: hidden;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 960px;
    position: absolute;
    z-index: 101;
  }

  .reveal-modal .row {
    margin: 100px 0 0 0;
    background: rgba(255,255,255,1);
    position: relative;
    line-height: 1.8em    
  }

  .reveal-modal .row h2,
  .reveal-modal .row h3 {
    margin: 10px 0 0 0;
    padding: 0;
    font-family: Raleway, sans-serif;
    font-size: 3em;
    font-weight: 700;
    text-align: left
  }
  
  .reveal-modal .row ul {
    margin: 20px 0 0 0;
    padding: 0 0 0 25px
  }

  .reveal-modal .fecha {
    font-size: 1.1em;
    color: #888;
    margin: 30px 0 10px 0;
    font-style: italic
  }

  .reveal-modal .row h3 {
    font-size: 2em;
    margin: 0 0 40px 0
  }

  .reveal-modal .row .col-md-8 {
    padding: 0;
    box-shadow: 0 0 3px rgba(0,0,0,1)
  } 

  .reveal-modal .row .col-md-4 {
    padding: 20px;
  }
  
  .reveal-modal .row .col-md-4 a {
    margin: 30px 0 0 0;
    display: block;
    font-family: Raleway, sans-serif;
    font-size: 1.3em;
    font-weight: 900;
    transition: color 0.2s ease-in-out;
    position: relative;
    text-align: center
  }
  
  .reveal-modal .row .col-md-4 a:hover,
  .reveal-modal .row .col-md-4 a:focus {
    text-decoration: none;
    color: #000;
    transition: color 0.2s ease-in-out
  }
  
  .reveal-modal .row .col-md-4 a:after {
    font-family: Raleway, sans-serif;
    content: "\2022";
    display: block;
    letter-spacing: 1px;
    font-size: 2em;
    text-shadow: 0px 0px 0px #000, 0px 0px 0px #000;
    color: #428bca;
    opacity: 0;
    transition: all 0.2s ease-in-out
  }
  
  .reveal-modal .row .col-md-4 a:hover:after {
    opacity: 1;
    text-shadow: 15px 0px 0px #000, -15px 0px 0px #000;
    transition: all 0.2s ease-in-out
  }
  
  .reveal-modal.small 		{ width: 200px; margin-left: -140px}
  .reveal-modal.medium 		{ width: 400px; margin-left: -240px}
  .reveal-modal.large 		{ width: 600px; margin-left: -340px}
  .reveal-modal.xlarge 		{ width: 800px; margin-left: -440px}

  .reveal-modal .close-reveal-modal {
    font-size: 22px;
    line-height: .5;
    position: absolute;
    top: 8px;
    right: 11px;
    color: #aaa;
    text-shadow: 0 -1px 1px rbga(0,0,0,0.6);
    font-weight: bold;
    cursor: pointer;
  } 

  .reveal-modal .close-reveal-modal:hover {
    text-decoration: none
  }

}