/*!
 * Start Bootstrap - Agency v3.3.7+1 (http://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 *
 /

/*------------------------------------------
  INDICE
  00-Generales
  01-Botones
  02-Navegacion - Menu
  03-Header
  04-Seciones Generales
  05-HOME
  06-CONTACT
  07-BLOG
  08-CAREER
  09-GAMES
  10-Seccion Contacto
  11-Footer
  12-Mouse Selecciones
-------------------------------------------*/


 /*------------------------------------------
  00-Generales
-------------------------------------------*/
/*   Fonts  */
@font-face {font-family: "Rubik";
  src: url("../vendor/fonts/rubik/35af6dbe749b9704f03282e5a5949253.eot"); /* IE9*/
  src: url("../vendor/fonts/rubik/35af6dbe749b9704f03282e5a5949253.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../vendor/fonts/rubik/35af6dbe749b9704f03282e5a5949253.woff2") format("woff2"), /* chrome、firefox */
  url("../vendor/fonts/rubik/35af6dbe749b9704f03282e5a5949253.woff") format("woff"), /* chrome、firefox */
  url("../vendor/fonts/rubik/35af6dbe749b9704f03282e5a5949253.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../vendor/fonts/rubik/35af6dbe749b9704f03282e5a5949253.svg#Rubik") format("svg"); /* iOS 4.1- */
}

@font-face {font-family: "Industry W00 Ultra Italic";
  src: url("../vendor/fonts/industry/848e364191b6056c29f15fbfd0f7cddc.eot"); /* IE9*/
  src: url("../vendor/fonts/industry/848e364191b6056c29f15fbfd0f7cddc.eot?#iefix") format("embedded-opentype"), 
  url("../vendor/fonts/industry/848e364191b6056c29f15fbfd0f7cddc.woff2") format("woff2"), 
  url("../vendor/fonts/industry/848e364191b6056c29f15fbfd0f7cddc.woff") format("woff"), 
  url("../vendor/fonts/industry/848e364191b6056c29f15fbfd0f7cddc.ttf") format("truetype"), 
  url("../vendor/fonts/industry/848e364191b6056c29f15fbfd0f7cddc.svg#Industry W00 Ultra Italic") format("svg"); /* iOS 4.1- */
}

@font-face {font-family: "Rubik-Medium";
  src: url("../vendor/fonts/rubik-medium/4dff84c26bc906823e344e1eb76fe7a7.eot"); /* IE9*/
  src: url("../vendor/fonts/rubik-medium/4dff84c26bc906823e344e1eb76fe7a7.eot?#iefix") format("embedded-opentype"), 
  url("../vendor/fonts/rubik-medium/4dff84c26bc906823e344e1eb76fe7a7.woff2") format("woff2"), 
  url("../vendor/fonts/rubik-medium/4dff84c26bc906823e344e1eb76fe7a7.woff") format("woff"), 
  url("../vendor/fonts/rubik-medium/4dff84c26bc906823e344e1eb76fe7a7.ttf") format("truetype"), 
  url("../vendor/fonts/rubik-medium/4dff84c26bc906823e344e1eb76fe7a7.svg#Rubik-Medium") format("svg"); /* iOS 4.1- */
}

@font-face {font-family: "Rubik Light";
  src: url("../vendor/fonts/rubik-light/79aa600424ded269e432988cb556d283.eot"); /* IE9*/
  src: url("../vendor/fonts/rubik-light/79aa600424ded269e432988cb556d283.eot?#iefix") format("embedded-opentype"), 
  url("../vendor/fonts/rubik-light/79aa600424ded269e432988cb556d283.woff2") format("woff2"), 
  url("../vendor/fonts/rubik-light/79aa600424ded269e432988cb556d283.woff") format("woff"), 
  url("../vendor/fonts/rubik-light/79aa600424ded269e432988cb556d283.ttf") format("truetype"), 
  url("../vendor/fonts/rubik-light/79aa600424ded269e432988cb556d283.svg#Rubik Light") format("svg"); /* iOS 4.1- */
}


/*.container{
  overflow: hidden;
}*/
/* ---------------------------------------------- /*
 * Preloader
/* ---------------------------------------------- */
/*video{
  visibility: visible !important;
  display: block!important;
}*/


#preloader {
  background: #000;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}

#status {
  background-image: url(../img/pre-load.gif);
  background-position: center;
  background-repeat: no-repeat;
  height: 200px;
  left: 50%;
  margin: -100px 0 0 -100px;
  position: absolute;
  top: 50%;
  width: 200px;
}

body {
  overflow-x: hidden;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
}

.text-muted {
  color: #777777;
}
.text-primary {
  color: #ff1300;
}

p {
  font-size: 14px;
  line-height: 1.75;
}
p.large {
  font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
  outline: none;
}

a {
  color: #ff1300;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

a:hover,
a:focus,
a:active,
a.active {
  color: #fec503;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Industry W00 Ultra Italic", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.img-centered {
  margin: 0 auto;
}

.img-100{
  width: 100%;
}

.bg-light-gray {
  background-color: #eeeeee;
}

.bg-darkest-gray {
  background-color: #222222;
}


/*---Bloques Diagonales----*/
.box {
  width: 30%;
  height: 75px;
  background: #fff;
}

.right-skew {
  position: relative;
}
.right-skew:before {
  z-index: 1;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
  display: block;
  width: 35px;
  background: #fff;
  -webkit-transform: skew(30deg);
  -ms-transform: skew(30deg);
  transform: skew(30deg);
}

.left-skew {
  position: absolute;
  bottom: 0;
  right: 0;

}
.left-skew:before {
  z-index: 1;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -35px;
  display: block;
  width: 80px;
  background: #fff;
  -webkit-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);
}


.mg-bt-180px{
  margin-bottom: 180px;
}

.mg-bt-90px{
  margin-bottom: 70px;
}

.max-w{
  max-width: 1280px;
  margin: 0 auto;
}


/***Header comunues***/
header#common{
  text-align: left;
  color: white;
  position: relative;
  max-height: 350px;
  padding: 100px 0 50px 0;

}

