/* ----------------------------------------------------------
    :: Template Name: MCLG
    :: Author: Marcasite - Geovani Assis
    :: Author URL: https://www.geovaniassis.com.br
    :: Version: 1.0.0
    :: Created: 4 de SetembroMarço de 2023
    ----------------------------------------------------------

/***************************************************************************
       Cores
****************************************************************************

	Branco			= #ffffff
	Vermelho		= #6b0505
	Beje 				= #bc9869
	Preto				= #414141

/***************************************************************************
       Fonts
***************************************************************************/

@import url("https://fonts.googleapis.com/css2?family=Lato&family=Source+Serif+4:opsz,wght@8..60,300&display=swap");

/***************************************************************************
       Variáveis
***************************************************************************/

:root {
  --cor-branco: #ffffff;
   --cor-verde: #1B3E20;
  --cor-beje: #bc9869;
  --cor-preto: #414141;

  --font-lato: "Lato", sans-serif;
  --font-source: "Source Serif 4", serif;

  --font-light: 300;
  --font-regular: 400;
}

/***************************************************************************
        All
***************************************************************************/

html,
body {
  margin: 0;
  overflow-x: clip;
}

* {
  margin: 0;
  box-shadow: 0 0 0 0;
  border: 0 none;
  outline: 0;
}

a {
  text-decoration: none !important;
  cursor: pointer;
}

button:focus {
  outline: none;
}

.mobile {
  display: none;
}

.transition_on *,
.transition_on {
  transition: ease 0.5s all !important;
}

.transition_off *,
.transition_off {
  transition: none !important;
}

.mrg-0 {
  margin: 0px;
}

.mrg-top-30 {
  margin-top: 30px;
}
.mrg-top-45 {
  margin-top: 45px;
}
.mrg-top-50 {
  margin-top: 50px;
}

.mrg-bot-30 {
  margin-bottom: 30px !important;
}
.mrg-bot-40 {
  margin-bottom: 40px;
}
.mrg-bot-50 {
  margin-bottom: 50px;
}
.mrg-bot-60 {
  margin-bottom: 60px;
}
.mrg-bot-75 {
  margin-bottom: 75px;
}

.pdd-0 {
  padding: 0 !important;
}

.pdd-15 {
  padding: 15px !important;
}

.pdd-0-15 {
  padding: 0 15px !important;
}
.pdd-50-0 {
  padding: 50px 0 !important;
}
.pdd-80-0 {
  padding: 80px 0 !important;
}
.pdd-25-0-0 {
  padding: 25px 0 0 !important;
}
.pdd-0-15-0-0 {
  padding: 0 15px 0 0 !important;
}

.pdd-lef-30 {
  padding-left: 30px !important;
}
.pdd-lef-35 {
  padding-left: 35px !important;
}
.pdd-lef-40 {
  padding-left: 40px !important;
}
.pdd-lef-45 {
  padding-left: 45px !important;
}
.pdd-lef-50 {
  padding-left: 50px !important;
}
.pdd-lef-55 {
  padding-left: 55px !important;
}
.pdd-lef-60 {
  padding-left: 60px !important;
}
.pdd-lef-65 {
  padding-left: 65px !important;
}
.pdd-lef-70 {
  padding-left: 70px !important;
}
.pdd-lef-75 {
  padding-left: 75px !important;
}
.pdd-lef-80 {
  padding-left: 80px !important;
}
.pdd-lef-85 {
  padding-left: 85px !important;
}
.pdd-lef-90 {
  padding-left: 90px !important;
}
.pdd-lef-95 {
  padding-left: 95px !important;
}
.pdd-lef-100 {
  padding-left: 100px !important;
}
.pdd-lef-105 {
  padding-left: 105px !important;
}
.pdd-lef-110 {
  padding-left: 110px !important;
}
.pdd-lef-115 {
  padding-left: 115px !important;
}
.pdd-lef-120 {
  padding-left: 120px !important;
}
.pdd-lef-125 {
  padding-left: 125px !important;
}
.pdd-lef-150 {
  padding-left: 150px !important;
}

