@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200italic,300,300italic,400,400italic,600,600italic,700,700italic,900italic,900);
@import url(https://fonts.googleapis.com/css?family=Amatic+SC:400,700&subset=latin,latin-ext);

body {
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: 0.02em;
  position: absolute;
}
p, li{
  font-weight: 400;
}

/*Secciones centradas al 100%*/
.contenedor-centrado {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.contenido-centrado {
  display: table-cell;
  vertical-align: middle;
  padding: 100px 0 40px 0;
  text-align: center;
  max-width: 1000px;
}
/*fin Secciones centradas al 100%*/

.logo {
  z-index: 20;
}

.logo h1 {
  font-family: 'Amatic SC', cursive;
  font-size: 6em;
  color: #eceff1;
}
.logo h2 {
  color: #eceff1;
  font-size: 1.8em;
  font-weight: 300;
}
.logo h4 {
  color: #eceff1;
  font-size: 1.1em;
  padding-top: 0px;
  letter-spacing: 0.1em;
  font-weight: 200;
}
.volver {
  margin-left: 3px;
  float: right;
  color: #37474f;
  text-decoration: none;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 200;
  line-height: 0.5;
}
.volver:hover {
  text-decoration: none;
  color: #78909c;
}
.volver:visited {
}
a:focus, a:hover {
  text-decoration: none;
  color: #37474f;
}



/*
@media(min-width:768px) {
    header {
        min-height: 500px;
    }

    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
}*/

/*header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
}
header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
}
header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
}

header .header-content .header-content-inner hr {
    margin: 30px auto;
}

header .header-content .header-content-inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
}*/


header {
  height: auto;
  margin: 0 auto;
  /*overflow: hidden;*/
  position: relative;
  width: 100%;
  z-index: 1;
  height: 100%;
}

.centro-centro {
	position: relative;
	z-index: 2;
}

.header-content {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  min-width: 95%;
  margin: 20px auto;
}
.video-header {

  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.fondo-foto-video {
  background: rgba(0, 0, 0, 0) url("../img/video-poster.jpg") no-repeat scroll center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.fondo-foto-indexN {
  background: rgba(0, 0, 0, 0) url("../img/indexN.jpg") no-repeat scroll center center;
  background-size: cover;
  display: block;
  max-width:800px;
  max-height:500px;
  width: auto;
  height: auto;
}

/*#anin-1 {
    height: 500px;
    background-image: url(../img/anin/produccion.gif);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}*/


.feature {
    display: table;
}
.columns {
    overflow: hidden;
    width: 100%;
}

.illustration {
  height: 275px;
  width: 350px;
  display: inline-block;
  line-height: 0;
  vertical-align: top;
  background-repeat: no-repeat;
}

.column-izq-mov {
  opacity: 0;
  margin-right: 200px;
  -webkit-transition: opacity 2s, margin-right 2s;
  transition: opacity 2s, margin-right 2s;
}
.column-izq-mov:hover {
  opacity: 1;
  margin-right: 0px;
}

.column-der-mov {
  opacity: 0;
  margin-left: 200px;
  -webkit-transition: opacity 2s, margin-left 2s;
  transition: opacity 2s, margin-left 2s;
}
.column-der-mov:hover {
  opacity: 1;
  margin-left: 0px;
}



.mov-produccion {
    background-image: url(../img/anim/produccion.gif);
}
.mov-M2M {
    background-image: url(../img/anim/M2M.gif);
}
.mov-post {
  background-image: url(../img/anim/post.gif);
}
.mov-rutas {
  background-image: url(../img/anim/rutas.gif);
}
.mov-export {
  background-image: url(../img/anim/export.gif);
}
.mov-responsive {
  background-image: url(../img/anim/responsive.gif);
}
.mov-estadisticas {
  background-image: url(../img/anim/estadisticas.gif);
}
.mov-stock {
    background-image: url(../img/anim/stock.gif);
}
.mov-cashless {
    background-image: url(../img/anim/cashless.gif);
}
.mov-gps {
    background-image: url(../img/anim/gps.gif);
}
.despl-a {
  background-position: 40px center;
}
.despl-b {
  background-position: -40px center;
}
.despl-c {
  background-position: 60px center;
}
.reducc {
  background-size: 90%;
  background-position: center;
}
.columns .column:last-child {
    padding-right: 0;
}
.feature .column {
    display: table-cell;
    float: none;
}
.feature .left, .feature .right {
    vertical-align: middle;
    padding: 0;
}
.markdown-body {
    font-size: 15px;
    line-height: 1.7;
    overflow: hidden;
    word-wrap: break-word;
}
.right {
  width: 50%;
  text-align: left;
}
.left {
  /*width: 50%;*/
  text-align: right;
}
.center {
  text-align: center;
}
.tex-animaciones {
  padding: 0 20px 40px 20px;
}

.play-video {
  width: 200px;
  height: 200px;
  background-image: url(../img/play.png);
  background-position: 0px;
  margin: 0 auto;
  line-height: 0;
  vertical-align: top;
}
.play-video:hover {
  background-position: -200px;
  cursor: pointer;
}

#sigima {
  background-color: #cfd8dc;
  padding: 0;
  position: relative;
  z-index: 1;
}

.sigima-titulo {
  width: 100%;
  background-color: #ff7043;
  text-align: center;
  padding: 50px 0 35px 0;
}

#telemetria {
  z-index: 1;
  background: #455A64 url(../img/fondo-hardware.jpg) no-repeat center center / cover ;
  width: 100%;


}
#telemetria li {
  color: #b0bec5;
  text-align: left;
  margin: 0px -10px;
}
.telemetria-destacado {
  background: rgba(20, 20, 20, 0.2);
  padding: 10px 20px 10px 20px;
  border-radius: 10px;
  color: #eceff1;
  max-width: 400px;
  margin: 0 auto;
  margin-top: 25px;
}

#telemetria h2 {
  color: #eceff1;
  font-weight: 200;
  font-size: 3em;
  margin-top: 10px;
}
#telemetria h3 {
  color: #b0bec5;
  font-size: 1.4em;
}