.h-career{
  background-image: url('../img/get-job-back.png');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.h-apply{
  background-image: url('../img/apply-back.png');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.h-games{
  background-image: url('../img/games-back.png');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.h-news{
  background-image: url('../img/news-back.png');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.h-blog{
  background-image: url('../img/news-back.png');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

header#common .intro-text {
  padding-top: 50px;
  padding-bottom: 50px;
  margin:0;
  overflow: hidden;
}
header#common .intro-text .intro-lead-in {
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 25px;
}
header#common .intro-text .intro-heading {
  font-family: "Industry W00 Ultra Italic", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  header#common .intro-text {
    padding-top: 30px;
  }
  header#common .intro-text .intro-lead-in {
    font-family: "Rubik", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 30px;
    font-weight: 600;
    position: relative;

  }
  header#common .intro-text .intro-heading {
    font-family: "Industry W00 Ultra Italic", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 65px;
    line-height:55px;
    margin-bottom: 15px;
    position: relative;

    
  }
}

#pulse{
  -webkit-animation-duration: 4s;
  -webkit-animation-delay: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-duration: 4s;
          animation-delay: 3s;
          animation-iteration-count: infinite;
}
/*------------------------------------------
  01-Botones
-------------------------------------------*/

.btn-primary {
  color: white;
  background-color: #9b9b9b;
  border-color: #9b9b9b;
  font-family: "Industry W00 Ultra Italic", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 25px;
  color: #3c3d3d;
  line-height: 48px;
  
}
.btn-primary:active:hover, 
.btn-primary.active:hover, 
.open > .dropdown-toggle.btn-primary:hover, 
.btn-primary:active:focus, .btn-primary.active:focus, 
.open > .dropdown-toggle.btn-primary:focus, 
.btn-primary:active.focus, 
.btn-primary.active.focus, 
.open > .dropdown-toggle.btn-primary.focus{
  color: white;
  background-color: #ff1300;
  border-color: #ff1300;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #ff1300;
  border-color: #ff1300;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #ff1300;
  border-color: #ff1300;
}
.btn-primary .badge {
  color: #ff1300;
  background-color: white;
}
.btn-xl {
  color: #ff1300;
  background-color: transparent;
  border-color: #ff1300;
  font-family: "Industry W00 Ultra Italic", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  padding: 15px 42px;
  border-radius: 0;
  float: right;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  color: white;
  background-color: #ff1300;
  border-color: #ff1300;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  background-image: none;
}


.btn-apply {
  color: #003159;
  background-color: transparent;
  border-color: #003159;
  font-family: "Industry W00 Ultra Italic", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  padding: 15px 42px;
  border-radius: 0;
  min-width: 350px;
}
.btn-apply:hover,
.btn-apply:focus,
.btn-apply:active,
.btn-apply.active{
  color: white;
  background-color: #003159;
  border-color: #003159;
}
.btn-apply:active,
.btn-apply.active {
  background-image: none;
}


.btn-apply a:hover{
  color: #fff;
  text-decoration: none;
}



.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
  background-color: #ff1300;
  border-color: #ff1300;
}
.btn-xl .badge {
  color: #ff1300;
  background-color: white;
}

.red-btn-diagonal{
  color: white;
  background-color: transparent;
  border-color: #fff;
  font-family: "Industry W00 Ultra Italic", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  padding: 12px 30px;
  border-radius: 0;
  transform: skew(-30deg);
}

.red-btn-diagonal span{
  display: inline-block;
  transform: skew(30deg);
}

.red-btn-diagonal:hover,
.red-btn-diagonal:focus,
.red-btn-diagonal:active,
.red-btn-diagonal.active{
  color:#ff1300 ;
  background-color: #fff;
  border-color: #fff;
}


.red-btn-diagonal-post{
  color:#ff1300 ;
  background-color: #fff;
  border-color: #fff;
  font-family: "Industry W00 Ultra Italic", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  padding: 12px 30px;
  border-radius: 0;
  transform: skew(-30deg);
  width: 150px;
  margin: 0 auto;
}

.red-btn-diagonal-post span{
  display: inline-block;
  transform: skew(30deg);
}

.red-btn-diagonal-post:hover,
.red-btn-diagonal-post:focus,
.red-btn-diagonal-post:active,
.red-btn-diagonal-post.active{
  color:#ff1300 ;
  background-color: #fff;
  border-color: #fff;
}


.blue-btn-diagonal{
  color: #003159;
  background-color: transparent;
  border-color: #003159;
  font-family: "Industry W00 Ultra Italic", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  padding: 6px 30px;
  border-radius: 0;
  transform: skew(-30deg);
  margin-left: 15px;
  margin-top: 25px;
}

.blue-btn-diagonal span{
  display: inline-block;
  transform: skew(30deg);
}

.blue-btn-diagonal:hover,
.blue-btn-diagonal:focus,
.blue-btn-diagonal:active,
.blue-btn-diagonal.active{
  color:#fff ;
  background-color: #003159;
  border-color:#003159;
}
/*------------------------------------------
  02-Navegacion - Menu
-------------------------------------------*/
.padding-r85{
  padding-right: 85px;
}
.navbar-custom {
  background-color: #222222;
  border-color: transparent;
}
.navbar-custom .navbar-brand {
  color: #fff;
  font-family: "Industry W00 Ultra Italic", Helvetica, Arial, cursive;
  background-color: #ff1300;
  width: 200px;
  height: 85px;
  position: absolute;
  top: 0;
  text-align: right;
  box-shadow: 0 2px 20px 0 rgba(88, 0, 0, 0.5);

}

.navbar-custom .navbar-brand:after{
  z-index: 1;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -25px;
  display: block;
  width: 50px;
  background: #ff1300;
  -webkit-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);

}

.navbar-custom .navbar-brand .logo {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 20px;

}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: #fff;
  background-color: #ff1300;
}
.navbar-custom .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
}
.navbar-custom .navbar-toggle {
  background-color: transparent;
  border: none;
  font-family: "Industry W00 Ultra Italic", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: white;
  font-size: 22px;
  padding: 0;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-custom .nav li a {
  font-family: "Industry W00 Ultra Italic", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white;
  padding-top:20px;
  padding-bottom:20px;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus {
  color: #fff;
  outline: none;
}
.navbar-custom .navbar-nav > .active > a {
  border-radius: 0;
  color: white;
  background-color: transparent;
}
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
  color: white;
  background-color: transparent;
}

/*---- Skew Nav----*/
.navbar-custom ul li a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #bf0000;
  z-index: -1;
  transform: skewX(-30deg);
  opacity: 0;
  transition: opacity 0.3s;
  box-shadow: 0 2px 20px 0 rgba(88, 0, 0, 0.5);
}
.navbar-custom ul li:hover a,
.navbar-custom ul li:focus a,
.navbar-custom ul li.active a {
  color: #fff !important;
}
.navbar-custom ul li:hover a:after,
.navbar-custom ul li:focus a:after,
.navbar-custom ul li.active a:after {
  opacity: 1;
}

