/* .logo-topo{
    width: 485px;
} */
 h1.uagb-heading-text{
    font-size: 30px;
 }
 .nav-link {
    color: #CCA162!important;
    text-decoration: none;
}
.banner{
    width: 100%;
    height: 383px;
    background: url(../imagens/banner.jpeg) no-repeat center center rgba(0 , 0, 0, 0.2);
    overflow: hidden;
    background-size: cover;
    background-blend-mode: overlay;
    position: relative;
}

.conteudo-banner{
    width: 50%!important;
    
}
.conteudo-banner h1{
    font-size: 3rem;
    color: #CCA162;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.conteudo-banner p{
    font-size: 1.5rem;
    color: #CCA162;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.imagem-banner{
    width: 50%;
    display: flex;
    justify-content: center;
}
.imagem-banner img{
    width: 324px;
    
}
.gold-text{
    /* color: #CCA162; */
    font-weight: bold;
}
.socios>img{
       width:100%;
        height: 400px;
        object-fit: contain;
}
.socios h2{
    color: #000;
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 1px;
}
.cta{
    width: 100%;
    padding: 1rem 0;
    /* background: rgba(0, 0, 0, 0.2); */
    background: #D0A060;
    
}
a .card-text{
    color: #CCA162;
    text-decoration: none !important;
}a.col-md-3 {
    text-decoration: none !important;
}
.bread{
    background:rgba(255, 255, 255, 0.2)!important;
    width: fit-content;
    margin: 0 auto;
    padding: 5px;
    border-radius: 0px;
}
.breadcrumb-item.active
{
    color: #CCA162!important;
}
.breadcrumb-item+.breadcrumb-item::before{
    color: #CCA162!important;
}
.bread a{
    color: #CCA162!important;
    text-decoration: none;
}
.banner-interno{
    width: 100%;
    height: fit-content;
    padding: 25px;
    /* background: url(../imagens/banner-interno.jpg) (0 , 0, 0); */
    background: url(../imagens/banner-interno.jpg) no-repeat center center rgba(0 , 0, 0, 0.2);
    overflow: hidden;
    background-size: cover;
    background-blend-mode: overlay;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #CCA162;
    margin-bottom: 30px;
}
.coluna-lateral{
    
    padding: 0;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    color: #CCA162;
    max-height: 500px;
    /* overflow-y: auto; */
    height: 100%;
    position: sticky;
    top: 0;
}
.coluna-lateral.lista{
    max-height: 500px; 
    overflow-y: auto;
    height: 100%;
}
.coluna-lateral h2{
    
    font-size: 1.5rem;
    color: #CCA162;
    padding: 10px;
    background: #000;
    box-shadow: rgba(0 , 0, 0, 0.2) 0px 2px 5px;
}
.coluna-lateral ul{
    list-style: none;
    padding: 5px;
    margin: 0;
    margin-left: 5px;
    color:#000;
    max-height: 400px;
    height: 100%;
    overflow: auto;

}
.coluna-lateral ul li{
    padding: 5px;
    margin: 5px 0;
    border-bottom: 1px solid #CCA162;
    color: #000 !important;
}
.coluna-lateral ul li a{
    color: #000;
    text-decoration: none;
    width: 100%;
    display: block;
    padding: 5px;
    /* font-size: 1.2rem; */
}
.coluna-lateral ul li a:hover{
    background-color: #000;
    color: #CCA162;
    
}
.coluna-lateral ul li a.active{
    background-color: #000;
    color: #CCA162;
}
.coluna-lateral .whatsapp-coluna{
    
    background-color: #25D366;
    color: black;
    width: 100%;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    display: block;
    text-decoration: none;
    
}
.menu-servicos{
    right: 0;
    left: unset!important;
}
/* Scrollbar styling */
::-webkit-scrollbar {
    width: 10px;
    background: rgba(0,0,0,0.1);
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    background: #CCA162;
    border-radius: 0px;
    border: 2px solid #000;
}

::-webkit-scrollbar-thumb:hover {
    background: #D0A060;
    border-radius: 0px;
}

::-webkit-scrollbar-track {
    background: #000;
    border-radius: 0px;
}
/* Fundo escuro para barras de rolagem */
::-webkit-scrollbar {
    background: #222;
    border-radius: 0px;
}

::-webkit-scrollbar-track {
    background: #222;
    border-radius: 0px;
}

/* Firefox */
* {
    scrollbar-color: #CCA162 #222;
}
/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #CCA162 rgba(0,0,0,0.05);
}
.nav-tabs .nav-link {
    color: #000 !important;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 5px 5px 0 0 ;
    padding: 10px;
}
.tab-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.tab-content ul li {
    flex: 1 1 calc(33.333% - 10px);
    margin: 5px;
    border-radius: 5px;
    padding: 10px;
}
.galeria{
    width: 100%;
    height: 250px;
    object-fit: cover;
}

ul.relacionada{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.relacionada li {
    flex: 1 1 calc(33.333% - 10px);
    margin: 5px;
    border-radius: 5px;
    padding: 10px;
    position: relative;
}
.relacionada li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.relacionada li a {
    text-decoration: none;
    color: #000;
    
}
.relacionada li h2{
    font-size: 1.2rem;
    color: #CCA162;
    margin-top: 10px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}
.relacionada li:hover h2 {
    display: block;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.relacionada li:hover img {
    filter: brightness(0.8);
}
.h2-card-home{
    font-size: 14px;
}
.col-md-3> .card>img {
    height: 200px;
    object-fit: cover;
}
.conteudo-depoimento{
    display: flex;
    flex-direction: column;
}
.conteudo-depoimento img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 20px;
}
.conteudo-depoimento p{
    font-size: 14px;
    color: #000;
}
.depoimento-superior{
    display: flex;
}
.conteudo-depoimento .depoimento-superior h3{
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
}
.conteudo-depoimento .bi-star-fill{
    color: #F6BB06;
    font-size: 1.2rem;
    margin-right: 1px;
}
.conteudo-depoimento .depoimento-superior, .conteudo-depoimento .texto-depoimento{
    width: 100%;
}
.btn-modal{
    background: #fff;
}
.cta-personalizada{
    
    padding: 1rem 0;
    
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
}
.cta-personalizada>div{
    width: 84%;
}
@media screen and (max-width: 768px) {
    .banner{
        width: 100%;
        height: 383px;
        background: url(../imagens/banner.jpeg) no-repeat center center rgba(0, 0, 0, 0.5);
        overflow: hidden;
        background-size: cover;
        background-blend-mode: overlay;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .card{
        width: 100%;
        margin: 0 auto;
    } 
    .conteudo-banner{
        width: 100%!important;
        display: flex;
        flex-direction: column;
    }
    .conteudo-banner h1{
        font-size: 2rem;
        text-align: center;
    }
    .conteudo-banner p{
        font-size: 1.2rem;
        text-align: center;
    }
    .imagem-banner{
        display: none;
    }
    .socios>img{
        height: auto;
    }
    .dropdown{
        
    width: 93vw;

    }
    .menu-servicos{
        width: 100%;
        overflow: auto;
    }
    .relacionada li {
        flex: 1 1 calc(90% - 10px);
    }
    .relacionada li img {
        height: 200px;
        object-fit: cover;
        filter: brightness(0.4);

    }
    .relacionada li h2 {
        font-size: 1rem;
        display: block;
        top: 60%;
    }
    .dropdown-menu{
        display: block!important;
    }
    
    
    
}