.pdd-bot-50 {
  padding-bottom: 50px !important;
}
.pdd-bot-100 {
  padding-bottom: 100px !important;
}

.txt-center {
  text-align: center !important;
}
.txt-right {
  text-align: right !important;
}

.nao-quebrar {
  white-space: nowrap;
}

.align_self-center {
  align-self: center;
}
.text_align_last-center {
  text-align-last: center;
}

.dpy-flex {
  display: flex;
}
.dpy-inline-block {
  display: inline-block;
}

.flt-left {
  float: left;
}
.flt-right {
  float: right;
}

.btn-vermelho,
.btn-vermelho-fixo {
  background: var(--cor-verde);
  border-bottom: solid 2px var(--cor-beje);
  color: var(--cor-branco) !important;
  height: 34px;
  font-size: 16px;
  width: 160px;
  min-width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: ease 0.8s all;
  font-family: var(--font-lato);
  margin: 20px 0 0 auto;
}
.btn-vermelho-fixo {
  cursor: no-drop;
}
.btn-vermelho:hover {
  background: var(--cor-beje);
  color: var(--cor-branco);
  border-bottom: solid 2px var(--cor-verde);
}

.btn-beje {
	background: var(--cor-verde);
  border-bottom: solid 2px var(--cor-beje);
  color: var(--cor-branco) !important;
  height: 34px;
  font-size: 16px;
  padding: 0 40px;
  width: fit-content;
  min-width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: ease 0.8s all;
  font-family: var(--font-lato);
  margin: 20px 0 0 0;
}
.btn-beje:hover {
  background: var(--cor-beje);
  color: var(--cor-branco);
	border-bottom: solid 2px var(--cor-verde);
}

.sub-titulo-beje {
  color: var(--cor-beje);
  font-family: var(--font-lato);
  font-size: 26px;
}
.titulo-vermelho {
  color: var(--cor-verde);
  font-family: var(--font-lato);
  font-weight: var(--font-regular);
  font-size: 38px;
  margin-bottom: 30px;
}
.titulo-branco {
  color: var(--cor-branco);
  font-family: var(--font-lato);
  font-weight: var(--font-regular);
  font-size: 38px;
  margin-bottom: 30px;
  text-shadow: 0 1px 4px #000000bf;
  text-align: center;
}
.titulo-preto {
  color: var(--cor-preto);
  font-family: var(--font-lato);
  font-weight: var(--font-regular);
  font-size: 25px;
}

.texto-padrao {
  color: var(--cor-preto);
  font-family: var(--font-source);
  font-weight: 600;
  font-size: 18px;
}

.bg-cinza {
  background-color: #fcfbfb;
}

.paginacao {
  text-align: center;
  margin-bottom: 30px;
  justify-content: center;
}
.paginacao .current,
.paginacao a {
  width: 27px;
  height: 27px;
  display: inline-block;
  margin: 3px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-color: transparent !important;
  background-color: var(--cor-verde);
  color: var(--cor-branco);
  font-family: var(--font-source);
}
.paginacao .current,
.paginacao a:hover {
  color: var(--cor-branco);
  background: var(--cor-beje);
}
.paginacao a {
  color: var(--cor-branco);
}

/***************************************************************************
	Menu
***************************************************************************/

header {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 999;
}

#menu-primeiro {
  padding-top: 35px;
}
#menu-primeiro .contato {
  display: flex;
  justify-content: flex-end;
  padding: 0;
}
#menu-primeiro .contato i {
  margin: 0 5px 0 10px;
}

#menu-primeiro .social {
  display: flex;
  justify-content: space-between;
  padding: 0 15px 0 0;
}

#menu-primeiro .blc-menu-contato {
  margin-right: 60px;
}

