/*
	Theme Name: Editora JC 2019
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat&display=swap");
.anuncio {
  display: none !important;
}

* {
  font-family: "Montserrat", sans-serif;
}

p {
  font-size: 14px !important;
  line-height: 18px;
}

.border-left-jc {
  border-left: 1px solid #005d3b !important;
}

a:hover {
  text-decoration: none !important;
}

.btn_saiba:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border: 2px solid #f7e700;
  margin: 10px 0px;
  color: #fff;
}

input:focus, a:focus, button:focus, textarea:focus {
  outline: none !important;
}

input:active, a:active, button:active, textarea:active {
  outline: none !important;
}

.post_item .capa_item {
  min-height: 315px;
  -o-object-fit: cover;
     object-fit: cover;
}

.post_destaque img {
  min-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.post_destaque iframe {
  min-height: 170px;
  width: 100%;
  height: auto;
}

.videos_yt .destaque-home-p {
  min-height: 150px !important;
  margin-bottom: 10px;
}

.holder {
  position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

#videoModal button.close.btn-round.btn-primary {
  width: 50px;
  position: absolute;
  right: 0;
  height: 50px;
  z-index: 9999;
  background: #005d3b;
  opacity: 1;
  color: #fff;
  font-size: 50px;
  top: -50px;
}

.video_item img {
  min-height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}

button.navbar-toggler {
  display: none;
}

header.header_new {
  background: #f0efee;
  border-bottom: none;
}

header.header_new .navbar {
  padding: 0px;
}

header.header_new .navbar .navbar-nav .menu-item {
  margin: 0px 6px;
}

header.header_new .navbar .navbar-nav .menu-item a {
  font-size: 12px !important;
  color: #005d3b;
  font-weight: bold;
  -webkit-transition: none;
  transition: none;
  padding-bottom: 4px;
  border-bottom: 3px solid #f0efee;
}

header.header_new .navbar .navbar-nav .menu-item a:hover {
  border-bottom: 3px solid #d3b466;
  text-decoration: none !important;
}

header.header_new .social_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header.header_new .social_menu p {
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 12px !important;
  color: #005d3b;
}

header.header_new .social_menu span.icones i {
  margin: 0px 5px;
  font-size: 30px;
  color: #005d3b;
}

header.header_new .search ul.dropdown-menu {
  top: -20px;
  width: 100%;
  padding: 8px;
}

header.header_new .search ul.dropdown-menu form {
  width: 90%;
  margin-right: 5px;
}

header.header_new .search ul.dropdown-menu form input {
  border-color: #005d3b;
  border-radius: 4px;
  padding: 6px;
}

header.header_new .search ul.dropdown-menu a {
  width: 100%;
  padding: 0px;
}

header.header_new .search .search_input {
  display: none;
}

header.header_new .search span {
  background: #005d3b;
  border-radius: 4px;
  padding: 6px;
}

header.header_new .search span i {
  color: #fff;
}

header.header_new .search .input-group-btn a span {
  padding: 0px !important;
}

main.home_main .topo_section {
  background: url("img/home_2020/fundo_section.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: bottom;
}

main.home_main .topo_section .post_item {
  padding: 0px;
}

main.home_main .topo_section .post_item .titulo_item {
  font-size: 16px;
}

main.home_main .topo_section .post_item a {
  display: inline-block;
}

main.home_main .topo_section .slider_destaque_video {
  height: 100%;
}

main.home_main .topo_section .slider_destaque_video .post_item {
  height: 720px;
  max-height: 100%;
}

main.home_main .topo_section .slider_destaque_video .post_item img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 100%;
  height: 450px;
}

main.home_main .topo_section .slider_destaque_video .post_item .absolute_text {
  position: absolute;
  width: 100%;
}

main.home_main .titulo_item {
  color: #005d3b;
  font-size: 20px;
  font-weight: bold;
}

main.home_main .btn_saiba {
  border: 2px solid #005d3b;
  padding: 6px 10px;
  color: #005d3b;
  font-weight: bold;
  font-size: 16px;
}

main.home_main .btn_saiba:hover {
  color: #005d3b !important;
}

main.home_main .titulo_section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main.home_main .titulo_section h2 {
  color: #005d3b;
  font-size: 28px;
  border: 2px solid #d3b466;
  padding: 10px 50px;
  display: inline-block;
  font-weight: bold;
}

main.home_main .faixa_full {
  width: 100%;
  max-width: 100%;
  text-align: center;
  background: #005d3b;
  padding: 10px;
  margin-top: 20px;
}

main.home_main .faixa_full a {
  color: #fff;
  font-weight: bold;
  font-size: 15px;
}

main.home_main .faixa_full a:hover {
  color: #fff !important;
}

main.home_main article.videos .cabecalho_titulo {
  margin-top: 0px;
}

.post_item {
  position: relative;
  padding: 12px;
}

.post_item img {
  width: 100%;
  height: auto;
}

.post_item article {
  padding: 0px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.post_item article.absolute_text {
  bottom: 0;
  padding: 15px;
  background: #005d3b;
  position: relative;
}

.post_item article.absolute_text .cabecalho {
  color: #fff;
  border-bottom: 3px solid #fff;
  font-weight: 400;
  display: inline-block;
  padding-right: 10px;
}

.post_item article.absolute_text .titulo_item {
  color: #d3b466;
}

.post_item article.absolute_text p {
  color: #fff;
}

.cabecalho_titulo {
  font-size: 22px;
  font-weight: bold;
  border-bottom: 6px solid #005d3b;
  color: #005d3b;
  display: inline-block;
  margin: 10px 0px;
  padding-right: 10px;
}

.newsletter {
  width: 100%;
  background-color: #d3b466;
  padding: 25px;
}

.newsletter form {
  width: 100%;
  padding-left: 50px;
}

.newsletter form p {
  color: #fff;
  font-weight: bold;
}

.newsletter form .wpcf7-submit {
  padding: 6px 16px;
  border: 2px solid #fff;
  background: #fff;
  font-weight: bold;
  border-radius: 4px;
  color: #d3b466;
}

.newsletter form .wpcf7-text {
  border: 2px solid #fff;
  padding: 6px;
  color: #fff;
}

.newsletter form .wpcf7-text:active {
  border: 2px solid #fff;
  outline: none;
}

.newsletter form .wpcf7-text:focus {
  border: 2px solid #fff;
  outline: none;
}

.newsletter form label {
  width: 100%;
}

.categoria_item {
  width: calc(92%/8);
  margin: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  background: #f5f5f5;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.45);
}

.categoria_item a {
  width: 100%;
  height: 100%;
}

.categoria_item a img {
  width: 60px;
}

.categoria_item a span.line_verde {
  height: 4px;
  width: 100%;
  background-color: #005d3b;
  display: block;
  margin: 5px 0px;
}

.categoria_item a p {
  color: #005d3b;
  margin: 0px;
  font-weight: bold;
  text-align: center;
}

.categoria_item.mobile {
  display: none;
  background: none;
  width: 100%;
}

.artigo_item {
  position: relative;
}

.artigo_item span.icone_cat {
  position: absolute;
  top: 12px;
  right: 30px;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 66px;
  background-color: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 10px 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.artigo_item span.icone_cat img {
  width: 35px;
  height: auto;
}

section.noticias {
  background-color: #f0efee;
}

section.editorial {
  background-color: #f3e8ce;
}

section.edicoes {
  background-color: #f0efee;
}

section.edicoes .slider_edicoes .edicao_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  margin-bottom: 20px;
}

section.edicoes .slider_edicoes .edicao_item.count_0 img {
  border-right: 6px solid #005d3b;
  border-bottom: 6px solid #005d3b;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

section.edicoes .slider_edicoes .edicao_item img {
  -webkit-transition: all 0.3s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

section.edicoes .slider_edicoes .edicao_item a {
  margin: 0px 30px;
  font-size: 12px;
}

section.edicoes .slider_edicoes .arrow_edicao {
  position: absolute;
  top: 0%;
  z-index: 999 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

section.edicoes .slider_edicoes .arrow_edicao img {
  max-height: 215px;
}

section.edicoes .slider_edicoes .prev_edicao {
  left: -30px;
}

section.edicoes .slider_edicoes .next_edicao {
  right: -30px;
}

.anuncio {
/*   border-top: 2px solid #005d3b;
  border-bottom: 2px solid #005d3b; */
  padding: 15px;
}