#telemetria h4 {
  color: #b0bec5;
  font-weight: 300;
  font-size: 1.2em;
}
.texto-info-sigima {
  color: #78909c;
  max-width: 800px;
  margin-bottom: 50px;
}

#equipo {
  background-color: #eceff1;
  width: 100%;
  height: 600px;
  padding: 50px 0;
  position: relative;
  z-index: 1;
}
.equipo-section {
  display: table;
}
.equipo-columna {
  margin-top: 25px;
}
.equipo-staff {
  font-size: 0.9em;
  padding:50px;
  background-color: #cfd8dc;
  margin-top: 50px;
  border-radius: 20px;
}
.equipo-nombre {
  font-weight: 700;
  font-size: 1.2em;
  margin-bottom: 2px;
}
.equipo-cargo {
  font-weight: 300;
  font-size: 1em;
  margin-top: 0px;
  text-transform: uppercase;
}
.equipo-columna p {
  font-weight: 400;
  font-style: italic;
}
.equipo-info {
  margin: 0px auto;
  max-width:400px;
  font-size: 1.1em;
}

#contacto {
  /*background-color: #b0bec5;*/
  height: 85%;
  min-height: 500px;
  background: rgba(0, 0, 0, 0) url("../img/fondo-contacto.jpg") no-repeat scroll center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

footer {
  background: #151c1f none repeat scroll 0 0;
  padding: 20px 20px 15px 20px;
  text-align: center;
  color: #78909C;
  letter-spacing: 1px;
  width: 100%;
  height: 15%;
  min-height: 100px;
  position: relative;
  z-index: 1;
}
footer p {
  font-size: 1em;
  font-weight: 200;
}
#partners {
  background-color: #cfd8dc;
  text-align: center;
}
#partners img {
  padding: 20px 20px;
}

