@charset "UTF-8";
@font-face{
	font-family: "Raleway Light";
    src: url("../fonts/Raleway-Light.ttf") format("truetype");
}
/************* PRINCIPAL *************/
.principal{
	background:url("../images/bgempresa1.jpg")no-repeat center center;
	background-size:cover;
	height:578px;
	max-width:100%;
}
@media screen and (max-width: 560px){
	.principal{
		background:url("../images/bgempresa2.jpg")no-repeat center center;
		height:290px;
	}
}
@media screen and (max-width: 282px){
	.principal{
		background:url("../images/bgempresa3.jpg")no-repeat center center;
		height:145px;
	}
}
/************* NOSOTROS *************/
.nosotros{
	background:#233059;
	color:#c8c8c8;
	padding-top:52px;
	padding-bottom:52px;
	text-align:center;
}
.p1{
	font-family: "Raleway Bold";
	font-size:11pt;
	max-width:700px;
	margin:0 auto;
}
.p2{
	font-family: "Raleway Light";
	font-size:15pt;
}
/************* SHOWROOM *************/
.showroom{
	color:#233059;
	font-family: "Raleway Bold";
	padding-top:60px;
	padding-bottom:60px;
	text-align:center;
}
.showroom h4{
	font-size:22pt;
}
.separadorShowroom{
	margin-top:19px;
	margin-bottom:60px;
}
.carousel-indicators li{
	border:none;
	border-radius:0px;
	background:#dcdcdc;
	height:4px;
	width:29px;
	margin-right:4px;
}
.carousel-indicators .active{
	background:#fff;
	height:4px;
	width:29px;
	margin:1px;
	margin-right:4px;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
	min-height:385px !important;
}
/*************** Carrousel fade ******************/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}