.navbar-custom ul li.active a:after{
  background-color: #ff1300;
}
@media (min-width: 768px) {
  .navbar-custom {
    background-color: rgba(0,0,0,0.6);
    padding:0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    border: none;
  }
  .navbar-custom .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-custom .navbar-nav > .active > a {
    border-radius: 3px;
  }
}
@media (min-width: 768px) {
  .navbar-custom.affix {
    background-color: rgba(0,0,0,0.6);
    padding: 0;
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }
}


/*------------------------------------------
  03-Header
-------------------------------------------*/

div#intro {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
}


.opacidad{
   background-color: rgba(0, 0, 0, 0.2)!important;
}

header#home {
 background-color: #000;
 overflow: hidden;
  /*background-image: url('../img/trame-25.png');
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;*/
  text-align: center;
  color: white;
  position: relative;
  height: 100vh;
  -webkit-transition: background-color 1500ms linear;
    -moz-transition: background-color 1500ms linear;
    -o-transition: background-color 1500ms linear;
    -ms-transition: background-color 1500ms linear;
    transition: background-color 1500ms linear;
}
header#home .intro-text {
 /* padding-top: 100px;
  padding-bottom: 50px;*/
  max-width: 600px;
  margin: 0 auto;
  overflow: hidden;
 /* visibility: hidden!important;*/

}
header#home .intro-text .intro-lead-in {
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 25px;
}
header#home .intro-text .intro-heading {
  font-family: "Industry W00 Ultra Italic", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  header#home .intro-text {
    /*padding-top: 300px;
    padding-bottom: 200px;*/
     /*visibility: hidden!important;*/
  }
  header#home .intro-text .intro-lead-in {
    font-family: "Rubik", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 30px;
    font-weight: 600;
  }
  header#home .intro-text .intro-heading {
    font-family: "Industry W00 Ultra Italic", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 64px;
    line-height: 63px;
    margin-bottom: 15px;
    
  }
}


.mouse-icon {
    border: 2px solid #fff;
    border-radius: 16px;
    display: block;
    height: 50px;
    margin: -100px auto 50px;
    position: relative;
    width: 30px;
    z-index: 10;
}
.mouse-icon .scroll {
    animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: 5;
    animation-name: scrolling;
    animation-play-state: running;
    animation-timing-function: linear;
}
.mouse-icon .scroll {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    height: 10px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 4px;
    width: 4px;
}
@keyframes scrolling {
0% {
    opacity: 0;
    top: 5px;
}
30% {
    opacity: 1;
    top: 10px;
}
100% {
    opacity: 0;
    top: 25px;
}
}
/*------------------------------------------
  04-Seciones Generales
-------------------------------------------*/
section {
  padding: 100px 0;
}
section h2.section-heading {
  font-size: 40px;
  line-height: 40px;
  margin-top: 0;
  margin-bottom: 10px;
  color: #ff1300;
}
section h3.section-subheading {
  font-size: 16px;
  text-transform: none;
  margin-bottom: 45px;
  margin-top: 0;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  color: #9b9b9b;
  font-weight: 600;
}
section h3.section-subheading.red{
  color:#ff1300;
}
@media (min-width: 768px) {
  section {
    padding: 100px 0;
  }
}
.service-heading {
  margin: 15px 0;
  text-transform: none;
}

/*------------------------------------------
  05-HOME
-------------------------------------------*/

/**Seccion About Us**/
#about {
    background-image: url(../img/about-back.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    padding: 200px 0 100px 0;
}

/**tabs**/

.menu-tablas{
  text-align: center;
  border: none;
  max-width: 680px;
  margin: 0 auto 100px auto;

}

.menu-tablas li {
    width: 33%;
    transform: skewX(-30deg);
    float: none !important;
    display: inline-block;
    margin: 0 -5px;
    font-family: "Industry W00 Ultra Italic", Helvetica, Arial, sans-serif;
   
   
}

.menu-tablas li.active a {
    background-color: #ff1300 !important;
    color: #fff;
}

.menu-tablas li:hover a, 
.menu-tablas li:focus a {
    background-color: #bf0000 !important;
    color: #fff;
}

.menu-tablas li a {
    border: none !important;
    border-radius: 0;
    transform: skewX(0deg);
    background-color: #003159;
    color: #fff;
    padding-top: 14px;
    padding-bottom: 14px;
}


.menu-tablas li span{
  font-size: 20px;
  line-height: 20px;
  color: #fff;
   display: inline-block;
  -webkit-transform: skew(30deg);
          transform: skew(30deg);

}

.contendor-tab{
  background: #fff;
  -webkit-box-shadow: 0px 14px 30px -9px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 14px 30px -9px rgba(0,0,0,0.5);
    box-shadow: 0px 14px 30px -9px rgba(0,0,0,0.5);
}

.box-foto {
    position: relative;
    top: -23px;
    margin: -25px;
}

.box-texto {
    max-width: 70%;
}

.box-texto h2{
  font-family: "Rubik-Medium", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 26px;
  text-transform: lowercase;
  color: #003159;
  margin-bottom: 20px;
  margin-top: 68px;
  max-width: 350px;
}

.box-texto p{
  font-family: "Rubik Light", Helvetica, Arial, sans-serif;
  color: #444444;
  font-size: 18px;
  line-height: 25px;
}

.cargo{
    background-color: #003159;
    -webkit-transform: skew(-30deg);
    transform: skew(-30deg);
    position: relative;
    top: -44px;
    left: 80px;
    bottom: 10px;
    right: 0;
    max-width: 65%;
    margin: 0 auto;
    text-align: right;
    padding: 12px 50px;

}

.cargo span{
  font-family: "Industry W00 Ultra Italic", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transform: skew(30deg);
          transform: skew(30deg);
}


/*************Slide****************/
.lSSlideWrapper.usingCss .lSFade > *{
  background: #2b2b2b;
}
.lSAction > a{
  width: 51px;
  height: 51px;
  opacity: 1;
}

