@charset "UTF-8";

/* Variáveis de cor */

:root {
    --primaria: #22755F;
    --secundaria: #ECBC1D;
    --terciaria: #0B231E;
    --quaternaria:#FDFAE9;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


h1,h2,h3,h4,h5 {
  font-family: "Poppins", sans-serif;
  
}

p,a,span,li {
  font-family: "Inter", sans-serif;
}





.mt-50 {
    margin-top: 100px;
}


/* Menu*/
.logo-custom {
  max-height: 60px;
}

.link-li li {
  list-style: none;
}

.link-li li a {
  font-size: 18px;
  padding: 5px 20px;
  text-decoration: none;
  position: relative;
  color: #000;
}

.nav-custom-hover a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0d6efd;
  transform: scaleX(0);
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.nav-custom-hover a:hover::before {
  transform: scaleX(1);
  visibility: visible;
}

.icon-togle {
  color: rgb(0, 0, 0);
  font-size: 32px;
}

/* Fim - Menu*/


/* Banners  */

.banner-verde {
    color: #fff;
    background-position: center;
    background-image: url(../img/banner-verde.jpg);
    background-size: cover;
    background-repeat: no-repeat;

}

.banner-sobre {
    color: #fff;
    background-position: center;
    background-image: url(../img/Sobre.webp);
    background-size: cover;
    background-repeat: no-repeat;

}
.banner-midias {
    color: #fff;
    background-position: center;
    background-image: url(../img/mídias.webp);
    background-size: cover;
    background-repeat: no-repeat;

}
.banner-midias {
    color: #fff;
    background-position: center;
    background-image: url(../img/mídias.webp);
    background-size: cover;
    background-repeat: no-repeat;

}
.banner-noticias{
    color: #fff;
    background-position: center;
    background-image: url(../img/Notícias.webp);
    background-size: cover;
    background-repeat: no-repeat;

}
/* End - Banners  */

/* Home  */

.fixed-top {
    pointer-events: none;
}

.fixed-top .social-icons {
    pointer-events: auto; /* Habilita interação apenas nos ícones */
}

.tamanho-card {
    width: 400px!important;
    height: 250px!important;
    object-fit: cover;
    object-position: center;
}

.tamanho-principal {
    width: 640px!important;
    height: 300px!important;
    object-fit: cover;
    object-position: center;
}


.back-post{
    background-color: #ffffff;
    box-shadow: 2px 2px 2px 2px rgb(223, 222, 222);
    border-radius: 15px;
}
.home-post{
    border-radius: 10px;
}
.title-post-home{
    color: #000000;
    font-size: 22px !important;
    font-weight: 600;
}
.text-home{
    color: rgb(0, 0, 0);
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 300px;
}
.texto-nossa{
   font-style: italic;
}
.btn-men{
    border-radius: 9px;
    padding: 7px 14px 7px 14px;
    gap: 8px;
    font-weight: 500;

}
.btn-ler-m{
    background-color: #ff9900;
    color: white;
    font-weight: 600;
    border-radius: 8px;
    border: none;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    box-shadow: 2px 2px 2px 1px rgb(223, 222, 222);

}
.btn-ler-m:hover{
    background-color: #ffffff;
    color: #ff9900;
    border: 1px solid #ff9900;
}

.btn-ler-form{
    background-color: #ff9900;
    color: white;
    font-weight: 600;
    border-radius: 8px;
    border: none;
    padding: 7px 20px 7px 20px;
    text-decoration: none;
    box-shadow: 2px 2px 2px 1px rgb(223, 222, 222);

}
.btn-ler-form:hover{
    background-color: #ffffff;
    color: #ff9900;
    border: 1px solid #ff9900;
}

.btn-enviar-form{
    border-radius: 10px;
    color: #ffffff;
    background-color: var(--primaria);
    box-shadow: 1px 1px 1px 1px rgb(223, 222, 222);
}
.btn-enviar-form:hover{
    border-radius: 10px;
    color: #ffffff;
    background-color: var(--terciaria);
    box-shadow: 1px 1px 1px 1px rgb(223, 222, 222);

}

.mySwiperhome .swiper {
    width: 100%;
    height: 100%;
  }


.mySwiperhome .swiper-slide img {
    display: block;
    object-fit: cover;
  }

.mySwiperhome .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto; /* Garante altura adaptativa */

}

.setas-serv{
    font-size: 30px;
    color: #000;
}
.setas-serv :hover{
    font-size: 30px;
    color: #ffffff;
    background-color: #929292;
    border-radius: 10px;
    padding: 8px;
}
/* ------ Parceiros ------ */

