@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

body{
	font-family: 'Open Sans', sans-serif;
  padding-top: 10px; 
  
}
/*------------------------------------------------------
  Espacio en header
-------------------------------------------------------*/
#divaux1{
  padding-top: 45px;
}
#imageprin{
  margin-bottom: 5px;
}
.spacing-b{
 padding: 10px;
}

#face {
  min-height: 72px;
  max-height: 72px;
  padding: 5px;
    -webkit-animation-delay: 1s; /* Safari 4.0 - 8.0 */
    animation-delay: 1s;
    -webkit-animation-duration: 1.5s; /* Safari 4.0 - 8.0 */
    animation-duration: 1.5s;
}

#map-container {
    height: 300px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
#footer h5 {
    font-size: 18px;
    color: white;
    font-weight: bold;
    margin-top: 30px;
}
/*------------------------------------------------------
    Tipografia
-------------------------------------------------------*/
body {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.68;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0px;
  text-align: left;
  color: #3a3a3c;
}

h1 {
  font-style: normal;
  font-weight: 700;
  /*font-size: 48px;*/
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0px;
  /*text-align: inherit;*/
  text-align: center;
  color: #e32227;
}
h2 {
  font-style: normal;
  font-weight: 900;
  /*font-size: 43px;*/
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 2px;
  /*text-align: inherit;*/
  text-align: center;
  color: #e32227;
/*  -webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;*/
}
h3 {
  font-style: normal;
  font-weight: 900;
  /*font-size: 37px;*/
  line-height: 1.3;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  /*text-align: inherit;*/
  text-align: center;
  color: #e32227;
}
h4 {
  font-style: normal;
  font-weight: 700;
  /*font-size: 31px;*/
  line-height: 1.66;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0px;
  /*text-align: inherit;*/
  text-align: center;
  color: #e32227;
}
h5 {
  font-style: normal;
  font-weight: 700;
  /*font-size: 23px;*/
  line-height: 1.4;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0px;
  /*text-align: inherit;*/
  text-align: center;
  color: #e32227;
}
h6 {
  font-style: italic;
  font-weight: 400;
  /*font-size: 17px;*/
  line-height: 1.4;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0px;
  /*text-align: inherit;*/
  text-align: center;
  color: #e32227;
}
/*@media (min-width: 992px) {
  h1 {
    font-size: 80px;
  }
  h2 {
    font-size: 50px;
  }
  h3 {
    font-size: 37px;
  }
  h4 {
    font-size: 20px;
  }
}*/
a,h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover,.not-found .page-title {
  color: #df1b1b;
}
a:hover {
  color: #0c1428;
}

/*------------------------------------------------------
    header
-------------------------------------------------------*/

.icon-bar
{
  background: white !important; /*Whatever colour you want for icon lines*/
}


/*background-color: #f2f2f2; */

/*------------------------------------------------------
    Menu Styles
-------------------------------------------------------*/

.site-name h1{
  padding: 5px 0;
}
.navbar-collapse {
  padding: 0;
}
.navbar-nav > li{
  margin-right: 10px;
  font-weight: 700; 
  font-family: 'Open Sans', sans-serif;
  color:#4e4e4e;
  text-transform: uppercase;
}

.navbar-nav > li a{
  font-size: 16px;
  text-transform: uppercase;
  color: #616161;
  padding: 20px;
}
.nav > li > a:hover{
  background: #000;
  border-radius: 3px;
}
 .navbar-nav > li > a:hover{
  color: #fff;
  background: #000ls;
  border-radius: 3px;
}
.navbar-nav > .active > a{
  background: #eee;
  color: #fff;
  background: #e32227;
  border-radius: 3px;
  }
.navbar{
  margin-bottom: 0;
}
.dropdown-menu{
  background:#000;
  margin-top: 5px !important;
}
.dropdown-menu  li a {
  background: #000;
  padding: 8px 10px;
  font-size: 14px;
  
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
color: #ffffff;
text-decoration: none;
background-color: #e24f43;
}
.nav .caret {
border-top-color: #eee;
border-bottom-color: #eee;
}

/*==============================
     -- Header style -- 
==============================*/
header .navbar {
  margin: 0;
  background: #1d272a;
  padding: 0;
  min-height: 44px;
}

header .bottom {
  position: relative;
  padding-top: 28px;
  background: #e7e7e7;
}

/*==============================
      -- Header phone -- 
==============================*/
.phone {
  position: relative;
  right: 0;
  padding: 0;
  font: 700 26px/30px "Open Sans", sans-serif;
  color: #1d272a;
  text-align: left;
}