.lSAction > .lSPrev:hover{
  background-position: 0 55px;
}

.lSAction > .lSNext:hover{
  background-position: -58px 55px;
}

.lSSlideOuter{
  overflow: visible !important;
}
ul{
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
}


ul.lSPager.lSpg{
  padding: 10px 0 !important;
  margin: 0 !important;
  background: #fff;
  -webkit-box-shadow: 0px 14px 30px -9px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 14px 30px -9px rgba(0,0,0,0.5);
      box-shadow: 0px 14px 30px -9px rgba(0,0,0,0.5);
}


.lSSlideOuter .lSPager.lSpg > li a{
  background-color: #9b9b9b;
}

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a{
  background-color: #ff1300;
}

.lSAction > .lSPrev {
    background-position: 0 0;
    left: 5%;
}

.lSAction > .lSNext {
    background-position: -57px 0;
    right: 5%;
}
.content-slider li{
  background-color: #fff;
  text-align: center;
  color: #FFF;
}
.content-slider h3 {
  margin: 0;
  /*padding: 20px 0;*/
}

ul.data-game {
    position: absolute;
    top: 0;
    width: 102%;
    margin: 0 auto;
    overflow: hidden;
    /* float: left; */
    left: -1%;
    right: 0;
    font-family: "Industry W00 Ultra Italic", Helvetica, Arial, sans-serif;

}

ul.data-game li{
  display: inline-block;
  width: 32.5%;
  text-align: center;
  padding: 24px 30px;
  text-transform: uppercase;
  font-weight: bold;
}

ul.data-game li span{
  display: inline-block;
  padding-left: 15px;
  font-size: 20px;
  line-height: 20px;
}

ul.data-game li.gray{
  background: #2b2b2b !important;
}

ul.data-game li.gray:before{
  content: '';
  background: #2b2b2b !important;
}

ul.data-game li:nth-child(1){
  background:#ff1300;
  
}
ul.data-game li:nth-child(2){
  background: #2b2b2b;

}
ul.data-game li:nth-child(3){
  background: #fff;
  color: #003159;


}


ul.data-game >.right-skew {
  position: relative;
}
ul.data-game >.right-skew:before {
  z-index: 2;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -28px;
  display: block;
  width: 55px;
  background: #ff1300;
  -webkit-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);
}

ul.data-game >.left-skew {
  position: relative;
}
ul.data-game >.left-skew:before {
  z-index: 2;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -28px;
  display: block;
  width: 55px;
  background: #2b2b2b;
  -webkit-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);
}

.store {
    font-size: 20px;
    text-transform: uppercase;
    text-align: left;
    margin: 10px 0 20px 0;
}


.text-game > ul.store li{
  display: inline-block;
  background: transparent !important;
  margin-right: 20px;
}

.text-game > ul.store li img{
  max-height: 42px;
}

.text-game > .desc {
    text-align: left;
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
}

 .title {
    position: absolute;
    bottom: 0%;
    z-index: 999;
    left: 0;
    width: 100%;
}

 .title > h3{
  font-family: "Industry W00 Ultra Italic", Helvetica, Arial, sans-serif;
  color: #fff;
  text-align: left;
  font-size: 25px;
  text-transform: uppercase;
  padding-left: 5%;
  padding-bottom: 5%;
}




.title > .box {
  width: 20%;
  height: 90px;
  background: #fff;
}


.title > .box > img{
  position: relative;
  left: 0;
  right: 0;
  top: -75%;
  max-width: 160px;
}


.title >.left-skew {
  position: absolute;
  bottom: 0;
  right: 0;

}

.title >.left-skew:before {
  z-index: -1;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -35px;
  display: block;
  width: 80px;
  background: #fff;
  -webkit-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);
}

.text-game{
  font-family: "Industry W00 Ultra Italic", Helvetica, Arial, sans-serif;
  position: absolute;
  bottom: 15%;
  z-index: 999;
  left: 5%;
}


.test-slider li{
  background-color:red;
  text-align: center;
  color: #FFF;
}


/**********Fans Section********************/

section#fans {
    background-image: url(../img/about-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0% 0%;
    padding: 50px 0 100px 0;

}

section#fans h3.section-subheading{
  margin-bottom: 0;
}


#flat .content-slider-comments li{
  background: #fff;
  padding: 0 20px 20px 20px;
  max-width: 450px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.12);
}


li.flipster__item.flipster__item--past.flipster__item--past-2,
li.flipster__item.flipster__item--future.flipster__item--future-2,
li.flipster__item.flipster__item--past.flipster__item--past-3,
li.flipster__item.flipster__item--future.flipster__item--future-3,
li.flipster__item.flipster__item--past.flipster__item--past-4,
li.flipster__item.flipster__item--future.flipster__item--future-4{
  opacity: 0;
}


/**********Get a Job********************/
section#get-job{
    /*background: url(../img/get-job-back.png) 50% 0 no-repeat fixed;*/
    background-size: cover;
    margin: 0px auto;
    width: 100%;
    max-width: 1920px;
    position: relative;
    text-align: center;
    color: #fff;
    padding-bottom: 80px 0;
    min-height: 500px
}

/*---Bloques Diagonales----*/
section#get-job .box {
  width: 20%;
  height: 85px;
  background: #fff;
  

}

section#get-job .right-skew {
  position: absolute;
  top:-1px;  
}
section#get-job .right-skew:before {
  z-index: 1;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -35px;
  display: block;
  width: 80px;
  background: #fff;
  -webkit-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);
}

section#get-job .left-skew {
  position: absolute;
  bottom: -1px;
  right: 0;

}
section#get-job .left-skew:before {
  z-index: 1;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -35px;
  display: block;
  width: 80px;
  background: #fff;
  -webkit-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);
}


    
section#get-job .intro-text {
  padding-top: 100px;
  padding-bottom: 50px;
  max-width: 600px;
  margin: 0 auto
}

section#get-job .intro-text .intro-heading {
  font-family: "Industry W00 Ultra Italic", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 35px;
}


/*------------------------------------------
  06-CONTACT
-------------------------------------------*/
header#h-contact {
  background-image: none;
  position: relative;
}
/*Mapa*/
#map-canvas {
    width: 100%;
    min-height: 700px;


}
/*------------------------------------------
  07-BLOG
-------------------------------------------*/
#blog .blog-item {
  margin: 0 0 15px;
  right: 0;
  min-height: 435px;
}