.parceiros{
    font-size: 22px;
    text-align: center!important;
    color: #999;
    font-weight: 600;
}
.swiper-container {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .swiper-container .swiper-slide-p {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-container .swiper-slide-p img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .swiper-container .swiper-slide {
    width: 60%;
  }

  .swiper-container .swiper-slide:nth-child(2n) {
    width: 40%;
  }

  .swiper-container .swiper-slide:nth-child(3n) {
    width: 20%;
  }

  .footer-i:hover{
	box-shadow: 2px 2px 2px 2px #ff990056;
    border-radius: 20px;
  }








/* Fim - Home  */




/* Notícias */

.banner-prin{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background: linear-gradient(to right, #2e4f41 50%, #22755F 100%);
}
.noticias{
    font-size: 17px;
    color: #ff9900  ;
}
.title-dent-not{
    font-size: 50px;
    font-weight: 600;
    color: #000;
}
.text-not{
    font-weight: 400;
    font-size: 17px;
}
.bg-black{
    background-color: black;
}
.bg-verde{
    background-color: var(--terciaria);
}

.banner-branco{
    background-color: white;
}
.navegue-cat{
    color: black;
    font-size: 35px;
    font-weight: 600;
}
.img-not{
    border-radius: 10px;
}
.autor-data{
    font-size: 14px;
    color: black;
}
.title-not{
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #000;
    text-decoration: none !important;
    list-style: none;
}
.title-not:hover{
    color: var(--primaria);
}
.altura-l{
    height: 110px;
}
.categoria{
    background-color: rgb(226, 226, 226);
    border-radius: 20px;
    font-weight: 500;
    font-size: 12px;
    padding: 4px;
    
}
.category-color-#ff0000 .element {
    background-color: #ff0000;
}

.category-header {
    display: inline-block;
    background-color: #f2f2f2;
    padding: 5px 10px;
    margin-right: 5px;
    border-radius: 5px;
}

.category-header span {
    color: inherit; /* Usa a cor definida no atributo inline */
    font-size: 14px;
    font-weight: bold;
}





.swiper-pagination-bullet {

    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
  }

  .swiper-pagination-bullet-active {
    color: #fff;
    background: var(--primaria)!important;
  }

/* Fim  - Notícias  */
.text-noti{
    color: var(--primaria);
    font-size: 18px;
    font-weight: 600;
}
.title-not-interna{
    color: #000 !important;
    font-weight: 600;
    font-size:48px;
}
.iframe-not{
    border-radius: 20px;
}
.text-destaque{
    color: #000;
    font-weight: 600;
    line-height: 35px;
    font-size: 29px;
}

/* Card - Colunista */

.ver-mais-span{
    color: #000;
    text-decoration: none;
    font-weight: 600;
}


.img-card-p {
    border-radius: 100px;
    width: 150px;
    height: 150px;
}
.colunas-publi{
    justify-content: center;
    align-items: center;
    display: flex;
}

.link-publicadas {
    align-items: center;
    text-decoration: none;
    color: #ff9900;
    font-size: 15px;
  }
  .link-publicadas:hover {
    color: #000000;
  }
.custom-link:hover {
    text-decoration: underline;
  }
.icon {
    margin-right: 0.5rem;
  }

.card-title {
    font-weight: 600;
}
.card-text{
    font-weight: 400;
    color: #999;
}
.p-card{
    font-size: 15px;
}
.setas-link{
    width: 21px;
    margin-left: 5px;
}
.setas-link-2{
    width: 21px;
    margin-right: 6px;
}


/*---- Fim - Card - Colunista ----*/

/*---- Colunista ----*/

.sobre-colunista{
    font-size: 29px;
    font-weight: 400 !important;
}
.ler-colunas{
    background-color: #000;
    color: white;
    font-weight: 600;
    border-radius: 8px;
    border: none;
    padding: 8px 15px 8px 15px;
    text-decoration: none;
}
.ler-colunas:hover{
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    border: 1px solid black;
}
.btn-drop-c{
    background-color: #ff9900;
    color: white;
    border-radius: 5px;
    font-weight: 600;
    font-size: 15px;
    padding: 7px 18px 7px 18px;
}
.bg-cinza{
    background-color: #f1f0f0;
    border-radius: 15px;
}
.img-card-c{
    border-radius: 100%;
}
.nome-k{
    color: #000;
    font-size: 20px;
}
.cargo-k{
    color: #4d4d4d;
    font-size: 17px;

}
.categoria-link{
    text-decoration: none !important;
    list-style: none !important;

}
.comment-form textarea{
    border-radius: 5px;
    border: 1px solid #ff9900;
}
.comment-form:hover textarea{
    border: 1px solid #f3c877;
}
.campo-custom{
    border-radius: 5px;
    border: 1px solid var(--terciaria) !important;
}
.campo-custom:hover{
    border: 1px solid #f3c877;
}
.texto-k{
    font-size: 16px;
}
.btn-baixar-pdf{
    background-color: #ff9900;
    color: white;
    border-radius: 10px;
    box-shadow: 2px 2px 2px 1px rgb(223, 222, 222);
}

.btn-baixar-pdf:hover{
    background-color: #ffffff;
    color: #ff9900;
    border: 1px solid #ff9900;
}
.btn-voltar{
    color: #000000;
}
.btn-voltar:hover{
    color: #ff9900;
}
.nome-comentarios{
    color: #000;
    font-size: 25px;
}



.comentarios-inpt {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
  }

  .comentarios-inpt input[type="text"] {
    flex: 1;
    border: none;
    outline: none;
    font-size: 14px;
    padding: 5px;
  }

  .comentarios-inpt button {
    background-color: #ffa200;
    border: none;
    color: white;
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 5px;
    cursor: pointer;
  }

  .comentarios-inpt button:hover {
    background-color: #e59400;
  }
  .comen{
    font-weight: 600;
    font-size: 30px;
  }
  .comen-span{
    font-weight: 400;
  }
  .replay{
    font-size: 14px;
  }
  .more{
    font-size: 14px;
  }
  .heart{
    font-size: 14px;
  }
  .icon-redes-1{
    color: white;
  }
  .icon-redes-1:hover{
    color: white;
    background-color: #292929;
    padding: 5px 5px 5px 5px;
    border-radius: 10px;
  }

  .icon-redes-2{
    color: rgb(87, 87, 87);
    font-size: 17px;
    background-color: white;
    border: 1px solid #999;
    padding: 5px 4px 4px 5px;
    border-radius: 50%;
  }
  .icon-redes-2:hover{
    color: white;
    background-color: #e59400;
  }
/*---- Fim - Colunista ----*/


.comment-form-url {
    background-color: red !important;
    display: none;
}
/* Footer */

.footer-custom {
    background-color: #f8f8f8;
    color: #333;
    font-family: Arial, sans-serif;
}

.logo-footer {
    max-width: 200px;
}
.footer-nav a:hover {
    color: #000000 !important;
}
.footer-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #ffffff;
}

.footer-text {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}
.sindicato-footer{
    font-weight: 500;
    line-height: 30px;
    font-size: 18px;
    display: flex;
    align-items: center;
}
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    font-size: 14px;
    color: #ffffff ;
    text-decoration: none;
    transition: color 0.5s;
    font-weight: 500;
}


.footer-links a:hover {
    color: #55B294!important;
}


.linha-d {
    border-top: 1px solid ;
    margin: 30px 0;
}

.footer-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.footer-nav a {
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.3s;
}
/* Direitos Reservados */

.footer-nav a:hover {
    color: var(--primaria) !important;
}

