
html {
	font-family: 'Source Sans Pro', sans-serif;
}
h2 {
  font-family: 'Source Sans Pro', sans-serif;
  margin:0;
}

.h2-banner {
  color:#fff;
  text-transform: uppercase;
  text-align: left;
}
.p-banner {
  color:#fff;
  font-size: 1em;
  font-style: italic;
  font-weight: lighter;
  letter-spacing:0.1em;
  text-align: left;
}
.right-t {
  text-align: right;
}
/*//////// NAV BAR //////////*/
.navbar-blanco {
	background: white;
	color:#7f8081;
	border:0;
	-webkit-box-shadow: 0px 7px 13px -5px rgba(0,72,143,1);
	-moz-box-shadow: 0px 7px 13px -5px rgba(0,72,143,1);
	box-shadow: 0px 7px 13px -5px rgba(0,72,143,1);
}
.navbar-blanco li a {
	color:#7f8081;
	text-transform: uppercase;
	font-size: 0.9em;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}
.navbar-blanco li.dropdown.open > a.dropdown-toggle {
  color:#fff;
  background: #004c98;
}
.navbar-blanco ul li a.active  {
	color:#5d5d5e;
	text-transform: uppercase;
	background-color: none;
}
.navbar-inverse .navbar-nav > li.active > a:hover,
.navbar-inverse .navbar-nav > li.active > a:focus,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus  {
  	color:#9D9D9D;
  	background: none;
  	font-family: 'Source Sans Pro', sans-serif;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li.active > a,
.navbar-inverse .navbar-nav > li.active > a:hover {
	color:#565658;
	background: none;
	font-family: 'Source Sans Pro', sans-serif;
}
.navbar-inverse .navbar-nav > li > a > i {
	font-size: 1.3em;
}
.logo-menu {
  width: 60%;
}
.navbar-inverse .navbar-toggle,
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus  {
  border: 0;
  background:none;
}
.navbar-inverse .navbar-toggle .icon-bar,
.navbar-inverse .navbar-toggle .icon-bar:hover,
.navbar-inverse .navbar-toggle .icon-bar:focus {
  background-color:#004c98;
}
.dropdown-menu li {
  margin: 5px 20px;
  text-align: left;
}
.dropdown-menu li a {
  text-align: left;
}
/*//////// SLIDER  //////////*/

#main-slider {
  position: relative;
}
#main-slider .carousel h2 {
  font-size: 36px;
}
#main-slider .carousel .btn {
  border: 3px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  border-radius: 0;
  margin-top: 5px;
}
#main-slider .carousel .btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
#main-slider .carousel .boxed {
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.8);
  display: inline-block;
}
#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 600px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}
#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}
#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}
#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  background-color:none;
  color: #fff;
  display: inline-block;
  margin-top: -25px;
  font-size: 24px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
}
#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: none;
  border-radius: 0;
}
#main-slider .prev {
  left: 10px;
}
#main-slider .next {
  right: 10px;
}
#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}
#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}
#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}
#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}
.img-banner {
  border:4px solid #fff;
  transform: rotate(1deg) ;
-webkit-transform: rotate(1deg) ;
-moz-transform: rotate(1deg) ;
-o-transform: rotate(1deg) ;
-ms-transform: rotate(1deg) ;
}
/*//////// QUIENES SOMOS //////////*/

section.quienes-somos {
  background: #f2f2f2;
  margin: 0;
  top:0;
  /*padding: 1% 0 4% 0;*/
}
.quienes-somos-img {
  text-align: center;
  display: block;
  margin: 0 auto;
}
.txt-qs {
  font-size: 1.1em;
  line-height: 1.8em;
  text-align: center;
  padding: 0% 10%;
  color:#003F7E;
}

/*//////// CATEGORIAS MENU //////////*/
#catalogo-section {
  background: white;
}
.menu-categorias {
  padding: 0;
}
.menu-categorias .left-sidebar h4 {
  margin: 0 0 4px 0;
  background: #004c98;
  padding:5px !important;
  color:#fff !important;
}
.product-list .panel-default {
  background: none;
  border:0;
}
.product-list h5 a  {
  color:#6E6E6E;
  text-transform: uppercase;
}
.product-list h5 a:hover, .product-list h5 a:focus  {
    color:#848484;
    list-style: none;
    text-decoration: none;
}
.panel-default > .panel-heading {
  padding:10px 10px 10px 5px;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color:#E6E6E6;
}
.panel-body {
  padding:5px 5px 5px 0;
  list-style: none;
  background: #f5f5f5;
}
.panel-body li, .panel-body li a, .panel-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color:#6E6E6E;
}
.panel-body li {
  padding: 5px 0;
}
.panel-body li a:hover, .panel-body li a:focus {
  text-decoration: none;
  color:#848484;
}
.panel-body ul {
  margin:0 10px;
}

