@charset "utf-8";

/*
Theme Name: SINDSEMPMT V2
Theme URI: sindesmpmt.com.br
Author: Marcelo 
Author URI: 
Description:   
Version: 2.0
*/
:root {
  --cor-primaria: #1a61a8;
  --cor-primaria-escuro: #1a61a8;
  --cor-secundaria1: #e86a30;
  /* --cor-secundaria2: #75A83F; */
  --cor-secundaria2: #8abd47;
  --cor-secundaria3: #de1327;
  --cor-claro: #ffffff;
  --cor-escuro: #212529;
  --preto: #000000;
}



.tumb-mais-eventos>img {
  border-radius: 10px;
  width: 100%;
  margin-bottom: 1em;
}

.wr-noticias-destaque {
  margin-bottom: 5em;
}

.wr-eventos-sd {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2em;
}

.wr-eventos-sd>div {
  background: var(--cor-claro);
  padding: 1.5em;
  border-radius: 20px;
}



.counter-wrap-5 .number {
  color: var(--cor-secundaria2);
}

/* NOTÍCIAS DESTAQUE */

.wr-noticias-destaque,
.outros-destaques {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em;
}

.wr-noticias-destaque img,
.outros-destaques img {
  margin-bottom: .5em;
  border-radius: 10px;
}

/* REDES SOCIAIS BANNER HOME */

.wr-redes-sociais {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: center;
  max-width: 50%;
  margin-bottom: 6em;
  padding-top: 7em;
}

.wr-redes-sociais h2 {
  font-size: 3.5em;
}

/* EVENTOS */

#eventos .title-one h2.title {
  color: var(--cor-claro);
}

#eventos a.ht-btn:hover {
  background: transparent;
  border-color: var(--cor-secundaria2);
}

.wr-evento-sind {
  display: grid;
  grid-template-columns: minmax(1em, 400px) 1fr;
  gap: 2em;
  margin: 2em 0;
  padding: 2em;
}

.wr-evento-sind .blog-thumb img {
  width: 100%;
  height: auto;
}


/* Equipe */

#wr-equipe a.ht-btn:hover {
  color: var(--cor-secundaria1);
  border-color: var(--cor-secundaria1);
  background: transparent;
}


span.blog-tag {
  color: var(--cor-claro);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 8px 20px;
  background: var(--preto);
  border-radius: 6px;
}

.conteudo-pesquisa {
  position: relative;
}

.widget-search form input {
  width: 100%;
}

.conteudo-pesquisa .icon-search {
  width: 35px;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 90%;
  fill: var(--base);
}

.wr-categorias-sg .widget-title ul {
  padding-top: 1em;
  list-style: none;
  padding-left: 0;
}

.wr-categorias-sg .widget-title ul li a {
  padding: 20px 0;
}

.tagcloud a {
  font-size: 14px !important;
}


.page-numbers {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  display: flex;
  padding-left: 0;
  list-style: none;
  min-width: 40px;
}

.page-numbers li a,
.current {
  display: inline-block;
  color: var(--preto);
  background: transparent;
  font-size: 22px;
  font-weight: 500;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 20px;
  border-radius: 5px;
  border: 1px solid var(--preto);
}

.page-numbers .next,
.page-numbers .prev {
  padding: 0 10px;
}

/* RESULTADOS DE TAG, PESQUISA, CATEGORIA */

.wr-resultado {
  padding: 3em 6em 10em;
}

.wr-resultado h1 {
  font-size: 60px;
  line-height: 1.2em;
}

.wr-resultado .pesquisa-interna {
  margin-bottom: 2em;
}

.wr-resultado .conteudo-pesquisa {
  margin-top: -1em;
  position: relative;
  max-width: 524px;
}

.wr-resultado .icon-pesquisa {
  position: absolute;
  top: 20px;
  right: 20px;
}

.wr-resultado .conteudo-pesquisa .icon-search {
  top: 18px;
}

.wr-resultado .widget-btn {
  border: none;
  background: none;
}

.wr-resultado .input-pesquisa {
  border: none;
  padding: 1em !important;
  min-width: 29em;
  background: #f1f1f1;
  border-radius: 8px;
}

.wrapper-result {
  display: flex;
  justify-content: flex-start;
  gap: 2em;
  flex-wrap: wrap;
}