/* Ícones Sociais */
.social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.social-icon {
    font-size: 18px;
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.social-icon:hover {
    color: #007bff;
}

.footer-text {
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
}

/* Direitos Reservados */


/* Fim - Footer */



/* Container da barra */
.search-container {
    background-color: #000;
    padding: 20px 10px;
    width: 100%;
    max-width: 500px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
}

/* Ícone */
.search-box i {
    padding: 0 10px;
    color: #aaa;
    font-size: 16px;
}

/* Input */
.search-box input {
    border: none;
    outline: none;
    padding: 10px;
    font-size: 16px;
    width: 100%;
}
.text-acima-imagem {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center; /* Alinha o texto ao centro */
}
.texto-sobre-imagem {
    top: 80%; 
    left: 40%; 
    transform: translate(-50%, -50%); 
    color: #000000; 
    font-size: 18px; 
    font-weight: 600; 
    padding: 10px 0px; 
    border-radius: 5px; 
}

.bg-black-2{
    background-color: #000;
    border-radius: 20px;
}



.input-wrapper {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    padding: 5px 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    max-width: 400px;
    width: 100%;
}

/* Ícone de envelope */
.input-wrapper i {
    color: #777;
    font-size: 18px;
    margin-right: 10px;
}

/* Input de email */
.input-wrapper input {
    border: none;
    outline: none;
    flex: 1;
    font-size: 14px;
    font-weight: 400;
    color: #333;
}

.input-wrapper input::placeholder {
    color: #777;
}

/* Botão de Assinar */
.btn-assinar {
    background-color: #ff9900;
    border: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    font-weight: bold;
    border-radius: 10px;
    padding: 5px 15px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.btn-assinar:hover {
    background-color: #e68a00;
}

.alinhamento{
    align-items: end;
    display: flex;
    justify-content: end;
}

.news{
    color: white;
    font-size: 25px;
    font-weight: 500;
}
.p-news{
    color: white;
}


.image-container {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.image-container.cessa {
    position: relative;
    overflow: hidden;
}

.image-container.cessa::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, black, transparent);
    pointer-events: none;
    z-index: 1;
}

.image-container .text-s-img {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;
    color: white;
}

.home-post {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.text-s-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: white;
    text-align: left;
}

.text-s-sub {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    color: #b99400;
}

.text-s-title {
    font-size: 25px;
    font-weight: 600;
    margin: 0;
}

.text-ca {
    font-size: 15px;
    color: #6e6d6d;
}

.text-ca:hover {
    color: #000000;
}

.pesquisa {
    display: flex;
    align-items: center;
    border: 1px solid #DFDFDF;
    border-radius: 5px;
    padding: 5px 10px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.pesquisa input {
    border: none;
    outline: none;
    flex: 1;
    font-size: 16px;
}

.pesquisa input::placeholder {
    color: #aaa;
}

.comentario-item {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-direction: column;
}

.comentario-item .nome-comentarios {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.comentario-item .pt-3 {
    font-size: 1rem;
    line-height: 1.5;
    color: #555;
}

.comentario-item .replay,
.comentario-item .heart,
.comentario-item .more {
    font-size: 0.9rem;
    color: #555;
    margin-top: 10px;
}

.comentario-item .replay i,
.comentario-item .heart i,
.comentario-item .more i {
    margin-right: 5px;
}

.comentario-item .img-card-c {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    object-fit: cover;
}

.comentarios-inpt {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.comentarios-inpt input {
    width: calc(100% - 60px);
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 1rem;
}

.comentarios-inpt button {
    padding: 10px 15px;
    border: none;
    background-color: #007bff;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
}

.comentarios-inpt button:hover {
    background-color: #0056b3;
}

.comentarios-inpt i {
    color: #007bff;
    margin-right: 10px;
}

.comentario-item .children {
    margin-left: 30px;
}

.comentario-item .depth-2 {
    margin-left: 60px;
}

.comentario-item .depth-3 {
    margin-left: 90px;
}

.comen {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
}

.comen-span {
    font-size: 1.2rem;
    font-weight: normal;
    color: #007bff;
}

.fn a {
    color: #000 !important;
    list-style: none !important;
    text-decoration: none;
}

.comment-metadata a {
    color: #212529;
    list-style: none !important;
    text-decoration: none;
}

.reply a {
    color: #212529;
    list-style: none !important;
    text-decoration: none;
}

.reply a:hover {
    color: #ff9900;
}

.social-icons {
    border-radius: 50px;
    width: 85px;
}

.social-icons a {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    border: 2px solid var(--primaria);
    background-color: #f0f0f0;
}

.social-icons a i {
    font-size: 20px;
    color: var(--primaria);
}

.icc-black {
    background-color: #000 !important;
}

.card-off-c {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.ul-cust {
    text-decoration: none !important;
    list-style: inside;
}

.lista-categorias {
    list-style: none;
    color: #ffffff;
    text-decoration: none;
}

.btn-close {
    background: url(../img/x.svg);
    opacity: 1;
    height: 5px;
    width: 5px;
}

.card-off-c {
    margin: 0;
    background: linear-gradient(to bottom, #000000, #000000);
    color: white;
}

.siga-r-s {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}

.compartilhe {
    color: #000;
    font-weight: 600;
    font-size: 12px;
}

.form-black {
    background-color: #000;
    color: white;
    font-size: 16px;
}

.form-black input {
    padding: 2px !important;
    padding-left: 6px !important;
    font-size: 17px;
}

.btn-b-2 {
    background-color: #ff9900;
    color: white;
}

.btn-b-2:hover {
    background-color: white;
    color: black;
}

.banner-principal {
    color: #fff;
    background-position: center;
    position: relative;
    background: linear-gradient(to top, #01110E, #0A4034);
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-principal .titulo-banner {
    font-size: 70px;
    font-weight: 600;
}

.banner-principal .descricao-banner {
    font-size: 1.1rem;
    opacity: 0.9;
}

.mockup-banner {
    max-width: 420px;
    border-radius: 16px;
}

.btn-fale {
    background-color: var(--secundaria);
    color: rgb(0, 0, 0);
    border-radius: 8px;
    font-weight: 500;
    font-size: 18px;
    padding: 8px 16px 8px 16px;
}

.btn-fale:hover {
    background-color: #ffffff;
    color: var(--primaria);
    border: 1px solid var(--terciaria);
}

.borda-parceiros {
    display: flex;
    flex-wrap: wrap;
    gap: 70px;
    border: 1px solid #535252ad;
    border-radius: 15px;
    padding: 26px;
    justify-content: center;
}

.accordion-button:focus {
    border-color: transparent !important;
    box-shadow: none;
}

.accordion-item {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #e7e2d9;
    box-shadow: none;
    border-radius: 0 !important;
}

.accordion-flush > .accordion-item:last-child {
    border-bottom: 1px solid #e7e2d9 !important;
}

.accordion-button:not(.collapsed) {
    font-size: 19px;
    font-weight: 600;
    padding: 28px 16px;
    background-color: #fdfaea;
    color: #000;
    border-radius: 0 !important;
        box-shadow: none;
}

.accordion-item .accordion-button.collapsed {
    font-size: 19px;
    font-weight: 600;
    padding: 28px 16px;
    background-color: #fdfaea;
    color: #000;
    border-radius: 0 !important;
    box-shadow: none;
}

.accordion-body {
    font-size: 16px;
    color: #3c3b37;
    padding: 0 0 20px 0;
}


.bg-white-3 {
    background-color: #fdfaea;
}

.dúvidas {
    font-size: 40px;
    font-weight: bold;
    font-family: 'Inter', sans-serif;
}

.texto-duvidas {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}

.accordion-home .accordion-button::after {
    background-image: url(../img/icon+.svg);
    width: 40px !important;
    height: 25px;
}
.accordion-button:not(.collapsed)::after {
    filter: invert(1);
    background-image: url(../img/icon-.svg);

}
.card-sitex{
  border-radius: 24px;
  overflow: hidden;
  color:#fff;

  background:
    /* vinheta leve + bordas bem escuras */
    radial-gradient(circle at 50% 50%,
      rgba(8,33,29,0) 0%,
      rgba(8,33,29,.12) 62%,
      rgba(8,33,29,.26) 82%,
      rgba(8,33,29,.40) 100%),
    linear-gradient(to right,
      rgba(8,33,29,1) 0%,
      rgba(8,33,29,.96) 12%,
      rgba(8,33,29,.84) 24%,
      rgba(8,33,29,.66) 36%,
      rgba(8,33,29,.48) 50%,
      rgba(8,33,29,.66) 64%,
      rgba(8,33,29,.84) 76%,
      rgba(8,33,29,.96) 88%,
      rgba(8,33,29,1) 100%),
    url(../img/atendente.jpg) no-repeat;

  background-size: cover;

   background-position: 78% 25%;       
}



.p-ban-sitex {
    font-weight: 600;
    font-size: 18px;
    color: white;
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.btn-card-sitex {
    padding: 9px 20px 9px;
    border-radius: 8px;
    background-color: #ECBC1D;
    color: #060606;
    font-size: 18px;
    font-weight: 600;
}
.btn-card-sitex:hover{
   
    background-color: var(--primaria);
  
}
.tag-memoria{
  color:var(--secundaria)!important;   
  background:#f8f7f7d0; 
  padding: .1em .35em; border-radius: 2px; 
}

.duvida-equipe {
    font-size: 18px;
    color: white;
    font-weight: 400;
}

.card-afiliado {
    border-radius: 24px;
    background-color: var(--terciaria);
}

.seja-afiliado {
    color: white;
    font-size: 25px;
    font-weight: bold;
}

.sindicalizar {
    color: white;
    font-weight: 400;
    font-size: 17px;
}

.card-afiliado i {
    color: white;
    font-size: 30px;
    background-color: var(--primaria);
    border-radius: 14px;
    padding: 10px 15px 10px 15px;
}

.ultimas-notas {
    color: rgb(255, 255, 255);
    font-size: 35px;
    font-weight: 600;
}

.card-nota {
    background-color: var(--primaria);
    border-radius: 20px;
}

.data-nota {
    color: white;
    font-size: 14px;
    font-weight: 600;
}

.title-nota {
    font-size: 16px;
    font-weight: bold;
    color: white;
    line-height: 22px;
}

.resumo-nota {
    font-size: 14px;
    font-weight: 400;
    color: white;
}

.card-nota i {
    color: white;
}

.clube {
    color: var(--primaria);
    font-size: 16px;
    font-weight: 600;
}
.assedios{
    color: #D10010;
    font-size: 16px;
    font-weight: 600;
}
.filiados {
    font-weight: bold;
    font-size: 50px;
    line-height: 30px;
}

.card-vantagens {
    background-color: #fdfaea;
    border: 1px solid black;
    border-radius: 12px;
}

.card-vantagens:hover {
    background-color: var(--primaria);
    border: 1px solid var(--primaria);
    color: var(--secundaria) !important;
}

.title-vantagens {
    color: #000;
    font-weight: bold;
    font-size: 20px;
}

.text-vantagens {
    color: #000;
    font-weight: 400;
    font-size: 20px;
}

.card-vantagens {
    transition: background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out,
    color 0.3s ease-in-out,
    box-shadow 0.3s ease-in-out,
    transform 0.3s ease-in-out;
}

.card-vantagens:hover,
.card-vantagens:focus-within {
    background-color: #277a69;
    border-color: #277a69;
    color: #ffffff;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.15);
    transform: scale(1.05);
}
.card-vantagens:hover .icon-v,
.card-vantagens:focus-within .icon-v {
    filter: invert(1);}

.card-vantagens:hover .title-vantagens,
.card-vantagens:focus-within .title-vantagens {
    color: #F2B500;
}

.card-vantagens:hover .text-vantagens,
.card-vantagens:focus-within .text-vantagens {
    color: #ffffff;
}

.card-vantagens:hover .bi,
.card-vantagens:focus-within .bi {
    color: #F2B500;
}

.titulo-sobre {
    font-weight: bold;
    font-size: 60px;
}

.descricao-sobre {
    font-size: 22px;
    font-weight: 600;
}

.historia {
    font-size: 20px;
    font-weight: 600;
    color: var(--primaria);
}

.jornada {
    font-weight: bold;
    font-size: 33px;
}

.desde-de {
    font-weight: 400;
    font-size: 30px;
    font-style: italic;
}

.img-his {
    border-radius: 15px;
}

.title-his {
    color: var(--primaria);
    font-weight: bold;
    font-size: 24px;
}

.text-his {
    color: black;
    font-style: italic;
    font-size: 31px;
    font-weight: bold;
}

.title-missao {
    font-weight: bold;
    font-size: 24px;
}

.text-miss {
    font-size: 18px;
}

.divider {
    height: 110px;
    width: 2px;
    background-color: #DFDFDF;
    margin: 0 40px;
}

.bg-missao-area {
    background-color: #f8f9f8;
    border-radius: 8px;
    padding: 60px 40px;
}

.bg-missao-area span {
    font-size: 20px;
    color: #212529;
}

.direito {
    font-weight: bold;
    font-size: 35px;
}

.bg-gray {
    background-color: #f8f9f8;
}

.card-pales {
    border-radius: 3px;
    width: 100% !important;
    border: none !important;
    background-color: #FFFFFF !important;
}

.card-title {
    font-size: 18px;
    font-weight: 500;
}

.img-card-p {
    border-radius: 100px;
    width: 85px;
    height: 85px;
    border: 1px solid #cbc4c4;
}

.card-diretoria {
    font-size: 16px;
    font-weight: 400;
}

.card-funcao {
    font-size: 16px;
    font-weight: 400;
    color: #2B2B2B;
}

.conquistas__rail {
    position: relative;
    max-width: 1200px;
    margin: 0 auto 0;
    padding: 0 20px 10px;
}

.conquistas__rail::before {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    top: 26px;
    height: 2px;
    background: #e1e1e1;
    z-index: 0;
}

.conq-slide {
    padding: 0 10px;
}

.conq-year {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    margin: 0 0 14px;
}

.conq-year span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 18px;
    min-width: 70px;
    border-radius: 10px;
    background: linear-gradient(135deg, #1e5c4e, #236f5d);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    box-shadow: 0 0 0 12px #fff;
}

.conquistas__item {
    background: #fff;
    border: 1px solid #eef0f2;
    border-radius: 14px;
    padding: 18px;
    box-shadow: 0 2px 10px rgba(0,0,0,.04);
}

.titulos-conquistas {
    font-size: 18px;
    line-height: 1.35;
    margin: 0;
    font-weight: 600;
    color: #1f2937;
}

.textos-conquistas {
    color: #6b7280;
    font-size: 15px;
    margin: 0;
}

.conquistas__link {
    margin-top: 8px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #2f7d6d;
    text-decoration: none;
}

.conquistas__link:hover {
    text-decoration: underline;
}
.title-verde{
    color: var(--primaria);
}

#conq-swiper {
    padding-top: 6px;
}

.descricao-noticias {
    font-weight: 400;
    font-size: 20px;
}

.conquistas__rail {
    position: relative;
    padding-bottom: 10px;
}

.conquistas__rail::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 26px;
    height: 2px;
    background: #e1e1e1;
    z-index: 0;
}

.conq-slide {
    padding: 0 10px;
}

.conq-year {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    margin: 0 0 14px;
}

.conq-year span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 18px;
    min-width: 70px;
    border-radius: 10px;
    background: linear-gradient(135deg, #1e5c4e, #236f5d);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    box-shadow: 0 0 0 12px #fff;
}

.conquistas__nav {
    display: flex;
    gap: 14px;
}

.conquistas__btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.conquistas__btn svg {
    width: 18px;
    height: 18px;
    stroke: #2f7d6d;
}

.conquistas__btn--prev {
    border: 1px solid #dcdcdc;
    background: #fff;
}

.conquistas__btn--next {
    background: #2f7d6d;
    border: none;
}

.conquistas__btn--next svg {
    stroke: #fff;
}

.conquistas__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.conquistas__btn:active {
    transform: scale(0.94);
}

.lupa {
    font-size: 22px;
}

.linha-d {
    border: 0;
    border-top: 1px solid #e6e6e6;
    margin: 24px 0 0;
}

.nav-pag {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 0 28px;
}

.nav-pag__prev a,
.nav-pag__next a,
.nav-pag__prev .pag-link,
.nav-pag__next .pag-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #6b7280;
    font-weight: 500;
    text-decoration: none;
    transition: color .2s, transform .2s, opacity .2s;
}

.nav-pag__prev a:hover,
.nav-pag__next a:hover {
    color: #1f2937;
    transform: translateY(-1px);
}

.pag-link--disabled {
    opacity: .45;
    pointer-events: none;
    cursor: not-allowed;
}

.pag-arrow svg {
    stroke: #2f7d6d;
}

.nav-pag__numbers {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin: 0;
    padding: 0;
}

.nav-pag__numbers li {
    display: inline-flex;
}

.pag-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    padding: 0 10px;
    border-radius: 8px;
    font-weight: 600;
    color: #6b7280;
    text-decoration: none;
    transition: background .2s, color .2s, transform .2s, box-shadow .2s;
}

.pag-number:hover {
    background: #f2f6f5;
    color: #1f2937;
    transform: translateY(-1px);
}

.pag-number:active {
    transform: scale(.96);
}

.pag-number:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(47,125,109,.18);
}

.pag-number.is-active,
.pag-number.current {
    background: #1e5c4e;
    color: #fff !important;
    box-shadow: 0 2px 8px rgba(30,92,78,.18);
}

.pag-dot {
    color: #9ca3af;
}


.caixa-dropdown {
    background: #fff;
    border-radius: 8px;
    padding: 10px;
    min-width: 220px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.caixa-dropdown .dropdown-item {
    font-size: 16px;
    padding: 8px 12px;
    border-radius: 6px;
    font-weight: 600;
    color: #333;
    transition: background 0.2s, color 0.2s;
}

.caixa-dropdown .dropdown-item:hover {
    background: #f1f1f1;
    color: var(--primaria) !important;
}

.caixa-dropdown .btn {
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    padding: 10px;
    color: white;
    text-decoration: none !important;
}

.borda-convenios {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    border-radius: 15px;
    padding: 26px;
    background-color: white;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
    justify-content: center;
}

.banner-convenios {
    color: #fff;
    background-position: center;
    position: relative;
    background: var(--primaria);
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-blue-claro {
    background-color: #F0F9F5;
}

.atualizar {
    text-decoration: none;
}

.atualizar:hover {
    color: var(--secundaria) !important;
}

.card-clube {
    background-color: #ffffff;
    border: 1px solid var(--primaria);
    border-radius: 12px;
}

.card-clube:hover {
    background-color: var(--primaria);
    border: 1px solid var(--primaria);
    color: var(--secundaria) !important;
}

.card-clube {
    transition: background-color 0.3s ease-in-out, 
    border-color 0.3s ease-in-out, color 0.3s ease-in-out, 
    box-shadow 0.3s ease-in-out, 
    transform 0.3s ease-in-out;
}

.title-clube {
    color: #000;
    font-weight: bold;
    font-size: 20px;
}

.text-clube {
    color: #000;
    font-weight: 400;
    font-size: 20px;
}

.card-clube:hover,
.card-clube:focus-within {
    background: white;
    border-color: #277a69;
    color: black;
    box-shadow: 0 8px 28px rgba(0,0,0,.15);
}

.card-clube:hover .title-clube,
.card-clube:focus-within .title-clube {
    color: var(--primaria);
}

.card-clube:hover .text-clube,
.card-clube:focus-within .text-clube {
    color: black;
}

.card-clube:hover .bi,
.card-clube:focus-within .bi {
    color: var(--primaria);
}
.card-head {
    min-height: 32px; 
}

.badge-parceiros {
    background-color: #ffe3e3 !important;
    color: #4a4a4a;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 500;
    border-radius: 999px;
    padding: 6px 10px !important;
    white-space: nowrap;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.icon-clube img {
    max-width: 32px;   
    height: auto;
    display: block;
}

.card-clube:hover .badge-parceiros,
.card-clube:focus-within .badge-parceiros {
    background-color: #f2f2f2;
    color: #4a4a4a;
    border-color: rgba(0,0,0,0.05);
}

.bg-verde-escuro {
    background-color: var(--terciaria);
    color: white;
}

.convenios .convenio-button:focus {
    border-color: transparent !important;
    box-shadow: none;
}

.convenios .convenio-item {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #e7e2d9;
    box-shadow: none;
    border-radius: 0 !important;
}

.convenios.convenios-flush > .convenio-item:last-child {
    border-bottom: 1px solid #e7e2d9 !important;
}

.convenios .convenio-button:not(.collapsed) {
    width: 100%;
    display: block;
    font-size: 19px;
    font-weight: 600;
    font-family: 'Rubik', sans-serif;
    padding: 28px 16px;
    background-color: #ffffff;
    color: var(--primaria);
    border-radius: 0 !important;
    border: 1px solid #ffffff;
    text-align: left;
}

.convenios .convenio-item .convenio-button.collapsed {
    width: 100%;
    display: block;
    font-size: 19px;
    font-weight: 600;
    font-family: 'Rubik', sans-serif;
    padding: 28px 16px;
    background-color: #ffffff;
    color: #000;
    border-radius: 0 !important;
    border: 1px solid #ffffff;
    text-align: left;
}
.convenio-button{
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  padding: 16px 64px 16px 20px; 
  background: transparent;
  border: 0;
  color: inherit;
}

.convenio-button::after{
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;       
  height: 23px;
  background-image: url(../img/icon+.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: filter .2s ease, background-image .2s ease, transform .2s ease;
}
.bg-white-1 {
    background-color: #F2F2F2;
}
.convenio-button:not(.collapsed)::after{
  background-image: url(../img/icon-.svg);
  filter: invert(1); 

}

.banner-atualização {
    color: #fff;
    background-position: center;
    background-image: url(../img/Att.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.banner-asse {
    color: #fff;
    background-position: center;
    background-image: url(../img/assedio.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.banner-bege {
    color: #fff;
    background-position: center;
    background-image: url(../img/Bege.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-filia-se {
  width: 100%;
  height: clamp(120px, 22vw, 260px);
  background: center / cover no-repeat url("../img/BANNER.webp");
}

.titulo-att {
    color: var(--primaria);
    font-weight: bold;
    font-size: 50px;
}

.descricao-att {
    color: black;
    font-weight: 400;
    font-size: 18px;
}

.indicador-passos {
    display: flex;
    align-items: center;
    gap: 24px;
    width: 100%;
}

.etapa {
    display: grid;
    grid-template-columns: 44px auto;
    grid-template-rows: auto auto;
    column-gap: 12px;
    align-items: center;
}

.etapa .bolinha {
    grid-row: 1 / span 2;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #E5E7EB;
    color: #9CA3AF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}
.etapa .titulo {
    grid-column: 2;
    grid-row: 1;
    font-weight: 700;
    color: #9CA3AF;
    line-height: 1.15;
    white-space: nowrap; /* 🔥 impede quebra de linha */
}


.etapa small {
    grid-column: 2;
    grid-row: 2;
    color: #D1D5DB;
    line-height: 1.15;
        white-space: nowrap; /* 🔥 impede quebra de linha */

}

.etapa.ativa .bolinha {
    background: #116149;
    border-color: #116149;
    color: #fff;
}

.etapa.ativa .titulo {
    color: #111827;
}

.etapa.ativa small {
    color: #6B7280;
}

.etapa.concluida .bolinha {
    background: #116149;
    border-color: #116149;
    color: #fff;
}

.etapa.concluida .titulo {
    color: #111827;
}

.etapa.concluida small {
    color: #6B7280;
}

.divisoria {
    flex: 1 1 320px;
    height: 1px;
    background: #E5E7EB;
    border-radius: 2px;
    margin: 0 16px;
    align-self: center;
    position: relative;
    top: 2px;
}

.divisoria.preenchida {
    background: #116149;
}

@media (max-width: 768px) {
    .etapa {
        min-width: 220px;
    }
    .divisoria {
        margin: 0 16px;
    }
}



#multiStepForm .form-control {
    height: 44px;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    background: #ffffff;
    padding: .55rem .9rem;
    box-shadow: none;
    transition: border-color .15s ease, box-shadow .15s ease;
}

#multiStepForm .form-control::placeholder {
    color: #9CA3AF;
}

#multiStepForm .form-control:focus {
    border-color: #116149;
    box-shadow: 0 0 0 .2rem rgba(17, 97, 73, .15);
    outline: 0;
}

#multiStepForm .form-group .row {
    row-gap: 12px;
}

@media (max-width: 575.98px) {
    #multiStepForm .form-group .row {
        row-gap: 12px;
    }
}

#multiStepForm .btn-success {
    background-color: #116149;
    border-color: #116149;
    padding: .6rem 1.4rem;
    border-radius: 8px;
    font-weight: 600;
}

#multiStepForm .btn-success:hover {
    background-color: #0f5741;
    border-color: #0f5741;
}

#multiStepForm .d-flex.justify-content-center.gap-3.pt-5 {
    padding-top: 2rem !important;
}

.titulo-juridico {
    color: black;
    font-weight: bold;
    font-size: 50px;
}

.card-ju {
    background-color: #F9F9F9;
    border: 1px solid #F9F9F9;
    border-radius: 12px;
}

.card-ju:hover {
    background-color: #F9F9F9;
    border: 1px solid var(--primaria);
}
.card-ju {
    transition: background-color 0.3s ease-in-out, 
    border-color 0.3s ease-in-out, color 0.3s ease-in-out, 
    box-shadow 0.3s ease-in-out, 
    transform 0.3s ease-in-out;
}

.card-ju:hover .title-ju,
.card-ju:focus-within .title-ju {
    color: var(--primaria);
}

.card-ju:hover,
.card-ju:focus-within {
    background: white;
    border-color: #277a69;
    color: black;
    box-shadow: 0 8px 28px rgba(0,0,0,.15);
}

.card-ju:hover .title-clube,
.card-ju:focus-within .title-clube {
    color: var(--primaria);
}

.title-juridico {
    color: #000;
    font-weight: bold;
    font-size: 40px;
}

.title-termos {
    color: #000;
    font-size: 40px;
    font-weight: 600;
}

.text-success {
    text-decoration: none !important;
}

.nav-link {
    color: #000 !important;
}

.navbar .dropdown-toggle::after {
    display: none;
}

.dropdown-icon {
    width: 14px;
    height: 14px;
    transition: transform 0.2s ease;
}

.dropdown.show .dropdown-icon {
    transform: rotate(180deg);
}

.navbar .container {
    position: relative;
}

.brand-overlap {
    position: absolute;
    left: 1rem;
    bottom: -65px;
    z-index: 10;
}

.logo-menu {
    height: 118px;
    filter: drop-shadow(0 6px 14px rgba(0,0,0,.25));
}

.navbar {
    position: relative;
    z-index: 5;
    padding-bottom: 2.2rem;
}


.modal-convenios {
    border: 0;
    border-radius: 16px;
    box-shadow: 0 16px 48px rgba(0,0,0,.18);
    background: #fff;
}

.modal-convenios .modal-header {
    padding: 18px 20px 6px;
}

.modal-convenios .modal-title {
    font-weight: 800;
    font-size: 28px;
}

.conv-scroll {
    max-height: 70vh;
    overflow-y: auto;
    padding-right: 6px;
}

.conv-scroll::-webkit-scrollbar {
    width: 10px;
}

.conv-scroll::-webkit-scrollbar-track {
    background: #f3f6f4;
    border-radius: 8px;
}

.conv-scroll::-webkit-scrollbar-thumb {
    background: #87c3b2;
    border-radius: 8px;
}

.conv-scroll::-webkit-scrollbar-thumb:hover {
    background: #70b7a4;
}

.convenios-pills .nav-link {
    border-radius: 999px;
    padding: .44rem 1rem;
    font-weight: 700;
    background: #e8f0eb;
    color: #27443a;
    border: 1px solid #dfe9e3;
}

.convenios-pills .nav-link.active {
    background: #167e61;
    color: #fff;
    border-color: #167e61;
    box-shadow: 0 2px 8px rgba(22,126,97,.25);
}

.conv-list {
    display: flex;
    flex-direction: column;
}

.conv-item + .conv-item {
    border-top: 1px solid #eceeed;
}

.conv-toggle {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 16px 0;
    background: transparent;
    border: 0;
    text-align: left;
    cursor: pointer;
}

.conv-toggle:focus {
    outline: none;
}

.conv-logo {
    width: 56px;
    height: 56px;
    object-fit: contain;
    flex-shrink: 0;
    border-radius: 8px;
    background: #fff;
    padding: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,.08);
}

.conv-head {
    flex: 1 1 auto;
    text-align: left;
}

.conv-title {
    font-weight: 700;
    color: #213a33;
}

.conv-sub {
    color: #6b7a75;
    display: block;
}

.conv-body,
.conv-body p {
    text-align: left !important;
}

.conv-icon {
    font-size: 1.05rem;
    color: #859390;
}

.conv-toggle .icon-open {
    display: none;
}

.conv-toggle[aria-expanded="true"] .icon-open {
    display: inline-block;
    color: #167e61;
}

.conv-toggle[aria-expanded="true"] .icon-close {
    display: none;
}

.conv-toggle[aria-expanded="true"] {
    position: relative;
}

.conv-toggle[aria-expanded="true"]::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background: #0fa672;
    border-radius: 3px;
}

.conv-body {
    padding: 12px 0 18px;
    border-top: 1px solid #eceeed;
    color: #334a44;
    font-size: .95rem;
    line-height: 1.55;
}

.card-assedio{
    background-color: #f9f9f9;
    border-radius: 12px;
}
.text-assedio{
    color: #2B2B2B;
    font-weight: 400;
    font-size: 18px;
}
.preencha-m{
    color: #2B2B2B;
    font-weight: bold;
    font-size: 32px;

}
.doc-enviados{
    color: #2B2B2B;
    font-weight: bold;
    font-size: 32px;

}
.back-env-ar{
    background-color: #F9F9F9;
    border-radius: 4px;
    border: 1px dashed #D0D5DD;
}
.form-control{
    border-radius: 8px !important;
    border: 1px solid #D0D5DD;
}
.form-label {
    font-weight: 500;
    font-size: 14px;
    color: #344054;
}
.text-enviar{
    color: #2B2B2B;
    font-weight: 400;
}
.download{
    color: #191D23;
    font-weight: 300;
}
.botao-mais{
    background-color: #047857;
    color: white !important;
}

.botao-mais:hover{
    background-color: var(--terciaria);
    color: white !important;
}



.filters-toolbar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-top: 12px;
  margin-bottom: 16px;
}

.chip--all {
  background: #1c6b59;
  color: #ffffff;
  padding: 5px 16px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 17px;
  text-decoration: none;
}

.chip--ghost {
  background: transparent;
  border: none;
  color: #8E8E8E;
  font-weight: 500;
  font-size: 17px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  text-decoration: none;
}

.chip--ghost:hover {
  color: #000;
  text-decoration: none;
}

.chip--ghost.dropdown-toggle::after {
  margin-left: 4px;
  vertical-align: middle;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}

.sorticon {
  width: 14px;
  height: 14px;
  opacity: 0.8;
  vertical-align: middle;
}

.filters-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.filters-count {
  font-size: 0.9rem;
  font-weight: 500;
  color: #6b6b6b;
}

.filters-clear {
  color: #6b6b6b;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
}

.filters-clear:hover {
  color: #000;
}

.filters-toolbar a {
  text-decoration: none !important;
}

.sorticon {
  width: 18px;
  height: 18px;
  margin-left: 4px;
  vertical-align: middle;
  opacity: 0.7;
}

.contatos-cards .cc-card {
  background: #0F2B27;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 12px;
  color: #E7F2EE;
}

.contatos-cards .cc-head {
  background: transparent;
  border: 0;
  padding: 4px 0 10px 0;
  color: #CFE6DE;
  font-weight: 600;
  text-align: left;
}

.contatos-cards .cc-title {
  font-size: 16px;
  line-height: 1;
}

.contatos-cards .cc-body {
  font-size: 14px;
  color: #CFE6DE;
}

.contatos-cards .cc-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.contatos-cards .cc-list li {
  margin-bottom: 6px;
}

.contatos-cards a {
  color: #CFE6DE;
  text-decoration: underline;
}

.contatos-cards a:hover {
  opacity: .9;
}

.contatos-cards .cc-caret {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none'><path d='M7 10l5 5 5-5' stroke='%23CFE6DE' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  transition: transform .2s ease;
}

.contatos-cards .collapse.show + .cc-body,
.contatos-cards .collapse.show {
  display: block;
}

.contatos-cards .collapse:not(.show) ~ .cc-caret,
.contatos-cards .cc-head[aria-expanded="false"] .cc-caret {
  transform: rotate(-90deg);
}

#contatos .row.g-3 {
  margin-top: 24px;
}

#contatos .cc-card {
  background: #031B16;
  border-radius: 12px;
  color: #e7f2ee;
  height: 100%;
  box-shadow: 0 1px 0 rgba(0,0,0,.12), inset 0 1px 0 rgba(255,255,255,.02);
}

#contatos .cc-head {
  appearance: none;
  background: transparent;
  border: 0;
  padding: 8px 6px 12px 2px;
  color: #cfe6de;
  font-weight: 600;
  line-height: 1;
  text-align: left;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

#contatos .cc-head:focus {
  box-shadow: none;
}

#contatos .cc-head:focus-visible {
  outline: 2px solid rgba(255,255,255,.18);
  border-radius: 8px;
}