/*.ancho-maximo {
}*/
video {
  position: fixed;
  background-color: #bfbebc;
}

.text-vertical-center {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.sigima-fila-a {
  background-color: #eceff1;
}
.blanco {
  background-color: #fff;
}
.animacion {
}

h1 {
  color: #F37A4F;
  font-weight: 400;
}
h4 {
}
.animacion p {
    color: #696164;
    /*font-size: 1.1em;*/
    /*margin: 5px 30px;*/
}
.animacion h3 {
  font-weight: 0;
  color: #44393d;
  /*margin: 5px 30px 10px 30px;*/
  font-weight: 600;
  margin-top: 0px;
}
.animacion li {
  margin: 0px 30px;
  color: #757575;
  font-size: 1.1em;
}
.navbar {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
}
.navbar-default {
    /*background-color: rgba(0,0,0,1);*/
    background-color: #263238;
    border-color: rgba(255,255,255,0);
    border-width: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  background-color: #37474f;
  color: #78909c;

}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li a:hover {
  background-color: #455a64;
  color: #fff;
}
.navbar-default .navbar-nav > li > a {
    color: #455a64;
}
a {
  color: #ff7043;
}

a:hover {
    color: #958e91;
}
.separador {
  height: 50px;
}
.img-fluid {
  max-width: 100%;
  height: auto;
  /*padding: 0 20px;*/
}

.btn-info {
    background-color: #ff8a65;
    border-color: #ff8a65;
    color: #fff;
    text-transform: uppercase;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #ff7043;
  border-color: #ff7043;
}
.btn-info:hover {
  color: #fff;
  background-color: #ff7043;
  border-color: #ff7043;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #ff7043;
  border-color: #ff7043;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #ff7043;
  border-color: #ff7043;
}
#collapseInfoGestion, #collapseInfoTelemetria, #collapseInfoSimple, #collapseInfoConectividad {
  background-color: #37474f;
  -webkit-box-shadow: inset 0px 0px 75px 0px rgba(0,0,0,0.56);
  -moz-box-shadow: inset 0px 0px 75px 0px rgba(0,0,0,0.56);
  box-shadow: inset 0px 0px 75px 0px rgba(0,0,0,0.56);
}
.masinformacion {
  text-align: center;
}
.img-responsive {
  display: inline;
}
.collapse-contenido {
  padding: 50px 0;
  text-align: center;
}
.collapse-contenido p {
    padding-bottom: 0.8em;
    color: #696164;
    color: #b0bec5;
    font-size: 1em;
    margin-bottom: 25px;
    text-align: left;
}

.collapse-contenido h5{
  font-size: 2em;
  color: #ff7043;
  font-weight: 200;
  font-style: italic;
 }
 .collapse-contenido h4{
   margin-top: 0px;
   color: #607d8b;
   font-weight: 300;
   font-size: 1.6em;
   text-align: left;
  }

.collapse-contenido img {
  margin-bottom: 25px;
  text-align: center;
}

.collapse-contenido hr{
  border-color: #455a64;
  /*border-color: #455a64 -moz-use-text-color -moz-use-text-color;*/
}

.center p, .center h3, .center h4 {
  text-align: center;
}

.foto-equipo {
  width: 140px;
  height: 140px;
  background-position: 0px;
  background-size: cover;
  margin: 20px auto 0px auto;
  float: none;
  display: table;
}
.foto-equipo:hover {
  background-position: 140px;
}
.adriano {
  background-image: url(../img/equipo/adriano.jpg);
}
.pablo {
  background-image: url(../img/equipo/pablo.jpg);
}
.sergio {
  background-image: url(../img/equipo/sergio.jpg);
}

.desplazamiento {
  width: 140px;
  height: 140px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 20px;
}
.div-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 140px;
  height: 140px;
}
.div-img.ocultar {
  overflow: hidden;
}
.div-img .img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 140px;
  height: 280px;
  margin-top: 0px;
  -webkit-transition: margin 0.2s ease;
  -moz-transition: margin 0.2s ease;
  -o-transition: margin 0.2s ease;
  -ms-transition: margin 0.2s ease;
  transition: margin 0.2s ease;
}
.div-img:hover .img {
  margin-top: -140px;
}