#blog  h2{
  margin: 0 0 40px 25px ;
  color: #ff1300;
  font-size: 20px;
}

#blog .blog-item .blog-link {
  display: block;
  position: relative;
  max-width: 335px;
  margin: 0 auto;
  text-decoration: none;
}
#blog .blog-item .blog-link .blog-hover {
  background: rgba(255, 19, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#blog .blog-item .blog-link .blog-hover:hover {
  opacity: 1;
}


#blog .blog-item .blog-link .blog-hover .blog-hover-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
#blog .blog-item .blog-link .blog-hover .blog-hover-content i {
  margin-top: -12px;
}
#blog .blog-item .blog-link .blog-hover .blog-hover-content h3,
#blog .blog-item .blog-link .blog-hover .blog-hover-content h4 {
  margin: 0;
}
#blog .blog-item .blog-caption {
  max-width: 335px;
  margin: 0 auto;
  background-color: white;
  padding: 25px 0;
}
#blog .blog-item .blog-caption h4 {
  font-family: "Rubik-Medium", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  margin: 0;
  color: #003159;
  margin-bottom: 12px;
  font-size: 20px;

}


#blog .blog-item .blog-link .blog-caption:hover h4{
  color: #ff1300;
}

#blog .blog-item .blog-caption span.date {
  font-family: "Rubik Light", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
  text-transform: uppercase;
  color:#9b9b9b;
  display: block;

}

#blog .blog-item .blog-caption p {
  font-family: "Rubik Light", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 23px;
  color: #003159;
  margin: 0;
}
#blog * {
  z-index: 2;
}
@media (min-width: 767px) {
  #blog .blog-item {
    margin: 0 0 70px;
    min-height: 435px;

  }
}


/***Last Post****/
#blog .last-blog-item {
  margin: 0 0 15px;
  right: 0;
  min-height: 435px;
  padding: 0;
  box-shadow: 0 14px 30px 0 rgba(0, 0, 0, 0.19);

}

/*---Bloques Diagonales----*/
#blog .last-blog-item .box {
  width: 30%;
  height: 100px;
  background:#fff;
}

#blog .last-blog-item .right-skew {
  position: absolute;
  z-index: 888;
  right: 0;
}
#blog .last-blog-item .right-skew:before {
  z-index: 1;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -40px;
  display: block;
  width: 100%;
  background: #fff;
  -webkit-transform: skew(30deg);
  -ms-transform: skew(30deg);
  transform: skew(30deg);
}

#blog .last-blog-item .left-skew {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;

}
#blog .last-blog-item .left-skew:before {
  z-index: 1;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -50px;
  left: initial;
  display: block;
  width: 80px;
  background: #fff;
  -webkit-transform: skew(30deg);
  -ms-transform: skew(30deg);
  transform: skew(30deg);
}

#blog .last-blog-item .blog-link {
  display: block;
  position: relative;
  margin: 0 auto;
  text-decoration: none;
}

#blog .last-blog-item .blog-link img{
width: 100%
}
#blog .last-blog-item .blog-link .blog-hover {
  background: rgba(255, 19, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#blog .last-blog-item .blog-link .blog-hover:hover {
  opacity: 1;
}


#blog .last-blog-item .blog-link .blog-hover .blog-hover-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
#blog .last-blog-item .blog-link .blog-hover .blog-hover-content i {
  margin-top: -12px;
}
#blog .last-blog-item .blog-link .blog-hover .blog-hover-content h3,
#blog .last-blog-item .blog-link .blog-hover .blog-hover-content h4 {
  margin: 0;
}
#blog .last-blog-item .blog-caption {
    padding: 0px 75px 15px 75px;
    width: 60%;
    position: relative;
    top: -65px;

}

#blog .last-blog-item .blog-caption h4 {
  font-family: "Industry W00 Ultra Italic", Helvetica, Arial, sans-serif;
  font-size: 30px;
  line-height: 31px;
  text-transform: none;
  margin: 0;
  color: #ff1300;
  margin-bottom: 12px;

}


#blog .last-blog-item .blog-link .blog-caption:hover h4{
  color: #ff1300;
}

#blog .last-blog-item .blog-caption span.date {
  font-family: "Rubik Light", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  /*margin-bottom: 15px;*/
  text-transform: uppercase;
  color:#9b9b9b;
  display: block;

}

#blog .last-blog-item .blog-caption p {
  font-family: "Rubik Light", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 23px;
  color: #003159;
  margin: 0;
}

@media (min-width: 767px) {
  #blog .blog-item {
    margin: 0 0 40px;
    min-height: 435px;

  }
}


/********POST**************/
section#post{
  padding: 50px 0;
}

section#post img{
  width: 100%;
}

.max-h{
 max-height: 630px;
}

section#post .img-last-post{

position: relative;
}

.box-img {
  width: 50%;
  height: 100px;
  background: #fff;
}

.skew-img {
  position: absolute;
  bottom:0;
}

.skew-img:before {
  z-index: 1;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -45px;
  display: block;
  width: 80px;
  background:#fff;
  -webkit-transform: skew(30deg);
  -ms-transform: skew(30deg);
  transform: skew(30deg);
}

section#post .post-caption{
  max-width: 50%;
  position: relative;
  top: -50px;
}

section#post .post-caption h1{
  color: #ff1300;
  font-size: 40px;
  line-height: 41px;
  text-transform: none;
  margin-bottom: 20px;
}

section#post .post-caption p.excerpt{
  font-family: "Rubik Light", Helvetica, Arial, sans-serif;
  color: #9b9b9b;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 50px;
}

section#post .post-caption span.date{
  font-family: "Rubik Light", Helvetica, Arial, sans-serif;
  color: #9b9b9b;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 40px;
  display: block;

}

section#post .content-post{
  color: #003159;
  font-family: "Rubik Light", Helvetica, Arial, sans-serif;
}
section#post .content-post p{
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 20px;
}

section#post .content-post h3{
  font-family: "Rubik-Medium", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 25px;
  margin: 50px 0;
  font-weight: bold;
  text-transform: none;
}

section#post .content-post img{
  width: 100%;
  margin: 60px 0;
}

section#post .related-post h2{
  margin: 0;
  color: #ff1300;
  font-size: 20px;
}

section#post .related-post a{
  text-decoration: none;
}

section#post .related-post a:hover h3{
  color: #ff1300;
}

