                /* Estilo dark moderno */
.breadcrumb {
    background-color: #343a40; /* Fundo escuro */
    padding: 0.75rem 1.5rem; /* Mais espaçamento */
    border-radius: 0.5rem; /* Bordas mais arredondadas */
    box-shadow: 0 4px 6px rgba(0,0,0,0.1); /* Sombra mais pronunciada */
    margin-bottom: 2rem; /* Mais espaçamento abaixo */
}

.breadcrumb-item {
    font-size: 0.95rem;
}

.breadcrumb-item a {
    color: #adb5bd; /* Cinza claro para links */
    text-decoration: none;
    transition: color 0.2s;
}

.breadcrumb-item a:hover {
    color: white; /* Branco no hover */
    text-decoration: none;
}

.breadcrumb-item.active {
    color: white; /* Branco para item ativo */
    font-weight: 500;
}

/* Separador personalizado - versão dark */
.breadcrumb-item + .breadcrumb-item::before {
    content: "›";
    color: #adb5bd;
    padding: 0 0.75rem;
    font-size: 1.1rem;
}
                .conteudo-container {
                    padding: 20px 0;
                }
                .conteudo-titulo {
                    color: #2c3e50;
                    margin-bottom: 20px;
                }
                .conteudo-subtitulo {
                    color: #7f8c8d;
                    font-size: 1.2em;
                    margin-bottom: 30px;
                }
                
                /* NOVO ESTILO PARA TEXTO FLUÍDO */
                .conteudo-wrapper {
                    position: relative;
                }
                .conteudo-imagem-float {
                    float: left;
                    max-width: 40%;
                    height: auto;
                    margin: 0 20px 15px 0;
                    border-radius: 8px;
                    shape-outside: margin-box;
                }
                .conteudo-texto {
                    text-align: justify;
                    overflow: hidden;
                    font-size: 1.1em;
                    line-height: 1.8;
                }
                .clearfix::after {
                    content: "";
                    display: table;
                    clear: both;
                }
                
                @media (max-width: 768px) {
                    .conteudo-imagem-float {
                        float: none;
                        display: block;
                        max-width: 100%;
                        margin: 0 auto 20px auto;
                    }
                }
                
                /* Estilos para galeria e vídeo permanecem */
                .conteudo-video {
                    position: relative;
                    padding-bottom: 56.25%;
                    height: 0;
                    overflow: hidden;
                    margin-bottom: 20px;
                }
                .conteudo-video iframe {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    border: none;
                }
                .galeria-imagem {
                    width: 100%;
                    height: 200px;
                    object-fit: cover;
                    border-radius: 8px;
                    transition: transform 0.3s;
                }
                .galeria-imagem:hover {
                    transform: scale(1.03);
                }
                .galeria-item {
                    margin-bottom: 15px;
                }
                .conteudo-botoes {
                    margin: 30px 0;
                }
                .btn-custom {
                    background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
                    color: white;
                    padding: 10px 20px;
                    border-radius: 5px;
                    margin-right: 10px;
                    margin-bottom: 10px;
                    display: inline-block;
                    text-decoration: none;
                    transition: all 0.3s;
                }
                .btn-custom:hover {
                    transform: translateY(-2px);
                    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
                    color: white;
                }
                .veja-tambem {
                    margin-top: 50px;
                    padding-top: 30px;
                    border-top: 1px solid #eee;
                }
                .veja-tambem h2 {
                    margin-bottom: 30px;
                    color: #2c3e50;
                }
                .veja-tambem .item {
                    display: flex;
                    margin-bottom: 20px;
                    padding: 15px;
                    background: #f9f9f9;
                    border-radius: 8px;
                    align-items: center;
                }
                .veja-tambem .item img {
                    width: 100px;
                    height: 100px;
                    object-fit: cover;
                    border-radius: 5px;
                    margin-right: 20px;
                }
                .veja-tambem .item .info {
                    flex: 1;
                }
                .veja-tambem .item .info h3 {
                    margin: 0 0 5px 0;
                    color: #2c3e50;
                }
                .veja-tambem .item .info p {
                    margin: 0;
                    color: #7f8c8d;
                }
                .btn-veja-tambem {
                    background: #27ae60;
                    color: white;
                    padding: 8px 15px;
                    border-radius: 5px;
                    text-decoration: none;
                    transition: all 0.3s;
                }
                .btn-veja-tambem:hover {
                    background: #2ecc71;
                    color: white;
                }