#menu-primeiro .blc-menu-contato,
#menu-primeiro .blc-menu-contato * {
  color: var(--cor-branco);
  font-weight: var(--font-light);
  font-size: 16px;
  font-family: var(--font-lato);
}

#menu-primeiro i {
  font-size: 22px;
}

#menu-primeiro .mr-30 {
  margin-right: 30px;
}

#menu-primeiro .blc-line {
  display: flex;
  padding-bottom: 13px;
  border-bottom: solid 1px #ffffff40;
  justify-content: space-around;
}
#menu-primeiro .social .blc-line {
  width: 100%;
}

#menu-segundo {
  padding-top: 0px;
}

#menu-segundo .logomenu img {
  width: 348px;
  position: relative;
  top: -50px;
  margin-left: 50px;
}

#menu-segundo ul {
  display: inline-flex;
  flex-direction: row;
  text-align: center;
  float: right;
}

#menu-segundo ul li {
  margin-top: 10px;
}

#menu-segundo ul li a {
  color: var(--cor-branco);
  font-size: 16px;
  margin: 0 0 0 35px;
}

#menu-segundo ul li a span {
  font-size: 11px;
}

.drop #menu-primeiro {
  margin-top: -75px;
}

.drop #menu-segundo .logomenu {
  margin-top: 0;
  margin-bottom: -20px;
}

.drop #menu-segundo .logomenu img {
  top: 0px;
}

.drop #menu-segundo {
  background: var(--cor-verde);
  border-bottom: solid var(--cor-beje) 3px;
}

.drop #menu-segundo ul li {
  margin-top: 41px;
}

.drop #menu-segundo .social a {
  margin-top: 20px;
}

hr {
  margin: 0 0 25px;
  border: solid 0.5px #0000001f;
}
/***************************************************************************
	Home | Banner
***************************************************************************/

#banner .item {
  background-image: url("https://mclaw.adv.br/wp-content/uploads/2023/09/fundo-banner.webp");
  min-height: 674px;
  background-position: center;
  background-size: cover;
}

#banner h2 {
  color: var(--cor-branco);
  font-size: 36px;
  margin-top: 10px;
  line-height: 48px;
  font-family: var(--font-lato);
  text-align: right;
}

#banner p {
  color: var(--cor-branco);
  font-weight: var(--font-light);
  font-size: 20px;
  max-width: 535px;
}

#banner .blc {
  margin-top: 344px;
}