#contatos .cc-title {
  font-size: 16px;
  color: var(--primaria);
}

#contatos .cc-body {
  color: #cfe6de;
  font-size: 14px;
}

#contatos .cc-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

#contatos .cc-list li {
  margin-bottom: 6px;
}

#contatos .cc-body a {
  color: #cfe6de;
  text-decoration: underline;
}

#contatos .cc-body a:hover {
  opacity: .9;
}

#contatos .cc-caret {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none'><path d='M7 10l5 5 5-5' stroke='%23CFE6DE' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  transition: transform .2s ease;
  color: var(--primaria);
}

#contatos .cc-head[aria-expanded="false"] .cc-caret {
  transform: rotate(-90deg);
}

.cc-card span {
  color: var(--primaria);
}
.cc-card-1{
    background: #031B16;
    border-radius: 12px;
    color: #e7f2ee;
    height: 100%;
    width: 305px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .12), inset 0 1px 0 rgba(255, 255, 255, .02);
}
.cc-card-1 span {
    color: var(--primaria);
}
.banner-home {
  position: relative;
  padding: 0;
  background-color: #000;
}

#banner-home-swiper {
  position: relative;
  height: 700px;
  overflow: hidden;
}


.banner-home-pagination {
  position: absolute;
  transform: translateY(-50%);
  display: flex;
  flex-direction: row;
  align-items: center;
  z-index: 20;
  pointer-events: auto;
  width: auto;
  justify-content: center;
  height: auto;
}

