/*!
 * 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: 77px;  
}

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

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

/* Menu Principal */
.navbar.navbar-default .navbar-nav > li > a {
    color: #CCCCCC !important;
    font-size: 1.65rem !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: #000000 !important; /* Mesmo fundo do menu */
    color: #0099FF !important; /* Hover */
}

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

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

.imagem-arredondada {
    border-radius: 20px;
}

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

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

/* Home Page Carousel */

header.carousel {
    height: 100%;
}

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

header.carousel {
    width: 100%;
    height: 85vh;
    min-height: 420px;
    overflow: hidden;
}

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

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

/* Tablets */
@media (max-width: 991px) {
    header.carousel {
        height: 60vh;
        min-height: 340px;
    }

    header.carousel .fill {
        background-size: cover;
        background-position: center center;
    }
}

/* Celulares */
@media (max-width: 767px) {
    header.carousel {
        height: 440px;
        min-height: 320px;
        margin-top: 0 !important;
    }

    header.carousel .fill {
        background-size: cover;
        background-position: center center;
    }

    .carousel-caption h1 {
        font-size: 22px;
    }
}

/* Celulares pequenos */
@media (max-width: 480px) {
    header.carousel {
        height: 260px;
        min-height: 260px;
    }

    .carousel-caption {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .carousel-caption h1 {
        font-size: 18px;
    }
}

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


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

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

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

/* Responsividade - Tablets */
@media (max-width: 991px) {
    .bannerCentro {
        padding: 45px 20px 40px;
        background-position: center center;
    }

    .bannerCentro h2 {
        font-size: 3em;
    }

    .bannerCentro h3 {
        font-size: 1.6em;
    }
}

/* Responsividade - Celulares */
@media (max-width: 767px) {
    .bannerCentro {
        padding: 0;
        height: 30vw;
        min-height: 140px;
        max-height: 220px;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        background-color: #020b18;
        position: relative;
    }

    .bannerCentro h2,
    .bannerCentro h3 {
        display: none;
    }

    .bannerCentro .btn,
    .bannerCentro a.btn {
        display: inline-block !important;
        position: absolute;
        left: 50%;
        bottom: 15px;
        transform: translateX(-50%);
        z-index: 10;
    }
}

/* Celulares pequenos */
@media (max-width: 480px) {
    .bannerCentro {
        min-height: 180px;
    }
}

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

.parallax-section {
    position: relative;
    height: 700px;
    overflow: hidden;
}

.parallax-bg {
    position: absolute;
    top: -10%;
    left: 0;
    width: 100%;
    height: 120%;

    background-image: url("../img/bannerProjsoft-parallax.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

    will-change: transform;
}


.banner {
    padding: 130px 0;
    color: #f8f8f8;
    background: url(../img/bannerTopo.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: 3em;
}

.banner ul {
    margin-bottom: 0;
}

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

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}


.banner-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-conteudo {
  text-align: center;
  color: #ffffff;
}

/* Ajuste para tablets e celulares */
@media (max-width: 768px) {
  .banner-parallax {
    height: 360px;
    background-attachment: scroll;
    background-position: center center;
  }
}

@media (max-width: 480px) {
  .banner-parallax {
    height: 280px;
  }
}

.btn404{
    width:250px;
    margin:5px;
    display:inline-block;
}


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

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

/* Responsive Styles */

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


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

.box-cookies {
  position: fixed;
  background: #0066FF;
  left: 25px;   
  width: 83%;
  bottom: 25px;
  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: 20px;
}

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

.navbar {
    margin-bottom: 0 !important;
}

@media (max-width: 767px) {
    body,
    .navbar,
    .navbar-fixed-top,
    header.carousel,
    .carousel,
    .carousel-inner,
    .item
}  

.espaco-menu-carrossel {
    height: 40px;
}

@media (max-width: 767px) {
    .espaco-menu-carrossel {
        display: none;
        height: 0;
    }
}