.label {
    background-color: #007bff;
    color: white;
    text-align: center;
    padding: 10px 5px;
    font-size: 13px;
    font-weight: 600;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.truncate-2 {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* Número de linhas máxima que o texto pode ter */
           line-clamp: 2;
   -webkit-box-orient: vertical;
}

.truncate-3 {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* Número de linhas máxima que o texto pode ter */
           line-clamp: 3;
   -webkit-box-orient: vertical;
}

.unfocus:focus, .unfocus:active {
  outline: 2px solid transparent;
  box-shadow: none;
}

/* Foco visível para quem navega por teclado */
:where(a, button, input, select, textarea, .btn, .btn-all-services, .card-servico, .carousel-indicators button):focus-visible,
.unfocus:focus-visible {
  outline: 3px solid #F4A14E;
  outline-offset: 2px;
  box-shadow: none;
  border-radius: 8px;
}

.search-floating {
    left: 0;
    right: 0;
    padding: 0 0px;
}

.search-floating-bar {
    position: fixed;
    top: 8px;
    left: 0;
    right: 0;
    padding: 0 10px;
    z-index: 1050; /* 3000 para ficar acima da modal */
}

.mobile-search-filters {
    display: flex;
    justify-content: flex-end;
}

.mobile-search-filters .mobile-filter-btn {
    font-size: 12px;
    line-height: 1;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid #c9c9cf;
    background: #ffffff;
    color: #3b3b45;
    font-family: "Rawline";
}

.mobile-search-filters .mobile-filter-btn.filter_category_active {
    background-color: #f4a14e;
    border-color: #f4a14e;
    color: #ffffff;
}

.block-news{
    position: relative;
    z-index: 300;
}

/* Remove Efeito de Slide down da modal do boostrap, mantendo apenas o fadeIn */
.modal.fade .modal-dialog {
    transform: none;
    transition: opacity 0.3s ease-out;
}

.flip-imgX{
    transform: scaleX(-100%);
}

/*------------------------------------------------------------------------------------- SLIDE ----------------------------------------------------------------------------------------*/

.slide_top_banner2 {
    height: 150px;
    z-index: 300 !important;
    position: relative;
    margin-top: -70px;
}

.slide_top_banner2 > .banner-cover{
    position: absolute;
    top: 50px;
}

.slide_top_banner2 > .banner-footer{
    position: absolute;
    top: 83px;
}

/* TIRA ANIMAÇÃO DE SLIDE DO CARROSEL */
/* #carouselNews .carousel-item{ 
    transition: none !important;
    
} */

#filter_category:hover {
    background-color: #F4A14E;
    color: #fff;
    cursor: pointer;
}

.filter_category_active {
    background-color: #F4A14E;
    color: #fff;
    cursor: pointer;
}

.filter_category {

    height: 26.831px;

    font-family: "Rawline";

    margin-right: 5px;
    border-radius: 10px;
    border: solid #aaa 1px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 8.5pt;
}

/*------------------------------------------------------------ SERVIÇOS -----------------------------------------------------------------------------*/

.bg-servicos-wrapper {
        background-image: 
            url('/images/mobile/bg-camada3.png'),
            url('/images/mobile/bg-camada2.png'),
            url('/images/mobile/bg-camada1.png');
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: calc(100% - 100px), /* CAMADA 3 */
                            calc(100% - 50px) ,    /* CAMADA 2 */
                            bottom                 /* CAMADA 1 */;
        background-size: 100% auto;
        background-blend-mode: normal;
        padding-bottom: 150px;
        padding-top: 50px;
        position: relative;
    }

.card-servico {
    width: 140px;
    border-radius: 16px;
    overflow: hidden;
    background-color: white;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    margin: 8px;
}