.btnslidehome {
  margin-top: -70px;
  position: absolute;
  z-index: 9;
  right: 15px;
}
.btnslidehome button {
  background: transparent;
  color: #ffffff59;
  border: solid 2px #ffffff59;
  border-radius: 100px;
  width: 33px;
  height: 33px;
  font-family: monospace;
  font-size: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

/***************************************************************************
	Home | Chamada
***************************************************************************/

.item-chamada {
  height: 382px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

/***************************************************************************
	Home | Artigos
***************************************************************************/

.home-artigos img {
  width: 100%;
  object-fit: cover;
  margin-bottom: 30px;
}

.home-artigos span {
  color: var(--cor-verde);
  font-family: var(--font-source);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}

.home-artigos .col-lg-6 p.texto-padrao {
  margin: 0;
}

.home-artigos .col-lg-6 .btn-beje {
  margin: 0 0 30px;
}
.home-artigos .col-lg-12 .btn-beje {
  margin: 10px 0 30px;
}

/***************************************************************************
	Interno | Artigo
***************************************************************************/

.index-artigos .col-lg-8 img,
.interno-artigos .col-lg-8 img {
  width: 100%;
  height: 385px;
  object-fit: cover;
  margin-bottom: 30px;
}

.index-artigos .col-lg-8 span,
.interno-artigos .col-lg-8 span {
  color: var(--cor-verde);
  font-family: var(--font-source);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
.interno-artigos .col-lg-8 p {
  font-weight: 500;
}
.index-artigos .col-lg-8 span,
.interno-artigos .col-lg-8 span,
.index-artigos .col-lg-8 h3,
.interno-artigos .col-lg-8 h3,
.index-artigos .col-lg-8 p {
  max-width: 540px;
}

.index-artigos .col-lg-8 .btn-beje {
  margin-bottom: 50px;
}

/***************************************************************************
	Home | Sócios
***************************************************************************/

.foto-socio a {
  height: 400px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  filter: grayscale(1);
  padding: 15px 30px;
  display: flex;
  align-items: flex-end;
  color: #fff;
  font-family: var(--font-lato);
  font-weight: var(--font-regular);
  font-size: 24px;
  transition: ease 0.8s all;
  margin-top: 30px;
}
.foto-socio a:hover {
  filter: grayscale(0);
}

.foto-socio .border-bot {
  border-bottom: solid 5px var(--cor-beje);
}

/***************************************************************************
	Footer
***************************************************************************/

.faixa-preta {
  background: #1f1f1f;
  padding: 50px 0;
}

.faixa-preta .titulo-branco {
  margin: 0px;
  text-align: left;
}
.faixa-preta form {
  margin-top: 7px;
}
.faixa-preta .input {
  background: transparent;
  border: solid 1px #ffffff4d;
  width: 100%;
  padding: 0 15px;
  height: 36px;
  color: #fff;
  margin-bottom: 10px;
}

.faixa-preta label {
  color: #ffffff6b;
}
.faixa-preta label a {
  color: #ffffff6b;
  border-bottom: solid 1px;
}

.faixa-preta .btn-vermelho {
  margin: 0px;
  height: 36px;
}

.faixa-preta .col-md-12 {
  display: flex;
  align-items: baseline;
}

.faixa-preta.interna p {
  font-size: 26px;
}

.faixa-branca {
  padding: 115px 0 20px;
}
.faixa-branca img {
  max-width: 100%;
}

.faixa-branca h3 {
  color: var(--cor-verde);
  font-family: var(--font-lato);
  font-weight: var(--font-regular);
  font-size: 20px;
}

.faixa-branca a {
  color: var(--cor-preto);
  font-family: var(--font-source);
  font-weight: 600;
}

.faixa-branca .bloc {
  display: flex;
  align-items: flex-start;
}
.faixa-branca .bloc img {
  margin-right: 8px;
    width: 27px;
    height: 27px;
}

.faixa-branca .marcasite p {
  color: #888888;
  font-family: var(--font-lato);
  font-weight: 900;
  font-size: 15px;
  margin-top: 10px;
}
.faixa-branca .marcasite img {
  margin: -7px 0 0 7px;
}

/***************************************************************************
	Título interno
***************************************************************************/

#titulo {
  height: 320px;
  padding-top: 125px;
  display: flex;
  align-items: center;
  background-image: url("https://mclaw.adv.br/wp-content/uploads/2023/09/fundo-banner.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: ease 0.8s all;
}
#titulo h2 {
  text-align: right;
  margin: 0px;
}

/***************************************************************************
	Bloco com 2 Colunas
***************************************************************************/

.duas-colunas {
  padding: 100px 0px;
}

.duas-colunas p {
  color: var(--cor-preto);
  font-family: var(--font-source);
  font-weight: 600;
  font-size: 18px;
}
.duas-colunas .colunas {
  columns: 2;
}

/***************************************************************************
	Galeria
***************************************************************************/
#event .galeria.foto-oculta{
	display: none;
}
#event .galeria {
  padding: 0 15px;
}
.galeria {
  padding: 135px 0px;
}

.galeria a {
  width: 100%;
  height: 380px;
  display: block;
  background-size: cover;
  background-position: center;
  margin-bottom: 30px;
}
.galeria a::after {
  content: url("https://mclaw.adv.br/wp-content/uploads/2025/01/Design_sem_nome__7_-removebg-preview-1.png");
  position: absolute;
  width: 83px;
  height: 71px;
  right: 15px;
  bottom: 30px;
}