.anuncio a {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
}

.quem_somos .bloco_parceiros {
  margin: 0 auto;
  display: block;
}

.sidebar_filter .filtro_tax {
  width: 100%;
}

.sidebar_filter .filtro_tax select,
.sidebar_filter .filtro_tax input {
  display: block;
  background: 0 0;
  padding: .7rem;
  width: 100%;
  border: 1px solid #ac8f5c;
  outline: 0;
  border-radius: 1px;
  line-height: 1rem;
  font-weight: 100;
}

.sidebar_filter i.fa-filter {
  font-size: 25px;
  color: #ac8f5c;
}

h2.not_results {
  color: #ac8f5c;
  font-size: 20px;
  margin-top: 100px;
  font-weight: bold;
}

.popular_posts {
  width: 100%;
}

.popular_posts h2 {
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 50px;
}

.popular_posts a {
  width: 100% !important;
}

.popular_posts .wpp-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popular_posts .wpp-views {
  width: 100%;
}

footer {
  padding: 50px 0px;
  background-color: #005d3b;
}

footer p {
  margin-bottom: 10px;
  color: #fff;
  line-height: 20px;
  font-size: 12px !important;
}

footer ul#menu-menu-footer {
  -webkit-column-count: 2;
          column-count: 2;
  margin-bottom: 20px;
}

