/*!
 * 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,
body {
    height: 100%;
}

body {
    padding-top: 50px;  
}

/* Navbar */
.navbar {
    background-color: #F0F0F0;
    border-color: #CCCCCC;
}

.navbar-fixed-top {
    background-color: #F0F0F0;
}

/* Menu Principal */
.navbar.navbar-default .navbar-nav > li > a {
    color: #1F3461 !important;
    font-size: 1.4rem !important;
}

.navbar.navbar-default .navbar-nav > li > a:hover,
.navbar.navbar-default .navbar-nav > li.open > a,
.navbar.navbar-default .navbar-nav > li.open > a:focus,
.navbar.navbar-default .navbar-nav > li.open > a:hover {
    background-color: #F0F0F0 !important; /* Mesmo fundo do menu */
    color: #0066CC !important; /* Hover */
}

@media (max-width: 767px) {
    .navbar-brand img {
        max-width: 150px;
    }
    header.carousel {
        margin-top: 0 !important;
    }	
}

@media (max-width: 991px) {
    .navbar-collapse.collapse {
        background-color: transparent;
        height: auto;
        max-height: none;
        overflow-y: auto;
    }
}

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

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

/* Home Page Carousel */

header.carousel {
    height: 80%;
}

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;

}

.carousel-control.left
{
	background: none;
}
.carousel-control.right
{
	background: none;
}

.carousel-control
{
	position: absolute;
	top: 45%;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: auto;
	color: #fff;
	text-align: center;
	opacity: 1;
	text-shadow: none;
}
.carousel-control:hover
{
	color: #000;
}
.carousel-indicators
{
	bottom: -50px;
}
.carousel-indicators li
{
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #006600\9;
	background-color: rgba(0,0,0,0);
	border: 1px solid #16a085;
	border-radius: 50%;
}
.carousel-indicators .active
{
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #CCCCCC;
}
.carousel-caption
{
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	background: rgba(6,6,6,0.4);
}			

/* Banner Central 1 */

.banner {
    padding: 80px 20px 120px  0;
    color: #f8f8f8;
    background: url(../img/banner-bg.jpg) no-repeat center center;
    background-size: cover;
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 5em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

/* Banner Central 2 */

.banner {
    padding: 130px 20px 70px  0;
    color: #f8f8f8;
    background: url(../img/banner-bg.jpg) no-repeat center center;
    background-size: cover;
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 5em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

.bannerCentro {
    padding: 60px 0 50px;
    color: #f8f8f8;
    background: url(../img/banner-bg.jpg) no-repeat center center;
    background-size: cover;
}

.bannerCentro h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.bannerCentro h3 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 2em;
}

faixa {
  color: white;
}
faixa h3 {
  margin-bottom: 30px;
}
faixa .faixa-above {
  padding-top: 30px;
  background-color: #666666;
}
faixa .faixa-col {
  margin-bottom: 50px;
}


/* 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 {
    color: #fff;
}

footer h3 {
    margin-bottom: 20px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #021E4F ;
}

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

footer .footer-below {
    padding: 40px 0;
    background-color: #021E4F ;
}

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


.scroll-top {
  position: fixed;
  right: 2%;
  bottom: 2%;
  width: 50px;
  height: 50px;
  z-index: 1049;
}

.box-cookies {
  position: fixed;
  background: #0066FF;
  left: 20px;   
  width: 40%;
  bottom: 20px;
  padding: 5px;
  z-index: 998;
  display: center;
  justify-content: space-between;
  text-align: center;  
}

.box-cookies .msg-cookies {
  width: 100%; 
  left: 60px; 
  right: 25px; 
  align-self: center;
  padding: 5px 40px 0px 40px;
  color: #000;
  font-size: 13px;
}

.box-cookies .btn-cookies {
  text-align: center;
  margin-bottom: 10px;  
  color: #fff;
  font-size: 16px;
  align-self: left;
}

.box-cookies .btn-cookies {
  background: #0066FF;
  cursor: pointer;
  align-self: left;
  border: none;
  border-radius: 5px;  
  border:0;
  width:100px;
  height: 30px; 
}

@media screen and (max-width: 600px) {
  .box-cookies {
    flex-direction: column;
  }
}