.texto-duas-fotos {
  padding: 150px 0;
}
.texto-uma-foto {
  padding: 120px 0;
}
.texto-uma-foto img {
  width: 100%;
  max-width: 445px;
  margin: 0 0 30px;
}

.ft-pessoa img.foto {
  width: 100%;
  max-width: 255px;
  height: 270px;
  object-fit: cover;
  object-position: top;
}
.ft-pessoa img.foto-interno {
  height: 440px;
  max-width: 100%;
  margin-bottom: 15px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.ft-pessoa h3 {
  color: var(--cor-preto);
  font-family: var(--font-lato);
  font-size: 23px;
  font-weight: 700;
  margin-top: 11px;
  margin-bottom: 0;
}
.ft-pessoa a.texto-padrao {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.ft-pessoa a.texto-padrao:hover {
  color: var(--cor-preto);
}
.ft-pessoa a.texto-padrao img {
  margin-right: 5px;
}

/***************************************************************************
	Lateral Artigos
***************************************************************************/

input.input {
  width: 100%;
  border-radius: 0px;
  border: solid 2px #bcbcbc;
  padding: 6px 35px 6px 15px;
}
textarea.input {
  width: 100%;
  height: 116px;
  resize: none;
  border-radius: 0px;
  border: solid 2px #bcbcbc;
  padding: 6px 35px 6px 15px;
}

label.lupa {
  content: "";
  background-image: url("https://mclaw.adv.br/wp-content/uploads/2023/09/icon-lupa.webp");
  width: 19px;
  height: 19px;
  position: absolute;
  right: 25px;
  margin-top: 10px;
}

.index-artigos .col-lg-3 h3,
.interno-artigos .col-lg-3 h3 {
  color: var(--cor-verde);
  font-family: var(--font-lato);
  font-weight: var(--font-regular);
  font-size: 25px;
  margin-top: 30px;
}
.index-artigos .col-lg-3 a,
.interno-artigos .col-lg-3 a {
  color: var(--cor-preto);
  font-family: var(--font-source);
  font-weight: 600;
  font-size: 17px;
}

.artigo-lateral img {
  width: 100%;
  max-width: 255px;
  height: 350px;
  object-fit: cover;	
}
.artigo-lateral span {
  color: var(--cor-verde);
  font-family: var(--font-source);
  font-weight: 600;
  font-size: 18px;
  margin: 7px 0 0;
  display: block;
}
.artigo-lateral h4 {
  color: var(--cor-preto);
  text-transform: uppercase;
  font-family: var(--font-lato);
  font-size: 17px;
  font-weight: 600;
  margin-top: 5px;
}
.artigo-lateral a.btn-beje {
  font-size: 16px;
  color: var(--cor-branco);
  font-family: var(--font-lato);
  margin-top: 0;
  margin-bottom: 30px;
}

/***************************************************************************
	Revistas
***************************************************************************/

#revistas {
  padding: 75px 0;
}
#revistas .artigo-lateral h4 {
  min-height: 105px;
}
#revistas .paginacao {
  margin-top: 80px;
}

/***************************************************************************
	Contato
***************************************************************************/

#contato {
  padding: 95px 0px;
}
#contato img {
  width: 100%;
}

#contato .bloc {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
#contato .bloc img {
  margin-right: 5px;
  width: 24px;
}
#contato input.input,
#contato textarea.input {
  margin-top: 15px;
}

#contato .lgpd {
  display: flex;
  align-items: baseline;
  margin: 13px 0;
}
#contato .lgpd label {
  font-family: var(--font-lato);
  font-size: 14px;
  color: var(--cor-preto);
}
#contato .lgpd label a {
  color: var(--cor-preto);
  border-bottom: solid 1px;
  white-space: nowrap;
}