.banner-home-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #C9D3CF;
  opacity: 1;
  transition: background-color .3s ease, transform .2s ease;
}

.banner-home-pagination .swiper-pagination-bullet-active {
  background: #0FA37F;
  transform: scale(1.15);
}

@media (max-width: 991.98px) {
  .banner-home-pagination {
    left: 0;
    right: 0;
    bottom: 14px;
    top: auto;
    transform: none;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
  }
}

.titulo-banner {
  color: rgb(255, 255, 255);
  font-weight: 600;
  font-size: 66px !important;
}

.descricao-banner {
  color: white;
  font-weight: 400;
}

.notas-btn--prev,
.notas-btn--next {
  position: absolute;
  top: 0;
  transform: translateY(0);
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .2s ease;
}

.notas-btn--next {
  right: 0;
}

.notas-btn--prev {
  right: 48px;
}

.notas-btn--prev:hover,
.notas-btn--next:hover {
  background: rgba(255,255,255,0.2);
}

.notas-btn--prev svg,
.notas-btn--next svg {
  width: 18px;
  height: 18px;
  stroke: #fff;
}

.btn-w {
  background-color: var(--secundaria);
  color: rgb(0, 0, 0) !important;
  border-radius: 8px;
  font-weight: 600;
  font-size: 18px;
  padding: 8px 16px 8px 16px;
}
.btn-w:hover {
  background-color: var(--primaria);
  color: rgb(255, 255, 255) !important;
}
.underline{
  color: var(--primaria);
}