/*//////// CATEGORIAS PRODUCTOS //////////*/
.categoria-detalle {
  margin-bottom: 4%;
}
.titulo-categoria  {
  width: 100%;
  font-family: 'Source Sans Pro', sans-serif;
  margin: 0;
  padding: 5px !important;
  top:0;
  background: #033d77;
  color:#fff !important;
  font-weight: normal;
  text-align: center;
  font-size: 1.2em;
}
.contendor-productos {
  margin-bottom: 4%;
}
.contenedor-producto {
  padding: 0;
  border:none;
  margin:20px  0 0 0;
  background: #f5f5f5;
  padding: 20px 0 60px 0;
}
.img-catalogo {
  width:90%;
  display: block;
  text-align: center;
  margin: 0 auto;
  height: 150px;
}
.contenedor-producto h4 {
  background: none;
  color:#585858 !important;
  padding: 20px 5px 5px 10px !important;
}
.contenedor-producto p {
  color:#6E6E6E;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  padding: 0 10px;
}
.categoria-next {
  margin:8% 0 0 0;
}

.categorias-home h2, #catalogo-section h2, #catalogo-section h3, .detalle h2, .detalle h3 {
  text-align: left;
  font-family: 'Source Sans Pro', sans-serif;
  color:#004c98;
  padding: 2% 0 0 0;
}
.color-categorias {
  background: red;
}
.categorias-home {
  background: #fff;
  margin: 0 auto;
  top:0;
  padding: 1% 0 4% 0;
  text-align: center;
  display: block;
}
.catalgo-h {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.contenedor {
  border: 1px solid #004c98;
  display: block;
  margin: 0 auto 4% auto;
  text-align: center;
  padding:0;
  background: #004c98;
}
.contenedor a:hover {
text-decoration: none;
}
.contenedor .header p {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.5em;
  color:#fff;
  text-align: center;
  padding: 10px 3px;
  bottom: 0;
  margin: 0 auto 10px auto; 
  text-transform: uppercase;
}
.contenedor .header p:hover {
  color:#c9c9c9;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.5em;
  text-align: center;
  padding: 10px 3px;
  margin: 0 auto 10px auto; 
  text-decoration:none;
}
.categorias-home .body {
  padding: 0;
}
.categoria-img {
  width: 100%;
  padding: 0;
  margin: 0;
}



/*//////// DETALLE //////////*/

.detalle {
  background: white;
}
.vista-producto {
  position: relative;
}
.vista-producto h3, .vista-producto h2 {
  background: #FE980F;
  bottom: 0;
  color: #FFFFFF;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  padding: 8px 20px;
  position: absolute;
  right: 0;
}
.vista-producto img {
  width: 100%;
}
.detalle .descripcion {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
}
.detalle-tab {
  margin-top: 1%;
  margin-bottom: 7%;
  font-family: 'Source Sans Pro', sans-serif;
}
.detalle-tab .nav-tabs > li > a {
  border:1px solid #004c98;
  border-radius:0;
  color:#004c98;
  text-transform: uppercase;
  line-height:1.42857143;
  margin-right:2px;
}
.detalle-tab .nav-tabs > li.active > a {
  background: #004c98;
  color:#fff;
}
.table-bordered > thead > tr > th, 
.table-bordered > tbody > tr > th, 
.table-bordered > tfoot > tr > th, 
.table-bordered > thead > tr > td, 
.table-bordered > tbody > tr > td, 
.table-bordered > tfoot > tr > td {
  border-top:1px solid #DDDDDD;
  border-bottom:1px solid #DDDDDD;
  border-left:0;
  border-right: 0;
}
#esquema img {
  margin: 20px 0;
}
#producto-minuatura .carousel-inner .item{
  padding-left:0px;
}

#producto-minuatura .carousel-inner .item a img {
  display: inline-block;
  margin-left: 15px;
  width: 200px;
  height: 100px;
}
.item-control {
  position: absolute;
  top: 35%;
}
.item-control i {
  background: #FE980F;
  color: #FFFFFF;
  font-size: 20px;
  padding: 5px 10px;
}

.item-control i:hover{
  background:#ccccc6;
}

/*//////// QUIENES-SOMOS //////////*/

#title {
  background: #044280;
  color: #f2f2f2;
  padding: 40px 0 2% 0;
  margin: 0;
}
#title h2 {
  background: #044280;
  color: #fff;
  padding: 5px 0 5px 0;
}
#rubros {
  padding-bottom: 2%;
}
#nosotros h1{
  font-family: 'Source Sans Pro', sans-serif;
  color:#004c98;
  text-align: center;
}
#nosotros h2, #rubros h2 {
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
  color:#004c98;
  padding: 2% 0;
}
#rubros p {
  text-align: center;
}
ul.rub {
  list-style: none;
  margin: 0;
}
ul.rub li {
  padding: 3% 0 0 0;
}
ul.rub li:first-child {
  margin-top: 2%;
}
ul.rub li span.number {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 25px;
  text-align: center;
  background: #044280;
  color: #fff;
  font-size: 1em;
}
ul.rub li > div {
  margin-left: 55px;
}
ul.rub li > div h4 {
  color: #044280;
  font-family: 'Source Sans Pro', sans-serif;
}
ul.rub li > div h3 {
  margin-top: 0;
}