.phone p:before {
  font-family: 'Glyphicons Halflings';
  content: "\e182";
  color: #1d272a;
  font-size: 26px;
  line-height: 42px;
  padding-right: 5px;
  font-weight: 400;
}

.phone p{
  margin: 0px;
  text-align: right;
}

.phone a {
    color: #000;
}


@media screen and (max-device-width: 640px){
  #horario
  {
    display: none;
  }
}


.carousel-inner > .item > img {
    min-width: 100%;
}

.carousel-indicators .active{
  width: 20px;
  height: 20px;
  background-color: #c52d2f;
  margin: 0 15px 0 0;
  border: 1px solid #c52d2f;
  position: relative;
}


/***********************
********* Footer ******
************************/
#bottom {
  background: #f5f5f5;
  border-bottom: 5px solid #e32227;
  font-size: 14px;
}

#bottom h3 {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size:22px;
  color: #000;
}

#bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#bottom ul li {
  display: block;
  padding: 5px 0;
}

#bottom ul li a {
  color: #808080;
}

#bottom ul li a:hover {
  color: #e32227;
}

#bottom .widget {
  margin-bottom: 0;
}


/***********************
********* Carrusel principal ******
************************/
#main-slider {
  position: relative;
}

.no-margin {
  margin: 0;
  padding: 0;
}

#main-slider .carousel .carousel-content {
  margin-top: 150px;
}

#main-slider .carousel .slide-margin{
  margin-top: 140px;
}

#main-slider .carousel h2 {
  color: #fff;
}

#main-slider .carousel .btn-slide {
  padding: 8px 20px;
  background: #e32227;
  color: #fff;
  border-radius: 4px;
  margin-top: 25px;
  display: inline-block;
}

#main-slider .carousel .slider-img{
  text-align: right;
  position: absolute;
}

#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}

#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: #000;
}

#main-slider .carousel-indicators li {
  width: 10px;
  height: 10px;
  background-color: #fff;
  margin: 0 15px 0 0;
  position: relative;
}

#main-slider .carousel-indicators li:after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #FFF;
  left: -3px;
  top: -3px;
}

#main-slider .carousel-indicators .active{
  width: 10px;
  height: 10px;
  background-color: #e32227;
   margin: 0 15px 0 0;
   border: 1px solid #e32227;
   position: relative;
}

#main-slider .carousel-indicators .active:after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #e32227;
  border: 1px solid #e32227;
  left: -3px;
  top: -3px;
}

#iconCarrusel{
  background-image: none;
  width: 7%; 
}

#iconCarrusel:hover {
  /*color: #fff;*/
  background: -moz-linear-gradient(left, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}

#iconCarrousel1 .carousel-control{
  font-size: 50px;
}


/*
.navbar-toggle {
  float: none;
  text-align: center;
}*/

.field-content p:before {
  font-family: 'Glyphicons Halflings';
  content: "\e080";
  color: #e32227;
  font-weight: 400;
}

.marcas{
  padding: 10px;
}
/*---------------Productos cabi-------------*/

.pcabi {
  background-color: #242426;
  padding: 6px;
}

.pcabi h3{
  color: white;
  margin:0; 
}


/*-------------Nosotros---------------*/

.box {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
  border: none;
  min-height: 515px;
  background: #e6e6e6; /* Old browsers */
  background: -moz-linear-gradient(top, #e6e6e6 30%, #ffffff 30%, #e6e6e6 82%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #e6e6e6), color-stop(30%, #ffffff), color-stop(82%, #e6e6e6)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e6e6e6 30%, #ffffff 30%, #e6e6e6 82%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e6e6e6 30%, #ffffff 30%, #e6e6e6 82%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e6e6e6 30%, #ffffff 30%, #e6e6e6 82%); /* IE10+ */
  background: linear-gradient(to bottom, #e6e6e6 30%, #ffffff 30%, #e6e6e6 82%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#e6e6e6', GradientType=0); /* IE6-9 */
}

@media screen and (max-device-width: 768px){
  .box{
    min-height: 0px;
  }
  .fixcontact{
    padding-right: 20px;
  }
}

#objetivo{
  margin-bottom: 5px;
}

/*----Productos----*/
 .btn-info{
  background-color: #3a3a3c;
  border-color: #242426;
 }

 .btn-info:focus {
    color: #fff;
    background-color: #242426;
    border-color: #1b6d85;
  }

.btn-info:hover {
  background-color: #e32227;
  border-color: #e32227;
}

.thumb{
  margin-bottom: 10px;
}