.img-container {
    height: 100px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-servico img {
    height: 40px;
    max-width: 100%;
}

.photoGallerySwipper .swiper-button-next, .photoGallerySwipper .swiper-button-prev{
    color: white;
}

/* @media (max-width: 478px) { */

    @font-face {
        font-family: "Rawline";
        src: url(../../fonts/Rawline/rawline-100.ttf);
        font-weight: 100;
        font-style: normal;
    }
    
    @font-face {
        font-family: "Rawline";
        src: url(../../fonts/Rawline/rawline-200.ttf);
        font-weight: 200;
        font-style: normal;
    }
    
    @font-face {
        font-family: "Rawline";
        src: url(../../fonts/Rawline/rawline-300.ttf);
        font-weight: 300;
        font-style: normal;
    }
    
    @font-face {
        font-family: "Rawline";
        src: url(../../fonts/Rawline/rawline-400.ttf);
        font-weight: 400;
        font-style: normal;
    }
    
    @font-face {
        font-family: "Rawline";
        src: url(../../fonts/Rawline/rawline-500.ttf);
        font-weight: 500;
        font-style: normal;
    }
    
    @font-face {
        font-family: "Rawline";
        src: url(../../fonts/Rawline/rawline-600.ttf);
        font-weight: 600;
        font-style: normal;
    }
    
    @font-face {
        font-family: "Rawline";
        src: url(../../fonts/Rawline/rawline-700.ttf);
        font-weight: 700;
        font-style: normal;
    }
    
    @font-face {
        font-family: "Rawline";
        src: url(../../fonts/Rawline/rawline-800.ttf);
        font-weight: 800;
        font-style: normal;
    }
    
    @font-face {
        font-family: "Rawline";
        src: url(../../../fonts/Rawline/rawline-900.ttf);
        font-weight: 900;
        font-style: normal;
    }

    body {
        background-color: #F2F2F2;
        font-family: 'Rawline' !important;
    }

    p,a,span{
        font-weight: 400;
    }

    ::-webkit-scrollbar {
        background-color: #999;
        width: 10px;
    }

    ::-webkit-scrollbar-thumb {
        background-color: #F4A14E;
        width: 10px;
        border-radius: 80px;
    }

    ::-webkit-scrollbar-thumb:hover {
        background-color: #e07f1d;
    }

    /*------------------------------------------------------------------------------------- NOTÍCIAS -------------------------------------------------------------------------------------*/
    .block-news {
        background-color: #18181e;
        height: 50px;
        width: 100%;
    }

    b.text-news {
        font-family: "Rawline";
        text-decoration: none;
        color: #f2f2f2;
        font-size: 13px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    p.text-news {
        color: #f2f2f2;
        font-family: "Rawline";
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        white-space: nowrap;
        overflow: hidden;
    }

    a.top_news {
        text-decoration: none;
        color: #fff;
        white-space: nowrap;
    }

    a.top_news:hover {
        text-decoration: underline;
        color: #fff;
    }

    .icon-news .icon-left,
    .icon-news .icon-right {
        width: 18px;
        height: 18px;
        border: 1px solid #f2f2f2b6;
        border-radius: 50%;
        padding: 4px;
    }

    .logo {
        z-index: 150;
        position: absolute;
        top: 70px;
        left: 30px;
    }

    .modal-content {
        border-radius: 20px !important;
    }

    button.field-search {
        width: 160px;
        height: 30px;
        flex-shrink: 0;
        color: #f2f2f2;
        background-color: #0d0d0f;
        font-family: "Rawline";
        border-radius: 20px;
        border: none !important;
        margin-top: 10px;
    }

    span.field-search {
        color: #f2f2f2;
        font-family: "Rawline";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-right: 40px;
    }

    a.network-link {
        text-decoration: none !important;
    }

    a.network-link img.network-img {
        width: 25px;
    }

    .modal_buscador {
        border-radius: 20px !important;
    }

    input.search_field {
        border-top: none !important;
        border-left: none !important;
        border-bottom: none !important;
    }

    /*--------------------------------------MODAL BUSCADOR -----------------------------------------------*/
    .search_filter p {
        color: #3b3b45;
        font-family: "Rawline";
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .filter_category {
        width: 115.985px;
        height: 26.831px;
        flex-shrink: 0;
        border-radius: 60px;
        border: 1px solid rgba(59, 59, 69, 0.25);
        background: var(--off-white, #f2f2f2);
        font-family: "Rawline";
    }

    .search_advanced {
        display: flex;
        width: 191px;
        height: 17px;
        flex-direction: column;
        justify-content: flex-end;
        flex-shrink: 0;
        color: #3b3b45;
        text-align: right;
        font-family: Rawline;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-decoration-line: underline;
    }

    #modalBusca ul > li > a{
        color: #3b3b45;
    }

    /*-------------------------------------------------------------------------------------- MENU ---------------------------------------------------------------------------------------*/
    .nav-item-mobile a {
        text-decoration: none;
        text-align: left;
    }

    #btnBuscarInformes {
        position: fixed !important;
        top: 10px;
        right: 10px;
        z-index: 3000 !important;
    }

    .menu-flutuante {
        position: sticky;
        top: 0 !important;
        transition: top 0.3s ease;
        z-index: 200 !important;
        background-color: transparent;
        width: 100%;
        align-items: right;
        text-align: right;
        color: #fff;
    }

    .scrolled .menu-flutuante {
        top: 0; /* aparece ao scrollar */
    }

    .menu-flutuante a {
        font-family: 'Rawline';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        text-align: right;
        padding-top: 10px;
        padding-bottom: 10px;

        color: #F2F2F2;

        /* Inside auto layout */

        flex: none;
        order: 0;
        flex-grow: 0;
    }

    .menu-link a:hover {
        padding-bottom: 5px;
        text-decoration: underline #F4A14E solid 3px;
        text-underline-offset: 0.5em;
    }


    /*------------------------------------------------------------------ SLIDE TOP ---------------------------------------------------------------------------*/
    .slide-top {
        /* height: 400px; */
        background-color: #999;
    }

    /*------------------------------------------------------------- ACESSO RÁPIDO ------------------------------------------------------------------------*/
    
    /* .services {
        position: relative;
        top: -55px; */
        /* bottom: -80; */
        /* border-radius: 100px; */
        /* z-index: 90;
        background-color: #fff; */
        /* margin-top: -90px; */
    /* } */

    /*

    .services {
        position: absolute;
        top: 400px;
        width: 100%;
        height: 878px;
        z-index: 900 !important;
        background-color: #fff;
        padding-left: 150px;
        padding-right: 150px;

    }

    */

    .services-title {
        font-style: normal;
        font-weight: 500;
        font-size: 50px;
        line-height: 49px;
    }

    .services-buttons {
        overflow: hidden;
        border-radius: 15px;
        border: 1px solid #f2f2f2;
        padding: 0px;
    }

    .card-service {
        text-align: center;
        background-color: #3458CE;
    }

    .card-service a {
        text-decoration: none;
        color: #3b3b45;
    }

    .card-service img {
        padding-top: 80px;
    }

    .card-service p {
        padding-top: 10%;
    }

    .card-service:hover {
        background-color: #f2f2f2;
    }

    .btn-all-services {
        border-radius: 30px;
        background-color: #3458CE;
        padding: 15px;
        display: inline;
        text-align: center;
        font-family: "Rawline";
    }

    .btn-all-services a {
        text-decoration: none;
        font-family: "Rawline";
        color: #fff;
        font-weight: bolder;
    }

    .btn-all-services img {
        vertical-align: text-bottom;
    }

    .carousel-container {
        max-width: 100%;
        padding: 20px;
    }

    .carousel-indicators [data-bs-target] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 14px; /* change width */
        height: 13px; /* change height */
        padding: 0;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-radius: 100%; /* add border-radius */
    }

    .carousel-indicators button{
        background-color: #6a757d !important;
    }

    .carousel-indicators button.active{
        background-color: #009cfe !important;
    }

    .titulo {
        display: flex;
        align-items: center;
        font-weight: bold;
        font-size: 24px;
    }

    .titulo span {
        width: 30px;
        height: 30px;
        background-color: #FBCA0C;
        border-radius: 0px 15px 15px 0px;
        margin-right: 8px;
    }

    /*------------------------------------------------------------ BANNERS -------------------------------------------------------------------------------*/
    .services-banners,
    .services-banners img {
        width: 450px;
        height: 504px;
        border: 1px solid #222;
        border-radius: 15px;
        overflow: hidden;
    }

    #services-banners ul {
        /* list-style-type: none;
    margin: 0;
    padding: 0;
    width: 2200px; */
        /* Largura total da lista dos slides */

        list-style-type: none;
        margin: 0;
        padding: 0;
        position: relative;
    }

    #services-banners li {
        /* float: left;
    width: 450px; */
        /* Largura de cada slide */

        position: absolute;
        top: 0;
        left: 0;
        width: 0px;
        opacity: 0;
        transition: opacity 0.5s ease-in-out;
    }

    #services-banners li.active {
        opacity: 1;
    }

    /*------------------------------------------------------------ NOTICIAS -----------------------------------------------------------------------------*/
    .notice {
        z-index: 1000;
        padding-top: 50px;
    }

    /*
    .notice h1 {
        font-size: 40px;
        font-weight: 600;
        line-height: 81px;
        margin-right: 90px;
    }
    */

    .notice-main-img img:hover {
        transform: scale(1.05);
        transition: .5s;
    }

    .notice-main-img img:not(hover) {
        transform: scale(1);
        transition: .5s;
    }

    .notice-main-title a{
        text-decoration: none;
    }

    .notice-main-title h2 {
        color: #000;
        text-decoration: none;
        min-height: 3lh;
    }

    .notice-main-title h5 {
        color: #000;
        text-decoration: none;
        font-weight: 700;
        min-height: 3lh;
    }

    .notice-main-title strong {
        color: #000;
        min-height: 2lh;
    }

    .notices-last {
        padding-left: 0px;
        padding-right: 0px;

    }

    .notices-last-title {
        border-top: 10px solid #000;
        padding-top: 20px;
        margin-top: 20px;

    }

    .title-noticias:hover {
        text-decoration: underline
    }

    .btn-all-notices {
        border-radius: 30px;
        background-color: #36A5FD;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
        font-family: "Rawline";
        color: #fff;
    }

    .btn-all-notices a {
        text-decoration: none;
        font-family: "Rawline";
        color: #000;
        font-weight: bolder;
    }

    .btn-all-notices img{
        vertical-align: baseline;
    }

    .btn-all-notices:hover {
        color: #fff;
        background-color: #318fdc;
    }

    #carouselNews .carousel-control-next, #carouselNews .carousel-control-prev{
        opacity: 1;
    }

    #carouselNews .carousel-indicators button.active{
        background-color: #000 !important;
    }

    /*------------------------------------------------------------ FOTOS FLICKER -------------------------------------------------------------------------------*/
    .photo-galery {

        width: 100%;
        height: 50vh;
        background-color: #fff;
        z-index: 1000;
        padding-top: 100px;
        color: #000;
    }

    .photo img {
        width: 342px;
        border-radius: 15px;
        height: 100%;
        object-fit: cover;
    }

    .photo img:hover {
        transform: scale(1.05);
        transition: .5s;
    }

    .photo img:not(hover) {
        transform: scale(1);
        transition: .5s;
    }

    .btn-all-services {
        border-radius: 30px;
        background-color: #ffff;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
        font-family: "Rawline";
        font-size: 18px
    }

    .btn-all-services a {
        text-decoration: none;
        font-family: "Rawline";
        color: #000;
        font-weight: bolder;
    }

    .btn-all-photo {
        border-radius: 30px;
        background-color: #FBCA0C;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
        font-family: "Rawline";
    }

    .btn-all-photo:hover {
        color: #fff;
        background-color: #d4ac09;
    }

    .btn-all-photo a {
        text-decoration: none;
        font-family: "Rawline";
        color: #0d0d0f;
        font-weight: bolder;
    }

    /*------------------------------------------------------------ YOUTUBE ------------------------------------------------------------------------------------*/
    .video {
        overflow: hidden;
        width: 100%;
        border-radius: 30px;
        margin-right: 20px;
        height: 100%;
        padding: 0px;
    }


    .video img {
        width: 100%;
        border-radius: 15px;
        height: 100%;
    }

    .video img:hover {
        transform: scale(1.05);
        transition: .5s;
    }

    .video img:not(hover) {
        transform: scale(1);
        transition: .5s;
    }

    /*

    .video-galery {
        position: absolute;
        top: 2450px;
        width: 100%;
        height: 100vh;
        background-color: #fff;
        z-index: 900;
        padding-left: 150px;
        padding-top: 100px;
        color: #000;
    }
    */

    .btn-all-video {
        border-radius: 30px;
        background-color: #3458CE;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
        font-family: "Rawline";
        font-weight: 200;
    }

    .btn-all-video a {
        text-decoration: none;
        font-family: "Rawline";
        color: #fff;


    }

    /*

    .btn-all-video:hover {
        color: #fff;
        background-color: #e07f1d;
    }


    .youtube-video {
        margin-top: 0px;
        margin-left: 50px;
        width: 1300px;
        height: 600px;

    } */

    /*------------------------------------------------------------ VIDEO --------------------------------------------------------------------------------------*/
    .footer-video {

        background-color: #222;
        z-index: 900;
        color: #fff;
    }


    .main-video {
        /* height: 650px; */
        border-radius: 15px;
        text-align: center;
        padding: 5%;
        height: 70vh;
    }

    .main-video video {
        /* height: 650px; */
        border-radius: 15px;
    }

    .play_button {
        position: relative;
        z-index: 800;
        top: 30%;
        /* margin: auto; */
        padding: auto;
        max-width: 70px;
    }


    /*------------------------------------------------------------ FOOTER -------------------------------------------------------------------------------------*/
    .enderecot{
        font-family: Rawline;
        font-weight: 700;
        font-size: 15.22px;
        line-height: 100%;
        letter-spacing: 0%;

    }
    .endereco{
        font-family: Rawline;
        font-weight: 400;
        font-size: 10.95px;
        line-height: 11.92px;
        letter-spacing: 0%;
    }
    footer {
        /* background-color: #18181E; */
        /* background: url('/images/icones/mapa_rs.png') rgba(0, 0, 0, 1); */

        background-size: 100%;
        /* background-position: right; */
        background-position-x: right;
        background-position-y: bottom;
        

        background-color: #24242b;
        /* margin-top: 145px; */
        position: relative;
        /* top: -90px; */
        font-size: 20px;

    }

    

    footer.div_titulo_footer {
        border: none;
    }

    footer.bloco_secretarias {
        border: none;
    }

    footer h3 {
        font-family: "Rawline Bold";
        /* font-weight: 900; */
        text-align: left;
        padding-top: 0px;
    }

    footer p {
        color: #fff;
        margin-bottom: 0px;
        font-family: "Rawline";
        font-weight: 300;
    }

    footer h5 {
        font-family: "Rawline";
        font-weight: 1000;
        color: #fff;
        font-size: 13px;
    }

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

    footer p.footer-link {
        font-size: 11px;
    }

    .campobusca{
        font-size: 15px;
        margin-top: 50px
    }

    .servicos{
        background-color: #1c3961;
        padding-top: 10px;
        position: relative;
        width: 100%;
        height: auto; /* Mantém a proporção natural */
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }


    #details{
        z-index: 50;
    }

    .service-card {
        /* z-index: 50; */
        /* display: flex; */
        /* flex-direction: column; */
        /* justify-content: space-between; */
        /* width: 19%; */
        /* min-width: 450px; */
        /* max-width: 450px; */
        /* height: 150px; */
        /* text-decoration: none; */
        transition: transform 0.3s ease-in-out;
    } 
        
    .service-card:hover {
        transform: scale(1.05);
    }
        
    .service-card-content {
        background-color: white;
        margin: 0.5rem;
        padding: 0;
        text-align: center;
        border: none;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        transition: box-shadow 0.3s ease-in-out;
    }
        
    .service-card:hover .service-card-content {
        box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
    }
        
    .service-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 1rem;
        margin-top: 10px;
    }
        
    .service-image {
        width: 60px;
        height: 60px;
    }
        
    .service-title {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #3459ce;
    }

    .card-informa{
        font-size: 30px;
    }

    #search_sec {
        position: relative; 
    }
    
    #suggestions {
        position: absolute;
        top: 100%; /* Posiciona abaixo do input */
        left: 0; /* Alinha à esquerda do input */
        z-index: 1000;
        width: 100%; 
        background: white;
        border: 1px solid #ccc;
        display: none; /* Inicialmente oculto */
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Adiciona sombra para melhorar a aparência */
    }

    .news-link-mobile a {
        text-decoration: none;
    }

    .marca-footer {
        width: 200%;
    }

    /* Tamanho padrão do carrossel e banner fixo */
.carousel-img {
    width: 287px;
    height: 307px;
    object-fit: cover;
    margin: 0 auto; /* centraliza */
    display: block;
}

/* Ajuste para mobile */
@media (max-width: 768px) {
    .banner-fixo {
        margin-top: 15px; /* fica colado embaixo do carrossel */
    }
}


/* } */