.sombra-imagen {
  -webkit-box-shadow:  0px 0px 30px 0px rgba(0,0,0,0.36);
  -moz-box-shadow:  0px 0px 30px 0px rgba(0,0,0,0.56);
  box-shadow:  0px 0px 30px 0px rgba(0,0,0,0.56);
}

#videoHD {
  background-color: #263238;
  opacity: 0.7;
  height: 100%;
  width: 100%;
}
.cerrar {
  float: right;
  position: fixed;
  right: 25px;
  top: 25px;
}

.fade.in {
    /*opacity: 0.7;*/
}
.desenfoque {
  filter: blur(4px);
  height: 100%;
  width: 100%;
}

.btn, .btn-info, .btn-sm {
  border-radius: 25px !important;
  padding: 8px 20px 6px !important;
  outline: 0px !important;
  text-decoration: none !important;
  border: 0px !important;
  margin-top: 20px;
}
a:focus {
  outline: 0px !important;
  border: 0px !important;
}
.btn:hover {
  /*-webkit-box-shadow: 0px 0px 50px 0px rgba(255,255,255,1) !important;
  -moz-box-shadow: 0px 0px 50px 0px rgba(255,255,255,1) !important;
  box-shadow: 0px 0px 50px 0px rgba(255,255,255,1) !important;*/
}
.centrado-vertical-contenedor {
  display: table;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
.centrado-vertical-contenido {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
}


.form-control {
  background-color: rgba(255,255,255,1);
  background-image: none;
  border: 0px solid #ccc;
  border-radius: 0px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #222;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}
.contacto-base {
  background-color: rgba(236,239,241,0.4);
  padding: 20px;
  border-radius: 20px;
}

/* flecha continuar */
.flecha-fondo {
  width: 46px;
  height: 46px;
  margin-left: auto;
  margin-right: auto;
  z-index: 20;
  margin: 50px auto;
}
.flecha-continuar {
  width: 46px;
  height: 46px;
  display: table-cell;
  background: rgba(20, 20, 20, 0.5) url("../img/flecha-abajo.png") no-repeat scroll;
  -webkit-animation: continuar 3s linear 0s infinite ; /* Chrome, Safari, Opera */
  animation: continuar 3s linear 0s infinite ;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes continuar {
    0% {background: url("../img/flecha-abajo.png")  0px 0px; opacity: 0;}
    20% {background: url("../img/flecha-abajo.png")  0px 0px; opacity: 0;}
    70% {background: url("../img/flecha-abajo.png")  0px 0px; opacity: 1;}
    100% {background: url("../img/flecha-abajo.png")  0px 15px; opacity: 0;}
}

/* Standard syntax */
@keyframes continuar {
    0% {background: url("../img/flecha-abajo.png")  0px 0px; opacity: 0;}
    2 0% {background: url("../img/flecha-abajo.png")  0px 0px; opacity: 0;}
    70% {background: url("../img/flecha-abajo.png")  0px 0px; opacity: 1;}
    100% {background: url("../img/flecha-abajo.png")  0px 15px; opacity: 0;}
}
/* fin flecha continuar */

/* ANIMACION-hardware */
.demoIMG {
   width: 220px;
   height: 220px;
   float: right;
 }
 .demoIMG img {
   position:relative;
 }

 .demoIMG img.novisible {
   opacity:0;
   filter:alpha(opacity=0);
 }

 .demoIMG:hover img.novisible {
   opacity: 1;
   filter: alpha(opacity=100);
 }

 .demoIMG:hover img.visible {
   opacity: 0;
   filter: alpha(opacity=0);
 }
 .demoIMG img.visible:hover {
   opacity: 0;
   filter: alpha(opacity=0);
 }
 /* fin ANIMACION-hardware */

 #telemetria img {
  -moz-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
