/* roboto-condensed-300 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-condensed-v24-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v24-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v24-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v24-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v24-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v24-latin-300.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v24-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v24-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v24-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v24-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v24-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v24-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-300italic - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/roboto-condensed-v24-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v24-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v24-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v24-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v24-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v24-latin-300italic.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-italic - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v24-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v24-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v24-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v24-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v24-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v24-latin-italic.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-condensed-v24-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v24-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v24-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v24-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v24-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v24-latin-700.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-700italic - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/roboto-condensed-v24-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v24-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v24-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v24-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v24-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v24-latin-700italic.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}


* {
  box-sizing: border-box;
}
* {margin:0;padding:0;} 
html, body {height: 100%;}

#content-wrap {min-height: 100%;}
body {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  color: #666;
  font-weight: 400;
}

h1{
  font-weight: 400;
  /*line-height: 1.1;*/
  color: inherit;
  padding-left: 15px;
  padding-bottom: 10px;
}
h2, h3 {
  font-weight: 300;
  line-height: 1.4;
  color: inherit;
}

h1, h2, h3 {
  margin-top: 0;
  margin-bottom: 0;
  
  padding-top: 10px;
  float: left;
}
/* Style the header */
.header {
  grid-area: header;
  background-color: #fcfcfc;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  text-align: left;
  /*font-size: 35px;*/
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
}

.font-lite {
  font-weight: 300;
}


.nav {
  float: right;
}
.nav > li {
  float: left;
  
}
.nav > li.selected {
  border-bottom: 1px solid #333;
}
.nav > li > a {
  font-size: 1.25em;
  line-height: 2.75;
  color: #333;
  padding: 10px 10px 1px 10px;
}

/* Style the footer */
.footer {
  grid-area: footer;
  background-color: #fcfcfc;
  margin-top: 20px;
  border-top: 1px solid #ccc;
  text-align: left;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 33px; 
}
.footer > p {
  margin-top: 2px;
  padding-top: 4px;
  float: left;
}
.flip {
  transform: rotate(180deg);
  display: inline-block;
}
.contenido {
  margin-top: 80px;
  padding-bottom: 50px;
}
.contenido ul {
  margin-left: 15px;
}

.job {
  padding: 15px;
}
.job .image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  overflow: hidden;
  border: 1px solid #ccc;
  margin: 0 auto;
}
.nojob .image {
  height: auto;
  padding-bottom: unset;
}
.job .image img, .job .detail-image img {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
}
.job .detail-image {
  position: relative;
  width: 100%;
  max-width: 1366px;
  margin: 20px auto 20px 0;
  display: block;

}
.lastrow {
  margin-bottom: 40px;
}
.goback{
  position: fixed;
  top: 80px;
  right: 12px;
  border: 1px solid #337ab7;
  padding: 5px 15px;
  border-radius: 20px;
  z-index: 999;
  width: 95px;
  height: 33px;
  display: block;
  background: rgba(255, 255, 255, .45);
  text-align: center;
}
.cursiva {
  font-style: italic;
}
.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  border: 1px solid #ccc;
  margin: 0 auto;
}
.job .video-container video {
  position: relative;
  width: 100%;
  height: auto;
}
.job .image .cartela {
  position: absolute;
  z-index: 9;
  bottom: 0;
  left: 0;
  background-color: #6699FF;
  color: #FFF;
  font-size: 1em;
  font-weight: 700;
  padding: 0 5px;
}
.summary {
  background-color: #ecf4f7;
  color: #444;
  padding:10px;
  display: inline-block;
  border-radius: 0.5em;
}
.stat {
  list-style-type: none;
  width: 100%;
  display: flex;
  margin: 0 !important;
}
.stat li {
  padding: 20px;
  background-color: #fff;
  color: #444;
  font-size: 2em;
  border-radius: 1em;
  text-align: center;
  float: left;
  margin:10px;
  width: 100%;
}
.metric {
  font-size:1.25em;
}
/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {

  .header {
    min-width: 360px;
  }

  h1 {
    font-size: 20px;
    line-height: 1.4;
  }
  h2 {
    font-size: 16px;
    line-height: 2;
  }
  .nav > li > a {
    font-size:  1.15em;
    padding-top: 5px;
  }
  .contenido {
    margin-top: 75px;
  }
  .goback {
    right: 10px;
  }
}