@charset "utf-8";
/* CSS Document */

.faro01 {
float:left;
padding-bottom:20px;

}

.faro02 {
width:17%;
float:left;
margin-left:15%;
min-width:200px;
margin-bottom:25px;
}

.faro03 {
width:25%;
min-width:200px;
float:left;
margin-left:5%;
border-left:solid 2px #00FF00;
padding-left:20px;
text-align:left
}

.faro04 {
width:25%;
min-width:200px;
text-align:left;
padding-left:25px;
float:left;
}


.faro-boxclientes {
margin:7px;
float:left
}

.group01 {
margin:inherit;
clear:right;

}


.fondo-galeria {
background-color:#eee;
padding-top:30px;
background-image:url(../img/bg_productos.png);
background-position:center;
background-repeat:repeat-y;
}

.fondo-galeria2 {
background-color:#eee;
padding-top:30px;
background-image:url(../img/fondo-nuevo.jpg);
background-position:center;
background-repeat:repeat-y;
}

.destacado {
font-family: 'Lato', sans-serif;
font-weight:300;
font-size:35px;
color:#FFFFFF;
text-align:left;
line-height:35px
}

.verdefaro {
color:#00EB00;
font-weight:300;
}

.bg1 {
background-image:url(../img/bg_04.png);
background-repeat:no-repeat;
background-position:bottom;

}

.margen-galerias {
display:inline;
margin-right:30px
}

.faro-left {
text-align:left;
margin-left:10px;
max-width:850px;
font-weight:300;
}

.descripcion-servicio {
float:left;
margin-left:0;
text-align:left;
width:48%;
padding-left:2%;
}

.descripcion-servicio-l {
float:left;
margin-left:0;
text-align:left;
width:98%;
padding-left:2%;
}

.ajuste {
float:left;
font-size:11px; !important
text-align:left;
line-height:12px;
margin-top:-20px;!important

}

.ajuste2 {
	padding-left:15%;
	padding-right:10%;
	    min-width: 780px;
}

/* CORRECCIONES 6v */
/* BOOTSTRAP CAROUSEL */
#bootSlider {
  max-width: 800px;
  margin: 0 auto 20px;
}
#bootSlider .item > img {
  margin-bottom: 0;
}
#bootSlider .carousel-control {
  position: absolute;
  top: 50%;
  margin-top: -1.9em;
  z-index: 60;
  font-size: 10px;
  width: 3.9em;
  height: 3.9em;
  background-image: url(../engine1/arrows.png);
  background-size: 200%;
}
#bootSlider .carousel-control.right {
  background-position-x: right;
}
#bootSlider .carousel-caption {
  font-family: 'Roboto Condensed',"MS Sans Serif",Geneva,sans-serif;
  line-height: normal;
  text-transform: none;
  font-size: 12px;
  position: absolute;
  bottom: 2.5em;
  left: 0px;
  margin-right: 1em;
  padding: 1em;
  z-index: 50;
  background: #0cad00;
  opacity: 0.8;
  right: auto;
  text-align: left;
}
#bootSlider .carousel-caption span {
  display: block;
  font-size: 15px;
}
#bootSlider .carousel-indicators {
  width: auto;
  right: 0;
  bottom: 20px;
  left: auto;
  text-align: right;
  height: 6px;
}
#bootSlider .carousel-indicators li {
  width: 17px;
  height: 6px;
  margin: 0 -1px 0 -2px;
  background-color: #00ae00;
  border: 0px solid transparent;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
#bootSlider .carousel-indicators li.active, #bootSlider .carousel-indicators li:hover {
  height: 6px;
  background-color: #00eb00;
}

/* PROYECTOS */
.ie8 #portfolio .portfolio-item .portfolio-link .caption {
  display: none;
  opacity: 1 !important;
}
.ie8 #portfolio .portfolio-item:hover .portfolio-link .caption {
  display: block;
  opacity: 1 !important;
}
.ie8 .close-modal {
  top: 75px;
  right: 100px;
  width: 25px;
  height: 25px;
}
.ie8 .close-modal:before {
  content: "\e014";
  font-family: 'Glyphicons Halflings';
  font-style: 300;
}
.ie8 .close-modal .lr {
  display: none;
}
.ie8 #contactForm label {
  display: none;
}


/*responsive*/

@media screen and (max-width: 800px) {
    .faro04 {
    width: 80%;
    text-align: left;
    padding-left: 30px;
    float: left;
	padding-top:15px;
}

	.faro03 {
    width: 50%;
	}
	
	.faro02 {
    width: 90%;
	padding-left:30px;
	margin-left:0;
	}
	
	.navbar-nav>li>a {
    padding-left: 8px;
    padding-right: 8px;
	}
	
	
}
	
	@media screen and (max-width: 855px) {
		.clientes-ajuste {
		display:none;
	}
	}

@media screen and (max-width: 900px) {
    a.navbar-brand img {
    width: 200px;
	height:40px;
	margin-top:15px;
    
}



}


@media screen and (max-width: 560px) {
   .faro03 {
    width: 80%;
	}
	
	a.navbar-brand {
		padding-right:0;
	}
	
}