.wr-resultado .content-img img {
  margin-bottom: 0;
  width: 100%;
  height: auto;
}

.wr-resultado .item-result {
  flex: 1 270px;
  max-width: 320px;
}

.wr-resultado .resp-tt {
  margin-top: 0;
  line-height: 0.6em;
}

.wr-resultado .resp-tt>a {
  color: var(--cor-escuro);
  line-height: 1.2em;
  margin-top: 1em;
  display: inline-block;
  font-weight: 400;
}

/* COMENTÁRIOS */

#comments {
  width: 100%;
  padding: 5em 2em;
  background-color: var(--claro);
  border: 1px solid aliceblue;
}

#comments h3 {
  font-size: 2em;
  margin: 20px 0;
  color: var(--texto-base);
}

ol.commentlist {
  list-style: none;
}

ol.commentlist li {
  margin-bottom: 30px;
}

ol.commentlist ul {
  margin: 0px;
}

ol.commentlist ul li {
  margin: 20px 20px 20px 40px;
}

#respond {
  margin: 5em 0 30px 0;
  clear: both;
  border-top: 1px solid;
  padding: 2em 0;
}

#respond form label {
  float: left;
  clear: left;
  width: 60px;
  text-align: right;
  margin-right: 10px;
}

#respond form input {
  width: 100%;
  height: 4em;
  margin-bottom: 10px;
}

#respond form textarea {
  /* float:left; */
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
}

#respond form input.commentsubmit {
  width: auto;
  /* margin-left:70px; */
}

.comment-author img {
  max-width: 70px;
  display: block;
  border-radius: 50px;
}

#comments .commentlist li {
  list-style: none;
  font-weight: bold;
}

#comments .commentlist li p {
  font-weight: 400;
}

.inner-comentarios {
  padding: 0 6em 0.1em 6em;
  margin: 0 auto;
  max-width: 1320px;
}

.comment-body {
  border-bottom: 1px solid;
  padding-bottom: 2em;
}

.commentmetadata {
  font-weight: 500;
}

.wr-icon-contato img {
  max-width: 38px;
  position: relative;
  top: -6px;
}

.feature-list-six .feature-title {
  line-height: 1.3em;
}

.wr-banner-principal {
  margin-top: 0;
}

.slick-list {
  border-radius: 50px;
  max-height: 75vh;
}

.slick-slide img {
  display: block;
  width: 100%;
  height: auto;
}

/* slider hero novo */
.carousel-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.custom-carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 75vh;
  border-radius: 20px;
}

@media screen and (max-width:1600px) {
  .custom-carousel {
    min-height: 68vh;
  }
}

@media screen and (max-width:1366px) {
  .custom-carousel {
    min-height: 67vh;
  }
}

@media screen and (max-width:1280px) {
  .custom-carousel {
    min-height: 67vh;
  }
}

@media screen and (max-width:1024px) {
  .custom-carousel {
    min-height: 50vh;
  }
}

@media screen and (max-width:800px) {
  .custom-carousel {
    min-height: 49vh;
  }
}

@media screen and (max-width:768px) {
  .custom-carousel {
    min-height: 27vh;
  }
}

@media screen and (max-width:600px) {
  .custom-carousel {
    min-height: 27vh;
  }
}

@media screen and (max-width:480px) {
  .custom-carousel {
    min-height: 18vh;
  }
}

.carousel-slide {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s ease;
  width: 100%;
  height: 100%;
}

.carousel-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.carousel-slide.active {
  opacity: 1;
  z-index: 1;
}

.carousel-dots {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  padding: 20px 35px;
  border-radius: 70px;
  display: flex;
  gap: 12px;
  z-index: 10;
}

.carousel-dots span {
  width: 17px;
  height: 17px;
  border: 1.5px solid #000;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
  transition: background-color 0.3s;
}

.carousel-dots span.active {
  background-color: #000;
}

/* end*/


#ultimas-noticias ul.slick-dots,
#wr-equipe ul.slick-dots {
  display: none !important;
}

/* Denúncias */
.secao-denuncia {
  /* background: url('assets/img/bg-denuncia.jpg') center right; */
  /* background-size: cover; */
  background-color: #E4F0F0;
  padding: 8em 1em;
}

.container-denuncia {
  max-width: 1440px;
  margin: 0 auto;
  background: #E4F0F0;
  /* padding: 5em; */
  border-radius: 30px;
}