section#post .related-post h3{
  color: #003159;
  font-family: "Rubik-Medium", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  font-size: 20px;
  line-height: 20px;
}

section#post .related-post span.date{
  font-family: "Rubik Light", Helvetica, Arial, sans-serif;
  color: #9b9b9b;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 40px;
  display: block;
}

/*------------------------------------------
  08-CAREER
-------------------------------------------*/
section#careers{
  padding: 80px 0;
}

.career-box{
  max-width: 1280px;
  background: #fff;
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.12);
  margin: 50px auto;
}
.career-box .photo{
  padding: 0
}

.career-box .photo img{
  max-height: 430px;
}



.career-box .data-career {
    padding: 20px 10px;
}

.career-box .data-career h2{
  color:#ff1300;
  font-size: 40px;
  line-height: 41px; 
  margin-bottom: 5px;
  margin-top: 0;
}
.career-box .data-career h3{
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  color: #003159;
  font-size: 22px;
  line-height: 26px; 
  text-transform: none;
  margin: 0 0 20px 0;
}

.career-box .data-career ul{
  margin: 20px 0;
}

.career-box .data-career ul li{
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #9b9b9b;
}

.career-box .data-career p{
  font-family: "Rubik Light", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #9b9b9b;
  margin-bottom: 22px;
}





.mobile{
  display: none;
}
/*------------------------------------------
  07-APPLY
-------------------------------------------*/

  

.apply-box .data-career {
    padding: 50px 10px;
}

.apply-box .data-career h2{
  color:#ff1300;
  font-size: 40px;
  line-height: 41px; 
  margin-bottom: 5px;
}
.apply-box .data-career h3{
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  color: #003159;
  font-size: 22px;
  line-height: 26px; 
  text-transform: none;
  margin: 0 0 20px 0;
}

.apply-box .data-career ul{
  margin: 20px 0;
}

.apply-box .data-career ul li{
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #9b9b9b;
}

.apply-box .data-career p{
  font-family: "Rubik Light", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #9b9b9b;
  margin-bottom: 42px;
}




#applyForm .form-control{
  border-radius: 0;
  border-color: #9b9b9b;
}
#applyForm .form-group {
  margin-bottom: 25px;
}

#applyForm .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fff;
    opacity: 1;
}
#applyForm .form-group input,
#applyForm .form-group textarea {
  padding: 20px;
}
#applyForm .form-group input.form-control {
  height: auto;
}
#applyForm .form-group textarea.form-control {
  height: 236px;
}
#applyForm .form-control:focus {
  border-color: #000000;
  box-shadow: none;
}
#applyForm ::-webkit-input-placeholder {
  font-family: "Rubik Light", Helvetica, Arial, sans-serif;
  
  color: #9b9b9b;
}
#applyForm :-moz-placeholder {
  
  font-family: "Rubik Light", Helvetica, Arial, sans-serif;
  color: #9b9b9b;
}
#applyForm ::-moz-placeholder {
 
  font-family: "Rubik Light", Helvetica, Arial, sans-serif;
  color: #9b9b9b;
}
#applyForm :-ms-input-placeholder {
  font-family: "Rubik Light", Helvetica, Arial, sans-serif;
  color: #9b9b9b;
}
#applyForm .text-danger {
  color: #e74c3c;
}

i.fa.fa-paperclip{
  vertical-align: middle;
}

/*------------------------------------------
  07-NEWS
-------------------------------------------*/
section#news{
  padding: 80px 0 40px 0;
}

#news .blog-item {
  margin: 0 0 15px;
  right: 0;
  min-height: 435px;
}



#news .blog-item .blog-link {
  display: block;
  position: relative;
  max-width: 335px;
  margin: 0 auto;
  text-decoration: none;
}
#news .blog-item .blog-link .blog-hover {
  background: rgba(255, 19, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#news .blog-item .blog-link .blog-hover:hover {
  opacity: 1;
}


#news .blog-item .blog-link .blog-hover .blog-hover-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
#news .blog-item .blog-link .blog-hover .blog-hover-content i {
  margin-top: -12px;
}
#news .blog-item .blog-link .blog-hover .blog-hover-content h3,
#news .blog-item .blog-link .blog-hover .blog-hover-content h4 {
  margin: 0;
}
#news .blog-item .blog-caption {
  max-width: 335px;
  margin: 0 auto;
  background-color: white;
  padding: 25px 0;
}
#news .blog-item .blog-caption h4 {
  font-family: "Rubik-Medium", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: none;
  margin: 0;
  color: #003159;
  margin-bottom: 12px;
  font-size: 20px;

}


#news .blog-item .blog-link .blog-caption:hover h4{
  color: #ff1300;
}

#news .blog-item .blog-caption span.date {
  font-family: "Rubik Light", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
  text-transform: uppercase;
  color:#9b9b9b;
  display: block;

}

#news .blog-item .blog-caption p {
  font-family: "Rubik Light", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 23px;
  color: #003159;
  margin: 0;
}
#news * {
  z-index: 2;
}
@media (min-width: 767px) {
  #news .blog-item {
    margin: 0 0 70px;
    min-height: 435px;

  }
}


/***Last Post****/
#news .last-blog-item {
  margin: 0 0 15px;
  right: 0;
  min-height: 435px;
  padding: 0;
  box-shadow: 0 14px 30px 0 rgba(0, 0, 0, 0.19);
  max-height: 550px;
}


/***Last Post****/
#blog .last-blog-item {
  margin: 0 0 15px;
  right: 0;
  min-height: 435px;
  padding: 0;
  box-shadow: 0 14px 30px 0 rgba(0, 0, 0, 0.19);
  max-height: 550px;

}

/*---Bloques Diagonales----*/
#news .last-blog-item .box {
  width: 30%;
  height: 100px;
  background:#fff;
}

#news .last-blog-item .right-skew {
  position: absolute;
  z-index: 888;
  right: 0;
}
#news .last-blog-item .right-skew:before {
  z-index: 1;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -40px;
  display: block;
  width: 100%;
  background: #fff;
  -webkit-transform: skew(30deg);
  -ms-transform: skew(30deg);
  transform: skew(30deg);
}

#news .last-blog-item .left-skew {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;

}
#news .last-blog-item .left-skew:before {
  z-index: 1;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -50px;
  left: initial;
  display: block;
  width: 80px;
  background: #fff;
  -webkit-transform: skew(30deg);
  -ms-transform: skew(30deg);
  transform: skew(30deg);
}