.footer-links a[data-bs-toggle="collapse"]{
  display: inline-flex !important;
  justify-content: flex-start !important;
  align-items: center;
  gap: .5rem;
  padding-right: 0;
}

.footer-links a[data-bs-toggle="collapse"]::after{
  content:"";
  width: 12px; height: 12px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6' fill='none' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/100% 100%;
  mask:        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6' fill='none' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/100% 100%;
  background-color: currentColor;
  transition: transform .2s ease;
}

.footer-links a[aria-expanded="true"]::after{
  transform: rotate(180deg);
}
.btn-conv{
  background-color: var(--primaria);
  color: rgb(255, 255, 255);
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  padding: 5px 10px 5px 10px;
}
.btn-conv:hover{
  background-color: var(--terciaria);
  color: rgb(255, 255, 255);
  transition: 1s;
}
.convenios-title{
  font-weight: bold;
  font-size: 45px;
  line-height: 30px;
}

.accordion-home-white .accordion-button.collapsed {
  background-color: #fff !important;
  color: #000;
}

.accordion-home-white .accordion-button:not(.collapsed) {
  background-color: #fdfaea;
  color: #000;
}

.accordion-home-white .accordion-button {
  font-size: 19px;
  font-weight: 600;
  padding: 28px 16px;
  border-radius: 0 !important;
  box-shadow: none;
}
.accordion-home .accordion-button::after,
.accordion-home-white .accordion-button::after {
  background-image: url(../img/icon+.svg);
  width: 40px !important;
  height: 25px;
}