/* Estilos para garantir espaçamento em dispositivos móveis */
.container {
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 768px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .conteudo-texto, 
    .conteudo-texto-simples,
    .conteudo-float-wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.whatsapp-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    z-index: 10000;
    animation: pulseShadow 2s infinite;
}

.whatsapp-btn:hover {
    transform: scale(1.1);
}

.whatsapp-btn img {
    width: 34px;
    height: 34px;
}

@keyframes pulseShadow {
    0% { box-shadow: 0 0 10px 0 rgba(37,211,102,0.5); }
    50% { box-shadow: 0 0 20px 5px rgba(37,211,102,0.6); }
    100% { box-shadow: 0 0 10px 0 rgba(37,211,102,0.5); }
}

/* Ajustes para dispositivos móveis */
@media (max-width: 768px) {
    .whatsapp-btn {
        bottom: 15px;
        right: 15px;
        width: 56px;
        height: 56px;
    }
    
    .whatsapp-btn img {
        width: 30px;
        height: 30px;
    }
    
    /* Garante que não cause overflow na página */
    html, body {
        overflow-x: hidden;
        width: 100%;
    }
}

/* Ajuste para telas muito pequenas */
@media (max-width: 480px) {
    .whatsapp-btn {
        bottom: 10px;
        right: 10px;
        width: 50px;
        height: 50px;
    }
    
    .whatsapp-btn img {
        width: 28px;
        height: 28px;
    }
}

/********** Template CSS **********/
:root {
    --primary: #32C36C;
    --light: #F6F7F8;
    --dark: #1A2A36;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand,
.navbar a.btn {
    height: 75px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 2px 0;
    color: var(--dark);
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .1);
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
}

.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: #FFFFFF;
    box-shadow: 0 0 30px rgba(255, 255, 255, .9);
    border-radius: 45px;
    transition: .5s;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 60px;
    height: 60px;
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    border-radius: 45px;
    transition: .5s;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** About ***/
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.service-icon {
    position: relative;
    margin: -50px 0 25px 0;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 100px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.service-item:hover .service-icon {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--primary);
    border-color: var(--primary);
}

.portfolio-img {
    position: relative;
}

.portfolio-img::before,
.portfolio-img::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    background: var(--dark);
    transition: .5s;
}

.portfolio-img::before {
    left: 50%;
}

.portfolio-img::after {
    right: 50%;
}

.portfolio-item:hover .portfolio-img::before {
    width: 51%;
    left: 0;
}

.portfolio-item:hover .portfolio-img::after {
    width: 51%;
    right: 0;
}

.portfolio-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 1;
    transition: .5s;
}

.portfolio-item:hover .portfolio-btn {
    opacity: 1;
    transition-delay: .3s;
}


