/*!
 * 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 */

html { overflow-y: scroll; }
html { overflow: -moz-scrollbars-vertical; }
html { overflow-x: auto; }

html,
body {
    height: 100%;
	padding-bottom: 40px;
	color: #666666;
	font-family: 'Open Sans', sans-serif;	
	font-size: large;
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

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

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


.carousel {
	margin-bottom: 0px; 
	background: url("../img/topo-fundo.jpg");		  
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.25);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.25);
	box-shadow: 0 5px 10px rgba(0,0,0,.25);
}

/* Home Page Carousel */


.form-control-mini {
	padding: 2px;
	border-radius: 5px;
	border: 1px solid silver;
}

header.carousel {
  height: 75%;
  font-family: 'Open-sans', sans-serif; /*custom*/	
}

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

header.interna {
    height: 20%;
}

header.interna .item,
header.interna .item.active,
header.interna .carousel-inner {
    height: 100%;
}

header.interna .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.navbar {
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,.25);
	-moz-box-shadow: 0 3px 10px rgba(0,0,0,.25);
	box-shadow: 0 3px 10px rgba(0,0,0,.25);
}

.interna {
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,.25);
	-moz-box-shadow: 0 3px 10px rgba(0,0,0,.25);
	box-shadow: 0 3px 10px rgba(0,0,0,.25);
}

.interna-caption {
  position: absolute;
  font-family: 'Varela', sans-serif; /*custom*/
  bottom: 0px;
  left: 8%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.interna-caption .btn {
  text-shadow: none;
}

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

.sombra {
	-webkit-box-shadow: 0 10px 10px rgba(0,0,0,.25);
	-moz-box-shadow: 0 10px 10px rgba(0,0,0,.25);
	box-shadow: 0 3px 10px rgba(0,0,0,.25);
}


/* Footer Styles */

footer {
    margin: 50px 0;
	font-size: small;
}

section {
	padding-top: 50px;
}

section h1 {
	font-family: 'Varela', sans-serif;	
	font-size: xx-large;
}


/* 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%;
    }
}