.accordion-home .accordion-button:not(.collapsed)::after,
.accordion-home-white .accordion-button:not(.collapsed)::after {
  filter: invert(1);
  background-image: url(../img/icon-.svg);
}

.accordion-home-white .accordion-button:not(.collapsed) {
  background-color: #fff !important;
  color: #000;
}

.convenios-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  display: none;
  z-index: 9999;
  padding: 1rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  font-family: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  color: #222;
}

.convenios-modal {
  background: #fff;
  max-width: 640px;
  width: 100%;
  margin: 1.5rem auto;
  border-radius: 10px;
  box-shadow: 0 24px 48px rgba(0,0,0,0.18);
  border: 1px solid rgba(0,0,0,0.25);
  padding: 24px;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: #222;
  font-family: inherit;
}

.convenios-modal__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 20px;
  margin-bottom: 0;
  border-bottom: 0;
}

.convenios-modal__title {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.3;
  color: #0f1117;
  margin: 0 0 8px 0;
  font-family: "Inter", sans-serif;
}

.convenios-modal__desc {
  font-size: .9rem;
  line-height: 1.5;
  color: #000000;
  margin: 0;
  max-width: 48ch;
  font-weight: 400;
}

.convenios-close-btn {
  background: transparent;
  border: 0;
  font-size: 2rem;
  line-height: 1;
  color: #0f1117;
  cursor: pointer;
  padding: 4px;
  font-weight: 400;
}

