html,
/* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */

body {
    height: 100%;
}

body {
    padding-top: 100px;
}



.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 65%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}


/* Responsive Styles */

@media(max-width:991px) {
	
    .customer-img,
    .img-related {
        margin-bottom: 30px;
		
    }
	
}

@media(max-width:767px) {
   
	
    header.carousel .carousel {
        height: 70%;
		
    }
}

/*
Indicadores

*/
.carousel-indicators li {
    /*margin-bottom:-20px;*/
    width:14px;
	height:14px;
	
	   background:#feba4b;
	border-color:"#344d4c";
  
}
.carousel-indicators .active {
   /*margin-bottom:-20px;*/
	width:16px;
	height:16px;
	background: black;
	border-color:white;
	 
}
.carousel-inner .thumbnail {
	
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}
.carousel-inner .caption {
   
	padding: 0px;
}
.carousel-inner h4{
    color:#344d4c;
}

.carousel-indicators-clasificados{
    padding:10px;
}