footer ul#menu-menu-footer li {
  font-size: 14px;
  padding: 0px !important;
  margin-bottom: 15px;
}

footer ul#menu-menu-footer li a {
  color: #fff;
}

footer .social_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .social_footer div p {
  text-align: center;
  color: #fff;
  margin-bottom: 0px;
}

footer .social_footer div i {
  color: #d3b466;
  font-size: 38px;
  margin: 0px 5px;
}

footer .endereco {
  text-align: center;
}

footer form {
  width: 100%;
}

footer form .wpcf7-submit {
  padding: 6px 16px;
  border: 2px solid #fff;
  background: #fff;
  font-weight: bold;
  border-radius: 4px;
  color: #d3b466;
}

footer form .wpcf7-text {
  border: 2px solid #fff;
  padding: 6px;
  color: #fff;
}

footer form .wpcf7-text:active {
  border: 2px solid #fff;
  outline: none;
}

footer form .wpcf7-text:focus {
  border: 2px solid #fff;
  outline: none;
}

footer form label {
  width: 100%;
}

footer form ::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
}

footer form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

footer form ::-ms-input-placeholder {
  color: #fff;
}

footer form ::placeholder {
  color: #fff;
}

figure.noticias_thumb {
  height: 100%;
  width: 100%;
}

figure.noticias_thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 780px) {
  button.navbar-toggler {
    width: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: absolute;
    top: 0;
    right: 0;
  }
  button.navbar-toggler i {
    color: #005d3b;
    right: 15px;
  }
  button.navbar-toggler:not(.collapsed) .btn-close {
    display: block !important;
    padding-right: 20px;
  }
  button.navbar-toggler:not(.collapsed) .btn-show {
    display: none !important;
  }
  button.navbar-toggler .btn-close {
    display: none !important;
  }
  .navbar {
    padding: 20px !important;
  }
  .social_menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .post_item {
    margin: 20px 0px;
  }
  .anuncio img {
    margin: 10px auto;
  }
  .categoria_item {
    display: none !important;
  }
  .categoria_item.mobile {
    display: block !important;
  }
  .categoria_item.mobile select {
    width: 100%;
  }
  .newsletter form {
    padding: 0px !important;
  }
  .newsletter form .wpcf7-submit {
    margin: 15px 0px;
    width: 100%;
  }
  header.header_new .navbar .navbar-nav .menu-item {
    margin: 6px 6px !important;
  }
  header.header_new .social_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer ul#menu-menu-footer {
    -webkit-column-count: 3;
            column-count: 3;
  }
  footer ul#menu-menu-footer {
    -webkit-column-count: 1 !important;
            column-count: 1 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu-footer {
    padding: 15px 20px;
  }
  footer form .wpcf7-submit {
    margin: 12px auto;
    display: block;
  }
  footer form .wpcf7-text {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
  }
}