.convenios-filtros-wrapper {
  padding-top: 0;
  padding-bottom: 16px;
  margin-bottom: 0;
  border-bottom: 1px solid #E5E7EB;
  position: relative;
}

.convenios-filtros-scroll {
  display: inline-flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  column-gap: 24px;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-top: 4px;
  padding-bottom: 4px;
}

.convenios-filtros-scroll::-webkit-scrollbar {
  display: none;
}

.filtro-chip {
  flex-shrink: 0;
  font-size: .85rem;
  line-height: 1.3;
  border-radius: 4px;
  padding: 8px 12px;
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #4b5563;
  font-weight: 500;
  cursor: pointer;
  transition: all .15s ease-in-out;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  font-family: inherit;
}

.filtro-chip.active {
  background: #2E6B45;
  border-color: #2E6B45;
  color: #ffffff;
  font-weight: 500;
}

.convenios-scroll-wrapper {
  position: relative;
  max-height: 60vh;
  flex: 1;
  padding-top: 16px;
}

.convenios-lista {
  max-height: 60vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 24px;
  padding-left: 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
  font-family: inherit;
}

.convenios-lista::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.scrollbar-track {
  position: absolute;
  top: 16px;
  right: 8px;
  bottom: 0;
  width: 6px;
  background: #efefef;
  border-radius: 3px;
  pointer-events: none;
}

.scrollbar-thumb {
  position: absolute;
  left: 0;
  right: 0;
  background: #2E6B45;
  border-radius: 3px;
}

.convenio-card {
  border-bottom: 1px solid #e6e6e6;
  padding: 16px 0;
  font-size: .9rem;
  line-height: 1.4;
  color: #222;
  background: #fff;
  font-family: inherit;
}

.convenio-head {
  appearance: none;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 0 8px 0 0;
  font-family: inherit;
}

.convenio-head__left {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  text-align: left;
  flex: 1;
  font-family: inherit;
}

.convenio-logo img {
  display: block;
  max-width: 60px;
  max-height: 40px;
  width: auto;
  height: auto;
  object-fit: contain;
  border: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
}

.convenio-head__textos {
  font-size: .9rem;
  line-height: 1.4;
  color: #222;
  font-family: inherit;
}

.convenio-nome {
  font-weight: 600;
  font-size: 1rem;
  color: #111827;
  margin: 0;
  font-family: inherit;
}

.convenio-mini {
  font-size: .85rem;
  line-height: 1.4;
  color: #4b5563;
  margin-top: 8px;
  margin-bottom: 0;
  font-family: inherit;
}

.convenio-head__icon {
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 0;
}

.chevron {
  width: 12px;
  height: 12px;
  display: inline-block;
  box-sizing: border-box;
  border-right: 1.5px solid #2E6B45;
  border-bottom: 1.5px solid #2E6B45;
  border-radius: 0;
  margin-top: 4px;
}

.chevron-down {
  transform: rotate(45deg);
  transform-origin: center;
}

.chevron-up {
  transform: rotate(-135deg);
  transform-origin: center;
}

.convenio-body {
  display: none;
  margin-top: 8px;
  padding-left: calc(60px + 12px);
  font-size: .875rem;
  line-height: 1.45;
  color: #333;
  font-family: inherit;
}

.convenio-detalhes p {
  margin: 0 0 12px 0;
  font-size: .875rem;
  line-height: 1.45;
  color: #333;
  font-family: inherit;
}



.midia-player {
  max-width: 1080px;
  margin: 0 auto 2rem auto;
  border-radius: 16px;
  overflow: hidden;
}

.midia-player iframe,
.midia-player video {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}


.dropdown-item.active{
  background-color: #047857;
  border: none;
}

.dir-details{
  font-size: 14px;
}

.card-collapse {
  position: relative;
  overflow: hidden;
  max-height: 140px;
  transition: max-height .3s ease;
}

.card-collapse::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 3.5rem;
  background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
}

.card-collapse.expanded {
  max-height: 2000px;
}
.card-collapse.expanded::after {
  display: none;
}

.btn-read-more {
  background: none;
  border: 0;
  padding: .25rem 0;
  font-weight: 600;
  cursor: pointer;
  color: var(--primaria);
}
.btn-read-more:focus { outline: none; }

.conquistas-title{
  font-weight: 600;
}
