/* LETRAS */
@font-face {
  font-family: 'argus-light'; /* titulos, botones, blacks ... */
  src: url('../fonts/Oswald-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/Oswald-Light.woff') format('woff'), url('../fonts/Oswald-Light.ttf')  format('truetype'), url('../fonts/Oswald-Light.svg#Oswald-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'argus-extraLight'; /* Letras generales */
  src: url('../fonts/Oswald-ExtraLight.eot?#iefix') format('embedded-opentype'),  url('../fonts/Oswald-ExtraLight.woff') format('woff'), url('../fonts/Oswald-ExtraLight.ttf')  format('truetype'), url('../fonts/Oswald-ExtraLight.svg#Oswald-ExtraLight') format('svg');
  font-weight: normal;
  font-style: normal;
}

body,
html {
  background-color: #000000;
  padding: 0;
  margin: 0 auto;
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
  font-family: 'argus-extraLight', sans-serif;
}
.inicio, html.inicio body{
  background: url("../imgs/bgs/inicio.jpg") #000000 no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../imgs/bgs/inicio.jpg', sizingMethod=scale);
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../imgs/bgs/inicio.jpg', sizingMethod='scale')";
}
.quienes, html.quienes body{
  background: url("../imgs/bgs/quienes_somos.jpg") #000000 no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../imgs/bgs/quienes_somos.jpg', sizingMethod=scale);
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../imgs/bgs/quienes_somos.jpg', sizingMethod='scale')";
}
.clientes, html.clientes body{
  background: url("../imgs/bgs/clientes.jpg") #000000 no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../imgs/bgs/clientes.jpg', sizingMethod=scale);
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../imgs/bgs/clientes.jpg', sizingMethod='scale')";
}

.servicios, html.servicios body{
  background: url("../imgs/bgs/servicios.jpg") #000000 no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../imgs/bgs/servicios.jpg', sizingMethod=scale);
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../imgs/bgs/servicios.jpg', sizingMethod='scale')";
}
.contacto, html.contacto body{
  background: url("../imgs/bgs/contacto.jpg") #000000 no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../imgs/bgs/contacto.jpg', sizingMethod=scale);
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../imgs/bgs/contacto.jpg', sizingMethod='scale')";
}
.jobs , html.jobs body{
  background: url("../imgs/bgs/trabajo.jpg") #000000 no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../imgs/bgs/trabajo.jpg', sizingMethod=scale);
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../imgs/bgs/trabajo.jpg', sizingMethod='scale')";
}
.privacidad , html.privacidad body{
  background: url("../imgs/bgs/privacidad.jpg") #000000 no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../imgs/bgs/privacidad.jpg', sizingMethod=scale);
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../imgs/bgs/trabajo.jpg', sizingMethod='scale')";
}

.navbar {
  margin-top: 50px;
  margin-bottom: 50px;
}
.navbar-default {
  background-color: rgba(0,0,0,0.55);
  border-color: rgba(0,0,0,0.55);
  color: rgba(255,255,255,0.7);
}
.navbar-default .navbar-nav > li > a {
  font-size: 20px;
  color: rgba(255,255,255,1);
  transition: all 600ms ease;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: rgba(255,255,255,0.7);
  text-shadow: 0px 0px 8px rgba(26,236,255,1);
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  font-size: 30px;
  background-color: rgba(2,9,38,0);
  color: rgba(255,255,255,1);
  text-shadow: 0px 0px 8px rgba(26,236,255,1);
}
.navbar-brand {
  padding: 0;
  max-width: 100px;
  margin-top: -25px;
}
.navbar-brand > img {
  max-width: 100px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.center-home {
  position: relative;
  display: block;
  margin: 20% auto;
}
.general-center {
  position: relative;
  display: block;
  margin: 15% auto;
}
.general-center.quienes-margins {
  margin: 10% auto 7%;
}
.content-general {
  border: 4px solid rgba(255,255,255,0.8);
  border-radius: 4px;
  padding: 20px 15px;
  margin-bottom: 25px;
}
.content-general h1 {
  margin: 5px 0 25px; ;
}
.welcome-home {
  border: 4px solid rgba(255,255,255,0.8);
  border-radius: 4px;
  text-align: center;
  padding: 60px 15px;
}
.welcome-home h1 {
  margin: 0;
  font-size: 27px;
}
.glow-box {
  -webkit-box-shadow: 0px 0px 13px 3px rgba(143,246,255,0.4);
  -moz-box-shadow: 0px 0px 13px 3px rgba(143,246,255,0.4);
  box-shadow: 0px 0px 13px 3px rgba(143,246,255,0.4);
}
.formlog .input-group {
  margin: 10px 0 25px;
}
.btn-default {
  background-color: rgba(76,134,187,0.7);
  border-color: rgba(76,134,187,0.7);
  color: rgba(255,255,255,0.7);
}
.btn-default:hover, .btn-default:focus {
  background-color: rgba(76,134,187,1);
  border-color: rgba(76,134,187,1);
  color: rgba(255,255,255,1);
}
.reg-mes {
  text-align: left;
  font-size: 12px;
}
.reg-mes a {
  color: rgba(76,134,187,0.7);
}
.reg-mes a:hover, .reg-mes a:focus {
  color: rgba(76,134,187,1);
}

.general-center.servivios-margins {
  margin: 5% auto 4%;
}
.general-center.contacto-margins {
  margin: 2% auto 1%;
}
.special-quaote {
  font-size: 30px;
}
.form-special .form-control {
  background-color: rgba(255,255,255,0.5);
  border-color: rgba(0,0,0,0.8);
  color: black;
  font-size: 16px;
}
.form-logins .form-control{
  background-color: rgba(255,255,255,0.5);
  border-color: rgba(0,0,0,0.8);
  color: black;
  font-size: 16px;
}
.form-logins .form-control::-webkit-input-placeholder,
.subeform .form-control::-webkit-input-placeholder,
.form-special .form-control::-webkit-input-placeholder { /* Chrome */
  color: rgba(54,54,54,1) !important;
  font-size: 16px;
  text-align: center;
}
.form-logins .form-control:-ms-input-placeholder,
.subeform .form-control:-ms-input-placeholder,
.form-special .form-control:-ms-input-placeholder { /* IE 10+ */
  color: rgba(54,54,54,1) !important;
  font-size: 16px;
  text-align: center;
}
.form-logins .form-control::-moz-placeholder,
.subeform .form-control::-moz-placeholder,
.form-special .form-control::-moz-placeholder { /* Firefox 19+ */
  color: rgba(54,54,54,1) !important;
  font-size: 16px;
  text-align: center;
  opacity: 1;
}
.form-logins .form-control:-moz-placeholder,
.subeform .form-control:-moz-placeholder,
.form-special .form-control:-moz-placeholder { /* Firefox 4 - 18 */
  color: rgba(54,54,54,1) !important;
  font-size: 16px;
  text-align: center;
  opacity: 1;
}
.form-logins .input-group-addon {
  background-color: rgba(255,255,255,0.5);
  border-color: rgba(0,0,0,0.8);
}
span.help-block {
  background-color: rgba(0,0,0,0.7);
  display: block;
  width: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: -20px auto 5px;
  padding: 4px;
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  color: orangered;
}
/* Input files */
.input-box > input[type="file"]{
  display: none;
}
.input-box strong {
 font-weight: normal;
  font-size: 18px;
}
.inputfile-6 + label {
  color: rgba(54,54,54,1);
  width: 100%;
  display: block;
}

.inputfile-6 + label {
  border: 1px solid rgba(0,0,0,0.8);
  background-color: rgba(255,255,255,0.6);
  padding: 0;
}

.inputfile-6:focus + label,
.inputfile-6.has-focus + label,
.inputfile-6 + label:hover {
  border-color: rgba(0,0,0,0.8);
}

.inputfile-6 + label span,
.inputfile-6 + label strong {
  padding: 4px 6px;
  /* 10px 20px */
}
.inputfile-6 + label > span{
  width: 67%;
}
.inputfile-6 + strong.labels-txt {

}
.inputfile-6 + label span {
  display: inline-block;
  margin: 0 -4px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
}

.inputfile-6 + label strong {
  height: 100%;
  color: rgba(255,255,255,0.7);
  background-color: rgba(76,134,187,0.7);
  display: inline-block;
}

.inputfile-6:focus + label strong,
.inputfile-6.has-focus + label strong,
.inputfile-6 + label:hover strong {
  color: rgba(255,255,255,1);
  background-color: rgba(76,134,187,1);
}

.subeform .form-control {
  background-color: rgba(255,255,255,0.5);
  border-color: rgba(0,0,0,0.8);
  border-radius: 0;
  color: black;
  font-size: 16px;
}
.general-center.privacidad-margins {
  margin: 0 auto 25px;
}
.privacidad-margins {
  font-size: 16px;
  line-height: 20px;
}
.emailforms {
  position: absolute;
  left: -99999px;
}
ul.lista-job {
  width: 100%;
  text-align: left;
}
ul.lista-job li {
  font-size: 12px;
  line-height: 14px;
}
ul.lista-job.error li {
  color: orangered;
}
.jobs-string.error {
  font-size: 12px;
  font-weight: bold;
  color: orangered;
}

@media screen and (max-width: 50em) {
  .inputfile-6 + label strong {
    display: block;
  }
}

/* Responsivos y otro trucos */
@media (min-width: 768px) {
  .navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
  }

  .navbar .navbar-collapse {
    text-align: center;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 16px;
  }
  .navbar {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .navbar-brand {
    max-width: 80px;
    margin-top: -12px;
  }
  .navbar-brand > img {
    max-width: 80px;
  }

  .center-home {
    margin: 1% auto 0;
  }
  .welcome-home {
    padding: 25px 6px;
  }
  .welcome-home h1 {
    margin: 0;
    font-size: 24px;
  }
}
#footer {
  margin: 50px 0 0;
  font-size: 0.5rem;
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}