/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */
a.navbar-brand{
	width:310px;
}



html,
body {
    height: 100%;
}

body {
    padding-top: 20px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
	background-color:#0c245f;
}

h2{
	color:#fff;
}

h3{
	color:#fff;
}

p.sitio{
	color:#FFF;
}

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

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

.business-header {
    height: 400px;
    background: url('../images/banner.gif') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	margin-top:30px;
}


/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
    margin-top:50px;
	color:#FFF;
}


footer h3 {
    margin-bottom: 10px;
}

footer .footer-above {
    padding-top: 10px;
    background-color: #0f3ca6;
}

footer .footer-col {
    margin-bottom: 30px;
	
}

footer .footer-below {
    padding: 15px 0;
    background-color: #bc1a15;
}

.btn-social {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 38px;
	color:#FFF;
}


.btn:focus,
.btn:active,
.btn.active {
    outline: 1;
}

/* 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.navbar-brand{
	width:230px;
}
}

