@charset "UTF-8";
/******** #region Fontastic ********/
@font-face {
    font-family: 'Ebrima';
    src: url('fonts/Ebrima.eot');
    src: 
        url('../fonts/Ebrima.eot?#iefix') format('embedded-opentype'), 
        url('../fonts/Ebrima.woff2') format('woff2'), 
        url('../fonts/Ebrima.woff') format('woff'), 
        url('../fonts/Ebrima.ttf') format('truetype'), 
        url('../fonts/Ebrima.svg#Verlag') format('svg');
}

@font-face {
    font-family: 'HammerThin';
    src: url('fonts/Hammer Thin Regular.eot');
    src: 
        url('../fonts/Hammer Thin Regular.eot?#iefix') format('embedded-opentype'), 
        url('../fonts/Hammer Thin Regular.woff2') format('woff2'), 
        url('../fonts/Hammer Thin Regular.woff') format('woff'), 
        url('../fonts/Hammer Thin Regular.ttf') format('truetype'), 
        url('../fonts/Hammer Thin Regular.svg#Verlag') format('svg');
}
/******** #region Fontastic ********/

body {
    width: 100%;
    font-family: "HammerThin";
    margin: 0;
    font-size: 12pt;
    font-style: normal;
    font-weight: 400;
}

body > .inner {
  display: none;
}

body.pg-loaded > .inner {
  display: block;
}

h1{
  padding-left: 1%;
  color: #325799;
  font-weight: 900;
}

h1.pg-loading-logo-header{
  padding-left: 0;
}

h3 {
    font-size: 25px;
    font-family: "HammerThin";
    color: #325799;
    font-weight: bold;
}