#news .last-blog-item .blog-link {
  display: block;
  position: relative;
  margin: 0 auto;
  text-decoration: none;
}

#news .last-blog-item .blog-link img{
width: 100%
}
#news .last-blog-item .blog-link .blog-hover {
  background: rgba(255, 19, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#news .last-blog-item .blog-link .blog-hover:hover {
  opacity: 1;
}


#news .last-blog-item .blog-link .blog-hover .blog-hover-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
#news .last-blog-item .blog-link .blog-hover .blog-hover-content i {
  margin-top: -12px;
}
#news .last-blog-item .blog-link .blog-hover .blog-hover-content h3,
#news .last-blog-item .blog-link .blog-hover .blog-hover-content h4 {
  margin: 0;
}
#news .last-blog-item .blog-caption {
  padding: 0px 75px 15px 75px;
  width: 60%;
  position: relative;
  top: -65px;

}

#news .last-blog-item .blog-caption h4 {
  font-family: "Industry W00 Ultra Italic", Helvetica, Arial, sans-serif;
  font-size: 30px;
  line-height: 31px;
  text-transform: none;
  margin: 0;
  color: #ff1300;
  margin-bottom: 12px;

}


#news .last-blog-item .blog-link .blog-caption:hover h4{
  color: #ff1300;
}

#news .last-blog-item .blog-caption span.date {
  font-family: "Rubik Light", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  /*margin-bottom: 15px;*/
  text-transform: uppercase;
  color:#9b9b9b;
  display: block;

}

#news .last-blog-item .blog-caption p {
  font-family: "Rubik Light", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 23px;
  color: #003159;
  margin: 0;
}

@media (min-width: 767px) {
  #news .blog-item {
    margin: 0 0 70px;
    min-height: 435px;

  }
}

section#download-assets{
  padding: 0 0 100px 0;
}

#download-assets h2{
  font-size: 30px;
}

#download-assets h3{
  font-size: 16px;
  font-family: "Rubik Light", Helvetica, Arial, sans-serif;
}

#download-assets ul li{
  margin-bottom: 20px;
}

#download-assets ul li a{
  font-family: "Rubik",Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 42px;
  font-weight: 600;
  text-transform: uppercase;
  color: #04204c;
  text-decoration: none;

}

#download-assets ul li a:hover{
  color: #ff1300;
}

#download-assets ul li img{
  margin-right: 12px;
  vertical-align: middle;
}


/*------------------------------------------
  09-GAMES
-------------------------------------------*/

section#games {
   
}
.game{
  border-top: 10px solid #ff1300;
  border-bottom: 10px solid #003159;
  padding: 0;
  overflow: hidden;
  margin-bottom: 50px;
}


.game > ul.data-game-week {
    position: absolute;
    top: 0px;
    width: 101%;
    margin: 0 auto;
    overflow: hidden;
    left: 0px;
    right: 0;
    font-family: "Industry W00 Ultra Italic", Helvetica, Arial, sans-serif;
    color: #fff;

}

.game > ul.data-game-week li{
  display: inline-block;
  width: 33%;
  text-align: center;
  padding: 24px 30px;
  text-transform: uppercase;
  font-weight: bold;
}

.game > ul.data-game-week li span{
  display: inline-block;
  padding-left: 15px;
  font-size: 20px;
  line-height: 20px;
}


.game > ul.data-game-week li:nth-child(1){
  background:#ff1300;
  
}
.game > ul.data-game-week li:nth-child(2){
  background: #2b2b2b;

}
.game > ul.data-game-week li:nth-child(3){
  background: #fff;
  color: #003159;


}

.game > ul.data-game-week >.right-skew {
  position: relative;
}
.game > ul.data-game-week >.right-skew:before {
  z-index: 2;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -28px;
  display: block;
  width: 55px;
  background: #ff1300;
  -webkit-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);
}

.game > ul.data-game-week >.left-skew {
  position: relative;
}
.game > ul.data-game-week >.left-skew:before {
  z-index: 2;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -28px;
  display: block;
  width: 55px;
  background: #2b2b2b;
  -webkit-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);
}


.game > ul.data-game {
    position: absolute;
    top: 0px;
    width: 101%;
    margin: 0 auto;
    overflow: hidden;
    left: 0px;
    right: 0;
    font-family: "Industry W00 Ultra Italic", Helvetica, Arial, sans-serif;
    color: #fff;

}

.game > ul.data-game li{
  display: inline-block;
  width: 33%;
  text-align: center;
  padding: 24px 30px;
  text-transform: uppercase;
  font-weight: bold;
}

.game > ul.data-game li span{
  display: inline-block;
  padding-left: 15px;
  font-size: 20px;
  line-height: 20px;
}


.game > ul.data-game li:nth-child(1){
  background:#2b2b2b;
  
}
.game > ul.data-gamek li:nth-child(2){
  background: #2b2b2b;

}
.game > ul.data-game li:nth-child(3){
  background: #fff;
  color: #003159;


}

.game > ul.data-game >.right-skew {
  position: relative;
}
.game > ul.data-game >.right-skew:before {
  z-index: 2;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -28px;
  display: block;
  width: 55px;
  background: #2b2b2b;
  -webkit-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);
}

.game > ul.data-game >.left-skew {
  position: relative;
}
.game > ul.data-game >.left-skew:before {
  z-index: 2;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -28px;
  display: block;
  width: 55px;
  background: #2b2b2b;
  -webkit-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);
}

.game > .store {
    font-size: 20px;
    text-transform: uppercase;
    text-align: left;
}

.game > .text-game{
  font-family: "Industry W00 Ultra Italic", Helvetica, Arial, sans-serif;
  color: #fff;
  position: absolute;
  bottom: 15%;
  z-index: 999;
  left: 5%;
}

.game > .text-game > ul.store li{
  display: inline-block;
}

.game > .text-game > .desc {
    text-align: left;
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
}

.game > .title {
    position: absolute;
    bottom: 0%;
    z-index: 999;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.75);
}

.game > .title > h3{
  font-family: "Industry W00 Ultra Italic", Helvetica, Arial, sans-serif;
  color: #fff;
  text-align: left;
  font-size: 25px;
  text-transform: uppercase;
  padding-left: 5%;
  padding-bottom: 0;
}