/***************************************************************************
	Formularios
***************************************************************************/

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0px;
}

.faixa-preta form p,
#contato form p {
  margin: 0px;
}

/***************************************************************************
	Responsivo
***************************************************************************/

@media (max-width: 1240px) {
  #menu-primeiro .blc-menu-contato {
    margin-right: 20px;
  }
}

@media (max-width: 1280px) {
  #menu-segundo .logomenu img {
    width: 100%;
  }
}

@media (max-width: 1140px) {
  .drop #menu-segundo ul li {
    margin-top: 28px;
  }
}

@media (max-width: 1070px) {
  #menu-segundo .logomenu img {
    margin-left: 0px;
  }
}
@media (max-width: 991px) {
  #titulo {
    padding-top: 85px;
  }
  .faixa-preta .titulo-branco {
    margin-bottom: 25px;
  }
  .mobile {
    display: block;
  }
  .desktop {
    display: none !important;
  }

  #menu-segundo .logomenu img {
    top: 0px;
    width: 269px;
  }

  #menu-segundo .col-lg-3 {
    padding: 0px;
  }

  header #menu-segundo .hamburguer-bt {
    display: inline-block;
    height: fit-content;
    min-height: 32px;
    margin: 27px 15px;
    float: right;
  }

  header #menu-segundo .hamburguer-bt .hamburguer_line {
    background: var(--cor-branco);
    width: 30px;
    height: 4px;
    margin: 5px 0;
  }

  header #menu-segundo .hamburguer-bt.ativo .hamburguer-top {
    transform: rotate(45deg);
    margin-top: 11px;
  }

  header #menu-segundo .hamburguer-bt.ativo .hamburguer-middle {
    opacity: 0;
  }

  header #menu-segundo .hamburguer-bt.ativo .hamburguer-bottom {
    transform: rotate(-45deg);
    margin-top: -18px;
  }

  #menu-segundo .social a {
    margin-top: 20px;
  }

  #menu-segundo .dpy-flex {
    justify-content: right;
  }

  header #opt_menu {
    position: fixed;
    height: calc(100% - 85px);
    width: 320px;
    background: var(--cor-verde);
    z-index: 9;
    right: -150%;
    top: 86px;
    padding-top: 00px;
    display: block;
    overflow: auto;
  }

  header #opt_menu .navbar-nav li a {
    text-align: center;
    color: var(--cor-branco);
  }

  header #opt_menu.ativo {
    right: 0;
  }

  header .fundo_menu {
    background: #00000096;
    width: 100%;
    height: 100%;
    top: 0;
    right: -100%;
    position: fixed;
    z-index: 8;
  }

  header .fundo_menu.ativo {
    right: 0;
  }

  header #opt_menu .navbar-brand {
    width: 100%;
    margin: 0;
    text-align: -webkit-center;
  }

  header #opt_menu .nav-item {
    text-align: center;
    padding: 10px 0;
    text-transform: uppercase;
  }

  header.drop #opt_menu,
  header.drop .fundo_menu {
    top: 86px;
  }

  #menu-segundo .logomenu {
    height: 105px;
    margin-top: 0;
    margin-bottom: -20px;
  }

  #menu-segundo {
    padding-top: 0px;
    position: relative;
    z-index: 99999;
  }

  header #opt_menu li a i {
    font-size: 25px;
    margin: 0 5px;
  }

  #banner .blc {
    margin-top: 200px;
  }
  #banner .item {
    min-height: 100vh;
  }

  #opt_menu .social img {
    margin: 0 5px;
  }
  #opt_menu .nav-item {
    color: var(--cor-branco);
  }

  .duas-colunas .colunas {
    columns: 1;
  }
}