/*** Quote ***/
@media (min-width: 992px) {
    .container.quote {
        max-width: 100% !important;
    }

    .quote-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .quote-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .quote-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.team-item img {
    border-radius: 8px 60px 0 0;
}

.team-item .team-social {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background: #FFFFFF;
    transition: .5s;
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.testimonial-carousel .testimonial-img img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .testimonial-img .btn-square {
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-carousel .owl-item .testimonial-text {
    margin-bottom: 30px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    transform: scale(1);
}


/*** Contact ***/
@media (min-width: 992px) {
    .container.contact {
        max-width: 100% !important;
    }

    .contact-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .contact-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .contact-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 38px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
    border-color: var(--light);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #ffffff;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: #FFFFFF;
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}

<style>
/* Fundo azul para os blocos de imagens */
.banner-background {
    background-color: #135c92;
    padding: 1px 0; /* Margem superior e inferior */
}

/* Container principal do swiper */
.swiper-container {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px 0; /* Margem superior e inferior */
}

/* Cada slide */
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

/* Estilos dos itens do banner */
.banner-item {
    width: 100%;
    height: 65vh;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

/* Imagem de fundo com efeito de zoom */
.banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease-in-out;
}

/* Efeito de zoom na imagem de fundo */
.banner-item:hover .banner-bg {
    transform: scale(1.1);
}

/* Camada de sobreposição escura */
.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

/* Estilização do texto */
.banner-overlay h2, 
.banner-overlay p, 
.banner-overlay a {
    color: white;
    margin: 5px 0;
}

/* Botão */
.banner-overlay a {
    display: inline-block;
    padding: 10px 15px;
    background-color: rgba(41, 41, 41, 0.6);
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease-in-out, transform 0.2s;
}

/* Efeito ao passar o mouse */
.banner-overlay a:hover {
    background-color: rgba(0, 0, 0, 1);
    transform: scale(1.05);
}

/* Fundo azul para os blocos de imagens */
.banner-background {
    background-color: #135c92;
    padding: 1px 0; /* Margem superior e inferior */
}

/* Container principal do swiper */
.swiper-container {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px 0; /* Margem superior e inferior */
}

/* Cada slide */
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

/* Estilos dos itens do banner */
.banner-item {
    width: 100%;
    height: 65vh;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

/* Imagem de fundo com efeito de zoom */
.banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease-in-out;
}

/* Efeito de zoom na imagem de fundo */
.banner-item:hover .banner-bg {
    transform: scale(1.1);
}

/* Camada de sobreposição escura */
.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

/* Estilização do texto */
.banner-overlay h2, 
.banner-overlay p, 
.banner-overlay a {
    color: white;
    margin: 5px 0;
}

/* Botão */
.banner-overlay a {
    display: inline-block;
    padding: 10px 15px;
    background-color: rgba(41, 41, 41, 0.6);
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease-in-out, transform 0.2s;
}

/* Efeito ao passar o mouse */
.banner-overlay a:hover {
    background-color: rgba(0, 0, 0, 1);
    transform: scale(1.05);
}


        /* Ajustes gerais */
    .top-bar {
        background: #135c92;
        color: white;
        padding: 5px 0 20px;
        text-align: center;
    }

    .top-bar-text {
        font-size: 20px;
        opacity: 0.8;
        margin-bottom: 10px;
    }

    /* Container flexível para os botões */
    .btn-container {
        display: flex;
        justify-content: center;
        gap: 10px; /* Espaço entre os botões */
        flex-wrap: wrap; /* Impede que os botões fiquem quebrados */
    }

    /* Botões */
    .top-bar .btn-topbar {
        font-size: 18px;
        padding: 12px 20px;
        border-radius: 30px;
        text-transform: uppercase;
        font-weight: bold;
        transition: 0.3s;
        white-space: nowrap; /* Evita quebra do texto nos botões */
    }

    .top-bar .btn-whatsapp {
        background-color: #25d366;
        color: white;
    }

    .top-bar .btn-contact {
        background-color: #ff5722;
        color: white;
    }

    .top-bar .btn-company {
        background-color: #007bff;
        color: white;
    }

    .top-bar .btn-topbar:hover {
        opacity: 0.8;
    }

    /* Ajuste para telas pequenas */
    @media (max-width: 576px) {
        .top-bar-text {
            font-size: 16px; /* Reduz o tamanho do texto */
        }

        .top-bar .btn-topbar {
            font-size: 14px; /* Reduz o tamanho da fonte nos botões */
            padding: 8px 15px; /* Reduz o padding para caber melhor */
        }

        .btn-container {
            gap: 5px; /* Reduz o espaço entre os botões */
        }
    }


/* Estilo para os cards terem a mesma altura */
.row {
    display: flex;
    flex-wrap: wrap;
}

.row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

/* Estilo para as imagens dos cards */
.card-img {
    height: 300px; /* Defina a altura desejada para as imagens */
    width: 100%; /* Garante que a imagem ocupe toda a largura do card */
    object-fit: cover; /* Mantém a proporção e cobre o espaço disponível */
    object-position: center; /* Centraliza a imagem no espaço disponível */
}

/* Estilo para o card */
.service-item {
    height: 100%; /* Ocupa toda a altura disponível */
    display: flex;
    flex-direction: column;
    position: relative; /* Para posicionar o link overlay */
}

/* Estilo para o conteúdo do card */
.card-content-container {
    flex: 1; /* Ocupa o espaço disponível */
    display: flex;
    flex-direction: column;
    padding: 1rem;
}

/* Estilo para o contêiner do título e subtítulo */
.title-subtitle-container {
    flex: 1; /* Ocupa o espaço disponível */
    margin-bottom: 15px; /* Espaço antes do link "Veja mais" */
}

/* Estilo para o título */
.title-subtitle-container h2 {
    margin: 0 0 10px 0; /* Margem apenas na parte inferior */
    font-size: 1.2rem; /* Tamanho de fonte reduzido */
    line-height: 1.3; /* Altura de linha adequada */
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Limita a 3 linhas */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Estilo para o subtítulo */
.title-subtitle-container p {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Limita a 3 linhas */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Estilo para o link "Veja mais" */
.see-more-link {
    margin-top: auto; /* Empurra o link para baixo */
    padding-top: 10px; /* Espaçamento adicional */
}

/* Link overlay para todo o card */
.card-link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
}

/* Efeito hover no card */
.service-item:hover {
    transform: translateY(-5px);
    transition: transform 0.3s ease;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

/* Manter o ícone e o link "Veja mais" acima do overlay */
.service-icon, .see-more-link {
    position: relative;
    z-index: 2;
}

    .parallax {
        background-image: url('img/<?= htmlspecialchars($dadosConteudo['imagem_jpg']) ?>');
        min-height: 500px;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: white;
        position: relative;
        margin-bottom: 20px; /* Adicionado espaço para o scroll */
    }

    .parallax::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }

    .parallax .container {
        position: relative;
        z-index: 2;
    }

    .parallax h1 {
        color: white;
        font-weight: bold;
    }

    .parallax .container p.texto {
        color: white;
    }

    .parallax p,
    .parallax .btn {
        color: white;
    }

/* ESTILOS PARA O TOPBAR - VERSÃO DESKTOP */
.container-fluid.bg-dark .row {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

/* Layout em 3 colunas com proporções ajustadas */
.col-md-4 {
    flex: 1 1 auto;
    min-width: 0; /* Permite que o texto seja truncado se necessário */
    padding: 0 8px;
}

/* Ajustes específicos para telas de notebook */
@media (min-width: 992px) and (max-width: 1199.98px) {
    /* Contêiner de contatos - layout mais compacto */
    .col-md-4:last-child {
        flex: 0 0 auto;
        white-space: nowrap;
    }
    
    /* Ajuste para os elementos de contato */
    .d-flex.align-items-center.justify-content-end {
        flex-wrap: nowrap;
    }
    
    /* Estilo para telefones - evita quebra */
    .d-inline-flex.align-items-center.me-3 {
        white-space: nowrap;
        margin-right: 8px !important;
    }
    
    /* WhatsApp container - tamanho reduzido */
    .whatsapp-container {
        white-space: nowrap;
        margin-right: 8px !important;
        padding: 3px 6px;
    }
    
    /* Contact container - tamanho reduzido */
    .contact-container {
        white-space: nowrap;
        margin-right: 8px !important;
        padding: 3px 6px;
    }
    
    /* Redes sociais - ícones menores */
    .social-icons a {
        padding: 0.2rem;
    }
    
    /* Endereço - texto menor e truncado */
    .col-md-4:first-child small {
        font-size: 0.75rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        max-width: 100%;
    }
    
    /* Frase central - texto menor */
    .topbar-phrase {
        font-size: 0.75rem;
        line-height: 1.2;
    }
}

/* Ajuste para evitar quebra de números */
.d-inline-flex.align-items-center small,
.whatsapp-container small,
.whatsapp-container strong {
    white-space: nowrap;
    display: inline-block;
}
/* Ajuste para telas médias */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .topbar-phrase {
        font-size: 0.8rem;
    }
    
    .col-md-4 {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* Ajuste para telas grandes */
@media (min-width: 1200px) {
    .topbar-phrase {
        font-size: 0.9rem;
    }
}

/* NOVOS ESTILOS PARA O LINK DE CONTATO */
.contact-container {
    display: inline-flex;
    align-items: center;
    padding: 3px 12px;
    border-radius: 20px;
    background-color: rgba(220, 53, 69, 0.15); /* Vermelho com transparência */
    transition: all 0.3s ease;
    margin-right: 10px;
}

.contact-container:hover {
    background-color: rgba(220, 53, 69, 0.25); /* Vermelho mais intenso no hover */
    transform: scale(1.05);
}

.contact-link {
    text-decoration: none;
    display: flex;
    align-items: center;
}

.contact-link strong {
    font-weight: 600;
}

.contact-icon {
    font-size: 1.1em;
    color: #dc3545; /* Vermelho */
    animation: contact-pulse 2s infinite;
}

.contact-mobile {
    padding: 2px 8px;
    border-radius: 20px;
    background-color: rgba(220, 53, 69, 0.15);
}

@keyframes contact-pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

/* Ajuste para telas médias */
@media (max-width: 1199.98px) {
    .contact-container {
        padding: 3px 8px;
        margin-right: 5px;
    }
    
    .contact-link strong {
        font-size: 0.9rem;
    }
}

/* Ajuste para telas pequenas */
@media (max-width: 991.98px) {
    .contact-container {
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

/* ESTILOS PARA O NAVBAR (MENU PRINCIPAL) */
/* Redução geral do tamanho do menu */
.navbar {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}

.navbar-nav .nav-link {
    font-size: 0.75rem;
    padding: 0.35rem 0.6rem;
    white-space: nowrap;
}

.navbar-brand {
    margin-right: 0.3rem;
    padding-right: 0.3rem;
}

.navbar-nav {
    flex-wrap: nowrap;
    gap: 0.1rem;
}

.dropdown-menu {
    font-size: 0.7rem;
    min-width: 180px;
}

.dropdown-item {
    padding: 0.25rem 0.8rem;
}

/* Ajuste do logo */
.logo-container {
    max-height: 70px;
    padding: 3px !important;
    margin-top: 15px !important;
}

.logo-container img {
    max-height: 50px !important;
    width: auto;
}

/* Ajustes para telas maiores */
@media (min-width: 1200px) {
    .navbar-nav .nav-link {
        font-size: 0.85rem;
        padding: 0.4rem 0.7rem;
    }
}

/* Mantém os outros estilos existentes */
.whatsapp-container, .whatsapp-mobile {
    display: inline-flex;
    align-items: center;
    padding: 3px 8px;
    border-radius: 20px;
    background-color: rgba(37, 211, 102, 0.15);
    transition: all 0.3s ease;
}

.whatsapp-container:hover, .whatsapp-mobile:hover {
    background-color: rgba(37, 211, 102, 0.25);
    transform: scale(1.05);
}

.whatsapp-icon {
    font-size: 1.1em;
    color: #25D366;
    animation: whatsapp-pulse 2s infinite;
}

@keyframes whatsapp-pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.social-icons i {
    font-size: 0.9em;
    transition: transform 0.3s ease;
}

.social-icons a:hover i {
    transform: scale(1.2);
}

/* Estilos para mobile */
@media (max-width: 991.98px) {
    .contact-item, .info-item {
        margin-bottom: 5px;
        display: flex;
        align-items: center;
    }
    
    .social-icons-mobile i {
        font-size: 1.1em;
    }
    
    .social-icons-mobile a {
        margin: 0 4px;
    }
    
    .whatsapp-mobile {
        padding: 2px 6px;
    }
    
    .navbar-collapse {
        max-height: 80vh;
        overflow-y: auto;
    }
    
    .navbar-nav {
        padding: 0.8rem 0;
    }
    
    .nav-item {
        margin: 0.15rem 0;
    }
}
/* Espaçamento básico para um <br> */
br {
    display: block;
    content: "";
    margin-bottom: 0.1em; /* Espaçamento que você deseja entre linhas */
    line-height: 0;
}

/* Espaçamento adicional para múltiplos <br> consecutivos */
br + br {
    margin-top: 0.5em; /* Adiciona mais espaço entre múltiplas quebras */
}



/* Estilo base para itens de menu */
.navbar-nav .nav-link {
    display: inline-flex;
    align-items: center;
    text-align: center;
    padding: 0.5rem 0.7rem !important;
    line-height: 1.2;
    min-height: 50px;
    position: relative;
}

/* Seta do dropdown - posicionada ao lado */
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    content: "";
    transition: transform 0.3s ease;
}

/* Container para texto com possível quebra */
.menu-text-container {
    display: inline-block;
    text-align: center;
}

/* Linhas do menu */
.menu-line-1, .menu-line-2 {
    display: block;
    line-height: 1.1;
}

.menu-line-1 {
    margin-bottom: -0.1em;
}

.menu-line-2 {
    font-size: 0.95em;
}

/* Ajuste para dropdown ativo */
.dropdown-toggle:focus::after {
    transform: rotate(-180deg);
}

/* Ajuste para itens longos */
.nav-link.menu-item-long {
    white-space: normal;
    text-align: left;
}

/* Dropdown menu */
.dropdown-menu {
    font-size: 0.9rem;
    min-width: 200px;
    border: none;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.dropdown-item {
    padding: 0.5rem 1.2rem;
    transition: all 0.2s;
}

/* Ajuste para telas grandes */
@media (min-width: 1200px) {
    .navbar-nav .nav-link {
        padding: 0.6rem 0.9rem !important;
        font-size: 0.85rem;
    }
    
    .dropdown-toggle::after {
        margin-left: 8px;
    }
}.navbar .navbar-nav .nav-link {
    margin-right: 10px;



/* Estilos otimizados para o footer */
footer {
    position: relative;
    z-index: 10;
}

.btn-social {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.btn-social:hover {
    transform: translateY(-3px);
}

.hover-text-primary:hover {
    color: #0d6efd !important; /* Cor azul do Bootstrap para hover */
    text-decoration: underline !important;
}

@media (max-width: 768px) {
    footer {
        text-align: center;
    }
    
    .btn-social {
        margin: 0 4px !important;
    }
}


    /* Container principal */
    .text-flow-container {
        position: relative;
    }

    /* Estilo da imagem flutuante */
    .float-image {
        float: left;
        max-width: 45%;
        height: auto;
        margin: 0 20px 15px 0;
        shape-outside: margin-box;
    }

    /* Container de texto */
    .text-content {
        display: inline; /* Permite que o texto flua ao redor */
        text-align: justify;
    }

    /* Limpa o float após o conteúdo */
    .text-flow-container::after {
        content: "";
        display: table;
        clear: both;
    }

    /* Responsividade - em telas pequenas a imagem fica acima do texto */
    @media (max-width: 768px) {
        .float-image {
            float: none;
            display: block;
            max-width: 100%;
            margin: 0 auto 20px auto;
        }
        
        .text-content {
            display: block;
        }
    }
