html,
body {
    height: 100%;  /* Banner principal de la pagina */
}

body {
    padding-top: 50px;  
	background: #f2f2f2;
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
}

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;
}

.panel-default> .panel-heading{
	background-color: #B43630;
	color: #FFFFFF;
}



/* Footer Styles */

footer {
   color: #FFFFFF;
   font-size: 12px;
   text-align: center;
   font-weight: bold;
   background: #A83630;
   padding: 17px 0 18px 0;
   border-top: 0px solid #000;
}


/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}

a.footer {
    color: #FFFFFF;
    text-decoration: none;
}

a.footer:hover {
    color: #132389;
    text-decoration: none;
}