@media (max-width: 767px) {
  #revistas .artigo-lateral {
    text-align: center;
  }
  #revistas .artigo-lateral a {
    margin: 0 auto 40px;
  }
  #revistas .artigo-lateral h4 {
    min-height: 20px;
  }
  .ft-pessoa {
    text-align: center;
  }
  .ft-pessoa a {
    justify-content: center;
  }
}

@media (max-width: 580px) {
}

@media (max-width: 575px) {
  #revistas button {
    margin: 20px auto;
  }
  #revistas img {
    margin: 20px auto;
  }

  header .social-mobile {
    display: flex;
  }

  header .social-mobile a {
    flex: 1;
  }

  header .social-mobile a i {
    background: var(--cor-branco);
    color: #1597b3;
    padding: 8px 5px 5px 6px;
    border-radius: 100%;
    width: 41px;
    height: 41px;
    text-align: center;
    font-size: 25px;
  }
}

@media (max-width: 537px) {
}

@media (max-width: 444px) {
}







  /***************************************************************************
  MB BLOG
***************************************************************************/
.blog_mb_img{
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.h4_blog{
  color: var(--cor-preto);
    text-transform: uppercase;
    font-family: var(--font-lato);
    font-size: 17px;
    font-weight: 600;
    margin-top: 5px;
    min-height: 105px;
}
  .post_infos_int p{
    font-size: 17px;
    color: #848484;
    margin-bottom:;
  }
  .lupa-p {
       width: 40px;
    float: right;
    position: relative;
    top: 5px;
    left: -5px;
    margin-bottom: -45px;
}
  .pesquisa {
    width: 100%;
    border-radius: 10px;
    height: 55px;
    background: #f8f8f8;
    padding-left: 20px;
    margin: 0;
}
#mb_blog_index {
  margin-bottom: 120px;
}


#mb_blog_index .p_redmb {
  font-weight: 600;
  margin-bottom: 0;
  color: #e11929;
  font-size: 20px;
}
#mb_blog_index h6{
  color: #58585a;
    font-family: var(--passion-one);
    font-size: 46px;
} 
#mb_blog_index h2 {

  color: #58585a;
    font-family: var(--passion-one);
    font-size: 42px;
   
}

.card_categoria b {
  display: none;
}

.card_categoria {
  margin-top: 30px;
  display: flex;
}

.img_cat {
  margin-right: 20px;
    width: 150px;
    height: 120px;
    object-fit: cover;
    border-radius: 30px;
    border-top-right-radius: inherit;

}

.card_categoria .blog_data h5 {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  margin: 0;
}

.card_categoria .blog_data {
  display: block;
  background: #e11929;
  width: 100px;
  text-align: center;
  padding: 8px 0;
  float: right;
  border-top-right-radius: 15px;
  position: relative;
  top: -4px;
  margin-bottom: -25px;
  z-index: 1;
}

.conteudo_categoria {
  border: 1px solid #dadada;
  padding: 10px 20px 10px 20px;
  border-bottom-right-radius: 30px;
  width: 71%;
  background: #fff;
  position: relative;
  top: -100px;
  left: 100px;
  margin-bottom: -100px;
}

