/*
Theme Name: Cerbranorte
Theme URI: https://targos.com.br
Author: Targos
Description: Tema Cerbranorte
Version: 1.0.1
License: GPL-2.0-or-later
Text Domain: cerbranorte
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
.logo-header{
    width: 250px;
    flex-shrink: 0;
}
@media(max-width:768px){
    .logo-header{
        width: 70%;
        flex-shrink: 0;
    }
}
.super-small{
    font-size: .675rem;
}
#primeiraequipe{
    background: linear-gradient(to bottom, #fff, var(--bs-warning));
}
.gradiente-titulo-pagina {
    background: linear-gradient(to right, var(--bs-primary) 40%, var(--bs-verde-2) 100%);
}
img.contorno-titulo {
    position: absolute;
    right: 10%;
    top: 50%;
    height: 300px;
    transform: translateY(-50%);
    opacity: .5;
}
.icone-divisor-bottom {
    color: #fff;
    position: absolute;
    bottom: 8px;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    font-size: 30px;
}
.barra-decorativa {
    width: 40%;
    height: 20px;
    background: var(--bs-secondary);
    position: absolute;
    bottom: -10px;
    right: 0;
    z-index: 2;
}
/*
 * (c) 2022 Manish Pushkar bs5-navwalker 
 * SPDX-License-Identifier: MIT
 */
@media all and (min-width: 992px) {
    ul.depth_1 {
        left: 100% !important;
        top: 0% !important;
        transform: translate(0) !important;
    }
    ul.depth_2 {
        left: 100% !important;
        top: 0% !important;
        transform: translate(0) !important;
    }
    ul.depth_0>.menu-item-has-children a:after {
        display: inline-flex;
        content: "";
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: var(--bs-secondary);
        margin-left: 10px;
    }
    ul.depth_1>.menu-item-has-children a:after {
        display: inline-flex;
        content: "";
        border-color: transparent !important;
        border-style: solid !important;
        border-width: 5px 0 5px 5px !important;
        border-left-color: var(--bs-secondary) !important;
        margin-left: 10px;
    }
    ul.depth_1 a:after {
        border: 0 !important;
    }
}
.text-justify{
    text-align: justify !important;
}

.menu-lista-rodape a{
    color: var(--bs-white);
    transition: all .3s;
}
#menu-menu-principal > a:after{
    width: 10px;
    height: 2px;
    background-color: #000;
    display: block;
}
.menu-lista-rodape a:hover{
    color: var(--bs-secondary);
}
.menu-lista-rodape li{
    margin-bottom: 6px;
}
.copy-text {
    font-size: 12px;
}
#menu-desktop a {
    font-weight: 600;
}
.divisor-titulo-pagina{
    margin-top: -20px;
}
.rank-math-breadcrumb p {
    margin: 0;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--bs-secondary);
}
.rank-math-breadcrumb a {
    color: var(--bs-secondary);
}
.img-single-publicacao{
    height: 350px;
    object-fit: cover;
}
.img-arquivo-publicacao{
    height: 200px;
    object-fit: cover;
}

.texto-limitado {
    overflow: hidden;
    max-height: 300px;
}
.foto-historia-1 {
    width: 70%;
    position: absolute;
    left: 0;
    top: 0;
}
.foto-historia-2 {
    width: 70%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.fotos-antigas {
    height: 450px;
    width: 100%;
}
.fundadores {
    margin-top: -100px;
}
.lista-fundadores {
    columns: 4;
    column-gap: 1.5rem;
    padding-left: 0;
    margin-top: 0;
}

.lista-fundadores li {
    break-inside: avoid;
    margin-bottom: 0.3rem;
}

@media (max-width: 768px) {
    .lista-fundadores {
        columns: 1;
    }
}









/* Links do menu */
#menu-customizado .menu-link {
  text-decoration: none;
  color: #000;
  font-weight: 500;
  padding: 2.5rem 0;
  position: relative;
  transition: all .3s;
  border-bottom: 4px solid transparent;
}

#menu-customizado .menu-link.active {
  color: var(--bs-primary);
  border-bottom: 4px solid var(--bs-secondary);
}

/* Dropdown global fixo */
#menu-dropdown {
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
  border-top: 1px solid var(--bs-secondary);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  z-index: 9999;

  /* Transição suave com fade */
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
}

/* Quando ativo */
#menu-dropdown.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Submenus internos */
#menu-dropdown .submenu-conteudo {
  display: none;
}

#menu-dropdown .submenu-conteudo.active {
  display: block;
  animation: fadeContent 0.3s ease;
}

/* Animação de entrada do conteúdo */
@keyframes fadeContent {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.menu-interno-header a {
    font-weight: 500;
    display: block;
    padding: 3px 0;
    transition: all .3s;
}
.menu-interno-header a:hover {
    color: var(--bs-secondary);
}
.menu-interno-header-mobile a {
    font-weight: 500;
    display: block;
    padding: 4px 0;
    transition: all .3s;
    font-size: 14px;
}
.menu-interno-header-mobile a:hover {
    color: var(--bs-secondary);
}
.titulo-menu-mobile-container{
    transition: all .3s;
    cursor: pointer;
}
.titulo-menu-mobile-container:has(.text-menu-mobile[aria-expanded="true"]){
    border-color: var(--bs-secondary) !important;
}
.text-menu-mobile[aria-expanded="true"]{
    border-color: var(--bs-secondary) !important;
}
.imagem-menu-interno {
    height: 350px;
    object-fit: cover;
}
.link-menu-servicos{
    transition: all .3s;;
}
.link-menu-servicos:hover{
    background-color: var(--bs-verde-2) !important;
    border-color:  var(--bs-verde-2) !important;
    color: var(--bs-white) !important;
}

.link-menu-servicos:hover i{
    color: var(--bs-white) !important;
}

.text-missao {
    margin-left: 80px;
    margin-top: -46px;
    font-size: 20px;
}
.card-img-noticia{
    height: 280px;
    object-fit: cover;
}
.card-titulo-noticia {
    line-height: 1.4;
}
.img-noticia{
    height: 500px;
    object-fit: cover;
}


#banner-principal {
  position: relative;
}

#banner-principal .banner-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;

  background: rgba(0, 0, 0, 0.4);
  border: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #fff;
  font-size: 22px;
  cursor: pointer;

  transition: background 0.3s ease, transform 0.2s ease;
}

#banner-principal .banner-arrow:hover {
  background: rgba(0, 0, 0, 0.6);
}

#banner-principal .banner-arrow-prev {
  left: 20px;
}

#banner-principal .banner-arrow-next {
  right: 20px;
}

/* Remove setas padrão do slick */
.slick-prev::before,
.slick-next::before {
  display: none;
}
.servico-item {
    padding: 18px 20px;
    position: relative;
    transition: all .3s;
}
.servico-item:hover {
    background-color: var(--bs-primary);
    color: white;
    border-color: var(--bs-primary);
}
.icone-card-home {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    border-radius: 100px;
    line-height: 60px;
}
.img-galeria-pch{
    height: 300px;
    width: 100%;
    object-fit: cover;
}
.card-secao-interna-item{
    transition: all .3s;
}
.efeito-btn{
    bottom: -100px;
    position: relative;
    transition: all .3s;
}
.efeito-texto{
    bottom: -50px;
    position: relative;
    transition: all .3s;
}
.card-secao-interna-item:hover .efeito-btn, .card-secao-interna-item:hover .efeito-texto{
    bottom: 0;
}


