/*!
 * 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 {
   padding-top: 50px; /* Mantém no desktop */
}

@media (max-width: 767px) {
   body {
       padding-top: 0; /* Remove no mobile */
   }
}

body,
html {
    width: 100%;
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}


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

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

/* Menu Principal */
.navbar.navbar-default .navbar-nav > li > a {
  color: #021E4F !important; /* Força a cor azul*/
  font-size: 2.1rem !important; /* Força o tamanho do texto */
}

.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: #43939E !important; /* Mesmo fundo do menu */
    color: #CCCCCC !important; /* Hover */
}

/* Dropdown */
.dropdown-menu {
    background-color: #43939E !important; /* Fundo do dropdown igual ao menu */
    border: none;
}

.dropdown-menu > li > a {
    color: #43939E !important;
    font-size: 1.8rem;
}

.dropdown-menu > li > a:hover {
    background-color: #003366;
    color: #CCCCCC !important;
}

.navbar-brand img {
    max-width: 220px;
}

@media (max-width: 767px) {
    .navbar-brand img {
        max-width: 150px;
    }
}

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

.intro-header {
    padding-top: 70px;  
    padding-bottom: 5px;
    text-align: center;
    color: #FFFFFF;
    background: url(../img/intro-bg.jpg) no-repeat center center;
    background-size: cover;
}

.intro-message {
    position: relative;
    padding-top: 35%;
    padding-bottom: 5%;
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 5em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

@media(max-width:767px) {
    .intro-message {
        padding-bottom: 10%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

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

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

    .intro-divider {
        width: 100%;
    }
}



/* Home Page Carousel */

header.carousel {
    height: 100%;
}

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: 1px;
	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: -10px;
}
.carousel-indicators li
{
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #FF6600;
	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;
	background: rgba(6,6,6,0.4);	
	text-align: center;
}

.carousel-caption h1 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 5em;
}
		
@media(max-width:767px) {
    .carousel-caption h1 {
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }
}	


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


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

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

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


.banner {
    padding: 80px 20px 120px  0;
    color: #f8f8f8;
    background: url(../imagens/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 {
    padding: 130px 20px 70px  0;
    color: #f8f8f8;
    background: url(../img/intro-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;
}

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

footer h3 {
    margin-bottom: 30px;
}

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

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

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

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

.parallax-section {
    position: relative;
    width: 100%;
    height: 500px; /* Defina a altura conforme necessário */
    background-image: url('img/intro-bg.jpg'); /* Caminho da imagem */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed; /* Cria o efeito Parallax */
}

.parallax-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
}

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

.parallax-content p {
    font-size: 1.5em;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
}

.box-cookies {
  position: fixed;
  background: #006699;
  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: #FF6600;
  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;
  }
}


.dropdown-menu {
    background-color: #ffffff !important; /* Fundo branco */
    border: 1px solid #ddd; /* Opcional: uma borda leve, pode remover se quiser */
    box-shadow: none; /* Remove sombra, se tiver */
}

/* Opcional: se quiser também ajustar a cor dos links dentro do dropdown */
.dropdown-menu > li > a {
    color: #021E4F; /* Azul padrão do seu menu */
    font-size: 1.8rem; /* Mantém uma boa leitura */
}

.dropdown-menu > li > a:hover {
    background-color: #003366; /* Cor de fundo ao passar o mouse */
    color: #ffffff;
}