.card_categoria .infos_blog {
  display: flex;
  width: 100%;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.card_categoria .infos_blog img {
  width: 15px;
  height: 15px;
  object-fit: contain;
  margin-right: 5px;
}

.card_categoria .infos_blog P {
  line-height: 30px;
    font-family: var(--passion-one);
    color: #ffca16;
    font-size: 28px;
   text-align: left;
    margin-bottom: 0;
}

.conteudo_categoria h3 {
  font-size: 15px;
  font-weight: 900;
  margin-top: 5px;
}
.categoria{
  list-style: none;
  padding: 0;
}
.categoria a{
      font-size: 18px;
    color: #808080;
    margin: 0;
}



.banner-video {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}

.container-banner {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  text-align: center;
}

.banner-left img {
     max-width: 350px;
    position: relative;
    top: -25px;

}

.banner-right h3 {
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.banner-right p {
  font-size: 1rem;
  margin-bottom: 20px;
  text-align: right;
}

/*.btn-vermelho {
  background-color: #e63946;
  color: #fff;
  text-decoration: none;
  padding: 12px 25px;
  border-radius: 5px;
  transition: background 0.3s ease;
  display: inline-block;
}

.btn-vermelho:hover {
  background-color: #d62839;
}*/

/* Responsivo */
@media (max-width: 768px) {
  .container-banner {
    flex-direction: column;
    gap: 20px;
  }

  .banner-left img {
    max-width: 220px;
  }

  .banner-right h3 {
    font-size: 1.2rem;
  }
}

.contador-section {
  background-color: #17533e;
  color: #fff;
  padding: 40px 0;
  text-align: center;
}

.container-contador {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
 
}

.contador-item {
  position: relative;
  padding: 0 30px;
}

.contador-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10%;
  height: 80%;
  width: 1px;
  background: rgba(255, 255, 255, 0.3);
}

.contador-item .countercd {
  display: block;
  font-weight: 700;
  font-size: 2rem;
}

.contador-item p {
  margin: 0;
  font-size: 0.9rem;
  opacity: 0.9;
}

/* Responsivo */
@media (max-width: 768px) {
	.imgapoio{
		width: 60%!important;
		margin: auto;
		display: block;
	}
  .container-contador {
    flex-direction: column;
    gap: 20px;
  }

  .contador-item {
    padding: 0;
  }

  .contador-item:not(:last-child)::after {
    display: none;
  }
}


.realizaimg{
	margin: auto;
	display: block;
}

#relaizacoes{
	margin: 80px 0;
}
.imgapoio{
	width: 100%;
}


#programacao{
	padding: 80px 0;
	background: #34543a;
}
#programacao h3{
	color: #fff;
  font-weight: 300;
}
#programacao b{
  font-weight: 700;
}
#programacao P{
	color: #fff;
	margin:0px;
}
hr {
  border: 1px solid #fff !important;
}
.hdrr{
	height: 1px;
	background: #fff;
	margin-top: 30px;
}

#homenagem{
  padding: 80px 0;
}
#homenagem p{
  font-size: 25px;
}


.secao-inscricao {
  padding: 80px 0;
  text-align: left; /* agora o texto fica alinhado à esquerda */
  background: #fbfbfb;
}

.container-inscricao .btn-vermelho {
 margin:0!important;height: 55px;
}

.inputs-linha {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; /* tudo à esquerda */
  gap: 10px;
  margin-top: 20px;
}

.campo input {
  width: 260px;
  padding: 15px;
  border: 1px solid #ccc;
  font-size: 16px;
  outline: none;
  box-sizing: border-box;
}


.politica {
  margin-top: 15px;
  font-size: 15px;
  color: #333;
}

.politica label {
  display: flex;
  align-items: center;
  gap: 5px;
}

.politica a {
  color: #004d2c;
  text-decoration: underline;
}

#localizacao{

}

@media (max-width: 768px) {
  #localizacao{
    min-height: 450px!important;
  }
  .mtlocal{
    position: relative;
    top: 0px;
  }
  .inputs-linha {
    flex-direction: column;
    align-items: stretch;
  }

  .campo input,
  .btn-vermelho {
    width: 100%;
  }
}

#localizacao{
    min-height: 1000px;
    background-image: url("https://mclaw.adv.br/wp-content/uploads/2025/10/bgend.png");
    background-repeat: no-repeat;
    background-position: center;

  }
#localizacao h3{
  text-align: center;
  color: #fff;

}
#localizacao p{
  text-align: center;
  color: #fff;
  
}
.mtlocal{
  position: relative;
  top: -80px;
  margin-bottom: -80px;
}
.linha{
    border-bottom: 2px solid #c6a167;
    width: 150px;
    margin: auto;
}