﻿
.navbar,.navbar.bg-body-tertiary{
    background-color:#D2691E !important;
    box-shadow:0 5px 5px rgba(0,0,0,0.15);
    position:sticky;
    top:0;
    z-index:1100;
    }
.navbar .navbar-brand{
    color:#ffffff;
    font-weight:600;
    font-size:1.5rem;
    transition:color 160ms ease-in-out;
    }
.navbar .navbar-brand:hover,.navbar .navbar-brand:focus{
    color:#ffe606;
    text-decoration:none;
    }
.navbar .nav-link{
    color:#ffffff;
    opacity:1;
    transition:color 160ms ease-in-out;
    }
.navbar .nav-link:hover,.navbar .nav-link:focus,.navbar .nav-link.active{
    color:#ffe606;
    }
.navbar-toggler{
    border:none;
    font-size:1.25rem;
    }
.navbar-toggler:focus,.btn-close:focus{
    box-shadow:none;
    outline:none;
    }
.titulo{
    text-align:center;
    margin:1rem 0;
    }
.titulo h2{
    margin:0 0 1rem 0;
    font-size:2rem;
    font-weight:700;
    color:#222;
   }
@media (min-width:992px){
    .titulo h2{
    margin-bottom:3rem;
    }
}
.card-img-wrapper{
    position:relative;
    overflow:hidden;
    }
.card-img-carousel{
    position:relative;
    width:100%;
    height:190px;
    overflow:hidden;
    }
.card-img-carousel .carousel-images{
    position:relative;
    width:100%;
    height:100%;
    }
.card-img-carousel .carousel-images img{
    position:absolute;
    width:100%;
    height:100%;
    object-fit:cover;
    opacity:1;
    transition:opacity 0.5s ease-in-out;
    }
.card-img-carousel .carousel-images img.active{
    opacity:1;
    }
.carousel-nav{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    background:rgba(0,0,0,0.5);
    color:white;
    border:none;
    width:32px;
    height:32px;
    border-radius:50%;
    cursor:pointer;
    opacity:0;
    transition:opacity 0.3s ease,background 0.3s ease;
    z-index:10;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:14px;
    }
.card-img-carousel:hover .carousel-nav{
    opacity:1;
    }
.carousel-nav:hover{
    background:rgba(0,0,0,0.7);
    }
.carousel-nav.prev{
    left:8px;
    }
.carousel-nav.next{
    right:8px;
    }
.carousel-dots{
    position:absolute;
    bottom:8px;
    left:50%;
    transform:translateX(-50%);
    display:flex;
    gap:5px;
    z-index:10;
    }
.carousel-dot{
    width:6px;
    height:6px;
    border-radius:50%;
    background:rgba(255,255,255,0.5);
    cursor:pointer;
    transition:all 0.3s ease;
    }
.carousel-dot.active{
    background:white;
    width:8px;
    height:8px;
    }
@media (max-width:576px){
    .card-img-carousel{
    height:160px;
    }
}
.badge-lotacao{
    position:absolute;
    top:0.6rem;
    right:0.6rem;
    background:#c62828;
    color:#fff;
    padding:0.35rem 0.6rem;
    font-size:0.9rem;
    font-weight:700;
    border-radius:0.5rem;
    box-shadow:0 3px 6px rgba(0,0,0,0.25);
    z-index:20;
    display:inline-block;
    line-height:1;
    }
.badge-vagas{
    position:absolute;
    top:0.6rem;
    right:0.6rem;
    background:chocolate;
    color:#ffffff;
    padding:0.35rem 0.6rem;
    font-size:0.9rem;
    font-weight:700;
    border-radius:0.5rem;
    box-shadow:0 3px 6px rgba(0,0,0,0.25);
    z-index:20;
    display:inline-block;
    line-height:1;
    }
@media (max-width:768px){
    .badge-lotacao,.badge-vagas{
    top:0.4rem;
    right:0.4rem;
    padding:0.25rem 0.5rem;
    font-size:0.8rem;
    }
}
.search-filters{
    background:#ffffff;
    border-bottom:1px solid rgba(15,23,42,0.04);
    }
.search-filters .form-label{
    font-size:0.9rem;
    color:#334155;
    }
.cards_grupos .card{
    border:none;
    border-radius:12px;
    overflow:hidden;
    background:#fff;
    transition:transform 240ms cubic-bezier(.2,.9,.3,1),box-shadow 240ms ease;
    box-shadow:0 5px 5px rgba(0,0,0,0.15);
    margin-bottom:2rem;
    }
.cards_grupos .card:hover{
    transform:translateY(-8px);
    box-shadow:0 8px 12px rgba(0,0,0,0.25);
    }
.card-img-top{
    height:190px;
    object-fit:cover;
    }
.card-body{
    padding:1rem 1.1rem;
    }
.card-title{
    font-size:1.05rem;
    margin-bottom:0.4rem;
    color:#0f172a;
    }
