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

@media (max-width: 767px) {
    body {
        padding-top: 0;
    }
}

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

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

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

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

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

.dropdown-menu > li > a {
    color: #FFFFFF !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;
    }
}

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

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

/* Intro Header */
.intro-header {
    padding-top: 30px;
    padding-bottom: 2px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/intro-bg.jpg) no-repeat center center;
    background-size: cover;
}

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

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

.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);
	 font-size: 3.1em;
}

@media(max-width:767px) {
    .intro-message {
        padding-bottom: 10%;
    }
    .intro-message > h1 {
        font-size: 4em;
    }
    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
    }
    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }
    .intro-divider {
        width: 100%;
    }
}

/* 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 {
    position: absolute;
    top: 1px;
    bottom: 0;
    left: 0;
    width: 15%;
    color: #fff;
    opacity: 1;
    text-shadow: none;
}
.carousel-control.left,
.carousel-control.right {
    background: none;
}
.carousel-control:hover {
    color: #000;
}
.carousel-indicators {
    bottom: -10px;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    cursor: pointer;
    background-color: rgba(0,0,0,0);
    border: 1px solid #16a085;
    border-radius: 50%;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    background-color: #CCCCCC;
}
.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px 0;
    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 {
        font-size: 3em;
    }
}

/* Banners */
.bannerCentro, .bannerCentroOld, .banner {
    color: #f8f8f8;
    background: url(../img/banner-bg.jpg) no-repeat center center;
    background-size: cover;
}

.bannerCentro { 
    padding: 60px 100px 50px 100px; /* top right bottom left */
}
.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;
}

.bannerCentroOld {
    padding: 120px 0 50px;
}
.bannerCentroOld h2 {
    font-size: 5em;
}
.bannerCentroOld h3 {
    font-size: 3em;
}

.banner {
    padding: 130px 20px 70px 0;
}
.banner h2 {
    font-size: 5em;
}
.banner ul {
    margin-bottom: 0;
}
.banner-social-buttons {
    float: right;
    margin-top: 0;
}

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

/* Página 404 */
.error-404 {
    font-size: 100px;
}

/* Preços */
.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}
.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}
.period {
    display: block;
    font-style: italic;
}

/* Rodapé */
footer {
    color: #fff !important;
}
footer h3 {
    margin-bottom: 30px;
}
footer .footer-above {
    padding-top: 30px;
    background-color: #021E4F !important;
}

footer h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3.1em;
}

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

/* Responsivo */
@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 */
.parallax-section {
    position: relative;
    width: 100%;
    height: 500px;
    background-image: url('img/intro-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.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);
}

/* Cookies */
.box-cookies {
    position: fixed;
    background: #006699;
    left: 20px;
    width: 40%;
    bottom: 20px;
    padding: 5px;
    z-index: 998;
    text-align: center;
}
.box-cookies .msg-cookies {
    width: 100%;
    padding: 5px 40px 0px 40px;
    color: #000;
    font-size: 13px;
}
.box-cookies .btn-cookies {
    background: #FF6600;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    width: 100px;
    height: 30px;
    color: #fff;
    font-size: 16px;
}
@media screen and (max-width: 600px) {
    .box-cookies {
        flex-direction: column;
    }
}

/* Carrossel de Depoimentos com 3 por slide */
/* Swiper Container com padding extra e posição relativa */
/* Swiper container */
.swiper {
    position: relative;
    padding: 60px 10px 120px; /* espaço para setas */
    overflow: visible;
}

/* Slide alinhado */
.swiper-slide {
    display: flex;
    justify-content: center;
}

/* Bloco do depoimento */
.depoimento-box {
    background-color: #f8f8f8;
    border-radius: 20px;
    border: 1px solid #ddd;
    padding: 20px;
    max-width: 350px;
    min-height: 290px;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.1);
    text-align: center;
    position: relative;
}

/* Ícone */
.depoimento-box i {
    font-size: 3rem;
    color: #1F3461;
    margin-bottom: 10px;
    display: block;
}

/* Texto */
.depoimento-text {
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 15px;
}

/* Nome */
.depoimento-nome {
    font-size: 1.8rem;
    font-weight: bold;
    color: #1F3461;
}

.swiper {
    position: relative;
    overflow: visible;
    padding: 40px 10px;
}

/* Setas centralizadas verticalmente */
.swiper {
    position: relative;
    padding-bottom: 120px; /* Espaço para as setas + paginação */
}

/* Paginação centralizada na base */
.swiper-pagination {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

/* Setas alinhadas com a paginação */
.swiper-button-prev,
.swiper-button-next {
    top: auto !important;
    bottom: 60px !important; /* 20px abaixo do original */
    width: auto;
    height: auto;
    font-size: 1rem;
    color: #1F3461;
    z-index: 10;
}

/* Setas deslocadas horizontalmente ao lado da paginação */
.swiper-button-prev {
    left: calc(50% - 120px); /* Ajuste fino à esquerda dos pontos */
}

.swiper-button-next {
    right: calc(50% - 120px); /* Ajuste fino à direita dos pontos */
}

/* Hover opcional */
.swiper-button-prev:hover,
.swiper-button-next:hover {
    color: #FF6600;
}