.secao-denuncia h2 {
  font-size: 3.5em;
  margin-bottom: 15px;
  color: var(--cor-escuro);
  text-align: center;
}

.secao-denuncia h2+p {
  text-align: center;
}

.secao-denuncia p {
  font-size: 1.1rem;
  margin-bottom: 50px;
  color: var(--cor-escuro);
}

.campos-identificacao {
  margin-top: 15px;
}

.botoes-denuncia {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  flex-wrap: wrap;
}

.botao-denuncia {
  padding: 12px 20px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 600;
  background-color: #e1e1e1;
  color: var(--preto);
}

.botao-denuncia.destaque {
  background-color: #e1e1e1;
}

.botao-denuncia.ativo {
  background-color: var(--cor-secundaria2);
  color: var(--cor-claro);
}

.botao-denuncia:hover {
  opacity: 0.9;
}

.formularios-denuncia {
  margin-top: 40px;
}

.formulario-item {
  display: none;
  animation: fadeIn 0.3s ease-in-out;
  padding: 30px;
  border-radius: 10px;
}

.formulario-item.ativo {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.wr-inf-aba-dn {
  display: grid;
  grid-template-columns: 50% 50%;
}

.wr-inf-aba-dn div:last-child {
  padding-left: 30px;
}

.wr-inf-aba-dn img {
  max-width: 100%;
  border-radius: 10px;
}

.secao-denuncia label {
  width: 100%;
}

.secao-denuncia .wpcf7-form-control-wrap input[type="text"],
.secao-denuncia .wpcf7-form-control-wrap input[type="email"],
.secao-denuncia .wpcf7-form-control-wrap textarea {
  min-width: 90%;
}

.formularios-denuncia form {
  margin-right: 30px;
  background: #ffffff;
  padding: 50px 30px 30px 60px;
  border-radius: 10px;
}

#form-geral input,
#form-assedio input,
#form-geral textarea,
#form-assedio textarea {
  border: none;
  border-bottom: 1px solid;
  background: transparent;
}

#form-geral textarea,
#form-assedio textarea {
  max-height: 150px;
}

#form-geral input[type="submit"],
#form-assedio input[type="submit"] {
  background: var(--cor-secundaria2);
  color: var(--cor-claro);
  border: none;
  border-radius: 50px;
  padding: 5px 20px;
  font-weight: bold;
}






/* RESPONSIVE
====================================== */

@media screen and (max-width:1440px) {
  .wr-redes-sociais {
    max-width: 70%;
  }

  .ht-contact-map {
    margin-top: -490px;
  }
}

@media screen and (max-width: 1024px) {
  .wr-eventos-sd {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 800px) {

  .wr-noticias-destaque,
  .outros-destaques {
    grid-template-columns: 1fr;
  }

  .wr-redes-sociais {
    max-width: 90%;
  }

  .wr-evento-sind {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 600px) {
  #filtroInput {
    width: 100%;
  }

  .wr-filtro p {
    max-width: 100%;
  }

  .wr-redes-sociais,
  .wr-eventos-sd {
    grid-template-columns: 1fr;
  }

  .wr-redes-sociais div:last-child {
    text-align: center;
  }

  #login-membros .wr-form-login-mb {
    max-width: 70%;
  }

}


@media screen and (max-width:480px) {

  .wr-noticias-destaque,
  .outros-destaques,
  .wr-redes-sociais {
    grid-template-columns: 1fr;
  }


  .wr-redes-sociais>div:first-child {
    order: 2;
  }

  .wr-redes-sociais h2 {
    font-size: 2.3em;
    line-height: 1.2em;
  }

  #lista-docs .wr-documento {
    grid-template-columns: 1fr;
  }

  #lista-docs .cta-down {
    text-align: left;
  }

  .wr-filtro h1 {
    font-size: 1.7em;
  }

  .noticia-principal h1 {
    font-size: 32px;
  }

  .classic-style .blog-btn {
    top: 30%;
  }

  #login-membros .wr-form-login-mb {
    max-width: 90%;
  }

  .wr-resultado {
    padding: 1em 2em 9em;
  }

  .wr-resultado h1 {
    font-size: 36px;
  }

  .wr-resultado .input-pesquisa {
    min-width: 100%;
  }

  .conteudo-pesquisa .icon-search {
    left: 85%;
  }
}