.card-text{
    color:#475569;
    font-size:0.95rem;
    margin-bottom:0.8rem;
    }
#cardsContainer{
    margin-top:1rem;
    }
.card.hidden{
    display:none !important;
    }
@media (max-width:576px){
    .card-img-top{
    height:160px;
    }
}
.btn-mod.btn-small{
    height:auto;
    padding:6px 16px;
    font-size:12px;
    }
.btn-mod.btn-circle{
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    border-radius:30px;
    }
.btn-mod.btn-border{
    color:#D2691E;
    border:2px solid #D2691E;
    background:transparent;
    }
.btn-mod.btn-border.lista-espera{
    color:#000000;
    border:2px solid #000000;
    background:transparent;
    }
.btn-mod,a.btn-mod{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    padding:4px 13px;
    border:2px solid transparent;
    font-size:11px;
    font-weight:400;
    text-transform:uppercase;
    text-decoration:none;
    letter-spacing:2px;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    -webkit-transition:all 0.2s cubic-bezier(0.000,0.000,0.580,1.000);
    -moz-transition:all 0.2s cubic-bezier(0.000,0.000,0.580,1.000);
    -o-transition:all 0.2s cubic-bezier(0.000,0.000,0.580,1.000);
    -ms-transition:all 0.2s cubic-bezier(0.000,0.000,0.580,1.000);
    transition:all 0.2s cubic-bezier(0.000,0.000,0.580,1.000);
    }
.btn-mod.btn-border:hover,.btn-mod.btn-border:focus{
    color:#ffe606;
    border-color:transparent;
    background:#D2691E;
    }
.btn-mod.btn-border.lista-espera:hover,.btn-mod.btn-border.lista-espera:focus{
    color:white;
    border-color:transparent;
    background:black;
    }
.whatsapp-button{
    position:fixed;
    background-color:#25d366;
    border-radius:50px;
    color:white;
    font-weight:700;
    font-size:30px;
    bottom:70px;
    right:20px;
    width:50px;
    height:50px;
    line-height:50px;
    text-align:center;
    z-index:1000;
    box-shadow:0 0 20px rgba(0,0,0,0.15);
    transition:all 0.3s ease;
    }
.whatsapp-button::before{
    content:"";
    position:absolute;
    z-index:-1;
    left:50%;
    top:50%;
    transform:translateX(-50%) translateY(-50%);
    display:block;
    width:60px;
    height:60px;
    background-color:#25d366;
    border-radius:50%;
    -webkit-animation:pulse-border 1500ms ease-out infinite;
    animation:pulse-border 1500ms ease-out infinite;
    }
.whatsapp-button:focus{
    border:none;
    outline:none;
    }
.whatsapp-button:hover{
    background-color:#00ff62;
    text-decoration:none;
    color:white;
    transform:scale(1.1);
    }
@keyframes pulse-border{
    0%{
    transform:translateX(-50%) translateY(-50%) scale(1);
    opacity:1;
    }
100%{
    transform:translateX(-50%) translateY(-50%) scale(1.5);
    opacity:0;
    }
}
.site-footer{
    margin-top:7rem;
    background:chocolate;
    color:#eee;
    padding-top:1rem;
    }
.site-footer .footer-inner{
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    gap:1rem;
    align-items:center;
    padding:1rem 0;
    }
.footer-col{
    padding:0 1rem;
    }
.footer-logo{
    max-width:140px;
    height:auto;
    }
.footer-nav .footer-menu{
    list-style:none;
    padding:0;
    margin:0;
    display:flex;
    gap:1rem;
    justify-content:center;
    }
.footer-nav .footer-menu a{
    color:#eee;
    text-decoration:none;
    opacity:0.9;
    }
.footer-nav .footer-menu a:hover{
    color:#f8e801;
    text-decoration:none;
    opacity:1;
    }
.site-footer .footer-nav .footer-menu a{
    transition:color 160ms ease-in-out,opacity 160ms ease-in-out;
    }
.site-footer .footer-nav .footer-menu a:hover,.site-footer .footer-nav .footer-menu a:focus{
    color:#f8e801 !important;
    opacity:1 !important;
    text-decoration:none !important;
    }
.footer-socials{
    display:flex;
    gap:0.75rem;
    justify-content:flex-end;
    }
.footer-socials .social{
    color:#eee;
    background:rgba(255,255,255,0.06);
    width:36px;
    height:36px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    text-decoration:none;
    }
.footer-socials .social:hover{
    background:#fff;
    color:#000;
    text-decoration:none;
    }
.footer-bottom{
    border-top:1px solid rgba(255,255,255,0.04);
    padding:0.75rem 0;
    margin-top:1rem;
    color:rgba(255,255,255,0.6);
    font-size:0.9rem;
    }
@media (max-width:768px){
    .site-footer .footer-inner{
    grid-template-columns:1fr;
    text-align:center;
    }
.footer-socials{
    justify-content:center;
    }
.footer-col{
    padding:0.5rem 0;
    }
}