.spinner {
  margin: 100px auto;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #325799;
  margin: 0 3px 0 0;
  height: 100%;
  width: 7px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

/**** Menu ****/
.header img{
  width: 85%;
}
.navbar{
  min-height: 90px;
  font-family: 'Ebrima';
  font-size: 13pt;
  line-height: 2;
}
.navbar-default{
  background: #FFF;
  border-color: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
  margin-bottom: 0px;
}
.container-fluid{
    padding-left: 15%;
}
.navbar-header{
  min-height: 90px;
  width: 25%;
}
.navbar-nav{
  padding-top: 2%;
}
.navbar-default .navbar-nav>li>a{
  color: #325799;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
  color: #325799;
  background-color: #eee;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    color: #FFF;
    background-color: #325799;
    background-image: none;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
    color: #FFF;
    background-color: #325799;
    background-image: none;
}
.dropdown-menu>li>a{
  color: #325799;
  background-image: none;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
  color: #325799;
  background-color: #eee;
  background-image: none;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
  background-color: #325799;
  background-image: -webkit-linear-gradient(top,#325799 0,#325799 100%);
  background-image: -o-linear-gradient(top,#325799 0,#325799 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#325799),to(#325799));
  background-image: linear-gradient(to bottom,#325799 0,#325799 100%);
}
/***** Menu *****/
/******Slider******/
.carousel{
  margin-bottom: 2%;
}
.carousel-indicators .active{
  background-color: #325799;
}
.carousel-indicators li{
  border: 1px solid #325799;
}
@media screen and (min-width: 768px){
  .carousel-indicators {
    bottom: -39px !important;
  }  
}
/******Slider******/
/*****TiposProductos*****/
#tipos_productos{
  margin-left: 0 15%;
}
.img-thumbnail, .thumbnail{
  -webkit-box-shadow: none;
  box-shadow: none;
}
.thumbnail{
  border: none;
  border-radius: 0;
}
.thumbnail a>img, .thumbnail>img{
  position: relative;
}
.thumbnail .caption{
  color: #FFF;
  height: 5em;
  background: rgba(50, 87, 153, 0.91);
  max-width: 500px;
  position: relative;
  margin-left: auto;
  margin-right: auto; 
}
.caption h3{
  float: left;
  width: 90%;
  color: #FFF;
}
.caption img{
  float: right;
  padding: 4% 0;
  height: 100%;
}
/*****TiposProductos*****/
/*****Marcas*****/
/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative!
*/
.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.jcarousel ul {
    width: 20000em;
    position: relative;

    /* Optional, required in this case since it's a <ul> element */
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.jcarousel li {
    /* Required only for block elements like <li>'s */
    float: left;
    margin: 0 12px;
}
/*****Marcas*****/
/*****Footer*****/
.footer {
    bottom: 0;
    width: 100%;
    margin: 30px 0;
    color: #325799;
}
.footer > .container {
    padding-right: 0px;
    padding-left: 0px;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
}
.footer p {
  color: #325799;
  font-size: 16pt;
  margin: 0 40px 10px;
}
.footer strong {
  font-size: 20pt;
  font-weight: bold;
}
.footer p img {
    width: 34px;
    vertical-align: top;
    margin-left: 35px;
}
.footer .lineaFooter {
    border: 1.5px solid #325799;
    margin-bottom: 10px;
}
.footer .copy {
  float: left;
  margin: 0 25px 10px;
}
.footer .copy .developer {
  float: right;
}
/*****Footer*****/

.titulo {
  text-align: center;
}

.nosotros p {
  font-size: 16pt;
}

.nosotros ul {
  font-size: 16pt;
  list-style: none;
  list-style-image: url(../imgs/iconos/punto.png);
}
.nosotros > img {
  float: right;
}

.actitudes div > img {
  float: left;
  margin-top: 20px;
  margin-bottom: 10px;
}
.actitudes div > h1 {
  float: left;
}
.actitudes ul li strong {
  font-size: 18pt;
  font-weight: bold;
}
.actitudes ul {
  font-size: 16pt;
  list-style: none;
  list-style-image: url(../imgs/iconos/flecha_azul.png);
}
.productosTitulo img {
  float: right;
  width: 50%;
}
.productosTitulo h1 {
  float: right;
  margin-right: 2%;
}
.productos img {
  width: 100%;
}
.productos p,
.proyectos p {
  font-size: 18pt;
}
.productos .body {
  margin-top: 7%;
}
.categoriaTitulo {
  margin-top: 15px
}
.categoriaTitulo img {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}
.categorias ul {
    float: right;
    list-style: none;
    width: 95%;
    font-size: 18pt;
    margin-top: 10px;
}
.categorias ul li {
    padding-left: 7px;
}
.categorias ul li a {
    width: 100%;
    text-decoration: none;
    cursor: pointer;
}
.categorias ul li a:hover {
    background: transparent;
    color: #325799;
}
.categorias ul li a.selected {
    background: #325799;
    color: #FFF;
    padding: 0 5px;
}
.categorias ul li a.selected:hover {
  color: #FFF;
}

.isotope .item {
    width: 23%;
    float: left;
    position: relative;
    margin: 5px;
    overflow: hidden;
}
.isotope-item img {
    width: 100%;
}
.fichaTecnica {
  font-size: 14pt;
  text-align: center;
  color: #FFF;
  background: #325799;
  padding: 10px 0;
}
.productos ul ,
.proyectos ul{
  font-size: 16pt;
  list-style: none;
  list-style-image: url(../imgs/iconos/flecha_azul.png);
}
.productos ul li,
.proyectos ul li {
  font-size: 18pt
}
.productos p strong,
.proyectos p strong {
  font-weight: bold;
  color: #3257A7;
}
.proyectos p img {
  width: 40%;
  float: right;
  margin-left: 1%;
}
.proyectos .logistica {
  padding-right: 0;
  padding-left: 2%;
}
.proyectos .logistica > img {
  width: 100%
}
.proyectos > div > p {
  padding-left: 1%;
}
.item_logo {
  float: left;
  width: 15%;
  margin: 10px;
  height: 200px;
}
.item_logo img {
  width: 100%;
  max-height: 200px
}
.btn-primary {
  background-image: -webkit-linear-gradient(top,#325799 0,#325799 100%);
  background-image: -o-linear-gradient(top,#325799 0,#325799 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#325799),to(#265a88));
  background-image: linear-gradient(to bottom,#325799 0,#325799 100%);
}
.panel-title {
  font-size: 18px;
  color: #325799;
  font-weight: bold;
}
.panel-group {
  margin-left: 12%;
}