/*//////// CONTACTO //////////*/

#contacto {
  padding: 5% 0;
}
#form label {
  padding: 0 0 2px 0;
  margin: 0;
  color:#003F7E;
}
#form input {
  margin: 0 0 10px 0;
  padding: 5px;
}
#form textarea, #form input {
  border:1px solid #c7c7c7;
}
#form textarea {
  margin-bottom: 15px;
  padding: 5px;
}
#contacto h4 {
  color:#003F7E;;
}
#contacto .list-contacto {
  padding: 1% 0 3% 0;
}
.list-contacto > .fa {
  padding: 0 10px 0 0;
  color:#6f6f6f;
}
/*//////// FOOTER //////////*/
#bottom {
  background: #044280;
  color: #bdc3c7;
}
#bottom h4 {
  font-family: 'Source Sans Pro', sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
}
#bottom p {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 0.9em;
}
#bottom ul {
  list-style: none;
  margin: 0;
  padding:0;
}
#bottom ul li a {
  color:#fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 0.9em;
}
#bottom ul li a:hover {
  color:#dddddd;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 0.9em;
  text-decoration: none;
}
#bottom .contacto-f {
  font-size: 0.9em;
}
#footer {
  background: #033d77;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #bdc3c7;
}
#footer a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 0.9em;
  color: #bdc3c7;
}
#footer a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 0.9em;
  color: #bdc3c7;
}
#footer a:hover {
  color: #fff;
  text-decoration: none;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer ul > li {
  display: inline-block;
  margin-left: 15px;
}
#footer .derechos {
  font-size: 0.9em;
}

section .categorias {
  background: none;
}
/*//////// BOTONES //////////*/

.btn-transparent {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  padding: 10px 30px;
  border-radius: 0px;
  font-weight: lighter;
}
.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.7);
  color:rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
.btn-blue {
  border-radius: 0;
  border: 1px solid #004c98;
  background: #004c98;
  color:#fff;
  font-weight:normal;
  text-align: center;
}
.btn-blue:hover {
  background:#003F7E;
  color:#fff;
  text-decoration: none;
}



@media screen and (min-width: 100px) and (max-width: 1000px) {
  .logo-menu {
    width: 40%;
  }
}

/*aplicar fondo opaco a modal*/
.modal-backdrop.in {
  top: 0;
  height: 100%;
  z-index: 1041;
  position: fixed;
}

/*sobreponer modal*/
.modal {
  z-index: 1045;
}

/*boton cotizador*/
/*.btn-cotizador {
  position: fixed; 
  top: 65px; 
  right: 0; 
  z-index: 100;
  padding-left: 10px;
  padding-right: 20px;
}
*/
.btn-cotizador {
  position: fixed; 
  bottom: -70px;
  right: -125px; 
  z-index: 100;
  padding-top: 10px;
  padding-left: 90px;
  padding-bottom: 90px;
  padding-right: 90px;


  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.ml-lg {
  margin-left: 40px;
}
.ml-md {
  margin-left: 20px;
}
.ml-sm {
  margin-left: 10px;
}
.ml-xs {
  margin-left: 5px;
}
.ml-none {
  margin-left: 0;
}
.mb-lg {
  margin-bottom: 40px;
}
.mb-md {
  margin-bottom: 20px;
}
.mb-sm {
  margin-bottom: 10px;
}
.mb-xs {
  margin-bottom: 5px;
}
.mb-none {
  margin-bottom: 0;
}
.mr-lg {
  margin-right: 40px;
}
.mr-md {
  margin-right: 20px;
}
.mr-sm {
  margin-right: 10px;
}
.mr-xs {
  margin-right: 5px;
}
.mr-none {
  margin-right: 0;
}
.mt-lg {
  margin-top: 40px;
}
.mt-md {
  margin-top: 20px;
}
.mt-sm {
  margin-top: 10px;
}
.mt-xs {
  margin-top: 5px;
}
.mt-none {
  margin-top: 0;
}
.header-container {
  background: #fff;
}
.header-container .navbar.navbar-transparente, .header-container .navbar.navbar-menu {
  border: 0;
  background: transparent;
  padding: 0 30px;
}
.header-container .elemento-top {
  font-size: 1.5em;
  /*opacity: 0.7;*/
}
.header-container .elemento-top i {
    font-size: 1.5em;
}
.header-container .navbar.navbar-menu {
  padding: 0;
}
.header-container .navbar.navbar-menu li a {
  background: transparent;
  color: #004c98;
  text-transform: uppercase;
  font-size: 0.8em;
  padding: 10px;
}
.header-container .navbar.navbar-menu li a i {
  font-size: 1.2em;
}
.header-container .navbar.navbar-menu li a:hover {
  border-bottom: 5px solid #004c9847;
  padding-bottom: 5px;
}

.text-smetal {
  color: #004c98;
}