.game >.title > .box {
  width: 25%;
  height: 100px;
  background: #fff;
}


.game >.title > .box > img{
  position: relative;
  left: 20%;
  right: 0;
  top: -55%;
  max-width: 160px;
}


.game >.title >.left-skew {
  position: absolute;
  bottom: 0;
  right: 0;

}
.game >.title >.left-skew:before {
  z-index: -1;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -35px;
  display: block;
  width: 80px;
  background: #fff;
  -webkit-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);
}


.game > .comments-slider {
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 87%;
  width: 26.43%;
  z-index: 1;
}

.game > .comments-slider:before{
   z-index: -1;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -59.6%;
  display: block;
  width: 110%;
  background: #fff;
  -webkit-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);
}


.comments-slider .nav-slide {
    position: relative;
    top: -30px;
}

.comments-slider .nav-slide #goToPrevSlide{
  left: 0;
  position: absolute;
  background-position: 0 55px;
  width: 51px;
  display: block;
  top: 50%;
  height: 51px;
  background-image: url('../vendor/ligthgallery/img/controls.png');
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
}

.comments-slider .nav-slide #goToNextSlide{
  right: 0;
  position: absolute;
  background-position: -58px 55px;
  width: 51px;
  display: block;
  top: 50%;
  height: 51px;
  background-image: url('../vendor/ligthgallery/img/controls.png');
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
}


.comments-slider .nav-slide .goToPrevSlide{
  left: 0;
  position: absolute;
  background-position: 0 55px;
  width: 51px;
  display: block;
  top: 50%;
  height: 51px;
  background-image: url('../vendor/ligthgallery/img/controls.png');
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
}

.comments-slider .nav-slide .goToNextSlide{
  right: 0;
  position: absolute;
  background-position: -58px 55px;
  width: 51px;
  display: block;
  top: 50%;
  height: 51px;
  background-image: url('../vendor/ligthgallery/img/controls.png');
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
}





.comments-slider .item{
  position: relative;
  right: 10%;
  top: 11.5%;

}

.content-slider-comments h3.home {
    font-family: "Rubik", Helvetica, Arial, sans-serif;
    background-color: #ff1300;
    font-size: 20px;
    margin: 0;
    position: relative;
    left: -5%;
    text-transform: none;
    font-weight: 600;
    padding: 23px;
    color: #fff;
    max-width: 60%;
}

.content-slider-comments h3.home:before{
    z-index: -1;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 85%;
    display: block;
    width: 28%;
    background: #ff1300;
    -webkit-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    transform: skew(-30deg);
}

.content-slider-comments h3{
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  color: #ff1300;
  font-size: 20px;
  margin: 15px 0;
  text-transform: none;
  font-weight: 600;
}

.content-slider-comments .rating{
  color:rgba(255, 138, 0, 0.52);
  margin-bottom: 5px;
  margin-top: 20px;
}

.content-slider-comments .info{
  color:#ff1300;
  margin-bottom: 15px;
  font-size: 15px;
}

.content-slider-comments .comment{
  color: #003159;
  margin-bottom: 15px;
  font-size: 16px;
}

.content-slider-comments .data-comment{
  color: #9b9b9b;
  font-size: 15px;
}

.comments-slider ul.lSPager.lSpg{
  box-shadow: none !important;
  margin-top: 50px !important;
}


@media (max-width: 768px) {
  .game > ul.data-game-week li span,
  .game > ul.data-game li span {
    font-size:95%;

  }
}



/*------------------------------------------
  08-Seccion Contacto
-------------------------------------------*/
section#contact {
  background-color: #fff;

}

section#contact p{
 font-family: "Rubik Light", Helvetica, Arial, sans-serif;
 color: #9b9b9b;
 font-size: 16px;
 line-height: 26px;

}

section#contact .section-heading { 
  color: #ff1300;
  margin-bottom: 20px;
}
section#contact  h3.section-subheading{
 font-family: "Rubik Light", Helvetica, Arial, sans-serif;
font-weight: normal;
}

section#contact .form-control{
  border-radius: 0;
  border-color: #9b9b9b;
}
section#contact .form-group {
  margin-bottom: 25px;
}
section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}
section#contact .form-group input.form-control {
  height: auto;
}
section#contact .form-group textarea.form-control {
  height: 236px;
}
section#contact .form-control:focus {
  border-color: #000000;
  box-shadow: none;
}
section#contact ::-webkit-input-placeholder {
  font-family: "Rubik Light", Helvetica, Arial, sans-serif;
  color: #9b9b9b;
}
section#contact :-moz-placeholder {
  /* Firefox 18- */
  font-family: "Rubik Light", Helvetica, Arial, sans-serif;
  color: #9b9b9b;
}
section#contact ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Rubik Light", Helvetica, Arial, sans-serif;
  color: #9b9b9b;
}
section#contact :-ms-input-placeholder {
  font-family: "Rubik Light", Helvetica, Arial, sans-serif;
  color: #9b9b9b;
}
section#contact .text-danger {
  color: #e74c3c;
}

/*------------------------------------------
  09-Footer
-------------------------------------------*/
footer {
  padding: 25px 0;
  text-align: center;
}
footer span.copyright {
  line-height: 40px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
}
footer ul.quicklinks {
  margin-bottom: 0;
  line-height: 40px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
}

ul.social-buttons {
  margin-bottom: 0;
}

ul.social-buttons li a {
  display: block;
  background-color: #222222;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 40px;
  color: white;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
  background-color: #ff1300;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
  outline: none;
}

/*------------------------------------------
  10-Modal Boostrap
-------------------------------------------*/
.portfolio-modal {
  padding: 0 !important;
}
.portfolio-modal .modal-dialog {
  margin: 0;
  height: 100%;
  width: auto;
}
.portfolio-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}
.portfolio-modal .modal-content h2 {
  margin-bottom: 15px;
  font-size: 3em;
}
.portfolio-modal .modal-content p {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content p.item-intro {
  margin: 20px 0 30px;
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
}
.portfolio-modal .modal-content ul.list-inline {
  margin-bottom: 30px;
  margin-top: 0;
}
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}
.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #222222;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #222222;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none;
}


/*------------------------------------------
  11-Mouse Selecciones
-------------------------------------------*/
::-moz-selection {
  text-shadow: none;
  background: #ff1300;
}
::selection {
  text-shadow: none;
  background: #ff1300;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: #ff1300;
}