.arrow_destaque_topo {
  position: absolute;
  top: 45%;
  z-index: 999 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  background-color: #005d3b;
}

.arrow_destaque_topo i {
  color: #fff;
}

.prev_destaque_topo {
  left: 20px;
}

.next_destaque_topo {
  right: 20px;
}

.link_conselho {
  color: #005d3b;
  font-weight: bold;
}

.link_conselho i {
  color: #005d3b;
}

.link_conselho:hover {
  color: #005d3b;
}

.destaque-home-p {
  min-height: 360px !important;
}

main.home_main .blocos-noticias-home .titulo_item {
  min-height: 60px;
}

.categoria-titulo-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.term-trofeu-dom-quixote .img-secao {
  padding-top: 320px;
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
  color: #FFF;
  border: none;
  margin: 0;
  padding: 15px 0;
}

span.conselho {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

span.conselho svg {
  width: 15px;
  height: 15px;
  fill: #ac8f5c;
  margin: 0px 10px;
}

.item_conselho {
  margin: 10px 0px;
}

.item_conselho h2 {
  font-weight: bold;
  margin-bottom: 5px;
}

.item_conselho p {
  margin-bottom: 8px;
}

.item_conselho p.exibir {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 0;
  color: #005d3b;
  cursor: pointer;
  border-bottom: 1px solid;
  display: inline-block;
}

.item_conselho p.exibir::after {
  content: '+';
  font-size: 22px;
}

.item_conselho p.exibir.open::after {
  content: '-';
  font-size: 22px;
}

.item_conselho .text_sobre {
  margin-top: 12px;
  display: none;
}

.single .content.single h2, .single .content.single h3, .single .content.single h4, .single .content.single h5, .single .content.single h6 {
  font-weight: bold;
  font-size: 1.25rem;
  color: inherit;
  letter-spacing: 0.05em;
}

.single .content.single .container--inner-page {
  width: 100%;
}
@media screen and (max-width: 780px){
	button.navbar-toggler {
		top:-10px;
}
	.post_destaque iframe {
    min-height: 235px;
    width: 100%;
    height: auto;
}
	body{
		overflow-x:hidden;
	}
}
.banner-debate-judiciario a{
	width:100%;
	height:auto;
}
.anuncio-ativo img,.anuncio-ativo a{
	width:100%;
	height:auto;
}
.videos_yt span.titulo_tv_jc {
	padding: 10px;
	text-align: center;
	background-color: #005d3b;
	display: block;
	width: 100%;
	margin-bottom: 0;
  }
.videos_yt span.titulo_tv_jc h5{
  color:#fff;
  font-weight: bold;
}
article.tv_jc {
    min-height: 360px !important;
}
article.tv_jc  .btn_saiba{
	    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.videos_yt .destaque-home-p:nth-child(3){
	display:none;
}
/* .anuncio_border_full{
border: 2px solid #005d3b;
} */
/*# sourceMappingURL=style.css.map */

@media screen and (max-width: 465px){
	.bloco-post-edicao .post-categories a{font-size: 11px;margin-bottom: 5px;}
	.bloco-post-edicao h2{font-size: 18px;}
}
footer .social_footer div:first-child{
	width:40%;
}
footer .social_footer div:first-child p{
	padding:0px;
}
footer .social_footer div {
    width: 60%;
}
footer .social_footer div span,
.social_menu span.icones {
	display:flex;
	align-items:flex-end;
	flex-wrap:wrap;
}
footer .social_footer div span img{
    border-radius: 7px;
    width: 34px;
    padding-bottom: 2px;
	    margin: 0px 5px;
}

.social_menu span.icones img {
    width: 27px;
    border-radius: 7px;
    padding-bottom: 2px;
    margin: 0px 5px;
}
.social_menu span.icones{
	max-width:80px;
	margin-left:10px;
}
.social_menu  .icones a {
    width: 50%;
}